]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - CHANGELOG
Coding style cleanup, update CHANGELOG.
[karo-tx-uboot.git] / CHANGELOG
1 commit c7da8c19b5f7fd58b5b4b1d247648851af56e1f0
2 Author: Andreas Biessmann <andreas.devel@googlemail.com>
3 Date:   Sat May 22 13:17:21 2010 +0200
4
5     config.mk: use different host compiler for OS X 10.6
6
7     Compiling tools subdirectory on Mac OS X 10.6 (Snow Leopard) complains about
8     wrong syntax in system includes.
9
10     In file included from /usr/include/stdio.h:444,
11                      from ../source/u-boot/include/compiler.h:26,
12                      from ../source/u-boot/lib/crc32.c:15:
13     /usr/include/secure/_stdio.h:46: error: syntax error in macro parameter list
14
15     This can be fixed by reverting the workaround for prior OS X releases in
16     config.mk conditionally for OS X 10.6+.
17
18     Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
19     Acked-by: Mike Frysinger <vapier@gentoo.org>
20
21 commit 6ece2550d1c0c5c811b302b1639ea35c2e485203
22 Author: Kumar Gala <galak@kernel.crashing.org>
23 Date:   Fri May 21 04:17:48 2010 -0500
24
25     Convert Makefiles from COBJS-${} to COBJS-$()
26
27     Match style we use almost everywhere else
28
29     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30
31 commit 59dde44acb82e571808190ccd3cd6b82dc9d7001
32 Author: Michael Weiss <michael.weiss@ifm.com>
33 Date:   Thu May 20 16:09:35 2010 +0200
34
35     powerpc/bootcount: Fix endianness problem
36
37     For CONFIG_SYS_BOOTCOUNT_SINGLEWORD the code had an endianness problem.
38
39     Signed-off-by: Michael Weiss <michael.weiss@ifm.com>
40     Signed-off-by: Detlev Zundel <dzu@denx.de>
41
42 commit d74dda09f0178079705ee1d641444bac44d3ecd9
43 Author: Wolfgang Denk <wd@denx.de>
44 Date:   Wed May 26 22:19:35 2010 +0200
45
46     dm9000x.c: fix compile problems
47
48     Use readX() / writeX() accessors instead of inX() / outX().
49
50     Suggested-by: Mike Frysinger <vapier@gentoo.org>
51     Signed-off-by: Wolfgang Denk <wd@denx.de>
52
53 commit 40792d675a609c83621d098e48a89de07463b3cd
54 Author: Wolfgang Denk <wd@denx.de>
55 Date:   Fri May 21 23:14:53 2010 +0200
56
57     a320evb: fix udelay / __udelay confusion
58
59     Fix the following compiler problems:
60
61     arch/arm/cpu/arm920t/a320/liba320.a(timer.o): In function `udelay':
62     /home/wd/git/u-boot/work/arch/arm/cpu/arm920t/a320/timer.c:160: multiple definition of `udelay'
63     lib/libgeneric.a(time.o):/home/wd/git/u-boot/work/lib/time.c:34: first defined here
64     lib/libgeneric.a(time.o): In function `udelay':
65     time.c:(.text+0x1c): undefined reference to `__udelay'
66
67     Signed-off-by: Wolfgang Denk <wd@denx.de>
68
69 commit 92381c41c718d260476d5c636c473f50e3b5a79c
70 Author: Wolfgang Denk <wd@denx.de>
71 Date:   Fri May 21 23:13:18 2010 +0200
72
73     ARM: */timer.c: fix spelling and vertical alignment
74
75     Signed-off-by: Wolfgang Denk <wd@denx.de>
76
77 commit 3f786bb8542ee85ea898152b40b1f0d98f0801df
78 Author: Mahavir Jain <[mjain@marvell.com]>
79 Date:   Fri May 21 14:37:48 2010 +0530
80
81     bugfix: Guruplug: Use standard miiphy
82
83     call to reset PHY chip.
84
85     Current PHY Software Reset operation in guruplug does not
86     poll reset bit in control register to go to 0(auto clearing)
87     for making sure reset was successful.This patch uses standard
88     miiphy call miiphy_reset to make sure proper PHY reset operation.
89
90     Signed-off-by: Mahavir Jain <mjain@marvell.com>
91
92 commit 71bd860cce4493c5def07804723661e75271052b
93 Author: Kim Phillips <kim.phillips@freescale.com>
94 Date:   Wed May 19 17:06:46 2010 -0500
95
96     mpc83xx: don't shift pre-shifted ACR, SPCR, SCCR bitfield masks in cpu_init.c
97
98     commit c7190f028fa950d4d36b6d0b4bb3fc72602ec54c "mpc83xx:
99     retain POR values of non-configured ACR, SPCR, SCCR, and LCRR
100     bitfields" incorrectly shifted <register>_<bitfield> (e.g.
101     ACR_PIPE_DEP) values that were preshifted by their
102     definition in mpc83xx.h.
103
104     this patch removes the unnecessary shifting for the newly
105     utilized mask values in cpu_init.c, and prevents seemingly
106     unrelated symptoms such as an mpc8379erdb board from
107     locking up whilst performing a networking operation,
108     e.g. a tftp.
109
110     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
111
112 commit f6970d0c545b9134af3b347c75ee3d13545b36d8
113 Author: Horst Kronstorfer <hkronsto@frequentis.com>
114 Date:   Tue May 18 10:37:05 2010 +0200
115
116     Fixed two typos in arch/powerpc/cpu/mpc83xx/start.S.
117
118     Signed-off-by: Horst Kronstorfer <hkronsto@frequentis.com>
119     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
120
121 commit 445093d175b06226549680b6894923bb0f5e50fa
122 Author: Wolfgang Denk <wd@denx.de>
123 Date:   Tue Nov 17 21:27:39 2009 +0100
124
125     Fix "par[t]ition" typo.
126
127     Signed-off-by: Wolfgang Denk <wd@denx.de>
128
129 commit bdc5f06789c5a0c3a9a2c0eb33ec4d177dbdaa22
130 Author: Stefan Roese <sr@denx.de>
131 Date:   Mon May 17 10:01:05 2010 +0200
132
133     UBI: Fix problem in UBI/Linux "compatibility layer"
134
135     "down_write_trylock" needs to return 1 instead of 0 for success.
136     Otherwise copying a block with a read error (e.g. bit-flip on read)
137     won't work correctly.
138
139     Signed-off-by: Stefan Roese <sr@denx.de>
140
141 commit 1b1f9a9d00447d9eab32ae5633f60a106196b75f
142 Author: Stefan Roese <sr@denx.de>
143 Date:   Mon May 17 10:00:51 2010 +0200
144
145     UBI: Ensure that "background thread" operations are really executed
146
147     The current U-Boot UBI implementation is copied from Linux. In this
148     porting the UBI background thread was not handled correctly. Upon write
149     operations ubi_wl_flush() makes sure, that all queued operations, like
150     page-erase, are completed. But this is missing for read operations.
151
152     This patch now makes sure that such operations (like scrubbing upon
153     bit-flip errors) are not queued, but executed directly.
154
155     Signed-off-by: Stefan Roese <sr@denx.de>
156
157 commit 03af5abd85637d27e96fb999ce6e3992293570b0
158 Author: Stefano Babic <sbabic@denx.de>
159 Date:   Thu May 13 10:26:40 2010 +0200
160
161     MX31: Added support for the Casio COM57H5M10XRC to QONG
162
163     The patch adds setup to connect a CASIO COM57H5M10XRC
164     (640x480 TFT display) to the QONG module.
165
166     Signed-off-by: Stefano Babic <sbabic@denx.de>
167
168 commit 2f05e394fccf62a4693c6b8323de725f90d1f003
169 Author: Wolfgang Denk <wd@denx.de>
170 Date:   Mon May 17 23:34:18 2010 +0200
171
172     fsl_diu_fb.c: fix build warnings
173
174     Commit 15351855 "fsl-diu: Using I/O accessor to CCSR space" caused a
175     number of "passing argument 2 of 'out_be32' makes integer from pointer
176     without a cast" warnings; fix these.
177
178     Signed-off-by: Wolfgang Denk <wd@denx.de>
179     Cc: Dave Liu <daveliu@freescale.com>
180     Cc: Jerry Huang <Chang-Ming.Huang@freescale.com>
181     Cc: Kumar Gala <galak@kernel.crashing.org>
182
183 commit f2d76ae4fdde180e120ea2d29d6ef881360b3cba
184 Author: Nick Thompson <nick.thompson@ge.com>
185 Date:   Tue May 11 11:29:52 2010 +0100
186
187     Avoid use of divides in print_size
188
189     Modification of print_size to avoid use of divides and especially
190     long long divides. Keep the binary scale factor in terms of bit
191     shifts instead. This should be faster, since the previous code
192     gave the compiler no clues that the divides where always powers
193     of two, preventing optimisation.
194
195     Signed-off-by: Nick Thompson <nick.thompson@ge.com>
196     Acked-by: Timur Tabi <timur@freescale.com>
197
198 commit a599cde7698acc5ae3d0f731b4a7d63a931aae63
199 Author: Serge Ziryukin <ftrvxmtrx@gmail.com>
200 Date:   Mon May 10 17:40:49 2010 +0300
201
202     lan91c96, smc911x: remove useless free(ptr) calls on NULL ptr
203
204     Signed-off-by: Serge Ziryukin <ftrvxmtrx@gmail.com>
205
206 commit b1e1a42bb1ea2f0ddaaea7f4c9d67c98ab38709e
207 Author: Ron Madrid <ron_madrid@sbcglobal.net>
208 Date:   Fri May 14 16:27:48 2010 -0700
209
210     Fix SICRL setting in SIMPC8313
211
212     This patch sets the SICRL_LBC bits in SICRL to change the function of the
213     associated pins to GPIO functionality.
214
215     Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
216
217 commit a4bfc4cc466473b97c7fe84bdf261b2935887e3f
218 Author: Kim Phillips <kim.phillips@freescale.com>
219 Date:   Fri May 14 13:18:54 2010 -0500
220
221     mpc83xx: fix NAND bootstrap too big error
222
223     commit 167cdad1372917bc11c636c359aad02625291fa9 "SERIAL: Enable
224     port-mapped access" inadvertently broke 83xx nand boards by
225     converting NS16550_init to use io accessors, which expanded
226     the size of the generated code.
227
228     this patch fixes the problem by removing icache functions from
229     the nand builds, which somewhat follows commit
230     1a2e203b31d33fb720f2cf1033b241ad36ab405a "mpc83xx: turn on icache
231     in core initialization to improve u-boot boot time"
232
233     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
234
235 commit e74244c5a1c8bcea9b047217277dcd3235a285f4
236 Author: Ron Madrid <ron_madrid@sbcglobal.net>
237 Date:   Mon May 10 15:23:20 2010 -0700
238
239     Removal of checkboard from spl bootstrap build for SIMPC8313
240
241     This patch removes the checkboard function from the build of
242     the 4k bootstrap section for the SIMPC8313 as it is not needed
243     in the spl build.  This will allow > 100 bytes of extra room
244     for other uses.
245
246     Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
247     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
248
249 commit 9c3f2d6670e6151f4f6329f572a62b0d2d6768ce
250 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
251 Date:   Tue May 11 09:54:00 2010 +0200
252
253     ppc4xx: Fix building PLU405 board
254
255     Due to some overlapping sections it's time to update TEXT_BASE
256     for this board.
257
258     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
259     Signed-off-by: Stefan Roese <sr@denx.de>
260
261 commit a2a0a7171303de5d8ce099344efde2e29ee36eb0
262 Author: Wolfgang Denk <wd@denx.de>
263 Date:   Sat May 15 21:23:51 2010 +0200
264
265     Makefile: fix out-of-tree building of "u-boot.img" target
266
267     Signed-off-by: Wolfgang Denk <wd@denx.de>
268
269 commit 2e4f35dbd8e11c3121af99ea8e04ce4fb39e9a4e
270 Author: Wolfgang Denk <wd@denx.de>
271 Date:   Sat May 15 20:22:21 2010 +0200
272
273     MVBLM7, MVSMR: fix Makefile (cleanup bootscript.img)
274
275     Fix MVBLM7 and MVSMR Makefiles for correct out-of-tree building
276     (create "bootscript.img" in build directory instead of source
277     directory) and cleanup (remove "bootscript.img" when cleaning up).
278
279     Signed-off-by: Wolfgang Denk <wd@denx.de>
280     Cc: Andre Schwarz <andre.schwarz@matrix-vision.de>
281
282 commit cd4b02be1bb732f3990801ff81b57bd597b1d5b6
283 Author: Wolfgang Denk <wd@denx.de>
284 Date:   Mon May 10 23:08:02 2010 +0200
285
286     ARM: add __aeabi_unwind_cpp_pr0() function to avoid linker complaints
287
288     Signed-off-by: Wolfgang Denk <wd@denx.de>
289     Tested-by: Thomas Weber <weber@corscience.de>
290
291 commit 7b43db92110ec2f15c5f7187a165f2928464966b
292 Author: Wolfgang Denk <wd@denx.de>
293 Date:   Sun May 9 23:52:59 2010 +0200
294
295     drivers/mmc/fsl_esdhc.c: fix compiler warnings
296
297     Commit 77c1458d caused the following compiler warnings:
298
299     fsl_esdhc.c: In function 'esdhc_pio_read_write':
300     fsl_esdhc.c:142: warning: assignment discards qualifiers from pointer target type
301     fsl_esdhc.c: In function 'esdhc_setup_data':
302     fsl_esdhc.c:169: warning: unused variable 'wml_value'
303     fsl_esdhc.c: In function 'esdhc_pio_read_write':
304     fsl_esdhc.c:164: warning: control reaches end of non-void function
305
306     Fix these.
307
308     Signed-off-by: Wolfgang Denk <wd@denx.de>
309     Cc: Dipen Dudhat <dipen.dudhat@freescale.com>
310     Cc: Andy Fleming <afleming@freescale.com>
311
312 commit bcb6c2bb84705bfd73eed5c9a31e9ff24833ee8c
313 Author: York Sun <yorksun@freescale.com>
314 Date:   Fri May 7 09:12:01 2010 -0500
315
316     Enabled support for Rev 1.3 SPD for DDR2 DIMMs
317
318     SPD has minor change from Rev 1.2 to 1.3. This patch enables Rev 1.3.
319     The difference has ben examined and the code is compatible.
320     Speed bins is not verified on hardware for CL7 at this moment.
321
322     This patch also enables SPD Rev 1.x where x is up to "F". According to SPD
323     spec, the lower nibble is optionally used to determine which additinal bytes
324     or attribute bits have been defined. Software can safely use defaults. However,
325     the upper nibble should always be checked.
326
327     Signed-off-by: York Sun <yorksun@freescale.com>
328     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
329
330 commit f54fe87acedbbad7d29ad18cab31d2b323717514
331 Author: Kumar Gala <galak@kernel.crashing.org>
332 Date:   Tue Apr 20 10:21:25 2010 -0500
333
334     85xx/fsl-sata: Use is_serdes_configured() to determine if SATA is enabled
335
336     On the MPC85xx platform if we have SATA its connected on SERDES.
337     Determing if SATA is enabled via sata_initialize should not be board
338     specific and thus we move it out of the MPC8536DS board code.
339
340     Additionally, now that we have is_serdes_configured() we can determine
341     if the given SATA port is enabled and error out if its not in the
342     driver.
343
344     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
345
346 commit 54648985e2a64e29784e3ed37cd45b637305cd65
347 Author: Kumar Gala <galak@kernel.crashing.org>
348 Date:   Tue Apr 20 10:21:12 2010 -0500
349
350     85xx/mpc8536ds: Use is_serdes_configured() to determine of PCIe enabled
351
352     The new is_serdes_configured covers a broader range of devices than the
353     PCI specific code.  Use it instead as we convert away from the
354     is_fsl_pci_cfg() code.
355
356     Additionally move to setting LAWs for PCI based on if its configured.
357     Also updated PCI FDT fixup code to remove PCI controllers from dtb if
358     they are configured.
359
360     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
361
362 commit 6ab4011b796e0af130ca160ea3c674d462f3bec4
363 Author: Kumar Gala <galak@kernel.crashing.org>
364 Date:   Tue Apr 20 10:20:33 2010 -0500
365
366     85xx: Add is_serdes_configured() support to MPC8536 SERDES
367
368     Add the ability to determine if a given IP block connected on SERDES is
369     configured.  This is useful for things like PCIe and SRIO since they are
370     only ever connected on SERDES.
371
372     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
373
374 commit 15351855776f32d40d9c336c0dc6d22a7bcf40c2
375 Author: Jerry Huang <Chang-Ming.Huang@freescale.com>
376 Date:   Thu Apr 8 15:56:07 2010 +0800
377
378     fsl-diu: Using I/O accessor to CCSR space
379
380     Using PPC I/O accessor to DIU I/O space instead of directly
381     read/write. It will prevent the dozen of compiler order issue
382     and PPC hardware order issue for accessing I/O space.
383
384     Using the toolchain(tc-fsl-x86lnx-e500-dp-4.3.74-2.i386.rpm)
385     can show up the order issue of DIU driver.
386
387     Signed-off-by: Dave Liu <daveliu@freescale.com>
388     Signed-off-by: Jerry Huang <Chang-Ming.Huang@freescale.com>
389     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
390
391 commit fd194f82d1c30802f0597a3e359fdc03ed397367
392 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
393 Date:   Mon May 3 13:22:31 2010 +0200
394
395     mpc83xx/mvBLM7: add usb commands and cleanup.
396
397     Add USB commands.
398     Rename autoscript to bootscript.
399     Add automatic bootscript image generation to makefile.
400
401     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
402     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
403
404 commit 3b439792b0781921c599d8af9bed6a771d295b53
405 Author: Ron Madrid <ron_madrid@sbcglobal.net>
406 Date:   Wed Apr 28 16:04:43 2010 -0700
407
408     mpc83xx: Add UPMA configuration to SIMPC8313
409
410     Added UPM array table, upmconfig, and Local Bus configuration support for SIMPC8313
411
412     Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
413     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
414
415 commit 5794619e29c5e22280b0b09b2ea6bc3d2e00da3f
416 Author: Mike Frysinger <vapier@gentoo.org>
417 Date:   Wed May 5 04:32:43 2010 -0400
418
419     serial: punt unused serial_addr()
420
421     Only one file apparently defines this function, and it merely stubs
422     it out. So if no one is defining/calling it, punt it.
423
424     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
425
426 commit f745817e741e4251afbd9d5d7f04b2419f4aa9d9
427 Author: Mike Frysinger <vapier@gentoo.org>
428 Date:   Tue Apr 27 14:15:34 2010 -0400
429
430     update include/asm/ gitignore after move
431
432     With the cpu include paths moved, the gitignore paths need updating.
433
434     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
435     Tested-by: Tom Rix <tom@bumblecow.com>
436
437 commit d0179083a9c9e12c8c5400b107156c14c7da1222
438 Author: Kumar Gala <galak@kernel.crashing.org>
439 Date:   Wed Apr 28 02:52:02 2010 -0500
440
441     Fixup native builds on powerpc
442
443     When we changed ARCH from ppc to powerpc we need to treat HOSTARCH the
444     same way.  We use HOSTARCH == ARCH to determine if a build is native.
445
446     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
447
448 commit 65d342541e78ab9a22bf480cc4fe2f659f94bad4
449 Author: Serge Ziryukin <ftrvxmtrx@gmail.com>
450 Date:   Sun Apr 25 21:32:36 2010 +0300
451
452     cmd_usb.c: show cmd usage if no args given
453
454     Signed-off-by: Serge Ziryukin <ftrvxmtrx@gmail.com>
455
456 commit e4a95d112e5ea8368bfbdac6ff963d1b8dc63cf0
457 Author: Stefan Roese <sr@denx.de>
458 Date:   Wed Apr 28 10:47:36 2010 +0200
459
460     powerpc: Consolidate bootcount_{store|load} for PowerPC
461
462     This patch consolidates bootcount_{store|load} for PowerPC by
463     implementing a common version in arch/powerpc/lib/bootcount.c. This
464     code is now used by all PowerPC variants that currently have these
465     functions implemented.
466
467     The functions now use the proper IO-accessor functions to read/write the
468     values.
469
470     This code also supports two different bootcount versions:
471
472     a) Use 2 separate words (2 * 32bit) to store the bootcounter
473     b) Use only 1 word (2 * 16bit) to store the bootcounter
474
475     Version b) was already used by MPC5xxx.
476
477     Signed-off-by: Stefan Roese <sr@denx.de>
478     Acked-by: Detlev Zundel <dzu@denx.de>
479     Acked-by: Kim Phillips <kim.phillips@freescale.com>
480               for 83xx parts
481     Cc: Michael Zaidman <michael.zaidman@gmail.com>
482     Cc: Wolfgang Denk <wd@denx.de>
483     Cc: Kim Phillips <kim.phillips@freescale.com>
484     Cc: Anatolij Gustschin <agust@denx.de>
485
486 commit 767fdc4af684770f5e97a6c5e19a8ac2616b8329
487 Author: Ender.Dai <ender.dai@gmail.com>
488 Date:   Thu Apr 22 15:24:25 2010 +0800
489
490     drivers/*/Makefile: fix conditional compile rule.
491
492     Fix conditional compile rule for twl4030.c and videomodes.c.
493
494     Signed-off-by: Ender.Dai <ender.dai@gmail.com>
495
496 commit 54fa2c5b51c564cce716942d26492437457980a4
497 Author: Larry Johnson <lrj@acm.org>
498 Date:   Tue Apr 20 08:09:43 2010 -0400
499
500     Move test for unnecessary memmove to memmove_wd()
501
502     Signed-off-by: Larry Johnson <lrj@acm.org>
503
504 commit b050c72d52c4e30d5b978ab6758f8dcdbe5c690c
505 Author: Mike Frysinger <vapier@gentoo.org>
506 Date:   Tue Apr 20 05:49:30 2010 -0400
507
508     compiler.h: add uint typedef
509
510     Recent crc changes started using the "uint" type in headers that are used
511     on the build system.  This subsequently broke mingw targets as they do not
512     provide such a type.  So add this basic typedef to compiler.h so that we
513     do not have to worry about this breaking again in the future.
514
515     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
516
517 commit 39f7aacf3fd285b42b92c2c2d66d95339a3569cc
518 Author: Trübenbach, Ralf <Ralf.Truebenbach@men.de>
519 Date:   Wed Apr 14 11:15:16 2010 +0200
520
521     command.c: Enable auto tab for the editenv command
522
523     Enable the auto completion (with TAB) of the environment variable name
524     after the editenv command.
525
526     Signed-off-by: Ralf Trübenbach <ralf.truebenbach@men.de>
527
528 commit 0738e24e2c1d95bb94455d44485dc5d7b9c9d707
529 Author: Reinhard Arlt <reinhard.arlt@esd.eu>
530 Date:   Tue Apr 13 09:59:09 2010 +0200
531
532     74xx_7xx: CPCI750: Add ECC support on esd CPCI-CPU/750 board
533
534     Add ECC support for DDR RAM for MV64360 on esd CPCI-CPU/750 board.
535
536     This patch also adds the "pldver" command to display the CPLD
537     revision.
538
539     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd.eu>
540     Signed-off-by: Stefan Roese <sr@denx.de>
541
542 commit 1f9f3cf6ccbccae1c1edff01ec20fe2a586b9701
543 Author: Graeme Russ <graeme.russ@gmail.com>
544 Date:   Sat Apr 24 00:06:00 2010 +1000
545
546     sc520: Fix minor DRAM Controller Setup bug
547
548     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
549
550 commit d20053efdf328d97a018536689fc55df4faf1094
551 Author: Graeme Russ <graeme.russ@gmail.com>
552 Date:   Sat Apr 24 00:05:59 2010 +1000
553
554     sc520: Update to new AMD Copyright
555
556     AMD recently changed the licensing of the RAM sizing code to the
557     GPLv2 (or at your option any later version)
558
559     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
560
561 commit 880c59e5add3681bd4dca14d2fd20152bee7ad14
562 Author: Graeme Russ <graeme.russ@gmail.com>
563 Date:   Sat Apr 24 00:05:58 2010 +1000
564
565     eNET: Implement eNET Watchdog
566
567     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
568
569 commit f2a55055e9b19f3eba9de97ff454cf8bfef25468
570 Author: Graeme Russ <graeme.russ@gmail.com>
571 Date:   Sat Apr 24 00:05:57 2010 +1000
572
573     eNET: Use SC520 MMCR to reset eNET board
574
575     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
576
577 commit 4a4c31ae08d4dcabe348013e135de28b01c29bf0
578 Author: Graeme Russ <graeme.russ@gmail.com>
579 Date:   Sat Apr 24 00:05:56 2010 +1000
580
581     eNET: Add PC/AT compatibility setup function
582
583     The eNET uses the sc520 software timers rather than the PC/AT clones
584
585     Set all interrupts and timers up to be PC/AT compatible
586
587     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
588
589 commit 8fd805632f95e5e834f312a51aa969bf1d99c41b
590 Author: Graeme Russ <graeme.russ@gmail.com>
591 Date:   Sat Apr 24 00:05:55 2010 +1000
592
593     eNET: Add support for onboard RTL8100B (RTL8139) chips
594
595     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
596
597 commit 21e67e796bb1d59a484dce2b4203d61bf1fd5be8
598 Author: Graeme Russ <graeme.russ@gmail.com>
599 Date:   Sat Apr 24 00:05:54 2010 +1000
600
601     sc520: Board Specific PCI Init
602
603     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
604
605 commit 0278216b76fc1e5dbf4cbd10d5d734323039c36f
606 Author: Graeme Russ <graeme.russ@gmail.com>
607 Date:   Sat Apr 24 00:05:53 2010 +1000
608
609     sc520: Move PCI defines to PCI include file
610
611     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
612
613 commit 4f197c30e5cb3005909402b7fc630cb092eef02f
614 Author: Graeme Russ <graeme.russ@gmail.com>
615 Date:   Sat Apr 24 00:05:52 2010 +1000
616
617     eNET: Fix CONFIG_SYS_HZ to be 1000
618
619     The clock interupt has always been 1kHz as per timer_init() in
620     /arch/i386/cpu/sc520/sc520_timer.c
621
622     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
623
624 commit 6fd445c32860bb06e9a68b516845a1bbf7c37889
625 Author: Graeme Russ <graeme.russ@gmail.com>
626 Date:   Sat Apr 24 00:05:51 2010 +1000
627
628     eNET: Fix Flash Write
629
630     Onboard AMD Flash chip does not support buffered writes
631
632     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
633
634 commit 5204566e53a3c519e8795480d056635bc64b11cd
635 Author: Graeme Russ <graeme.russ@gmail.com>
636 Date:   Sat Apr 24 00:05:50 2010 +1000
637
638     sc520: Allow boards to override udelay
639
640     If the board has a high precision mico-second timer, it maked sense to use
641     it instead of the on-chip one
642
643     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
644
645 commit 95ffaba39042064c5eb68404894fd6b0f1d6a3e3
646 Author: Graeme Russ <graeme.russ@gmail.com>
647 Date:   Sat Apr 24 00:05:49 2010 +1000
648
649     x86: Fix support for booting bzImage
650
651     Add support for newer (up to 2.6.33) kernels
652
653     Add zboot command which takes the address of a bzImage as its first
654     argument and (optionally) the size of the bzImage as the second argument
655     (the second argument is needed for older kernels which do not include
656     the bzImage size in the header)
657
658     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
659
660 commit 79ea6b87011c0524ced31359e2be7aac97c29d0a
661 Author: Graeme Russ <graeme.russ@gmail.com>
662 Date:   Sat Apr 24 00:05:48 2010 +1000
663
664     x86: Provide weak PC/AT compatibility setup function
665
666     It is possibly to setup x86 boards to use non-PC/AT configurations. For
667     example, the sc520 is an x86 CPU with PC/AT and non-PC/AT peripherals.
668     This function allows the board to set itself up for maximum PC/AT
669     compatibility just before booting the Linux kernel (the Linux kernel
670     'just works' if everything is PC/AT compliant)
671
672     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
673
674 commit bf16500f79fdf2653a286b40bb601cb185ac4675
675 Author: Graeme Russ <graeme.russ@gmail.com>
676 Date:   Sat Apr 24 00:05:47 2010 +1000
677
678     x86: Use CONFIG_SERIAL_MULTI
679
680     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
681
682 commit 167cdad1372917bc11c636c359aad02625291fa9
683 Author: Graeme Russ <graeme.russ@gmail.com>
684 Date:   Sat Apr 24 00:05:46 2010 +1000
685
686     SERIAL: Enable port-mapped access
687
688     The x86 architecture exclusively uses Port-Mapped I/O (inb/outb) to access
689     the 16550 UARTs. This patch mimics how Linux selects between Memory-Mapped
690     and Port-Mapped I/O. This allows x86 boards to use CONFIG_SERIAL_MUTLI and
691     drop the custom serial port driver
692
693     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
694
695 commit 153c2d9f2397e8b6ca03cfebb4e9666ea0b0637c
696 Author: Graeme Russ <graeme.russ@gmail.com>
697 Date:   Sat Apr 24 00:05:45 2010 +1000
698
699     x86: Fix copying of Real-Mode code into RAM
700
701     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
702
703 commit 2fb1bc4f53618743b92a48763d7aaa0ece9ad98f
704 Author: Graeme Russ <graeme.russ@gmail.com>
705 Date:   Sat Apr 24 00:05:44 2010 +1000
706
707     x86: Pass relocation offset into Global Data
708
709     In order to locate the 16-bit BIOS code, we need to know the reloaction
710     offset.
711
712     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
713
714 commit c14a3669b22d3e430b416cdee92b751f13697a1f
715 Author: Graeme Russ <graeme.russ@gmail.com>
716 Date:   Sat Apr 24 00:05:43 2010 +1000
717
718     x86: Move GDT to a safe location in RAM
719
720     Currently, the GDT is either located in FLASH or in the non-relocated
721     U-Boot image in RAM. Both of these locations are unsafe as those
722     locations can be erased during a U-Boot update. Move the GDT into the
723     highest available memory location and relocate U-Boot to just below it
724
725     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
726
727 commit 077e1958ca4afe12d88043b123ded058c51b89f7
728 Author: Graeme Russ <graeme.russ@gmail.com>
729 Date:   Sat Apr 24 00:05:42 2010 +1000
730
731     x86: Add RAM bootstrap functionality
732
733     Add a parameter to the 32-bit entry to indicate if entry is from Real
734     Mode or not. If entry is from Real Mode, execute the destructive 'sizer'
735     routine to determine memory size as we are booting cold and running in
736     Flash. If not entering from Real Mode, we are executing a U-Boot image
737     from RAM and therefore the memory size is already known (and running
738     'sizer' will destroy the running image)
739
740     There are now two 32-bit entry points. The first is the 'in RAM' entry
741     point which exists at the start of the U-Boot binary image. As such,
742     you can load u-boot.bin in RAM and jump directly to the load address
743     without needing to calculate any offsets. The second entry point is
744     used by the real-to-protected mode switch
745
746     This patch also changes TEXT_BASE to 0x6000000 (in RAM). You can load
747     the resulting image at 0x6000000 and simple go 0x6000000 from the u-boot
748     prompt
749
750     Hopefully a later patch will completely elliminate any dependency on
751     TEXT_BASE like a relocatable linux kernel (perfect world)
752
753     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
754
755 commit 759598f82f02cc84614450807cb5de43ca18a339
756 Author: Graeme Russ <graeme.russ@gmail.com>
757 Date:   Sat Apr 24 00:05:41 2010 +1000
758
759     x86: Split sc520 memory sizing versus reporting
760
761     This patch allows the low-level assembler boot-strap to obtain the RAM
762     size without calling the destructive 'sizer' routine. This allows
763     boot-strapping from a U-Boot image loaded in RAM
764
765     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
766
767 commit 4dba333b3c7b34073b0439cc942877f98403632c
768 Author: Graeme Russ <graeme.russ@gmail.com>
769 Date:   Sat Apr 24 00:05:40 2010 +1000
770
771     x86: Fix sc520 memory size reporting
772
773     There is an error in how the assembler version of the sc520 memory size
774     reporting code works. As a result, it will only ever report at most the
775     size of one bank of RAM
776
777     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
778
779 commit 9e08efcfee22570bb3a9ea384bf4d60b378f6092
780 Author: Graeme Russ <graeme.russ@gmail.com>
781 Date:   Sat Apr 24 00:05:39 2010 +1000
782
783     x86: Fix do_go_exec()
784
785     This was broken a long time ago by a49864593e083a5d0779fb9ca98e5a0f2053183d
786     which munged the NIOS and x86 do_go_exec()
787
788     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
789
790 commit 433ff2bdbccc5190189528305e4ed6f7205dbafd
791 Author: Graeme Russ <graeme.russ@gmail.com>
792 Date:   Sat Apr 24 00:05:38 2010 +1000
793
794     x86: Add register dump to crash handlers
795
796     Shamelessly steal the Linux x86 crash handling code and shove it into
797     U-Boot (cool - it fits). Be sure to include suitable attribution to
798     Linus
799
800     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
801
802 commit 64a0a4995e79ef9813bb51d5f1ff35ae5dabfc7e
803 Author: Graeme Russ <graeme.russ@gmail.com>
804 Date:   Sat Apr 24 00:05:37 2010 +1000
805
806     x86: Fix MMCR Access
807
808     Change sc520 MMCR Access to use memory accessor functions
809
810     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
811
812 commit 535ad2db069aae6d1d36fc05c31cbd8a2b3d8831
813 Author: Graeme Russ <graeme.russ@gmail.com>
814 Date:   Sat Apr 24 00:05:36 2010 +1000
815
816     x86: #ifdef out getenv_IPaddr()
817
818     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
819
820 commit 721c36705a9efc7b67f78d0c3e8485e4f1b8bcc9
821 Author: Graeme Russ <graeme.russ@gmail.com>
822 Date:   Sat Apr 24 00:05:35 2010 +1000
823
824     x86: Add unaligned.h
825
826     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
827
828 commit 93c7e70f648fb817e519f6e163b7ef9befc27349
829 Author: Michael Zaidman <michael.zaidman@gmail.com>
830 Date:   Wed Apr 7 18:30:08 2010 +0300
831
832     POST: Added ECC memory test for mpc83xx.
833
834     Signed-off-by: Michael Zaidman <michael.zaidman@gmail.com>
835
836     Fixed minor coding style issue.
837     Signed-off-by: Wolfgang Denk <wd@denx.de>
838
839 commit 8cd852824d91e232f1f820a0772c3c1d8af84b05
840 Author: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
841 Date:   Sat Mar 27 17:14:36 2010 +0100
842
843     cmd_onenand.c: moved to standard subcommand handling
844
845     On the fly also fixed the following things:
846     - write help talked about a parameter oob, but that one was not used, so
847       removed it from the help message.
848     - the test command also allowed a force subcommand but didn't use it.
849       eliminated the code.
850     - do_onenand made static
851     - do_onenand contained
852         int blocksize;
853         ...
854         mtd = &onenand_mtd;
855         this = mtd->priv;
856         blocksize = (1 << this->erase_shift);
857       As blocksize was not used the last two statements were unneeded so
858       removed them.
859       The first statement (mtd = ....) assigns to a global. Not sure if it
860       is needed, and since I could not test this, left the line for now
861
862     Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
863
864 commit 3882d7a5a57eb8d1f41570522445bab61c628e6f
865 Author: Norbert van Bolhuis <nvbolhuis@aimvalley.nl>
866 Date:   Fri Mar 19 15:34:25 2010 +0100
867
868     ppc: unused memory region too close to current stack pointer
869
870     This avoids a possible overwrite of the (end of) ramdisk by u-boot.
871     The unused memory region for ppc boot currently starts 1k below the
872     do_bootm->bootm_start->arch_lmb_reserve stack ptr. This isn't enough since
873     do_bootm->do_bootm_linux->boot_relocate_fdt calls printf which may
874     very well use more than 1k stack space.
875
876     Signed-off-by: Norbert van Bolhuis <nvbolhuis@aimvalley.nl>
877
878 commit 4b42c9059e165500353174601a8e97b2cf81d3f4
879 Author: Timur Tabi <timur@freescale.com>
880 Date:   Tue Apr 13 13:16:03 2010 -0500
881
882     allow print_size to print large numbers on 32-bit systems
883
884     Modify print_size() so that it can accept numbers larger than 4GB on 32-bit
885     systems.
886
887     Add support for display terabyte, petabyte, and exabyte sizes.  Change the
888     output to use International Electrotechnical Commission binary prefix standard.
889
890     Signed-off-by: Timur Tabi <timur@freescale.com>
891
892 commit 52dbac69c27dee67a4c051b1055d93b0ac4e2062
893 Author: Timur Tabi <timur@freescale.com>
894 Date:   Tue Apr 13 13:16:02 2010 -0500
895
896     fix print_size printing fractional gigabyte numbers on 32-bit platforms
897
898     In print_size(), the math that calculates the fractional remainder of a number
899     used the same integer size as a physical address.  However, the "10 *" factor
900     of the algorithm means that a large number (e.g. 1.5GB) can overflow the
901     integer if we're running on a 32-bit system.  Therefore, we need to
902     disassociate this function from the size of a physical address.
903
904     Signed-off-by: Timur Tabi <timur@freescale.com>
905
906 commit b5cebb4fd60fefc7700a486bb74fecc66c07acff
907 Author: Mike Frysinger <vapier@gentoo.org>
908 Date:   Wed May 5 03:20:30 2010 -0400
909
910     Blackfin: TWI/I2C: implement multibus support
911
912     In order to do this cleanly, the register accesses have to be converted to
913     a C struct (base pointer), so do that in the process.
914
915     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
916
917 commit b4377e12e9aa0b3bf2dcae0a0f02ec9086338506
918 Author: Stefano Babic <sbabic@denx.de>
919 Date:   Tue Mar 16 17:22:21 2010 +0100
920
921     Add SPI support to mx51evk board
922
923     The patch adds SPI devices to the mx51evk board.
924     The MC13892 chip (PMIC) is supported.
925
926     Signed-off-by: Stefano Babic <sbabic@denx.de>
927
928 commit d3588a55d4a041f2208290b8b6f9cecbdad179ac
929 Author: Stefano Babic <sbabic@denx.de>
930 Date:   Sun Apr 18 19:27:44 2010 +0200
931
932     MX: Added definition file for MC13892
933
934     The MC13892 is a Power Controller used with processors
935     of the family MX.51. The file adds definitions to be used to setup
936     the internal registers via SPI.
937
938     Signed-off-by: Stefano Babic <sbabic@denx.de>
939
940 commit d205ddcfc5b905eff023d5acac395721d80a92c7
941 Author: Stefano Babic <sbabic@denx.de>
942 Date:   Sun Apr 4 22:43:38 2010 +0200
943
944     SPI: added support for MX51 to mxc_spi
945
946     This patch add SPI support for the MX51 processor.
947
948     Signed-off-by: Stefano Babic <sbabic@denx.de>
949
950 commit e98ecd71102de9d97bd82be247ed909260fb671b
951 Author: Stefano Babic <sbabic@denx.de>
952 Date:   Fri Apr 16 17:13:54 2010 +0200
953
954     MX31: Add support for PMIC to the QONG module
955
956     Add support for the PMIC (MC13783) controller
957     and enables charging of the RTC battery.
958
959     Signed-off-by: Stefano Babic <sbabic@denx.de>
960
961 commit dfe5e14fa263eb8f1a9f087f0284788e7559821d
962 Author: Stefano Babic <sbabic@denx.de>
963 Date:   Fri Apr 16 17:11:19 2010 +0200
964
965     MX: RTC13783 uses general function to access PMIC
966
967     The RTC is part of the Freescale's PMIC controller.
968     Use general function to access to PMIC internal registers.
969
970     Signed-off-by: Stefano Babic <sbabic@denx.de>
971     Tested-by: Magnus Lilja <lilja.magnus@gmail.com>
972
973 commit 28bb6d34d3f431b7b00444e2f829b2c04f5daf4d
974 Author: Stefano Babic <sbabic@denx.de>
975 Date:   Sun Apr 4 23:08:03 2010 +0200
976
977     MX: Added Freescale Power Management Driver
978
979     The patch add supports for the Freescale's Power
980     Management Controller (known as Atlas) used together with i.MX31/51
981     processors. It was tested with a MC13783 (MX31) and
982     MC13892 (MX51).
983
984     Signed-off-by: Stefano Babic <sbabic@denx.de>
985
986 commit ba6adeb48e71f7f1b791b6e98999a5680d919b26
987 Author: Magnus Lilja <lilja.magnus@gmail.com>
988 Date:   Fri Apr 23 20:30:49 2010 +0200
989
990     i.MX31: Activate NAND support for i.MX31 Litekit board.
991
992     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
993
994 commit 60381d687885c0e2100657ca73e97e38c4604f5e
995 Author: Fabio Estevam <fabioestevam@yahoo.com>
996 Date:   Fri Apr 23 06:32:01 2010 -0700
997
998     MX51: Fix MX51 CPU detect message
999
1000     Fix MX51 CPU detect message.
1001
1002     Original string was:
1003     CPU:   Freescale i.MX51 family 3.0V at 800 MHz
1004
1005     which can be misinterpreted as  3.0 Volts instead of the silicon revision.
1006
1007     ,change it to:
1008     CPU:   Freescale i.MX51 family rev3.0 at 800 MHz
1009
1010     Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
1011
1012 commit 68c07a0c215a64826ed13c2f9b00a6d3b298822e
1013 Author: Stefano Babic <sbabic@denx.de>
1014 Date:   Sun Apr 18 20:01:01 2010 +0200
1015
1016     MX51evk: Removed warnings
1017
1018     Changes reflect modifications in the fsl_esdhc driver
1019     (the clk_enable field war removed in the configuration structure).
1020
1021     Signed-off-by: Stefano Babic <sbabic@denx.de>
1022
1023 commit 87db58dca47f93f9fb3b4ed0196dd7a3f5df1cb9
1024 Author: Anatolij Gustschin <agust@denx.de>
1025 Date:   Wed Apr 21 13:52:38 2010 +0200
1026
1027     tx25: fix crash while booting Linux
1028
1029     Currently booting Linux on TX25 board doesn't work
1030     since there is no correct mach-id and boot parameters
1031     setup for tx25 board. Fix it now.
1032
1033     Signed-off-by: Anatolij Gustschin <agust@denx.de>
1034     Cc: John Rigby <jcrigby@gmail.com>
1035     Cc: Stefano Babic <sbabic@denx.de>
1036
1037 commit b88c5988db176a0f9de5598d5167ee2498637d40
1038 Author: Kim Phillips <kim.phillips@freescale.com>
1039 Date:   Tue Apr 13 21:11:53 2010 -0500
1040
1041     configs: remove unused CONFIG_COMMAND_HISTORY
1042
1043     $ git grep CONFIG_COMMAND_HISTORY
1044     CHANGELOG:    CONFIG_COMMAND_HISTORY
1045     include/configs/AP1000.h:#define CONFIG_COMMAND_HISTORY 1
1046     include/configs/keymile-common.h:#define CONFIG_COMMAND_HISTORY         1
1047     include/configs/manroland/common.h:#define CONFIG_COMMAND_HISTORY               1
1048     $
1049
1050     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1051     Acked-by: Heiko Schocher <hs@denx.de>
1052
1053 commit 7769c5bc06615293870d00fc81366cd43ba0623a
1054 Author: Anatolij Gustschin <agust@denx.de>
1055 Date:   Tue Apr 13 14:47:32 2010 +0200
1056
1057     mvsmr: fix link error
1058
1059     MVSMR board support doesn't link since recent rework
1060     of U-Boot directory structure. Fix it now.
1061
1062     Signed-off-by: Anatolij Gustschin <agust@denx.de>
1063     Cc: Andre Schwarz <andre.schwarz@matrix-vision.de>
1064     Acked-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
1065     Fixed merge conflict
1066     Signed-off-by: Wolfgang Denk <wd@denx.de>
1067
1068 commit 4324dc72df5879e5b614c4a3f326884723ede9b7
1069 Author: Mike Frysinger <vapier@gentoo.org>
1070 Date:   Tue Apr 27 14:15:28 2010 -0400
1071
1072     Blackfin: bfin_mac: hook up new write_hwaddr function
1073
1074     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1075     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1076
1077 commit 3ac9d6c650d94c51645efa446c1d914c5440990d
1078 Author: Thomas Chou <thomas@wytron.com.tw>
1079 Date:   Tue Apr 27 20:20:27 2010 +0800
1080
1081     net: ethoc: add write_hwaddr support
1082
1083     Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
1084     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1085
1086 commit 6c7c444786fc4022999362fce119c8b731eedcb4
1087 Author: Thomas Chou <thomas@wytron.com.tw>
1088 Date:   Tue Apr 27 20:15:10 2010 +0800
1089
1090     net: altera_tse: add write_hwaddr support
1091
1092     Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
1093     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1094
1095 commit fb57ec97b90291c589087167f100483a089837bf
1096 Author: Heiko Schocher <hs@denx.de>
1097 Date:   Tue Apr 27 07:43:52 2010 +0200
1098
1099     net: fec_mxc: add write_hwaddr support
1100
1101     tested on the magnesium board.
1102
1103     Signed-off-by: Heiko Schocher <hs@denx.de>
1104     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1105
1106 commit b5ce63ed12b4cd81d211621aca0c222b20d2a691
1107 Author: Prafulla Wadaskar <prafulla@marvell.com>
1108 Date:   Tue Apr 6 22:21:33 2010 +0530
1109
1110     net:kirkwood_egiga.c: MAC addresses programming using write_hwaddr
1111
1112     Added a new function kwgbe_write_hwaddr for programming egiga
1113     controller's hardware address.
1114     This function will be called for each egiga port being used
1115
1116     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
1117     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1118
1119 commit ecee9324d73555e744593f3e0d387bec4c566f55
1120 Author: Ben Warren <biggerbadderben@gmail.com>
1121 Date:   Mon Apr 26 11:11:46 2010 -0700
1122
1123     Program net device MAC addresses after initializing
1124
1125     Add a new function to the eth_device struct for programming a network
1126     controller's hardware address.
1127
1128     After all network devices have been initialized and the proper MAC address
1129     for each has been determined, make a device driver call to program the
1130     address into the device.  Only device instances with valid unicast addresses
1131     will be programmed.
1132
1133     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1134     Acked-by: Detlev Zundel <dzu@denx.de>
1135     Tested-by: Prafulla Wadaskar <prafulla@marvell.com>
1136     Tested-by: Heiko Schocher <hs@denx.de>
1137     Tested-by: Thomas Chou <thomas@wytron.com.tw>
1138
1139 commit c960b13ed22d9ea570957379f9f7f2f37d87ef08
1140 Author: Thomas Chou <thomas@wytron.com.tw>
1141 Date:   Tue Apr 20 12:49:52 2010 +0800
1142
1143     net: add altera triple speeds ethernet mac driver
1144
1145     This driver supports the Altera triple speeds 10/100/1000 ethernet
1146     mac.
1147
1148     Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
1149     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1150
1151 commit f6569884b45e480e2c575d85ce86a2636a41c66b
1152 Author: Thomas Chou <thomas@wytron.com.tw>
1153 Date:   Thu Apr 15 22:32:38 2010 +0800
1154
1155     net: add opencore 10/100 ethernet mac driver
1156
1157     This patch ports the opencore 10/100 ethernet mac driver ethoc.c
1158     from linux kernel to u-boot.
1159
1160     Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
1161     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1162
1163 commit bd75db3feb9a8e4123b76006dbe582b71adbf22f
1164 Author: Valentin Yakovenkov <yakovenkov@niistt.ru>
1165 Date:   Fri Apr 23 09:40:23 2010 +0400
1166
1167     smc911x driver frame alignment patch
1168
1169     SMSC911x chips have alignment function to allow frame payload data
1170     (which comes after 14-bytes ethernet header) to be aligned at some
1171     boundary when reading it from fifo (usually - 4 bytes boundary).
1172     This is done by inserting fake zeros bytes BEFORE actual frame data when
1173     reading from SMSC's fifo.
1174     This function controlled by RX_CFG register. There are bits that
1175     represents amount of fake bytes to be inserted.
1176
1177     Linux uses alignment of 4 bytes. Ethernet frame header is 14 bytes long,
1178     so we need to add 2 fake bytes to get payload data aligned at 4-bytes
1179     boundary.
1180     Linux driver does this by adding IP_ALIGNMENT constant (defined at
1181     skb.h) when calculating fifo data length. All network subsystem of Linux
1182     uses this constant too when calculating different offsets.
1183
1184     But u-boot does not use any packet data alignment, so we don't need to
1185     add anything when calculating fifo data length.
1186     Moreover, driver zeros the RX_CFG register just one line up, so chip
1187     does not insert any fake data at the beginig. So calculated data length
1188     is always bigger by 1 word.
1189
1190     It seems that at almost every packet read we get an underflow condition
1191     at fifo and possible corruption of data. Especially at continuous
1192     transfers, such as tftp.
1193
1194     Just after removing this magic addition, I've got tftp transfer speed as
1195     it aught to be at 100Mbps. It was really slow before.
1196
1197     It seems that fifo underflow occurs only when using byte packing on
1198     32-bit blackfin bus (may be because of very small delay between reads).
1199
1200     Signed-off-by: Valentin Yakovenkov <yakovenkov@niistt.ru>
1201     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1202
1203 commit f0588fdf921c63f84051923bb29eb4255d62a6e7
1204 Author: Prafulla Wadaskar <prafulla@marvell.com>
1205 Date:   Tue Apr 6 21:33:08 2010 +0530
1206
1207     net: Kirkwood_egiga.c bugfixes for rx path
1208
1209     Cosmetic changes: Few comments updated
1210     Functionality: Rx packet frame size is programming should
1211     be done when port is in disabled state. this is corrected
1212
1213     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
1214     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1215
1216 commit 2e236bf28e729aca28e60c153dd8f913d1b3d058
1217 Author: Eric Jarrige <eric.jarrige@armadeus.org>
1218 Date:   Fri Apr 16 00:03:19 2010 +0200
1219
1220     fec_mxc.c: Fix MX27 FEC MAC validity check
1221
1222     Fix MX27 FEC logic to check validity of the MAC address in fuse.
1223     Only null (empty fuse) or invalid MAC address was retrieved from mx27 fuses before this change.
1224
1225     Signed-off-by:  Eric Jarrige <jorasse@armadeus.org>
1226     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1227
1228 commit 538be58568542aac2ed4bdf4c05398cfa67e98f0
1229 Author: Andy Fleming <afleming@freescale.com>
1230 Date:   Mon Apr 19 14:54:49 2010 -0500
1231
1232     tsec: Wait for both RX and TX to stop
1233
1234     When gracefully stopping the controller, the driver was continuing if
1235     *either* RX or TX had stopped.  We need to wait for both, or the
1236     controller could get into an invalid state.
1237
1238     Signed-off-by: Andy Fleming <afleming@freescale.com>
1239     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1240
1241 commit a45dde2293c816138e53c26eca6fd0322583f9a6
1242 Author: Mike Frysinger <vapier@gentoo.org>
1243 Date:   Wed Apr 14 16:29:06 2010 -0400
1244
1245     net: dm9000x: use standard I/O accessors
1246
1247     The current dm9000x driver accesses its memory mapped registers directly
1248     instead of using the standard I/O accessors.  This can cause problems on
1249     Blackfin systems as the accesses can get out of order.  So convert the
1250     direct volatile dereferences to use the normal in/out macros.
1251
1252     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1253     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1254
1255 commit 5525856d59910c72687ab6201f39cdf1c04cfc15
1256 Author: Detlev Zundel <dzu@denx.de>
1257 Date:   Thu Apr 8 11:49:59 2010 +0200
1258
1259     mpc512x_fec: Move PHY initialization from probe into init routine.
1260
1261     This saves the autonegotation delay when not using ethernet in U-Boot
1262
1263     Signed-off-by: Detlev Zundel <dzu@denx.de>
1264     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1265
1266 commit 910119b3c462fd6367536899ee43de1eb7d22d8e
1267 Author: John Rigby <jcrigby@gmail.com>
1268 Date:   Wed Apr 7 23:29:40 2010 -0600
1269
1270     fec_mxc don't use internal eeprom on MX25
1271
1272     Avoid using the internal eeprom on MX25 like MX51 already does.
1273
1274     Signed-off-by: John Rigby <jcrigby@gmail.com>
1275     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1276
1277 commit 33f684d6d512992ed1ae37ec46e76bdeb0773bac
1278 Author: Wolfgang Wegner <w.wegner@astro-kom.de>
1279 Date:   Tue Apr 6 11:13:02 2010 +0200
1280
1281     fix lockup in mcfmii/mii_discover_phy() in case communication fails
1282
1283     Signed-off-by: Wolfgang Wegner <w.wegner@astro-kom.de>
1284     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1285
1286 commit 23c34af48ff0dbff3bbaa8e94df3bf40350a709f
1287 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
1288 Date:   Wed Jun 17 16:00:41 2009 -0400
1289
1290     83xx: UEC: Added support for bitBang MII driver access to PHYs
1291
1292     This patch enabled support for having PHYs on bitBang MII and uec MII
1293     operating at the same time. Modeled after the MPC8360ADS implementation.
1294
1295     Added the ability to specify which ethernet interfaces have bitbang SMI
1296     on the board header file.
1297
1298     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
1299     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1300
1301 commit 9739946cc5b616c026d433bd07d193cf452ddea0
1302 Author: Robin Getz <rgetz@blackfin.uclinux.org>
1303 Date:   Mon Mar 8 14:07:00 2010 -0500
1304
1305     ./net/net.c - make Microsoft dns servers happy with random_port() numbers
1306
1307     For some reason, (which I can't find any documentation on), if U-Boot
1308     gives a port number higher than 17500 to a Microsoft DNS server, the
1309     server will reply to port 17500, and U-Boot will ignore things (since
1310     that isn't the port it asked the DNS server to reply to).
1311
1312     This fixes that by ensuring the random port number is less than 17500.
1313
1314     Signed-off-by:  Robin Getz <rgetz@blackfin.uclinux.org>
1315     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1316
1317 commit 6f5f89f01195e2d009b317df27197a38fcab3553
1318 Author: Detlev Zundel <dzu@denx.de>
1319 Date:   Thu Apr 1 14:16:41 2010 +0200
1320
1321     Remove unused "local_crc32" function.
1322
1323     For code archeologists, this is a nice example of copy and paste history.
1324
1325     Signed-off-by: Detlev Zundel <dzu@denx.de>
1326     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1327
1328 commit aba4b69d01457ab2988e91c8592e5d2ffb10f569
1329 Author: Detlev Zundel <dzu@denx.de>
1330 Date:   Wed Mar 31 17:56:08 2010 +0200
1331
1332     net: Trivial coding style issue with empty for statement
1333
1334     Signed-off-by: Detlev Zundel <dzu@denx.de>
1335     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1336
1337 commit e3f2a93362c823fc1feb5e8a40ff3c120716a05b
1338 Author: Prafulla Wadaskar <prafulla@marvell.com>
1339 Date:   Wed Mar 3 15:27:21 2010 +0530
1340
1341     net: Kirkwood_egiga.c: fixed build warnings
1342
1343     This patch fixes following build warnings for kirkwood_egiga.c
1344
1345     kirkwood_egiga.c: In function "kwgbe_init":
1346     kirkwood_egiga.c:448: warning: dereferencing type-punned pointer will break strict-aliasing rules
1347     kirkwood_egiga.c: In function "kwgbe_recv":
1348     kirkwood_egiga.c:609: warning: dereferencing type-punned pointer will break strict-aliasing rules
1349
1350     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
1351     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1352
1353 commit 20d98c2cea3398ad93beccd4727a371f41514086
1354 Author: Asen Dimov <dimov@ronetix.at>
1355 Date:   Mon Apr 19 14:18:43 2010 +0300
1356
1357     pm9263 converted to at91 soc access
1358
1359     Signed-off-by: Asen Dimov <dimov@ronetix.at>
1360
1361 commit d6b91e30d32871eb20b6227519fd2f3a6ea073fd
1362 Author: Asen Dimov <dimov@ronetix.at>
1363 Date:   Mon Apr 19 14:17:22 2010 +0300
1364
1365     at91: define matrix registers bit fields
1366
1367     Signed-off-by: Asen Dimov <dimov@ronetix.at>
1368
1369 commit eeb50ce193453951529015f50e5c1ccd7b55aad2
1370 Author: Stefano Babic <sbabic@denx.de>
1371 Date:   Tue Apr 13 12:19:06 2010 +0200
1372
1373     MX31: Removed erroneous board name from QONG
1374
1375     QONG is a module that can be installed on several boards,
1376     not only on the QONG-EVB manufactured by Dave srl.
1377
1378     Signed-off-by: Stefano Babic <sbabic@denx.de>
1379
1380 commit c9d944d35e7904229c5333e761bce9d4324971f8
1381 Author: Stefano Babic <sbabic@denx.de>
1382 Date:   Thu Apr 8 17:23:52 2010 +0200
1383
1384     MX31: Add UBI support to QONG module
1385
1386     The UBI/UBIFS support is added to the QONG module.
1387
1388     Signed-off-by: Stefano Babic <sbabic@denx.de>
1389
1390 commit eab40f819ddd50eef465619db1386c053b59a95b
1391 Author: Stefano Babic <sbabic@denx.de>
1392 Date:   Wed Mar 31 10:27:47 2010 +0200
1393
1394     MX31: Support 128MB RAM on QONG module
1395
1396     The QONG module can be downsized and delivered
1397     with 128MB instead of 256MB. The patch adds
1398     run time support for the two different memory
1399     configurations.
1400
1401     Signed-off-by: Stefano Babic <sbabic@denx.de>
1402
1403 commit 45997e0a86ee8d8abec6d791a241cb20011fe0e3
1404 Author: Stefano Babic <sbabic@denx.de>
1405 Date:   Mon Mar 29 16:43:39 2010 +0200
1406
1407     MX31: Add support for NAND to QONG board
1408
1409     The NAND device is connected to the FPGA of the QONG board
1410     and not to the NFC controller. For this reason, the FPGA must
1411     be set and initialized before accessing to the NAND itself.
1412
1413     Signed-off-by: Stefano Babic <sbabic@denx.de>
1414
1415 commit efb9591069ee276f7fa27a821240c7511f72fe65
1416 Author: Stefano Babic <sbabic@denx.de>
1417 Date:   Mon Mar 29 15:56:10 2010 +0200
1418
1419     MX31: add pin definitions for NAND controller
1420
1421     Add pin definitions ralted to the NAND controller to be used
1422     to set up the pin multiplexer.
1423
1424     Signed-off-by: Stefano Babic <sbabic@denx.de>
1425
1426 commit 7d27cd08b4c1adfd58c54aaa8b8c8f4eeb3c7021
1427 Author: Stefano Babic <sbabic@denx.de>
1428 Date:   Tue Apr 13 12:07:00 2010 +0200
1429
1430     MX31: add accessor function to get a gpio
1431
1432     The patch adds an accessor function to get the value of a gpio.
1433
1434     Signed-off-by: Stefano Babic <sbabic@denx.de>
1435
1436 commit dfe83352cb58c55dfdbd5b535cb335526cb1c581
1437 Author: Stefano Babic <sbabic@denx.de>
1438 Date:   Tue Apr 13 12:38:43 2010 +0200
1439
1440     mx51evk: correct list of possible BOOT_FROM values
1441
1442     Signed-off-by: Stefano Babic <sbabic@denx.de>
1443
1444 commit f581e3a2157fbd736e7dd2378465ae242fba545c
1445 Author: Stefano Babic <sbabic@denx.de>
1446 Date:   Tue Apr 13 12:38:22 2010 +0200
1447
1448     mkimage: correct spelling error in imximage
1449
1450     Signed-off-by: Stefano Babic <sbabic@denx.de>
1451
1452 commit 34196b0a8bd7ab6d472e2e6f6c90b73e915a1fae
1453 Author: John Rigby <jcrigby@gmail.com>
1454 Date:   Wed Apr 7 23:30:09 2010 -0600
1455
1456     MX25 print arm clock instead of mpllclk on boot
1457
1458     Replace call to imx_get_mpllclk with imx_get_armclk
1459     to show frequency of ARM core instead of mpll internal
1460     bus in print_cpuinfo.
1461
1462     Signed-off-by: John Rigby <jcrigby@gmail.com>
1463     CC: Stefano Babic <sbabic@denx.de>
1464
1465 commit 1c9d91aca649f17762bae2c0e38f5101d62ed0b5
1466 Author: Frans Meulenbroeks <[fransmeulenbroeks@gmail.com]>
1467 Date:   Tue Apr 6 19:06:11 2010 +0530
1468
1469     configs/openrd_base.h: reordered macros
1470
1471     moved CONFIG_CMD_FAT to filesystem section
1472     swapped CONFIG_CMD_NAND and CONFIG_CMD_MII so they are alpha correct
1473
1474     Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
1475
1476 commit 5414fec85ff558af8823d4391f03977288871fe4
1477 Author: Frans Meulenbroeks <[fransmeulenbroeks@gmail.com]>
1478 Date:   Tue Apr 6 18:26:19 2010 +0530
1479
1480     configs/sheevaplug: added a few additional commands
1481
1482     This patch includes a few additional commands in the sheevaplug
1483     version of u-boot:
1484     - support for LONGHELP so you can get help messages
1485     - auto completion and command editing
1486     - ubi and mii support
1487     - ext2 filesystem (convenient if you have an ext2 from which you want to boot)
1488     - jffs2 and ubifs filesystems (if you want to use these in NAND)
1489
1490     This also makes it more similar to openrd client.
1491
1492     Side effect of this patch is that the code now needs 3 sectors i.s.o. 2
1493     so an existing env is overwritten
1494
1495     Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
1496
1497 commit 16b76705d36ac137fa9231cedfe1355561639e47
1498 Author: Siddarth Gore <[gores@marvell.com]>
1499 Date:   Thu Mar 18 20:25:40 2010 +0530
1500
1501     Marvell GuruPlug Board Support
1502
1503     GuruPlug Standard: 1 Gb Ethernet, 2 USB 2.0
1504     GuruPlug Plus: 2 Gb Ethernet, 2 USB 2.0, 1 eSATA, 1 uSD slot
1505
1506     References:
1507     http://www.globalscaletechnologies.com/t-guruplugdetails.aspx
1508     http://plugcomputer.org
1509
1510     This patch is for GuruPlug Plus, but it supports Standard version
1511     as well.
1512
1513     Signed-off-by: Siddarth Gore <gores@marvell.com>
1514
1515 commit 5e1fe88fe3df2555a8a0cba7d2ffaf2b03041dfb
1516 Author: Stefano Babic <sbabic@denx.de>
1517 Date:   Sun Mar 28 13:43:26 2010 +0200
1518
1519     Moved board specific values in config file
1520
1521     The lowlevel_init file contained some hard-coded values
1522     to setup the RAM. These board related values are moved into
1523     the board configuration file.
1524
1525     Signed-off-by: Stefano Babic <sbabic@denx.de>
1526
1527 commit 272017853339f5b9685f9488bdaf5405812d12a4
1528 Author: Fabio Estevam <fabioestevam@yahoo.com>
1529 Date:   Wed Mar 31 06:32:56 2010 -0700
1530
1531     MX51EVK: Remove CPLD related code
1532
1533     There is no CPLD on MX51EVK board, so remove CPLD related function.
1534
1535     Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
1536
1537 commit bbe310922f4d0b12c8aba97b45ed979db9c0ec9a
1538 Author: Heiko Schocher <hs@denx.de>
1539 Date:   Fri Mar 5 07:36:33 2010 +0100
1540
1541     arm, i.mx27: add support for magnesium board from projectiondesign
1542
1543     This patch adds support for the magnesium board from
1544     projectiondesign. This board uses i.MX27 SoC and has
1545     8MB NOR flash, 128MB NAND flash, FEC ethernet controller
1546     integrated into i.MX27. As this port is based on
1547     the imx27lite port, common config options are collected
1548     in include/configs/imx27lite-common.h
1549
1550     Signed-off-by: Heiko Schocher <hs@denx.de>
1551
1552 commit 1e65c2beb5805f975cd5d0ab7d853040a716d51b
1553 Author: Heiko Schocher <hs@denx.de>
1554 Date:   Thu Mar 4 08:12:05 2010 +0100
1555
1556     arm, mx27: add support for SDHC1 pin init
1557
1558     Signed-off-by: Heiko Schocher <hs@denx.de>
1559
1560 commit 3bb6b037e8557fd3c0f3b3d9840c8b5996651dcb
1561 Author: Minkyu Kang <mk7.kang@samsung.com>
1562 Date:   Wed Mar 24 15:31:06 2010 +0900
1563
1564     SAMSUNG: make s5p common gpio functions
1565
1566     Because of s5pc1xx gpio is same as s5p seires SoC,
1567     move gpio functions to drvier/gpio/
1568     and modify structure's name from s5pc1xx_ to s5p_.
1569
1570     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
1571
1572 commit 46a3b5c8df939f5547bcd3684030072c94d06bd8
1573 Author: Minkyu Kang <mk7.kang@samsung.com>
1574 Date:   Wed Mar 24 16:59:30 2010 +0900
1575
1576     SAMSUNG: serial: modify name from s5pc1xx to s5p
1577
1578     Because of other s5p series SoC will use these serial functions,
1579     modify function's name and structure's name.
1580
1581     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
1582
1583 commit da0f2af279563ddc75eff304ad5389f7f0e79381
1584 Author: Asen Dimov <dimov@ronetix.at>
1585 Date:   Wed Apr 7 12:33:11 2010 +0300
1586
1587     pm9263: remove CONFIG_CMD_AUTOSCRIPT
1588
1589     Signed-off-by: Asen Dimov <dimov@ronetix.at>
1590
1591 commit 47eb08a97eb166e93d0495848b0c7582a0639fbc
1592 Author: Alexander Holler <holler@ahsoftware.de>
1593 Date:   Mon Mar 29 21:39:43 2010 +0200
1594
1595     at91: add defines for RTT and GPBR
1596
1597     Signed-off-by: Alexander Holler <holler@ahsoftware.de>
1598
1599 commit dc8cab87459d682fc272444044592d20243da2f0
1600 Author: Asen Dimov <dimov@ronetix.at>
1601 Date:   Tue Apr 6 16:17:34 2010 +0300
1602
1603     pm9261: remove CONFIG_CMD_AUTOSCRIPT
1604
1605     Signed-off-by: Asen Dimov <dimov@ronetix.at>
1606
1607 commit e3150c77617c7d452420e6c87769b79b6671b12d
1608 Author: Asen Dimov <dimov@ronetix.at>
1609 Date:   Tue Apr 6 16:18:04 2010 +0300
1610
1611     pm9261 converted to at91 soc access
1612
1613     Signed-off-by: Asen Dimov <dimov@ronetix.at>
1614
1615 commit 7bc8768039948e50cc149bea2ec214bde3245c4a
1616 Author: trix <trix@windriver.com>
1617 Date:   Sat Apr 10 12:46:49 2010 -0500
1618
1619     ARM Update mach-types
1620
1621     Fetched from http://www.arm.linux.org.uk/developer/machines/download.php
1622     And built with
1623
1624     repo http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm
1625     commit 85b3cce880a19e78286570d5fd004cc3cac06f57
1626
1627     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
1628
1629 commit d3061c692155412aa87e7f4f66b4a2c7b77ee417
1630 Author: Stefan Roese <sr@denx.de>
1631 Date:   Wed Apr 28 11:09:59 2010 +0200
1632
1633     ppc4xx: Fix APC405 build breakage
1634
1635     This patch fixes APC405 build, by defining CONFIG_PPC4XX_I2C. This is
1636     needed since the move of the PPC4xx I2C driver into the drivers/i2c
1637     directory.
1638
1639     Signed-off-by: Stefan Roese <sr@denx.de>
1640     Cc: Matthias Fuchs <matthias.fuchs@esd.eu>
1641
1642 commit 029faf3e85e9406f32f133e6f2a114ed26b02fb4
1643 Author: Stefan Roese <sr@denx.de>
1644 Date:   Tue Apr 27 11:37:28 2010 +0200
1645
1646     ppc4xx: Add support for ICON board (PPC440SPe)
1647
1648     This patch adds support for the Mosaix Technologies, Inc. ICON board,
1649     based on the AppliedMicro (AMCC) PPC440SPe. It's equipped with an SODIMM
1650     (512MB standard) and 64MByte of NOR FLASH.
1651
1652     Support for the onboard SM502 will be added later.
1653
1654     Signed-off-by: Stefan Roese <sr@denx.de>
1655
1656 commit 96a0d6235db4c93c03d41c492f5960b18547b7a7
1657 Author: Stefan Roese <sr@denx.de>
1658 Date:   Mon Apr 26 13:31:08 2010 +0200
1659
1660     ppc4xx: Add missing APC405 to MAKEALL
1661
1662     Signed-off-by: Stefan Roese <sr@denx.de>
1663     Cc: Matthias Fuchs <matthias.fuchs@esd.eu>
1664
1665 commit 64123e3f06f74dd09b86e2a41d77d31044f495fb
1666 Author: Larry Johnson <lrj@acm.org>
1667 Date:   Tue Apr 20 08:11:40 2010 -0400
1668
1669     Fix typos in Korat board console output
1670
1671     Signed-off-by: Larry Johnson <lrj@acm.org>
1672     Signed-off-by: Stefan Roese <sr@denx.de>
1673
1674 commit 8a1cdaa9d54c93db300e8565191d60712aa481dc
1675 Author: Wolfgang Denk <wd@denx.de>
1676 Date:   Wed Apr 28 12:54:43 2010 +0200
1677
1678     QONG: Adapt flash addresses and mtdparts to grown image size
1679
1680     Also enable HUSH shell.
1681
1682     Signed-off-by: Wolfgang Denk <wd@denx.de>
1683
1684 commit e1d2950d0f5aaa7ab6609ffa96dde2e163fc2902
1685 Author: Wolfgang Denk <wd@denx.de>
1686 Date:   Wed Apr 28 10:58:10 2010 +0200
1687
1688     mtdparts: get rid of custom DEBUG macro, use debug()
1689
1690     Signed-off-by: Wolfgang Denk <wd@denx.de>
1691
1692 commit 2697eff1af136c6424c065cba994aa9aceadbcd1
1693 Author: Wolfgang Denk <wd@denx.de>
1694 Date:   Wed Apr 28 10:53:47 2010 +0200
1695
1696     mtdparts: fix write through NULL pointer
1697
1698     The "mtdparts add" command wrote through a NULL pointer - on many
1699     systems this went unnoticed (PowerPC has writable RAM there, some ARM
1700     systems have ROM where a write has no effect), but on arm1136
1701     (i.MX31) it crashed the system.
1702
1703     Add appropriate checks.
1704
1705     Signed-off-by: Wolfgang Denk <wd@denx.de>
1706
1707 commit 68651683593958cedcdfb9d06a5fe0a524f8dd6e
1708 Author: Stefano Babic <sbabic@denx.de>
1709 Date:   Wed Apr 21 09:47:19 2010 +0200
1710
1711     ubifsmount fails due to not initialized list
1712
1713     ubifsmount is not working and causes an access with
1714     a pointer set to zero because the ubifs_fs_type
1715     is not initialized correctly.
1716
1717     Signed-off-by: Stefano Babic <sbabic@denx.de>
1718     Signed-off-by: Stefan Roese <sr@denx.de>
1719
1720 commit 7c8cf0d0c7b12c7c63765e936cf760dc2c7d7306
1721 Author: Stefano Babic <sbabic@denx.de>
1722 Date:   Wed Apr 21 09:56:31 2010 +0200
1723
1724     MX31: Added LCD support for QONG module
1725
1726     Added support for LCD and splash image to the QONG module.
1727     The supported display is VBEST-VGG322403.
1728
1729     Signed-off-by: Stefano Babic <sbabic@denx.de>
1730
1731 commit 7e1afb62a7e68843248b9a76a265c9193e716768
1732 Author: Kumar Gala <galak@kernel.crashing.org>
1733 Date:   Tue Apr 20 10:02:24 2010 -0500
1734
1735     ppc: Split MPC83xx SERDES code from MPC85xx/MPC86xx/QorIQ
1736
1737     The MPC83xx SERDES control is different from the other FSL PPC chips.
1738     For now lets split it out so we can standardize on interfaces for
1739     determining of a device on SERDES is configured.
1740
1741     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1742     Acked-by: Kim Phillips <kim.phillips@freescale.com>
1743
1744 commit 3f0202ed13add5fd6e2ed66fcb3f5e1228cdf766
1745 Author: Lan Chunhe <b25806@freescale.com>
1746 Date:   Wed Apr 21 07:40:50 2010 -0500
1747
1748     mpc85xx: Add the ability to set LCRR[CLKDIV] to improve R/W speed of flash
1749
1750     Signed-off-by: Lan Chunhe <b25806@freescale.com>
1751     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
1752     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1753
1754 commit 0c955dafab495fef5a76f5383387281d0408056c
1755 Author: Dave Liu <daveliu@freescale.com>
1756 Date:   Wed Apr 14 19:05:06 2010 +0800
1757
1758     85xx: clean up the io_sel for PCI express of P1022
1759
1760     clean up the wrong io_sel for PCI express according to latest manual.
1761
1762     Signed-off-by: Dave Liu <daveliu@freescale.com>
1763     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1764
1765 commit 47106ce168890d637fd849682ba88ecfdb9c35de
1766 Author: Detlev Zundel <dzu@denx.de>
1767 Date:   Wed Apr 14 11:32:20 2010 +0200
1768
1769     85xx/socrates: Remove NFS support to fit image size.
1770
1771     This fixes an overflow during the link phase.
1772
1773     Signed-off-by: Detlev Zundel <dzu@denx.de>
1774     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1775
1776 commit 9ce3c228276b0f85105da8c39b164f2b6c84ea34
1777 Author: Kumar Gala <galak@kernel.crashing.org>
1778 Date:   Tue Apr 13 11:07:57 2010 -0500
1779
1780     85xx: Fix compile warning
1781
1782     cpu.c: In function 'checkcpu':
1783     cpu.c:47: warning: unused variable 'gur'
1784
1785     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1786
1787 commit 4db9708b94b6745f5c1eaa699d4d76477de8588a
1788 Author: Kumar Gala <galak@kernel.crashing.org>
1789 Date:   Tue Apr 13 23:56:23 2010 -0500
1790
1791     85xx: Convert cpu_init_f code to use out_be32 for LBC registers
1792
1793     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1794
1795 commit cd3abcfa2d4dc8df09f6d01e735e4dc2f6c87ebc
1796 Author: Dave Liu <daveliu@freescale.com>
1797 Date:   Mon Apr 12 14:23:35 2010 +0800
1798
1799     fsl_sata: Move the snoop bit to another place
1800
1801     For P1022 SATA host controller, the data snoop bit of DW3 in PRDT
1802     is moved to bit28.
1803
1804     Signed-off-by: Dave Liu <daveliu@freescale.com>
1805     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1806
1807 commit e4773debb735323a9eedf353239e8e88e03d7c58
1808 Author: Dave Liu <daveliu@freescale.com>
1809 Date:   Mon Apr 12 14:23:25 2010 +0800
1810
1811     fsl_sata: Add the workaround for errata SATA-A001
1812
1813     After power on, the SATA host controller of P1022 Rev1 is configured
1814     in legacy mode instead of the expected enterprise mode.
1815
1816     Software needs to clear bit[28] of HControl register to change to
1817     enterprise mode after bringing the host offline.
1818
1819     Signed-off-by: Dave Liu <daveliu@freescale.com>
1820     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1821
1822 commit 99bac479dd183529f4e259a0de8d31644219d487
1823 Author: Dave Liu <daveliu@freescale.com>
1824 Date:   Tue Dec 8 11:56:48 2009 +0800
1825
1826     fsl-ddr: Add extra cycle to turnaround times
1827
1828     Add an extra cycle turnaround time to read->write to ensure stability
1829     at high DDR frequencies.
1830
1831     Signed-off-by: Dave Liu <daveliu@freescale.com>
1832     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1833
1834 commit f8d05e5e5888d88ab42524d699924936e8e77970
1835 Author: Dave Liu <daveliu@freescale.com>
1836 Date:   Fri Mar 5 12:23:00 2010 +0800
1837
1838     fsl-ddr: add the macro for Rtt_Nom definition
1839
1840     add the macro definition for Rtt_Nom termination value for DDR3
1841
1842     Signed-off-by: Dave Liu <daveliu@freescale.com>
1843     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1844
1845 commit 1231c498e016b5bfe85f1eb87c2e044d3389d7da
1846 Author: Kumar Gala <galak@kernel.crashing.org>
1847 Date:   Wed Apr 7 10:39:46 2010 -0500
1848
1849     ppc/p4080: Add p4080 DEVDISR2 & SRDS_PLLCR0 defines
1850
1851     Added some needed fines and some misc additional defines
1852     used by p4080 initialization.
1853
1854     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1855
1856 commit 17d90f31a810a19ade1a1c534fde9f65d4d66390
1857 Author: Dave Liu <daveliu@freescale.com>
1858 Date:   Fri Mar 5 12:23:00 2010 +0800
1859
1860     ppc/p4080: Extend the GUTS memory map
1861
1862     Extend pin control and clock control to GUTS memory map
1863
1864     Signed-off-by: Dave Liu <daveliu@freescale.com>
1865     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1866
1867 commit ab48ca1a661b9ab8e3fee9fe2df65432b09ed073
1868 Author: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
1869 Date:   Wed Feb 10 17:32:43 2010 +0800
1870
1871     ppc/p4080: Fix synchronous frequency calculations
1872
1873     When DDR is in synchronous mode, the existing code assigns sysclk
1874     frequency to DDR frequency.  It should be synchronous with the platform
1875     frequency.  CPU frequency is based on platform frequency in synchronous
1876     mode.
1877
1878     Also fix:
1879
1880     * Fixes the bit mask for DDR_SYNC (RCWSR5[184])
1881     * Corrects the detection of synchronous mode.
1882
1883     Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
1884     Signed-off-by: Dave Liu <daveliu@freescale.com>
1885     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
1886     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1887
1888 commit 1749c3da8d8445cdf78d70120a803e3e9553113c
1889 Author: Kumar Gala <galak@kernel.crashing.org>
1890 Date:   Wed Apr 7 02:49:12 2010 -0500
1891
1892     ppc/85xx: Fixup PCI nodes for P1_P2_RDB
1893
1894     While we had ft_pci_board_setup it wasn't being called by
1895     ft_board_setup.  Fix that so we actually update the device tree PCI
1896     nodes on P1_P2_RDB boards.
1897
1898     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1899
1900 commit 8cbb0ddd7e696c6a4be1ae3ab3c95d3c8f6a7031
1901 Author: Thomas Chou <thomas@wytron.com.tw>
1902 Date:   Wed Apr 21 08:40:59 2010 +0800
1903
1904     nios2: add nios2-generic board
1905
1906     This is a generic approach to port u-boot for nios2 boards.
1907     You may find the usage of this approach on the nioswiki,
1908     http://nioswiki.com/DasUBoot
1909
1910     A fpga parameter file, which contains base address information
1911     and drivers declaration, is generated from Altera's hardware system
1912     description sopc file using tools.
1913
1914     The example fpga parameter file is compatible with EP1C20, EP1S10
1915     and EP1S40 boards. So these boards can be removed after this commit.
1916     Though epcs controller is removed to cut the dependency of altera_spi
1917     driver.
1918
1919     Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
1920     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
1921
1922 commit 441cac10d8a9438b144ab0ad46280780b58f638b
1923 Author: Thomas Chou <thomas@wytron.com.tw>
1924 Date:   Thu Apr 22 17:27:16 2010 +0800
1925
1926     nios2: fix no flash, add nand and mmc init in board.c
1927
1928     This patch fixes error when CONFIG_SYS_NO_FLASH. And adds
1929     nand flash and mmc initialization, which should go before
1930     env initialization.
1931
1932     Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
1933     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
1934
1935 commit fd2712d0b1d4c1624bef35b784ee64451ee5a017
1936 Author: Thomas Chou <thomas@wytron.com.tw>
1937 Date:   Tue Apr 20 11:01:11 2010 +0800
1938
1939     nios2: consolidate reset initialization
1940
1941     Global interrupt should be disabled from the beginning.
1942
1943     Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
1944     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
1945
1946 commit 994852966d2e6cf98c1dbeea8ee62c233b305ffb
1947 Author: Thomas Chou <thomas@wytron.com.tw>
1948 Date:   Wed Mar 31 08:30:08 2010 +0800
1949
1950     altera_jtag_uart: bypass when no jtag connection
1951
1952     This patch adds an option to bypass output waiting when there
1953     is no jtag connection. This allows the jtag uart work similar
1954     to a serial uart, ie, boot even without connection.
1955
1956     This option is enabled with CONFIG_ALTERA_JTAG_UART_BYPASS
1957
1958     Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
1959     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
1960
1961 commit 7e812f2e9cdac80f6287d4aee5deb434597c4f8b
1962 Author: Thomas Chou <thomas@wytron.com.tw>
1963 Date:   Sat Apr 17 23:34:40 2010 +0800
1964
1965     nios2: add dma_alloc_coherent
1966
1967     This function return cache-line aligned allocation which is mapped
1968     to uncached io region.
1969
1970     Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
1971     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
1972
1973 commit 0dc1c7f692c15fe1745e3eeab918e98ee6126677
1974 Author: Thomas Chou <thomas@wytron.com.tw>
1975 Date:   Sat Apr 17 23:10:09 2010 +0800
1976
1977     nios2: add 64 bits swab support
1978
1979     This patch adds 64 bits swab support. Most 32 bits processors use
1980     this. We need 64 bits swab for UBI.
1981
1982     Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
1983     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
1984
1985 commit e4bf588609d8d9cefbc312a6c6b8bb309b194fd5
1986 Author: Thomas Chou <thomas@wytron.com.tw>
1987 Date:   Wed Mar 31 08:36:24 2010 +0800
1988
1989     nios2: add altera cf reset
1990
1991     This patch toggles power to reset the cf card.
1992
1993     Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
1994     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
1995
1996 commit dd168ef5b82255401e46a27faae09e39c66967fe
1997 Author: Thomas Chou <thomas@wytron.com.tw>
1998 Date:   Sat Apr 17 17:39:12 2010 +0800
1999
2000     nios2: allow link script overriding from boards
2001
2002     This patch allow boards to override the default link script.
2003
2004     Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
2005     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
2006
2007 commit 29fd7ceb3c1cb7ffaffce1047e806d1e85e3ab4b
2008 Author: Anatolij Gustschin <agust@denx.de>
2009 Date:   Sat Apr 24 19:27:11 2010 +0200
2010
2011     mpc5121: pdm360ng: add coprocessor POST
2012
2013     Adds coprocessor communication POST code
2014
2015     Signed-off-by: Anatolij Gustschin <agust@denx.de>
2016
2017 commit 2ebdb9a9d7abcb17fdbfdc4bbb71b4ef538fc713
2018 Author: Anatolij Gustschin <agust@denx.de>
2019 Date:   Sat Apr 24 19:27:10 2010 +0200
2020
2021     mpc5121: add common post_word_load/store code
2022
2023     Add common post_word_load/post_word_store routines
2024     for all mpc5121 boards. pdm360ng board POST support
2025     added by subsequent patch needs them.
2026
2027     Signed-off-by: Anatolij Gustschin <agust@denx.de>
2028
2029 commit a3921eefa1440d23f22751704cd7df999769f169
2030 Author: Anatolij Gustschin <agust@denx.de>
2031 Date:   Sat Apr 24 19:27:09 2010 +0200
2032
2033     mpc5121: add support for PDM360NG board
2034
2035     PDM360NG is a MPC5121E based board by ifm ecomatic gmbh.
2036
2037     Signed-off-by: Michael Weiss <michael.weiss@ifm.com>
2038     Signed-off-by: Detlev Zundel <dzu@denx.de>
2039     Signed-off-by: Anatolij Gustschin <agust@denx.de>
2040
2041 commit b9947bbb08d0483be03004bdbce283b644471cb7
2042 Author: Anatolij Gustschin <agust@denx.de>
2043 Date:   Sat Apr 24 19:27:08 2010 +0200
2044
2045     mpc5121: determine RAM size using get_ram_size()
2046
2047     Configure CONFIG_SYS_MAX_RAM_SIZE address range in
2048     DDR Local Access Window and determine the RAM size.
2049     Fix DDR LAW afterwards using detected RAM size.
2050
2051     Signed-off-by: Anatolij Gustschin <agust@denx.de>
2052
2053 commit 5d937e8b59f27d8c300a2e78c168a4c22ec6922a
2054 Author: Anatolij Gustschin <agust@denx.de>
2055 Date:   Sat Apr 24 19:27:07 2010 +0200
2056
2057     mpc512x: make MEM IO Control configuration a board config option
2058
2059     Signed-off-by: Anatolij Gustschin <agust@denx.de>
2060
2061 commit 8e234e33bf60a850685c7e81ea92d383c643486b
2062 Author: Anatolij Gustschin <agust@denx.de>
2063 Date:   Sat Apr 24 19:27:06 2010 +0200
2064
2065     mpc5121: add PSC serial communication routines
2066
2067     Signed-off-by: Anatolij Gustschin <agust@denx.de>
2068
2069 commit e3b28e67329de99a315d509920760dcbc565f8c6
2070 Author: Anatolij Gustschin <agust@denx.de>
2071 Date:   Sat Apr 24 19:27:05 2010 +0200
2072
2073     mpc512x: add multi serial PSC support
2074
2075     Extend mpc512x serial driver to support multiple PSC ports.
2076
2077     Subsequent patches for PDM360NG board support make use of this
2078     functionality by defining CONFIG_SERIAL_MULTI in the board config
2079     file. Additionally the used PSC devices are specified by defining
2080     e.g. CONFIG_SYS_PSC1, CONFIG_SYS_PSC4 and CONFIG_SYS_PSC6.
2081
2082     Support for PSC devices other than 1, 3, 4 and 6 is not added
2083     by this patch because these aren't used currently. In the future
2084     it can be easily added using DECLARE_PSC_SERIAL_FUNCTIONS(N) and
2085     INIT_PSC_SERIAL_STRUCTURE(N) macros in cpu/mpc512x/serial.c.
2086     Additionally you have to add code for registering added
2087     devices in serial_initialize() in common/serial.c.
2088
2089     Signed-off-by: Anatolij Gustschin <agust@denx.de>
2090
2091 commit fbb0030e3894119c089256f16626edd166c7629c
2092 Author: Anatolij Gustschin <agust@denx.de>
2093 Date:   Sat Apr 24 19:27:04 2010 +0200
2094
2095     serial: struct serial_device: add uninit() entry for drivers
2096
2097     Subsequent patch extends mpc512x serial driver to support
2098     multiple PSC ports. The driver will provide an uninit()
2099     function to stop the serial controller and to disable the
2100     controller's clock. Adding uninit() entry to struct serial_device
2101     allows disabling the serial controller after usage of
2102     a stdio serial device.
2103
2104     This patch adds uninit() entry to the struct serial_device
2105     and fixes initialization of this structure in the code
2106     accordingly.
2107
2108     Signed-off-by: Anatolij Gustschin <agust@denx.de>
2109
2110 commit 77c1458d130d33704472db9c88d2310c8fc90f4c
2111 Author: Dipen Dudhat <dipen.dudhat@freescale.com>
2112 Date:   Mon Oct 5 15:41:58 2009 +0530
2113
2114     ppc/85xx: PIO Support for FSL eSDHC Controller Driver
2115
2116     On some Freescale SoC Internal DMA of eSDHC controller has bug.
2117     So PIO Mode has been introduced to do data transfer using CPU.
2118
2119     Signed-off-by: Dipen Dudhat <dipen.dudhat@freescale.com>
2120
2121 commit 1a2e203b31d33fb720f2cf1033b241ad36ab405a
2122 Author: Kim Phillips <kim.phillips@freescale.com>
2123 Date:   Tue Apr 20 19:37:54 2010 -0500
2124
2125     mpc83xx: turn on icache in core initialization to improve u-boot boot time
2126
2127     before, MPC8349ITX boots u-boot in 4.3sec:
2128
2129             column1 is elapsed time since first message
2130             column2 is elapsed time since previous message
2131             column3 is the message
2132     0.000 0.000: U-Boot 2010.03-00126-gfd4e49c (Apr 11 2010 - 17:25:29) MPC83XX
2133     0.000 0.000:
2134     0.000 0.000: Reset Status:
2135     0.000 0.000:
2136     0.032 0.032: CPU:   e300c1, MPC8349E, Rev: 1.1 at 533.333 MHz, CSB: 266.667 MHz
2137     0.032 0.000: Board: Freescale MPC8349E-mITX
2138     0.032 0.000: UPMA:  Configured for compact flash
2139     0.032 0.000: I2C:   ready
2140     0.061 0.028: DRAM:  256 MB (DDR1, 64-bit, ECC off, 266.667 MHz)
2141     1.516 1.456: FLASH: 16 MB
2142     2.641 1.125: PCI:   Bus Dev VenId DevId Class Int
2143     2.652 0.011:         00  10  1095  3114  0180  00
2144     2.652 0.000: PCI:   Bus Dev VenId DevId Class Int
2145     2.652 0.000: In:    serial
2146     2.652 0.000: Out:   serial
2147     2.652 0.000: Err:   serial
2148     2.682 0.030: Board revision: 1.0 (PCF8475A)
2149     3.080 0.398: Net:   TSEC1: No support for PHY id ffffffff; assuming generic
2150     3.080 0.000: TSEC0, TSEC1
2151     4.300 1.219: IDE:   Bus 0: .** Timeout **
2152
2153     after, MPC8349ITX boots u-boot in 3.0sec:
2154
2155     0.010 0.010: U-Boot 2010.03-00127-g4b468cc-dirty (Apr 11 2010 - 17:47:29) MPC83XX
2156     0.010 0.000:
2157     0.010 0.000: Reset Status:
2158     0.010 0.000:
2159     0.017 0.007: CPU:   e300c1, MPC8349E, Rev: 1.1 at 533.333 MHz, CSB: 266.667 MHz
2160     0.017 0.000: Board: Freescale MPC8349E-mITX
2161     0.038 0.020: UPMA:  Configured for compact flash
2162     0.038 0.000: I2C:   ready
2163     0.038 0.000: DRAM:  256 MB (DDR1, 64-bit, ECC off, 266.667 MHz)
2164     0.260 0.222: FLASH: 16 MB
2165     1.390 1.130: PCI:   Bus Dev VenId DevId Class Int
2166     1.390 0.000:         00  10  1095  3114  0180  00
2167     1.390 0.000: PCI:   Bus Dev VenId DevId Class Int
2168     1.400 0.010: In:    serial
2169     1.400 0.000: Out:   serial
2170     1.400 0.000: Err:   serial
2171     1.400 0.000: Board revision: 1.0 (PCF8475A)
2172     1.832 0.432: Net:   TSEC1: No support for PHY id ffffffff; assuming generic
2173     1.832 0.000: TSEC0, TSEC1
2174     3.038 1.205: IDE:   Bus 0: .** Timeout **
2175
2176     also tested on these boards (albeit with a less accurate
2177     boottime measurement method):
2178
2179     seconds: before  after
2180     8349MDS  ~2.6    ~2.2
2181     8360MDS  ~2.8    ~2.6
2182     8313RDB  ~2.5    ~2.3 #nand boot
2183     837xRDB  ~3.1    ~2.3
2184
2185     also tested on an 8323ERDB.
2186
2187     v2: also remove the delayed icache enablement assumption in arch ppc's
2188     board.c, and add a CONFIG_MPC83xx define in the ITX config file for
2189     consistency (even though it was already being defined in 83xx'
2190     config.mk).
2191
2192     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2193
2194 commit a059e90e16e126e25da33ce23a37e2acce84284c
2195 Author: Kim Phillips <kim.phillips@freescale.com>
2196 Date:   Thu Apr 15 17:36:05 2010 -0500
2197
2198     mpc83xx: enable command line autocompletion
2199
2200     because it's convenient.
2201
2202     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2203
2204 commit dfe812c744ee6dacae3b4d553694642668d9ac9d
2205 Author: Kim Phillips <kim.phillips@freescale.com>
2206 Date:   Thu Apr 15 17:36:02 2010 -0500
2207
2208     mpc83xx: use "A" nomenclature only on mpc834x and mpc836x families
2209
2210     marketing didn't extend their postpend-with-an-A naming strategy
2211     on rev.2's and higher beyond the first two 83xx families.  This
2212     patch stops us from misreporting we're running e.g., on an MPC8313EA,
2213     when such a name doesn't exist.
2214
2215     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2216
2217 commit 27ef578df7b9c7862c36a31b819c652f8b0aeea0
2218 Author: Rini van Zetten <rini@arvoo.nl>
2219 Date:   Thu Apr 15 16:03:05 2010 +0200
2220
2221     mpc83xx: Use CONFIG_FSL_ESDHC to enable sdhc clk
2222
2223     Enable eSDHC Clock based on generic CONFIG_FSL_ESDHC define
2224     instead of a platform define. This will enable all the 83xx
2225     platforms to use sdhc_clk based on CONFIG_FSL_ESDHC.  It's
2226     the same patch as commit 6b9ea08c5010eab5ad1056bc9bf033afb672d9cc
2227     for the ppc/85xx.
2228
2229     Signed-off-by: Rini <rini@arvoo.nl>
2230     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2231
2232 commit a47a12becf66f02a56da91c161e2edb625e9f20c
2233 Author: Stefan Roese <sr@denx.de>
2234 Date:   Thu Apr 15 16:07:28 2010 +0200
2235
2236     Move arch/ppc to arch/powerpc
2237
2238     As discussed on the list, move "arch/ppc" to "arch/powerpc" to
2239     better match the Linux directory structure.
2240
2241     Please note that this patch also changes the "ppc" target in
2242     MAKEALL to "powerpc" to match this new infrastructure. But "ppc"
2243     is kept as an alias for now, to not break compatibility with
2244     scripts using this name.
2245
2246     Signed-off-by: Stefan Roese <sr@denx.de>
2247     Acked-by: Wolfgang Denk <wd@denx.de>
2248     Acked-by: Detlev Zundel <dzu@denx.de>
2249     Acked-by: Kim Phillips <kim.phillips@freescale.com>
2250     Cc: Peter Tyser <ptyser@xes-inc.com>
2251     Cc: Anatolij Gustschin <agust@denx.de>
2252
2253 commit cf6eb6da433179674571f9370566b1ec8989a41a
2254 Author: Stefan Roese <sr@denx.de>
2255 Date:   Wed Apr 14 13:57:18 2010 +0200
2256
2257     ppc4xx: TLB init file cleanup
2258
2259     This patch adds new macros, with frequently used combinations of the
2260     4xx TLB access control and storage attibutes. Additionally the 4xx init.S
2261     files are updated to make use of these new macros. Resulting in easier
2262     to read TLB definitions.
2263
2264     Additionally some init.S files are updated to use the mmu header for the
2265     TLB defines, instead of defining their own macros.
2266
2267     Signed-off-by: Stefan Roese <sr@denx.de>
2268
2269 commit 26a33504a55e4882520f2e9da96ba6c22badb353
2270 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
2271 Date:   Mon Apr 12 15:08:17 2010 -0400
2272
2273     fsl_i2c: Added a callpoint for i2c_board_late_init
2274
2275     This patch adds a callpoint in i2c_init that allows board specific
2276     i2c board initialization (typically for i2c bus reset) that is called
2277     after i2c_init operations, allowing the i2c_board_late_init function
2278     to use the pre-configured i2c bus speed and slave address.
2279
2280 commit 254ab7bd464657600aba69d840406f9358f3e116
2281 Author: Scott McNutt <smcnutt@psyent.com>
2282 Date:   Fri Apr 16 16:12:39 2010 -0400
2283
2284     nios2: Move individual board linker scripts to common script in cpu tree.
2285
2286     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
2287
2288 commit 8ff972c6e99938f1a033e5500dccc9a37ce3406f
2289 Author: Michal Simek <monstr@monstr.eu>
2290 Date:   Fri Apr 16 12:56:33 2010 +0200
2291
2292     microblaze: Consolidate cache code
2293
2294     Merge cpu and lib cache code.
2295     Flush cache before disabling.
2296
2297     Signed-off-by: Michal Simek <monstr@monstr.eu>
2298
2299 commit 9b4d90569028604bc491ea419187c31e4467bdca
2300 Author: Michal Simek <monstr@monstr.eu>
2301 Date:   Fri Apr 16 12:01:32 2010 +0200
2302
2303     microblaze: Flush cache before jumping to kernel
2304
2305     There is used max cache size on system which doesn't define
2306     cache size.
2307
2308     Signed-off-by: Michal Simek <monstr@monstr.eu>
2309
2310 commit 70524883b0424277e5b3ff3768c0c5628b5fce44
2311 Author: Michal Simek <monstr@monstr.eu>
2312 Date:   Fri Apr 16 11:59:29 2010 +0200
2313
2314     microblaze: Support system with WB cache
2315
2316     WB cache use different instruction that WT cache but the major code
2317     is that same. That means that wdc.flush on system with WT cache
2318     do the same thing as before.
2319
2320     You need newer toolchain with wdc.flush support.
2321
2322     Signed-off-by: Michal Simek <monstr@monstr.eu>
2323
2324 commit 9769b73f60fc0fb8de7ab16ff6300eae56505020
2325 Author: Michal Simek <monstr@monstr.eu>
2326 Date:   Fri Apr 16 11:57:35 2010 +0200
2327
2328     microblaze: Change initialization sequence
2329
2330     env_relocation should be called first.
2331     Added stdio_init too.
2332
2333     Signed-off-by: Michal Simek <monstr@monstr.eu>
2334
2335 commit e6177b36b87d0ce627651e407b91245f16e5382e
2336 Author: Michal Simek <monstr@monstr.eu>
2337 Date:   Fri Apr 16 11:55:01 2010 +0200
2338
2339     microblaze: Change cache report messages
2340
2341     It is more accurate to show that caches are OFF instead of FAIL.
2342
2343     Signed-off-by: Michal Simek <monstr@monstr.eu>
2344
2345 commit 8125c980cc282000cbddb415f8ddbebf96e4edb4
2346 Author: Michal Simek <monstr@monstr.eu>
2347 Date:   Fri Apr 16 11:51:59 2010 +0200
2348
2349     microblaze: Fix interrupt handler code
2350
2351     It is better to read ivr and react on it than do long parsing from
2352     two regs. Interrupt controller returs actual irq number.
2353
2354     Signed-off-by: Michal Simek <monstr@monstr.eu>
2355
2356 commit b26640971a7ba8800f0eb32af145ff0727fe21fe
2357 Author: Michal Simek <monstr@monstr.eu>
2358 Date:   Fri Apr 16 11:43:43 2010 +0200
2359
2360     microblaze: Move FSL initialization to board.c
2361
2362     Move FSL out of interrupt controller.
2363
2364     Signed-off-by: Michal Simek <monstr@monstr.eu>
2365
2366 commit 5bbcb6cf22b1121d8c3e56b0e1fb84366e903ac7
2367 Author: Michal Simek <monstr@monstr.eu>
2368 Date:   Fri Apr 16 11:37:41 2010 +0200
2369
2370     microblaze: Move timer initialization to board.c
2371
2372     I would like to handle case where system doesn't contain
2373     intc that's why I need timer initialization out of intc code.
2374
2375     Signed-off-by: Michal Simek <monstr@monstr.eu>
2376
2377 commit cc53690e05f47b4c25e0a528de50e024fc0164ad
2378 Author: Michal Simek <monstr@monstr.eu>
2379 Date:   Fri Apr 16 11:30:16 2010 +0200
2380
2381     microblaze: Fix irq.S code
2382
2383     It is ancient code. There is possible to save several instructions
2384     just if we use offset instead of addik
2385
2386     Signed-off-by: Michal Simek <monstr@monstr.eu>
2387
2388 commit 398b1d57a6a56aada1f77198746a7dd1b038cd5d
2389 Author: Arun Bhanu <arun@bhanu.net>
2390 Date:   Thu Apr 15 18:27:17 2010 +0800
2391
2392     microblaze: Add FDT support
2393
2394     This patch adds FDT (flattened device tree) support to microblaze arch.
2395
2396     Tested with Linux arch/microblaze kernels with and without compiled in
2397     FDT on Xilinx ML506 board.
2398
2399     Signed-off-by: Arun Bhanu <arun@bhanu.net>
2400     Signed-off-by: Michal Simek <monstr@monstr.eu>
2401
2402 commit 2a72e9ed18d2164eb7fe569119342eb631b568da
2403 Author: Stefan Roese <sr@denx.de>
2404 Date:   Fri Apr 9 14:03:59 2010 +0200
2405
2406     ppc4xx: Add option for PPC440SPe ports without old Rev. A support
2407
2408     The 440SPe Rev. A is quite old and newer 440SPe boards don't need support
2409     for this CPU revision. Since removing support for this older version
2410     simplifies the creation for newer U-Boot ports, this patch now enables
2411     440SPe > Rev. A support by creating the CONFIG_440SPE_REVA define. By
2412     defining this in the board config header, Rev. A will still be supported.
2413     Otherwise (default for newer board ports), Rev. A will not be supported.
2414
2415     Signed-off-by: Stefan Roese <sr@denx.de>
2416
2417 commit 288991c93fdd150ef3817e676c657cb487468d38
2418 Author: Stefan Roese <sr@denx.de>
2419 Date:   Thu Apr 8 09:33:13 2010 +0200
2420
2421     ppc4xx: alpr: Remove some not needed commands to make image fit again
2422
2423     The latest changes increased the size of the alpr image a bit more.
2424     Now it doesn't fit into the 256k reserved for it. This patch now removes
2425     the commands "loads" and "loadb" which are not needed in the production
2426     systems.
2427
2428     Signed-off-by: Stefan Roese <sr@denx.de>
2429     Cc: Pieter Voorthuijsen <pieter.voorthuijsen@prodrive.nl>
2430
2431 commit 8d321b81c5441db93425ee37cb79cc51d9ce2fb0
2432 Author: Peter Tyser <ptyser@xes-inc.com>
2433 Date:   Mon Apr 12 22:28:21 2010 -0500
2434
2435     Update README to reflect new directory structure
2436
2437     Also fix up some whitespace issues that were introduced when moving
2438     directory locations.
2439
2440     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2441
2442 commit 37e4dafaae96ccc970a896f90186fadcf858aad0
2443 Author: Peter Tyser <ptyser@xes-inc.com>
2444 Date:   Mon Apr 12 22:28:20 2010 -0500
2445
2446     nios2: Move cpu/nios2/* to arch/nios2/cpu/*
2447
2448     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2449
2450 commit 6a8a2b7058a398fe207021259cb2c529fb225eff
2451 Author: Peter Tyser <ptyser@xes-inc.com>
2452 Date:   Mon Apr 12 22:28:19 2010 -0500
2453
2454     nios: Move cpu/nios/* to arch/nios/cpu/*
2455
2456     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2457
2458 commit 1e9c26578ebbeecbaf3d8fb574957405eff17c86
2459 Author: Peter Tyser <ptyser@xes-inc.com>
2460 Date:   Mon Apr 12 22:28:18 2010 -0500
2461
2462     sparc: Move cpu/leon[23] to arch/sparc/cpu/leon[23]
2463
2464     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2465
2466 commit e9a882803eb59f482ca4aa6ffd6fa21e4c53d618
2467 Author: Peter Tyser <ptyser@xes-inc.com>
2468 Date:   Mon Apr 12 22:28:17 2010 -0500
2469
2470     i386: Move cpu/i386/* to arch/i386/cpu/*
2471
2472     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2473
2474 commit 6260fb0458d94c83aa5b180745b1946c0c94d364
2475 Author: Peter Tyser <ptyser@xes-inc.com>
2476 Date:   Mon Apr 12 22:28:16 2010 -0500
2477
2478     microblaze: Move cpu/microblaze/* to arch/microblaze/cpu/*
2479
2480     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2481
2482 commit 8a15c2d10b0b784f0cfba1240f06a4d933b975fa
2483 Author: Peter Tyser <ptyser@xes-inc.com>
2484 Date:   Mon Apr 12 22:28:15 2010 -0500
2485
2486     avr32: Move cpu/at32ap/* to arch/avr32/cpu/*
2487
2488     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2489
2490 commit 1e3827d9cf9442e188604fd1099ac38375135125
2491 Author: Peter Tyser <ptyser@xes-inc.com>
2492 Date:   Mon Apr 12 22:28:14 2010 -0500
2493
2494     mips: Move cpu/mips/* to arch/mips/cpu/*
2495
2496     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2497
2498 commit c6fb83d21729321426308c3acff2a3dfb20d250b
2499 Author: Peter Tyser <ptyser@xes-inc.com>
2500 Date:   Mon Apr 12 22:28:13 2010 -0500
2501
2502     blackfin: Move cpu/blackfin/* to arch/blackfin/cpu/*
2503
2504     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2505
2506 commit a4145534851bf74619cb373a942613a74547bb82
2507 Author: Peter Tyser <ptyser@xes-inc.com>
2508 Date:   Mon Apr 12 22:28:12 2010 -0500
2509
2510     m68k: Move cpu/$CPU to arch/m68k/cpu/$CPU
2511
2512     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2513
2514 commit 84ad688473bec2875e171b71040eb9e033c6c206
2515 Author: Peter Tyser <ptyser@xes-inc.com>
2516 Date:   Mon Apr 12 22:28:11 2010 -0500
2517
2518     arm: Move cpu/$CPU to arch/arm/cpu/$CPU
2519
2520     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2521
2522 commit 8f0fec74ac6d0f3a7134ccebafa1ed9bd8c712ba
2523 Author: Peter Tyser <ptyser@xes-inc.com>
2524 Date:   Mon Apr 12 22:28:10 2010 -0500
2525
2526     sh: Move cpu/$CPU to arch/sh/cpu/$CPU
2527
2528     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2529
2530 commit 8d1f268204b07e172f3cb5cee0a3974d605b0b98
2531 Author: Peter Tyser <ptyser@xes-inc.com>
2532 Date:   Mon Apr 12 22:28:09 2010 -0500
2533
2534     ppc: Move cpu/$CPU to arch/ppc/cpu/$CPU
2535
2536     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2537
2538 commit 819833af39a91fa1c1e8252862bbda6f5a602f7b
2539 Author: Peter Tyser <ptyser@xes-inc.com>
2540 Date:   Mon Apr 12 22:28:08 2010 -0500
2541
2542     Move architecture-specific includes to arch/$ARCH/include/asm
2543
2544     This helps to clean up the include/ directory so that it only contains
2545     non-architecture-specific headers and also matches Linux's directory
2546     layout which many U-Boot developers are already familiar with.
2547
2548     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2549
2550 commit 61f2b38a17f5b21c59f2afe6cf1cbb5f28638cf9
2551 Author: Peter Tyser <ptyser@xes-inc.com>
2552 Date:   Mon Apr 12 22:28:07 2010 -0500
2553
2554     Replace "#include <asm-$ARCH/$FILE>" with "#include <asm/$FILE>"
2555
2556     The appropriate include/asm-$ARCH directory should already by symlinked
2557     to include/asm so using the whole "asm-$ARCH" path is unnecessary.
2558
2559     This change should also allow us to move the include/asm-$ARCH
2560     directories into their appropriate lib/$ARCH/ directories.
2561
2562     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2563
2564 commit 0de71d507157c4bd4fddcd3a419140d2b986eed2
2565 Author: Peter Tyser <ptyser@xes-inc.com>
2566 Date:   Mon Apr 12 22:28:06 2010 -0500
2567
2568     Move libfdt/ into lib/
2569
2570     Move the libfdt directory into the common lib/ directory to clean up the
2571     top-level directory.
2572
2573     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2574
2575 commit 78acc472d9719316f22e002a009a998d9ceec29d
2576 Author: Peter Tyser <ptyser@xes-inc.com>
2577 Date:   Mon Apr 12 22:28:05 2010 -0500
2578
2579     Rename lib_generic/ to lib/
2580
2581     Now that the other architecture-specific lib directories have been
2582     moved out of the top-level directory there's not much reason to have the
2583     '_generic' suffix on the common lib directory.
2584
2585     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2586
2587 commit ea0364f1bbfed1e3ea711147420875cf338fe77a
2588 Author: Peter Tyser <ptyser@xes-inc.com>
2589 Date:   Mon Apr 12 22:28:04 2010 -0500
2590
2591     Move lib_$ARCH directories to arch/$ARCH/lib
2592
2593     Also move lib_$ARCH/config.mk to arch/$ARCH/config.mk
2594
2595     This change is intended to clean up the top-level directory structure
2596     and more closely mimic Linux's directory organization.
2597
2598     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2599
2600 commit 89f39e177e7b0152aa1d3152baa25d986e36cdcf
2601 Author: Peter Tyser <ptyser@xes-inc.com>
2602 Date:   Mon Apr 12 22:28:03 2010 -0500
2603
2604     Change directory-specific CFLAGS to use full path
2605
2606     Previously, a specific file or directory could be compiled with custom
2607     CFLAGS by adding a Makefile variable such as:
2608       CFLAGS_dlmalloc.o = <custom flags for common/dlmalloc.c>
2609     or
2610       CFLAGS_lib = <custom flags for lib directory>
2611
2612     This method breaks down once multiple files or directories share the
2613     same path.  Eg FLAGS_fileA = <custom flags> would incorrectly result in
2614     both dir1/fileA.c and dir2/fileA.c being compiled with <custom flags>.
2615
2616     This change allows finer grained control which we need once we move
2617     lib_$ARCH to arch/$ARCH/lib/ and lib_generic/ to lib/.  Without this
2618     change all lib/ directories would share the same custom CFLAGS.
2619
2620     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2621
2622 commit 03b7004ddafc70d83904d790abaa50843868130e
2623 Author: Peter Tyser <ptyser@xes-inc.com>
2624 Date:   Mon Apr 12 22:28:02 2010 -0500
2625
2626     Create CPUDIR variable
2627
2628     The CPUDIR variable points to the location of a target's CPU directory.
2629     Currently, it is set to cpu/$CPU.  However, using $CPUDIR will allow for
2630     more flexibility in the future.  It lays the groundwork for reorganizing
2631     U-Boot's directory structure to support a layout such as:
2632
2633       arch/$ARCH/cpu/$CPU/* (architecture with multiple CPU types)
2634       arch/$ARCH/cpu/*      (architecture with one CPU type)
2635
2636     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2637
2638 commit 30dc165a76b5165af77219189bc05d0fa4229d8b
2639 Author: Jens Scharsig <js_at_ng@scharsoft.de>
2640 Date:   Fri Apr 9 19:02:38 2010 +0200
2641
2642     FIX: watchdog timeout, while waiting for input
2643
2644     * add WATCHDOG_RESET to !tstc() loops
2645     * prevents watchdog timeout, while waiting for input,
2646       if CONFIG_BOOT_RETRY_TIME or CONFIG_SHOW_ACTIVITY defined
2647
2648     Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
2649
2650 commit 8178110bc28249f3ff1c22b15d7dcdee50be69eb
2651 Author: Detlev Zundel <dzu@denx.de>
2652 Date:   Thu Apr 8 17:55:48 2010 +0200
2653
2654     config_cmd_all.h: Sort entries alphabetically
2655
2656     Signed-off-by: Detlev Zundel <dzu@denx.de>
2657
2658 commit 9157e9c40ab3a942bdd0679bb433cd9ed485f434
2659 Author: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2660 Date:   Thu Apr 8 17:55:47 2010 +0200
2661
2662     config_cmd_all.h: added missing CONFIG_CMD_UBI and CONFIG_CMD_UBIFS
2663
2664     Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2665
2666 commit ae30b8c200dc071d719ad649d0bf5635d61754f3
2667 Author: karl.beldan@gmail.com <karl.beldan@gmail.com>
2668 Date:   Tue Apr 6 22:18:08 2010 +0200
2669
2670     malloc: sbrk() should return MORECORE_FAILURE instead of NULL on failure
2671
2672     Signed-off-by: Karl Beldan <karl.beldan@gmail.com>
2673
2674 commit a2513e27e8df2b7bf481d03e7719f91ce19e89d5
2675 Author: Peter Tyser <ptyser@xes-inc.com>
2676 Date:   Sun Apr 4 22:36:03 2010 -0500
2677
2678     mkimage: Fix strict-aliasing compiler warning
2679
2680     Version 4.2.4 of gcc produces the following warnings without this change:
2681       mkimage.c: In function ‘main’:
2682       mkimage.c:204: warning: dereferencing type-punned pointer will break strict-aliasing rules
2683       mkimage.c:222: warning: dereferencing type-punned pointer will break strict-aliasing rules
2684
2685     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2686
2687 commit 1f2463d7642c582339c9f9d96471d5d2a169b9bb
2688 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
2689 Date:   Thu Apr 1 21:26:55 2010 +0200
2690
2691     Add initial support for Matrix Vision mvSMR board based on MPC5200B.
2692
2693     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
2694
2695 commit 9acd4f0e914913796e4e56f550726d216f7b16e5
2696 Author: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2697 Date:   Sat Mar 27 11:16:10 2010 +0100
2698
2699     cmd_bmp.c: add standard subcommand handling
2700
2701     Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2702     Acked-by: Detlev Zundel <dzu@denx.de>
2703
2704 commit f852a0c3bfe0b30b4816135b9a0d2aaae7e5de6a
2705 Author: Albin Tonnerre <albin.tonnerre@free-electrons.com>
2706 Date:   Sun Mar 14 18:47:23 2010 +0100
2707
2708     drivers/mtd/spi/eeprom_m95xxx.c: add missing error checking
2709
2710     Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
2711
2712 commit 3b653fdb322028b27c5ae3d60ecb0eea2d58837f
2713 Author: Peter Tyser <ptyser@xes-inc.com>
2714 Date:   Sun Apr 4 22:40:50 2010 -0500
2715
2716     cmd_ubi: Fix uninitialized variable warning
2717
2718     gcc 3.4.6 previously reported the following error on many MIPS boards
2719     which utilize UBI:
2720       cmd_ubi.c:193: warning: 'vol' might be used uninitialized in this function
2721
2722     The current code is structured such that 'vol' will never be used when
2723     it is NULL anyway, but gcc isn't smart enough to figure this out.
2724
2725     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2726     Signed-off-by: Stefan Roese <sr@denx.de>
2727
2728 commit fac71cc49f93db7d460dbc957dfbbadefa2ca0e9
2729 Author: Kim B. Heino <Kim.Heino@bluegiga.com>
2730 Date:   Fri Mar 12 10:07:00 2010 +0200
2731
2732     USB storage probe
2733
2734     While debugging one ill behaving USB device I found two bugs in USB
2735     storage probe.
2736
2737     usb_stor_get_info() returns -1 (error), 0 (skip) or 1 (ok). First part
2738     of this patch fixes error case.
2739
2740     Second part fixes usb_inquiry()'s retry counter handling. Original code
2741     had retry = -1 on error case, not retry = 0 as checked in the next line.
2742
2743     Signed-off-by: Kim B. Heino <Kim.Heino@bluegiga.com>
2744
2745 commit aaad108b889c6980a2d05262a2f7febb14f94d68
2746 Author: Kim B. Heino <Kim.Heino@bluegiga.com>
2747 Date:   Fri Mar 12 15:46:56 2010 +0200
2748
2749     USB storage count
2750
2751     Here's another USB storage patch. Currently U-Boot handles storage
2752     devices #0 - #4 as valid devices, even if there is none connected. This
2753     patch fixes usb_stor_get_dev() to check detected device count instead
2754     of MAX-define.
2755
2756     This is very important for ill behaving devices. usb_dev_desc[] can be
2757     partially initialized if device probe fails.
2758
2759     After fixing get_dev() it was easy to fix "usb part" etc commands.
2760     Previously it outputed "Unknown partition table" five times, now it's
2761     "no USB devices available".
2762
2763     Signed-off-by: Kim B. Heino <Kim.Heino@bluegiga.com>
2764
2765 commit d7a22a364ceea97133c1fb7aff073953c7a61228
2766 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
2767 Date:   Sat Feb 27 21:34:41 2010 +0300
2768
2769     EHCI: add NEC PCI ID
2770
2771     Add NEC EHCI controller to the list of the supported devices.
2772
2773     Signed-off-by: Sergei Shtylyov <sshtylyov@mvista.com>
2774
2775      drivers/usb/host/ehci-pci.c |    1 +
2776      1 file changed, 1 insertion(+)
2777
2778 commit c8b2d1dc0f1667029f42c3fa21f70906414af325
2779 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
2780 Date:   Sat Feb 27 21:33:21 2010 +0300
2781
2782     EHCI: fix port reset reporting
2783
2784     Commit b416191a14770c6bcc6fd67be7decf8159b2baee (Fix EHCI port reset.) didn't
2785     move the code that checked for successful clearing of the port reset bit from
2786     ehci_submit_root(), relying on wait_ms() call instead. The mentioned code also
2787     erroneously reported port reset state when the reset was already completed.
2788
2789     Signed-off-by: Sergei Shtylyov <sshtylyov@mvista.com>
2790
2791 commit e06a055bcd966adf62a5653c84db781915392e41
2792 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
2793 Date:   Sat Feb 27 21:32:17 2010 +0300
2794
2795     EHCI: fix off-by-one error in ehci_submit_root()
2796
2797     USB devices on the 2nd port are not detected and I get the following message:
2798
2799     The request port(1) is not configured
2800
2801     That's with default CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS value of 2. 'req->index'
2802     is 1-based, so the comparison in ehci_submit_root() can't be correct.
2803
2804     Signed-off-by: Sergei Shtylyov <sshtylyov@mvista.com>
2805
2806 commit 6d313c84ded168427240e62d108b6ba9afdcf535
2807 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
2808 Date:   Sat Feb 27 21:29:42 2010 +0300
2809
2810     EHCI: fix root hub device descriptor
2811
2812     On little endian machines, EHCI root hub's USB revision is reported as 0.2 --
2813     cpu_to_le16() was missed in the initializer for the 'bcdUSB' descriptor field.
2814     The same should be done for the 'bcdDevice' field.
2815
2816     Signed-off-by: Sergei Shtylyov <sshtylyov@mvista.com>
2817
2818 commit 760bce07f182f678d42f2a85a0e47b59e831ba25
2819 Author: Anatolij Gustschin <agust@denx.de>
2820 Date:   Thu Apr 8 15:50:55 2010 +0200
2821
2822     video: ati_radeon_fb.c: fix warning while compiling with DEBUG
2823
2824     Fixes this warning:
2825
2826     ati_radeon_fb.c: In function 'radeon_probe':
2827     ati_radeon_fb.c:598: warning: format '%x' expects type 'unsigned int',
2828     but argument 2 has type 'void *'
2829
2830     Signed-off-by: Anatolij Gustschin <agust@denx.de>
2831
2832 commit f6a7a2e88854666e6a9ede50891fe415e803ace2
2833 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
2834 Date:   Wed Mar 31 15:52:40 2010 -0500
2835
2836     ati_radeon: Support PCI virtual not eq bus mapping.
2837
2838     Use pci_bus_to_virt() to convert the bus address from the BARs to
2839     virtual address' to eliminate the direct mapping requirement.
2840
2841     Rename variables to better match usage (_phys -> _bus or no-suffix)
2842
2843     This fixes the mpc8572ds CONFIG_PHYS_64BIT mode failure:
2844     "videoboot: Video ROM failed to map!"
2845
2846     Tested on mpc8572ds with and without CONFIG_PHYS_64BIT.
2847
2848     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
2849
2850 commit 9624f6d9eb4b7223e97a27844ec4489ab953a2e2
2851 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
2852 Date:   Wed Mar 31 09:54:28 2010 -0500
2853
2854     ati_radeon: return with error when emulator fails
2855
2856     Console was being switched to video even if emulator fails and
2857     causing this hang:
2858
2859                    Scanning PCI bus 04
2860             04  00  1095  3132  0104  00
2861         PCIE3 on bus 03 - 04
2862     Video: ATI Radeon video card (1002, 5b60) found @(2:0:0)
2863     videoboot: Booting PCI video card bus 2, function 0, device 0
2864     videoboot: Video ROM failed to map!
2865     640x480x8 31kHz 59Hz
2866     radeonfb: FIFO Timeout !
2867
2868     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
2869     Tested-by: Anatolij Gustschin <agust@denx.de>
2870
2871 commit d5011762f53ada9cc7cdf1f89f3a722f887af577
2872 Author: Anatolij Gustschin <agust@denx.de>
2873 Date:   Mon Mar 15 14:50:25 2010 +0100
2874
2875     video: cfb_console.c: add support for RLE8 bitmaps
2876
2877     Allow displaying 8-bit RLE BMP images.
2878
2879     Signed-off-by: Anatolij Gustschin <agust@denx.de>
2880
2881 commit 22d6c8faac4e9fa43232b0cf4da427ec14d72ad3
2882 Author: Thomas Chou <thomas@wytron.com.tw>
2883 Date:   Thu Apr 1 11:15:05 2010 +0800
2884
2885     cfi_flash: reset timer in flash status check
2886
2887     This patch adds reset_timer() before the flash status check
2888     waiting loop.
2889
2890     Since the timer is basically running asynchronous to the cfi
2891     code, it is possible to call get_timer(0), then only a few
2892     _SYSCLK_ cycles later an interrupt is generated. This causes
2893     timeout even though much less time has elapsed. So the timer
2894     period registers should be reset before get_timer(0) is
2895     called.
2896
2897     There is similar usage in nand_base.c.
2898
2899     Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
2900     Signed-off-by: Stefan Roese <sr@denx.de>
2901
2902 commit 933419096e857275b8b01f1ae577162231b143ff
2903 Author: Kumar Gala <galak@kernel.crashing.org>
2904 Date:   Wed Apr 7 01:34:11 2010 -0500
2905
2906     ppc/85xx: Use CONFIG_NS16550_MIN_FUNCTIONS to reduce NAND_SPL size
2907
2908     The MPC8536DS_NAND SPL build was failing due to code size increase
2909     introduced by commit:
2910
2911     commit 33f57bd553edf29dffef5a6c7d76e169c79a6049
2912     Author: Kumar Gala <galak@kernel.crashing.org>
2913     Date:   Fri Mar 26 15:14:43 2010 -0500
2914
2915         85xx: Fix enabling of L1 cache parity on secondary cores
2916
2917     We built in some NS16550 functions that we dont need and can get
2918     rid of them via CONFIG_NS16550_MIN_FUNCTIONS.
2919
2920     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2921
2922 commit 5a4696088376fff82629e7e4a2444294dc589c96
2923 Author: Timur Tabi <timur@freescale.com>
2924 Date:   Thu Apr 1 10:49:42 2010 -0500
2925
2926     p2020ds: add alternate boot bank support using the ngPIXIS FPGA
2927
2928     The Freescale P2020DS board uses a new type of PIXIS FPGA, called the ngPIXIS.
2929     The ngPIXIS has one distinct new feature: the values of the on-board switches
2930     can be selectively overridden with shadow registers.  This feature is used to
2931     boot from a different NOR flash bank, instead of having a register dedicated
2932     for this purpose.  Because the ngPIXIS is so different from the previous PIXIS,
2933     a new file is introduced: ngpixis.c.
2934
2935     Also update the P2020DS checkboard() function to use the new macros defined
2936     in the header file.
2937
2938     Signed-off-by: Timur Tabi <timur@freescale.com>
2939     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2940
2941 commit 2feb4af001a0be5ccad6e6a6eb072207cbef6e3f
2942 Author: Timur Tabi <timur@freescale.com>
2943 Date:   Wed Mar 31 17:44:13 2010 -0500
2944
2945     fsl: improve the PIXIS code and fix a few bugs
2946
2947     Refactor and document the Freescale PIXIS code, used on most 85xx and 86xx
2948     boards.  This makes the code easier to read and more flexible.
2949
2950     Delete pixis.h, because none of the exported functions were actually being
2951     used by any other file.  Make all of the functions in pixis.c 'static'.
2952     Remove "#include pixis.h" from every file that has it.
2953
2954     Remove some unnecessary #includes.
2955
2956     Make 'pixis_base' into a macro, so that we don't need to define it in every
2957     function.
2958
2959     Add "while(1);" loops at the end of functions that reset the board, so that
2960     execution doesn't continue while the reset is in progress.
2961
2962     Replace in_8/out_8 calls with clrbits_8, setbits_8, or clrsetbits_8, where
2963     appropriate.
2964
2965     Replace ulong/uint with their spelled-out equivalents.  Remove unnecessary
2966     typecasts, changing the types of some variables if necessary.
2967
2968     Add CONFIG_SYS_PIXIS_VCFGEN0_ENABLE and CONFIG_SYS_PIXIS_VBOOT_ENABLE to make
2969     it easier for specific boards to support variations in the PIXIS registers
2970     sets.  No current boards appears to need this feature.
2971
2972     Fix the definition of CONFIG_SYS_PIXIS_VBOOT_MASK for the MPC8610 HPCD.
2973     Apparently, "pixis_reset altbank" has never worked on this board.
2974
2975     Signed-off-by: Timur Tabi <timur@freescale.com>
2976     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2977
2978 commit ff8473e90a018c2bb19a196176c1f2e9602d6354
2979 Author: Sandeep Gopalpet <sandeep.kumar@freescale.com>
2980 Date:   Fri Mar 12 10:45:02 2010 +0530
2981
2982     85xx: Set HID1[mbdd] on e500v2 rev5.0 or greater
2983
2984     The HID1[MBDD] bit is new on rev5.0 or greater cores and will optimize
2985     the performance of mbar/eieio instructions.
2986
2987     Signed-off-by: Sandeep Gopalpet <sandeep.kumar@freescale.com>
2988
2989 commit 216082754f6da5359ea0db9b0cc03ad531ac6e45
2990 Author: Kumar Gala <galak@kernel.crashing.org>
2991 Date:   Tue Mar 30 23:06:53 2010 -0500
2992
2993     85xx: Added various P1012/P1013/P1021/P1022 defines
2994
2995     There are various locations that we have chip specific info:
2996
2997     * Makefile for which ddr code to build
2998     * Added P1012/P1013/P1021/P1022 to cpu_type_list and SVR list
2999     * Added number of LAWs for P1012/P1013/P1021/P1022
3000     * Set CONFIG_MAX_CPUS to 2 for P1021/P1022
3001     * PCI port config
3002
3003     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
3004     Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
3005     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3006
3007 commit 5a85a3096940b0a0cd016c8acf4944421c64f8c7
3008 Author: Kumar Gala <galak@kernel.crashing.org>
3009 Date:   Tue Mar 30 10:07:12 2010 -0500
3010
3011     ppc/8xxx: Delete PCI nodes from device tree if not configured
3012
3013     If the PCI controller wasn't configured or enabled delete from the
3014     device tree (include its alias).
3015
3016     For the case that we didn't even configure u-boot with knowledge of
3017     the controller we can use the fact that the pci_controller pointer
3018     is NULL to delete the node in the device tree.  We determine that
3019     a controller was not setup (because of HW config) based on the fact
3020     that cfg_addr wasn't setup.
3021
3022     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3023
3024 commit 3f1a5c1655d32b7ab8ae74c79934ce100ebcd2bf
3025 Author: Brent Kandetzki <BrentK@teleco.com>
3026 Date:   Wed Mar 24 17:41:33 2010 -0400
3027
3028     Blackfin: IP04: new board port
3029
3030     A low cost 4 port IP-PBX board.
3031
3032     Signed-off-by: Brent Kandetzki <BrentK@teleco.com>
3033     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3034
3035 commit a3c08363b927b84dee911bfcb29ab45d53c98f62
3036 Author: Mike Frysinger <vapier@gentoo.org>
3037 Date:   Tue Mar 23 16:23:39 2010 -0400
3038
3039     Blackfin: drop bfin #undef in linker script
3040
3041     Now that the linker script is preprocessed with -ansi, there is no need to
3042     manually undef the bfin define.
3043
3044     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3045
3046 commit 0c080aa753eb92e1c0033d3fd33033b2b4813884
3047 Author: Mike Frysinger <vapier@gentoo.org>
3048 Date:   Thu Feb 11 20:19:10 2010 -0500
3049
3050     Blackfin: call watchdog_init() for external watchdogs
3051
3052     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3053
3054 commit b874ed17472de492cfbf58c8e362364bc80e3dcd
3055 Author: Mike Frysinger <vapier@gentoo.org>
3056 Date:   Wed Feb 10 01:20:44 2010 -0500
3057
3058     Blackfin: link with normal ABI target
3059
3060     If someone uses the FDPIC toolchain to compile U-Boot, make sure the
3061     linker knows to use the normal ABI target rather than the FDPIC one.
3062     This wasn't needed with older toolchains, but when we fixed the linker
3063     such that the default target changed based on tuple, this broke.
3064
3065     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3066
3067 commit dd97022cbeaae5fd4bce25cf7e86019101a040ef
3068 Author: Mike Frysinger <vapier@gentoo.org>
3069 Date:   Fri Jan 29 15:48:28 2010 -0500
3070
3071     Blackfin: sync ptrace headers with linux
3072
3073     Scrub a lot of dead cruft in the process.
3074
3075     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3076
3077 commit 6a0be8f8fe6d72a30e69d08decb72dc3bec5484c
3078 Author: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>
3079 Date:   Fri Jan 22 17:15:55 2010 -0500
3080
3081     Blackfin: cm-bf561: update network/env settings
3082
3083     Switch to the SMC911X driver by default now, and fix LDR env settings.
3084
3085     Signed-off-by: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>
3086     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3087
3088 commit 216818c1a2d03b1c0994f00993c99af38c5b1e83
3089 Author: Mike Frysinger <vapier@gentoo.org>
3090 Date:   Thu Jan 21 23:29:18 2010 -0500
3091
3092     Blackfin: bf537-stamp: add board test defines
3093
3094     We tweak the configs a little when doing automated hardware tests.
3095
3096     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3097
3098 commit 38b9b7446ecd3a728bad3e1913a984628a7363fb
3099 Author: Mike Frysinger <vapier@gentoo.org>
3100 Date:   Tue Jan 19 21:02:00 2010 -0500
3101
3102     Blackfin: relax .data alignment
3103
3104     The strictest alignment on Blackfin systems is 32bits (since that is the
3105     largest load instruction), so don't force 256byte alignment here.
3106
3107     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3108
3109 commit 03f7053f70bc55b50c9d23e54f90d772419300a6
3110 Author: Mike Frysinger <vapier@gentoo.org>
3111 Date:   Tue Jan 19 15:39:07 2010 -0500
3112
3113     Blackfin: drop reference to gd->reloc_off
3114
3115     The reloc_off member no longer exists, so drop it.  Also change this
3116     function so that it is always compiled and prevents latent issues like
3117     this in the future.
3118
3119     Reported-by: Peter Meerwald <pmeerw@pmeerw.net>
3120     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3121
3122 commit 49b97d9c8ea7b11c4fc9e457cc2cd9fd6ebf0c21
3123 Author: Kumar Gala <galak@kernel.crashing.org>
3124 Date:   Tue Mar 30 10:19:26 2010 -0500
3125
3126     fdt: Add fdt_del_node_and_alias helper
3127
3128     Add a helper function that given an alias will delete both the node
3129     the alias points to and the alias itself
3130
3131     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3132     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
3133
3134 commit 459c41a8e1be96edeba1c0afeccacafd93b2c4e6
3135 Author: Mike Frysinger <vapier@gentoo.org>
3136 Date:   Tue Nov 3 15:53:12 2009 -0500
3137
3138     Blackfin: disable NetBSD bootm support by default
3139
3140     There is no Blackfin/NetBSD port, so enabling support for it by default
3141     doesn't make any sense.
3142
3143     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3144
3145 commit 69bcf5bc80a47acbd62b8cfff932cb12d47997d7
3146 Author: Kumar Gala <galak@kernel.crashing.org>
3147 Date:   Mon Mar 29 13:50:31 2010 -0500
3148
3149     85xx: Add defines for BUCSR bits to make code more readable
3150
3151     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3152
3153 commit 22c9de064a218ae617bfeea35d2164532df91597
3154 Author: Dave Liu <daveliu@freescale.com>
3155 Date:   Fri Mar 5 12:22:00 2010 +0800
3156
3157     fsl-ddr: change the default burst mode for DDR3
3158
3159     For 64B cacheline SoC, set the fixed 8-beat burst len,
3160     for 32B cacheline SoC, set the On-The-Fly as default.
3161
3162     Signed-off-by: Dave Liu <daveliu@freescale.com>
3163
3164 commit ec145e87b80f6764d17a6b0aebf521fe758c3fdc
3165 Author: Dave Liu <daveliu@freescale.com>
3166 Date:   Fri Mar 5 12:22:00 2010 +0800
3167
3168     fsl-ddr: Fix the turnaround timing for TIMING_CFG_4
3169
3170     Read-to-read/Write-to-write turnaround for same chip select
3171     of DDR3 memory, BL/2+2 cycles is enough for them at BC4 and
3172     OTF case, BL/2 cycles is enough for fixed BL8.
3173     Cutting down the turnaround from BL/2+4 to BL/2+2 or BL/2
3174     will improve the memory performance.
3175
3176     Signed-off-by: Dave Liu <daveliu@freescale.com>
3177
3178 commit ab467c512e79dbd14f02352655f054a4304c457e
3179 Author: Roy Zang <tie-fei.zang@freescale.com>
3180 Date:   Tue Feb 9 18:23:33 2010 +0800
3181
3182     fsl_esdhc: Only modify the field we are changing in WML
3183
3184     When we set the read or write watermark in WML we should maintain the
3185     rest of the register as is, rather than using some hard coded value.
3186
3187     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
3188     Acked-by: Stefano Babic <sbabic@denx.de>
3189     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3190
3191 commit 48bb3bb5ac4dd21e931ae157caad6449bcb2d0d4
3192 Author: Jerry Huang <Chang-Ming.Huang@freescale.com>
3193 Date:   Thu Mar 18 15:57:06 2010 -0500
3194
3195     fsl_esdhc: Add function to reset the eSDHC controller
3196
3197     To support multiple block read command we must set abort or use auto
3198     CMD12.  If we booted from eSDHC controller neither of these are used
3199     and thus we need to reset the controller to allow multiple block read
3200     to function.
3201
3202     Signed-off-by: Jerry Huang <Chang-Ming.Huang@freescale.com>
3203     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
3204     Acked-by: Stefano Babic <sbabic@denx.de>
3205     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3206
3207 commit cc4d1226585fa2544b5116702b02eacbb7aa48a1
3208 Author: Kumar Gala <galak@kernel.crashing.org>
3209 Date:   Thu Mar 18 15:51:05 2010 -0500
3210
3211     fsl_esdhc: Always stop clock before changing frequency
3212
3213     We need to stop the clocks on 83xx/85xx as well as imx.  No need to make
3214     this code conditional to just imx.
3215
3216     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3217     Acked-by: Stefano Babic <sbabic@denx.de>
3218
3219 commit d0b0dcaa220549999d6ea74cf87487846c186a0f
3220 Author: Stefan Roese <sr@denx.de>
3221 Date:   Thu Apr 1 14:37:24 2010 +0200
3222
3223     i2c: Move PPC4xx I2C driver into drivers/i2c directory
3224
3225     This patch moves the PPC4xx specific I2C device driver into the I2C
3226     drivers directory. All 4xx config headers are updated to include this
3227     driver.
3228
3229     Signed-off-by: Stefan Roese <sr@denx.de>
3230
3231 commit b5045cdda556c73e2697cd1d3ea6563315cbf490
3232 Author: Detlev Zundel <dzu@denx.de>
3233 Date:   Wed Mar 31 15:38:55 2010 +0200
3234
3235     arm/integrator: Remove unneccessary CONFIG_PCI check.
3236
3237     pci_eth_init() is already conditional to CONFIG_PCI so not every caller
3238     needs to have conditionals.
3239
3240     This is the only place in the current code base where such a check is
3241     still at the calling site.
3242
3243     Signed-off-by: Detlev Zundel <dzu@denx.de>
3244     CC: Ben Warren <biggerbadderben@gmail.com>
3245     CC: Peter Pearse <peter.pearse@arm.com>
3246
3247 commit 0701f730cebc8dd065b70812ca0332055dcf10f8
3248 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
3249 Date:   Thu Mar 25 14:30:13 2010 +0100
3250
3251     at91: use C structs for AT91 OHCI code
3252
3253     This patch is part of migrating the AT91 support towards
3254     using C struct for all SOC access.
3255
3256     It removes one more CONFIG_AT91_LEGACY warning.
3257
3258     at91_pmc.h needs cleanup after migration of the drivers
3259     has been done.
3260
3261     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
3262
3263 commit e99056e3877d1f04a36991aa48f1c690547f5ab9
3264 Author: Asen Dimov <dimov@ronetix.at>
3265 Date:   Thu Mar 18 13:46:45 2010 +0200
3266
3267     using AT91_PMC_MCKR_MDIV_ instead of LEGACY one in at91/clock.c
3268
3269     Signed-off-by: Asen Dimov <dimov@ronetix.at>
3270
3271 commit 4b894a97d307c3207af40031d9e820e2960de57f
3272 Author: Alessandro Rubini <rubini@unipv.it>
3273 Date:   Wed Nov 25 23:41:51 2009 +0100
3274
3275     Nomadik: fix reset_timer()
3276
3277     Previous code was failing when reading back the timer less than
3278     400us after resetting it. This lead nand operations to incorrectly
3279     timeout any now and then.  Moreover, writing the load register isn't
3280     immediately reflected in the value register. We must wait for a clock
3281     edge, so read_timer now waits for the value to change at least once,
3282     otherwise nand operation would timeout anyways (though less frequently).
3283
3284     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
3285     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
3286
3287 commit f936aa0528fe4f5d86168575528e0c52b485c642
3288 Author: Achim Ehrlich <aehrlich@taskit.de>
3289 Date:   Wed Mar 17 14:50:29 2010 +0100
3290
3291     Convert at91 watchdog driver to new SoC access
3292
3293     This converts the at91 watchdog driver to new c structure
3294     type to access registers of the SoC
3295
3296     Signed-off-by: Achim Ehrlich <aehrlich@taskit.de>
3297
3298 commit c9f72b3da8855c3c9679c821127cccd91e0380ed
3299 Author: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
3300 Date:   Wed Mar 17 08:21:11 2010 +0100
3301
3302     at91: boards cleanup for deprecated CONFIG_CMD_AUTOSCRIPT
3303
3304     CONFIG_CMD_AUTOSCRIPT support is deprecated and non-existing
3305     This clean up patch removes the references for esd boards
3306
3307     Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
3308
3309 commit b032698ff687034286c98c09fd4830d804cd1786
3310 Author: Matthias Kaehlcke <matthias@kaehlcke.net>
3311 Date:   Tue Mar 9 22:13:56 2010 +0100
3312
3313     ep93xx timer: refactoring
3314
3315     ep93xx timer: Simplified the timer code by eliminating clk_to_systicks() and
3316     performing (almost) all manipulation of the timer structure in read_timer()
3317
3318     Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
3319
3320 commit 33eef04bf8541f7b15d4f694ad10f9b912b9caa6
3321 Author: Matthias Kaehlcke <matthias@kaehlcke.net>
3322 Date:   Tue Mar 9 22:13:47 2010 +0100
3323
3324     ep93xx timer: Rename struct timer_reg pointers
3325
3326     ep93xx timer: Renamed pointers to struct timer_regs from name 'timer' to
3327     'timer_regs' in order to avoid confusion with the global variable 'timer'
3328
3329     Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
3330
3331 commit 2528dc52361bea49e6bd4a95ce2374d0004ca56f
3332 Author: Naveen Krishna CH <ch.naveen@samsung.com>
3333 Date:   Fri Mar 5 17:16:05 2010 +0900
3334
3335     SAMSUNG: SMDKC100: Adds ethernet support.
3336
3337     Add setup for ethernet on SMDKC100, allowing kernel/ramdisk to be
3338     loaded over tftp.
3339
3340     The preinit function will configure GPIO (GPK0CON) & SROMC to look
3341     for environment in SROM Bank 3.
3342
3343     Signed-off-by: Naveen Krishna Ch <ch.naveen@samsung.com>
3344     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
3345
3346 commit 01802e0d22a4bb3903b342ff2357ea3bbcccd289
3347 Author: Naveen Krishna CH <ch.naveen@samsung.com>
3348 Date:   Fri Mar 5 17:15:38 2010 +0900
3349
3350     S5PC100: Function to configure the SROMC registers.
3351
3352     Nand Flash, Ethernet, other features might need to configure the
3353     SROMC registers accordingly.
3354     The config_sromc() functions helps with this.
3355
3356     Signed-off-by: Naveen Krishna Ch <ch.naveen@samsung.com>
3357     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
3358
3359 commit a28bec89ccc17b56a50d841c8f0778e927434d1c
3360 Author: Naveen Krishna CH <ch.naveen@samsung.com>
3361 Date:   Fri Mar 5 17:15:13 2010 +0900
3362
3363     S5PC100: Memory SubSystem Header file, register description(SROMC).
3364
3365     Memory subsystem of S5PC100 handles SROM, SRAM, OneDRAM, OneNand,
3366     NAND Flash, DDRs.
3367     smc.h is a common place for the register description of Memory subsystem
3368     of S5PC100.
3369     Note: Only SROM related registers are descibed now.
3370
3371     Signed-off-by: Naveen Krishna Ch <ch.naveen@samsung.com>
3372     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
3373
3374 commit abbe18c353c297a40c428ba92f3e1a85e8e694fc
3375 Author: Minkyu Kang <mk7.kang@samsung.com>
3376 Date:   Fri Feb 12 18:21:17 2010 +0900
3377
3378     s5pc1xx: update the README file
3379
3380     Because adds support the GPIO Interface, README file is updated.
3381
3382     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
3383
3384 commit ab693e9c4c06b42d1746a0d7a03541968fb55bb9
3385 Author: Minkyu Kang <mk7.kang@samsung.com>
3386 Date:   Fri Feb 12 18:17:52 2010 +0900
3387
3388     s5pc1xx: support the GPIO interface
3389
3390     This patch adds support the GPIO interface
3391
3392     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
3393
3394 commit 7b92159bd9fc0acaddd65b314da252b715d1b44e
3395 Author: Joonyoung Shim <jy0922.shim@samsung.com>
3396 Date:   Mon Feb 8 22:00:52 2010 +0900
3397
3398     s3c64xx: Add ifdef at the S3C64XX only codes
3399
3400     The s3c6400.h file is only for S3C64XX cpu and the pheripheral port
3401     address(0x70000000 - 0x7fffffff) exists at only S3C64XX cpu, so they
3402     should be included by only S3C64XX cpu.
3403
3404     Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
3405     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
3406
3407 commit 6c71a8fec95a9e0f90fbc47469c389c6f35d96bc
3408 Author: Naveen Krishna CH <ch.naveen.samsung.com>
3409 Date:   Thu Feb 4 14:17:38 2010 +0900
3410
3411     S5PC100: Moves the Macros to a common header file
3412
3413     The get_pll_clk(int) API returns the PLL frequency based on
3414     the (int) argument which is defined locally in clock.c
3415
3416     Moving that #define to common header file (clk.h) would
3417     be helpful when using the API from other files.
3418
3419     Signed-off-by: Naveen Krishna Ch <ch.naveen@samsung.com>
3420     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
3421
3422 commit 2ca551dd7ad6ec11418f113b1b50c96fdd15a370
3423 Author: Minkyu Kang <mk7.kang@samsung.com>
3424 Date:   Mon Mar 8 16:22:33 2010 +0900
3425
3426     MAINTAINERS: sort the list of ARM Maintainers by last name
3427
3428     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
3429
3430 commit c937c42431923c96a617e9462e2c0ecbaf2ad72d
3431 Author: Vipin KUMAR <vipin.kumar@st.com>
3432 Date:   Mon Mar 8 10:46:07 2010 +0530
3433
3434     SPEAr : Adding maintainer name for spear SoCs
3435
3436     Signed-off-by: Vipin Kumar <vipin.kumar@st.com>
3437
3438 commit d8bc0a2889700ba063598de6d4e7d135360b537e
3439 Author: Scott McNutt <smcnutt@psyent.com>
3440 Date:   Thu Apr 1 00:00:56 2010 -0400
3441
3442     nios2: Reload timer count in reset_timer()
3443
3444        When the timestamp is incremented via interrupt and the interrupt
3445        period is greater than 1 msec, successive calls to get_timer() can
3446        produce inaccurate timing since the interrupts are asynchronous
3447        to the timing loop. For example, with an interrupt period of 10 msec
3448        two successive calls to get_timer() could indicate an elapsed time
3449        of 10 msec after only several hundred usecs -- depending on when
3450        the next interrupt actually occurs. This behavior can cause
3451        reliability issues with components such as CFI and NAND.
3452
3453        This can be remedied by calling reset_timer() prior to establishing
3454        the base timestamp with get_timer(0), provided reset_timer()
3455        resets the hardware timer (rather than simply resetting only the
3456        timestamp). This has the effect of synchronizing the interrupts
3457        (and the advance of the timestamp) with the timing loop.
3458
3459     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
3460
3461 commit ed2941578480d30b413e081b6f1a5675d4afd9e2
3462 Author: Thomas Chou <thomas@wytron.com.tw>
3463 Date:   Wed Mar 24 11:41:46 2010 +0800
3464
3465     nios2: pass command line and initrd to linux in bootm.c
3466
3467     This patch adds bootargs passing to nios2 linux.
3468
3469     The args passing is enabled with,
3470     r4 : 'NIOS' magic
3471     r5 : pointer to initrd start
3472     r6 : pointer to initrd end
3473     r7 : pointer to command line
3474
3475     Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
3476     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
3477
3478 commit 9e486ab1c98ea7ab357520307fe5d5a0847cd1bb
3479 Author: Scott McNutt <smcnutt@psyent.com>
3480 Date:   Tue Mar 30 20:26:15 2010 -0400
3481
3482     nios2: Fix AMDLV065D flash write bug in altera board common tree.
3483
3484     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
3485
3486 commit 3a89a91a10fed545af458418e63d911953a9849c
3487 Author: Scott McNutt <smcnutt@psyent.com>
3488 Date:   Tue Mar 30 20:23:04 2010 -0400
3489
3490     nios2: Set CONFIG_SYS_HZ to 1000 all nios2 boards.
3491
3492        CONFIG_SYS_HZ was being calculated (incorrectly) in nios2 configuration
3493        headers. Updated comments to accurately describe timebase macros.
3494
3495     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
3496
3497 commit 3ea0037f2337de692b5fd2b6a4449db1de3067a2
3498 Author: Scott McNutt <smcnutt@psyent.com>
3499 Date:   Sun Mar 21 21:24:43 2010 -0400
3500
3501     nios2: Fix outx/writex parameter order in io.h
3502
3503     The outx/writex macros were using writex(addr, val) rather than
3504        the standard writex(val, addr), resulting in incompatibilty with
3505        architecture independent components. This change set uses standard
3506        parameter order.
3507
3508     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
3509
3510 commit 64da04d24ea685483f9afa07088f76931b6c0e01
3511 Author: Scott McNutt <smcnutt@psyent.com>
3512 Date:   Sun Mar 21 15:36:44 2010 -0400
3513
3514     nios2: Add support for EPCS16 and EPCS64 configuration devices.
3515
3516     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
3517
3518 commit 3fd2a1f3eb83a0bbb84a1397ff9c2af7e6f5d069
3519 Author: Scott McNutt <smcnutt@psyent.com>
3520 Date:   Sun Mar 21 13:26:33 2010 -0400
3521
3522     nios2: Add missing Ethernet initialization to board_init().
3523
3524     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
3525
3526 commit c72bfafbc94e61ea3ff3915c84aa7f9d91a045a0
3527 Author: Thomas Chou <thomas@wytron.com.tw>
3528 Date:   Sat Mar 20 07:05:47 2010 +0800
3529
3530     nios2: add struct stat support in linux/stat.h
3531
3532     This is needed for jffs2 support.
3533
3534     Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
3535     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
3536
3537 commit 3bef253f0802c6292b8e2acc0089894019e99e62
3538 Author: Thomas Chou <thomas@wytron.com.tw>
3539 Date:   Sat Mar 20 07:05:46 2010 +0800
3540
3541     nios2: use bitops from linux-2.6 asm-generic
3542
3543     These are needed to use ubi/ubifs.
3544
3545     Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
3546     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
3547
3548 commit d8b73dffa9866d6de3c05c8a2d07ecd4bc0d5d7e
3549 Author: Thomas Chou <thomas@wytron.com.tw>
3550 Date:   Sat Mar 20 07:05:45 2010 +0800
3551
3552     nios2: add local_irq_enable/disable to asm-nios2/system.h
3553
3554     Copy from linux header. This is needed for generic bitops.
3555
3556     Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
3557     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
3558
3559 commit 54d809e7553939629e8941ab9eef1f762463a2b3
3560 Author: Thomas Chou <thomas@wytron.com.tw>
3561 Date:   Sat Mar 20 07:05:44 2010 +0800
3562
3563     nios2: add asm-nios2/errno.h
3564
3565     Just pull in asm-generic.
3566
3567     Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
3568     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
3569
3570 commit c9d4f46b5d639a45747d5eaabd31d35856cb918f
3571 Author: Scott McNutt <smcnutt@psyent.com>
3572 Date:   Fri Mar 19 19:03:28 2010 -0400
3573
3574     nios2: Move serial drivers to individual files in  drivers/serial
3575
3576        The standard Altera UART & JTAG UART as well as the OpenCores
3577        YANU driver are now in individual files in drivers/serial
3578        rather than a single file uner cpu/nios2.
3579
3580     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
3581
3582 commit ca6e1c136ddb720c3bb2cc043b99f7f06bc46c55
3583 Author: Wolfgang Denk <wd@denx.de>
3584 Date:   Wed Mar 31 23:54:39 2010 +0200
3585
3586     Prepare v2010.03
3587
3588     Signed-off-by: Wolfgang Denk <wd@denx.de>
3589
3590 commit 8e64d6efd8d778a5f83d8bff9cd273a86dcc182f
3591 Author: Heiko Schocher <hs@denx.de>
3592 Date:   Wed Mar 31 08:34:51 2010 +0200
3593
3594     net, doc: How to setup MAC address correctly
3595
3596     As this seems unclear, document how the flow of setting up
3597     the MAC address is correct.
3598
3599     Signed-off-by: Heiko Schocher <hs@denx.de>
3600
3601     Text changed slightly, adding input from Mike Frysinger.
3602
3603     Signed-off-by: Wolfgang Denk <wd@denx.de>
3604
3605 commit b78b48c6a0c34b2991e31fc4548aaf773d34f2b3
3606 Author: Heiko Schocher <hs@denx.de>
3607 Date:   Wed Mar 31 08:34:46 2010 +0200
3608
3609     net, fec_mxc: only setup the device enetaddr with eeprom value
3610
3611     Only fill the device enetaddr with the contents of the eeprom,
3612     do not program it in MAC address registers
3613
3614     Signed-off-by: Heiko Schocher <hs@denx.de>
3615     Acked-by: Ben Warren <biggerbadderben@gmail.com>
3616
3617 commit d5a64237d58ded31c2eed455c7a346e1c85f5565
3618 Author: Felix Radensky <felix@embedded-sol.com>
3619 Date:   Tue Mar 30 15:02:13 2010 +0300
3620
3621     doc: Fix ramdisk examples in doc/uImage.FIT/multi.its
3622
3623     The ramdisk sections in doc/uImage.FIT/multi.its lack
3624     load address and entry point properties. Using examples
3625     from this file will result in unbootable image, u-boot
3626     will issue the following error messages:
3627
3628     Can't get ramdisk subimage load address!
3629     Ramdisk image is corrupt or invalid
3630
3631     This patch adds missing properties to ramdisk sections.
3632
3633     Signed-off-by: Felix Radensky <felix@embedded-sol.com>
3634
3635 commit 2d2018f3db5ed834bc1ee208a2c6212fdf00bca1
3636 Author: Heiko Schocher <heiko.schocher@invitel.hu>
3637 Date:   Wed Mar 24 13:22:50 2010 +0100
3638
3639     jffs2, suen3: Fix compiler warning
3640
3641     $ ./MAKEALL suen3
3642     jffs2_1pass.c: In function 'get_fl_mem':
3643     jffs2_1pass.c:399: warning: unused variable 'id'
3644     jffs2_1pass.c: In function 'get_node_mem':
3645     jffs2_1pass.c:423: warning: unused variable 'id'
3646
3647     Signed-off-by: Heiko Schocher <hs@denx.de>
3648     Tested-by: Tom <Tom.Rix@windriver.com>
3649
3650 commit 9ff32d8ccf0e23b5577c25610f001af8d761b4a2
3651 Author: Timur Tabi <timur@freescale.com>
3652 Date:   Mon Mar 29 12:51:07 2010 -0500
3653
3654     mpc86xx: set the DDR BATs after calculating true DDR size
3655
3656     After determining how much DDR is actually in the system, set DBAT0 and
3657     IBAT0 accordingly.  This ensures that the CPU won't attempt to access
3658     (via speculation) addresses outside of actual memory.
3659
3660     On 86xx systems, DBAT0 and IBAT0 (the BATs for DDR) are initialized to 2GB
3661     and kept that way.  If the system has less than 2GB of memory (typical for
3662     an MPC8610 HPCD), the CPU may attempt to access this memory during
3663     speculation.  The zlib code is notorious for generating such memory reads,
3664     and indeed on the MPC8610, uncompressing the Linux kernel causes a machine
3665     check (without this patch).
3666
3667     Currently we are limited to power of two sized DDR since we only use a
3668     single bat.  If a non-power of two size is used that is less than
3669     CONFIG_MAX_MEM_MAPPED u-boot will crash.
3670
3671     Signed-off-by: Timur Tabi <timur@freescale.com>
3672     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3673
3674 commit 33f57bd553edf29dffef5a6c7d76e169c79a6049
3675 Author: Kumar Gala <galak@kernel.crashing.org>
3676 Date:   Fri Mar 26 15:14:43 2010 -0500
3677
3678     85xx: Fix enabling of L1 cache parity on secondary cores
3679
3680     Use the same code between primary and secondary cores to init the
3681     L1 cache.  We were not enabling cache parity on the secondary cores.
3682
3683     Also, reworked the L1 cache init code to match the e500mc L2 init code
3684     that first invalidates the cache and locks.  Than enables the cache and
3685     makes sure its enabled before continuing.
3686
3687     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3688
3689 commit 1a332da61df9c38b567359af114daeaaaefaead8
3690 Author: Stefan Roese <sr@denx.de>
3691 Date:   Mon Mar 29 15:30:46 2010 +0200
3692
3693     ppc4xx: Fix problem with I2C bus >= 1 initialization
3694
3695     This patch fixes a problem introduced with patch eb5eb2b0
3696     [ppc4xx: Cleanup PPC4xx I2C infrastructure]. We need to assign the I2C
3697     base address to the "i2c" pointer inside of the controller loop.
3698     Otherwise controller 0 is initialized multiple times instead of
3699     initializing each I2C controller sequentially.
3700
3701     Tested on Katmai.
3702
3703     Signed-off-by: Stefan Roese <sr@denx.de>
3704     Acked-by: Heiko Schocher <hs@denx.de>
3705
3706 commit 24de2f4be00f81c58270d0df47296bf3a3601cef
3707 Author: Heiko Schocher <hs@denx.de>
3708 Date:   Mon Mar 29 13:15:48 2010 +0200
3709
3710     bootm, linux: fix booting Multi-File Image with "kernel+ramdisk+fdt"
3711
3712     Booting a "Multi-File Image" including a linux kernel, ramdisk and
3713     fdt, generated with
3714
3715     mkimage -A ppc \
3716         -O linux \
3717         -T multi \
3718         -C gzip \
3719         -a 00000000 \
3720         -e 00000000 \
3721         -n "kernel-2.6+initrd+dtb" \
3722         -d "vmlinux.bin.gz:ramdisk_image.gz:board.dtb" \
3723         multi.bin
3724
3725     actually fails, because ramdisk start and end addresses
3726     didn;t get initialized. This patch fixes this issue.
3727
3728     Tested on the KUP4K board.
3729
3730     Signed-off-by: Heiko Schocher <hs@denx.de>
3731
3732 commit fd03ea89641d6f6ade6d1a8580c1bb9f52b8542c
3733 Author: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
3734 Date:   Fri Mar 26 09:46:42 2010 +0100
3735
3736     i2c: made unused function i2c_mux_add_device static
3737
3738     and removed it from the .h file
3739
3740     Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
3741
3742 commit 2c0dc990202c69a6231122ec2463c4e3076a16f3
3743 Author: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
3744 Date:   Fri Mar 26 09:46:41 2010 +0100
3745
3746     cmd_i2c: introduced get_alen helper function
3747
3748     The code to parse alen appeared 6 times in the function.
3749     Factored this out in a small helper function
3750
3751     Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
3752
3753 commit a266fe955a55bb7a03a67f3c91033068f317b337
3754 Author: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
3755 Date:   Fri Mar 26 09:46:40 2010 +0100
3756
3757     cmd_i2c: moved a define to before the functions
3758
3759     Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
3760
3761 commit 4a8cf3382a6fea5cccc1e2ae61a4601bf26490c3
3762 Author: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
3763 Date:   Fri Mar 26 09:46:39 2010 +0100
3764
3765     cmd_i2c: moved mispositioned comment for i2c md
3766
3767     Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
3768
3769 commit 3a6dcb988eee3fd3cd9c5ef96855a8da729a290e
3770 Author: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
3771 Date:   Fri Mar 26 09:46:38 2010 +0100
3772
3773     cmd_i2c.c: declared local functions as static
3774
3775     Declared all functions that were not called outside the file as static
3776
3777     Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
3778
3779 commit 2883cc2d48e99fd1873ef8af03fee7966611b735
3780 Author: Wolfgang Denk <wd@denx.de>
3781 Date:   Sun Mar 28 00:25:14 2010 +0100
3782
3783     Prepare 2010.03-rc3
3784
3785     Update CHANGELOG
3786
3787     Signed-off-by: Wolfgang Denk <wd@denx.de>
3788
3789 commit 060f28532b09dd3d2c78423bdd809ac768a27629
3790 Author: Wolfgang Denk <wd@denx.de>
3791 Date:   Thu Mar 25 14:07:23 2010 +0100
3792
3793     cmd_usb.c: print debug messages only when DEBUG is defined
3794
3795     Signed-off-by: Wolfgang Denk <wd@denx.de>
3796
3797 commit a574cff121b1479c8e962b7a2a29310020387260
3798 Author: Wolfgang Denk <wd@denx.de>
3799 Date:   Wed Mar 24 12:19:19 2010 +0100
3800
3801     ml300: remove support for broken, orphaned board
3802
3803     The ml300 board has a number of issues, but nobody cares about this
3804     long-orphaned board any more.  Remove it.
3805
3806     Signed-off-by: Wolfgang Denk <wd@denx.de>
3807     Acked-by: Michal Simek <monstr@monstr.eu>
3808
3809 commit 04387d24a17b1ee13024dd4779da4b84d47c65cc
3810 Author: Wolfgang Denk <wd@denx.de>
3811 Date:   Sat Mar 27 23:37:46 2010 +0100
3812
3813     mkimage: fix Segmentation Fault when run without "-n name" option
3814
3815     The restructuring of the mkimage command in commit 89a4d6b1 ("tools:
3816     mkimage: split code into core, default and FIT image specific")
3817     introduced a bug that caused mkimage to segfault when run without
3818     "-n name" option.  Initialize the imagename entry to prevent that.
3819
3820     Signed-off-by: Wolfgang Denk <wd@denx.de>
3821
3822 commit e5720823f6f81a0f3a9e3404dbc37059bf6644f1
3823 Author: Thomas Chou <thomas@wytron.com.tw>
3824 Date:   Fri Mar 26 08:17:00 2010 +0800
3825
3826     cfi flash: add status polling method for amd flash
3827
3828     This patch adds status polling method to offer an alternative to
3829     data toggle method for amd flash chips.
3830
3831     This patch is needed for nios2 cfi flash interface, where the bus
3832     controller performs 4 bytes read cycles for a single byte read
3833     instruction. The data toggle method can not detect chip busy
3834     status correctly. So we have to poll DQ7, which will be inverted
3835     when the chip is busy.
3836
3837     This feature is enabled with the config def,
3838     CONFIG_SYS_CFI_FLASH_STATUS_POLL
3839
3840     Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
3841     Signed-off-by: Stefan Roese <sr@denx.de>
3842
3843 commit c40c94a3d20a8616264c2dfcda85279185d69aeb
3844 Author: Renato Andreola <renato.andreola@imagos.it>
3845 Date:   Wed Mar 24 23:00:47 2010 +0800
3846
3847     cfi_flash: precision and underflow problem in tout calculation
3848
3849     With old configuration it could happen tout=0 if CONFIG_SYS_HZ<1000.
3850
3851     Signed-off-by: Renato Andreola <renato.andreola@imagos.it>
3852     Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
3853     Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
3854     Signed-off-by: Stefan Roese <sr@denx.de>
3855
3856 commit 9d3a86aec52cb3c0e9badd12167d9292184ce4dd
3857 Author: TsiChung Liew <tsicliew@gmail.com>
3858 Date:   Tue Mar 16 12:39:36 2010 -0500
3859
3860     ColdFire: Fix m54455EVB save environment bug
3861
3862     The ATMEL flash does not have buffer write feature. Assgined
3863     buffer_size = 1, so that when there is a write to the flash
3864     will not use buffer write function.
3865
3866     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
3867
3868 commit f26a247308568e32857a5cc054f7219510a7d44e
3869 Author: TsiChung Liew <tsicliew@gmail.com>
3870 Date:   Mon Mar 15 19:39:21 2010 -0500
3871
3872     ColdFire: Fix incorrect M5253DEMO default environment
3873
3874     The flash location is at 0xff800000, not 0
3875
3876     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
3877
3878 commit dd9f054ede433de73b137987fb3dc066e8d24ebb
3879 Author: TsiChung Liew <tsicliew@gmail.com>
3880 Date:   Thu Mar 11 22:12:53 2010 -0600
3881
3882     ColdFire: Cache update for all platforms
3883
3884     The CF will call cache functions in lib_m68/cache.c and the
3885     cache settings are defined in platform configuration file.
3886
3887     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
3888
3889 commit f628e2f72daee810aa568619b6629da68ad042d6
3890 Author: TsiChung Liew <tsicliew@gmail.com>
3891 Date:   Wed Mar 10 18:50:22 2010 -0600
3892
3893     ColdFire: Fix SDRAM size on M5208evb rev E
3894
3895     The proper SDRAM size is 32MB not 64MB
3896
3897     Signed-off-by: Jingchang Lu <b22599@freescale.com>
3898
3899 commit 9e8e927023582231b034e199568e49f84ac032a9
3900 Author: TsiChung Liew <tsicliew@gmail.com>
3901 Date:   Wed Mar 10 18:24:07 2010 -0600
3902
3903     ColdFire: Misc update for M53017
3904
3905     Reside Ethernet buffer descriptors in SRAM instead of DRAM. Add
3906     CONFIG_SYS_TX_ETH_BUFFER in platform configuration file. Update
3907     DRAM control and SRAM control register setting. Update cache
3908     setting where size does not write to proper region.
3909
3910     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
3911     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
3912
3913 commit f9d877a6479878ca96688671f37d87b620c3e77c
3914 Author: TsiChung Liew <tsicliew@gmail.com>
3915 Date:   Wed Mar 10 17:32:13 2010 -0600
3916
3917     ColdFire: Add CPU compile flag for mcf5301x and mcf532x
3918
3919     Add CPU compile flag -mcpu=53015 in cpu/config.mk
3920
3921     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
3922
3923 commit 0e8a75550695aba9d8cfe9c7f7713da42c1f3e89
3924 Author: TsiChung Liew <tsicliew@gmail.com>
3925 Date:   Wed Mar 10 16:33:03 2010 -0600
3926
3927     ColdFire: Update Extra environment Data for M5275EVB
3928
3929     Provide extra environment Data. Remove default network
3930     address and MAC address.
3931
3932     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
3933
3934 commit 53e4290f20b5f73c95717f47f4c04ed6932ff931
3935 Author: TsiChung Liew <tsicliew@gmail.com>
3936 Date:   Wed Mar 10 16:14:01 2010 -0600
3937
3938     ColdFire: M5271EVB DRAM Bring up issue
3939
3940     Fix proper portsize: The register for portsize is either 00b, 01b,
3941     or 1xb. The value that previous assigned is 32d.
3942     Fix DRAM bring up: insert asm("nop") for every DRAM register setup
3943
3944     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
3945
3946 commit ac265f7fcab1a09b9a837a34ef8b10acc101695e
3947 Author: TsiChung Liew <tsicliew@gmail.com>
3948 Date:   Wed Mar 10 11:56:36 2010 -0600
3949
3950     ColdFire: Update M5253DEMO configuration file
3951
3952     Fix incorrect default environment for flash erase or protect
3953     range. Change offset from 0 to 0xff80nnnn. Remove default
3954     ethernet setup and MAC address.
3955
3956     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
3957
3958 commit 68e4e76af55746a4330865f56476e58ce4140ca8
3959 Author: TsiChung Liew <tsicliew@gmail.com>
3960 Date:   Thu Mar 11 15:04:21 2010 -0600
3961
3962     ColdFire: Relocate vector table - mcf5445x
3963
3964     Newer ColdFire processors family boot from address 0 instead of
3965     0xFFnn_nnnn. When the boot flash base chip select is set at new
3966     location instead of 0, an un-predictable error will occur if
3967     there is an vector being trigger and refer it to an invalid
3968     address or the vector table handler is not existed at address
3969     0.
3970
3971     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
3972
3973 commit fa9da596212d7f28eb26a3257d79d9515f9838cd
3974 Author: TsiChung Liew <tsicliew@gmail.com>
3975 Date:   Tue Mar 9 19:24:43 2010 -0600
3976
3977     ColdFire: Update uart_port_conf in serial driver
3978
3979     Provide proper port passing from serial_init to uart_part_conf.
3980
3981     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
3982
3983 commit 52affe04fa5493597d8a5f6202507190950a32e6
3984 Author: TsiChung Liew <tsicliew@gmail.com>
3985 Date:   Tue Mar 9 19:17:52 2010 -0600
3986
3987     ColdFire: Update processors' serial port configuration
3988
3989     Provide parameter passing to uart_port_config(). Update port
3990     configuration - un-mask it before enable the bits.
3991
3992     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
3993
3994 commit d04c1efae3d834db6e21e9976e338bf1e588e987
3995 Author: TsiChung Liew <tsicliew@gmail.com>
3996 Date:   Tue Mar 9 18:32:16 2010 -0600
3997
3998     ColdFire: Correct bit definition
3999
4000     Use correct definition for _MASK and _UNMASK. It was combined in
4001     the previous used and causes confusion.
4002
4003     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
4004
4005 commit 116095eb1f0f7017ea8062aa8a8ba8ceecb430b5
4006 Author: Philippe De Muyter <phdm at macqel.be>
4007 Date:   Mon Sep 21 22:20:29 2009 -0600
4008
4009     fix cmd_bdinfo.c:354: warning: 'print_eth' defined but not used
4010
4011     This fixes the following warnings when running MAKEALL for coldfire :
4012     cmd_bdinfo.c:354: warning: 'print_eth' defined but not used
4013
4014     Signed-off-by: Philippe De Muyter <phdm at macqel.be>
4015
4016 commit dfc2b7697dc07862da804c1be084f96301884bc7
4017 Author: Michael Durrant <mdurrant@arcturusnetworks.com>
4018 Date:   Wed Jan 20 19:33:02 2010 -0600
4019
4020     Adding EP2500 MCF5282 board [PATCH]
4021
4022     Mercury-EP2500.patch
4023        - added Mercury's EP2500 board uses the mcf5282 processor
4024
4025     CREDITS.patch
4026
4027     Signed-off-by: David Wu <davidwu@arcturusnetworks.com>
4028     Signed-off-by: Michael Durrant <mdurrant@arcturusnetworks.com>
4029
4030 commit 89083346d0627a5e6e271e61bd34ab5121f9462b
4031 Author: Wolfgang Wegner <w.wegner@astro-kom.de>
4032 Date:   Fri Oct 30 16:55:02 2009 +0100
4033
4034     add block write function to spartan3 slave serial load
4035
4036     Using seperate function calls for each bit-bang of slave serial
4037     load can be painfully slow. This patch adds the possibility to
4038     supply a block write function that loads the complete block of
4039     data in one call (like it can already be done with Altera FPGAs).
4040     On an MCF5373L (240 MHz) loading an XC3S4000 this reduces the load
4041     time from around 15 seconds to around 3 seconds
4042
4043     Signed-off-by: Wolfgang Wegner <w.wegner at astro-kom.de>
4044
4045 commit 9d79e5758c3a6776be9a86856823d28e7154a481
4046 Author: Wolfgang Wegner <w.wegner@astro-kom.de>
4047 Date:   Mon Jan 25 11:27:44 2010 +0100
4048
4049     add ASTRO MCF5373L board
4050
4051     This patch adds support for ASTRO board(s) based on MCF5373L.
4052
4053     Signed-off-by: Wolfgang Wegner <w.wegner@astro-kom.de>
4054
4055 commit c550afada5fcad426aa6a219a329feb9eedae8b2
4056 Author: Rupjyoti Sarmah <rsarmah@appliedmicro.com>
4057 Date:   Wed Mar 24 16:52:02 2010 +0530
4058
4059     ppc4xx fix unstable 440EPx bootstrap options
4060
4061     440EPx fixed bootstrap options A, B, D, and E sets PLL FWDVA to a value = 1.
4062     This results in the PLLOUTB being greater than the CPU clock frequency
4063     resulting unstable 440EPx operation resulting in various software hang
4064     conditions.
4065
4066     This patch reprograms the FWDVA satisfying the requirement of setting FWDVB
4067     to a value greater than 1 while using one of the four deafult bootstrap options.
4068
4069     Signed-off-by: Rupjyoti Sarmah <rsarmah@amcc.com>
4070     Acked-by : Victor Gallardo <vgallardo@appliedmicro.com>
4071     Signed-off-by: Stefan Roese <sr@denx.de>
4072
4073 commit fb508b8b39a52a4063d098f5a9b4355bc5b30c14
4074 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
4075 Date:   Wed Mar 24 10:16:20 2010 +0100
4076
4077     at91: Get rid of some warnings when building for otc570
4078
4079     The soft-i2c code for AT91 defines I2C_SOFT_DECLARATIONS
4080     for direct access by dereferencing a pio pointer.
4081     The OTC570 platform uses the AT91 gpio API so it does not
4082     need the pio variable.
4083
4084     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
4085
4086 commit acb13868936a28502782a16e1edaec378e494a29
4087 Author: Alessandro Rubini <rubini@unipv.it>
4088 Date:   Sat Mar 13 17:44:08 2010 +0100
4089
4090     lcd: make 16bpp work
4091
4092     Support for 16bpp was supposed to be in the code but was not working.
4093     This makes it work and has been tested in the nhk8815 board.
4094
4095     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
4096     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
4097     Signed-off-by: Anatolij Gustschin <agust@denx.de>
4098
4099 commit 6b94b4962211c16ee2197048faa887e1f92f3757
4100 Author: Florian Fainelli <f.fainelli@gmail.com>
4101 Date:   Sat Mar 20 19:02:58 2010 +0100
4102
4103     cmd_nand: show nand scrub confirmation character
4104
4105     When issuing a nand scrub command, the entered character is not displayed
4106     this may be confusing. This patch makes the input character being
4107     displayed if it is a 'y' so that an user knows he is about to scrub his
4108     nand.
4109
4110     Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
4111
4112 commit 7c27b7b1eac43cdcda735bad6231cdfc1f602284
4113 Author: Nikolay Petukhov <nikolaypetukhov@gmail.com>
4114 Date:   Fri Mar 19 10:49:27 2010 +0500
4115
4116     at91: add hwecc method for nand
4117
4118     This is a patch to use the hardware ECC controller of
4119     the AT91SAM9260 for the AT91 nand. Taken from the kernel 2.6.33.
4120
4121     Signed-off-by: Nikolay Petukhov <Nikolay.Petukhov@gmail.com>
4122
4123 commit cc41a59a74ca9095d518d6d69655c6735dd00809
4124 Author: Cyril Chemparathy <cyril@ti.com>
4125 Date:   Wed Mar 17 10:03:10 2010 -0400
4126
4127     TI: Davinci: NAND Driver Cleanup
4128
4129     Modified to use IO accessor routines consistently.  Eliminated volatile usage
4130     to keep checkpatch.pl happy.
4131
4132     Signed-off-by: Cyril Chemparathy <cyril@ti.com>
4133
4134 commit 152dda3d94e97ede7af3f9560a59a659384d4585
4135 Author: Wolfgang Denk <wd@denx.de>
4136 Date:   Mon Mar 22 23:25:00 2010 +0100
4137
4138     Prepare v2010.03-rc2
4139
4140     Update CHANGELOG
4141
4142     Signed-off-by: Wolfgang Denk <wd@denx.de>
4143
4144 commit d650da2dd4af99967aabc43cccbd8f160eb4cea6
4145 Author: Matthias Kaehlcke <matthias@kaehlcke.net>
4146 Date:   Tue Mar 9 22:13:33 2010 +0100
4147
4148     ep93xx timer: Fix resolution of get_ticks()
4149
4150     ep93xx timer: Make get_ticks() return a value in CONFIG_SYS_HZ resolution,
4151     as announced by get_tbclk()
4152
4153     Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
4154
4155 commit 7e67fb5bf27a07d3b8d6b97c76f7195f7d68af58
4156 Author: Matthias Kaehlcke <matthias@kaehlcke.net>
4157 Date:   Tue Mar 9 22:13:20 2010 +0100
4158
4159     ep93xx timer: Fix possible overflow in usecs_to_ticks()
4160
4161     ep93xx timer: Use 64-bit values in usecs_to_ticks() in order to avoid
4162     overflows in intermediate values
4163
4164     Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
4165
4166 commit 3c950e2ebfde083084cc926b020e3a22a536bf85
4167 Author: Anatolij Gustschin <agust@denx.de>
4168 Date:   Tue Mar 16 17:10:05 2010 +0100
4169
4170     fdt_support: add partitions fixup in mtd node
4171
4172     Allow overwriting defined partitions in the device tree blob
4173     using partition info defined in the 'mtdparts' environment
4174     variable.
4175
4176     Signed-off-by: Anatolij Gustschin <agust@denx.de>
4177     Cc: Gerald Van Baren <vanbaren@cideas.com>
4178
4179 commit d611295032c30e6c533cb356005fa82ab7992824
4180 Author: John Schmoller <jschmoller@xes-inc.com>
4181 Date:   Fri Mar 12 09:49:24 2010 -0600
4182
4183     cmd history: Match history buffer size to console buffer
4184
4185     Match history buffer size to console buffer size. History buffer size
4186     was hard coded to 256, artificially limiting the command buffer size.
4187     The history buffer now tracks CONFIG_SYS_CBSIZE.
4188
4189     Signed-off-by: John Schmoller <jschmoller@xes-inc.com>
4190
4191 commit 6475b9f91bd33bfd38418469cabdcfc0fefbd848
4192 Author: John Schmoller <jschmoller@xes-inc.com>
4193 Date:   Fri Mar 12 09:49:23 2010 -0600
4194
4195     console: Fix console buffer overrun
4196
4197     When CONFIG_SYS_CBSIZE equals MAX_CMDBUF_SIZE, a command string of
4198     maximum length will overwrite part of the history buffer, causing the
4199     board to die. Expand the console_buffer and hist_lines buffer by one
4200     character each to hold the missing NULL char.
4201
4202     Signed-off-by: John Schmoller <jschmoller@xes-inc.com>
4203
4204 commit e070a56c777f1fd05950e1bc63483c19decd6f78
4205 Author: Michael Zaidman <michael.zaidman@gmail.com>
4206 Date:   Mon Mar 1 11:47:36 2010 +0200
4207
4208     POST: add progress API
4209
4210     Add POST progress API implemented as weak calls before and after
4211     each call to the POST test callback in the post_run_single routine
4212     of the post.c file.
4213
4214     Signed-off-by: Michael Zaidman <michael.zaidman@gmail.com>
4215     Acked-by: Detlev Zundel <dzu@denx.de>
4216
4217 commit 47ab5ad14575531798431f0d1e8f83ee9bb0a87e
4218 Author: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
4219 Date:   Fri Feb 26 14:00:19 2010 +0100
4220
4221     cmd_setexpr: allow memory addresses in expressions
4222
4223     This patch add functionality to use memory addresses in expressions.
4224     This increases the power of expressions substantially
4225
4226     It adheres to the standard convemtions: memory addresses can be given
4227     in the format *address (e.g. *1000)
4228
4229     Rationale for this change is that it allows masking off bits from a
4230     byte that is obtained by reading data from e.g. i2c.
4231
4232     Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
4233
4234     Fix warning: control reaches end of non-void function
4235     Signed-off-by: Wolfgang Denk <wd@denx.de>
4236
4237 commit 652e53546b23c25f80756287eaf607b713afdc87
4238 Author: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
4239 Date:   Thu Feb 25 10:12:16 2010 +0100
4240
4241     cmd_i2c.c: added i2c read to memory function
4242
4243     Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
4244
4245 commit fb0070e9101a1f288d7054f7e80b3d808fd7ead2
4246 Author: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
4247 Date:   Thu Feb 25 10:12:15 2010 +0100
4248
4249     cmd_i2c.c: sorted commands alphabetically
4250
4251     Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
4252
4253 commit bfc3b77ebe68435b46e988e3a440bc4857bc7cf4
4254 Author: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
4255 Date:   Thu Feb 25 10:12:14 2010 +0100
4256
4257     cmd_i2c.c: reworked subcommand handling
4258
4259     Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
4260
4261 commit f74d9bd2a248efa229f0f3478fe331e2a319588c
4262 Author: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
4263 Date:   Thu Feb 25 10:12:13 2010 +0100
4264
4265     cmd_bootm.c: made subcommand array static
4266
4267     Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
4268
4269 commit faffe14f016db10f33836b018c4b304d939cf586
4270 Author: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
4271 Date:   Thu Feb 25 10:12:12 2010 +0100
4272
4273     cmd_i2c.c: reduced subaddress length to 3 bytes
4274
4275     according to some of the comments the subaddress length is 1 or 2, but we are being
4276     prepared for the case it becomes 3. However the code also accepted 4.
4277     This repairs this by changing the constand 4 to 3.
4278
4279     Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
4280
4281 commit a6a04967bc2957d20799f4bb2a6b3dd0353c1cfd
4282 Author: Renato Andreola <renato.andreola@imagos.it>
4283 Date:   Tue Mar 16 16:01:29 2010 -0400
4284
4285     nios2: Added support to YANU UART
4286
4287     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
4288
4289 commit 352745ad487f72e839986ddbb020e1fe86c1d482
4290 Author: Thomas Chou <thomas@wytron.com.tw>
4291 Date:   Tue Mar 16 12:12:48 2010 -0400
4292
4293     nios2: use generic unaligned.h
4294
4295     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
4296
4297 commit fd428c05c863aefb575b12b2a1916b02d5bfa759
4298 Author: Detlev Zundel <dzu@denx.de>
4299 Date:   Fri Mar 12 10:01:12 2010 +0100
4300
4301     mpc5xxx: Remove all references to MGT5100
4302
4303     We do not support a processor that never reached a real customer.
4304
4305     Signed-off-by: Detlev Zundel <dzu@denx.de>
4306
4307 commit c0c316569f70055eb7c70864aaa6d48666782600
4308 Author: Matthias Weisser <matthias.weisser@graf-syteco.de>
4309 Date:   Tue Jan 12 12:06:31 2010 +0100
4310
4311     video: Fix console display when splashscreen is used
4312
4313     If a splashscreen is used the console scrolling used the
4314     scroll size as needed when a logo was displayed. This
4315     patch sets the scroll size to the whole screen if
4316     a splashscreen is shown.
4317
4318     Signed-off-by: Matthias Weisser <matthias.weisser@graf-syteco.de>
4319
4320 commit daa989b47297c9f73426783599c286ef3a1f3f49
4321 Author: Asen Dimov <dimov@ronetix.at>
4322 Date:   Thu Mar 18 13:41:47 2010 +0200
4323
4324     correct a syntax typo in at91_matrix.h
4325
4326     Signed-off-by: Asen Dimov <dimov@ronetix.at>
4327
4328 commit 322ff395c9aec7b87a2211fe4333fdf44377c564
4329 Author: Jeff Angielski <jeff@theptrgroup.com>
4330 Date:   Wed Mar 17 15:09:26 2010 -0400
4331
4332     env: fix endian ordering in crc table
4333
4334     The crc table was being built as little endian for big endian
4335     targets.  This would cause fw_printenv to always fail with
4336     "Warning: Bad CRC, using default environment" messages.
4337
4338     Signed-off-by: Jeff Angielski <jeff@theptrgroup.com>
4339     Acked-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
4340
4341 commit 51c2ac9bb574c1420b993615268392b0c1f829f6
4342 Author: Anatolij Gustschin <agust@denx.de>
4343 Date:   Tue Mar 16 17:10:08 2010 +0100
4344
4345     mpc5121: cpu/mpc512x/diu.c: fix warnings
4346
4347     Fix warnings while compiling with CONFIG_VIDEO enabled:
4348
4349     diu.c: In function 'video_hw_init':
4350     diu.c:158: warning: 'return' with no value, in function returning non-void
4351     diu.c:162: warning: format '%ld' expects type 'long int', but argument 6 has type 'int'
4352     diu.c:162: warning: format '%ld' expects type 'long int', but argument 7 has type 'int'
4353
4354     Signed-off-by: Anatolij Gustschin <agust@denx.de>
4355
4356 commit a74908161a1b37d780d3a826a86807bbc50a3857
4357 Author: Anatolij Gustschin <agust@denx.de>
4358 Date:   Tue Mar 16 15:29:33 2010 +0100
4359
4360     console.c: fix problem with splashimage
4361
4362     If a board uses cfb_console driver and splash image
4363     and also defines CONFIG_SILENT_CONSOLE, the user is
4364     locked out even if "silent" is not set. It is not
4365     possible to get any output, neither on vga console
4366     device nor on serial console after redirecting the
4367     output to the serial console, since the GD_FLG_SILENT
4368     flag remains set.
4369
4370     Fix the problem by redirecting the output from frame
4371     buffer to serial console if splashimage is used.
4372     Only suppress the output if "silent" environment
4373     variable was set and don't set the GD_FLG_SILENT
4374     flag arbitrarily.
4375
4376     Signed-off-by: Anatolij Gustschin <agust@denx.de>
4377
4378 commit 5647f78d04174b0b99857d2a7cbf25141bd14a45
4379 Author: Thomas Weber <swirl@gmx.li>
4380 Date:   Sat Mar 13 23:14:45 2010 +0100
4381
4382     mod change 755 => 644 for multiple files
4383
4384     I executed 'find . -name "*.[chS]" -perm 755 -exec chmod 644 {} \;'
4385
4386     Signed-off-by: Thomas Weber <swirl@gmx.li>
4387     Add some more: neither Makefile nor config.mk need execute permissions.
4388     Signed-off-by: Wolfgang Denk <wd@denx.de>
4389
4390 commit 99c006a320ceb9ea19135ac1512e4a81e8bebb72
4391 Author: Stefano Babic <sbabic@denx.de>
4392 Date:   Sat Mar 13 21:09:00 2010 +0100
4393
4394     mxcmmc: fix warnings due to access 32 bit registers with 16 bit accessors
4395
4396     Some registers of the mxcmmc driver were accessed using
4397     16 bit accessor functions, because only the LSB is
4398     significant. This is not needed and generates
4399     warnings.
4400
4401     Signed-off-by: Stefano Babic <sbabic@denx.de>
4402
4403 commit c96f86eefc215b67dd222694ce2b6f60e6a42b0b
4404 Author: Wolfgang Denk <wd@denx.de>
4405 Date:   Sun Jan 17 23:55:53 2010 +0100
4406
4407     TFTP: allow for adjustable retransmission timout
4408
4409     So far, TFTP negotiated a fixed retransmission timeout of 5 seconds.
4410     In some cases (busy networks, slow TFTP servers) this caused very
4411     slow transfers. A new environment variable "tftptimeout" allows to
4412     set this timeout. Lowering this value may make downloads succeed
4413     faster in networks with high packet loss rates or with unreliable
4414     TFTP servers.
4415
4416     Signed-off-by: Wolfgang Denk <wd@denx.de>
4417     Cc: Ben Warren <biggerbadderben@gmail.com>
4418     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
4419
4420 commit 252b404d954f91499a4477a3e1064eb237ce5a1c
4421 Author: Wolfgang Denk <wd@denx.de>
4422 Date:   Tue Mar 9 14:27:25 2010 +0100
4423
4424     Fix PCI_BASE_ADDRESS_5 handling in pci_hose_config_device()
4425
4426     Signed-off-by: FUJITA Kazutoshi <fujita@soum.co.jp>
4427     Signed-off-by: <wd@denx.de>
4428     Acked-by: Stefan Roese <sr@denx.de>
4429
4430 commit 9d90a93d367272ee65550c0c9f82615cec967c70
4431 Author: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
4432 Date:   Thu Feb 25 14:03:08 2010 +0100
4433
4434     cmd_mmc remove \n
4435
4436     This patch removes the \n after the help message for mmcinfo.
4437     This resulted in an empty line being displayed after the mmcinfo line
4438     when the help command was given.
4439
4440     Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
4441
4442 commit 67c7189dd35cb368ef665126fd17816581bd2e92
4443 Author: Renato Andreola <renato.andreola@imagos.it>
4444 Date:   Tue Mar 16 16:01:29 2010 -0400
4445
4446     nios2: Added support to YANU UART
4447
4448     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
4449
4450 commit 1e67fb32fbdae7949bb423c9e20b3f77c0a61663
4451 Author: Thomas Chou <thomas@wytron.com.tw>
4452 Date:   Tue Mar 16 12:12:48 2010 -0400
4453
4454     nios2: use generic unaligned.h
4455
4456     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
4457
4458 commit 05022629a2ca6c385dc390d32c20aa27cf5d915a
4459 Author: Mike Frysinger <vapier@gentoo.org>
4460 Date:   Thu Jan 21 05:01:15 2010 -0500
4461
4462     asm-blackfin/unaligned.h: add for zlib code
4463
4464     The new zlib code wants asm/unaligned.h, so have the Blackfin version pull
4465     in the asm-generic/unaligned.h.
4466
4467     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4468
4469 commit 3adc1fda38a6aacd4aaf3c2c9cc62a1e69e6de17
4470 Author: Mike Frysinger <vapier@gentoo.org>
4471 Date:   Thu Jan 21 05:01:14 2010 -0500
4472
4473     asm-generic/unaligned.h: dynamic default unaligned accesses
4474
4475     This is based on the asm-arm/unaligned.h, but made generic so all arches
4476     that cannot do unaligned accesses can utilize it.
4477
4478     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4479
4480 commit be129aa71882421ad0b50cd3762915d10ace27ad
4481 Author: Matthias Weisser <matthias.weisser@graf-syteco.de>
4482 Date:   Tue Jan 12 12:06:31 2010 +0100
4483
4484     video: Fix console display when splashscreen is used
4485
4486     If a splashscreen is used the console scrolling used the
4487     scroll size as needed when a logo was displayed. This
4488     patch sets the scroll size to the whole screen if
4489     a splashscreen is shown.
4490
4491     Signed-off-by: Matthias Weisser <matthias.weisser@graf-syteco.de>
4492
4493 commit 93910edb595a88d394da3eb2cf5148096155dfe9
4494 Author: Wolfgang Denk <wd@denx.de>
4495 Date:   Fri Mar 12 23:06:04 2010 +0100
4496
4497     Prepare v2010.03-rc1
4498
4499     Coding style cleanup, update CHANGELOG.
4500
4501     Signed-off-by: Wolfgang Denk <wd@denx.de>
4502
4503 commit 4e72fb15c9073129e05820cc9c54f54bc4985835
4504 Author: Wolfgang Denk <wd@denx.de>
4505 Date:   Fri Mar 12 22:11:00 2010 +0100
4506
4507     standalone eepro100_eeprom: fix build error
4508
4509     Building examples/standalone/eepro100_eeprom triggers this error:
4510
4511     In file included from include/common.h:629,
4512                      from eepro100_eeprom.c:24:
4513     include/net.h: In function 'NetReadIP':
4514     include/net.h:430: warning: implicit declaration of function 'memcpy'
4515     eepro100_eeprom.c: At top level:
4516     eepro100_eeprom.c:81: error: conflicting types for 'memcpy'
4517     include/net.h:430: error: previous implicit declaration of 'memcpy' was here
4518
4519     Fix this.
4520
4521     Signed-off-by: Wolfgang Denk <wd@denx.de>
4522
4523 commit 1bb1809558e11eb089fba32caed9fc99d21477c1
4524 Author: Wolfgang Denk <wd@denx.de>
4525 Date:   Fri Mar 12 22:10:31 2010 +0100
4526
4527     Update .gitignore's: add some generated files
4528
4529     Signed-off-by: Wolfgang Denk <wd@denx.de>
4530
4531 commit 9c9cbe78dcb0afad081670cb1bdc82d227095cae
4532 Author: Detlev Zundel <dzu@denx.de>
4533 Date:   Mon Mar 8 14:02:57 2010 +0100
4534
4535     mpc82xx: Remove SL8245 board and the now orpahned sk98lin network driver.
4536
4537     This code has compile problems and the company does not even exist any
4538     more.  So we take the liberty to drop support for it.
4539
4540     Signed-off-by: Detlev Zundel <dzu@denx.de>
4541     CC: Wolfgang Denk <wd@denx.de>
4542     CC: Ben Warren <biggerbadderben@gmail.com>
4543
4544 commit ca02f6f8dc4966b2a019b15e01b5070189327df2
4545 Author: Kumar Gala <galak@kernel.crashing.org>
4546 Date:   Wed Mar 10 17:16:48 2010 -0600
4547
4548     85xx: Drop FIT support to allow u-boot image to fit in 512k
4549
4550     The 36-bit build exceeds the 512k size we have.  Removing FIT type image
4551     support allows us to fit and we dont really use it.
4552
4553     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4554
4555 commit 5f8419597f427aaf9bb501460735d703d10db5ee
4556 Author: Michael Zaidman <michael.zaidman@gmail.com>
4557 Date:   Sun Feb 28 16:28:25 2010 +0200
4558
4559     Cosmetic change - indentation correction.
4560
4561     Signed-off-by: Michael Zaidman <michael.zaidman@gmail.com>
4562
4563 commit a693447ceadff49155e260cbbaef4e09c926cab5
4564 Author: Anatolij Gustschin <agust@denx.de>
4565 Date:   Wed Feb 24 00:29:44 2010 +0100
4566
4567     cmd_mtdparts.c: prevent printbuffer overflows
4568
4569     The length of configured MTDPARTS_DEFAULT string
4570     could be greater than console printbuffer size.
4571     Replace printf() by puts() to avoid potential buffer
4572     overflows.
4573
4574     Signed-off-by: Anatolij Gustschin <agust@denx.de>
4575
4576 commit 3920bbedcf74a073bc72950a51de75af6faa2f06
4577 Author: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
4578 Date:   Fri Feb 19 11:59:04 2010 +0100
4579
4580     Fix MPC8536DS documentation
4581
4582     This patch corrects small mistake in the register list in
4583     doc/README.mpc8536ds. These registers are 32 bits and this one starts
4584     at ....c not ....e
4585
4586     When using the ...c address I can boot from sd, when using the ...e
4587     address I cannot.
4588
4589     Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
4590     Acked-by: Hu Mingkai <B21284@freescale.com>
4591
4592 commit ab68f4dd193053c0ba395af15b154caca35e99f3
4593 Author: Heiko Schocher <hs@denx.de>
4594 Date:   Wed Feb 10 08:03:21 2010 +0100
4595
4596     doc: add README for CONFIG_HWCONFIG option
4597
4598     Signed-off-by: Heiko Schocher <hs@denx.de>
4599
4600 commit 7026ead0d3ece5e43d6b39f62fb5c4306f691224
4601 Author: Heiko Schocher <hs@denx.de>
4602 Date:   Tue Feb 9 15:50:27 2010 +0100
4603
4604     TQM8xx: enable device tree support on all TQM8xx based boards.
4605
4606     Also enable support for CONFIG_HWCONFIG because we use this for
4607     configuring if this hardware has a FEC or not.
4608
4609     syntax:
4610
4611     hwconfig=fec:on   if hardware has an fec
4612     hwconfig=fec:off  if hardware has no fec
4613
4614     Signed-off-by: Heiko Schocher <hs@denx.de>
4615     Signed-off-by: Wolfgang Denk <wd@denx.de>
4616
4617 commit 6ed3b9d44c359bc829e9acd0a55fcd1c3e82b6ae
4618 Author: Heiko Schocher <hs@denx.de>
4619 Date:   Tue Feb 9 15:50:21 2010 +0100
4620
4621     TQM8xx: add device tree support for TQM8xx based boards.
4622
4623     Also use hwconfig to configure whether the board has a FEC or not.
4624     We then can adjust the DTS to tell Linux if there is a FEC present.
4625
4626     syntax:
4627
4628     hwconfig=fec:on   if hardware has a  FEC
4629     hwconfig=fec:off  if hardware has no FEC
4630
4631     Signed-off-by: Heiko Schocher <hs@denx.de>
4632     Signed-off-by: Wolfgang Denk <wd@denx.de>
4633
4634 commit 143cd21fe22e69bf0cdaefd57be98f07ed8f04fa
4635 Author: Wolfgang Denk <wd@denx.de>
4636 Date:   Thu Mar 11 23:56:03 2010 +0100
4637
4638     Move CONFIG_UPDATE_TFTP code after CONFIG_PREBOOT
4639
4640     The auto-update feature (CONFIG_UPDATE_TFTP) requires that the env
4641     variable serverip be set for the TFTP access. If DHCP is to be used
4642     to get the serverip env variable, this doesn't work as DHCP happens
4643     after the auto-update attempt has run. A solution is to run DHCP in
4644     PREBOOT, but even this is too late.
4645
4646     To solve this, we move update_tftp() below the PREBOOT stuff.
4647
4648     Signed-off-by: Wolfgang Denk <wd@denx.de>
4649
4650 commit 1b691bb0c2fa18c9b68f15398ef6c8b9e0c0f3e3
4651 Author: Mike Frysinger <vapier@gentoo.org>
4652 Date:   Mon Jan 25 18:50:11 2010 -0500
4653
4654     mkimage: dont force entry point with xip
4655
4656     Some people boot images with the entry point in the middle of the blob
4657     (like Linux with the head code in discardable .init.text), and there is no
4658     no real requirement that the entry point be right after the mkimage header
4659     when doing XIP, so let people specify whatever they want.  If they do need
4660     an entry right after the header, then they still can do that with normal
4661     -e behavior.
4662
4663     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4664
4665 commit 4b99327a4121a28d2bdb2c2b841f5d97931ae905
4666 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
4667 Date:   Fri Jan 15 10:06:06 2010 -0500
4668
4669     PPC: Record U-Boot's relocated address in RAM and show in bdinfo.
4670
4671     This patch uses gd->relocaddr variable to store uboot's relocated
4672     address in RAM and shows it in bdinfo command.
4673
4674     This patch moves CONFIG_AMIGAONEG3SE style copying of the address
4675     in board_init_f to just before relocation is actually done.
4676
4677     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
4678     Tested-by: Detlev Zundel <dzu@denx.de>
4679
4680 commit 8c4444ff5e1d8e9fd1a847a2fb096aa9aff66f85
4681 Author: Wolfgang Denk <wd@denx.de>
4682 Date:   Thu Mar 11 23:35:43 2010 +0100
4683
4684     Fix memory leak in mmc_read()
4685
4686     There is be a path through mmc_read in drivers/mmc/mmc.c where
4687     malloc'd memory is not freed before exiting mmc_read: it occurs if
4688     mmc_set_blocklen() returns a non-zero value.
4689
4690     Reported-by: Quentin Armitage <Quentin@Armitage.org.uk>
4691     Signed-off-by: Wolfgang Denk <wd@denx.de>
4692
4693 commit 6258b04e9a41ee60f21547358a58fbcb9087735d
4694 Author: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
4695 Date:   Thu Feb 11 14:57:04 2010 +0100
4696
4697     AT91: Update otc570 board to new SoC access
4698
4699     * convert otc570 board to use c stucture SoC access
4700     * change gpio access to at91_gpio syntax
4701
4702     Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
4703
4704 commit 7cedb29872069e782f9f97cef4ab1232736e4c85
4705 Author: Jens Scharsig <js_at_ng@scharsoft.de>
4706 Date:   Sun Feb 14 12:20:43 2010 +0100
4707
4708     updates the at91 main_clock calculation
4709
4710     * updates the conditional main_clock calculation (if AT91_MAIN_CLOCK defined) to c structure SoC access
4711      * add need register flags
4712
4713     Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
4714
4715 commit 637833c2d669f9a370706e275e7103454c3c83ec
4716 Author: Prafulla Wadaskar <prafulla@marvell.com>
4717 Date:   Wed Mar 3 15:27:37 2010 +0530
4718
4719     arm: kirkwood: suen3: fixed build warning
4720
4721     This patch fixes following build warning
4722
4723     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
4724
4725     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
4726
4727 commit e4d34492017c95e4041ea0c581e1ab8d1d49381b
4728 Author: Stefano Babic <sbabic@denx.de>
4729 Date:   Fri Mar 5 17:54:37 2010 +0100
4730
4731     MX51: removed warnings for the mx51evk
4732
4733     The patch removes warnings at compile time and provides
4734     some cleanup code:
4735     - Removed comment on NAND (not yet supported) from lowlevel_init.S
4736     - Removed NFMS bit definition from imx-regs.h
4737       The bit is only related to MX.25/35 and can lead to confusion
4738     - Moved is_soc_rev() to soc specific code (removed from mx51evk.c)
4739
4740     Signed-off-by: Stefano Babic <sbabic@denx.de>
4741
4742 commit 9d69e33d8d0f112fe3a089101d023e87431684d1
4743 Author: Vipin Kumar <vipin.kumar@st.com>
4744 Date:   Tue Mar 2 10:46:52 2010 +0530
4745
4746     SPEAr : Supporting new mach ids for spear310 and spear320
4747
4748     Supporting new machine ids for SoCs spear310 and spear320
4749
4750     include/asm-arm/mach-types.h has to be updated before applying
4751     this patch for build to work
4752
4753     Signed-off-by: Vipin Kumar <vipin.kumar@st.com>
4754
4755 commit cc0b53c8d5d6a3f14f36982552bc3feb8ecb1db5
4756 Author: Heiko Schocher <hs@denx.de>
4757 Date:   Mon Mar 1 15:58:18 2010 +0100
4758
4759     arm, suen3: fix compile error, if doing not a local build
4760
4761     Signed-off-by: Heiko Schocher <hs@denx.de>
4762
4763 commit 67fa8c25f5c2d23932c0f31b035281d6abbb0965
4764 Author: Heiko Schocher <[hs@denx.de]>
4765 Date:   Mon Feb 22 16:43:02 2010 +0530
4766
4767     arm: add support for the suen3 board from keymile
4768
4769     Add support for the ARM part of the mgcoge2, named suen3.
4770     This board is based on the Marvell Kirkwood (88F6281) SoC.
4771     As there come more board variants, common config options
4772     are collected in include/configs/km_arm.h. Also, this board
4773     use common code for all keymile boards, which is stored in
4774     board/keymile/common/common.c
4775
4776     Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
4777     Signed-off-by: Stefan Roese <sr@denx.de>
4778     Signed-off-by: Heiko Schocher <hs@denx.de>
4779
4780 commit 6895d4510a7758595b85b48a7f449bd61dfc812f
4781 Author: John Rigby <jcrigby@gmail.com>
4782 Date:   Mon Jan 25 23:12:58 2010 -0700
4783
4784     Add support for KARO TX25 board
4785
4786     This is an i.MX25 base board with only NAND
4787     so it uses nand_spl to boot.
4788
4789     Signed-off-by: John Rigby <jcrigby@gmail.com>
4790
4791     Tune configuration, add support for (redundant) environment in NAND.
4792     Signed-off-by: Wolfgang Denk <wd@denx.de>
4793
4794     Acked-by: Wolfgang Denk <wd@denx.de>
4795     CC: Fred Fan <fanyefeng@gmail.com>
4796     CC: Tom <Tom.Rix@windriver.com>
4797
4798 commit 740d6ae5b982496fcea0666b2207cb34cc0e6015
4799 Author: John Rigby <jcrigby@gmail.com>
4800 Date:   Mon Jan 25 23:12:57 2010 -0700
4801
4802     fec_mxc: add MX25 support
4803
4804     Use RMII for MX25
4805     Add code to init gasket that enables RMII
4806
4807     Signed-off-by: John Rigby <jcrigby@gmail.com>
4808     CC: Ben Warren <biggerbadderben@gmail.com>
4809
4810 commit cb17b92de03416cf4d5db5bd27ef4ae17f95e707
4811 Author: John Rigby <jcrigby@gmail.com>
4812 Date:   Mon Jan 25 23:12:55 2010 -0700
4813
4814     fec_mxc: cleanup and factor out MX27 dependencies
4815
4816     general cleanup
4817     move clock init to cpu_eth_init in cpu/arm926ejs/mx27/generic.c
4818     make MX27 specific phy init conditional on CONFIG_MX27
4819     replace call to imx_get_ahbclk with one to imx_get_fecclk
4820     and define imx_get_fecclk in include/asm-arm/arch-mx27/clock.h
4821
4822     Signed-off-by: John Rigby <jcrigby@gmail.com>
4823     CC: Ben Warren <biggerbadderben@gmail.com>
4824     CC: Fred Fan <fanyefeng@gmail.com>
4825     CC: Tom <Tom.Rix@windriver.com>
4826
4827 commit 552ff8f1d9fccf57243a01afe6dbebb982867e20
4828 Author: John Rigby <jcrigby@gmail.com>
4829 Date:   Mon Jan 25 23:12:56 2010 -0700
4830
4831     Add support for Freescale MX25 SOC
4832
4833     ARM926EJS core with MX31 peripherals.
4834
4835     Signed-off-by: John Rigby <jcrigby@gmail.com>
4836     Earlier Version Signed-off-by: Wolfgang Denk <wd@denx.de>
4837     CC: Fred Fan <fanyefeng@gmail.com>
4838     CC: Tom <Tom.Rix@windriver.com>
4839
4840 commit e911c983f4a8d588f831806af37eb56c95512d5d
4841 Author: John Rigby <jcrigby@gmail.com>
4842 Date:   Mon Jan 25 23:12:51 2010 -0700
4843
4844     mxc_serial replace platform specific clock
4845
4846     remove ifdef'd clock selection code from
4847     serial_mxc.c and replace with call to imx_get_uartclk
4848
4849     Add definitions for imx_get_uartclk to imx31 and imx27
4850     include files.
4851
4852     This makes it easier to add new imx platforms.
4853
4854     Signed-off-by: John Rigby <jcrigby@gmail.com>
4855
4856 commit c5fb70c9114bd0a8289444d3d5c7e360eda08232
4857 Author: Stefano Babic <sbabic@denx.de>
4858 Date:   Fri Feb 5 15:13:58 2010 +0100
4859
4860     Add initial support for Freescale mx51evk board
4861
4862     The patch adds initial support for the Freescale mx51evk board.
4863     Network (FEC) and SD controller (fsl_esdhc) are supported.
4864
4865     Signed-off-by: Stefano Babic <sbabic@denx.de>
4866     Signed-off-by: Fred Fan <fanyefeng@gmail.com>
4867
4868 commit c67bee1460a0da89ef08cbc28375171acc9a4227
4869 Author: Stefano Babic <sbabic@denx.de>
4870 Date:   Fri Feb 5 15:11:27 2010 +0100
4871
4872     fsl_esdhc: add support for mx51 processor
4873
4874     The esdhc controller in the mx51 processor is quite
4875     the same as the one in some powerpc processors
4876     (MPC83xx, MPC85xx). This patches adapts the driver
4877     to support the arm mx51.
4878
4879     Signed-off-by: Stefano Babic <sbabic@denx.de>
4880
4881 commit 69df00f9d9c2f45b4576d1eae79bfac8bebb8821
4882 Author: Stefano Babic <sbabic@denx.de>
4883 Date:   Fri Feb 5 15:07:33 2010 +0100
4884
4885     ARM: add accessors functions
4886
4887     Some Freescale's processors of different architecture
4888     have the same peripheral (eSDHC controller in PowerPC
4889     and i.MX51). This patch adds accessors for
4890     the internal registers of the SOCs, as already
4891     implemented in the PowerPC architecture.
4892
4893     Signed-off-by: Stefano Babic <sbabic@denx.de>
4894
4895 commit 11fdade294b4d60c19ae861515aabddca1278deb
4896 Author: Stefano Babic <sbabic@denx.de>
4897 Date:   Fri Feb 5 15:04:43 2010 +0100
4898
4899     MMC: add weak function to detect MMC/SD card
4900
4901     Most controllers can check if there is a card in the slot.
4902     However, they require pins that could be not available because
4903     required by other functions and the detection of a card must
4904     be performed in another way. This patch adds a weak function
4905     that a board can implement to add its internal custom way
4906     to check the presence of a MMC/SD card.
4907
4908     Signed-off-by: Stefano Babic <sbabic@denx.de>
4909
4910 commit 250de12bc2f7842807d25e16971c5bea59c3a4b1
4911 Author: Stefano Babic <sbabic@denx.de>
4912 Date:   Wed Jan 20 18:20:39 2010 +0100
4913
4914     mmc: check correctness of the voltage mask in ocr
4915
4916     Most cards do not answer if some reserved bits
4917     in the ocr are set. However, some controllers
4918     can set bit 7 (reserved for low voltages), but
4919     how to manage low voltages SD card is not yet
4920     specified.
4921
4922     Signed-off-by: Stefano Babic <sbabic@denx.de>
4923
4924 commit 71d64c0e4fa5910c15eca175a8f3b0e1c1d6711c
4925 Author: Stefano Babic <sbabic@denx.de>
4926 Date:   Wed Jan 20 18:20:19 2010 +0100
4927
4928     serial_mxc: add support for MX51 processor
4929
4930     The patch adds support for the Freescale mx51 processor.
4931
4932     Signed-off-by: Stefano Babic <sbabic@denx.de>
4933     Signed-off-by: Fred Fan <fanyefeng@gmail.com>
4934
4935 commit 67adcee0e091f0935e7dd722404d2a864cdecbe7
4936 Author: Stefano Babic <sbabic@denx.de>
4937 Date:   Wed Jan 20 18:20:04 2010 +0100
4938
4939     MX51: Add pin and multiplexer definitions.
4940
4941     The patch add header files to support the pin multiplexer
4942     of the the Freescale i.MX51 processor.
4943
4944     Signed-off-by: Stefano Babic <sbabic@denx.de>
4945     Signed-off-by: Fred Fan <fanyefeng@gmail.com>
4946
4947 commit fb87a1ed9205bf5f843e1f264198ce946602deda
4948 Author: Stefano Babic <sbabic@denx.de>
4949 Date:   Wed Jan 20 18:19:51 2010 +0100
4950
4951     MX51: Add register definitions
4952
4953     The patch add header files to support the Freescale i.MX51
4954     processor, setting definitions for internal registers.
4955
4956     Signed-off-by: Stefano Babic <sbabic@denx.de>
4957     Signed-off-by: Fred Fan <fanyefeng@gmail.com>
4958
4959 commit 64fdf452a85718935d82416d141be144b262c542
4960 Author: Stefano Babic <sbabic@denx.de>
4961 Date:   Wed Jan 20 18:19:32 2010 +0100
4962
4963     MX51: Add initial support for the Freescale MX51
4964
4965     The patch add initial support for the Freescale i.MX51 processor
4966     (family arm cortex_a8).
4967
4968     Signed-off-by: Stefano Babic <sbabic@denx.de>
4969     Signed-off-by: Fred Fan <fanyefeng@gmail.com>
4970
4971 commit 18ba012b9b919a7c264dc6299f954d7f53d06605
4972 Author: Matthias Kaehlcke <matthias@kaehlcke.net>
4973 Date:   Wed Feb 24 19:45:39 2010 +0100
4974
4975     edb93xx: Fix SDRAM initialization
4976
4977     edb93xx: Fix SDRAM initialization by issuing a precharge all command before
4978     forcing the precharge and select mode register update mode before programming
4979     the mode registers. Write to the SDRAM banks in order to force a precharge,
4980     reading causes the edb93xx boards to hang
4981
4982     Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
4983
4984 commit cade7d9577d4d17f55404b5e60cd5e5b0b605c31
4985 Author: Anders Darander <anders.darander@gmail.com>
4986 Date:   Thu Feb 25 15:57:03 2010 +0100
4987
4988     Add bootcount to AT91
4989
4990     Use AT91_GPBR 3 as a bootcount register.
4991     The bootmagic and the bootcount shares AT91_GPBR 3.
4992
4993     Signed-off-by: Anders Darander <ad@datarespons.se>
4994
4995 commit 5f353484093876d7021f20fa4bd63f82d32941b9
4996 Author: Tom Rix <Tom.Rix@windriver.com>
4997 Date:   Thu Feb 25 12:05:32 2010 -0600
4998
4999     ARM Update mach-types
5000
5001     Fetched from http://www.arm.linux.org.uk/developer/machines/download.php
5002     And built with
5003
5004     repo http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm
5005     commit aea187c46f7d03ce985e55eb1398d0776a15b928
5006
5007     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
5008
5009 commit c7ad13a24295ded880d7bcd17181df4a5f3bac58
5010 Author: Matthias Kaehlcke <matthias@kaehlcke.net>
5011 Date:   Wed Feb 24 00:22:09 2010 +0100
5012
5013     ep93xx: Refactoring of timer code
5014
5015     ep93xx: Refactoring of the timer code, including the following changes
5016
5017      * use a free running timer instead of a periodical one
5018      * use unsigned long long for total number of ticks
5019      * hold the timer state in a structure instead of separate variables
5020      * increment the timer counter instead of decrementing it
5021      * remove unused function udelay_masked()
5022      * remove unused function set_timer()
5023
5024     Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
5025
5026 commit d9f505e3cddbb7afce26dcfe0fd19b207ee57c09
5027 Author: Matthias Kaehlcke <matthias@kaehlcke.net>
5028 Date:   Wed Feb 24 00:22:00 2010 +0100
5029
5030     ep93xx: Fix calculation of sys ticks in clk_to_systicks()
5031
5032     ep93xx: Use unsigned long long for calculation of sys ticks in clk_to_systicks()
5033     for proper handling of large intermediate values
5034
5035     Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
5036
5037 commit 041d42e789aba20296ffcde92173f100a9592880
5038 Author: Siarhei Siamashka <siarhei.siamashka@gmail.com>
5039 Date:   Tue Feb 23 23:56:36 2010 -0500
5040
5041     OMAP3: workaround for ARM Cortex-A8 erratum 725233
5042
5043     725233: PLD instructions executed with PLD data forwarding
5044     enabled can result in a processor deadlock
5045
5046     This deadlock can happen when NEON load instructions are used together
5047     with cache preload instructions (PLD). The problematic conditions
5048     can be triggered in-the-wild by NEON optimized functions from pixman
5049     library (http://cgit.freedesktop.org/pixman), which perform dynamic
5050     adjustment of prefetch distance.
5051
5052     The workaround disables PLD data forwarding by setting PLD_FWD bit
5053     in L2 Cache Auxiliary Control Register as recommended in ARM Cortex-A8
5054     errata list.
5055
5056     The deadlock can only happen on r1pX revisions of Cortex-A8 (used in
5057     OMAP34xx/OMAP35xx). Performance impact of the workaround is practically
5058     non-existant.
5059
5060     Signed-off-by: Siarhei Siamashka <siarhei.siamashka@gmail.com>
5061     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
5062
5063 commit 7c966a8bdfdab80cafbfed035d7ae6ea6f58f756
5064 Author: Achim Ehrlich <aehrlich@taskit.de>
5065 Date:   Wed Feb 24 10:29:16 2010 +0100
5066
5067     ARM change name of defines for AT91 arm926ejs
5068
5069     Configuration defines should be preceeded with CONFIG_SYS_. Renamed
5070     some at91 specific defines to conform to this naming convention:
5071
5072     AT91_CPU_NAME to CONFIG_SYS_AT91_CPU_NAME
5073     AT91_MAIN_CLOCK to CONFIG_SYS_AT91_MAIN_CLOCK
5074
5075     Signed-off-by: Achim Ehrlich <aehrlich@taskit.de>
5076
5077 commit 5c97a1de196fdcbe9d098948ecf4fccfbea23b78
5078 Author: Ladislav Michl <Ladislav.Michl@seznam.cz>
5079 Date:   Wed Feb 17 21:29:45 2010 -0500
5080
5081     VoiceBlue: fix linker errors
5082
5083     linking eeprom with libgeneric.a is not really needed and causes following
5084     error:
5085     ../../lib_generic/libgeneric.a(string.o): In function `strcmp':
5086     /home/ladis/src/u-boot-ti/lib_generic/string.c:152: multiple definition of `strcmp'
5087     ../../examples/standalone/libstubs.a(stubs.o):include/_exports.h:24: first defined here
5088     make[1]: *** [eeprom.srec] Error 1
5089
5090     Fix undefined reference to memset generated by some versions of gcc
5091     to zero out initialized structure on the stack:
5092     eeprom.o: In function `eeprom':
5093     board/voiceblue/eeprom.c:152: undefined reference to `memset'
5094     make[1]: *** [eeprom] Error 1
5095
5096     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
5097     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
5098
5099 commit a32c1e0ecd563c65c617b0eb9080a10d286bb0b4
5100 Author: Ladislav Michl <Ladislav.Michl@seznam.cz>
5101 Date:   Wed Feb 17 21:29:39 2010 -0500
5102
5103     VoiceBlue: limit line lenght to 80 characters
5104
5105     Reindent configuration header to limit line lenght to 80 characters by
5106     removing obvious and sometimes misleading comments.
5107
5108     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
5109     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
5110
5111 commit 779b534385adf0a1efdd8b40dbacae11598575b8
5112 Author: Ladislav Michl <ladis@linux-mips.org>
5113 Date:   Wed Feb 17 21:13:53 2010 -0500
5114
5115     netstar.h: do not exceed 80 columns
5116
5117     Limit line length to 80 characters mostly by removing obvious and sometimes
5118     misleading comments. Fix indentation, too.
5119
5120     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
5121     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
5122
5123 commit 3fca29294abd73915de2bd0fcf2650e03cc9becc
5124 Author: Sandeep Paulraj <s-paulraj@ti.com>
5125 Date:   Wed Feb 17 21:09:21 2010 -0500
5126
5127     DaVinci: Adding entry to MAKEALL for DM365 EVM
5128
5129     The patch adds an entry for the DM365 EVM to MAKEALL
5130
5131     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
5132
5133 commit 37cffdad06af5a4538dd090794f213292135adbc
5134 Author: Nick Thompson <nick.thompson@ge.com>
5135 Date:   Wed Feb 17 20:37:24 2010 -0500
5136
5137     da830evm: Add support for TI EMAC
5138
5139     Adds support for ethernet networking on the da830evm platform.
5140
5141     This platform uses an SoC EMAC interface and a 3 port ethernet
5142     switch as a PHY with an RMII interface. The PHY also has a i2c
5143     interface for configuring the switch functions.
5144
5145     Signed-off-by: Nick Thompson <nick.thompson@ge.com>
5146     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
5147
5148 commit d8775d03f3f0116241cfb45c7ef27fd080904c4a
5149 Author: Ladislav Michl <Ladislav.Michl@seznam.cz>
5150 Date:   Mon Feb 8 14:19:06 2010 -0500
5151
5152     NetStar: make mtdparts default ready for recent kernels
5153
5154     Recent kernels are using generic NAND and NOR drivers. Change
5155     default mtdparts to reflect it.
5156
5157     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
5158     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
5159
5160 commit de9a1e0d08301ea4925ee137af240424b107a608
5161 Author: Ladislav Michl <Ladislav.Michl@seznam.cz>
5162 Date:   Mon Feb 8 14:17:45 2010 -0500
5163
5164     NetStar: fix default environment
5165
5166     Correct switching partitions after upgrade and make it more readable.
5167
5168     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
5169     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
5170
5171 commit 3a67566c1def7d2eb935b31b3b282ba893c3f330
5172 Author: Ladislav Michl <Ladislav.Michl@seznam.cz>
5173 Date:   Mon Feb 8 14:15:47 2010 -0500
5174
5175     NetStar: eeprom - fix linker error
5176
5177     linking eeprom with libgeneric.a is not really needed and causes following
5178     error:
5179     ../../lib_generic/libgeneric.a(string.o): In function `strcmp':
5180     lib_generic/string.c:152: multiple definition of `strcmp'
5181     ../../examples/standalone/libstubs.a(stubs.o):include/_exports.h:24: first defined here
5182     Remove eeprom linker script as well and generate entry point object
5183     (to start application by jumping on its beginning) on the fly.
5184     Out-of-tree build tested as well.
5185
5186     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
5187     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
5188
5189 commit 308d463eaf6f4ada00193306a6e643298d1990d8
5190 Author: Ladislav Michl <Ladislav.Michl@seznam.cz>
5191 Date:   Mon Feb 8 14:15:43 2010 -0500
5192
5193     NetStar: eeprom - be less verbose
5194
5195     Use shorter yet descriptive messages, replace printf() with
5196     puts() where appropriate. This saves few bytes.
5197
5198     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
5199     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
5200
5201 commit b29ff6277239f5c8bc9366e74afac5a36ab3b23e
5202 Author: Ladislav Michl <Ladislav.Michl@seznam.cz>
5203 Date:   Mon Feb 8 14:15:15 2010 -0500
5204
5205     NetStar: eeprom - undefined reference to `memset'
5206
5207     Defining partially initialized struct eth_device on stack means
5208     gcc has to zero out it, and some gcc versions optimize this with
5209     an implicit call to memset. Move definition to data section
5210     to avoid that (it has also nice side effect that we need not
5211     to pass it to helper functions anymore)
5212
5213     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
5214     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
5215
5216 commit 8f9a221045a4ace14fe006e1353c593619d1001a
5217 Author: Wolfgang Wegner <w.wegner@astro-kom.de>
5218 Date:   Tue Mar 2 10:59:19 2010 +0100
5219
5220     ] fix monitor protection for CONFIG_MONITOR_IS_IN_RAM
5221
5222     For platforms with flash below ram addresses, the current check to
5223     activate monitor protection is wrong/insufficient. This patch fixes
5224     CONFIG_MONITOR_IS_IN_RAM for these systems by adding a check for
5225     this configuration.
5226
5227     Signed-off-by: Wolfgang Wegner <w.wegner@astro-kom.de>
5228     Signed-off-by: Stefan Roese <sr@denx.de>
5229
5230 commit c7de810c79a00aa6fc08900ee0bb57bd295db733
5231 Author: Wolfgang Wegner <w.wegner@astro-kom.de>
5232 Date:   Tue Mar 2 10:59:20 2010 +0100
5233
5234     allow MCF532x to use CONFIG_MONITOR_IS_IN_RAM
5235
5236     CONFIG_MONITOR_IS_IN_RAM is broken for MCF532x. This patch fixes this
5237      by conditionally
5238     - removing the vector table at the beginning of code
5239     - not overwriting the vector base register
5240     - removing the code to re-set the PLL, which effectively disables
5241       SDRAM access
5242
5243     Signed-off-by: Wolfgang Wegner <w.wegner@astro-kom.de>
5244
5245 commit bb907ab51fd04255923b7ecf9dab352078808351
5246 Author: Richard Retanubun <RichardRetanubun at RuggedCom.com>
5247 Date:   Mon Oct 26 14:19:17 2009 -0400
5248
5249     MCF5271-only: Added a weak board_reset function to allow custom reset
5250
5251     This patch adds a board_reset function to allow boards to specify
5252     their own custom reset sequence (e.g. resetting by timing out watchdog).
5253     Tested only on MCF5271, can be expanded if needed.
5254
5255     Based on Mike Frysinger's suggestion on:
5256     http://article.gmane.org/gmane.comp.boot-loaders.u-boot/70304
5257
5258     Signed-off-by: Richard Retanubun <RichardRetanubun at RuggedCom.com>
5259
5260 commit 992d7129500d239d684c15fa2d61e0a8f2e64457
5261 Author: Wolfgang Wegner <w.wegner@astro-kom.de>
5262 Date:   Wed Oct 28 15:11:00 2009 -0500
5263
5264     MCF532x: make icache_enable use CONFIG_SYS_SDRAM_SIZE
5265
5266     in cpu/mcf532x/start.S, the function icache_enable enables the cache for
5267     a fixed 32MB region starting at the SDRAM start address; this patch
5268     changes the function to cover the region defined by CONFIG_SYS_SDRAM_SIZE
5269
5270     Signed-off-by: Wolfgang Wegner <w.wegner at astro-kom.de>
5271
5272 commit 870bf3ee60320b58f8970ffe3ddebda0e8ac62f7
5273 Author: Wolfgang Wegner <w.wegner@astro-kom.de>
5274 Date:   Wed Dec 9 17:32:12 2009 -0500
5275
5276     add include/asm-m68k/unaligned.h
5277
5278     lib_generic/zlib.c needs include/asm/unaligned.h since commit
5279     cd514aeb996e2f7aefbe1f78481965d9d074aed4, which broke compilation for
5280     Coldfire/M68K. This patch adds the missing header for these
5281     architectures.
5282
5283     Signed-off-by: Wolfgang Wegner <w.wegner at astro-kom.de>
5284
5285 commit da5e083590bb62ca6d7f08d3714d07ba736da863
5286 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5287 Date:   Mon Feb 8 11:50:16 2010 +0900
5288
5289     sh: Add asm/unaligned.h and asm/unaligned-sh4a.h from Linux kernel
5290
5291     zlib.c demands asm/unaligned.h. But, SH does not have these.
5292     This commit add asm/unaligned.h and asm/unaligned-sh4a.h from Linux
5293     kernel and modifyf for u-boot.
5294
5295     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5296
5297 commit fe389da6ae739816879606ecde4ab25f4292377d
5298 Author: Kim Phillips <kim.phillips@freescale.com>
5299 Date:   Mon Mar 1 11:10:17 2010 -0600
5300
5301     mpc83xx: fix out-of-tree mpc8315 nand build
5302
5303     commit 2e95004deb6e33e33bf1b8a92a38cd2115bac4c2 "mpc83xx: Add NAND boot support
5304     for MPC8315E-RDB boards" symlinked nand_spl/board/freescale/mpc8315erdb to
5305     mpc8313erdb in order to not duplicate code.
5306
5307     Since the main makefile builds nand_spl/board/$(BOARDDIR) (which makes sense),
5308     and the board Makefile and linker script are the only two necessary files
5309     to enable out-of-tree building, and other boards have duplicated nand makefiles
5310     (e.g. 8536ds & 8569mds), it only seems prudent to copy these two files in the
5311     name of the 8315 too.
5312
5313     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5314     Cc: Anton Vorontsov <avorontsov@ru.mvista.com>
5315     Cc: Wolfgang Denk <wd@denx.de>
5316
5317 commit 4e7e12dfa103cb8ec6dc7547dd1c9976337dc1fd
5318 Author: Kim Phillips <kim.phillips@freescale.com>
5319 Date:   Mon Feb 22 19:39:16 2010 -0600
5320
5321     mpc83xx: vme8349: fix incorrect BR0_PRELIM port size comment
5322
5323     commit 98d92d8c9f4021629a45261ad5ec3f3595f3a27a "sbc8349: fix incorrect
5324     comment" missed this one.
5325
5326     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5327
5328 commit 87800f72414b830756aefc757dd191688febacf9
5329 Author: Eugene O'Brien <eugene.g.obrien@gmail.com>
5330 Date:   Wed Feb 24 14:10:24 2010 -0500
5331
5332     ppc4xx: Corrected EBC register bit definitions
5333
5334     Corrected the bit field positions of the external master priority low
5335     and the external master priority high values in the EBC configuration
5336     register. These bit field positions differ between PPC405 and PPC440
5337     processors
5338
5339     Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
5340     Signed-off-by: Stefan Roese <sr@denx.de>
5341
5342 commit f3651764e57e353251695691677bd95ba5a420bc
5343 Author: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
5344 Date:   Mon Feb 22 22:49:06 2010 +0100
5345
5346     cmd_itest.c: fix pointer dereferencing
5347
5348     fix pointer dereferencing
5349     if the size is .b and .w an 8 or 16 bit access is done.
5350
5351     Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
5352     Acked-by: Detlev Zundel <dzu@denx.de>
5353
5354 commit 0ad22703f06af5fe100cfe6f08b1f32ea89cd5b1
5355 Author: Kim Phillips <kim.phillips@freescale.com>
5356 Date:   Mon Feb 22 19:37:56 2010 -0600
5357
5358     tools: fix imximage warning
5359
5360     Fix build warning:
5361
5362     Configuring for MPC837XEMDS board...
5363     imximage.c: In function `imximage_parse_cfg_file':
5364     imximage.c:146: warning: passing argument 2 of `getline' from incompatible pointer type
5365     /usr/include/bits/stdio.h:116: note: expected `size_t *' but argument is of type `uint32_t *'
5366
5367     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5368
5369 commit 5b28e913f4519870ad2ca06cd7845b053f78bf0f
5370 Author: Stefano Babic <sbabic@denx.de>
5371 Date:   Fri Feb 5 15:16:02 2010 +0100
5372
5373     mkimage: SEGFAULT with imximage on 64 bit systems
5374
5375     Running mkimage to generate an imximage produces a SEGFAULT
5376     on 64 bit machines due to pointer arithmetic limited to 32 bit.
5377
5378     Signed-off-by: Stefano Babic <sbabic@denx.de>
5379     Acked-by: Kim Phillips <kim.phillips@freescale.com>
5380
5381 commit ecd1a09b81f2ed6e6ba7bd1d0bfb0cc3d0ea2ad0
5382 Author: Kim Phillips <kim.phillips@freescale.com>
5383 Date:   Thu Feb 18 19:28:12 2010 -0600
5384
5385     mpc83xx: remove hardcoded network addresses from config files
5386
5387     and avoid e.g., two identical boards from causing random networking
5388     conflicts when hooked up to the same network.
5389
5390     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5391
5392 commit 4c006dd1501283eecaea813a0e5e225e9ee6fdeb
5393 Author: Michael Zaidman <michael.zaidman@gmail.com>
5394 Date:   Mon Feb 15 10:02:32 2010 +0200
5395
5396     Bug: do_reset issued via netconsole does not reset mpc83xx cpu.
5397
5398     The do_reset routine in the cpu/mpc83xx/cpu.c file does not reset
5399     the mpc83xx cpu when issued via netconsole.
5400
5401     Moving the console output "resetting the board." to the beginning of
5402     the routine before disabling interrupts solved the problem.
5403
5404     Signed-off-by: Michael Zaidman <michael.zaidman@gmail.com>
5405     Acked-by: Detlev Zundel <dzu@denx.de>
5406     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5407
5408 commit 77e7273c40315abd2f3c17ad8d46a78950e3e65f
5409 Author: Jens Scharsig <js_at_ng@scharsoft.de>
5410 Date:   Wed Feb 3 22:48:09 2010 +0100
5411
5412     new board (eb_cpux9k2)
5413
5414     * new board (eb_cpux9k2)
5415      * support for EB+CPUx9K2 board by BuS Elektronik GmbH & Co. KG
5416      * select via make eb_cpux9k2_config
5417      * this also demonstrates, how to use boards with AT91RM9200 cpu
5418        in at91 arch tree
5419
5420     Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
5421
5422 commit 6799a80f7644d78988187390dfd37352f20ad710
5423 Author: Jens Scharsig <js_at_ng@scharsoft.de>
5424 Date:   Wed Feb 3 22:47:57 2010 +0100
5425
5426     new at91_emac network driver (NET_MULTI api)
5427
5428     * add's at91_emac (AT91RM9200) network driver (NET_MULTI api)
5429      * enable driver with CONFIG_DRIVER_AT91EMAC
5430      * generic PHY initialization
5431      * modify AT91RM9200 boards to use NET_MULTI driver
5432      * the drivers has been tested with LXT971 Phy and DM9161 Phy at MII and RMII
5433        interface
5434
5435     Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
5436
5437 commit 98250e8e17fc76b3981708c6e63d41f875bf0359
5438 Author: Jens Scharsig <js_at_ng@scharsoft.de>
5439 Date:   Wed Feb 3 22:47:35 2010 +0100
5440
5441     prepare joining at91rm9200 into at91
5442
5443     * prepare joining at91 and at91rm9200
5444      * add modified copy of soc files to cpu/arm920t/at91 to make
5445        possible to compile at91rm9200 boards in at91 tree instead
5446        of at91rm9200
5447      * add header files with c structure defs for AT91 MC, ST and TC
5448      * the new cpu files are using at91 c structure soc access
5449      * please read README.soc-at91 for details
5450
5451     Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
5452
5453 commit 1b34f00c28a3023693d9b31e7bd1a9212af8352f
5454 Author: Jens Scharsig <js_at_ng@scharsoft.de>
5455 Date:   Wed Feb 3 22:47:18 2010 +0100
5456
5457     update at91sam9263ek board to new SoC access
5458
5459     * convert at91sam9263ek board to use c stucture SoC access
5460      * change gpio access to at91_gpio syntax
5461
5462     Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
5463
5464 commit 0cf0b93161beb3f3ed5e37e6112aedf15da17e8a
5465 Author: Jens Scharsig <js_at_ng@scharsoft.de>
5466 Date:   Wed Feb 3 22:46:58 2010 +0100
5467
5468     convert common files to new SoC access
5469
5470     * add's a warning to all files, which need update to new SoC access
5471      * convert common files in cpu/../at91 and a lot of drivers to use
5472        c stucture SoC access
5473
5474     Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
5475
5476 commit 7f9e8633ac9c846e7e4f867507cbd5de1bd99e0c
5477 Author: Jens Scharsig <js_at_ng@scharsoft.de>
5478 Date:   Wed Feb 3 22:46:46 2010 +0100
5479
5480     convert all at91 files to use at91_gpio driver syntax
5481
5482     * convert all files cpu/../at91 to use at91_gpio driver syntax
5483      * change AT91_PINP([A-F])(\d+) to AT91_PIO_PORT\1, \2
5484        this makes all 160 AT91_PINPxxx defines obsolete
5485      * AT91_PINPxxx defines and gpio.h can be remove, if all boards converted to new SoC access
5486
5487     Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
5488
5489 commit ea8fbba73184a40437bdeccd888cf448d5f1105e
5490 Author: Jens Scharsig <js_at_ng@scharsoft.de>
5491 Date:   Wed Feb 3 22:46:16 2010 +0100
5492
5493     add a new AT91 GPIO driver
5494
5495     * add a real AT91 GPIO driver instead of header inline code
5496     * resolve the mixing of port and pins
5497     * change board config files to use new driver
5498     * add macros to gpio to realize backward compatibility
5499
5500     Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
5501
5502 commit 5d8e359c38d3ab80015e47d0cab792efe75cacf9
5503 Author: Jens Scharsig <js_at_ng@scharsoft.de>
5504 Date:   Wed Feb 3 22:46:01 2010 +0100
5505
5506     add c structures for SoC access
5507
5508     * add's c structures for SoC access to pheriperials head files
5509
5510     Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
5511
5512 commit 425de62d40f84524b90e776b141b060cd438a9fe
5513 Author: Jens Scharsig <js_at_ng@scharsoft.de>
5514 Date:   Wed Feb 3 22:45:42 2010 +0100
5515
5516     add new CONFIG_AT91_LEGACY
5517
5518     * add's the new temporary CONFIG_AT91_LEGACY to all board configs
5519      This will need for backward compatiblity, while change the SoC access
5520      to c structures. If CONFIG_AT91_LEGACY is defined, the deprecated
5521      SoC is used.
5522
5523     Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
5524
5525 commit 3a4e43921d2599453ea87c623099e5f347c9e54a
5526 Author: Nick Thompson <nick.thompson@ge.com>
5527 Date:   Mon Feb 8 11:36:16 2010 -0500
5528
5529     DA830 EVM: Enable NAND support on Spectrum Digital EVM
5530
5531     The EVM UI extender card has a NAND device. This change will enable
5532     saveenv to work with NAND and Linux to be booted using:
5533
5534         mtdparts default
5535         nboot kernel
5536         bootm
5537
5538     Signed-off-by: Nick Thompson <nick.thompson@ge.com>
5539     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
5540
5541 commit 6228e6389e5ef472d5f43cc5ec4f309323305638
5542 Author: Nick Thompson <nick.thompson@ge.com>
5543 Date:   Mon Feb 8 11:34:58 2010 -0500
5544
5545     Davinci: Add EMIF-A macros for setting chip select parameters
5546
5547     The patch adds EMIF-A macros for setting chip select parameters
5548
5549     Signed-off-by: Nick Thompson <nick.thompson@ge.com>
5550     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
5551
5552 commit b74064a0e2984a166e3575852f3697ef5595a97b
5553 Author: Sanjeev Premi <premi@ti.com>
5554 Date:   Mon Feb 8 11:33:25 2010 -0500
5555
5556     OMAP3: Avoid re-write to PRM_CLKSRC_CTRL
5557
5558     In function get_osc_clk_speed(), do not change/ update
5559     the divider for SYS_CLK as it can has cascading effect
5560     on the other derived clocks.
5561
5562     Sudden change in divider value can lead to inconsistent
5563     behavior in the system - often leading to crashes.
5564
5565     The problem was found when working with OMAP3EVM using
5566     DM3730 processor card.
5567
5568     The patch has been tested with OMAP3530 on OMAP3EVM as
5569     well
5570
5571     Signed-off-by: Sanjeev Premi <premi@ti.com>
5572     Signed-off-by: Hiremath Vaibhav <hvaibhav@ti.com>
5573     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
5574
5575 commit eff536befd3efab538bba10bad07ecff63c9f470
5576 Author: Magnus Lilja <lilja.magnus@gmail.com>
5577 Date:   Tue Feb 9 22:05:39 2010 +0100
5578
5579     SPI: Fix 32 bit transfers in mxc_spi.c
5580
5581     Commit f9b6a1575d9f1ca192e4cb60e547aa66f08baa3f,  "i.MX31: fix SPI
5582     driver for shorter than 32 bit" broke 32 bit transfers. This patch
5583     makes single 32 bit transfer work again.
5584
5585     Transfer lengths that are known not to work will abort and print
5586     an error message.
5587
5588     Tested on i.MX31 Litekit and i.MX31 PDK using 32 bit transfers to
5589     the MC13783/ATLAS chip (using the 'date' command).
5590
5591     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
5592
5593 commit 39a9142203e610bf2b1a216085e374277fd28f9f
5594 Author: Alessandro Rubini <rubini-list@gnudd.com>
5595 Date:   Sat Feb 6 20:54:05 2010 +0100
5596
5597     edb93xx: enable the uart in devicecfg register
5598
5599     printf goes to uart1, but it will block forever waiting for
5600     busy to go off unless the uart is enabled first.
5601
5602     Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
5603
5604 commit 822bd70db49773b4d57eaa484dca83386a6b3479
5605 Author: Alessandro Rubini <rubini-list@gnudd.com>
5606 Date:   Sat Feb 6 20:53:54 2010 +0100
5607
5608     edb93xx: change calculation un early_udelay.h
5609
5610     Previous code compiled with gcc-4.2.2 makes a call to
5611     __aeabi_uidiv to divide by 20. As a side effect it was
5612     not inline any more, and so sdram_cfg used the stack
5613     as well, but this is early code that has no stack yet.
5614     The patch explicitly removes the division, so no stack is used.
5615
5616     The calculation of the counter calls a division by 20
5617
5618     Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
5619
5620 commit c50a0f503967d435150bbb9f2f816ce33afdf231
5621 Author: Alessandro Rubini <rubini-list@gnudd.com>
5622 Date:   Sat Feb 6 20:53:43 2010 +0100
5623
5624     EP93xx: fix syscon_regs definition
5625
5626     The structure was missing a reserved entry (not listed in the manual,
5627     actually), so the last registers had a wrong offset. This prevented
5628     all swlocked registers to be modified as swlock is last in the structure.
5629
5630     Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
5631
5632 commit fcfb632bd1e9de645b015cf73a78183c299743d8
5633 Author: Matthias Kaehlcke <matthias@kaehlcke.net>
5634 Date:   Mon Feb 1 21:29:39 2010 +0100
5635
5636     ARM: Add support for EP93xx SoCs
5637
5638     Add support for the Cirrus EP93xx platform
5639
5640     Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
5641     Acked-by: Tom <Tom.Rix@windriver.com>
5642
5643 commit cf3c142ee4be0f077f8b84593f1b24b35d14039e
5644 Author: Matthias Kaehlcke <matthias@kaehlcke.net>
5645 Date:   Mon Feb 1 21:29:48 2010 +0100
5646
5647     Add support for EDB93xx boards
5648
5649     Added support for the following EDB93xx boards:
5650
5651     EDB9301
5652     EDB9302
5653     EDB9302A
5654     EDB9307
5655     EDB9307A
5656     EDB93012
5657     EDB9315
5658     EDB9315A
5659
5660     Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
5661
5662 commit d798e27b14543762f9f5d0561a3430c7f9e2153b
5663 Author: Ladislav Michl <Ladislav.Michl@seznam.cz>
5664 Date:   Wed Jan 27 11:12:28 2010 -0500
5665
5666     NetStar: Remove debug junk leaked into eeprom utility
5667
5668     This patch removes debug junk leaked into eeprom utility.
5669
5670     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
5671     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
5672
5673 commit 89e94d81eda9af2e1c35e97125b0c049335c70fc
5674 Author: Ladislav Michl <Ladislav.Michl@seznam.cz>
5675 Date:   Wed Jan 27 11:12:23 2010 -0500
5676
5677     NetStar: make crcit utility more readable
5678
5679     This patch makes the crcit utility more readable
5680
5681     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
5682     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
5683
5684 commit 3843e7dc934d8ef7c592f5a2106885efe32eac7f
5685 Author: Ladislav Michl <Ladislav.Michl@seznam.cz>
5686 Date:   Wed Jan 27 11:12:08 2010 -0500
5687
5688     NetStar: Disable CONFIG_CMD_JFFS2
5689
5690     This patch removes "CONFIG_CMD_JFFS" from the board config
5691
5692     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
5693     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
5694
5695 commit 632e1d9014848ec8d983a629c2e35b4423816336
5696 Author: Tom Rix <Tom.Rix@windriver.com>
5697 Date:   Wed Jan 27 11:11:55 2010 -0500
5698
5699     OMAP3 Move declaration of gpmc_cfg.
5700
5701     Every omap3 board config file declared the global variable gpmc_cfg.
5702     This changes moves the declaration to a better location in the
5703     arch dependent header file cpu.h.
5704
5705     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
5706     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
5707
5708 commit 093d6018cf0a8dae614c2924c0013d97e2a48662
5709 Author: Scott Ellis <scott@jumpnowtek.com>
5710 Date:   Wed Jan 27 11:11:46 2010 -0500
5711
5712     Overo GPMC registers
5713
5714     Use appropriate GPMC timings for the LAN9221 controller on the
5715     Gumstix Overo expansion boards not the values in arch-omap3/mem.h
5716     which are for a different ethernet controller.
5717
5718     Signed-off-by: Scott Ellis <scott@jumpnowtek.com>
5719     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
5720
5721 commit 63a47dfd07536e399665ca7504bac512bf21491e
5722 Author: Nick Thompson <nick.thompson@ge.com>
5723 Date:   Wed Jan 27 11:11:28 2010 -0500
5724
5725     da830evm: Use table driven pin mux configuration
5726
5727     Tidyup the pin muxer configuration using the Davinci table driven
5728     pinmux configuration function and data tables.
5729
5730     Signed-off-by: Nick Thompson <nick.thompson@ge.com>
5731     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
5732
5733 commit 8ed5885693b39c5c2cca5574dd98d6ad8a982702
5734 Author: Sekhar Nori <nsekhar@ti.com>
5735 Date:   Wed Jan 27 11:10:40 2010 -0500
5736
5737     TI DaVinci: Driver for the davinci SPI controller
5738
5739     This adds a driver for the SPI controller found on davinci
5740     based SoCs from Texas Instruments.
5741
5742     Signed-off-by: Sekhar Nori <nsekhar@ti.com>
5743     Signed-off-by: Sudhakar Rajashekhara <sudhakar.raj@ti.com>
5744     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
5745
5746 commit 44d80256229d05862622f4dd886466fd70fe04ae
5747 Author: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
5748 Date:   Mon Jan 25 10:50:41 2010 +0100
5749
5750     at91: Add esd gmbh OTC570 board support
5751
5752     This patch adds support for esd gmbh OTC570 board.
5753     The OTC570 is based on an Atmel AT91SAM9263 SoC.
5754
5755     Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
5756
5757 commit e39bf1e2a9e437174687de687c127ec980a93eeb
5758 Author: Mike Frysinger <vapier@gentoo.org>
5759 Date:   Mon Feb 8 15:30:16 2010 -0500
5760
5761     kgdb: cpu/mpc* cpu/74xx: include kgdb.h when needed
5762
5763     Commit cbb0cab1d929839d broke some platforms which used kgdb code but
5764     didn't actually include kgdb.h.  So include kgdb.h in all the relevant
5765     traps code.
5766
5767     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5768
5769 commit ab5a0dcb9c8f19e351fc33c5db91469bfb1d9438
5770 Author: Stefan Roese <sr@denx.de>
5771 Date:   Tue Feb 2 13:43:48 2010 +0100
5772
5773     net: Use 0.5 sec timeout in miiphy_reset() instead of counting loop
5774
5775     This patch fixes a problem I've notived on a buggy PPC4xx system. This
5776     system has problems with the PHY MDIO communication and seemed to be
5777     stuck/crashed in miiphy_reset(). But degugging revealed, that the CPU
5778     didn't crash, but "only" hung in this counting loop for about 2 minutes.
5779
5780     This patch now uses a real timeout of 0.5 seconds (as mentioned in the
5781     comment in miiphy_reset).
5782
5783     Signed-off-by: Stefan Roese <sr@denx.de>
5784     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5785
5786 commit 4294b2485bf0e8d68c893190a96bb0e7856b12c4
5787 Author: Stefano Babic <sbabic@denx.de>
5788 Date:   Mon Feb 1 14:51:30 2010 +0100
5789
5790     fec_mxc: add support for MX51 processor
5791
5792     The patch add support for the Freescale mx51 processor
5793     to the FEC ethernet driver.
5794
5795     Signed-off-by: Stefano Babic <sbabic@denx.de>
5796     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5797
5798 commit e66b19ce6dbe6f91b18ba47273cbe89eb5a80e78
5799 Author: Siddarth Gore <gores@marvell.com>
5800 Date:   Tue Jan 19 11:09:07 2010 +0530
5801
5802     NET: kirkwood-egiga smi access fix
5803
5804     Although the datasheet mentions seperate smi registers for each
5805     port, using Port 1 smi register to access ethernet phys does not
5806     work. Hence only Port 0 smi register should be used to access all
5807     devices connected to the smi bus. This behavior is consistant with
5808     the mv643xx driver in the linux kernel.
5809
5810     Signed-off-by: Siddarth Gore <gores@marvell.com>
5811     Acked-by: Prafulla Wadaskar <prafulla@marvell.com>
5812     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5813
5814 commit a1b322a98319de568b3bc38029ef7e123643c1e8
5815 Author: Ladislav Michl <ladis@linux-mips.org>
5816 Date:   Mon Feb 1 23:34:25 2010 +0100
5817
5818     ns16550: kick watchdog while waiting for a character
5819
5820     ns16550 busyloops waiting for incoming byte causing watchdog to reboot
5821     while waiting for a key press. A call to WATCHDOG_RESET in NS16550_getc
5822     loop fixes it.
5823
5824     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
5825
5826 commit 84d36b30181acfb72f22d1105c15574b30ea2fa1
5827 Author: Remy Bohmer <linux@bohmer.net>
5828 Date:   Mon Feb 1 19:40:47 2010 +0100
5829
5830     USB: usb_control_msg wait for driver ISR to set status.
5831
5832     This patch changes usb_control_msg back to the state prior to commit
5833     48867208444cb2a82e2af9c3249e90b7ed4a1751.
5834
5835     The USB driver ISR routine may update the status.
5836
5837     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
5838
5839 commit 6e20e64f5c6deb5b48e40a0cba4877f9170545e0
5840 Author: Prathap Srinivas <msprathap@ti.com>
5841 Date:   Mon Jan 11 15:36:46 2010 +0530
5842
5843     musb: Add host support for DM365 EVM
5844
5845     Add support for musb host on DM365 EVM.
5846
5847     Signed-off-by: Prathap Srinivas <msprathap@ti.com>
5848
5849 commit ec2aadb40855cecb088b68c062e3534d6ce39128
5850 Author: Cliff Cai <cliff.cai@analog.com>
5851 Date:   Tue Jan 19 00:10:42 2010 -0500
5852
5853     usb: musb: fix Blackfin DMA register padding
5854
5855     The conversion from offsets to C structs lost a little padding in the DMA
5856     register map.  Accessing endpoints other than ep0 with DMA would fail as
5857     the addresses wouldn't be adjusted correctly.
5858
5859     Signed-off-by: Cliff Cai <cliff.cai@analog.com>
5860     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5861
5862 commit d0750bc9e5932baf4c90eda2456106f21a26bdc1
5863 Author: Wolfgang Denk <wd@denx.de>
5864 Date:   Mon Feb 1 11:36:29 2010 +0100
5865
5866     EXBITGEN: drop support for unmaintained board
5867
5868     The EXBITGEN board has not been maintained for a long time; it has
5869     build problems, but no hardware is available any more for testing.
5870
5871     Drop support for this board.
5872
5873     Signed-off-by: Wolfgang Denk <wd@denx.de>
5874     Acked-by: Stefan Roese <sr@denx.de>
5875
5876 commit 9461a939cabd606d7f0e9b8490b40841af104ff5
5877 Author: Wolfgang Denk <wd@denx.de>
5878 Date:   Sun Jan 31 22:03:15 2010 +0100
5879
5880     mpc5xxx/cpu_init.c: fix warning: unused variable 'cdm'
5881
5882     Signed-off-by: Wolfgang Denk <wd@denx.de>
5883     Acked-by: Detlev Zundel <dzu@denx.de>
5884
5885 commit 13d8bfe26c0dd2c08b76c5f077e800a718859bbc
5886 Author: Wolfgang Denk <wd@denx.de>
5887 Date:   Sun Jan 31 21:58:48 2010 +0100
5888
5889     mpc5xxx/cpu_init.c: fix warning: unused variable 'gpt0'
5890
5891     Signed-off-by: Wolfgang Denk <wd@denx.de>
5892     Acked-by: Detlev Zundel <dzu@denx.de>
5893
5894 commit 4710cee1b5292fe077a67cc23193cc43060fbe3d
5895 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
5896 Date:   Mon Feb 1 13:54:09 2010 +0100
5897
5898     ppc4xx: Remove unused feature from AR405 board
5899
5900     This patch fixes building for AR405 boards by remove an unused feature.
5901
5902     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
5903     Signed-off-by: Stefan Roese <sr@denx.de>
5904
5905 commit 976c21ad8e136df0ec361aca0c4bc287c5637c01
5906 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
5907 Date:   Mon Feb 1 13:53:59 2010 +0100
5908
5909     ppc4xx: Fix building for PLU405 boards
5910
5911     The init_coupler() function from board/esd/plu405/plu405.c
5912     got lost somehow! This patch readds it.
5913
5914     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
5915     Signed-off-by: Stefan Roese <sr@denx.de>
5916
5917 commit 59c1db6dab52b981e6ea25a203d0a919ede61ed2
5918 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
5919 Date:   Mon Feb 1 13:53:47 2010 +0100
5920
5921     ppc4xx: Fix building of PMC440 board
5922
5923     Remove some unused features and default environment variable
5924     to shrink the PMC440 u-boot.
5925
5926     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
5927     Signed-off-by: Stefan Roese <sr@denx.de>
5928
5929 commit 6f6c26e430ffae87b6b3d74ba7cbf9439703feea
5930 Author: Stefan Roese <sr@denx.de>
5931 Date:   Tue Jan 26 13:33:29 2010 +0100
5932
5933     ppc4xx: Fix compilation error on ML2 board
5934
5935     Recently this compilation error occurs:
5936
5937     Configuring for ML2 board...
5938     traps.c: In function 'MachineCheckException':
5939     traps.c:159: error: 'debugger_exception_handler' undeclared (first use
5940         in this function)
5941     traps.c:159: error: (Each undeclared identifier is reported only once
5942     traps.c:159: error: for each function it appears in.)
5943
5944     This patch now fixes it by including kgdb.h
5945
5946     Signed-off-by: Stefan Roese <sr@denx.de>
5947
5948 commit f3dec798d9ebf7f17c11ec7671b979ce3d251955
5949 Author: Ladislav Michl <ladis@linux-mips.org>
5950 Date:   Thu Jan 28 12:27:14 2010 +0100
5951
5952     CFI: fix eraseregions numblocks
5953
5954     eraseregions numblocks was sometimes one less than actual, possibly producing
5955     erase regions with zero blocks. As MTD code touches eraseregions only if
5956     numeraseregions is greater that zero, allocate eraseregions only for non
5957     uniform erase size flash.
5958
5959     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
5960     Signed-off-by: Stefan Roese <sr@denx.de>
5961
5962 commit c041e9d212162f6c85cd3b6a40ad6ba9d9292451
5963 Author: Jens Scharsig <js_at_ng@scharsoft.de>
5964 Date:   Sat Jan 23 12:03:45 2010 +0100
5965
5966     new at91_emac network driver (NET_MULTI api)
5967
5968     * add's at91_emac (AT91RM9200) network driver (NET_MULTI api)
5969     * enable driver with CONFIG_DRIVER_AT91EMAC
5970     * generic PHY initialization
5971     * modify AT91RM9200 boards to use NET_MULTI driver
5972     * the drivers has been tested with LXT971 Phy and DM9161 Phy at
5973       MII and RMII interface
5974
5975     Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
5976     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5977
5978 commit 594d57d0ccce649d6ccd881b8d9c5ea8d0c307ef
5979 Author: Matthias Kaehlcke <matthias@kaehlcke.net>
5980 Date:   Sun Jan 31 17:39:49 2010 +0100
5981
5982     Add EP93xx ethernet driver
5983
5984     Added ethernet driver for EP93xx SoCs
5985
5986     Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
5987     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5988
5989 commit 582c55a0274f38e6e7e35b95e7ab81d3e912f700
5990 Author: Heiko Schocher <hs@denx.de>
5991 Date:   Wed Jan 20 09:04:28 2010 +0100
5992
5993     83xx, uec: split enet_interface in two variables
5994
5995     There's no sensible reason to unite speed and interface type into
5996     one variable.  So split this variable enet_interface into two
5997     vars: enet_interface_type, which hold the interface type and speed.
5998
5999     Also: add the possibility for switching between 10 and 100 MBit
6000     interfaces on the fly, when running in FAST_ETH mode.
6001
6002     Signed-off-by: Heiko Schocher <hs@denx.de>
6003     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6004
6005 commit d7e354374c8eb0a5d8b8226b881c5ee276c77a60
6006 Author: Nick Thompson <nick.thompson@ge.com>
6007 Date:   Fri Dec 18 13:33:07 2009 +0000
6008
6009     TI: DaVinci: Updating EMAC driver for DM365, DM646x and DA8XX
6010
6011     The EMAC IP on DM365, DM646x and DA830 is slightly different
6012     from that on DM644x. This change updates the DaVinci EMAC driver
6013     so that EMAC becomes operational on SOCs with EMAC v2.
6014
6015     Signed-off-by: Nick Thompson <nick.thompson@ge.com>
6016     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6017
6018 commit 0f751d6ef3e6fb1d28ac272c39c34831d629a59e
6019 Author: Semih Hazar <semih.hazar@indefia.com>
6020 Date:   Thu Dec 17 15:07:15 2009 +0200
6021
6022     macb: Fix mii_phy_read and mii_phy_write functions
6023
6024     Enabling CONFIG_CMD_MII in AVR32 boards was not possible due to
6025     compile errors.
6026
6027     This patch fixes miiphy_read and miiphy_write functions and
6028     registers them properly.
6029
6030     Signed-off-by: Semih Hazar <semih.hazar@indefia.com>
6031     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6032
6033 commit 5f6b1442218fcb6a3ef0d2be05d84119cebfe0ae
6034 Author: Peter Tyser <ptyser@xes-inc.com>
6035 Date:   Mon Nov 9 13:09:48 2009 -0600
6036
6037     tsec: Add TSEC_FIBER flag
6038
6039     The TSEC_FIBER flag should be set when a PHY is operating with an
6040     external fiber interface.  Currently it is only used to notify a user
6041     that the PHY is operating in fiber mode.
6042
6043     A short description was also added to the other TSEC flag defines so
6044     that it is clear how they differ from one another.
6045
6046     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6047     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6048
6049 commit 8abb8dcc8d6f2a9e31551a6fa41de97bd1f15350
6050 Author: Peter Tyser <ptyser@xes-inc.com>
6051 Date:   Mon Nov 9 13:09:47 2009 -0600
6052
6053     tsec: Add support for using the BCM5482 PHY in fiber mode
6054
6055     The BCM5482 PHY supports both copper and fiber as an ethernet medium.
6056     By enabling its copper/fiber mode auto-detection feature it can
6057     dynamically determine if it should be configured for copper or fiber.
6058
6059     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6060     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6061
6062 commit c6dbdfda5393c155bb13a90d9d6be4fe75ec3498
6063 Author: Peter Tyser <ptyser@xes-inc.com>
6064 Date:   Mon Nov 9 13:09:46 2009 -0600
6065
6066     tsec: General cleanup
6067
6068     - Cleanup formatting of phy_info structures
6069
6070     - Fix lines > 80 chars
6071
6072     - Fix some random indentation inconsistencies
6073
6074     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6075     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6076
6077 commit e1957ef02c0d949c27f7386e5fa509a57e033d5a
6078 Author: Peter Tyser <ptyser@xes-inc.com>
6079 Date:   Mon Nov 9 13:09:45 2009 -0600
6080
6081     tsec: Make functions/data static when possible
6082
6083     This is generally good practice and saves ~150 bytes.
6084
6085     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6086     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6087
6088 commit 27165b5c328464b706601b1cd586e359a3dc2f6d
6089 Author: Peter Tyser <ptyser@xes-inc.com>
6090 Date:   Mon Nov 9 13:09:44 2009 -0600
6091
6092     tsec: Clean up Broadcom PHY status parsing
6093
6094     - Remove unnecessary printing "Enet starting in <speed>/<duplex>"
6095         This same information is already printed during normal ethernet
6096         operation in the form "Speed: 1000, full duplex".
6097
6098     - Add a check for link before determining link speed and duplex
6099         If there is no link, speed/duplex don't matter.  This also removes
6100         the annoying and unneeded "Auto-neg error, defaulting to 10BT/HD"
6101         message that occurs when no link is detected.
6102
6103     - Whitespace and line > 80 characters cleanup
6104
6105     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6106     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6107
6108 commit 46e91674fb4b6d06c6a4984c0b5ac7d9a16923f4
6109 Author: Peter Tyser <ptyser@xes-inc.com>
6110 Date:   Tue Nov 3 17:52:07 2009 -0600
6111
6112     tsec: Force TBI PHY to 1000Mbps full duplex in SGMII mode
6113
6114     In SGMII mode the link between a processor's internal TBI PHY and an
6115     external PHY should always be 1000Mbps, full duplex.  Also, the SGMII
6116     interface between an internal TBI PHY and external PHY does not
6117     support in-band auto-negotation.
6118
6119     Previously, when configured for SGMII mode a TBI PHY would attempt to
6120     restart auto-negotation during initializtion.  This auto-negotation
6121     between a TBI PHY and external PHY would fail and result in unusable
6122     ethernet operation.
6123
6124     Forcing the TBI PHY and and external PHY to link at 1000Mbps full duplex
6125     in SGMII mode resolves this issue of auto-negotation failing.
6126
6127     Note that 10Mbps and 100Mbps operation is still possible on the external
6128     side of the external PHY even when SGMII is operating at 1000Mbps.
6129     The SGMII interface still operates at 1000Mbps, but each byte of data
6130     is repeated 100 or 10 times for 10/100Mbps and the external PHY handles
6131     converting this data stream into proper 10/100Mbps signalling.
6132
6133     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6134     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6135
6136 commit 76771e595aa2640da8c7b5ea81bd9583ccdab8a1
6137 Author: Seunghyeon Rhee <seunghyeon@lpmtec.com>
6138 Date:   Mon Nov 2 00:00:00 2009 -0800
6139
6140     NET: Fix MAC addr handling for smc911x
6141
6142     This patch turns off MAC address mismatch warning when
6143     optional eeprom programmed with MAC address is not available.
6144     In that case, smc911x's MAC address register has its default
6145     value ff:ff:ff:ff:ff:ff and it's not a valid address. This
6146     makes eth_initialize() show the warning which has no
6147     meaningful information while environment variable ethaddr
6148     overrides the address read from the register. If there's no
6149     eeprom and the value of MAC address register is not valid
6150     after initialization, dev->enetaddr had better not be updated
6151     and maintain its initial value 00:00:00:00:00:00, which I
6152     think is what eth_initialize() expects. This is not a bug fix.
6153     Even without this patch, the driver works fine. It's just for
6154     enhancing the way of displaying messages.
6155
6156     Signed-off-by: Seunghyeon Rhee <seunghyeon@lpmtec.com>
6157     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6158
6159 commit 07c966066b977b24f4b08b1684eed130f463b4c6
6160 Author: Matthias Kaehlcke <matthias@kaehlcke.net>
6161 Date:   Thu Jan 21 22:16:34 2010 +0100
6162
6163     cs8900_initialize() cleanup
6164
6165     cs8900_initialize(): remove unecessary calls to free() and fix memory leak
6166
6167     Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
6168     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6169
6170 commit c4168af3ba03c17a73751b98c124bbd2e3e1f5b0
6171 Author: Mike Frysinger <vapier@gentoo.org>
6172 Date:   Thu Jan 21 05:04:59 2010 -0500
6173
6174     smc91111_eeprom: fix linking error
6175
6176     Building for a bf533-stamp ends up with this error:
6177     smc91111_eeprom.o: In function `smc91111_eeprom':
6178     examples/standalone/smc91111_eeprom.c:58: undefined reference to `memset'
6179     make[2]: *** [smc91111_eeprom] Error 1
6180
6181     The new eth_struct definition means gcc has to zero out the structure on
6182     the stack, and some gcc versions optimize this with an implicit call to
6183     memset.  So tweak the structure style to avoid that gcc feature.
6184
6185     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6186     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6187
6188 commit 5f566f454750be4f2f83288ef382afcb9c4aa8a4
6189 Author: Wolfgang Denk <wd@denx.de>
6190 Date:   Sun Jan 31 21:51:43 2010 +0100
6191
6192     cmd_ximg.c: fix error: 'i' undeclared
6193
6194     Fix compile error:
6195
6196         cmd_ximg.c: In function 'do_imgextract':
6197         cmd_ximg.c:234: error: 'i' undeclared (first use in this function)
6198         cmd_ximg.c:234: error: (Each undeclared identifier is reported only once
6199         cmd_ximg.c:234: error: for each function it appears in.)
6200
6201     Signed-off-by: Wolfgang Denk <wd@denx.de>
6202
6203 commit a6e42ed097220a82870a32f4e60ac8863a8b05ab
6204 Author: Anatolij Gustschin <agust@denx.de>
6205 Date:   Sat Dec 12 21:20:57 2009 +0100
6206
6207     lcd: remove CONFIG_ATMEL_LCD ifdefs from lcd_setfgcolor
6208
6209     Not all boards defining LCD_COLOR16 are able to set
6210     lcd_color_fg/lcd_color_bg correctly. The issue seems to
6211     be caused by CONFIG_ATMEL_LCD ifdefs in lcd_setfgcolor()
6212     and lcd_setbgcolor(). Actually, the color values passed
6213     to these functions are already correct, we don't need
6214     to fix them. So remove ifdefs here.
6215
6216     Reported-by: Alessandro Rubini <rubini@unipv.it>
6217     Signed-off-by: Anatolij Gustschin <agust@denx.de>
6218
6219 commit d841978ea616e661e48f8da4045a71d6217823bd
6220 Author: Alessandro Rubini <rubini@unipv.it>
6221 Date:   Sat Dec 5 13:39:41 2009 +0100
6222
6223     include/nomadik.h: add physical address for cldc
6224
6225     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
6226     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
6227
6228 commit 3e446cbdf30221b9ca3a89b0f5abbfc691ce7755
6229 Author: Alessandro Rubini <rubini@unipv.it>
6230 Date:   Sat Dec 5 13:39:31 2009 +0100
6231
6232     video: add amba-clcd prime-cell
6233
6234     This adds support for the CLCD logic cell. It accepts precompiled
6235     register values for specific configuration through a board-supplied
6236     data structure.  It is used by the Nomadik nhk8815, added by a later
6237     patch in this series.
6238
6239     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
6240     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
6241
6242 commit b081c2e9b9329d7dadc8d13fc9a2bae5c90a1204
6243 Author: John Rigby <jcrigby@gmail.com>
6244 Date:   Tue Jan 26 19:24:18 2010 -0700
6245
6246     Nand mxc_nand add v1.1 controller support
6247
6248     Add support for version 1.1 of the nfc nand flash
6249     controller which is on the i.mx25 soc.
6250
6251     Signed-off-by: John Rigby <jcrigby@gmail.com>
6252     CC: Scott Wood <scottwood@freescale.com>
6253
6254 commit f3bb63a304c4e76010a2a4e99da61f7b6ffffc77
6255 Author: John Rigby <jcrigby@gmail.com>
6256 Date:   Tue Jan 26 19:24:17 2010 -0700
6257
6258     Add MX25 support to nand_spl fsl nfc driver
6259
6260     MX25 has a different version of the fsl_nfc
6261     flash controller known as version 1.1.
6262
6263     Add support to the nand_spl fsl_nfc driver
6264
6265     Versioning differs from mainline mxc kernel driver
6266     no consensus yet on if the naming here and in
6267     Redboot or the kernel is "correct".
6268
6269     Signed-off-by: John Rigby <jcrigby@gmail.com>
6270     Signed-off-by: Wolfgang Denk <wd@denx.de>
6271     CC: Scott Wood <scottwood@freescale.com>
6272
6273 commit ef22b50370f7b6d8deba9e9e64d2cb13c542b647
6274 Author: John Rigby <jcrigby@gmail.com>
6275 Date:   Mon Jan 25 23:12:52 2010 -0700
6276
6277     arm926ejs: add nand_spl boot support
6278
6279     Add CONFIG_PRELOADER/CONFIG_NAND_SPL support for nand booting
6280     to arm926ejs/start.S
6281
6282     This is derived from CONFIG_PRELOADER support in arm1136/start.S
6283
6284     Signed-off-by: John Rigby <jcrigby@gmail.com>
6285     CC: Scott Wood <scottwood@freescale.com>
6286
6287 commit 15b86c3d6c9a5a2e917b73d758a556568430021a
6288 Author: Wolfgang Denk <wd@denx.de>
6289 Date:   Sat Jan 16 21:50:26 2010 -0700
6290
6291     env_nand.c: print error message and fail gracefully
6292
6293     env_nand.c would crash silently if a malloc() for the environment
6294     buffers failed; make it print an error message and fail gracefully,
6295     i. e. use the default environment then.
6296
6297     Signed-off-by: Wolfgang Denk <wd@denx.de>
6298     Acked-by: John Rigby <jcrigby@gmail.com>
6299
6300 commit 674ef7bd02de948b6d8757f6a43a6f2fa4d88769
6301 Author: Liu Yu <yu.liu@freescale.com>
6302 Date:   Mon Jan 18 19:03:28 2010 +0800
6303
6304     Nand boot: Add nand boot support for MPC8569mds board
6305
6306     This patch add nand boot support for MPC8569mds board.
6307
6308     Signed-off-by: Liu Yu <yu.liu@freescale.com>
6309
6310 commit 249d4dec69e8d41ca58fe6cb3c56ea6f0480ef16
6311 Author: Kumar Gala <galak@kernel.crashing.org>
6312 Date:   Wed Jan 27 10:16:56 2010 -0600
6313
6314     Fix compiler warning in imximage.c due to getline prototype
6315
6316     imximage.c: In function 'imximage_parse_cfg_file':
6317     imximage.c:142: warning: implicit declaration of function 'getline'
6318
6319     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6320
6321 commit a9c3ac78d81d7ff4fe239e292e11e0f78ac5d461
6322 Author: Kumar Gala <galak@kernel.crashing.org>
6323 Date:   Tue Jan 12 12:56:05 2010 -0600
6324
6325     85xx: Add support for 'cpu disable' command
6326
6327     Support disabling of a core via user command 'cpu disable'.
6328
6329     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6330
6331 commit c894852b7aa2ac5f04ca70a073f803aa665c3ec1
6332 Author: Kumar Gala <galak@kernel.crashing.org>
6333 Date:   Tue Jan 12 11:51:52 2010 -0600
6334
6335     86xx: Add support for 'cpu disable' command
6336
6337     Support disabling of a core via user command 'cpu disable'.
6338
6339     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6340
6341 commit 4194b3668a93eee18dd1f7eb1309ca7b05003aa7
6342 Author: Kumar Gala <galak@kernel.crashing.org>
6343 Date:   Tue Jan 12 11:42:43 2010 -0600
6344
6345     Add support to disable cpu's in multicore processors
6346
6347     Add a disable sub-command to the cpu command that allows for disabling
6348     cores in multicore processors.  This can be useful for systems that are
6349     using multicore chips but aren't utilizing all the cores as a way to
6350     reduce power and possibly improve performance.
6351
6352     Also updated an added missing copyright.
6353
6354     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6355
6356 commit 8b1760ed9a35a5fd71d1f64981068ca2979f1e3d
6357 Author: Heiko Schocher <hs@denx.de>
6358 Date:   Wed Jan 20 09:05:32 2010 +0100
6359
6360     83xx, kmeter1: fix compile error
6361
6362     - delete double MTDIDS_DEFAULT and MTDPARTS_DEFAULT
6363       defines in board config file.
6364     - add mising CONFIG_KM_UBI_PARTITION_NAME define
6365
6366     Signed-off-by: Heiko Schocher <hs@denx.de>
6367     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6368
6369 commit 5912d3650740468329a0df014109132431d2140d
6370 Author: Wolfgang Wegner <w.wegner@astro-kom.de>
6371 Date:   Thu Dec 10 10:11:21 2009 +0100
6372
6373     add ability to handle compressed images to imxtract
6374
6375     imxtract currently can not handle compressed images. This patch adds
6376     handling for bzip2 and zip compression. In both cases, a destination
6377     address has to be specified for extraction.
6378
6379     Signed-off-by: Wolfgang Wegner <w.wegner@astro-kom.de>
6380
6381 commit a16e9a5b5f23106665dde15d974db17e8aeb83f1
6382 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
6383 Date:   Tue Jan 19 14:41:57 2010 +0100
6384
6385     ppc: remove -ffixed-r14 gcc option.
6386
6387     This is no loger needed, free up r14 for general usage.
6388
6389     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
6390
6391 commit e6bee80814c3a0d7eab89d28142fe68c4a670f31
6392 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
6393 Date:   Tue Jan 19 14:41:58 2010 +0100
6394
6395     ppc: Update README about the new GOT ptr.
6396
6397     r14 is no longer used as non volatile GOT ptr. Instead
6398     the volatile r12 is used so be sure to do GET_GOT in
6399     asm code when you need to access global data.
6400
6401     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
6402
6403 commit 0f8aa159175385ddd77bc91d11b9568583fbbd0c
6404 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
6405 Date:   Tue Jan 19 14:41:56 2010 +0100
6406
6407     ppc: Use r12 instead of r14 as GOT pointer.
6408
6409     r14 is not supposed to be clobbered by functions. Switch
6410     to r12 and call GET_GOT when needed. This will allow u-boot
6411     to loose the -ffixed-r14 gcc option.
6412
6413     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
6414
6415 commit fc4e188789b01dc9f18c80869c43fdd7d1a51378
6416 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
6417 Date:   Tue Jan 19 14:41:55 2010 +0100
6418
6419     ppc: Loose GOT access in IRQ
6420
6421     Using the GOT in IRQ handlers requires r14 to be -ffixed-r14.
6422     Avoid this by relocatate transfer_to_handler too.
6423     This will allow to free up r14 later on.
6424
6425     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
6426
6427 commit 66e821ebe96123b3a81ec9ca25cec9c0560fe232
6428 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
6429 Date:   Thu Jan 7 14:27:14 2010 +0530
6430
6431     85xx/p1_p2_rdb: enable hwconfig
6432
6433     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
6434     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6435
6436 commit 46df64f22c471b010161aa68bfdbfe94ea46e7bd
6437 Author: Liu Yu <yu.liu@freescale.com>
6438 Date:   Fri Jan 15 14:58:40 2010 +0800
6439
6440     qe: fixup the snum for MPC8569 Rev2.0
6441
6442     Since 1.0 and 2.0 use different snum table,
6443     we fixup the snum value according to SPRN_SVR.
6444
6445     Signed-off-by: Liu Yu <yu.liu@freescale.com>
6446     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6447
6448 commit 0fd2fa6cce6eb91271ebf9733878d0f1fcbc9b32
6449 Author: Dave Liu <daveliu@freescale.com>
6450 Date:   Tue Nov 17 20:49:05 2009 +0800
6451
6452     Fix the local bus divider mapping
6453
6454     The real clock divider is 4 times of the bits LCRR[CLKDIV],
6455     according the latest RevF RM.
6456
6457     Signed-off-by: Dave Liu <daveliu@freescale.com>
6458     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6459
6460 commit c95d541e4b46cb3ba19bf35e34b1dc3ca32f7b4b
6461 Author: Liu Yu <yu.liu@freescale.com>
6462 Date:   Fri Nov 27 15:31:52 2009 +0800
6463
6464     ppc/85xx: Add ATM config for MPC8569MDS
6465
6466     Signed-off-by: Liu Yu <yu.liu@freescale.com>
6467     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6468
6469 commit d91803826985bfdf151eed66543ce3b1a301682f
6470 Author: Liu Yu <yu.liu@freescale.com>
6471 Date:   Fri Nov 27 15:31:51 2009 +0800
6472
6473     ppc/85xx: Add PIB/ATM support for MPC8569mds
6474
6475     Signed-off-by: Liu Yu <yu.liu@freescale.com>
6476     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6477
6478 commit 1118cdbfeb8fc3acfe542d08703153ac188f9dbd
6479 Author: Li Yang <leoli@freescale.com>
6480 Date:   Thu Jan 7 16:00:13 2010 +0800
6481
6482     fsl_esdhc: fix wrong clock mask
6483
6484     Fix typo in SYSCTL_CLOCK_MASK, which caused residual in high bits of SDCLKFS.
6485
6486     Signed-off-by: Jin Qing <B24347@freescale.com>
6487     Signed-off-by: Li Yang <leoli@freescale.com>
6488     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6489
6490 commit 693416fe01d324472d270ac28389022eb82c7217
6491 Author: Kumar Gala <galak@kernel.crashing.org>
6492 Date:   Mon Jan 25 11:01:51 2010 -0600
6493
6494     Revert "ppc/p4080: Fix reporting of PME & FM clock frequencies"
6495
6496     This reverts commit bc20f9a9527afe8ae406a74f74765d4323f04922.
6497
6498     The original code was correct.  I clearly need glasses or a brown
6499     paper bag.
6500
6501     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6502
6503 commit 93cedc71647b4b72ac9b48e11997eb2f91645001
6504 Author: James Yang <James.Yang@freescale.com>
6505 Date:   Tue Jan 12 15:50:18 2010 -0600
6506
6507     ppc/p4080: Fix mask width of RCW fields MEM_PLL_RAT, SYS_PLL_RAT
6508
6509     The masks for MEM_PLL_RAT and SYS_PLL_RAT should have been 5-bits
6510     instead of 4.
6511
6512     Signed-off-by: James Yang <James.Yang@freescale.com>
6513     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6514
6515 commit 2903ad33a71251a3a87485b5b185852c8998f209
6516 Author: Mike Frysinger <vapier@gentoo.org>
6517 Date:   Fri Jan 8 08:03:06 2010 -0500
6518
6519     jffs2: fix hangs/crashs when not using CONFIG_JFFS2_PART_SIZE
6520
6521     Commit b5b004ad8a0ac6f98bd5708ec8b22fbddd1c1042 caused the sector_size to
6522     be calculated incorrectly when the part size was not hardcoded.  This is
6523     because the new code relied on part->size but tried to do the calculation
6524     before it was initialized properly, and it did not take into consideration
6525     the magic SIZE_REMAINING define.
6526
6527     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6528
6529 commit 64b150213365db6be97a98d25884f87d83caacaf
6530 Author: Mike Frysinger <vapier@gentoo.org>
6531 Date:   Fri Jan 8 02:48:03 2010 -0500
6532
6533     getline: split out for darwin systems
6534
6535     At least on OS X 10.5 and older, getline does not exist.  So split out the
6536     function from the mingw code so that we can pull it in for Darwin systems.
6537
6538     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6539
6540 commit e852d36a1e12864ab0656729c45c846e65efa4ee
6541 Author: Mike Frysinger <vapier@gentoo.org>
6542 Date:   Thu Jan 21 19:59:04 2010 -0500
6543
6544     tools: give explicit libfdt paths
6545
6546     The current libfdt object rules hard depend implicitly on the .depend file
6547     being correct.  If it isn't, then it is unable to properly compile the
6548     objects.  Give it a full path like all the other implicit rules here so it
6549     will always work in face of .depend issues.
6550
6551     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6552
6553 commit 44431cabbb66e81a2d77642b6f7d39c6230ea4ba
6554 Author: Mike Frysinger <vapier@gentoo.org>
6555 Date:   Thu Jan 21 19:30:36 2010 -0500
6556
6557     gzip/zlib: make features optional
6558
6559     If you really want to slim down U-Boot and you would rather use a higher
6560     compression scheme (like LZMA), it'd be nice to disable gzip/zlib since
6561     these code bases take up a significant amount of space.
6562
6563     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6564
6565 commit 8edcde5e4e2e7f6bc7e277011fed71e64fd9d294
6566 Author: Stefano Babic <sbabic@denx.de>
6567 Date:   Wed Jan 20 18:19:10 2010 +0100
6568
6569     mkimage: Add Freescale imx Boot Image support (imximage)
6570
6571     This patch adds support for "imximage" (MX Boot Image)
6572     to the mkimage utility. The imximage is used on the Freescales's
6573     MX.25, MX.35 and MX.51 processors.
6574
6575     Further details under doc/README.imximage.
6576
6577     This patch was tested on a Freescale mx51evk board.
6578
6579     Signed-off-by: Stefano Babic <sbabic@denx.de>
6580
6581 commit a21fb981d533ac6d323a01c7fa2cda20f2d36de5
6582 Author: Detlev Zundel <dzu@denx.de>
6583 Date:   Wed Jan 20 14:28:48 2010 +0100
6584
6585     mpc5xxx: Support CPU internal watchdog.
6586
6587     Signed-off-by: Detlev Zundel <dzu@denx.de>
6588
6589 commit 82826d5422331e9c99e5408dcf0348c8e0c257a6
6590 Author: Detlev Zundel <dzu@denx.de>
6591 Date:   Fri Jan 22 14:47:59 2010 +0100
6592
6593     mpc512x: Add display of reset status register
6594
6595     Content of the RSR is put into gd early so we can output it together
6596     with the CPU info.  The clearing of gd in board_init_f is redundant for
6597     this architecture as it is done in cpu_init_f so we remove it.
6598
6599     Signed-off-by: Detlev Zundel <dzu@denx.de>
6600
6601 commit a3f3897bfda9b4729785bdd328b3b7f30417a67f
6602 Author: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
6603 Date:   Wed Jan 20 08:00:11 2010 +0100
6604
6605     at91: Enable slow master clock on meesc board
6606
6607     Normally the processor clock has a divisor of 2.
6608     In some cases this this needs to be set to 4.
6609     Check the user has set environment mdiv to 4 to change the divisor.
6610
6611     Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
6612
6613 commit 7da692360414d07027c6cf564a15d79cd9dcf488
6614 Author: Vipin KUMAR <vipin.kumar@st.com>
6615 Date:   Fri Jan 15 19:15:53 2010 +0530
6616
6617     SPEAr : Support added for SPEAr320 board
6618
6619     SPEAr320 SoC support contains basic spear320 support along with the
6620     usage of following drivers
6621     - serial driver(UART)
6622     - i2c driver
6623     - smi driver
6624     - nand driver(FSMC)
6625     - usbd driver
6626     - emi driver(cfi support)
6627
6628     Signed-off-by: Vipin <vipin.kumar@st.com>
6629
6630 commit 080cfee71459588fd6312e475bb5115bdbda1cb3
6631 Author: Vipin KUMAR <vipin.kumar@st.com>
6632 Date:   Fri Jan 15 19:15:52 2010 +0530
6633
6634     SPEAr : Support added for SPEAr310 board
6635
6636     SPEAr310 SoC support contains basic spear310 support along with the
6637     usage of following drivers
6638     - serial driver(UART)
6639     - i2c driver
6640     - smi driver
6641     - nand driver(FSMC)
6642     - usbd driver
6643     - emi driver(cfi support)
6644
6645     Signed-off-by: Vipin <vipin.kumar@st.com>
6646
6647 commit 4bfacad4e796f2e121ee7432705ecc9c61e7b6ca
6648 Author: Vipin KUMAR <vipin.kumar@st.com>
6649 Date:   Fri Jan 15 19:15:51 2010 +0530
6650
6651     SPEAr : emi controller initialization for CFI driver support
6652
6653     SPEAr310 and SPEAr320 SoCs contain an EMI controller to interface
6654     Paraller NOR flashes. This patch adds the support for this IP
6655
6656     The standard CFI driver is used to interface with NOR flashes
6657
6658     Signed-off-by: Vipin <vipin.kumar@st.com>
6659
6660 commit 7e074158ce239380259c5fc97e87be2896169973
6661 Author: Vipin KUMAR <vipin.kumar@st.com>
6662 Date:   Fri Jan 15 19:15:50 2010 +0530
6663
6664     SPEAr : Support added for SPEAr300 board
6665
6666     SPEAr300 SoC support contains basic spear300 support along with the
6667     usage of following drivers
6668     - serial driver(UART)
6669     - i2c driver
6670     - smi driver
6671     - nand driver(FSMC)
6672     - usbd driver
6673
6674     Signed-off-by: Vipin <vipin.kumar@st.com>
6675
6676 commit f92994f0f7403b84366ce04e554e461f624e6868
6677 Author: Vipin KUMAR <vipin.kumar@st.com>
6678 Date:   Fri Jan 15 19:15:49 2010 +0530
6679
6680     SPEAr : Support for HW mac id read/write from i2c mem
6681
6682     This patch adds the  support to read and write mac id from i2c
6683     memory.
6684     For reading:
6685         if (env contains ethaddr)
6686                 pick env ethaddr
6687         else
6688                 pick ethaddr from i2c memory
6689     For writing:
6690         chip_config ethaddr XX:XX:XX:XX:XX:XX writes the mac id
6691         in i2c memory
6692
6693     Signed-off-by: Vipin <vipin.kumar@st.com>
6694
6695 commit 566c9c16fe4e501c3193ae6605bc9c663c6ea706
6696 Author: Vipin KUMAR <vipin.kumar@st.com>
6697 Date:   Fri Jan 15 19:15:48 2010 +0530
6698
6699     SPEAr : Support added for SPEAr600 board
6700
6701     SPEAr600 SoC support contains basic spear600 support along with the
6702     usage of following drivers
6703     - serial driver(UART)
6704     - i2c driver
6705     - smi driver
6706     - nand driver(FSMC)
6707     - usbd driver
6708
6709     Signed-off-by: Vipin <vipin.kumar@st.com>
6710
6711 commit 62db1c0d79f1fd75961eec81edc8c0a1bc1f09a6
6712 Author: Vipin KUMAR <vipin.kumar@st.com>
6713 Date:   Fri Jan 15 19:15:47 2010 +0530
6714
6715     SPEAr : usbd driver support for SPEAr SoCs
6716
6717     SPEAr SoCs contain a synopsys usb device controller.
6718     USB Device IP can work in 2 modes
6719     - DMA mode
6720     - Slave mode
6721
6722     The driver adds support only for slave mode operation of usb
6723     device IP. This driver is used along with standard USBTTY
6724     driver to obtain a tty interface over USB on the host
6725
6726     Signed-off-by: Vipin <vipin.kumar@st.com>
6727
6728 commit 165fa406ad8c39c0c32a31476a8a9bda3db72851
6729 Author: Vipin KUMAR <vipin.kumar@st.com>
6730 Date:   Fri Jan 15 19:15:46 2010 +0530
6731
6732     SPEAr : nand driver support for SPEAr SoCs
6733
6734     SPEAr SoCs contain an FSMC controller which can be used to interface
6735     with a range of memories eg. NAND, SRAM, NOR.
6736     Currently, this driver supports interfacing FSMC with NAND memories
6737
6738     Signed-off-by: Vipin <vipin.kumar@st.com>
6739
6740 commit a6e34f76c51c8514f1b691fc60394f09ae4fb2ff
6741 Author: Vipin KUMAR <vipin.kumar@st.com>
6742 Date:   Fri Jan 15 19:15:45 2010 +0530
6743
6744     SPEAr : smi driver support for SPEAr SoCs
6745
6746     SPEAr SoCs contain a serial memory interface controller. This
6747     controller is used to interface with spi based memories.
6748     This patch adds the driver for this IP.
6749
6750     Signed-off-by: Vipin <vipin.kumar@st.com>
6751
6752 commit 2403f8f417b1b94701bb5949903d701f1f414a42
6753 Author: Vipin KUMAR <vipin.kumar@st.com>
6754 Date:   Fri Jan 15 19:15:44 2010 +0530
6755
6756     SPEAr : i2c driver support added for SPEAr SoCs
6757
6758     SPEAr SoCs contain a synopsys i2c controller.
6759     This patch adds the driver for this IP.
6760
6761     Signed-off-by: Vipin <vipin.kumar@st.com>
6762
6763 commit 81c0ebf623ddbb6a4da8e051441c83e99a01b00b
6764 Author: Vipin KUMAR <vipin.kumar@st.com>
6765 Date:   Fri Jan 15 19:15:43 2010 +0530
6766
6767     SPEAr : Adding basic SPEAr architecture support.
6768
6769     SPEAr Architecture support added. It contains the support for
6770     following SPEAr blocks
6771     - Timer
6772     - System controller
6773     - Misc registers
6774
6775     Signed-off-by: Vipin <vipin.kumar@st.com>
6776
6777 commit 6fffcdf8c869a3d8436be8eff6428d8121aa76e6
6778 Author: Vipin KUMAR <vipin.kumar@st.com>
6779 Date:   Fri Jan 15 19:15:42 2010 +0530
6780
6781     SPEAr : Adding README.spear in doc
6782
6783     README.spear contains information about SPEAr architecture and
6784     build options etc
6785
6786     Signed-off-by: Vipin <vipin.kumar@st.com>
6787
6788 commit e4c43c20b87d5c9a7ac3b5250ca009311c62945c
6789 Author: Tom Rix <Tom.Rix@windriver.com>
6790 Date:   Wed Jan 20 18:00:28 2010 -0600
6791
6792     ARM Update mach-types
6793
6794     Fetched from http://www.arm.linux.org.uk/developer/machines/download.php
6795     And built with
6796
6797     repo http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm
6798     commit 2045124ffd1a5e46d157349016a2c50f19c8c91d
6799
6800     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
6801
6802 commit bfb6d510e9acbec97e4e1cc855ec1269538689f8
6803 Author: Prafulla Wadaskar <prafulla@marvell.com>
6804 Date:   Mon Nov 16 18:29:25 2009 +0530
6805
6806     Kirkwood: Makefile cleanup- fixed ordering (cosmetic change)
6807
6808     As per coding guidlines, it is good to maintain proper ordering
6809     in the makefiles.
6810     This was missed during initial coding, corrected here.
6811
6812     This was discovered during orion5x code review
6813     Thanks to Albert Aribaud for this.
6814
6815     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
6816
6817 commit beca04dd2446fc9ec46ca17163dadb7f82420e7c
6818 Author: Prafulla Wadaskar <prafulla@marvell.com>
6819 Date:   Thu Dec 24 02:55:23 2009 +0530
6820
6821     Kirkwood: Upgated licencing for files imported from linux source to GPLv2 or later
6822
6823     These are few files directly imported from Linux kernel source.
6824     Those are not modifyed at all ar per strategy.
6825     These files contains source with GPLv2 only
6826     whereas u-boot expects GPLv2 or latter
6827
6828     These files are updated for the same from prior permission from original writes
6829
6830     Acked-by: Nicolas Pitre <nico@marvell.com>
6831     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
6832
6833 commit d8e5f55475e621e793a15d93e2dd2549c5138735
6834 Author: Minkyu Kang <mk7.kang@samsung.com>
6835 Date:   Fri Dec 18 15:03:51 2009 +0900
6836
6837     s5pc1xx: update cache routines
6838
6839     Because of v7_flush_dcache_all is moved to omap3/cache.S
6840     and s5pc110 needs cache routines, update s5pc1xx cache routines.
6841
6842     l2_cache_enable and l2_caceh_disable are moved from cache.c to cache.S
6843     and invalidate_dcache is modified for SoC specific.
6844
6845     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
6846
6847 commit 17ef9104ae11220979e1870f22dcaf535d9baacf
6848 Author: Seunghyeon Rhee <seunghyeon@lpmtec.com>
6849 Date:   Thu Dec 3 09:41:49 2009 +0900
6850
6851     samsung: fix DMC1_MEM_CFG for s3c64xx
6852
6853     The MSB of DMC1_MEM_CFG can be set to '1' for separate CKE control
6854     for S3C6400. In the configuration of SMDK6400, however, two 16-bit
6855     mDDR (SAMSUNG K4X51163) chips are used in parallel to form 32-bit
6856     memory bus and there is no need to control CKE for each chip
6857     separately. AFAIK, CKE1 is not at all connected. Only CKE0 is
6858     used. Futhermore, it should be '0' always for S3C6410. When tested
6859     with a board which has a S3C6410 and the same memory configuration,
6860     a side effect is observed that u-boot command "reset" doesn't work
6861     leading to system hang. Leaving the bit clear is safe in most cases.
6862
6863     Signed-off-by: Seunghyeon Rhee <seunghyeon@lpmtec.com>
6864     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
6865
6866 commit 9998b1366e7e42089c3f579b4d1d790d3c295387
6867 Author: Stefan Roese <sr@denx.de>
6868 Date:   Thu Jan 21 11:37:31 2010 +0100
6869
6870     ppc4xx: Kilauea: Add CPLD version detection and EBC reconfiguration
6871
6872     A newer CPLD version on the 405EX evaluation board requires a different
6873     EBC controller setup for the CPLD register access. This patch adds a CPLD
6874     version detection for Kilauea and code to reconfigure the EBC controller
6875     (chip select 2) for the old CPLD if no new version is found.
6876
6877     Additionally the CPLD version is printed upon bootup:
6878
6879     Board: Kilauea - AMCC PPC405EX Evaluation Board (CPLD rev. 0)
6880
6881     Signed-off-by: Stefan Roese <sr@denx.de>
6882     Acked-by: Wolfgang Denk <wd@denx.de>
6883     Cc: Zhang Bao Quan <bqzhang@udtech.com.cn>
6884
6885 commit 97c9f29008579f56c3fb86785f29f04dd4f47f94
6886 Author: Felix Radensky <felix@embedded-sol.com>
6887 Date:   Sat Jan 23 01:35:24 2010 +0200
6888
6889     ppc4xx: Fix sending type 1 PCI transactions
6890
6891     The list of 4xx SoCs that should send type 1 PCI transactions
6892     is not defined correctly. As a result PCI-PCI bridges and devices
6893     behind them are not identified. The following 4xx variants should
6894     send type 1 transactions: 440GX, 440GP, 440SP, 440SPE, 460EX and 460GT.
6895
6896     Signed-off-by: Felix Radensky <felix@embedded-sol.com>
6897     Signed-off-by: Stefan Roese <sr@denx.de>
6898
6899 commit 57ae8a5cced612088104303777e71a3dc89c00ef
6900 Author: Detlev Zundel <dzu@denx.de>
6901 Date:   Thu Jan 21 17:55:58 2010 +0100
6902
6903     mpc512x: Use in/out accessors for all registers
6904
6905     This is not only a cosmetic change as it fixes the real bug of board
6906     reset not working with the ELDK 4.2 toolchain.
6907
6908     Signed-off-by: Detlev Zundel <dzu@denx.de>
6909
6910 commit c7c0d542a199089cf658a7c23c314a5cff248b00
6911 Author: Mike Frysinger <vapier@gentoo.org>
6912 Date:   Thu Jan 21 04:03:22 2010 -0500
6913
6914     tools: allow people to compile w/out configuring
6915
6916     It's useful to be able to build up the host tools without having to select
6917     a board first.  Pretty much all tools in there are config-independent
6918     anyways.
6919
6920     Also add a shortcut "tools-all" to quickly build all host tools that are
6921     actually config-independent to allow for simple test builds.
6922
6923     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6924
6925 commit c5a028f085020b60040a2b42966f29b25bd6ee8e
6926 Author: Mike Frysinger <vapier@gentoo.org>
6927 Date:   Thu Jan 21 04:03:21 2010 -0500
6928
6929     ubsha1: drop unnecessary includes/prototypes
6930
6931     This code doesn't use any config.h defines, and the sha1.h header already
6932     declares a sha1_csum prototype.
6933
6934     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6935
6936 commit 5daa1c18b6a6877b0619a8dbaad0afd783f79e4f
6937 Author: Mike Frysinger <vapier@gentoo.org>
6938 Date:   Thu Jan 21 04:03:20 2010 -0500
6939
6940     image.h: avoid command.h for host tools
6941
6942     The u-boot command structures don't get used with host systems, so don't
6943     bother including it when building host code.  This avoids an implicit need
6944     on config.h in the process.
6945
6946     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6947
6948 commit 34be10651704709dfb35f9c57013f02d47cced09
6949 Author: Matthias Weisser <weisserm@arcor.de>
6950 Date:   Mon Jan 18 10:58:13 2010 +0100
6951
6952     Removing Atmel from ARM926EJ-S Systems
6953
6954     Signed-off-by: Matthias Weisser <weisserm@arcor.de>
6955
6956 commit a16028da63c78001823bfb375b3f6d9d86e5a534
6957 Author: Mike Frysinger <vapier@gentoo.org>
6958 Date:   Tue Nov 3 11:35:59 2009 -0500
6959
6960     lmb: only force on arches that use it
6961
6962     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6963
6964 commit dac4d7e8849d275023ea2fcae6caf941db91c042
6965 Author: Mike Frysinger <vapier@gentoo.org>
6966 Date:   Sun Jan 17 21:08:00 2010 -0500
6967
6968     sha1: add dedicated config option
6969
6970     The sha1 code is currently compiled for everyone, but in reality, it's
6971     only used by the FIT code.  So make it optional just like MD5.
6972
6973     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6974
6975 commit 33c8c664239f6665b228145d7e5adfa238a300bc
6976 Author: Felix Radensky <felix@embedded-sol.com>
6977 Date:   Tue Jan 19 21:19:06 2010 +0200
6978
6979     ppc4xx: Allow setting a single SPD EEPROM address for DDR2 DIMMs
6980
6981     On platforms where SPD EEPROM and another EEPROM have adjacent
6982     I2C addresses SPD_EEPROM_ADDRESS should be defined as a single
6983     element array, otherwise DDR2 setup code would fail with the
6984     following error:
6985
6986     ERROR: Unknown DIMM detected in slot 1
6987
6988     However, fixing SPD_EEPROM_ADDRESS would result in another
6989     error:
6990
6991     ERROR: DIMM's DDR1 and DDR2 type can not be mixed.
6992
6993     This happens because initdram() routine does not explicitly
6994     initialize dimm_populated array. This patch fixes the problem.
6995
6996     Signed-off-by: Felix Radensky <felix@embedded-sol.com>
6997     Signed-off-by: Stefan Roese <sr@denx.de>
6998
6999 commit d98964aaacc5c54cf7d67bb1e5128ed067086dd7
7000 Author: Felix Radensky <felix@embedded-sol.com>
7001 Date:   Tue Jan 19 17:37:13 2010 +0200
7002
7003     ppc4xx: Fix reporting of bootstrap options G and F on 460EX/GT
7004
7005     Bootstrap options G and F are reported incorrectly (G instead
7006     of F and vice versa). This patch fixes this.
7007
7008     Signed-off-by: Felix Radensky <felix@embedded-sol.com>
7009     Signed-off-by: Stefan Roese <sr@denx.de>
7010
7011 commit 19c292999732996e071caa0782eeef0ce0a60ac0
7012 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
7013 Date:   Wed Jan 20 21:07:00 2010 +0900
7014
7015     MIPS: qemu_mips: Import asm/unaligned.h from the Linux kernel
7016
7017     with a few adjustments for U-Boot.  This fixes the following build error:
7018
7019     make -C lib_generic/
7020     zlib.c:31:27: error: asm/unaligned.h: No such file or directory
7021     zlib.c: In function 'inflate_fast':
7022     zlib.c:641: warning: implicit declaration of function 'get_unaligned'
7023     make[1]: *** [zlib.o] Error 1
7024     make[1]: Leaving directory `/home/skuribay/git/u-boot.git/lib_generic'
7025     make: *** [lib_generic/libgeneric.a] Error 2
7026
7027     Reported-by: Himanshu Chauhan <himanshu@symmetricore.com>
7028     Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
7029
7030 commit 38a8b3eafb17d61690e5fc93e6dc45120f79d7d0
7031 Author: Magnus Lilja <lilja.magnus@gmail.com>
7032 Date:   Sun Jan 17 17:46:11 2010 +0100
7033
7034     MX31: Activate NAND environment on i.MX31 PDK board.
7035
7036     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
7037
7038 commit c4832dffff20519e72879a8da010174ac0526141
7039 Author: Magnus Lilja <lilja.magnus@gmail.com>
7040 Date:   Sun Jan 17 17:46:10 2010 +0100
7041
7042     MXC: Add large page oob layout for i.MX31 NAND controller.
7043
7044     Import the large page oob layout from Linux mxc_nand.c driver.
7045
7046     The CONFIG_SYS_NAND_LARGEPAGE option is used to activate
7047     the large page oob layout. Run time detection is not supported
7048     as this moment.
7049
7050     This has been tested on the i.MX31 PDK board with a large
7051     page NAND device.
7052
7053     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
7054
7055 commit f6a9748e3261fdccdeb78a2b58e6ad538ba54496
7056 Author: Magnus Lilja <lilja.magnus@gmail.com>
7057 Date:   Wed Nov 11 20:18:43 2009 +0100
7058
7059     mxc_nand: Update driver to work with i.MX31.
7060
7061     Tested on i.MX31 Litekit.
7062
7063     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
7064
7065 commit c816dcb118e26ba17e7d73989514fec08a3823ac
7066 Author: Magnus Lilja <lilja.magnus@gmail.com>
7067 Date:   Wed Nov 11 20:18:42 2009 +0100
7068
7069     MX31: Add struct definition for clock control module in i.MX31.
7070
7071     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
7072
7073 commit 50ef25ef24eccd8e69d2c1ccc97b3f7e30109f51
7074 Author: Michal Simek <monstr@monstr.eu>
7075 Date:   Tue Jan 19 12:03:25 2010 +0100
7076
7077     microblaze: zlib needs asm/unaligned.h
7078
7079     Microblaze has own hw unaligned handler if is available.
7080     Use big endian version.
7081
7082     Signed-off-by: Michal Simek <monstr@monstr.eu>
7083
7084 commit 5b8b83bce6fdd0d2ca661de90ae83a0f8b152de6
7085 Author: Michal Simek <monstr@monstr.eu>
7086 Date:   Tue Jan 19 12:03:24 2010 +0100
7087
7088     microblaze: Remove getenv_IPaddr prototype
7089
7090     Commit 6a45e384955262882375a2785426dc65aeb636c4
7091     should remove reference from Microblaze too.
7092
7093     Signed-off-by: Michal Simek <monstr@monstr.eu>
7094
7095 commit b9e6957ca15be8466190794d6d87845491b3411b
7096 Author: Alessandro Rubini <rubini@unipv.it>
7097 Date:   Mon Jan 18 22:38:38 2010 +0100
7098
7099     MAINTAINERS: fix nhk8815 board name
7100
7101     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
7102
7103 commit b40e2320c440c5082020e5036a0cb8d4ed1b3d7d
7104 Author: Ben Warren <biggerbadderben@gmail.com>
7105 Date:   Mon Jan 18 11:35:31 2010 -0800
7106
7107     Fix breakage in SMC EEPROM standalone applications
7108
7109     Commit 6a45e384955262882375a2785426dc65aeb636c4 (Make getenv_IPaddr() global)
7110     inadvertently added ' #include "net.h" ' to the standalone programs, creating
7111     duplicate definitions of 'struct eth_device'.  This patch removes the local
7112     definitions and removes other code that breaks due to the change in definition.
7113
7114     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7115     Acked-by: Mike Frysinger <vapier@gentoo.org>
7116
7117 commit 2a9987935e3cdb61e7550c87cbc9f500a54f672d
7118 Author: Daniel Hobi <daniel.hobi@schmid-telecom.ch>
7119 Date:   Mon Jan 18 18:13:39 2010 +0100
7120
7121     Makefile: fix parallel build
7122
7123     During parallel build, the top Makefile spawns multiple sub-makes for
7124     targets in cpu/$(CPU) and $(dir $(LDSCRIPT)). If the .depend files are
7125     not present in these directories, the sub-makes may end up generating
7126     these files simultaneously which leads to corrupted content.
7127
7128     A typical error message is:
7129
7130     .depend:39: *** multiple target patterns.  Stop.
7131
7132     This patch serializes the creation of .depend in cpu/$(CPU) and
7133     $(dir $(LDSCRIPT)) by adding these directories to the depend target
7134     in the top Makefile.
7135
7136     Other directories in $(LIBS) are not affected since they contain only
7137     one Make target and thus only one sub-make is spawned per directory.
7138
7139     Signed-off-by: Daniel Hobi <daniel.hobi@schmid-telecom.ch>
7140     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7141
7142 commit f19fd87e9387282b5abbfdafe46ac272320643d8
7143 Author: Robin Getz <robin.getz@analog.com>
7144 Date:   Mon Dec 21 16:35:48 2009 -0500
7145
7146     Blackfin: add support for kgdb
7147
7148     Signed-off-by: Robin Getz <robin.getz@analog.com>
7149     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7150
7151 commit 3869453f659c22396fecb7c8ed7af909e89f461c
7152 Author: Robin Getz <robin.getz@analog.com>
7153 Date:   Mon Dec 21 17:55:22 2009 -0500
7154
7155     asm-generic/signal.h: import from linux
7156
7157     We need signal.h for Blackfin/KGDB, so import the asm-generic/signal.h
7158     for people to leverage.
7159
7160     Signed-off-by: Robin Getz <robin.getz@analog.com>
7161     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7162
7163 commit 88ffb2665cd066b6b20cfaade13929d4e8428dde
7164 Author: Heiko Schocher <hs@denx.de>
7165 Date:   Thu Jan 7 08:55:54 2010 +0100
7166
7167     CRAMFS: support cramfs in RAM
7168
7169     cramfsls and cramfsload are added to the command list.
7170     A cramfs placed at 'cramfs_addr' can the be listed with 'cramfsls' and files
7171     can be loaded with 'cramfsload'. 'cramfs_addr' is an environment variable
7172     specifying the address the cramfs is located.
7173     This works for powerpc and for ARM.
7174
7175     Use CONFIG_CMD_CRAMFS.
7176
7177     Signed-off-by: Andreas Huber <andreas.huber@keymile.com>
7178     Signed-off-by: Heiko Schocher <hs@denx.de>
7179
7180 commit 4897ee33c98b4b29efd62854052eb7862380b5ae
7181 Author: Heiko Schocher <hs@denx.de>
7182 Date:   Thu Jan 7 08:55:50 2010 +0100
7183
7184     powerpc: keymile boards updates
7185
7186     - malloc size 4 MB for all keymile boards
7187     - use generic FDT code for fixing up the DTS
7188     - enable unit-led at startup for keymile boards
7189     - remove some dts updates for keymile boards
7190     - ppc_83xx, kmeter1: take FE/GbE PHYs out of reset
7191     - ppc_83xx, kmeter1: change from Intel Strata to Spansion 64MB flash
7192       changed from Intel Strata to Spansion 64MB flash and changed flash layout.
7193     +---------+----------+-----------------------+-----------------------------+
7194     | name    | size     | range                 | description                 |
7195     +---------+----------+-----------------------+-----------------------------+
7196     | u-boot  |   768 KB | 0xf0000000-0xf00bffff | for u-boot                  |
7197     | env     |   128 KB | 0xf00c0000-0xf00dffff | for environment             |
7198     | envred  |   128 KB | 0xf00e0000-0xf00fffff | for environment (redundant) |
7199     | ubi0    | 64512 KB | 0xf0100000-0xf3ffffff | ubi0 for ubi volumes        |
7200     +---------+----------+-----------------------+-----------------------------+
7201
7202     Signed-off-by: Heiko Schocher <hs@denx.de>
7203
7204 commit 1567b596d9f4a7ff49ebdca29e15a33777dfd670
7205 Author: Heiko Schocher <hs@denx.de>
7206 Date:   Thu Jan 7 08:55:44 2010 +0100
7207
7208     env, eeprom: add redundant environment support
7209
7210     Add redundant environment support for environment lying on a EEPROM.
7211
7212     Tested on uppcoming suen3 support
7213
7214     Signed-off-by: Andreas Huber <andreas.huber@keymile.com>
7215
7216 commit 548738b4d43af841ff58c787bce297ac6a8bf7d1
7217 Author: Heiko Schocher <hs@denx.de>
7218 Date:   Thu Jan 7 08:55:40 2010 +0100
7219
7220     cmd_eeprom: I2C updates
7221
7222     - CONFIG_ENV_EEPROM_IS_ON_I2C
7223       define this, if you have I2C and SPI activated, and your
7224       EEPROM, which holds the environment, is on the I2C bus.
7225
7226     - CONFIG_I2C_ENV_EEPROM_BUS
7227       if you have an Environment on an EEPROM reached over
7228       I2C muxes, you can now define, how to reach this
7229       EEPROM.
7230
7231     Signed-off-by: Heiko Schocher <hs@denx.de>
7232
7233 commit b63815e31355b44e65899b361da1d8ef6940ab90
7234 Author: Matthias Kaehlcke <matthias@kaehlcke.net>
7235 Date:   Tue Dec 22 23:05:45 2009 +0100
7236
7237     move definition of macros likely and unlikely to compiler.h
7238
7239     the macros likely and unlikely were defined in include/linux/mtd/compat.h,
7240     but used in code not related to MTD. moved the macro definitions to compiler.h
7241
7242     Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
7243
7244 commit c3d7eec6d88945dec0626cdd4f4a35cb5f83ef00
7245 Author: Detlev Zundel <dzu@denx.de>
7246 Date:   Tue Dec 22 12:43:02 2009 +0100
7247
7248     cmd_bootm.c: Change interpretation of standalone image parameters.
7249
7250     Current code uses the second argument to bootm for standalone images to
7251     override the load address specified in the image instead of passing all
7252     parameters as is to the application.  This behaviour is not documented
7253     and not in line with how the go command works for standalone applications,
7254     so we simply drop it.
7255
7256     Signed-off-by: Detlev Zundel <dzu@denx.de>
7257
7258 commit 8b828a8f44b7ee9953c7ba63e64b1e80790139b3
7259 Author: Detlev Zundel <dzu@denx.de>
7260 Date:   Tue Dec 22 12:43:01 2009 +0100
7261
7262     cmd_bootm.c: Do not load a ramdisk when not booting a kernel.
7263
7264     In case we boot an image marked as 'standalone' and 'linux', the current
7265     code erroneously tried to load a ramdisk.
7266
7267     Signed-off-by: Detlev Zundel <dzu@denx.de>
7268
7269 commit 16035bcd8c81c3c59dddfb54f48e8059a623b13c
7270 Author: Robin Getz <robin.getz@analog.com>
7271 Date:   Mon Dec 21 18:40:44 2009 -0500
7272
7273     kgdb: update mem2hex/hex2mem funcs
7274
7275     Convert the funcs to do the conversion inline so that we can do the copy
7276     all at once with memcpy.  This let's us push out an weird arch-specific
7277     issue with accessing different regions of memory to the memcpy function
7278     like the MMRs on Blackfin systems, and it should be a bit faster.
7279
7280     Signed-off-by: Robin Getz <robin.getz@analog.com>
7281     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7282
7283 commit cbb0cab1d929839d1cf170b54b1fef05896433ea
7284 Author: Mike Frysinger <vapier@gentoo.org>
7285 Date:   Mon Dec 21 18:40:43 2009 -0500
7286
7287     kgdb: drop duplicate debugger_exception_handler
7288
7289     The debugger_exception_handler definition is the same for everyone, so use
7290     the common one now.
7291
7292     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7293
7294 commit 0c909551f88c0d92a919ff70127df7b33cdd473d
7295 Author: Robin Getz <robin.getz@analog.com>
7296 Date:   Mon Dec 21 18:40:42 2009 -0500
7297
7298     kgdb: add default generic stubs
7299
7300     The default kgdb functions can be implemented with common U-Boot functions,
7301     so rather than force everyone to copy & paste these things, create a set of
7302     weak stubs.
7303
7304     Signed-off-by: Robin Getz <robin.getz@analog.com>
7305     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7306
7307 commit fa2744de6584c92750f807a006e20a59ee046e76
7308 Author: Mike Frysinger <vapier@gentoo.org>
7309 Date:   Mon Dec 21 14:19:12 2009 -0500
7310
7311     netconsole: mark local funcs with static
7312
7313     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7314
7315 commit 7293e0577f149b75595b6f6ceb75bf50a523aff6
7316 Author: Michael Hennerich <michael.hennerich@analog.com>
7317 Date:   Sat Dec 19 08:19:09 2009 -0500
7318
7319     easylogo: add support for 16-bit RGB565
7320
7321     Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
7322     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7323
7324 commit 0f597bc2a80353bcd0fd4daf42e2047c959485c8
7325 Author: Detlev Zundel <dzu@denx.de>
7326 Date:   Fri Dec 18 17:35:57 2009 +0100
7327
7328     mpc5xxx/cpu_init.c: Convert to IO accessors.
7329
7330     Signed-off-by: Detlev Zundel <dzu@denx.de>
7331
7332 commit 18e89890625c86be6c971c01b824d14bbdd78e25
7333 Author: Detlev Zundel <dzu@denx.de>
7334 Date:   Fri Dec 18 17:35:56 2009 +0100
7335
7336     mpc5xxx.h: Add structure definition for XLB arbiter block.
7337
7338     Signed-off-by: Detlev Zundel <dzu@denx.de>
7339
7340 commit 10c32ff59f7abe352b548066918bc5ea39e7c47b
7341 Author: Mike Frysinger <vapier@gentoo.org>
7342 Date:   Wed Dec 2 21:15:03 2009 -0500
7343
7344     config_defaults.h: new header for common u-boot config defaults
7345
7346     There are a bunch of features in U-Boot that we want to enable by default,
7347     and it's best if we centralize them in one place rather than updating all
7348     the board files out there.
7349
7350     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7351
7352 commit 64917ca38933d10b3763f61df7a1e58e1e127b52
7353 Author: Peter Tyser <ptyser@xes-inc.com>
7354 Date:   Sun Jan 17 15:38:26 2010 -0600
7355
7356     PCIe, USB: Replace 'end point' references with 'endpoint'
7357
7358     When referring to PCIe and USB 'endpoint' is the standard naming
7359     convention.
7360
7361     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
7362     Acked-by: Stefan Roese <sr@denx.de>
7363     Acked-by: Remy Bohmer <linux@bohmer.net>
7364
7365 commit 6a45e384955262882375a2785426dc65aeb636c4
7366 Author: Dirk Behme <dirk.behme@googlemail.com>
7367 Date:   Sun Jan 3 08:33:58 2010 +0100
7368
7369     Make getenv_IPaddr() global
7370
7371     There are boards out there that do not have network support in
7372     U-Boot (CONFIG_CMD_NET not set), but they do so in Linux. This
7373     makes it desirable to be able to port network configuration (like
7374     the IP address) to the Linux kernel.
7375
7376     We should not make the passing of the IP configuration to Linux
7377     dependent on U-Boot features / settings.
7378
7379     For this, make getenv_IPaddr() global. This fixes build error
7380
7381     u-boot/lib_xxx/board.c:360: undefined reference to `getenv_IPaddr'
7382
7383     on various architectures.
7384
7385     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
7386     Acked-by: Ben Warren <biggerbadderben@gmail.com>
7387
7388 commit 846a6391e4bc9fdd721753a1021953ff0ca17c27
7389 Author: Mike Frysinger <vapier@gentoo.org>
7390 Date:   Fri Jan 15 04:50:40 2010 -0500
7391
7392     Blackfin: drop .eh_frame from linker script
7393
7394     Nothing in U-Boot uses runtime C++ exceptions/unwinding, so there is no
7395     need to list this section.
7396
7397     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7398
7399 commit ed912d4d659e67910edca04498803db24d826615
7400 Author: Mike Frysinger <vapier@gentoo.org>
7401 Date:   Fri Jan 15 04:47:06 2010 -0500
7402
7403     Blackfin: use sort funcs in the linker script
7404
7405     This is just Blackfin catching up with every one else.
7406
7407     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7408
7409 commit 2aeda2d054bb32027bed33d9c3a63d152164b5e0
7410 Author: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>
7411 Date:   Wed Jan 13 09:04:53 2010 -0500
7412
7413     Blackfin: tcm-bf518: new board port
7414
7415     Signed-off-by: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>
7416     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7417
7418 commit c46a0ebf82d3fd27dd21ad7d4fe7f11c2b2b0b21
7419 Author: Mike Frysinger <vapier@gentoo.org>
7420 Date:   Fri Jan 8 07:56:17 2010 -0500
7421
7422     Blackfin: enable JFFS summary support for ADI boards
7423
7424     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7425
7426 commit 912da8d606997822d44905b83ef47799a130a1b9
7427 Author: Mike Frysinger <vapier@gentoo.org>
7428 Date:   Fri Jan 8 06:14:13 2010 -0500
7429
7430     Blackfin: bf518f-ezbrd: increase monitor length
7431
7432     The addition of KGDB overflowed the current linker section.
7433
7434     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7435
7436 commit 03642aeee0d51660c35c9dbdde78882eb3efb350
7437 Author: Robin Getz <robin.getz@analog.com>
7438 Date:   Mon Dec 21 17:02:48 2009 -0500
7439
7440     Blackfin: handle anomaly 05000257
7441
7442     Need to reload the loop counters to keep from corrupting hardware loops.
7443
7444     Signed-off-by: Robin Getz <robin.getz@analog.com>
7445     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7446
7447 commit b6db2834407d49ec48ac8e9281fdd704d5ee3eba
7448 Author: Robin Getz <robin.getz@analog.com>
7449 Date:   Mon Dec 21 16:59:21 2009 -0500
7450
7451     Blackfin: keep hwtrace on CPLB miss
7452
7453     Crashes rarely happen in the CPLB miss handler compared to the rest of
7454     U-Boot code, so disable hardware tracing when processing misses.  This
7455     way a crash due to other functions will be shown properly.
7456
7457     Signed-off-by: Robin Getz <robin.getz@analog.com>
7458     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7459
7460 commit 0097870e3d72f10ec58ae22488945fd9ee37289f
7461 Author: Robin Getz <robin.getz@analog.com>
7462 Date:   Mon Dec 21 15:31:08 2009 -0500
7463
7464     Blackfin: add a netconsole helper
7465
7466     Signed-off-by: Robin Getz <robin.getz@analog.com>
7467     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7468
7469 commit 10eafa10be2deaba4939d0c19cd21648f2d3d4aa
7470 Author: Michael Hennerich <michael.hennerich@analog.com>
7471 Date:   Thu Dec 10 09:19:21 2009 +0000
7472
7473     Blackfin: add support for BF527-EZKIT v2.1
7474
7475     The new board revision has a different LCD.
7476
7477     Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
7478     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7479
7480 commit 9442c4a1337dbcf82e3bc02a12e24f491e0e6122
7481 Author: Cliff Cai <cliff.cai@analog.com>
7482 Date:   Tue Dec 8 07:25:57 2009 +0000
7483
7484     Blackfin: bf527-ezkit/bf548-ezkit: add musb board specific initialization
7485
7486     Signed-off-by: Cliff Cai <cliff.cai@analog.com>
7487     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7488
7489 commit 581d92eefc1a060ea5c6eb42028880a37095953d
7490 Author: Cliff Cai <cliff.cai@analog.com>
7491 Date:   Mon Dec 7 08:03:06 2009 +0000
7492
7493     Blackfin: bfin_spi: round up clock divider
7494
7495     If the requested clock cannot be exactly obtained, round it up so that we
7496     err on the side of slightly slower rather than slightly faster.
7497
7498     Signed-off-by: Cliff Cai <cliff.cai@analog.com>
7499     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7500
7501 commit a52ad4f99486ce3f404f83f75263e321956bb6d5
7502 Author: Mike Frysinger <vapier@gentoo.org>
7503 Date:   Mon Nov 30 13:51:24 2009 -0500
7504
7505     Blackfin: pull io funcs from linux
7506
7507     Some common code uses more of the io.h funcs than we currently provide, so
7508     pull in all of the ones from the linux kernel.
7509
7510     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7511
7512 commit 5eefe7e99537ca3641496185f23b1dc9e76b405c
7513 Author: Mike Frysinger <vapier@gentoo.org>
7514 Date:   Mon Nov 30 13:34:07 2009 -0500
7515
7516     Blackfin: section off the CF/IDE io.h hacks
7517
7518     These need to be rethought, but until that happens, isolate the hack so
7519     that we can extend the common code without breaking things.
7520
7521     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7522
7523 commit 3b062da326f9b37d34aa8f80bf9d2f9e74f55c86
7524 Author: Mike Frysinger <vapier@gentoo.org>
7525 Date:   Mon Nov 30 13:30:18 2009 -0500
7526
7527     Blackfin: drop unused funcs from io.h
7528
7529     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7530
7531 commit 5f79644d2665763d522ef2db53c026c5f4865b02
7532 Author: Mike Frysinger <vapier@gentoo.org>
7533 Date:   Mon Nov 30 13:08:39 2009 -0500
7534
7535     Blackfin: bf533-stamp: split and cleanup CF/IDE code
7536
7537     Give the CF/IDE code its own file to keep things cleanly separated.  While
7538     we're here, clean up the code to use common functions.
7539
7540     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7541
7542 commit e54c8209913a3f26ae28819e3515df53ec2b4548
7543 Author: Cliff Cai <cliff.cai@analog.com>
7544 Date:   Fri Nov 20 08:24:43 2009 +0000
7545
7546     Blackfin: convert bfin_sdh to generic mmc
7547
7548     Signed-off-by: Cliff Cai <cliff.cai@analog.com>
7549     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7550
7551 commit 17ebd5bf3393144f3ead19384318a6e5b01c4f90
7552 Author: Cliff Cai <cliff.cai@analog.com>
7553 Date:   Tue Nov 17 09:36:21 2009 +0000
7554
7555     Blackfin: bfin_spi: let boards control idle value
7556
7557     Some SPI devices like to see high idle values rather than low.
7558
7559     Signed-off-by: Cliff Cai <cliff.cai@analog.com>
7560     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7561
7562 commit ea693f22d8dbd8a65867a60a7f3faac30f85d65b
7563 Author: Mike Frysinger <vapier@gentoo.org>
7564 Date:   Sat Nov 14 13:53:00 2009 -0500
7565
7566     Blackfin: asm/string.h: drop useless includes
7567
7568     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7569
7570 commit f948158f72e6b880d02e4fa549362e4dc285eb1c
7571 Author: Mike Frysinger <vapier@gentoo.org>
7572 Date:   Thu Nov 12 18:42:53 2009 -0500
7573
7574     Blackfin: use new bfin read/write mmr helper funcs
7575
7576     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7577
7578 commit 313e8aacc1c9f5ca06085fa19b1429fa18a01aaa
7579 Author: Mike Frysinger <vapier@gentoo.org>
7580 Date:   Thu Nov 12 18:42:07 2009 -0500
7581
7582     Blackfin: move watchdog config check to Makefile
7583
7584     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7585
7586 commit dc6bc645e0cc1939b31cc54346415cf8e0dffc88
7587 Author: Mike Frysinger <vapier@gentoo.org>
7588 Date:   Wed Nov 11 19:08:33 2009 -0500
7589
7590     Blackfin: fix L1 Instruction sizes on BF52x/BF54x
7591
7592     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7593
7594 commit b7659ef2e764f62fc334f0d970721496823e4888
7595 Author: Mike Frysinger <vapier@gentoo.org>
7596 Date:   Wed Nov 11 17:29:35 2009 -0500
7597
7598     Blackfin: bf527-ezkit: auto-select NAND settings
7599
7600     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7601
7602 commit 7527feef06b13e9fd5b6d10a4bfc81b59ee56f27
7603 Author: Mike Frysinger <vapier@gentoo.org>
7604 Date:   Mon Nov 9 19:38:23 2009 -0500
7605
7606     Blackfin: support boards with no external memory
7607
7608     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7609
7610 commit dbda2c65e5fec92d0791367b53042983746ce95b
7611 Author: Mike Frysinger <vapier@gentoo.org>
7612 Date:   Mon Nov 9 19:44:04 2009 -0500
7613
7614     Blackfin: re-architect initcode
7615
7616     The single initcode function was growing unwieldy, so split it up the
7617     distinct steps into their own function.  This should making digesting the
7618     result much easier on people.
7619
7620     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7621
7622 commit f5402d4c27e471c333cb84a82a437e60c6182449
7623 Author: Mike Frysinger <vapier@gentoo.org>
7624 Date:   Mon Nov 9 18:08:09 2009 -0500
7625
7626     Blackfin: global_data.h: make pull in needed headers
7627
7628     We need the definition of bd_t in this header, so pull in asm/u-boot.h.
7629
7630     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7631
7632 commit fa45bd498a1970574f4b7539b67cc2286f1324fa
7633 Author: Mike Frysinger <vapier@gentoo.org>
7634 Date:   Tue Nov 3 06:28:22 2009 -0500
7635
7636     Blackfin: kill off useless initdram() usage
7637
7638     While the initdram() function makes sense on some arches, it doesn't for
7639     Blackfin systems as it's always implemented the same way.
7640
7641     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7642
7643 commit b1e2c5519a06f9a5841a7a434bf4da4d393f8df5
7644 Author: Mike Frysinger <vapier@gentoo.org>
7645 Date:   Tue Nov 3 06:11:31 2009 -0500
7646
7647     Blackfin: move section length calculation to linker script
7648
7649     The length of the sections is fixed at link time, so let the linker do the
7650     calculation rather than doing it ourselves at runtime.
7651
7652     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7653
7654 commit 446707c90f52e5fcafecd468920cfad685ee9fc7
7655 Author: Valentin Yakovenkov <yakovenkov@niistt.ru>
7656 Date:   Mon Oct 26 18:43:04 2009 -0400
7657
7658     Blackfin: bf561-acvilon: new board port
7659
7660     Signed-off-by: Valentin Yakovenkov <yakovenkov@niistt.ru>
7661     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7662
7663 commit 16ada4f66ffea53662b7a61a5222cbc825d67175
7664 Author: Mike Frysinger <vapier@gentoo.org>
7665 Date:   Thu Oct 15 14:59:46 2009 -0400
7666
7667     Blackfin: ADI settings: enable silent console support
7668
7669     Very little additional code overhead, and only works when the user sets an
7670     env var ahead of time, so default to on makes sense.
7671
7672     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7673
7674 commit ac41c7a0e76fe6384949571373dc84a6098965ac
7675 Author: Mike Frysinger <vapier@gentoo.org>
7676 Date:   Thu Oct 15 14:55:21 2009 -0400
7677
7678     Blackfin: bf537-stamp: rename SPI/MMC define
7679
7680     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7681
7682 commit fd04a05b89d848c7841d8512751b8cce8b791e69
7683 Author: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>
7684 Date:   Wed Oct 14 08:37:32 2009 -0400
7685
7686     Blackfin: update tiny board settings (voltage/default env)
7687
7688     The tinyboards like to run at a little lower voltage than the default, and
7689     they prefer to boot over the network.  For the latter, extend the common
7690     code a little to make this easier.
7691
7692     Also fix the cm-bf527 env sector size while we're in here to reflect the
7693     flash that is actually in use.
7694
7695     Signed-off-by: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>
7696     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7697
7698 commit 76d82187c6cccbcd8d514015c3b283f05ee8ac5c
7699 Author: Mike Frysinger <vapier@gentoo.org>
7700 Date:   Tue Jul 21 22:17:36 2009 -0400
7701
7702     Blackfin: tweak embedded LDR env config option
7703
7704     Use the common config option for extracting the environment for embedding
7705     into LDR files and clarify the LDR-specific option.
7706
7707     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7708
7709 commit 2740544881f652566756815dda4da0bcd946e9de
7710 Author: Wolfgang Denk <wd@denx.de>
7711 Date:   Fri Jan 15 11:20:10 2010 +0100
7712
7713     malloc: return NULL if not initialized yet
7714
7715     When malloc() was called before it was properly initialized
7716     (as would happen if when used before relocation to RAM) it returned
7717     random, non-NULL values, which called all kinds of difficult to debug
7718     subsequent errors.
7719
7720     Make sure to return NULL when initialization was not done yet.
7721
7722     Signed-off-by: Wolfgang Denk <wd@denx.de>
7723
7724 commit f098337152ca48e135448f5e7836cce938e12bc0
7725 Author: Wolfgang Denk <wd@denx.de>
7726 Date:   Fri Jan 15 11:10:33 2010 +0100
7727
7728     JFFS2: drop support for LZARI compression mode
7729
7730     Support for LZARI compression mode was added based on a MTD CVS
7731     snapshot of March 13, 2005. However, fs/jffs2/compr_lzari.c contains
7732     contradictory licensing terms: the original copyright clause says "All
7733     rights reserved. Permission granted for non-commercial use.", but
7734     later reference to the file 'LICENCE' in the jffs2 directory was added
7735     which says GPL v2 or later.
7736
7737     As no boards ever used LZARI compression, and this file is also not
7738     present in recent MTD code, we resolve this conflict by removing the
7739     conflicting file and references to it.
7740
7741     Also copy the referenced but missing file 'LICENCE' from the current
7742     MTD source tree.
7743
7744     Signed-off-by: Wolfgang Denk <wd@denx.de>
7745
7746 commit 321790f61bb92fead0fc01b8d055aa331d8dcf85
7747 Author: Bryan Wu <bryan.wu@analog.com>
7748 Date:   Sat Jan 9 16:53:54 2010 -0500
7749
7750     usb: musb: add virtual root hub control support
7751
7752     For MUSB devices that do not support multipoint (hubs), we have to emulate
7753     a root hub so that we can support core operations like resetting ports.
7754
7755     Signed-off-by: Bryan Wu <bryan.wu@analog.com>
7756     Signed-off-by: Cliff Cai <cliff.cai@analog.com>
7757     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7758
7759 commit 559e2c87e45ae7261837d4945411c04833937d2a
7760 Author: Chris Zhang <chris@seamicro.com>
7761 Date:   Wed Jan 6 13:34:06 2010 -0800
7762
7763     Adds EHCI definitions to sequoia board configuration file.
7764
7765     Adds required definitions for EHCI support in sequoia configuration file.
7766     But still keeps the OHCI as default driver.
7767
7768     Signed-off-by: Chris Zhang <chris@seamicro.com>
7769
7770 commit 5f82887feecd7895593401f1ccda866bfb299fbb
7771 Author: Chris Zhang <chris@seamicro.com>
7772 Date:   Wed Jan 6 13:34:05 2010 -0800
7773
7774     Add ppc440epx USB ehci support.
7775
7776     Currently ppc440epx uses OHCI for USB full-speed support. This change adds
7777     support for EHCI.
7778
7779     Signed-off-by: Chris Zhang <chris@seamicro.com>
7780
7781 commit b416191a14770c6bcc6fd67be7decf8159b2baee
7782 Author: Chris Zhang <chris@seamicro.com>
7783 Date:   Wed Jan 6 13:34:04 2010 -0800
7784
7785     Fix EHCI port reset.
7786
7787     In USB ehci driver, the port reset is not terminated. EHCI spec says "A host
7788      controller must terminate the reset and stabilize the state of the port within
7789      2 milliseconds". Without termination, a port stays at reset state. This is
7790      observed on ppc4xx(sequoia) boards.
7791
7792     Signed-off-by: Chris Zhang <chris@seamicro.com>
7793
7794 commit b301be0599d14be46fc088861bb798648844aea5
7795 Author: Sanjeev Premi <premi@ti.com>
7796 Date:   Thu Dec 24 14:20:41 2009 +0530
7797
7798     omap3: fix compile warning
7799
7800     This patch fixes this warning during compile:
7801
7802     omap3.c: In function 'musb_platform_init':
7803     omap3.c:126: warning: label 'end' defined but not used
7804
7805     Problem reported by: Dirk Behme[dirk.behme@googlemail.com]
7806
7807     Signed-off-by: Sanjeev Premi <premi@ti.com>
7808
7809 commit e608f221c13943d88e86f44753e23668342c3df3
7810 Author: Bryan Wu <bryan.wu@analog.com>
7811 Date:   Wed Dec 16 22:04:02 2009 -0500
7812
7813     usb: musb: add support for Blackfin MUSB
7814
7815     Signed-off-by: Bryan Wu <bryan.wu@analog.com>
7816     Signed-off-by: Cliff Cai <cliff.cai@analog.com>
7817     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7818     Signed-off-by: Remy Bohmer <linux@bohmer.net>
7819
7820 commit bc72a919e037782f64e3ac45c91bc60408e57e85
7821 Author: Bryan Wu <bryan.wu@analog.com>
7822 Date:   Wed Dec 16 22:04:01 2009 -0500
7823
7824     usb: musb: change rxcsr register from write to read/modify/write
7825
7826     The RX Control/Status register has bits that we want to preserve, so don't
7827     just write out a single bit.  Preserve the others bits in the process.
7828
7829     The original code posted to the u-boot list had this behavior, but looks
7830     like it was lost somewhere along the way to merging.
7831
7832     Signed-off-by: Bryan Wu <bryan.wu@analog.com>
7833     Signed-off-by: Cliff Cai <cliff.cai@analog.com>
7834     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7835     Signed-off-by: Remy Bohmer <linux@bohmer.net>
7836
7837 commit 8868fd443b7a52bf433903cc9527403ad055acb9
7838 Author: Bryan Wu <bryan.wu@analog.com>
7839 Date:   Wed Dec 16 22:04:00 2009 -0500
7840
7841     usb: musb: make multipoint optional
7842
7843     The multipoint handling under MUSB is optional, and some parts (like the
7844     Blackfin processor) do not implement support for it.
7845
7846     Signed-off-by: Bryan Wu <bryan.wu@analog.com>
7847     Signed-off-by: Cliff Cai <cliff.cai@analog.com>
7848     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7849     Signed-off-by: Remy Bohmer <linux@bohmer.net>
7850
7851 commit df402ba38103df51f6929848b6a797eff4db61f8
7852 Author: Bryan Wu <bryan.wu@analog.com>
7853 Date:   Wed Dec 16 22:03:59 2009 -0500
7854
7855     usb: musb: make fifo support configurable
7856
7857     The dynamic FIFO handling under MUSB is optional, and some parts (like
7858     the Blackfin processor) do not implement support for it.
7859
7860     Due to this, the FIFO reading/writing steps need special handling, so
7861     mark the common versions weak so drivers can override.
7862
7863     Signed-off-by: Bryan Wu <bryan.wu@analog.com>
7864     Signed-off-by: Cliff Cai <cliff.cai@analog.com>
7865     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7866     Signed-off-by: Remy Bohmer <linux@bohmer.net>
7867
7868 commit dc2cd05c91a134d53fada41e8f97a434be22de02
7869 Author: Mike Frysinger <vapier@gentoo.org>
7870 Date:   Wed Dec 16 22:03:58 2009 -0500
7871
7872     usb: musb: make sure the register layout is packed
7873
7874     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7875     Signed-off-by: Remy Bohmer <linux@bohmer.net>
7876
7877 commit 7b4292883b6fdc42984671fbe4e0a352ec704bde
7878 Author: Ajay Kumar Gupta <ajay.gupta@ti.com>
7879 Date:   Tue Dec 22 10:56:14 2009 +0530
7880
7881     DA830: Add usb config
7882
7883     Adding USB configuration. Default is set for USB MSC host.
7884
7885     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
7886     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
7887
7888 commit 7359273d946a7dcde04c5e8d5bad669146efc87c
7889 Author: Ajay Kumar Gupta <ajay.gupta@ti.com>
7890 Date:   Tue Dec 22 10:56:13 2009 +0530
7891
7892     DA8xx: Add MUSB host support
7893
7894     Tested USB host functionality on DA830 EVM.
7895
7896     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
7897     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
7898
7899 commit 0b232310b2087d4278fb224fa01e228136fb8bdf
7900 Author: Ajay Kumar Gupta <ajay.gupta@ti.com>
7901 Date:   Tue Dec 22 10:56:12 2009 +0530
7902
7903     DA8xx: Add GPIO register definitions
7904
7905     Added DA8xx GPIO base addresses in gpio_defs.h and pointers
7906     to different BANKs which can be used to program GPIOs.
7907
7908     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
7909     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
7910
7911 commit 82a821f89bee913d7ba17cb500c778cf08dce321
7912 Author: Ajay Kumar Gupta <ajay.gupta@ti.com>
7913 Date:   Tue Dec 22 10:56:11 2009 +0530
7914
7915     DA830: Add pinmux for USB0_DRVVBUS
7916
7917     USB0_DRVVBUS pinmux configuration is required for USB functinality
7918     in uboot.
7919
7920     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
7921     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
7922
7923 commit a3f5da1bee9a8c343a411080d7d468bdc78794a4
7924 Author: Heiko Schocher <hs@denx.de>
7925 Date:   Thu Jan 7 08:56:00 2010 +0100
7926
7927     mpc83xx: add support configure bus parking
7928
7929     Add support to configure bus parking mode and master in bus arbitration
7930     configuration (ACR). Add this for the kmeter1 port:
7931
7932     Configure bus arbiter with recommended values from Freescale
7933     to improve bus latency/throughput for application with
7934     intensive QuiccEngine activity.
7935
7936     Signed-off-by: Heiko Schocher <hs@denx.de>
7937     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7938
7939 commit a0daa2e06f05d97c03c59b656d50371319bf29ec
7940 Author: Reinhard Arlt <reinhard.arlt@esd.eu>
7941 Date:   Tue Dec 8 09:21:41 2009 +0100
7942
7943     mpc83xx: vme8349: Fix power up reset sequence for tsi148
7944
7945     Remove PCI reset, if there is a monarch PMC module.
7946
7947     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd.eu>
7948     Signed-off-by: Stefan Roese <sr@denx.de>
7949
7950     convert clrbits_be32 + setbits_be32 to clrsetbits_be32, use out_be32 to set gcr.
7951
7952     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7953
7954 commit 1dee9be683c9b0f060452aaf1a97a34fae87f07a
7955 Author: Reinhard Arlt <reinhard.arlt@esd.eu>
7956 Date:   Tue Dec 8 09:13:08 2009 +0100
7957
7958     mpc83xx: Add support for MPC8349 esd caddy2
7959
7960     The caddy2 is a variant of the already supported vme8349. So we just
7961     add the differences to this board port. To better support those two
7962     boards we switched from fixed SDRAM configuration to usage of
7963     spd_sdram(). This is done by providing a board specific SPD EEPROM
7964     routine with different values for both boards.
7965
7966     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd.eu>
7967     Signed-off-by: Stefan Roese <sr@denx.de>
7968
7969     changed to use mkconfig -t option instead, plus misc codingstyle fixes.
7970
7971     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7972
7973 commit 7693640acd5222f5a64e59ccf5e3bc511e8054b9
7974 Author: Stefan Roese <sr@denx.de>
7975 Date:   Tue Dec 8 09:10:04 2009 +0100
7976
7977     mpc83xx: spd_sdram.c: Disable memory controller before initializing
7978
7979     The memory controller could already be enabled, when spd_sdram() is
7980     called. This could be the case for example, when the SDRAM is initialized
7981     by the JTAG debugger.
7982
7983     The "sync" after the register access via the accessor function is
7984     still needed, because the macro uses the sync before the real write
7985     is done. So until not all accesses are converted to using accessor
7986     functions, this sync still needs to be made "manually" here.
7987
7988     Signed-off-by: Stefan Roese <sr@denx.de>
7989     Cc: Reinhard Arlt <reinhard.arlt@esd.eu>
7990     Acked-by: Dave Liu <daveliu@freescale.com>
7991     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7992
7993 commit 2e95004deb6e33e33bf1b8a92a38cd2115bac4c2
7994 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
7995 Date:   Tue Nov 24 20:12:12 2009 +0300
7996
7997     mpc83xx: Add NAND boot support for MPC8315E-RDB boards
7998
7999     The core support for NAND booting is there already, so this patch
8000     is pretty straightforward.
8001
8002     There is one trick though: top level Makefile expects nand_spl to
8003     be in nand_spl/board/$(BOARDDIR), but we can fully reuse the code
8004     from mpc8313erdb boards, and so to not duplicate the code we just
8005     symlink nand_spl/board/freescale/mpc8315erdb to mpc8313erdb.
8006
8007     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
8008
8009     o silence make during ln echo
8010     o update documentation
8011     o and avoid:
8012
8013     $ ./MAKEALL MPC8315ERDB_NAND
8014     Configuring for MPC8315ERDB board...
8015     sdram.o: In function `fixed_sdram':
8016     /home/r1aaha/git/u-boot/nand_spl/board/freescale/mpc8313erdb/sdram.c:72: undefined reference to `udelay'
8017
8018     by renaming udelay -> __udelay in the spirit of commit
8019     3eb90bad651fab39cffba750ec4421a9c01d60e7 "Generic udelay() with watchdog
8020     support".
8021
8022     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8023
8024 commit b821cead7d2147724d5f1d8ccbca40710faad38a
8025 Author: Sanjeev Premi <premi@ti.com>
8026 Date:   Fri Dec 18 14:55:24 2009 +0530
8027
8028     onenand: Fix compile errors due to FlexOneNAND
8029
8030     This patch fixes the compile error while trying to
8031     compile for omap3evm.
8032
8033     env_onenand.c: In function 'env_relocate_spec':
8034     env_onenand.c:70: error: 'CONFIG_ENV_ADDR_FLEX' undeclared
8035      (first use in this function)
8036     env_onenand.c:70: error: (Each undeclared identifier is re
8037     ported only once
8038     env_onenand.c:70: error: for each function it appears in.)
8039     env_onenand.c: In function 'saveenv':
8040     env_onenand.c:106: error: 'CONFIG_ENV_ADDR_FLEX' undeclare
8041     d (first use in this function)
8042     env_onenand.c:107: error: 'CONFIG_ENV_SIZE_FLEX' undeclare
8043     d (first use in this function)
8044
8045     Signed-off-by: Sanjeev Premi <premi@ti.com>
8046     Acked-by: Tom Rix <Tom.Rix@windriver.com>
8047
8048 commit 20da6f4d93db270c57eb67968e441a20faf61938
8049 Author: Nick Thompson <nick.thompson@ge.com>
8050 Date:   Wed Dec 16 11:15:58 2009 +0000
8051
8052     Davinci: davinci_nand.c performance enhancments
8053
8054     Introduces various optimisations that approximately triple the
8055     read data rate from NAND when run on da830evm.
8056
8057     Most of these optimisations depend on the endianess of the machine
8058     and most of them are very similar to optimisations already present
8059     in the Linux Kernel.
8060
8061     Signed-off-by: Nick Thompson <nick.thompson@ge.com>
8062
8063 commit 06f95959bc5421e516a9a25012e303dea8833385
8064 Author: Tom Rix <Tom.Rix@windriver.com>
8065 Date:   Wed Jan 6 09:36:24 2010 -0600
8066
8067     ARM Update mach-types
8068
8069     Fetched from http://www.arm.linux.org.uk/developer/machines/download.php
8070     And built with
8071
8072     repo http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm
8073     commit c9f937e4a3f4ebf9924ec21d80632e5eb61d949c
8074
8075     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
8076
8077 commit 8b0ab304943b07d13a29db6d3d2ca3edad32cdcb
8078 Author: Becky Bruce <beckyb@kernel.crashing.org>
8079 Date:   Tue Nov 17 21:10:21 2009 -0600
8080
8081     ppc/p4080: Add Corenet Platform Cache (CPC) registers
8082
8083     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
8084     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8085
8086 commit 3e731aaba30c7011edf6391072eee845ed1b816f
8087 Author: Dave Liu <daveliu@freescale.com>
8088 Date:   Wed Dec 16 10:24:39 2009 -0600
8089
8090     fsl-ddr: setup ODT_RD_CFG & ODT_WR_CFG when we interleave
8091
8092     In chip-select interleaving case, we also need set the ODT_RD_CFG
8093     and ODT_WR_CFG in cs1_config register.
8094
8095     Signed-off-by: Dave Liu <daveliu@freescale.com>
8096     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8097
8098 commit 1aa3d08a0244506b94031522e54fe06ee7a5ae0e
8099 Author: Dave Liu <daveliu@freescale.com>
8100 Date:   Wed Dec 16 10:24:38 2009 -0600
8101
8102     fsl-ddr: add override for the Rtt_Wr
8103
8104     Different boards may require different settings of Dynamic ODT (Rtt_Wr).
8105     We provide a means to allow the board specific code to provide its own
8106     value of Rtt_Wr.
8107
8108     Signed-off-by: Dave Liu <daveliu@freescale.com>
8109     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8110
8111 commit bdc9f7b5eab8d5edd8a8cc5d80ef080836b00e85
8112 Author: Dave Liu <daveliu@freescale.com>
8113 Date:   Wed Dec 16 10:24:37 2009 -0600
8114
8115     fsl-ddr: add the override for write leveling
8116
8117     add the override for write leveling sampling and
8118     start time according to specific board.
8119
8120     Signed-off-by: Dave Liu <daveliu@freescale.com>
8121     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8122
8123 commit 0a71c92c7e1e565111cb34cd389a21ec500ca5c1
8124 Author: Dave Liu <daveliu@freescale.com>
8125 Date:   Wed Dec 16 10:24:36 2009 -0600
8126
8127     fsl-ddr: Fix power-down timing settings
8128
8129     1. TIMING_CFG_0[ACT_PD_EXIT] was set to 6 clocks, but
8130        It should be set to tXP parameter, tXP=max(3CK, 7.5ns)
8131     2. TIMING_CFG_0[PRE_PD_EXIT] was set to 6 clocks, but
8132        It should be set to tXP (if MR0[A12]=1) else to tXPDLL parameter
8133        We are setting the mode register MR0[A12]='1'
8134
8135     Signed-off-by: Dave Liu <daveliu@freescale.com>
8136     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8137
8138 commit c4ca10f1db36c3ce649c656dec14f7aab644dd86
8139 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
8140 Date:   Wed Dec 16 01:14:31 2009 +0300
8141
8142     mpc85xx: Add 4-bits eSDHC support for MPC8569E-MDS boards
8143
8144     Thanks to "Errata to MPC8569E PowerQUICC III Integrated Host Processor
8145     Family Reference Manual, Rev. 0" document, which describes all eSDHC
8146     pins, we can add 4-bits eSDHC support for MPC8569E-MDS boards.
8147
8148     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
8149     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8150
8151 commit bc20f9a9527afe8ae406a74f74765d4323f04922
8152 Author: Kumar Gala <galak@kernel.crashing.org>
8153 Date:   Wed Dec 9 17:28:17 2009 -0600
8154
8155     ppc/p4080: Fix reporting of PME & FM clock frequencies
8156
8157     We incorrectly had the sense of PME_CLK_SEL, FM1_CLK_SEL, FM2_CLK_SEL
8158     backwards so we report the wrong frequency.
8159
8160     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8161
8162 commit de3cbd78c9a485389b233f8ca705a9e5f51afaf3
8163 Author: Li Yang <leoli@freescale.com>
8164 Date:   Wed Dec 9 14:26:08 2009 +0800
8165
8166     fsl_law: add SRIO2 target id and law_size_bits() macro
8167
8168     Signed-off-by: Li Yang <leoli@freescale.com>
8169     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8170
8171 commit abc76eb6a6936a99811eda256222b3927427f8e2
8172 Author: Kumar Gala <galak@kernel.crashing.org>
8173 Date:   Tue Nov 17 20:21:20 2009 -0600
8174
8175     ppc/85xx: Map boot page guarded for MP boot
8176
8177     We already map the page cache-inhibited.  There is no reason we
8178     shouldn't also be marking it guarded to prevent speculative accesses.
8179
8180     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8181
8182 commit effe4973f2f349e6e87d455ae718aabaf919a75d
8183 Author: Kumar Gala <galak@kernel.crashing.org>
8184 Date:   Tue Nov 17 22:44:52 2009 -0600
8185
8186     ppc: Added macro to test for specific SVR revision
8187
8188     Various SoC errata are specific to a given revision of silicon. This
8189     patch gives us a simple macro to use when doing such tests.
8190
8191     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8192
8193 commit f5ecc6e027150289c2a46db7cec197b2b6da893c
8194 Author: Dave Liu <daveliu@freescale.com>
8195 Date:   Tue Nov 17 20:01:24 2009 -0600
8196
8197     p4080: add readback to bootpage translation window
8198
8199     We need to add the readback to bootpage translation LAW
8200     to make it effect.
8201
8202     Signed-off-by: Dave Liu <daveliu@freescale.com>
8203     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
8204     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8205
8206 commit 5fb6ea3ad3562f78df8693ed8c4ca89654236c4f
8207 Author: Kumar Gala <galak@kernel.crashing.org>
8208 Date:   Fri Nov 13 09:25:07 2009 -0600
8209
8210     ppc/85xx: Make flash TLB entry determined at runtime on FSL boards
8211
8212     Rather than hard coding which TLB entry the FLASH is mapped with we can
8213     use find_tlb_idx to determine the entry.
8214
8215     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8216
8217 commit 783852e467f32a3a5568b542379e9fec3d26a173
8218 Author: Kumar Gala <galak@kernel.crashing.org>
8219 Date:   Fri Nov 13 09:09:10 2009 -0600
8220
8221     ppc/85xx: Remove CONFIG_SYS_DDR_TLB_START
8222
8223     Now that we dynamically determine TLB CAM entries to use we dont need
8224     CONFIG_SYS_DDR_TLB_START anymore.
8225
8226     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8227
8228 commit 355f4f85e90ce2e6d91883012c2993be7970c8b1
8229 Author: Kumar Gala <galak@kernel.crashing.org>
8230 Date:   Fri Nov 13 09:04:19 2009 -0600
8231
8232     ppc/85xx: Make SPD DDR TLB setup code use dynamic entry allocation
8233
8234     Now that we track which TLB CAM entries are used we can allocate
8235     entries on the fly.  Change the SPD DDR TLB setup code to assume
8236     we use at most 8 TLBs (or the number free, which ever is fewer).
8237
8238     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8239
8240 commit 94e9411b9dda182dd63d53ba6ea640c98b35db5f
8241 Author: Kumar Gala <galak@kernel.crashing.org>
8242 Date:   Thu Nov 12 10:26:16 2009 -0600
8243
8244     ppc/85xx: Add tracking of TLB CAM usage
8245
8246     We need to track which TLB CAM entries are used to allow us to
8247     "dynamically" allocate entries later in the code.  For example the SPD
8248     DDR code today hard codes which TLB entries it uses.  We can now make
8249     that pick entries that are free.
8250
8251     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8252
8253 commit ee53650dad2fede057e93fdf6f8cd72b29ef7cd0
8254 Author: Kumar Gala <galak@kernel.crashing.org>
8255 Date:   Wed Nov 4 13:00:55 2009 -0600
8256
8257     ppc/8xxx: Remove is_fsl_pci_agent
8258
8259     All users of is_fsl_pci_agent have been converted to fsl_is_pci_agent
8260     that uses the standard PCI programming model to determine host vs
8261     agent/end-point.
8262
8263     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8264
8265 commit 7cb8f79b44c70a3c66891f407254d9c739e2e7da
8266 Author: Kumar Gala <galak@kernel.crashing.org>
8267 Date:   Wed Nov 4 11:39:55 2009 -0600
8268
8269     ppc/85xx: Move to using fsl_setup_hose on TQM 85xx
8270
8271     We can use fsl_setup_hose to determine if we are a agent/end-point or
8272     a host.  Rather than using some SoC specific register we can just look
8273     at the PCI cfg space of the host controller to determine this.
8274
8275     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8276
8277 commit 9263e829f025661cbd3a80675285b42c14350ea4
8278 Author: Kumar Gala <galak@kernel.crashing.org>
8279 Date:   Wed Nov 4 13:01:51 2009 -0600
8280
8281     ppc/85xx: Move to using fsl_setup_hose on P2020 DS
8282
8283     We can use fsl_setup_hose to determine if we are a agent/end-point or
8284     a host.  Rather than using some SoC specific register we can just look
8285     at the PCI cfg space of the host controller to determine this.
8286
8287     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8288
8289 commit 1e21ba8f6d0708fe7f44066059927cfa6bfedf7a
8290 Author: Kumar Gala <galak@kernel.crashing.org>
8291 Date:   Wed Nov 4 13:01:38 2009 -0600
8292
8293     ppc/85xx: Move to using fsl_setup_hose on P1/P2 RDB
8294
8295     We can use fsl_setup_hose to determine if we are a agent/end-point or
8296     a host.  Rather than using some SoC specific register we can just look
8297     at the PCI cfg space of the host controller to determine this.
8298
8299     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8300
8301 commit 42c01b9d1f0132a6d82e2c8333b236b1e3b0831f
8302 Author: Kumar Gala <galak@kernel.crashing.org>
8303 Date:   Wed Nov 4 13:01:17 2009 -0600
8304
8305     ppc/85xx: Move to using fsl_setup_hose on MPC8572 DS
8306
8307     We can use fsl_setup_hose to determine if we are a agent/end-point or
8308     a host.  Rather than using some SoC specific register we can just look
8309     at the PCI cfg space of the host controller to determine this.
8310
8311     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8312
8313 commit 5e3d7050cf127dfcd6ab260c551e9183299d0dca
8314 Author: Kumar Gala <galak@kernel.crashing.org>
8315 Date:   Wed Nov 4 12:51:10 2009 -0600
8316
8317     ppc/86xx: Clean up MPC8610 HPCD PCI setup code
8318
8319     Use new fsl_pci_init_port() that reduces amount of duplicated code in the
8320     board ports, use IO accessors and clean up printing of status info.
8321
8322     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8323
8324 commit 7b626880b4e1fd8d2297c9341b92c2253fc27fd0
8325 Author: Kumar Gala <galak@kernel.crashing.org>
8326 Date:   Wed Nov 4 11:15:29 2009 -0600
8327
8328     ppc/85xx: Clean up MPC8548 CDS PCI setup code
8329
8330     Use new fsl_pci_init_port() that reduces amount of duplicated code in the
8331     board ports, use IO accessors and clean up printing of status info.
8332
8333     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8334
8335 commit feadd5d53ba5047c3bc912ff5b7c7a690c8c53cf
8336 Author: Kumar Gala <galak@kernel.crashing.org>
8337 Date:   Wed Nov 4 11:05:02 2009 -0600
8338
8339     ppc/85xx: Clean up ATUM8548 PCI setup code
8340
8341     Use new fsl_pci_init_port() that reduces amount of duplicated code in the
8342     board ports, use IO accessors and clean up printing of status info.
8343
8344     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8345
8346 commit 4681457e2aace8dff09dc4c6c02185231b970d6b
8347 Author: Kumar Gala <galak@kernel.crashing.org>
8348 Date:   Wed Nov 4 10:31:53 2009 -0600
8349
8350     ppc/85xx: Clean up MPC8568 MDS PCI setup code
8351
8352     Use new fsl_pci_init_port() that reduces amount of duplicated code in the
8353     board ports, use IO accessors and clean up printing of status info.
8354
8355     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8356
8357 commit c847e98b143c154cc466f9d03e90a3495329172b
8358 Author: Kumar Gala <galak@kernel.crashing.org>
8359 Date:   Wed Nov 4 10:26:30 2009 -0600
8360
8361     ppc/85xx: Clean up MPC8569 MDS PCI setup code
8362
8363     Use new fsl_pci_init_port() that reduces amount of duplicated code in the
8364     board ports, use IO accessors and clean up printing of status info.
8365
8366     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8367
8368 commit 645d5a7838058ce603803935cd40a62a26aea04d
8369 Author: Kumar Gala <galak@kernel.crashing.org>
8370 Date:   Wed Nov 4 10:22:26 2009 -0600
8371
8372     ppc/85xx: Clean up MPC8544 DS PCI setup code
8373
8374     Use new fsl_pci_init_port() that reduces amount of duplicated code in the
8375     board ports, use IO accessors and clean up printing of status info.
8376
8377     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8378
8379 commit 8a414c4258aeeab93fb83fad0544894597c8bd35
8380 Author: Mingkai Hu <Mingkai.hu@freescale.com>
8381 Date:   Wed Oct 28 10:49:31 2009 +0800
8382
8383     ppc/85xx: Clean up MPC8536 DS PCI setup code
8384
8385     Use new fsl_pci_init_port() that reduces amount of duplicated code in the
8386     board ports, use IO accessors and clean up printing of status info.
8387
8388     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
8389     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8390
8391 commit 3ad89c4ecba51564c97075f031aef4fa5eafbb16
8392 Author: Kumar Gala <galak@kernel.crashing.org>
8393 Date:   Sat Oct 31 11:23:41 2009 -0500
8394
8395     NET: Base support for etsec2.0
8396
8397     1. Modified the tsec_mdio structure to include the new regs
8398     2. Modified the MDIO_BASE_ADDR so that it will handle both
8399     older version and new version of etsec.
8400
8401     Signed-off-by: Sandeep Gopalpet <sandeep.kumar@freescale.com>
8402     Acked-by: Kim Phillips <kim.phillips@freescale.com>
8403     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8404
8405 commit b9e186fc31683a4f1b6880c086950b2270e62e24
8406 Author: Sandeep Gopalpet <sandeep.kumar@freescale.com>
8407 Date:   Sat Oct 31 00:35:04 2009 +0530
8408
8409     NET: Move MDIO regs out of TSEC Space
8410
8411     Moved the mdio regs out of the tsec structure,and
8412     provided different offsets for tsec base and mdio
8413     base so that provision for etsec2.0 can be provided.
8414
8415     This patch helps in providing the support for etsec2.0
8416     In etsec2.0, the MDIO register space and the etsec reg
8417     space are different.
8418
8419     Also, moved the TSEC_BASE_ADDR and MDIO_BASE_ADDR definitons into
8420     platform specific files.
8421
8422     Signed-off-by: Sandeep Gopalpet <sandeep.kumar@freescale.com>
8423     Acked-by: Kim Phillips <kim.phillips@freescale.com>
8424     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8425
8426 commit bcad21fda187f7d8d5d2c026c395cca35a9c700e
8427 Author: Kumar Gala <galak@kernel.crashing.org>
8428 Date:   Thu Mar 19 02:46:28 2009 -0500
8429
8430     85xx: Add support to set DPAA (data path) devices clock frequencies
8431
8432     Set clock-frequency for Frame Manager 0/1 and Patter Match Engine on p4080.
8433
8434     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8435
8436 commit 178e39e199e9c985e5e5e968d60d7243fceb5616
8437 Author: Kumar Gala <galak@kernel.crashing.org>
8438 Date:   Thu Sep 17 00:01:14 2009 -0500
8439
8440     ppc/8xxx: Don't use pci_cfg on FSL_CORENET platforms
8441
8442     The FSL_CORENET platforms use a completely different means to determine
8443     which PCIe port is enabled as well as if its a host or agent/end-point.
8444
8445     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8446
8447 commit 11588b5dc4c581b2a68a24e3298ab14e83c59d31
8448 Author: Kumar Gala <galak@kernel.crashing.org>
8449 Date:   Thu Oct 15 23:22:10 2009 -0500
8450
8451     ppc/p4080: Added p4080 SERDES registers & USB offset
8452
8453     Added immap definition for SERDES registers on p4080, the USB offset
8454     (since it was missing) and a GPL header.
8455
8456     Signed-off-by: Li Yang <leoli@freescale.com>
8457     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8458
8459 commit 82fd1f8da9add2d74532cf78d224485f0042d00d
8460 Author: Kumar Gala <galak@kernel.crashing.org>
8461 Date:   Thu Mar 19 02:53:01 2009 -0500
8462
8463     85xx: Add support for e500mc cache stashing
8464
8465     The e500mc core supports the ability to stash into the L1 or L2 cache,
8466     however we need to uniquely identify the caches with an id.
8467
8468     We use the following equation to set the various stash-ids:
8469
8470     32 + coreID*2 + 0(L1) or 1(L2)
8471
8472     The 0 (for L1) or 1 (for L2) matches the CT field used be various cache
8473     control instructions.
8474
8475     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8476
8477 commit 26be2c53d671ecfd3e0483f0870649ac28322293
8478 Author: Nick Thompson <nick.thompson@ge.com>
8479 Date:   Sat Dec 12 12:13:10 2009 -0500
8480
8481     Davinci: NAND enable ECC even when not in NAND boot mode
8482
8483     Davinci: NAND enable ECC even when not in NAND boot mode
8484
8485     On Davinci platforms, the default NAND device is enabled (for ECC)
8486     in low level boot code when NAND boot mode is used. If booting in
8487     another mode, NAND ECC is not enabled. The driver should make
8488     sure ECC is enabled regardless of boot mode if NAND is configured
8489     in U-Boot.
8490
8491     Signed-off-by: Nick Thompson <nick.thompson@ge.com>
8492
8493 commit 97f4eb8cfb97c7c5b158e3c0df4611efbf50f403
8494 Author: Nick Thompson <nick.thompson@gefanuc.com>
8495 Date:   Sat Dec 12 12:12:26 2009 -0500
8496
8497     Davinci: Configurable NAND chip selects
8498
8499     Davinci: Configurable NAND chip selects
8500
8501     Add a CONFIG_SYS_NAND_CS setting to all davinci configs and
8502     use it to setup the NAND controller in the davinci_nand
8503     mtd driver.
8504
8505     Signed-off-by: Nick Thompson <nick.thompson@gefanuc.com>
8506
8507 commit 90110e0eab5ac6ab714109ce1fd8873c858dd552
8508 Author: Nick Thompson <nick.thompson@gefanuc.com>
8509 Date:   Sat Dec 12 12:10:51 2009 -0500
8510
8511     Davinci: Table driven pinmux configuration
8512
8513     Davinci: Table driven pinmux configuration
8514
8515     Add code to allow pinmux_config tables to be grouped and configured
8516     as a single resource. This removes multiple calls to the pinmux
8517     configuration code from board_init and allows pinmuxes to be
8518     individually configured and added by data manipulation only.
8519
8520     All related #ifdefs can the be removed from board_init code and
8521     since the compiler optimises away statics, #ifdefs can be reduced in
8522     the data definitions as well.
8523
8524     Signed-off-by: Nick Thompson <nick.thompson@gefanuc.com>
8525
8526 commit 1270ec13d4fbae48a537dc76d418a6efa72f5725
8527 Author: Robert P. J. Day <rpjday@crashcourse.ca>
8528 Date:   Sat Dec 12 12:10:33 2009 -0500
8529
8530     Remove superfluous uses of V_PROMPT macro.
8531
8532     A number of config files define the V_PROMPT macro for the
8533     command-line prompt, only to immediately use that macro to define
8534     CONFIG_SYS_PROMPT, making V_PROMPT entirely superfluous.
8535
8536     Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
8537
8538 commit 8b432bebc205a959684559477472c048e31d137d
8539 Author: Grazvydas Ignotas <notasas@gmail.com>
8540 Date:   Fri Dec 11 15:07:30 2009 +0200
8541
8542     pandora: don't enable VAUX3, VDAC and VPLL2 regulators
8543
8544     These regulators are not needed to start the kernel and only
8545     cause "incomplete constraints" warnings from kernel, so don't
8546     turn them on to save power.
8547
8548     Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
8549
8550 commit ead39d7aa3ddccb2e374217aeab23bd65cedb762
8551 Author: Grazvydas Ignotas <notasas@gmail.com>
8552 Date:   Thu Dec 10 17:10:21 2009 +0200
8553
8554     TWL4030: make LEDs selectable for twl4030_led_init()
8555
8556     Not all boards have both LEDs hooked, so enabling both on
8557     boards with single LED will just waste power. Make it
8558     possible to choose LEDs by adding argument to
8559     twl4030_led_init().
8560
8561     Using this turn on only LEDB for pandora, leave both LEDs
8562     on for all other boards, as it was before this patch.
8563
8564     Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
8565
8566 commit be34fef7fdcfaffc68495e50929669ac5e4bd800
8567 Author: Stefan Roese <sr@denx.de>
8568 Date:   Wed Dec 16 09:27:31 2009 +0100
8569
8570     ppc4xx: alpr: Remove some not needed commands to make image fit again
8571
8572     The latest changes increased the size of the alpr image a bit more.
8573     Now it doesn't fit into the 256k reserved for it. This patch now removes
8574     the commands "ping" and "diag" which are not needed in the production
8575     systems.
8576
8577     Signed-off-by: Stefan Roese <sr@denx.de>
8578     Cc: Pieter Voorthuijsen <pieter.voorthuijsen@prodrive.nl>
8579
8580 commit 072e754b6b9bef438fc0870318755e33051baa7d
8581 Author: Heiko Schocher <hs@denx.de>
8582 Date:   Thu Dec 3 11:23:17 2009 +0100
8583
8584     i2c, ppc4xx: fix compiling KAREF and METROBOX boards.
8585
8586     commit eb5eb2b0f744f0cba405160c5d01335c40f09acf
8587
8588     ppc4xx: Cleanup PPC4xx I2C infrastructure
8589
8590     This patch cleans up the PPC4xx I2C intrastructure:
8591
8592     - Use C struct to describe the I2C registers instead of defines
8593     - Coding style cleanup (braces, whitespace, comments, line length)
8594     - Extract common code from i2c_read() and i2c_write()
8595     - Remove unneeded IIC defines from ppc405.h & ppc440.h
8596
8597     breaks comiling for the KAREF and METROBOX boards.
8598
8599     This patch fixes this issue.
8600
8601     Signed-off-by: Heiko Schocher <hs@denx.de>
8602     Signed-off-by: Stefan Roese <sr@denx.de>
8603
8604 commit 87d93a1ba2ae23550e1370adb7a3b00af0831165
8605 Author: Wolfgang Wegner <w.wegner@astro-kom.de>
8606 Date:   Wed Dec 9 15:16:47 2009 +0100
8607
8608     move prototypes for gunzip() and zunzip() to common.h
8609
8610     Prototype for gunzip/zunzip was only in lib_generic/gunzip.c and thus
8611     repeated in every file using it. This patch moves the prototypes to
8612     common.h and removes all prototypes distributed anywhere else.
8613
8614     Signed-off-by: Wolfgang Wegner <w.wegner@astro-kom.de>
8615
8616 commit 127e10842b2474ac20e40572a4102dd4d5ed80f1
8617 Author: Mahavir Jain <mjain@marvell.com>
8618 Date:   Tue Nov 3 12:22:10 2009 +0530
8619
8620     usb: write command for RAW partition.
8621
8622     This patch implements write support to usb device with raw partition.
8623     It will be useful for filesystem write support to usb device from
8624     u-boot in future.
8625
8626     Tested with writing kernel image to raw usb disk & booting with usb
8627     read command into ram.
8628
8629     [Note:  run usb part to get info about start sector & number of
8630     sectors on a partition for usb write operation.]
8631
8632     Signed-off-by: Mahavir Jain <mjain@marvell.com>
8633
8634 commit 73c8640e93881439b87a5734485a9e56a494ef50
8635 Author: Ajay Kumar Gupta <ajay.gupta@ti.com>
8636 Date:   Wed Nov 4 15:58:23 2009 -0600
8637
8638     omap3evm: musb: add USB config
8639
8640     Added USB host and device config for host (MSC, Keyboard) and
8641     device (ACM) functionalities.
8642
8643     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
8644
8645 commit ae4caf2fb53cc7be5d59a649b8aee86d542cbb6f
8646 Author: Tom Rix <Tom.Rix@windriver.com>
8647 Date:   Sat Oct 31 12:37:46 2009 -0500
8648
8649     OMAP3 USB Initialize twl4030 only if required
8650
8651     OMAP3EVM uses ISP1504 phy and so twl4030 related init is not required.
8652
8653     Submitted-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
8654     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
8655
8656 commit 2ec1abea4359b94523d45a20d68d8582e09ace46
8657 Author: Tom Rix <Tom.Rix@windriver.com>
8658 Date:   Sat Oct 31 12:37:45 2009 -0500
8659
8660     OMAP3 zoom2 Use usbtty if the debug board is not connected.
8661
8662     The preferred serial output comes from the debug board.
8663     When the debug board is disconnected, fall back on using
8664     usbtty from the usb connector on the Zoom2 board.
8665
8666     This shows up as /dev/ttyACM0 in a linux host.
8667
8668     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
8669
8670 commit 6299487ef5dcdb06e0394f5955755c8dd9ce707b
8671 Author: Tom Rix <Tom.Rix@windriver.com>
8672 Date:   Sat Oct 31 12:37:44 2009 -0500
8673
8674     USBTTY make some function declarations easier to use.
8675
8676     Zoom2 needs to use these declarations and the include directory is a
8677     better place from them than in the middle of the driver directory.
8678     It did not make sense to create a new file for just a couple of
8679     lines so they were appended to the serial.h
8680
8681     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
8682
8683 commit 25374bfbf3a6c6624d8db512c95a4960e3a84635
8684 Author: Tom Rix <Tom.Rix@windriver.com>
8685 Date:   Sat Oct 31 12:37:43 2009 -0500
8686
8687     OMAP3 beagle Add usbtty configuration
8688
8689     The primary console of beagle is the serial header.
8690
8691     A secondary console is to use the usbtty.  The user can set this
8692     manually by doing
8693
8694     setenv stdout usbtty; setenv stdin usbtty; setenv stderr usbtty
8695     saveenv
8696
8697     usbtty will be usable by accessing the /dev/ttyACM0 on a linux host.
8698
8699     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
8700
8701 commit 05be5a60e98eb1243901f556fefd66b1691fabe4
8702 Author: Tom Rix <Tom.Rix@windriver.com>
8703 Date:   Sat Oct 31 12:37:42 2009 -0500
8704
8705     OMAP3 zoom1 Add usbtty configuration
8706
8707     The primary console of zoom1 is the serial out from the jumpers
8708     accessed by removing the back panel.
8709
8710     A secondary console is to use the usbtty.  The user can set this
8711     manually by doing
8712
8713     setenv stdout usbtty; setenv stdin usbtty; setenv stderr usbtty
8714     saveenv
8715
8716     usbtty will be usable by accessing the /dev/ttyACM0 on a linux host.
8717
8718     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
8719
8720 commit f298e4b6dd56df3e35a13a6ddd572ca3baf06ad2
8721 Author: Tom Rix <Tom.Rix@windriver.com>
8722 Date:   Sat Oct 31 12:37:41 2009 -0500
8723
8724     OMAP3 Add usb device support
8725
8726     This change adds the usb device support for musb.
8727
8728     Omap3 platform support added at the same level as davinci.
8729
8730     The interface for usbtty to use the musb device support was added.
8731
8732     Verified on omap3 beagle, zoom1 and zoom2.
8733
8734     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
8735
8736 commit bffbb2a86d2a3aa28bd8f9869aa553082fb5af5f
8737 Author: Tom Rix <Tom.Rix@windriver.com>
8738 Date:   Sat Oct 31 12:37:40 2009 -0500
8739
8740     TWL4030 Add usb PHY support
8741
8742     The twl4030 provides a PHY device for connecting a link device,
8743     like musb, to physical connection.
8744
8745     This change adds the twl4030 usb registers and functions for
8746     initializing the PHY as required by omap3.
8747
8748     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
8749
8750 commit 988365a2048356f94ed0c294009233317c9fb4b2
8751 Author: Tom Rix <Tom.Rix@windriver.com>
8752 Date:   Sat Oct 31 12:37:39 2009 -0500
8753
8754     USB add macros for debugging usb device setup.
8755
8756     When developing usb device features, it is useful to print out
8757     common usb structures.
8758
8759     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
8760
8761 commit 8f8bd565f35ff8a068727bfcf8975c50df082043
8762 Author: Tom Rix <Tom.Rix@windriver.com>
8763 Date:   Sat Oct 31 12:37:38 2009 -0500
8764
8765     USB Consolidate descriptor definitions
8766
8767     The header files usb.h and usbdescriptors.h have the same nameed
8768     structure definitions for
8769
8770     usb_config_descriptor
8771     usb_interface_descriptor
8772     usb_endpoint_descriptor
8773     usb_device_descriptor
8774     usb_string_descriptor
8775
8776     These are out right duplicates in usb.h
8777
8778     usb_device_descriptor
8779     usb_string_descriptor
8780
8781     This one has extra unused elements
8782
8783     usb_endpoint_descriptor
8784
8785         unsigned char   bRefresh
8786         unsigned char   bSynchAddress;
8787
8788     These in usb.h have extra elements at the end of the usb 2.0
8789     specified descriptor and are used.
8790
8791     usb_config_descriptor
8792     usb_interface_descriptor
8793
8794     The change is to consolidate the definition of the descriptors
8795     to usbdescriptors.h.  The dublicates in usb.h are removed.
8796     The extra element structure will have their name shorted by
8797     removing the '_descriptor' suffix.
8798
8799     So
8800
8801     usb_config_descriptor -> usb_config
8802     usb_interface_descriptor -> usb_interface
8803
8804     For these, the common descriptor elements are accessed now
8805     by an element 'desc'.
8806
8807     As an example
8808
8809     -   if (iface->bInterfaceClass != USB_CLASS_HUB)
8810     +   if (iface->desc.bInterfaceClass != USB_CLASS_HUB)
8811
8812     This has been compile tested on MAKEALL arm, ppc and mips.
8813
8814     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
8815
8816 commit e5e4e705ce402856a4800ebf4c0cc163d41b58b0
8817 Author: Li Yang <leoli@freescale.com>
8818 Date:   Wed Dec 9 18:13:26 2009 +0800
8819
8820     Update Makefile for tag generating
8821
8822     Get tag directories from the $(__LIB) and also generate tag for .S files.
8823
8824     Signed-off-by: Li Yang <leoli@freescale.com>
8825
8826 commit d02ffbf8d72085035f746c63c2609daf20a84765
8827 Author: Kumar Gala <galak@kernel.crashing.org>
8828 Date:   Wed Dec 16 14:12:11 2009 -0600
8829
8830     drivers/bios_emulator: Fix compile error in .depend not being generated
8831
8832     make -C drivers/bios_emulator/
8833     make[2]: Entering directory
8834     `drivers/bios_emulator'
8835     In file included from atibios.c:49:
8836     biosemui.h:47:21: error: biosemu.h: No such file or directory
8837     ...
8838     x86emu/decode.c:40:28: error: x86emu/x86emui.h: No such file or directory
8839     ...
8840
8841     Due to lack of proper CPPFLAGS being passed to .depend generation rule
8842
8843     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8844
8845 commit a200a7c04d89853d2a1395b96d8ca5e3dd754551
8846 Author: Wolfgang Denk <wd@denx.de>
8847 Date:   Tue Dec 15 23:20:54 2009 +0100
8848
8849     Update CHANGELOG; prepare Prepare v2009.11
8850
8851     Signed-off-by: Wolfgang Denk <wd@denx.de>
8852
8853 commit f9476902b789b0481b9df49af88d6ca94fb16fa0
8854 Author: Peter Tyser <ptyser@xes-inc.com>
8855 Date:   Tue Dec 15 12:10:47 2009 -0600
8856
8857     mpc85xx, mpc86xx: Fix gd->cpu pointer after relocation
8858
8859     The gd->cpu pointer is set to an address located in flash when the
8860     probecpu() function is called while U-Boot is executing from flash.
8861     This pointer needs to be updated to point to an address in RAM after
8862     relocation has occurred otherwise Linux may not be able to boot due to
8863     "fdt board" crashing if flash has been erased or changed.
8864
8865     This bug was introduced in commit
8866     a0e2066f392782730f0398095e583c87812d97f2.
8867
8868     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
8869     Reported-by: Ed Swarthout <Ed.Swarthout@freescale.com>
8870     Tested-by: Kumar Gala <galak@kernel.crashing.org>
8871     Tested on MPC8527DS.
8872     Tested by: Ed Swarthout <Ed.Swarthout@freescale.com>
8873
8874 commit 1ab70f6fff9fa3b7910c11b874f625e004256c50
8875 Author: Ben Warren <biggerbadderben@gmail.com>
8876 Date:   Mon Dec 14 16:30:39 2009 -0800
8877
8878     Net: Clean up LAN91C96 Support
8879
8880     A previous Commit converted the LAN91C96 Ethernet driver to using the
8881     CONFIG_NET_MULTI API, but did not include full board support.  This patch
8882     finishes the job.
8883
8884     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8885
8886 commit 3363a34b9eeda9783afcbbed5cdd738926d1f4bf
8887 Author: Peter Tyser <ptyser@xes-inc.com>
8888 Date:   Sun Dec 13 17:58:34 2009 -0600
8889
8890     MVBLUE: Remove CONFIG_CMD_IRQ
8891
8892     Neither the MVBLUE nor its underlying architecture implement the
8893     do_irqinfo() function which is required when CONFIG_CMD_IRQ is defined.
8894     This change fixes the following MVBLUE compiler error:
8895
8896     -> ./MAKEALL MVBLUE
8897     Configuring for MVBLUE board...
8898     common/libcommon.a(cmd_irq.o):(.u_boot_cmd+0x24): undefined reference to `do_irqinfo'
8899     make: *** [u-boot] Error 1
8900
8901     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
8902     Acked-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
8903
8904 commit 18e8ad60ee87431c01cc2686985b60cc54f5dd3b
8905 Author: Detlev Zundel <dzu@denx.de>
8906 Date:   Mon Dec 14 17:54:40 2009 +0100
8907
8908     imx27lite: Reenable MTD support on NOR flash.
8909
8910     The support for this was silently dropped by a configuration
8911     split during the merge of the imx27lite board support in commit
8912     864aa034f3a0e10ce710e8bbda171df3cab59414 (cmd_mtdparts: Move to common
8913     handling of FLASH devices via MTD layer).
8914
8915     Signed-off-by: Detlev Zundel <dzu@denx.de>
8916
8917 commit 076cd24cb4278c125c8f36df386852dc0fcfefae
8918 Author: Thomas Weber <weber@corscience.de>
8919 Date:   Wed Dec 9 09:38:04 2009 +0100
8920
8921     net: dm9000x: fix debug output
8922
8923     commit 60f61e6d7655400bb785a2ef637581679941f6d1 breaks compile with gcc by introducing __func__
8924     instead of constant string "func" in the macro call but missed to change the macro.
8925
8926     Signed-off-by: Thomas Weber <weber@corscience.de>
8927     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8928
8929 commit c179a2896e6a5138e30786f1d7961d880dbd6d31
8930 Author: John Ogness <john.ogness@linutronix.de>
8931 Date:   Fri Dec 11 09:47:28 2009 +0100
8932
8933     fec_mxc: incomplete error handling
8934
8935     fec_init() will only allocate fec->base_ptr if it is non-NULL. But
8936     the cleanup routine on error will free the pointer without setting
8937     it to NULL. This means that a later call to fec_init() would result
8938     in using an invalid pointer.
8939
8940     Signed-off-by: John Ogness <john.ogness@linutronix.de>
8941     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8942
8943 commit 2ab4a4d0952b754b1c74f4d2b12b83d600d449c8
8944 Author: Reinhard Arlt <reinhard.arlt@esd.eu>
8945 Date:   Fri Dec 4 09:52:17 2009 +0100
8946
8947     net: e1000: Add support for the Intel 82546GB controller
8948
8949     This chip is equipped for example on the esd PMC-ETH2-GB board. So let's
8950     add it to the list of supported chips to the e1000 driver.
8951
8952     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd.eu>
8953     Signed-off-by: Stefan Roese <sr@denx.de>
8954     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8955
8956 commit aafda38fb266b94ca344e5ff014d430790c72279
8957 Author: Remy Bohmer <linux@bohmer.net>
8958 Date:   Wed Oct 28 22:13:40 2009 +0100
8959
8960     Add error codes/handling for TFTP-server
8961
8962     Signed-off-by: Remy Bohmer <linux@bohmer.net>
8963     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8964
8965 commit ac6b362a2598b8cd27beb071fa6224cf8b121e1b
8966 Author: Nishanth Menon <nm@ti.com>
8967 Date:   Fri Oct 16 00:06:37 2009 -0500
8968
8969     LAN91C96: Enable NET_MULTI LAN driver
8970
8971     This modification is NOT tested on any of the
8972     platforms modified as I dont have them. please
8973     help by testing+building+fixing
8974
8975     Signed-off-by: Nishanth Menon <nm@ti.com>
8976     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8977
8978 commit a1725999b8b7527971183122cdfb54e2f87f61ae
8979 Author: Nishanth Menon <nm@ti.com>
8980 Date:   Fri Oct 16 00:06:36 2009 -0500
8981
8982     TI OMAP3: SDP3430 FIX NET_MULTI Warning
8983
8984     Enable the NET MULTI option and remove build warning
8985
8986     Tested: SDP3430
8987
8988     Signed-off-by: Nishanth Menon <nm@ti.com>
8989     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8990
8991 commit b7ad4109da342dfc787468fc713d88d0a8b9e67a
8992 Author: Nishanth Menon <nm@ti.com>
8993 Date:   Fri Oct 16 00:06:35 2009 -0500
8994
8995     NET: LAN91C96 CONFIG_NET_MULTIify
8996
8997     Make the lan91c96 driver capable of CONFIG_NET_MULTI
8998     to be clean for the new arch, add a a lil detect function
8999     Most of the formatting change was done to keep checkpatch
9000     silent, but a few functions and #if 0ed code which
9001     does not make sense for NET_MULTI have been removed
9002
9003     Now, use the lan91c96_initialize() function to init the driver
9004
9005     Signed-off-by: Nishanth Menon <nm@ti.com>
9006     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9007
9008 commit 6ac59c5518e1d2e2ef1c4b8dee99267dfbdf9cdc
9009 Author: Mike Frysinger <vapier@gentoo.org>
9010 Date:   Tue Nov 3 11:35:42 2009 -0500
9011
9012     net: pull CONFIG checks out of source and into makefile
9013
9014     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9015     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9016
9017 commit f4cfe42758192d09f8375e384cc000aa70d97029
9018 Author: Stefan Roese <sr@denx.de>
9019 Date:   Wed Dec 9 09:01:43 2009 +0100
9020
9021     nand: Fix access to last block in NAND devices
9022
9023     Currently, the last block of NAND devices can't be accessed. This patch
9024     fixes this issue by correcting the boundary checking (off-by-one error).
9025
9026     Signed-off-by: Stefan Roese <sr@denx.de>
9027     Cc: Scott Wood <scottwood@freescale.com>
9028     Cc: Wolfgang Denk <wd@denx.de>
9029
9030 commit 3b887ca8ce72cc12129183538f6e828db13f4867
9031 Author: Peter Korsgaard <jacmet@sunsite.dk>
9032 Date:   Tue Dec 8 22:20:34 2009 +0100
9033
9034     mpc83xx: boot time regression, move LCRR setup back to cpu_init_f
9035
9036     Commit c7190f02 (retain POR values of non-configured ACR, SPCR, SCCR,
9037     and LCRR bitfields) moved the LCRR assignment to after relocation
9038     to RAM because of the potential problem with changing the local bus
9039     clock while executing from flash.
9040
9041     This change unfortunately adversely affects the boot time, as running
9042     all code up to cpu_init_r can cause significant slowdown.
9043
9044     E.G. on a 8347 board a bootup time increase of ~600ms has been observed:
9045
9046        0.020 CPU:   e300c1, MPC8347_PBGA_EA, Rev: 3.0 at 400 MHz, CSB: 266.667 MHz
9047        0.168 RS:    232
9048        0.172 I2C:   ready
9049        0.176 DRAM:  64 MB
9050        1.236 FLASH: 32 MB
9051
9052     Versus:
9053
9054        0.016 CPU:   e300c1, MPC8347_PBGA_EA, Rev: 3.0 at 400 MHz, CSB: 266.667 MHz
9055        0.092 RS:    232
9056        0.092 I2C:   ready
9057        0.096 DRAM:  64 MB
9058        0.644 FLASH: 32 MB
9059
9060     So far no boards have needed the late LCRR setup, so simply revert it
9061     for now - If it is needed at a later time, those boards can either do
9062     their own final LCRR setup in board code (E.G. in board_early_init_r),
9063     or we can introduce a CONFIG_SYS_LCRR_LATE config option to only do
9064     the setup in cpu_init_r.
9065
9066     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
9067     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9068
9069 commit 4b142febff71eabdb7ddbb125c7b583b24ddc434
9070 Author: Heiko Schocher <hs@denx.de>
9071 Date:   Thu Dec 3 11:21:21 2009 +0100
9072
9073     common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL
9074
9075     There is more and more usage of printing 64bit values,
9076     so enable this feature generally, and delete the
9077     CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL
9078     defines.
9079
9080     Signed-off-by: Heiko Schocher <hs@denx.de>
9081
9082 commit 00b6d927ba8900cdf218b90b277e1090e284bea6
9083 Author: Heiko Schocher <hs@denx.de>
9084 Date:   Thu Dec 3 11:20:06 2009 +0100
9085
9086     5xxx, fdt: move fdt_fixup_memory() to cpu.c file
9087
9088     u-boot updates, before starting Linux, the memory node in the
9089     DTS. As this is a "standard" feature, move this functionality
9090     to the cpu.c file for mpc5xxx and mpc512x processors.
9091
9092     Signed-off-by: Heiko Schocher <hs@denx.de>
9093
9094 commit 386118a896554b13f14ad0f82356276988f7de82
9095 Author: Michal Simek <monstr@monstr.eu>
9096 Date:   Tue Dec 8 09:12:49 2009 +0100
9097
9098     microblaze: Correct ffs regression for Microblaze
9099
9100     We are using generic implementation of ffs. This should
9101     be part of Simon's commit 0413cfecea350000eab5e591a0965c3e3ee0ff00
9102
9103     Here is warning message which this patch removes.
9104
9105     In file included from /tmp/u-boot-microblaze/include/common.h:38,
9106                      from cmd_mtdparts.c:87:
9107     /tmp/u-boot-microblaze/include/linux/bitops.h:123:1: warning: "ffs" redefined
9108     In file included from /tmp/u-boot-microblaze/include/linux/bitops.h:110,
9109                      from /tmp/u-boot-microblaze/include/common.h:38,
9110                      from cmd_mtdparts.c:87:
9111     /tmp/u-boot-microblaze/include/asm/bitops.h:269:1:
9112     warning: this is the location of the previous definition
9113
9114     Signed-off-by: Michal Simek <monstr@monstr.eu>
9115
9116 commit 8fe7b29f9811322931f0192a56431edcf819d6b9
9117 Author: Graeme Smecher <graeme.smecher@mail.mcgill.ca>
9118 Date:   Mon Dec 7 08:09:57 2009 -0800
9119
9120     microblaze: Stop stack clobbering in microblaze-generic.
9121
9122     A typo caused the stack and malloc regions to overlap, which prevented
9123     mem_malloc_init() from returning. This commit makes the memory layout match
9124     the example described in include/configs/microblaze-generic.h
9125
9126     Signed-off-by: Graeme Smecher <graeme.smecher@mail.mcgill.ca>
9127     Signed-off-by: Michal Simek <monstr@monstr.eu>
9128
9129 commit 0fc52948bda0734431cb528ee4fd82f1dec8c7b5
9130 Author: Wolfgang Denk <wd@denx.de>
9131 Date:   Mon Dec 7 23:14:13 2009 +0100
9132
9133     Update CHANGELOG, prepare -rc2
9134
9135     Signed-off-by: Wolfgang Denk <wd@denx.de>
9136
9137 commit f2352877cb2daac88115192fb09991a2397d0b27
9138 Author: Peter Tyser <ptyser@xes-inc.com>
9139 Date:   Sun Dec 6 23:58:28 2009 -0600
9140
9141     MAKEALL: Fix return value
9142
9143     Previously MAKEALL would always return a value of 0, even if 1 or more
9144     boards did not compile.  This change causes MAKEALL to return 0 if all
9145     boards were able to build, otherwise 1.
9146
9147     This change also requires changing the script interpreter from sh to
9148     bash to support bash's PIPESTATUS variable.
9149
9150     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9151
9152 commit fbc1c8f6f6c972524197829c56dd8f2f5da0200a
9153 Author: Peter Tyser <ptyser@xes-inc.com>
9154 Date:   Sun Dec 6 01:33:24 2009 -0600
9155
9156     tools/mkimage: Remove duplicate line of code
9157
9158     Recent commits 1a99de2cb4d08eb3bf9fb3f60a9d533150de8c0e and
9159     6a590c5f5fd12cdd27f3153522acfac3854590e7 both fixed the same bug in the
9160     same manner.  Unfortunately git was "smart" enough to merge both changes
9161     which resulted in some duplicate code.
9162
9163     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9164
9165     Reordered code and comment a bit.
9166
9167     Signed-off-by: Wolfgang Denk <wd@denx.de>
9168
9169 commit df002fa6b9cd475909ede35bf95b803c2289c6a4
9170 Author: Heiko Schocher <hs@denx.de>
9171 Date:   Sat Dec 5 11:59:51 2009 +0100
9172
9173     i2c: fix dangling comment in do_i2c_mw()
9174
9175     commit bd3784df94bfeca43fbf34094df9cb1bd3ecca3b deleted some unused
9176     code in do_i2c_mw(), but missed to also remove the respective
9177     commment. This patch fixes this.
9178
9179     Signed-off-by: Heiko Schocher <hs@denx.de>
9180
9181 commit 7cb5fc15f22de46cc6fabc26baf994cf8f7fa546
9182 Author: Heiko Schocher <hs@denx.de>
9183 Date:   Thu Dec 3 11:20:42 2009 +0100
9184
9185     mpc52xx, manroland: add some commands
9186
9187     add the following commands for the manroland boards:
9188
9189     CONFIG_CMDLINE_EDITING
9190     CONFIG_COMMAND_HISTORY
9191     CONFIG_AUTO_COMPLETE
9192
9193     Signed-off-by: Heiko Schocher <hs@denx.de>
9194
9195 commit 39ff7d5f4cc547a2034a8bfc2a5b5f4b62fd5c20
9196 Author: Stefan Roese <sr@denx.de>
9197 Date:   Thu Dec 3 06:24:30 2009 +0100
9198
9199     POST: Remove duplicated post_hotkey_pressed() functions
9200
9201     This patch introduces a weak default function for post_hotkey_pressed(),
9202     returning 0, for boards without hotkey support. The long-running tests
9203     won't be started on those boards. This default function was implemented
9204     in many board directories. By implementing this weak default we can
9205     remove all those duplicate versions.
9206
9207     Boards with hotkey support, can override this weak default function
9208     by defining one in their board specific code.
9209
9210     Signed-off-by: Stefan Roese <sr@denx.de>
9211
9212 commit f8450829f921cf10667af98a8d08edfa3d998f04
9213 Author: Heiko Schocher <hs@denx.de>
9214 Date:   Tue Dec 1 19:30:47 2009 +0100
9215
9216     52xx, manroland: add fdt_fixup_memory() in ft_board_setup()
9217
9218     To update the real memory size in the memory node on the
9219     uc101 and mucmc52 boards call fdt_fixup_memory() in
9220     ft_board_setup().
9221
9222     Signed-off-by: Heiko Schocher <hs@denx.de>
9223
9224 commit 0ec81db20294efdad2454a753e79f1fe244a43ca
9225 Author: Daniel Hobi <daniel.hobi@schmid-telecom.ch>
9226 Date:   Tue Dec 1 14:05:55 2009 +0100
9227
9228     Fix computation in nand_util.c:get_len_incl_bad
9229
9230     Depending on offset, flash size and the number of bad blocks,
9231     get_len_incl_bad may return a too small value which may lead to:
9232
9233     1) If there are no bad blocks, nand_{read,write}_skip_bad chooses the
9234     bad block aware read/write code. This may hurt performance, but does
9235     not have any adverse effects.
9236
9237     2) If there are bad blocks, the nand_{read,write}_skip_bad may choose
9238     the bad block unaware read/write code (if len_incl_bad == *length)
9239     which leads to corrupted data.
9240
9241     Signed-off-by: Daniel Hobi <daniel.hobi@schmid-telecom.ch>
9242
9243 commit aabb8cb0818e285aeed0cfaf243635997e07554d
9244 Author: Evan Samanas <esamanas@xes-inc.com>
9245 Date:   Mon Nov 9 20:08:36 2009 -0600
9246
9247     nfs: NfsTimeout() updates
9248
9249     - NfsTimeout() does not correctly update the NFS timeout value which
9250       results in NfsTimeout() only being called once in certain situations.
9251       This can result in the 'nfs' command hanging indefinetly.  For
9252       example, the command:
9253
9254         nfs 192.168.0.1:/home/user/file
9255
9256       will not exit until ctrl-c is pressed if 192.168.0.1 does not have an
9257       NFS server running.
9258
9259       This issue is resolved by reinitializting the NFS timeout value inside
9260       NfsTimeout() when a timeout occurs.
9261
9262     - Make the 'nfs' command print the 'T' character when a timeout occurs.
9263       Previously there was no indication that timeouts were occuring.
9264
9265     - Mimic the 'tftpboot' command and when a download fails print "Retry
9266       count exceeded; starting again", and restart the download taking the
9267       'netretry' environment variable into account.
9268
9269     Signed-off-by: Evan Samanas <esamanas@xes-inc.com>
9270     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9271
9272     Tested on TQM8xxL.
9273
9274     Tested by: Wolfgang Denk <wd@denx.de>
9275
9276     Tested on MPC8527DS.
9277
9278     Tested by: Ed Swarthout <Ed.Swarthout@freescale.com>
9279
9280 commit 224c90d1060bf1a83cbf33ca51d060b9d19e0294
9281 Author: Peter Tyser <ptyser@xes-inc.com>
9282 Date:   Wed Nov 18 19:08:59 2009 -0600
9283
9284     bootm: Fix help message's sub-command ordering
9285
9286     The help message for the 'bootm' command listed the 'cmdline' and 'bdt'
9287     sub-commands in the wrong order which resulted in the error below when
9288     following the 'help' command's instructions:
9289
9290       "Trying to execute a command out of order"
9291
9292     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9293
9294 commit a93c92cddaedd5f0720e0da15c6664f7a688b582
9295 Author: Robert P. J. Day <rpjday@crashcourse.ca>
9296 Date:   Tue Nov 17 07:30:23 2009 -0500
9297
9298     help: Correct syntax of nandecc help output.
9299
9300     "nandecc" help output should not reproduce the command name, nor have
9301     a trailing newline.
9302
9303     Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
9304
9305 commit c2fff331a32ceca837d76eb7827d6340da270d52
9306 Author: Mike Rapoport <mike@compulab.co.il>
9307 Date:   Wed Nov 11 10:03:03 2009 +0200
9308
9309     smc911x: update SMC911X related configuration description
9310
9311     Since commit 736fead8fdbf8a8407048bebc373cd551d01ec98 "Convert SMC911X
9312     Ethernet driver to CONFIG_NET_MULTI API" SMC911X configration options
9313     are called CONFIG_SMC911X rather than CONFIG_DRIVER_SMC911X. Update
9314     README to reflect that change.
9315
9316     Signed-off-by: Mike Rapoport <mike@compulab.co.il>
9317
9318 commit 45b6b65c6bf06a589ef3123192af94b0381db27b
9319 Author: Mike Rapoport <mike@compulab.co.il>
9320 Date:   Wed Nov 11 10:03:09 2009 +0200
9321
9322     smc911x: fix typo in smc911x_handle_mac_address name
9323
9324     Signed-off-by: Mike Rapoport <mike@compulab.co.il>
9325
9326 commit f64ef9bb995687e24e0b61b52316f4eaa97c3bbc
9327 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
9328 Date:   Thu Nov 19 02:47:28 2009 -0600
9329
9330     fix nfs symlink name corruption
9331
9332     An off by one error may cause nfs readlink lookup fail if
9333     nfs_path_buff has non-zero data from a previous use.
9334
9335     Loading: *** ERROR: File lookup fail
9336
9337     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
9338
9339 commit e8fac25e83426fdf461c66aa8a2530ec28ec536e
9340 Author: Wolfgang Denk <wd@denx.de>
9341 Date:   Mon Dec 7 21:06:40 2009 +0100
9342
9343     at91sam9261ek.c: fix minor coding style issue.
9344
9345     Signed-off-by: Wolfgang Denk <wd@denx.de>
9346
9347 commit 4713010adf5beda87410d637ebfc58db0db9a9db
9348 Author: Wolfgang Denk <wd@denx.de>
9349 Date:   Sun Dec 6 01:21:28 2009 +0100
9350
9351     trab: fix warning: implicit declaration of function 'disable_vfd'
9352
9353     Signed-off-by: Wolfgang Denk <wd@denx.de>
9354
9355 commit a9f99ab44b473fb394169ba365f8b4380f981584
9356 Author: Wolfgang Denk <wd@denx.de>
9357 Date:   Sun Dec 6 00:53:18 2009 +0100
9358
9359     zlib.c: avoid build conflicts for cradle board
9360
9361     Commit dce3d79710 updated the zlib code to v0.95; this caused
9362     conflicts when building for the "cradle" board, because the (pretty
9363     generic) preprocessor variable "OFF" was used in multiple files.
9364     Make sure to avoid further conflicts by #undef'ing it in zlib.c
9365     before redefining it.
9366
9367     Signed-off-by: Wolfgang Denk <wd@denx.de>
9368     cc: Giuseppe Condorelli <giuseppe.condorelli@st.com>
9369     cc: Angelo Castello <angelo.castello@st.com>
9370     cc: Alessandro Rubini <rubini-list@gnudd.com>
9371
9372 commit 8cbf4e4f17121d732e78764f0ba317c9a1838ea6
9373 Author: Wolfgang Denk <wd@denx.de>
9374 Date:   Sun Dec 6 00:26:19 2009 +0100
9375
9376     Fix out-of-tree building of "apollon" board.
9377
9378     Signed-off-by: Wolfgang Denk <wd@denx.de>
9379
9380 commit f68ab43de67f59925542efb6bcec30f4a84fe695
9381 Author: Mike Frysinger <vapier@gentoo.org>
9382 Date:   Fri Dec 4 05:35:15 2009 -0500
9383
9384     lzma: ignore unset filesizes
9385
9386     The Linux kernel build system changed how it compresses things with LZMA
9387     such that the header no longer contains the filesize (it is instead set to
9388     all F's).  So if we get a LZMA image that has -1 for the 64bit field,
9389     let's just assume that the decompressed size is unknown and continue on.
9390
9391     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9392
9393 commit cccfc2ab77877dbdd2abe26b28d4c1f467feb0c0
9394 Author: Detlev Zundel <dzu@denx.de>
9395 Date:   Tue Dec 1 17:16:19 2009 +0100
9396
9397     README: Rearrange paragraphs to regain linear arrangement.
9398
9399     Two later additions to the Configuration Option section unfortunately
9400     split the description of Show boot progress and the list of its call outs.
9401
9402     Signed-off-by: Detlev Zundel <dzu@denx.de>
9403
9404 commit cd514aeb996e2f7aefbe1f78481965d9d074aed4
9405 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
9406 Date:   Thu Nov 19 13:22:44 2009 +0100
9407
9408     zlib: Optimize decompression
9409
9410     This patch optimizes the direct copy procedure.
9411     Uses get_unaligned() but only in one place.
9412     The copy loop just above this one can also use this
9413     optimization, but I havn't done so as I have not tested if it
9414     is a win there too.
9415     On my MPC8321 this is about 17% faster on my JFFS2 root FS
9416     than the original. No speed test has been performed in u-boot.
9417
9418     Size increase on ppc: 484 bytes
9419
9420     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
9421     Acked-by: Peter Korsgaard <jacmet@sunsite.dk>
9422
9423 commit 20dde48bcadd856c86a91d5463831a10be46db83
9424 Author: Peter Korsgaard <jacmet@sunsite.dk>
9425 Date:   Thu Nov 19 11:37:51 2009 +0100
9426
9427     add lzop decompression support
9428
9429     Add lzop decompression support to the existing lzo bitstream handling
9430     (think gzip versus zlib), and support it for uImage decompression if
9431     CONFIG_LZO is enabled.
9432
9433     Lzop doesn't compress as good as gzip (~10% worse), but decompression
9434     is very fast (~0.7s faster here on a slow ppc). The lzop decompression
9435     code is based on Albin Tonnerre's recent ARM Linux lzo support patch.
9436
9437     Cc: albin.tonnerre@free-electrons.com
9438     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
9439
9440 commit c81296c16fd9d12422c9968cc0f1d9bf440a7d88
9441 Author: Peter Tyser <ptyser@xes-inc.com>
9442 Date:   Tue Nov 24 16:42:10 2009 -0600
9443
9444     tools/mkimage: Print FIT image contents after creation
9445
9446     Previously, there was no indication to the user that a FIT image was
9447     successfully created after executing mkimage.  For example:
9448
9449       $ mkimage -f uImage.its uImage.itb
9450       DTC: dts->dtb  on file "uImage.its"
9451
9452     Adding some additional output after creating a FIT image lets the user
9453     know exactly what is contained in their image, eg:
9454
9455       $ mkimage -f uImage.its uImage.itb
9456       DTC: dts->dtb  on file "uImage.its"
9457       FIT description: Linux kernel 2.6.32-rc7-00201-g7550d6f-dirty
9458       Created:         Tue Nov 24 15:43:01 2009
9459        Image 0 (kernel@1)
9460         Description:  Linux Kernel 2.6.32-rc7-00201-g7550d6f-dirty
9461         Type:         Kernel Image
9462         Compression:  gzip compressed
9463         Data Size:    2707311 Bytes = 2643.86 kB = 2.58 MB
9464         Architecture: PowerPC
9465         OS:           Linux
9466         Load Address: 0x00000000
9467         Entry Point:  0x00000000
9468         Hash algo:    crc32
9469         Hash value:   efe0798b
9470         Hash algo:    sha1
9471         Hash value:   ecafba8c95684f2c8fec67e33c41ec88df1534d7
9472        Image 1 (fdt@1)
9473         Description:  Flattened Device Tree blob
9474         Type:         Flat Device Tree
9475         Compression:  uncompressed
9476         Data Size:    12288 Bytes = 12.00 kB = 0.01 MB
9477         Architecture: PowerPC
9478         Hash algo:    crc32
9479         Hash value:   a5cab676
9480         Hash algo:    sha1
9481         Hash value:   168722b13e305283cfd6603dfe8248cc329adea6
9482        Default Configuration: 'config@1'
9483        Configuration 0 (config@1)
9484         Description:  Default Linux kernel
9485         Kernel:       kernel@1
9486         FDT:          fdt@1
9487
9488     This brings the behavior of creating a FIT image in line with creating a
9489     standard uImage, which also prints out the uImage contents after
9490     creation.
9491
9492     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9493
9494 commit 8e1c89663cc8796b85588910046e03b388a7597c
9495 Author: Peter Tyser <ptyser@xes-inc.com>
9496 Date:   Tue Nov 24 16:42:09 2009 -0600
9497
9498     tools/fit_image.c: Remove unused fit_set_header()
9499
9500     The FIT fit_set_header() function was copied from the standard uImage's
9501     image_set_header() function during mkimage reorganization.  However, the
9502     fit_set_header() function is not used since FIT images use a standard
9503     device tree blob header.
9504
9505     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9506
9507 commit 1a99de2cb4d08eb3bf9fb3f60a9d533150de8c0e
9508 Author: Peter Tyser <ptyser@xes-inc.com>
9509 Date:   Tue Nov 24 16:42:08 2009 -0600
9510
9511     tools/mkimage: Assume FDT image type for FIT images
9512
9513     When building a Flattened Image Tree (FIT) the image type needs to be
9514     "flat_dt".  Commit 89a4d6b12fd6394898b8a454cbabeaf1cd59bae5 introduced a
9515     regression which caused the user to need to specify the "-T flat_dt"
9516     parameter on the command line when building a FIT image.  The "-T
9517     flat_dt" parameter should not be needed and is at odds with the current
9518     FIT image documentation.
9519
9520     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9521
9522 commit 3eb90bad651fab39cffba750ec4421a9c01d60e7
9523 Author: Ingo van Lil <inguin@gmx.de>
9524 Date:   Tue Nov 24 14:09:21 2009 +0100
9525
9526     Generic udelay() with watchdog support
9527
9528     According to the PPC reference implementation the udelay() function is
9529     responsible for resetting the watchdog timer as frequently as needed.
9530     Most other architectures do not meet that requirement, so long-running
9531     operations might result in a watchdog reset.
9532
9533     This patch adds a generic udelay() function which takes care of
9534     resetting the watchdog before calling an architecture-specific
9535     __udelay().
9536
9537     Signed-off-by: Ingo van Lil <inguin@gmx.de>
9538
9539 commit 1c409bc7101a24ecd47a13a4e851845d66dc23ce
9540 Author: Graeme Russ <graeme.russ@gmail.com>
9541 Date:   Tue Nov 24 20:04:21 2009 +1100
9542
9543     i386: Final Relocation
9544
9545     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
9546
9547 commit cabe5794803fbe18bedac2d9c7f2417a0fa95ec1
9548 Author: Graeme Russ <graeme.russ@gmail.com>
9549 Date:   Tue Nov 24 20:04:20 2009 +1100
9550
9551     i386: Move references to link script exports
9552
9553     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
9554
9555 commit 0fc1b49ecbd7ec7371f9ede0600e4fd28cec7f33
9556 Author: Graeme Russ <graeme.russ@gmail.com>
9557 Date:   Tue Nov 24 20:04:19 2009 +1100
9558
9559     i386: Remove inline asm symbols from .dynsym
9560
9561     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
9562
9563 commit 564a9984bdbf86a02cf4f0d848933a9fff4a1d18
9564 Author: Graeme Russ <graeme.russ@gmail.com>
9565 Date:   Tue Nov 24 20:04:18 2009 +1100
9566
9567     i386: Rearrange Interupt Handling
9568
9569     In preperation for full relocation
9570
9571     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
9572
9573 commit 27f13075a659da046372dfe249d808f2f6ddb432
9574 Author: Graeme Russ <graeme.russ@gmail.com>
9575 Date:   Tue Nov 24 20:04:17 2009 +1100
9576
9577     i386: Fix race condition when using SC520 timers
9578
9579     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
9580
9581 commit 141a62cc12bfbab49f0f44a394518a360dcddad8
9582 Author: Graeme Russ <graeme.russ@gmail.com>
9583 Date:   Tue Nov 24 20:04:16 2009 +1100
9584
9585     i386: Fix global label in inline asm compile error
9586
9587     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
9588
9589 commit 4ee4e413baa8e951e3c42c17a808578867a63572
9590 Author: Graeme Russ <graeme.russ@gmail.com>
9591 Date:   Tue Nov 24 20:04:15 2009 +1100
9592
9593     i386: Reorder source objects in lib_i386 Makefile
9594
9595     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
9596
9597 commit aea14421c52f31e39837aa2890e07e9c70ee61fd
9598 Author: Graeme Russ <graeme.russ@gmail.com>
9599 Date:   Tue Nov 24 20:04:14 2009 +1100
9600
9601     i386: Fix link collisions resulting from gcc4.4.1 upgrade
9602
9603     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
9604
9605 commit b4feeb4e8a1d9124bae39985a97b99d08e06186d
9606 Author: Graeme Russ <graeme.russ@gmail.com>
9607 Date:   Tue Nov 24 20:04:13 2009 +1100
9608
9609     i386: Fix malloc initialization
9610
9611     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
9612
9613 commit c74bfce0fb20ec4d01809fa0566263894923467b
9614 Author: Graeme Russ <graeme.russ@gmail.com>
9615 Date:   Tue Nov 24 20:04:12 2009 +1100
9616
9617     i386: Fix dlmalloc compile warning
9618
9619     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
9620
9621 commit 270737acca21f3939f814de5dcf350a1c3d80d83
9622 Author: Michael Brandt <Michael.Brandt@emsyso.de>
9623 Date:   Sun Nov 22 14:13:27 2009 +0100
9624
9625     EXT2FS: fix inode size for ext2fs rev#0
9626
9627     extfs.c assumes that there is always a valid inode_size field in the
9628     superblock. But this is not true for ext2fs rev 0. Such ext2fs images
9629     are for instance generated by genext2fs. Symptoms on ARM machines are
9630     messages like: "raise: Signal # 8 caught"; on PowerPC "ext2ls" will
9631     print nothing.
9632     This fix checks for rev 0 and uses then 128 bytes as inode size.
9633
9634     Signed-off-by: Michael Brandt <Michael.Brandt@emsyso.de>
9635     Tested on: TQM5200S
9636     Tested-by: Wolfgang Denk <wd@denx.de>
9637     Signed-off-by: Wolfgang Denk <wd@denx.de>
9638
9639 commit bcb324d68f7955c1136dafc944eb55db8ebaa601
9640 Author: Robert P. J. Day <rpjday@crashcourse.ca>
9641 Date:   Thu Nov 19 11:00:28 2009 -0500
9642
9643     Remove superfluous preprocessor tests from some cmd_*.c files.
9644
9645     A small number of common/cmd_*.c files contain preprocessor tests that
9646     are apparently superfluous since those same tests are used in the
9647     Makefile to control the compilation of those files.  Those tests are
9648     clearly redundant as long as they surround the entirety of the source
9649     in those files.
9650
9651     Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
9652
9653 commit 3ee8c12071f0e3bdda25125b63c9d3fd54a7c9d8
9654 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
9655 Date:   Thu Nov 19 13:44:16 2009 +0100
9656
9657     crc32: Impl. linux optimized crc32()
9658
9659     Ported over the more efficient linux crc32() function.
9660     A quick comparsion on ppc:
9661     After changing the old crc32 to do 4 bytes in the
9662     inner loop to be able to compare with new version one can note:
9663     - old inner loop has 61 insn, new has 19 insn.
9664     - new crc32 does one 32 bit load of data to crc while
9665       the old does four 8 bits loads.
9666     - size is bit bigger for the new crc32:
9667       1392(old) 1416(new) of text. The is because the new version
9668       shares code with crc32_no_comp() instead of duplicating code.
9669     - about 33% faster on ppc:
9670       New > crc 0 0xfffffff -> 39 secs
9671       Old > crc 0 0xfffffff -> 60 secs
9672
9673     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
9674
9675 commit ad53226156fa64b6d04c0d1d6e91e09979cbea15
9676 Author: Robert P. J. Day <rpjday@crashcourse.ca>
9677 Date:   Tue Nov 17 01:59:29 2009 -0500
9678
9679     README: Update the list of directories.
9680
9681     Bring the directory listing more into line with current content.
9682
9683     Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
9684
9685 commit bd3784df94bfeca43fbf34094df9cb1bd3ecca3b
9686 Author: Pratap Chandu <pratap.rrke@gmail.com>
9687 Date:   Thu Nov 12 19:28:25 2009 +0530
9688
9689     Removes dead code in the file common/cmd_i2c.c
9690
9691     There is some dead code enclosed by #if 0 .... #endif in the file
9692     common/cmd_i2c.c
9693     This patch removes the dead code.
9694
9695     Signed-off-by: Pratap Chandu <pratap.rrke@gmail.com>
9696
9697 commit 64a480601a5614b441de692ae15a62c51e0bb381
9698 Author: Mike Frysinger <vapier@gentoo.org>
9699 Date:   Wed Nov 11 17:51:56 2009 -0500
9700
9701     smc91111_eeprom: drop CONFIG stub protection
9702
9703     Since the Makefile now controls the compilation of this, there is no need
9704     for CONFIG checking nor the stub function.
9705
9706     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9707
9708 commit f3a7bddc06c927c36a1a99a97131299479ef207a
9709 Author: Magnus Lilja <lilja.magnus@gmail.com>
9710 Date:   Wed Nov 11 19:56:58 2009 +0100
9711
9712     RTC: Fix return code in MC13783 RTC driver.
9713
9714     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
9715
9716 commit d52e3e0176a74c30549251e16c5c00a363c544d2
9717 Author: Magnus Lilja <lilja.magnus@gmail.com>
9718 Date:   Wed Nov 11 19:56:36 2009 +0100
9719
9720     cmd_date: Fix spelling in error message.
9721
9722     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
9723
9724 commit c253122395753abb9e531d8906c5265dc8803fb1
9725 Author: Peter Tyser <ptyser@xes-inc.com>
9726 Date:   Wed Nov 11 10:36:28 2009 -0600
9727
9728     Move do_irqinfo() to common/cmd_irq.c
9729
9730     cmd_irq.c is a much better home and it is already conditionally
9731     compiled based on CONFIG_CMD_IRQ.
9732
9733     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9734
9735 commit a5dd4dc64fe68e549c5ffcf6a048281b5ba94752
9736 Author: Peter Tyser <ptyser@xes-inc.com>
9737 Date:   Wed Nov 11 10:36:19 2009 -0600
9738
9739     cmd_license: Remove unneeded #ifdef CONFIG_CMD_LICENSE
9740
9741     cmd_license is already conditionally compiled at the Makefile-level.
9742
9743     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9744
9745 commit 06015146a15adc7455440c491d543f6a8091551d
9746 Author: Peter Tyser <ptyser@xes-inc.com>
9747 Date:   Mon Nov 9 15:18:52 2009 -0600
9748
9749     m41t11: Remove unused functions
9750
9751     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9752
9753 commit 9ef78511cda39987e5fc10febf386fd19f58ecf7
9754 Author: Peter Tyser <ptyser@xes-inc.com>
9755 Date:   Mon Nov 9 15:17:50 2009 -0600
9756
9757     circbuf: Move to lib_generic and conditionally compile
9758
9759     circbuf could be used as a generic library and is only currently
9760     needed when CONFIG_USB_TTY is defined.
9761
9762     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9763
9764 commit 604f7ce55ad74694ef8743ad2e99933dc0265e46
9765 Author: Sanjeev Premi <premi@ti.com>
9766 Date:   Mon Nov 9 22:43:00 2009 +0530
9767
9768     Fix build failure in examples/standalone
9769
9770     Some versions of 'make' do not handle trailing white-spaces
9771     properly. Trailing spaces in ELF causes a 'fake' source to
9772     be added to the variable COBJS; leading to build failure
9773     (listed below). The problem was found with GNU Make 3.80.
9774
9775     Using text-function 'strip' as a workaround for the problem.
9776
9777     make[1]: Entering directory `/home/sanjeev/u-boot/examples/standalone'
9778     arm-none-linux-gnueabi-gcc -g  -Os   -fno-common -ffixed-r8 -msoft-float
9779     -D__KERNEL__ -DTEXT_BASE=0x80e80000 -I/home/sanjeev/u-boot/include
9780     -fno-builtin -ffreestanding -nostdinc -isystem /opt/codesourcery/2009q1-
9781     203/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/include -pipe  -DCONFIG_
9782     ARM -D__ARM__ -marm  -mabi=aapcs-linux -mno-thumb-interwork -march=armv5
9783     -Wall -Wstrict-prototypes -fno-stack-protector -g  -Os   -fno-common -ff
9784     ixed-r8 -msoft-float   -D__KERNEL__ -DTEXT_BASE=0x80e80000 -I/home/sanje
9785     ev/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/co
9786     desourcery/2009q1-203/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/includ
9787     e -pipe  -DCONFIG_ARM -D__ARM__ -marm  -mabi=aapcs-linux -mno-thumb-inte
9788     rwork -march=armv5 -I.. -Bstatic -T u-boot.lds  -Ttext 0x80e80000 -o .c
9789     arm-none-linux-gnueabi-gcc: no input files
9790     make[1]: *** [.c] Error 1
9791     make[1]: Leaving directory `/home/sanjeev/u-boot/examples/standalone'
9792     make: *** [examples/standalone] Error 2
9793     premi #
9794
9795     Signed-off-by: Sanjeev Premi <premi@ti.com>
9796
9797     Fixed typo (s/ElF/ELF/).
9798     Signed-off-by: Wolfgang Denk <wd@denx.de>
9799
9800 commit d984fed068b3bec8a7edaf7a3de71479abde080a
9801 Author: Scott Wood <scottwood@freescale.com>
9802 Date:   Wed Nov 4 18:41:41 2009 -0600
9803
9804     makefiles: fixes for building build tools
9805
9806     Currently, some of the tools instead set CC to be HOSTCC in order to re-use
9807     some pattern rules -- but this fails when the user overrides CC on the make
9808     command line.  Also, the HOSTCFLAGS in tools/Makefile are currently not
9809     being used because config.mk overwrites them.
9810
9811     This patch adds static pattern rules for files that have been requested to
9812     be built with the native compiler using $(HOSTSRCS) and $(HOSTOBJS), and
9813     converts the tools to use them.
9814
9815     It restores easylogo to using the host compiler, which was broken by commit
9816     38d299c2db81bd889c601b5dfc12c4e83ef83333 (if this was an intentional change,
9817     please let me know -- but it seems to be a build tool).
9818
9819     It restores -pedantic and the special flags for darwin and cygwin that were
9820     requested in tools/makefile (but keeps the flags added by config.mk) --
9821     hopefully someone can test this on those platforms.  It no longer
9822     conditionalizes -pedantic on not being darwin; it wasn't clear that that was
9823     intentional, and unless there's a real problem it's just inviting people to
9824     contribute non-pedantic patches to those files (I'm not a fan of -pedantic
9825     personally, but if it's on for one platform it should be on for all).
9826
9827     HOST_LDFLAGS is renamed HOSTLDFLAGS for consistency with the previous
9828     HOST_CFLAGS to HOSTCFLAGS rename.  A new HOSTCFLAGS_NOPED is made available
9829     for those files which currently cannot be built with -pedantic, and replaces
9830     the old FIT_CFLAGS.
9831
9832     imls now uses the cross compiler properly, rather than by trying to
9833     reconstruct CC using the typoed $(CROSS_COMPILER).
9834
9835     envcrc.c is now dependency-processed unconditionally -- previously it would
9836     be built without being on (HOST)SRCS if CONFIG_ENV_IS_EMBEDDED was not
9837     selected.
9838
9839     Signed-off-by: Scott Wood <scottwood@freescale.com>
9840
9841 commit af860962b544ddf323c4ff68454f00d31e44df0a
9842 Author: Becky Bruce <beckyb@kernel.crashing.org>
9843 Date:   Wed Nov 4 18:30:08 2009 -0600
9844
9845     85xx: Remove unused CONFIG_ASSUME_AMD_FLASH from config files
9846
9847     A bunch of the 85xx boards have this cruft in them - it's not used
9848     anywhere.  Delete it.
9849
9850     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
9851
9852 commit bf44f3f327acddba202ff67f70192926ea47dfd1
9853 Author: Mike Frysinger <vapier@gentoo.org>
9854 Date:   Wed Nov 4 16:34:42 2009 -0500
9855
9856     exports: rewrite jump table init
9857
9858     The current jump table init fails to initialize a bunch of exported
9859     symbols (forceenv/do_reset/etc...).  Rather than fix just these few
9860     missing pieces, rewrite the code to utilize the existing list of
9861     exported symbols -- _exports.h.  Since every exported symbol has to
9862     be listed in this header, it makes sense to use it so that we only
9863     ever have one list that needs to be updated and things can't fall
9864     out of sync again.
9865
9866     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9867
9868 commit deec1fbd4f704dded2e668bb9e368631981ea139
9869 Author: Wolfgang Denk <wd@denx.de>
9870 Date:   Wed Dec 2 22:26:30 2009 +0100
9871
9872     MAINTAINERS: update responsible for MPC85xx/86xx
9873
9874     Signed-off-by: Wolfgang Denk <wd@denx.de>
9875     Cc: Kumar Gala <galak@kernel.crashing.org>
9876     Cc: Becky Bruce <beckyb@kernel.crashing.org>
9877
9878 commit 71636fa7c3de63de29c0f514d5c725eccb011657
9879 Author: Tom Rix <Tom.Rix@windriver.com>
9880 Date:   Sun Nov 29 17:56:36 2009 -0600
9881
9882     ARM Update mach-types
9883
9884     Fetched from http://www.arm.linux.org.uk/developer/machines/download.php
9885     And built with
9886
9887     repo http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm
9888     commit 3fcca9ac6cbce35b3e81e247d375534117d5f4cd
9889
9890     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
9891
9892 commit 7c15121f4007751af8c45c978c4ad7d6c5ff11f9
9893 Author: Vaibhav Hiremath <hvaibhav@ti.com>
9894 Date:   Mon Nov 23 16:36:05 2009 +0530
9895
9896     omap3_mmc: Encapsulate twl4030 under option CONFIG_TWL4030_POWER
9897
9898     Fixes the build/compilation error if we try to re-use the omap3_mmc code
9899     without TWL4030_POWER.
9900
9901     Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
9902
9903 commit 6406d6daea51bbeed21f3829b37d3f395c198e54
9904 Author: Sandeep Paulraj <s-paulraj@ti.com>
9905 Date:   Sat Nov 21 13:13:59 2009 -0500
9906
9907     TI DaVinci: Adding a README for the DaVinci series of SOC's
9908
9909     Adding an initial README for the DaVinci series of SOC's
9910
9911     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
9912
9913 commit 990f569c4fa6b9e76b31d0a5229981c092b02dcf
9914 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at>
9915 Date:   Sat Jun 6 10:30:58 2009 +0000
9916
9917     avr32/hsdramc: Move conditional compilation to Makefile
9918
9919     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj <at> jcrosoft.com>
9920     Cc: Haavard Skinnemoen <haavard.skinnemoen <at> atmel.com>
9921
9922 commit 3f12f5217e8bdf8f6842bf1b8c5c5b98425ac3db
9923 Author: Sandeep Paulraj <s-paulraj@ti.com>
9924 Date:   Sat Nov 21 13:24:17 2009 -0500
9925
9926     NAND: Add config option for imx27lite
9927
9928     We will get compilation warnings without
9929     "CONFIG_SYS_64BIT_VSPRINTF" being defined
9930     in the board config.
9931
9932     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
9933
9934 commit 43a5f0df2f2e3a2b5eab05d6742501c98d3c0d0c
9935 Author: Po-Yu Chuang <ratbert.chuang@gmail.com>
9936 Date:   Wed Nov 11 17:27:30 2009 +0800
9937
9938     arm: A320: Add support for Faraday A320 evaluation board
9939
9940     This patch adds support for A320 evaluation board from Faraday. This board
9941     uses FA526 processor by default and has 512kB and 32MB NOR flash, 64M RAM.
9942     FA526 is an ARMv4 processor and uses the ARM920T source in this patch.
9943
9944     Signed-off-by: Po-Yu Chuang <ratbert@faraday-tech.com>
9945
9946 commit 39ba774f9b02c44b8fd4df44afac932800c18662
9947 Author: Po-Yu Chuang <ratbert.chuang@gmail.com>
9948 Date:   Wed Nov 11 17:26:00 2009 +0800
9949
9950     arm: A320: driver for FTRTC010 real time clock
9951
9952     This patch adds an FTRTC010 driver for Faraday A320 evaluation board.
9953
9954     Signed-off-by: Po-Yu Chuang <ratbert@faraday-tech.com>
9955
9956 commit c1ee63cee89c5822fbbcc63586c8f2a1add70614
9957 Author: Sandeep Paulraj <s-paulraj@ti.com>
9958 Date:   Sat Nov 21 18:08:49 2009 -0500
9959
9960     TI DaVinci DM646x: Enable NAND on DM6467 EVM
9961
9962     This patch enables NAND on the DM6467 EVM
9963
9964     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
9965
9966 commit d414aae552bc229dafcad92028effb4a8306c7a5
9967 Author: Nishanth Menon <nm@ti.com>
9968 Date:   Mon Nov 9 09:29:34 2009 -0500
9969
9970     OMAP3: Fix SDRC init
9971
9972     Defaults are for Infineon DDR timings.
9973     Since none of the supported boards currently do
9974     XIP boot, these seem to be faulty. fix the values
9975     as per the calculations(ACTIMA,B), conf
9976     the sdrc power with pwdnen and wakeupproc bits
9977
9978     Signed-off-by: Nishanth Menon <nm@ti.com>
9979
9980 commit 30563a04bff73fd4fbd840b846f4b6459759a839
9981 Author: Nishanth Menon <nm@ti.com>
9982 Date:   Sat Nov 7 10:51:24 2009 -0500
9983
9984     OMAP3:SDRC: introduce DDR types
9985
9986     Micron DDR timings based on:
9987     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
9988
9989     Introduce Micron DDR timings and provide
9990     CONFIG_OMAP3_INFINEON_DDR and CONFIG_OMAP3_MICRON_DDR config
9991     options to allow for platform files to setup their timings as
9992     per the type of DDR selected
9993
9994     Reported-by: Steve Sakoman in http://www.nabble.com/forum/Permalink.jtp?root=25779518&post=25959734&page=y
9995
9996     Signed-off-by: Nishanth Menon <nm@ti.com>
9997
9998 commit 169a4c804dbaf11facb041b1333d394c6ceb8d68
9999 Author: Nishanth Menon <nm@ti.com>
10000 Date:   Sat Nov 7 10:40:47 2009 -0500
10001
10002     OMAP3:SDRC: Cleanup references to SDP
10003
10004     Remove SDP referenced unused defines
10005
10006     Signed-off-by: Nishanth Menon <nm@ti.com>
10007
10008 commit 2819e1365be0c81a0141ef5c6a7996b40888f6d8
10009 Author: Sekhar Nori <nsekhar@ti.com>
10010 Date:   Thu Nov 12 11:09:25 2009 -0500
10011
10012     TI DA8xx: Integrate DA830 EVM support into U-Boot
10013
10014     Integrate DA830 EVM support into U-Boot.
10015
10016     Provides initial support for TI OMAP-L137/DA830 SoC devices on a Spectrum
10017     Digital EVM board. See http://www.spectrumdigital.com/
10018
10019     Signed-off-by: Nick Thompson <nick.thompson@gefanuc.com>
10020
10021 commit bdc9c6c7f77a9a63349ecb9f54b20ad34033a2ae
10022 Author: Sekhar Nori <nsekhar@ti.com>
10023 Date:   Thu Nov 12 11:08:39 2009 -0500
10024
10025     TI DA8xx: Add new directory for da830evm board
10026
10027     Add new directory for da830evm board
10028
10029     Provides initial support for TI OMAP-L137/DA830 SoC devices on a Spectrum
10030     Digital EVM board. See http://www.spectrumdigital.com/
10031
10032     Provides:
10033     Initial boot and configuration.
10034     Support for i2c.
10035     UART support (console).
10036
10037     Signed-off-by: Nick Thompson <nick.thompson@gefanuc.com>
10038
10039 commit 91172baf46a57807233eb7bcd724b9f10109cfe0
10040 Author: Sekhar Nori <nsekhar@ti.com>
10041 Date:   Thu Nov 12 11:07:22 2009 -0500
10042
10043     TI DA8xx: Add DA8xx cpu functions
10044
10045     Provides initial support for TI OMAP-L1x/DA8xx SoC devices.
10046     See http://www.ti.com
10047
10048     Provides:
10049     Low level initialisation.
10050     System clock API.
10051     Timer control.
10052
10053     Signed-off-by: Nick Thompson <nick.thompson@gefanuc.com>
10054
10055 commit bbed056e550b26712edc173411c9d7ff9cb7e0e6
10056 Author: Nick Thompson <nick.thompson@gefanuc.com>
10057 Date:   Thu Nov 12 11:06:08 2009 -0500
10058
10059     Add TI DA8xx support: DA8xx includes
10060
10061     Provides initial support for TI OMAP-L1x/DA8xx SoC devices.
10062     See http://www.ti.com
10063
10064     The DA8xx devices are similar to DaVinci devices but have a differing
10065     memory map and updated peripheral versions.
10066
10067     Signed-off-by: Nick Thompson <nick.thompson@gefanuc.com>
10068     Signed-off-by: Sekhar Nori <nsekhar@ti.com>
10069
10070 commit ca8480d444bdcc1670e42a613c5a5e4e8366d2d9
10071 Author: Nick Thompson <nick.thompson@gefanuc.com>
10072 Date:   Thu Nov 12 11:03:23 2009 -0500
10073
10074     TI Davinci: add a pin multiplexer configuration API
10075
10076     Creates a method allowing pin settings to be logically grouped into data
10077     structure arrays and provides an API to configure the pinmux settings to
10078     enable the relevant pin functions.
10079
10080     Signed-off-by: Nick Thompson <nick.thompson@gefanuc.com>
10081
10082 commit 9868a36dfb8de4bb98b48e4f4eb912312d67279e
10083 Author: Nick Thompson <nick.thompson@gefanuc.com>
10084 Date:   Thu Nov 12 11:02:17 2009 -0500
10085
10086     TI Davinci timer.c: Remove volatiles and memory mapped structures
10087
10088     Remove volatiles and memory mapped structure accesses and replace with
10089     readl and writel macro usage.
10090
10091     Signed-off-by: Nick Thompson <nick.thompson@gefanuc.com>
10092
10093 commit c90b32739a50ca52d9b8d220ea6875ae994566ec
10094 Author: Grazvydas Ignotas <notasas@gmail.com>
10095 Date:   Thu Nov 12 11:46:07 2009 +0200
10096
10097     OMAP3: pandora: fix booting without serial attached
10098
10099     When the board is booted without serial cable attached (which
10100     is how most of them will be used) UART RX is left floating and
10101     sometimes picks noise, which interrupts countdown and enters
10102     U-Boot prompt instead of booting the kernel.
10103
10104     Fix this by setting up internal pullup on UART RX pin. This
10105     does not prevent serial from working as the internal pullup
10106     is weak.
10107
10108     Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
10109
10110 commit ac67804fbb2d82a19170066c02af7053d474ce8d
10111 Author: kevin.morfitt@fearnside-systems.co.uk <kevin.morfitt@fearnside-systems.co.uk>
10112 Date:   Tue Nov 17 18:30:34 2009 +0900
10113
10114     Add a unified s3c24x0 header file
10115
10116     This patch adds a unified s3c24x0 cpu header file that selects the header
10117     file for the specific s3c24x0 cpu from the SOC and CPU configs defined in
10118     board config file. This removes the current chain of s3c24-type #ifdef's
10119     from the s3c24x0 code.
10120
10121     Signed-off-by: Kevin Morfitt <kevin.morfitt@fearnside-systems.co.uk>
10122     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
10123
10124 commit a59a23d68ae4f4a1c07d105520c93e6e289d186f
10125 Author: Seunghyeon Rhee <rhee4j1@gmail.com>
10126 Date:   Fri Nov 13 16:49:41 2009 +0900
10127
10128     S3C6400/SMDK6400: fix stack_setup in start.S
10129
10130     Fix stack_setup to place the stack on the correct address in DRAM
10131     accroding to U-Boot standard and remove conditional compilation by
10132     CONFIG_MEMORY_UPPER_CODE macro that is not necessry. This macro
10133     was introduced and used only by this board for some unclear reason.
10134
10135     The definition of this macro is also removed because it's not
10136     referenced elsewhere.
10137
10138     Signed-off-by: Seunghyeon Rhee <seunghyeon@lpmtec.com>
10139     Tested-by: Minkyu Kang <mk7.kang@samsung.com>
10140
10141 commit 940032260914076b1594906334b2e3f7af6fb7cf
10142 Author: Minkyu Kang <mk7.kang@samsung.com>
10143 Date:   Tue Nov 10 20:23:50 2009 +0900
10144
10145     s5pc1xx: serial: fix the error check logic
10146
10147     Because of Frame error, Parity error and Overrun error are occured only receive
10148     operation, need to masking when error checking.
10149
10150     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
10151
10152 commit 9ebfdc202275bcd9eb4af56e32bfb4253ff1b781
10153 Author: kevin.morfitt@fearnside-systems.co.uk <kevin.morfitt@fearnside-systems.co.uk>
10154 Date:   Wed Nov 4 17:49:31 2009 +0900
10155
10156     Clean-up of s3c24x0 header files
10157
10158     Cleans up the s3c24x0 header files:
10159
10160     s4c24x0.h: removes the use of 'volatile' from the S3C24X0_REG8,
10161     S3C24X0_REG16 and S3C24X0_REG32 register typedef's. Registers are always
10162     accessed using the IO accessor functions which cast the register address
10163     as 'volatile' anyway so it isn't required here.
10164
10165     s3c2400.h and s3c2410.h: insert a blank line between the static inline
10166     functions
10167
10168     Signed-off-by: Kevin Morfitt <kevin.morfitt@fearnside-systems.co.uk>
10169
10170 commit 47e801bec360e69e4b087a141d015b318e1b0212
10171 Author: Minkyu Kang <mk7.kang@samsung.com>
10172 Date:   Wed Nov 4 16:07:59 2009 +0900
10173
10174     s3c64xx: move s3c64xx header files to asm-arm/arch-s3c64xx
10175
10176     This patch moves the s3c64xx header files from include/
10177     to include/asm-arm/arch-s3c64xx
10178
10179     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
10180
10181 commit 492fb1fdbcdd5e21be0b6742c15f76c648f0653b
10182 Author: kevin.morfitt@fearnside-systems.co.uk <kevin.morfitt@fearnside-systems.co.uk>
10183 Date:   Tue Nov 3 18:08:41 2009 +0900
10184
10185     Move s3c24x0 header files to asm-arm/arch-s3c24x0/
10186
10187     This patch moves the s3c24x0 header files from include/ to
10188     include/asm-arm/arch-s3c24x0/.
10189
10190     checkpatch.pl showed 2 errors and 3 warnings. The 2 errors were both due
10191     to a non-UTF8 character in David M?ller's name:
10192
10193     ERROR: Invalid UTF-8, patch and commit message should be encoded in UTF-8
10194     #489: FILE: include/asm-arm/arch-s3c24x0/s3c2410.h:3:
10195     + * David M?ller ELSOFT AG Switzerland. d.mueller@elsoft.ch
10196
10197     As David's name correctly contains a non-UTF8 character I haven't fixed
10198     these errors.
10199
10200     The 3 warnings were all because of the use of 'volatile' in s3c24x0.h:
10201
10202     WARNING: Use of volatile is usually wrong: see Documentation/volatile-considered-harmful.txt
10203     #673: FILE: include/asm-arm/arch-s3c24x0/s3c24x0.h:35:
10204     +typedef volatile u8        S3C24X0_REG8;
10205     +typedef volatile u16       S3C24X0_REG16;
10206     +typedef volatile u32       S3C24X0_REG32;
10207
10208     I'll fix these errors in another patch.
10209
10210     Tested by running MAKEALL for ARM8 targets and ensuring there were no new
10211     errors or warnings.
10212
10213     Signed-off-by: Kevin Morfitt <kevin.morfitt@fearnside-systems.co.uk>
10214     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
10215
10216 commit 2d251ccaa90997012e0b1f13bf791df2bf03a144
10217 Author: Tom Rix <Tom.Rix@windriver.com>
10218 Date:   Sun Nov 15 10:58:06 2009 -0600
10219
10220     ARM Update mach-types
10221
10222     Fetched from http://www.arm.linux.org.uk/developer/machines/download.php
10223     And built with
10224
10225     repo http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm
10226     commit 156171c71a0dc4bce12b4408bb1591f8fe32dc1a
10227
10228     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
10229
10230 commit c88ed4cb2eed29a690ac6689ed1dc2f5e9547d15
10231 Author: Mark Asselstine <[mark.asselstine@windriver.com]>
10232 Date:   Tue Oct 27 19:40:40 2009 +0530
10233
10234     sheevaplug: correct SDRAM address control register
10235
10236     value
10237
10238     The SheevaPlug DevKit is shipped with 4x8 by 1Gb DDR devices in
10239     two banks for a total of 512MB of RAM. Based on this configuration
10240     the existing values for SDRAM address control register are incorrect
10241     and result in random kernel oops as memory is incorrectly accessed
10242     (while for example extracting a large tarball such as a rootfs).
10243     Based on the hardware configuration along with the supporting
10244     documentation from Marvell these are the correct values, as
10245     well this change mimics values previously used in Marvell's own
10246     u-boot git tree for the SheevaPlug.
10247
10248     Other variants of the hardware such as the PogoPlug and TonidoPlug
10249     may have different memory configurations but to properly support
10250     those additional board directories should be maintained or a better
10251     system to support other kwb*.cfg is needed.
10252
10253     Tested on SheevaPlug DevKit.
10254
10255     Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
10256
10257 commit 9829cabbaa0474e94075bf7d62c99bdba996518b
10258 Author: Sandeep Paulraj <s-paulraj@ti.com>
10259 Date:   Wed Oct 28 19:16:43 2009 -0400
10260
10261     Fix for Void function returning value in sbc35-a9g20
10262
10263     Void function was returning 0 in the m41t94 rtc driver.
10264     This makes it similar to m41t62 rtc driver.
10265
10266     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
10267
10268 commit d5e2d625c74c84aa419ba7fa0c81bad93fc69a60
10269 Author: Tom Rix <Tom.Rix@windriver.com>
10270 Date:   Sat Oct 24 14:48:33 2009 -0500
10271
10272     ARM Update mach-types.h
10273
10274     From http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm
10275
10276     Commit id 0996391139f43d032335b5360db11da62a2cbb39
10277
10278     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
10279
10280 commit 34ddbd171ba154e9afd83f07a07ad8b57ac592e3
10281 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10282 Date:   Thu Oct 22 23:06:59 2009 +0200
10283
10284     ppc4xx: Remove autoupdate feature from PLU405 board
10285
10286     The autoupdate feature is not used on PLU405 boards.
10287     So remove it.
10288
10289     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
10290     Signed-off-by: Stefan Roese <sr@denx.de>
10291
10292 commit 824d82997fbcf28e49081d36fdd5d3be1b92b03d
10293 Author: Ira W. Snyder <iws@ovro.caltech.edu>
10294 Date:   Wed Nov 4 13:37:59 2009 -0800
10295
10296     Fix example FIT image source files
10297
10298     The example FIT image source files do not compile with the latest dtc and
10299     mkimage. The following error message is produced:
10300
10301     DTC: dts->dtb  on file "kernel.its"
10302     Error: kernel.its 7:0 - 1:0 syntax error
10303     FATAL ERROR: Unable to parse input tree
10304     ./mkimage: Can't read kernel.itb.tmp: Invalid argument
10305
10306     The FIT image source files are missing the "/dts-v1/;" directive at the
10307     beginning of the file. Add the directive to the examples.
10308
10309     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
10310
10311 commit fd66066ee3ce15c2966feb9b2be0f0d51a95db48
10312 Author: Mike Frysinger <vapier@gentoo.org>
10313 Date:   Wed Nov 4 16:13:19 2009 -0500
10314
10315     img2srec: use standard types
10316
10317     The img2srec code creates a lot of typedefs with common names.  These
10318     easily clash with system headers that include these typedefs (like mingw).
10319
10320     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10321
10322 commit 8204e068110e8abe5db9c3b7df9971b58cda8f26
10323 Author: Mike Frysinger <vapier@gentoo.org>
10324 Date:   Wed Nov 4 16:03:25 2009 -0500
10325
10326     tools: gitignore *.exe binaries
10327
10328     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10329
10330 commit 425d3b666eee5c58fdb82fb894a535dd71782a05
10331 Author: Peter Tyser <ptyser@xes-inc.com>
10332 Date:   Tue Nov 3 23:31:07 2009 -0600
10333
10334     ppc: Move conditional compilation of kgdb.c to Makefile
10335
10336     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10337
10338 commit e06ab6546b332acc55ac4e7c31338662328b0fb3
10339 Author: Mike Frysinger <vapier@gentoo.org>
10340 Date:   Tue Nov 3 11:36:39 2009 -0500
10341
10342     spi_flash.h: pull in linux/types.h for u## types
10343
10344 commit 0008555f4d57c15ad86ee735861ca0d783042f61
10345 Author: Mike Frysinger <vapier@gentoo.org>
10346 Date:   Tue Nov 3 11:36:26 2009 -0500
10347
10348     bootm: mark local boot_os[] table static
10349
10350     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10351
10352 commit a8fa379d47f06c7d3ed75c8fb26ae43ee38e1fd7
10353 Author: Nishanth Menon <nm@ti.com>
10354 Date:   Mon Nov 2 09:40:18 2009 -0600
10355
10356     mkconfig: deny messed up ARCH definition
10357
10358     Refuse to setup a platform if the command line ARCH= is not the same
10359     as the one required for the board. This prevents any user with
10360     prehistoric aliases from messing up their builds.
10361
10362     Reported in thread:
10363     http://old.nabble.com/-U-Boot--Build-breaks-on-some-OMAP3-configs-to26132721.html
10364
10365     Inputs from: Mike Frysinger and Wolfgang Denk:
10366     http://lists.denx.de/pipermail/u-boot/2009-November/063642.html
10367
10368     Cc: Wolfgang Denk <wd@denx.de>
10369     Cc: Mike Frysinger <vapier@gentoo.org>
10370     Cc: Anand Gadiyar <gadiyar@ti.com>
10371     Cc: Dirk Behme <dirk.behme@googlemail.com>
10372     Signed-off-by: Nishanth Menon <nm@ti.com>
10373
10374 commit 67b96e87da1b84660fa1e5b78cc760246d116814
10375 Author: Remy Bohmer <linux@bohmer.net>
10376 Date:   Wed Oct 28 22:13:39 2009 +0100
10377
10378     Repair the 'netretry=once' option.
10379
10380     'netretry = once' does the same as 'netretry = yes', because it is not stored
10381     when it was tried once.
10382
10383     Signed-off-by: Remy Bohmer <linux@bohmer.net>
10384     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10385
10386 commit b25e38fc36e13fa8037fa4d37fe909d1d6e6f372
10387 Author: Remy Bohmer <linux@bohmer.net>
10388 Date:   Thu Oct 29 14:24:22 2009 +0100
10389
10390     Repair build fail in case CONFIG_PPC=n and CONFIG_FIT=y
10391
10392     Signed-off-by: Remy Bohmer <linux@bohmer.net>
10393
10394 commit 01826abc02ce160501534788e63629ccbe31b05c
10395 Author: Grazvydas Ignotas <notasas@gmail.com>
10396 Date:   Thu Nov 12 11:46:07 2009 +0200
10397
10398     OMAP3: pandora: fix booting without serial attached
10399
10400     When the board is booted without serial cable attached (which
10401     is how most of them will be used) UART RX is left floating and
10402     sometimes picks noise, which interrupts countdown and enters
10403     U-Boot prompt instead of booting the kernel.
10404
10405     Fix this by setting up internal pullup on UART RX pin. This
10406     does not prevent serial from working as the internal pullup
10407     is weak.
10408
10409     Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
10410
10411 commit 41dfd8a60324243dbe2dc313a607910824a68aa7
10412 Author: Remy Bohmer <linux@bohmer.net>
10413 Date:   Wed Oct 28 22:13:37 2009 +0100
10414
10415     Add support for CS2 dataflash for Atmel-SPI.
10416
10417     The only missing chipselect line support is CS2, and I need it on
10418     CS2...
10419
10420     Signed-off-by: Remy Bohmer <linux@bohmer.net>
10421
10422 commit faf36c1437c95e4a86835633d9801c5f6396a3c7
10423 Author: Remy Bohmer <linux@bohmer.net>
10424 Date:   Wed Oct 28 22:13:36 2009 +0100
10425
10426     Fix mingw tools build
10427
10428     mkimage does not build due to missing strtok_r() and getline() implementation
10429
10430     Signed-off-by: Remy Bohmer <linux@bohmer.net>
10431
10432 commit 6a590c5f5fd12cdd27f3153522acfac3854590e7
10433 Author: Remy Bohmer <linux@bohmer.net>
10434 Date:   Wed Oct 28 22:13:35 2009 +0100
10435
10436     Building of FIT images does not work.
10437
10438     The type is not set for generation of the FIT images, resulting
10439     in no images being created without printing or returning an error
10440
10441     Signed-off-by: Remy Bohmer <linux@bohmer.net>
10442
10443 commit 0a7691e820e33b23f61c6ea0ef6fa72099d1a6ae
10444 Author: Renato Andreola <renato.andreola@imagos.it>
10445 Date:   Mon Nov 23 16:45:14 2009 -0500
10446
10447     Nios2: do_boom_linux(): kernel gunzip input data integrity problem due to
10448         missing cache flush.
10449
10450         Added instruction and data caches flush.
10451
10452     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
10453
10454 commit de03825386eaedb5e17261dd87cde86e9a764ba9
10455 Author: Scott McNutt <smcnutt@psyent.com>
10456 Date:   Mon Nov 23 16:29:40 2009 -0500
10457
10458     Nios2: Fix compiler warnings in lib_nios2/board.c (unused variables)
10459
10460     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
10461
10462 commit 57baa379cf2f67df89a5c6052767fd25daff20bd
10463 Author: Scott McNutt <smcnutt@psyent.com>
10464 Date:   Mon Nov 23 15:54:25 2009 -0500
10465
10466     Nios2/Nios: Remove unnecessary (residual) linker Nios command scripts from
10467         the standalone examples.
10468
10469     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
10470
10471 commit eb5eb2b0f744f0cba405160c5d01335c40f09acf
10472 Author: Stefan Roese <sr@denx.de>
10473 Date:   Thu Nov 19 14:03:17 2009 +0100
10474
10475     ppc4xx: Cleanup PPC4xx I2C infrastructure
10476
10477     This patch cleans up the PPC4xx I2C intrastructure:
10478
10479     - Use C struct to describe the I2C registers instead of defines
10480     - Coding style cleanup (braces, whitespace, comments, line length)
10481     - Extract common code from i2c_read() and i2c_write()
10482     - Remove unneeded IIC defines from ppc405.h & ppc440.h
10483
10484     Signed-off-by: Stefan Roese <sr@denx.de>
10485
10486 commit b2f618f2150b15b2674f11d09e1c0fdfe460c1cd
10487 Author: Stefan Roese <sr@denx.de>
10488 Date:   Thu Nov 19 11:49:36 2009 +0100
10489
10490     ppc4xx: Remove some testing code from 4xx_pcie.c
10491
10492     This code got included accidentally.
10493
10494     Signed-off-by: Stefan Roese <sr@denx.de>
10495
10496 commit 4e574c4e2d3776d9db62dca4ca3c73be1574af43
10497 Author: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
10498 Date:   Mon May 18 13:20:54 2009 +0200
10499
10500     at91: Extended soft_i2c driver for AT91SAM9263 SoC
10501
10502     While hard_i2c support is not available
10503     (see http://lists.denx.de/pipermail/u-boot/2009-March/049751.html),
10504     this patch enables soft_i2c on AT91SAM9263 SoC.
10505
10506     Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
10507
10508 commit 396fd17338b9bf1f84f494ec1860427e18868ede
10509 Author: Peter Tyser <ptyser@xes-inc.com>
10510 Date:   Fri Oct 16 17:36:27 2009 -0500
10511
10512     Add 'true' and 'false' commands
10513
10514     These commands are only enabled when the hush shell is enabled and can
10515     be useful in scripts such as:
10516
10517     while true do
10518         echo "Booting OS...";
10519         run $bootcmd;
10520         echo "Booting OS failed";
10521         sleep 10;
10522     done
10523
10524     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10525
10526 commit 4e1ca93b6bae34b68be9280b43bf0289d994656c
10527 Author: Peter Tyser <ptyser@xes-inc.com>
10528 Date:   Fri Oct 16 17:36:26 2009 -0500
10529
10530     cmd_help: General cleanup
10531
10532     Shorten the overly-verbose help message of 'help' and clean up some
10533     redundant ifdefery while we're at it.
10534
10535     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10536
10537 commit 6b8f5ad10f567362a3682840f59ba0fc470af319
10538 Author: Peter Tyser <ptyser@xes-inc.com>
10539 Date:   Fri Oct 16 17:36:25 2009 -0500
10540
10541     command.c: Break commands out to appropriate cmd_*.c files
10542
10543     command.c should contain common code related to commands, not
10544     miscellaneous command implementations.
10545
10546     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10547
10548 commit fcffb680e77fcb48598d4a9944dbe2d4503170e0
10549 Author: Mike Frysinger <vapier@gentoo.org>
10550 Date:   Wed Oct 14 19:28:03 2009 -0400
10551
10552     sf: fix stmicro offset setup while erasing
10553
10554     Reported-by: Peter Gombos <gombos@protecta.hu>
10555     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10556
10557 commit d394a7795027d96ca55799df40bd5c4a13dbeebe
10558 Author: Jason McMullan <mcmullan@netapp.com>
10559 Date:   Fri Oct 9 17:12:23 2009 -0400
10560
10561     sf: new driver for Winbond W25X16/32/64 devices
10562
10563     Signed-off-by: Jason McMullan <jason.mcmullan@gmail.com>
10564     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10565
10566 commit cada315100c88894b85972a91309a6f2413966b6
10567 Author: Marcel Ziswiler <marcel@ziswiler.com>
10568 Date:   Thu Oct 1 23:55:17 2009 +0200
10569
10570     mpc8260: move FDT memory node fixup into common CPU code.
10571
10572     Signed-off-by: Marcel Ziswiler <marcel.ziswiler@noser.com>
10573     Tested-by: Heiko Schocher <hs@denx.de>
10574
10575 commit f2cea405f83da46b72098ea874fb3eefe185d312
10576 Author: Po-Yu Chuang <ratbert.chuang@gmail.com>
10577 Date:   Wed Sep 23 15:52:35 2009 +0800
10578
10579     Add driver for FTRTC010 real time clock
10580
10581     Signed-off-by: Po-Yu Chuang <ratbert@faraday-tech.com>
10582
10583     Edited commit message.
10584     Signed-off-by: Wolfgang Denk <wd@denx.de>
10585
10586 commit c0356a88011330646e960dfac8a2c909bede3304
10587 Author: Mark Jackson <mpfj-list@mimc.co.uk>
10588 Date:   Mon Aug 17 16:42:52 2009 +0100
10589
10590     MIMC200: set default fbmem value
10591
10592     This patch adds a default bootargs "fbmem" value to the
10593     CONFIG_BOOTARGS string for the MIMC200 board.
10594
10595     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
10596
10597 commit 10a5a7991258019af155bc19b3b246aaa708b0e2
10598 Author: Sandeep Paulraj <s-paulraj@ti.com>
10599 Date:   Thu Nov 19 23:04:42 2009 -0500
10600
10601     NAND: Add Support for 4K page size in DaVinci NAND driver
10602
10603     This patch adds support for NAND devices with a page size of
10604     4K in the DaVinci NAND driver. The layout matches the layout that TI uses
10605     for 4K page size NAND devices in the kernel NAND driver.
10606
10607     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
10608
10609 commit 14ce02c88116316a0285cc7d9c05f83367a5aae8
10610 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
10611 Date:   Wed Nov 18 16:29:29 2009 +0100
10612
10613     ppc4xx: Remove unused features from PMC440 board support
10614
10615     This patch shrinks the PMC440 u-boot binary (from next branch)
10616     to fit into 384kB again.
10617
10618     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
10619     Signed-off-by: Stefan Roese <sr@denx.de>
10620
10621 commit 629ab99b3b19c1b7e06a7c4e5d666138bc924c7c
10622 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
10623 Date:   Wed Nov 18 16:28:42 2009 +0100
10624
10625     ppc4xx: Remove confusing comment
10626
10627     This is not the sequoia board.
10628
10629     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
10630     Signed-off-by: Stefan Roese <sr@denx.de>
10631
10632 commit 79e2d8df3776b667257e609aefefa071b4fe13a2
10633 Author: Stefan Roese <sr@denx.de>
10634 Date:   Tue Nov 17 15:53:00 2009 +0100
10635
10636     ppc4xx: alpr: Remove some not needed commands to make image fit again
10637
10638     The latest changes in the u-boot/next branch increased the size of the
10639     alpr image a bit more. Now it doesn't fit into the 256k reserved for it.
10640     This patch now removes the commands "askenv" and "irq" which are not
10641     needed in the production systems.
10642
10643     Signed-off-by: Stefan Roese <sr@denx.de>
10644     Cc: Pieter Voorthuijsen <pieter.voorthuijsen@prodrive.nl>
10645
10646 commit 6c70049bd14e8e81764570732be7f34a89831f09
10647 Author: Stefan Roese <sr@denx.de>
10648 Date:   Thu Nov 12 17:19:37 2009 +0100
10649
10650     ppc4xx: Consolidate pci_master_init() function
10651
10652     This patch removes the duplicted implementations of the pci_master_init()
10653     function by introducing a weak default function for it. It can be
10654     overridden by a board specific version.
10655
10656     Signed-off-by: Stefan Roese <sr@denx.de>
10657
10658 commit a760b0203155da6fb8b8e9086169bb87d09d76fa
10659 Author: Stefan Roese <sr@denx.de>
10660 Date:   Thu Nov 12 16:41:09 2009 +0100
10661
10662     ppc4xx: Consolidate pci_pre_init() function
10663
10664     This patch removes the duplicted implementations of the pci_pre_init()
10665     function by introducing a weak default function for it. This weak default
10666     has a different implementation for some PPC variants. It can be
10667     overridden by a board specific version.
10668
10669     Signed-off-by: Stefan Roese <sr@denx.de>
10670
10671 commit 1095493a5d4c16f481a783f6f54d83ad0e07dfa0
10672 Author: Stefan Roese <sr@denx.de>
10673 Date:   Thu Nov 12 12:00:49 2009 +0100
10674
10675     ppc4xx: Consolidate pci_target_init() function
10676
10677     This patch removes the duplicted implementations of the pci_target_init()
10678     function by introducing a weak default function for it. This weak default
10679     has a different implementation for 440EP(x)/GR(x) PPC's. It can be
10680     overridden by a board specific version (e.g. PMC440, korat).
10681
10682     Signed-off-by: Stefan Roese <sr@denx.de>
10683     Acked-by: Matthias Fuchs <matthias.fuchs@esd.eu>
10684
10685 commit 5e1ded558b7cc28a62c14598f6437023b6262444
10686 Author: Hui.Tang <zetalabs@gmail.com>
10687 Date:   Wed Nov 18 16:24:04 2009 +0800
10688
10689     S3C2410 NAND Flash Add Missing Function
10690
10691     This patch add nand_read_buf() for S3C2410 NAND SPL.
10692     In nand_spl/nand_boot.c, nand_boot() will check nand->select_chip,
10693     so nand->select_chip should also be initialized.
10694
10695     Signed-off-by: Hui.Tang <zetalabs@gmail.com>
10696
10697 commit 6cd752f927e515e63a038fa363edceec5a59c028
10698 Author: Sandeep Paulraj <s-paulraj@ti.com>
10699 Date:   Mon Nov 16 13:32:01 2009 -0500
10700
10701     NAND: Update read_read_subpage API check
10702
10703     This patch updates a check condition in the NAND driver.
10704     The check condition is similat to what is in linux/next.
10705
10706     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
10707
10708 commit bb3e9828e7fbcc9e4518e51592876f4a0997d9ec
10709 Author: Sandeep Paulraj <s-paulraj@ti.com>
10710 Date:   Mon Nov 16 13:31:47 2009 -0500
10711
10712     NAND:Extending the nand_ecclayout structure
10713
10714     NANDs with page size of lesser than and equal to 2K are
10715     reaching EOL. They are bing replaced with NANDs of
10716     page size 4K and above.
10717     To support this we have to extend the eccpos field
10718
10719     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
10720
10721 commit 3ffc0d61bad7d986e344ce7062b37c5c8f04fb0e
10722 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10723 Date:   Tue Oct 27 19:58:09 2009 +0100
10724
10725     ppc4xx: Initialize magnetic coupler on VOM405 boards
10726
10727     This patch fixes an ugly behavior of the IL712 magnetic coupler
10728     as used on VOM405. These parts will remember their last state
10729     over a power cycle which might cause unwanted behavior.
10730
10731     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
10732     Signed-off-by: Stefan Roese <sr@denx.de>
10733
10734 commit be0db3e3141c6c6b4e232b51091f35a284cc54e5
10735 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
10736 Date:   Mon Oct 26 09:58:45 2009 +0100
10737
10738     ppc4xx: Initialize magnetic couplers in PLU405
10739
10740     This patch fixes an ugly behavior of the IL712 magnetic couplers
10741     as used on PLU405. These parts will remember their last state
10742     over a power cycle which might cause unwanted behavior.
10743
10744     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
10745     Signed-off-by: Stefan Roese <sr@denx.de>
10746
10747 commit 067f54c66acd469870ef6946e1591bfcc02de1b3
10748 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
10749 Date:   Mon Oct 26 09:55:40 2009 +0100
10750
10751     Add minimal SJA1000 header for basic CAN mode
10752
10753     This patch is in preparation for the upcoming PLU405 board fix.
10754
10755     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
10756     Signed-off-by: Stefan Roese <sr@denx.de>
10757
10758 commit 1d2e96de56cc57e25a19bc40d297f36c4c4443a2
10759 Author: Dirk Behme <dirk.behme@googlemail.com>
10760 Date:   Mon Nov 2 20:36:26 2009 +0100
10761
10762     OMAP2/3: I2C: Add support for second and third bus
10763
10764     Add support to use second and third I2C bus, too.
10765
10766     Bus 0 is still the default, but by calling i2c_set_bus_num(1/2) before doing
10767     I2C accesses, code can switch to bus 1 and 2, too. Don't forget to switch
10768     back afterwards, then.
10769
10770     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
10771
10772 commit c758e947aa7d39a2be607ecdedd818ad300807b2
10773 Author: Amul Kumar Saha <amul.saha@samsung.com>
10774 Date:   Wed Nov 4 10:38:46 2009 +0530
10775
10776     ENV Variable support for Flex-OneNAND
10777
10778     Define and use CONFIG_ENV_ADDR_FLEX and CONFIG_ENV_SIZE_FLEX
10779     for storing environment variables.
10780
10781     Signed-off-by: Rohit Hagargundgi <h.rohit@samsung.com>
10782     Signed-off-by: Amul Kumar Saha <amul.saha@samsung.com>
10783
10784 commit cacbe919584193f64e74088e03f068e52775bb86
10785 Author: Amul Kumar Saha <amul.saha@samsung.com>
10786 Date:   Fri Nov 6 17:15:31 2009 +0530
10787
10788     Flex-OneNAND driver support
10789
10790     This patch adds support for Flex-OneNAND devices.
10791
10792     Signed-off-by: Rohit Hagargundgi <h.rohit@samsung.com>
10793     Signed-off-by: Amul Kumar Saha <amul.saha@samsung.com>
10794
10795 commit 35209cbceebe212a8c5ec17d552960f8bd4725f3
10796 Author: Mingkai Hu <Mingkai.hu@freescale.com>
10797 Date:   Tue Oct 20 16:58:17 2009 +0800
10798
10799     fsl_elbc_nand: remove the bbt descriptors relocation fixup
10800
10801     The commit 66372fe2 manually relocated the bbt pattern pointer,
10802     which can be removed by using full relocation.
10803
10804     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
10805
10806 commit 25643d4da257e51f6200b213c75de4fb5b345780
10807 Author: Mingkai Hu <Mingkai.hu@freescale.com>
10808 Date:   Tue Oct 20 16:58:16 2009 +0800
10809
10810     ppc/85xx: make boot from NAND full relocation to RAM
10811
10812     Take advantage of the latest full relocation commit of PPC platform
10813     for boot from NAND.
10814
10815     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
10816     Acked-by: Kumar Gala <galak@kernel.crashing.org>
10817
10818 commit 7e86661cd777eec1e81c5e57c468e81138fda983
10819 Author: David Brownell <dbrownell@users.sourceforge.net>
10820 Date:   Sat Nov 7 16:27:01 2009 -0500
10821
10822     NAND: fix "raw" reads with ECC syndrome layouts
10823
10824     The syndrome based page read/write routines store ECC, and possibly other
10825     "OOB" data, right after each chunk of ECC'd data.  With ECC chunk size of
10826     512 bytes and a large page (2KiB) NAND, the layout is:
10827
10828       data-0 OOB-0 data-1 OOB-1 data-2 OOB-2 data-3 OOB-3 OOB-leftover
10829
10830     Where OOBx is (prepad, ECC, postpad).  However, the current "raw" routines
10831     use a traditional layout -- data OOB, disregarding the prepad and postpad
10832     values -- so when they're used with that type of ECC hardware, those calls
10833     mix up the data and OOB.  Which means, in particular, that bad block
10834     tables won't be found on startup, with data corruption and related chaos
10835     ensuing.
10836
10837     The current syndrome-based drivers in mainline all seem to use one chunk
10838     per page; presumably they haven't noticed such bugs.
10839
10840     Fix this, by adding read/write page_raw_syndrome() routines as siblings of
10841     the existing non-raw routines; "raw" just means to bypass the ECC
10842     computations, not change data and OOB layout.
10843
10844     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
10845     Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
10846     Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
10847
10848 commit 5df3c2b62cebaa0ddb2817364f93726e5dbe3525
10849 Author: Sandeep Paulraj <s-paulraj@ti.com>
10850 Date:   Sat Nov 7 14:25:18 2009 -0500
10851
10852     NAND: Don't walk past end of oobfree[]
10853
10854     When computing oobavail from the list of free areas in the OOB,
10855     don't assume there will always be an unused slot at the end.
10856     This syncs up with the kernel NAND driver.
10857
10858     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
10859
10860 commit 18b5a4b43af3c8359cb568f4fa32d6b9dcebbf26
10861 Author: Sandeep Paulraj <s-paulraj@ti.com>
10862 Date:   Sat Nov 7 14:25:03 2009 -0500
10863
10864     NAND: Update check condition for nand_read_page_hwecc API
10865
10866     The patch updates the check condition for determining
10867     whether the ECC corrections has failed.
10868     This makes it similar to what is in the kernel NAND driver.
10869
10870     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
10871
10872 commit e25ee0396226fb56679702d0361cf2645504e7f6
10873 Author: Sandeep Paulraj <s-paulraj@ti.com>
10874 Date:   Sat Nov 7 14:24:50 2009 -0500
10875
10876     NAND: Updating comments/explanations in the NAND driver
10877
10878     Patch updates the comments and explanations for
10879     the arguments to various functions.
10880
10881     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
10882
10883 commit aad4a28b2518e1d24ee606d9ea31f9b4dd029777
10884 Author: Sandeep Paulraj <s-paulraj@ti.com>
10885 Date:   Sat Nov 7 14:24:34 2009 -0500
10886
10887     NAND: Subpage shift for ecc_steps equal to 16
10888
10889     This was originally part of Thomas Gleixner's patch for
10890     adding support for 4KiB pages.
10891     This is not part of the U-Boot NAND driver so updating the
10892     driver with this to sync up with the kernel NAND driver.
10893
10894     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
10895
10896 commit 36e0b98ec832bb5ec42d6e249058d5b84f75dff8
10897 Author: Sandeep Paulraj <s-paulraj@ti.com>
10898 Date:   Sat Nov 7 14:24:20 2009 -0500
10899
10900     NAND: Remove commented out code
10901
10902     Patch removes already commented out dead code
10903
10904     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
10905
10906 commit 4f41e7ea1a17ba7207ca41379bf344b317e72c12
10907 Author: Sandeep Paulraj <s-paulraj@ti.com>
10908 Date:   Sat Nov 7 14:24:06 2009 -0500
10909
10910     NAND: Correct the "chip_shift" calculation
10911
10912     This patch updates the "chip_shift" calculation in the
10913     NAND driver. This is being done to sync up the NAND driver with
10914     the kernel NAND driver.
10915
10916     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
10917
10918 commit aaa8eec532876c47acfd31bf9b573a00eaad92ae
10919 Author: Sandeep Paulraj <s-paulraj@ti.com>
10920 Date:   Fri Oct 30 13:51:23 2009 -0400
10921
10922     NAND: Update to support 64 bit device size
10923
10924     This patch adds support for NANDs greater than 2 GB.
10925     Patch is based on the MTD NAND driver in the kernel.
10926
10927     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
10928     Signed-off-by: Scott Wood <scottwood@freescale.com>
10929
10930 commit 581d04f14d7a39b63d418e2a21e44101233096d1
10931 Author: Peter Tyser <ptyser@xes-inc.com>
10932 Date:   Thu Oct 15 10:48:18 2009 -0500
10933
10934     cmd_nand: Move conditional compilation to Makefile
10935
10936     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10937
10938 commit 9574fd63a97d080e379f30b6a81a1221eaeb797e
10939 Author: Peter Tyser <ptyser@xes-inc.com>
10940 Date:   Thu Oct 15 10:48:17 2009 -0500
10941
10942     cmd_nand: Remove duplicate include
10943
10944     Also remove vague, unnecessary comment
10945
10946     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10947
10948 commit cdbdbe65f5f006cba208accee5a126c659d4b867
10949 Author: Kumar Gala <galak@kernel.crashing.org>
10950 Date:   Fri Nov 13 08:52:21 2009 -0600
10951
10952     ppc/85xx: Fix how we determine the number of CAM entries
10953
10954     We were incorrectly use the max CAM size as the number of entries in
10955     the array for setting up the addrmap.  We should be using the NENTRY
10956     field which is the low 12-bits of TLB1CFG.
10957
10958     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10959
10960 commit fbd47b6753b08162436d9ccad1e63c8d43ede54c
10961 Author: Mike Rapoport <mike@compulab.co.il>
10962 Date:   Thu Nov 12 15:35:08 2009 +0200
10963
10964     smc911x: make smc911x_initialize return correct value
10965
10966     Make smc911x_initialize return -1 on error and number of interfaces
10967     detected otherwise.
10968
10969     Signed-off-by: Mike Rapoport <mike@compulab.co.il>
10970     Acked-by: Mike Frysinger <vapier@gentoo.org>
10971     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10972
10973 commit c44efcf97b335dcef7d014f65b7d3094e79adb13
10974 Author: Mike Frysinger <vapier@gentoo.org>
10975 Date:   Thu Nov 12 22:26:02 2009 -0500
10976
10977     smc911x_eeprom: fix building after smc911x overhaul
10978
10979     When the smc911x driver was converted to NET_MULTI, the smc911x eeprom was
10980     missed.  The config option needed updating as well as overhauling of the
10981     rergister read/write functions.
10982
10983     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10984     Tested-by: Mike Rapoport <mike.rapoport@gmail.com>
10985     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10986
10987 commit 3ad95deb30ac73bd57e966d321215a17d3236f9f
10988 Author: Dave Liu <daveliu@freescale.com>
10989 Date:   Thu Nov 12 07:26:37 2009 +0800
10990
10991     fsl-ddr: Fix the chip-select interleaving issue
10992
10993     commit 1542fbdeec0d1e2a6df13189df8dcb1ce8802be3
10994     introduced one new bug to chip-select interleaving.
10995
10996     Single DDR controller also can do the chip-select
10997     interleaving if there is dual-rank or qual-rank DIMMs.
10998
10999     Signed-off-by: Dave Liu <daveliu@freescale.com>
11000     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11001
11002 commit 651ef90fa6ca824c8e581aeef9e04bbbe7f7e9ce
11003 Author: javier Martin <javier.martin@vista-silicon.com>
11004 Date:   Thu Oct 29 08:22:43 2009 +0100
11005
11006     mxc_fec: avoid free() calls to already freed pointers.
11007
11008     Sometimes, inside NetLoop, eth_halt() is called before eth_init() has
11009     been called. This is harmless except for free() calls to pointers
11010     which have not been allocated yet.
11011
11012     This patch initializes those pointers to NULL and allocates them only
11013     the first time. This way we can get rid of free calls in halt callback.
11014
11015     This has been tested in i.MX27 Litekit board and eldk-4.2 toolchains.
11016
11017     Signed-off-by: Javier Martin <javier.martin@vista-silicon.com>
11018     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
11019
11020 commit e8f1546a88b4ade6a910c4a7958a774ee1b40023
11021 Author: javier Martin <javier.martin@vista-silicon.com>
11022 Date:   Thu Oct 29 08:18:34 2009 +0100
11023
11024     mxc_fec: fix some erroneous PHY accesses.
11025
11026     This patch fixes erroneous access to the ethernet PHY which broke the driver.
11027     1. Selector field in the auto-negotiation register must be 0x00001 for
11028     using 802.3, not 0x00000 which is reseved.
11029     2. Access to the PHY address specified by CONFIG_FEC_MXC_PHYADDR, not
11030     0x0 fixed address.
11031
11032     This has been tested in i.MX27 Litekit board and eldk-4.2 toolchains.
11033
11034     Now using proper defines for auto-negotiation register.
11035
11036     Signed-off-by: Javier Martin <javier.martin@vista-silicon.com>
11037     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
11038
11039 commit f865fcbbb35851e75fee9c3a3fa8e0f71d9e6463
11040 Author: Ron Lee <ron@debian.org>
11041 Date:   Wed Aug 5 20:14:01 2009 +0200
11042
11043     ARM Don't inline weak symbols
11044
11045     ------------------------------------------------------------------------
11046
11047     GCC 4.4 complains about this now.
11048
11049     Signed-off-by: Ron Lee <ron@debian.org>
11050
11051 commit efe12bcec55c3d77b9ead56e62010d26b66781f3
11052 Author: Stefan Roese <sr@denx.de>
11053 Date:   Mon Nov 9 14:15:42 2009 +0100
11054
11055     ppc4xx: Katmai: Add chip_config command
11056
11057     This patch removes the Katmai "bootstrap" command and replaces it
11058     with the now common command "chip_config".
11059
11060     Signed-off-by: Stefan Roese <sr@denx.de>
11061
11062 commit cdaed5dc31f4023610f180fe158ec8c6f5e855a3
11063 Author: Stefan Roese <sr@denx.de>
11064 Date:   Mon Nov 9 14:13:43 2009 +0100
11065
11066     ppc4xx: Switch to I2C bus numer 0 for chip_config command
11067
11068     All currently available 4xx derivats have the I2C bootstrap EEPROM
11069     located on I2C bus number 0. This patch now first sets this bus number,
11070     so that the chip_config command also works for board with multiple
11071     I2C busses, like Katmai.
11072
11073     Signed-off-by: Stefan Roese <sr@denx.de>
11074
11075 commit 985edaccc4fbaef6d357d104aed08f839058a32f
11076 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
11077 Date:   Tue Oct 27 12:19:11 2009 +0100
11078
11079     ppc4xx: Add UBI support to PLU405 boards
11080
11081     -add UBI support
11082     -increase malloc'able memory size
11083     -cleanup MONITOR|FLASH_BASE|LEN constants
11084
11085     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
11086     Signed-off-by: Stefan Roese <sr@denx.de>
11087
11088 commit d14c7ec2b51fb92c4a5218b299b772c3d186510d
11089 Author: Ben Warren <biggerbadderben@gmail.com>
11090 Date:   Mon Nov 9 13:09:57 2009 -0800
11091
11092     Fix SMC91111 regression: lpd7a40x build failures
11093
11094     Both lpd7a400 and lpd7a404 failed to compile because they had
11095     CONFIG_SMC_USE_IOFUNCS defined:
11096
11097     examples/standalone/smc91111_eeprom.c:388: undefined reference to `SMC_outw'
11098
11099     Also removed an orphaned paren in lpd7a404.h
11100
11101     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
11102
11103 commit 1031ae960ce6ce8332190278a06e2d72c2b2793e
11104 Author: Ben Warren <biggerbadderben@gmail.com>
11105 Date:   Mon Nov 9 14:01:08 2009 -0800
11106
11107     SMC91111: Clean up SMC_inx macros on xsengine and xaeniax
11108
11109     This patch fixes the following warnings:
11110
11111     Configuring for xaeniax board...
11112     smc91111_eeprom.c: In function 'print_macaddr':
11113     smc91111_eeprom.c:278: warning: suggest parentheses around + or - in operand of &
11114     smc91111_eeprom.c:281: warning: suggest parentheses around + or - in operand of &
11115     ...
11116     Configuring for xsengine board...
11117     smc91111_eeprom.c: In function 'print_macaddr':
11118     smc91111_eeprom.c:278: warning: suggest parentheses around + or - inside shift
11119     smc91111_eeprom.c:281: warning: suggest parentheses around + or - inside shift
11120
11121     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
11122
11123 commit 830c7b6722c6a9762411bf52a7bf2fae4dc71dab
11124 Author: Ben Warren <biggerbadderben@gmail.com>
11125 Date:   Mon Nov 9 11:43:18 2009 -0800
11126
11127     Fix CS8900 regression on impa7 board
11128
11129     The following error was seen on impa7 board, due to its use of a 32-bit bus
11130     on CS8900.
11131     cs8900.c:137:37: error: macro "get_reg_init_bus" passed 2 arguments, but takes just 1
11132
11133     This patch gives the macro the correct number of arguments
11134
11135     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
11136
11137 commit e5c5d9e0834bacf1c4787fa76cc4e369f2597cf5
11138 Author: Mike Frysinger <vapier@gentoo.org>
11139 Date:   Sun Nov 1 22:39:56 2009 -0500
11140
11141     clarify eth driver halt/recv steps
11142
11143     The dev->halt() func can be called at any time, and the dev->recv() func
11144     does not need to use NetRxPackets[] when calling NetReceive().
11145
11146     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11147     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
11148
11149 commit 497ab0eec5e1e2dfccc141a4485cd6b940e1424a
11150 Author: Hui.Tang <zetalabs@gmail.com>
11151 Date:   Thu Nov 5 09:58:44 2009 +0800
11152
11153     Fix cs8900 dev->priv not init issue
11154
11155     Ensure all CS8900 data structures are assigned before accessing device
11156
11157     Signed-off-by: Hui.Tang <zetalabs@gmail.com>
11158     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
11159
11160 commit 4fe5193d464ecdac26ddc71b1351be5b86bbff29
11161 Author: Stefan Roese <sr@denx.de>
11162 Date:   Tue Nov 3 14:34:45 2009 +0100
11163
11164     ppc4xx: 44x_spd_ddr2.c: Fix register macro ECCCR -> ECCES (SDRAM_ECCES)
11165
11166     This error only appears when DEBUG is enabled in this driver. That's why
11167     it went unnoticed till now.
11168
11169     Signed-off-by: Stefan Roese <sr@denx.de>
11170
11171 commit 916ed9444d3ab7b5cd6312557005f2a764a8baf7
11172 Author: Stefan Roese <sr@denx.de>
11173 Date:   Thu Oct 29 18:37:45 2009 +0100
11174
11175     ppc4xx: Canyonlands: Change EBC bus config to drive always (no high-z)
11176
11177     This patch fixes a problem only seen very occasionally on Canyonlands.
11178     The NOR flash interface (CFI driver) doesn't work reliably in all cases.
11179     Erasing and/or programming sometimes doesn't work. Sometimes with
11180     an error message, like "flash not erased" when trying to program an
11181     area that should have just been erased. And sometimes without any error
11182     messages. As mentioned above, this problem was only seen rarely and with
11183     some PLL configuration (CPU speed, EBC speed).
11184
11185     Now I spotted this problem a few times, when running my Canyonlands with
11186     the following setup (chip_config):
11187
11188     1000-nor         - NOR  CPU:1000 PLB: 200 OPB: 100 EBC: 100
11189
11190     Changing the EBC configuration to not release the bus into high
11191     impedance state inbetween the transfers (ATC, DTC and CTC bits set to 1
11192     in EBC0_CFG) seems to fix this problem. I haven't seen any failure
11193     anymore with this patch applied.
11194
11195     Signed-off-by: Stefan Roese <sr@denx.de>
11196     Cc: David Mitchell <dmitchell@amcc.com>
11197     Cc: Jeff Mann <MannJ@embeddedplanet.com>
11198
11199 commit 56f9b39d1f5d3c51e4b19792adb65bd93a8b6fcb
11200 Author: Stefan Roese <sr@denx.de>
11201 Date:   Mon Nov 9 13:01:19 2009 +0100
11202
11203     ppc4xx: Fix NAND booting targets after 4xx linker script consolidation
11204
11205     Somehow I missed the NAND booting targets in the 4xx linker script
11206     consolidation patchset. This patch fixes this issue.
11207
11208     Signed-off-by: Stefan Roese <sr@denx.de>
11209
11210 commit 9a81c61249d8361ed57d81f496121f3eb9c0eee8
11211 Author: Stefan Roese <sr@denx.de>
11212 Date:   Thu Oct 29 16:54:52 2009 +0100
11213
11214     ppc4xx: Remove duplicated is_pci_host() functions
11215
11216     This patch introduces a weak default function for is_pci_host(),
11217     returning 1. This is the default behaviour, since most boards only
11218     implement PCI host functionality. This weak default can be overridden
11219     by a board specific version if needed.
11220
11221     Signed-off-by: Stefan Roese <sr@denx.de>
11222
11223 commit b0b867462c569e7accd6f78c942cbab028116ecf
11224 Author: Stefan Roese <sr@denx.de>
11225 Date:   Thu Oct 29 15:04:35 2009 +0100
11226
11227     ppc4xx: Consolidate 4xx PCIe board specific configuration
11228
11229     This patch consolidates the PPC4xx board specific PCIe configuration
11230     code. This way the duplicated code is removed. Boards can implement a
11231     special, non standard behaviour (e.g. number of PCIe slots, etc) by
11232     overriding the weak default functions.
11233
11234     Signed-off-by: Stefan Roese <sr@denx.de>
11235
11236 commit 25793f76bf9a7be59c9415ef0f78d034e8d53dae
11237 Author: Remy Bohmer <linux@bohmer.net>
11238 Date:   Thu Oct 29 12:29:37 2009 +0100
11239
11240     ARM: Use Linux version for unaligned access code
11241
11242     The asm-arm/unaligned.h includes linux/unaligned/access_ok.h
11243     This file is unsafe to be used on ARM, since it does an unaligned memory
11244     accesses which fails on ARM.
11245
11246     Lookin at Linux the basic difference seems to be the header
11247     "include/asm-arm/unaligned.h". The Linux version of "unaligned.h"
11248     does *not* include "access_ok.h" at all. It includes "le_byteshift.h"
11249     and "be_byteshift.h" instead.
11250
11251     Signed-off-by: Remy Bohmer <linux@bohmer.net>
11252     Signed-off-by: Stefan Roese <sr@denx.de>
11253     --
11254      include/asm-arm/unaligned.h            |    3 -
11255      include/linux/unaligned/be_byteshift.h |   70 +++++++++++++++++++++++++++++++++
11256      include/linux/unaligned/le_byteshift.h |   70 +++++++++++++++++++++++++++++++++
11257      3 files changed, 142 insertions(+), 1 deletion(-)
11258      create mode 100644 include/linux/unaligned/be_byteshift.h
11259      create mode 100644 include/linux/unaligned/le_byteshift.h
11260
11261 commit 6d6e7c53d5c75e5e24841c5506f4ed9d82adee09
11262 Author: Kumar Gala <galak@kernel.crashing.org>
11263 Date:   Wed Nov 4 18:02:10 2009 -0600
11264
11265     ppc/85xx: Fix inclusion of 83xx immap in 85xx builds
11266
11267     The nand_boot_fsl_elbc.c is shared between 83xx & 85xx however we should
11268     not be including the immap_83xx.h when building 85xx.  We can just get
11269     this all from common.h
11270
11271     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11272
11273 commit 107b579c75256212d4bf8b99ee8d68e0078f3646
11274 Author: Becky Bruce <beckyb@kernel.crashing.org>
11275 Date:   Wed Nov 4 17:34:04 2009 -0600
11276
11277     86xx: Remove redundant code in initdram
11278
11279     The same code exists both inside an #ifdef and outside of it.
11280     Remove the extra code for all the 86xx boards.
11281
11282     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
11283     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11284
11285 commit 715d8f7608f77c93f1807a032644893fd5b6d08b
11286 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
11287 Date:   Mon Nov 2 09:05:49 2009 -0600
11288
11289     fsl_pci_init_port end-point initialization is broken
11290
11291     commit 70ed869e broke fsl pcie end-point initialization.
11292     Returning 0 is not correct.  The function must return the first free
11293     bus number for the next controller.
11294
11295     fsl_pci_init() must still be called and a bus allocated even if the
11296     controller is an end-point.
11297
11298     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
11299     Acked-by: Vivek Mahajan <vivek.mahajan@freescale.com>
11300     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11301
11302 commit 01471d538fb163f472a769f21267d7676c91267c
11303 Author: Kumar Gala <galak@kernel.crashing.org>
11304 Date:   Wed Nov 4 01:29:04 2009 -0600
11305
11306     Revert "ppc/85xx/pci: fsl_pci_init: pcie agent mode support"
11307
11308     This reverts commit 70ed869ea5f6b1d13d7b140c83ec0dcd8a127ddc.
11309
11310     There isn't any need to modify the API for fsl_pci_init_port to pass the
11311     status of host/agent(end-point) status.  We can determine that
11312     internally to fsl_pci_init_port.  Revert the patch that makes the API
11313     change.
11314
11315     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11316
11317 commit 2cd95a25cb0ee8218b271d23d64fb3f719ac5390
11318 Author: Stefan Roese <sr@denx.de>
11319 Date:   Tue Oct 27 16:20:05 2009 +0100
11320
11321     ppc4xx: Remove board specific linker scripts from most PPC4xx boards
11322
11323     All these linker scripts can be removed since the new common ppc4xx
11324     linker script should be able to handle all of those boards.
11325
11326     Please test and report problems. Thanks.
11327
11328     Signed-off-by: Stefan Roese <sr@denx.de>
11329
11330 commit 4649913ea5f440d756d150a6fdf2fb2e8ecb75fd
11331 Author: Stefan Roese <sr@denx.de>
11332 Date:   Tue Oct 27 16:11:26 2009 +0100
11333
11334     ppc4xx: Add common ppc4xx linker script
11335
11336     This linker script can be used by all PPC4xx platforms. It works for
11337     PPC405 and PPC440 platforms. Boards which need a board specific linker
11338     script can override this default linker script in board/*/config.mk.
11339
11340     Signed-off-by: Stefan Roese <sr@denx.de>
11341
11342 commit b1245dd3c6409c743f6c2768d00e909a4c8cc4ea
11343 Author: Stefan Roese <sr@denx.de>
11344 Date:   Tue Oct 27 16:16:13 2009 +0100
11345
11346     ppc4xx: Add custom linker script to board/*/config.mk
11347
11348     These boards have special linker scripts right now. We can't use the
11349     common 4xx linker script here. So overrride the linker script (LDSCRIPT)
11350     in board/*/config.mk and choose the board specific version.
11351
11352     Signed-off-by: Stefan Roese <sr@denx.de>
11353
11354 commit ceaa62a6f0237a8ddd2a5f659e6535fcd054332f
11355 Author: Stefan Roese <sr@denx.de>
11356 Date:   Tue Oct 27 15:57:24 2009 +0100
11357
11358     ppc4xx: Fix problems in some ppc4xx board Makefiles
11359
11360     Some 4xx Makefiles didn't add $(SOBJ) to their board library. This was
11361     no till now problem, since those boards included this object (init.o
11362     most of the time) directly from their linker scripts. This patch clean
11363     this up, so that all objects are now collected in the board library. This
11364     is in preparation for the upcoming PPC4xx linker script consolidation.
11365
11366     Signed-off-by: Stefan Roese <sr@denx.de>
11367
11368 commit a0ff1f129a0e1a466e4f8568fce12b7b84578e4c
11369 Author: Stefan Roese <sr@denx.de>
11370 Date:   Tue Oct 27 11:20:53 2009 +0100
11371
11372     ppc4xx: sc3: Remove unreferenced external declarations from sc3.h
11373
11374     Signed-off-by: Stefan Roese <sr@denx.de>
11375     Acked-by: Heiko Schocher <hs@denx.de>
11376
11377 commit 7ec1fedda6ac551c67f2214ced94e4b49b6680e4
11378 Author: Stefan Roese <sr@denx.de>
11379 Date:   Tue Oct 27 11:46:23 2009 +0100
11380
11381     mkconfig: Create board directory (CONFIG_BOARDDIR) in include/config.h
11382
11383     This patch extends the mkconfig script to automatically create a define
11384     for the board directory in include/config.h:
11385
11386     #define CONFIG_BOARDDIR board/amcc/canyonlands
11387
11388     This is needed for the upcoming PPC4xx linker script consolidation,
11389     where the PPC440 platforms need to include a board specific file in
11390     the common linker script.
11391
11392     Signed-off-by: Stefan Roese <sr@denx.de>
11393
11394 commit ff88229549e08fdd3f9127c1cc4db11a3576250f
11395 Author: Dave Liu <daveliu@freescale.com>
11396 Date:   Sat Oct 31 07:59:55 2009 +0800
11397
11398     ppc/85xx: Fix misc L2 cache enabling bug
11399
11400     We need loop-check the flash clear lock and enable bit for L2 cache.
11401
11402     Signed-off-by: Dave Liu <daveliu@freescale.com>
11403     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11404
11405 commit cd12f615e4dd1dd24caab93f4157894783c6c1c0
11406 Author: Wolfgang Grandegger <wg@denx.de>
11407 Date:   Fri Oct 23 12:03:16 2009 +0200
11408
11409     mpc52xx: add support for the IPEK01 board
11410
11411     This patch adds support for the board IPEK01 based on the MPC5200.
11412     The Futjitsu Lime graphics controller is configured in 16 bpp mode.
11413
11414     Signed-off-by: Wolfgang Grandegger <wg@denx.de>
11415
11416 commit 229b6dce675c729ee0ea2d7b61fbcda89b23b6b8
11417 Author: Wolfgang Grandegger <wg@denx.de>
11418 Date:   Fri Oct 23 12:03:15 2009 +0200
11419
11420     video: mb862xx: add option VIDEO_FB_16BPP_WORD_SWAP for IPEK01
11421
11422     In 16 bpp mode, the new IPEK01 board only requires swapping of D16 words
11423     for D32 accesses due to the diffferent connecting to the GDC bus. This
11424     patch introduces the configuration option VIDEO_FB_16BPP_WORD_SWAP,
11425     which should be set for all board using the mb862xx in 16 bpp mode. For
11426     the IPEK01, VIDEO_FB_16BPP_PIXEL_SWAP should not be set.
11427
11428     Signed-off-by: Wolfgang Grandegger <wg@denx.de>
11429
11430 commit 5d16ca87100ea58c93c46b9f0264981eaed49568
11431 Author: Anatolij Gustschin <agust@denx.de>
11432 Date:   Fri Oct 23 12:03:14 2009 +0200
11433
11434     video: mb862xx: add option CONFIG_VIDEO_MB862xx_ACCEL for 32bpp mode
11435
11436     The new IPEK01 board can use the 32 bpp mode for the Lime graphics
11437     controller. For this mode, video accelaration does not work. This patch
11438     makes the accelaration configurable via CONFIG_VIDEO_MB862xx_ACCEL,
11439     which is enabled for the lwmon5 and the socrates board for backward
11440     compatibility.
11441
11442     Signed-off-by: Anatolij Gustschin <agust@denx.de>
11443     Signed-off-by: Wolfgang Grandegger <wg@denx.de>
11444
11445 commit c28d3bbe963f4c57937d6fdc1dd63cd3562c147c
11446 Author: Wolfgang Grandegger <wg@denx.de>
11447 Date:   Fri Oct 23 12:03:13 2009 +0200
11448
11449     video: mb862xx: improve board-specific Lime configuration
11450
11451     To avoid board-specific code accessing the mb862xx registers directly,
11452     the public function mb862xx_probe() has been introduced. Furthermore,
11453     the "Change of Clock Frequency" and "Set Memory I/F Mode" registers
11454     are now defined by CONFIG_SYS_MB862xx_CCF and CONFIG_SYS_MB862xx__MMR,
11455     respectively. The BSPs for the socrates and lwmon5 boards have been
11456     adapted accordingly.
11457
11458     Signed-off-by: Wolfgang Grandegger <wg@denx.de>
11459
11460 commit 08ea550eef310e9d59d83f3cfd57a902373bf17f
11461 Author: Valentin Yakovenkov <yakovenkov@niistt.ru>
11462 Date:   Mon Oct 26 18:49:06 2009 -0400
11463
11464     new PCA9564 i2c bridge driver
11465
11466     Signed-off-by: Valentin Yakovenkov <yakovenkov@niistt.ru>
11467     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11468
11469 commit 08a1c6258c2a04cead33eac50d96ea89979dcb94
11470 Author: Mike Frysinger <vapier@gentoo.org>
11471 Date:   Wed Oct 14 19:27:27 2009 -0400
11472
11473     Blackfin: TWI/I2C: implement bus speed get/set functions
11474
11475     While we're here, improve the speed calculation a bit to match the HRM.
11476
11477     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11478
11479 commit 3814ea4f0002536ac592480b2cdafa319a16e329
11480 Author: Mike Frysinger <vapier@gentoo.org>
11481 Date:   Wed Oct 14 19:27:26 2009 -0400
11482
11483     Blackfin: TWI/I2C: add timeout to transfer
11484
11485     The current transfer code relies on ctrlc() to abort transfers, but this
11486     requires user interactivity.  Naturalize the process with a timeout.
11487
11488     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11489
11490 commit 59434fe243962758742af5cb8e2ced976e17c302
11491 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11492 Date:   Fri Oct 30 10:16:27 2009 +0900
11493
11494     sh: Update lowlevel_init.S of espt-giga
11495
11496     There was the point that did not use write macro.
11497     Change to write macro.
11498
11499     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11500
11501 commit f1cae1969d9e971fb72827a5731ce7e752464aa2
11502 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11503 Date:   Fri Oct 30 10:01:25 2009 +0900
11504
11505     sh: Move some defs to convince 'pcrel too far'
11506
11507     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11508     Signed-off-by: Takashi Yoshii <yoshii.takashi@gmail.com>
11509
11510 commit 0f9eaf4b323ea0ca95944b84c7465b81ba575514
11511 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11512 Date:   Thu Oct 15 13:36:34 2009 +0900
11513
11514     sh: Remove malloc_bin_reloc from lib_sh, lib_nios2 and lib_nios.
11515
11516     By "arm/microblaze/nios/nios2/sh: Remove relocation fixups"
11517     (commit: 0630535e2d062dd73c1ceca5c6125c86d1127a49", doesn't need
11518     malloc_bin_reloc function. This commit remove this.
11519
11520     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11521
11522 commit 0775437293a6963cb21244dfae6978cbf67c6bfe
11523 Author: Ben Warren <biggerbadderben@gmail.com>
11524 Date:   Wed Oct 21 21:53:39 2009 -0700
11525
11526     Fix DM9000 MAC address handling
11527
11528     Proper behavior is to pull MAC address from NVRAM in the initialization() an
11529     stuff it in dev->address, then program the device from dev->address in
11530     the init() function.
11531
11532     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
11533
11534 commit 98d92d8c9f4021629a45261ad5ec3f3595f3a27a
11535 Author: Wolfgang Denk <wd@denx.de>
11536 Date:   Wed Oct 28 22:07:56 2009 +0100
11537
11538     sbc8349: fix incorrect comment
11539
11540     The comment for the BR0_PRELIM port size initialization incorrectly
11541     stated 32 bit, while it's actually 16 bit. The code is correct.
11542
11543     Reported-by: Guenter Koellner <guenter.koellner@nsn.com>
11544     Signed-off-by: Wolfgang Denk <wd@denx.de>
11545
11546 commit a38f85e180a30b6225808828ded1017b1a5418c6
11547 Author: Sandeep Paulraj <s-paulraj@ti.com>
11548 Date:   Wed Oct 28 11:05:03 2009 -0400
11549
11550     Fix Compliation warning for TNY-A9260 and TNY-A9G20
11551
11552     The patch fixes a compilation warning by defining
11553     CONFIG_SYS_64BIT_VSPRINTF in the config file
11554
11555     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
11556
11557 commit 264e42ee54f1d322805d9068168fd362b413fd09
11558 Author: Sandeep Paulraj <s-paulraj@ti.com>
11559 Date:   Wed Oct 28 11:04:53 2009 -0400
11560
11561     Fix Compliation warning for SBC35-A9G20 board
11562
11563     The patch fixes a compilation warning by defining
11564     CONFIG_SYS_64BIT_VSPRINTF in the config file
11565
11566     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
11567
11568 commit 353462f6ff9769091fb644d44d8025f20a4192d9
11569 Author: Eric Millbrandt <emillbrandt@coldhaus.com>
11570 Date:   Wed Oct 28 09:37:33 2009 -0500
11571
11572     galaxy5200: Add default environment variables
11573
11574     Extend bootdelay to 10 seconds.  Set boot retry time to 120 seconds and use
11575     reset to retry.  Define default bootcommand and bootargs for production.
11576
11577     Signed-off-by: Eric Millbrandt <emillbrandt@dekaresearch.com>
11578
11579 commit fa36ae790eb10ce70935f9a78f07703719dca422
11580 Author: Stefan Roese <sr@denx.de>
11581 Date:   Tue Oct 27 15:15:55 2009 +0100
11582
11583     cfi: Add weak default function for flash_cmd_reset()
11584
11585     Currently the CFI driver issues both AMD and Intel reset commands.
11586     This is because the driver doesn't know yet which chips are connected.
11587     This dual reset seems to cause problems with the M29W128G chips as
11588     reported by Richard Retanubun. This patch now introduces a weak default
11589     function for the CFI reset command, still with both resets. This can
11590     be overridden by a board specific version if necessary.
11591
11592     Signed-off-by: Stefan Roese <sr@denx.de>
11593     Cc: Richard Retanubun <RichardRetanubun@ruggedcom.com>
11594
11595 commit 4946775c6db52dba28f72ba3525764b54f1d4593
11596 Author: Wolfgang Denk <wd@denx.de>
11597 Date:   Wed Oct 28 00:49:47 2009 +0100
11598
11599     Coding Style cleanup; update CHANGELOG, prepare -rc1
11600
11601     Signed-off-by: Wolfgang Denk <wd@denx.de>
11602
11603 commit 246c69225c7b962d5c93e92282b78ca9fc5fefee
11604 Author: Peter Tyser <ptyser@xes-inc.com>
11605 Date:   Sun Oct 25 15:12:56 2009 -0500
11606
11607     Add 'editenv' command
11608
11609     The editenv command can be used to edit an environment variable.
11610     Editing an environment variable is useful when one wants to tweak an
11611     existing variable, for example fix a typo or change the baudrate in the
11612     'bootargs' environment variable.
11613
11614     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11615
11616 commit b0fa8e50632a628766db23f5c884ec63f1469552
11617 Author: Peter Tyser <ptyser@xes-inc.com>
11618 Date:   Sun Oct 25 15:12:55 2009 -0500
11619
11620     setenv(): Delete 0-length environment variables
11621
11622     Previously setenv() would only delete an environment variable if it
11623     was passed a NULL string pointer as a value.  It should also delete an
11624     environment variable when it encounters a valid string pointer of
11625     0-length.
11626
11627     This change/fix is generally useful and is necessary for the upcoming
11628     "editenv" command.
11629
11630     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11631
11632 commit ecc5500ee487170d8af6ff893fd1e0082380a01a
11633 Author: Peter Tyser <ptyser@xes-inc.com>
11634 Date:   Sun Oct 25 15:12:54 2009 -0500
11635
11636     readline(): Add ability to modify a string buffer
11637
11638     If the 'buf' parameter is a non-0-length string, its contents will be
11639     edited.  Previously, the initial contents of 'buf' were ignored and the
11640     user entered its contents from scratch.
11641
11642     This change is necessary to support the upcoming "editenv" command but
11643     could also be used for future commands which require a user to modify
11644     an existing string.
11645
11646     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11647
11648 commit f923943843cd617d681387e7fe81a48060cc6401
11649 Author: Peter Tyser <ptyser@xes-inc.com>
11650 Date:   Sun Oct 25 15:12:53 2009 -0500
11651
11652     cread_line(): Remove unused variables
11653
11654     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11655
11656 commit e491a71e578e93bd3b2f8f20d8ef8f111c98010d
11657 Author: Peter Tyser <ptyser@xes-inc.com>
11658 Date:   Sun Oct 25 15:12:52 2009 -0500
11659
11660     Check for NULL prompt in readline_into_buffer()
11661
11662     Previously, passing readline() or readline_into_buffer() a NULL 'prompt'
11663     parameter would result in puts() printing garbage when
11664     CONFIG_CMDLINE_EDITING was enabled.
11665
11666     Note that no board currently triggers this bug.  Enabling
11667     CONFIG_CMDLINE_EDITING on some boards (eg bab7xx) would result in
11668     the bug appearing.  This change is only intended to prevent someone
11669     from running into this issue in the future.
11670
11671     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11672
11673 commit 16d1c10783660f3fdbc3c19141f42f3b0d1834d3
11674 Author: Wolfgang Denk <wd@denx.de>
11675 Date:   Sun Oct 25 23:00:09 2009 +0100
11676
11677     drivers/net/phy/miiphybb.c: fix warning: no newline at end of file
11678
11679     Add missing newline.
11680
11681     Signed-off-by: Wolfgang Denk <wd@denx.de>
11682     Cc: Luigi Mantellini <luigi.mantellini@idf-hit.com>
11683     Cc: Ben Warren <biggerbadderben@gmail.com>
11684
11685 commit a747a7f31059b9069e97c78bba5496409c33aa05
11686 Author: Wolfgang Denk <wd@denx.de>
11687 Date:   Tue Oct 27 00:03:32 2009 +0100
11688
11689     Revert "env: only build env_embedded and envcrc when needed"
11690
11691     Breaks building on many boards, and no really clean fix available yet.
11692
11693     This reverts commit 6dab6add2d8ee80905234b326abc3de11be1d178.
11694
11695 commit 3fca80375981fe83d4674a0267183b469a1ea7ff
11696 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11697 Date:   Thu Oct 15 17:47:16 2009 +0400
11698
11699     mpc85xx: Configure QE USB for MPC8569E-MDS boards
11700
11701     Setup QE pin multiplexing for USB function, configure needed BCSRs
11702     and add some fdt fixups.
11703
11704     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11705     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11706
11707 commit 14809b6c21c89dd65abaf3fea7627fb5ea0f78a3
11708 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11709 Date:   Thu Oct 15 17:47:13 2009 +0400
11710
11711     mpc85xx: Configure QE UART for MPC8569E-MDS boards
11712
11713     To make QE UART usable by Linux we should setup pin multiplexing
11714     and turn UCC2 Ethernet node into UCC2 QE UART node.
11715
11716     Also, QE UART is mutually exclusive with UART0, so we can't enable
11717     it if eSDHC is in 4-bits mode on pilot boards, or if it's a prototype
11718     board with eSDHC in 1- or 4-bits mode.
11719
11720     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11721     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11722
11723 commit 70d665b1d230b9575a647948e8db3da1e6743e5c
11724 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11725 Date:   Thu Oct 15 17:47:11 2009 +0400
11726
11727     mpc85xx: Setup QE pinmux for SPI Flash on MPC8569E-MDS boards
11728
11729     SPI Flash (M25P40) is connected to the SPI1 bus, we need a few
11730     qe_iop entries to actually enable SPI1 on these boards.
11731
11732     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11733     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11734
11735 commit 65dec3b4599a17e83ec69dfd059e4ea1e795ef37
11736 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11737 Date:   Thu Oct 15 17:47:09 2009 +0400
11738
11739     mpc85xx: Setup SRIO memory region LAW for MPC8569E-MDS boards
11740
11741     This patch sets memory window for Serial RapidIO on MPC8569E-MDS
11742     boards.
11743
11744     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11745     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11746
11747 commit a29155e12286cc5ec2df72c1cab28e3659bfdad5
11748 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11749 Date:   Thu Oct 15 17:47:08 2009 +0400
11750
11751     mpc85xx: Add eLBC NAND support for MPC8569E-MDS boards
11752
11753     Simply add some defines, and adjust TLBe setup to include some
11754     space for eLBC NAND.
11755
11756     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11757     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11758
11759 commit 7f52ed5ef1b490da282ace3316be381a6abf96a5
11760 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11761 Date:   Thu Oct 15 17:47:06 2009 +0400
11762
11763     mpc85xx: Add eSDHC support for MPC8569E-MDS boards
11764
11765     eSDHC is mutually exlusive with UART0 (in 4-bits mode) and I2C2
11766     (in 1-bit mode). When eSDHC is used, we should switch u-boot console to
11767     UART1, and make the proper device-tree fixups.
11768
11769     Because of an erratum in prototype boards it is impossible to use eSDHC
11770     without disabling UART0 (which makes it quite easy to 'brick' the board
11771     by simply issung 'setenv hwconfig esdhc', and not able to interact with
11772     U-Boot anylonger).
11773
11774     So, but default we assume that the board is a prototype, which is a most
11775     safe assumption. There is no way to determine board revision from a
11776     register, so we use hwconfig.
11777
11778     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11779     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11780
11781 commit 48618126f78f05042dae428811809b594f747eb9
11782 Author: Peter Tyser <ptyser@xes-inc.com>
11783 Date:   Fri Oct 23 15:55:48 2009 -0500
11784
11785     xpedite5370: Enable multi-core support
11786
11787     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11788     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11789
11790 commit 5ccd29c3679b3669b0bde5c501c1aa0f325a7acb
11791 Author: Peter Tyser <ptyser@xes-inc.com>
11792 Date:   Fri Oct 23 15:55:47 2009 -0500
11793
11794     85xx: MP Boot Page Translation update
11795
11796     This change has 3 goals:
11797     - Have secondary cores be released into spin loops at their 'true'
11798       address in SDRAM.  Previously, secondary cores were put into spin
11799       loops in the 0xfffffxxx address range which required that boot page
11800       translation was always enabled while cores were in their spin loops.
11801
11802     - Allow the TLB window that the primary core uses to access the
11803       secondary cores boot page to be placed at any address.  Previously, a
11804       TLB window at 0xfffff000 was always used to access the seconary cores'
11805       boot page.  This TLB address requirement overlapped with other
11806       peripherals on some boards (eg XPedite5370).  By default, the boot
11807       page TLB will still use the 0xfffffxxx address range, but this can be
11808       overridden on a board-by-board basis by defining a custom
11809       CONFIG_BPTR_VIRT_ADDR.  Note that the TLB used to map the boot page
11810       remains in use while U-Boot executes.  Previously it was only
11811       temporarily used, then restored to its initial value.
11812
11813     - Allow Boot Page Translation to be disabled on bootup.  Previously,
11814       Boot Page Translation was always left enabled after secondary cores
11815       were brought out of reset.  This caused the 0xfffffxxx address range
11816       to somewhat "magically" be translated to an address in SDRAM.  Some
11817       boards may not want this oddity in their memory map, so defining
11818       CONFIG_MPC8xxx_DISABLE_BPTR will turn off Boot Page Translation after
11819       the secondary cores are initialized.
11820
11821     These changes are only applicable to 85xx boards with CONFIG_MP defined.
11822
11823     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11824     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11825
11826 commit 70ed869ea5f6b1d13d7b140c83ec0dcd8a127ddc
11827 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
11828 Date:   Tue Oct 27 12:18:55 2009 +0530
11829
11830     ppc/85xx/pci: fsl_pci_init: pcie agent mode support
11831
11832     Originally written by Jason Jin and Mingkai Hu for mpc8536.
11833
11834     When QorIQ based board is configured as a PCIe agent, then unlock/enable
11835     inbound PCI configuration cycles and init a 4K inbound memory window;
11836     so that a PCIe host can access the PCIe agents SDRAM at address 0x0
11837
11838     * Supported in fsl_pci_init_port() after adding pcie_ep as a param
11839     * Revamped copyright in drivers/pci/fsl_pci_init.c
11840     * Mods in 85xx based board specific pci init after this change
11841
11842     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
11843     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11844
11845 commit 273a28ad9ef59dcfcd4c056ec1f61f1e0896cfaa
11846 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
11847 Date:   Tue Oct 27 09:36:38 2009 +0530
11848
11849     85xx/p1_p2_rdb: Fixing DDR configuration for 800MHz data rate
11850
11851     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
11852     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11853
11854 commit 924024c396761c267b948f38d78e9905f2036501
11855 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
11856 Date:   Tue Oct 27 09:26:55 2009 +0530
11857
11858     85xx/p1_p2rdb: Fix crash while configuring 32 bit DDR i/f for P1020RDB.
11859
11860     The data being modified was in NOR flash which caused the crash.
11861
11862     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
11863     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11864
11865 commit 2c0c58b92dbb68007061bdc0edd23bdf142efebf
11866 Author: Sergey Mironov <ierton@gmail.com>
11867 Date:   Wed Sep 23 16:47:38 2009 +0400
11868
11869     Fix bug in jumptable call stubs for SPARC.
11870
11871     Signed-off-by: Sergey Mironov <ierton@gmail.com>
11872     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
11873
11874 commit 3e303f748cf57fb23e8ec95ab7eac0074be50e2b
11875 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11876 Date:   Thu Oct 15 17:47:04 2009 +0400
11877
11878     fdt_support: Add multi-serial support for stdout fixup
11879
11880     Currently fdt_fixup_stdout() is using hard-coded CONFIG_CONS_INDEX
11881     constant. With multi-serial support, the CONS_INDEX may no longer
11882     represent actual console, so we should try to extract port number
11883     from the current stdio device name instead of always hard-coding the
11884     constant value.
11885
11886     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11887     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
11888     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11889
11890 commit da0e5f7ee828f246d85997486fff308837069453
11891 Author: Leon Woestenberg <leon.woestenberg@gmail.com>
11892 Date:   Mon Oct 26 10:03:32 2009 +0100
11893
11894     ppc/85xx: Fix crashes due to generation of SPE instruction
11895
11896     U-Boot crashed on the last instruction:
11897
11898     int parse_stream_outer(struct in_str *inp, int flag)
11899     {
11900     effa4784:       94 21 ff 38     stwu    r1,-200(r1)
11901     effa4788:       7c 08 02 a6     mflr    r0
11902     effa478c:       42 9f 00 05     bcl-    20,4*cr7+so,effa4790 <parse_stream_outer+0xc>
11903     effa4790:       7d 80 00 26     mfcr    r12
11904     effa4794:       13 c1 b3 21     evstdd  r30,176(r1)
11905
11906     ...which is a  SPE instruction, although -mno-spe was used.
11907
11908     tmp/cross/ppce500v2/bin/powerpc-angstrom-linux-gnuspe-gcc --version
11909     powerpc-angstrom-linux-gnuspe-gcc (GCC) 4.3.3
11910
11911     Seems to be a known issue (since 2008-04?!)
11912
11913     Googled some, turns out this patch/workaround works for me on MPC8536DS.
11914
11915     See http://gcc.gnu.org/ml/gcc-patches/2008-04/msg00311.html for more info
11916
11917     Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
11918     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11919
11920 commit 654ea1f3184235694306ddc5874baa27ad3018fe
11921 Author: Dave Liu <daveliu@freescale.com>
11922 Date:   Thu Oct 22 00:10:23 2009 -0500
11923
11924     ppc/85xx: Make L2 support more robust
11925
11926     According the user manual, we need loop-check the L2 enable bit set.
11927
11928     Signed-off-by: Dave Liu <daveliu@freescale.com>
11929     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11930
11931 commit 613ad28c3da4c7fc6336ef9d94993b25a5d0586e
11932 Author: Kumar Gala <galak@kernel.crashing.org>
11933 Date:   Mon Oct 26 21:21:25 2009 -0500
11934
11935     ppc/85xx: Fix compiler warning in nand_spl/.../p1_p2_rdb/nand_boot.c
11936
11937     nand_boot.c: In function 'board_init_f':
11938     nand_boot.c:44: warning: 'sys_clk' may be used uninitialized in this function
11939
11940     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11941
11942 commit e8967d96a0e8d09d91a3b7bd292746996dd8e7ac
11943 Author: Kumar Gala <galak@kernel.crashing.org>
11944 Date:   Mon Oct 26 21:18:33 2009 -0500
11945
11946     ppc/85xx: Fix building NAND_SPL out of tree
11947
11948     We need to source files to exist in the O=<FOO> nand_spl dir when
11949     we build out of tree.
11950
11951     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11952
11953 commit f3ee25859e3920ee7c7cc519a3e6f60d70d7a53f
11954 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
11955 Date:   Fri Oct 23 10:52:38 2009 +0200
11956
11957     License cleanup: Fix license header for some esd display configurations
11958
11959     These files were autogenerated by EPSON configuration tools.
11960     This patch replaces the autogenerated file headers by the GPL
11961     license notice.
11962
11963     This change is done with the explicit permission
11964     of Epson Research & Development / IC Software Development.
11965
11966     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
11967
11968 commit 4166ee58d30ada7b298b9c941067f0341c2dccbe
11969 Author: Mike Frysinger <vapier@gentoo.org>
11970 Date:   Fri Oct 9 17:12:44 2009 -0400
11971
11972     sf: add GPL-2 license info
11973
11974     Some of the new spi flash files were missing explicit license lines.
11975
11976     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11977     CC: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11978
11979 commit d535a493004fb701f131b132402a7704f9c9342d
11980 Author: Kumar Gala <galak@kernel.crashing.org>
11981 Date:   Wed Oct 21 23:29:51 2009 -0500
11982
11983     fdt: Fix fdt padding issue for initrd mem_rsv
11984
11985     Its possible that we end up with a device tree that happens to be a
11986     particular size that after we call fdt_resize() we don't have any
11987     space left for the initrd mem_rsv.
11988
11989     Fix this be adding a second mem_rsv into the size calculation.  We
11990     had one to cover the fdt itself and we have the potential of adding
11991     a second for the initrd.
11992
11993     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11994     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
11995
11996 commit 4bc3d2afb380e78fdbb9c501d9a8da6d59eb178e
11997 Author: Steve Sakoman <sakoman@gmail.com>
11998 Date:   Tue Oct 20 18:21:18 2009 +0200
11999
12000     ARM: OMAP3: Refactors the SM911x driver
12001
12002     Move the test up in the function to not hang on systems without ethernet.
12003
12004     Signed-off-by: Steve Sakoman <sakoman@gmail.com>
12005     Acked-by: Ben Warren <biggerbadderben@gmail.com>
12006
12007 commit f3807374787e4394efb767e2e8527887f57e51b8
12008 Author: Minkyu Kang <mk7.kang@samsung.com>
12009 Date:   Thu Oct 15 11:19:15 2009 +0900
12010
12011     s5pc1xx: SMDKC100: fix compile warnings
12012
12013     fix the following compile warnings
12014     warning: dereferencing type-punned pointer will break strict-aliasing rules
12015
12016     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
12017
12018 commit 8003c361deec3ee651451662efd05352f1abdd40
12019 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
12020 Date:   Tue Oct 6 08:44:22 2009 +0200
12021
12022     arm926ejs: 8-byte align stack to avoid LDRD/STRD problems
12023
12024     U-boot for Marvell Kirkwood boards no longer work after the EABI changes
12025     introduced in commit f772acf8a584067033eff1e231fcd1fb3a00d3d9. This
12026     turns out to be caused by a stack alignment issue. The armv5te
12027     instructions ldrd/strd instructions require 8-byte alignment to work
12028     properly (otherwise undefined behavior).
12029
12030     Tested on an OpenRD base board, where both printouts and ubifs stuff now
12031     works.
12032
12033     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
12034
12035 commit e63e5904b48528f3f3cc98317df6fc62fab25bf9
12036 Author: Tom Rix <Tom.Rix@windriver.com>
12037 Date:   Sat Oct 17 12:41:06 2009 -0500
12038
12039     TI OMAP3 SDP3430: Initial Support
12040
12041     Start of support of
12042     Texas Instruments Software Development Platform(SDP)
12043     for OMAP3430 - SDP3430
12044
12045     Highlights of this platform are:
12046     Flash Memory devices:
12047         Sibley NOR, Micron 8bit NAND and OneNAND
12048     Connectivity:
12049         3 UARTs and expanded 4 UART ports + IrDA
12050         Ethernet, USB
12051     Other peripherals:
12052         TWL5030 PMIC+Audio+Keypad
12053         VGA display
12054     Expansion ports:
12055         Memory devices plugin boards (PISMO)
12056         Connectivity board for GPS,WLAN etc.
12057     Completely configurable boot sequence and device mapping
12058     etc.
12059
12060     Support default jumpering and:
12061      - UART1/ttyS0 console(legacy sdp3430 u-boot)
12062      - UART3/ttyS2 console (matching other boards,
12063                  and SDP HW docs)
12064      - Ethernet
12065      - mmc0
12066      - NOR boot
12067
12068     Currently the UART1 is enabled by default.  for
12069     compatibility with other OMAP3 u-boot platforms,
12070     enable the #define of CONSOLE_J9.
12071
12072     Conflicts:
12073
12074         Makefile
12075
12076     Fixed the conflict with smdkc100_config by moving omap_sdp3430_config
12077     to it is alphabetically sorted location above zoom1.
12078
12079     Signed-off-by: David Brownell <david-b@pacbell.net>
12080     Signed-off-by: Nishanth Menon <nm@ti.com>
12081     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
12082
12083 commit a4474ff8629be5f28aefb8a9f48d4411d62fb0d2
12084 Author: Sandeep Paulraj <s-paulraj@ti.com>
12085 Date:   Tue Oct 13 19:35:11 2009 -0400
12086
12087     TI DaVinci: Adding Copyright for DM365 EVM
12088
12089     Forgot to add Copyright while submitting the patch.
12090     This patch adds the copyright.
12091
12092     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
12093
12094 commit 11b0102218bbb50ac5c04f1521f2a22ed4e90cf1
12095 Author: Sandeep Paulraj <s-paulraj@ti.com>
12096 Date:   Tue Oct 13 12:32:32 2009 -0400
12097
12098     TI DaVinci: Fix DM6467 EVM Compilation Warning
12099
12100     Due to new TI boards being added to U-Boot, the hardware.h
12101     is getting very messy. The warning being fixed is due to
12102     the EMIF addresses being redefined.
12103
12104     The long term solution(after 2009.11) to this is to
12105     have SOC specific header files.
12106
12107     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
12108
12109 commit fac1ef4ba685606bf28349d18e050ea08b50e669
12110 Author: Sandeep Paulraj <s-paulraj@ti.com>
12111 Date:   Tue Oct 13 12:01:52 2009 -0400
12112
12113     TI DaVinci: DM355 Leopard: Fix compilation warning
12114
12115     We get a compliation warning when we enable the NAND driver
12116     for DM355 leopard. The waring we get is that we have
12117     an implicit declaration of davinci_nand_init.
12118
12119     It is fixed by including the asm/arch/nand_defs.h header file
12120
12121     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
12122
12123 commit f8a812aa656bc34622303a26fa5003d19c34aeed
12124 Author: Nishanth Menon <nm@ti.com>
12125 Date:   Tue Oct 13 12:49:55 2009 -0400
12126
12127     TI OMAP3: make gpmc_config as const
12128
12129     gpmc_config should not be a variant as it is board specific
12130     hence make it a const parameter
12131
12132     Fixes issues identified by Dirk:
12133     - build issue for zoom2
12134     - warnings for all other OMAP3 platforms using nand/onenand etc
12135
12136     Signed-off-by: Nishanth Menon <nm@ti.com>
12137
12138 commit cfc25874624a328f53ad59b1206e2103f2e62d74
12139 Author: Stefan Roese <sr@denx.de>
12140 Date:   Mon Oct 19 16:19:36 2009 +0200
12141
12142     ppc4xx: Sequoia: Add chip_config command
12143
12144     This patch removes the Sequoia "bootstrap" command and replaces it
12145     with the now common command "chip_config".
12146
12147     Please note that the patches with the dynamic PCI sync clock
12148     configuration have to be applied, before this one should go in.
12149     This is because Sequoia has 2 different bootstrap EEPROMs, and
12150     the old bootstrap command configured different values depending
12151     on the detected PCI async clock (33 vs. 66MHz). With the PCI sync
12152     clock patches, this is not necessary anymore. The PCI sync clock
12153     will be configured correctly on-the-fly now.
12154
12155     Signed-off-by: Stefan Roese <sr@denx.de>
12156
12157 commit c85b58397030e25e146ccf5085c86221c40c53b3
12158 Author: Stefan Roese <sr@denx.de>
12159 Date:   Mon Oct 19 14:14:08 2009 +0200
12160
12161     ppc4xx: Yosemite/Yellowstone: Check and reconfigure the PCI sync clock
12162
12163     This patch now uses the 440EP(x)/GR(x) function to check and dynamically
12164     reconfigure the PCI sync clock.
12165
12166     Signed-off-by: Stefan Roese <sr@denx.de>
12167
12168 commit 23c51a2d6393cd3be9eb62cb42d92138ff6db8a9
12169 Author: Stefan Roese <sr@denx.de>
12170 Date:   Mon Oct 19 14:10:50 2009 +0200
12171
12172     ppc4xx: Sequoia/Rainer: Check and reconfigure the PCI sync clock
12173
12174     This patch now uses the 440EP(x)/GR(x) function to check and dynamically
12175     reconfigure the PCI sync clock.
12176
12177     Signed-off-by: Stefan Roese <sr@denx.de>
12178
12179 commit 08c6a2628478ace808b3767db17e4148cac5a7fb
12180 Author: Stefan Roese <sr@denx.de>
12181 Date:   Mon Oct 19 14:44:11 2009 +0200
12182
12183     ppc4xx: Print PCI synchronous clock frequency upon bootup
12184
12185     Some 4xx variants (e.g. 440EP(x)/GR(x)) have an internal
12186     synchronous PCI clock. Knowledge about the currently configured
12187     value might be helpful. So let's print it out upon bootup.
12188
12189     Signed-off-by: Stefan Roese <sr@denx.de>
12190
12191 commit 5e47f9535f53fd4cc05f32fb6166870f976fbb4e
12192 Author: Stefan Roese <sr@denx.de>
12193 Date:   Mon Oct 19 14:06:23 2009 +0200
12194
12195     ppc4xx: Add function to check and dynamically change PCI sync clock
12196
12197     PPC440EP(x)/PPC440GR(x):
12198     In asynchronous PCI mode, the synchronous PCI clock must meet
12199     certain requirements. The following equation describes the
12200     relationship that must be maintained between the asynchronous PCI
12201     clock and synchronous PCI clock. Select an appropriate PCI:PLB
12202     ratio to maintain the relationship:
12203
12204     AsyncPCIClk - 1MHz <= SyncPCIclock <= (2 * AsyncPCIClk) - 1MHz
12205
12206     This patch now adds a function to check and reconfigure the sync
12207     PCI clock to meet this requirement. This is in preparation for
12208     some AMCC boards (Sequoia/Rainier and Yosemite/Yellowstone) using this
12209     function to not violate the PCI clocking rules.
12210
12211     Signed-off-by: Stefan Roese <sr@denx.de>
12212
12213 commit 92b8964bed0d1b779d9e26be4e16755b5c635415
12214 Author: Stefan Roese <sr@denx.de>
12215 Date:   Fri Oct 16 10:01:09 2009 +0200
12216
12217     ppc4xx: Update flash size in reg property of the NOR flash node
12218
12219     Till now only the ranges in the ebc node are updated with the values
12220     currently configured in the PPC4xx EBC controller. With this patch now
12221     the NOR flash size is updated in the device tree blob as well. This is
12222     done by scanning the compatible nodes "cfi-flash" and "jedec-flash"
12223     for the correct chip select number.
12224
12225     This size fixup is enabled for all AMCC eval board right now. Other
12226     4xx boards may want to enable it as well, if this problem with multiple
12227     NOR FLASH sizes exists.
12228
12229     Signed-off-by: Stefan Roese <sr@denx.de>
12230     Cc: Wolfgang Denk <wd@denx.de>
12231
12232 commit 30d45c0d3ea2231f9131276ea113595959a0720e
12233 Author: Stefan Roese <sr@denx.de>
12234 Date:   Wed Oct 21 11:59:52 2009 +0200
12235
12236     fdt: Add fdt_fixup_nor_flash_size() to fixup NOR FLASH size in dtb
12237
12238     This function can be used to update the size in the "reg" property
12239     of the NOR FLASH device nodes. This is necessary for boards with
12240     non-fixed NOR FLASH sizes.
12241
12242     Signed-off-by: Stefan Roese <sr@denx.de>
12243     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
12244     Acked-by: Wolfgang Denk <wd@denx.de>
12245
12246 commit 76706cb86b1c76954ff5353db6757ab99cfd95fb
12247 Author: Wolfgang Denk <wd@denx.de>
12248 Date:   Tue Oct 20 23:12:13 2009 +0200
12249
12250     cpu/ppc4xx/fdt.c: avoid strcpy() to constant string
12251
12252     strcpy() was iused with the target address being a pointer to a
12253     constant string, which potentially is read-only. Use a (writable)
12254     array of characters instead.
12255
12256     Signed-off-by: Wolfgang Denk <wd@denx.de>
12257     Signed-off-by: Stefan Roese <sr@denx.de>
12258
12259 commit 0e1ac981194aa0d92eff0934442cec48a4f57834
12260 Author: Wolfgang Denk <wd@denx.de>
12261 Date:   Tue Oct 20 23:07:04 2009 +0200
12262
12263     cpu/ppc4xx/fdt.c: avoid strcpy() to constant string
12264
12265     strcpy() was iused with the target address being a pointer to a
12266     constant string, which potentially is read-only. Use a (writable)
12267     array of characters instead.
12268
12269     Signed-off-by: Wolfgang Denk <wd@denx.de>
12270
12271 commit c55096c084308c08bf8891c190f90bdc3a232394
12272 Author: Daniel Mack <daniel@caiaq.de>
12273 Date:   Wed Apr 8 13:23:38 2009 +0200
12274
12275     smc911x: add support for LAN9220
12276
12277     Signed-off-by: Daniel Mack <daniel@caiaq.de>
12278     Cc: Sascha Hauer <s.hauer@pengutronix.de>
12279     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12280
12281 commit f67066b6b0740b826ed862615c5ab022aaf4779a
12282 Author: Mike Frysinger <vapier@gentoo.org>
12283 Date:   Sun Oct 18 20:43:14 2009 -0400
12284
12285     envcrc: check return value of fwrite()
12286
12287     Newer toolchains will often complain about unchecked fwrite():
12288         envcrc.c:117: warning: ignoring return value of `fwrite´, declared
12289                 with attribute warn_unused_result
12290
12291     So check the return value to silence the warnings.
12292
12293     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12294
12295 commit efd988ebaa241bab265b1511052350207cb7aaa0
12296 Author: Wolfgang Denk <wd@denx.de>
12297 Date:   Mon Oct 19 09:18:57 2009 +0200
12298
12299     mcc200: fix build error
12300
12301     Fix compile error:
12302     include/configs/mcc200.h:401:6: error: #elif with no expression
12303
12304     Signed-off-by: Wolfgang Denk <wd@denx.de>
12305
12306 commit 4e0539d2696992a5e32643a0c831e870cfe9a036
12307 Author: Nishanth Menon <nm@ti.com>
12308 Date:   Tue Oct 13 12:47:39 2009 -0400
12309
12310     OMAP3: fix warnings when NAND/ONENAND is not used
12311
12312     Fix build warnings by putting specific used variables
12313     under required #ifdefs for removing:
12314     mem.c:227: warning: unused variable 'f_sec'
12315     mem.c:226: warning: unused variable 'f_off'
12316     mem.c:225: warning: unused variable 'size'
12317     mem.c:224: warning: unused variable 'base'
12318     mem.c:222: warning: unused variable 'gpmc_config'
12319
12320     Signed-off-by: Nishanth Menon <nm@ti.com>
12321
12322 commit 73db0c71da365a2d101878ae3aeb8ff3545a1828
12323 Author: Nishanth Menon <nm@ti.com>
12324 Date:   Tue Oct 13 12:47:24 2009 -0400
12325
12326     OMAP3: export enable_gpmc_cs_config to board files
12327
12328     Export enable_gpmc_cs_config into common header to
12329     prevent warning:
12330
12331     warning: implicit declaration of function 'enable_gpmc_cs_config'
12332
12333     Signed-off-by: Nishanth Menon <nm@ti.com>
12334
12335 commit 96a27c6dc29abf11740632ecd8ccab607b209c5d
12336 Author: Tom Rix <Tom.Rix@windriver.com>
12337 Date:   Mon Oct 12 12:07:40 2009 -0400
12338
12339     Zoom2 Fix serial gpmc setup
12340
12341     The offset to the chip select is incorrect.
12342
12343     The change 187af954cf7958c24efcf0fd62289bbdb4f1f24e,
12344
12345     omap3: embedd gpmc_cs into gpmc config struct
12346
12347     introduced a problem with the serial gpmc setup.
12348
12349     This patch reverts the chip select to its previous value.
12350
12351     The symptoms of this problem are that the Zoom2
12352     currently hangs.
12353
12354     This was run tested on Zoom2.
12355
12356     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
12357
12358 commit 64d945abe8cffbacdaeca5f63b9b84f895d2d9ab
12359 Author: Sandeep Paulraj <s-paulraj@ti.com>
12360 Date:   Sun Oct 11 09:10:27 2009 -0400
12361
12362     TI DaVinci Sonata: Add Config option for 64 bit Support
12363
12364     Adding the CONFIG_SYS_64BIT_VSPRINTF fot the DM644x based Sonata
12365     Without this option enabled while performing NAND operations we will get
12366     wrong diagnostic messages.
12367     Example if the MTD NAND driver find a bad block while erasing from
12368     a certain address, it will say bad block skipped at 0x00000000.
12369
12370     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
12371
12372 commit 54aa603d2ce1d9374a1f5c6336362037ad2d8b51
12373 Author: Sandeep Paulraj <s-paulraj@ti.com>
12374 Date:   Sun Oct 11 09:14:58 2009 -0400
12375
12376     TI DaVinci DVEVM: Add Config option for 64 bit Support
12377
12378     Adding the CONFIG_SYS_64BIT_VSPRINTF in the DVEVM config.
12379     Without this option enabled while performing NAND operations we will get
12380     wrong diagnostic messages.
12381     Example if the MTD NAND driver find a bad block while erasing from
12382     a certain address, it will say bad block skipped at 0x00000000.
12383
12384     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
12385
12386 commit b8d0aa0c78b8c0fa51acada3c486b81085924b53
12387 Author: Sandeep Paulraj <s-paulraj@ti.com>
12388 Date:   Sat Oct 10 10:19:20 2009 -0400
12389
12390     TI DaVinci DM365: Add Config option for 64 bit Support
12391
12392     Adding the CONFIG_SYS_64BIT_VSPRINTF in the DM365 EVM config.
12393     Without this option enabled while performing NAND operations we will get
12394     wrong diagnostic messages.
12395     Example if the MTD NAND driver find a bad block while erasing from
12396     a certain address, it will say bad block skipped at 0x00000000.
12397
12398     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
12399
12400 commit 86a725b9c8b829c217be90e590f3ca2c91fa1dca
12401 Author: Sandeep Paulraj <s-paulraj@ti.com>
12402 Date:   Sat Oct 10 10:18:46 2009 -0400
12403
12404     TI DaVinci DM355: Add Config option for 64 bit Support
12405
12406     Adding the CONFIG_SYS_64BIT_VSPRINTF in the DM355 EVM config.
12407     Without this option enabled while performing NAND operations we will get
12408     wrong diagnostic messages.
12409     Example if the MTD NAND driver find a bad block while erasing from
12410     a certain address, it will say bad block skipped at 0x00000000.
12411
12412     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
12413
12414 commit 9c44ddccb6602f620fc037974f3e4468ad8a7c0c
12415 Author: Sandeep Paulraj <s-paulraj@ti.com>
12416 Date:   Wed Sep 9 11:50:40 2009 -0400
12417
12418     TI: OMAP3: Remove SZ_xx references
12419
12420     This patch removes dependency on the sizes.h header file
12421     and removes all references to SZ_xx.
12422
12423     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
12424
12425 commit 13d2cb988ff07addce6e10ab2cb8965a9dd23c63
12426 Author: Steve Sakoman <sakoman@gmail.com>
12427 Date:   Sat Oct 10 14:29:37 2009 -0400
12428
12429     OMAP3: Update Overo and Beagle environment
12430
12431     Update default environment to support new kernel DSS2 subsystem and
12432     simplify rootfs type and location changes.
12433
12434     Signed-off-by: Steve Sakoman <sakoman@gmail.com>
12435     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
12436
12437 commit c73607c5525c6957c815e64f7e865fdd3baffe98
12438 Author: Sandeep Paulraj <s-paulraj@ti.com>
12439 Date:   Sat Oct 10 13:46:26 2009 -0400
12440
12441     TI DaVinci: Maintainer for DM355 and DM365 EVM
12442
12443     Adding entries to the MAINTAINERS directory for the
12444     DM355 and DM365 EVM.
12445
12446     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
12447
12448 commit 5df65cf56aeef9fdeab83a259c37aa7d23836dd3
12449 Author: Sandeep Paulraj <s-paulraj@ti.com>
12450 Date:   Sat Oct 10 13:37:10 2009 -0400
12451
12452     TI: DaVinci: DM355 Leopard board support
12453
12454     This patch adds support for the leopard board which is
12455     based on the DM355 SOC.
12456
12457     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
12458
12459 commit 6ab176d7091d21960a1bd89fcb7fd87b9e91aca1
12460 Author: Sandeep Paulraj <s-paulraj@ti.com>
12461 Date:   Sat Oct 10 12:00:47 2009 -0400
12462
12463     TI DaVinci DM646x: Adding initial support for DM6467 EVM
12464
12465     This patch adds the initial support for DM6467 EVM.
12466     Other features like NET and NAND support will be added as follow up patches.
12467
12468     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
12469
12470 commit d884f64a7b8482f6c9688600e0a4731fa5678e0c
12471 Author: Sandeep Paulraj <s-paulraj@ti.com>
12472 Date:   Thu Oct 1 20:22:09 2009 -0400
12473
12474     TI DaVinci DM365: Fix Compilation warning for DM365 EVM
12475
12476     This patch fixes a compilation warning while compiling
12477     the DM365 EVM.
12478
12479     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
12480
12481 commit 6fe5e87be4b944edf428835210056e020c8bb794
12482 Author: Sandeep Paulraj <s-paulraj@ti.com>
12483 Date:   Thu Oct 1 20:21:13 2009 -0400
12484
12485     TI DaVinci DM355: Fix Compilation warning for DM355 EVM
12486
12487     This patch fixes a compilation warning while compiling
12488     the DM355 EVM.
12489
12490     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
12491
12492 commit 513bbe1b1720682e6de0aba2d9db5e60f3a428bb
12493 Author: Eric Benard <eric@eukrea.com>
12494 Date:   Mon Oct 12 10:15:39 2009 +0200
12495
12496     AT91 CPUAT91 Fix compiler warning
12497
12498     This change fixes the compiler warning
12499
12500     main.c: In function 'abortboot':
12501     main.c:122: warning: too few arguments for format
12502
12503     Signed-off-by: Eric Benard <eric@eukrea.com>
12504     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
12505
12506 commit b1e81f701d044eee3884202b127d5d1f0668bdb9
12507 Author: Eric Benard <eric@eukrea.com>
12508 Date:   Mon Oct 12 10:15:40 2009 +0200
12509
12510     AT91 CPU9260 CPU9G20 Fix compile warnings
12511
12512     This change fixes the compiler warning
12513
12514     nand_util.c:45:2: warning: #warning Please define CONFIG_SYS_64BIT_VSPRINTF
12515       for correct output!
12516
12517     Signed-off-by: Eric Benard <eric@eukrea.com>
12518     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
12519
12520 commit 94d50c527a3cedb6a41fbe6773256cdd1855317f
12521 Author: Eric Benard <eric@eukrea.com>
12522 Date:   Mon Oct 12 10:08:20 2009 +0200
12523
12524     AT91 CPU9260 Fix machine ID when using a CPU9G20.
12525
12526     Signed-off-by: Eric Benard <eric@eukrea.com>
12527     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
12528
12529 commit 8c0a92c8f4cf399e873c2611939f3617983785a9
12530 Author: Alessandro Rubini <rubini@unipv.it>
12531 Date:   Sat Oct 10 11:51:26 2009 +0200
12532
12533     lcd: remove '#if 0' 32-bit scroll, now memcpy does it
12534
12535     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
12536     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
12537
12538 commit e3ea948d4588e7efddbf0ee92147d93f827d7cea
12539 Author: Alessandro Rubini <rubini@unipv.it>
12540 Date:   Sat Oct 10 11:51:16 2009 +0200
12541
12542     lib_generic memset: fill one word at a time if possible
12543
12544     If the destination is aligned, fill ulong values until possible.
12545     Then fill remaining part by byte.
12546
12547     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
12548     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
12549     Acked-by: Mike Frysinger <vapier@gentoo.org>
12550
12551 commit ecd830b863e5c6ac5d804d3b3a92453a98d526fc
12552 Author: Alessandro Rubini <rubini@unipv.it>
12553 Date:   Sat Oct 10 11:51:05 2009 +0200
12554
12555     lib_generic memcpy: copy one word at a time if possible
12556
12557     If source and destination are aligned, this copies ulong values
12558     until possible, trailing part is copied by byte. Thanks for the details
12559     to Wolfgang Denk, Mike Frysinger, Peter Tyser, Chris Moore.
12560
12561     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
12562     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
12563     Acked-by: Mike Frysinger <vapier@gentoo.org>
12564
12565 commit 9c5586aa19bbedf290d2a663813404d2db87dfa5
12566 Author: Alessandro Rubini <rubini@unipv.it>
12567 Date:   Thu Oct 8 14:29:14 2009 +0200
12568
12569     setenv: do console redirection even if previously unset
12570
12571     If "stdout" is not previously set, doing "setenv stdout lcd" had no
12572     effect, since console redirection only worked if the environment
12573     variable was already set; the second time you run setenv it worked.
12574     Most default environments lack stdin/out/err definitions, so I'm sure
12575     I'm not alone with this problem.
12576
12577     This patch simply moves a block of code out of a conditional, to do
12578     the same work even if the variable was previously unset.
12579
12580     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
12581     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
12582
12583 commit c9ee39972a7758e883b73c6c0e3c3a14cd5b2f43
12584 Author: Martha Stan <mmarx@silicontkx.com>
12585 Date:   Wed Oct 7 04:38:46 2009 -0400
12586
12587     mpc512x: fix System Clock Control constants for USB1 & USB2
12588
12589     Signer-off-by: Martha Stan <mmarx@silicontkx.com>
12590
12591 commit 87b22b7787f397fc3daad570d711e478b1a7d253
12592 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
12593 Date:   Fri Oct 2 18:18:33 2009 -0400
12594
12595     mem_mtest: fix error reporting, allow escape with ^C
12596
12597     The basic memtest function tries to watch for ^C after each
12598     pattern pass as an escape mechanism, but if things are horribly
12599     wrong, we'll be stuck in an inner loop flooding the console with
12600     error messages and never check for ^C.  To make matters worse,
12601     if the user waits for all the error messages to complete, we
12602     then incorrectly report the test passed without errors.
12603
12604     Adding a check for ^C after any error is printed will give
12605     the end user an escape mechanism from a console flood without
12606     slowing down the overall test speed on a slow processor.
12607
12608     Also, the more extensive memtest quit after just a single error,
12609     which is inconsistent with the normal memtest, and not useful if
12610     if you are doing dynamic environmental impact testing, such as
12611     heating/cooling etc.
12612
12613     Both tests now track the error count and report it properly
12614     at test completion.
12615
12616     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
12617     Acked-by: Mike Frysinger <vapier@gentoo.org>
12618
12619 commit 9f4a420663419dc13f08a0ce65b93033c6172c69
12620 Author: Mike Frysinger <vapier@gentoo.org>
12621 Date:   Thu Oct 1 12:11:54 2009 -0400
12622
12623     new default shortcut to config & build a board
12624
12625     The majority of the time that I build things in U-Boot, I want to just
12626     build for the board.  I don't make board config tweaks after selecting the
12627     board.  So add a new pattern rule that allows people to combine two steps
12628     in one go:
12629         `make foo_config && make` => `make foo`
12630
12631     This shouldn't conflict with any existing make rules as the pattern rule
12632     is used only the rule doesn't already exist.
12633
12634     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12635
12636 commit 6dab6add2d8ee80905234b326abc3de11be1d178
12637 Author: Mike Frysinger <vapier@gentoo.org>
12638 Date:   Wed Sep 30 15:29:58 2009 -0400
12639
12640     env: only build env_embedded and envcrc when needed
12641
12642     The env code is protected by the ENV_IS_EMBEDDED define, so attempting to
12643     compile the code when this isn't defined is pointless.  Now that the env
12644     headers have unified around CONFIG_ENV_IS_EMBEDDED, convert the build
12645     system to only build the env objects when this is enabled.  And now that
12646     the env code is conditionally compiled, we can drop the source code checks.
12647
12648     For people who want to extract the environment manually, add a new option
12649     CONFIG_BUILD_ENVCRC that only enables the envcrc utility.
12650
12651     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12652
12653 commit 78f4ca7976748159080c9d920d5eb542d1b32d4f
12654 Author: Daniel Mack <daniel@caiaq.de>
12655 Date:   Mon Sep 28 11:40:38 2009 +0200
12656
12657     part_dos: check status flags of partitions
12658
12659     Only read partitions which have 0x00 or 0x80 set in their status field.
12660     All others are invalid.
12661
12662     Signed-off-by: Daniel Mack <daniel@caiaq.de>
12663
12664 commit 45def0ab9d1dedcd2a73939aad8373f760498762
12665 Author: Eric Millbrandt <emillbrandt@coldhaus.com>
12666 Date:   Fri Sep 25 17:47:43 2009 -0500
12667
12668     galaxy5200: change cs1 configuration
12669
12670     Correct the chip select configuration for the nand flash chip select.
12671
12672     Signed-off-by: Eric Millbrandt <emillbrandt@dekaresearch.com>
12673
12674 commit 7936b51165b519a16ecf3db302fb88df8b8b3b3d
12675 Author: Niklaus Giger <niklaus.giger@netstal.com>
12676 Date:   Wed Sep 23 08:12:14 2009 +0200
12677
12678     Cleanup: use constant
12679
12680     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
12681
12682 commit 7120c888101952b7e61b9e54bb42370904aa0e68
12683 Author: Kim Phillips <kim.phillips@freescale.com>
12684 Date:   Mon Oct 12 11:06:19 2009 -0500
12685
12686     mpc83xx: mpc8313 - handle erratum IPIC1 (TSEC IRQ number swappage)
12687
12688     mpc8313e erratum IPIC1 swapped TSEC interrupt ID numbers on rev. 1
12689     h/w (see AN3545).  The base device tree in use has rev. 1 ID numbers,
12690     so if on Rev. 2 (and higher) h/w, we fix them up here.
12691
12692     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12693     Reviewed-by: Roland Lezuo <roland.lezuo@chello.at>
12694
12695 commit 91525c67153fcf2c19b2fc8d9c6376ac1a019f52
12696 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
12697 Date:   Mon Oct 12 23:55:39 2009 +0400
12698
12699     mpc85xx: Fix booting on various boards
12700
12701     commit 0e870980a64584a591af775bb9c9fe9450124df9 ("8xxx: Removed
12702     CONFIG_NUM_CPUS from 85xx/86xx") breaks U-Boot on various boards,
12703     namely the ones that call get_sys_info() from board_early_init_f().
12704
12705     get_sys_info() calls cpu_numcores(), which depends on probecpu()
12706     being called before. But probecpu() is called after board_early_init_f(),
12707     and so cpu_numcores() returns random values, which in turn crashes
12708     get_sys_info().
12709
12710     To fix the issue we place probecpu() before board_early_init_f()
12711     in an initialization sequence.
12712
12713     Booting on the following boards should be revived now:
12714      mpc8540ads
12715      mpc8541cds
12716      mpc8548cds
12717      mpc8555cds
12718      mpc8560ads
12719      mpc8568mds
12720      mpc8569mds
12721      and maybe more.
12722
12723     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
12724     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12725
12726 commit 26df6aa9916443077139f8f008fbc5f414ba05e5
12727 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
12728 Date:   Fri Oct 2 18:48:07 2009 -0400
12729
12730     mpc86xx: delete unused MPC86xx_DDR_SDRAM_CLK_CNTL define
12731
12732     This is an orphaned legacy leftover that is just polluting
12733     the config file namespace.
12734
12735     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
12736     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12737
12738 commit fad15096e3b34927444ba5f6133742d40d78a425
12739 Author: Dipen Dudhat <dipen.dudhat@freescale.com>
12740 Date:   Thu Oct 8 13:33:29 2009 +0530
12741
12742     ppc/P1_P2_RDB: On-chip BootROM support
12743
12744     On Chip BootROM support for P1 and P2 series RDB platforms.
12745
12746     This patch is derived from latest On Chip BootROM support on MPC8536DS
12747
12748     Signed-off-by: Dipen Dudhat <dipen.dudhat@freescale.com>
12749     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12750
12751 commit f7780ec977e545b83bc5068e0957d640f1d98f13
12752 Author: Dipen Dudhat <dipen.dudhat@freescale.com>
12753 Date:   Thu Oct 8 13:33:18 2009 +0530
12754
12755     ppc/P1_P2_RDB: NAND Boot Support
12756
12757     NAND Boot support for P1 and P2 series RDB platforms.
12758
12759     This patch is derived from NAND Boot support on MPC8536DS.
12760
12761     Signed-off-by: Dipen Dudhat <dipen.dudhat@freescale.com>
12762     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12763
12764 commit d11823ca3cb551814ffcd926402c8bcf3a7eff35
12765 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
12766 Date:   Wed Oct 7 16:34:28 2009 -0400
12767
12768     mpc8xxx: improve LAW error messages when setting up DDR
12769
12770     When setting up the LAWs for the DDR, if there was an error,
12771     you got the not-so-helpful error text "ERROR" and nothing
12772     else.  Not only is it non-informative, but it is also
12773     pretty frustrating trying to grep for "ERROR" in the source.
12774
12775     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
12776     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12777
12778 commit a9946e3fc7089ddc6b7711a44e07a6b0827b79a7
12779 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
12780 Date:   Wed Sep 30 16:12:31 2009 -0400
12781
12782     sbc8641d: fix LAW so board doesn't hang on DDR init
12783
12784     All versions between now and since this commit:
12785
12786       commit bd76729bcbfd64b5d016a9b936f058931fc06eaf
12787       MPC86xx: set CONFIG_MAX_MEM_MAPPED to 2G by default
12788
12789     will fail to allow the SBC8641D to get past DDR init, because the
12790     LAW config was overlapping.  Eventually this board will do SPD
12791     EEPROM config, but for now this gets the board working again.
12792
12793     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
12794     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12795
12796 commit 3d1988ab47cc0e265272967e07d747ec600a44c9
12797 Author: kevin.morfitt@fearnside-systems.co.uk <kevin.morfitt@fearnside-systems.co.uk>
12798 Date:   Sat Oct 10 13:34:09 2009 +0900
12799
12800     Clean-up of s3c24x0 nand driver
12801
12802     This patch re-formats the arm920t s3c24x0 nand driver in preparation for changes
12803     to add support for the Embest SBC2440-II Board.
12804
12805     The changes are as follows:
12806     - re-indent the code using Lindent
12807     - make sure register layouts are defined using a C struct
12808     - replace the upper-case typedef'ed C struct names with lower case
12809     non-typedef'ed ones
12810     - make sure registers are accessed using the proper accessor functions
12811     - run checkpatch.pl and fix any error reports
12812
12813     It assumes the following patch has been applied first:
12814     - [U-Boot][PATCH-ARM] CONFIG_SYS_HZ fix for ARM902T S3C24X0 Boards, 05/09/2009
12815      - patches 1/4, 2/4 and 3/4 of this series
12816
12817     Tested on an Embest SBC2440-II Board with local u-boot patches as I don't have
12818     any s3c2400 or s3c2410 boards but need this patch applying before I can submit
12819     patches for the SBC2440-II Board. Also, temporarily modified sbc2410x, smdk2400,
12820     smdk2410 and trab configs to use the mtd nand driver (which isn't used by any
12821     board at the moment), ran MAKEALL for all ARM9 targets and no new warnings or
12822     errors were found.
12823
12824     Signed-off-by: Kevin Morfitt <kevin.morfitt@fearnside-systems.co.uk>
12825     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
12826
12827 commit eb0ae7f549b7142826a8bcdd2dc945fac9c36349
12828 Author: kevin.morfitt@fearnside-systems.co.uk <kevin.morfitt@fearnside-systems.co.uk>
12829 Date:   Sat Oct 10 13:33:11 2009 +0900
12830
12831     Clean-up of s3c24x0 drivers excluding nand driver
12832
12833     This patch re-formats the arm920t s3c24x0 driver files, excluding the nand
12834     driver, in preparation for changes to add support for the Embest SBC2440-II Board.
12835
12836     The changes are as follows:
12837     - re-indent the code using Lindent
12838     - make sure register layouts are defined using a C struct
12839     - replace the upper-case typedef'ed C struct names with lower case
12840       non-typedef'ed ones
12841     - make sure registers are accessed using the proper accessor functions
12842     - run checkpatch.pl and fix any error reports
12843
12844     It assumes the following patch has been applied first:
12845     - [U-Boot][PATCH-ARM] CONFIG_SYS_HZ fix for ARM902T S3C24X0 Boards, 05/09/2009
12846     - patches 1/4 and 2/4 of this series
12847
12848     Tested on an Embest SBC2440-II Board with local u-boot patches as I don't have
12849     any s3c2400 or s3c2410 boards but need this patch applying before I can submit
12850     patches for the SBC2440-II Board. Also, temporarily modified sbc2410x, smdk2400,
12851     smdk2410 and trab configs to use the mtd nand driver (which isn't used by any
12852     board at the moment), ran MAKEALL for all ARM9 targets and no new warnings or
12853     errors were found.
12854
12855     Signed-off-by: Kevin Morfitt <kevin.morfitt@fearnside-systems.co.uk>
12856     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
12857
12858 commit 8250d0bae84229abea397f6b474b3556b0f04e80
12859 Author: kevin.morfitt@fearnside-systems.co.uk <kevin.morfitt@fearnside-systems.co.uk>
12860 Date:   Sat Oct 10 13:32:01 2009 +0900
12861
12862     Clean-up of s3c24x0 header files
12863
12864     This patch re-formats the arm920t s3c24x0 header files in preparation for
12865     changes to add support for the Embest SBC2440-II Board.
12866
12867     The changes are as follows:
12868     - re-indent the code using Lindent
12869     - make sure register layouts are defined using a C struct
12870     - replace the upper-case typedef'ed C struct names with lower case
12871     non-typedef'ed ones
12872     - make sure registers are accessed using the proper accessor functions
12873     - run checkpatch.pl and fix any error reports
12874
12875     It assumes the following patch has been applied first:
12876     - [U-Boot][PATCH-ARM] CONFIG_SYS_HZ fix for ARM902T S3C24X0 Boards, 05/09/2009
12877     - patch 1/4 of this series
12878
12879     Tested on an Embest SBC2440-II Board with local u-boot patches as I don't have
12880     any s3c2400 or s3c2410 boards but need this patch applying before I can submit
12881     patches for the SBC2440-II Board. Also, temporarily modified sbc2410x, smdk2400,
12882     smdk2410 and trab configs to use the mtd nand driver (which isn't used by any
12883     board at the moment), ran MAKEALL for all ARM9 targets and no new warnings or
12884     errors were found.
12885
12886     Signed-off-by: Kevin Morfitt <kevin.morfitt@fearnside-systems.co.uk>
12887     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
12888
12889 commit d67cce2dda3a40c3bd90a6c6e129fbb26dd4cfab
12890 Author: kevin.morfitt@fearnside-systems.co.uk <kevin.morfitt@fearnside-systems.co.uk>
12891 Date:   Sat Oct 10 13:30:22 2009 +0900
12892
12893     Clean-up of cpu_arm920t and cpu_arm920t_s3c24x0 code
12894
12895     This patch re-formats the code in cpu/arm920t and cpu/arm920t/23c24x0 in
12896     preparation for changes to add support for the Embest SBC2440-II Board.
12897
12898     The changes are as follows:
12899     - re-indent the code using Lindent
12900     - make sure register layouts are defined using a C struct
12901     - replace the upper-case typedef'ed C struct names with lower case
12902       non-typedef'ed ones
12903     - make sure registers are accessed using the proper accessor functions
12904     - run checkpatch.pl and fix any error reports
12905
12906     It assumes the following patch has been applied first:
12907     - [U-Boot][PATCH-ARM] CONFIG_SYS_HZ fix for ARM902T S3C24X0 Boards, 05/09/2009
12908
12909     Tested on an Embest SBC2440-II Board with local u-boot patches as I don't have
12910     any s3c2400 or s3c2410 boards but need this patch applying before I can submit
12911     patches for the SBC2440-II Board. Also, ran MAKEALL for all ARM9 targets and no
12912     new warnings or errors were found.
12913
12914     Signed-off-by: Kevin Morfitt <kevin.morfitt@fearnside-systems.co.uk>
12915     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
12916
12917 commit cd85662b345c0c2248fd7637f65bb2fbb4d53dd9
12918 Author: kevin.morfitt@fearnside-systems.co.uk <kevin.morfitt@fearnside-systems.co.uk>
12919 Date:   Sun Sep 6 00:33:13 2009 +0900
12920
12921     CONFIG_SYS_HZ fix for ARM902T S3C24X0 Boards
12922
12923     This sets CONFIG_SYS_HZ to 1000 for all boards that use the s3c2400 and
12924     s3c2410 cpu's which fixes various problems such as the timeouts in tftp being
12925     too short.
12926
12927     Tested on an Embest SBC2440-II Board with local u-boot patches as I don't
12928     have any s3c2400 or s3c2410 boards but need this patch applying before I can
12929     submit patches for the SBC2440-II Board. Also, ran MAKEALL for all ARM9 targets
12930     and no new warnings or errors were found.
12931
12932     It was originally submitted on 21/06/2009 but didn't get into the 2009.08
12933     release, and Jean-Pierre made one comment on the original patch (see
12934     http://lists.denx.de/pipermail/u-boot/2009-July/055470.html). I've made two
12935     changes to the original patch:
12936     - it's been re-based to the current release
12937     - I've re-named get_timer_raw() to get_ticks() in response to Jean-Pierre's comment
12938
12939     This affects the sbc2410, smdk2400, smdk2410 and trab boards. I've copied it
12940     directly to the maintainers of all except the sbc2410 which doesn't have an
12941     entry in MAINTAINERS.
12942
12943     Signed-off-by: Kevin Morfitt <kmorfitt@aselaptop-1.localdomain>
12944     Tested-by: Wolfgang Denk <wd@denx.de>
12945     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
12946
12947 commit 8bc4ee9e8213abe4031ea1720aa02fa98d4402ad
12948 Author: Minkyu Kang <mk7.kang@samsung.com>
12949 Date:   Thu Oct 1 17:20:40 2009 +0900
12950
12951     s5pc1xx: add support SMDKC100 board
12952
12953     Adds new board SMDKC100 that uses s5pc100 SoC
12954
12955     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
12956     Signed-off-by: HeungJun, Kim <riverful.kim@samsung.com>
12957
12958 commit dd2c9e6a3b67c8ff56694e515e6e3c7baddd8f52
12959 Author: Minkyu Kang <mk7.kang@samsung.com>
12960 Date:   Thu Oct 1 17:20:28 2009 +0900
12961
12962     s5pc1xx: support serial driver
12963
12964     This patch includes the serial driver for s5pc1xx.
12965     s5pc1xx uart driver needs own register setting and clock configuration.
12966     So, need to special driver.
12967
12968     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
12969
12970 commit 4678d674f0cacc983dca7f6b9933cd8291c9797c
12971 Author: Minkyu Kang <mk7.kang@samsung.com>
12972 Date:   Thu Oct 1 17:20:08 2009 +0900
12973
12974     s5pc1xx: support onenand driver
12975
12976     This patch includes the onenand driver for s5pc100
12977
12978     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
12979     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
12980
12981 commit 399e5ae0d0b2eb4663fc5784201968c07d45afac
12982 Author: Minkyu Kang <mk7.kang@samsung.com>
12983 Date:   Thu Oct 1 17:20:01 2009 +0900
12984
12985     s5pc1xx: support Samsung s5pc1xx SoC
12986
12987     This patch adds support for the Samsung s5pc100 and s5pc110
12988     SoCs. The s5pc1xx SoC is an ARM Cortex A8 processor.
12989
12990     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
12991     Signed-off-by: HeungJun, Kim <riverful.kim@samsung.com>
12992
12993 commit d087d19a994e741f0ce526124be117c90be482ae
12994 Author: Mike Frysinger <vapier@gentoo.org>
12995 Date:   Tue Oct 13 21:58:26 2009 -0400
12996
12997     Blackfin: drop MAC display at boot
12998
12999     The default Blackfin boot would display the MAC address for the first NIC,
13000     but this relies on the environment.  The current net multi stack no longer
13001     writes the default hardware settings to the environment, so most of the
13002     time the display shows all zeros.  This can be pretty confusing and really
13003     doesn't add anything useful, so just drop it.
13004
13005     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13006
13007 commit 1f003cf4738a199d99c818124784058526d2d40e
13008 Author: Mike Frysinger <vapier@gentoo.org>
13009 Date:   Fri Oct 9 02:24:33 2009 -0400
13010
13011     Blackfin: reset watchdog in udelay()
13012
13013     All arches apparently should reset the watchdog in their udelay loop as
13014     noted on the mailing list recently:
13015
13016       > A comment in flash_status_check() suggests that udelay() is
13017       > expected to reset the watchdog, but I can't find any architecture
13018       > where it does.
13019
13020       If this is missing in other architectures, it should be fixed at the
13021       root cause, i. e. in udelay() or in the respective support routines.
13022
13023     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13024
13025 commit 370ec734557d0b0f266e6d0953229ee12cae5edd
13026 Author: Mike Frysinger <vapier@gentoo.org>
13027 Date:   Fri Oct 9 02:22:11 2009 -0400
13028
13029     Blackfin: Remove relocation fixups
13030
13031     Blackfin pieces like commit 0630535e2d062dd73c1ceca5c6125c86d1127a49.
13032
13033     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13034
13035 commit a380279b2abe130c2d3d2c8de36f8ff98bc6b3b0
13036 Author: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
13037 Date:   Tue Sep 29 08:03:12 2009 +0200
13038
13039     at91: Update MEESC board support
13040
13041     This patch implements several updates:
13042     -disable CONFIG_ENV_OVERWRITE
13043     -add new hardware style variants and set the arch numbers appropriate
13044     -pass the serial# and hardware revision to the kernel
13045     -removed unused macros from include/configs/meesc.h
13046     -fixed multiline comment style
13047
13048     Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
13049
13050 commit 9df20ce211576aa7ac75710dcd8d0a6236abfd70
13051 Author: Simon Kagstrom <[simon.kagstrom@netinsight.net]>
13052 Date:   Thu Oct 1 19:41:50 2009 +0530
13053
13054     arm: Correct build with CONFIG_SYS_HUSH_PARSER set
13055
13056     FLAG_PARSE_SEMICOLON is not defined without hush.h, so include that.
13057
13058     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
13059     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
13060
13061 commit df3826262c0efd2baec4df23d44b3942af98f5a7
13062 Author: Olof Johansson <olof@lixom.net>
13063 Date:   Tue Sep 29 10:22:45 2009 -0400
13064
13065     TI: OMAP3: Overo Tobi ethernet support
13066
13067     Add setup for ethernet on Tobi, allowing kernel/ramdisk to be loaded
13068     over tftp.
13069
13070     This also refactors the smc911x driver to allow for detecting when the
13071     chip is missing. I.e. the detect_chip() function is called earlier and
13072     will abort gracefully when the Chip ID read returns all 1's.
13073
13074     Signed-off-by: Olof Johansson <olof@lixom.net>
13075     Acked-by: Dirk Behme <dirk.behme@googlemail.com>
13076     Acked-by: Ben Warren <biggerbadderben@gmail.com>
13077
13078 commit 2a6cc97b91997ae485312ac91ffbcea6a89b663a
13079 Author: Olof Johansson <olof@lixom.net>
13080 Date:   Tue Sep 29 10:21:29 2009 -0400
13081
13082     SMC911X: Add chip auto detection
13083
13084     Refactor the smc911x driver to allow for detecting when the chip is missing.
13085     I.e. the detect_chip() function is called earlier and will abort gracefully
13086     when the Chip ID read returns all 1's.
13087
13088     Signed-off-by: Olof Johansson <olof@lixom.net>
13089     Acked-by: Dirk Behme <dirk.behme@googlemail.com>
13090     Acked-by: Ben Warren <biggerbadderben@gmail.com>
13091
13092 commit 0297ec7e2a4039b8a28346f52f3ccca4db1ddc62
13093 Author: Tom Rix <Tom.Rix@windriver.com>
13094 Date:   Tue Sep 29 10:19:49 2009 -0400
13095
13096     TI OMAP3 Use arm init sequence to initialize i2c
13097
13098     This changes fixes an early i2c error.
13099
13100     It appears that I2C is working because once a read or write
13101     error is detected, the omap24xx_i2c driver calls i2c_init
13102     inside its error handling check.
13103
13104     While it is ok to attempt error handling this way, the boards
13105     must not depend on this side effect to initialize it's i2c.
13106
13107     Instead of explicitly calling i2c_init for every board, use
13108     the generic arm initialization in lib_arm/board.c. By defining
13109     the config variable CONFIG_HARD_I2C, the omap3 i2c initialization
13110     is included in the init_sequence table.
13111
13112     Run tested on Beagle.
13113     Compile tested on the omap3's
13114
13115     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
13116     Acked-by: Dirk Behme <dirk.behme@googlemail.com>
13117
13118 commit 4df30f3bb7285b2c962713a5c693c16fd90885e0
13119 Author: Sandeep Paulraj <s-paulraj@ti.com>
13120 Date:   Tue Sep 29 09:43:04 2009 -0400
13121
13122     TI: DaVinci DM365: Enabling network Support on DM365 EVM
13123
13124     This patch enables EMAC on the DM365 EVM.
13125
13126     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
13127     Acked-by: Tom Rix <Tom.Rix@windriver.com>
13128
13129 commit 00e1665a3cf956e09ac2ce86ef6ec459f6bfb33c
13130 Author: Sandeep Paulraj <s-paulraj@ti.com>
13131 Date:   Tue Sep 29 10:02:38 2009 -0400
13132
13133     TI: DaVinci: GPIO header file and definitions
13134
13135     Some DaVinci SOC's use GPIOs to enable EMAC and DM9000.
13136     This patch adds some definitions for GPIO registers and also adds
13137     structures for GPIO.
13138     A separate header file is being added so that in future we
13139     can have a DaVinci GPIO driver similer to OMAP.
13140
13141     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
13142     Acked-by: Tom Rix <Tom.Rix@windriver.com>
13143
13144 commit 95ae803afbdd9f673c94b992ea624a10d252afc2
13145 Author: Sandeep Paulraj <s-paulraj@ti.com>
13146 Date:   Fri Sep 18 17:30:05 2009 -0400
13147
13148     TI: DaVinci DM646x: Update flag used to represent DM646x SOC's
13149
13150     In the DaVinci specific code, we use both CONFIG_SOC_DM646X and
13151     CONFIG_SOC_DM646x to represent DM646x specific code.
13152     This patch changes occurrences of CONFIG_SOC_DM646x to
13153     CONFIG_SOC_DM646X. This is because for DM644x series of SOCs we use
13154     the flag CONFIG_SOC_DM644X. We want some uniformity.
13155
13156     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
13157     Acked-by: Tom Rix <Tom.Rix@windriver.com>
13158
13159 commit fc9165fdb3b021aa8ff02417692220fe9344072b
13160 Author: Olof Johansson <olof@lixom.net>
13161 Date:   Mon Sep 28 08:19:30 2009 -0400
13162
13163     OMAP3: Clean up whitespace in mux configs
13164
13165     Switch from space-based indentation to tab-based in mux configs, as pointed
13166     out by WD at:
13167
13168     http://lists.denx.de/pipermail/u-boot/2009-September/061241.html
13169
13170     Nothing but whitespace changes in this patch (diff -w gives no output).
13171
13172     Signed-off-by: Olof Johansson <olof@lixom.net>
13173
13174 commit 9de0212bd7c4c82a7e8c2a2c8714f8c7abc57d08
13175 Author: Dirk Behme <dirk.behme@googlemail.com>
13176 Date:   Mon Sep 28 08:17:50 2009 -0400
13177
13178     OMAP3 MMC: Fix warning dereferencing type-punned pointer
13179
13180     Fix warning
13181     Dereferencing type-punned pointer will break strict-aliasing rules
13182
13183     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
13184     CC: Steve Sakoman <sakoman@gmail.com>
13185     Acked-by: Tom Rix <Tom.Rix@windriver.com>
13186
13187 commit e92daeb5c2050438402b87c7d614e8a13c294348
13188 Author: Simon Kagstrom <[simon.kagstrom@netinsight.net]>
13189 Date:   Tue Sep 22 04:01:01 2009 +0530
13190
13191     Support for the OpenRD base board
13192
13193     The implementation is borrowed from the sheevaplug board and the Marvell
13194     1.1.4 code. Unsupported (or untested) is the SD card, PCIe and SATA.
13195
13196     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
13197
13198 commit a62e78fc444c67f958be48891bef3dab0e9eb285
13199 Author: Prafulla Wadaskar <prafulla@marvell.com>
13200 Date:   Mon Sep 21 20:15:17 2009 +0530
13201
13202     Kirkwood: mv88f6281gtw_ge: Add kwbimage build support
13203
13204     This patch adds kwbimage configuration file
13205     (used by mkimage utility)
13206     to support u-boot.kwb target on mv88f6281gtw_ge board.
13207
13208     To create Kirkwood boot image to be flashed on SPI Flash,
13209     additional parameter u-boot.kwb need to be passed during make.
13210
13211     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
13212
13213 commit 5bc7cbc15b1890682c0b279f708914518bd25f8d
13214 Author: Prafulla Wadaskar <prafulla@marvell.com>
13215 Date:   Mon Sep 21 18:23:11 2009 +0530
13216
13217     Kirkwood: rd6281a: Add kwbimage build support
13218
13219     This patch adds kwbimage configuration file
13220     (used by mkimage utility)
13221     to support u-boot.kwb target on rd6281a platform.
13222
13223     To create Kirkwood boot image to be flashed on NAND,
13224     additional parameter u-boot.kwb need to be passed during make.
13225
13226     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
13227
13228 commit 23b80982a02a43bf4ead91574c9d6f1b647ccc8f
13229 Author: Tom Rix <Tom.Rix@windriver.com>
13230 Date:   Sun Sep 27 11:10:09 2009 -0500
13231
13232     Add support for Eukrea CPU9260/CPU9G20 SBC
13233
13234     these boards are built around Atmel's AT91SAM9260/9G20 and have
13235     up to 64MB of NOR flash, up to 128MB of SDRAM, up to 2GB of NAND
13236     and include a 10/100 Ethernet PHY in RMII mode.
13237
13238     Signed-off-by: Eric Benard <eric@eukrea.com>
13239     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
13240
13241 commit d8380c9d35e88759c96e68a03738446ca0cb292f
13242 Author: Tom Rix <Tom.Rix@windriver.com>
13243 Date:   Sun Sep 27 07:47:24 2009 -0500
13244
13245     Add support for Eukrea CPUAT91 SBC
13246
13247     CPUAT91 is built around Atmel's AT91RM9200 and has up to 16MB of NOR
13248     flash, up to 128MB of SDRAM, and includes a Micrel KS8721 PHY in RMII
13249     mode.
13250
13251     Signed-off-by: Eric Benard <eric@eukrea.com>
13252     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
13253
13254 commit eb95aa15e644c29b01832703aa4964fe419170f0
13255 Author: Sandeep Paulraj <s-paulraj@ti.com>
13256 Date:   Mon Sep 14 14:57:47 2009 -0400
13257
13258     TI: DaVinci DM365: Minor config cleanup
13259
13260     The DM365 config was using the 'CONFIG_CMD_SAVEENV' flag.
13261     This is already included when we include the
13262     config_cmd_default.h header file. So this flag is removed.
13263     Also another flag to enable NAND functions was being
13264     enabled incorrectly.
13265
13266     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
13267
13268 commit 5d783c1ffd691ffdadbc2c2f796c41481b7cdce7
13269 Author: Sandeep Paulraj <s-paulraj@ti.com>
13270 Date:   Mon Sep 14 15:03:06 2009 -0400
13271
13272     TI DaVinci DM365: Removing header file which does not exist
13273
13274     The DaVinci DM365 EVM board specific code was including a header file
13275     which does not exist. So removing this header file.
13276
13277     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
13278
13279 commit 409ec37bd8ae8822d276e77419d899571891b191
13280 Author: Sandeep Paulraj <s-paulraj@ti.com>
13281 Date:   Tue Sep 8 18:08:06 2009 -0400
13282
13283     TI DaVinci: DM355: Config Cleanup and Update
13284
13285     This patch does the following
13286     1) Enables the NAND driver which is now available.
13287     2) Enables the 'CONFIG_MTD_DEVICE' as without this the
13288     compilation will fail
13289     3) We now have a safe place to store environment and defines
13290     an offset where this can be stored. This offset value is such that it is after
13291     the location where U-Boot is flashed using TI flash utilities.
13292     4) Enables Bootdelay
13293     5) Increases malloc() arena size. Manufacturers are coming out with
13294     NAND with large blocks sizes of upto 1 MiB. It has been noticed that
13295     as the block size of the NAND used is increased, if this particular
13296     value is not increased, the NAND driver will output out of memory
13297     errors.
13298
13299     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
13300
13301 commit 7908c97a106765ad8816bf2271a5bf315728b274
13302 Author: Sandeep Paulraj <s-paulraj@ti.com>
13303 Date:   Tue Sep 8 11:37:39 2009 -0400
13304
13305     TI DaVinci: DM646x: Initial Support for DM646x SOC
13306
13307     DM646x is an SOC from TI which has both an ARM and a DSP.
13308     There are multiple variants of the SOC mainly dealing with different
13309     core speeds.
13310     This patch adds the initial framework for the DM646x SOC.
13311
13312     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
13313
13314 commit 5d0f53624c24eaf82d58368a6a5b8476392dd5c7
13315 Author: Sandeep Paulraj <s-paulraj@ti.com>
13316 Date:   Wed Sep 9 15:26:00 2009 -0400
13317
13318     TI DaVinci: DM6446: Fix Compilation error in NAND mode
13319
13320     The Default mode that is built for the Davinci DVEVM happens
13321     to be the NOR mode.
13322     When we want to build for the NAND mode, we get a compilation
13323     error. This is overcome by defining the CONFIG_MTD_DEVICE
13324     flag in the NAND mode.
13325     The image built for NAND mode was successfully tested on the
13326     DaVinci DM6446 EVM.
13327
13328     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
13329
13330 commit 7a2aa8b68120f333ed2edc33475ca195810d6cb1
13331 Author: Tom Rix <Tom.Rix@windriver.com>
13332 Date:   Thu Sep 10 15:27:57 2009 -0400
13333
13334     OMAP3 Move cache routine to cache.S
13335
13336     v7_flush_dcache_all, because it depends on omap ROM code is not
13337     generic.  Rename the function to 'invalidate_dcache' and move it
13338     to the omap cpu directory.
13339
13340     Collect the other omap cache routines l2_cache_enable and
13341     l2_cache_disable with invalide_dcache into cache.S.  This
13342     means removing the old cache.c file that contained l2_cache_enable
13343     and l2_cache_disable.
13344
13345     The conversion from cache.c to cache.S was done most through
13346     disassembling the uboot binary.  The only significant change was
13347     to change the comparision for the return of get_cpu_rev from
13348
13349        cmp      r0, #0
13350        beq      earlier_than_label
13351
13352     Which was lost information to
13353
13354        cmp      r0, #CPU_3XX_ES20
13355        blt      earlier_than_label
13356
13357     The paths through the enable routine were verified by
13358     adding an infinite loop and seeing the hang.  Then
13359     removing the infinite loop and seeing it continue.
13360
13361     The disable routine is similar enough that it was not
13362     tested with this method.
13363
13364     Run tested by cold booting from nand on beagle and zoom1.
13365     Compile tested on MAKEALL arm.
13366
13367     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
13368
13369 commit a16df2c11188297eca43cf6080c70fb69b960232
13370 Author: Sandeep Paulraj <s-paulraj@ti.com>
13371 Date:   Tue Sep 8 17:09:52 2009 -0400
13372
13373     TI DaVinci: Remove references to SZ_xx
13374
13375     This patch removes the asm/sizes.h header file from being
13376     included in the DaVinci SOC configs.
13377     References to SZ_xx have been replaced by appropriate
13378     bit shifted values.
13379
13380     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
13381     Acked-by: Wolfgang Denk <wd@denx.de>
13382
13383 commit 285870f75378aca41c5063e4358ad93bf3014fd8
13384 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
13385 Date:   Thu Oct 9 01:27:18 2008 -0500
13386
13387     Leave x86emu op code tables in default section
13388
13389     Forcing the tables into got2 caused extra relocation when using -mrelocatable.
13390     This patch requires any board defining CONFIG_BIOSEMU to use -mrelocatable.
13391
13392     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
13393     Acked-by: Jin Zhengxiong <Jason.Jin@freescale.com>
13394
13395 commit be2254423b86572841aa70ff05d20933d1b49823
13396 Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
13397 Date:   Sat Oct 10 12:42:22 2009 +0200
13398
13399     Update all board to support new bbmiiphy driver (with multibus support)
13400
13401     Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
13402     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13403
13404 commit 310cecb8ccdbc8a9be580e75b2fd362179d78535
13405 Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
13406 Date:   Sat Oct 10 12:42:21 2009 +0200
13407
13408     Add bb_miiphy_init call before any ethernet bring-up code.
13409
13410     Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
13411     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13412
13413 commit 4ba31ab33ac824635fcb49ac609070a9ebcab7f0
13414 Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
13415 Date:   Sat Oct 10 12:42:20 2009 +0200
13416
13417     Rewrite the miiphybb (Bit-banged MII bus driver) in order to support an arbitrary number of mii buses.
13418
13419     This feature is useful when your board uses different mii buses for different
13420     phys and all (or a part) of these buses are implemented via bit-banging mode.
13421
13422     The driver requires that the following macros should be defined into the board
13423     configuration file:
13424
13425     CONFIG_BITBANGMII       - Enable the miiphybb driver
13426     CONFIG_BITBANGMII_MULTI - Enable the multi bus support
13427
13428     If the CONFIG_BITBANGMII_MULTI is not defined, the board's config file needs
13429     to define at least the following macros:
13430
13431     MII_INIT      - Generic code to enable the MII bus (optional)
13432     MDIO_DECLARE  - Declaration needed to access to the MDIO pin (optional)
13433     MDIO_ACTIVE   - Activate the MDIO pin as out pin
13434     MDIO_TRISTATE - Activate the MDIO pin as input/tristate pin
13435     MDIO_READ     - Read the MDIO pin
13436     MDIO(v)       - Write v on the MDIO pin
13437     MDC_DECLARE   - Declaration needed to access to the MDC pin (optional)
13438     MDC(v)        - Write v on the MDC pin
13439
13440     The previous macros make the driver compatible with the previous version
13441     (that didn't support the multi-bus).
13442
13443     When the CONFIG_BITBANGMII_MULTI is also defined, the board code needs to fill
13444     the bb_miiphy_buses[] array with a record for each required bus and declare
13445     the bb_miiphy_buses_num variable with the number of mii buses.
13446     The record (struct bb_miiphy_bus) has the following fields/callbacks (see
13447     miiphy.h for details):
13448
13449     char name[]            - The symbolic name that must be equal to the MII bus
13450                              registered name
13451     int (*init)()          - Initialization function called at startup time (just
13452                              before the Ethernet initialization)
13453     int (*mdio_active)()   - Activate the MDIO pin as output
13454     int (*mdio_tristate)() - Activate the MDIO pin as input/tristate pin
13455     int (*set_mdio)()      - Write the MDIO pin
13456     int (*get_mdio)()      - Read the MDIO pin
13457     int (*set_mdc)()       - Write the MDC pin
13458     int (*delay)()         - Delay function
13459     void *priv             - Private data used by board specific code
13460
13461     The board code will look like:
13462
13463     struct bb_miiphy_bus bb_miiphy_buses[] = {
13464      { .name = miibus#1, .init = b1_init, .mdio_active = b1_mdio_active, ... },
13465      { .name = miibus#2, .init = b2_init, .mdio_active = b2_mdio_active, ... },
13466      ...
13467     int bb_miiphy_buses_num = sizeof(bb_miiphy_buses) /
13468                               sizeof(bb_miiphy_buses[0]);
13469
13470     Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
13471     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13472
13473 commit efaf6f1bf6ebdd8f16b0d0c2960abe8d06f95af4
13474 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
13475 Date:   Fri Oct 2 18:54:20 2009 -0400
13476
13477     mpc83xx: cosmetic comment update relating to SPD EEPROM
13478
13479     commit 6d0f6bcf337c5261c08fabe12982178c2c489d76 did the big
13480     rename of CFG_ macros to CONFIG_SYS macros.  But it missed
13481     a couple of instances within comments.
13482
13483     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
13484     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13485
13486 commit afc3ba0fc4195624e79e21244380ed7cc2fd6969
13487 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
13488 Date:   Thu Oct 8 02:03:51 2009 +0200
13489
13490     relocation: Do not relocate NULL pointers.
13491
13492     NULL is an absolute value and should not be relocated.
13493     After this correction code like:
13494      void weak_fun(void) __attribute__((weak));
13495      printf("weak_fun:%p\n", weak_fun);
13496     will still print null after relocation.
13497
13498     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
13499
13500 commit 3beb40c2473f0dd373231c723d88c51e46ad96f7
13501 Author: Peter Tyser <ptyser@xes-inc.com>
13502 Date:   Wed Oct 7 11:45:00 2009 -0500
13503
13504     85xx: Ensure BSS segment isn't linked at address 0
13505
13506     When U-Boot is relocated from flash to RAM pointers are modified
13507     accordingly.  However, pointers initialzed with NULL values should not
13508     be modified so that they maintain their intended NULL value.  If the
13509     BSS segment is linked at address 0 its address will not be
13510     updated as necessary during relocation.
13511
13512     This is a temporary workaround.  The end goal is to add support to
13513     U-Boot to dynamically locate the BSS at an arbitrary address at
13514     runtime.  When the ability to fixup the BSS inteligently is
13515     added, this workaround can be removed and the 85xx link script
13516     can put the BSS at a fixed address at link time.
13517
13518     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13519
13520 commit 95c44ec485b46ffb43dbdaa299f1491a500fdadf
13521 Author: Detlev Zundel <dzu@denx.de>
13522 Date:   Wed Oct 7 16:38:05 2009 +0200
13523
13524     tqm5200: Correct comment and code in post_hotkeys_pressed.
13525
13526     This fixes the code and the comment according to the original intent of
13527     doing an intensive memory test when PSC6_3 is pulled low on the STK52xx.
13528     Notably PORT_CONFIG will be overridden with this correct code now,
13529     so beware.
13530
13531     The original code only worked by coincidence depending on the PORT_CONFIG
13532     setting from the header file.  The new code was tested to ensure that the
13533     (undocumented) memory test still works on the STK52x.
13534
13535     Signed-off-by: Detlev Zundel <dzu@denx.de>
13536     CC: Martin Krause <Martin.Krause@tqs.de>
13537
13538     Minor white-space cleanup.
13539     Signed-off-by: Wolfgang Denk <wd@denx.de>
13540
13541 commit da01f53404f99db185d196867af79371725d4683
13542 Author: Wolfgang Denk <wd@denx.de>
13543 Date:   Sun Oct 4 22:56:08 2009 +0200
13544
13545     mpc512x: fix fixed_sdram() init code.
13546
13547     Commit 054197ba and later fixes used an array to initialize some of
13548     the MDDRC parameters; however, the use of an array turned out to be a
13549     bad idea as it was not possible to correlate structure entries to
13550     array indices in readable and reliable way. Now we use a struct
13551     instead, which makes this self-explanatory.
13552
13553     Signed-off-by: Wolfgang Denk <wd@denx.de>
13554
13555 commit dbcc357166bed20df13450e93a501f30b197efd1
13556 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
13557 Date:   Sun Oct 4 20:04:22 2009 +0200
13558
13559     ppc4xx: respect 80-chars per line in ppc*.h files
13560
13561     After running checkstyle.pl on the three previous patches I noted that in
13562     the *.h files there were a lot of long lines. This patch solves this problem.
13563
13564     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
13565     Signed-off-by: Stefan Roese <sr@denx.de>
13566
13567 commit 78d2a641371ec71cc3786b167a318c7b115fbb90
13568 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
13569 Date:   Sun Oct 4 20:04:21 2009 +0200
13570
13571     ppc4xx: Rework cmd reginfo
13572
13573     The command "reginfo" got an overhaul for the ppc4xx. It dumps all the
13574     relevant HW configuration registers (address, symbolic name, content).
13575     This allows to easily detect errors in *.h files and changes in the HW
13576     configuration.
13577
13578     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
13579     Signed-off-by: Stefan Roese <sr@denx.de>
13580
13581 commit ddc922ff2c20ae0b7f9ce2df1ac28143e2f325bd
13582 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
13583 Date:   Sun Oct 4 20:04:20 2009 +0200
13584
13585     ppc_4xx: Apply new HW register names
13586
13587     Modify all existing *.c files to use the new register names
13588     as seen in the AMCC manuals.
13589
13590     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
13591     Signed-off-by: Stefan Roese <sr@denx.de>
13592
13593 commit f80e61dcfe53fa3a5936659883415c9bd1b5a3d9
13594 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
13595 Date:   Sun Oct 4 20:04:19 2009 +0200
13596
13597     ppc4xx: Cleanup some HW register names
13598
13599     Here you find all the changes in the include directory for new register names
13600     and adapting other ones to the names used by AMCC in their manuals, e.g.
13601     For 440EPx/GRPPC440EPx/GRX, Revision 1.15 – September 22, 2008
13602     For PPC405GP Embedded Processor, Revision 1.02 – March 22, 2006
13603
13604     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
13605     Signed-off-by: Stefan Roese <sr@denx.de>
13606
13607 commit 56f14818f66c68a8b9e45925f29ceb974405ad48
13608 Author: Stefan Roese <sr@denx.de>
13609 Date:   Tue Oct 6 07:21:08 2009 +0200
13610
13611     ppc4xx: Add PPC405EX(r) Rev D support
13612
13613     Unfortunately some Rev D PPC405EX/405EXr PVR's are identical with older
13614     405EX(r) parts. Here a list:
13615
13616     0x12911475 - 405EX Rev D with Security *and* 405EX Rev A/B witout Sec
13617     0x12911473 - 405EX Rev D without Security *and* 405EXr Rev A/B with Sec
13618
13619     Since there are only a few older parts in the field, this patch now
13620     changes the PVR's above to represent the new Rev D versions.
13621
13622     Signed-off-by: Stefan Roese <sr@denx.de>
13623     Cc: Phong Vo" <pvo@amcc.com>
13624
13625 commit 06dfaeef52a5f773ae4292432e3c74ff52ead316
13626 Author: Stefan Roese <sr@denx.de>
13627 Date:   Fri Oct 2 14:35:16 2009 +0200
13628
13629     ppc4xx: Fix msg "initialization as root-complex failed" upon PCIe scan
13630
13631     This message is printed upon PCIe bus scan, not only upon error, but also
13632     if no PCIe device is detected at all. Since this is not an error, let's
13633     remove this message in this case. We already have the message
13634     "link is not up." if there is no PCIe device present.
13635
13636     Signed-off-by: Stefan Roese <sr@denx.de>
13637     Acked-by: Wolfgang Denk <wd@denx.de>
13638
13639 commit 54f5f056aa1daa3e39bad1c5c3fb43a72cdb9e84
13640 Author: Mike Nuss <mike@terascala.com>
13641 Date:   Mon Oct 5 12:33:28 2009 -0400
13642
13643     PPC4xx: Denali core: Fix incorrect DDR row bits
13644
13645     The SPD detection code for the Denali memory controller used on some
13646     ppc4xx
13647     processors incorrectly encodes DDR0_42. With certain memory
13648     configurations,
13649     this can cause the bootwrapper to incorrectly calculate the installed
13650     memory
13651     size, because the number of row bits is wrong. This patch fixes that
13652     encoding.
13653
13654     Signed-off-by: Mike Nuss <mike@terascala.com>
13655     Signed-off-by: Stefan Roese <sr@denx.de>
13656
13657 commit 99dbd4efd6d5ecc37d7e8f28b20d9be8c83055c7
13658 Author: Ben Warren <biggerbadderben@gmail.com>
13659 Date:   Mon Oct 5 00:02:51 2009 -0700
13660
13661     Add information about return values of xxx_eth_register() in documentation
13662
13663     As discussed on mailing list, <0 indicates failure, >=0 indicates number
13664     of interfaces found.
13665
13666     Also added blurb about private data
13667
13668     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13669
13670 commit 1f1e774ec6242d4ea34e5cff57232deb5bb587e0
13671 Author: Mike Frysinger <vapier@gentoo.org>
13672 Date:   Wed Sep 9 14:41:22 2009 -0400
13673
13674     document network driver framework
13675
13676     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13677     Acked-by: Wolfgang Denk <wd@denx.de>
13678     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13679
13680 commit aba8237257dd15b0e76cc517f0e741c0908ee0b9
13681 Author: Prafulla Wadaskar <prafulla@marvell.com>
13682 Date:   Wed Sep 9 15:59:19 2009 +0530
13683
13684     net: kirkwood_egiga.c: fixed build warning
13685
13686     if link up detection code is disabled through config option, it gives build warning.
13687     This patch fixes the same
13688
13689     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
13690     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13691
13692 commit 7194ab809532eeca3e2ee5dc12017cb901cc5842
13693 Author: Ben Warren <biggerbadderben@gmail.com>
13694 Date:   Sun Oct 4 22:37:03 2009 -0700
13695
13696     Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI API
13697
13698     All in-tree boards that use this controller have CONFIG_NET_MULTI
13699     added
13700     Also:
13701       - changed CONFIG_DRIVER_SMC91111 to CONFIG_SMC91111
13702       - cleaned up line lengths
13703       - modified all boards that override weak function in this driver
13704       - modified all eeprom standalone apps to work with new driver
13705       - updated blackfin standalone EEPROM app after testing
13706
13707     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13708     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13709
13710 commit 32e7f239dda8638377edb0d3e7ac269cabbafbe6
13711 Author: Prafulla Wadaskar <prafulla@marvell.com>
13712 Date:   Mon Sep 21 20:28:18 2009 +0530
13713
13714     net: phy: mv88e61xx.c : fixed build warning
13715
13716     following build warning was observed
13717
13718     mv88e61xx.c: In function ‘mv88e61xx_busychk’:
13719     mv88e61xx.c:208: warning: dereferencing type-punned pointer will break strict-aliasing rules
13720
13721     This patch fixes the same
13722     Patch tested for rd6281a board build
13723
13724     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
13725     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13726
13727 commit c0b46d8ead3c6c5b569c83544fd71b9d73356869
13728 Author: James Clough <james@rtetc.com>
13729 Date:   Thu Sep 10 09:11:50 2009 +0200
13730
13731     net: Fix problem with 405EZ ethernet interrupt
13732
13733     On 405EZ the RX-/TX-interrupts are coalesced into one IRQ bit in the
13734     UIC. We need to acknowledge the RX-/TX-interrupts in the
13735     SDR0_ICINTSTAT reg as well.
13736
13737     This problem was introduced with commit
13738     d1631fe1 [ppc4xx: Consolidate PPC4xx UIC defines]
13739
13740     Signed-off-by: James Clough <james@rtetc.com>
13741     Signed-off-by: Stefan Roese <sr@denx.de>
13742     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13743
13744 commit 91b469c95faf92435e3d5d78292ba78075a3c5ca
13745 Author: Mike Frysinger <vapier@gentoo.org>
13746 Date:   Wed Sep 2 04:18:55 2009 -0400
13747
13748     net: add random_port() prototype
13749
13750     The random_port() is meant to be used by other net code, but without a
13751     prototype, we get fun warnings like:
13752     dns.c: In function 'DnsSend':
13753     dns.c:89: warning: implicit declaration of function 'random_port'
13754
13755     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13756     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13757
13758 commit 3469424cb6d939c7aedf1e0efdec44a797c0a18c
13759 Author: Peter Tyser <ptyser@xes-inc.com>
13760 Date:   Mon Sep 21 11:20:37 2009 -0500
13761
13762     ppc: Remove reloc_off field from global_data structure
13763
13764     Now that proper relocation is supported, the reloc_off field is no longer
13765     necessary.
13766
13767     Note that the location of the standalone application jump table pointer
13768     in the global data structure is affected by this change, breaking
13769     execution of standalone applications compiled for previous versions of
13770     U-Boot.
13771
13772     We therefore increment XF_VERSION to 6
13773
13774     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13775     Signed-off-by: Wolfgang Denk <wd@denx.de>
13776
13777 commit 0630535e2d062dd73c1ceca5c6125c86d1127a49
13778 Author: Peter Tyser <ptyser@xes-inc.com>
13779 Date:   Tue Sep 22 09:27:55 2009 -0500
13780
13781     arm/microblaze/nios/nios2/sh: Remove relocation fixups
13782
13783     These architectures don't need relocation fixups, so reduce their
13784     codesize a bit by defining CONFIG_RELOC_FIXUP_WORKS.
13785
13786     Also remove the reloc_off field from their global data structures
13787     as it is no longer needed.
13788
13789     Note that the location of the standalone application jump table pointer
13790     in the global data structure is affected by this change, breaking
13791     execution of standalone applications compiled for previous versions of
13792     U-Boot. We will therefore increment XF_VERSION in the next commit,
13793     which also touches this area.
13794
13795     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13796     Signed-off-by: Wolfgang Denk <wd@denx.de>
13797
13798 commit 521af04d853361b49344b61892eb0618f9f713c5
13799 Author: Peter Tyser <ptyser@xes-inc.com>
13800 Date:   Mon Sep 21 11:20:36 2009 -0500
13801
13802     Conditionally perform common relocation fixups
13803
13804     Add #ifdefs where necessary to not perform relocation fixups.  This
13805     allows boards/architectures which support relocation to trim a decent
13806     chunk of code.
13807
13808     Note that this patch doesn't add #ifdefs to architecture-specific code
13809     which does not support relocation.
13810
13811     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13812
13813 commit 3cbcfa70b116df1bbdc90ba31c61adcaec058a8a
13814 Author: Peter Tyser <ptyser@xes-inc.com>
13815 Date:   Mon Sep 21 11:20:35 2009 -0500
13816
13817     p3mx: Remove serial relocation fixups
13818
13819     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13820
13821 commit 80f73b92a19129854876ec3f1aef531a09e86d2d
13822 Author: Peter Tyser <ptyser@xes-inc.com>
13823 Date:   Mon Sep 21 11:20:34 2009 -0500
13824
13825     lwmon, lwmon5: Remove sysmon POST relocation fixups
13826
13827     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13828
13829 commit 331ab60c4a418c39e5b1a05d4648a4155d0ad13e
13830 Author: Peter Tyser <ptyser@xes-inc.com>
13831 Date:   Mon Sep 21 11:20:33 2009 -0500
13832
13833     mpl: Remove memory test relocation fixups
13834
13835     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13836
13837 commit 6385b28116f775da4771b768ba9bf93c3aaaf26e
13838 Author: Peter Tyser <ptyser@xes-inc.com>
13839 Date:   Mon Sep 21 11:20:32 2009 -0500
13840
13841     fpga: Remove relocation fixups
13842
13843     PPC boards are the only users of the current FPGA code which is littered
13844     with manual relocation fixups.  Now that proper relocation is supported
13845     for PPC boards, remove FPGA manual relocation.
13846
13847     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13848
13849 commit cd1011db80287eef933d1599b74cff1116c93134
13850 Author: Peter Tyser <ptyser@xes-inc.com>
13851 Date:   Mon Sep 21 11:20:31 2009 -0500
13852
13853     tsec: Remove PHY command relocation fixups
13854
13855     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13856
13857 commit b5650c5d8c99100144d8e4e9af910405f857bb7a
13858 Author: Peter Tyser <ptyser@xes-inc.com>
13859 Date:   Mon Sep 21 11:20:30 2009 -0500
13860
13861     ppc: Remove board-specific command table relocation fixups
13862
13863     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13864
13865 commit e6b05e774d7ce1641613cdeffb69c1d48139a869
13866 Author: Peter Tyser <ptyser@xes-inc.com>
13867 Date:   Mon Sep 21 11:20:29 2009 -0500
13868
13869     ppc: Remove extable relocation fixups
13870
13871     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13872
13873 commit b32a894011b1436758905fa10e6a03b8539c43c9
13874 Author: Peter Tyser <ptyser@xes-inc.com>
13875 Date:   Mon Sep 21 11:20:28 2009 -0500
13876
13877     ppc: Remove pci config table pointer relocation fixups
13878
13879     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13880
13881 commit a0e2066f392782730f0398095e583c87812d97f2
13882 Author: Peter Tyser <ptyser@xes-inc.com>
13883 Date:   Mon Sep 21 11:20:27 2009 -0500
13884
13885     ppc: Remove board.c relocation fixups
13886
13887     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13888
13889 commit 244615197469dd6fe75ae082f38424b97c79aeaf
13890 Author: Peter Tyser <ptyser@xes-inc.com>
13891 Date:   Mon Sep 21 11:20:26 2009 -0500
13892
13893     ppc: Check for compilers that don't support relocation
13894
13895     Certain ppc compilers are known not to generate the .fixup section
13896     properly.  The .fixup section is necessary to create a relocatable
13897     U-Boot image.  A basic check for the existence of the .fixup section
13898     should hopefully catch the majority of broken compilers which don't
13899     support relocation.
13900
13901     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13902
13903 commit 858290178f222d998b6425d85cf06822467918f3
13904 Author: Peter Tyser <ptyser@xes-inc.com>
13905 Date:   Mon Sep 21 11:20:25 2009 -0500
13906
13907     ppc: Enable full relocation to RAM
13908
13909     The following changes allow U-Boot to fully relocate from flash to
13910     RAM:
13911      - Remove linker scripts' .fixup sections from the .text section
13912      - Add -mrelocatable to PLATFORM_RELFLAGS for all boards
13913      - Define CONFIG_RELOC_FIXUP_WORKS for all boards
13914
13915     Previously, U-Boot would partially relocate, but statically initialized
13916     pointers needed to be manually relocated.
13917
13918     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13919
13920 commit 3b4bd2d75c4b3c1a4570f47ffaaed66f56a78ff4
13921 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
13922 Date:   Wed Sep 30 11:55:04 2009 +0200
13923
13924     ppc4xx: Add SDRAM detection for PMC440 boards
13925
13926     This patch adds support to detect the amount of DDR2 SDRAM
13927     on PMC440 modules. Detection is done by probing through
13928     a list of available and supported hardware configurations
13929     from 1GByte down to 256MB.
13930
13931     The static TLB entry is replaced by dynamically created entries.
13932
13933     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
13934     Signed-off-by: Stefan Roese <sr@denx.de>
13935
13936 commit fb95169e39f2d03270bed552d27bbb02627a443e
13937 Author: Stefan Roese <sr@denx.de>
13938 Date:   Mon Sep 28 17:33:45 2009 +0200
13939
13940     ppc4xx: Merge PPC4xx DDR and DDR2 ECC handling
13941
13942     This patch merges the ECC handling (ECC parity byte writing) into one
13943     file (ecc.c) for all PPC4xx SDRAM controllers except for PPC440EPx/GRx.
13944     This exception is because only those PPC's use the completely different
13945     Denali SDRAM controller core.
13946
13947     Previously we had two routines to generate/write the ECC parity bytes.
13948     With this patch we now only have one core function left.
13949
13950     Tested on Kilauea (no ECC) and Katmai (with and without ECC).
13951
13952     Signed-off-by: Stefan Roese <sr@denx.de>
13953     Cc: Felix Radensky <felix@embedded-sol.com>
13954     Cc: Grant Erickson <gerickson@nuovations.com>
13955     Cc: Pieter Voorthuijsen <pv@prodrive.nl>
13956
13957 commit d24bd2517a2b847f773453eab0ee5b1c8ebc74ba
13958 Author: Felix Radensky <felix@embedded-sol.com>
13959 Date:   Sun Sep 27 23:56:12 2009 +0200
13960
13961     ppc4xx: Reorganize DDR2 ECC handling
13962
13963     Reorganize DDR2 ECC handling to use common code for
13964     SPD DIMMs and soldered SDRAM. Also, use common code
13965     to display SDRAM info (ECC, CAS latency) for SPD and
13966     soldered SDRAM variants.
13967
13968     Signed-off-by: Felix Radensky <felix@embedded-sol.com>
13969     Signed-off-by: Stefan Roese <sr@denx.de>
13970
13971 commit 46a887949e11d2cddb91e17ca47e73341d71a379
13972 Author: Mike Frysinger <vapier@gentoo.org>
13973 Date:   Wed Sep 30 03:09:16 2009 -0400
13974
13975     Blackfin: update default console= settings
13976
13977     The Linux kernel has changed the way it numbers serial ports, so update
13978     the default command line to match it.
13979
13980     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13981
13982 commit 4c5f307d58604dea001cccf388aa077a902ab0a5
13983 Author: Mike Frysinger <vapier@gentoo.org>
13984 Date:   Mon Sep 21 18:04:49 2009 -0400
13985
13986     Blackfin: bf533-ezkit: update env location
13987
13988     The u-boot image has outgrown the current space and overflowed into the
13989     env sector.  So move the env to the next available sector (we've already
13990     allocated the first few sectors anyways for u-boot).
13991
13992     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13993
13994 commit 24b17d8a3c3a4b9ceaf6363ebe0021011b0b8bd8
13995 Author: Kumar Gala <galak@kernel.crashing.org>
13996 Date:   Wed Sep 30 08:39:44 2009 -0500
13997
13998     ppc/85xx: get_law_entry isn't used in CONFIG_NAND_SPL
13999
14000     Don't include get_law_entry as part of the NAND_SPL build since the
14001     code isnt used.
14002
14003     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14004
14005 commit 693a048d8ac191181f5b9adbff642d3f1bbd479f
14006 Author: Mingkai Hu <Mingkai.hu@freescale.com>
14007 Date:   Wed Sep 23 15:20:39 2009 +0800
14008
14009     Add README.mpc8536ds
14010
14011     Add boot from NAND/eSDHC/eSPI description
14012
14013     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
14014     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14015
14016 commit e40ac4870c6e72302044e98338322f45c34435bd
14017 Author: Mingkai Hu <Mingkai.hu@freescale.com>
14018 Date:   Wed Sep 23 15:20:38 2009 +0800
14019
14020     On-chip ROM boot: MPC8536DS support
14021
14022     The MPC8536E is capable of booting from the on-chip ROM - boot from
14023     eSDHC and boot from eSPI. When power on, the porcessor excutes the
14024     ROM code to initialize the eSPI/eSDHC controller, and loads the mian
14025     U-Boot image from the memory device that interfaced to the controller,
14026     such as the SDCard or SPI EEPROM, to the target memory, e.g. SDRAM or
14027     L2SRAM, then boot from it.
14028
14029     The memory device should contain a specific data structure with control
14030     word and config word at the fixed address. The config word direct the
14031     process how to config the memory device, and the control word direct
14032     the processor where to find the image on the memory device, or where
14033     copy the main image to. The user can use any method to store the data
14034     structure to the memory device, only if store it on the assigned address.
14035
14036     The on-chip ROM code will map the whole 4GB address space by setting
14037     entry0 in the TLB1, so the main image need to switch to Address space 1
14038     to disable this mapping and map the address space again.
14039
14040     This patch implements loading the mian U-Boot image into L2SRAM, so
14041     the image can configure the system memory by using SPD EEPROM.
14042
14043     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
14044     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14045
14046 commit 9a1a0aedbbd56f901bfbc124f18ec6d9dcefe282
14047 Author: Mingkai Hu <Mingkai.hu@freescale.com>
14048 Date:   Wed Sep 23 15:20:37 2009 +0800
14049
14050     NAND boot: MPC8536DS support
14051
14052     MPC8536E can support booting from NAND flash which uses the
14053     image u-boot-nand.bin. This image contains two parts: a 4K
14054     NAND loader and a main U-Boot image. The former is appended
14055     to the latter to produce u-boot-nand.bin. The 4K NAND loader
14056     includes the corresponding nand_spl directory, along with the
14057     code twisted by CONFIG_NAND_SPL. The main U-Boot image just
14058     like a general U-Boot image except the parts that included by
14059     CONFIG_SYS_RAMBOOT.
14060
14061     When power on, eLBC will automatically load from bank 0 the
14062     4K NAND loader into the FCM buffer RAM where CPU can execute
14063     the boot code directly. In the first stage, the NAND loader
14064     copies itself to RAM or L2SRAM to free up the FCM buffer RAM,
14065     then loads the main image from NAND flash to RAM or L2SRAM
14066     and boot from it.
14067
14068     This patch implements the NAND loader to load the main image
14069     into L2SRAM, so the main image can configure the RAM by using
14070     SPD EEPROM. In the first stage, the NAND loader copies itself
14071     to the second to last 4K address space, and uses the last 4K
14072     address space as the initial RAM for stack.
14073
14074     Obviously, the size of L2SRAM shouldn't be less than the size
14075     of the image used. If so, the workaround is to generate another
14076     image that includes the code to configure the RAM by SPD and
14077     load it to L2SRAM first, then relocate the main image to RAM
14078     to boot up.
14079
14080     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
14081     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14082
14083 commit 07355700523203c5f72018712cf0d93683f255c8
14084 Author: Mingkai Hu <Mingkai.hu@freescale.com>
14085 Date:   Wed Sep 23 15:19:32 2009 +0800
14086
14087     mpc8536: fix board config file line length
14088
14089     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
14090     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14091
14092 commit dd9ca98f2600000e5c2744735040100b770650e7
14093 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
14094 Date:   Fri Sep 25 11:14:11 2009 -0400
14095
14096     sbc8548: reclaim wasted sector in boot flash
14097
14098     By nature of being based off the MPC8548CDS board, this
14099     board inherited an ENV_SIZE setting of 256k.  But since
14100     it has a smaller flash device (8MB soldered on), it has
14101     a native sector size of 128k, and hence the ENV_SIZE was
14102     causing 2 sectors to be used for the environment.
14103
14104     By removing the unused sector, we can push TEXT_BASE up
14105     closer to the end of address space and reclaim that
14106     sector for any other application.  This also fixes the
14107     mismatch between TEXT_BASE and MONITOR_LEN reported by
14108     Kumar earlier.
14109
14110     Since this board also supports the ability to boot off
14111     the 64MB SODIMM flash, this change is forward looking
14112     with that in mind; i.e. the settings for MONITOR_LEN
14113     and ENV_SIZE will work when the 512k sectors of the
14114     SODIMM flash are used for alternate boot in the future.
14115
14116     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
14117     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14118
14119 commit 8280912e0657e96a7b7d8da7003656d62b0fd109
14120 Author: Kumar Gala <galak@kernel.crashing.org>
14121 Date:   Mon Sep 28 21:38:00 2009 -0500
14122
14123     ppc/85xx: Clean up immap_85xx.h
14124
14125     * Converted all white space to tabs
14126     * Converted all types to u8/u16/u32
14127     * Reduce lines to fit in 80 columns
14128     * Renamed MPC85xx_{Q,B}MAN -> FSL_CORENET_{Q,B}MAN
14129
14130     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14131
14132 commit d44e9c1736283f0abc5d3c5d28cfea8480c93a79
14133 Author: Scott Wood <scottwood@freescale.com>
14134 Date:   Mon Sep 28 16:33:18 2009 -0500
14135
14136     NAND: davinci: Fix warnings when 4-bit ECC not used
14137
14138     I accidentally left v2 of "NAND: DaVinci:Adding 4 BIT ECC support"
14139     applied when I pushed the tree last merge window, and missed these fixes
14140     which were in v3 of that patch.
14141
14142     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
14143     Signed-off-by: Scott Wood <scottwood@freescale.com>
14144
14145 commit ca6189db484882798f2a35a476c07e618e21f6d3
14146 Author: Kyungmin Park <kmpark@infradead.org>
14147 Date:   Tue Sep 22 09:05:00 2009 +0900
14148
14149     Refactor OneNAND IPL code
14150
14151     Refactoring the OneNAND IPL code
14152
14153     and some minor fixed:
14154     - Remove unnecessary header file
14155     - Fix wrong access at read interrupt
14156     - The recent OneNAND has 4KiB pagesize
14157
14158     Also Board can override OneNAND IPL image
14159
14160     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14161
14162 commit a05e3f9a084fc8951d87745b3a91df246432df7d
14163 Author: Shinya Kuribayashi <skuribay@pobox.com>
14164 Date:   Sat Sep 12 18:01:40 2009 +0900
14165
14166     MIPS: VCT: Remove read_spareram reference
14167
14168     The commit ecad289fc6bd9d89ef4d5093cc7b6fd712fd0d29 (OneNAND: Remove
14169     unused read_spareram and add unlock_all as kernel does) forgot to remove
14170     a local reference to read_spareram in board/micronas/vct/ebi_onenand.c,
14171     which causes the following build failure when configured with OneNAND:
14172
14173     ebi_onenand.c: In function 'onenand_board_init':
14174     ebi_onenand.c:196: error: 'struct onenand_chip' has no member named 'read_spareram'
14175     make[1]: *** [ebi_onenand.o] Error 1
14176     make[1]: *** Waiting for unfinished jobs....
14177     make: *** [board/micronas/vct/libvct.a] Error 2
14178
14179     Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
14180     Acked-by: Stefan Roese <sr@denx.de>
14181     Cc: Kyungmin Park <kyungmin.park@samsung.com>
14182     Signed-off-by: Scott Wood <scottwood@freescale.com>
14183
14184 commit ef37c6835eac66206a9c7c11f0c7186f5d64bf91
14185 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
14186 Date:   Fri Sep 25 14:05:57 2009 +0200
14187
14188     ubifs: Correct dereferencing of files-after-symlinks
14189
14190     Files in directories which are symlinked to were not dereferenced
14191     correctly in last commit. E.g., with a symlink
14192
14193        /boot/lnk -> /boot/real_dir
14194
14195     loading
14196
14197        /boot/lnk/uImage
14198
14199     will fail. This patch fixes that by simply seeing to it that the target
14200     base directory has a slash after it.
14201
14202     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
14203     Signed-off-by: Stefan Roese <sr@denx.de>
14204
14205 commit b306db2f1bf561b5823a655c677fe28cfad80cfb
14206 Author: Stefan Roese <sr@denx.de>
14207 Date:   Thu Sep 24 14:10:30 2009 +0200
14208
14209     ppc4xx: Remove mtsdram0() marcos and use common mtsdram() instead
14210
14211     Additionally some whitespace coding style fixes.
14212
14213     Signed-off-by: Stefan Roese <sr@denx.de>
14214
14215 commit 95b602bab5fec2fffab07a01ea3947c70d1bacc1
14216 Author: Stefan Roese <sr@denx.de>
14217 Date:   Thu Sep 24 13:59:57 2009 +0200
14218
14219     ppc4xx: Convert PPC4xx SDRAM defines from lower case to upper case
14220
14221     The latest PPC4xx register cleanup patch missed some SDRAM defines.
14222     This patch now changes lower case UIC defines to upper case. Also
14223     some names are changed to match the naming in the IBM/AMCC users
14224     manuals (e.g. mem_mcopt1 -> SDRAM0_CFG).
14225
14226     Signed-off-by: Stefan Roese <sr@denx.de>
14227
14228 commit 952e7760bfc5b0e3b142b9ce34e7fbb7d008c900
14229 Author: Stefan Roese <sr@denx.de>
14230 Date:   Thu Sep 24 09:55:50 2009 +0200
14231
14232     ppc4xx: Convert PPC4xx UIC defines from lower case to upper case
14233
14234     The latest PPC4xx register cleanup patch missed the UIC defines.
14235     This patch now changes lower case UIC defines to upper case.
14236
14237     Signed-off-by: Stefan Roese <sr@denx.de>
14238
14239 commit d1c9e5b37901b53ffc1ce3f08ec8ed61bfd557b6
14240 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
14241 Date:   Tue Sep 22 13:40:44 2009 +0200
14242
14243     fsl_i2c: Do not generate STOP after read.
14244
14245     __i2c_read always ends with a STOP condition thereby releasing
14246     the bus. It is cleaner to do the STOP magic in i2c_read(), like
14247     i2c_write() does. This may also help future multimaster systems which
14248     wants to hold on to the bus until all transactions are finished.
14249
14250     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
14251
14252 commit 99404202127346b9e91503bbd69deafa18c980c4
14253 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
14254 Date:   Thu Sep 17 11:07:17 2009 +0200
14255
14256     fsl_i2c: Impl. AN2919, rev 5 to calculate FDR/DFSR
14257
14258     The latest AN2919 has changed the way FDR/DFSR should be calculated.
14259     Update the driver according to spec. However, Condition 2
14260     is not accounted for as it is not clear how to do so.
14261
14262     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
14263     Acked-by: Wolfgang Grandegger <wg@grandegger.com>
14264
14265 commit d01ee4db9302cfccaa5c548a1c4e873b415681a0
14266 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
14267 Date:   Thu Sep 17 11:07:16 2009 +0200
14268
14269     fsl_i2c: Add CONFIG_FSL_I2C_CUSTOM_{DFSR/FDR}
14270
14271     Some boards need a higher DFSR value than the spec currently
14272     recommends so give these boards the means to define there own.
14273
14274     For completeness, add CONFIG_FSL_I2C_CUSTOM_FDR too.
14275
14276     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
14277
14278 commit 21f4cbb77299788e2b06c9b0f48cf20a5ab00d4a
14279 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
14280 Date:   Thu Sep 17 11:07:15 2009 +0200
14281
14282     fsl_i2c: Wait for STOP condition to propagate
14283
14284     After issuing a STOP one must wait until the STOP has completed
14285     on the bus before doing something new to the controller.
14286
14287     Also add an extra read of SR as the manual mentions doing that
14288     is a good idea.
14289
14290     Remove surplus write of CR just before a write, isn't required and
14291     could potentially disturb the I2C bus.
14292
14293     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
14294
14295 commit c7190f028fa950d4d36b6d0b4bb3fc72602ec54c
14296 Author: Kim Phillips <kim.phillips@freescale.com>
14297 Date:   Fri Sep 25 18:19:44 2009 -0500
14298
14299     mpc83xx: retain POR values of non-configured ACR, SPCR, SCCR, and LCRR bitfields
14300
14301     some LCRR bits are not documented throughout the 83xx family RMs.
14302     New board porters copying similar board configurations might omit
14303     setting e.g., DBYP since it was not documented in their SoC's RM.
14304
14305     Prevent them bricking their board by retaining power on reset values
14306     in bit fields that the board porter doesn't explicitly configure
14307     via CONFIG_SYS_<registername>_<bitfield> assignments in the board
14308     config file.
14309
14310     also move LCRR assignment to cpu_init_r[am] to help ensure no
14311     transactions are being executed via the local bus while CLKDIV is being
14312     modified.
14313
14314     also start to use i/o accessors.
14315
14316     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14317
14318 commit 00ec0ff549b8cb6fb6d40e275aeb5a460642a3bd
14319 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
14320 Date:   Mon Sep 21 17:44:51 2009 -0400
14321
14322     sbc8349: tidy up Makefile to use new configuration script.
14323
14324     Commit 804d83a5 allows us to move all the configuration
14325     variation tweaks out of the top level Makefile and down
14326     into the board config header.  This takes advantage of
14327     that for the sbc8349 board.
14328
14329     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
14330     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14331
14332 commit da6eea0f48c24a318e6de69d6bca0bb5ab70572b
14333 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
14334 Date:   Wed Sep 16 23:22:08 2009 +0400
14335
14336     mpc83xx: mpc8360emds: Add QE USB device tree fixups
14337
14338     With this patch we can change QE USB mode without need to hand-edit
14339     the device tree.
14340
14341     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
14342     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14343
14344 commit 89da44ce3fe1638312d71cb3add8c6a6d2c7c1f3
14345 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
14346 Date:   Wed Sep 16 23:21:59 2009 +0400
14347
14348     mpc83xx: mpc8360emds: Use RGMII-ID mode, add workarounds for rev. 2.1 CPUs
14349
14350     This patch fixes various ethernet issues with gigabit links handling
14351     in U-Boot. The workarounds originally implemented by Kim Phillips for
14352     Linux kernel.
14353
14354     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
14355     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14356
14357 commit 034477bb31948d698d18b84bc0834c3e25a14d04
14358 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
14359 Date:   Wed Sep 16 23:21:57 2009 +0400
14360
14361     mpc83xx: mpc8360emds: Don't use LBC SDRAM when DDR is available
14362
14363     Since commit 5c2ff323a94e27e481f70c44838d43fcd844dd46 ("mpc8360emds:
14364     rework LBC SDRAM setup"), LBC SDRAM is available for use in Linux.
14365
14366     Though, it appears that QE Ethernet in Gigabit mode can't transmit
14367     large packets when it tries to work with a data in LBC SDRAM (memtest
14368     didn't discover any issues, is LBC SDRAM just too slow?).
14369
14370     With this patch we can still use the board without DDR memory, but
14371     if DDR is available, we don't use LBC SDRAM.
14372
14373     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
14374     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14375
14376 commit d77c779bc23596aa3693d1c5c4d5b6e1072f93f2
14377 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
14378 Date:   Wed Sep 16 23:21:55 2009 +0400
14379
14380     net: uec: Fix uccf.h and uec.h headers to include headers they depend on
14381
14382     Headers should include headers containing prototypes and defines they
14383     depend on, don't assume that they're included by somebody else.
14384
14385     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
14386     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14387
14388 commit 6185f80c311cc3bdef2f8d5096c61e40ca6f48b2
14389 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
14390 Date:   Wed Sep 16 23:21:53 2009 +0400
14391
14392     net: uec_phy: Implement TXID and RXID RGMII modes for Marvell PHYs
14393
14394     This will be needed for MPC8360E-MDS boards with rev. 2.1 CPUs.
14395
14396     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
14397     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14398
14399 commit 984f10baac8ef6032df52f135943d6b0bc96f724
14400 Author: Wolfgang Denk <wd@denx.de>
14401 Date:   Fri Sep 25 14:16:00 2009 +0200
14402
14403     mpc5121ads: fix breakage introduced when reordering elpida_mddrc_config[]
14404
14405     Signed-off-by: Wolfgang Denk <wd@denx.de>
14406
14407 commit 6e748ea004473cce99fbde6382dd580c10ffdb60
14408 Author: Ken MacLeod <ken@bitsko.slc.ut.us>
14409 Date:   Fri Sep 11 15:16:18 2009 -0500
14410
14411     cmd_fdt.c: fix parse of byte streams and strings
14412
14413     Commit 4abd844d8e extended the fdt command parser to handle property
14414     strings which are split across multiple arguments but it was broken for
14415     byte streams and strings.
14416
14417     Byte stream parsing:
14418
14419      * Fixes where it would terminate early or go into an endless loop.
14420
14421      * Fixes a 0x00 being inserted into the data if there is a space after
14422        '[' or a separate argument.
14423
14424      * Fixes dereferencing the argument pointer after the last argument.
14425
14426      * Checks for bad characters.
14427
14428     String parsing:
14429
14430      * Treat multiple arguments as a string list.  This fixes an issue where
14431        only the last argument was stored.
14432
14433     Signed-off-by: Ken MacLeod <ken@bitsko.slc.ut.us>
14434
14435 commit 3887c3fbdbbe6bbb4df60ed415c8e1ab9fe56b5e
14436 Author: Heiko Schocher <hs@denx.de>
14437 Date:   Wed Sep 23 07:56:08 2009 +0200
14438
14439     mucmc52, uc101: delete ata@3a00 node, if no CF card is detected
14440
14441     U-Boot can detect if an IDE device is present or not.
14442     If not, and this new config option is activated, U-Boot
14443     removes the ATA node from the DTS before booting Linux,
14444     so the Linux IDE driver does not probe the device and
14445     crash. This is needed for buggy hardware (uc101) where
14446     no pull down resistor is connected to the signal IDE5V_DD7.
14447
14448     Signed-off-by: Heiko Schocher <hs@denx.de>
14449
14450 commit 7f625fc6d3ba8f890e843ac01717804c2462ed53
14451 Author: Heiko Schocher <hs@denx.de>
14452 Date:   Wed Sep 23 07:56:04 2009 +0200
14453
14454     mpc5200, mucmc52, uc101: config cleanup
14455
14456     - As these boards are similiar, collect common config options
14457       in manroland/common.h and manroland/mpc52xx-common.h
14458       for mpc5200 specific common options for this manufacturer.
14459     - add OF support
14460     - update default environment
14461
14462     Signed-off-by: Heiko Schocher <hs@denx.de>
14463
14464     Minor edit of commit message.
14465
14466     Signed-off-by: Wolfgang Denk <wd@denx.de>
14467
14468 commit 9d142ea8f787882ab732fa531a34db091bfa363d
14469 Author: Wolfgang Denk <wd@denx.de>
14470 Date:   Fri Sep 25 00:57:49 2009 +0200
14471
14472     Fix "ppc/85xx: Clean up use of LAWAR defines" breakage
14473
14474     Commit 002741ae86 modified include/asm-ppc/mmu.h such that the LAWAR_
14475     defines were only enabled for the 83xx platform, but they are also
14476     needed on MPC512x system. Enabling these for E300 systems seems thus
14477     more appropriate.
14478
14479     Signed-off-by: Wolfgang Denk <wd@denx.de>
14480
14481 commit a5aa3998ab6408a6ac738a3ce8005e647b9465f8
14482 Author: Martha M Stan <mmarx@silicontkx.com>
14483 Date:   Mon Sep 21 14:08:00 2009 -0400
14484
14485     Add Elpida Memory Configuration to mpc5121ads Boards
14486
14487     Signed-off-by: Martha M Stan <mmarx@silicontkx.com>
14488
14489     Minor coding style cleanup.
14490
14491     Signed-off-by: Wolfgang Denk <wd@denx.de>
14492
14493 commit 054197ba8ee5ef1e41694df58531b6e53ec43f2d
14494 Author: Martha M Stan <mmarx@silicontkx.com>
14495 Date:   Mon Sep 21 14:07:14 2009 -0400
14496
14497     mpc512x: Streamlined fixed_sdram() init sequence.
14498
14499     Signed-off-by: Martha M Stan <mmarx@silicontkx.com>
14500
14501     Minor cleanup:
14502
14503     Re-ordered default_mddrc_config[] to have matching indices.
14504
14505     This allows to use the same index "N" for source and target fields;
14506     before, we had code like this
14507
14508         out_be32(&im->mddrc.ddr_time_config2, mddrc_config[3]);
14509
14510     which always looked like a copy & paste error because 2 != 3.
14511
14512     Also, use NULL when meaning a null pointer.
14513
14514     Signed-off-by: Wolfgang Denk <wd@denx.de>
14515
14516 commit 39aaca1f66a0e5b1204b0789f6c0097938c00ad1
14517 Author: Kumar Gala <galak@kernel.crashing.org>
14518 Date:   Thu Mar 19 02:46:19 2009 -0500
14519
14520     ppc/p4080: Determine various chip frequencies on CoreNet platforms
14521
14522     The means to determine the core, bus, and DDR frequencies are completely
14523     new on CoreNet style platforms.  Additionally on p4080 we can have
14524     different frequencies for FMAN and PME IP blocks.  We need to keep track
14525     of the FMAN & PME frequencies since they are used for time stamping
14526     capabilities inside each block.
14527
14528     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14529
14530 commit 3c2a67eec8a0facc865b400caca52e7f6b7adf01
14531 Author: Kumar Gala <galak@kernel.crashing.org>
14532 Date:   Thu Sep 17 01:52:37 2009 -0500
14533
14534     ppc/p4080: Handle timebase enabling and frequency reporting
14535
14536     On CoreNet style platforms the timebase frequency is the bus frequency
14537     defined by 16 (on PQ3 it is divide by 8).  Also on the CoreNet platforms
14538     the core not longer controls the enabling of the timebase.  We now need
14539     to enable the boot core's timebase via CCSR register writes.
14540
14541     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14542
14543 commit 7e4259bba4c56536760e42d32dacfb3233f216fd
14544 Author: Kumar Gala <galak@kernel.crashing.org>
14545 Date:   Thu Mar 19 02:39:17 2009 -0500
14546
14547     ppc/p4080: Add various p4080 related defines (and p4040)
14548
14549     There are various locations that we have chip specific info:
14550
14551     * Makefile for which ddr code to build
14552     * Added p4080 & p4040 to cpu_type_list and SVR list
14553     * Added number of LAWs for p4080
14554     * Set CONFIG_MAX_CPUS to 8 for p4080
14555
14556     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14557
14558 commit 39a7e7fd538cdf49e7e8a2f0634ea5e15e12b4ec
14559 Author: Kumar Gala <galak@kernel.crashing.org>
14560 Date:   Thu Sep 17 01:44:39 2009 -0500
14561
14562     ppc/p4080: CoreNet platfrom style secondary core release
14563
14564     The CoreNet platform style of bringing secondary cores out of reset is
14565     a bit different that the PQ3 style.  Mostly the registers that we use
14566     to setup boot translation, enable time bases, and boot release the cores
14567     have moved around.
14568
14569     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14570
14571 commit a880cf3e0e1c220d780eccd0b101170c4499485d
14572 Author: Kumar Gala <galak@kernel.crashing.org>
14573 Date:   Thu Sep 17 01:44:00 2009 -0500
14574
14575     ppc/p4080: CoreNet platfrom style CCSRBAR setting
14576
14577     On CoreNet based platforms the CCSRBAR address is split between an high &
14578     low register and we no longer shift the address.
14579
14580     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14581     Signed-off-by: Scott Wood <scottwood@freescale.com>
14582
14583 commit 418ec8584343f04048e2cc7ee96b6b29be54ad97
14584 Author: Kumar Gala <galak@kernel.crashing.org>
14585 Date:   Thu Mar 19 02:32:23 2009 -0500
14586
14587     ppc/p4080: Add support for CoreNet style platform LAWs
14588
14589     On CoreNet based platforms the LAW address is split between an high &
14590     low register and we no longer shift the address.  Also, the target IDs
14591     on CoreNet platforms have been completely re-assigned.
14592
14593     Additionally, added a new find_law() API to which LAW an address hits in.
14594     This is need for the CoreNet style boot release code since it will need
14595     to determine what the target ID should be set to for boot window
14596     translation.
14597
14598     Finally, enamed LAWAR_EN to LAW_EN and moved to header so we can use
14599     it elsewhere.
14600
14601     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14602
14603 commit 01df521217957d77d53c2d570183eded7030938f
14604 Author: Kumar Gala <galak@kernel.crashing.org>
14605 Date:   Wed Sep 16 09:43:12 2009 -0500
14606
14607     ppc/p4080: Add p4080 platform immap definitions
14608
14609     The p4080 SoC has a significant amount of commonality with the 85xx/PQ3
14610     platform.  We reuse the 85xx immap and just add new definitions for
14611     local access and global utils.  The global utils is now broken into
14612     global utils, clocking and run control/power management.
14613
14614     The offsets from CCSR for a number of blocks have also changed.  We
14615     introduce the CONFIG_FSL_CORENET define to distinquish the PQ3 style of
14616     platform from the new p4080 platform.  We don't use QoirQ as there are
14617     products (like p2020) that are PQ3 based platforms but have the QoirQ
14618     name.
14619
14620     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14621
14622 commit 25bacf7a2b096496e2c58f2de4e5b2bce8fba038
14623 Author: Kumar Gala <galak@kernel.crashing.org>
14624 Date:   Tue Sep 22 15:45:44 2009 -0500
14625
14626     ppc/85xx: Fix enabling of L2 cache
14627
14628     We need to flash invalidate the locks in addition to the cache
14629     before we enable.
14630
14631     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14632
14633 commit cb0ff65c619efacdc0ba69aa8ee6ede7dd364a38
14634 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
14635 Date:   Tue Sep 22 12:48:27 2009 +0530
14636
14637     85xx-fdt: Fixed l2-ctlr's compatible prop for QorIQ
14638
14639     The code assumed names where just numbers and always prefixed 'mpc'.
14640     However newer QorIQ don't follow the mpc naming scheme.
14641
14642     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
14643     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14644
14645 commit 234a89d911ce28e46372f555d7c14e28424f2b0d
14646 Author: Mingkai Hu <Mingkai.hu@freescale.com>
14647 Date:   Tue Sep 22 14:53:21 2009 +0800
14648
14649     ppc/85xx: add cpu init config file for boot from NAND
14650
14651     When boot from NAND, the NAND flash must be connected to br/or0.
14652     Also init RAM(L2 SRAM or DDR SDRAM) for load the second image to
14653     it.
14654
14655     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
14656     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14657
14658 commit 266139b88b43ae1d87abb5f5431e6f57b801795f
14659 Author: Mingkai Hu <Mingkai.hu@freescale.com>
14660 Date:   Tue Sep 22 14:53:34 2009 +0800
14661
14662     immap_85xx: add porpllsr's plat ratio definition
14663
14664     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
14665     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14666
14667 commit 098bcbae3172d73d24ca8ba196328d901eed4132
14668 Author: Mingkai Hu <Mingkai.hu@freescale.com>
14669 Date:   Tue Sep 22 14:53:10 2009 +0800
14670
14671     ppc/85xx: add ld script file for boot from NAND
14672
14673     The first stage 4K image uses a seperate ld script file to
14674     generate 4K image. This patch moves it to the cpu/mpc85xx/*
14675     to make it avaliable for 85xx platform.
14676
14677     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
14678     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14679
14680 commit 8439f05cfd8cbb38485376a34d9fe297ba262737
14681 Author: Peter Tyser <ptyser@xes-inc.com>
14682 Date:   Mon Sep 21 23:09:28 2009 -0500
14683
14684     mpc8610hpcd: Use common 86xx fdt fixup code
14685
14686     Using the common 86xx fdt fixups removes some board-specific code and
14687     should make the mpc8610hpcd easier to maintain in the long run.
14688
14689     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
14690     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14691
14692 commit 928435d11b898870415910efff87a4d6399cecb8
14693 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
14694 Date:   Mon Sep 21 17:19:17 2009 -0400
14695
14696     sbc85x0: tidy up Makefile to use new configuration script.
14697
14698     Commit 804d83a5 allows us to move all the configuration
14699     variation tweaks out of the top level Makefile and down
14700     into the boards config header.  This takes advantage of
14701     that for the sbc8540/sbc8560 boards.
14702
14703     There were a couple of cheezy comments pointing at incorrect
14704     files, or files that don't exist, so I've cleaned those up too.
14705
14706     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
14707     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14708
14709 commit 2738bc8df65ec905094d83f62f87fed123a03b9c
14710 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
14711 Date:   Sun Sep 20 20:36:06 2009 -0400
14712
14713     sbc8548: allow enabling PCI via a make config option
14714
14715     Prior to this commit, to enable PCI, you had to go manually
14716     edit the board config header, and if you had 33MHz PCI, you
14717     had to manually change CONFIG_SYS_NS16550_CLK too, which was
14718     not real user friendly,
14719
14720     This adds the typical PCI and clock speed make targets to the
14721     toplevel Makefile in accordance with what is being done with
14722     other boards (i.e. using the "-t" to mkconfig).
14723
14724     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
14725     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14726
14727 commit fdc7eb90b504daa020f290604d50da8f7cb70d8a
14728 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
14729 Date:   Sun Sep 20 20:36:05 2009 -0400
14730
14731     sbc8548: update PCI/PCI-e support code
14732
14733     The PCI/PCI-e support for the sbc8548 was based on an earlier
14734     version of what the MPC8548CDS board was using, and in its
14735     current state it won't even compile.  This re-syncs it to match
14736     the latest codebase and makes use of the new shared PCI functions
14737     to reduce board duplication.
14738
14739     It borrows from the MPC8568MDS, in that it pulls the PCI-e I/O
14740     back to 0xe280_0000 (where PCI2 would be on MPC8548CDS), and
14741     similarly it coalesces the PCI and PCI-e mem into one single TLB.
14742
14743     Both PCI-x and PCI-e have been tested with intel e1000 cards
14744     under linux (with an accompanying dts change in place)
14745
14746     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
14747     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14748
14749 commit a8b3e90f798e0cca5f11c912f9d0823a1c5b6c24
14750 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
14751 Date:   Sun Sep 20 20:36:01 2009 -0400
14752
14753     fsl_pci: create a SET_STD_PCI_INFO() helper wrapper
14754
14755     Recycle the recently added PCI-e wrapper used to reduce board
14756     duplication of code by creating a similar version for plain PCI.
14757
14758     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
14759     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14760
14761 commit 11d5a629f8a40f9d7cffc74e58f4e3ed258e56ab
14762 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
14763 Date:   Sun Sep 20 20:36:04 2009 -0400
14764
14765     sbc8548: correct local bus SDRAM size from 64M to 128M
14766
14767     The size of the LB SDRAM on this board is 128MB, spanning CS3
14768     and CS4.  It was previously only being configured for 64MB on
14769     CS3, since that was what the original codebase of the MPC8548CDS
14770     had.  In addition to setting up BR4/OR4, this also adds the TLB
14771     entry for the second half of the SDRAM.
14772
14773     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
14774     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14775
14776 commit 0c7e4d45d9fb3c9e503ee93d50572d346dae150e
14777 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
14778 Date:   Sun Sep 20 20:36:03 2009 -0400
14779
14780     sbc8548: use I/O accessors
14781
14782     Sweep throught the board specific file and replace the various
14783     register proddings with the equivalent I/O accessors.
14784
14785     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
14786     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14787
14788 commit fc38eb98ff226f2c53eecbee033a6ab7619473dc
14789 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
14790 Date:   Sun Sep 20 20:36:02 2009 -0400
14791
14792     sbc8548: remove eTSEC3/4 voltage hack
14793
14794     With only eTSEC1 and 2 being brought out to RJ-45 connectors, we
14795     aren't interested in the eTSEC3/4 voltage hack on this board
14796
14797     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
14798     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14799
14800 commit 9b3ba24f18900633a394416cc056c44a1a6eb754
14801 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
14802 Date:   Fri Sep 18 19:08:41 2009 -0400
14803
14804     sbc8548: enable access to second bank of flash
14805
14806     The sbc8548 has a 64MB SODIMM flash module off of CS6 that
14807     previously wasn't enumerated by u-boot.  There were already
14808     BR6/OR6 settings for it [used by cpu_init_f()] but there
14809     was no TLB entry and it wasn't in the list of flash banks
14810     reported to u-boot.
14811
14812     The location of the 64MB flash is "pulled back" 8MB from
14813     a 64MB boundary, in order to allow address space for the
14814     8MB boot flash that is at the end of 32 bit address space.
14815     This means creating two 4MB TLB entries for the 8MB chunk,
14816     and then expanding the original boot flash entry to 64MB
14817     in order to cover the 8MB boot flash and the remainder
14818     (56MB) of the user flash.
14819
14820     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
14821     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14822
14823 commit ded58f4153923dfff16d2f96495bd7acf1f7e10e
14824 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
14825 Date:   Wed Sep 23 17:30:57 2009 -0400
14826
14827     sbc8548: cosmetic line re-wrap
14828
14829     Fix the extra long lines to be consistent with u-boot coding style.
14830     No functional change here.
14831
14832     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
14833
14834 commit 2c40acd3525b75db3fcd3f5a5bd40445679b5547
14835 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
14836 Date:   Fri Sep 18 19:08:40 2009 -0400
14837
14838     sbc8548: get_clock_freq is not valid for this board
14839
14840     The get_clock_freq() comes from freescale/common/cadmus.c and is
14841     only valid for the CDS based 85xx reference platforms.  It would
14842     be nice if we could read the 33 vs. 66MHz status somehow, but in
14843     the meantime, tie it to CONFIG_SYS_CLK_FREQ like all the other
14844     non-CDS boards do.
14845
14846     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
14847     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14848
14849 commit 7b1f1399e876587e0a268a5a471dd444bfbc3114
14850 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
14851 Date:   Fri Sep 18 19:08:39 2009 -0400
14852
14853     sbc8548: delete unused MPC8548CDS info carried over from port
14854
14855     There are a couple defines and PCI bridge quirks related to the PCI
14856     backplane of the MPC8548CDS that have no meaning in the context of
14857     the port to the sbc8548 board, so delete them.
14858
14859     Also, the form factor of the sbc8548 is a standalone board with a
14860     single PCI-X and a single PCI-e slot.  That pretty much guarantees
14861     that it will never be a PCI agent itself, so the host/agent and root
14862     complex/end node distinctions have been removed.
14863
14864     Similarly, since there is no physical connector mapping to PCI2, so
14865     all references of PCI2 in the board support files have been removed
14866     as well.
14867
14868     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
14869     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14870
14871 commit 94ca091456d5c3040ddd6351c80cf3e74393f9be
14872 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
14873 Date:   Fri Sep 18 19:08:44 2009 -0400
14874
14875     sbc8548: enable use of PCI network cards
14876
14877     Create a board_eth_init to allow a place to hook in
14878     the PCI ethernet init after all the eTSEC are up
14879     and configured.
14880
14881     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
14882     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14883
14884 commit 82b7725b6d46d9ad2b962b4cdfa896bd5ee32fb5
14885 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
14886 Date:   Sat Sep 19 17:50:17 2009 +0530
14887
14888     ppc/85xx: 32bit DDR changes for P1020/P1011
14889
14890     The P1020/P1011 SOCs support max 32bit DDR width as opposed to P2020/P2010
14891     where max DDR data width supported is 64bit.
14892
14893     As a next step the DDR data width initialization would be made more dynamic
14894     with more flexibility from the board perspective and user choice.
14895     Going forward we would also remove the hardcodings for platforms with onboard
14896     memories and try to use the FSL SPD code for DDR initialization.
14897
14898     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
14899     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14900
14901 commit bd42bbb858dde713f023fc2e4f512ec174a1a8d2
14902 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
14903 Date:   Fri Sep 18 19:08:46 2009 -0400
14904
14905     sbc8548: replace README with completely new document
14906
14907     The previous README.sbc8548 was pretty much content-free. Replace
14908     it with something that actually gives the end user some relevant
14909     hardware details, and also lists the u-boot configuration choices.
14910
14911     Also in the cosmetic department, fix the bogus line in the Makefile
14912     that was carried over from the SBC8560 Makefile, and the typo in
14913     the sbc8548.c copyright.
14914
14915     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
14916     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14917
14918 commit 002741ae862c1c7e3dad89d020e392e6add1c05d
14919 Author: Kumar Gala <galak@kernel.crashing.org>
14920 Date:   Sat Sep 19 11:20:54 2009 -0500
14921
14922     ppc/85xx: Clean up use of LAWAR defines
14923
14924     On 85xx platforms we shouldn't be using any LAWAR_* defines
14925     but using the LAW_* ones provided by fsl-law.h.  Rename any such
14926     uses and limit the LAWAR_ to the 83xx platform as the only user so
14927     we will get compile errors in the future.
14928
14929     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14930
14931 commit f61dae7c9dc526410faec15ce352b11fc36a560b
14932 Author: Kumar Gala <galak@kernel.crashing.org>
14933 Date:   Thu Sep 3 10:20:09 2009 -0500
14934
14935     ppc/85xx: Clean up mpc8572DS PCI setup code
14936
14937     Use new fsl_pci_init_port() that reduces amount of duplicated code in the
14938     board ports, use IO accessors and clean up printing of status info.
14939
14940     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14941
14942 commit 4958af8735207640181c4423e41b24ee7418361a
14943 Author: Kumar Gala <galak@kernel.crashing.org>
14944 Date:   Thu Sep 3 09:42:01 2009 -0500
14945
14946     ppc/85xx: Clean up p2020ds PCI setup code
14947
14948     Use new fsl_pci_init_port() that reduces amount of duplicated code in the
14949     board ports, use IO accessors and clean up printing of status info.
14950
14951     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14952
14953 commit 93a83872c707891bad22f7776d79a650c870601f
14954 Author: Kumar Gala <galak@kernel.crashing.org>
14955 Date:   Thu Sep 3 10:09:04 2009 -0500
14956
14957     ppc/85xx: Clean up p1_p2_rdb PCI setup
14958
14959     General code cleanup to use in/out IO accessors as well as making
14960     the code that prints out info sane between board and generic fsl pci
14961     code.
14962
14963     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14964
14965 commit 62ca21c442e18fec118ec83e183d64ea49966ce7
14966 Author: Kumar Gala <galak@kernel.crashing.org>
14967 Date:   Thu Sep 10 16:31:53 2009 -0500
14968
14969     ppc/85xx: Simplify the top makefile for P1_P2_RDB boards
14970
14971     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14972
14973 commit a0f9e0e0f06033807de0ae017ad4d9cf5ddff84b
14974 Author: Kumar Gala <galak@kernel.crashing.org>
14975 Date:   Thu Sep 10 16:26:37 2009 -0500
14976
14977     ppc/85xx: Simplify the top makefile for 36-bit config for P2020DS
14978
14979     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14980
14981 commit f9edcc10e6cb497dd7dcbaf691cfd1859abae27a
14982 Author: Kumar Gala <galak@kernel.crashing.org>
14983 Date:   Thu Sep 10 16:23:45 2009 -0500
14984
14985     ppc/85xx: Simplify the top makefile for 36-bit config for MPC8572DS
14986
14987     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14988
14989 commit 0e905ac28b1e039d74e63232293972bff6b5a0ce
14990 Author: Mingkai Hu <Mingkai.hu@freescale.com>
14991 Date:   Fri Sep 18 11:45:09 2009 +0800
14992
14993     ppc/85xx: simplify the top makefile for 36-bit config for mpc8536ds
14994
14995     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
14996     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14997
14998 commit 202d94875c98b7b573f136c4f353609758ed9733
14999 Author: Kumar Gala <galak@kernel.crashing.org>
15000 Date:   Tue Sep 15 22:21:58 2009 -0500
15001
15002     ppc/85xx: Fix LCRR_CLKDIV defines
15003
15004     For some reason the CLKDIV field varies between SoC in how it interprets
15005     the bit values.
15006
15007     All 83xx and early (e500v1) PQ3 devices support:
15008      clk/2: CLKDIV = 2
15009      clk/4: CLKDIV = 4
15010      clk/8: CLKDIV = 8
15011
15012     Newer PQ3 (e500v2) and MPC86xx support:
15013      clk/4: CLKDIV = 2
15014      clk/8: CLKDIV = 4
15015      clk/16: CLKDIV = 8
15016
15017     Ensure that the MPC86xx and MPC85xx still get the same behavior and make
15018     the defines reflect their logical view (not the value of the field).
15019
15020     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15021     Acked-by: Peter Tyser <ptyser@xes-inc.com>
15022
15023 commit 55f786d8ba8ce58a81428536da34a2192b9bad9f
15024 Author: Peter Tyser <ptyser@xes-inc.com>
15025 Date:   Mon Sep 21 12:04:33 2009 -0500
15026
15027     MAKEALL: Use POSIX math
15028
15029     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
15030
15031 commit 40a28f0885e62b6607e12ed6baa6284927f5263e
15032 Author: Peter Tyser <ptyser@xes-inc.com>
15033 Date:   Mon Sep 21 12:04:32 2009 -0500
15034
15035     MAKEALL: Add summary information
15036
15037     This change adds some basic summary information to the MAKEALL script.
15038     The summary information includes how many boards were compiled, how many
15039     boards had compile warnings or errors, and which specific boards had
15040     compile warnings or errors.
15041
15042     This information is useful when doing compile testing to quickly
15043     determine which boards are broken.
15044
15045     As a side benefit, no empty $BOARD.ERR files are generated by MAKEALL.
15046     Previously, each board had a corresponding $BOARD.ERR file, even if the
15047     board compiled cleanly.
15048
15049     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
15050
15051 commit 71ce9bd7f551e44c4ddb4c985c095da6d3452d79
15052 Author: Eric Millbrandt <emillbrandt@coldhaus.com>
15053 Date:   Mon Sep 21 11:05:55 2009 -0500
15054
15055     galaxy5200: enable version environment variable
15056
15057     Add version environment variable configuration to the galaxy5200
15058     board header file.
15059
15060     Signed-off-by: Eric Millbrandt <emillbrandt@dekaresearch.com>
15061
15062     Edited commit message.
15063
15064     Signed-off-by: Wolfgang Denk <wd@denx.de>
15065
15066 commit c569ad6e1e8768a0fec513ffc156412240b7eb35
15067 Author: Werner Pfister <werner.pfister@intercontrol.de>
15068 Date:   Mon Sep 21 14:49:56 2009 +0200
15069
15070     digsy_mtc: Add TCR register value for RTC (DS1339)
15071
15072     Signed-off-by: Werner Pfister <werner.pfister@intercontrol.de>
15073     Signed-off-by: Detlev Zundel <dzu@denx.de>
15074
15075 commit b0078c8792badd81aed51b7eabe85e960036361c
15076 Author: Werner Pfister <werner.pfister@intercontrol.de>
15077 Date:   Mon Sep 21 14:49:55 2009 +0200
15078
15079     rtc/ds1337.c: Allow to set TCR register
15080
15081     This is needed to correctly start the charging of an attached capacitor
15082     or battery.
15083
15084     Signed-off-by: Werner Pfister <werner.pfister@intercontrol.de>
15085     Signed-off-by: Detlev Zundel <dzu@denx.de>
15086
15087 commit 9d7952e4c636b8c99289a44dbe28c6f93c43b9f7
15088 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
15089 Date:   Tue Sep 15 09:53:29 2009 +0200
15090
15091     ubifs: Add support for looking up directory and relative symlinks
15092
15093     This patch adds support for resolving symlinks to directories as well as
15094     relative symlinks. Symlinks are now always resolved during file lookup,
15095     so the load stage no longer needs to special-case them.
15096
15097     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
15098     Signed-off-by: Stefan Roese <sr@denx.de>
15099
15100 commit fcdb36b85ac033c09a9762a0a14808f7cb2ed54c
15101 Author: Rupjyoti Sarmah <rsarmah@amcc.com>
15102 Date:   Mon Sep 21 11:26:19 2009 -0700
15103
15104     ppc4xx: Fix PCIE PLL lock on 440SPe Yucca board
15105
15106     u-boot reports a PCIE PLL lock error at boot time on Yucca board, and
15107     left PCIe nonfunctional. This is fixed by making u-boot function
15108     ppc4xx_init_pcie() to wait 300 uS after negating reset before the
15109     first check of the PLL lock.
15110
15111     Signed-off-by: Rupjyoti Sarmah <rsarmah@amcc.com>
15112     Signed-off-by: Stefan Roese <sr@denx.de>
15113
15114 commit 91d599044caac4a8c228115b16cf3b073f902080
15115 Author: Dirk Eibach <eibach@gdsys.de>
15116 Date:   Mon Sep 21 13:27:14 2009 +0200
15117
15118     ppc4xx: Make DDR2 timing for intip more robust
15119
15120     DDR2 timing for intip was on the edge for some of the available chips
15121     for this board. Now it is verfied to work with all of them.
15122
15123     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
15124     Signed-off-by: Stefan Roese <sr@denx.de>
15125
15126 commit 184a3a27f5cd2c64666f74df94c86b94c4383ef8
15127 Author: Wolfgang Denk <wd@denx.de>
15128 Date:   Tue Sep 15 00:26:02 2009 +0200
15129
15130     board/linkstation/ide.c: Fix compile warning
15131
15132     Fix warning: ide.c:60: warning: dereferencing type-punned pointer will
15133     break strict-aliasing rules
15134
15135     Signed-off-by: Wolfgang Denk <wd@denx.de>
15136     Cc: Guennadi Liakhovetski <lg@denx.de>
15137
15138 commit 004eca0c9ba328de457d5dc9ef8805639dfef893
15139 Author: Peter Tyser <ptyser@xes-inc.com>
15140 Date:   Wed Sep 16 22:03:08 2009 -0500
15141
15142     ppc: Clean up calling of phy_reset() during init
15143
15144     Remove board-specific #ifdefs for calling phy_reset() during
15145     initializtion
15146
15147     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
15148
15149 commit 3a8f28d0a6d9f8505017680233064c13e4587174
15150 Author: Peter Tyser <ptyser@xes-inc.com>
15151 Date:   Wed Sep 16 22:03:07 2009 -0500
15152
15153     ppc: Clean up calling of misc_init_r() during init
15154
15155     Remove board-specific #ifdefs for calling misc_init_r() during
15156     initializtion
15157
15158     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
15159     Acked-by: Heiko Schocher <hs@denx.de>
15160
15161 commit 3202d33169df04da5cf3dea8c5ab0a902b90ecaa
15162 Author: Peter Tyser <ptyser@xes-inc.com>
15163 Date:   Wed Sep 16 21:38:10 2009 -0500
15164
15165     Remove deprecated 'autoscr' command/variables
15166
15167     The more standard 'source' command provides identical functionality to
15168     the autoscr command.
15169
15170     Environment variable names/values on the MVBC_P, MVBML7, kmeter1,
15171     mgcoge, and km8xx boards are updated to no longer refernce 'autoscr'.
15172
15173     The 'autoscript' and 'autoscript_uname' environment variables are
15174     also removed.
15175
15176     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
15177     Acked-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
15178     Acked-by: Heiko Schocher <hs@denx.de>
15179
15180 commit d3f4941874a20d8a390a36ba71335ae1db2f9ba0
15181 Author: Paul Gibson <paul.gibson2074@gmail.com>
15182 Date:   Wed Sep 16 10:05:00 2009 +1000
15183
15184     mpc512x. Micron nand flash needs a reset before a read command is issued.
15185
15186     Micron nand flash needs a reset before a read command is issued.
15187     The current mpc5121_nfc driver ignores the reset command.
15188
15189 commit b55ae40249545eabb9d6bfb850b1400a32561b1f
15190 Author: Marcel Ziswiler <marcel@ziswiler.com>
15191 Date:   Wed Sep 9 21:18:41 2009 +0200
15192
15193     FDT: remove obsolete OF_CPU and OF_SOC macros.
15194
15195     Signed-off-by: Marcel Ziswiler <marcel.ziswiler@noser.com>
15196     Acked-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
15197     Acked-by: Heiko Schocher <hs@denx.de>
15198
15199 commit 3b6a9267f0de7b85d387fa4123d0b58379363447
15200 Author: Wolfgang Denk <wd@denx.de>
15201 Date:   Tue Sep 15 00:09:21 2009 +0200
15202
15203     board/flagadm/flash.c: fix compile warning
15204
15205     Fix warning: flash.c:531: warning: dereferencing type-punned pointer
15206     will break strict-aliasing rules
15207
15208     Signed-off-by: Wolfgang Denk <wd@denx.de>
15209     Cc: Kári Davíðsson <kd@flaga.is>
15210
15211 commit 0413cfecea350000eab5e591a0965c3e3ee0ff00
15212 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
15213 Date:   Thu Sep 17 15:15:52 2009 +0200
15214
15215     Correct ffs/fls regression for PowerPC etc
15216
15217     Commits
15218
15219       02f99901ed1c9d828e3ea117f94ce2264bf8389e
15220       52d61227b66d4099b39c8309ab37cb67ee09a405
15221
15222     introduced a regression where platform-specific ffs/fls implementations
15223     were defined away. This patch corrects that by using PLATFORM_xxx
15224     instead of the name itself.
15225
15226     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
15227     Acked-by: Kumar Gala <galak@kernel.crashing.org>
15228     Acked-by: Stefan Roese <sr@denx.de>
15229
15230 commit e67af44d0167d8237dd2c2ddf8e301d19ca12914
15231 Author: Stefan Roese <sr@denx.de>
15232 Date:   Mon Sep 14 11:13:34 2009 +0200
15233
15234     ppc4xx: Consolidate get_OPB_freq()
15235
15236     All 4xx variants had their own, mostly identical get_OPB_freq()
15237     function. Some variants even only had the OPB frequency calculated
15238     in this routine and not supplied the sys_info.freqOPB variable
15239     correctly (e.g. 405EZ). This resulted in incorrect OPB values passed
15240     via the FDT to Linux.
15241
15242     This patch now removes all those copies and only uses one function
15243     for all 4xx variants (except for IOP480 which doesn't have an OPB).
15244
15245     Signed-off-by: Stefan Roese <sr@denx.de>
15246
15247 commit 84a45d33c2cc261dbd5411f7c2ad45f6003025b6
15248 Author: Stefan Roese <sr@denx.de>
15249 Date:   Fri Sep 11 17:09:45 2009 +0200
15250
15251     ppc4xx: Enable commands for FDT enabled Linux booting on AMCC Acadia
15252
15253     Acadia still used the "old" arch/ppc bootm commands for booting
15254     Linux images without FDT. This patch now enables these fdt-aware
15255     boot commands for Acadia as well.
15256
15257     Signed-off-by: Stefan Roese <sr@denx.de>
15258
15259 commit 95a4a593b577b6e2f1da2d4b0f5ec86975c33413
15260 Author: Stefan Roese <sr@denx.de>
15261 Date:   Fri Sep 11 17:07:55 2009 +0200
15262
15263     ppc4xx: Fix 405EZ uart base baud calculation
15264
15265     With this fix, Linux correctly configures the baudrate when booting
15266     with FDT passed from U-Boot to Linux.
15267
15268     Signed-off-by: Stefan Roese <sr@denx.de>
15269
15270 commit 15fba3279b56333bdb65ead366f82c945ed320d1
15271 Author: Kumar Gala <galak@kernel.crashing.org>
15272 Date:   Fri Sep 11 15:28:41 2009 -0500
15273
15274     ppc/85xx: Disable all async interrupt sources when we boot
15275
15276     We should make sure to clear MSR[ME, CE, DE] when we boot an OS image
15277     since we have changed the exception vectors and the OSes vectors might
15278     not be setup we should avoid async interrupts at all costs.
15279
15280     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15281
15282 commit 9f00409a9d04cf533305531da32437130802f3a3
15283 Author: Kumar Gala <galak@kernel.crashing.org>
15284 Date:   Fri Sep 11 13:52:45 2009 -0500
15285
15286     ppc/85xx: Split out cpu_init_early into its own file for NAND_SPL
15287
15288     By pulling out cpu_init_early we can build just it and not all of
15289     cpu_init for NAND_SPL.
15290
15291     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15292
15293 commit 0456dbf3475d0aec42873a967ac97ed81f376119
15294 Author: Kumar Gala <galak@kernel.crashing.org>
15295 Date:   Fri Sep 11 13:41:49 2009 -0500
15296
15297     ppc/85xx: Change cpu_init_early_f so we can use with NAND SPL
15298
15299     Use write_tlb and don't use memset so we can use the same code for
15300     cpu_init_early_f between NAND SPL and not.
15301
15302     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15303
15304 commit 6e1385d5f8d137e741dfef02465d7dc328040ad7
15305 Author: Mingkai Hu <Mingkai.hu@freescale.com>
15306 Date:   Fri Sep 11 10:53:08 2009 +0800
15307
15308     NAND boot: change NAND loader's relocate SP to CONFIG param
15309
15310     So that we can set the NAND loader's relocate stack pointer
15311     to the value other than the relocate address + 0x10000.
15312
15313     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
15314     Acked-by: Kim Phillips <kim.phillips@freescale.com>
15315     Acked-by: Scott Wood <scottwood@freescale.com>
15316     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15317
15318 commit 7da53351d817c6d77364cfde922891f37d0e5ed8
15319 Author: Mingkai Hu <Mingkai.hu@freescale.com>
15320 Date:   Fri Sep 11 14:19:10 2009 +0800
15321
15322     ppc/85xx: add boot from NAND/eSDHC/eSPI support
15323
15324     The MPC8536E is capable of booting form NAND/eSDHC/eSPI, this patch
15325     implements these three bootup methods in a unified way - all of these
15326     use the general cpu/mpc85xx/start.S, and load the main image to L2SRAM
15327     which lets us use the SPD to initialize the SDRAM.
15328
15329     For all three bootup methods, the bootup process can be divided into two
15330     stages: the first stage will initialize the corresponding controller,
15331     configure the L2SRAM, then copy the second stage image to L2SRAM and
15332     jump to it. The second stage image is just like the general U-Boot image
15333     to configure all the hardware and boot up to U-Boot command line.
15334
15335     When boot from NAND, the eLBC controller will first load the first stage
15336     image to internal 4K RAM buffer because it's also stored on the NAND
15337     flash. The first stage image, also call 4K NAND loader, will initialize
15338     the L2SRAM, load the second stage image to L2SRAM and jump to it. The 4K
15339     NAND loader's code comes from the corresponding nand_spl directory, along
15340     with the code twisted by CONFIG_NAND_SPL.
15341
15342     When boot from eSDHC/eSPI, there's no such a first stage image because
15343     the CPU ROM code does the same work. It will initialize the L2SRAM
15344     according to the config addr/word pairs on the fixed address and
15345     initialize the eSDHC/eSPI controller, then load the second stage image
15346     to L2SRAM and jump to it.
15347
15348     The macro CONFIG_SYS_RAMBOOT is used to control the code to produce the
15349     second stage image for all different bootup methods. It's set in the
15350     board config file when one of the bootup methods above is selected.
15351
15352     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
15353     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15354
15355 commit b2eec281a811bb52941f61203d8fe35256b3582c
15356 Author: Kumar Gala <galak@kernel.crashing.org>
15357 Date:   Fri Sep 11 12:32:01 2009 -0500
15358
15359     ppc/85xx: Move code around to prep for NAND_SPL
15360
15361     If we move some of the functions in tlb.c around we need less
15362     ifdefs.  The first stage loader just needs invalidate_tlb and
15363     init_tlbs.
15364
15365     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15366
15367 commit 206af3527c05e520e28d38a48a1d15433e34675d
15368 Author: Kumar Gala <galak@kernel.crashing.org>
15369 Date:   Fri Sep 11 11:30:30 2009 -0500
15370
15371     ppc/85xx: Repack tlb_table to save space
15372
15373     We can pack the initial tlb_table in MAS register format and use
15374     write_tlb to set things up.  This savings can be helpful for NAND
15375     style first stage boot loaders.
15376
15377     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15378
15379 commit d30f9043539d372cf66406bc2f21bb8c20e67009
15380 Author: Kumar Gala <galak@kernel.crashing.org>
15381 Date:   Fri Sep 11 11:27:00 2009 -0500
15382
15383     ppc/85xx: Introduce low level write_tlb function
15384
15385     Factor out the code we use to actually write a tlb entry.
15386
15387     set_tlb is a logical view of the TLB while write_tlb is a low level
15388     matching the MAS registers.
15389
15390     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15391
15392 commit 0ead6f2ed7cf4e1f70dab5b529ad121e38359485
15393 Author: Roy Zang <tie-fei.zang@freescale.com>
15394 Date:   Thu Sep 10 14:44:48 2009 +0800
15395
15396     ppc/85xx: Enable usb ehci support for p2020ds board
15397
15398     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
15399     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15400
15401 commit 6d8565a1ed5acb01bad4a4cd74a93be5f7fb7f7c
15402 Author: Kumar Gala <galak@kernel.crashing.org>
15403 Date:   Thu Sep 10 14:54:55 2009 -0500
15404
15405     ppc/8xxx: Misc DDR related fixes
15406
15407     * Fix setting of ESDMODE (MR1) register - the bit shifting was wrong
15408     * Fix the format string to match size in a debug print
15409
15410     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15411
15412 commit 3e3c9c157b89eab2dc2f897899b1b95cd70c1a58
15413 Author: Scott Wood <scottwood@freescale.com>
15414 Date:   Thu Aug 20 17:45:00 2009 -0500
15415
15416     ppc/85xx: Remove some bogus code from external interrupt handler.
15417
15418     Skipping the interrupted instruction will accomplish nothing other
15419     than turning a spurious interrupt into a crash.
15420
15421     External interrupts are not machine checks, so don't count them as such.
15422
15423     Signed-off-by: Scott Wood <scottwood@freescale.com>
15424
15425 commit dcc87dd58db466caa2d66755c5ec9455edf42fe8
15426 Author: Scott Wood <scottwood@freescale.com>
15427 Date:   Thu Aug 20 17:45:05 2009 -0500
15428
15429     ppc/85xx: Ensure that MAS8 is zero when writing TLB entries.
15430
15431     Its reset value is random, and we sometimes read uninitialized TLB
15432     arrays.  Make sure that we don't retain MAS8 from reading such an entry
15433     if the VF bit in MAS8 is set, attempts to use the mapping will trap.
15434
15435     Signed-off-by: Scott Wood <scottwood@freescale.com>
15436
15437 commit 1b72dbecca2d7ad7a21c92d80227daa2d8ec5a57
15438 Author: Scott Wood <scottwood@freescale.com>
15439 Date:   Thu Aug 20 17:44:20 2009 -0500
15440
15441     ppc/85xx: Don't enable interrupts before we're ready
15442
15443     We cannot handle any exceptions while running in AS1, as the exceptions
15444     will transition back to AS0 without a valid mapping.
15445
15446     Signed-off-by: Scott Wood <scottwood@freescale.com>
15447
15448 commit 3ca55bce9c8bf00df06a20487fafc16fa2f8084b
15449 Author: Marcel Ziswiler <marcel@ziswiler.com>
15450 Date:   Fri Sep 11 07:50:33 2009 -0400
15451
15452     mpc8260: remove Ethernet node fixup to use generic FDT code.
15453
15454     Remove Ethernet node fixup from mgcoge and muas3001 boards and modify its
15455     configs for the common mpc8260 code to use generic Ethernet fixup.
15456
15457     Signed-off-by: Marcel Ziswiler <marcel.ziswiler@noser.com>
15458     Tested-by: Heiko Schocher <hs@denx.de>
15459
15460 commit 1c20e4a9fbc531e2149ae061e8583f5fad82f163
15461 Author: Mike Frysinger <vapier@gentoo.org>
15462 Date:   Wed Sep 9 12:20:21 2009 -0400
15463
15464     tools/netconsole: use ncb automatically if available
15465
15466     The standard netcat, while ubiquitous, doesn't handle broadcast udp packets
15467     properly.  The local ncb util does however.  So if ncb can be located in
15468     the standard locations, automatically use that instead.
15469
15470     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15471
15472 commit 770931805d292908a57a3d2c5f9a4fcde888b5a2
15473 Author: Mike Frysinger <vapier@gentoo.org>
15474 Date:   Wed Sep 9 12:20:20 2009 -0400
15475
15476     tools/netconsole: make a bit more robust
15477
15478     The netcat utility likes to exit when it receives an empty packet (as it
15479     thinks this means EOF).  This can easily occur when working with command
15480     line editing as this behavior will be triggered when using backspace.  Or
15481     with tabs and command line completion.  So create two netcat processes -
15482     one to only listen (and put it into a loop), and one to do the sending.
15483     Once the user quits the transmitting netcat, the listening one will be
15484     killed automatically.
15485
15486     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15487
15488 commit a6e19d69f63c14b7672c65ca4b014621c6fd0201
15489 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
15490 Date:   Mon Aug 24 09:10:16 2009 +0200
15491
15492     arm: Define test_and_set_bit and test_and_clear bit for ARM
15493
15494     Needed for (e.g.) ubifs support to work.
15495
15496     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
15497
15498 commit 52d61227b66d4099b39c8309ab37cb67ee09a405
15499 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
15500 Date:   Mon Aug 24 09:10:12 2009 +0200
15501
15502     Define ffs/fls for all architectures
15503
15504     UBIFS requires fls(), which is not defined for arm (and some other
15505     architectures) and this patch adds it. The implementation is taken from
15506     Linux and is generic. ffs() is also defined for those that miss it.
15507
15508     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
15509
15510 commit 4b15de08fe4d2c9d12a3764394731018a763216b
15511 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
15512 Date:   Mon Aug 24 09:10:03 2009 +0200
15513
15514     arm: Make arm bitops endianness-independent
15515
15516     Bring over the bitop implementations from the Linux
15517     include/asm-generic/bitops/non-atomic.h to provide
15518     endianness-independence.
15519
15520     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
15521
15522 commit 02f99901ed1c9d828e3ea117f94ce2264bf8389e
15523 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
15524 Date:   Mon Aug 24 09:09:50 2009 +0200
15525
15526     Move __set/clear_bit from ubifs.h to bitops.h
15527
15528     __set_bit and __clear_bit are defined in ubifs.h as well as in
15529     asm/include/bitops.h for some architectures. This patch moves
15530     the generic implementation to include/linux/bitops.h and uses
15531     that unless it's defined by the architecture.
15532
15533     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
15534
15535 commit 557555fe0b82940ba7cc69f81d31d6ef4d4933b4
15536 Author: Mike Frysinger <vapier@gentoo.org>
15537 Date:   Fri Sep 4 19:54:45 2009 -0400
15538
15539     standalone: convert to kbuild style
15540
15541     Clean up the arch/cpu/board/config checks as well as redundant setting of
15542     srec/bin variables by using the kbuild VAR-$(...) style.
15543
15544     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15545
15546 commit 804d83a563c47b55e1f14f5de3b6e9d7e2a7ef5e
15547 Author: Wolfgang Denk <wd@denx.de>
15548 Date:   Tue Sep 15 22:12:31 2009 +0200
15549
15550     mkconfig: split the board make target to multiple config targets
15551
15552     To simplify the top level makefile it useful to be able to parse
15553     the top level makefile target to multiple individual target, then
15554     put them to the config.h, leave the board config file to handle
15555     the different targets.
15556
15557     Note that this method uses the '_'(underline) as the delimiter when
15558     splits the board make target.
15559
15560     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
15561
15562     This also reverts commit 511c02f611cb5afa1b8ca5980caaaabaa0de377f.
15563
15564     Signed-off-by: Wolfgang Denk <wd@denx.de>
15565
15566 commit ceb2d57c2205db5bbd868577f756c74a2568160c
15567 Author: Wolfgang Denk <wd@denx.de>
15568 Date:   Tue Sep 15 21:13:27 2009 +0200
15569
15570     kwbimage.c: Fix compile warning when building on 64 bit systems (again)
15571
15572     Commit 51003b89 attempted to fix a build problem on 64 bit systems,
15573     but just turned it into a build problem on 32 bit systems (silly me).
15574
15575     Now do the Right Thing (TM) and use a "%zu" printf format.
15576
15577     Also fix spelling error.
15578
15579     Signed-off-by: Wolfgang Denk <wd@denx.de>
15580
15581 commit 6c7bc91fb3dba186d3398a1653f6db236510ffa7
15582 Author: Wolfgang Denk <wd@denx.de>
15583 Date:   Fri Sep 11 11:30:34 2009 +0200
15584
15585     board/amcc/common/flash.c: Fix compile warning
15586
15587     Fix warning: ../common/flash.c:917: warning: dereferencing type-punned
15588     pointer will break strict-aliasing rules
15589
15590     Signed-off-by: Wolfgang Denk <wd@denx.de>
15591     Cc: Stefan Roese <sr@denx.de>
15592     Acked-by: Stefan Roese <sr@denx.de>
15593
15594 commit 70fb809c563c340538264d2a9436135e74c38bfe
15595 Author: Wolfgang Denk <wd@denx.de>
15596 Date:   Fri Sep 11 11:47:07 2009 +0200
15597
15598     board/amcc/yucca/flash.c: Fix compile warning
15599
15600     Fix warning: flash.c:919: warning: dereferencing type-punned pointer
15601     will break strict-aliasing rules
15602
15603     Signed-off-by: Wolfgang Denk <wd@denx.de>
15604     Cc: Stefan Roese <sr@denx.de>
15605     Acked-by: Stefan Roese <sr@denx.de>
15606
15607 commit 030ec52f8cc83015f968db30208f4bd07feffa6c
15608 Author: Wolfgang Denk <wd@denx.de>
15609 Date:   Fri Sep 11 11:44:39 2009 +0200
15610
15611     board/amcc/taihu/flash.c: Fix compile warning
15612
15613     Fix warnings:
15614     flash.c: In function 'write_word_1':
15615     flash.c:696: warning: dereferencing type-punned pointer will break strict-aliasing rules
15616     flash.c: In function 'write_word_2':
15617     flash.c:1044: warning: dereferencing type-punned pointer will break strict-aliasing rules
15618
15619     Signed-off-by: Wolfgang Denk <wd@denx.de>
15620     Cc: Stefan Roese <sr@denx.de>
15621     Acked-by: Stefan Roese <sr@denx.de>
15622
15623 commit 0fd3d902d920f3e60f88530c33f1ae7581260951
15624 Author: Wolfgang Denk <wd@denx.de>
15625 Date:   Fri Sep 11 11:37:20 2009 +0200
15626
15627     board/etin/debris/phantom.c: Fix compile error
15628
15629     Fix build problem caused by commit e84aba13: "Replace BCD2BIN and
15630     BIN2BCD macros with inline functions"
15631
15632     phantom.c:163: error: redefinition of 'bcd2bin'
15633     /home/wd/git/u-boot/work/include/bcd.h:16: error: previous definition of 'bcd2bin' was here
15634     phantom.c:168: error: redefinition of 'bin2bcd'
15635     /home/wd/git/u-boot/work/include/bcd.h:21: error: previous definition of 'bin2bcd' was here
15636
15637     Signed-off-by: Wolfgang Denk <wd@denx.de>
15638     Cc: Sangmoon Kim <dogoil@etinsys.com>
15639
15640 commit 5168801f4b71c2f8dcd92a80cfcfda84246e67fe
15641 Author: Wolfgang Denk <wd@denx.de>
15642 Date:   Fri Sep 11 11:28:21 2009 +0200
15643
15644     board/dave/common/flash.c: fix compile warning
15645
15646     Fix warning: ../common/flash.c:668: warning: dereferencing type-punned
15647     pointer will break strict-aliasing rules
15648
15649     Signed-off-by: Wolfgang Denk <wd@denx.de>
15650     Cc: Andrea Marson <andrea.marson@dave-tech.it>
15651
15652 commit 97138fc48091f2b063c4e32f36d05854b9d113fb
15653 Author: Wolfgang Denk <wd@denx.de>
15654 Date:   Fri Sep 11 11:15:31 2009 +0200
15655
15656     board/esd/cpci750/ide.c: fix compile warning
15657
15658     Fix warning: ide.c:54: warning: dereferencing type-punned pointer will
15659     break strict-aliasing rules
15660
15661     Signed-off-by: Wolfgang Denk <wd@denx.de>
15662     Cc: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
15663     Cc: Stefan Roese <sr@denx.de>
15664     Acked-by: Stefan Roese <sr@denx.de>
15665
15666 commit ba73060cf4163bd5eb1711020126e2f7f62d363e
15667 Author: Wolfgang Denk <wd@denx.de>
15668 Date:   Fri Sep 11 10:13:26 2009 +0200
15669
15670     board/esd/common/flash.c: Fix compile warning
15671
15672     Fix warning: ../common/flash.c:635: warning: dereferencing type-punned
15673     pointer will break strict-aliasing rules
15674
15675     Signed-off-by: Wolfgang Denk <wd@denx.de>
15676     Cc: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
15677     Cc: Stefan Roese <sr@denx.de>
15678     Acked-by: Matthias Fuchs <matthias.fuchs@esd.eu>
15679     Acked-by: Stefan Roese <sr@denx.de>
15680
15681 commit 2d6d9f0848e952ea33c658dfba335685a2725b8b
15682 Author: Wolfgang Denk <wd@denx.de>
15683 Date:   Fri Sep 11 09:36:31 2009 +0200
15684
15685     sk98lin: fix compile warnings
15686
15687     Fix warnings:
15688     skge.c: In function 'BoardInitMem':
15689     skge.c:1389: warning: dereferencing type-punned pointer will break strict-aliasing rules
15690     skge.c:1390: warning: dereferencing type-punned pointer will break strict-aliasing rules
15691     skge.c:1391: warning: dereferencing type-punned pointer will break strict-aliasing rules
15692     skgesirq.c: In function 'SkGePortCheckUpXmac':
15693     skgesirq.c:1301: warning: dereferencing type-punned pointer will break strict-aliasing rules
15694     skgesirq.c:1301: warning: dereferencing type-punned pointer will break strict-aliasing rules
15695     skgesirq.c:1398: warning: dereferencing type-punned pointer will break strict-aliasing rules
15696     skgesirq.c:1398: warning: dereferencing type-punned pointer will break strict-aliasing rules
15697     skrlmt.c: In function 'SkRlmtInit':
15698     skrlmt.c:661: warning: dereferencing type-punned pointer will break strict-aliasing rules
15699     skxmac2.c: In function 'SkMacPromiscMode':
15700     skxmac2.c:753: warning: dereferencing type-punned pointer will break strict-aliasing rules
15701     skxmac2.c:753: warning: dereferencing type-punned pointer will break strict-aliasing rules
15702     skxmac2.c: In function 'SkMacHashing':
15703     skxmac2.c:803: warning: dereferencing type-punned pointer will break strict-aliasing rules
15704     skxmac2.c:803: warning: dereferencing type-punned pointer will break strict-aliasing rules
15705     skxmac2.c: In function 'SkMacFlushTxFifo':
15706     skxmac2.c:1115: warning: dereferencing type-punned pointer will break strict-aliasing rules
15707     skxmac2.c:1115: warning: dereferencing type-punned pointer will break strict-aliasing rules
15708     skxmac2.c: In function 'SkMacFlushRxFifo':
15709     skxmac2.c:1145: warning: dereferencing type-punned pointer will break strict-aliasing rules
15710     skxmac2.c:1145: warning: dereferencing type-punned pointer will break strict-aliasing rules
15711     skxmac2.c: In function 'SkXmInitPauseMd':
15712     skxmac2.c:1987: warning: dereferencing type-punned pointer will break strict-aliasing rules
15713     skxmac2.c:1987: warning: dereferencing type-punned pointer will break strict-aliasing rules
15714     skxmac2.c: In function 'SkXmOverflowStatus':
15715     skxmac2.c:4236: warning: dereferencing type-punned pointer will break strict-aliasing rules
15716     skxmac2.c:4236: warning: dereferencing type-punned pointer will break strict-aliasing rules
15717     skxmac2.c:4242: warning: dereferencing type-punned pointer will break strict-aliasing rules
15718     skxmac2.c:4242: warning: dereferencing type-punned pointer will break strict-aliasing rules
15719
15720     Signed-off-by: Wolfgang Denk <wd@denx.de>
15721     Cc: Ben Warren <biggerbadderben@gmail.com>
15722
15723 commit 3708e4cdb1f1d3d5128cf87be040d7e6b85f60dd
15724 Author: Wolfgang Denk <wd@denx.de>
15725 Date:   Fri Sep 11 09:13:58 2009 +0200
15726
15727     drivers/net/natsemi.c: fix compile warning
15728
15729     Fix warning: natsemi.c:757: warning: dereferencing type-punned pointer
15730     will break strict-aliasing rules
15731
15732     Signed-off-by: Wolfgang Denk <wd@denx.de>
15733     Cc: Ben Warren <biggerbadderben@gmail.com>
15734
15735 commit 78d19a398778a58d7b40b0c78e026515271b1a84
15736 Author: Michal Simek <monstr@monstr.eu>
15737 Date:   Mon Sep 7 09:08:02 2009 +0200
15738
15739     net: emaclite: Cleanup license to be GPL compatible
15740
15741     Signed-off-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com>
15742     Signed-off-by: Michal Simek <monstr@monstr.eu>
15743
15744 commit 0900bee9ab9818439b2d1298fa8909a88f74ec0d
15745 Author: Michal Simek <monstr@monstr.eu>
15746 Date:   Fri Aug 14 13:41:17 2009 +0200
15747
15748     microblaze: Enable hush parser
15749
15750     With Hush parser is possible to change command line in dtb
15751
15752     Signed-off-by: Michal Simek <monstr@monstr.eu>
15753
15754 commit 13916abf996b127b681ddc26664c236ded28ba7f
15755 Author: Michal Simek <monstr@monstr.eu>
15756 Date:   Thu Aug 20 22:44:02 2009 +0200
15757
15758     microblaze: Remove AtmarkTechno Suzaku board
15759
15760     Users should use microblaze-generic platform.
15761     This platform is longer not supported.
15762
15763     Signed-off-by: Michal Simek <monstr@monstr.eu>
15764
15765 commit 3ceba1d45d007144d10368f91ff9e36f3b5f39a1
15766 Author: Michal Simek <monstr@monstr.eu>
15767 Date:   Thu Aug 20 22:36:20 2009 +0200
15768
15769     net: Remove old Xilinx Emac driver
15770
15771     Signed-off-by: Michal Simek <monstr@monstr.eu>
15772
15773 commit 2fddd44464d02e0f3ade06dabe0e165835fa61f0
15774 Author: Michal Simek <monstr@monstr.eu>
15775 Date:   Wed Aug 19 08:10:08 2009 +0200
15776
15777     microblaze: Short size of global data and fix malloc size
15778
15779     If is full malloc area global, data are rewrite because
15780     there was bad size of malloc area.
15781
15782     Signed-off-by: Michal Simek <monstr@monstr.eu>
15783
15784 commit aedb4683097d3e5de8833f4a9e34664d3d2bd077
15785 Author: Michal Simek <monstr@monstr.eu>
15786 Date:   Fri Aug 14 17:02:35 2009 +0200
15787
15788     microblaze: Add sbss, scommon and COMMON symbols for clearing
15789
15790     Signed-off-by: Michal Simek <monstr@monstr.eu>
15791
15792 commit 4c1883670acbf1cc83c04df1876235c3aedde128
15793 Author: Dirk Eibach <eibach@gdsys.de>
15794 Date:   Wed Sep 9 12:36:07 2009 +0200
15795
15796     ppc4xx: Rename compactcenter to intip
15797
15798     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
15799     Signed-off-by: Stefan Roese <sr@denx.de>
15800
15801 commit d1c3b27525b664e8c4db6bb173eed51bfc8220de
15802 Author: Stefan Roese <sr@denx.de>
15803 Date:   Wed Sep 9 16:25:29 2009 +0200
15804
15805     ppc4xx: Big cleanup of PPC4xx defines
15806
15807     This patch cleans up multiple issues of the 4xx register (mostly
15808     DCR, SDR, CPR, etc) definitions:
15809
15810     - Change lower case defines to upper case (plb4_acr -> PLB4_ACR)
15811     - Change the defines to better match the names from the
15812       user's manuals (e.g. cprpllc -> CPR0_PLLC)
15813     - Removal of some unused defines
15814
15815     Please test this patch intensive on your PPC4xx platform. Even though
15816     I tried not to break anything and tested successfully on multiple
15817     4xx AMCC platforms, testing on custom platforms is recommended.
15818
15819     Signed-off-by: Stefan Roese <sr@denx.de>
15820
15821 commit d8d8724be06df43772162dc344ae20dfa814dc72
15822 Author: Wolfgang Denk <wd@denx.de>
15823 Date:   Fri Sep 11 09:05:32 2009 +0200
15824
15825     net/bootp.c: fix compile warning
15826
15827     Fix warning: bootp.c:695: warning: dereferencing type-punned pointer
15828     will break strict-aliasing rules
15829
15830     Signed-off-by: Wolfgang Denk <wd@denx.de>
15831     Cc: Ben Warren <biggerbadderben@gmail.com>
15832
15833 commit 51003b89816848cbe86a8fe48f970ba8b14005f5
15834 Author: Wolfgang Denk <wd@denx.de>
15835 Date:   Fri Sep 11 08:58:11 2009 +0200
15836
15837     kwbimage.c: Fix compile warning when building on 64 bit systems
15838
15839     Fix this warning when building on 64 bit systems:
15840     tools/kwbimage.c: In function 'kwbimage_checksum32':
15841     tools/kwbimage.c:135: warning: format '%d' expects type 'int',
15842     but argument 4 has type 'long unsigned int'
15843
15844     Signed-off-by: Wolfgang Denk <wd@denx.de>
15845     Cc: Prafulla Wadaskar <prafulla@marvell.com>
15846
15847 commit e7963772eb78a6aa1fa65063d64eab3a8626daac
15848 Author: Marcel Ziswiler <marcel@ziswiler.com>
15849 Date:   Wed Sep 9 21:11:18 2009 +0200
15850
15851     muas3001: remove BRG clock node fixup to use common mpc8260 code.
15852
15853     Signed-off-by: Marcel Ziswiler <marcel.ziswiler@noser.com>
15854     Acked-by: Heiko Schocher <hs@denx.de>
15855
15856 commit c7c1dbbf7159b38f3302b845dd97d28a543ff91b
15857 Author: Marcel Ziswiler <marcel@ziswiler.com>
15858 Date:   Wed Sep 9 21:09:00 2009 +0200
15859
15860     r7780mp: fix typo in Ethernet chip model number comment.
15861
15862     Signed-off-by: Marcel Ziswiler <marcel.ziswiler@noser.com>
15863
15864 commit 45f89f340b4d8aa099fd022260dcb13cf3321b61
15865 Author: Marcel Ziswiler <marcel@ziswiler.com>
15866 Date:   Wed Sep 9 21:22:08 2009 +0200
15867
15868     ep8248: add support for device tree and secondary Ethernet interface.
15869
15870     Signed-off-by: Marcel Ziswiler <marcel.ziswiler@noser.com>
15871
15872 commit aa0c7a86cd236b8193218a09e1365c8991bb5ddc
15873 Author: Prafulla Wadaskar <prafulla@marvell.com>
15874 Date:   Mon Sep 7 15:05:02 2009 +0530
15875
15876     mkimage: Add Kirkwood Boot Image support (kwbimage)
15877
15878     This patch adds support for "kwbimage" (Kirkwood Boot Image)
15879     image types to the mkimage code.
15880
15881     For details refer to docs/README.kwbimage
15882
15883     This patch is tested with Sheevaplug board
15884
15885     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
15886     Acked-by: Ron Lee <ron@debian.org>
15887
15888     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
15889
15890 commit 7809fbb9aafd60e3a6e5dfe456ae30b93ac61338
15891 Author: Prafulla Wadaskar <prafulla@marvell.com>
15892 Date:   Mon Sep 7 14:59:09 2009 +0530
15893
15894     Kirkwood: Sheevaplug: Add kwimage configuration file
15895
15896     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
15897
15898 commit b029dddc9ae958b1ccf875649f52c6db396a742d
15899 Author: Prafulla Wadaskar <prafulla@marvell.com>
15900 Date:   Mon Sep 7 14:59:08 2009 +0530
15901
15902     mkimage: Make table_entry code global
15903
15904     - make get_table_entry_id() global
15905     - make get_table_entry_name() global
15906     - move struct table_entry to image.h
15907
15908     Currently this code is used by image.c only.
15909
15910     This patch makes this API global so it can be used by other parts of
15911     code, too.
15912
15913     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
15914     Acked-by: Ron Lee <ron.debian.org>
15915
15916     Edit comments and commit message.
15917
15918     Signed-off-by: Wolfgang Denk <wd@denx.de>
15919
15920 commit f666dea8ab215c76c3c2a077ad299f90dd1ace7c
15921 Author: Prafulla Wadaskar <prafulla@marvell.com>
15922 Date:   Mon Sep 7 14:59:07 2009 +0530
15923
15924     mkimage: Make genimg_print_size() global
15925
15926     Currently it is used by image.c only, but the the function can be
15927     used to support additional mkimage types like for example kwbimage,
15928     so make this function globally visible.
15929
15930     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
15931
15932     Edited commit message.
15933
15934     Signed-off-by: Wolfgang Denk <wd@denx.de>
15935
15936 commit 37b801888cf73b18f78c1109140ff44e3e37914f
15937 Author: Prafulla Wadaskar <prafulla@marvell.com>
15938 Date:   Mon Sep 7 14:59:06 2009 +0530
15939
15940     mkimage: Include missing files in build dependency calculations
15941
15942     Include default_image.o and fit_image.o into the build dependency
15943     calculations. This makes sure they get rebuilt if any of the headers
15944     they include are modified
15945
15946     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
15947     Acked-by: Ron Lee <ron@debian.org>
15948
15949     Edited commit message.
15950
15951     Signed-off-by: Wolfgang Denk <wd@denx.de>
15952
15953 commit 3a2003f61ee79ac53d20c24cc896c2637a2dfc24
15954 Author: Wolfgang Denk <wd@denx.de>
15955 Date:   Wed Aug 19 11:42:56 2009 +0200
15956
15957     tools/mkimage: fix compiler warnings, use "const"
15958
15959     This fixes some compiler warnings:
15960     tools/default_image.c:141: warning: initialization from incompatible pointer type
15961     tools/fit_image.c:202: warning: initialization from incompatible pointer type
15962     and changes to code to use "const" attributes in a few places where
15963     it's appropriate.
15964
15965     Signed-off-by: Wolfgang Denk <wd@denx.de>
15966
15967 commit 89a4d6b12fd6394898b8a454cbabeaf1cd59bae5
15968 Author: Prafulla Wadaskar <prafulla@marvell.com>
15969 Date:   Wed Aug 19 17:36:46 2009 +0530
15970
15971     tools: mkimage: split code into core, default and FIT image specific
15972
15973     This is a first step towards reorganizing the mkimage code to make it
15974     easier to add support for additional images types. Current mkimage
15975     code is specific to generating uImage and FIT image files, but the
15976     same framework can be used to generate other image types like
15977     Kirkwood boot images (kwbimage-TBD). For this, the mkimage code gets
15978     reworked:
15979
15980     Here is the brief plan for the same:-
15981     a) Split mkimage code into core and image specific support
15982     b) Implement callback functions for image specific code
15983     c) Move image type specific code to respective C files
15984            Currently there are two types of file generation/list
15985            supported (i.e uImage, FIT), the code is abstracted from
15986            mkimage.c/.h and put in default_image.c and fit_image.c;
15987            all code in these file is static except init function call
15988     d) mkimage_register API is added to add new image type support
15989     All above is addressed in this patch
15990     e) Add kwbimage type support to this new framework (TBD)
15991     This will be implemented in a following commit.
15992
15993     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
15994     Edit commit message, fix coding style and typos.
15995     Signed-off-by: Wolfgang Denk <wd@denx.de>
15996
15997 commit 449609f5b11cce6beba7338bc4ce0f3345376a0b
15998 Author: Prafulla Wadaskar <prafulla@marvell.com>
15999 Date:   Sun Aug 16 05:28:19 2009 +0530
16000
16001     tools: mkimage: Fixed build warnings
16002
16003     uninitialized retval variable warning fixed
16004     crc32 APIs moved to crc.h (newly added) and build warnings fixed
16005
16006     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
16007     Signed-off-by: Wolfgang Denk <wd@denx.de>
16008
16009 commit 14821d7dea8d7209f2457c3179fa6551c088ba71
16010 Author: Prafulla Wadaskar <prafulla@marvell.com>
16011 Date:   Mon Aug 10 20:44:06 2009 +0530
16012
16013     tools: mkimage: Makefile sorted
16014
16015     The tools/Makefile is sorted for all entries,
16016
16017     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
16018
16019 commit f7644c0bf3502529031657a869fa213cda5a2424
16020 Author: Prafulla Wadaskar <prafulla@marvell.com>
16021 Date:   Mon Aug 10 18:49:37 2009 +0530
16022
16023     tools: mkimage : bugfix returns correct value for list command
16024
16025     List command always return "EXIT_SUCCESS" even in case of
16026     failure by any means.
16027
16028     This patch return 0 if list command is sucessful,
16029     returns negative value reported by check_header functions
16030
16031     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
16032     Signed-off-by: Wolfgang Denk <wd@denx.de>
16033
16034 commit 511c02f611cb5afa1b8ca5980caaaabaa0de377f
16035 Author: Mingkai Hu <Mingkai.hu@freescale.com>
16036 Date:   Tue Sep 8 15:07:12 2009 +0800
16037
16038     mkconfig: pass the board name to board config file
16039
16040     Then we can handle different config targets in the board file, which
16041     simplifies the top level Makefile for boards that have multiple
16042     config targets.
16043
16044     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
16045
16046 commit d640ac58dbf61c769864b3fe76314306b7336cf1
16047 Author: Wolfgang Denk <wd@denx.de>
16048 Date:   Mon Sep 7 23:52:31 2009 +0200
16049
16050     Remove "atmel_df_pow2" binary with "make clean"
16051
16052     Commit 65f6f07b added support for the atmel_df_pow2 standalone program
16053     but missed to add a rule to remove it to the "clean" make target.
16054
16055     Signed-off-by: Wolfgang Denk <wd@denx.de>
16056
16057 commit 0b34dbbd0b6969c98c44313b291836d9056ec40a
16058 Author: Stefan Roese <sr@denx.de>
16059 Date:   Mon Sep 7 10:52:24 2009 +0200
16060
16061     ppc4xx: Fix compilation warning in 4xx miiphy.c
16062
16063     This patch fixes the following compilation warning:
16064
16065     miiphy.c: In function 'emac4xx_miiphy_read':
16066     miiphy.c:353: warning: dereferencing type-punned pointer will break
16067     strict-aliasing rules
16068
16069     Signed-off-by: Stefan Roese <sr@denx.de>
16070
16071 commit 82379b5564819e62624a3c58fbc43f1afedf4f5f
16072 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
16073 Date:   Mon Sep 7 17:00:41 2009 +0200
16074
16075     ppc4xx: Add CONFIG_PCI_4xx_PTM_OVERWRITE to some esd 4xx boards
16076
16077     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
16078     Signed-off-by: Stefan Roese <sr@denx.de>
16079
16080 commit 99bcf14d553f399148a7660b98f7acbd8cc72d80
16081 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
16082 Date:   Mon Sep 7 17:00:40 2009 +0200
16083
16084     ppc4xx: Allow overwriting pci target registers for all 4xx boards
16085
16086     This patch adds the CONFIG_PCI_4xx_PTM_OVERWRITE option and replaces
16087     the ugly 'if defined(BOARD1) || ... || defined(BOARDn)' construct
16088     in 4xx pci code.
16089
16090     When CONFIG_PCI_4xx_PTM_OVERWRITE is defined the default ptm register
16091     setup can be overwritten through environment variables ptm1la, ptm1ms,
16092     ptm2la and ptm2ms to do application specific pci target BAR configuration.
16093
16094     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
16095     Signed-off-by: Stefan Roese <sr@denx.de>
16096
16097 commit cfab2ae322a99ad55364d054054f138f51130c2a
16098 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
16099 Date:   Fri Sep 4 10:37:04 2009 +0200
16100
16101     ppc4xx: Fix PMC405DE support
16102
16103     This patch fixes PMC405DE support. Patch 85d6bf0b fixed out-of-tree
16104     building for this board but the loadpci object did not get linked
16105     after that.
16106
16107     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
16108     Signed-off-by: Stefan Roese <sr@denx.de>
16109
16110 commit c8355b9d9f778bd12ee19c8f34d88e13758a4efd
16111 Author: Detlev Zundel <dzu@denx.de>
16112 Date:   Wed Sep 2 17:24:57 2009 +0200
16113
16114     amcc-common.h: Use filenames from environment variables for update procedure.
16115
16116     Using a separate "u-boot" environment variable allows to easily
16117     specify different filenames for the update procedure.  This is also in
16118     line with many other board configurations defining an "update" script.
16119
16120     Signed-off-by: Detlev Zundel <dzu@denx.de>
16121     Acked-by: Wolfgang Denk <wd@denx.de>
16122     Signed-off-by: Stefan Roese <sr@denx.de>
16123
16124 commit 6c97a20d0b2f56cb4f3745d94b1f96986e8cced5
16125 Author: Kumar Gala <galak@kernel.crashing.org>
16126 Date:   Wed Sep 9 11:40:41 2009 -0500
16127
16128     ppc/85xx: Introduce RESET_VECTOR_ADDRESS to handle non-standard link address
16129
16130     Some board ports place TEXT_BASE at a location that would cause the
16131     RESET_VECTOR_ADDRESS not to be at 0xfffffffc when we link.  By default
16132     we assume RESET_VECTOR_ADDRESS will be 0xfffffffc if the board doesn't
16133     explicitly set it.
16134
16135     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16136     Acked-by: Wolfgang Denk <wd@denx.de>
16137
16138 commit c348322ac7f76318295cf25ffab2cc2a4900a234
16139 Author: Kumar Gala <galak@kernel.crashing.org>
16140 Date:   Tue Sep 8 13:46:46 2009 -0500
16141
16142     ppc/85xx: Clean up do_reset
16143
16144     There is no reason to do a run time check for e500 v1 based cores to
16145     determine if we have the GUTs RSTCR facility.  Only the first generation
16146     of PQ3 parts (MPC8540/41/55/60) do not have it.  So checking to see if
16147     we are e500 v2 would miss future parts (like e500mc).
16148
16149     Just change this to be ifdef'd based on CONFIG_MPC85{40,41,55,60}.
16150
16151     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16152
16153 commit 21170c80a83f1e60ce7f6f83005e06a5c2d15a8e
16154 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
16155 Date:   Thu Sep 3 19:42:40 2009 +0530
16156
16157     ppc/85xx/86xx: Bug fix: call to puts in probecpu() moved to checkcpu().
16158
16159     While in probecpu() UART is still not initialized.
16160
16161     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
16162     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16163
16164 commit f8027f6b4789e3340f10620d8fb6113b95b88d9c
16165 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
16166 Date:   Wed Sep 2 19:40:36 2009 +0530
16167
16168     ppc/85xx/86xx: Device tree fixup for number of cores
16169
16170     Fixing the number of cores in the device tree based on the actual number of
16171     cores on the system.  With this same device tree image can be used for dual
16172     core and single core members of otherwise exactly same SOC.
16173
16174     For example:
16175     * P2020RDB and P2010RDB
16176     * P1020RDB and P1011RDB
16177     * MPC8641D and MPC8641
16178
16179     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
16180     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16181
16182 commit 58442dc01e47cc8ce42af4f29486a34cad60b9d2
16183 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
16184 Date:   Wed Sep 2 13:35:21 2009 +0530
16185
16186     ppc/85xx,86xx: Handling Unknown SOC version
16187
16188     Incase the system is detected with Unknown SVR, let the system boot
16189     with a default value and a proper message.
16190
16191     Now with dynamic detection of SOC properties from SVR, this is necessary
16192     to prevent a crash.
16193
16194     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
16195     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16196
16197 commit 3e7b6c1f2db5ec31f9e7dbc3e0cbca602167a46a
16198 Author: Kumar Gala <galak@kernel.crashing.org>
16199 Date:   Wed Sep 2 09:03:08 2009 -0500
16200
16201     ppc/8xxx: Refactor code to determine if PCI is enabled & agent/host
16202
16203     Refactor the code into a simple bitmask lookup table that determines if
16204     a given PCI controller is enabled and if its in host/root-complex or
16205     agent/end-point mode.
16206
16207     Each processor in the PQ3/MPC86xx family specified different encodings
16208     for the cfg_host_agt[] and cfg_IO_ports[] boot strapping signals.
16209
16210     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16211
16212 commit 5052a771cf1722c37c732f3c340775b55fbe3a22
16213 Author: Kumar Gala <galak@kernel.crashing.org>
16214 Date:   Wed Sep 2 09:00:50 2009 -0500
16215
16216     ppc/85xx: Cleanup makefile and related optional files
16217
16218     Cleaned up cpu/mpc85xx/Makefile to use CONFIG_* for those obvious cases
16219     we have like PCI, CPM2, QE.  Also reworked it to use one line per file
16220     for everything and sorted in alphabetical order.
16221
16222     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16223
16224 commit 74c5dfd81f94a2a1f0d6990d17c491d718e8b9ea
16225 Author: Timur Tabi <timur@freescale.com>
16226 Date:   Fri Sep 4 17:05:24 2009 -0500
16227
16228     fsl: add register read-back to set_law()
16229
16230     After programming a new LAW, we should read-back the LAWAR register so that
16231     we sync the writes.  Otherwise, code that attempts to use the new LAW-mapped
16232     memory might fail right away.
16233
16234     Signed-off-by: Timur Tabi <timur@freescale.com>
16235     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16236
16237 commit c7259086816405fe0eb77f4dc22e76980a040cef
16238 Author: Kumar Gala <galak@kernel.crashing.org>
16239 Date:   Thu Sep 3 08:41:31 2009 -0500
16240
16241     ppc/85xx: Fix bug in setup_mp code
16242
16243     Its possible that we try and copy the boot page code out of flash into a
16244     DDR location that doesn't have a TLB cover it.  For example, if we have
16245     3G of DDR we typically only map the first 2G.  In the cases of 4G+ this
16246     wasn't an issue since the reset page TLB mapping covered the last page
16247     of memory which we wanted to copy to.
16248
16249     We now change the physical address of the reset page TLB to map to the
16250     true physical location of the boot page code, copy and than set the
16251     TLB back to its 1:1 mapping of the reset page.
16252
16253     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16254
16255 commit c2287af1552bd630956568d3957c370f86801b7d
16256 Author: Kumar Gala <galak@kernel.crashing.org>
16257 Date:   Thu Sep 3 08:20:24 2009 -0500
16258
16259     ppc/85xx: Add a simple function to search the TLB
16260
16261     Allow us to search the TLB array based on an address.  This is useful
16262     if we want to change an entry but dont know where it happens to be
16263     located.
16264
16265     For example, the boot page mapping we use on MP or the flash TLB that
16266     we change the WIMGE settings for after we've relocated.
16267
16268     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16269
16270 commit 26f4cdba6b51deab4ec99d60be381244068ef950
16271 Author: Kumar Gala <galak@kernel.crashing.org>
16272 Date:   Fri Aug 14 13:37:54 2009 -0500
16273
16274     85xx: Add support for setting IVORs to fixed offset defaults
16275
16276     In future Book-E implementations IVORs will most likely go away and be
16277     replaced with fixed offsets.  The IVPR will continue to exist to allow
16278     for relocation of the interrupt vectors.
16279
16280     This code adds support to setup the IVORs as their fixed offset values
16281     per the ISA 2.06 spec when we transition from u-boot to another OS
16282     either via 'bootm' or a cpu release.
16283
16284     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16285
16286 commit da1cd955dfec35b0e15381ad1ee248fa194eed82
16287 Author: Dipen Dudhat <dipen.dudhat@freescale.com>
16288 Date:   Wed Sep 2 11:25:08 2009 +0530
16289
16290     ppc/85xx: Fix up eSDHC controller clock frequency in the device tree
16291
16292     Signed-off-by: Dipen Dudhat <dipen.dudhat@freescale.com>
16293     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16294
16295 commit 2abbd31da6d900473ed678ca50789ee58bc9bb00
16296 Author: Kumar Gala <galak@kernel.crashing.org>
16297 Date:   Tue Sep 1 22:01:54 2009 -0500
16298
16299     ppc/8xxx: Remove ddr_pd_cntl register since it doesn't exist
16300
16301     The ddr_pd_cntl isn't defined in any reference manual and thus we wil
16302     remove especially since we set it to 0, which would most likely be its
16303     POR value.
16304
16305     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16306
16307 commit 13d46ab2572c0283d34f93bebc9a41295ef84ca5
16308 Author: Kumar Gala <galak@kernel.crashing.org>
16309 Date:   Tue Sep 1 21:07:08 2009 -0500
16310
16311     ppc/8xxx: relocate cpu pointer in global data
16312
16313     Now that we have a pointer to the cpu struct we need to relocate it once
16314     we get into ram.
16315
16316     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16317
16318 commit 9c671e7062720074f894ee329eaa6995b0823727
16319 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16320 Date:   Wed Sep 2 02:17:24 2009 +0400
16321
16322     fsl: sys_eeprom: Fix 'may be used uninitialized' warning
16323
16324     The warning is bogus, so silence it by initializing the 'ret' variable.
16325
16326     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16327     Acked-by: Timur Tabi <timur@freescale.com>
16328     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16329
16330 commit 6b9ea08c5010eab5ad1056bc9bf033afb672d9cc
16331 Author: Dipen Dudhat <dipen.dudhat@freescale.com>
16332 Date:   Tue Sep 1 17:27:00 2009 +0530
16333
16334     ppc/85xx: Use CONFIG_FSL_ESDHC to enable sdhc clk
16335
16336     Enable eSDHC Clock based on generic CONFIG_FSL_ESDHC define instead of a
16337     platform define.  This will enable all the 85xx platforms to use sdhc_clk
16338     based on CONFIG_FSL_ESDHC.
16339
16340     Signed-off-by: Gao Guanhua <B22826@freescale.com>
16341     Signed-off-by: Dipen Dudhat <dipen.dudhat@freescale.com>
16342     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16343
16344 commit 92477a631bbda2dc0dd2194e03f9bd3ddb8b9c21
16345 Author: Timur Tabi <timur@freescale.com>
16346 Date:   Fri Sep 4 16:28:35 2009 -0500
16347
16348     fsl_i2c: increase I2C timeout values and make them configurable
16349
16350     The value of I2C_TIMEOUT in fsl_i2c.c has several problems.  First, it is
16351     defined as CONFIG_HZ/4, but it is used as a count of microseconds, so it makes
16352     no sense to derive it from a clock rate.  Second, the current value (250) is
16353     too low for some boards, so it needs to be increased.  Third, the timeout
16354     necessary for multiple-master arbitration is larger than the timeout for basic
16355     read/write operations, so we shouldn't have a single constant for both timeouts.
16356     Finally, it would be nice if we could override these values on a per-board
16357     basis.
16358
16359     Signed-off-by: Timur Tabi <timur@freescale.com>
16360     Acked-by: Wolfgang Denk <wd@denx.de>
16361     Tested-by: Peter Tyser <ptyser@xes-inc.com>
16362     Acked-by: Peter Tyser <ptyser@xes-inc.com>
16363
16364 commit 5da71efa18e8b4eac9afd8bfa13e3c7e7ddde1d0
16365 Author: Eric Millbrandt <emillbrandt@coldhaus.com>
16366 Date:   Thu Sep 3 08:09:44 2009 -0500
16367
16368     Reset i2c slave devices during init on mpc5xxx cpus
16369
16370     Reset any i2c devices that may have been interrupted during a system reset.
16371     Normally this would be accomplished by clocking the line until SCL and SDA
16372     are released and then sending a start condtiion (From an Atmel datasheet).
16373     There is no direct access to the i2c pins so instead create start commands
16374     through the i2c interface.  Send a start command then delay for the SDA Hold
16375     time, repeat this by disabling/enabling the bus a total of 9 times.
16376
16377     Signed-off-by: Eric Millbrandt <emillbrandt@dekaresearch.com>
16378
16379 commit 2d4072c06b5549444e4140231bba3d47d9b0bc53
16380 Author: Sandeep Paulraj <s-paulraj@ti.com>
16381 Date:   Sat Aug 15 11:20:58 2009 -0400
16382
16383     ARM: DaVinci: Adding Support for DaVinci DM365 EVM
16384
16385     This patch adds support for the DM365 EVM.
16386     It has been tested on a DM365 EVM.
16387
16388     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
16389
16390 commit cf463091bce8b0f8951dd08f94754d08d64793b8
16391 Author: Sandeep Paulraj <s-paulraj@ti.com>
16392 Date:   Sat Aug 15 11:20:44 2009 -0400
16393
16394     ARM: DaVinci: DaVinci DM365 SOC specific code
16395
16396     This patch adds support for DaVinci DM365 SOC.
16397
16398     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
16399
16400 commit e830b66b3592f115316600d370399f3ee148e909
16401 Author: Ilko Iliev <iliev@ronetix.at>
16402 Date:   Sat Sep 5 02:51:34 2009 +0200
16403
16404     DM9000 init for pm9261
16405
16406     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
16407
16408 commit c35d7cf071f171bd6bba69f1563a6ac578a18ea6
16409 Author: Frederik Kriewitz <frederik@kriewitz.eu>
16410 Date:   Sun Aug 23 12:56:42 2009 +0200
16411
16412     Add support for the DevKit8000 board
16413
16414     This patch adds support for the DevKit8000 board.
16415
16416     Signed-off-by: Frederik Kriewitz <frederik@kriewitz.eu>
16417
16418 commit 127f9ae575991aee3e105e1448c49b5b4e254998
16419 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16420 Date:   Sun Aug 23 16:32:40 2009 +0200
16421
16422     omap3: move the other boards to board/
16423
16424     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16425
16426 commit 350f3ac5731faf0f02ca55ab016694b7c7269f97
16427 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16428 Date:   Sun Aug 23 16:32:39 2009 +0200
16429
16430     arm: move Logicpd's boards to board/logicpd/
16431
16432     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16433
16434 commit 0a0e4bad9693ef1d2ca8c33ba551d395a4e3d641
16435 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16436 Date:   Sun Aug 23 16:32:38 2009 +0200
16437
16438     omap: move TI's boards to board/ti/
16439
16440     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16441
16442 commit 9f23ca42b3ba19b24e66fade572f2b86d929b6e8
16443 Author: Wolfgang Denk <wd@denx.de>
16444 Date:   Fri Sep 4 23:20:29 2009 +0200
16445
16446     ARM: Update mach-types
16447
16448     Signed-off-by: Wolfgang Denk <wd@denx.de>
16449
16450 commit 262ae0a6193f10b6a94e86d2f752e7f5510416fa
16451 Author: Mike Frysinger <vapier@gentoo.org>
16452 Date:   Thu Sep 3 23:12:47 2009 -0400
16453
16454     push LOAD_ADDR out to arch mk files
16455
16456     Rather than maintain/extend the current ifeq($(ARCH)) mess that exists in
16457     the standalone Makefile, push the setting up of LOAD_ADDR out to the arch
16458     config.mk (and rename to STANDALONE_LOAD_ADDR in the process).  This keeps
16459     the common code clean and lets the arch do whatever crazy crap it wants in
16460     its own area.
16461
16462     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16463
16464 commit 7662eb2b9d6fbc95ecb1fb3e5b5147215e251e7d
16465 Author: Giuseppe CONDORELLI <giuseppe.condorelli@st.com>
16466 Date:   Thu Sep 3 07:37:46 2009 -0400
16467
16468     zlib: fix code when DEBUG is defined
16469
16470     Removed stdio.h inclusion and moved trace macros to use printf avoiding to
16471     write debug informations to standard error.
16472
16473     Signed-off-by: Giuseppe Condorelli <giuseppe.condorelli@st.com>
16474
16475 commit cfcbf8c4cf3da96b9e3f652506b664bfd766a520
16476 Author: Scott Wood <scottwood@freescale.com>
16477 Date:   Wed Sep 2 16:45:31 2009 -0500
16478
16479     mxc_nand: Remove Freescale's "All Rights Reserved."
16480
16481     Signed-off-by: Scott Wood <scottwood@freescale.com>
16482
16483 commit 001d615681333569c555e6cde07d8d23e2c536fb
16484 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16485 Date:   Wed Sep 2 17:58:48 2009 +0400
16486
16487     mpc83xx/serdes: License cleanup: remove "All Rights Reserved" notice
16488
16489     "All Rights Reserved" conflicts with the GPL.
16490
16491     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16492
16493 commit 46ff6d461321f5b565cc790e02679237ffd9a20f
16494 Author: Wolfgang Denk <wd@denx.de>
16495 Date:   Wed Sep 2 14:57:27 2009 +0200
16496
16497     License cleanup: remove unintended "All Rights Reserved" notices.
16498
16499     Some files included my old standerd file header which had a "All
16500     Rights Reserved" part. As this has never been my intention, I remove
16501     these lines to make the files compatible with GPL v.2 and later.
16502
16503     Signed-off-by: Wolfgang Denk <wd@denx.de>
16504
16505 commit 37daa77f3cafb5ec9a974eff3db2af4a0560a9ef
16506 Author: Wolfgang Denk <wd@denx.de>
16507 Date:   Wed Sep 2 10:21:20 2009 +0200
16508
16509     cmd_mtdparts.c: fix compiler warning in debug code
16510
16511     Fix warning messages:
16512     cmd_mtdparts.c:1429: warning: format '%08lx' expects type 'long
16513     unsigned int', but argument 6 has type 'u32'
16514     cmd_mtdparts.c:1429: warning: format '%08lx' expects type 'long
16515     unsigned int', but argument 7 has type 'u32'
16516
16517     Signed-off-by: Wolfgang Denk <wd@denx.de>
16518
16519 commit d8bc55a6fb28876abcbf4a3fc3b6c3ce429c1bb3
16520 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16521 Date:   Tue Sep 1 20:58:03 2009 +0400
16522
16523     Move uninitialized_var() macro from ubi_uboot.h to compiler.h
16524
16525     This is needed so that we could use this macro for non-UBI code.
16526
16527     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16528
16529 commit d72871e1387094972569e4b77c25e88020f7b68f
16530 Author: Kumar Gala <galak@kernel.crashing.org>
16531 Date:   Tue Sep 1 11:24:45 2009 -0500
16532
16533     arm: Remove -fno-strict-aliasing
16534
16535     -fno-strict-aliasing is hidding warnings.
16536
16537     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16538
16539 commit d6281ff0cc2ebb5d6a5c3e1021837334074f92ec
16540 Author: Kumar Gala <galak@kernel.crashing.org>
16541 Date:   Tue Sep 1 11:24:44 2009 -0500
16542
16543     ppc: Remove -fno-strict-aliasing
16544
16545     -fno-strict-aliasing is hidding warnings.
16546
16547     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16548
16549 commit 795d246c278e70b4ba9868cc9f2c8fbada49d388
16550 Author: Eric Millbrandt <emillbrandt@coldhaus.com>
16551 Date:   Fri Aug 28 07:14:04 2009 -0500
16552
16553     galaxy5200: Add chip select region for an Epson S1D15313
16554
16555     Signed-off-by: Eric Millbrandt <emillbrandt@dekaresearch.com>
16556
16557 commit 3dfad40a0459f63099e177dc15a1df39d048f860
16558 Author: Kumar Gala <galak@kernel.crashing.org>
16559 Date:   Thu Aug 27 08:23:55 2009 -0500
16560
16561     Add ability for arch code to make changes before we boot
16562
16563     Added a arch_preboot_os() function that cpu specific code can implement to
16564     allow for various modifications to the state of the machine right before
16565     we boot.  This can be useful to setup register state to a specific
16566     configuration.
16567
16568     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16569
16570 commit 9ea005fb4428c922536fa75991ce9972304a02fb
16571 Author: Roy Zang <tie-fei.zang@freescale.com>
16572 Date:   Sat Aug 22 03:49:52 2009 +0800
16573
16574     Use different PBA value for E1000 PCI and PCIe cards
16575
16576     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
16577     Acked-by: André Schwarz <andre.schwarz@matrix-vision.de>
16578
16579 commit 5b34a296d47b236dafbcaf1c91ae11b5aeb1ef51
16580 Author: Graeme Russ <graeme.russ@gmail.com>
16581 Date:   Sun Aug 23 12:59:58 2009 +1000
16582
16583     Add PCI support to eNET board
16584
16585     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
16586
16587 commit f50b619d9cb297b0125fe78dcd6f255eb0d91659
16588 Author: Graeme Russ <graeme.russ@gmail.com>
16589 Date:   Sun Aug 23 12:59:57 2009 +1000
16590
16591     i386: Moved PCI from #ifdef to conditional compile for sc520 boards
16592
16593     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
16594
16595 commit ed7a1b681de1e31d18d5b92e2767ae8df3241687
16596 Author: Graeme Russ <graeme.russ@gmail.com>
16597 Date:   Sun Aug 23 12:59:56 2009 +1000
16598
16599     i386: Replace [read, write]_mmcr_[byte, word, long] with memory mapped structure
16600
16601     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
16602
16603 commit 9b32f96b5b92ba13fdb4b5eb637734752235f260
16604 Author: Graeme Russ <graeme.russ@gmail.com>
16605 Date:   Sun Aug 23 12:59:55 2009 +1000
16606
16607     Misc sc520 cdp fixups
16608
16609     Now that the PCI, SATA et al compile problems have been resolved, the
16610     cludge that was applied to avoid them can be removed
16611
16612     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
16613
16614 commit 91ee4e183cb7ac5f86e7673ead51400f19906635
16615 Author: Graeme Russ <graeme.russ@gmail.com>
16616 Date:   Sun Aug 23 12:59:54 2009 +1000
16617
16618     Fixup sc520_spunk board
16619
16620     Primary intent is to resolve build errors for this board which has been
16621     neglected for a very long time. I do not have one of these boards, so I
16622     cannot test functionality
16623
16624     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
16625
16626 commit 8907b8dbc5805094f1316d64737d3428b3863693
16627 Author: Graeme Russ <graeme.russ@gmail.com>
16628 Date:   Sun Aug 23 12:59:53 2009 +1000
16629
16630     Misc ds1722 fixups
16631
16632     This patch is based on a patch submitted by Jean-Christophe PLAGNIOL-VILLARD
16633     on 18th May 2008 as part of a general i386 / sc520 fixup which was never
16634     applied
16635
16636     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
16637
16638 commit a92510e7fae523145b58765cdc46110f1162260d
16639 Author: Graeme Russ <graeme.russ@gmail.com>
16640 Date:   Sun Aug 23 12:59:52 2009 +1000
16641
16642     Misc ti_pci1410a fixups
16643
16644     Removed do_pinit() - now declared in cmd_pcmcia.c
16645
16646     Added #define CONFIG_CMD_PCMCIA around pcmcia_off() in line with other
16647     PCMCIA drivers
16648
16649     signed/unsigned type fixups
16650
16651     Added semi-colon after default: label as required by newer gcc
16652
16653     The only board that appears to use this driver is the sc520_spunk which
16654     is very old and very likely very broken anyway. I do not have one to test
16655     whether this patch breaks anything functionaly, I have can only check
16656     that it compiles without warning or error
16657
16658     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
16659
16660 commit 31b9ab33d93d88ff89f3046aa45c68667a378a56
16661 Author: Graeme Russ <graeme.russ@gmail.com>
16662 Date:   Sun Aug 23 12:59:51 2009 +1000
16663
16664     Misc SATA fixups
16665
16666     Cast first parameter to sata_cpy()
16667
16668     In /drivers/block/ata_piix.h, ata_id_has_lba48(), ata_id_has_lba(),
16669     ata_id_has_dma(), ata_id_u32(), ata_id_u64() are all defined in
16670     include/libata.h which is included in ata.h which is included by all files
16671     which include ata_piix.h (only ata_piix.c) so these definitions are
16672     supurflous to (and conlict with) this in libata.h. Interestingly, my
16673     compiler complains about ata_id_u64 already being defined, but not
16674     ata_id_u32
16675
16676     ata_dump_id() is defined in include/libata.h and should not be static
16677     (maybe should even use ata_dump_id() in libata.c
16678
16679     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
16680
16681 commit d7549024098af093785151261266a02be19af633
16682 Author: Graeme Russ <graeme.russ@gmail.com>
16683 Date:   Sun Aug 23 12:59:50 2009 +1000
16684
16685     i386: Misc PCI fixups
16686
16687     Change PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY (Originally done in
16688     commit ff4e66e93c1a, regressed by commit 6d7f610b09f8)
16689
16690     Cast PCI_ROM_ADDRESS_MASK to u32
16691
16692     Wrap probe_pci_video() call inside #ifdef CONFIG_VIDEO
16693
16694     Change call to pci_find_class() to pci_find_devices(). This is based on a
16695     patch submitted on 1st March 2007 (Patch that fixes the compilation errors
16696     for sc520_cdp board) by mushtaq_k
16697
16698     This patch requires that PCI_VIDEO_VENDOR_ID and PCI_VIDEO_DEVICE_ID be
16699     specified in the board config file.  Dummy values have been added for the
16700     SC520 CDP board to enable compilation, but since I do not have one of these,
16701     I do know what the values should be
16702
16703     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
16704
16705 commit 04ff9ab158714d43cdf2f4f6f0235c3ea9d241a2
16706 Author: Graeme Russ <graeme.russ@gmail.com>
16707 Date:   Sun Aug 23 12:59:49 2009 +1000
16708
16709     Fix sc520 timer interrupt generation
16710
16711     The current implementation has the timer being started before the interrupt
16712     handler is installed. It the interrupt occurs before the handler is
16713     installed, the timer interrupt is never reset and the timer stops
16714
16715     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
16716
16717 commit f3a8d6b29b1cd01fdd940e8ff7a62b1df0ebbf82
16718 Author: Graeme Russ <graeme.russ@gmail.com>
16719 Date:   Sun Aug 23 12:59:48 2009 +1000
16720
16721     Fix environment configuration for eNET board
16722
16723     The current configuration of the Environment has the redundant copy of the
16724     environment in the Boot Flash - This was never the intent. The Environment
16725     should instead be in the first two sectors of the first Strata Flash
16726
16727     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
16728
16729 commit ea0c37798c3823fdd77edfffd27b20191f8ca1f0
16730 Author: Graeme Russ <graeme.russ@gmail.com>
16731 Date:   Sun Aug 23 12:59:47 2009 +1000
16732
16733     i386: Fix regression introduced by commit 8c63d47651f7
16734
16735     A local variable was deleted that should not have been
16736
16737     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
16738
16739 commit cfb3a736ffcff3e3753b902cad536f22fcf8961d
16740 Author: Graeme Russ <graeme.russ@gmail.com>
16741 Date:   Sun Aug 23 12:59:46 2009 +1000
16742
16743     i386: Change inline asm global symbols to local
16744
16745     gcc 4.3.2 optimiser creates multiple copies of inline asm (who knows why)
16746     Remove use of global names for labels to prevent 'symbol already defined'
16747     errors
16748
16749     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
16750
16751 commit a3ab8caee696a1d53fc82fa321e2b2f179970168
16752 Author: Graeme Russ <graeme.russ@gmail.com>
16753 Date:   Sun Aug 23 12:59:45 2009 +1000
16754
16755     i386: Add errno.h
16756
16757     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
16758
16759 commit d4e8ada0f6d51e0e3b80790fb9375ac8910f5352
16760 Author: Peter Tyser <ptyser@xes-inc.com>
16761 Date:   Fri Aug 21 23:05:21 2009 -0500
16762
16763     Consolidate arch-specific mem_malloc_init() implementations
16764
16765     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16766
16767 commit a483a167bc8d808145ca1224a2c238cda90aa60c
16768 Author: Peter Tyser <ptyser@xes-inc.com>
16769 Date:   Fri Aug 21 23:05:20 2009 -0500
16770
16771     Standardize mem_malloc_init() implementation
16772
16773     This lays the groundwork to allow architectures to share a common
16774     mem_malloc_init().
16775
16776     Note that the x86 implementation was not modified as it did not fit the
16777     mold of all other architectures.
16778
16779     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16780
16781 commit 5e93bd1c9aaea886c5e5c7c1b6114ab36c30668f
16782 Author: Peter Tyser <ptyser@xes-inc.com>
16783 Date:   Fri Aug 21 23:05:19 2009 -0500
16784
16785     Consolidate arch-specific sbrk() implementations
16786
16787     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16788
16789 commit 65f6f07b72a71b83d775c4d20d7ebcd6b2d2086d
16790 Author: Mike Frysinger <vapier@gentoo.org>
16791 Date:   Thu Jul 23 16:37:03 2009 -0400
16792
16793     atmel_df_pow2: standalone to convert dataflashes to pow2
16794
16795     Atmel DataFlashes by default operate with pages that are slightly bigger
16796     than normal binary sizes (i.e. many are 1056 byte pages rather than 1024
16797     bytes).  However, they also have a "power of 2" mode where the pages show
16798     up with the normal binary size.  The latter mode is required in order to
16799     boot with a Blackfin processor, so many people wish to convert their
16800     DataFlashes on their development systems to this mode.  This standalone
16801     application does just that.
16802
16803     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16804
16805 commit cb95c7a935ab9b52dac5d08e5ba4007c5a480f97
16806 Author: Mike Frysinger <vapier@gentoo.org>
16807 Date:   Wed Sep 2 05:52:37 2009 -0400
16808
16809     Blackfin: cm-bf548: fix device->stdio_dev fallout
16810
16811     The recent 52cb4d4fb348 commit which renamed device to stdio_dev missed the
16812     cm-bf548's video board.
16813
16814     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16815
16816 commit c7bcdde46a7ef78628f0f09fdc6cb61bb1bd7e79
16817 Author: Mike Frysinger <vapier@gentoo.org>
16818 Date:   Wed Sep 2 04:21:16 2009 -0400
16819
16820     Blackfin: enable 64bit printf for nand
16821
16822     Since the NAND code now uses 64bit code, make sure we enable support for
16823     ADI Blackfin boards in printf to avoid the warning:
16824     nand_util.c:45:2: warning: #warning Please define CONFIG_SYS_64BIT_VSPRINTF for correct output!
16825
16826     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16827
16828 commit 9c46e71af2b03ccd721c56b1dc906ead702d6fb5
16829 Author: Mike Frysinger <vapier@gentoo.org>
16830 Date:   Mon Aug 24 20:48:04 2009 -0400
16831
16832     Blackfin: use scratch pad for exception stack
16833
16834     If the memory layout pushes the stack out of the default DCPLB coverage,
16835     the exception handler may trigger a double fault by trying to push onto
16836     the uncovered stack.  So handle the exception stack similar to the kernel
16837     by using the top of the scratch pad SRAM.
16838
16839     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16840
16841 commit 69a25ce3578f34c8accb476f70089f3a44b78ed9
16842 Author: Mike Frysinger <vapier@gentoo.org>
16843 Date:   Mon Aug 24 20:36:25 2009 -0400
16844
16845     Blackfin: increase default console size
16846
16847     The default console size indirectly applies to length of env vars, so a
16848     smaller length makes it hard to pass longer command lines to kernels.
16849
16850     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16851
16852 commit f541e1d6d99c22bbd4bc8c84fdb02baad0277847
16853 Author: Mike Frysinger <vapier@gentoo.org>
16854 Date:   Mon Aug 24 19:03:18 2009 -0400
16855
16856     Blackfin: fix debug printf modifiers
16857
16858     The display_global_data() function generated warnings with pretty much
16859     every variable.
16860
16861     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16862
16863 commit 4640c2b8699bcdd2346a2c633486f07f061a2939
16864 Author: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>
16865 Date:   Thu Aug 20 19:20:41 2009 -0400
16866
16867     Blackfin: cm-bf537u: new board port
16868
16869     The CM-BF537U is similar to the CM-BF537E module, but enough to need its
16870     own board port.
16871
16872     Signed-off-by: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>
16873     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16874
16875 commit c4db335c2e0805e1ce4c33d278b77492c0812353
16876 Author: Robin Getz <robin.getz@analog.com>
16877 Date:   Mon Aug 17 15:23:02 2009 +0000
16878
16879     Blackfin: change global data register from P5 to P3
16880
16881     Since the Blackfin ABI favors higher scratch registers by default, use the
16882     last scratch register (P3) for global data rather than the first (P5).
16883     This allows the compiler's register allocator to use higher number scratch
16884     P registers, which in turn better matches the Blackfin instruction set,
16885     which reduces the size of U-Boot by more than 1024 bytes...
16886
16887     Signed-off-by: Robin Getz <robin.getz@analog.com>
16888     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16889
16890 commit 574b70df03fba0ea635e2fe71fbd7b97d19b706a
16891 Author: Robin Getz <robin.getz@analog.com>
16892 Date:   Tue Aug 11 14:20:13 2009 +0000
16893
16894     Blackfin: enable more network commands for ADI dev boards
16895
16896     Add dns and ntp to default networking commands, and ask for more dhcp
16897     options to better configure the network environment.
16898
16899     Signed-off-by: Robin Getz <robin.getz@analog.com>
16900     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16901
16902 commit aa7b248a05323d4720969227603e39a22777ed95
16903 Author: Michael Hennerich <michael.hennerich@analog.com>
16904 Date:   Thu Jun 18 09:12:50 2009 +0000
16905
16906     Blackfin: bf537-stamp: comment CF-Flash Card Support better
16907
16908     Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
16909     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16910
16911 commit 69c6d268a29cf6d61e096d815abf5abf24136f45
16912 Author: Robin Getz <robin.getz@analog.com>
16913 Date:   Fri Jul 10 18:37:15 2009 +0000
16914
16915     Blackfin: use +(filesize) to make sure we are only doing what is necessary
16916
16917     Signed-off-by: Robin Getz <robin.getz@analog.com>
16918     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16919
16920 commit 2dc851e3b0f07a56f83060f13882ff4b62cf5112
16921 Author: Albin Tonnerre <albin.tonnerre@free-electrons.com>
16922 Date:   Thu Aug 20 16:04:49 2009 +0200
16923
16924     Support for the Calao TNY-A9260/TNY-A9G20 boards
16925
16926     The Calao TNY-A9260 and TNY-9G20 are boards manufactured and sold by
16927     Calao Systems <http://www.calao-systems.com>. Their components are very
16928     similar to the AT91SAM9260EK board, so their configuration is based on
16929     the configuration of this board. There are however some differences:
16930     different clocks, no LCD, no ethernet. They also can use SPI EEPROM to
16931     store the environment.
16932
16933     Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
16934     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16935
16936 commit 49d2cb4d6153a6c18249dccb5de5cffeb261a61c
16937 Author: Prafulla Wadaskar <prafulla@marvell.com>
16938 Date:   Thu Aug 20 20:59:28 2009 +0530
16939
16940     arm: Kirkwood: add SYSRSTn Duration Counter Support
16941
16942     This feature can be used to trigger special command "sysrstcmd" using
16943     reset key long press event and environment variable "sysrstdelay" is set
16944     (useful for reset to factory or manufacturing mode execution)
16945
16946     Kirkwood SoC implements a hardware-based SYSRSTn duration counter.
16947     When SYSRSTn is asserted low, a SYSRSTn duration counter is running.
16948     The counter value is stored in the SYSRSTn Length Counter Register
16949     The counter is based on the 25-MHz reference clock (40ns)
16950     It is a 29-bit counter, yielding a maximum counting duration of
16951     2^29/25 MHz (21.4 seconds). When the counter reach its maximum value,
16952     it remains at this value until counter reset is triggered by setting
16953     bit 31 of KW_REG_SYSRST_CNT
16954
16955     Implementation:
16956     Upon long reset assertion (> ${sysrstdelay} in secs) sysrstcmd will be
16957     executed if pre-defined in environment variables.
16958     This feature will be disabled if "sysrstdelay" variable is unset.
16959
16960     for-ex.
16961     setenv sysrst_cmd "echo starting factory reset;
16962                    nand erase 0xa0000 0x20000;
16963                    echo finish ed sysrst command;"
16964     will erase particular nand sector if triggered by this event
16965
16966     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
16967
16968 commit 9453967e28c5e3abbf856f95735ea69bae1e77fa
16969 Author: Albin Tonnerre <albin.tonnerre@free-electrons.com>
16970 Date:   Mon Aug 24 18:03:26 2009 +0200
16971
16972     Add support for the Calao SBC35-A9G20 board
16973
16974     The Calao SBC35-A9G20 board is manufactured and sold by Calao Systems
16975     <http://www.calao-systems.com>. It is built around an AT91SAM9G20 ARM SoC
16976     running at 400MHz. It features an Ethernet port, an SPI RTC backed by an onboard
16977     battery , an SD/MMC slot, a CompactFlash slot, 64Mo of SDRAM, 256Mo of NAND
16978     flash, two USB host ports, and an USB device port. More informations can be
16979     found at <http://www.calao-systems.com/articles.php?lng=en&pg=5936>
16980
16981     Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
16982
16983 commit 10bc241dfc15a0820d9c52469173b7ccafec0b84
16984 Author: Ilya Yanok <yanok@emcraft.com>
16985 Date:   Tue Aug 11 02:32:09 2009 +0400
16986
16987     imx27lite: add support for imx27lite board from LogicPD
16988
16989     This patch adds support for i.MX27-LITEKIT development board from
16990     LogicPD. This board uses i.MX27 SoC and has 2MB NOR flash, 64MB NAND
16991     flash, FEC ethernet controller integrated into i.MX27.
16992
16993     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
16994     Acked-by: Wolfgang Denk <wd@denx.de>
16995
16996 commit 50b5fff55827946c86a60db8b21a9358be720666
16997 Author: Albin Tonnerre <albin.tonnerre@free-electrons.com>
16998 Date:   Tue Sep 1 11:26:20 2009 +0200
16999
17000     at91sam9260/afeb9260: Fix SPI initialization
17001
17002     Commit 7ebafb7ec1a0285af8380623c009576f92583b98 introduced a mistake in the spi
17003     init function call for those boards. This patch fixes this.
17004
17005     Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
17006
17007 commit f3d4f8870e69e0fd177397778d97d0751bbd020a
17008 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
17009 Date:   Tue Aug 18 11:13:44 2009 +0200
17010
17011     Remove duplicate set_cr
17012
17013     Remove duplicate set_cr
17014
17015     set_cr is defined in both asm-arm/proc-armv/system.h and
17016     include/asm-arm/system.h. This patch removes it (and some duplicate
17017     defines) from the former.
17018
17019     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
17020
17021 commit 3d35d87d5482de23cd5dc4d7721b1086107cae50
17022 Author: Wolfgang Denk <wd@denx.de>
17023 Date:   Mon Aug 31 19:57:42 2009 +0200
17024
17025     Prepare 2009.08
17026
17027     Update CHANGELOG
17028
17029     Signed-off-by: Wolfgang Denk <wd@denx.de>
17030
17031 commit 632a6dd0b612eb7b143f789f2a0273917468c041
17032 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
17033 Date:   Mon Aug 31 16:18:24 2009 +0200
17034
17035     Add common code dir for Matrix Vision boards.
17036
17037     This fixes current build failure.
17038
17039     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
17040
17041     mvblm7.c: fix warning: implicit declaration of function
17042     'mv_reset_environment'
17043
17044     Signed-off-by: Wolfgang Denk <wd@denx.de>
17045
17046 commit 52f6c34c85d6c16f2a41433b5000490ecf374992
17047 Author: David Brownell <dbrownell@users.sourceforge.net>
17048 Date:   Sun Aug 30 11:05:29 2009 -0700
17049
17050     bugfix CONFIG_SYS_CONSOLE_INFO_QUIET
17051
17052     The "console: unify printing current devices" patch goofed:
17053     CONFIG_SYS_CONSOLE_INFO_QUIET is supposed to *REMOVE* boot
17054     time noise, not add it.  Said patch changed the #ifndefs
17055     to #ifdef; this one restores them to the proper sense.
17056
17057     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
17058
17059 commit 2d04db088e6df8a008bb09f604876a45031df93b
17060 Author: Timur Tabi <timur@freescale.com>
17061 Date:   Fri Aug 28 16:56:45 2009 -0500
17062
17063     fsl: simplify the "mac id" command, improve boot-time informational message
17064
17065     The "mac id" command took a 4-character parameter as the identifier string.
17066     However, for any given board, only one kind of identifier is acceptable, so it
17067     makes no sense to ask the user to type it in.  Instead, if the user enters
17068     "mac id", the identifier (and also the version, if it's NXID) will
17069     automatically be set to the correct value.
17070
17071     Improve the message that is displayed when EEPROM is read during boot.  It now
17072     displays "EEPROM:" and then either an error message or the EEPROM identifier
17073     if successful.
17074
17075     If the identifier in EEPROM is valid, then always reject a bad CRC, even if the
17076     CRC field has not been initialized.
17077
17078     Don't force the MAC address count to MAX_NUM_PORTS or less.  Forcing the value
17079     to be changed resulting in an in-memory copy that does not match what's in
17080     hardware, even though the user did not request that change.
17081
17082     Finally, always update the CRC value in the in-memory copy after any field
17083     is changed, so that the CRC is always correct.
17084
17085     Signed-off-by: Timur Tabi <timur@freescale.com>
17086     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17087
17088 commit 33f3f34255bd7cf0be502275c59f0ff22dc50080
17089 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
17090 Date:   Fri Aug 21 07:29:58 2009 +0530
17091
17092     85xx: Added PCIe support for P1 P2 RDB
17093
17094     Call fsl_pci_init_port() to initialize all the PCIe ports on the board.
17095
17096     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
17097     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17098
17099 commit 0d3d68b25a8e7790f58530ddccbd61f9fc0245ef
17100 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
17101 Date:   Fri Aug 21 07:29:42 2009 +0530
17102
17103     driver/fsl_pci: Add fsl_pci_init_port function to initialize a PCI controller
17104
17105     fsl_pci_init_port can be called from board specific PCI initialization
17106     routines to setup the PCI (or PCIe) controller.  This will reduce code
17107     redundancy in most of the 85xx/86xx FSL board ports that setup PCI.
17108
17109     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
17110     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17111
17112 commit 05f6f66474312ad03c39b4ca4875af46c87366bf
17113 Author: Timur Tabi <timur@freescale.com>
17114 Date:   Thu Aug 20 17:41:11 2009 -0500
17115
17116     85xx: Improve MPIC initialization
17117
17118     The MPIC initialization code for Freescale e500 CPUs was not using I/O
17119     accessors, and it was not issuing a read-back to the MPIC after setting
17120     mixed mode.  This may be the cause of a spurious interrupt on some systems.
17121
17122     Signed-off-by: Timur Tabi <timur@freescale.com>
17123     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17124
17125 commit c17b79fbd0c7923948331d65cb588734a9c681ff
17126 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
17127 Date:   Thu Aug 20 18:59:18 2009 +0530
17128
17129     85xx: Added support for P1011RDB and P2010RDB
17130
17131     P1011 and P2010 are single core variants of P1010 and P2020 respectively.
17132     The board(RDB) will be same.
17133
17134     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
17135     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17136
17137 commit a713ba926b45da9a6f923f1ac9e60a66852e5f2d
17138 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
17139 Date:   Thu Aug 20 18:57:45 2009 +0530
17140
17141     85xx: Added single core members of FSL P1xx/P2xx processors series
17142
17143     P1011 - Single core variant of P1020
17144     P2010 - Single core variant of P2020
17145
17146     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
17147     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17148
17149 commit bf488bc0949fc900d1296a7f35a38a6a28cb5fab
17150 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
17151 Date:   Thu Aug 20 18:57:02 2009 +0530
17152
17153     85xx: P1020RDB Support Added
17154
17155     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
17156     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17157
17158 commit 3b1f243b8dad30a646a0f056b0268519eadbc3c5
17159 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
17160 Date:   Thu Aug 20 18:55:35 2009 +0530
17161
17162     85xx: Added CONFIG_MAX_CPUS for P1020
17163
17164     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
17165     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17166
17167 commit 76b474e2f5a223fcabfeaa4f1c8fb699062b986c
17168 Author: Mingkai Hu <Mingkai.hu@freescale.com>
17169 Date:   Tue Aug 18 15:37:15 2009 +0800
17170
17171     85xx: Add L2SRAM Register's macro definition
17172
17173     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
17174     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17175
17176 commit 158c6724c99368a4d8eef11ee7e3c7ad0ef03a15
17177 Author: Felix Radensky <felix@embedded-sol.com>
17178 Date:   Sat Aug 15 15:08:37 2009 +0300
17179
17180     85xx: Fix memory test range on MPC8536DS
17181
17182     With current values of CONFIG_SYS_MEMTEST_START and CONFIG_SYS_MEMTEST_END
17183     memory test hangs if run without arguments. Set them to sane values, so
17184     that all available 512MB of RAM excluding exception vectors at the bottom
17185     and u-boot code and stack at the top can be tested.
17186
17187     Signed-off-by: Felix Radensky <felix@embedded-sol.com>
17188     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17189
17190 commit ef41f2a25c554604156b59f5945feadae2f3cb55
17191 Author: Kumar Gala <galak@kernel.crashing.org>
17192 Date:   Wed Aug 12 00:10:44 2009 -0500
17193
17194     85xx: Removed BEDBUG support on P1_P2_RDB
17195
17196     To match all other 85xx platforms we are removing BEDBUG support.
17197
17198     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17199
17200 commit b560ab85edfb68da653bf2527c390c3e182392a1
17201 Author: Kumar Gala <galak@kernel.crashing.org>
17202 Date:   Sat Aug 8 10:42:30 2009 -0500
17203
17204     85xx: Init pci ethernet cards if we enable any on MPC8572DS
17205
17206     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17207
17208 commit 1bb61b69f7aba4931ede35fdcabd8e5ecad121d7
17209 Author: Peter Tyser <ptyser@xes-inc.com>
17210 Date:   Fri Aug 7 13:16:34 2009 -0500
17211
17212     xes: Use proper IO access functions
17213
17214     Also fix some minor whitespace oddities while we're cleaning up
17215
17216     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
17217     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17218
17219 commit ec79d33b2c41ee8b6d1354cc0910217b769c5036
17220 Author: Kumar Gala <galak@kernel.crashing.org>
17221 Date:   Fri Aug 7 13:00:55 2009 -0500
17222
17223     85xx: Move to a common linker script
17224
17225     There are really no differences between all the 85xx linker scripts so
17226     we can just move to a single common one.  Board code is still able to
17227     override the common one if need be.
17228
17229     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17230
17231 commit 87c7661b42aa7672539b54b51d3d5c4013ec6f6c
17232 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
17233 Date:   Fri Jul 31 12:08:27 2009 +0530
17234
17235     85xx: Added P1020 Processor Support.
17236
17237     P1020 is another member of QorIQ series of processors which falls in ULE
17238     category. It is an e500 based dual core SOC.
17239
17240     Being a scaled down version of P2020 it has following differences:
17241     - 533MHz - 800MHz core frequency.
17242     - 256Kbyte L2 cache
17243     - Ethernet controllers with classification capabilities.
17244     Also the SOC is pin compatible with P2020
17245
17246     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
17247     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17248
17249 commit 728ece343e8bb2a66ee977c49d455439e3b28da9
17250 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
17251 Date:   Wed Aug 5 13:29:24 2009 +0530
17252
17253     85xx: Add support for P2020RDB board
17254
17255     The code base adds P1 & P2 RDB platforms support.
17256     The folder and file names can cater to future SOCs of P1/P2 family.
17257     P1 & P2 processors are 85xx platforms, part of Freescale QorIQ series.
17258
17259     Tested following on P2020RDB:
17260     1. eTSECs
17261     2. DDR, NAND, NOR, I2C.
17262
17263     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
17264     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17265
17266 commit 0e870980a64584a591af775bb9c9fe9450124df9
17267 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
17268 Date:   Fri Jul 31 12:08:14 2009 +0530
17269
17270     8xxx: Removed CONFIG_NUM_CPUS from 85xx/86xx
17271
17272     The number of CPUs are getting detected dynamically by checking the
17273     processor SVR value.  Also removed CONFIG_NUM_CPUS references from all
17274     the platforms with 85xx/86xx processors.
17275
17276     This can help to use the same u-boot image across the platforms.
17277
17278     Also revamped and corrected few Freescale Copyright messages.
17279
17280     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
17281     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17282
17283 commit 18bacc2027f8531d8dec15ba8da3242dfb4e63f3
17284 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
17285 Date:   Fri Jul 31 12:07:45 2009 +0530
17286
17287     8xxx: Refactored common cpu specific code for 85xx/86xx into one file.
17288
17289     Removed same code pieces from cpu/mpc85xx/cpu.c and cpu/mpc86xx/cpu.c
17290     and moved to cpu/mpc8xxx/cpu.c(new file)
17291
17292     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
17293     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17294
17295 commit 7b18c227b847e4782eb1492219ebd555f521b08b
17296 Author: Alex Dubov <oakad@yahoo.com>
17297 Date:   Fri Aug 7 15:28:32 2009 +1000
17298
17299     stx: create common vendor/board hierarchy for STx boards
17300
17301     Move files belonging to the STx boards into common vendor directory and
17302     update the Makefile to reflect this.
17303
17304     Signed-off-by: Alex Dubov <oakad@yahoo.com>
17305     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17306
17307 commit bafdf9aa9dbb69d937b72db17ed5800998c59523
17308 Author: Peter Tyser <ptyser@xes-inc.com>
17309 Date:   Tue Aug 4 17:38:00 2009 -0500
17310
17311     85xx: Remove unused CONFIG_CLEAR_LAW0 defines
17312
17313     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
17314     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17315
17316 commit 73aacc522849486b60a5611f678f0bf1c3053779
17317 Author: Kumar Gala <galak@kernel.crashing.org>
17318 Date:   Thu Aug 6 18:38:43 2009 -0500
17319
17320     86xx: Remove redudant PLATFORM_CPPFLAGS
17321
17322     For historic reasons we had defined some additional PLATFORM_CPPFLAGS like:
17323
17324     PLATFORM_CPPFLAGS += -DCONFIG_MPC86xx=1
17325     PLATFORM_CPPFLAGS += -DCONFIG_MPC8641=1
17326
17327     However these are all captured in the config.h and thus redudant.  Also
17328     moved common 86xx flags into cpu/mpc86xx/config.mk.
17329
17330     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17331
17332 commit 53efa1f1acacacb76fa9a21b09b3294783a11c03
17333 Author: Kumar Gala <galak@kernel.crashing.org>
17334 Date:   Thu Aug 6 18:28:34 2009 -0500
17335
17336     85xx: Remove redudant PLATFORM_CPPFLAGS
17337
17338     For historic reasons we had defined some additional PLATFORM_CPPFLAGS
17339     like:
17340
17341     PLATFORM_CPPFLAGS += -DCONFIG_E500=1
17342     PLATFORM_CPPFLAGS += -DCONFIG_MPC85xx=1
17343     PLATFORM_CPPFLAGS += -DCONFIG_MPC8548=1
17344
17345     However these are all captured in the config.h and thus redudant.
17346
17347     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17348
17349 commit 337f9fde2e9317c1d9e85a4a8955a2f14730a00f
17350 Author: Kumar Gala <galak@kernel.crashing.org>
17351 Date:   Thu Jul 30 15:54:07 2009 -0500
17352
17353     85xx: Add a 36-bit physical configuration for MPC8536DS
17354
17355     We move all IO addressed (CCSR, localbus, PCI) above the 4G boundary
17356     to allow for larger memory sizes.
17357
17358     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17359     Acked-by: Wolfgang Denk <wd@denx.de>
17360
17361     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17362
17363 commit ecead84d56b0ced67b727f5ce21ba08c53b5f09e
17364 Author: Kumar Gala <galak@kernel.crashing.org>
17365 Date:   Tue Aug 4 09:10:03 2009 -0500
17366
17367     85xx: Cleanup whitespace in mpc8536ds.c
17368
17369     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17370
17371 commit ad19e7a5d2de337064ce7728d6504df9648f5d31
17372 Author: Kumar Gala <galak@kernel.crashing.org>
17373 Date:   Wed Aug 5 07:59:35 2009 -0500
17374
17375     pci/fsl_pci_init: Rework PCI ATMU setup to handle >4G of memory
17376
17377     The old PCI ATMU setup code would just mimic the PCI regions into the
17378     ATMU registers.  For simple memory maps in which all memory, MMIO, etc
17379     space fit into 4G this works ok.  However there are issues with we have
17380     >4G of memory as we know can't access all of memory and we need to
17381     ensure that PCICSRBAR (PEXCSRBAR on PCIe) isn't overlapping with
17382     anything since we can't turn it off.
17383
17384     We first setup outbound windows based on what the board code setup
17385     in the pci regions for MMIO and IO access.  Next we place PCICSRBAR
17386     below the MMIO window.  After which we try to setup the inbound windows
17387     to map as much of memory as possible.
17388
17389     On PCIe based controllers we are able to overmap the ATMU setup since
17390     RX & TX links are separate but report the proper amount of inbound
17391     address space to the region tracking to ensure there is no overlap.
17392
17393     On PCI based controllers we use as many inbound windows as available to
17394     map as much of the memory as possible.
17395
17396     Additionally we changed all the CCSR register access to use proper IO
17397     accessor functions.  Also had to add CONFIG_SYS_CCSRBAR_PHYS to some
17398     86xx platforms that didn't have it defined.
17399
17400     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17401
17402 commit 8295b94400449586505ffe34ec024feb3d2c8fe4
17403 Author: Kumar Gala <galak@kernel.crashing.org>
17404 Date:   Wed Aug 5 07:49:27 2009 -0500
17405
17406     pci/fsl_pci_init: Use PCIe capability to determine if controller is PCIe
17407
17408     Change the code to use the PCIe capabilities register to determine if we
17409     are a PCIe controller or not.  Additionally cleaned up some white space
17410     and formatting in the file.
17411
17412     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17413
17414 commit cb151aa2cf5fbb1e412fc763a3a611758f066238
17415 Author: Kumar Gala <galak@kernel.crashing.org>
17416 Date:   Mon Aug 3 21:02:02 2009 -0500
17417
17418     pci/fsl_pci_init: Fold fsl_pci_setup_inbound_windows into fsl_pci_init
17419
17420     Every platform that calls fsl_pci_init calls fsl_pci_setup_inbound_windows
17421     before it calls fsl_pci_init.  There isn't any reason to just call it
17422     from fsl_pci_init and simplify things a bit.
17423
17424     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17425
17426 commit fb3143b35eb5890ec72e79d17a6068a84a057d47
17427 Author: Kumar Gala <galak@kernel.crashing.org>
17428 Date:   Mon Aug 3 20:44:55 2009 -0500
17429
17430     pci/fsl_pci_init: Fold pci_setup_indirect into fsl_pci_init
17431
17432     Every platform that calls fsl_pci_init calls pci_setup_indirect before
17433     it calls fsl_pci_init.  There isn't any reason to just call it from
17434     fsl_pci_init and simplify things a bit.
17435
17436     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17437
17438 commit 28887d831b02c66ccc10d7f1379204b5a62f4543
17439 Author: André Schwarz <andre.schwarz@matrix-vision.de>
17440 Date:   Thu Aug 27 14:48:35 2009 +0200
17441
17442     Use common code for Matrix Vision boards
17443
17444     Clean up existing boards (mvBC-P/MPC5200 and mvBL-M7/MPC8343) by
17445     using common code.
17446
17447     Signed-off-by: André Schwarz <andre.schwarz@matrix-vision.de>
17448
17449 commit 05f91a65abc3180e2896cd8ddee7a34b1d1ce6e0
17450 Author: Kim Phillips <kim.phillips@freescale.com>
17451 Date:   Wed Aug 26 21:27:37 2009 -0500
17452
17453     mpc83xx: mpc8349itx - accommodate larger kernel sizes & unzero the bootdelay
17454
17455     apparently the ITX was missed last round.
17456
17457     Also make bootdelay consistent with other boards, so as to give on the
17458     opportunity to fix mistakenly set bootcmd without having checked for an
17459     bootdelay zero setting first.
17460
17461     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17462
17463 commit cc861f7127f200e704baaf061a7f508e3c93f2a3
17464 Author: Kim Phillips <kim.phillips@freescale.com>
17465 Date:   Wed Aug 26 21:25:46 2009 -0500
17466
17467     mpc83xx: match dtb filename references to their dts equivalents in the linux kernel
17468
17469     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17470
17471 commit 77b351cd0f20483eefa09bebebb3e0cbf5555b2c
17472 Author: Sandeep Paulraj <s-paulraj@ti.com>
17473 Date:   Tue Aug 18 10:10:42 2009 -0400
17474
17475     NAND: DaVinci: V2 Adding 4 BIT ECC support
17476
17477     This patch adds 4 BIT ECC support in the DaVinci NAND
17478     driver. Tested on both the DM355 and DM365.
17479
17480     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
17481     Signed-off-by: Scott Wood <scottwood@freescale.com>
17482
17483 commit f83b7f9e8a5d1334e24506ea5953dd871596ea8a
17484 Author: Sandeep Paulraj <s-paulraj@ti.com>
17485 Date:   Mon Aug 10 13:27:56 2009 -0400
17486
17487     MTD:NAND: ADD new ECC mode NAND_ECC_HW_OOB_FIRST
17488
17489     This patch adds the new mode NAND_ECC_HW_OOB_FIRST in the nand code to
17490     support 4-bit ECC on TI DaVinci devices with large page (up to 2K) NAND
17491     chips.  This ECC mode is similar to NAND_ECC_HW, with the exception of
17492     read_page API that first reads the OOB area, reads the data in chunks,
17493     feeds the ECC from OOB area to the ECC hw engine and perform any
17494     correction on the data as per the ECC status reported by the engine.
17495
17496     This patch has been accepted by Andrew Morton and can be found at
17497
17498     http://userweb.kernel.org/~akpm/mmotm/broken-out/mtd-nand-add-new-ecc-mode-ecc_hw_oob_first.patch
17499
17500     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
17501     Signed-off-by: Sneha Narnakaje <nsnehaprabha@ti.com>
17502     Signed-off-by: Scott Wood <scottwood@freescale.com>
17503
17504 commit 36fab997d85d89ee7fd2c7fd6057fab786d556aa
17505 Author: Ilya Yanok <yanok@emcraft.com>
17506 Date:   Tue Aug 11 02:32:54 2009 +0400
17507
17508     mxc_nand: add nand driver for MX2/MX3
17509
17510     Driver for NFC NAND controller found on Freescale's MX2 and MX3
17511     processors. Ported from Linux. Tested only with i.MX27 but should
17512     works with other MX2 and MX3 processors too.
17513
17514     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
17515     Signed-off-by: Scott Wood <scottwood@freescale.com>
17516
17517 commit a2c65b47effcb3d0aa23e58596538acd338ac7c5
17518 Author: Sandeep Paulraj <s-paulraj@ti.com>
17519 Date:   Mon Aug 10 13:27:46 2009 -0400
17520
17521     NAND: ADD page Parameter to all read_page/read_page_raw API's
17522
17523     This patch adds a new "page" parameter to all NAND read_page/read_page_raw
17524     APIs.  The read_page API for the new mode ECC_HW_OOB_FIRST requires the
17525     page information to send the READOOB command and read the OOB area before
17526     the data area.
17527
17528     This patch has been accepted by Andrew Morton and can be found at
17529     http://userweb.kernel.org/~akpm/mmotm/broken-out/mtd-nand-add-page-parameter-to-all-read_page-read_page_raw-apis.patch
17530
17531     WE would like this to become part of the u-boot GIT as well
17532
17533     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
17534     Signed-off-by: Sneha Narnakaje <nsnehaprabha@ti.com>
17535     Signed-off-by: Scott Wood <scottwood@freescale.com>
17536
17537 commit de4250929f37e6c16860741b74546bedbe0bdaba
17538 Author: Heiko Schocher <hs@denx.de>
17539 Date:   Tue Jul 21 17:13:40 2009 +0200
17540
17541     83xx, kmeter1: added NAND support
17542
17543     Signed-off-by: Heiko Schocher <hs@denx.de>
17544     Signed-off-by: Scott Wood <scottwood@freescale.com>
17545
17546 commit ecad289fc6bd9d89ef4d5093cc7b6fd712fd0d29
17547 Author: Kyungmin Park <kmpark@infradead.org>
17548 Date:   Tue Jul 21 11:58:04 2009 +0900
17549
17550     OneNAND: Remove unused read_spareram
17551
17552     Remove unused read_spareram and add unlock_all as kernel does
17553
17554     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
17555     Signed-off-by: Scott Wood <scottwood@freescale.com>
17556
17557 commit 403ce1f759b5acec8514cd7e10ce76704fed519c
17558 Author: Matthias Kaehlcke <matthias@kaehlcke.net>
17559 Date:   Thu Jul 16 21:19:29 2009 +0200
17560
17561     KB9202: Add NAND support
17562
17563     Add KB9202 NAND driver
17564
17565     Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
17566     Signed-off-by: Scott Wood <scottwood@freescale.com>
17567
17568 commit ce3277a6f2c082f39596d3d3d88dd0a5bc91439d
17569 Author: Kyungmin Park <kmpark@infradead.org>
17570 Date:   Tue Jul 21 11:58:04 2009 +0900
17571
17572     OneNAND: Remove unused read_spareram
17573
17574     Remove unused read_spareram and add unlock_all as kernel does
17575
17576     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
17577
17578 commit 0d042037b3cf8693ea0f793d0c292430bfc5a95c
17579 Author: Eric Millbrandt <emillbrandt@coldhaus.com>
17580 Date:   Tue Aug 25 10:30:26 2009 -0500
17581
17582     galaxy5200: Cleanup typo and trailing whitespace
17583
17584     Signed-off-by: Eric Millbrandt <emillbrandt@dekaresearch.com>
17585
17586 commit f6a309080b2da9e509b5ee8d091dca5e175415b7
17587 Author: TsiChung Liew <tsicliew@gmail.com>
17588 Date:   Wed Jul 22 18:42:45 2009 +0000
17589
17590     ColdFire: Fix compile warning messages
17591
17592     Change %08lX to %08X in board.c. Remove unused variable
17593     'oscillator' in mcf5227x/cpu_init.c and 'scm2' in
17594     mcf532x/cpu_init.c. Provide argument type cast in
17595     drivers/dma/MCD_dmaApi.c.
17596
17597     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
17598
17599 commit 88c811b153771a3d1bfe958297c69722efb278e9
17600 Author: TsiChung Liew <tsicliew@gmail.com>
17601 Date:   Wed Jul 22 16:32:39 2009 +0000
17602
17603     ColdFire: Fix missing _IO_BASE which caused compile error
17604
17605     The compile error was caused by a recent patch. Affected platforms -
17606     M5253DEMO.h, M5253EVBE.h, and M54455EVB.h. Adding the _IO_BASE
17607     automatically defined to 0 in asm-m68k/io.h if it isn't set in
17608     platform configuration file.
17609
17610     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
17611
17612 commit 3a7b2c21fb08b022e3e624cd071002b4aaed1606
17613 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
17614 Date:   Wed Jul 22 17:13:24 2009 +0200
17615
17616     Support up to 7 banks for ids as specified in JEDEC JEP106Z
17617
17618     see http://www.jedec.org/download/search/jep106Z.pdf
17619     Add some second source legacy flash chips 256x8.
17620
17621     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
17622     Signed-off-by: Stefan Roese <sr@denx.de>
17623
17624 commit 0d071cdd782e917b43e04869843df31670231ffd
17625 Author: Kim Phillips <kim.phillips@freescale.com>
17626 Date:   Mon Aug 24 14:32:26 2009 -0500
17627
17628     net: tsec - handle user interrupt while waiting for PHY auto negotiation to complete
17629
17630     if you don't have firmware installed for the PHY to come to life, this
17631     wait can be painful - let's give the option to avoid it if we want.
17632
17633     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17634     Acked-by: Andy Fleming <afleming@freescale.com>
17635     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17636
17637 commit 4fccb818e7ee1190602e79aa5729a23bc349bf0c
17638 Author: Robin Getz <rgetz@blackfin.uclinux.org>
17639 Date:   Thu Aug 20 10:50:20 2009 -0400
17640
17641     Add Transfer Size Option to tftp
17642
17643     Optionally add RFC 2349 "Transfer Size Option", so we can minimize the
17644     time spent sending data over the UART (now print a single line during a
17645     tftp transfer).
17646
17647      - If turned on (CONFIG_TFTP_TSIZE), U-Boot asks for the size of the file.
17648      - if receives the file size, a single line (50 chars) are printed.
17649          one hash mark == 2% of the file downloaded.
17650      - if it doesn't receive the file size (the server doesn't support RFC
17651          2349, prints standard hash marks (one mark for each UDP frame).
17652
17653     Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
17654     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17655
17656 commit 488feef85229c08cd3aa1fa183bc8f483d2ae832
17657 Author: Robin Getz <rgetz@blackfin.uclinux.org>
17658 Date:   Mon Aug 24 10:33:39 2009 -0400
17659
17660     Add debug message for Blackfin Ethernet Rx function.
17661
17662     Add a simple print for the Blackfin's Ethernet Rx function,
17663     so we can debug incomming Ethernet functions easier.
17664
17665     Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
17666     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17667
17668 commit b1c0eaac110bc919e5b4e88821348e714493f266
17669 Author: Ben Warren <biggerbadderben@gmail.com>
17670 Date:   Tue Aug 25 13:09:37 2009 -0700
17671
17672     Convert CS8900 Ethernet driver to CONFIG_NET_MULTI API
17673
17674     All in-tree boards that use this controller have CONFIG_NET_MULTI added
17675     Also:
17676       - changed CONFIG_DRIVER_CS8900 to CONFIG_CS8900
17677       - changed CS8900_BASE to CONFIG_CS8900_BASE
17678       - changed CS8900_BUS?? to CONFIG_CS8900_BUS??
17679       - cleaned up line lengths
17680       - modified VCMA9 command function that accesses the device
17681       - removed MAC address initialization from lib_arm/board.c
17682
17683     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17684     Tested-by: Wolfgang Denk <wd@denx.de>
17685     Acked-by: Wolfgang Denk <wd@denx.de>
17686
17687 commit d47628a6ecf80cd4584a50b6c795b90c985a48e5
17688 Author: Alessandro Rubini <rubini-list@gnudd.com>
17689 Date:   Fri Aug 7 13:59:26 2009 +0200
17690
17691     arm nomadik: activate defrag choose 4k transfer block size
17692
17693     This chooses 4kB data size for both TFTP and NFS, as an example
17694     about how to use support for IP fragments.
17695
17696     Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
17697     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17698
17699 commit bd931ca61c84039241d438ade4a9755ae0e5372f
17700 Author: Alessandro Rubini <rubini-list@gnudd.com>
17701 Date:   Fri Aug 7 13:59:16 2009 +0200
17702
17703     nfs: accept CONFIG_NFS_READ_SIZE from config file
17704
17705     To take advantage of defragmented packets, the config file
17706     can define CONFIG_NFS_READ_SIZE to override the 1kB default.
17707     No support is there for an environment variable by now.
17708
17709     Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
17710     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17711
17712 commit 89ba81d1079a07b8430a98c1746c6d411312eb0d
17713 Author: Alessandro Rubini <rubini-list@gnudd.com>
17714 Date:   Fri Aug 7 13:59:06 2009 +0200
17715
17716     tftp: get the tftp block size from config file and from the environment
17717
17718     Increasing the block size is useful if CONFIG_IP_DEFRAG is
17719     used. Howerver, the last fragments in a burst may overflow the
17720     receiving ethernet, so the default is left at 1468, with thre new
17721     CONFIG_TFTP_BLOCKSIZE for config files. Further, "tftpblocksize"
17722     can be set in the environment.
17723
17724     Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
17725     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17726
17727 commit 5cfaa4e54d0eb8232fa1cf092d955fdaed5b673d
17728 Author: Alessandro Rubini <rubini-list@gnudd.com>
17729 Date:   Fri Aug 7 13:58:56 2009 +0200
17730
17731     net: defragment IP packets
17732
17733     The defragmenting code is enabled by CONFIG_IP_DEFRAG; the code is
17734     useful for TFTP and NFS transfers.  The user can specify the maximum
17735     defragmented payload as CONFIG_NET_MAXDEFRAG (default 16k).
17736     Since NFS has a bigger per-packet overhead than TFTP, the static
17737     reassembly buffer can hold CONFIG_NET_MAXDEFRAG + the NFS overhead.
17738
17739     The packet buffer is used as an array of "hole" structures, acting as
17740     a double-linked list. Each new fragment can split a hole in two,
17741     reduce a hole or fill a hole. No support is there for a fragment
17742     overlapping two diffrent holes (i.e., thre new fragment is across an
17743     already-received fragment).
17744
17745     Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
17746     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17747
17748 commit 68e74567cf317318df52dbcb2ac170ffc5e7758a
17749 Author: Feng Kan <fkan@amcc.com>
17750 Date:   Fri Aug 21 10:59:42 2009 -0700
17751
17752     ppc4xx: Fix ECC Correction bug with SMC ordering for NDFC driver
17753
17754     Fix ECC Correction bug where the byte offset location were double
17755     flipped causing correction routine to toggle the wrong byte location
17756     in the ECC segment. The ndfc_calculate_ecc routine change the order
17757     of getting the ECC code.
17758             /* The NDFC uses Smart Media (SMC) bytes order */
17759             ecc_code[0] = p[2];
17760             ecc_code[1] = p[1];
17761             ecc_code[2] = p[3];
17762     But in the Correction algorithm when calculating the byte offset
17763     location, the s1 is used as the upper part of the address. Which
17764     again reverse the order making the final byte offset address
17765     location incorrect.
17766         byteoffs = (s1 << 0) & 0x80;
17767         .
17768         .
17769         byteoffs |= (s0 >> 4) & 0x08;
17770     The order is change to read it in straight and let the correction
17771     function to revert it to SMC order.
17772
17773     Signed-off-by: Feng Kan <fkan@amcc.com>
17774     Acked-by: Victor Gallardo <vgallardo@amcc.com>
17775     Acked-by: Prodyut Hazarika <phazarika@amcc.com>
17776     Signed-off-by: Stefan Roese <sr@denx.de>
17777
17778 commit 307ecb6db04eebdc06b8c87d48bf48d3cbd5e9d7
17779 Author: Eric Millbrandt <emillbrandt@coldhaus.com>
17780 Date:   Thu Aug 13 08:32:37 2009 -0500
17781
17782     Add support for USB on PSC3 for the mpc5200
17783
17784     Support USB on PSC3 on the mpc5200.  Before this patch, enabling USB support
17785     would reconfigure PSC4 and PSC5 to USB.  The mpc5200 does not support USB
17786     enabled on both the standard USB port and PSC3.  This patch masks the
17787     appropriate bits when enabling USB.
17788
17789     Signed-off-by: Eric Millbrandt <emillbrandt@dekaresearch.com>
17790     Acked-by: Grant Likely <grant.likely@secretlab.ca>
17791     Acked-by: Remy Bohmer <linux@bohmer.net>
17792
17793 commit 6b8548b0f7068379ad1efa4fa28725f361b2d3cd
17794 Author: Albin Tonnerre <albin.tonnerre@free-electrons.com>
17795 Date:   Thu Aug 13 19:12:44 2009 +0200
17796
17797     Add driver for the ST M41T94 SPI RTC
17798
17799     This RTC is used in some Calao boards. The driver code is taken from
17800     the linux rtc-m41t94 driver
17801
17802     Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
17803
17804 commit 885fc78c28fbe773bcb4edc9dd0fdac05ebb5b38
17805 Author: Albin Tonnerre <albin.tonnerre@free-electrons.com>
17806 Date:   Thu Aug 13 15:31:12 2009 +0200
17807
17808     Switch from per-driver to common definition of bin2bcd and bcd2bin
17809
17810     Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
17811     Acked-by: Stefan Roese <sr@denx.de>
17812
17813 commit e84aba135ed7145299304ef550e92f08b2c99d7a
17814 Author: Albin Tonnerre <albin.tonnerre@free-electrons.com>
17815 Date:   Thu Aug 13 15:31:11 2009 +0200
17816
17817     Replace BCD2BIN and BIN2BCD macros with inline functions
17818
17819     In the process, also remove backward-compatiblity macros BIN_TO_BCD and
17820     BCD_TO_BIN and update the sole board using them to use the new bin2bcd
17821     and bcd2bin instead
17822
17823     Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
17824     Acked-by: Stefan Roese <sr@denx.de>
17825     Acked-by: Detlev Zundel <dzu@denx.de>
17826
17827 commit 5b53b29bc2e82b80b669f1d2402068c60d7fecd0
17828 Author: Eric Millbrandt <emillbrandt@coldhaus.com>
17829 Date:   Thu Aug 13 10:14:21 2009 -0500
17830
17831     Add support for the galaxy5200
17832
17833     Add support for the DEKA Research and Development galaxy5200 board
17834
17835     The galaxy5200 is an Freescale mpc5200 based embedded industrial
17836     control board.
17837
17838     Signed-off-by: Eric Millbrandt <emillbrandt@dekaresearch.com>
17839
17840 commit 0a9e4e772123fe3e2bb499d7d2160c4cfd8a3a8d
17841 Author: Mike Frysinger <vapier@gentoo.org>
17842 Date:   Fri Jul 24 16:34:32 2009 -0400
17843
17844     unify {CONFIG_,}ENV_IS_EMBEDDED
17845
17846     Some boards have fallen out of sync by defining CONFIG_ENV_IS_EMBEDDED
17847     manually.  While it is useful to have this available to the build system,
17848     let's do it automatically rather than forcing people to opt into it.
17849
17850     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17851     Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
17852     Signed-off-by: Wolfgang Denk <wd@denx.de>
17853
17854 commit 02c9aa1d41f73fdcf8383a36cc0cbbfaf952855d
17855 Author: Robin Getz <rgetz@blackfin.uclinux.org>
17856 Date:   Mon Jul 27 00:07:59 2009 -0400
17857
17858     Add md5sum and sha1 commands...
17859
17860     Now that we have sha1 and md5 in lib_generic, allow people to use
17861     them on the command line, for checking downloaded files.
17862
17863     Signed-off-by: Robin Getz <rgetz@analog.com>
17864
17865 commit 30fc5cd3116cb112d0aab7e6d7c8eef1b67ed075
17866 Author: Wolfgang Denk <wd@denx.de>
17867 Date:   Tue Aug 25 12:22:38 2009 +0200
17868
17869     include/s3c24x0.h: fix S3C24X0_SPI_CHANNEL declaration
17870
17871     The SPI controller on the S3C24X0 has 8 bit registers, not 32 bit.
17872
17873     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17874     Signed-off-by: Wolfgang Denk <wd@denx.de>
17875
17876 commit e637385e69f63bc73b9dfd2ddd8d0f383790ca28
17877 Author: Mike Frysinger <vapier@gentoo.org>
17878 Date:   Thu Aug 20 19:17:59 2009 -0400
17879
17880     Blackfin: fix typos in gpio comments
17881
17882     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17883
17884 commit c2fbcb6ae86c10621a386c13be57eaa766221ed5
17885 Author: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>
17886 Date:   Tue Aug 18 04:49:57 2009 -0400
17887
17888     Blackfin: cm-bf527/cm-bf537: increase flash sectors
17889
17890     Newer revisions of these boards have slightly larger flashes, so increase
17891     the configured number of sectors so that U-Boot works on all revisions.
17892
17893     Signed-off-by: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>
17894     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17895
17896 commit a794f59a75bf9fd4a44f1ad2349cae903c42b89c
17897 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17898 Date:   Sun Aug 23 14:14:52 2009 +0200
17899
17900     sh/rsk7203: add missing include net.h
17901
17902     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17903
17904 commit 6ac9f47977a9fc1876979871eeb14f26ba1bdbe6
17905 Author: Mike Frysinger <vapier@gentoo.org>
17906 Date:   Sun Aug 23 02:47:59 2009 -0400
17907
17908     start a linker script helper file
17909
17910     Start a common header file for common linker script code (such as
17911     workarounds for older linkers) rather than doing this in the build system.
17912
17913     As fallout, we no longer execute the linker every time config.mk is
17914     included by a build file (which can easily be 70+ times), but rather only
17915     execute it once.
17916
17917     This also fixes a bug in the major version checking by creating a macro to
17918     easily compare versions and keep people from making the same common
17919     mistake (forgetting to check major and minor together).
17920
17921     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17922
17923 commit 2ed0869d30602eb660569eababb8fedff36bd23a
17924 Author: Mike Frysinger <vapier@gentoo.org>
17925 Date:   Sat Aug 22 19:50:22 2009 -0400
17926
17927     Blackfin: use common code to preprocess linker script
17928
17929     Now that the common code preprocesses the linker script, the Blackfin code
17930     no longer needs to do it.
17931
17932     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17933
17934 commit 4d3758c835c7e96da2a291e7fb5acfc19bc06e8e
17935 Author: Mike Frysinger <vapier@gentoo.org>
17936 Date:   Sat Aug 22 19:48:56 2009 -0400
17937
17938     .gitignore: ignore generated u-boot.lds
17939
17940     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17941
17942 commit 79b91de958511840d2a7491be92d435b7ef43f17
17943 Author: Albin Tonnerre <albin.tonnerre@free-electrons.com>
17944 Date:   Sat Aug 22 14:21:53 2009 +0200
17945
17946     include/mmc.h: Fix typo in IS_SD() macro
17947
17948     Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
17949
17950 commit 963f2f611741f8d9c38bd7caf20ae8c95cab7b3f
17951 Author: Wolfgang Denk <wd@denx.de>
17952 Date:   Sat Aug 22 23:27:26 2009 +0200
17953
17954     Prepare 2009.08-rc3
17955
17956     Update CHANGELOG, minor Coding Style cleanup.
17957
17958     Signed-off-by: Wolfgang Denk <wd@denx.de>
17959
17960 commit 5b2da6a309266f21cbb68f06fcfdf9ba141022e7
17961 Author: Michal Simek <monstr@monstr.eu>
17962 Date:   Fri Aug 21 06:52:25 2009 +1000
17963
17964     qemu-mips: Fix Qemu website
17965
17966     Signed-off-by: Michal Simek <monstr@monstr.eu>
17967     Signed-off-by: Michal Simek <michal.simek@petalogix.com>
17968     Acked-by: Shinya Kuribayashi <skuribay@pobox.com>
17969
17970 commit 79f516bccc3cff5a5cd4b3dffb7d254e746fdbde
17971 Author: Kim Phillips <kim.phillips@freescale.com>
17972 Date:   Fri Aug 21 16:34:38 2009 -0500
17973
17974     mpc83xx: accommodate larger kernel sizes by default
17975
17976     linux mpc83xx_defconfig kernels are getting bigger, accommodate for
17977     their growth by adjusting default load and fdt addresses.
17978
17979     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17980
17981 commit 8eceeb7fd656d6d071c0a8b615e178aca5775fff
17982 Author: Kim Phillips <kim.phillips@freescale.com>
17983 Date:   Fri Aug 21 16:33:15 2009 -0500
17984
17985     mpc83xx: mpc8377erdb - change DDR settings to those from latest bsp
17986
17987     when using Linus' 83xx_defconfig, the mpc8377rdb would hang at boot
17988     at either:
17989
17990     NET: Registered protocol family 16
17991
17992     or the
17993
17994     io scheduler cfq registered
17995
17996     message.  Fixing up these DDR settings appears to fix the problem.
17997
17998     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17999
18000 commit 27c5248dd4c9ba4a36899689595956c5e59e349a
18001 Author: Kim Phillips <kim.phillips@freescale.com>
18002 Date:   Fri Aug 21 16:31:20 2009 -0500
18003
18004     mpc83xx: tqm8349 - remove pci & flash window conflict
18005
18006     commit 9993e196da707a0a1cd4584f1fcef12382c1c144 "mpc83xx: convert all
18007     remaining boards over to 83XX_GENERIC_PCI" remapped pci windows on
18008     tqm834x to make it more consistent with the other 83xx boards.  During
18009     that time however, the author failed to realize that FLASH_BASE was
18010     occupying the same range as what PCI1_MEM_BASE was being assigned.
18011
18012     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18013     Tested-by: Wolfgang Denk <wd@denx.de>
18014
18015 commit 6d2c26ac831f033b0025cfb256365a047f8dd115
18016 Author: Heiko Schocher <hs@denx.de>
18017 Date:   Fri Aug 21 16:30:30 2009 -0500
18018
18019     mpc83xx: add missing CSCONFIG_ODT_WR_CFG for 832x CPUs
18020
18021     Signed-off-by: Heiko Schocher <hs@denx.de>
18022     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18023
18024 commit 193b4cb3f641ed0fd9bb79b8fa4671882c50ffdb
18025 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
18026 Date:   Fri Aug 21 16:27:05 2009 -0500
18027
18028     mpc83xx: mpc8349 - delete unused SYS_MID_FLASH_JUMP
18029
18030     This was introduced with the MPC8349EMDS board, and then copied to
18031     a couple other boards by nature of being the reference implementation.
18032
18033       u-boot$git grep CONFIG_SYS_MID_FLASH_JUMP
18034       include/configs/MPC8349EMDS.h:#define CONFIG_SYS_MID_FLASH_JUMP 0x7F000000
18035       include/configs/sbc8349.h:#define CONFIG_SYS_MID_FLASH_JUMP     0x7F000000
18036       include/configs/vme8349.h:#define CONFIG_SYS_MID_FLASH_JUMP     0x7F000000
18037       u-boot$
18038
18039     It currently isn't used, so delete it before it spreads further.
18040
18041     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
18042     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18043
18044 commit c0d660fbbede322648ec79d3e39389e48f5fab24
18045 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
18046 Date:   Fri Aug 21 16:21:58 2009 -0500
18047
18048     mpc83xx: sbc8349 - make enabling PCI more user friendly
18049
18050     Prior to this commit, to enable PCI, you had to go manually
18051     edit the board config header, which isn't really user friendly.
18052     This adds the typical PCI make targets to the toplevel Makefile
18053     in accordance with what is being done with other boards.
18054
18055     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
18056     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18057
18058 commit a3c5057a6c05b4c7235a270486220e4511366133
18059 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18060 Date:   Fri Aug 7 23:37:54 2009 +0200
18061
18062     eeprom_m95xxx: remove unused variable i
18063
18064     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18065
18066 commit 8cf19b9fec92d8aa22b2fe4b4e6976743b1daa51
18067 Author: Ilya Yanok <yanok@emcraft.com>
18068 Date:   Fri Jul 17 15:02:42 2009 +0400
18069
18070     jffs2: some fixes to summary support
18071
18072     This patch fixes some issues with JFFS2 summary support in U-Boot.
18073     1/ Summary support made compilation configurable (as summary support
18074     considered expiremental even in Linux).
18075     2/ Summary code can do unaligned 16-bit and 32-bit memory accesses.
18076     We need to get data byte by byte to exclude data aborts.
18077     3/ Make summary scan in two passes so we can safely fall back to full
18078     scan if we found unsupported entry in the summary.
18079
18080     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
18081
18082 commit 11906936e168d12d684bb3d2930a62693ba3d84e
18083 Author: Prafulla Wadaskar <prafulla@marvell.com>
18084 Date:   Mon Aug 10 18:55:54 2009 +0530
18085
18086     arm: rd6281a: Fixed NAND specific warning
18087
18088     It is recommended to define the macro CONFIG_SYS_64BIT_VSPRINTF
18089     for NAND specific warning removal, same is done in this patch
18090
18091     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
18092
18093 commit b5ffb193330113d2e00489d96bf8ec1f541ed4e1
18094 Author: Wolfgang Denk <wd@denx.de>
18095 Date:   Thu Aug 13 00:37:16 2009 +0200
18096
18097     TRAB: make independent of specific libgcc helper routines
18098
18099     The TRAB board references local libgcc helper routines
18100     (lib_arm/div0.o and lib_arm/_umodsi3.o) which cause build problems
18101     when we try to use the normal, compiler provided libgcc instead.
18102     Removing these references allows to build both with and without the
18103     local libgcc helper routines.
18104
18105     Signed-off-by: Wolfgang Denk <wd@denx.de>
18106
18107 commit 1aada9cd643567d351667138851e9231ccfa245a
18108 Author: Wolfgang Denk <wd@denx.de>
18109 Date:   Mon Aug 17 14:00:53 2009 +0200
18110
18111     Fix all linker scripts for older binutils versions (pre-2.16)
18112
18113     Commit f62fb99941c6 fixed handling of all rodata sections by using a
18114     wildcard combined with calls to ld's builtin functions SORT_BY_ALIGNMENT()
18115     and SORT_BY_NAME().  Unfortunately these functions were only
18116     introduced with biunutils version 2.16, so the modification broke
18117     building with all tool chains using older binutils.
18118
18119     This patch makes it work again.  This is done by omitting the use of
18120     these functions for such old tool chains.  This will result in
18121     slightly larger target binaries, as the rodata sections are no longer
18122     in optimal order alignment-wise which reauls in unused gaps, but the
18123     effect was found to be insignificant - especially compared to the fact
18124     that you cannot build U-Boot at all in the current state.
18125
18126     As ld seems to have no support for conditionals we run the linker
18127     script through the C preprocessor which can be easily used to remove
18128     the unwanted function calls.
18129
18130     Note that the C preprocessor must be run with the "-ansi" (or a
18131     "-std=") option to make sure all the system-specific predefined
18132     macros outside the reserved namespace are suppressed. Otherise, cpp
18133     might for example substitute "powerpc" to "1", thus corrupting for
18134     example "OUTPUT_ARCH(powerpc)" etc.
18135
18136     Signed-off-by: Wolfgang Denk <wd@denx.de>
18137     Cc: Mike Frysinger <vapier@gentoo.org>
18138
18139 commit f772acf8a584067033eff1e231fcd1fb3a00d3d9
18140 Author: Wolfgang Denk <wd@denx.de>
18141 Date:   Mon Aug 17 13:17:29 2009 +0200
18142
18143     ARM: compiler options cleanup - improve tool chain support
18144
18145     For some time there have been repeated reports about build problems
18146     with some ARM (cross) tool chains.  Especially issues about
18147     (in)compatibility with the tool chain provided runtime support
18148     library libgcc.a caused to add and support a private implementation
18149     of such runtime support code in U-Boot.  A closer look at the code
18150     indicated that some of these issues are actually home-made.  This
18151     patch attempts to clean up some of the most obvious problems and make
18152     building of U-Boot with different tool chains easier:
18153
18154     - Even though all ARM systems basicy used the same compiler options
18155       to select a specific ABI from the tool chain, the code for this was
18156       distributed over all cpu/*/config.mk files.  We move this one level
18157       up into lib_arm/config.mk instead.
18158
18159     - So far, we only checked if "-mapcs-32" was supported by the tool
18160       chain; if yes, this was used, if not, "-mabi=apcs-gnu" was
18161       selected, no matter if the tool chain actually understood this
18162       option.  There was no support for EABI conformant tool chains.
18163       This patch implements the following logic:
18164
18165       1) If the tool chain supports
18166         "-mabi=aapcs-linux -mno-thumb-interwork"
18167          we use these options (EABI conformant tool chain).
18168       2) Otherwise, we check first if
18169         "-mapcs-32"
18170          is supported, and then check for
18171         "-mabi=apcs-gnu"
18172          If one test succeeds, we use the first found option.
18173       3) In case 2), we also test if "-mno-thumb-interwork", and use
18174          this if the test succeeds. [For "-mabi=aapcs-linux" we set
18175          "-mno-thumb-interwork" mandatorily.]
18176
18177       This way we use a similar logic for the compile options as the
18178       Linux kernel does.
18179
18180     - Some EABI conformant tool chains cause external references to
18181       utility functions like raise(); such functions are provided in the
18182       new file lib_arm/eabi_compat.c
18183
18184       Note that lib_arm/config.mk gets parsed several times, so we must
18185       make sure to add eabi_compat.o only once to the linker list.
18186
18187     Signed-off-by: Wolfgang Denk <wd@denx.de>
18188     Cc: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18189     Cc: Dirk Behme <dirk.behme@googlemail.com>
18190     Cc: Magnus Lilja <lilja.magnus@gmail.com>
18191     Cc: Tom Rix <Tom.Rix@windriver.com>
18192     Cc: Prafulla Wadaskar <prafulla@marvell.com>
18193     Acked-by: Sergey Kubushyn <ksi@koi8.net>
18194     Tested-by: Magnus Lilja <lilja.magnus@gmail.com>
18195     Tested-by: Andrzej Wolski <awolski@poczta.fm>
18196     Tested-by: Gaye Abdoulaye Walsimou <walsimou@walsimou.com>
18197     Tested-by: Tom Rix <Tom.Rix@windriver.com>
18198     Tested-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18199
18200 commit 269610f6ba2e4a7bc27d2e53d43160614016964f
18201 Author: Mingkai Hu <Mingkai.hu@freescale.com>
18202 Date:   Thu Jul 30 17:56:51 2009 +0800
18203
18204     NAND boot: fix nand_load overlap issue
18205
18206     The code copy data from NAND flash block by block, so when
18207     the data length isn't a whole-number multiple of the block
18208     size, it will overlap the rest space.
18209
18210     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
18211     Signed-off-by: Scott Wood <scottwood@freescale.com>
18212
18213 commit 1fc1d9aed08f2b3366d634fda6712a710b2cff9a
18214 Author: Giulio Benetti <giulio.benetti@micronovasrl.com>
18215 Date:   Fri Jul 31 17:30:34 2009 -0500
18216
18217     add WATCHDOG_RESET() on nand write and read
18218
18219     Signed-off-by: giulio.benetti@micronovasrl.com
18220     Acked-by: Wolfgang Denk <wd@denx.de>
18221     Signed-off-by: Scott Wood <scottwood@freescale.com>
18222
18223 commit b1e849f2201bbbf3ca81fde164f154f9caf7f0e9
18224 Author: Peter Tyser <ptyser@xes-inc.com>
18225 Date:   Wed Feb 4 15:14:05 2009 -0600
18226
18227     tsec: Wait for auto-negotiation to complete without link
18228
18229     Previously, waiting for auto-negotiation would only occur if a valid
18230     link had been detected.  Problems arose when attempting to use a
18231     tsec immediately after bootup but before link was achieved, eg:
18232     => dhcp
18233     Auto-neg error, defaulting to 10BT/HD
18234     eTSEC1: No link.
18235     Auto-neg error, defaulting to 10BT/HD
18236     eTSEC2: No link.
18237     =>
18238
18239     With this patch applied the same operation as above resulted in:
18240     => dhcp
18241     Waiting for PHY auto negotiation to complete. done
18242     Enet starting in 1000BT/FD
18243     Speed: 1000, full duplex
18244
18245     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
18246     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18247
18248 commit 477fa6378fbd3e47a5e2e83d0dd3970d5b1c8371
18249 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
18250 Date:   Thu Aug 20 10:14:11 2009 +0200
18251
18252     arm: kirkwood: See to it that sent data is 8-byte aligned
18253
18254     U-boot might use non-8-byte-aligned addresses for sending data, which
18255     the kwgbe_send doesn't accept (bootp does this for me). This patch
18256     copies the data to be sent to a malloced temporary buffer if it is
18257     non-aligned.
18258
18259     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
18260     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18261
18262 commit cad713bf7548b9e90433dac8270165402a6c9cc3
18263 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
18264 Date:   Thu Aug 20 10:13:06 2009 +0200
18265
18266     Wait for the link to come up on kirkwood network init
18267
18268     This patch makes the device wait for up to 5 seconds for the link to
18269     come up, similar to what many of the other network drivers do. This
18270     avoids confusing situations where, e.g., a tftp fails when initiated
18271     early after U-boot has started (before the link has come up).
18272
18273     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
18274     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18275
18276 commit bb1ca3b27f7fba8c73cb10279a6a8b8b69a308ff
18277 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
18278 Date:   Thu Aug 20 10:12:28 2009 +0200
18279
18280     arm:kirkwood Define kirkwood phy address magic number
18281
18282     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
18283     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18284
18285 commit f81ecb5d3300bf92d17302d3712f30585c182da9
18286 Author: Timur Tabi <timur@freescale.com>
18287 Date:   Mon Aug 17 15:55:38 2009 -0500
18288
18289     e1000: fix PCI memory addressing
18290
18291     The Intel E1000 driver was making assumptions about the relationship between
18292     some virtual, physical, and PCI addresses.
18293
18294     Also fix some bad usage of the DEBUGOUT macro
18295
18296     Signed-off-by: Timur Tabi <timur@freescale.com>
18297     Acked-by: Kumar Gala <galak@kernel.crashing.org>
18298     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18299
18300 commit b644006e1a7baa227aedc606ecdf0bb5eeb24cab
18301 Author: Ilya Yanok <yanok@emcraft.com>
18302 Date:   Wed Aug 12 16:42:48 2009 +0400
18303
18304     jffs2: clean the cache in case of malloc fails in build_lists
18305
18306     We should call jffs2_clean_cache() if we return from jffs2_build_lists()
18307     with an error to prevent usage of incomplete lists. Also we should
18308     free() a local buffer to prevent memory leaks.
18309
18310     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
18311
18312 commit 7ff66bb0be80cadd681be22a72e5eb02ee14c878
18313 Author: Heiko Schocher <hs@denx.de>
18314 Date:   Wed Aug 12 10:17:03 2009 +0200
18315
18316     ppc: trigger WDT before starting Linux
18317
18318     Signed-off-by: Heiko Schocher <hs@denx.de>
18319
18320 commit 918319c705d8a3d6251919a660baef32ff3a829a
18321 Author: Albin Tonnerre <albin.tonnerre@free-electrons.com>
18322 Date:   Wed Jul 22 18:30:03 2009 +0200
18323
18324     Update the mtd driver name in bootargs for at91-based boards
18325
18326     The name of the atmel nand driver in the kernel changed from at91_nand
18327     to atmel_nand back in June 2008, but the at91-based boards config files
18328     still refer to at91_nand. This patch updates them with the new name
18329
18330     Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
18331
18332 commit 8fa656aa5289815d942ebdc26182ccb9f2b9c86f
18333 Author: Ben Goska <goskab@onid.oregonstate.edu>
18334 Date:   Fri Aug 14 10:03:36 2009 -0700
18335
18336     omap3: Fixed a problem with hwecc
18337
18338     In commit 187af954cf7958c24efcf0fd62289bbdb4f1f24e there
18339     was a typo that offset all the ecc registers by 4 bytes, fixed that.
18340
18341     Signed-off-by: Ben Goska <goskab@onid.oregonstate.edu>
18342     Acked-by: Dirk Behme <dirk.behme@googlemail.com>
18343
18344 commit 514bab6609acd1a2a19fdd75c2f6255178db7c96
18345 Author: Stefan Roese <sr@denx.de>
18346 Date:   Mon Aug 17 16:57:53 2009 +0200
18347
18348     ppc4xx: Fix "chip_config" command for AMCC Arches
18349
18350     This patch fixes the "chip_config" command for I2C bootstrap EEPROM
18351     configuration. First it changes the I2C bootstrap EEPROM address to
18352     0x54 as this is used on Arches (instead of 0x52 on Canyonlands/
18353     Glacier). Additionally, the NAND bootstrap settings are removed
18354     for Arches since Arches doesn't support NAND-booting.
18355
18356     Signed-off-by: Stefan Roese <sr@denx.de>
18357
18358 commit 4af34177b657e91263919a307fd0b0865a299e52
18359 Author: Wolfgang Denk <wd@denx.de>
18360 Date:   Sun Aug 16 23:40:13 2009 +0200
18361
18362     Monahans: avoid floating point calculations
18363
18364     Current code for the Monahans CPU defined OSCR_CLK_FREQ as 3.250 (MHz)
18365     which caused floating point operations to be used. This resulted in
18366     unresolved references to some FP related libgcc functions when using
18367     U-Boot's private libgcc functions.
18368
18369     Change the code to use fixed point math only.
18370
18371     Signed-off-by: Wolfgang Denk <wd@denx.de>
18372
18373 commit e393e2e9bc5cd3d5484e193d1380e7cd7587ab5c
18374 Author: Kumar Gala <galak@kernel.crashing.org>
18375 Date:   Fri Aug 14 16:43:22 2009 -0500
18376
18377     85xx: Fix addrmap to include memory
18378
18379     When we init the addrmap based on the TLB we will not end up getting
18380     the TLB that covers memory if we are using SPD.  The reason is we
18381     haven't relocated at the point that we setup the memory TLB and thus it
18382     will not get setup in the addrmap.
18383
18384     Instead we can just walk over the TLB array after we've relocated and
18385     see all the TLBs that have been set and use that information to populate
18386     the initial addrmap.  By doing this we insure that we get the TLB
18387     entries that cover memory.
18388
18389     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18390
18391 commit 7dedefdf749ff02c1086f7ddb8cb83a77b00d030
18392 Author: John Schmoller <jschmoller@xes-inc.com>
18393 Date:   Wed Aug 12 10:55:47 2009 -0500
18394
18395     flash: Fix CFI buffer size bug
18396
18397     Fix bug introduced by 9c048b523413ae5f3ff34e00cf57569c3368ab51.
18398
18399     The cfi_flash.c driver cast the flash buffer size to a uchar in
18400     flash_write_cfibuffer(). On some flash parts, (tested on Numonyx
18401     part PC32F512M29EWH), the buffer size is 1KB. Remove the cast to
18402     uchar to enable buffer sizes to be larger.
18403
18404     Signed-off-by: John Schmoller <jschmoller@xes-inc.com>
18405     Signed-off-by: Stefan Roese <sr@denx.de>
18406
18407 commit f6e3a1fa92f61083885178101e973c86b419a6f7
18408 Author: Mike Frysinger <vapier@gentoo.org>
18409 Date:   Thu Aug 13 00:32:14 2009 -0400
18410
18411     trab: rename spi_init()
18412
18413     The local board-specific spi_init() function conflicts with the common SPI
18414     layer, so rename it to something board-specific.
18415
18416     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18417
18418 commit 253cb831f5861358a7fa673305cdf7ded1096f44
18419 Author: Giuseppe CONDORELLI <giuseppe.condorelli@st.com>
18420 Date:   Wed Jul 29 06:05:20 2009 -0400
18421
18422     zlib: add watchdog reset call
18423
18424     This patch adds watchdog reset call to allow its invokation during decompression
18425     phase. This control was present on old zlib version and here it is
18426     backported for those relevant routines. This patch is sent as a zlib separate
18427     one beacuse it was not tested due to specific board lack.
18428     zlib patches will be unified just in one when this will be validated through
18429     tests.
18430
18431     Signed-off-by: Giuseppe Condorelli <giuseppe.condorelli@st.com>
18432
18433 commit dce3d797102b6618e8bdd4a09cfd35969f165d86
18434 Author: Giuseppe CONDORELLI <giuseppe.condorelli@st.com>
18435 Date:   Wed Jul 29 08:05:08 2009 -0400
18436
18437     zlib: updated to v.1.2.3
18438
18439     This patch updates zlib to the latest stable version.
18440     Only relevant zlib parts were ported to u-boot tree, as already did for the
18441     current zlib (0.95). New zlib guarantees a faster inflate performances
18442     other then others improvements as explained at www.zlib.net.
18443     It also includes Alessandro Rubini's patches to allow 0 as destination pointer
18444     and to call watchdog reset if required by architecture.
18445
18446     Signed-off-by: Giuseppe Condorelli <giuseppe.condorelli@st.com>
18447     Reviewed-by: Angelo Castello <angelo.castello@st.com>
18448     Reviewed-by: Alessandro Rubini <rubini-list@gnudd.com>
18449
18450 commit 3426d65daab6af483b177ed502038f52ed2e5aef
18451 Author: Heiko Schocher <hs@denx.de>
18452 Date:   Tue Aug 11 10:37:58 2009 +0200
18453
18454     dtt, lm81: move unneccessary printf into a debug printf
18455
18456     Signed-off-by: Heiko Schocher <hs@denx.de>
18457
18458 commit 54e399f110bbaa24e662e6dd9e88ddb86989d668
18459 Author: Mark Jackson <mpfj-list@mimc.co.uk>
18460 Date:   Tue Aug 11 11:33:47 2009 +0100
18461
18462     MIMC200: reduce LCD pixclock
18463
18464     The initial pixclock for the MIMC200 board is wrong (and causes
18465     screen corruption due to DMA underruns).
18466
18467     This patch simply reduces the pixel clock to fix the problem.
18468
18469     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
18470
18471 commit 1443cd7e54d6893ab7cc51d93fe7759cdaa8b31f
18472 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
18473 Date:   Wed Jul 1 14:04:05 2009 -0400
18474
18475     UEC FIXED PHY: Determine fixed-phy port using UEC interface name.
18476
18477     Fixed a misunderstanding in the original implementation, 'devnum' that
18478     was used in the cpu/ppc4xx/4xx_enet.c implementation was NOT the
18479     PHY's SMI address, rather it was the number of the MAC interface on
18480     the CPU. The equivalent of this for uec_phy will be the UEC number
18481     stored in mii_info->dev->name. Usage example is updated for uec.
18482
18483     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
18484     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18485
18486 commit 1a9519373b977ef3f7c9563ad3acb6c6f2424657
18487 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
18488 Date:   Wed Jul 1 14:03:15 2009 -0400
18489
18490     Assigned a static SMI address to all UECs TBIPA address.
18491
18492     It is set to 0x1F by default and can be overwritten on the board
18493     header file by defining CONFIG_UTBIPAR_INIT_TBIPA. This allows
18494     the CPU to simply "reserve" one SMI address instead of using
18495     a different one for each UEC.
18496
18497     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
18498     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18499
18500 commit 9fd38a01cbc0ce4a8db41f72677103ed04b23db5
18501 Author: Prafulla Wadaskar <prafulla@marvell.com>
18502 Date:   Mon Aug 10 19:43:06 2009 +0530
18503
18504     net: kirkwood: updates: used eth_setenv_enetaddr api
18505
18506     eth_setenv_enetaddr is avaible by upper layer
18507     using this saves 204 bytes on total image size
18508
18509     used Local OUI instead of Marvell OUI for
18510     random MAC address generation logic
18511
18512     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
18513     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18514
18515 commit ecbd2078a1f56c85b6c56afaaed862bf92ccd3f3
18516 Author: Roy Zang <tie-fei.zang@freescale.com>
18517 Date:   Tue Aug 11 03:48:05 2009 +0800
18518
18519     Fix E1000 build warning on AP1000 board
18520
18521      Fix E1000 build warning on AP1000 board
18522      Fix the build warning on AP1000 board:
18523      e1000.c:131: warning: 'e1000_read_eeprom' used but never defined
18524      e1000.c:2012: warning: 'e1000_set_phy_mode' defined but not used
18525
18526     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
18527     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18528
18529 commit b3af1d698b031e721bacaee8715d79daaf823de6
18530 Author: Sandeep Paulraj <s-paulraj@ti.com>
18531 Date:   Mon Aug 10 12:24:40 2009 -0400
18532
18533     ARM: Davinci DM355: Enabling DM9000 on DM355 EVM
18534
18535     Due to recent changes to the NET support on U-boot, DM9000
18536     is no longer detected on the DM355 EVM.
18537     This minor update enables DM9000 on the DM355 EVM.
18538     Tested on the DM355 EVM
18539
18540     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
18541     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18542
18543 commit 08c2df33f1cd5935938486e968696f94ad406313
18544 Author: Prafulla Wadaskar <prafulla@marvell.com>
18545 Date:   Mon Aug 10 19:23:19 2009 +0530
18546
18547     net: phy: bugfixes: mv88E61xx compiler warnings fixed
18548
18549     1. mv88E61xx driver compiler warnings fixed
18550     2. idstr if-else statements changed to switch() construct
18551        and added default case too.
18552        This fixed idstr may be uninitialized warning
18553
18554     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
18555     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18556
18557 commit 750326e5d540885e3ec36bda9464b8269249f6ce
18558 Author: Po-Yu Chuang <ratbert@faraday-tech.com>
18559 Date:   Mon Aug 10 11:00:00 2009 +0800
18560
18561     arm: A320: driver for FTMAC100 ethernet controller
18562
18563     This patch adds an FTMAC100 ethernet driver for Faraday A320 evaluation board.
18564
18565     Signed-off-by: Po-Yu Chuang <ratbert@faraday-tech.com>
18566     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18567
18568 commit f90dc43fd67eea71124b999a7d5e617d0d86795b
18569 Author: Kumar Gala <galak@kernel.crashing.org>
18570 Date:   Mon Aug 10 16:40:55 2009 -0500
18571
18572     85xx: Removed BEDBUG support from FSL 85xx boards
18573
18574     For some reason the MPC8544 enabled BEDBUG if PCI was enabled and that
18575     got copied int the MPC8536, MPC8572 and P2020 DS boards.  The BEDBUG
18576     support has never been made to work completely on e500/85xx so we
18577     just disable it to save space and match the other FSL 85xx boards.
18578
18579     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18580
18581 commit eb1a4d0a471505c169bef19a73a60f8641f0b875
18582 Author: Wolfgang Denk <wd@denx.de>
18583 Date:   Mon Aug 10 10:39:12 2009 +0200
18584
18585     Prepare 2009.08-rc2
18586
18587     Update CHANGELOG
18588
18589     Signed-off-by: Wolfgang Denk <wd@denx.de>
18590
18591 commit 53cc18c71b2b920cca171874c6663e274fa80556
18592 Author: Wolfgang Denk <wd@denx.de>
18593 Date:   Mon Aug 10 10:38:34 2009 +0200
18594
18595     Minor coding style cleanup.
18596
18597     Signed-off-by: Wolfgang Denk <wd@denx.de>
18598
18599 commit d371708a1beda0f529756e614af785b30461379e
18600 Author: Wolfgang Denk <wd@denx.de>
18601 Date:   Mon Aug 10 09:59:10 2009 +0200
18602
18603     net/tftp.c: fix warning: pointer targets differ in signedness
18604
18605     tftp.c:294: warning: pointer targets in passing argument 1 of 'strlen'
18606     differ in signedness
18607
18608     This was only visible for the utx8245 board which seems to have DEBUG
18609     enabled.
18610
18611     Signed-off-by: Wolfgang Denk <wd@denx.de>
18612
18613 commit 3ed9e943fdfe51174b23989d48563b8c1b7d2ea8
18614 Author: Dirk Behme <dirk.behme@googlemail.com>
18615 Date:   Sat Aug 8 16:06:47 2009 +0200
18616
18617     ARM Cortex A8: Remove bogus config.mk entries
18618
18619     Remove bogus config.mk entry, fix newline and remove redundant
18620     omap3/config.mk
18621
18622     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
18623
18624 commit cd3dcba1422d3441503251fbc69cf2437c440781
18625 Author: Dirk Behme <dirk.behme@googlemail.com>
18626 Date:   Sat Aug 8 12:46:09 2009 +0200
18627
18628     OMAP3: Fix missing GPMC_CONFIG_CS0_BASE
18629
18630     Applying two indepenent OMAP3 patches resulted in missing
18631     GPMC_CONFIG_CS0_BASE. Patch "omap3: embedd gpmc_cs into gpmc
18632     config struct" removes GPMC_CONFIG_CS0_BASE, independent patch
18633     "omap3: bug fix for NOR boot support" introduces it's usage.
18634     Re-introduce GPMC_CONFIG_CS0_BASE.
18635
18636     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
18637
18638 commit ba3dbaf281130029ecb970a922551902c1d80b50
18639 Author: Ilya Yanok <yanok@emcraft.com>
18640 Date:   Mon Jun 8 04:12:49 2009 +0400
18641
18642     mxc-mmc: sdhc host driver for MX2 and MX3 proccessor
18643
18644     This is a port of Linux driver for SDHC host controller hardware
18645     found on Freescale's MX2 and MX3 processors. Uses new generic MMC
18646     framework (CONFIG_GENERIC_MMC) and it looks like there are some
18647     problems with a framework (at least on LE cpus). Some of these
18648     problems are addressed in the following patches.
18649
18650     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
18651
18652 commit 642d7b63c343633dcafc4e23a20e32604a05ff13
18653 Author: Alessandro Rubini <rubini-list@gnudd.com>
18654 Date:   Fri Aug 7 12:35:47 2009 +0200
18655
18656     kirkwood/gpio.h: remove duplicate definition
18657
18658     Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
18659
18660 commit 3ac374c0f0b7d856f1a43317a286f2079106bd6a
18661 Author: Albin Tonnerre <albin.tonnerre@free-electrons.com>
18662 Date:   Fri Aug 7 12:37:36 2009 +0200
18663
18664     Add driver for the ST M95xxx SPI EEPROM
18665
18666     This chip is used in a number of boards manufactured by Calao-Systems
18667     which should be supported soon. This driver provides the necessary
18668     spi_read and spi_write functions necessary to communicate with the chip.
18669
18670     Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
18671
18672 commit 30951960bae9a2c33e324a7165962a082e913f9e
18673 Author: Prafulla Wadaskar <prafulla@marvell.com>
18674 Date:   Fri Aug 7 22:27:32 2009 +0530
18675
18676     arm: Sheevaplug: Fixed NAND specific warning
18677
18678     It is recommended to define the macro CONFIG_SYS_64BIT_VSPRINTF
18679     for NAND specific warning removal, same is done in this patch
18680
18681     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
18682
18683 commit 317734966e763fdee183898c0ed940c9bada2541
18684 Author: Josh Boyer <jwboyer@linux.vnet.ibm.com>
18685 Date:   Fri Aug 7 13:53:20 2009 -0400
18686
18687     Dual-license IBM code contributions
18688
18689     It was brought to our attention that U-Boot contains code derived from the
18690     IBM OpenBIOS source code originally provided with some of the older PowerPC
18691     4xx development boards.  As a result, the original license of this code has
18692     been carried in the various files for a number of years in the U-Boot project.
18693
18694     IBM is dual-licensing the IBM code contributions already present in U-Boot
18695     under either the terms of the GNU General Public License version 2, or the
18696     original code license already present.
18697
18698     Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
18699
18700 commit cfd700be9f5ed289fd57a9bd61e266319badcb0d
18701 Author: Kumar Gala <galak@kernel.crashing.org>
18702 Date:   Wed Aug 5 09:03:54 2009 -0500
18703
18704     fdt: Fix fdt_pci_dma_ranges handling of 64-bit ranges
18705
18706     If the size of a region equal to 4G it can't be represnted in a 32-bit
18707     BAR so we should have marked that case as MEM64.
18708
18709     Additionally bump the number of inbound windows up to 4 to handle the
18710     fact that Freescale PPCs that have an implicit window for CCSRBAR.
18711
18712     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18713
18714 commit 59b4d7471c42e955bd9846892a0cc7478171778d
18715 Author: Wolfgang Denk <wd@denx.de>
18716 Date:   Thu Aug 6 21:29:59 2009 +0200
18717
18718     ARM EABI: add new helper functions resp. function names
18719
18720     The ARM EABI defines new names for GCC helper functions,
18721     and GCC seems to need some new functions as well.
18722
18723     This patch is a minimal-invasive approach to fix problems with EABI
18724     conformant tool chains (to be used with "USE_PRIVATE_LIBGCC=yes").
18725
18726     Signed-off-by: Wolfgang Denk <wd@denx.de>
18727     Tested-by: Dirk Behme <dirk.behme@googlemail.com>
18728
18729 commit 197324d7d998a791e5137b8176981b4af25220ae
18730 Author: Peter Tyser <ptyser@xes-inc.com>
18731 Date:   Wed Aug 5 16:18:44 2009 -0500
18732
18733     hush: Fix bogus free() call
18734
18735     An off-by-one error in hush.c resulted in an unintentional free() call
18736     every time a command was executed
18737
18738     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
18739
18740 commit ff27650bb255e2275a212357b78c3b77cbf1d2e9
18741 Author: Detlev Zundel <dzu@denx.de>
18742 Date:   Wed Aug 5 18:37:45 2009 +0200
18743
18744     digsy_mtc: Update default environment
18745
18746     Signed-off-by: Detlev Zundel <dzu@denx.de>
18747
18748 commit 0b40bd439a33bde9e3cccf1acb5744225d0c6103
18749 Author: Detlev Zundel <dzu@denx.de>
18750 Date:   Wed Aug 5 18:37:44 2009 +0200
18751
18752     digsy_mtc: Add delay in SPI transfers to the companion controller.
18753
18754     While at it, remove initialization of variables which will be set
18755     before usage in all cases.
18756
18757     Signed-off-by: Detlev Zundel <dzu@denx.de>
18758
18759 commit 0bf00750e082a004e5fb058925622ae72890cc56
18760 Author: Anatolij Gustschin <agust@denx.de>
18761 Date:   Wed Aug 5 18:37:43 2009 +0200
18762
18763     digsy_mtc: minor fixes for mtc command help
18764
18765     Add mtc state subcommand description to the
18766     help of mtc command.
18767
18768     Remove some newlines in description of commands
18769     for proper help formating.
18770
18771     Signed-off-by: Anatolij Gustschin <agust@denx.de>
18772
18773 commit 5cc69084189bf49aa99d13d57515be72d1844bdf
18774 Author: Grzegorz Bernacki <gjb@semihalf.com>
18775 Date:   Wed Aug 5 18:37:42 2009 +0200
18776
18777     digsy_mtc: Add mtc state command.
18778
18779     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
18780
18781 commit 716655288a53c95fad203ebf21d0b8ffdc2f7525
18782 Author: Wolfgang Denk <wd@denx.de>
18783 Date:   Tue Jul 28 22:35:39 2009 +0200
18784
18785     Partition support: remove newline from partition name
18786
18787     Remove bogus newline character that got added to the .name field of
18788     the disk_partition_t structure.
18789
18790     Signed-off-by: Wolfgang Denk <wd@denx.de>
18791
18792 commit 3f1649fb0dfb1e5c8890de154c332c394db5cdb5
18793 Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
18794 Date:   Tue Jul 28 09:33:17 2009 +0200
18795
18796     Fix LZMA string.h header inclusion issue and remove unused variables.
18797
18798     Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
18799
18800 commit 1c6232f1e2eae87e0e36d489611eb6891dff21e1
18801 Author: Jens Scharsig <esw@bus-elektronik.de>
18802 Date:   Mon Jul 27 15:28:42 2009 +0200
18803
18804     bus_vcxk.c: fix warning: unused variable 'lineptr'
18805
18806     Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
18807
18808 commit 18304f7675e84252965b4e24cba279071f1da472
18809 Author: Mike Frysinger <vapier@gentoo.org>
18810 Date:   Fri Jul 24 17:51:27 2009 -0400
18811
18812     env: kill off default_environment_size
18813
18814     The only environment type that uses this variable is spi flash, and that is
18815     only because it is reimplementing the common set_default_env() function.
18816     So fix the spi flash code and kill off the default_environment_size in the
18817     process.
18818
18819     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18820
18821 commit bedd8403f77f790e9876578885eab1200ba2f8d8
18822 Author: Mike Frysinger <vapier@gentoo.org>
18823 Date:   Thu Jul 23 16:37:48 2009 -0400
18824
18825     export SPI functions to standalone apps
18826
18827     While we're here, fix the broken #ifdef handling in _exports.h.
18828
18829     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18830
18831 commit 3b9043a7c03290c9bdbef03848307263f5f3472c
18832 Author: Penda Naveen Kumar <pnaveen@ti.com>
18833 Date:   Fri Jul 31 00:06:36 2009 +0530
18834
18835     omap3: bug fix for NOR boot support
18836
18837     This patch provides bug fix, when omap3 uses nor boot.
18838
18839     Signed-off-by: Penda Naveen Kumar<pnaveen@ti.com>
18840     Acked-by: Dirk Behme <dirk.behme@googlemail.com>
18841
18842 commit 61c68ae0b43bb5d6ab32958c45289aa197b1a2d1
18843 Author: Michael Evans <horse_dung@hotmail.com>
18844 Date:   Mon Jul 13 20:13:45 2009 +0100
18845
18846     Fix examples for OMAP3 boards...
18847
18848     The attached patch corrects an error in the examples/Makefile which
18849     causes the applications in the examples directory to hang on OMAP3
18850     based boards. The current Makefile sets -Ttext during linking to
18851     0x0c100000 which is outside of addressable SDRAM memory. The script
18852     corrects the existing ifeq...else...endif logic to look at the VENDOR
18853     tag rather than the CPU tag.
18854
18855     The patch affects the following configs: omap3_beagle_config,
18856     omap3_overo_config, omap3_evm_config, omap3_pandora_config,
18857     omap3_zoom1_config and omap3_zoom2_config.
18858
18859     Signed-off-by: Michael Evans <horse_dung@hotmail.com>
18860
18861     Edited commit message.
18862     Signed-off-by: Wolfgang Denk <wd@denx.de>
18863
18864 commit a3d1421dfd0bb1a729e171f8a093ac837f92cec6
18865 Author: Dirk Behme <dirk.behme@googlemail.com>
18866 Date:   Sat Aug 8 09:30:23 2009 +0200
18867
18868     omap3: use only fixed-size types inside ctrl_structs
18869
18870     replace variable types in ctrl_structs for omap3 by those with
18871     fixed size (u8, u16, u32).
18872     Additional ifndef-protection is needed by examples which do not
18873     compile when including asm/types.h
18874
18875     Signed-off-by: Matthias Ludwig <mludwig@ultratronik.de>
18876     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
18877
18878 commit 894113529e3a04871544dde977d6d7adee05d3bf
18879 Author: Dirk Behme <dirk.behme@googlemail.com>
18880 Date:   Sat Aug 8 09:30:22 2009 +0200
18881
18882     omap3: replace all instances of gpmc config struct by one global
18883
18884     Signed-off-by: Matthias Ludwig <mludwig@ultratronik.de>
18885     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
18886
18887 commit 97a099eaa48d5c762c4f73c52c3090c513b8b877
18888 Author: Dirk Behme <dirk.behme@googlemail.com>
18889 Date:   Sat Aug 8 09:30:21 2009 +0200
18890
18891     omap3: remove typedefs for configuration structs
18892
18893     Signed-off-by: Matthias Ludwig <mludwig@ultratronik.de>
18894     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
18895
18896 commit aa0707897c49c330b7d6b8d8362e44f60f224732
18897 Author: Roy Zang <tie-fei.zang@freescale.com>
18898 Date:   Fri Jul 31 13:34:02 2009 +0800
18899
18900     Add Intel E1000 PCIE card support
18901
18902     Based on Intel PRO/1000 Network Driver 7.3.20-k2
18903       Add Intel E1000 PCIE card support. The following cards are added:
18904       INTEL_82571EB_COPPER
18905       INTEL_82571EB_FIBER,
18906       INTEL_82571EB_SERDES
18907       INTEL_82571EB_QUAD_COPPER
18908       INTEL_82571PT_QUAD_COPPER
18909       INTEL_82571EB_QUAD_FIBER
18910       INTEL_82571EB_QUAD_COPPER_LOWPROFILE
18911       INTEL_82571EB_SERDES_DUAL
18912       INTEL_82571EB_SERDES_QUAD
18913       INTEL_82572EI_COPPER
18914       INTEL_82572EI_FIBER
18915       INTEL_82572EI_SERDES
18916       INTEL_82572EI
18917       INTEL_82573E
18918       INTEL_82573E_IAMT
18919       INTEL_82573L
18920       INTEL_82546GB_QUAD_COPPER_KSP3
18921       INTEL_80003ES2LAN_COPPER_DPT
18922       INTEL_80003ES2LAN_SERDES_DPT
18923       INTEL_80003ES2LAN_COPPER_SPT
18924       INTEL_80003ES2LAN_SERDES_SPT
18925
18926      82571EB_COPPER dual ports,
18927      82572EI single port,
18928      82572EI_COPPER single port PCIE cards
18929      and
18930      82545EM_COPPER,
18931      82541GI_LF
18932      pci cards are tested on both  P2020 board
18933      and MPC8544DS board.
18934
18935      Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
18936
18937     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18938
18939 commit 86848a74c3c8eb2f8dd179d039ee604dc45288cf
18940 Author: Mike Frysinger <vapier@gentoo.org>
18941 Date:   Wed Jul 15 21:31:28 2009 -0400
18942
18943     net: sync env ethaddr to device enetaddr in eth_init()
18944
18945     In the previous enetaddr refactoring, the assumption with commit 56b555a644
18946     was that the eth layer would handle the env -> device enetaddr syncing.
18947     This was not the case as eth_initialize() is called only once and the sync
18948     occurs there.  So make sure the eth_init() function does the env -> device
18949     sync with every network init.
18950
18951     Reported-by: Andrzej Wolski <awolski@poczta.fm>
18952     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18953     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18954
18955 commit 0ebf04c607b54a352629dcf7e76b76f1785dae54
18956 Author: Robin Getz <rgetz@blackfin.uclinux.org>
18957 Date:   Thu Jul 23 03:01:03 2009 -0400
18958
18959     minor debug cleanups in ./net
18960
18961      Minor ./net cleanups - no functional changes
18962       - change #ifdef DEBUG printf(); #endif to just debug()
18963       - changed __FUNCTION__ to __func__
18964       - got rid of extra whitespace between function and opening brace
18965       - removed unnecessary braces on if statements
18966
18967      gcc dead code elimination should make this functionally/size equivalent
18968      when DEBUG is not defined. (confirmed on Blackfin, with gcc 4.3.3).
18969
18970      Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
18971
18972     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18973
18974 commit 187af954cf7958c24efcf0fd62289bbdb4f1f24e
18975 Author: Matthias Ludwig <mludwig@ultratronik.de>
18976 Date:   Tue May 19 09:09:31 2009 +0200
18977
18978     omap3: embedd gpmc_cs into gpmc config struct
18979
18980     Embedd chip select configuration into struct for gpmc config
18981     instead of having it completely separated as suggested by
18982     Wolfgang Denk on
18983     http://lists.denx.de/pipermail/u-boot/2009-May/052247.html
18984
18985     Signed-off-by: Matthias Ludwig <mludwig@ultratronik.de>
18986
18987 commit 06bffc6ea52d4b390843d295d438b2037d12e5fd
18988 Author: David Brownell <david-b@pacbell.net>
18989 Date:   Thu Jul 16 18:40:55 2009 -0700
18990
18991     rm9200 lowevel_init: don't touch reserved/readonly registers
18992
18993     For some reason the AT91rm9200 lowlevel init writes to a bunch of
18994     reserved or read-only addresses.  All the boards seem to define the
18995     value-to-be-written values as zero ... but they shouldn't actually
18996     be writing *anything* there.
18997
18998     No documented erratum justifies these accesses.  It looks like maybe
18999     some pre-release BDI-2000 setup code has been carried along by cargo
19000     cult programming since at least late 2004 (per GIT history).
19001
19002     Here's a patch disabling what seems to be bogosity.  Tested on a
19003     csb337; there were no behavioral changes.
19004
19005     Signed-off-by: David Brownell <david-b@pacbell.net>
19006
19007     on RM9200ek
19008     Tested-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19009
19010 commit 301b7db88fbdf7d118efb79b371b2527a2c31868
19011 Author: David Hunter <hunterd42@gmail.com>
19012 Date:   Thu Jul 30 14:32:49 2009 -0700
19013
19014     pxa: Fix typo in GCDR(x)
19015
19016     Fix a typo in the GCDR(x) macro. It's a good thing no one was using it.
19017
19018     Signed-off-by: David Hunter <hunterd42@gmail.com>
19019
19020 commit 3c448e648221879ae0e030e94508b4f9f63b7ab8
19021 Author: Eric Benard <eric@eukrea.com>
19022 Date:   Sat Jul 18 23:45:15 2009 +0200
19023
19024     Add AT91SAM9260 to at91's lowlevel_init.S
19025
19026     Needed for AT91SAM9260 NOR Boot on Eukrea's CPU9260.
19027
19028     Signed-off-by: Eric Benard <eric@eukrea.com>
19029
19030 commit 56bdfa961242fc6acaeebc800640a12b28db3899
19031 Author: Dirk Eibach <eibach@gdsys.de>
19032 Date:   Thu Jul 30 09:36:33 2009 +0200
19033
19034     ppc4xx: Remove check for PPC460EX from CompactCenter
19035
19036     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
19037     Signed-off-by: Stefan Roese <sr@denx.de>
19038
19039 commit c3fa4f0c8684c862ecd3fb622fab1e17e44e82e1
19040 Author: Stefan Roese <sr@denx.de>
19041 Date:   Wed Jul 29 08:46:10 2009 +0200
19042
19043     ppc4xx: Add support for PPC460EX/460GT rev B chip to AMCC Canyonlands
19044
19045     This patch is based on a diff created by Phong Vo from AMCC.
19046
19047     Signed-off-by: Phong Vo <pvo@amcc.com>
19048     Signed-off-by: Stefan Roese <sr@denx.de>
19049
19050 commit 89bcc4875007ef6608297dc11e7a0d1fbd9900d2
19051 Author: Stefan Roese <sr@denx.de>
19052 Date:   Wed Jul 29 08:45:27 2009 +0200
19053
19054     ppc4xx: Add basic support for AMCC PPC460EX/460GT rev B chips
19055
19056     This patch is based on a diff created by Phong Vo from AMCC.
19057
19058     Signed-off-by: Phong Vo <pvo@amcc.com>
19059     Signed-off-by: Stefan Roese <sr@denx.de>
19060
19061 commit 82a7edc7ea8f5fe55fed4ff7e127469569e539c4
19062 Author: Stefan Roese <sr@denx.de>
19063 Date:   Tue Jul 28 15:12:04 2009 +0200
19064
19065     ppc4xx: Canyonlands-NAND-boot: Support 2 Crucial 512MByte SODIMM's
19066
19067     Some Canyonlands boards are equipped with different SODIMM's. This is no
19068     problem with the "normal" NOR booting Canyonlands U-Boot, since it
19069     automatically detects the SODIMM's via SPD data and correctly configures
19070     them. But the NAND booting version is different. Here we only have 4k
19071     of image size to completely setup the hardware, including DDR2 setup.
19072     So we need to use a fixed DDR2 setup here. This doesn't work for different
19073     SODIMM's right now.
19074
19075     Currently only this Crucial SODIMM is support:
19076     CT6464AC667.8FB (dual ranked)
19077
19078     Now some boards are shipped with this SODIMM:
19079     CT6464AC667.4FE (single ranked)
19080
19081     This patch now supports both SODIMM's by configuring first for the dual
19082     ranked DIMM. A quick shows, if this module is really installed. If this test
19083     fails, the DDR2 controller is re-configured for the single
19084     ranked SODIMM.
19085
19086     Tested with those SODIMM's:
19087
19088     CT6464AC667.8FB (dual ranked)
19089     CT6464AC667.4FE (single ranked)
19090
19091     Signed-off-by: Stefan Roese <sr@denx.de>
19092
19093 commit 27dd5f8e1062684f1ba685760409d9b2ab6691bf
19094 Author: Stefan Roese <sr@denx.de>
19095 Date:   Tue Jul 28 10:56:03 2009 +0200
19096
19097     ppc4xx: amcc: Move "kernel_addr_r" etc to higher locations (> 16MB)
19098
19099     This patch moves the load addresses for kernel, fdt and ramdisk to higher
19100     addresses (>= 16MB). This enables booting of bigger kernel images (e.g.
19101     lockdep enabled).
19102
19103     Signed-off-by: Stefan Roese <sr@denx.de>
19104
19105 commit 6942efc2be1b90054fa4afa5cda7023469fe08b9
19106 Author: Stefan Roese <sr@denx.de>
19107 Date:   Tue Jul 28 10:50:32 2009 +0200
19108
19109     ppc4xx: amcc: Set CONFIG_SYS_BOOTMAPSZ to 16MB for big kernels
19110
19111     This patch changes CONFIG_SYS_BOOTMAPSZ from 8MB to 16MB which is the
19112     initial TLB on 40x PPC's in the Linux kernel. With this change even bigger
19113     Linux kernels (> 8MB) can be booted.
19114
19115     This patch also sets CONFIG_SYS_BOOTM_LEN to 16MB (default 8MB) to enable
19116     decompression of bigger images.
19117
19118     Signed-off-by: Stefan Roese <sr@denx.de>
19119
19120 commit 901be89a27e11b2627c132ee87c7761bd6886091
19121 Author: Heiko Schocher <hs@denx.de>
19122 Date:   Tue Jul 28 14:53:44 2009 +0200
19123
19124     83xx, kmeter1, fix: update in the DTS the correct size for the first flash
19125
19126     When updating the "reg" in the "/localbus/flash@f0000000,0" node
19127     size was wrong updated for the first flash, because the total
19128     size was filled in, instead of the right size for it.
19129
19130     Signed-off-by: Heiko Schocher <hs@denx.de>
19131     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19132
19133 commit 4c2e3da82dc2b7f8b39b7f1d57f570e4bc5caa6d
19134 Author: Kumar Gala <kumar.gala@freescale.com>
19135 Date:   Tue Jul 28 21:49:52 2009 -0500
19136
19137     Update Freescale copyrights to remove "All Rights Reserved"
19138
19139     "All Rights Reserved" conflicts with the GPL.
19140
19141     Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
19142
19143 commit bb4291e62579dbc611e84eaaf973631e0bf129c7
19144 Author: Alessandro Rubini <rubini@unipv.it>
19145 Date:   Fri Jul 24 11:27:14 2009 +0200
19146
19147     arm nomadik: add i2c
19148
19149     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
19150     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
19151     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19152
19153 commit 60cbfbfd0fbebb4682f10ba96f622bfe17317598
19154 Author: Alessandro Rubini <rubini@unipv.it>
19155 Date:   Fri Jul 24 11:27:03 2009 +0200
19156
19157     arm nomadik: add gpio support
19158
19159     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
19160     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
19161     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19162
19163 commit 549b98306d897ae5991362d6096a36df50efe686
19164 Author: Tom Rix <Tom.Rix@windriver.com>
19165 Date:   Sun Jun 28 12:52:32 2009 -0500
19166
19167     OMAP3 Remove twl4030 defines
19168
19169     These defines have been subplanted by the equivelent defines in
19170     include/twl4030.h
19171
19172     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
19173     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19174     Acked-by: Heiko Schocher <hs@denx.de>
19175
19176 commit fccc0fcaaae5154612f8259365d26d04f204859f
19177 Author: Tom Rix <Tom.Rix@windriver.com>
19178 Date:   Sun Jun 28 12:52:31 2009 -0500
19179
19180     OMAP3 Move twl4030 mmc function
19181
19182     Because twl4030 now has its own device files, move and rename
19183     twl4030_mmc_config.
19184
19185     twl4030_mmc_config initializes the twl4030 power setting to
19186     the mmc device.  Because it is in the twl4030 power domain, move
19187     it out of drivers/mmc/omap3_mmc.c and into drivers/power/twl4030.c.
19188
19189     The function was renamed to twl4030_power_mmc_init because all
19190     the functions in this file are to have the format
19191
19192     twl4030_power_<device>_<action>
19193
19194     In this case the suffix is mmc_init so
19195     device : mmc
19196     action : init
19197
19198     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
19199     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19200     Acked-by: Heiko Schocher <hs@denx.de>
19201
19202 commit 2c15513010493435c78f83202940ac3be11de2c3
19203 Author: Tom Rix <Tom.Rix@windriver.com>
19204 Date:   Sun Jun 28 12:52:30 2009 -0500
19205
19206     OMAP3 Move twl4030 power and led functions
19207
19208     Because twl4030 now has its own device files, move exiting
19209     omap3 power_init_r to a new location.
19210
19211     power_init_r is the only function in board/omap3/common.
19212     It initializes the twl4030 power for the board and enables
19213     the led.
19214
19215     The power part of the the function is moved to twl4030_power_init in
19216     drivers/power/twl4030.c The power compilation is conditional on the
19217     existing config variable CONFIG_TWL4030_POWER.
19218
19219     The led part is moved to twl4030_led_init in the new file
19220     drivers/misc/twl4030_led.c  The led compilation is conditional on
19221     the new config variable CONFIG_TWL4030_LED
19222
19223     The directory board/omap3/common was removed because power_init_r
19224     was the only function in it.
19225
19226     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
19227     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19228     Acked-by: Heiko Schocher <hs@denx.de>
19229
19230 commit 3cb7a4805fc8fb4c09e4801e1c7d531186f20190
19231 Author: Wolfgang Denk <wd@denx.de>
19232 Date:   Tue Jul 28 22:13:52 2009 +0200
19233
19234     TQM8xx* boards: set larger SMC Rx buffer len
19235
19236     Commit 2b3f12c2 added support for configurable SMC Rx buffer length on
19237     8xx systems. Enable this feature on TQM8xx* based boards.
19238
19239     This fixes the problem that pasting text in the middle of a line
19240     (i. e. inserting in edit mode) did not work - only the first two
19241     characters got inserted, the rest was lost.
19242
19243     Signed-off-by: Wolfgang Denk <wd@denx.de>
19244
19245 commit 4b7511478b62a539e5b066d19a986b75e5d9a527
19246 Author: Wolfgang Denk <wd@denx.de>
19247 Date:   Tue Jul 28 22:07:37 2009 +0200
19248
19249     Fix ext2load return code
19250
19251     Make the ext2load command return 0 on success (instead of the file
19252     length).
19253
19254     Also fix output format (get rid of random newlines) and some coding
19255     style issues (long lines etc.).
19256
19257     Signed-off-by: Wolfgang Denk <wd@denx.de>
19258
19259 commit 56fdaadc124a8ef9ec0fd8ff578233ec3b1137be
19260 Author: Weirich, Bernhard <Bernhard.Weirich@riedel.net>
19261 Date:   Wed Jun 10 14:00:37 2009 +0200
19262
19263     ext2: fix inode size and calculations
19264
19265     Signed-off-by: unsik Kim <donari75@gmail.com>
19266     Signed-off-by: Bernhard Weirich <bernhard.weirich@riedel.net>
19267     Signed-off-by: Wolfgang Denk <wd@denx.de>
19268     Tested-by: Wolfgang Denk <wd@denx.de>
19269
19270 commit cd7826359ee71e8f6f3d68331930ab9cbe1c990e
19271 Author: Tom Rix <Tom.Rix@windriver.com>
19272 Date:   Sun Jun 28 12:52:29 2009 -0500
19273
19274     TWL4030 Add power reset button
19275
19276     The Zoom2 power reset button is on the top right side of the
19277     main board.  Press and hold for about to 8 seconds to completely
19278     reset the board.
19279
19280     Some of the beta boards have a hardware problem that prevents
19281     using this feature.  If is difficult to further characterize the
19282     boards that fail.  So disable resetting for all beta boards.
19283
19284     The Zoom1 reset button is the red circle on the top right,
19285     front of the board.  Press and hold the button for 8 seconds to
19286     completely reset the board.
19287
19288     After analyzing beagle, it was determined that other boards
19289     that use the twl4030 for power managment can also make use
19290     this function.
19291
19292     The resetting is done by the power management part of the twl4030.
19293     Since there is no existing drivers/power, add one.
19294
19295     The compilation of power/twl4030.h is controlled by the config
19296     variable CONFIG_TWL4030_POWER
19297
19298     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
19299     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19300     Acked-by: Heiko Schocher <hs@denx.de>
19301
19302 commit 8966eb4c1c2d894b2a76174ba904c26c5af815b8
19303 Author: Tom Rix <Tom.Rix@windriver.com>
19304 Date:   Sun Jun 28 12:52:28 2009 -0500
19305
19306     TWL4030 Add initial support
19307
19308     The TWL4030 supplies many peripherals for OMAP3 boards. These include
19309     power management, usb and, keyboard.
19310
19311     The product description is found here:
19312
19313     http://focus.ti.com/docs/prod/folders/print/tps65950.html
19314
19315     Product reference document, tps65950.pdf, is found here:
19316
19317     http://www.ti.com/lit/gpn/tps65950
19318
19319     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
19320     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19321     Acked-by: Heiko Schocher <hs@denx.de>
19322
19323 commit 7f79dfb48b7419d5caa1cf932fcff4e2fb7040af
19324 Author: Tom Rix <Tom.Rix@windriver.com>
19325 Date:   Sun Jun 28 12:52:27 2009 -0500
19326
19327     OMAP I2C Fix the sampling clock.
19328
19329     This problem is seen on Zoom1 and Zoom2 in the startup and
19330     when i2c probe is used
19331
19332     Before :
19333
19334     In:    serial
19335     Out:   serial
19336     Err:   serial
19337     timed out in wait_for_bb: I2C_STAT=1000
19338     timed out in wait_for_bb: I2C_STAT=1000
19339     timed out in wait_for_bb: I2C_STAT=1000
19340     timed out in wait_for_pin: I2C_STAT=1000
19341     I2C read: I/O error
19342     timed out in wait_for_bb: I2C_STAT=1000
19343     timed out in wait_for_bb: I2C_STAT=1000
19344     Die ID #327c00020000000004013ddd05026013
19345     Hit any key to stop autoboot:  0
19346     OMAP3 Zoom1# i2c probe
19347     Valid chip addresses:timed out in wait_for_bb: I2C_STAT=1000
19348      02 03 04 05 06 07 08 09 0A 0B 0C 0D <snip>
19349
19350     After :
19351
19352     In:    serial
19353     Out:   serial
19354     Err:   serial
19355     Die ID #327c00020000000004013ddd05026013
19356     Hit any key to stop autoboot:  0
19357     OMAP3 Zoom1# i2c probe
19358     Valid chip addresses: 48 49 4A 4B
19359
19360     The addresses are for the twl4030.
19361
19362     The prescalar that converts the function clock to the sampling
19363     clock is hardcoded to 0.  The reference manual recommends 7
19364     if the function clock is 96MHz.
19365
19366     Instead of just changing the hardcoded values, the prescalar
19367     is calculated from the value I2C_IP_CLK.
19368
19369     The i2c #defines are in kHz.  The speed passed into the
19370     i2c init routine is in Hz.  To be consistent, change the
19371     defines to be in Hz.
19372
19373     The timing calculations are based on what is done in the
19374     linux 2.6.30 kernel in drivers/i2c/buses/i2c_omap.c as
19375     apposed to what is done in TRM.
19376
19377     The major variables in the timing caculations are
19378     specified as #defines that can be overriden as required.
19379
19380     The variables and their defaults are
19381
19382     I2C_IP_CLK                          SYSTEM_CLOCK_96
19383     I2C_INTERNAL_SAMPLING_CLK           19200000
19384     I2C_FASTSPEED_SCLL_TRIM                     6
19385     I2C_FASTSPEED_SCLH_TRIM                     6
19386     I2C_HIGHSPEED_PHASE_ONE_SCLL_TRIM   I2C_FASTSPEED_SCLL_TRIM
19387     I2C_HIGHSPEED_PHASE_ONE_SCLH_TRIM   I2C_FASTSPEED_SCLH_TRIM
19388     I2C_HIGHSPEED_PHASE_TWO_SCLL_TRIM   I2C_FASTSPEED_SCLL_TRIM
19389     I2C_HIGHSPEED_PHASE_TWO_SCLH                I2C_FASTSPEED_SCLH_TRIM
19390
19391     This was runtime verified on Zoom1, Zoom2, Beagle and Overo.
19392     The 400kHz and 3.4M cases were verifed on test Zoom1,
19393     Zoom2, Beagle and Overo configurations.
19394
19395     Testing for omap2 will be done in a second step as Nishanth
19396     and Jean-Christophe commented.
19397
19398     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
19399     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19400     Acked-by: Heiko Schocher <hs@denx.de>
19401
19402 commit 4ce5a72851ff2960543b125866c6132e0094e1ee
19403 Author: Heiko Schocher <hs@denx.de>
19404 Date:   Mon Jul 20 09:59:37 2009 +0200
19405
19406     arm, i2c: added support for the TWSI I2C Interface
19407
19408     Signed-off-by: Heiko Schocher <hs@denx.de>
19409
19410 commit 042d01c72e0ea95731708dd24bb8b6cf42e75c80
19411 Author: Stefan Roese <sr@denx.de>
19412 Date:   Mon Jul 27 09:13:38 2009 +0200
19413
19414     ppc4xx: Fix problem with NOR range assignment in Canyonlands ft_board_setup
19415
19416     This patch fixes the problem, that the current fdt board fixup code only
19417     set's one range, the one for NOR. By this it's overwriting the already
19418     correctly configured values done in __ft_board_setup(). Just remove this
19419     now unneeded NOR fixup and all the ranges are correctly defined.
19420
19421     Signed-off-by: Stefan Roese <sr@denx.de>
19422     Cc: Dirk Eibach <eibach@gdsys.de>
19423     Cc: Felix Radensky <felix@embedded-sol.com>
19424
19425 commit 11a1604f8d0a8d936b42f6435d004b4aa33a5d87
19426 Author: Stefan Roese <sr@denx.de>
19427 Date:   Mon Jul 27 07:42:48 2009 +0200
19428
19429     ppc4xx: Add some NAND-booting bootstrap entries to Kilauea chip_config cmd
19430
19431     This patch adds some I2C bootstrap setting for NAND booting to the Kilauea
19432     chip_config command ("533-nand" and "600-nand").
19433
19434     Additionally some incorrectly indented lines are fixed.
19435
19436     Signed-off-by: Stefan Roese <sr@denx.de>
19437
19438 commit 5b34691ff87821891375b28ec5bcf5154575a735
19439 Author: Stefan Roese <sr@denx.de>
19440 Date:   Mon Jul 27 07:42:37 2009 +0200
19441
19442     ppc4xx: Kilauea: Fix SDRAM init in NAND booting version
19443
19444     DDR2 Auto-calibration needs to be disabled on the NAND booting PPC4xx
19445     targets. Otherwise the configured fixed init values for some DDR2
19446     controller registers (e.g. RQDC) are not initialized at all resulting
19447     in a non working SDRAM.
19448
19449     Signed-off-by: Stefan Roese <sr@denx.de>
19450
19451 commit f3ed3c9b7441cde936d06a1ff7b1490ff0d600e6
19452 Author: Stefan Roese <sr@denx.de>
19453 Date:   Mon Jul 27 10:53:43 2009 +0200
19454
19455     ppc4xx: Fix Arches DDR2 initialization
19456
19457     Testing on AMCC Arches with the latest U-Boot version yielded that DDR2
19458     initialization is currently broken. U-Boot hangs upon relocation to SDRAM
19459     or crashes with random traps. This patch fixes this problem. Arches now
19460     uses a different WRDTR and CLKTR default setting than Canyonlands/Glacier.
19461
19462     Signed-off-by: Stefan Roese <sr@denx.de>
19463
19464 commit ab4c62c1ba788bf7f673a985d99a76d9c2fd7eca
19465 Author: Dirk Eibach <eibach@gdsys.de>
19466 Date:   Mon Jul 27 08:49:48 2009 +0200
19467
19468     ppc4xx: Add GDsys CompactCenter board support.
19469
19470     Board support for the Guntermann & Drunck CompactCenter and
19471     DevCon-Center.
19472     Based on the AMCC Canyonlands board support by Stefan Roese.
19473
19474     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
19475     Signed-off-by: Stefan Roese <sr@denx.de>
19476
19477 commit c2e49f706ba13213f3c8da3a33e88010214e1997
19478 Author: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
19479 Date:   Sat Jul 25 06:19:12 2009 +0200
19480
19481     mpc83xx: Add esd VME8349 board support
19482
19483     This patch adds support for the esd VME8349 board equipped with the
19484     MPC8349. It's a VME PMC carrier board equipped with the Tundra
19485     TSI148 VME-bridge.
19486
19487     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
19488     Signed-off-by: Stefan Roese <sr@denx.de>
19489     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19490
19491 commit fe613cdd4eb2c5b257a60d8dfb7759742318c28a
19492 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
19493 Date:   Thu Jul 23 17:10:55 2009 -0400
19494
19495     sbc8349: combine HRCW flash and u-boot image flash
19496
19497     Up to this point in time, the sbc8349 board was storing the u-boot
19498     image in flash 2x.  One for the HRCW value at the beginning of
19499     flash (0xff80_0000), and once close to the end of flash (0xfff8_0000)
19500     for the actual image that got executed.
19501
19502     This moves the TEXT_BASE to be the beginning of flash, which makes
19503     the second copy of the image redundant, and frees up the flash
19504     from the end of the environment storage to the end of the flash
19505     device itself.
19506
19507     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
19508     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19509
19510 commit be9b56df02168ca97562d6b9ec791136e4cd925a
19511 Author: Kim Phillips <kim.phillips@freescale.com>
19512 Date:   Thu Jul 23 14:09:38 2009 -0500
19513
19514     mpc83xx: CONFIG_83XX_GENERIC_PCI is now synonymous with CONFIG_PCI; remove the former
19515
19516     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19517
19518 commit 94978e19f31d225b4f7d97c4acbac1ecfaeb8f69
19519 Author: Wolfgang Denk <wd@denx.de>
19520 Date:   Mon Jul 27 10:37:37 2009 +0200
19521
19522     Prepare 2009.08-rc1 (again, after fixing last minute issues).
19523
19524     Update CHANGELOG
19525
19526     Signed-off-by: Wolfgang Denk <wd@denx.de>
19527
19528 commit 9689ddcca6e01f3637b4442fa8575f29ef4d7aa3
19529 Author: Wolfgang Denk <wd@denx.de>
19530 Date:   Mon Jul 27 10:06:39 2009 +0200
19531
19532     cpu/arm920t/start.S: include <common.h> to have ROUND() defined
19533
19534     Commit fcd3c87e made include/common.h usable by assembler code but
19535     failed to update cpu/arm920t/start.S
19536
19537     Signed-off-by: Wolfgang Denk <wd@denx.de>
19538
19539 commit c9ed38cb6de50fdb4aaa60b668c555002903b211
19540 Author: Wolfgang Denk <wd@denx.de>
19541 Date:   Mon Jul 27 10:01:11 2009 +0200
19542
19543     at91cap9adk: fix #ifdef/#endif pairing (2nd try)
19544
19545     Commit 7024aa14 was supposed to fix the #ifdef/#endif pairing in
19546     include/configs/at91cap9adk.h, but did not cate all problems.
19547
19548     Signed-off-by: Wolfgang Denk <wd@denx.de>
19549
19550 commit fb364bec5f29164d3ee681fcd9d187be8435db12
19551 Author: Wolfgang Denk <wd@denx.de>
19552 Date:   Mon Jul 27 09:58:14 2009 +0200
19553
19554     Fix include/common.h for boards with CONFIG_STATUS_LED
19555
19556     The reordering of include/common.h by commit fcd3c87e495f3c48 broke
19557     boards with status LED support, resulting in
19558         error: #error Status LED configuration missing
19559     errors. Undo this reordering to avoid this issue.
19560
19561     Signed-off-by: Wolfgang Denk <wd@denx.de>
19562
19563 commit 942828a0980b3cea7db698784cc7f6a3e7740b2b
19564 Author: Wolfgang Denk <wd@denx.de>
19565 Date:   Mon Jul 27 09:19:15 2009 +0200
19566
19567     ABI: fix build problems due to now needed div64 routine.
19568
19569     Signed-off-by: Wolfgang Denk <wd@denx.de>
19570
19571 commit 85d6bf0bdc8ccad2d67a9160472f6f8c6bb482fb
19572 Author: Wolfgang Denk <wd@denx.de>
19573 Date:   Mon Jul 27 08:50:59 2009 +0200
19574
19575     PMC405DE: fix out of tree building
19576
19577     Signed-off-by: Wolfgang Denk <wd@denx.de>
19578
19579 commit 10c7604d021949464b1e4ba903df95e6b2f0d2ff
19580 Author: Wolfgang Denk <wd@denx.de>
19581 Date:   Mon Jul 27 00:24:55 2009 +0200
19582
19583     Prepare 2009.08-rc1
19584
19585     Update CHANGELOG, minor coding style fix.
19586
19587     Signed-off-by: Wolfgang Denk <wd@denx.de>
19588
19589 commit fafbb2c3e4b35b60ca303ed2ad1c6cf400cd9a22
19590 Author: rhabarber1848@web.de <rhabarber1848@web.de>
19591 Date:   Fri Jul 24 08:16:30 2009 +0200
19592
19593     add WATCHDOG_RESET to allow LZMA kernel decompression on slow machines
19594
19595     Signed-off-by: rhabarber1848@web.de
19596
19597 commit 3c972849f2becbf19c13a24f090d293f37ecf616
19598 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
19599 Date:   Thu Jul 23 23:31:58 2009 +0200
19600
19601     Less verbose output when loading vxworks 6.x images
19602
19603     Loading vxWorks 5.x images resulted just into 3 or 4 lines of output.
19604     With vxWorks 6.x and the new GCC it emits about 30 lines, which is
19605     far too noisy in my opinion.
19606
19607     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
19608
19609 commit fcd3c87e495f3c48b70c919869fb1e0b93d4880b
19610 Author: Wolfgang Denk <wd@denx.de>
19611 Date:   Fri Jul 24 00:17:48 2009 +0200
19612
19613     Make include/common.h usable by assembler code
19614
19615     Commit 70ebf316 factored out the ROUND() macro into include/common.h,
19616     not realizing that the primary use of this macro on AT91 systems was
19617     in start.S where common.h was not included, and could not be included
19618     because it contains a lot of C code which the assembler doesn't
19619     understand.
19620
19621     This patch wraps such code in common.h in a "#ifndef __ASSEMBLY__"
19622     construct, and then adds an include to cpu/arm926ejs/start.S thus
19623     solving the problem.
19624
19625     Signed-off-by: Wolfgang Denk <wd@denx.de>
19626
19627 commit deec15b3064d3bb0189aede3c2921fd7ee401a0f
19628 Author: Heiko Schocher <heiko.schocher@invitel.hu>
19629 Date:   Thu Jul 23 13:27:04 2009 +0200
19630
19631     arm: add _lshrdi3.S
19632
19633     Signed-off-by: Heiko Schocher <hs@denx.de>
19634
19635 commit 52b1bf2c5cd2f8af880dab503d0039b35570665b
19636 Author: Wolfgang Denk <wd@denx.de>
19637 Date:   Thu Jul 23 13:15:59 2009 +0200
19638
19639     Make linking against libgcc configurable
19640
19641     Many (especially ARM) tool chains seem to come with broken or
19642     otherwise unusable (for the purposes of builing U-Boot) run-time
19643     support libraries `libgcc.a'. By using the "USE_PRIVATE_LIBGCC"
19644     setting we allow to use alternative libraries instead.
19645
19646     "USE_PRIVATE_LIBGCC" can either be set as an environment variable in
19647     the shell, or as a command line argument when running "make", i. e.
19648         $ make USE_PRIVATE_LIBGCC=yes
19649     or
19650         $ USE_PRIVATE_LIBGCC=yes
19651         $ export USE_PRIVATE_LIBGCC
19652         $ make
19653
19654     The value of "USE_PRIVATE_LIBGCC" is the name of the directory which
19655     contains the alternative run-time support library `libgcc.a'. The
19656     special value "yes" selects the directory $(OBJTREE)/lib_$(ARCH) .
19657
19658     Note that not all architectures provide an alternative `libgcc.a' in
19659     their lib_$(ARCH) directories - so far, only ARM does.
19660
19661     Signed-off-by: Wolfgang Denk <wd@denx.de>
19662     Cc: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19663     Cc: Prafulla Wadaskar <prafulla@marvell.com>
19664     cc: Stefan Roese <sr@denx.de>
19665
19666 commit 479105065d965121f57b55dcfe83a940cba46ac1
19667 Author: Dirk Behme <dirk.behme@googlemail.com>
19668 Date:   Wed Jul 22 17:51:56 2009 +0200
19669
19670     Use do_div from div64.h for vsprintf
19671
19672     Use do_div from div64.h for vsprintf in case of 64bit division.
19673     For 32bit division, do_div from div64.h can't be used as it
19674     needs a 64bit parameter.
19675
19676     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
19677     Acked-by: Stefan Roese <sr@denx.de>
19678     CC: Simon Kagstrom <simon.kagstrom@netinsight.net>
19679
19680 commit 48287792384a93d77d43aaaa1c06cac275bbe1bb
19681 Author: Kyungmin Park <kmpark@infradead.org>
19682 Date:   Mon Jul 20 09:47:47 2009 +0900
19683
19684     Fix compiler warnings after loff_t change
19685
19686     Now 'env_addr' type is loff_t so use correct field type.
19687
19688     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
19689
19690 commit 9c67352f727a5b5eff531c852f9cff59fcb17f7f
19691 Author: Wolfgang Denk <wd@denx.de>
19692 Date:   Sun Jul 26 23:28:02 2009 +0200
19693
19694     Revert "ppc: Unlock cache-as-ram in a consistent manner"
19695
19696     This reverts commit 982adfc610669482a32127282fe489857a92cfe3.
19697
19698     This patch causes problems on MPC83xx boards - flash recognition stops
19699     working.
19700
19701     Signed-off-by: Wolfgang Denk <wd@denx.de>
19702
19703 commit 35cf3b57eafe3ee1f693e24267e0ecfefab60251
19704 Author: Jens Scharsig <esw@bus-elektronik.de>
19705 Date:   Fri Jul 24 10:31:48 2009 +0200
19706
19707     update the EB+MCF-EV123 board support
19708
19709     This patch updates the support for EB+MCF-EV123 board and needs
19710     the [PATCH 1/2 V3] new video driver for bus vcxk framebuffers
19711
19712     * remove the board framebuffer driver
19713     * use the common bus_vcxk framebuffer driver
19714     * adds bmp support
19715     * adds splashimage support
19716     * fix serveral cosmetical errors
19717
19718     Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
19719     [agust@denx.de: fixed some style issues before applying]
19720     Signed-off-by: Anatolij Gustschin <agust@denx.de>
19721
19722 commit 04538cdb752eeea8fd23cf7ac3394439f189fb77
19723 Author: Anatolij Gustschin <agust@denx.de>
19724 Date:   Sun Jul 26 12:05:25 2009 +0200
19725
19726     video: bus_vcxk.c: fix style issues added by 50217dee
19727
19728     Signed-off-by: Anatolij Gustschin <agust@denx.de>
19729
19730 commit 50217deeb07911d686790d34d468eb9a5245f68d
19731 Author: Jens Scharsig <esw@bus-elektronik.de>
19732 Date:   Fri Jul 24 10:09:02 2009 +0200
19733
19734     new video driver for bus vcxk framebuffers
19735
19736     This patch adds a new video driver
19737
19738     * adds common bus_vcxk framebuffer driver
19739
19740     Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
19741     [agust@denx.de: fixed lots of style issues before applying]
19742     Signed-off-by: Anatolij Gustschin <agust@denx.de>
19743
19744 commit 60e97419246d0a3615758ad6af40680aefb5f7f1
19745 Author: Alessandro Rubini <rubini@gnudd.com>
19746 Date:   Tue Jul 21 14:09:45 2009 +0200
19747
19748     lcd.h: define extern vidinfo_t for all cases
19749
19750     include/lcd.h has different vidinfo for different platforms,
19751     and several extern declaration, but one for the default case was
19752     missing. This makes them a single extern declaration for everyone.
19753
19754     Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
19755
19756 commit bcf0b5248952c6b03081dc5cc4ff9e0b2299c5fa
19757 Author: Anatolij Gustschin <agust@denx.de>
19758 Date:   Sun Jul 26 11:04:59 2009 +0200
19759
19760     mimc200.c: fix too long lines added by f68378d6
19761
19762     Signed-off-by: Anatolij Gustschin <agust@denx.de>
19763
19764 commit f68378d60a905d43155f2e89bf81999d3c93a90a
19765 Author: Mark Jackson <mpfj-list@mimc.co.uk>
19766 Date:   Tue Jul 21 11:35:22 2009 +0100
19767
19768     Add LCD support to MIMC200 board
19769
19770     This patch updates the MIMC200 files to enable the LCD.
19771
19772     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
19773
19774 commit 69f32e6c24d41fcdf347ff64e9c13b25059ace58
19775 Author: Mark Jackson <mpfj-list@mimc.co.uk>
19776 Date:   Tue Jul 21 11:18:44 2009 +0100
19777
19778     Add 16bit colour support in lcd.h
19779
19780     This patch adds support for LCD_COLOR16 in include/lcd.h.
19781
19782     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
19783
19784 commit bdc873ea063b8cc6d44c6ab748b7723a97d8d7b3
19785 Author: Anatolij Gustschin <agust@denx.de>
19786 Date:   Sun Jul 26 10:34:58 2009 +0200
19787
19788     lib_avr32/board.c: fix too long line added by 716ece1d
19789
19790     Signed-off-by: Anatolij Gustschin <agust@denx.de>
19791
19792 commit 716ece1de9a7d43a61d8698ac41b71b64f66f9e9
19793 Author: Mark Jackson <mpfj-list@mimc.co.uk>
19794 Date:   Tue Jul 21 11:11:37 2009 +0100
19795
19796     Add AVR32 LCD support
19797
19798     This patch adds support for the AVR32 LCD controller.  This patch is
19799     based off the latest u-boot-video.
19800
19801     A quick summary of what's going on:-
19802
19803     Enable LCDC pixel clock
19804     Enable LCDC port pins
19805     Add framebuffer pointer to global_data struct
19806     Allocate framebuffer
19807
19808     To use the new code, update your board config to include something like
19809     this:-
19810
19811     #define CONFIG_LCD                  1
19812
19813     #if defined(CONFIG_LCD)
19814     #define CONFIG_CMD_BMP
19815     #define CONFIG_ATMEL_LCD            1
19816     #define LCD_BPP                             LCD_COLOR16
19817     #define CONFIG_BMP_16BPP            1
19818     #define CONFIG_FB_ADDR                      0x10600000
19819     #define CONFIG_WHITE_ON_BLACK               1
19820     #define CONFIG_VIDEO_BMP_GZIP               1
19821     #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE              262144
19822     #define CONFIG_ATMEL_LCD_BGR555             1
19823     #define CONFIG_SYS_CONSOLE_IS_IN_ENV        1
19824     #define CONFIG_SPLASH_SCREEN                1
19825     #endif
19826
19827     The standard U-Boot BMP and Splash-screen features should just work.
19828
19829     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
19830     [agust@denx.de: fixed some style issues]
19831     Signed-off-by: Anatolij Gustschin <agust@denx.de>
19832
19833 commit 6111722a9281c6e04a7304d502556afff6a5a1f8
19834 Author: Alessandro Rubini <rubini@gnudd.com>
19835 Date:   Sun Jul 19 17:52:27 2009 +0200
19836
19837     video: move extern declarations from C to headers
19838
19839     This moves some extern declaration from lcd.c to lcd.h, removing
19840     unneeded ifdef around a pair of them.  Additionally, since
19841     gunzip_bmp() was declared static in cmd_bmp.c but extern in lcd.c, I
19842     removed the static.  The extra "#include <lcd.h>" in cmd_bmp.c is
19843     added to ensure the header is consistent with the source.
19844
19845     This has been compile-tested on both ARM (at91 boards) and PowerPC
19846     (HH405_config, TQM823L_LCD_config, mcc200_config), to test all use
19847     combinations.
19848
19849     Signed-off-by: Alessandro Rubini <rubini@gnudd.it>
19850     [agust@denx.de: removed gunzip_bmp() fixes as commit c01171ea did it]
19851     Signed-off-by: Anatolij Gustschin <agust@denx.de>
19852
19853 commit f51e001143c58447eb50e7aefa2b09eb4cc1410c
19854 Author: Mike Frysinger <vapier@gentoo.org>
19855 Date:   Thu Jul 23 16:26:58 2009 -0400
19856
19857     Blackfin: restore EVT1 handling in linker script
19858
19859     Sadly, the Blackfin linker script unification lost a small #ifdef logic
19860     needed on older parts.  Restore that CONFIG_BFIN_BOOTROM_USES_EVT1 logic.
19861
19862     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19863
19864 commit f33b325af666b12eafa9ab235b2cd59832d6e51c
19865 Author: Wolfgang Denk <wd@denx.de>
19866 Date:   Fri Jul 24 14:24:07 2009 +0200
19867
19868     Revert "zlib: updated to v.1.2.3"
19869
19870     This reverts commit b201171f2b4d509f3ad510b214bee70ff902e3d6.
19871
19872     The commit caused problems for example when unpacking kernel images:
19873
19874            Uncompressing Kernel Image ... Error: inflate() returned -2
19875            GUNZIP: uncompress, out-of-mem or overwrite error - must
19876            RESET board to recover
19877
19878     Conflicts:
19879
19880         include/u-boot/zlib.h
19881         lib_generic/zlib.c
19882
19883     Signed-off-by: Wolfgang Denk <wd@denx.de>
19884
19885 commit 4b1389e0ceb19e9b50b96fd3908483a6c2274fb0
19886 Author: Stefan Roese <sr@denx.de>
19887 Date:   Tue Jul 21 14:06:29 2009 +0200
19888
19889     ppc4xx: Add chip_config command to AMCC Kilauea eval board
19890
19891     This patch removes the "alterpll" command and replaces it with the now
19892     ppc4xx standard "chip_config" command to configure the I2C bootstrap
19893     EEPROM.
19894
19895     Signed-off-by: Stefan Roese <sr@denx.de>
19896
19897 commit f6af8ce0c80327cb6aaa347642026ad838335c23
19898 Author: Stefan Roese <sr@denx.de>
19899 Date:   Tue Jul 21 14:33:52 2009 +0200
19900
19901     ppc4xx: Fix EEPROM configuration on Kilauea
19902
19903     Kilauea has an AT24C02 EEPROM which has an 8 byte page. Without defining
19904     CONFIG_SYS_EEPROM_PAGE_WRITE_BITS to 3 the "eeprom" command doesn't
19905     work correctly.
19906
19907     Additionally the page write delay (CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS)
19908     is set to a more defensive value of 10ms.
19909
19910     Signed-off-by: Stefan Roese <sr@denx.de>
19911
19912 commit 99d8b23bc7e2be04fcbf49c5cec9f5ae76df290c
19913 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
19914 Date:   Wed Jul 22 13:56:21 2009 +0200
19915
19916     ppc4xx: Add 405EP based PMC405DE board
19917
19918     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
19919     Signed-off-by: Stefan Roese <sr@denx.de>
19920
19921 commit da799f66ad1d4fc36dd20cc2d7e584493fda8546
19922 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
19923 Date:   Mon Jul 20 12:15:38 2009 +0200
19924
19925     ppc4xx: Add struct for 4xx GPIO controller registers
19926
19927     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
19928     Signed-off-by: Stefan Roese <sr@denx.de>
19929
19930 commit 58ea142fb2e969f32306c8da1dabfaebd6fa141a
19931 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
19932 Date:   Wed Jul 22 17:27:56 2009 +0200
19933
19934     ppc4xx: Replace 4xx lowercase SPR references
19935
19936     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
19937     Signed-off-by: Stefan Roese <sr@denx.de>
19938
19939 commit 87c0b72908e05662b8b415e26e1042f4779629da
19940 Author: Stefan Roese <sr@denx.de>
19941 Date:   Mon Jul 20 06:57:27 2009 +0200
19942
19943     Add "chip_config" command for PPC4xx bootstrap configuration
19944
19945     This patch adds a generic command for programming I2C bootstrap
19946     eeproms on PPC4xx. An implementation for Canyonlands board is
19947     included.
19948
19949     The command name is intentionally chosen not to be PPC4xx specific.
19950     This way other CPU's/SoC's can implement a similar command under
19951     the same name, perhaps with a different syntax.
19952
19953     Usage on Canyonlands:
19954
19955     => chip_config
19956     Available configurations (I2C address 0x52):
19957     600-nor          - NOR  CPU: 600 PLB: 200 OPB: 100 EBC: 100
19958     600-nand         - NAND CPU: 600 PLB: 200 OPB: 100 EBC: 100
19959     800-nor          - NOR  CPU: 800 PLB: 200 OPB: 100 EBC: 100
19960     800-nand         - NAND CPU: 800 PLB: 200 OPB: 100 EBC: 100
19961     1000-nor         - NOR  CPU:1000 PLB: 200 OPB: 100 EBC: 100
19962     1000-nand        - NAND CPU:1000 PLB: 200 OPB: 100 EBC: 100
19963     1066-nor         - NOR  CPU:1066 PLB: 266 OPB:  88 EBC:  88 ***
19964     1066-nand        - NAND CPU:1066 PLB: 266 OPB:  88 EBC:  88
19965     => chip_config 600-nor
19966     Using configuration:
19967     600-nor          - NOR  CPU: 600 PLB: 200 OPB: 100 EBC: 100
19968     done (dump via 'i2c md 52 0.1 10')
19969     Reset the board for the changes to take effect
19970
19971     Other 4xx boards will be migrated to use this command soon
19972     as well.
19973
19974     Signed-off-by: Stefan Roese <sr@denx.de>
19975     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
19976     Acked-by: Matthias Fuchs <matthias.fuchs@esd.eu>
19977
19978 commit 10c1b218556ed9871f36bc0c407f4f2f6196353b
19979 Author: Peter Tyser <ptyser@xes-inc.com>
19980 Date:   Fri Jul 17 19:01:16 2009 -0500
19981
19982     xpedite1k: Move to X-ES vendor directory
19983
19984     The XPedite1000 is an X-ES product thus it can be put in board/xes along
19985     with other X-ES boards.  Along with the move, the board was renamed to
19986     XPedite1000 from XPedite1K to fit X-ES's standard naming convention.
19987     Maintainership was also transfered to Peter Tyser.
19988
19989     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
19990     Signed-off-by: Stefan Roese <sr@denx.de>
19991
19992 commit 54381b79d268e1bead5d78ed8423df31a3cb0e2c
19993 Author: Peter Tyser <ptyser@xes-inc.com>
19994 Date:   Fri Jul 17 19:01:15 2009 -0500
19995
19996     xpedite1k: Sync checkboard() with other X-ES boards
19997
19998     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
19999     Signed-off-by: Stefan Roese <sr@denx.de>
20000
20001 commit 9b4ef1f5dc0daab64f46249a32e67279c4d44fd2
20002 Author: Peter Tyser <ptyser@xes-inc.com>
20003 Date:   Fri Jul 17 19:01:14 2009 -0500
20004
20005     xpedite1k: Sync up board config options with other X-ES boards
20006
20007     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20008     Signed-off-by: Stefan Roese <sr@denx.de>
20009
20010 commit 4cdad5f43ae67e4ceeac69ef4af4392bd2f7381f
20011 Author: Peter Tyser <ptyser@xes-inc.com>
20012 Date:   Fri Jul 17 19:01:13 2009 -0500
20013
20014     xpedite1k: Sync organization of board config with other X-ES boards
20015
20016     This change should have no functional effect
20017
20018     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20019     Signed-off-by: Stefan Roese <sr@denx.de>
20020
20021 commit c4ae1a0257a0f5008ee2686e8aa92fba3992f279
20022 Author: Peter Tyser <ptyser@xes-inc.com>
20023 Date:   Fri Jul 17 19:01:12 2009 -0500
20024
20025     xpedite1k: Sync up commands and environment with other X-ES boards
20026
20027     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20028     Signed-off-by: Stefan Roese <sr@denx.de>
20029
20030 commit fbc7951ea84c2fe6da0f6007b672ed35bae91acb
20031 Author: Peter Tyser <ptyser@xes-inc.com>
20032 Date:   Fri Jul 17 19:01:11 2009 -0500
20033
20034     xpedite1k: Disable unused ethernet port 1
20035
20036     The XPedite1000 only has 2 available ethernet ports:
20037     ppc_4xx_eth2 (EMAC2) and ppc_4xx_eth3 (EMAC3)
20038
20039     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20040     Signed-off-by: Stefan Roese <sr@denx.de>
20041
20042 commit 767e32ad369d83f55f950e6938e68b6dba7fa65f
20043 Author: Peter Tyser <ptyser@xes-inc.com>
20044 Date:   Fri Jul 17 19:01:10 2009 -0500
20045
20046     xpedite1k: Store environment in flash
20047
20048     Previously an I2C EEPROM was used.  The EEPROM had size, reliability,
20049     and access issues which are resolved by storing the environment in
20050     flash.
20051
20052     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20053     Signed-off-by: Stefan Roese <sr@denx.de>
20054
20055 commit b88da157f9990cd2cb081e4faea4b9581b5d0e2f
20056 Author: Peter Tyser <ptyser@xes-inc.com>
20057 Date:   Fri Jul 17 19:01:09 2009 -0500
20058
20059     xpedite1k: Add support for additional GPIO pins
20060
20061     Enable GPIO pins for an I2C EEPROM write protect, a system reset pin,
20062     and a PMC #MONARCH pin.  These pins are not currently used in U-Boot,
20063     but are used in OSes and may be used in U-Boot in the future.
20064
20065     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20066     Signed-off-by: Stefan Roese <sr@denx.de>
20067
20068 commit 42735815dd9ba39efe51203868aebce04053c8de
20069 Author: Peter Tyser <ptyser@xes-inc.com>
20070 Date:   Fri Jul 17 19:01:08 2009 -0500
20071
20072     xpedite1k: Add support for optional flashes
20073
20074     The XPedite1000 can be built with 4 total flashes:
20075     - 512KB AMD socketed
20076     - 16MB Intel soldered
20077     - 2 x 32MB AMD MirrorBit flashes
20078
20079     Add support for the optional 2 32MB CFI-compliant AMD flashes
20080
20081     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20082     Signed-off-by: Stefan Roese <sr@denx.de>
20083
20084 commit e02990764c7415c84668823a0fc8c5b4dd8d8cf0
20085 Author: Peter Tyser <ptyser@xes-inc.com>
20086 Date:   Fri Jul 17 19:01:07 2009 -0500
20087
20088     xpedite1k: Cleanup coding style
20089
20090     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20091     Signed-off-by: Stefan Roese <sr@denx.de>
20092
20093 commit 086ff34a3a7e5e595630d658c1c13778399452d1
20094 Author: Peter Tyser <ptyser@xes-inc.com>
20095 Date:   Fri Jul 17 19:01:06 2009 -0500
20096
20097     xpedite1k: Remove support for reading MACs from EEPROM
20098
20099     By default, the XPedite1000 comes installed with xMon, a proprietary
20100     bootloader.  xMon stores its MAC address in an onboard EEPROM.  Rather
20101     than requiring a non-standard location in the EEPROM to be reserved for
20102     MAC addresses, store the MAC addresses in U-Boot's standard environment.
20103     A U-Boot application or OS application can be used to migrate xMon MAC
20104     addresses to U-Boot's environment if necessary.
20105
20106     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20107     Signed-off-by: Stefan Roese <sr@denx.de>
20108
20109 commit 108d6d0099372f9f6532c3198fbaacabc121c9b3
20110 Author: Peter Tyser <ptyser@xes-inc.com>
20111 Date:   Fri Jul 17 19:01:05 2009 -0500
20112
20113     xpedite1k: Remove support for fixed SDRAM configuration
20114
20115     All XPedite1000's have SPD EEPROMs present and no fixed configuration
20116     parameters are currently defined or used
20117
20118     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20119     Signed-off-by: Stefan Roese <sr@denx.de>
20120
20121 commit c86d00a2ed923002f1ab0bfb0a925522628302e9
20122 Author: Peter Tyser <ptyser@xes-inc.com>
20123 Date:   Fri Jul 17 19:01:04 2009 -0500
20124
20125     xpedite1k: Remove CONFIG_SYS_DRAM_TEST support
20126
20127     POST or command line tests provide similar functionality
20128
20129     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20130     Signed-off-by: Stefan Roese <sr@denx.de>
20131
20132 commit 11ad309c183b176d8866944026a63c0f1c626f56
20133 Author: Peter Tyser <ptyser@xes-inc.com>
20134 Date:   Fri Jul 17 19:01:03 2009 -0500
20135
20136     xpedite1k: Use standard CFI flash driver
20137
20138     Using the CFI flash driver will allow write access to the 16MB Intel
20139     StrataFlash present on the XPedite1000.  The 512KB socketed (non
20140     CFI-compliant flash) will no longer be writable.
20141
20142     The mapping of the 16MB Strata flash was moved to 0xff000000 and the
20143     512KB AMD socketed flash was moved to 0xfe000000.
20144
20145     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20146     Signed-off-by: Stefan Roese <sr@denx.de>
20147
20148 commit d4d2e79bb433fc7ec18c68cc49cc6b7433d1320c
20149 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20150 Date:   Thu Jul 16 22:13:57 2009 +0200
20151
20152     ppc4xx: Cleanup PLU405 board code
20153
20154     Some Coding style cleanup (braces, whitespaces, long lines)
20155
20156     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
20157     Signed-off-by: Stefan Roese <sr@denx.de>
20158
20159 commit b209a114829dc8a7a0e39a9335b6e4aebf9742cb
20160 Author: Dirk Eibach <eibach@gdsys.de>
20161 Date:   Fri Jul 17 14:16:40 2009 +0200
20162
20163     ppc4xx: Add DL-Vision 405EP board support
20164
20165     Board support for the Guntermann & Drunck DL-Vision.
20166
20167     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
20168     Signed-off-by: Stefan Roese <sr@denx.de>
20169
20170 commit 9b1b8c8a1bf52e9b65e1958e5205838576066cbc
20171 Author: Dirk Eibach <eibach@gdsys.de>
20172 Date:   Fri Jul 10 14:47:32 2009 +0200
20173
20174     ppc4xx: Fix missing freqOPB for 405EP
20175
20176     In cpu/ppc4xx/speed.c initialization of sysInfo->freqOPB for 405EP was
20177     left out for no obvious reason.
20178
20179     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
20180     Signed-off-by: Stefan Roese <sr@denx.de>
20181
20182 commit 0a371ca08908c9b2a58171223a79bffea1f7c6f5
20183 Author: Stefan Roese <sr@denx.de>
20184 Date:   Tue Jul 14 15:53:08 2009 +0200
20185
20186     ppc4xx: Fix TLB reset problem with recent 44x images
20187
20188     Patch d873133f [ppc4xx: Add Sequoia RAM-booting target] broke "normal"
20189     booting on some 44x platforms. This breakage is only noticed in some
20190     cases while powercycling. As it seems, the code in question in start.S
20191     didn't invalidate TLB #0. This makes sense since this TLB is used for
20192     the bootrom mapping. With the patch mentioned above even TLB #0 got
20193     invalidated resulting in an error later on.
20194
20195     This patch now fixes this issue by only invalidating TLB #0 in the RAM-
20196     booting case.
20197
20198     Tested succesfully on Sequoia and Canyonlands.
20199
20200     Signed-off-by: Stefan Roese <sr@denx.de>
20201     Cc: Dirk Eibach <Eibach@gdsys.de>
20202
20203 commit 44259bb9e696d22bf1773181111855a29f00cf33
20204 Author: Prafulla Wadaskar <prafulla@marvell.com>
20205 Date:   Fri Jul 17 19:56:30 2009 +0530
20206
20207     usb: bugfix driver/usb/host/ehci-hcd.c function ehci_submit_root
20208
20209     This change is cheked in Linux source and fix found to be in sync.
20210     This patch is tested for USB host interface on Kirkwood based
20211     Sheevaplug platform (ARM little endian board)
20212
20213     Risk: the impact of this patch is not validated on big endian board.
20214     This need to be checked...
20215
20216     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
20217     Signed-off-by: Remy Bohmer <linux@bohmer.net>
20218
20219 commit 28958b8bea4c66629c5a22fd3c8b0d49df90383d
20220 Author: Wolfgang Denk <wd@denx.de>
20221 Date:   Thu Jul 23 22:23:23 2009 +0200
20222
20223     Coding Style cleanup; update CHANGELOG.
20224
20225     Signed-off-by: Wolfgang Denk <wd@denx.de>
20226
20227 commit 2632c008e2c2cd61fefb622ed671ea3e6bd2e2a6
20228 Author: Mike Frysinger <vapier@gentoo.org>
20229 Date:   Tue Jul 21 22:59:36 2009 -0400
20230
20231     autoconf.mk: include before config.mk for top level files
20232
20233     By including autoconf.mk before config.mk, all top level files can use any
20234     config options it sets up (like <arch>_config.mk) or the Makefile itself
20235     without being forced to use lazy evaluation.
20236
20237 commit c01171eaecc963d2c1f56a0984a0cbcdd8a3ab3c
20238 Author: Mark Jackson <mpfj-list@mimc.co.uk>
20239 Date:   Tue Jul 21 11:30:53 2009 +0100
20240
20241     Remove static declaration from gunzip_bmp()
20242
20243     This patch removes the static declaration from gunzip_bmp()
20244
20245     Without it, the gunzip_bmp() function is not visible to
20246     common/lcd.c and fails to compile with an error.
20247
20248     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
20249
20250 commit 2d4a43e230a3c8bfd03b9beaa0eb2a95e779c03b
20251 Author: Peter Tyser <ptyser@gmail.com>
20252 Date:   Mon Jul 20 21:51:38 2009 -0500
20253
20254     cmd_tsi148: General cleanup
20255
20256     - Fix command help message
20257     - Disable DEBUG by default
20258     - Fix whitespace issues
20259     - Fix lines > 80 characters
20260
20261     Signed-off-by: Peter Tyser <ptyser@gmail.com>
20262     Acked-by: Stefan Roese <sr@denx.de>
20263
20264 commit 9aef73888509d10193615ee5cd9cf439ca44e937
20265 Author: Mike Frysinger <vapier@gentoo.org>
20266 Date:   Sun Jul 19 15:17:03 2009 -0400
20267
20268     unify HOST_CFLAGS and HOSTCFLAGS
20269
20270     The top build system sets up HOSTCFLAGS a bit and exports it, but other
20271     places use HOST_CFLAGS instead.  Unify the two as HOSTCFLAGS so that the
20272     values stay in sync.
20273
20274     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20275
20276 commit 2e9393f500065f940e5e4ac7fe375e4c0b77b936
20277 Author: Wolfgang Denk <wd@denx.de>
20278 Date:   Thu Jul 23 21:16:59 2009 +0200
20279
20280     Update CHANGELOG
20281
20282     Signed-off-by: Wolfgang Denk <wd@denx.de>
20283
20284 commit e3b39f84e974df70065fa248f0f63993b1708c9d
20285 Author: André Schwarz <andre.schwarz@matrix-vision.de>
20286 Date:   Fri Jul 17 14:50:24 2009 +0200
20287
20288     update config for mvBC-P (MPC5200)
20289
20290     This patch adds I2C support for mvBC-P and defines flash layout
20291     matching the shipped product.
20292
20293     Signed-off-by: André Schwarz <andre.schwarz@matrix-vision.de>
20294
20295 commit cb6d0b72c2c4f13c0075a7ae92e11682ec94a311
20296 Author: Kumar Gala <galak@kernel.crashing.org>
20297 Date:   Mon Jul 13 09:24:00 2009 -0500
20298
20299     ahci: Fix gcc 4.4 compiler warning
20300
20301     ahci.c: In function 'ata_scsiop_read_capacity10':
20302     ahci.c:616: warning: dereferencing type-punned pointer will break strict-aliasing rules
20303
20304     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20305
20306 commit 51d91e1a253c97713c7f3e5c0b910a4db4979283
20307 Author: Kumar Gala <galak@kernel.crashing.org>
20308 Date:   Mon Jul 13 09:23:59 2009 -0500
20309
20310     drivers/bios_emulator: Fix gcc 4.4 compiler warning
20311
20312     biosemu.c: In function 'BE_setVGA':
20313     biosemu.c:147: warning: dereferencing type-punned pointer will break strict-aliasing rules
20314
20315     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20316
20317 commit f97ec30bb3c5a4a456159eb2b75b3bc68772bf2a
20318 Author: Detlev Zundel <dzu@denx.de>
20319 Date:   Mon Jul 13 16:01:19 2009 +0200
20320
20321     Re-add support for image type 'Standalone Program'
20322
20323     Support for this type was lost during the bootm refactoring.
20324
20325     Signed-off-by: Detlev Zundel <dzu@denx.de>
20326
20327 commit ca95c9df0280f40e8e4befadbaae21fa67d92331
20328 Author: Detlev Zundel <dzu@denx.de>
20329 Date:   Mon Jul 13 16:01:18 2009 +0200
20330
20331     Add error checking for unsupported OS types.
20332
20333     Signed-off-by: Detlev Zundel <dzu@denx.de>
20334
20335 commit 982adfc610669482a32127282fe489857a92cfe3
20336 Author: Peter Tyser <ptyser@xes-inc.com>
20337 Date:   Fri Jul 10 18:46:10 2009 -0500
20338
20339     ppc: Unlock cache-as-ram in a consistent manner
20340
20341     Previously, non-e500 architectures only unlocked their data cache which
20342     was used as early RAM when booting to Linux using the "bootm" command.
20343     This change causes all PPC boards with CONFIG_SYS_INIT_RAM_LOCK defined
20344     to unlock their data cache during U-Boot's initialization.  This
20345     improves U-Boot performance and provides a common cache state when
20346     booting to different OSes.
20347
20348     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20349
20350 commit b201171f2b4d509f3ad510b214bee70ff902e3d6
20351 Author: Giuseppe CONDORELLI <giuseppe.condorelli@st.com>
20352 Date:   Thu Jul 23 04:54:45 2009 -0400
20353
20354     zlib: updated to v.1.2.3
20355
20356     This patch updates zlib to the latest stable version.
20357
20358     Only relevant zlib parts were ported to u-boot tree, as was done for
20359     the previously used version of zlib (0.95). New zlib gives faster
20360     inflate performance and other improvements, see www.zlib.net
20361
20362     Signed-off-by: Giuseppe Condorelli <giuseppe.condorelli@st.com>
20363     Reviewed-by: Angelo Castello <angelo.castello@st.com>
20364
20365     Edited commit message
20366
20367     Signed-off-by: Wolfgang Denk <wd@denx.de>
20368
20369 commit 97cfe86163505ea18e7ff7b71e78df5bb03dad57
20370 Author: Robin Getz <rgetz@blackfin.uclinux.org>
20371 Date:   Tue Jul 21 12:15:28 2009 -0400
20372
20373     Save server's MAC address in environment
20374
20375     Linux's netconsole works much better when you can pass it the MAC address of
20376     the server. (otherwise it just uses broadcast, which everyone else on my
20377     network complains about :)
20378
20379     This sets the env var "serveraddr" (to match ethaddr), so that you can pass
20380     it to linux with whatever bootargs you want to....
20381
20382     addnetconsole=set bootargs $(bootargs) netconsole=@$(ipaddr)/eth0,@$(serverip)/$(serveraddr)
20383
20384     Signed-of-by: Robin Getz <rgetz@blackfin.uclinux.org>
20385
20386     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20387
20388 commit 0b23fb368d08c9669fac647971ff249c3f9fee8f
20389 Author: Ilya Yanok <yanok@emcraft.com>
20390 Date:   Tue Jul 21 19:32:21 2009 +0400
20391
20392     fec_mxc: driver for FEC ethernet controller on i.MX27
20393
20394     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
20395     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20396
20397 commit 0544c63681d2ea3607faf374e9c56f101e365b42
20398 Author: Alessio Centazzo <centazzo@gmail.com>
20399 Date:   Sat Jul 11 11:56:06 2009 -0700
20400
20401     ppc4xx: Fixed compilation warning in 4xx_enet.c
20402
20403     This patch fixes a compilation warning for some Ethernet PHY-less
20404     PPC4xx platforms (440SPE based ones) and a potential compilation
20405     error for 440SP platforms (use of undefined 'ethgroup' variable).
20406     In the original code and in case of 440SPE platforms, 'ethgroup'
20407     is initialized to -1 and never modified.  Later in the function,
20408     within an #ifdef statement, an 'if statement' executes code only
20409     if 'ethgroup' is set to 4, therefore it is harmless to avoid
20410     executing the 'if statement' by removing the CONFIG_440SPE from
20411     the affected #ifdefs.  In case of 440SP platforms  with on-board
20412     Ethernet PHY, 'ethgroup' is undefined but used (there are not such
20413     platforms in the repository yet). All other architectures are not
20414     affected by this change.
20415
20416     Signed-off-by: Alessio Centazzo acpatin@yahoo.com
20417     Acked-by: Stefan Roese <sr@denx.de>
20418     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20419
20420 commit 09133f8580f0106429ba3600f1855bd3577ae58b
20421 Author: Michael Zaidman <michael.zaidman@gmail.com>
20422 Date:   Tue Jul 14 23:37:12 2009 +0300
20423
20424     DHCP regression on 2009-06
20425
20426     Fixed the DHCP/BOOTP/RARP regression introduced in u-boot-2009.06
20427     by initializing our IP addr to 0 in order to accept any IP addr
20428     assigned to us by the DHCP/BOOTP/RARP server.
20429
20430     Ack-by: Robin Getz <rgetz@blackfin.uclinux.org>
20431     Signed-off-by: Michael Zaidman <michael.zaidman@gmail.com>
20432     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20433
20434 commit 443ce4ac9d1138ae5ae6863b2d40a96fd6edf523
20435 Author: Prafulla Wadaskar <prafulla@marvell.com>
20436 Date:   Thu Jul 16 20:58:02 2009 +0530
20437
20438     net: phy: bugfixes: mv88E61xx multichip addressing support
20439
20440     With these fixes, this driver works properly for multi chip
20441     addressging mode
20442
20443     Bugfixes:
20444     1. Build error fixed for function mv88e61xx_busychk_multic-fixed
20445     2. PHY dev address error detection- fixed
20446     3. wrong busy bit was refered in function mv88e61xx_busychk -fixed
20447     4. invalid data read ptr was refered for RD_PHY in case of
20448         multichip addressing mode -fixed
20449
20450     The Multichip Address mode is tested with RD6281A board having
20451     MV88E6165 switch on it
20452
20453     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
20454     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20455
20456 commit 16025ea45539219f2a7c750c6f0ae983ea5c2737
20457 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
20458 Date:   Wed Jul 8 13:05:11 2009 +0200
20459
20460     arm: Kirkwood: Check the error summary bit for error detection
20461
20462     The Marvell documentation for the 88f6281 states that the error coding
20463     is only valid if the error summary and last frame bits in the transmit
20464     descriptor status field are set. This patch adds checks for these for
20465     transmit (I would get transmit errors on bootp with the current check,
20466     which I believe are spurious).
20467
20468     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
20469     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20470
20471 commit 7b05f5e027b81cd3a9a41c6c6d3fe09c72fa93f6
20472 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
20473 Date:   Wed Jul 8 13:03:18 2009 +0200
20474
20475     arm: Kirkwood: Fix compiler optimization bug for kwgbe_send
20476
20477     kwgbe_send/recv both have loops waiting for the hardware to set  a bit.
20478     GCC 4.3.3 cleverly optimizes the send case to ... a while(1); loop. This
20479     patch uses readl to force a read from device memory. Other volatile
20480     accesses have also been replaced with readl/writel where appropriate
20481     (as per suggestions on the U-boot mailing list).
20482
20483     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
20484     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20485
20486 commit 3f6b18ffd94621625de961bc566022b0266790f5
20487 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
20488 Date:   Thu Jul 2 13:21:22 2009 -0400
20489
20490     MIIPHYBB: Return 0xFFFF if the PHY is not asserting TA.
20491
20492     This patch sets the returned value to 0xFFFF if the PHY does not exist
20493     and does not assert Transfer Acknowledge. A NULL check for the value
20494     pointer is also added for buffer overflow protection.
20495
20496     Without this patch 'mii info' will  show 'phantom' devices because the
20497     value will be not be initialized and return with some random value.
20498
20499     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
20500     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20501
20502 commit 736fead8fdbf8a8407048bebc373cd551d01ec98
20503 Author: Ben Warren <biggerbadderben@gmail.com>
20504 Date:   Mon Jul 20 22:01:11 2009 -0700
20505
20506     Convert SMC911X Ethernet driver to CONFIG_NET_MULTI API
20507
20508     All in-tree boards that use this controller have CONFIG_NET_MULTI added
20509     Also:
20510      - changed CONFIG_DRIVER_SMC911X* to CONFIG_SMC911X*
20511      - cleaned up line lengths
20512      - modified all boards that override weak function in this driver
20513      - added
20514
20515     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20516     Tested-by: Mike Frysinger <vapier@gentoo.org>
20517
20518 commit 3bd0a877b74b9c005ae7cb892480ccedfa308c20
20519 Author: Ben Warren <biggerbadderben@gmail.com>
20520 Date:   Fri Jul 17 00:50:15 2009 -0700
20521
20522     Add warning about upcoming removal of old Ethernet API
20523
20524     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20525
20526 commit b7fe25d2a8d1cede401d09e1f9c84f8fe47bdbb1
20527 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
20528 Date:   Thu Jul 2 16:15:13 2009 +0530
20529
20530     P2020RDB Added support of Vitesse PHYs VSC8641(RGMII) and VSC8221(SGMII)
20531
20532     These PHYs are on P2020RDB platform.
20533
20534     Also revamped Freescale copyright message in drivers/net/tsec.c.
20535
20536     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
20537     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20538
20539 commit 1a32bf41881b5dbe3119cb77a33572b4d462cabf
20540 Author: Robin Getz <rgetz@blackfin.uclinux.org>
20541 Date:   Mon Jul 20 14:53:54 2009 -0400
20542
20543     Add DNS support
20544
20545     On 04 Oct 2008 Pieter posted a dns implementation for U-Boot.
20546
20547     http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg10216.html
20548     >
20549     > DNS can be enabled by setting CFG_CMD_DNS. After performing a query,
20550     > the serverip environment var is updated.
20551     >
20552     > Probably there are some cosmetic issues with the patch. Unfortunatly I
20553     > do not have the time to correct these. So if anybody else likes DNS
20554     > support in U-Boot and has the time, feel free to patch it in the main tree.
20555
20556     Here it is again - slightly modified & smaller:
20557       - update to 2009-06 (Pieter's patch was for U-Boot 1.2.0)
20558       - README.dns is added
20559       - syntax is changed (now takes a third option, the env var to store
20560         the result in)
20561       - add a random port() function in net.c
20562       - sort Makefile in ./net/Makefile
20563       - dns just returns unless a env var is given
20564       - run through checkpatch, and clean up style issues
20565       - remove packet from stack
20566       - cleaned up some comments
20567       - failure returns much faster (if server responds, don't wait for
20568         timeout)
20569       - use built in functions (memcpy) rather than byte copy.
20570
20571     Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
20572     Signed-off-by: Pieter Voorthuijsen <pieter.voorthuijsen@prodrive.nl>
20573     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20574
20575 commit 88ad3fd91c83a4343b25385fd78fd8e29ebb723f
20576 Author: Kim Phillips <kim.phillips@freescale.com>
20577 Date:   Fri Jul 17 12:17:00 2009 -0500
20578
20579     net: tsec - fix dereferencing type-punned pointer will break strict-aliasing rules warning
20580
20581     fix this gcc 4.4 warning:
20582
20583     tsec.c: In function 'tsec_init':
20584     tsec.c:200: warning: dereferencing type-punned pointer will break strict-aliasing rules
20585
20586     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
20587     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20588
20589 commit d9bec9f42ab34383737c8a94429aa02fe76d7946
20590 Author: Mike Frysinger <vapier@gentoo.org>
20591 Date:   Sat Jul 18 21:04:08 2009 -0400
20592
20593     net: rename NetRxPkt to NetRxPacket
20594
20595     The net code is mostly consistent in using 'Packet' rather than 'Pkt', so
20596     rename the minor detractor to follow suite.
20597
20598     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20599     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20600
20601 commit 88a4c2e77cd5674db745d0c2ebbad68c9baf760c
20602 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20603 Date:   Thu Jun 25 16:33:04 2009 +0900
20604
20605     sh: sh_eth: Remove garbage from printf
20606
20607     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20608     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20609     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20610
20611 commit 2ea20efa47da9d98ff38223ff51dea5439ad8708
20612 Author: Andreas Pretzsch <apr@cn-eng.de>
20613 Date:   Thu Jul 9 21:50:05 2009 +0200
20614
20615     smc911x: add support for LAN9221
20616
20617     Signed-off-by: Andreas Pretzsch <apr@cn-eng.de>
20618     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20619
20620 commit 7168eba729b9e6d730db7cd1028767f7b1a6128b
20621 Author: David Brownell <david-b@pacbell.net>
20622 Date:   Tue Jun 9 11:14:24 2009 -0700
20623
20624     rm9200 ethernet driver: board-specific quirk (csb337)
20625
20626     CSB337 boards originally shipped with MicroMonitor, not U-Boot;
20627     and with a version using a different convention for recording
20628     Ethernet addresses than anyone else.  To avoid breaking Linux
20629     when it uses U-Boot, have it use the same convention on that
20630     hardware.
20631
20632     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
20633     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20634
20635 commit 57215cd2e59fd403248df8f2f195e382900d5fc2
20636 Author: Heiko Schocher <hs@denx.de>
20637 Date:   Thu Jul 16 09:58:31 2009 +0200
20638
20639     arm, kirkwood: added kw_gpio_set_valid() in gpio.h
20640
20641     Signed-off-by: Heiko Schocher <hs@denx.de>
20642
20643 commit ec16441085f471c03a8c0909579463e31e5b947a
20644 Author: Dieter Kiermaier <dk-arm-linux@gmx.de>
20645 Date:   Mon Jun 29 14:45:08 2009 +0200
20646
20647     Kirkwood: add Marvell Kirkwood gpio driver
20648
20649     Signed-off-by: Dieter Kiermaier <dk-arm-linux@gmx.de>
20650     Acked-by: Prafulla Wadaskar <prafulla@marvell.com>
20651     Tested-by: Heiko Schocher <hs@denx.de>
20652
20653 commit 688b6a0ff2dcbb0c7e63ef63cbbcc291f14f321f
20654 Author: Heiko Schocher <hs@denx.de>
20655 Date:   Thu Jul 16 09:59:10 2009 +0200
20656
20657     arm, kirkwood: added KW_TWSI_BASE in kirkwood.h
20658
20659     Signed-off-by: Heiko Schocher <hs@denx.de>
20660
20661 commit fbc8365ad7ab0afd4143bdbffab2fd0b24df004f
20662 Author: Prafulla Wadaskar <prafulla@marvell.com>
20663 Date:   Thu Jul 16 21:02:24 2009 +0530
20664
20665     Marvell RD6281A Board support
20666
20667     This is Marvell's 88F6281_A0 based reference design board
20668
20669     This patch is tested for-
20670     1. Boot from DRAM/NAND flash/NFS
20671     2. File transfer using tftp and loadb
20672     3. NAND flash read/write/erase
20673
20674     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
20675     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20676
20677 commit 2906e6d654fcc7f2451fde225e4e8b3f20c9555f
20678 Author: Piotr Ziecik <kosmo@semihalf.com>
20679 Date:   Fri Jul 17 16:35:19 2009 +0200
20680
20681     api: Fix broken build on ARM.
20682
20683     This patch fixes broken build introduced by commit
20684     84bf7ca522e94ec402a1264b01971b924b7e268f (api: remove un-needed
20685     ifdef CONFIG_API already handle by the Makefile).
20686
20687     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
20688
20689 commit 48677a1ef5f82adca49145a7baf11ece77f51945
20690 Author: Wolfgang Denk <wd@denx.de>
20691 Date:   Wed Jul 22 23:53:23 2009 +0200
20692
20693     Fix "ld: cannot find -lstubs" build error
20694
20695     Commit 1bc15386 moved the examples/ to examples/standalone but failed
20696     to adapt the Makefiles that need to link against libstubs.a
20697
20698     Signed-off-by: Wolfgang Denk <wd@denx.de>
20699     Cc: Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20700
20701 commit ae71121a111ddf9dd057cacbbdd0f51054be428a
20702 Author: Wolfgang Denk <wd@denx.de>
20703 Date:   Sat Jul 18 20:47:36 2009 +0200
20704
20705     at91cap9adk: fix #ifdef/#endif pairing
20706
20707     The #ifdef/#endif pairing in this file was obviously messed up.
20708
20709     Signed-off-by: Wolfgang Denk <wd@denx.de>
20710
20711 commit 6b96a20d512b04a808438553874c00cf40812c44
20712 Author: Minkyu Kang <mk7.kang@samsung.com>
20713 Date:   Mon Jul 20 11:40:01 2009 +0900
20714
20715     ARM Cortex A8: Move OMAP3 specific reset handler
20716
20717     Because of the reset_cpu is soc specific, should be move to soc
20718
20719     Cc: Dirk Behme <dirk.behme@googlemail.com>
20720     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
20721
20722 commit 048e7efe91f66094f868281c12e488ce2bae8976
20723 Author: Kumar Gala <galak@kernel.crashing.org>
20724 Date:   Wed Jul 22 10:12:39 2009 -0500
20725
20726     85xx/86xx: Replace in8/out8 with in_8/out_8 on FSL boards
20727
20728     The pixis code used in8/out8 all over the place.  Replace it with
20729     in_8/out_8 macros.
20730
20731     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20732
20733 commit 0a6d0c6320b77bd6572393a93e6b8ccdf39c7100
20734 Author: Peter Tyser <ptyser@xes-inc.com>
20735 Date:   Tue Jul 21 13:51:08 2009 -0500
20736
20737     xpedite5370: Enable NAND command support
20738
20739     Use the MPC8572's eLBC to access 1 GB (or greater) onboard NAND flash
20740     via the 'nand' command.
20741
20742     Previously, the XPedite5370's NAND chip selects were properly
20743     configured, but NAND support was not enabled.
20744
20745     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20746     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20747
20748 commit 39121c0896a6760bd436d88c17892f49a97902d0
20749 Author: Peter Tyser <ptyser@xes-inc.com>
20750 Date:   Tue Jul 21 13:51:07 2009 -0500
20751
20752     xes: Increase CONFIG_SYS_BOOTM_LEN to 16MB
20753
20754     Increasing CONFIG_SYS_BOOTM_LEN from 8 MB to 16 MB is necessary to
20755     support uncompressing images larger than 8 MB when using the bootm
20756     command.
20757
20758     Note that recent Linux kernels for the 85xx and 86xx map greater than
20759     16MB of memory on bootup, but we use 16MB to maintain compatibility with
20760     older Linux kernels for now.
20761
20762     Signed-off-by: Nate Case <ncase@xes-inc.com>
20763     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20764     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20765
20766 commit 58f31b602dfd52eb7836ab82caa587514e046f02
20767 Author: Peter Tyser <ptyser@xes-inc.com>
20768 Date:   Sun Jul 19 19:17:41 2009 -0500
20769
20770     xpedite5370: Fix I2C GPIO initialization typo
20771
20772     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20773     Acked-by: Heiko Schocher<hs@denx.de>
20774     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20775
20776 commit 5ff821006c6e7647d183ea95817044943bb22e7e
20777 Author: Peter Tyser <ptyser@xes-inc.com>
20778 Date:   Sun Jul 19 19:17:40 2009 -0500
20779
20780     xpedite5200,5370: Use buffered NOR flash writes
20781
20782     Buffered writes are possible on the XPedite5200 and XPedite5370 and greatly
20783     improve NOR flash write speeds
20784
20785     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20786     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20787
20788 commit d9c147f371800a479a507a816b2fe572c97da197
20789 Author: Peter Tyser <ptyser@xes-inc.com>
20790 Date:   Fri Jul 17 10:14:48 2009 -0500
20791
20792     85xx, 86xx: Add common board_add_ram_info()
20793
20794     Previously, 85xx and 86xx boards would display DRAM information on
20795     bootup such as:
20796
20797     ...
20798     I2C:   ready
20799     DRAM:
20800     Memory controller interleaving enabled: Bank interleaving!
20801      2 GB
20802     FLASH: 256 MB
20803     ...
20804
20805     This patch moves the printing of the DRAM controller configuration to a
20806     common board_add_ram_info() function which prints out DDR type, width,
20807     CAS latency, and ECC mode.  It also makes the DDR interleaving
20808     information print out in a more sane manner:
20809
20810     ...
20811     I2C:   ready
20812     DRAM:   2 GB (DDR2, 64-bit, CL=4, ECC on)
20813            DDR Controller Interleaving Mode: bank
20814     FLASH: 256 MB
20815     ...
20816
20817     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20818     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20819
20820 commit 12a440ae6d09445140f1a0c2023dba76a9f1a617
20821 Author: Peter Tyser <ptyser@xes-inc.com>
20822 Date:   Fri Jul 17 10:14:47 2009 -0500
20823
20824     tqm85xx: Remove board_add_ram_info()
20825
20826     This is in preparation for adding one common 8xxx board_add_ram_info()
20827     function for all 8xxx boards
20828
20829     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20830     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20831
20832 commit ed2c9488bbe389b7b25cada1e42bdae5d0976327
20833 Author: Peter Tyser <ptyser@xes-inc.com>
20834 Date:   Fri Jul 17 10:14:46 2009 -0500
20835
20836     xes: Remove 8xxx board_add_ram_info() function
20837
20838     This is in preparation for adding one common 8xxx board_add_ram_info()
20839     fuction for all 8xxx boards
20840
20841     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20842     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20843
20844 commit e7ee23ec1788d8cf269a4cf6b9cd3722cbc7d592
20845 Author: Peter Tyser <ptyser@xes-inc.com>
20846 Date:   Fri Jul 17 10:14:45 2009 -0500
20847
20848     86xx: Rename ccsr_ddr's sdram_mode_1, sdram_cfg_1 fields
20849
20850     Rename sdram_mode_1 to sdram_mode and sdram_cfg_1 to sdram_cfg to match
20851     the 86xx user's manual and other Freescale architectures
20852
20853     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20854     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20855
20856 commit f6155c6fbb1d85f517b7c160570f0995ef14c43f
20857 Author: Roy Zang <tie-fei.zang@freescale.com>
20858 Date:   Thu Jul 9 10:05:48 2009 +0800
20859
20860     85xx: Add pci/pcie E1000 ethernet support for MPC8544DS and MPC8536 boards
20861
20862     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
20863     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20864
20865 commit 6bb5b412291177e6edd42f9a80e5c5afe57a6a0f
20866 Author: Kumar Gala <galak@kernel.crashing.org>
20867 Date:   Tue Jul 14 22:42:01 2009 -0500
20868
20869     85xx: Report which "bank" of NOR flash we are booting from on FSL boards
20870
20871     The p2020DS, MPC8536DS, MPC8572DS, MPC8544DS boards are capable of
20872     swizzling the upper address bits of the NOR flash we boot out of which
20873     creates the concept of "virtual" banks.  This is useful in that we can
20874     flash a test of image of u-boot and reset to one of the virtual banks
20875     while still maintaining a working image in "bank 0".
20876
20877     The PIXIS FPGA exposes registers on LBC which we can use to determine
20878     which "bank" we are booting out of (as well as setting which bank to
20879     boot out of).
20880
20881     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20882
20883 commit 9af9c6bdc16da53772c56b1a79c2c91701fe94e6
20884 Author: Kumar Gala <galak@kernel.crashing.org>
20885 Date:   Wed Jul 15 13:45:00 2009 -0500
20886
20887     86xx: Report which "bank" of NOR flash we are booting from on MPC8641HPCN
20888
20889     The MPC8641HPCN board is capable of swizzling the upper address bit of
20890     the NOR flash we boot out of which creates the concept of "virtual"
20891     banks.  This is useful in that we can flash a test of image of u-boot
20892     and reset to one of the virtual banks while still maintaining a
20893     working image in "bank 0".
20894
20895     The PIXIS FPGA exposes registers on LBC which we can use to determine
20896     which "bank" we are booting out of (as well as setting which bank to
20897     boot out of).
20898
20899     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20900
20901 commit caf72ff329759b4da71352ab098537c7698c0e9f
20902 Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
20903 Date:   Tue Jul 21 10:45:49 2009 +0200
20904
20905     Refresh LZMA-lib to v4.65
20906
20907     Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
20908
20909 commit 70ebf31633f372a24505e47846b2628e8435ea37
20910 Author: Wolfgang Denk <wd@denx.de>
20911 Date:   Fri Jul 17 23:35:29 2009 +0200
20912
20913     AT91: factor out ROUND() macro
20914
20915     A large number of boards (all AT91 based) duplicated the ROUND()
20916     macro in their board specific config files. Add the definition to
20917     include/common.h and clean up the board config files.
20918
20919     Signed-off-by: Wolfgang Denk <wd@denx.de>
20920
20921 commit 89188a62333c0841a7166783d2ebdd39d7044eb2
20922 Author: Kumar Gala <galak@kernel.crashing.org>
20923 Date:   Wed Jul 15 08:54:50 2009 -0500
20924
20925     85xx: Bump up the BOOTMAP to 16M on FSL 85xx boards
20926
20927     We have always mapped at least 16M in the kernel and we have seen cases
20928     with new kernel features that a kernel image needs more than 8M of
20929     memory.
20930
20931     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20932
20933 commit d4abc757c26c531293f5bbc4262ade44a317eec9
20934 Author: Peter Tyser <ptyser@xes-inc.com>
20935 Date:   Mon Jul 20 19:02:21 2009 -0500
20936
20937     Move api_examples to examples/api
20938
20939     Also add a rule to remove demo.bin which was previously leftover
20940     after a "make clean"
20941
20942     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20943
20944 commit af1d7d984a23a0faa1f436ebfeb55c876b1a99e1
20945 Author: Heiko Schocher <hs@denx.de>
20946 Date:   Tue Jul 21 06:37:28 2009 +0200
20947
20948     83xx, kmeter: fix compile error
20949
20950     CONFIG_SYS_MALLOC_LEN is defined in the board config, and
20951     the keymile-common.h, which collects common options used
20952     by all keymile-boards. This results in a compile error
20953     when compiling the kmeter1 board. So remove this define
20954     in the board config file.
20955
20956     Signed-off-by: Heiko Schocher <hs@denx.de>
20957
20958 commit 39df00d9aecfb465b9eec9af593f9b763fb5209a
20959 Author: Heiko Schocher <hs@denx.de>
20960 Date:   Thu Jul 9 12:04:26 2009 +0200
20961
20962     i2c, mpc83xx: add CONFIG_SYS_I2C_INIT_BOARD for fsl_i2c
20963
20964     This patch adds the possibility to call a board specific
20965     i2c bus reset routine for the fsl_i2c bus driver, and adds
20966     this option for the keymile kmeter1 board.
20967
20968     The deblock sequence for this board is implemented and
20969     tested in the following way:
20970
20971     CR = 0x20 (release SDA and SCL pin)
20972     CR = 0xa0 (start read)
20973     dummy read
20974     dummy read
20975     if 2. dummy read == 0x00
20976         3. dummy read
20977
20978     CR = 0x80 (SDA and SCL now 1 SR = 0x86)
20979     CR = 0x00 (Modul reset SR=0x81)
20980     CR = 0x80 (SDA and SCL = 1, SR = 0x81)
20981
20982     Signed-off-by: Heiko Schocher <hs@denx.de>
20983
20984 commit 1bc1538613d66cef3cbce680fc8d7c3561a0fbd0
20985 Author: Peter Tyser <ptyser@xes-inc.com>
20986 Date:   Fri Jul 10 11:03:19 2009 -0500
20987
20988     Move examples/ to examples/standalone
20989
20990     The current files in examples are all standalone application examples,
20991     so put them in their own subdirectory for organizational purposes
20992
20993     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20994
20995 commit b220c64d86f7c705a183302c3b50076d7e5d876c
20996 Author: Peter Tyser <ptyser@xes-inc.com>
20997 Date:   Fri Jul 10 11:03:15 2009 -0500
20998
20999     Move architecture specific config.mk files into subdirs
21000
21001     This cleans up U-Boot's toplevel directory a bit and makes the
21002     architecture 'config.mk' file naming and location similar to board
21003     and cpu 'config.mk' files
21004
21005     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
21006
21007 commit 082becd0d546399637fa94fdf9f1730a0f7bf348
21008 Author: Po-Yu Chuang <ratbert@faraday-tech.com>
21009 Date:   Fri Jul 10 18:25:34 2009 +0800
21010
21011     Add "tags" to .gitignore file.
21012
21013     Signed-off-by: Po-Yu Chuang <ratbert@faraday-tech.com>
21014     Signed-off-by: Wolfgang Denk <wd@denx.de>
21015
21016 commit dc71b248ef0d5e12b19f33c6efb873e31df91fa9
21017 Author: Heiko Schocher <hs@denx.de>
21018 Date:   Thu Jul 9 12:04:18 2009 +0200
21019
21020     powerpc: updates for the keymile boards
21021
21022     - CONFIG_SYS_MAX_I2C_BUS changed to 1
21023       We use only one I2C hardwarecontroller on this boards, so
21024       change the CONFIG_SYS_MAX_I2C_BUS to 1.
21025     - common: dont print errormsg if second IVM Block lacks.
21026     - 82xx, mgcoge: fix double mtdpart entry in environment
21027     - 82xx, mgcoge: activate on second Flash the second bank.
21028     - common: CONFIG_ENV_SIZE 0x4000 for all keymile boards
21029     - common: Change malloc size to 1MByte for all Keymile boards
21030         We need a bigger malloc area for the environment support (128k)
21031         on some Keymile boards (kmeter1) and the upcoming UBI support.
21032         Change it to 1MB for all Keymile boards to be on the save side.
21033         Also define CONFIG_SYS_64BIT_VSPRINTF which is needed for
21034         UBI/UBIFS support.
21035     - Add UBI support to all Keymile boards
21036     - change manner of writing "/localbus/ranges" node
21037         instead of writting the complete "/localbus/ranges" node
21038         before booting Linux, only update the ranges entries
21039         which gets dynamical detected (size of flashes).
21040         This is needed, because keymile adds in the DTS
21041         "/localbus/ranges" node entries, which u-boot must
21042         not overwrite/delete.
21043     - kmeter, mgcoge: define 2 seperate regions needed for the Intel P30 chips
21044         The Intel P30 chip has 2 non-identical chips on
21045         one die, so we need to define 2 seperate regions
21046         that are scanned by physmap_of independantly.
21047     - kmeter1: Add MTD concat support to Keymile boards
21048     - 82xx, mgcoge: add "unlock=yes" to default environment
21049     - added CONFIG_MTD_DEVICE to get in sync with mainline code
21050
21051     Signed-off-by: Heiko Schocher <hs@denx.de>
21052     Signed-off-by: Stefan Roese <sr@denx.de>
21053
21054 commit f14d81050a9e0fa57aedb1bc746c60a07c1ad67f
21055 Author: galak <galak@ducky.am.freescale.net>
21056 Date:   Tue Jul 7 15:53:21 2009 -0500
21057
21058     fsl_sata: Fix compiler warnings shown by gcc-4.4
21059
21060     Update fsl_sata to use common structures instead of casting
21061     back and forth between the fsl specific ones and the common ones
21062     (which are identical).
21063
21064     fsl_sata.c: In function 'scan_sata':
21065     fsl_sata.c:550: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
21066     fsl_sata.c:549: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
21067     fsl_sata.c:548: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
21068     fsl_sata.c:545: note: initialized from here
21069     fsl_sata.c:592: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
21070     fsl_sata.c:590: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
21071     fsl_sata.c:588: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
21072     fsl_sata.c:586: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
21073     fsl_sata.c:579: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
21074     ...
21075
21076     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21077
21078 commit 20938e54a207472a090f04f20f30c9e32b14137e
21079 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
21080 Date:   Tue Jul 7 15:58:51 2009 +0200
21081
21082     Add unaligned.h for arm
21083
21084     This patch adds unaligned.h for ARM (needed to build with LZO
21085     compression). The file is taken from the linux kernel, but includes
21086     u-boot headers instead.
21087
21088     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
21089     Acked-by: Stefan Roese <sr@denx.de>
21090
21091 commit 433ea8abd6adfae3138dd4ce238237a037e1e537
21092 Author: Peter Tyser <ptyser@xes-inc.com>
21093 Date:   Sun Jul 19 19:17:42 2009 -0500
21094
21095     Remove last remanants of unused CONFIG_I2C_CMD_TREE
21096
21097     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
21098
21099 commit f6ca3b70949790ab5438d6c9a592216cc3616110
21100 Author: Andrzej Wolski <awolski@poczta.fm>
21101 Date:   Fri Jul 17 22:26:54 2009 +0200
21102
21103     ubi: help message correction
21104
21105     Fix incorrect information about size units and correct typo.
21106
21107     Signed-off-by: Andrzej Wolski <awolski@poczta.fm>
21108     Signed-off-by: Stefan Roese <sr@denx.de>
21109
21110 commit 22f2017c31bc682e9b15612a5c2580ab5b84418e
21111 Author: Peter Tyser <ptyser@xes-inc.com>
21112 Date:   Sun Jul 19 19:17:42 2009 -0500
21113
21114     Remove last remanants of unused CONFIG_I2C_CMD_TREE
21115
21116     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
21117
21118 commit f99a292aa6083057f5db8283d2ce4a2be22b8856
21119 Author: Andrzej Wolski <awolski@poczta.fm>
21120 Date:   Fri Jul 17 22:26:54 2009 +0200
21121
21122     ubi: help message correction
21123
21124     Fix incorrect information about size units and correct typo.
21125
21126     Signed-off-by: Andrzej Wolski <awolski@poczta.fm>
21127     Signed-off-by: Stefan Roese <sr@denx.de>
21128
21129 commit b86b85e2611d57d834795a92453431a1a340c3c9
21130 Author: Ilya Yanok <yanok@emcraft.com>
21131 Date:   Mon Jun 29 17:53:16 2009 +0400
21132
21133     mmc: set bus width to 1 and clock to minimum early during initialization
21134
21135     We need to switch back to 1-bit before initialization or SD 2.0 cards
21136     will fail to send SCR if we've switched to 4-bit already.
21137
21138     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
21139
21140 commit cff80f2cd12bf9767509b5334ecfc90cd7de5502
21141 Author: Shinya Kuribayashi <skuribay@pobox.com>
21142 Date:   Sat Jun 20 19:14:33 2009 +0900
21143
21144     config.mk: Remove unused HPATH
21145
21146     This variable is not unused anywhere.
21147
21148     Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
21149
21150 commit a781de12700e2cb3d3011fc83b47f7dd8cc3c154
21151 Author: Grzegorz Bernacki <gjb@semihalf.com>
21152 Date:   Wed Jun 17 16:20:14 2009 +0200
21153
21154     digsy mtc: Enable command line history.
21155
21156     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
21157
21158 commit 37566090766d61beef70c62986b90749920255d8
21159 Author: Mike Frysinger <vapier@gentoo.org>
21160 Date:   Thu Jul 2 19:23:25 2009 -0400
21161
21162     compiler.h: unify system ifdef cruft here
21163
21164     Shove a lot of the HOSTCC and related #ifdef checking crap into the new
21165     compiler.h header so that we can keep all other headers nice and clean.
21166
21167     Also introduce custom uswap functions so we don't have to rely on the non
21168     standard implementations that a host may (or may not in the case of OS X)
21169     provide.  This allows mkimage to finally build cleanly on an OS X system.
21170
21171     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21172
21173 commit 2a2ed845c085eb093b69fa6382fcf7534bb1f4b0
21174 Author: Kim Phillips <kim.phillips@freescale.com>
21175 Date:   Mon Jun 15 11:50:40 2009 -0500
21176
21177     common: fix 'dummy' is used uninitialized in this function warning
21178
21179     fix this gcc 4.4 warning:
21180
21181     xyzModem.c: In function 'xyzModem_stream_open':
21182     xyzModem.c:564: warning: 'dummy' is used uninitialized in this function
21183
21184     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
21185
21186 commit 1ea6bcd8590b3ff9fe2bfbb0eb29a3b0edaa9460
21187 Author: Mike Frysinger <vapier@gentoo.org>
21188 Date:   Sun Jun 14 23:33:14 2009 -0400
21189
21190     push CROSS_COMPILE out to $(ARCH)_config.mk
21191
21192     Each arch should handle setting a proper default CROSS_COMPILE value in
21193     their own config.mk file rather than having to maintain a large ugly list
21194     in the Makefile.  By using conditional assignment, we don't have to worry
21195     about the variable already being set (env/cmdline/etc...).
21196
21197     The common config.mk file takes care of exporting CROSS_COMPILE already,
21198     and while a few variables (toolchain ones) utilize CROSS_COMPILE before
21199     including the arch config.mk, they do so with deferred assignment.
21200
21201     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21202
21203 commit 60a3f404acbf8238a3138fe1f80a6bac75da4582
21204 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21205 Date:   Sat Jun 13 12:55:37 2009 +0200
21206
21207     malloc.h: protect it against multiple include
21208
21209     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21210
21211 commit 7640f41988a456a0b1f05263d2e2dc5cd7d93984
21212 Author: Wolfgang Denk <wd@denx.de>
21213 Date:   Sun Jul 19 19:37:24 2009 +0200
21214
21215     Fix boards broken after removal of legacy NAND and DoC support
21216
21217     Commit 2419169f removed support for legacy NAND and disk on chip but
21218     missed to update the code for a few boards. This patch fixes the
21219     resulting build issues.
21220
21221     Signed-off-by: Wolfgang Denk <wd@denx.de>
21222
21223 commit 1a4664b53aaf23687b52d64b94be06a9aa260b86
21224 Author: Wolfgang Denk <wd@denx.de>
21225 Date:   Sun Jul 19 19:32:37 2009 +0200
21226
21227     cmd_flash.c: fix fix compile error for boards with DataFlash
21228
21229     Commit 5669ed45 ("cmd_flash.c: fix warning: unused variable
21230     'addr_first'/'addr_last'") changed the #ifdef logic areound the
21231     declaration of these variables and missed a combination of settings
21232     of HAS_DATAFLASH with SYS_NO_FLASH; this patch fixes this.
21233
21234     Also spotted by Alessandro Rubini <rubini@gnudd.com>
21235
21236     Signed-off-by: Wolfgang Denk <wd@denx.de>
21237
21238 commit 341245a28830d3261c41b09d958eeea7bb93587a
21239 Author: Wolfgang Denk <wd@denx.de>
21240 Date:   Sun Jul 19 12:05:15 2009 +0200
21241
21242     pcm030: fix out-of-tree building
21243
21244     Commit 0a87dd90 that was supposed to fix out-of-tree building for the
21245     pcm030 board was unfortunately incomplete.
21246
21247     Signed-off-by: Wolfgang Denk <wd@denx.de>
21248
21249 commit 8bf29b59fce8cc381114929082202d800e313ad5
21250 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
21251 Date:   Tue Jul 7 13:58:51 2009 +0200
21252
21253     Add unaligned.h for arm
21254
21255     This patch adds unaligned.h for ARM (needed to build with LZO
21256     compression). The file is taken from the linux kernel, but includes
21257     u-boot headers instead.
21258
21259     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
21260     Acked-by: Stefan Roese <sr@denx.de>
21261
21262 commit e405afab1dda66c9df3733f6b779d72fc36a0162
21263 Author: Kazuaki Ichinohe <kazuichi@fsi.co.jp>
21264 Date:   Fri Jun 12 18:10:12 2009 +0900
21265
21266     Canyonlands SATA harddisk driver
21267
21268     This patch adds a SATA harddisk driver for the canyonlands.
21269     This patch is kernel driver's porting.
21270     This patch corresponded to not cmd_scsi but cmd_sata.
21271     This patch divided an unused member with ifndef __U_BOOT__ in the structure.
21272
21273     [environment variable, boot script]
21274     setenv bootargs root=/dev/sda7 rw
21275     setenv bootargs ${bootargs} console=ttyS0,115200
21276     ext2load sata 0:2 0x400000 /canyonlands/uImage
21277     ext2load sata 0:2 0x800000 /canyonlands/canyonlands.dtb
21278     fdt addr 0x800000 0x4000
21279     bootm 0x400000 - 0x800000
21280
21281     If you drive SATA-2 disk on Canyonlands, you must change parts from
21282     PI2PCIE212 to PI2PCIE2212 on U25. We confirmed to boot by using
21283     following disks:
21284
21285     1.Vendor: Fujitsu    Type: MHW2040BS
21286     2.Vendor: Fujitsu    Type: MHW2060BK
21287     3.Vendor: HAGIWARA SYS-COM:HFD25S-032GT
21288     4.Vendor: WesternDigital Type: WD3200BJKT (CONFIG_LBA48 required)
21289     5.Vendor: WesternDigital Type: WD3200BEVT (CONFIG_LBA48 required)
21290     6.Vendor: Hitachi    Type: HTS543232L9A300 (CONFIG_LBA48 required)
21291     7.Vendor: Seagate    Type: ST31000333AS (CONFIG_LBA48 required)
21292     8.Vendor: Transcend  Type: TS32GSSD25S-M
21293     9.Vendor: MTRON              Type: MSD-SATA1525-016
21294
21295     Signed-off-by: Kazuaki Ichinohe <kazuichi at fsi.co.jp>
21296
21297 commit 52a0e2dee90c17e39634de814b16b96061cfb472
21298 Author: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
21299 Date:   Wed Jun 10 19:09:40 2009 +0200
21300
21301     Add support for the Tundra TSI148 VME-bridge
21302
21303     From: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
21304
21305     This patch adds support for the Tundra TSI148 VME-bridge. It's used on
21306     the upcoming esd VME8349 board.
21307
21308     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
21309     Signed-off-by: Stefan Roese <sr@denx.de>
21310
21311 commit 8d1fea2c4041e665c96944e3f6fcffbde55db34b
21312 Author: Mike Frysinger <vapier@gentoo.org>
21313 Date:   Thu Jul 16 19:05:30 2009 -0400
21314
21315     Blackfin: bf537-{minotaur,srv1}: do not hardcode CONFIG_ETHADDR
21316
21317     MAC addresses should not be hardcoded in boards to avoid random link level
21318     conflicts.
21319
21320     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21321
21322 commit baf357050353aee30c04f3f4b868426cb54468ca
21323 Author: Mike Frysinger <vapier@gentoo.org>
21324 Date:   Fri Jul 10 10:42:06 2009 -0400
21325
21326     Blackfin: bf533-stamp: back down SCLK a bit
21327
21328     While the 1.0 and 1.2 spin of the bf533-stamp boards can handle the higher
21329     SCLK speeds just fine, the 1.1 spin cannot due to the bugs introduced with
21330     the shortened SDRAM traces.  So lower the SCLK speed down to a value that
21331     all three can handle.
21332
21333     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21334
21335 commit 490fe7349102012c48730f6fc14ef36c8d155068
21336 Author: Mike Frysinger <vapier@gentoo.org>
21337 Date:   Thu Jul 9 20:56:56 2009 -0400
21338
21339     Blackfin: split cpu COBJS into multilines
21340
21341     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21342
21343 commit 909878fd3fda056d19b8b51a5cc51cb1c0b563d1
21344 Author: Mike Frysinger <vapier@gentoo.org>
21345 Date:   Thu Jul 9 01:15:05 2009 -0400
21346
21347     Blackfin: add os log functions
21348
21349     Part of the mini Blackfin ABI with operating systems is that they can use
21350     0x4f0-0x4f8 to pass log buffers to/from bootloaders.  So add support to
21351     U-Boot for reading the log buffer.
21352
21353     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21354
21355 commit 9993e196da707a0a1cd4584f1fcef12382c1c144
21356 Author: Kim Phillips <kim.phillips@freescale.com>
21357 Date:   Sat Jul 18 18:42:13 2009 -0500
21358
21359     mpc83xx: convert all remaining boards over to 83XX_GENERIC_PCI
21360
21361     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
21362
21363 commit d39041fcadb1231430201d298c31f6be03d654f7
21364 Author: Wolfgang Denk <wd@denx.de>
21365 Date:   Sun Jul 19 01:15:52 2009 +0200
21366
21367     PATI board: fix compiler warnings
21368
21369     Fix these:
21370     pati.c: In function 'checkboard':
21371     pati.c:358: warning: pointer targets in passing argument 2 of 'getenv_r' differ in signedness
21372     ../common/flash.c: In function 'write_word':
21373     ../common/flash.c:824: warning: dereferencing type-punned pointer will break strict-aliasing rules
21374     cmd_pati.c: In function 'do_pati':
21375     cmd_pati.c:279: warning: 'value' may be used uninitialized in this function
21376
21377     Signed-off-by: Wolfgang Denk <wd@denx.de>
21378
21379 commit 28c345042eafc550a34b9f52431bd4a22af6ac25
21380 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21381 Date:   Sat May 16 12:14:56 2009 +0200
21382
21383     mpl: printing current stdio devices cleanup
21384
21385     Currently the mpl boards duplicate the code to print the current
21386     devices from common/console.c; use stdio_print_current_devices()
21387     instead
21388
21389     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21390
21391     Edited commit message.
21392
21393     Signed-off-by: Wolfgang Denk <wd@denx.de>
21394
21395 commit 7e3be7cf3bb344f717b6ec3d47a081269ea67ead
21396 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21397 Date:   Sat May 16 12:14:55 2009 +0200
21398
21399     console: unify printing current devices
21400
21401     Create stdio_print_current_devices() for this purpose
21402
21403     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21404
21405 commit 5669ed4557edf2714203aa8625c9fcd5a753b338
21406 Author: Wolfgang Denk <wd@denx.de>
21407 Date:   Sat Jul 18 23:18:14 2009 +0200
21408
21409     cmd_flash.c: fix warning: unused variable 'addr_first'/'addr_last'
21410
21411     Signed-off-by: Wolfgang Denk <wd@denx.de>
21412
21413 commit 6bb6e6c75ec4ef496f00f7f530e549d3e073c5de
21414 Author: Tom Rix <Tom.Rix@windriver.com>
21415 Date:   Tue Jun 30 15:04:13 2009 -0500
21416
21417     OMAP3 Fix compiler warning for v7_flush_dcache_all
21418
21419     On build of omap3 targets in MAKEALL, the *.ERR files have
21420
21421     cpu.c: In function 'cleanup_before_linux':
21422     cpu.c:64: warning: implicit declaration of function 'v7_flush_dcache_all'
21423     cpu.c:64: warning: implicit declaration of function 'get_device_type
21424
21425     The functions v7_flush_dcache_all and get_device_type are declared
21426     in include/asm-arm/arch-omap3/sys_proto.h, so use this file to
21427     declare the functions.
21428
21429     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
21430
21431 commit dba107b967332fc8a35867f4d58038626c968800
21432 Author: Wolfgang Denk <wd@denx.de>
21433 Date:   Sat Jul 18 22:09:38 2009 +0200
21434
21435     ARM: make split_by_variant.sh output more useful
21436
21437     The board/armltd/integrator/split_by_variant.sh script used to print
21438     "Configuring for integrator*p board..." no matter which board name
21439     was being compiled. This made it difficult to match MAKEALL output to
21440     board names. This patch fixes this.
21441
21442     Signed-off-by: Wolfgang Denk <wd@denx.de>
21443
21444 commit 2eb99ca8029b44c988d5f6312f97e68d3b9cb2bd
21445 Author: Wolfgang Denk <wd@denx.de>
21446 Date:   Sat Jul 18 21:52:24 2009 +0200
21447
21448     NAND: Part 2: Fix warning Please define CONFIG_SYS_64BIT_VSPRINTF...
21449
21450     Commit 8d2effea added a warning for configurations that use NAND
21451     without defining the (then necessary) CONFIG_SYS_64BIT_VSPRINTF but
21452     failed to fix the affected boards.
21453
21454     This patch covers the non-PPC boards that were missed in the previous
21455     patch (commit 170c1972).
21456
21457     Signed-off-by: Wolfgang Denk <wd@denx.de>
21458
21459 commit 7024aa14df2981b4e65c6189909da9aadb1c22da
21460 Author: Wolfgang Denk <wd@denx.de>
21461 Date:   Sat Jul 18 20:46:38 2009 +0200
21462
21463     at91cap9adk: fix #ifdef/#endif pairing
21464
21465     The #ifdef/#endif pairing in this file was obviously messed up.
21466
21467     Signed-off-by: Wolfgang Denk <wd@denx.de>
21468
21469 commit 4abc5bffea244589fa1097e4c899a63efc609c8e
21470 Author: Prafulla Wadaskar <prafulla@marvell.com>
21471 Date:   Thu Jul 16 20:58:01 2009 +0530
21472
21473     Marvell MV88F6281GTW_GE Board support
21474
21475     This is Marvell's 88F6281_A0 based custom board developed
21476     for wireless access point product
21477
21478     This patch is tested for-
21479     1. Boot from DRAM/SPI flash/NFS
21480     2. File transfer using tftp and loadb
21481     3. SPI flash read/write/erase
21482     4. Booting Linux kernel and RFS from SPI flash
21483     5. Boot from USB supported
21484
21485     Reviewed-by: Ronen Shitrit <rshitrit@marvell.com>
21486     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
21487
21488 commit 55dd4ba5413b14e8ee24058c89ac5c05376c331c
21489 Author: Prafulla Wadaskar <prafulla@marvell.com>
21490 Date:   Thu Jul 16 20:58:00 2009 +0530
21491
21492     Marvell Sheevaplug Board support
21493
21494     Reference:
21495     http://plugcomputer.org/
21496     http://openplug.org/plugwiki/index.php/Das_U-boot_plug_support
21497
21498     This patch is tested for-
21499     1. Boot from DRAM/NAND flash
21500     2. File transfer using tftp
21501     3. NAND flash read/write/erase
21502     4. Linux kernel and RFS Boot from NAND
21503     5. Enabled USB PHY init for kernel need
21504     6. Boot from USB supported
21505
21506     Note: to boot Kirkwood kernel with USB support,
21507         you should add "usb start" in the boot sequence
21508
21509     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
21510
21511 commit 0a87dd90a75d034301496285026fbd8106c7c6d5
21512 Author: Wolfgang Denk <wd@denx.de>
21513 Date:   Sat Jul 18 18:00:25 2009 +0200
21514
21515     pcm030: fix out-of-tree building
21516
21517     Commit c9969947, which added support for the pcm030 board
21518     (aka phyCORE-MPC5200B-tiny), broke out-of-tree building.
21519
21520     Signed-off-by: Wolfgang Denk <wd@denx.de>
21521
21522 commit 9ff59601c71e800b9d0dfde22fa70d12c71c12b4
21523 Author: Wolfgang Denk <wd@denx.de>
21524 Date:   Sat Jul 18 16:36:11 2009 +0200
21525
21526     MPC837XERDB: fix warning: "CONFIG_SYS_MONITOR_LEN" redefined
21527
21528     Signed-off-by: Wolfgang Denk <wd@denx.de>
21529
21530 commit 2b5243fc24a724e83409c0b70caa1a3180e997ae
21531 Author: Wolfgang Denk <wd@denx.de>
21532 Date:   Sat Jul 18 16:13:18 2009 +0200
21533
21534     8xxx: fix warning: implicit declaration of function 'uec_standard_init'
21535
21536     Commit 8e55258f created function uec_standard_init() to initialize
21537     all UEC interfaces for 83xx and 85xx but failed to provide a
21538     prototype for it.
21539
21540     Signed-off-by: Wolfgang Denk <wd@denx.de>
21541
21542 commit 5b54df2674fdad5e7d316484c67efc68e79f3f0d
21543 Author: Wolfgang Denk <wd@denx.de>
21544 Date:   Sat Jul 18 15:46:02 2009 +0200
21545
21546     MIP405T: fix compile problem
21547
21548     The "stdio/device: rework function naming convention" patch
21549     (commit 52cb4d4f) broke the MIP405T board; this patch fixes it.
21550
21551     Signed-off-by: Wolfgang Denk <wd@denx.de>
21552
21553 commit 170c19725ecd3a0e2e517dfd49979ca8822edec0
21554 Author: Wolfgang Denk <wd@denx.de>
21555 Date:   Sat Jul 18 15:32:10 2009 +0200
21556
21557     NAND: Fix warning Please define CONFIG_SYS_64BIT_VSPRINTF...
21558
21559     Commit 8d2effea added a warning for configurations that use NAND
21560     without defining the (then necessary) CONFIG_SYS_64BIT_VSPRINTF but
21561     failed to fix the affected boards.
21562
21563     Signed-off-by: Wolfgang Denk <wd@denx.de>
21564
21565 commit 6e897a661fb9968ce354165a12cce82e4b889e04
21566 Author: Wolfgang Denk <wd@denx.de>
21567 Date:   Sat Jul 18 15:05:44 2009 +0200
21568
21569     CPCI750: fix compile problem
21570
21571     Commit bc0d3296 removed ppc_error_no.h from Marvell boards
21572     but forgot to update board/esd/cpci750/mv_eth.h
21573
21574     Signed-off-by: Wolfgang Denk <wd@denx.de>
21575
21576 commit 6aee3048348f1b19ab89156da98bfa4f7babf24b
21577 Author: Alessandro Rubini <rubini-list@gnudd.com>
21578 Date:   Fri Jul 17 14:42:11 2009 +0200
21579
21580     cmd_i2c: bugfix: add missing brace
21581
21582     The sub-command parser missed a brace, so "return 0;" is always
21583     taken and no error message is diplayed if you say "i2c scan"
21584     instead of "i2c probe", for example.
21585
21586     Proper brace is added. Also, a misleading and unneeded else
21587     is removed.
21588
21589     Signed-off-by: Alessandro Rubini <rubini@gnudd.com.it>
21590
21591 commit 52cb4d4fb3487313f5a72ea740f527a4aefaa365
21592 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21593 Date:   Sat May 16 12:14:54 2009 +0200
21594
21595     stdio/device: rework function naming convention
21596
21597     So far the console API uses the following naming convention:
21598
21599         ======Extract======
21600         typedef struct device_t;
21601
21602         int     device_register (device_t * dev);
21603         int     devices_init (void);
21604         int     device_deregister(char *devname);
21605         struct list_head* device_get_list(void);
21606         device_t* device_get_by_name(char* name);
21607         device_t* device_clone(device_t *dev);
21608         =======
21609
21610     which is too generic and confusing.
21611
21612     Instead of using device_XX and device_t we change this
21613     into stdio_XX and stdio_dev
21614
21615     This will also allow to add later a generic device mechanism in order
21616     to have support for multiple devices and driver instances.
21617
21618     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21619
21620     Edited commit message.
21621
21622     Signed-off-by: Wolfgang Denk <wd@denx.de>
21623
21624 commit f732a7598fa36d48241df20b1a1f4cdbf09f75ee
21625 Author: Peter Tyser <ptyser@xes-inc.com>
21626 Date:   Wed Jul 15 00:01:08 2009 -0500
21627
21628     ppc: Fix compile error for boards with CONFIG_DDR_ECC
21629
21630     A bug was introduced by commit e94e460c6e8741f42dab6d8dd4b596ba5d9d79ae
21631     which affected non-MPC83xx/85xx/86xx ppc boards which had CONFIG_DDR_ECC
21632     defined and resulted in errors such as:
21633
21634     Configuring for canyonlands board...
21635     fsl_dma.c:50:2: error: #error "Freescale DMA engine not supported on your
21636     processor"
21637     make[1]: *** No rule to make target `.depend', needed by `libdma.a'.  Stop.
21638
21639     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
21640
21641 commit 18e067de9b6ed087fa60496e64887f0b7458dbaa
21642 Author: Prafulla Wadaskar <prafulla@marvell.com>
21643 Date:   Thu Jul 16 20:57:59 2009 +0530
21644
21645     include/config_cmd_default.h cleanup
21646
21647     arranged configurations in alphabetical order
21648     CONFIG_CMD_FLASH moved under ifndef CONFIG_SYS_NO_FLASH
21649
21650     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
21651
21652 commit 569460ebf14b87bd8fdb2352bde95d35ee96e13b
21653 Author: Mike Frysinger <vapier@gentoo.org>
21654 Date:   Sun Jun 14 21:35:22 2009 -0400
21655
21656     sata: namespace curr_device variable
21657
21658     The curr_device variable really should be namespaced with a "sata_" prefix
21659     since it is only used by the sata code.  It also avoids random conflicts
21660     with other pieces of code (like cmd_mmc):
21661     common/libcommon.a(cmd_sata.o):(.data.curr_device+0x0):
21662         multiple definition of `curr_device'
21663     common/libcommon.a(cmd_mmc.o):(.data.curr_device+0x0): first defined here
21664
21665     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21666
21667 commit 02e22c2de1ce2312f2636fa473a60c8d8f18d8aa
21668 Author: Mike Frysinger <vapier@gentoo.org>
21669 Date:   Sun Jun 14 21:35:21 2009 -0400
21670
21671     cmd_mmc: make curr_device static
21672
21673     The curr_device variable isn't used outside of cmd_mmc, so mark it static
21674     to avoid conflicts with other pieces of code (like sata which also exports
21675     a curr_device).  Otherwise we end up with stuff like:
21676     common/libcommon.a(cmd_sata.o):(.data.curr_device+0x0):
21677         multiple definition of `curr_device'
21678     common/libcommon.a(cmd_mmc.o):(.data.curr_device+0x0): first defined here
21679
21680     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21681
21682 commit 2d8d2adde3fce1152e4ad9f47238f07e70793c53
21683 Author: Mike Frysinger <vapier@gentoo.org>
21684 Date:   Sun Jun 14 21:35:16 2009 -0400
21685
21686     envcrc: add missing dependencies on env storage
21687
21688     When the envcrc building was made conditional, it missed a bunch of env
21689     storage types, so add all currently supported types.
21690
21691     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21692
21693 commit 2419169f5749d7af501b3b77a5336d1d535320de
21694 Author: Scott Wood <scottwood@freescale.com>
21695 Date:   Thu Jul 16 19:08:04 2009 -0500
21696
21697     Remove legacy NAND and disk on chip references from boards.
21698
21699     Signed-off-by: Scott Wood <scottwood@freescale.com>
21700
21701 commit 12e9043c7ed961b60df865f45d9a3c74d6a38199
21702 Author: Shinya Kuribayashi <skuribay@pobox.com>
21703 Date:   Sat Jun 20 19:10:14 2009 +0900
21704
21705     config.mk: Remove $(PCI_CLOCK) reference
21706
21707     The following commit introduced $(PCI_CLOCK) reference so that
21708     we could tweak `PCI_66M' definition via an environment variable.
21709
21710     > commit f046ccd15c8bc9613bfd72916b761a127d36e5c6
21711     > Author: Eran Liberty <liberty@freescale.com>
21712     > Date:   Thu Jul 28 10:08:46 2005 -0500
21713     >
21714     >     * Patch by Eran Liberty
21715     >       Add support for the Freescale MPC8349ADS board.
21716
21717     But I suggest a removal of it for the following reasons:
21718
21719     * In 2006, MPC8349ADS was merged into MPC8349EMDS port,
21720       and it seems that MPC8349EMDS port is PCI_66M free.
21721
21722     * OTOH, PCI_66M is used by MPC832XEMDS an MPC8360EMDS ports,
21723       but they don't need $(PCI_CLOCK) environment variable at all.
21724       PCI_66M is automatically configured via $(BOARD)_config names
21725       with the help of $(findstring _66_,$@).
21726
21727     * Unfortunately $(PCI_CLOCK) has been undocumented anywhere,
21728       so only a few people know the existence of it these days.
21729
21730     * Keep config.mk independent from $(BOARD) as much as possible.
21731
21732     Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
21733     Acked-by: Kim Phillips <kim.phillips@freescale.com>
21734
21735 commit 3db75d9c11d37cc1d28bebd91b19f4e548b68155
21736 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21737 Date:   Sat May 23 21:42:36 2009 +0200
21738
21739     fix: missing autoconfig.mk from general Makefile
21740
21741     At the first run of make we generate the autoconf.mk and
21742     autoconf.mk.dep if not already the case and we currently include only
21743     to .dep
21744
21745     In order to use these autogenerated values we need to include it also
21746     even if it's included in config.mk but it's done before their
21747     generation
21748
21749     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21750     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21751
21752 commit 1ca298ced07327749b54321815f76fcddb2f9479
21753 Author: Matthias Weisser <matthias.weisser@graf-syteco.de>
21754 Date:   Thu Jul 9 16:07:30 2009 +0200
21755
21756     Added support for splash screen positioning
21757
21758     This patch adds support splash image positioning by adding an
21759     additional variable "splashpos" to the environment. Please see
21760     README for details.
21761
21762     Signed-off-by: Matthias Weisser <matthias.weisser@graf-syteco.de>
21763     Acked-by: Matthias Fuchs <matthias.fuchs@esd.eu>
21764     Signed-off-by: Anatolij Gustschin <agust@denx.de>
21765
21766 commit 9d173e0233493113c9b1aa81bd2208d0057ab9db
21767 Author: Anatolij Gustschin <agust@denx.de>
21768 Date:   Tue Jul 7 13:11:36 2009 +0200
21769
21770     video: mb862xx: replace printf with puts
21771
21772     Signed-off-by: Anatolij Gustschin <agust@denx.de>
21773
21774 commit cce99b2a7dd80683d61360aee56a6ece344950b2
21775 Author: Anatolij Gustschin <agust@denx.de>
21776 Date:   Tue Jul 7 13:27:07 2009 +0200
21777
21778     video: mb862xx: use macros instead of magic numbers
21779
21780     Signed-off-by: Anatolij Gustschin <agust@denx.de>
21781
21782 commit e86528671ece6d5c1162656a37fc68a8e0bf67f8
21783 Author: Anatolij Gustschin <agust@denx.de>
21784 Date:   Tue Jul 7 13:24:08 2009 +0200
21785
21786     video: mb862xx: fix coding style and remove dead code
21787
21788     Signed-off-by: Anatolij Gustschin <agust@denx.de>
21789
21790 commit 292ed489dba8cc97b458579003a8001cd4703cd8
21791 Author: Michal Simek <monstr@monstr.eu>
21792 Date:   Tue Jun 30 12:03:50 2009 +0200
21793
21794     microblaze: Remove ignored return type for __arch__swab16 function
21795
21796     This change remove compilation warnings.
21797
21798     Signed-off-by: Michal Simek <monstr@monstr.eu>
21799
21800 commit e2776587c0eac131954ae100fda89cc3e7ed8b57
21801 Author: Michal Simek <monstr@monstr.eu>
21802 Date:   Tue Jun 30 12:02:45 2009 +0200
21803
21804     microblaze: Removed unused variables
21805
21806     Signed-off-by: Michal Simek <monstr@monstr.eu>
21807
21808 commit be33b046b549ad88c204c209508cd7657232ffbd
21809 Author: Scott Wood <scottwood@freescale.com>
21810 Date:   Wed Apr 1 15:02:13 2009 -0500
21811
21812     Remove legacy NAND and disk on chip code.
21813
21814     Legacy NAND had been scheduled for removal.  Any boards that use this
21815     were already not building in the previous release due to an #error.
21816
21817     The disk on chip code in common/cmd_doc.c relies on legacy NAND,
21818     and it has also been removed.  There is newer disk on chip code
21819     in drivers/mtd/nand; someone with access to hardware and sufficient
21820     time and motivation can try to get that working, but for now disk
21821     on chip is not supported.
21822
21823     Signed-off-by: Scott Wood <scottwood@freescale.com>
21824
21825 commit fbdaafaee71e2c7f2c31b3582ab6d8679efee8d3
21826 Author: Stefan Roese <sr@denx.de>
21827 Date:   Thu Jun 4 16:40:36 2009 +0200
21828
21829     nand: Change NAND_MAX_OOBSIZE to 218 as needed for some 4k page devices
21830
21831     This is needed for the MPC512x NAND driver (fsl_nfc_nand.c) which already
21832     defines such a 4k plus 218 bytes ECC layout.
21833
21834     Signed-off-by: Stefan Roese <sr@denx.de>
21835     Cc: Scott Wood <scottwood@freescale.com>
21836     Signed-off-by: Scott Wood <scottwood@freescale.com>
21837
21838 commit f2f376ab956c17d4a0c42a993133ca25cdc87278
21839 Author: Stefan Roese <sr@denx.de>
21840 Date:   Thu Jul 16 15:13:04 2009 +0200
21841
21842     nand: ndfc: Remove unnecessary #ifdef's
21843
21844     Now that the 4xx NAND driver ndfc is moved to the common NAND driver
21845     directory we don't need this #ifdef's anymore.
21846
21847     Signed-off-by: Stefan Roese <sr@denx.de>
21848     Cc: Scott Wood <scottwood@freescale.com>
21849     Signed-off-by: Scott Wood <scottwood@freescale.com>
21850
21851 commit 12582ac771b0bf3852817c3bfa4be326522a0665
21852 Author: Stefan Roese <sr@denx.de>
21853 Date:   Thu Jul 16 15:12:48 2009 +0200
21854
21855     nand/ppc4xx: Move PPC4xx NAND driver to common NAND driver directory
21856
21857     Signed-off-by: Stefan Roese <sr@denx.de>
21858     Cc: Scott Wood <scottwood@freescale.com>
21859     Signed-off-by: Scott Wood <scottwood@freescale.com>
21860
21861 commit 3ebf70db5452d3d47c316ddef09f40e76553bcba
21862 Author: Valeriy Glushkov <gvv@lstec.com>
21863 Date:   Tue Jul 14 13:51:10 2009 +0300
21864
21865     nand: fixed failed reads on corrected ECC errors in nand_util.c
21866
21867     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
21868     Signed-off-by: Paulraj, Sandeep <s-paulraj@ti.com>
21869     Signed-off-by: Scott Wood <scottwood@freescale.com>
21870
21871 commit ed727d394c5ab139033719772dc95dc25cfa14f7
21872 Author: David Brownell <david-b@pacbell.net>
21873 Date:   Mon Jul 13 16:29:04 2009 -0700
21874
21875     Typo fix: use CONFIG_SOC_DM644X, not CONFIG_SOC_DM646.
21876
21877     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
21878     Signed-off-by: Scott Wood <scottwood@freescale.com>
21879
21880 commit 937076f84c5064f0a79105fce352ac7cf7b33643
21881 Author: Kyungmin Park <kmpark@infradead.org>
21882 Date:   Sat Jul 11 16:49:55 2009 +0900
21883
21884     MTD: OneNAND: Increase the environment size to 4KiB
21885
21886     Also use mtd operation instead of onenand functions
21887
21888     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
21889     Signed-off-by: Scott Wood <scottwood@freescale.com>
21890
21891 commit bfadb17f69c256196620c32164775f063a59c34f
21892 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
21893 Date:   Wed Jun 10 00:25:38 2009 +0400
21894
21895     mpc83xx: MPC837xEMDS: Use hwconfig instead of pci_external_arbiter variable
21896
21897     Since we have simple hwconfig interface now, we don't need
21898     pci_external_arbiter variable any longer.
21899
21900     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
21901     Acked-by: Kim Phillips <kim.phillips@freescale.com>
21902
21903 commit b8b71ffbc35fde6905e65ffdbf4e4b87efc26b7e
21904 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
21905 Date:   Wed Jun 10 00:25:36 2009 +0400
21906
21907     mpc83xx: MPC8315ERDB: Use hwconfig for board type selection
21908
21909     This patch simply converts the board to the hwconfig infrastructure.
21910
21911     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
21912     Acked-by: Kim Phillips <kim.phillips@freescale.com>
21913
21914 commit c78c678354c8321737aa07e86831ff14176f4ed5
21915 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
21916 Date:   Wed Jun 10 00:25:31 2009 +0400
21917
21918     mpc83xx: MPC837XEMDS: Fixup eSDHC nodes in device tree
21919
21920     fdt_fixup_esdhc() will either disable or enable eSDHC nodes, and
21921     also will fixup clock-frequency property.
21922
21923     Plus, since DR USB and eSDHC are mutually exclusive, we should
21924     only configure the eSDHC if asked through hwconfig.
21925
21926     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
21927     Acked-by: Kim Phillips <kim.phillips@freescale.com>
21928
21929 commit c9646ed758804fa1fa6c1425369a4eee5d618b1d
21930 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
21931 Date:   Wed Jun 10 00:25:30 2009 +0400
21932
21933     mpc83xx: MPC837XERDB: Add support for FSL eSDHC
21934
21935     This patch adds support for eSDHC on MPC837XERDB boards. The WP
21936     switch doesn't seem to work on RDB boards though, the WP pin is
21937     always asserted (can see the pin state when it's in GPIO mode).
21938
21939     FSL DR USB and FSL eSDHC are mutually exclusive because of pins
21940     multiplexing, so user should specify 'esdhc' or 'dr_usb' options
21941     in the hwconfig environment variable to choose between the
21942     devices.
21943
21944     p.s.
21945     Now we're very close to a monitor len limit (196 bytes left using
21946     gcc-4.2.0), so also increase the monitor len by one sector (64 KB).
21947
21948     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
21949     Acked-by: Kim Phillips <kim.phillips@freescale.com>
21950
21951 commit b33433a63fe08c9e723ea15a7c7c7143bf527c6d
21952 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
21953 Date:   Wed Jun 10 00:25:29 2009 +0400
21954
21955     fsl_esdhc: Add device tree fixups
21956
21957     This patch implements fdt_fixup_esdhc() function that is used to fixup
21958     the device tree.
21959
21960     The function adds status = "disabled" propery if esdhc pins muxed away,
21961     otherwise it fixups clock-frequency for esdhc nodes.
21962
21963     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
21964     Acked-by: Kim Phillips <kim.phillips@freescale.com>
21965
21966 commit 93f9dcf9e8b8182e97aeb7965c687176cbd0b933
21967 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
21968 Date:   Wed Jun 10 00:25:27 2009 +0400
21969
21970     Add simple hwconfig infrastructure
21971
21972     This patch implements simple hwconfig infrastructure: an
21973     interface for software knobs to control a hardware.
21974
21975     This is very simple implementation, i.e. it is implemented
21976     via `hwconfig' environment variable. Later we could write
21977     some "hwconfig <enable|disable|list>" commands, ncurses
21978     interface for Award BIOS-like interface, and frame-buffer
21979     interface for AMI GUI[1] BIOS-like interface with mouse
21980     support[2].
21981
21982     Current implementation details/limitations:
21983
21984     1. Doesn't support options dependencies and mutual exclusion.
21985        We can implement this by integrating apt-get[3] into the
21986        u-boot. But I didn't bother yet.
21987
21988     2. Since we don't implement hwconfig command, i.e. we're working
21989        with the environement directly, there is no way to tell that
21990        toggling a particular option will need a reboot to take
21991        an effect. So, for now it's advised to always reboot the
21992        target after modifying hwconfig variable.
21993
21994     3. We support hwconfig options with arguments. For example,
21995
21996        set hwconfig dr_usb:mode=peripheral,phy_type=ulpi
21997
21998        That means:
21999        - dr_usb - enable Dual-Role USB controller;
22000        - dr_usb:mode=peripheral - USB in Function mode;
22001        - dr_usb:phy_type=ulpi - USB should work with ULPI PHYs;
22002
22003     The purpose of this simple implementation is to define some
22004     internal API and then we can continue improving user experience
22005     by adding more mature interface, like hwconfig command with
22006     bells and whistles. Or not adding, if we feel that current
22007     interface fits its needs.
22008
22009     [1] http://en.wikipedia.org/wiki/American_Megatrends
22010     [2] Regarding ncurses and GUI with mouse support -- I'm just
22011         kidding.
22012     [3] The comment regarding apt-get is also a joke, meaning that
22013         dependency tracking could be non-trivial. For example, for
22014         enabling HW feature X we may need to disable Y, and turn Z
22015         into reduced mode (like RMII-only interface for ethernet,
22016         no MII).
22017
22018         It's quite trivial to implement simple cases though.
22019
22020     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
22021     Acked-by: Kim Phillips <kim.phillips@freescale.com>
22022
22023 commit 6c3fef28b9fff0d7f3fa4c51c3ee0ae8c2a3b043
22024 Author: Jerry Van Baren <gvb.uboot@gmail.com>
22025 Date:   Wed Jul 15 20:42:59 2009 -0400
22026
22027     Improve U-Boot Porting Guide in the README
22028
22029     Update for...
22030     * BDI2000 -> BDI3000 (BDI2000 is obsolete).
22031     * Add a line to read the doc/README.* files
22032     * Fix coding standard violations
22033
22034     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
22035
22036 commit 9578718c1b085cac73017d834001bc5cb0b2f73f
22037 Author: Kim Phillips <kim.phillips@freescale.com>
22038 Date:   Tue Jul 14 16:00:24 2009 -0500
22039
22040     mtd: cfi - if defined, use MAX_FLASH_BANKS_DETECT for static declarations
22041
22042     a.k.a cfi_mtd.c does as cfi_flash.c does.  This also prevents
22043     the TQM834x build from doing a:
22044
22045     cfi_mtd.c:36: error: variably modified 'cfi_mtd_info' at file scope
22046     cfi_mtd.c:37: error: variably modified 'cfi_mtd_names' at file scope
22047
22048     using gcc 4.4.
22049
22050     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22051     Signed-off-by: Stefan Roese <sr@denx.de>
22052
22053 commit 4a9932a4364b548773bc131bf85e24a2ec15f2b0
22054 Author: Kim Phillips <kim.phillips@freescale.com>
22055 Date:   Tue Jul 7 18:04:21 2009 -0500
22056
22057     mpc83xx: increase MONITOR_LEN to offset growing pains
22058
22059     Saving the environment leads to overwriting u-boot itself,
22060     bricking boards.  Increase u-boot's image size so the environment
22061     base address doesn't end up overlapping u-boot text.
22062
22063     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22064
22065 commit c31e13260bcd048a94412a47b004386ea6112acf
22066 Author: Valeriy Glushkov <gvv@lstec.com>
22067 Date:   Tue Jun 30 15:48:41 2009 +0300
22068
22069     usb: mpx8349itx: added support of loading images from USB storage (MPH/DR)
22070
22071     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
22072     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22073
22074 commit d89e1c36891de793a20a929282acc0fc7b98feac
22075 Author: Valeriy Glushkov <gvv@lstec.com>
22076 Date:   Tue Jun 30 15:48:40 2009 +0300
22077
22078     usb: mpc834x: added support of the MPH USB controller in addition to the DR one
22079
22080     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
22081     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22082
22083 commit d9ac3d5a17ecef0beb70073018925e011b11684e
22084 Author: Kim Phillips <kim.phillips@freescale.com>
22085 Date:   Mon Jun 15 11:51:47 2009 -0500
22086
22087     mpc83xx: set 64BIT_VSPRINTF for boards using nand_util
22088
22089     When enabling NAND support for a board, one must also define
22090     CONFIG_SYS_64BIT_VSPRINTF because this is needed in nand_util.c
22091     for correct output.
22092
22093     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22094     Cc: Dave Liu <daveliu@freescale.com>
22095     Cc: Ron Madrid <ron_madrid@sbcglobal.net>
22096     Cc: Anton Vorontsov <avorontsov@ru.mvista.com>
22097
22098 commit 052c08916532d1d9c2f69eb9229709c7b2fc1f02
22099 Author: TsiChung Liew <tsicliew@gmail.com>
22100 Date:   Wed Jul 8 07:41:24 2009 +0000
22101
22102     ColdFire: Update bootargs
22103
22104     Add a bootargs for M53017EVB and update bootargs
22105     for M54451EVB
22106
22107     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
22108
22109 commit 6e8d58d36691520f8da74cd948661d28d5a5dc66
22110 Author: TsiChung Liew <tsicliew@gmail.com>
22111 Date:   Tue Jun 30 14:30:19 2009 +0000
22112
22113     Command for accessing serial flash update
22114
22115     Change strtoul number base of argv 3 from 0 to 16
22116
22117     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
22118
22119 commit ee0a8462466dd284968536eb57c6eef4be0d6aad
22120 Author: TsiChung Liew <tsicliew@gmail.com>
22121 Date:   Tue Jun 30 14:18:29 2009 +0000
22122
22123     ColdFire: Add DSPI support for MCF5227x and MCF5445x
22124
22125     Remove individual CPU specific DSPI driver.
22126     Add required feature for the common DSPI driver in cpu_init and
22127     in platform configuration file.
22128
22129     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
22130
22131 commit dec61c7851baa72151ef1d3657e7bb3b68907d48
22132 Author: TsiChung Liew <tsicliew@gmail.com>
22133 Date:   Tue Jun 30 14:09:47 2009 +0000
22134
22135     Coldfire: Consolidate DSPI driver
22136
22137     Unify both MCF5227x and MCF5445x DSPI driver in CPU to
22138     driver/spi folder for common use.
22139
22140     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
22141
22142 commit 11d88b26a68bd4bf98b1c962fde6257a50978231
22143 Author: TsiChung Liew <tsicliew@gmail.com>
22144 Date:   Fri Jun 12 13:03:34 2009 +0000
22145
22146     ColdFire: Remove compiler warning messages
22147
22148     Remove unused variables and printf type mismatch in
22149     lib_m68k/board.c
22150
22151     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
22152
22153 commit 4567c7bff2503fb1a7c738ff9b9f0bd00d274d9a
22154 Author: TsiChung Liew <tsicliew@gmail.com>
22155 Date:   Fri Jun 12 11:31:31 2009 +0000
22156
22157     ColdFire: Fix M53017EVB flash size
22158
22159     Increase the flash size from 8MB to 16MB
22160
22161     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
22162
22163 commit bf9a521529e484b15e8fdb583a607cf7945d2f6b
22164 Author: TsiChung Liew <tsicliew@gmail.com>
22165 Date:   Fri Jun 12 11:29:00 2009 +0000
22166
22167     ColdFire: Add M5208EVB and MCF520x CPU support
22168
22169     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
22170
22171 commit 709b384b6493d9726dce20663ebe31bf7cab2925
22172 Author: TsiChung Liew <tsicliew@gmail.com>
22173 Date:   Thu Jun 11 15:39:57 2009 +0000
22174
22175     ColdFire: Update for M54451EVB
22176
22177     Update serial boot DRAM's Internal RAM, vector table and DRAM in
22178     start.S, serial flash's read status command over SPI and NOR
22179     flash.
22180
22181     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
22182
22183 commit bbf6bbffcaf694c03504c661e58fbd1aefe5bf64
22184 Author: TsiChung Liew <tsicliew@gmail.com>
22185 Date:   Thu Jun 11 12:50:05 2009 +0000
22186
22187     ColdFire: Update configuration file to use flash buffer write
22188
22189     Update M52277EVB, M53017EVB and M54455EVB platform configuration
22190     file to use flash buffer write
22191
22192     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
22193
22194 commit 7d4450a9773673052fcd7fdf0a4a88c089126ac1
22195 Author: Wolfgang Denk <wd@denx.de>
22196 Date:   Sun Jun 14 20:58:53 2009 +0200
22197
22198     mpc5121ads: add JFFS2 and MTDPARTS support; adjust flash map
22199
22200     Signed-off-by: Wolfgang Denk <wd@denx.de>
22201
22202 commit 1f1f82f3de1660f398bf42bfd709b9859582ce5e
22203 Author: Wolfgang Denk <wd@denx.de>
22204 Date:   Sun Jun 14 20:58:52 2009 +0200
22205
22206     aria: add JFFS2 and MTDPARTS support; adjust flash map
22207
22208     Signed-off-by: Wolfgang Denk <wd@denx.de>
22209
22210 commit a6d6d46a4fef876455e11b45ed699c0fb3bd1ca1
22211 Author: Wolfgang Denk <wd@denx.de>
22212 Date:   Sun Jun 14 20:58:51 2009 +0200
22213
22214     aria: enable NAND flash support
22215
22216     Signed-off-by: Wolfgang Denk <wd@denx.de>
22217
22218 commit 13946925e850db5351982acb691d51716fc754e2
22219 Author: Wolfgang Denk <wd@denx.de>
22220 Date:   Sun Jun 14 20:58:50 2009 +0200
22221
22222     MPC512x: fix typo in comment listing the NAND driver name
22223
22224     Signed-off-by: Wolfgang Denk <wd@denx.de>
22225     Cc: Stefan Roese <sr@denx.de>
22226     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
22227
22228 commit 2ca6f74d09653f8041b52cafd0d650fdc2a56c51
22229 Author: Wolfgang Denk <wd@denx.de>
22230 Date:   Sun Jun 14 20:58:49 2009 +0200
22231
22232     mecp5123: cleanup - remove dead code
22233
22234     Remove dead code that was obviously a left-over from copy & paste.
22235
22236     Signed-off-by: Wolfgang Denk <wd@denx.de>
22237     Cc: Stefan Roese <sr@denx.de>
22238     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
22239
22240 commit 25671c8672f2d7b39555416a6b7a6b7b39b810bf
22241 Author: Wolfgang Denk <wd@denx.de>
22242 Date:   Sun Jun 14 20:58:48 2009 +0200
22243
22244     aria: adjust memory controller initialization
22245
22246     Needed for Rev. 2 silicon at 400 MHz
22247
22248     Signed-off-by: Wolfgang Denk <wd@denx.de>
22249
22250 commit 7629f1c06b6dea36bbc7bf70820b824e9b6d2227
22251 Author: Wolfgang Denk <wd@denx.de>
22252 Date:   Sun Jun 14 20:58:47 2009 +0200
22253
22254     MPC512x: factor out common code
22255
22256     Now that we have 3 boards for the MPC512x it turns out that they all
22257     use the very same fixed_sdram() code.
22258
22259     This patch factors out this common code into cpu/mpc512x/fixed_sdram.c
22260     and adds a new header file, include/asm-ppc/mpc512x.h, with some
22261     macros, inline functions and prototype definitions specific to MPC512x
22262     systems.
22263
22264     Signed-off-by: Wolfgang Denk <wd@denx.de>
22265     Cc: Stefan Roese <sr@denx.de>
22266     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
22267
22268 commit 0549353a6ba5aa03420c0962b9072e9cf1fa49d9
22269 Author: Wolfgang Denk <wd@denx.de>
22270 Date:   Sun Jun 14 20:58:46 2009 +0200
22271
22272     mecp5123: fix build error
22273
22274     The mecp5123 board did not compile because the MSCAN Clock Control
22275     Registers were missing; these got added, but as an array instead
22276     of 4 individual registers. Adapt the code so it builds.
22277
22278     Signed-off-by: Wolfgang Denk <wd@denx.de>
22279     Cc: Stefan Roese <sr@denx.de>
22280     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
22281
22282 commit a9905db5d29a56aedd7db5bcb56b0385873aa6a3
22283 Author: Wolfgang Denk <wd@denx.de>
22284 Date:   Sun Jun 14 20:58:45 2009 +0200
22285
22286     MPC512x: Add MSCAN1...4 Clock Control Registers
22287
22288     Signed-off-by: Wolfgang Denk <wd@denx.de>
22289     Cc: Stefan Roese <sr@denx.de>
22290     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
22291
22292 commit f5489c4200b37c9a1d6dbde116f5adc0539610de
22293 Author: Wolfgang Denk <wd@denx.de>
22294 Date:   Sun Jun 14 20:58:44 2009 +0200
22295
22296     MPC512x: enabling NAND support requires CONFIG_SYS_64BIT_VSPRINTF
22297
22298     When enabling NAND support for a board, one must also define
22299     CONFIG_SYS_64BIT_VSPRINTF because this is needed in nand_util.c
22300     for correct output.
22301
22302     Signed-off-by: Wolfgang Denk <wd@denx.de>
22303     Cc: Stefan Roese <sr@denx.de>
22304     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
22305
22306 commit b4db4a7638ef90cf0aacf7b954d9bf3043dda780
22307 Author: Po-Yu Chuang <ratbert@faraday-tech.com>
22308 Date:   Fri Jul 10 18:03:57 2009 +0800
22309
22310     issue write command to base for JEDEC flash
22311
22312     For JEDEC flash, we should issue word programming command relative to
22313     base address rather than sector base address. Original source makes
22314     SST Flash fails to program sectors which are not on the 0x10000 boundaries.
22315
22316     e.g.
22317     SST39LF040 uses addr1=0x5555 and addr2=0x2AAA, however, each sector
22318     is 0x1000 bytes.
22319
22320     Thus, if we issue command to "sector base (0x41000) + offset(0x5555)",
22321     it sends to 0x46555 and the chip fails to recognize that address.
22322
22323     This patch is tested with SST39LF040.
22324
22325     Signed-off-by: Po-Yu Chuang <ratbert@faraday-tech.com>
22326     Signed-off-by: Stefan Roese <sr@denx.de>
22327
22328 commit 986922714ffd21ad39f48522d285fffc7aed56b1
22329 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22330 Date:   Sat May 2 11:53:50 2009 +0200
22331
22332     versatile: update config and merge to cfi flash driver
22333
22334     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22335     Signed-off-by: Peter Pearse <peter.pearse@arm.com>
22336     Cc: Catalin Marinas <catalin.marinas@arm.com>
22337
22338 commit d6e8ed832b25d5db4fdd3fb91e73028e494dcd6e
22339 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22340 Date:   Sat May 2 11:53:49 2009 +0200
22341
22342     versatile: specify the board type on the prompt
22343
22344     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22345     Signed-off-by: Peter Pearse <peter.pearse@arm.com>
22346     Cc: Catalin Marinas <catalin.marinas@arm.com>
22347
22348 commit 5ccc2d99d61c81805348b0cd9f79731b271f7daf
22349 Author: Sedji Gaouaou <sedji.gaouaou@atmel.com>
22350 Date:   Thu Jun 25 17:04:15 2009 +0200
22351
22352     at91: Introduction of at91sam9g10 SOC.
22353
22354     AT91sam9g10 is an ARM 926ej-s SOC. It is an evolution of the at91sam9261 with a
22355     faster clock speed: 266/133MHz.
22356
22357     Signed-off-by: Sedji Gaouaou <sedji.gaouaou@atmel.com>
22358
22359 commit 22ee647380c42f44528f99b7c1b423725e542102
22360 Author: Sedji Gaouaou <sedji.gaouaou@atmel.com>
22361 Date:   Thu Jul 9 10:16:29 2009 +0200
22362
22363     at91: Introduction of at91sam9g45 SOC.
22364
22365     AT91sam9g45 series is an ARM 926ej-s SOC family clocked at 400/133MHz.
22366     It embeds USB high speed host and device, LCD, DDR2 RAM, and a full set of
22367     peripherals.
22368
22369     The first board that embeds at91sam9g45 chip is the AT91SAM9G45-EKES.
22370     On the board you can find 2 USART, USB high speed,
22371     a 480*272 LG lcd, ethernet, gpio/joystick/buttons.
22372
22373     Signed-off-by: Sedji Gaouaou <sedji.gaouaou@atmel.com>
22374
22375 commit c33c5990cec7ced9ef1ef148debbca34adafa12b
22376 Author: Daniel Mack <daniel@caiaq.de>
22377 Date:   Tue Jun 23 17:30:05 2009 +0200
22378
22379     pxa: fix CKEN_B register bits
22380
22381     The current defition for CKEN_B register bits is nonsense. Adding 32 to
22382     the shifted value is equal to '| (1 << 5)', and this bit is marked
22383     'reserved' in the PXA docs.
22384
22385     Signed-off-by: Daniel Mack <daniel@caiaq.de>
22386
22387 commit bd876be46f28b5fc2896537f6d01353f332789f7
22388 Author: Daniel Mack <daniel@caiaq.de>
22389 Date:   Tue Jun 23 17:30:04 2009 +0200
22390
22391     pxa: add clock for system bus 2 arbiter
22392
22393     This clock is needed for systems using the USB2 device unit or the 2d
22394     graphics accelerator.
22395
22396     Signed-off-by: Daniel Mack <daniel@caiaq.de>
22397
22398 commit b016000a95514c08cab50e1cba00b019c0801bc4
22399 Author: Grazvydas Ignotas <notasas@gmail.com>
22400 Date:   Wed Jul 8 00:30:01 2009 +0300
22401
22402     OMAP3 pandora: Fix CKE1 MUX setting to allow self-refresh
22403
22404     Pandora is using both SDRC CSes. The MUX setting is needed
22405     for the second CS clock signal to allow the 2 RAM parts to
22406     be put in self-refresh correctly.
22407
22408     Based on similar patch for beagle and overo by
22409     Jean Pihet and Steve Sakoman.
22410
22411 commit 8672c288703f3c51c829851c8fe6608c7869faaa
22412 Author: Grazvydas Ignotas <notasas@gmail.com>
22413 Date:   Wed Jul 8 00:30:00 2009 +0300
22414
22415     OMAP3 pandora: setup pulls for various GPIOs
22416
22417     Set pullups or pulldowns for GPIOs which need them.
22418     Disable them for others, which have external pulls.
22419     Also make disabled pull setting consistent (some pins had
22420     type set to "up" even if pull type selection was disabled).
22421
22422 commit 5ff78122f229946862a3f67a2f50a329e8e1bcf5
22423 Author: Grazvydas Ignotas <notasas@gmail.com>
22424 Date:   Wed Jul 8 00:29:59 2009 +0300
22425
22426     OMAP3 pandora: setup pin mux for pins used on rev3 boards
22427
22428     Setup pin mux for GPIO pins connected on rev3 or later
22429     boards. Also change NUB2 IRQ pin. This should not affect
22430     older boards because they don't have any nubs (analog
22431     controllers) attached to them.
22432
22433 commit 67c97c346b27c586a7263564f7afff6d1f8d8d0a
22434 Author: Grazvydas Ignotas <notasas@gmail.com>
22435 Date:   Wed Jul 8 00:29:58 2009 +0300
22436
22437     OMAP3 pandora: pin mux cleanup
22438
22439     Remove configuration of not unused pins, effectively
22440     leaving them in safe mode.
22441
22442 commit b996165f5a1623a055c03b22d64d6d5da81835d0
22443 Author: Prafulla Wadaskar <prafulla@marvell.com>
22444 Date:   Mon Jul 6 15:50:47 2009 +0530
22445
22446     arm: Kirkwood: bugfix: UART1 bar correction
22447
22448     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
22449
22450 commit 50243e3e7a96a96c5418ce6c90b7252d26fdd5b0
22451 Author: Kumar Gala <galak@kernel.crashing.org>
22452 Date:   Tue Jul 7 15:48:58 2009 -0500
22453
22454     usb: Fix compiler warning with gcc4.4
22455
22456     ehci-hcd.c: In function 'ehci_submit_root':
22457     ehci-hcd.c:719: warning: value computed is not used
22458     ehci-hcd.c:748: warning: value computed is not used
22459
22460     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22461     Signed-off-by: Remy Bohmer <linux@bohmer.net>
22462
22463 commit 04366d070a1a3f7affddf15aaaea87bcf44cdbb0
22464 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
22465 Date:   Wed Jul 8 11:42:19 2009 +0900
22466
22467     sh: Update pci config for Renesas r7780mp board
22468
22469     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
22470
22471 commit 74d9c16a681aa24bb4125191fe39dc7c75cde56a
22472 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
22473 Date:   Thu Jun 25 16:31:26 2009 +0900
22474
22475     sh: Add support ESPT-GIGA borad
22476
22477     ESPT-Giga is SH7763-based reference board.
22478     Board support is relatively sparse, presently supporting serial,
22479     gigabit ethernet, USB host, and MTD.
22480
22481     More information (in Japanese) available at:
22482     http://www.cente.jp/product/cente_hard/ESPT-Giga.html
22483
22484     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
22485     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
22486
22487 commit dae4e0148a1146a5610025ae4b445e841410b659
22488 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
22489 Date:   Fri Jul 3 16:06:37 2009 +0200
22490
22491     Add ESD PCI vendor ID
22492
22493     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
22494
22495 commit 876b3cef537aab2cba8c19505db2876f6057f818
22496 Author: Peter Tyser <ptyser@xes-inc.com>
22497 Date:   Mon Jun 22 18:01:41 2009 -0500
22498
22499     api_examples/Makefile: General cleanup
22500
22501     * Remove symlinking of files located outside api_examples/
22502
22503     * Auto generate dependencies for files located outside api_examples/
22504
22505     * Update names of variables to be similar to those in tools/Makefile
22506
22507     * Fix out of tree build error
22508       Dependencies are calculated for all files in the SRCS variable.
22509       Previously, the SRCS variable contained files which were symlinked
22510       into the api_examples/ directory.  These symlinked files did not exist
22511       when dependencies were calculated when building out of tree.  This
22512       resulted in errors such as:
22513         make[1]: *** No rule to make target `/work/wd/tmp-ppc/api_examples/.depend', needed by `_depend'.  Stop.
22514         make[1]: Leaving directory `/home/wd/git/u-boot/work/api_examples'
22515         make: *** [depend] Error 2
22516
22517       Since symlinked source files are no longer used, this bug no longer
22518       exists.
22519
22520     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
22521     Acked-by: Rafal Jaworowski <raj@semihalf.com>
22522
22523 commit 522f6f02adb93194e337016fe2e4e53c58d5d5ea
22524 Author: Peter Tyser <ptyser@xes-inc.com>
22525 Date:   Mon Jun 22 18:01:40 2009 -0500
22526
22527     api_examples/Makefile: Get rid of unnecessary intermediate LIB target
22528
22529     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
22530     Acked-by: Rafal Jaworowski <raj@semihalf.com>
22531
22532 commit 117d0ab5e6f3b3dd48fc346df4919555a78afd39
22533 Author: Peter Tyser <ptyser@xes-inc.com>
22534 Date:   Mon Jun 22 18:01:39 2009 -0500
22535
22536     api_examples/Makefile: Combine ELF and BIN targets
22537
22538     Combining the two rules cleans up the Makefile a bit
22539
22540     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
22541     Acked-by: Rafal Jaworowski <raj@semihalf.com>
22542
22543 commit 644cb38108b8dc22e0ef3cf5f404fe310d1995f8
22544 Author: Peter Tyser <ptyser@xes-inc.com>
22545 Date:   Mon Jun 22 18:01:38 2009 -0500
22546
22547     api_examples/Makefile: Split up variable declarations
22548
22549     This cleans up the Makefile a bit and simplifies future changes
22550
22551     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
22552     Acked-by: Rafal Jaworowski <raj@semihalf.com>
22553
22554 commit 890d242facc4079ed21e979ced2e8c6d6974f6d3
22555 Author: Timur Tabi <timur@freescale.com>
22556 Date:   Fri Jun 19 14:10:52 2009 -0500
22557
22558     remove _IO_BASE and KSEG1ADDR from board configuration files
22559
22560     The KSEG1ADDR macro used to be necessary for the RTL8139 Ethernet
22561     driver, but the code that used that macro was removed over a year
22562     ago, so board configuration files no longer need to define it.
22563
22564     The _IO_BASE macro is also automatically defined to 0 if it isn't
22565     already set, so there's no need to define that macro either in the
22566     board configuration files.
22567
22568     Signed-off-by: Timur Tabi <timur@freescale.com>
22569     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
22570     Acked-by: Andy Fleming <afleming@freescale.com>
22571     Acked-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
22572     Acked-by: Kim Phillips <kim.phillips@freescale.com>
22573
22574 commit c9969947a4687de90e2bb58e76842b491aa0e0b9
22575 Author: Jon Smirl <jonsmirl@gmail.com>
22576 Date:   Sun Jun 14 18:21:28 2009 -0400
22577
22578     board support patch for phyCORE-MPC5200B-tiny
22579
22580     Add support for the Phytec phyCORE-MPC5200B-tiny.
22581     Code originally from Pengutronix.de.
22582     Created CONFIG_SYS_ATA_CS_ON_TIMER01 define for when IDE CS is on
22583     Timer 0/1
22584
22585     Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
22586     Acked-by: Grant Likely <grant.likely@secretlab.ca>
22587
22588 commit 7bd49ad12cc36a4de6995ddabbc65ffa1aa1933d
22589 Author: Mike Frysinger <vapier@gentoo.org>
22590 Date:   Mon Jun 15 13:37:20 2009 -0400
22591
22592     kallsyms: fix escaping of NUL char in strings
22593
22594     The current kallsyms code is using \\0 to escape the backslash in the awk
22595     code, but the shell too needs escaping.  This way we make sure gcc is
22596     passed the \0.  Then gcc itself will consume this as an octal, so we have
22597     to use 000 so gcc will create the final NUL.
22598
22599     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22600
22601 commit ed540f07b8ad86909704e9806c1762462cb4995a
22602 Author: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>
22603 Date:   Fri Jun 26 10:18:49 2009 -0400
22604
22605     Blackfin: cm-bf561: add example settings for EXT-BF5xx-USB-ETH2 add-on
22606
22607     The cm-bf561 module can easily hook up to the EXT-BF5xx-USB-ETH2 extender
22608     board, so add a simple example of how to do that in the board config.
22609
22610     Signed-off-by: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>
22611     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22612
22613 commit f8bf54b4081c3c3d518830df0017a23ec672a841
22614 Author: Mike Frysinger <vapier@gentoo.org>
22615 Date:   Thu Jun 25 19:40:28 2009 -0400
22616
22617     Blackfin: blackstamp: update spi flash settings
22618
22619     The latest blackstamp boards can only run the SPI flash at 15MHz before
22620     they start to crap out, so lower the max speeds accordingly.  The new SPI
22621     flash also has different sector requirements, so update the environment
22622     sizes as well.
22623
22624     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22625
22626 commit 286070ddc8339666c09bd7912e960b850a8a0318
22627 Author: Mike Frysinger <vapier@gentoo.org>
22628 Date:   Mon Oct 6 03:31:52 2008 -0400
22629
22630     Blackfin: add cache_dump commands
22631
22632     A few debug-type commands used to dump the raw icache/dcache data.  Useful
22633     when trying to track down cache-related bugs.
22634
22635     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22636
22637 commit 632e9b671efb0a6c900499f7a49fe5b63292b5fc
22638 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
22639 Date:   Wed Jul 8 15:31:57 2009 +0200
22640
22641     ppc4xx: Set default PCI device ID for 405EP boards
22642
22643     Current code only sets the PCI vendor id to 0x1014 and
22644     leaved device id to 0x0000.
22645
22646     Ths patch ....
22647     a) uses the correct PCI_VENDOR_ID_IBM macro for this
22648     b) sets the default device ID as stated in the UM to 0x0156
22649        by using PCI_DEVICE_ID_IBM_405GP for this.
22650
22651     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
22652     Signed-off-by: Stefan Roese <sr@denx.de>
22653
22654 commit 123f102ec093fba6967066acdf9beb637df2e2d1
22655 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
22656 Date:   Wed Jul 8 13:43:55 2009 +0200
22657
22658     ppc4xx: Move 405EP pci code from cpu_init_f() to __pci_pre_init()
22659
22660     This patch moves some basic PCI initialisation from the 4xx cpu_init_f()
22661     to cpu/ppc4xx/4xx_pci.c.
22662
22663     The original cpu_init_f() function enabled the 405EP's internal arbiter
22664     in all situations. Also the HCE bit in cpc0_pci is always set.
22665     The first is not really wanted for PCI adapter designs and the latter
22666     is a general bug for PCI adapter U-Boots. Because it enables
22667     PCI configuration by the system CPU even when the PCI configuration has
22668     not been setup by the 405EP. The one and only correct place is
22669     in pci_405gp_init() (see "Set HCE bit" comment).
22670
22671     So for compatibility reasons the arbiter is still enabled in any case,
22672     but from weak pci_pre_init() so that it can be replaced by board specific
22673     code.
22674
22675     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
22676     Signed-off-by: Stefan Roese <sr@denx.de>
22677
22678 commit c71103f9dc66dfcce8ad6df942364043bf27ade8
22679 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
22680 Date:   Wed Jul 8 13:43:23 2009 +0200
22681
22682     ppc4xx: Make is_pci_host() available for all 440 and 405 CPUs
22683
22684     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
22685     Signed-off-by: Stefan Roese <sr@denx.de>
22686
22687 commit 1d8937a469bfeb55ca1f6d89a4e7cd2dfee3cf17
22688 Author: Prafulla Wadaskar <prafulla@marvell.com>
22689 Date:   Mon Jun 29 20:56:43 2009 +0530
22690
22691     usb: add Marvell Kirkwood ehci host controller driver
22692
22693     This driver is tested on Sheevaplug platform
22694
22695     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
22696     Signed-off-by: Remy Bohmer <linux@bohmer.net>
22697
22698 commit db7b43e4681f6f93c336132708157a8a0cca1f8b
22699 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
22700 Date:   Wed Jun 24 10:08:40 2009 +0530
22701
22702     mpc83xx: USB: fix: access of ehci struct elements
22703
22704     It fixes the access to the 'ehci' struct elements for mpc83xx which
22705     should have been taken care of in 4ef01010aa4799c759d75e67007fdd3a38c88c8a
22706     Sorry about that.
22707
22708     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
22709     Signed-off-by: Remy Bohmer <linux@bohmer.net>
22710
22711 commit 08066152735417fc55a5c9de2cec0714c529e4f3
22712 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
22713 Date:   Fri Jun 19 17:56:00 2009 +0530
22714
22715     mpc8xxx: USB: fix: access of ehci struct elements
22716
22717     This patch fixes the access to the 'ehci' struct elements which should
22718     have been taken care off in 4ef01010aa4799c759d75e67007fdd3a38c88c8a
22719     Sorry about that.
22720
22721     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
22722     Signed-off-by: Remy Bohmer <linux@bohmer.net>
22723
22724 commit c3a012ce65818beb274195cd47f31ed80d0fbaa5
22725 Author: Bryan Wu <bryan.wu@analog.com>
22726 Date:   Tue Jun 16 05:26:27 2009 -0400
22727
22728     usb: musb: add timeout via CONFIG_MUSB_TIMEOUT
22729
22730     Signed-off-by: Bryan Wu <bryan.wu@analog.com>
22731     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22732     Signed-off-by: Remy Bohmer <linux@bohmer.net>
22733
22734 commit 7984967a9405672db1581402d2c2cfae268d1a67
22735 Author: Mike Frysinger <vapier@gentoo.org>
22736 Date:   Tue Jun 16 05:26:25 2009 -0400
22737
22738     usb: musb: drop old musb read/write prototypes
22739
22740     These functions are no longer defined, so remove their prototypes.
22741
22742     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22743     Signed-off-by: Remy Bohmer <linux@bohmer.net>
22744
22745 commit 4e04f16020115ab5ccf53158e100de58bcaf29bd
22746 Author: Kim Phillips <kim.phillips@freescale.com>
22747 Date:   Mon Jun 15 11:50:07 2009 -0500
22748
22749     usb: fix CONFIG_SYS_MPC83xx_USB_ADDR not defined error
22750
22751     fix a stray CONFIG_MPC83XX that escaped commit
22752     0f898604945af4543c1525fc33b6bae621a3b805.
22753
22754     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22755     Signed-off-by: Remy Bohmer <linux@bohmer.net>
22756
22757 commit bc0d3296f1780b50e6b9630aee5eb368f2afb6cb
22758 Author: Michal Simek <monstr@monstr.eu>
22759 Date:   Tue Jun 30 23:47:30 2009 +1000
22760
22761     asm-generic: Consolidate errno.h to asm-generic/errno.h
22762
22763     This patch use blackfin errno.h implementation which
22764     correspond Linux kernel one.
22765
22766     MIPS implemetation is different that's why I keep it.
22767
22768     I removed ppc_error_no.h from Marvell boards which
22769     was the same too.
22770
22771     I have got ack from ppc40x, blackfin, arm, coldfire and avr custodians.
22772
22773     Acked-by: Stefan Roese <sr@denx.de>
22774     Signed-off-by: Michal Simek <monstr@monstr.eu>
22775
22776 commit 2896b5851f0430bf16529376a4193630e966c788
22777 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
22778 Date:   Tue Jul 7 16:01:02 2009 +0200
22779
22780     Command improvements for ubifs
22781
22782     Check that an argument is passed to ubifsmount and that addresses and
22783     sizes are actually numbers for ubifsload. Also improve the instructions
22784     a bit.
22785
22786     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
22787     Signed-off-by: Stefan Roese <sr@denx.de>
22788
22789 commit 25c8f4005979ab2d190713ba341d96a5fa905cdb
22790 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
22791 Date:   Tue Jul 7 16:59:46 2009 +0200
22792
22793     Handle VID header offset in ubi part command
22794
22795     The VID header offset is sometimes needed to initialize the UBI
22796     partition. This patch adds it (optionally) to the command line
22797     for the ubi part command.
22798
22799     (Lines have been properly wrapped since last version)
22800
22801     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
22802     Acked-by: Stefan Roese <sr@denx.de>
22803     Signed-off-by: Stefan Roese <sr@denx.de>
22804
22805 commit 3672cd5c3b53d219d33345eebad4e25ad5bf6d52
22806 Author: Wolfgang Denk <wd@denx.de>
22807 Date:   Thu Jul 9 09:56:16 2009 +0200
22808
22809     MAINTAINERS: fix sorting, remove duplicates.
22810
22811     Signed-off-by: Wolfgang Denk <wd@denx.de>
22812
22813 commit efbf14e9a2394a154b12643d4a011994b5096b5a
22814 Author: Heiko Schocher <heiko.schocher@invitel.hu>
22815 Date:   Wed Dec 10 08:27:01 2008 +0100
22816
22817     all platforms: make show_boot_progress() work again
22818
22819     Signed-off-by: Heiko Schocher <hs@denx.de>
22820
22821 commit 205a0988d8fd778c60746c34c2f17dbd2b7cd0d2
22822 Author: Prafulla Wadaskar <prafulla@marvell.com>
22823 Date:   Mon Jun 29 15:25:18 2009 +0530
22824
22825     nand: Add Marvell Kirkwood NAND driver
22826
22827     This patch adds a NAND driver for the Marvell Kirkwood SoC's
22828
22829     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
22830     Acked-by: Scott Wood <scottwood@freescale.com>
22831
22832 commit 0580e48f53f972783e56fcedadb9ce6e5b0b6f32
22833 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
22834 Date:   Mon Jul 6 16:27:33 2009 +0200
22835
22836     ppc4xx: Make pll_write global
22837
22838     This patch makes pll_write on PPC405EP boards
22839     global and callable from C code.
22840
22841     pll_write can be used to dynamically modify the PLB:PCI divider
22842     as it is required for 33/66 MHz pci adapters based on the 405EP.
22843
22844     board_early_init_f() is a good place to do that (check M66EN signal
22845     and call pll_write() when it is required).
22846
22847     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
22848     Signed-off-by: Stefan Roese <sr@denx.de>
22849
22850 commit 20b3c4b528606d51799aed5e4c71783720cd2b72
22851 Author: Stefan Roese <sr@denx.de>
22852 Date:   Mon Jul 6 11:44:33 2009 +0200
22853
22854     ppc4xx: Remove compilation warning "pci_async_enabled defined but not used"
22855
22856     Signed-off-by: Stefan Roese <sr@denx.de>
22857
22858 commit d0a1364f91c80d29daff6b27a7904a50cdc00b35
22859 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
22860 Date:   Fri Jul 3 16:06:06 2009 +0200
22861
22862     ppc4xx: Implement is_pci_host() for 405 CPUs
22863
22864     This patch implements the is_pci_host() function in a similiar way
22865     as it is used on 440 targets.
22866
22867     The former path with CONFIG_PCI_HOST == PCI_HOST_AUTO does not
22868     build on 405EP targets because checking the PCI arbiter is different.
22869     So putting the fixed code into a separate function makes the code
22870     more readable.
22871
22872     Also using is_pci_host() on 405 brings 405 and 440 PCI code
22873     a little bit closer.
22874
22875     In preparation for an upcoming 405EP based PMC module I made this
22876     function weak so that it can be overwritten from board specific code.
22877
22878     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
22879     Signed-off-by: Stefan Roese <sr@denx.de>
22880
22881 commit 04ddae915f295dee301f15c32100533a48e3b433
22882 Author: Alessio Centazzo <centazzo@gmail.com>
22883 Date:   Wed Jul 1 22:20:51 2009 -0700
22884
22885     ppc4xx: Fixed PPC4xx debug compilation error in uic.c
22886
22887     This patch fixes a debug compilation error for PPC4xx platforms, all
22888     other architectures are not affected by this change.  The 'handler'
22889     pointer was undefined.  The fix is exercised and has effect only if
22890     DEBUG is defined.
22891
22892     Signed-off-by: Alessio Centazzo acpatin@yahoo.com
22893     Signed-off-by: Stefan Roese <sr@denx.de>
22894
22895 commit 48e2b535a0dd3a7b77b674130934a24f9de6f48d
22896 Author: Felix Radensky <felix@embedded-sol.com>
22897 Date:   Wed Jul 1 11:37:46 2009 +0300
22898
22899     4xx: Fix compilation warnings and MQ registers dump in SPD DDR2 code
22900
22901     This patch fixes printf format string compilation warnings in several
22902     debug statements. It also fixes the dump of DDR controller MQ registers
22903     found on some 44x and 46x platforms. The current register dump code
22904     uses incorrect DCRs to access these registers.
22905
22906     Signed-off-by: Felix Radensky <felix@embedded-sol.com>
22907     Signed-off-by: Stefan Roese <sr@denx.de>
22908
22909 commit 26d37f0061ad05e5c383c910f00e6006f3c89a3a
22910 Author: Felix Radensky <felix@embedded-sol.com>
22911 Date:   Mon Jun 22 15:30:42 2009 +0300
22912
22913     ppc4xx: Fix FDT EBC mappings on Canyonlands
22914
22915     This patch fixes 2 problems with FDT EBC mappings on Canyonlands.
22916     First, NAND EBC mapping was missing, making Linux NAND driver
22917     unusable on this board. Second, NOR remapping code assumed that
22918     NOR is always on CS0, however when booting from NAND NOR is on CS3.
22919
22920     Signed-off-by: Felix Radensky <felix@embedded-sol.com>
22921     Signed-off-by: Stefan Roese <sr@denx.de>
22922
22923 commit baa9f9ba4345ed6dc5c403871c32e6295316ea52
22924 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
22925 Date:   Tue Jun 16 22:29:15 2009 +0900
22926
22927     sh: Revised the build with newest compiler
22928
22929     The check of data became severe from newest gcc.
22930     This patch checked in gcc-4.2 and 4.3 .
22931
22932     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
22933
22934 commit be45c632568ba76343c1453b3951ad793f482fd5
22935 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22936 Date:   Thu Jun 4 12:06:48 2009 +0200
22937
22938     sh3/sh4: rename config option TMU_CLK_DIVIDER to CONFIG_SYS_TMU_CLK_DIV
22939
22940     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22941     Cc: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
22942     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
22943
22944 commit 8dd29c87ba370072a8464b8cc19e0a1e6e0497b4
22945 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22946 Date:   Thu Jun 4 12:06:47 2009 +0200
22947
22948     sh3/sh4: fix CONFIG_SYS_HZ to 1000
22949
22950     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22951     Cc: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
22952     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
22953
22954 commit add380f51f34ed1e2678c2abac8d53c91d652f26
22955 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22956 Date:   Thu Jun 4 12:06:46 2009 +0200
22957
22958     sh: introduce clock framework
22959
22960     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22961     Cc: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
22962     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
22963
22964 commit 3931a375de2c381d9ff5ec2767b2da9f62a41aef
22965 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22966 Date:   Thu Jun 4 12:06:45 2009 +0200
22967
22968     sh: unify linker script
22969
22970     all sh boards use the same cpu linker script so move it to cpu/$(CPU)
22971
22972     that could be overwrite in following order
22973     SOC
22974     BOARD
22975     via the corresponding config.mk
22976
22977     tested on r2dplus
22978
22979     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22980     Cc: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
22981     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
22982
22983 commit 236aad875817771eb1f25ed32784b3cd7760b2e6
22984 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22985 Date:   Thu Jun 4 12:06:44 2009 +0200
22986
22987     sh: make the linker scripts more generic
22988
22989     currently we need to sync the linker script enty and TEXT_BASE manualy
22990     and the reloc_dst is based on it
22991
22992     instead provide it now from the ldflags
22993
22994     tested on r2dplus
22995
22996     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22997     Cc: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
22998     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
22999
23000 commit ce29817212792113cd2d67a9767049a2e262c406
23001 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23002 Date:   Thu Jun 4 12:06:43 2009 +0200
23003
23004     sh7785lcr: fix out of tree build
23005
23006     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23007     Cc: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
23008     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23009
23010 commit 2e8a6f551cba550e9220dca4d8504066203b1f74
23011 Author: HeungJun Kim <riverful.kim@gmail.com>
23012 Date:   Tue Jun 30 14:42:22 2009 +0900
23013
23014     env_onenand: change env_address type from unsigned long to loff_t
23015
23016     If use the onenand boot, the env_relocate_spec() calls mtd->read(),
23017     and the type of the argument #2 of mtd->read() was changed to loff_t.
23018     But, the "env_addr" type is still unsigned long, thus this patch change
23019     the type from unsigned long to loff_t.
23020
23021     Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
23022     Signed-off-by: HeungJun, Kim <riverful.kim@samsung.com>
23023     Signed-off-by: Scott Wood <scottwood@freescale.com>
23024
23025 commit 66372fe2ab11cdeb0e841ad9eb6ba79769db4909
23026 Author: Mingkai Hu <Mingkai.hu@freescale.com>
23027 Date:   Thu Jun 18 18:23:27 2009 +0800
23028
23029     fsl_elbc_nand: redirect the pointer of bbt pattern to RAM
23030
23031     The bbt descriptors contains the pointer to the bbt pattern which
23032     are statically initialized memory struct. When relocated to RAM,
23033     these pointers will continue point to NOR flash(or L2 SRAM, or
23034     other boot device). If the contents of NOR flash changed or L2
23035     SRAM disabled, it'll hang the system.
23036
23037     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
23038     Signed-off-by: Scott Wood <scottwood@freescale.com>
23039
23040 commit 1dac3a51875967f32641bbc0d26dc382ef02330a
23041 Author: Scott Wood <scottwood@freescale.com>
23042 Date:   Wed Jun 24 17:23:49 2009 -0500
23043
23044     nand_spl: Fix cmd_ctrl usage in nand_boot.c.
23045
23046     When adding large page NAND support to this file, I had a misunderstanding
23047     about the exact semantics of NAND_CTRL_CHANGE (which isn't documented
23048     anywhere I can find) -- it is apparently just a hint to drivers,
23049     which aren't required to preserve the old value for subsequent
23050     non-"change" invocations.
23051
23052     This change makes nand_boot.c no longer assume this.  Note that this
23053     happened to work by chance with some NAND drivers, which don't preserve
23054     the value, but treat 0 equivalently to NAND_CTRL_ALE.
23055
23056     I don't have hardware to test this, so any testing is appreciated.
23057
23058     Signed-off-by: Scott Wood <scottwood@freescale.com>
23059
23060 commit 98713d2663d5d30dde74f48f547114a2bfd9d463
23061 Author: kevin.morfitt@fearnside-systems.co.uk <kevin.morfitt@fearnside-systems.co.uk>
23062 Date:   Thu Jun 18 18:41:03 2009 +0100
23063
23064     Bug-fix in drivers mtd nand Makefile
23065
23066     The S3C2410 NAND driver source file is included in the makefile instead of
23067     the object file.
23068
23069     Signed-off-by: Kevin Morfitt <kevin.morfitt@fearnside-systems.co.uk>
23070     Signed-off-by: Scott Wood <scottwood@freescale.com>
23071
23072 commit b74ab737369bbbe66c15cbe6c0d0b6a351b00c96
23073 Author: Guennadi Liakhovetski <lg@denx.de>
23074 Date:   Mon May 18 16:07:22 2009 +0200
23075
23076     nand_spl: read environment early, when booting from NAND using nand_spl
23077
23078     Currently, when booting from NAND using nand_spl, in the beginning the default
23079     environment is used until later in boot process the dynamic environment is read
23080     out. This way environment variables that must be interpreted early, like the
23081     baudrate or "silent", cannot be modified dynamically and remain at their
23082     default values. Fix this problem by reading out main and redundand (if used)
23083     copies of the environment in the nand_spl code.
23084
23085     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
23086     Signed-off-by: Scott Wood <scottwood@freescale.com>
23087
23088 commit 378adfcdf4bbd77ee4cbc3276d4733e218308a21
23089 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23090 Date:   Sat May 16 14:27:40 2009 +0200
23091
23092     mtd: nand: use loff_t for offset
23093
23094     nand_util currently uses size_t which is arch dependent and not always a
23095     unsigned long.  Now use loff_t, as does the linux mtd layer.
23096
23097     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23098     Signed-off-by: Scott Wood <scottwood@freescale.com>
23099
23100 commit 8360b66bac9567701027a0087274d0c9b2fe8d6b
23101 Author: Wolfgang Denk <wd@denx.de>
23102 Date:   Sun May 24 17:34:33 2009 +0200
23103
23104     nand/onenand: Fix missing argument checking for "markbad" command
23105
23106     The "nand markbad" and "onenand markbad" commands did not check if an
23107     argument was passed; if this was forgotten, no error was raised but
23108     block 0 was marked as bad.
23109
23110     While fixing this bug, clean up the code a bit and allow to pass more
23111     than one block address, thus allowing to mark several blocks as bad
23112     in a single command invocation.
23113
23114     Signed-off-by: Wolfgang Denk <wd@denx.de>
23115     Signed-off-by: Scott Wood <scottwood@freescale.com>
23116
23117 commit cd84423a09f3a08029fe41c1db96168debd0b51f
23118 Author: Mike Frysinger <vapier@gentoo.org>
23119 Date:   Mon May 25 22:42:28 2009 -0400
23120
23121     mtd: nand: new base driver for memory mapped nand devices
23122
23123     The BF537-STAMP Blackfin board had a driver for working with NAND devices
23124     that are simply memory mapped.  Since there is nothing Blackfin specific
23125     about this, generalize the driver a bit so that everyone can leverage it.
23126
23127     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
23128     Signed-off-by: Scott Wood <scottwood@freescale.com>
23129
23130 commit d27bc728cf35e7d7996fbd77154335e66615b213
23131 Author: Guennadi Liakhovetski <lg@denx.de>
23132 Date:   Mon May 18 16:06:45 2009 +0200
23133
23134     env_nand: remove unused variable.
23135
23136     Remove an unused "total" variable in multiple functions.
23137
23138     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
23139     Signed-off-by: Scott Wood <scottwood@freescale.com>
23140
23141 commit 154b5484ac7dcbcd0fb5ba388d930b02f87fa302
23142 Author: David Brownell <dbrownell@users.sourceforge.net>
23143 Date:   Sun May 10 15:43:01 2009 -0700
23144
23145     davinci_nand chipselect/init cleanup
23146
23147     Update chipselect handling in davinci_nand.c so that it can
23148     handle 2 GByte chips the same way Linux does:  as one device,
23149     even though it has two halves with independent chip selects.
23150     For such chips the "nand info" command reports:
23151
23152       Device 0: 2x nand0, sector size 128 KiB
23153
23154     Switch to use the default chipselect function unless the board
23155     really needs its own.  The logic for the Sonata board moves out
23156     of the driver into board-specific code.  (Which doesn't affect
23157     current build breakage if its NAND support is enabled...)
23158
23159     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
23160     Signed-off-by: Scott Wood <scottwood@freescale.com>
23161
23162 commit 496863b2440dd7cd69a1ad2443a9badd5f8968d1
23163 Author: Sandeep Paulraj <s-paulraj@ti.com>
23164 Date:   Sat May 9 12:35:20 2009 -0400
23165
23166     NAND DaVinci: Update to ALE/CLE Mask values
23167
23168     All DaVinci SOC's use a CLE mask of 0x10 and an ALE mask of 0x8
23169     except the DM646x. This was decided by the design team driving the design.
23170     This patch updates the CLE and ALE values for DM646x.
23171     Updated patches for DM646x will be sent shortly.
23172     This applies to u-boot-nand-flash git
23173
23174     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
23175     Signed-off-by: Scott Wood <scottwood@freescale.com>
23176
23177 commit 0c1684437ef810c503df29e8d73f63191aa63862
23178 Author: Sandeep Paulraj <s-paulraj@ti.com>
23179 Date:   Wed Apr 29 09:47:09 2009 -0400
23180
23181     ARM DaVinci: Changing ALE Mask Value
23182
23183     The ALE mask used by DaVinci SOCs is wrong. The patch changes the mask value
23184     from '0xa' to '0x8'. This is the mask we use for all TI releases.
23185
23186     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
23187     Signed-off-by: Scott Wood <scottwood@freescale.com>
23188
23189 commit 6e29ed8e576a6900c5d8dcde36b423ac576894dc
23190 Author: David Brownell <dbrownell@users.sourceforge.net>
23191 Date:   Tue Apr 28 13:19:53 2009 -0700
23192
23193     davinci_nand: cleanup II (CONFIG_SYS_DAVINCI_BROKEN_ECC)
23194
23195     Remove CONFIG_SYS_DAVINCI_BROKEN_ECC option.  It's not just nasty;
23196     it's also unused by any current boards, and doesn't even match the
23197     main U-Boot distributions from TI (which use soft ECC, or 4-bit ECC
23198     on newer chips that support it).
23199
23200     DaVinci GIT kernels since 2.6.24, and mainline Linux since 2.6.30,
23201     match non-BROKEN code paths for 1-bit HW ECC.  The BROKEN code paths
23202     do seem to partially match what MontaVista/TI kernels (4.0/2.6.10,
23203     and 5.0/2.6.18) do ... but only for small pages.  Large page support
23204     is really broken (and it's unclear just what software it was trying
23205     to match!), and the ECC layout was making three more bytes available
23206     for use by filesystem (or whatever) code.
23207
23208     Since this option itself seems broken, remove it.  Add a comment
23209     about the MV/TI compat issue, and the most straightforward way to
23210     address it (should someone really need to solve it).
23211
23212     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
23213     Signed-off-by: Scott Wood <scottwood@freescale.com>
23214
23215 commit fcb774777562bb7bcdc53c608d0e6bae906ce0f6
23216 Author: David Brownell <dbrownell@users.sourceforge.net>
23217 Date:   Tue Apr 28 13:19:50 2009 -0700
23218
23219     davinci_nand: cleanup I (minor)
23220
23221     Minor cleanup for DaVinci NAND code:
23222
23223      - Use I/O addresses from nand_chip; CONFIG_SYS_NAND_BASE won't
23224        be defined when there are multiple chipselect lines in use
23225        (as with common 2 GByte chips).
23226
23227      - Cleanup handling of EMIF control registers
23228         * Only need one pointer pointing to them
23229         * Remove incorrect and unused struct supersetting them
23230
23231      - Use the standard waitfunc; we don't need a custom version
23232
23233      - Partial legacy cleanup:
23234         * Don't initialize every board like it's a DM6446 EVM
23235         * #ifdef a bit more code for BROKEN_ECC
23236
23237     Sanity checked with small page NAND on dm355 and dm6446 EVMs;
23238     and large page on dm355 EVM (packaged as two devices, not one).
23239
23240     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
23241     Signed-off-by: Scott Wood <scottwood@freescale.com>
23242
23243 commit 8e5e9b940cdede0debe528cdd7edccccbb3ebf2a
23244 Author: Wolfgang Denk <wd@denx.de>
23245 Date:   Tue Jul 7 22:35:02 2009 +0200
23246
23247     Coding style cleanup; update CHANGELOG
23248
23249     Signed-off-by: Wolfgang Denk <wd@denx.de>
23250
23251 commit d318d0c44d8e91e937c4dad0c5b1d2f6bb9d9fd8
23252 Author: Stefan Roese <sr@denx.de>
23253 Date:   Mon Jun 29 13:30:50 2009 +0200
23254
23255     UBI: Fix build problem noticed on Apollon (arm/testing repo)
23256
23257     This patch fixes a build problem noticed on Apollon by using
23258     mtd_dev_by_eb() instead of "/" as done in the Linux UBI version.
23259     So this brings the U-Boot UBI version more in sync with the Linux
23260     version again.
23261
23262     Signed-off-by: Stefan Roese <sr@denx.de>
23263
23264 commit 2efee52b09657e9353655b9dae9e1d1a67a2abe4
23265 Author: Prafulla Wadaskar <prafulla@marvell.com>
23266 Date:   Mon Jul 6 20:29:15 2009 +0530
23267
23268     sf: Macronix additional chips supported
23269
23270     new chips supported:-
23271     MX25L1605D, MX25L3205D, MX25L6405D, MX25L12855E
23272     out of which MX25L6405D and MX25L12855E tested on Kirkwood platforms
23273
23274     Modified the Macronix flash support to use 2 bytes of device id instead of 1
23275     This was required to support MX25L12855E
23276
23277     Signed-off-by: Piyush Shah <spiyush@marvell.com>
23278     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
23279     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
23280
23281 commit dd54126715b89ed0c43322aa78b0dad306f043b6
23282 Author: Mike Frysinger <vapier@gentoo.org>
23283 Date:   Fri Jun 19 03:27:28 2009 -0400
23284
23285     sf: sst: add sst25vf###b ids
23286
23287     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
23288
23289 commit 7d907f0ea993b179a197d8db2a36f122bc673c2d
23290 Author: Mike Frysinger <vapier@gentoo.org>
23291 Date:   Fri Jun 19 03:20:06 2009 -0400
23292
23293     sf: sst: fix sector size
23294
23295     Looks like when I was encoding the sector sizes, I forgot to divide by 8
23296     (due to the stupid marketing driven process that declares all sizes in
23297     useless megabits and not megabytes).
23298
23299     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
23300
23301 commit ceb70b466e75ceb1a621b6163f7e31116bfc8094
23302 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23303 Date:   Sun Jul 5 01:06:06 2009 +0200
23304
23305     nhk8815: fix MAKEALL
23306
23307     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23308
23309 commit d08e5ca301b69ab77ecdd34e2b06aee30d6057d1
23310 Author: Magnus Lilja <lilja.magnus@gmail.com>
23311 Date:   Sat Jul 4 10:31:24 2009 +0200
23312
23313     MX31: Add NAND SPL boot support to i.MX31 PDK board.
23314
23315     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
23316
23317 commit 78eabb90b793fafe875a7469526d1715fa56cbb4
23318 Author: Prafulla Wadaskar <prafulla@marvell.com>
23319 Date:   Mon Jun 29 20:55:54 2009 +0530
23320
23321     arm: Kirkwood: arch specific updated for ehci-Kirkwood driver support
23322
23323     This patch abstracts Kirkwood arch specific changes to support ehci-kirkwood driver
23324
23325     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
23326
23327 commit 095a460b49022e64df76134300643606e3acb4e9
23328 Author: Alessandro Rubini <rubini@unipv.it>
23329 Date:   Mon Jun 29 10:52:37 2009 +0200
23330
23331     arm nomadik: use 1000 as HZ value and rewrite timer code
23332
23333     This sets CONFIG_SYS_HZ to 1000 as required, and completely rewrites
23334     timer code, which is now both correct and much smaller.  Unused
23335     functions like udelay_masked() have been removed as no driver uses
23336     them, even the ones that are not currently active for this board.
23337     mtu.h is copied literally from the kernel sources.
23338
23339     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
23340     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
23341     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23342
23343 commit f7aa59b29a451cc502078a9e4ba32345a4250c05
23344 Author: Alessandro Rubini <rubini@unipv.it>
23345 Date:   Mon Jun 22 09:18:57 2009 +0200
23346
23347     arm nomadik: allow Nand and OneNand to coexists
23348
23349     The evaluation kit has both Nand and OneNand, both drivers are there
23350     and the two configurations only select a different default for the
23351     jffs partition. This adds the OneNand driver and cleans up storage.
23352
23353     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
23354     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
23355
23356 commit fd14c41a861cd38ee2fe3abd61d59b57b4eb23c9
23357 Author: Alessandro Rubini <rubini@unipv.it>
23358 Date:   Mon Jun 22 09:18:47 2009 +0200
23359
23360     arm nomadik: cleanup reset
23361
23362     There is only one public release of the Nomadik chip, so the ifdef
23363     in reset code as well as a define in the config file are not needed
23364
23365     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
23366     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
23367
23368 commit ee1363f2da3996bafdecdd8f4e48862ebff3f271
23369 Author: Alessandro Rubini <rubini@unipv.it>
23370 Date:   Mon Jun 22 09:18:37 2009 +0200
23371
23372     arm nomadik: rename board to nhk8815
23373
23374     This is an error in my side in the initial submission: nobody
23375     calls it ""nmdk8815", it's "nomadik hardware kit", nhk8815, instead.
23376
23377     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
23378     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
23379
23380 commit 040f8f63e922bbfb8ba0958bf637f11a917f5c38
23381 Author: Stefano Babic <sbabic@denx.de>
23382 Date:   Wed Jul 1 20:40:41 2009 +0200
23383
23384     xscale: add support for the polaris board
23385
23386     The Polaris board is based on the TrizepsIV module of
23387     Keith & Koep (http://www.keith-koep.com).
23388
23389     Signed-off-by: Stefano Babic <sbabic@denx.de>
23390
23391 commit 88bd97501314683b87f3f1edcf55b347c041b722
23392 Author: Stefano Babic <sbabic@denx.de>
23393 Date:   Wed Jul 1 04:33:56 2009 +0200
23394
23395     xscale: fix USB initialization for Trizepsiv module
23396
23397     Due to change in the usb_board_init() prototype, the USB for
23398     the TrizepsIV was not correctly initialized.
23399     Removed dummy print from usb_board_stop().
23400
23401     Signed-off-by: Stefano Babic <sbabic@denx.de>
23402
23403 commit 0b785ddd60120cfb74d18e58c56054238219f6db
23404 Author: Prafulla Wadaskar <prafulla@marvell.com>
23405 Date:   Wed Jul 1 20:34:51 2009 +0200
23406
23407     net: merge bugfix: Marvell Kirkwood gigabit ethernet driver
23408
23409     This patch looks okay on u-boot-net.git/next branch
23410     but when it was merged to u-boot.git/master the last line is missing
23411
23412     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
23413     Acked-by: Ben Warren <biggerbadderben@gmail.com>
23414
23415 commit 33b1d3f43a16fbb79004075ce89ae4e618b288a2
23416 Author: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
23417 Date:   Tue Jun 30 21:03:37 2009 +0200
23418
23419     at91: Add esd gmbh MEESC board support
23420
23421     This patch adds support for esd gmbh MEESC board.
23422     The MEESC is based on an Atmel AT91SAM9263 SoC.
23423
23424     Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
23425
23426 commit 21761540b43c7086c75ee9afb412da1e5ddde2e9
23427 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23428 Date:   Tue Jun 30 21:03:35 2009 +0200
23429
23430     ARM: Update mach-types
23431
23432     update against linux v2.6.30
23433
23434     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23435
23436 commit 45627fce18139a74e0755124d27376b520db156c
23437 Author: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
23438 Date:   Tue Jun 30 23:03:33 2009 +0200
23439
23440     at91: Add CAN init function
23441
23442     To enable CAN init, CONFIG_CAN has to be defined in the board config file
23443     and at91_can_hw_init() has to be called in the board specific code.
23444
23445     CAN is available on AT91SAM9263 and AT91CAP9 SoC.
23446
23447     Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
23448
23449 commit 2e23008e5dbde7fe4c4758bee5a393e1db796cdf
23450 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
23451 Date:   Tue Jun 30 23:03:31 2009 +0200
23452
23453     arm: Kirkwood: Correct header define
23454
23455     Correct define typo (. -> ,)
23456
23457     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
23458
23459 commit 8449f287f5c53d59db13c3c512e6bd1750b692d1
23460 Author: Magnus Lilja <lilja.magnus@gmail.com>
23461 Date:   Wed Jul 1 01:07:55 2009 +0200
23462
23463     MX31: Add basic support for Freescale i.MX31 PDK board.
23464
23465     Add support for Freescale's i.MX31 PDK board (a.k.a. 3 stack board).
23466
23467     This patch assumes that some other program performs the actual
23468     NAND boot.
23469
23470     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
23471     Acked-by: Fabio Estevam <fabioestevam@yahoo.com>
23472     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23473
23474 commit 8d460a573e2a2ac4834636903865a0428ad0e629
23475 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23476 Date:   Tue Jun 23 00:12:01 2009 +0200
23477
23478     S3C24x0: extract interrupts from timer
23479
23480     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23481
23482 commit c8badbe500a752f42049e51042767ee62ea714e0
23483 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23484 Date:   Sun Jun 28 14:14:21 2009 +0200
23485
23486     dm355/pm9261: add missing CONFIG_NET_MULTI
23487
23488     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23489
23490 commit 798bf9a9ade1cfbe85a16d180cad720927d8e10a
23491 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23492 Date:   Tue Jun 23 00:12:01 2009 +0200
23493
23494     arm920t/interrupts: Move conditional compilation to Makefile
23495
23496     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23497
23498 commit 06e758e75c79ce8761866bf8165c443584a20893
23499 Author: Kim, Heung Jun <riverful@gmail.com>
23500 Date:   Sat Jun 20 11:02:17 2009 +0200
23501
23502     move L2 cache enable/disable function to cache.c in the omap3 SoC directory
23503
23504     Signed-off-by: HeungJun, Kim <riverful.kim@samsung.com>
23505     CC: Dirk Behme <dirk.behme@googlemail.com>
23506     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23507
23508 commit d583ef5147066d3609de21f3beebbab99a19bad4
23509 Author: Thomas Lange <thomas@corelatus.se>
23510 Date:   Sat Jun 20 11:02:17 2009 +0200
23511
23512     ARM DaVinci: EMIF settings
23513
23514     NAND module should not modify EMIF registers unrelated to CS2
23515     that is used for NAND, i.e. do not modify EWAIT config register
23516     or registers for other Chip Selects.
23517
23518     Without this patch, EMIF configurations made in board_init()
23519     will be invalidated.
23520
23521     Signed-off-by: Thomas Lange <thomas@corelatus.se>
23522
23523 commit 2600b8571a26c10c1c43401d7af38e2333cc5381
23524 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23525 Date:   Sat Jun 20 11:02:17 2009 +0200
23526
23527     versatile: config coding style cleanup
23528
23529     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23530     Cc: Peter Pearse <peter.pearse@arm.com>
23531
23532 commit 4efb77d41f9c5d93f0f92dda60e742023fa03c72
23533 Author: Prafulla Wadaskar <prafulla@marvell.com>
23534 Date:   Sat Jun 20 11:01:53 2009 +0200
23535
23536     arm: Kirkwood: Basic SOCs support
23537
23538     Kirkwood family controllers are highly integrated SOCs
23539     based on Feroceon-88FR131/Sheeva-88SV131/arm926ejs cpu core.
23540
23541     SOC versions supported:-
23542     1) 88F6281-A0       define CONFIG_KW88F6281_A0
23543     2) 88F6192-A0       define CONFIG_KW88F6192_A0
23544
23545     Other supported features:-
23546     1) get_random_hex() fucntion
23547     2) PCI Express port initialization
23548     3) NS16550 driver support
23549
23550     Contributors:
23551     Yotam Admon <yotam@marvell.com>
23552     Michael Blostein <michaelbl@marvell.com
23553
23554     Reviewed-by: Ronen Shitrit <rshitrit@marvell.com>
23555     Acked-by: Stefan Rose <sr@denx.de>
23556     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
23557
23558 commit 5c3d5817e5e68b828c165c501c215e793dc63aac
23559 Author: Prafulla Wadaskar <prafulla@marvell.com>
23560 Date:   Sat Jun 20 11:01:52 2009 +0200
23561
23562     arm: generic cache.h for ARM architectures
23563
23564     This patch is required for Kirkwood SoC support
23565     may be used by other ARM architectures
23566
23567     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
23568
23569 commit 9c8c706c92e53433a871a563946c38075d76504d
23570 Author: Matthias Ludwig <mludwig@ultratronik.de>
23571 Date:   Sat Jun 20 11:01:50 2009 +0200
23572
23573     OMAP3EVM: fix typo. replace CS6 by CS5, no functionality change
23574
23575     Signed-off-by: Matthias Ludwig <mludwig@ultratronik.de>
23576
23577 commit 0aafde1dc76d6d65d6be10bf499ec86d9ffee8b9
23578 Author: Sedji Gaouaou <sedji.gaouaou@atmel.com>
23579 Date:   Wed Jun 24 08:32:09 2009 +0200
23580
23581     at91sam9260/9263: add back up for the rst(reset controller).
23582
23583     On the boards at91sam9260ek, at91sam9263ek and afed9260, the rstc register was
23584     set to 0 after being set to 500 ms for the PHY reset.
23585     Do backup the old reset length and restore it after the MACB initialisation.
23586
23587     Signed-off-by: Sedji Gaouaou <sedji.gaouaou@atmel.com>
23588     Signed-off-by: Stelian Pop <stelian@popies.net>
23589
23590 commit afb0b1315c048ce2b1f35f0183b8b118ad0c14e1
23591 Author: Kumar Gala <galak@kernel.crashing.org>
23592 Date:   Fri Jul 3 12:45:44 2009 -0500
23593
23594     fsl: Fix compiler warnings from gcc-4.4 in sys_eeprom code
23595
23596     sys_eeprom.c: In function 'do_mac':
23597     sys_eeprom.c:323: warning: dereferencing type-punned pointer will break strict-aliasing rules
23598     sys_eeprom.c: In function 'mac_read_from_eeprom':
23599     sys_eeprom.c:395: warning: dereferencing type-punned pointer will break strict-aliasing rules
23600
23601     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23602
23603 commit e94e460c6e8741f42dab6d8dd4b596ba5d9d79ae
23604 Author: Peter Tyser <ptyser@xes-inc.com>
23605 Date:   Tue Jun 30 17:15:51 2009 -0500
23606
23607     83xx: Add support for fsl_dma driver
23608
23609     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
23610     Reviewed-by: Ira W. Snyder <iws@ovro.caltech.edu>
23611     Tested-by: Ira W. Snyder <iws@ovro.caltech.edu>
23612     Acked-by: Kim Phillips <kim.phillips@freescale.com>
23613     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23614
23615 commit 9adda5459ca62120c0c50b82b766fe1cf6925bbf
23616 Author: Peter Tyser <ptyser@xes-inc.com>
23617 Date:   Tue Jun 30 17:15:50 2009 -0500
23618
23619     83xx: Replace CONFIG_ECC_INIT_VIA_DDRC references
23620
23621     Update 83xx architecture's CONFIG_ECC_INIT_VIA_DDRC references to
23622     CONFIG_ECC_INIT_VIA_DDRCONTROLLER, which other Freescale architectures
23623     use
23624
23625     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
23626     Acked-by: Kim Phillips <kim.phillips@freescale.com>
23627     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23628
23629 commit 039594a4301dadceb267db5e8b9c8c78b1bb86b5
23630 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
23631 Date:   Thu Jul 2 16:15:01 2009 +0530
23632
23633     8xxx: Second UART port added for MPC85xx, MPC83xx, MPC86xx processors
23634
23635     Defining the next two configs allows to switch the serial port from the
23636     console using the setenv stdin and stdout
23637       1. #define CONFIG_SERIAL_MULTI 1 /* Enable both serial ports */
23638       2. #define CONFIG_SYS_CONSOLE_IS_IN_ENV /* determine from environment */
23639
23640     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
23641     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
23642     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23643
23644 commit 546b1032907df70f2dd0f98f3ad09885a88411e5
23645 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
23646 Date:   Thu Jul 2 16:14:40 2009 +0530
23647
23648     85xx: Adds GPIO registers to MPC85xx Memory Map.
23649
23650     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
23651     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23652
23653 commit 5da6f806b400372b8a0664f3282c9e83a402eb66
23654 Author: Peter Tyser <ptyser@xes-inc.com>
23655 Date:   Tue Jun 30 17:26:01 2009 -0500
23656
23657     86xx: XPedite5170 board support
23658
23659     Initial support for Extreme Engineering Solutions XPedite5170 -
23660     a MPC8640-based 3U VPX single board computer with a PMC/XMC
23661     site.
23662
23663     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
23664     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23665
23666 commit e66f38da8434425aca8df08d06d9ef41b3478d3b
23667 Author: Timur Tabi <timur@freescale.com>
23668 Date:   Wed Jul 1 16:51:59 2009 -0500
23669
23670     fsl_ddr: Fix DDR3 calculation of rank density with 8GB or more
23671
23672     The calculate for rank density in compute_ranksize() for DDR3 used all
23673     integers for the expression, so the result was also a 32-bit integer, even
23674     though the 'bsize' variable is a u64.  Fix the expression to calculate a
23675     true 64-bit value.
23676
23677     Signed-off-by: Timur Tabi <timur@freescale.com>
23678     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23679
23680 commit 6af015b86b86d94de7ca1b23a3890bc93a50c2ab
23681 Author: Peter Tyser <ptyser@xes-inc.com>
23682 Date:   Tue Jun 30 17:15:49 2009 -0500
23683
23684     fsl_dma: Make DMA transactions snoopable
23685
23686     Make DMA transactions snoopable so that CPUs can keep caches up-to-date.
23687     This allows dma transactions to be used for operations such as memory
23688     copies without any additional cache control operations.
23689
23690     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
23691     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23692
23693 commit 0d595f76bc9c7c8dff5bd31dffed87a840a03c56
23694 Author: Peter Tyser <ptyser@xes-inc.com>
23695 Date:   Tue Jun 30 17:15:48 2009 -0500
23696
23697     fsl_dma: Break out common memory initialization function
23698
23699     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
23700     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23701
23702 commit 79f4333ceb059049b3ee560167d6cbaec493695f
23703 Author: Peter Tyser <ptyser@xes-inc.com>
23704 Date:   Tue Jun 30 17:15:47 2009 -0500
23705
23706     8xxx: Move dma_init() call to common code
23707
23708     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
23709     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23710
23711 commit 191c7118592cd182f2dc7f46b4f72d9bed0e2c76
23712 Author: Peter Tyser <ptyser@xes-inc.com>
23713 Date:   Tue Jun 30 17:15:46 2009 -0500
23714
23715     fsl_dma: Move dma function prototypes to common header file
23716
23717     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
23718     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23719
23720 commit 7892f619d40f4196e41e7114c5dfee9fad0f572f
23721 Author: Peter Tyser <ptyser@xes-inc.com>
23722 Date:   Tue Jun 30 17:15:45 2009 -0500
23723
23724     8xxx: Rename dma_xfer() to dmacpy()
23725
23726     Also update dmacpy()'s argument order to match memcpy's and use
23727     phys_addr_t/phy_size_t for address/size arguments
23728
23729     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
23730     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23731
23732 commit 484919cf3351212ebf748b9b13ece1ddaf7e7d1c
23733 Author: Peter Tyser <ptyser@xes-inc.com>
23734 Date:   Tue Jun 30 17:15:44 2009 -0500
23735
23736     fsl_dma: Fix Channel Start bug in dma_check()
23737
23738     The Channel Start (CS) bit in the Mode Register (MR) should actually be
23739     cleared as the comment in the code suggests.  Previously, CS was being
23740     set, not cleared.
23741
23742     Assuming normal operation of the DMA engine, this change shouldn't have
23743     any real affect.
23744
23745     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
23746     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23747
23748 commit 51402ac12be9a0025f16db51fbde7c050a54e5fe
23749 Author: Peter Tyser <ptyser@xes-inc.com>
23750 Date:   Tue Jun 30 17:15:43 2009 -0500
23751
23752     fsl_dma: Add support for arbitrarily large transfers
23753
23754     Support DMA transfers larger than the DMA controller's limit of
23755     (2 ^ 26 - 1) bytes
23756
23757     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
23758     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23759
23760 commit a730393a362741c318b21771b8d7b2647e546c3e
23761 Author: Peter Tyser <ptyser@xes-inc.com>
23762 Date:   Tue Jun 30 17:15:42 2009 -0500
23763
23764     fsl_dma: Use proper I/O access functions
23765
23766     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
23767     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23768
23769 commit 9c06071a6077ba95e9d43226156e39567d5d064a
23770 Author: Peter Tyser <ptyser@xes-inc.com>
23771 Date:   Tue Jun 30 17:15:41 2009 -0500
23772
23773     fsl_dma: Add bitfield definitions for common registers
23774
23775     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
23776     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23777
23778 commit 017f11f68ef543e866be033bcb7b8058a8a380d8
23779 Author: Peter Tyser <ptyser@xes-inc.com>
23780 Date:   Tue Jun 30 17:15:40 2009 -0500
23781
23782     8xxx: Break out DMA code to a common file
23783
23784     DMA support is now enabled via the CONFIG_FSL_DMA define instead of the
23785     previous CONFIG_DDR_ECC
23786
23787     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
23788     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23789
23790 commit 6bbced671719518d0e28ff422623cd7ce396cbda
23791 Author: Mark Jackson <mpfj-list@mimc.co.uk>
23792 Date:   Mon Jun 29 15:59:10 2009 +0100
23793
23794     Atmel LCD driver GUARDTIME fix
23795
23796     This patch allows the guard time parameter to be set in
23797     the Atmel LCDC driver.
23798
23799     By default, the previous value of 1 is used, unless the
23800     setting is defined elsewhere.
23801
23802     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
23803
23804 commit 29c35182462feea09f322e51913759a53359a3e0
23805 Author: Roy Zang <tie-fei.zang@freescale.com>
23806 Date:   Tue Jun 30 13:56:23 2009 +0800
23807
23808     85xx: Add pci e1000 Ethernet support for P2020 board
23809
23810     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
23811     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23812
23813 commit 156984a3611c28093919d3e3c042f722b5548253
23814 Author: Kumar Gala <galak@kernel.crashing.org>
23815 Date:   Thu Jun 18 08:39:42 2009 -0500
23816
23817     8xxx: Fix PCI bus address setup for 36-bit configs
23818
23819     We want the outbound PCI memory map to end at the 4G boundary so we
23820     can maximize the amount of space available for inbound mappings if
23821     we have large amounts of memory.
23822
23823     This matches the device tree setup in the kernel for the 36-bit physical
23824     configs for the platforms that have one (MPC8641 HPCN & MPC8572 DS).
23825
23826     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23827
23828 commit 480f61790565d77432b70b4016b73f2ae27d530f
23829 Author: Kumar Gala <galak@kernel.crashing.org>
23830 Date:   Thu Jun 18 08:23:01 2009 -0500
23831
23832     86xx: Add CPU_TYPE_ENTRY support
23833
23834     Unify with 83xx and 85xx and use CPU_TYPE_ENTRY.  We are going to use
23835     this to convey the # of cores and DDR width in the near future so its
23836     good to keep in sync.
23837
23838     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23839
23840 commit 98ab14e858bf60306d0aa3f0df5a7a5f88264aff
23841 Author: Peter Meerwald <pmeerw@pmeerw.net>
23842 Date:   Mon Jun 29 15:48:33 2009 -0400
23843
23844     Blackfin: TWI/I2C: fix pure writes
23845
23846     If doing a pure write with register address and data (not a read/write
23847     combo transfer), we don't set the initial transfer length properly which
23848     ends up causing only the register address to be transferred.
23849
23850     While we're here, fix the i2c_write() parameter description of the buffer.
23851
23852     Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
23853     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
23854
23855 commit 5710de45808eb8f1cc34b51dc3e67e2422113249
23856 Author: Prafulla Wadaskar <prafulla@marvell.com>
23857 Date:   Sat May 30 01:13:33 2009 +0530
23858
23859     spi: Add Marvell Kirkwood SPI driver
23860
23861     This patch adds a SPI driver for the Marvell Kirkwood SoC's.
23862
23863     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
23864
23865 commit 6bde171a4c4116cee179167cb65335a28f99932d
23866 Author: Minkyu Kang <mk7.kang@samsung.com>
23867 Date:   Thu Jun 25 19:21:33 2009 +0900
23868
23869     s3c64xx: move the reset_cpu function
23870
23871     Because of the reset_cpu is soc specific, should be move to soc
23872     And read reset value from SYS_ID register instead of hard code
23873     this patch also supports s3c6410
23874
23875     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
23876
23877 commit 576afd4faeba1519bcb8c0083c3e4d45e5643a48
23878 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23879 Date:   Sun May 17 00:58:37 2009 +0200
23880
23881     integrator: merge integratorap and integratorcp
23882
23883     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23884     Acked-by: Peter Pearse <peter.pearse@arm.com>
23885
23886 commit 46937b27427688a56bf7f5944a92d962dc43c3fa
23887 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23888 Date:   Sun May 17 00:58:36 2009 +0200
23889
23890     integratorap/cp: use cfi driver
23891
23892     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23893     Acked-by: Peter Pearse <peter.pearse@arm.com>
23894
23895 commit de7a01abd8aeb167946f391327e1e0d1e01f90c9
23896 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23897 Date:   Sun May 17 00:58:36 2009 +0200
23898
23899     integratorap/cp/versatile: remove non used functions
23900
23901     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23902     Acked-by: Peter Pearse <peter.pearse@arm.com>
23903
23904 commit f54851a6e3844b7e01581b5a9681f294118b7529
23905 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23906 Date:   Sun May 17 00:58:36 2009 +0200
23907
23908     integratorcp: split timer support
23909
23910     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23911     Acked-by: Peter Pearse <peter.pearse@arm.com>
23912
23913 commit 2bcef0723ea11c4e9bfbcfff2a93ec2da520b5f1
23914 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23915 Date:   Sun May 17 00:58:36 2009 +0200
23916
23917     integratorap: split timer support
23918
23919     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23920     Acked-by: Peter Pearse <peter.pearse@arm.com>
23921
23922 commit 86baa085c52a7f3377a88074679c5aca9b9e4d38
23923 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23924 Date:   Sun May 17 00:58:36 2009 +0200
23925
23926     integratorap: split pci support
23927
23928     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23929     Acked-by: Peter Pearse <peter.pearse@arm.com>
23930
23931 commit 379e9fc0a319b8f6ae16d763590bf023f3afb87c
23932 Author: Ilya Yanok <yanok@emcraft.com>
23933 Date:   Mon Jun 8 04:12:50 2009 +0400
23934
23935     arm: add support for CONFIG_GENERIC_MMC
23936
23937     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
23938
23939 commit 47d19da4d3f9ac4787abe9dee32406478424be52
23940 Author: Ilya Yanok <yanok@emcraft.com>
23941 Date:   Mon Jun 8 04:12:46 2009 +0400
23942
23943     serial_mx31: allow it to work with mx27 too and rename to serial_mxc
23944
23945     UART hardware on i.MX27 is the same as on the i.MX31 so we just
23946     need to provide the driver with correct address of the registers.
23947
23948     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
23949
23950 commit 1dc4da749dbde27ec862f5b65703e8e4541fbba3
23951 Author: Ilya Yanok <yanok@emcraft.com>
23952 Date:   Mon Jun 8 04:12:45 2009 +0400
23953
23954     mx27: basic cpu support
23955
23956     This patch adds generic code to support Freescale's i.MX27 SoCs.
23957
23958     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
23959
23960 commit dd2f6965a6c71f6f711ec98827880152e022c236
23961 Author: Magnus Lilja <lilja.magnus@gmail.com>
23962 Date:   Sat Jun 13 20:50:03 2009 +0200
23963
23964     i.MX31: Create a common device file.
23965
23966     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
23967
23968 commit 958f7da7887fea4a2091ae60944d62c1708c2c55
23969 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23970 Date:   Sat Jun 13 20:50:02 2009 +0200
23971
23972     ARM: Add macros.h to be used in assembler file.
23973
23974     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23975
23976 commit 40c642bc19b9fa2906e3172487a522fee456340b
23977 Author: Magnus Lilja <lilja.magnus@gmail.com>
23978 Date:   Sat Jun 13 20:50:01 2009 +0200
23979
23980     MX31: Add NAND SPL for i.MX31.
23981
23982     This patch adds the NAND SPL framework needed to boot i.MX31 boards
23983     from NAND.
23984
23985     It has been tested on a i.MX31 PDK board with large page NAND. Small
23986     page NANDs should work as well, but this has not been tested.
23987
23988     Note: The i.MX31 NFC uses a non-standard layout for large page NANDs,
23989     whether this is compatible with a particular setup depends on how
23990     the NAND device is programmed by the flash programmer (e.g. JTAG
23991     debugger).
23992
23993     The patch is based on the work by Maxim Artamonov.
23994
23995     Signed-off-by: Maxim Artamonov <scn1874@yandex.ru>
23996     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
23997
23998 commit df81238b3e27a791da996a9208402ac8f40b9862
23999 Author: Magnus Lilja <lilja.magnus@gmail.com>
24000 Date:   Sat Jun 13 20:50:00 2009 +0200
24001
24002     ARM1136: Introduce CONFIG_PRELOADER macro.
24003
24004     Currently CONFIG_ONENAND_IPL is used in a number of #ifdef's
24005     in start.S. In preparation for adding support for NAND SPL
24006     the macro CONFIG_PRELOADER is introducted and replaces the
24007     CONFIG_ONENAND_IPL in start.S.
24008
24009     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
24010
24011 commit 8096c51fd4e611ed666dbe77767e81af5d94fc7b
24012 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24013 Date:   Sat Jun 13 12:50:04 2009 +0200
24014
24015     at91: unify nor boot support
24016
24017     the lowlevel init sequence is the same so unify it
24018
24019     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24020
24021 commit 1b3b7c640d04df2ba9a9d947117d112a75fee7f4
24022 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24023 Date:   Sat Jun 13 12:48:36 2009 +0200
24024
24025     at91sam9263ek: add nor flash support
24026
24027     this will allow you to store use it for the env and to boot directly U-Boot from
24028
24029     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24030
24031 commit 329492329700812c6df275aa0fda09d609cd0fd4
24032 Author: Ilko Iliev <iliev@ronetix.at>
24033 Date:   Fri Jun 12 21:20:39 2009 +0200
24034
24035     at91: add support for the PM9261 board of Ronetix GmbH
24036
24037     The PM9261 board is based on the AT91SAM9261-EK board.
24038
24039     Here is the page on Ronetix website:
24040     http://www.ronetix.at/starter_kit_9261.html
24041
24042     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
24043     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24044
24045 commit 01550a2b650fbabc03334f9eadcc6083601a2414
24046 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24047 Date:   Fri Jun 12 21:20:38 2009 +0200
24048
24049     pm9263: use macro instead of hardcode value for the lowlevel_init
24050
24051     optimize a few the RAM init
24052
24053     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
24054     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24055
24056 commit 7a11c7f9747240dc770954d320569596c0fbcb50
24057 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24058 Date:   Fri Jun 12 21:20:37 2009 +0200
24059
24060     pm9263: lowlevel init update
24061
24062     move PSRAM init to pm9263.c
24063     this will allow us after to make the nor lowlevel_init generic
24064
24065     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24066
24067 commit 3e88337b225bf796f6df21d0a7f591530e9d4ce0
24068 Author: Mike Frysinger <vapier@gentoo.org>
24069 Date:   Mon Jun 15 00:25:19 2009 -0400
24070
24071     Blackfin: move ALL += u-boot.ldr to blackfin_config.mk
24072
24073     The way the ALL variable is used allows for config.mk's to add more
24074     targets themselves without having to clutter up the top level Makefile.
24075
24076     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24077
24078 commit afac8b07172d7e4a65f86ce1ec4c783a6165ba1f
24079 Author: Mike Frysinger <vapier@gentoo.org>
24080 Date:   Sun Jun 14 22:29:35 2009 -0400
24081
24082     Blackfin: fix SPI flash speed define name
24083
24084     The SPI flash define is named CONFIG_SF_DEFAULT_SPEED, not
24085     CONFIG_SF_DEFAULT_HZ, so fix the typos in the Blackfin boards.
24086
24087     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24088
24089 commit 9ae55ccf601de7a5b75eb418f3fc3d5eca92c106
24090 Author: Mike Frysinger <vapier@gentoo.org>
24091 Date:   Sun Jun 14 22:26:31 2009 -0400
24092
24093     Blackfin: enable -O2 in lib_generic/ for ADI/Bluetechnix boards
24094
24095     Building the compression code in lib_generic/ with -O2 rather than -Os
24096     gives a nice speed boost without too much code size increase.
24097
24098     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24099
24100 commit fea63e2a44f0db51d2e39ee7793e8c6d7f3cf5d4
24101 Author: Mike Frysinger <vapier@gentoo.org>
24102 Date:   Sun Jun 14 21:23:27 2009 -0400
24103
24104     Blackfin: bf548-ezkit: bump up monitor size
24105
24106     The latest version of U-Boot got a bit fatter in the BSS section which
24107     caused overflows in the RAM region, so increase the monitor size.
24108
24109     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24110
24111 commit bc43a8d8994c2f0be29e09b13b15da7f79e2c081
24112 Author: Vivi Li <vivi.li@analog.com>
24113 Date:   Fri Jun 12 10:53:22 2009 +0000
24114
24115     Blackfin: bf533-stamp/bf537-stamp: fix env settings for SPI flash
24116
24117     The SPI flash layer is much stricter about sector usage than the eeprom
24118     layer we used to use, so update the env settings to better match the
24119     sector alignment of the flashes we use.
24120
24121     Signed-off-by: Vivi Li <vivi.li@analog.com>
24122     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24123
24124 commit 63cb0f4eb2d3cf15e7a1add19d1289f4ae75816c
24125 Author: Vivi Li <vivi.li@analog.com>
24126 Date:   Fri Jun 12 10:33:23 2009 +0000
24127
24128     Blackfin: bump up default JTAG console timeout
24129
24130     The debug tools that interface with the other side of the JTAG console
24131     got much slower when generalizing things, so bump up the default timeout
24132     value on the U-Boot side to cope.  Hopefully at some point we can improve
24133     the debug tools to speed things back up.
24134
24135     Signed-off-by: Vivi Li <vivi.li@analog.com>
24136     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24137
24138 commit c11ff779f4e0e0c7edc322e84dd229ad28709595
24139 Author: Mike Frysinger <vapier@gentoo.org>
24140 Date:   Mon Jun 1 19:08:33 2009 -0400
24141
24142     Blackfin: add jtagconsole helper script
24143
24144     This script is similar to the netconsole script, but instead works with
24145     the JTAG console device driver that exists on Blackfin parts.
24146
24147     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24148
24149 commit 60f61e6d7655400bb785a2ef637581679941f6d1
24150 Author: Remy Bohmer <linux@bohmer.net>
24151 Date:   Sat May 2 21:49:18 2009 +0200
24152
24153     Convert DM9000 driver for CONFIG_NET_MULTI
24154
24155     All drivers need to be converted to CONFIG_NET_MULTI.
24156     This patch converts the dm9000 driver.
24157
24158     Signed-off-by: Thomas Smits <ts.smits@gmail.com>
24159     Signed-off-by: Remy Bohmer <linux@bohmer.net>
24160     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
24161
24162 commit 9131589ada4dda0718604d0a425ca46e52775f6e
24163 Author: Prafulla Wadaskar <prafulla@marvell.com>
24164 Date:   Sun Jun 14 22:33:46 2009 +0530
24165
24166     net: Add Marvell Kirkwood gigabit ethernet driver
24167
24168     This patch adds a egiga driver for the Marvell Kirkwood SoC's.
24169
24170     Contributors:
24171     Yotam Admon <yotam@marvell.com>
24172     Michael Blostein <michaelbl@marvell.com
24173
24174     Reviewed-by: Ronen Shitrit <rshitrit@marvell.com>
24175     Acked-by: Stefan Rose <sr@denx.de>
24176     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
24177     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
24178
24179 commit 7835f4b94927ecb5affd99aad62592108db606ad
24180 Author: s-paulraj@ti.com <s-paulraj@ti.com>
24181 Date:   Tue May 12 11:45:34 2009 -0400
24182
24183     DaVinci Network Driver Updates
24184
24185     Different flavours of DaVinci SOC's have differences in their EMAC IP
24186     This patch does the following
24187     1) Updates base addresses for DM365
24188     2) Updates MDIO frequencies for DM365 and DM646x
24189     3) Update EMAC wrapper registers for DM365 and DM646x
24190
24191     Patch applies to u-boot-net git. the EMAC driver itself
24192     will be updated shortly to add support for DM365 and DM646x
24193
24194     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
24195     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
24196
24197 commit 44578bea14e49035331a8f0e000e935e0d830ff4
24198 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
24199 Date:   Tue May 26 08:29:29 2009 -0400
24200
24201     Subject: [PATCH] [repost] Standardize the use of MCFFEC_TOUT_LOOP as a udelay(1) loop counter.
24202
24203      From 584b5fbd4abfc43f920cc1c329633e03816e28be Mon Sep 17 00:00:00 2001
24204     From: Richard Retanubun <RichardRetanubun@RuggedCom.com>
24205     Date: Wed, 20 May 2009 18:26:01 -0400
24206     Subject: [PATCH] Standardize the use of MCFFEC_TOUT_LOOP as a udelay(1) loop counter.
24207
24208     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
24209     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
24210
24211 commit c9a2aab1512fb2d132670fff9c27656d2eb949cd
24212 Author: Norbert van Bolhuis <nvbolhuis@aimvalley.nl>
24213 Date:   Thu Jun 4 09:39:48 2009 +0200
24214
24215     A VLAN tagged DHCP request/discover is 4 bytes short
24216
24217     The problem is that BOOTP_SIZE uses ETHER_HDR_SIZE which is 14 bytes.
24218     If sending a VLAN tagged frame (when env variable vlan is set) this
24219     should be VLAN_ETHER_HDR_SIZE=18 which is what NetSetEther returns.
24220
24221     Signed-off-by: Norbert van Bolhuis <nvbolhuis@aimvalley.nl>
24222     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
24223
24224 commit 6e0d2fc7fe0dcfa2f51ab8931d706940ee364193
24225 Author: Ben Warren <biggerbadderben@gmail.com>
24226 Date:   Tue Apr 28 16:39:19 2009 -0700
24227
24228     Remove support for non-CONFIG_NET_MULTI on PPC4xx EMAC
24229
24230     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
24231
24232 commit 8453587ef9137daf98b7c9cf4f3b865f4039cea0
24233 Author: Ben Warren <biggerbadderben@gmail.com>
24234 Date:   Tue May 26 00:34:07 2009 -0700
24235
24236     Switched davinci_emac Ethernet driver to use newer API
24237
24238     Added CONFIG_NET_MULTI to all Davinci boards
24239     Removed all calls to Davinci network driver from board code
24240     Added cpu_eth_init() to cpu/arm926ejs/cpu.c
24241
24242     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
24243
24244 commit 8cc13c13f1d154c8fa8fff56cea357ed38af76bf
24245 Author: Ben Warren <biggerbadderben@gmail.com>
24246 Date:   Mon Apr 27 23:19:10 2009 -0700
24247
24248     Initial cleanup of Davinci Ethernet driver
24249
24250      Removed pointless #ifdefs
24251      Moved functions around in file in preparation for switch to newer API
24252
24253     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
24254
24255 commit 09cdd1b9b01450e91786d26ff3c866dc9c8d8d6b
24256 Author: Ben Warren <biggerbadderben@gmail.com>
24257 Date:   Tue May 26 00:17:59 2009 -0700
24258
24259     Moved Davinci Ethernet driver to drivers/net
24260
24261     This driver has been renamed davinci_emac.c
24262
24263     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
24264
24265 commit 6f51deb7f298413cfcb0a36d24c97ef7dd69d48f
24266 Author: Prafulla Wadaskar <prafulla@marvell.com>
24267 Date:   Tue May 19 01:40:16 2009 +0530
24268
24269     Marvell MV88E61XX Switch Driver support
24270
24271     Chips supported:-
24272     1. 88E6161 6 port gbe swtich with 5 integrated PHYs
24273     2. 88E6165 6 port gbe swtich with 5 integrated PHYs
24274     2. 88E6132 3 port gbe swtich with 2 integrated PHYs
24275     Platform specific configuration supported for:-
24276     default or router port vlan configuration
24277     led_init configuration
24278     mdip/n polarity reversal configuration
24279
24280     Note: This driver is supported and tested against
24281     kirkwood egiga interface
24282
24283     Contributors:
24284     Yotam Admon <yotam@marvell.com>
24285     Michael Blostein <michaelbl@marvell.com
24286
24287     Reviewed by: Ronen Shitrit <rshitrit@marvell.com>
24288     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
24289     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
24290
24291 commit 091dc9f6adaf572b067ae91af92c4e7db33d7903
24292 Author: Zach LeRoy <zleroy@xes-inc.com>
24293 Date:   Fri May 22 10:26:33 2009 -0500
24294
24295     tsec: Add support for BCM5482S PHY
24296
24297     Signed-off-by: Zach LeRoy <zleroy@xes-inc.com>
24298     Acked-by: Kumar Gala <galak@kernel.crashing.org>
24299     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
24300
24301 commit 9ff67e5e4c719556d57f136a6453f8e4798d85c0
24302 Author: Mike Frysinger <vapier@gentoo.org>
24303 Date:   Sun Jun 14 06:29:07 2009 -0400
24304
24305     Blackfin: unify u-boot linker scripts
24306
24307     All the Blackfin linker scripts were duplicated across the board dirs with
24308     no difference save from the semi-often used ENV_IS_EMBEDDED option.  So
24309     unify all of them in the lib_blackfin/ dir and for the few boards that
24310     need to embedded the environment directly, add a LDS_BOARD_TEXT define for
24311     them to customize via their board config file.  This is much simpler than
24312     forcing them to duplicate the rest of the linker script.
24313
24314     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24315
24316 commit f52efcae98cbb8a39f1d0535df8d9646a776af9e
24317 Author: Mike Frysinger <vapier@gentoo.org>
24318 Date:   Fri May 29 17:02:37 2009 -0400
24319
24320     Blackfin: bf518f-ezbrd: enable SST SPI flash driver
24321
24322     The BF51xF parts have an internal SST SPI flash, so make sure the driver is
24323     enabled by default so we can access it.
24324
24325     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24326
24327 commit f348ab85f741dc98b2d202c04b5f430eace94925
24328 Author: Mike Frysinger <vapier@gentoo.org>
24329 Date:   Fri Apr 24 17:22:40 2009 -0400
24330
24331     Blackfin: convert specific pre/post config headers to common method
24332
24333     The Blackfin port was using asm/blackfin-config-{pre,post}.h to setup
24334     common Blackfin board defines.  The common method now is to use config.h,
24335     so convert blackfin-config-post.h to that.  Rename the still Blackfin
24336     specific blackfin-config-pre.h to config-pre.h so the naming conventions
24337     at least line up.
24338
24339     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24340
24341 commit 7c7503ee6cd03c0f3b16e98d33d5aa23b30d65b1
24342 Author: Mike Frysinger <vapier@gentoo.org>
24343 Date:   Fri Apr 24 17:11:47 2009 -0400
24344
24345     Blackfin: enable LZMA for all ADI boards
24346
24347     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24348
24349 commit 0e63dc0679451d48f8b727c543ce48b488f7a33f
24350 Author: Mike Frysinger <vapier@gentoo.org>
24351 Date:   Mon Apr 13 05:52:45 2009 -0400
24352
24353     Blackfin: make default ADI env more flexible
24354
24355     Allow boards to easily override the root= and default bootcmd, allow
24356     people to tweak the file used in default bootcmds at runtime via one env
24357     var, and add a stock nandboot command.
24358
24359     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24360
24361 commit 0f52b560f19623ec651f9b9b40405d138ec251d3
24362 Author: Hoan Hoang <hnhoan@i-syst.com>
24363 Date:   Sun Jan 18 22:44:17 2009 -0500
24364
24365     Blackfin: ibf-dsp561: new board port
24366
24367     Signed-off-by: Hoan Hoang <hnhoan@i-syst.com>
24368     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24369
24370 commit 3088189a15d219c48fd7e71623ca4daa08b80b59
24371 Author: Mike Frysinger <vapier@gentoo.org>
24372 Date:   Sun Oct 12 23:28:33 2008 -0400
24373
24374     Blackfin: blackstamp: new board port
24375
24376     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24377
24378 commit 59ac9729700db1d4446c1a6db3ffe38398b7abb2
24379 Author: Mike Frysinger <vapier@gentoo.org>
24380 Date:   Sun Oct 12 23:22:25 2008 -0400
24381
24382     Blackfin: bf537-srv1: new board port
24383
24384     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24385
24386 commit d7fdc1410b5fa5ef623b35a283733b6bcee3753b
24387 Author: Mike Frysinger <vapier@gentoo.org>
24388 Date:   Sun Oct 12 23:16:52 2008 -0400
24389
24390     Blackfin: bf537-minotaur: new board port
24391
24392     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24393
24394 commit cb4b5e874f3c9b882a6f4394bbebbbd91fd01bbf
24395 Author: Mike Frysinger <vapier@gentoo.org>
24396 Date:   Sun Oct 12 23:08:03 2008 -0400
24397
24398     Blackfin: bf537-pnav: new board port
24399
24400     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24401
24402 commit 59e4be945b6469e31eee721e0bcdccf4940d75ac
24403 Author: Mike Frysinger <vapier@gentoo.org>
24404 Date:   Sun Oct 12 21:55:45 2008 -0400
24405
24406     Blackfin: cm-bf527: new board port
24407
24408     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24409
24410 commit 8b219cf07c186cc9d97354cf4b14f24a53d193c5
24411 Author: Mike Frysinger <vapier@gentoo.org>
24412 Date:   Sun Oct 12 21:54:07 2008 -0400
24413
24414     Blackfin: cm-bf548: new board port
24415
24416     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24417
24418 commit 9417d9a21384279308abe5b4dd8dfd418742484c
24419 Author: Mike Frysinger <vapier@gentoo.org>
24420 Date:   Sun Oct 12 21:49:28 2008 -0400
24421
24422     Blackfin: tcm-bf537: new board port
24423
24424     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24425
24426 commit e548321af00e869af7194896576beb9b68457ff7
24427 Author: Mike Frysinger <vapier@gentoo.org>
24428 Date:   Sun Oct 12 21:45:05 2008 -0400
24429
24430     Blackfin: cm-bf561: new board port
24431
24432     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24433
24434 commit 8a9bab08a6fe93e5f3bf57b90438f1d2a67fad3c
24435 Author: Mike Frysinger <vapier@gentoo.org>
24436 Date:   Sun Oct 12 21:41:06 2008 -0400
24437
24438     Blackfin: cm-bf537e: new board port
24439
24440     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24441
24442 commit e82d8a1f028bedb12c4ab88a35a935010d92898c
24443 Author: Mike Frysinger <vapier@gentoo.org>
24444 Date:   Sun Oct 12 21:36:22 2008 -0400
24445
24446     Blackfin: cm-bf533: new board port
24447
24448     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24449
24450 commit dd14af7640f7d48d8e9768eeeb09592e6f94ed38
24451 Author: Mike Frysinger <vapier@gentoo.org>
24452 Date:   Thu Nov 27 16:50:32 2008 -0500
24453
24454     Blackfin: new spibootldr command
24455
24456     Newer Blackfin parts can an on-chip ROM that can boot LDRs over SPI flashes,
24457     so add a new 'spibootldr' command to take advantage of it.
24458
24459     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24460
24461 commit 67c2829b646bb5b859088b36fbc89e971b9c1960
24462 Author: Mike Frysinger <vapier@gentoo.org>
24463 Date:   Mon Oct 6 04:42:33 2008 -0400
24464
24465     Blackfin: support embedding the environment into loader files (LDRs)
24466
24467     For the most part, the Blackfin processor boots files in the LDR format
24468     rather than binary/ELF files.  So we want to export the environment as a
24469     raw blob to the LDR utility so it can embed it at the right location.
24470
24471     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24472
24473 commit 31f30c9eb60d9ab0bd702e31f66345f99b34bdc6
24474 Author: Mike Frysinger <vapier@gentoo.org>
24475 Date:   Sun Jun 14 11:03:48 2009 -0400
24476
24477     add %.c->%.i and %.c->%.s rules
24478
24479     The Linux kernel has some helper rules which allow you to quickly produce
24480     some of the intermediary files from C source.  Specifically, you can
24481     create .i files which is the preprocessed output and you can create .s
24482     files which is the assembler output.  This is useful when you are trying
24483     to track down header/macro expansion errors or inline assembly errors.
24484
24485     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24486     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24487
24488 commit 6d1ce387874c1060f27656f70151a52c511cd0e3
24489 Author: Mike Frysinger <vapier@gentoo.org>
24490 Date:   Sat May 30 01:02:03 2009 -0400
24491
24492     make sure toplevel $(SUBDIRS) is always declared
24493
24494     The $(SUBDIRS) variable is only declared when U-Boot has been configured,
24495     but it gets used all the time.  In the non-configured case, it is used to
24496     generate a helpful error message, but it needs to be set properly for that
24497     to occur.
24498
24499     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24500
24501 commit 1260233982f7dfbdfd1adee12daa95a0c0e84a43
24502 Author: Grzegorz Bernacki <gjb@semihalf.com>
24503 Date:   Fri Jun 12 11:33:55 2009 +0200
24504
24505     digsy mtc: Add description to GPIO initial configuration.
24506
24507     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
24508
24509 commit 12304871bc7839145f2b4238923e9023616d7399
24510 Author: Grzegorz Bernacki <gjb@semihalf.com>
24511 Date:   Fri Jun 12 11:33:54 2009 +0200
24512
24513     digsy MTC: Add 'mtc' command.
24514
24515     New command allows to:
24516          o check FW version
24517          o set LED status
24518          o set digital output status
24519          o get digital input status
24520
24521     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
24522
24523 commit f1f66edfc76f4a9f5b9f63972d90309784a8cae5
24524 Author: Grzegorz Bernacki <gjb@semihalf.com>
24525 Date:   Fri Jun 12 11:33:53 2009 +0200
24526
24527     digsy MTC: Add SPI support.
24528
24529     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
24530
24531 commit 6325b7780dad8be26ba6fc25ef88ba338c50205b
24532 Author: Grzegorz Bernacki <gjb@semihalf.com>
24533 Date:   Fri Jun 12 11:33:52 2009 +0200
24534
24535     mpc52xx: Add SPI driver.
24536
24537     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
24538
24539 commit 5ec5529b82f314ca2cf9c262cdfc985d5fc468a0
24540 Author: Mike Frysinger <vapier@gentoo.org>
24541 Date:   Sun Jun 14 09:33:00 2009 -0400
24542
24543     allow boards to customize compiler options on a per-file/dir basis
24544
24545     With our Blackfin boards, we like to build the compression routines with
24546     -O2 as our tests show a pretty good size/speed tradeoff.  For the rest of
24547     U-Boot though, we want to stick with the default -Os as that is mostly
24548     control code.  So in our case, we would add a line like so to the board
24549     specific config.mk file:
24550         CFLAGS_lib_generic += -O2
24551
24552     Now all files under lib_generic/ will have -O2 appended to their build.
24553
24554     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24555     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24556
24557 commit 6b1f78ae6ad037382ad430b07064105c88f7ac02
24558 Author: Wolfgang Denk <wd@denx.de>
24559 Date:   Sun Jun 14 21:30:39 2009 +0200
24560
24561     Prepare v2009.06
24562
24563     Update CHANGELOG, fix minor coding stylke issue. Update Makefile.
24564
24565     Signed-off-by: Wolfgang Denk <wd@denx.de>
24566
24567 commit c3147c1762f8caf99649051116a2411bdf887c10
24568 Author: Wolfgang Denk <wd@denx.de>
24569 Date:   Sun Jun 14 20:31:36 2009 +0200
24570
24571     Revert "SMC911x driver fixed for NFS boot"
24572
24573     This reverts commit ca9c8a1e10fac01e6a1129f82a7ce18bd818fa43,
24574     which causes compile warnings ("large integer implicitly truncated
24575     to unsigned type") on all systems that use this driver. The warning
24576     results from passing long constants (TX_CFG, RX_CFG) into
24577     smc911x_set_mac_csr() which is declared to accept "unsigned
24578     character" arguments only.
24579
24580     Being close to a release, with nobody available to actually test the
24581     code or the suggested fixes, it seems better to revert the patch.
24582
24583 commit 388517e4b745b00256c2fa201ce7bccb67b4f245
24584 Author: Peter Tyser <ptyser@xes-inc.com>
24585 Date:   Fri May 22 10:26:37 2009 -0500
24586
24587     xes: Update Freescale clock code to work with 86xx processors
24588
24589     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
24590     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24591
24592 commit 25623937bb81cae788d767e6c59a11c96fc82866
24593 Author: Peter Tyser <ptyser@xes-inc.com>
24594 Date:   Fri May 22 10:26:36 2009 -0500
24595
24596     xes: Update Freescale DDR code to work with 86xx processors
24597
24598     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
24599     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24600
24601 commit bef3013908bbc68f24084174a3ca86cc2a3eb986
24602 Author: Peter Tyser <ptyser@xes-inc.com>
24603 Date:   Fri May 22 10:26:35 2009 -0500
24604
24605     xes: Update Freescale PCI code to work with 86xx processors
24606
24607     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
24608     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24609
24610 commit 6442b71b522face775c1c31bd43121db3b4bf7d6
24611 Author: Peter Tyser <ptyser@xes-inc.com>
24612 Date:   Fri May 22 10:26:32 2009 -0500
24613
24614     85xx: Add PORBMSR and PORDEVSR shift defines
24615
24616     Add defines similar to those already used for the the 86xx architecture.
24617     This will ease sharing of PCI code between the 85xx and 86xx
24618     architectures.
24619
24620     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
24621     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24622
24623 commit 2f21ce4d546d31289ac49a680f78bcc9a792c6ec
24624 Author: Peter Tyser <ptyser@xes-inc.com>
24625 Date:   Thu May 21 12:10:00 2009 -0500
24626
24627     fsl/85xx, 86xx: Sync up DMA code
24628
24629     The following changes were made to sync up the DMA code between the 85xx
24630     and 86xx architectures which will make it easier to break out common
24631     8xxx DMA code:
24632
24633     85xx:
24634     - Don't set STRANSINT and SPCIORDER fields in SATR register.  These bits
24635       only have an affect when the SBPATMU bit is set.
24636     - Write 0xffffffff instead of 0xfffffff to clear errors in the DMA
24637       status register.  We may as well clear all 32 bits of the register...
24638
24639     86xx:
24640     - Add CONFIG_SYS_MPC86xx_DMA_ADDR define to address DMA registers
24641     - Add clearing of errors in the DMA status register when initializing
24642       the controller
24643     - Clear the channel start bit in the DMA mode register after a transfer
24644
24645     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
24646     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24647
24648 commit b1f12650d332eadac1306a772cab6096abee6ddd
24649 Author: Peter Tyser <ptyser@xes-inc.com>
24650 Date:   Thu May 21 12:09:59 2009 -0500
24651
24652     fsl: Create common fsl_dma.h for 85xx and 86xx cpus
24653
24654     Break out DMA structures for the Freescale MPC85xx and MPC86xx cpus to
24655     reduce a large amount of code duplication
24656
24657     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
24658     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24659
24660 commit 3bd8e532b5de20647aeaff94a1cbf33fb8b897b9
24661 Author: Haiying Wang <Haiying.Wang@freescale.com>
24662 Date:   Wed May 20 12:30:41 2009 -0400
24663
24664     85xx: Add UEC6 and UEC8 at SGMII mode for MPC8569MDS
24665
24666     On MPC8569MDS board, UCC6 and UCC8 can be configured to work at SGMII mode via
24667     UEM on PB board. Since MPC8569 supports up to 4 Gigabit Ethernet ports, we
24668     disable UEC6 and UEC8 by default.
24669
24670     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
24671     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24672
24673 commit e8efef7c1b457442583a8b9d38d8a5b667661616
24674 Author: Haiying Wang <Haiying.Wang@freescale.com>
24675 Date:   Thu Jun 4 16:12:42 2009 -0400
24676
24677     drivers/qe: add sgmii support in for UEC driver
24678
24679     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
24680     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24681
24682 commit 8e55258f144764de8902e9f078a7ad4c6c022c2f
24683 Author: Haiying Wang <Haiying.Wang@freescale.com>
24684 Date:   Thu Jun 4 16:12:41 2009 -0400
24685
24686     qe: Pass in uec_info struct through uec_initialize
24687
24688     The uec driver contains code to hard code configuration information for the uec
24689     ethernet controllers. This patch creates an array of uec_info structures, which
24690     are then parsed by the corresponding driver instance to determine configuration.
24691     It also creates function uec_standard_init() to initialize all UEC interfaces
24692     for 83xx and 85xx.
24693
24694     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
24695     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24696
24697 commit 9a6110897fc9282ade598bbba70ad72b940436e3
24698 Author: Haiying Wang <Haiying.Wang@freescale.com>
24699 Date:   Thu Jun 4 16:12:40 2009 -0400
24700
24701     fsl: Update the number of ethxaddr in reading system eeprom
24702
24703     We support up to 8 mac addresses in system eeprom, so we define the macro
24704     MAX_NUM_PORTS to limit the mac_count to 8, and update the number of ethxaddr
24705     according to mac_count.
24706
24707     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
24708     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24709
24710 commit f82107f637f167a77803c0933f9b24741a91c711
24711 Author: Haiying Wang <Haiying.Wang@freescale.com>
24712 Date:   Wed May 20 12:30:37 2009 -0400
24713
24714     85xx: Add RMII support for MPC8569MDS
24715
24716     This patch supports UCC working at RMII mode on PIB board, fixup fdt blob to
24717     support rmii in kernel. It also changes the name of enable_mpc8569mds_qe_mdio to
24718     enalbe_mpc8569mds_qe_uec which is  more accurate.
24719
24720     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
24721     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24722
24723 commit 750098d33bc362ac4263863e92da158cf011063f
24724 Author: Haiying Wang <Haiying.Wang@freescale.com>
24725 Date:   Wed May 20 12:30:36 2009 -0400
24726
24727     85xx: Add UEC3 and UEC4 support for MPC8569MDS
24728
24729     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
24730     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24731
24732 commit 4e7b25e4fe777f525e426cbd58c3a3976c564f2e
24733 Author: Haiying Wang <Haiying.Wang@freescale.com>
24734 Date:   Wed May 20 12:30:35 2009 -0400
24735
24736     drivers/qe: Add more SNUM number for QE
24737
24738     Some QE chips like 8569 need more SNUM numbers for supporting 4 UECs in RGMII-
24739     1000 mode.
24740
24741     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
24742     Acked-by: Timur Tabi <timur@freescale.com>
24743     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24744
24745 commit 7211fbfa18f3061858696150ee6e9e093d9eceae
24746 Author: Haiying Wang <Haiying.Wang@freescale.com>
24747 Date:   Thu May 21 15:34:14 2009 -0400
24748
24749     drivers/qe: Change QE RISC ALLOCATION to support 4 RISCs
24750
24751     Also define the QE_RISC_ALLOCATION_RISCs to MACROs instead of using enum, and
24752     define MAX_QE_RISC for QE based silicons.
24753
24754     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
24755     Acked-by: Timur Tabi <timur@freescale.com>
24756     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24757
24758 commit b3d7f20f43a0f8d11c65e2f92153b5512b11580c
24759 Author: Haiying Wang <Haiying.Wang@freescale.com>
24760 Date:   Wed May 20 12:30:29 2009 -0400
24761
24762     85xx: Add QE clk support
24763
24764     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
24765     Acked-by: Timur Tabi <Timur@freescale.com>
24766     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24767
24768 commit 71b358cc26792889bbac35054d8e89d59b3fabc4
24769 Author: Kumar Gala <galak@kernel.crashing.org>
24770 Date:   Wed May 20 01:11:33 2009 -0500
24771
24772     85xx: Added MPC8535/E identifiers
24773
24774     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24775
24776 commit 22419d77976bbd0df9fcf45513f1b96bd73e50d1
24777 Author: Kumar Gala <galak@kernel.crashing.org>
24778 Date:   Thu May 21 08:36:43 2009 -0500
24779
24780     85xx: Always attempt ethernet device tree fixup
24781
24782     Its reasonable that we may have ethernet devices but dont have drivers
24783     or support enabled for them in u-boot and want the device tree fixed up.
24784     Unconditionally calling the ethernet fixup is fine since if we dont have
24785     ethernet nodes that match (or aliases) we will not attempt to do
24786     anything.
24787
24788     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24789     Acked-by: Timur Tabi <timur@freescale.com>
24790
24791 commit 52d6ad5ecfb22938441c8e3e62935fbd7b0f0920
24792 Author: Haiying Wang <Haiying.Wang@freescale.com>
24793 Date:   Thu May 21 15:32:13 2009 -0400
24794
24795     drivers/qe: Rename the camel-case identifiers in uec
24796
24797     Rename riscRx/riscTx to risc_rx/risc_tx to comply with Codingstyle.
24798
24799     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
24800
24801 commit feb7838f979ec2b581df3c791b9ae3284c36bb47
24802 Author: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
24803 Date:   Fri Apr 3 15:36:13 2009 -0500
24804
24805     85xx: Add P2020DS support
24806
24807     The patch adds support for P2020DS reference platform.
24808     DDR3 interface uses hard-coded initialization rather than SPD
24809     for now and was tested at 667Mhz. Some PIXIS register
24810     definitions and associated code sections need to be fixed.
24811     TSEC1/2/3, NOR flash, MAC/SYS ID EEPROM, PCIE1/2/3 are all
24812     tested under u-boot.
24813
24814     Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
24815     Signed-off-by: Travis Wheatley <Travis.Wheatley@freescale.com>
24816     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24817
24818 commit 229549a56d9ae413c00f64fd7c728c6879a1b54b
24819 Author: Stefan Roese <sr@denx.de>
24820 Date:   Tue Jun 9 16:57:47 2009 +0200
24821
24822     mpc512x: MPC5121ADS: Add NAND support
24823
24824     This patch adds NAND support to the MPC5121ADS board. Please
24825     note that the image size increased since NAND support didn't
24826     fit in the current image size (256k).
24827
24828     Signed-off-by: Stefan Roese <sr@denx.de>
24829     Signed-off-by: Wolfgang Denk <wd@denx.de>
24830     Cc: Wolfgang Denk <wd@denx.de>
24831
24832 commit 35f2edbb6cad043ccd5ea6e78fe9b7aa21d8395f
24833 Author: Stefan Roese <sr@denx.de>
24834 Date:   Tue Jun 9 16:57:03 2009 +0200
24835
24836     nand/mpc512x: Add MPC512x NAND support (NFC)
24837
24838     This patch adds NAND Flash Controller driver for MPC5121 revision 2.
24839     All device features, except hardware ECC and power management, are
24840     supported.
24841
24842     This NFC driver replaces the one orignally posted by John Rigby:
24843
24844     "[PATCH] Freescale NFC NAND driver"
24845
24846     It's a port of the Linux driver version posted by Piotr Ziecik a few
24847     weeks ago. Using this driver has the following advantages (from my
24848     point of view):
24849
24850     - Compatibility with the Linux NAND driver (e.g. ECC usage)
24851     - Better code quality in general
24852     - Resulting U-Boot image is a bit smaller (approx. 3k)
24853     - Better to sync with newer Linux driver versions
24854
24855     The only disadvantage I can see, is that HW-ECC is not supported right
24856     now. But this could be added later (e.g. port from Linux driver after
24857     it's supported there). Using HW-ECC on the MCP5121 NFC has a general
24858     problem because of the ECC usage in the spare area. This collides with
24859     JFFS2 for example.
24860
24861     Signed-off-by: Stefan Roese <sr@denx.de>
24862     Cc: Piotr Ziecik <kosmo@semihalf.com>
24863     Cc: Wolfgang Denk <wd@denx.de>
24864     Cc: John Rigby <jcrigby@gmail.com>
24865     Cc: Scott Wood <scottwood@freescale.com>
24866
24867 commit e53b507cee5d976953134a565c72fd32c967d7dd
24868 Author: Stefan Roese <sr@denx.de>
24869 Date:   Tue Jun 9 11:50:40 2009 +0200
24870
24871     mpc512x: Add esd gmbh mecp5123 board support
24872
24873     MECP5123 is a MPC5121E based module by esd gmbh.
24874
24875     Signed-off-by: Stefan Roese <sr@denx.de>
24876     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
24877
24878 commit 6bd55cc65d0c3aa84d719518254fb3c650239ed9
24879 Author: Stefan Roese <sr@denx.de>
24880 Date:   Tue Jun 9 11:50:05 2009 +0200
24881
24882     mcp512x: Add macros for SCFR LPC divisor access
24883
24884     Thos macros will be used by the esd mecp5123 board.
24885
24886     Signed-off-by: Stefan Roese <sr@denx.de>
24887
24888 commit c60dc8527dbb2a1318c03bc18bdebcfbd0164551
24889 Author: Stefan Roese <sr@denx.de>
24890 Date:   Mon Jun 8 09:38:07 2009 +0200
24891
24892     mpc512x: Fix problem with I2C access before relocation
24893
24894     This is needed for the upcoming esd MECP5123 board port which uses
24895     I2C EEPROM for environment storage.
24896
24897     Signed-off-by: Stefan Roese <sr@denx.de>
24898     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
24899     Acked-by: Heiko Schocher<hs@denx.de>
24900
24901 commit 58f10460b05e0928d986b15edd4f2e1e99403f7e
24902 Author: Stefan Roese <sr@denx.de>
24903 Date:   Thu Jun 4 13:35:39 2009 +0200
24904
24905     74xx_7xx: CPCI750: Add CPCI adapter/target support
24906
24907     The CPCI750 can be built as CPCI host or adapter/target board. This patch
24908     adds support for runtime detection of those variants.
24909
24910     Signed-off-by: Stefan Roese <sr@denx.de>
24911     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
24912
24913 commit ae7a2739d7a0704437376e229bb21940952c55be
24914 Author: Stefan Roese <sr@denx.de>
24915 Date:   Fri Jun 5 05:45:41 2009 +0200
24916
24917     74xx_7xx: CPCI750: Enable access to PCI function > 0
24918
24919     The Marvell bridge 64360 supports serveral PCI functions, not only 0. This
24920     patch enables access to those functions.
24921
24922     Signed-off-by: Stefan Roese <sr@denx.de>
24923     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
24924
24925 commit e5b563e9ec54c3f6d702c8fa2b711b4a6150243a
24926 Author: Stefan Roese <sr@denx.de>
24927 Date:   Thu Jun 4 13:35:37 2009 +0200
24928
24929     74xx_7xx: CPCI750: Minor coding style cleanup of cpci750.c
24930
24931     Signed-off-by: Stefan Roese <sr@denx.de>
24932     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
24933
24934 commit 0e5ef07d0d91bd3d87ebea0534f538561aa974d5
24935 Author: Stefan Roese <sr@denx.de>
24936 Date:   Thu Jun 4 13:35:36 2009 +0200
24937
24938     74xx_7xx: CPCI750: Add loadpci command
24939
24940     This command is used to load/boot an OS-image which is transferred from
24941     the CPCI host to the CPCI target/adapter.
24942
24943     Signed-off-by: Stefan Roese <sr@denx.de>
24944     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
24945
24946 commit 0a14d6b8f4d21ff59a9b7686a49a77069a9fcd2a
24947 Author: Stefan Roese <sr@denx.de>
24948 Date:   Thu Jun 4 13:35:35 2009 +0200
24949
24950     74xx_7xx: CPCI750: Add commandline editing/history
24951
24952     Signed-off-by: Stefan Roese <sr@denx.de>
24953     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
24954
24955 commit 60cfe87bd39e6f07f2b92eb4bff82bfd105f4724
24956 Author: Stefan Roese <sr@denx.de>
24957 Date:   Thu Jun 4 16:55:34 2009 +0200
24958
24959     UBI: Add compile-time check for correct malloc area configuration
24960
24961     UBI is quite memory greedy and requires at least approx. 512k of malloc
24962     area. This patch adds a compile-time check, so that boards will not
24963     build with less memory reserved for this area (CONFIG_SYS_MALLOC_LEN).
24964
24965     Signed-off-by: Stefan Roese <sr@denx.de>
24966
24967 commit 7ce6031afc8671c8b47c6135b3678d43fcd02852
24968 Author: Prafulla Wadaskar <prafulla@marvell.com>
24969 Date:   Mon Apr 6 21:24:43 2009 +0530
24970
24971     sf: new Macronix MX25xx SPI flash driver
24972
24973     Added macronix SF driver for MTD framework
24974     MX25L12805D is supported and tested
24975     TBD: sector erase implementation, other deivces support
24976
24977     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
24978     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24979
24980 commit 2a6cc58869305f346e389eefdfa96dea5146cb0c
24981 Author: Todor I Mollov <tmollov@ucsd.edu>
24982 Date:   Sat Apr 4 07:14:44 2009 -0400
24983
24984     sf: atmel: implement power-of-two write/erase funcs
24985
24986     Signed-off-by: Todor I Mollov <tmollov@ucsd.edu>
24987     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24988     CC: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24989
24990 commit 4bc6eb79be2a7317425575184324b94e3b43fbc2
24991 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
24992 Date:   Mon May 25 17:23:18 2009 +0530
24993
24994     mpc85xx: 8536ds: Add USB related CONFIGs
24995
24996     This patch adds CONFIGs for enabling USB in mpc8536ds and also
24997     adds usb_phy_type in CONFIG_EXTRA_ENV_SETTINGS. Also revamps its
24998     Copyright.
24999
25000     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
25001     Signed-off-by: Remy Bohmer <linux@bohmer.net>
25002
25003 commit 6823e9b01290977c4d9c90381459c01f66e12e79
25004 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
25005 Date:   Mon May 25 17:23:17 2009 +0530
25006
25007     mpc83xx: 8315erdb: Add USB related CONFIGs
25008
25009     This patch adds CONFIGs for enabling USB in mpc8315erdb and also
25010     adds usb_phy_type in CONFIG_EXTRA_ENV_SETTINGS. Also revamps its
25011     Copyright.
25012
25013     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
25014     Signed-off-by: Remy Bohmer <linux@bohmer.net>
25015
25016 commit a07bf180efc3c0de4a89a3bd49a7c7584dfb95a8
25017 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
25018 Date:   Thu May 21 17:32:48 2009 +0530
25019
25020     mpc85xx: USB: Add support
25021
25022     The following patch adds 85xx-specific USB support and also
25023     revamps Copyright in immap_85xx.h
25024
25025     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
25026     Signed-off-by: Remy Bohmer <linux@bohmer.net>
25027
25028 commit 4ef01010aa4799c759d75e67007fdd3a38c88c8a
25029 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
25030 Date:   Mon May 25 17:23:16 2009 +0530
25031
25032     mpc83xx: USB: Reorganized its support
25033
25034     The following patch reorganizes/reworks the USB support for mpc83xx
25035     as under:-
25036
25037       * Moves the 83xx USB clock init from drivers/usb/host/ehci-fsl.c to
25038         cpu/mpx83xx/cpu_init.c
25039
25040       * Board specific usb_phy_type is read from the environment
25041
25042       * Adds USB EHCI specific structure in include/usb/ehci-fsl.h
25043
25044       * Copyrights revamped in most of the following files
25045
25046     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
25047     Signed-off-by: Remy Bohmer <linux@bohmer.net>
25048
25049 commit ed90d2c87158e5114b6009fa95bb6417e4b27b3e
25050 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
25051 Date:   Thu May 21 17:32:27 2009 +0530
25052
25053     mpc8xxx: USB: Relocates ehci-fsl.h to include/usb
25054
25055     The following patch moves 8xxx-specifc USB #defines from
25056     drivers/usb/host/ehci-fsl.h to include/usb.
25057
25058     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
25059     Signed-off-by: Remy Bohmer <linux@bohmer.net>
25060
25061 commit cfd39cdf9422d3d25e9b3c058865f4c1f66f34da
25062 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
25063 Date:   Thu May 21 17:32:15 2009 +0530
25064
25065     mpc8xxx: USB: Removed reenablement of its interface
25066
25067     To prepare for the 85xx USB support, which requires interface enablement
25068     only once in (specified) order, no different than instructions for
25069     enabling the interface under 83xx.  It is unknown why the original author
25070     enabled the interface twice (checked for references in errata, etc).
25071
25072     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
25073     Signed-off-by: Remy Bohmer <linux@bohmer.net>
25074
25075 commit 2c7920afaf96d9779304202cd8a355b4f7576a83
25076 Author: Peter Tyser <ptyser@xes-inc.com>
25077 Date:   Fri May 22 17:23:25 2009 -0500
25078
25079     83xx: Replace CONFIG_MPC83[0-9]X with MPC83[0-9]x
25080
25081     Use the standard lowercase "x" capitalization that other Freescale
25082     architectures use for CPU defines to prevent confusion and errors
25083
25084     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
25085     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25086
25087 commit 0f898604945af4543c1525fc33b6bae621a3b805
25088 Author: Peter Tyser <ptyser@xes-inc.com>
25089 Date:   Fri May 22 17:23:24 2009 -0500
25090
25091     83xx: Replace CONFIG_MPC83XX with CONFIG_MPC83xx
25092
25093     Use the standard lowercase "xx" capitalization that other Freescale
25094     architectures use for CPU defines to prevent confusion and errors
25095
25096     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
25097     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25098
25099 commit ba4feae90ca71de1681d5808f17e73224d8f03c4
25100 Author: Stefan Roese <sr@denx.de>
25101 Date:   Tue Jun 2 16:53:16 2009 +0200
25102
25103     mpc512x: Use serial_setbrg() in serial_init() to not duplicate the code
25104
25105     This patch removes the duplicated code for baudrate generator configuration
25106     in the PSC serial_init() implementation by calling serial_setbrg() instead
25107     of duplicating the code.
25108
25109     Signed-off-by: Stefan Roese <sr@denx.de>
25110
25111 commit b8c1d6a54ff8195488b68e163de8ec31f1603496
25112 Author: Stefan Roese <sr@denx.de>
25113 Date:   Tue Jun 2 16:53:15 2009 +0200
25114
25115     mpc512x: Fix PSC divisor calculation for baudrate setting
25116
25117     The wrong input frequency was used in serial_setbrg(). This patch fixes
25118     this by using ips_clk as input frequency for the PSC baudrate generator.
25119
25120     Signed-off-by: Stefan Roese <sr@denx.de>
25121
25122 commit 52568c3654b2b257016d52167805ae132faac14e
25123 Author: Wolfgang Denk <wd@denx.de>
25124 Date:   Sat May 16 10:47:46 2009 +0200
25125
25126     MPC512x: add support for ARIA board
25127
25128     ARIA is a MPC5121E based COM Express module by Dave/DENX.
25129
25130     Signed-off-by: Wolfgang Denk <wd@denx.de>
25131     Cc: John Rigby <jcrigby@gmail.com>
25132
25133 commit 3b74e7ec58e2cc352b0a396a614065cfeb8d138f
25134 Author: Wolfgang Denk <wd@denx.de>
25135 Date:   Sat May 16 10:47:45 2009 +0200
25136
25137     MPC512x: remove include/mpc512x.h
25138
25139     Move needed definitions (register descriptions etc.) from
25140     include/mpc512x.h  into  include/asm-ppc/immap_512x.h.
25141
25142     Instead of using a #define'd register offset, use a function that
25143     provides the PATA controller's base address.
25144
25145     All the rest of include/mpc512x.h are register offset definitions
25146     which can be eliminated by proper use of C structures.
25147
25148     There are only a few register offsets remaining that are needed in
25149     cpu/mpc512x/start.S; for these we provide cpu/mpc512x/asm-offsets.h
25150     which is intended as a temporary workaround only. In a later patch
25151     this file will be removed, too, and then auto-generated from the
25152     respective C structs.
25153
25154     Signed-off-by: Wolfgang Denk <wd@denx.de>
25155     Cc: John Rigby <jcrigby@gmail.com>
25156
25157 commit a927e491b2a326c1e9c4313e3ce4042988422697
25158 Author: Wolfgang Denk <wd@denx.de>
25159 Date:   Sat May 16 10:47:44 2009 +0200
25160
25161     MPC512x FEC: get rid of duplicated struct ethernet_regs
25162
25163     Use existing struct fec512x instead.
25164
25165     Signed-off-by: Wolfgang Denk <wd@denx.de>
25166     Cc: John Rigby <jcrigby@gmail.com>
25167     Acked-by: Ben Warren <biggerbadderben@gmail.com>
25168
25169 commit 843efb1192cc8fd4f904a23dbab4e0fe3e1c5bc2
25170 Author: Wolfgang Denk <wd@denx.de>
25171 Date:   Sat May 16 10:47:43 2009 +0200
25172
25173     MPC512x: use I/O accessors instead of pointer accesses
25174
25175     This commit changes the MPC512x code to use I/O accessor calls (i.e.
25176     out_*() and in_*()) instead of using deprecated pointer accesses.
25177
25178     Signed-off-by: Wolfgang Denk <wd@denx.de>
25179     Cc: John Rigby <jcrigby@gmail.com>
25180
25181 commit 19dc7e179268be148e550c36203208c662610d76
25182 Author: Wolfgang Denk <wd@denx.de>
25183 Date:   Sat May 16 10:47:42 2009 +0200
25184
25185     MPC512x: add more hardware description to immap_512x.h
25186
25187     - add GPIO module description
25188     - add Address Latch Timing Register description
25189     - add IO Control Memory Map
25190     - add FEC Memory Map
25191
25192     Also change board/freescale/mpc5121ads/mpc5121ads.c and
25193     cpu/mpc512x/iopin.c as needed.
25194
25195     Signed-off-by: Wolfgang Denk <wd@denx.de>
25196     Cc: John Rigby <jcrigby@gmail.com>
25197
25198 commit 72601d04fdfdd4c7597afcf1f6aab654bd99366c
25199 Author: Wolfgang Denk <wd@denx.de>
25200 Date:   Sat May 16 10:47:41 2009 +0200
25201
25202     Rename ads5121 board into mpc5121ads
25203
25204     We rename the board so we use a consistent name in U-Boot and in
25205     Linux.  Also, we use this opportunity to move the board into the
25206     Freecale vendor directory.
25207
25208     Signed-off-by: Wolfgang Denk <wd@denx.de>
25209     Cc: John Rigby <jcrigby@gmail.com>
25210
25211 commit debf87415579c0f50aab9e0832976d4506babe0f
25212 Author: Wolfgang Denk <wd@denx.de>
25213 Date:   Sat May 16 10:47:40 2009 +0200
25214
25215     cpu/mpc512x/diu.c: fix warning: assignment from incompatible pointer type
25216
25217     Signed-off-by: Wolfgang Denk <wd@denx.de>
25218     Cc: John Rigby <jcrigby@gmail.com>
25219
25220 commit 8b251263191ec554967dd1add6237c1ba7f7eb25
25221 Author: Wolfgang Denk <wd@denx.de>
25222 Date:   Sat May 16 10:47:39 2009 +0200
25223
25224     cpu/mpc512x/pci.c: minor coding style cleanup
25225
25226     Get rid of variable declaration in the middle of the code.
25227
25228     Signed-off-by: Wolfgang Denk <wd@denx.de>
25229     Cc: John Rigby <jcrigby@gmail.com>
25230
25231 commit de26ef99bddbce4ed225f93afcf0bee99c3b6f87
25232 Author: Wolfgang Denk <wd@denx.de>
25233 Date:   Sat May 16 10:47:38 2009 +0200
25234
25235     mpc512x: Move common files to share them by several boards
25236
25237     We will soon see several new MPC521x based boards added.  This patch
25238     moves files that are not board specific to a common directory so they
25239     can be shared by all such ports.  It also splits off common IDE code
25240     into a new file, cpu/mpc512x/ide.c .
25241
25242     Signed-off-by: Wolfgang Denk <wd@denx.de>
25243     Cc: John Rigby <jcrigby@gmail.com>
25244
25245 commit 03e069dc0a765d506f78a68319acf33d432e035b
25246 Author: Wolfgang Denk <wd@denx.de>
25247 Date:   Sat May 16 10:47:37 2009 +0200
25248
25249     mpc512x: change cpu/mpc512x/Makefile to use Kconfig style
25250
25251     Signed-off-by: Wolfgang Denk <wd@denx.de>
25252     Cc: John Rigby <jcrigby@gmail.com>
25253
25254 commit a89c33db96a1e55319a286dd4c3c05ca64ac6bfd
25255 Author: Wolfgang Denk <wd@denx.de>
25256 Date:   Sun May 24 17:06:54 2009 +0200
25257
25258     General help message cleanup
25259
25260     Many of the help messages were not really helpful; for example, many
25261     commands that take no arguments would not print a correct synopsis
25262     line, but "No additional help available." which is not exactly wrong,
25263     but not helpful either.
25264
25265     Commit ``Make "usage" messages more helpful.'' changed this
25266     partially. But it also became clear that lots of "Usage" and "Help"
25267     messages (fields "usage" and "help" in struct cmd_tbl_s respective)
25268     were actually redundant.
25269
25270     This patch cleans this up - for example:
25271
25272     Before:
25273         => help dtt
25274         dtt - Digital Thermometer and Thermostat
25275
25276         Usage:
25277         dtt         - Read temperature from digital thermometer and thermostat.
25278
25279     After:
25280         => help dtt
25281         dtt - Read temperature from Digital Thermometer and Thermostat
25282
25283         Usage:
25284         dtt
25285
25286     Signed-off-by: Wolfgang Denk <wd@denx.de>
25287
25288 commit 94796d8544d4248028141bad11c6a74b840e9d6e
25289 Author: Wolfgang Denk <wd@denx.de>
25290 Date:   Sun May 24 19:17:29 2009 +0200
25291
25292     Make "usage" messages more helpful.
25293
25294     In case of incorrect command invocations U-Boot used to print pretty
25295     useless "usage" messages, for example:
25296
25297         => nand markbad
25298         Usage:
25299         nand - NAND sub-system
25300
25301     In the result, the user would have to run the "help" command to get
25302     the (available) information about correct command usage. Change this,
25303     so that this information gets always printed.
25304
25305     Note that this changes the user interface of all commands, but
25306     hopefully to the better.
25307
25308     Signed-off-by: Wolfgang Denk <wd@denx.de>
25309
25310 commit 4c94f6c54bbc4dc5f418da01d8ec01e2adf636be
25311 Author: Mike Frysinger <vapier@gentoo.org>
25312 Date:   Sun May 24 02:26:19 2009 -0400
25313
25314     nvedit: speed up printing of environment
25315
25316     The printing code would check the same environment byte multiple times and
25317     write to the console one byte at a time.  For some devices (such as the
25318     Blackfin JTAG console which operates in 8 bytes at a time), this is pretty
25319     damned slow.  So create a small 16 byte buffer to fill up and send to puts
25320     as needed.  In the process, unify the different print functions, shrink
25321     the resulting code (source and compiled), and avoid excess env reads as
25322     those too can be somewhat expensive depending on the board.
25323
25324     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25325
25326 commit 3112030a430553768de5d30c05bedf8710784452
25327 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25328 Date:   Fri May 22 19:28:52 2009 +0200
25329
25330     config.mk: remove un-needed REMOTE_BUILD check
25331
25332     as $(obj) is empty when in tree build
25333
25334     %.s:        %.S
25335         $(CPP) $(AFLAGS) -o $@ $<
25336
25337     and
25338
25339     $(obj)%.s:  %.S
25340         $(CPP) $(AFLAGS) -o $@ $<
25341
25342     are the same
25343
25344     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25345     Acked-by: Mike Frysinger <vapier@gentoo.org>
25346
25347 commit 651351fe980b20217b014b9a888398f18d77951c
25348 Author: Tom Rix <Tom.Rix@windriver.com>
25349 Date:   Wed May 20 07:55:41 2009 -0500
25350
25351     FAT replace compare_sign with strncmp.
25352
25353     The static function compare_sign is only used to compare the fs_type string
25354     and does not do anything more than what strncmp does.
25355
25356     The addition of the trailing '\0' to fs_type, while legal, is not needed
25357     because the it is never printed out and strncmp does not depend on NULL
25358     terminated strings.
25359
25360     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
25361
25362 commit ecb1dc892297d5d99876907328fed732feefeab2
25363 Author: Mike Frysinger <vapier@gentoo.org>
25364 Date:   Wed May 20 04:35:14 2009 -0400
25365
25366     Add support for Linux-like kallsysms
25367
25368     The kernel stores address<->symbol names in it so things can be decoded at
25369     runtime.  Do it in U-Boot, and we get nice symbol decoding when crashing.
25370
25371     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25372
25373 commit 36c9169aa6f79ddf604a3bca64e145654f94888b
25374 Author: Wolfgang Denk <wd@denx.de>
25375 Date:   Sun May 17 16:01:54 2009 +0200
25376
25377     cmd_mtdparts.c: allow to omit definitions for default settings
25378
25379     There is actually no good reason to enforce that all board
25380     configuations must define default settings for "mtdids" and
25381     "mtdparts".  Actually this may be difficult to handle, especially on
25382     boards where different sizes of flash chips can be fit, so there is no
25383     real "default" partition map for all boards.
25384
25385     Lift this arbitrary limitation.
25386
25387     Signed-off-by: Wolfgang Denk <wd@denx.de>
25388
25389 commit 864aa034f3a0e10ce710e8bbda171df3cab59414
25390 Author: Stefan Roese <sr@denx.de>
25391 Date:   Tue May 12 14:31:56 2009 +0200
25392
25393     cmd_mtdparts: Move to common handling of FLASH devices via MTD layer
25394
25395     This patch removes all references to the direct CFI FLASH interface
25396     (via flash_info[]). Now that all FLASH types currently handled in
25397     mtdparts are available (if selected, see below) via the MTD infrastructure.
25398     This is NOR, NAND and OneNAND right now. This can be achieved by defining
25399     the following options:
25400
25401     CONFIG_MTD_DEVICE (for all FLASH types)
25402
25403     plus
25404
25405     CONFIG_FLASH_CFI_MTD (for NOR FLASH)
25406
25407     So we need to add those defines to the board config headers currently
25408     using the mtdparts commands. This is done via another patch, so
25409     we shouldn't break mtdparts compatibility.
25410
25411     One big advantage from this solution is that the cmd_mtdparts.c is
25412     *much* cleaner now. Lot's of #ifdef's are removed and the code itself
25413     is smaller. Additionally the newly added MDT concatenation feature
25414     can new be used via the mtdparts infrastructure and therefor via
25415     UBI etc.
25416
25417     Signed-off-by: Stefan Roese <sr@denx.de>
25418     Cc: Ladislav Michl <ladis@linux-mips.org>
25419     Cc: Scott Wood <scottwood@freescale.com>
25420
25421 commit d558107c18708050f05b6639b2192efb67c905dc
25422 Author: Stefan Roese <sr@denx.de>
25423 Date:   Tue May 12 14:31:18 2009 +0200
25424
25425     mtd: Introduce CONFIG_MTD_DEVICE to select compilation of mtdcore.o
25426
25427     This new define enables mtdcore.c compilation and with this we can
25428     select the MTD device infrastructure needed for the reworked mtdparts
25429     command.
25430
25431     We now have the 2 MTD infrastructure defines, CONFIG_MTD_DEVICE and
25432     CONFIG_MTD_PARTITIONS. CONFIG_MTD_DEVICE is needed (as explained above)
25433     for the "mtdparts" command and CONFIG_MTD_PARTITIONS is needed for UBI.
25434
25435     Signed-off-by: Stefan Roese <sr@denx.de>
25436     Cc: Scott Wood <scottwood@freescale.com>
25437
25438 commit 942556a92a8c1eb1bd76584a5143f6f57dcb25ad
25439 Author: Stefan Roese <sr@denx.de>
25440 Date:   Tue May 12 14:32:58 2009 +0200
25441
25442     mtd: MTD related config header changes (mtdparts command)
25443
25444     By changing the cmd_mtdparts to only use the MTD infrastructure and
25445     not the direct interface to the CFI NOR FLASH driver we now need
25446     to add the MTD infrastructure to all boards using those mtdparts
25447     commands. This patch adds those components:
25448
25449     CONFIG_MTD_DEVICE (for all FLASH types)
25450
25451     plus
25452
25453     CONFIG_FLASH_CFI_MTD (for NOR FLASH)
25454
25455     To all board maintainers: Please test this on your platforms and
25456     report any problems/issues found. Thanks.
25457
25458     Signed-off-by: Stefan Roese <sr@denx.de>
25459     Cc: Wolfgang Denk <wd@denx.de>
25460     Cc: Ron Madrid <info@sheldoninst.com>
25461     Cc: Georg Schardt <schardt@team-ctech.de>
25462     Cc: Michal Simek <monstr@monstr.eu>
25463     Cc: Ladislav Michl <ladis@linux-mips.org>
25464     Cc: Martin Krause <martin.krause@tqs.de>
25465     Cc: Gary Jennejohn <garyj@denx.de>
25466     Cc: Ricardo Ribalda <ricardo.ribalda@uam.es>
25467
25468 commit 8d2effea23e938631126a7888008a0637e13b389
25469 Author: Stefan Roese <sr@denx.de>
25470 Date:   Mon May 11 16:03:55 2009 +0200
25471
25472     mtd: Update MTD infrastructure to support 64bit device size
25473
25474     This patch brings the U-Boot MTD infrastructure in sync with the current
25475     Linux MTD version (2.6.30-rc3). Biggest change is the 64bit device size
25476     support and a resync of the mtdpart.c file which has seen multiple fixes
25477     meanwhile.
25478
25479     Signed-off-by: Stefan Roese <sr@denx.de>
25480     Cc: Scott Wood <scottwood@freescale.com>
25481     Cc: Kyungmin Park <kmpark@infradead.org>
25482
25483 commit 0a57265533c412adf6024f4b4955141f4346b2b9
25484 Author: Stefan Roese <sr@denx.de>
25485 Date:   Tue May 12 14:29:39 2009 +0200
25486
25487     mtd: Add MTD concat support to concatenate multiple MTD NOR devices
25488
25489     This patch adds concatenation support to the U-Boot MTD infrastructure.
25490     By enabling CONFIG_MTD_CONCAT this MTD CFI wrapper will concatenate
25491     all found NOR devices into one single MTD device. This can be used by
25492     e.g by UBI to access a partition that spans over multiple NOR chips.
25493
25494     Signed-off-by: Stefan Roese <sr@denx.de>
25495
25496 commit 55e0ed6078b10b0d425b6a0677f38a015c277df6
25497 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25498 Date:   Sat Apr 25 14:57:52 2009 +0200
25499
25500     make MODEM SUPPORT generic instead of duplicate it
25501
25502     and fix comment
25503
25504     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25505
25506     Adjusted Copyright message.
25507
25508     Signed-off-by: Wolfgang Denk <wd@denx.de>
25509
25510 commit a30f519bd0cde78ba46b424314de94fdab863726
25511 Author: Tom Rix <Tom.Rix@windriver.com>
25512 Date:   Tue Jun 2 20:53:56 2009 -0500
25513
25514     ZOOM2 detect the version of the zoom2 board at runtime.
25515
25516     There are currently 3 versions of the zoom2 board.
25517     The production board, that is currently being released.
25518     The beta board, similar in form to the production board but not released.
25519     The alpha board, a set of PCBs with a very limited circulation.
25520
25521     GPIO 94 is used to determine the version of the board. If GPIO 94 is clear,
25522     the board is a production board, otherwise it is a beta board.
25523
25524     The alpha board will likely be mistaken for a beta board.  An alpha board
25525     was unavailible for testing.
25526
25527     This has been tested on the beta and production boards.
25528
25529     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
25530     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25531
25532 commit 718763c4745fd3d987a5576d2a67325e9444f9d4
25533 Author: Tom Rix <Tom.Rix@windriver.com>
25534 Date:   Wed Jun 3 01:53:57 2009 -0500
25535
25536     Beagle Convert the board version detection to use the OMAP3 GPIO interface.
25537
25538     There is no new functionality in the change.
25539
25540     This change is a conversion from the using raw register access to using
25541     the OMAP3 GPIO API described in doc/README.omap3.
25542
25543     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
25544     Acked-by: Dirk Behme <dirk.behme@googlemail.com>
25545
25546 commit 7caa13fdd2d3dc957b4e0a228810a3a4a8ba499b
25547 Author: Tom Rix <Tom.Rix@windriver.com>
25548 Date:   Wed Jun 3 01:53:55 2009 -0500
25549
25550     Fix a typo in the instructions on using omap3's gpio interface.
25551
25552     Using the example for reading a gpio, shows the problem.
25553     NULL should be the gpio number.
25554
25555     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
25556     Acked-by: Dirk Behme <dirk.behme@googlemail.com>
25557
25558 commit 0c9520efd651ce13451654a35307ec87d4a13a69
25559 Author: Tom Rix <Tom.Rix@windriver.com>
25560 Date:   Fri May 29 18:57:32 2009 -0500
25561
25562     ZOOM2 Define GPIO banks used.
25563
25564     Enable the function and interface clocks for banks 2,3,5 and 6.
25565
25566     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
25567     Acked-by: Dirk Behme <dirk.behme@googlemail.com>
25568
25569 commit 708cfb74b7c6df9c37d3c48988a154be79daefeb
25570 Author: Tom Rix <Tom.Rix@windriver.com>
25571 Date:   Fri May 29 18:57:31 2009 -0500
25572
25573     OMAP3 Turn on the GPIO bank clocks
25574
25575     The function and interface clocks for each GPIO bank, except the first, must
25576     be explicitly turned on.  These are controlled by the config level defines
25577     CONFIG_OMAP3_GPIO_n where n is from 2 to 6.
25578
25579     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
25580     Acked-by: Dirk Behme <dirk.behme@googlemail.com>
25581
25582 commit 59272620c24549b5bcd03c94ba12ec302c1476a2
25583 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
25584 Date:   Thu Mar 26 15:26:01 2009 -0400
25585
25586     Coldfire M5271: Activate u-boot system timer interrupt.
25587
25588     This patch assigns the u-boot system timer interrupt to
25589     interrupt level 3, priority 6. Without this patch the interrupt
25590     will be a level 0, priority 0, which disables it and cause
25591     u-boot functions that relies on the timer (e.g. sleep command)
25592     to never return.
25593
25594     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
25595
25596 commit dc26965ad3acdfb18780361d77a276b2843a90af
25597 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
25598 Date:   Mon Mar 23 13:35:48 2009 -0400
25599
25600     Compier warning cleanup
25601
25602     Follow up to git commit: 19b5b533ccd522abeb501d510750693c35e20456
25603
25604     Cleanup on compiler warnings on unused variables now that
25605     bd->bi_enetaddr is no longer used.
25606
25607     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
25608
25609 commit 42a83765d54f042b4079e05a3438789542429981
25610 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
25611 Date:   Fri Mar 20 15:30:10 2009 -0400
25612
25613     Adds WATCHDOG_RESET() function call to lib_m68k dtimer_interrupt.
25614
25615     Ported from lib_ppc/interrupts.c, this adds the ability for
25616     the coldfire system timer to auto-reset the watchdog when
25617     dtimer_interrupts is called.
25618
25619     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
25620
25621 commit a24d96e40e1ca66dde6e6c158e7ecffafc5a2199
25622 Author: Prafulla Wadaskar <prafulla@marvell.com>
25623 Date:   Sun May 31 14:53:20 2009 +0200
25624
25625     arch_misc_init support for ARM architectures
25626
25627     This patch is required for Kirkwood support
25628     may be used by other ARM architectures
25629
25630     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
25631
25632 commit b2403589b4d9996394bafc73eca3623f43ac2c31
25633 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25634 Date:   Sun May 31 14:53:18 2009 +0200
25635
25636     at91: move cpu info print to cpu
25637
25638     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25639
25640 commit b32e189079fa16e1b647ac6b949fd4e0a9435343
25641 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25642 Date:   Sun May 31 12:44:46 2009 +0200
25643
25644     at91: move cpu name define to arm/arch/ cpu header
25645
25646     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25647
25648 commit 5bb59b3c906ee01adfaac9565443e5236a793079
25649 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25650 Date:   Sun May 31 12:44:45 2009 +0200
25651
25652     at91: extract reset from timer
25653
25654     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25655
25656 commit 61cf851b09cf8b67009ec11fc47c16add6b142a5
25657 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25658 Date:   Sun May 31 12:44:43 2009 +0200
25659
25660     omap24xx: rename reset file
25661
25662     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25663
25664 commit 9d4fc99dbdbfda1260aad478e83fca7cdf0e1a32
25665 Author: Dirk Behme <dirk.behme@googlemail.com>
25666 Date:   Sun May 31 12:44:42 2009 +0200
25667
25668     OMAP3: Fix CKE1 MUX setting to allow self-refresh
25669
25670     The Beagle rev Cx and Overo boards are using both SDRC CSes. The MUX
25671     setting is needed for the second CS clock signal to allow the 2 RAM
25672     parts to be put in self-refresh correctly. This also works on rev B
25673     Beagle boards with 128M of RAM.
25674
25675     From: Steve Sakoman <steve@sakoman.com>
25676     From: Jean Pihet <jpihet@mvista.com>
25677     Signed-off-by: Jean Pihet <jpihet@mvista.com>
25678     Signed-off-by: Steve Sakoman <steve@sakoman.com>
25679     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
25680
25681 commit 3962c4f9fc4482a6547f3c3d3d5e986e625abb8a
25682 Author: Dirk Behme <dirk.behme@googlemail.com>
25683 Date:   Sun May 31 12:44:41 2009 +0200
25684
25685     OMAP3: Zoom2: Enable Board and CPU info
25686
25687     With other OMAP3 boards we recently switched to CPU and Board
25688     info API. From parallel merge, this is missing for Zoom2.
25689     Enable it for Zoom2, too.
25690
25691     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
25692     Acked-by: Tom Rix <Tom.Rix@windriver.com>
25693
25694 commit 83ae698ff26b81b569ca32f7f2b008ad0da15e66
25695 Author: Tom Rix <Tom.Rix@windriver.com>
25696 Date:   Sun May 31 12:44:39 2009 +0200
25697
25698     ZOOM2 Add led support.
25699
25700     This patch controls the large LED on the top left of the zoom2.
25701
25702     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
25703
25704 commit 660888b7fb8840ce169dcd2589e49ab44c46b87b
25705 Author: Tom Rix <Tom.Rix@windriver.com>
25706 Date:   Sun May 31 12:44:37 2009 +0200
25707
25708     ZOOM2 Add serial support.
25709
25710     Zoom2 serial is in general supplied by one of the 4 UARTS on the debug board.
25711     The default serial is from the USB connector on left side of the debug board.
25712     The USB connector will produce 2 of the 4 UARTS.  On your host pick the first
25713     enumeration.
25714
25715     The details of the setting of the serial gpmc setup are not available.
25716     The values were provided by another party.
25717
25718     The serial port set up is the same with Zoom1.
25719     Baud rate 115200, 8 bit data, no parity, 1 stop bit, no flow.
25720
25721     The kernel bootargs are
25722     console=ttyS3,115200n8
25723
25724     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
25725
25726 commit 3ea201b016ab259a5ac8824af767569522768c47
25727 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25728 Date:   Sun May 31 12:44:27 2009 +0200
25729
25730     lh7a40x: move serial driver to drivers/serial
25731
25732     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25733
25734 commit 379be585eb2343d8814a5cee5fb3da930d846bee
25735 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25736 Date:   Sat May 16 22:48:46 2009 +0200
25737
25738     pxa: move serial driver to drivers/serial
25739
25740     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25741
25742 commit ad7e8aac6920f8b8a85b3cc2e93bca7458e99aa1
25743 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25744 Date:   Sat May 9 13:21:19 2009 +0200
25745
25746     arm: remove cpu_init
25747
25748     move s3c44b0 to arch_cpu_init and as noone use cpu_init remove it
25749
25750     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25751
25752 commit c358d9c3f16571e8f825e81b75eaf32e228cb669
25753 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25754 Date:   Sat May 9 13:21:18 2009 +0200
25755
25756     arm: unify interrupt init
25757
25758     all arm init the IRQ stack the same way
25759     so unify it in lib_arm/interrupts.c and then call arch specific interrupt init
25760
25761     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25762
25763 commit 10a451cd57cffbca875c97bbd8929059c5627ec6
25764 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25765 Date:   Fri May 8 20:24:12 2009 +0200
25766
25767     arm: unify linker script
25768
25769     all arm boards except a few use the same cpu linker script
25770     so move it to cpu/$(CPU)
25771
25772     that could be overwrite in following order
25773     SOC
25774     BOARD
25775     via the corresponding config.mk
25776
25777     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25778
25779 commit 9475c63c7855edd863c93a9bb0f4b8e240d9d212
25780 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25781 Date:   Sat May 16 10:02:05 2009 +0200
25782
25783     afeb9260: fix macb device init
25784
25785     uses PA10, PA11 for ETX2 and ETX3.
25786
25787     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25788
25789 commit 1bbae2b816d4ed38db2ebf42166a973b1ffc0df7
25790 Author: Stefan Roese <sr@denx.de>
25791 Date:   Wed May 27 10:34:32 2009 +0200
25792
25793     ppc4xx: Remove PCI async bootup message if PCI is not used
25794
25795     Signed-off-by: Stefan Roese <sr@denx.de>
25796
25797 commit a3455c00510c5abf1e91743c4a02d8393b6df18d
25798 Author: Wolfgang Denk <wd@denx.de>
25799 Date:   Fri May 15 09:19:52 2009 +0200
25800
25801     TQM834x: use buffered writes to accelerate writing to flash
25802
25803     Also enable display of 'E'mpty sectors in "flinfo" output.
25804
25805     Signed-off-by: Wolfgang Denk <wd@denx.de>
25806     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25807
25808 commit 4681e673a51c48f4c096aa3c8fae5e6217ffd58d
25809 Author: Wolfgang Denk <wd@denx.de>
25810 Date:   Thu May 14 23:18:34 2009 +0200
25811
25812     TQM834x: add FDT support
25813
25814     Signed-off-by: Wolfgang Denk <wd@denx.de>
25815     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25816
25817 commit 929b79a0b5e48303ab04aae9d0abceb0c707f111
25818 Author: Wolfgang Denk <wd@denx.de>
25819 Date:   Thu May 14 23:18:33 2009 +0200
25820
25821     TQM834x: fix environment size; add redundant env.
25822
25823     Also reserve more space for U-Boot as it will probably grow soon.
25824
25825     Signed-off-by: Wolfgang Denk <wd@denx.de>
25826     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25827
25828 commit 2ae0f35fd60c7345446835b95a4daff356e1f031
25829 Author: Thomas Lange <thomas@corelatus.se>
25830 Date:   Sun May 3 20:07:33 2009 +0200
25831
25832     ARM DaVinci: Reset with watchdog enabled
25833
25834     Once the Davinci watchdog has been enabled, the timeout
25835     value cannot be changed. If the timeout in use is long,
25836     it can take a long time for card to reset. By writing
25837     an invalid service key, we can trigger an immediate reset.
25838
25839     Signed-off-by: Thomas Lange <thomas@corelatus.se>
25840
25841 commit 6cc7ba9ed43106946aa9aa868302aa2faf1d17be
25842 Author: Wolfgang Denk <wd@denx.de>
25843 Date:   Fri May 15 10:07:43 2009 +0200
25844
25845     video: Add an option to skip video initialization
25846
25847     This patch adds an option to skip the video initialization on for all
25848     video drivers. This is needed for the CPCI750 which can be built as
25849     CPCI host and adapter/target board. And the adapter board can't
25850     access the video cards located on the CompactPCI bus.
25851
25852     Signed-off-by: Stefan Roese <sr@denx.de>
25853     Cc: Anatolij Gustschin <agust@denx.de>
25854
25855     Rebased against simplifying patch.
25856     Signed-off-by: Wolfgang Denk <wd@denx.de>
25857
25858 commit f62f64692ff7f6226ad221d5df6487ea5ef39bdd
25859 Author: Wolfgang Denk <wd@denx.de>
25860 Date:   Fri May 15 10:07:42 2009 +0200
25861
25862     drv_video_init(): simplify logic
25863
25864     Simplify nesting of drv_video_init() and use a consistent way of
25865     indicating failure / success. Before, it took me some time to realize
25866     which of the returns was due to an error condition and which of them
25867     indicated success.
25868
25869     Signed-off-by: Wolfgang Denk <wd@denx.de>
25870     Cc: Anatolij Gustschin <agust@denx.de>
25871
25872 commit 1699da6297b8c22da16cf85b3c79192f1a6d70ca
25873 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25874 Date:   Wed May 13 21:01:13 2009 +0200
25875
25876     at91: regroup IP hw init in one file per soc
25877
25878     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25879
25880 commit 28b00324becf3552134ae1e086509dc9c3d6e932
25881 Author: David Brownell <dbrownell@users.sourceforge.net>
25882 Date:   Fri May 15 23:48:37 2009 +0200
25883
25884     dm355 evm support
25885
25886     Initial U-Boot support for the DaVinci DM355 EVM.  This is a board
25887     from Spectrum Digital.  Board docs include schematic and firmware
25888     for its microcontroller:
25889
25890       http://c6000.spectrumdigital.com/evmdm355/revd/
25891
25892     Most of the DM355 chip is fully documented by TI, the most notable
25893     exception being the MPEG/JPEG coprocessor (programmable using codecs
25894     available at no cost from TI), which is omitted from its DM335 sibling:
25895
25896       http://focus.ti.com/docs/prod/folders/print/tms320dm355.html
25897
25898     This version can boot from the on-board DM9000 Ethernet chip, after
25899     being loaded (from NAND, MMC/SD, or UART).  In the near future, NAND
25900     and USB support could be added ... NAND support is being held back
25901     until the support for the 4-bit ECC hardware is ready.
25902
25903     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
25904
25905 commit 136cf92dc9e84c9a1bf567f1fe741092bf765495
25906 Author: Sanjeev Premi <premi@ti.com>
25907 Date:   Fri May 15 23:48:37 2009 +0200
25908
25909     OMAP3EVM: Set default bootfile
25910
25911     The current configuration doesn't define default
25912     bootfile; leading to this warning at execution:
25913
25914     OMAP3_EVM # dhcp
25915     ...
25916     ...
25917     DHCP client bound to address 192.168.1.11
25918     *** Warning: no boot file name; using 'AC18BE16.img'
25919     TFTP from server 0.0.0.0; our IP address is 192.168.1.11;
25920     sending through gateway 192.168.1.1
25921     Filename 'AC18BE16.img'.
25922     Load address: 0x82000000
25923     Loading: *
25924     TFTP error: 'File not found' (1)
25925
25926     Signed-off-by: Sanjeev Premi <premi@ti.com>
25927
25928 commit 1a09d05abfc6d4d4f1fce9f6bd0275bd1c08d4f5
25929 Author: s-paulraj@ti.com <s-paulraj@ti.com>
25930 Date:   Fri May 15 23:48:36 2009 +0200
25931
25932     ARM DaVinci: Minor Updates to base addresses
25933
25934     Patch adds base addresses for DaVinci DM365. Updated patches for DM365
25935     will be posted soon.
25936
25937     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
25938
25939 commit de193e8e369f5f029ed3b6e2fc60341098eea766
25940 Author: Tom Rix <Tom.Rix@windriver.com>
25941 Date:   Fri May 15 23:48:36 2009 +0200
25942
25943     ZOOM2 Add support for debug board detection.
25944
25945     The logicpd web site is a good source for general information on this board.
25946     Please start looking here if the below links are broken.
25947     http://www.logicpd.com
25948
25949     This is a pdf of the product
25950     http://www.logicpd.com/sites/default/files/1012659A_Zoom_OMAP34x-II_MDP_Brief.pdf
25951
25952     This is a pdf of the product quick start guide.
25953     The debug board is described here.
25954     http://support.logicpd.com/downloads/1165/
25955
25956     This is a wiki showing the debug board in use
25957     https://omapzoom.org/gf/project/omapzoom/wiki/?pagename=GettingStartedWithZoomII_AKA_OMAP34XII_MDP
25958
25959     The zoom2 has an auxillary board that contains the serial, net, jtag and
25960     battery simulator.  This change supports a runtime check if the debug board is
25961     connected.
25962
25963     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
25964
25965 commit 0c872ecd01d6782ae9d37b6eb721404a4a48f356
25966 Author: Tom Rix <Tom.Rix@windriver.com>
25967 Date:   Fri May 15 23:48:36 2009 +0200
25968
25969     OMAP3 Port kernel omap gpio interface.
25970
25971     Port version 2.6.27 of the linux kernel's omap gpio interface to u-boot.
25972     The orignal source is in linux/arch/arm/plat-omap/gpio.c
25973
25974     See doc/README.omap3 for instructions on use.
25975
25976     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
25977
25978 commit 376aee78dd66ae0dc4ce496cbe93ecc80aaad48e
25979 Author: Tom Rix <Tom.Rix@windriver.com>
25980 Date:   Fri May 15 23:48:36 2009 +0200
25981
25982     ZOOM2 Add initial support for Zoom2
25983
25984     Zoom2 is a new board from Texas Instruments and LogicPD
25985
25986     The logicpd web site is a good source for general information on this board.
25987     Please start looking here if the below links are broken.
25988     http://www.logicpd.com
25989
25990     This is a pdf of the product
25991     http://www.logicpd.com/sites/default/files/1012659A_Zoom_OMAP34x-II_MDP_Brief.pdf
25992     This is the product description web page
25993     http://www.logicpd.com/products/development-kits/texas-instruments-zoom%E2%84%A2-omap34x-ii-mdp
25994
25995     This patch provides a zoom2 base target by copying zoom1 and by making some
25996     obvious changes.
25997
25998     To configure, run
25999     make omap3_zoom2_config
26000
26001     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
26002
26003 commit 53925acf1b5c1a1e6230cda2697640cd05bd1104
26004 Author: Sandeep Paulraj <s-paulraj@ti.com>
26005 Date:   Fri May 15 23:48:33 2009 +0200
26006
26007     ARM DaVinci:Consolidate common u-boot.lds
26008
26009     The u-boot.lds is common for all DaVinci boards. The patch removes
26010     multiple instances and moves the u-boot.lds to /cpu/arm926ejs/davinci
26011     folder. This addresses one of the comments i received while submitting
26012     patches for DM3xx
26013
26014     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
26015
26016 commit 68a531fd465f5c0b3d373e0010afed32e88d37c4
26017 Author: Tom Rix <Tom.Rix@windriver.com>
26018 Date:   Fri May 15 23:47:52 2009 +0200
26019
26020     OMAP Consolidate common u-boot.lds to cpu layer.
26021
26022     The u-boot.lds file is common for all omap boards.
26023     Move a cleaned up version to the cpu layer and add makefile logic to use it.
26024
26025     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
26026
26027 commit 65a76d4f947a193e57bb8f8093c481f27e059f8f
26028 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26029 Date:   Fri May 15 23:47:14 2009 +0200
26030
26031     arm/dcc: add xscale support
26032
26033     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26034
26035 commit 66e8f9da6879fe37f3159b3997bff874842dc51d
26036 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26037 Date:   Fri May 15 23:47:14 2009 +0200
26038
26039     arm/dcc: use static support to allow to use it at anytime
26040
26041     the dcc can be used at the start of the cpu
26042
26043     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26044
26045 commit 7893aa1eb6f52c3957efc301b436f1fa11e91a00
26046 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26047 Date:   Fri May 15 23:47:13 2009 +0200
26048
26049     ARM: Update mach-types
26050
26051     update against linux v2.6.29
26052
26053     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26054
26055 commit 2907798926ee932f453ac8538e7a6c05c18428a5
26056 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26057 Date:   Fri May 15 23:47:13 2009 +0200
26058
26059     arm920/926/926: remove non needed header
26060
26061     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26062
26063 commit 269dfea017b09c5a999d3053d00505c19789c350
26064 Author: David Brownell <david-b@pacbell.net>
26065 Date:   Fri May 15 23:47:13 2009 +0200
26066
26067     davinci dm6446evm NAND update
26068
26069     This updates the optional (non-default!) NAND support for the
26070     DaVinci DM6446 EVM:
26071
26072      - include MTD partitioning, defaulting to what Linux uses
26073
26074      - use a flash-based BBT, which among other things speeds bootup
26075
26076     This matches code that's now queued for mainline Linux, and might
26077     even merge in an upcoming 2.6.30-rc; and the MTIDS are set up so
26078     that the U-Boot $mtdparts environment variable can be passed as-is
26079     on the kernel command line as a cmdlinepart override.
26080
26081     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
26082
26083 commit 7a4f511b59f08f51dde4ceacbd45f49b8bf2a5cc
26084 Author: David Brownell <dbrownell@users.sourceforge.net>
26085 Date:   Fri May 15 23:47:12 2009 +0200
26086
26087     davinci: display correct clock info
26088
26089     Move the clock-rate dumping code into the cpu/.../davinci area
26090     where it should have been, enabled by CONFIG_DISPLAY_CPUINFO,
26091     updating the format and showing the DSP clock (where relevant).
26092
26093     Switch boards to use the cpuinfo() hook for this stuff.
26094
26095     Remove a few now-obsolete PLL #defines.
26096
26097     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
26098
26099 commit daea928829098cae3c9ec6b801e52ba616725034
26100 Author: Tom Rix <Tom.Rix@windriver.com>
26101 Date:   Fri May 15 23:47:12 2009 +0200
26102
26103     ZOOM1 Remove more legacy NAND defines.
26104
26105     These legacy NAND defines are no longer needed by this target.
26106
26107     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
26108
26109 commit 65fd21c80fcaca2bbfe3ab06ab6ac68207408078
26110 Author: Tom Rix <Tom.Rix@windriver.com>
26111 Date:   Fri May 15 23:47:12 2009 +0200
26112
26113     LED Add documentation describing the status_led and colour led API.
26114
26115     This document describes the u-boot status LED API.
26116     This allows common u-boot commands to use a board's leds to
26117     provide status for activities like booting and downloading files.
26118
26119     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
26120
26121 commit 7cdf804f34378b910b4c4edd2dac7e3ca61c0825
26122 Author: Tom Rix <Tom.Rix@windriver.com>
26123 Date:   Fri May 15 23:47:12 2009 +0200
26124
26125     ARM Add blue colour LED to status_led.
26126
26127     There is exiting support for red,yellow,green but no blue.
26128     The main LED on the zoom2 is a blue LED.
26129
26130     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
26131
26132 commit b54384e3ba6b5535751f317fcd3940a53eed0d3a
26133 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26134 Date:   Fri May 15 23:47:02 2009 +0200
26135
26136     arm: timer and interrupt init rework
26137
26138     actually the timer init use the interrupt_init as init callback
26139     which make the interrupt and timer implementation difficult to follow
26140
26141     so now rename it as int timer_init(void) and use interrupt_init for interrupt
26142
26143     btw also remane the corresponding file to the functionnality implemented
26144
26145     as ixp arch implement two timer - one based on interrupt - so all the timer
26146     related code is moved to timer.c
26147
26148     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26149
26150 commit 5b4bebe1d20c4f2b70d48b06aed1016785efcc25
26151 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26152 Date:   Fri May 15 23:45:22 2009 +0200
26153
26154     OMAP3: Reorganize Makefile style
26155
26156     Reformat COBJS handling.
26157
26158     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26159     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
26160
26161 commit b1966982718347f67317b3fb356439743ca68a37
26162 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26163 Date:   Fri May 15 23:45:22 2009 +0200
26164
26165     OMAP3: Remove dublicated interrupt code
26166
26167     Remove duplicated interrupt code. Original, identical code can be found
26168     in lib_arm/interrupts.c
26169
26170     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26171     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
26172
26173 commit ac7260a4190315eba4a6e526c764f6cad0bbf8c5
26174 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26175 Date:   Fri May 15 23:45:22 2009 +0200
26176
26177     at91rm9200: move reset code to reset.c
26178
26179     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26180
26181 commit 2c75c78d94574ee996db2aa9b511258519471dd6
26182 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26183 Date:   Fri May 15 23:45:22 2009 +0200
26184
26185     ixp/interrupts: Move conditional compilation to Makefile
26186
26187     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26188
26189 commit 8fc3bb4b0603516ad641e2de252a400b85fd869b
26190 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26191 Date:   Fri May 15 23:45:20 2009 +0200
26192
26193     arm: cleanup remaining CONFIG_INIT_CRITICAL
26194
26195     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26196
26197 commit c20e28f49aaf38c7dede46d8f8fe8234fe90822c
26198 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26199 Date:   Fri May 15 23:45:12 2009 +0200
26200
26201     arm946es: remove non used timer
26202
26203     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26204
26205 commit f1d944e30eb8ff89080fa03fb98d8fb5c82388d2
26206 Author: David Brownell <dbrownell@users.sourceforge.net>
26207 Date:   Fri May 15 23:44:09 2009 +0200
26208
26209     davinci: add basic dm355/dm350/dm335 support
26210
26211     Add some basic declarations for DaVinci DM355/DM350/DM335 support,
26212     keyed on CONFIG_SOC_DM355.  (DM35X isn't quite right because the
26213     DM357 is very different; while the DM355 is like a DM355 without
26214     the MPEG/JPEG coprocessor).
26215
26216     These have different peripherals than the DM6446, and some of
26217     the peripherals are at different addresses.  Notably for U-Boot,
26218     there's no EMAC, and the NAND controller address is different
26219
26220     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
26221
26222 commit bd36fdc146654f9de4e2ad346126e6bd2990fb19
26223 Author: David Brownell <dbrownell@users.sourceforge.net>
26224 Date:   Fri May 15 23:44:09 2009 +0200
26225
26226     davinci: fix dm644x buglets
26227
26228     Fix two buglets in the dm644x support:  don't set two must-be-zero
26229     bits in the UART management register; and only include the I2C hooks
26230     if the I2C driver is being included.
26231
26232     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
26233
26234 commit f79043681ff44bae435c06f830e51e1546db7e19
26235 Author: David Brownell <dbrownell@users.sourceforge.net>
26236 Date:   Fri May 15 23:44:08 2009 +0200
26237
26238     davinci: split out some dm644x-specific bits from psc
26239
26240     Split out DaVinci DM6446-specific bits from more generic bits:
26241
26242      - Add a CONFIG_SOC_DM644X.  All current boards use DM6446 chips;
26243        DM6443 and DM6441 chips differ in available peripherals.
26244
26245      - Move most DM644X-specific bits from psc.c to a new dm644x.c file,
26246        which is conditionally built.  It provides device-specific setup.
26247
26248     Plus minor coding style and comment updates with respect to the PSC.
26249
26250     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
26251
26252 commit 48ef5729555f41f51618b6a3016ac5c53c7c75dc
26253 Author: David Brownell <dbrownell@users.sourceforge.net>
26254 Date:   Fri May 15 23:44:08 2009 +0200
26255
26256     davinci: cpu-specific build uses conditional make syntax
26257
26258     Update cpu/arm926ejs/davinci/Makefile to use COBJ-y type syntax.
26259     Add the first conditional: for EMAC driver support.  Not all
26260     chips have an EMAC; and boards might not use it, anyway.
26261
26262     This doesn't touch PHY configuration; that should eventually
26263     become conditional too.
26264
26265     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
26266
26267 commit 7b7808ae6dace59287f565e9323cda7b098a5612
26268 Author: David Brownell <dbrownell@users.sourceforge.net>
26269 Date:   Fri May 15 23:44:06 2009 +0200
26270
26271     davinci: move psc support board-->cpu
26272
26273     Move DaVinci PSC support from board/* to cpu/* where it belongs.
26274     The PSC module manages clocks and resets for all DaVinci-family
26275     SoCs, and isn't at all board-specific.
26276
26277     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
26278
26279 commit 84f7411cb901b8df2391cf7e967ad0737f6194aa
26280 Author: David Brownell <david-b@pacbell.net>
26281 Date:   Tue Apr 14 08:52:58 2009 -0700
26282
26283     DaVinci now respects SKIP_LOWLEVEL_INIT
26284
26285     Don't needlessly include lowlevel init code; that's only really
26286     needed with boot-from NOR (not boot-from-NAND).  The 2nd stage
26287     loader (UBL) handles that before it loads U-Boot.
26288
26289     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
26290
26291 commit 641e0925e4bf7adf8e2e04e3ad81b840fd71cadd
26292 Author: David Brownell <dbrownell@users.sourceforge.net>
26293 Date:   Sun Apr 12 22:49:26 2009 -0700
26294
26295     DaVinci Ethernet cleanup
26296
26297     Chips without the EMAC controller won't need the utilities
26298     it uses to read an Ethernet address from EEPROM; so don't
26299     include them needlessly.
26300
26301     Use is_valid_ether() to validate the address from EEPROM.
26302     All-zero addresses aren't the only invalid addresses.
26303     A fully erased EEPROM returns all-ones, also invalid...
26304
26305     Switch those Ethernet utilities to use "%pM" for printing
26306     MAC addresses; and not say ROM when they mean EEPROM.
26307
26308     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
26309     Acked-by: Ben Warren <biggerbadderben@gmail.com>
26310
26311 commit c790b04d230363d03939dc008bcc80f3ba4de1ae
26312 Author: Stefan Roese <sr@denx.de>
26313 Date:   Mon May 11 15:50:12 2009 +0200
26314
26315     lib_arch/board.c: Move malloc initialization before flash_init()
26316
26317     This patch moves the malloc initialization before calling flash_init().
26318     Upcoming changes to the NOR FLASH common CFI driver with optional
26319     MTD infrastructure and MTD concatenation support will call malloc().
26320     And nothing really speaks against enabling malloc just a little earlier
26321     in the boot stage. Some architectures already enable malloc before
26322     calling flash_init() so they don't need any changes here.
26323
26324     Signed-off-by: Stefan Roese <sr@denx.de>
26325     Cc: Wolfgang Denk <wd@denx.de>
26326     Cc: Mike Frysinger <vapier@gentoo.org>
26327     Cc: Scott McNutt <smcnutt@psyent.com>
26328     Cc: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
26329     Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26330     Cc: Daniel Hellstrom <daniel@gaisler.com>
26331     Cc: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26332     Cc: John Rigby <jcrigby@gmail.com>
26333
26334 commit d873133f2ba9bd613d5f6552c31cc70fb13f15d3
26335 Author: Stefan Roese <sr@denx.de>
26336 Date:   Mon May 11 13:46:14 2009 +0200
26337
26338     ppc4xx: Add Sequoia RAM-booting target
26339
26340     This patch adds another build target for the AMCC Sequoia PPC440EPx
26341     eval board. This RAM-booting version is targeted for boards without
26342     NOR FLASH (NAND booting) which need a possibility to initially
26343     program their NAND FLASH. Using a JTAG debugger (e.g. BDI2000/3000)
26344     configured to setup the SDRAM, this debugger can load this RAM-
26345     booting image to the target address in SDRAM (in this case 0x1000000)
26346     and start it there. Then U-Boot's standard NAND commands can be
26347     used to program the NAND FLASH (e.g. "nand write ...").
26348
26349     Here the commands to load and start this image from the BDI2000:
26350
26351     440EPX>reset halt
26352     440EPX>load 0x1000000 /tftpboot/sequoia/u-boot.bin
26353     440EPX>go 0x1000000
26354
26355     Please note that this image automatically scans for an already
26356     initialized SDRAM TLB (detected by EPN=0). This TLB will not be
26357     cleared. This TLB doesn't need to be TLB #0, this RAM-booting
26358     version will detect it and preserve it. So booting via BDI2000
26359     will work and booting with a complete different TLB init via
26360     U-Boot works as well.
26361
26362     Signed-off-by: Stefan Roese <sr@denx.de>
26363
26364 commit 837db3d87f4bfe9261629fb4a1bb433506a3056a
26365 Author: Mike Frysinger <vapier@gentoo.org>
26366 Date:   Wed May 6 08:41:45 2009 -0400
26367
26368     tools/envcrc: add --binary option to export embedded env
26369
26370     The --binary option to envcrc can be used to export the embedded env as a
26371     binary blob so that it can be manipulated/examined/whatever externally.
26372
26373     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26374
26375 commit 18cc7afd9a153a66854af862d14ba01c5496cf07
26376 Author: Ben Warren <biggerbadderben@gmail.com>
26377 Date:   Tue Apr 28 16:50:53 2009 -0700
26378
26379     Enable CONFIG_NET_MULTI on all remaining PPC4xx boards
26380
26381     All in-tree PPC4xx boards now use CONFIG_NET_MULTI
26382
26383     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26384     Signed-off-by: Stefan Roese <sr@denx.de>
26385
26386 commit 70be6c2d40076f14062b892152649f9a62832fc9
26387 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26388 Date:   Wed Apr 29 09:51:01 2009 +0200
26389
26390     4xx: Add support for DP405 hardware variants
26391
26392     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
26393     Signed-off-by: Stefan Roese <sr@denx.de>
26394
26395 commit de47a34d4de1d007a8951efd072283516d580ffa
26396 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26397 Date:   Wed Apr 29 09:51:00 2009 +0200
26398
26399     4xx: Remove binary cpld bitstream from DP405 board
26400
26401     This patch removes the cpld binary bitstream that is
26402     used by esd's cpld command on DP405 boards.
26403
26404     Because u-boot with an external cpld bitstream may not
26405     take more space in flash than before the u-boot binary is
26406     shrinked a little bit. Some unused featues have been
26407     removed therefore.
26408
26409     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
26410     Signed-off-by: Stefan Roese <sr@denx.de>
26411
26412 commit 700d553fd3afe804086de8f73d95153315eb0c32
26413 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26414 Date:   Wed Apr 29 09:50:59 2009 +0200
26415
26416     4xx: Remove binary cpld bitstream from VOM405 board
26417
26418     This patch removes the cpld binary bitstream that is
26419     used by esd's cpld command on VOM405 boards.
26420
26421     Because u-boot with an external cpld bitstream may not
26422     take more space in flash than before the u-boot binary is
26423     shrinked a little bit.
26424
26425     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
26426     Signed-off-by: Stefan Roese <sr@denx.de>
26427
26428 commit 0bb10630364c48d9857cbf5353da609fc4dd6751
26429 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26430 Date:   Wed Apr 29 09:50:58 2009 +0200
26431
26432     4xx: Remove binary cpld bitstream from PMC405 board
26433
26434     This patch removes the cpld binary bitstream that is
26435     used by esd's cpld command on PMC405 boards.
26436
26437     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
26438     Signed-off-by: Stefan Roese <sr@denx.de>
26439
26440 commit 7cc635fb35f5b94e304fa2243d56758f57f6416b
26441 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26442 Date:   Wed Apr 29 09:50:57 2009 +0200
26443
26444     4xx: Remove binary cpld bitstream from CMS700 board
26445
26446     This patch removes the cpld binary bitstream that is
26447     used by esd's cpld command on CMS700 boards.
26448
26449     Because u-boot with an external cpld bitstream may not
26450     take more space in flash than before the u-boot binary is
26451     shrinked a little bit. Some unused featues have been
26452     removed therefore.
26453
26454     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
26455     Signed-off-by: Stefan Roese <sr@denx.de>
26456
26457 commit c1b2f79788deec75773b1d944d8aaf4a6d5baf9e
26458 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26459 Date:   Wed Apr 29 09:50:56 2009 +0200
26460
26461     esd/common: extend cpld command with address parameter
26462
26463     This patch adds support for an address parameter to esd's
26464     cpld command. This is in preparation to remove compiled-in
26465     binary cpld (xsvf) bitstreams.
26466
26467     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
26468     Signed-off-by: Stefan Roese <sr@denx.de>
26469
26470 commit 9166b776350d16460c7330bfb0a50154ea0a1903
26471 Author: Peter Tyser <ptyser@xes-inc.com>
26472 Date:   Sat Apr 18 22:34:06 2009 -0500
26473
26474     cmd_i2c: Fix i2c help command output when CONFIG_I2C_MUX
26475
26476     When CONFIG_I2C_MUX was defined the output of 'help i2c' was not
26477     correct, eg:
26478
26479     => help i2c
26480     i2c bus [muxtype:muxaddr:muxchannel] - add a new bus reached over muxes.
26481     speed [speed] - show or set I2C bus speed
26482     i2c dev [dev] - show or set current I2C bus
26483     ...
26484
26485     It has been changed to:
26486     i2c speed [speed] - show or set I2C bus speed
26487     i2c bus [muxtype:muxaddr:muxchannel] - add a new bus reached over muxes
26488     i2c dev [dev] - show or set current I2C bus
26489     ...
26490
26491     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
26492
26493 commit 0a45a6357b02e5ce5bf899a60db09def6a129fee
26494 Author: Peter Tyser <ptyser@xes-inc.com>
26495 Date:   Sat Apr 18 22:34:05 2009 -0500
26496
26497     cmd_i2c: Clean up trivial helper functions
26498
26499     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
26500
26501 commit e96ad5d3aba42f8ffe99f7cc5ec1bb9f21810035
26502 Author: Peter Tyser <ptyser@xes-inc.com>
26503 Date:   Sat Apr 18 22:34:04 2009 -0500
26504
26505     cmd_i2c: Clean up i2c command argument parsing
26506
26507     argc and argv should only be modified once instead of once for
26508     every i2c sub-command
26509
26510     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
26511
26512 commit 0f89c54be92773b23d66ac401ba6acb6144100c3
26513 Author: Peter Tyser <ptyser@xes-inc.com>
26514 Date:   Sat Apr 18 22:34:03 2009 -0500
26515
26516     i2c: Update references to individual i2c commands
26517
26518     The individual i2c commands imd, imm, inm, imw, icrc32, iprobe, iloop,
26519     and isdram are no longer available so all references to them have been
26520     updated to the new form of "i2c <cmd>".
26521
26522     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
26523
26524 commit d48eb5131d287f52bb85b4c58c8680a2e8e3b641
26525 Author: Peter Tyser <ptyser@xes-inc.com>
26526 Date:   Sat Apr 18 22:34:02 2009 -0500
26527
26528     i2c: Remove deprecated individual i2c commands
26529
26530     The following individual I2C commands have been removed: imd, imm, inm,
26531     imw, icrc32, iprobe, iloop, isdram.
26532
26533     The functionality of the individual commands is still available via
26534     the 'i2c' command.
26535
26536     This change only has an impact on those boards which did not have
26537     CONFIG_I2C_CMD_TREE defined.
26538
26539     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
26540
26541 commit 655b34a78adf60ef260981688837904208883ae9
26542 Author: Peter Tyser <ptyser@xes-inc.com>
26543 Date:   Sat Apr 18 22:34:01 2009 -0500
26544
26545     i2c: Create common default i2c_[set|get]_bus_speed() functions
26546
26547     New default, weak i2c_get_bus_speed() and i2c_set_bus_speed() functions
26548     replace a number of architecture-specific implementations.
26549
26550     Also, providing default functions will allow all boards to enable
26551     CONFIG_I2C_CMD_TREE.  This was previously not possible since the
26552     tree-form of the i2c command provides the ability to display and modify
26553     the i2c bus speed which requires i2c_[set|get]_bus_speed() to be
26554     present.
26555
26556     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
26557
26558 commit 8229e9c04f7019ddd76aea05d4dca044cbc9a34a
26559 Author: Peter Tyser <ptyser@xes-inc.com>
26560 Date:   Sat Apr 18 22:34:00 2009 -0500
26561
26562     cm5200: Make function test command names more unique
26563
26564     Add "_test" to cm5200's function test command names to prevent
26565     overlap with common, global function names.  Originally, the
26566     "do_i2c" function test command interfered with
26567     common/cmd_i2c.c's "do_i2c" when CONFIG_I2C_CMD_TREE was defined.
26568
26569     The functions were also made static as they are not globally accessed.
26570
26571     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
26572
26573 commit f0722ee762e8dada9d7f74ac2745e043f83aae85
26574 Author: Peter Tyser <ptyser@xes-inc.com>
26575 Date:   Fri Apr 24 15:34:09 2009 -0500
26576
26577     tsi108_i2c: Add i2c_init() stub function
26578
26579     Add the i2c_init() function so that the tsi108_i2c.c driver fits
26580     U-Boot's standard I2C API which is utilized by cmd_i2c.c
26581
26582     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
26583
26584 commit 8d907e79bc9babb27396e34be54cfdc36ff62fb9
26585 Author: Peter Tyser <ptyser@xes-inc.com>
26586 Date:   Fri Apr 24 15:34:08 2009 -0500
26587
26588     mpc7448hpc2: Add CONFIG_SYS_I2C_SPEED define
26589
26590     Add standard CONFIG_SYS_I2C_SPEED define for the mpc7448hpc2 so that
26591     it can use the common 'i2c speed' command.  Note that the I2C controller
26592     utilized by the mpc7448hpc2 has a fixed speed and cannot be changed
26593     dynamically.
26594
26595     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
26596
26597 commit a056b1ce9e19b4d4ab3dd01c3f897dcd832cd37f
26598 Author: Peter Tyser <ptyser@xes-inc.com>
26599 Date:   Fri Apr 24 15:34:07 2009 -0500
26600
26601     Marvell: i2c cleanup
26602
26603     The following changes were made, primarily to bring the Marvell i2c
26604     driver in line with U-Boot's current I2C API:
26605     - Made i2c_init() globally accessible
26606     - Made i2c_read() and i2c_write() return an integer
26607     - Updated i2c_init() calls to pass in CONFIG_SYS_I2C_SLAVE in the
26608       offhand chance someone adds slave support in the future
26609
26610     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
26611
26612 commit 54afc6ee10c8cd09598d814d49e601359b005e49
26613 Author: Peter Tyser <ptyser@xes-inc.com>
26614 Date:   Fri Apr 24 15:34:06 2009 -0500
26615
26616     cpci750: i2c cleanup
26617
26618     The following changes were made, primarily to bring the cpci750 i2c
26619     driver in line with U-Boot's current I2C API:
26620     - Made i2c_init() globally accessible
26621     - Made i2c_read() and i2c_write() return an integer
26622     - Updated i2c_init() calls to pass in CONFIG_SYS_I2C_SLAVE in the
26623       offhand chance someone adds slave support in the future
26624
26625     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
26626
26627 commit 9c90a2c8e87414007a016b7cd099ac1e32fd301b
26628 Author: Peter Tyser <ptyser@xes-inc.com>
26629 Date:   Fri Apr 24 15:34:05 2009 -0500
26630
26631     i2c.h: Provide a default CONFIG_SYS_I2C_SLAVE value
26632
26633     Many boards/controllers/drivers don't support an I2C slave interface,
26634     however CONFIG_SYS_I2C_SLAVE is used in common code so provide a
26635     default
26636
26637     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
26638
26639 commit e7563aff174f77aa61dab1ef5d9b47bebaa43702
26640 Author: Kumar Gala <galak@kernel.crashing.org>
26641 Date:   Thu Jun 11 23:42:35 2009 -0500
26642
26643     fsl-ddr: Fix handling of >4G of memory when !CONFIG_PHYS_64BIT
26644
26645     The ddr code computes most things as 64-bit quantities and had some places
26646     in the middle that it was using phy_addr_t and phys_size_t.
26647
26648     Instead we use unsigned long long through out and only at the last stage of
26649     setting the LAWs and reporting the amount of memory to the board code do we
26650     truncate down to what we can cover via phys_size_t.
26651
26652     This has the added benefit that the DDR controller itself is always setup
26653     the same way regardless of how much memory we have.  Its only the LAW
26654     setup that limits what is visible to the system.
26655
26656     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26657
26658 commit d4b130dc80761b430dc5b410159cd158fca1a348
26659 Author: Kumar Gala <galak@kernel.crashing.org>
26660 Date:   Thu Jun 11 23:40:34 2009 -0500
26661
26662     85xx: Use print_size to report amount of memory not mapped by TLBs
26663
26664     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26665
26666 commit 6e2aebc33fa740c068fe28d40eaf0319b7c7287e
26667 Author: Haiying Wang <Haiying.Wang@freescale.com>
26668 Date:   Wed May 20 12:30:42 2009 -0400
26669
26670     85xx: Add README for MPC8569MDS
26671
26672     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
26673     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26674
26675 commit b2aab386e957ba684d4f2a466bfaa91770e5058a
26676 Author: Haiying Wang <Haiying.Wang@freescale.com>
26677 Date:   Wed May 20 12:30:33 2009 -0400
26678
26679     85xx: Add UART1 support for MPC8569MDS
26680
26681     MPC8569 UART1 signals are muxed with PortF bit[9-12], we need to define
26682     those pins before using UART1.
26683
26684     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
26685     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26686
26687 commit 399b53cbab0b377ac4c5c16c19c6e41b68a9c719
26688 Author: Haiying Wang <Haiying.Wang@freescale.com>
26689 Date:   Wed May 20 12:30:32 2009 -0400
26690
26691     85xx: Add PIB support at CS4/CS5 for MPC8569MDS
26692
26693     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
26694     Signed-off-by: Yu Liu <Yu.Liu@freescale.com>
26695     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26696
26697 commit fb27949059f1bc84381a6216a819090f0cdbaa70
26698 Author: Haiying Wang <Haiying.Wang@freescale.com>
26699 Date:   Thu Jun 4 16:12:39 2009 -0400
26700
26701     85xx: Fix some settings for MPC8569MDS board
26702
26703     - Increase the size of malloc to 512KB because MPC8569MDS needs more memory for
26704     malloc to support up to eight Ethernet interfaces.
26705     - Move Environment address out of uboot thus the saved environment variables
26706     will not be erased after u-boot is re-programmed.
26707
26708     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
26709     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26710
26711 commit c7f60fd29f2d638d080cdf1a49ad985b85f9429d
26712 Author: Haiying Wang <Haiying.Wang@freescale.com>
26713 Date:   Wed May 20 12:30:30 2009 -0400
26714
26715     85xx: Fix MURAM size for MPC8569
26716
26717     MPC8569 has 128K bytes MURAM.
26718
26719     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
26720     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26721
26722 commit a53c997dd7fc858f2a27f5a47b200567b9343ae5
26723 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26724 Date:   Fri May 22 20:23:51 2009 +0200
26725
26726     at91/cpu.c: add missing Copyright & GPL header
26727
26728     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26729
26730 commit aa446a591aca46ef2b53cc6598ea8091feb45444
26731 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
26732 Date:   Sun Jun 7 21:45:16 2009 +0900
26733
26734     apollon: Fix a OBJCFLAGS typo
26735
26736     Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
26737
26738 commit 580611cb0932143fc2d7a735cfa9ce1ef34d6002
26739 Author: Wolfgang Denk <wd@denx.de>
26740 Date:   Wed Jun 10 00:19:28 2009 +0200
26741
26742     Prepare 2009.06-rc3
26743
26744     Update CHANGELOG
26745
26746     Signed-off-by: Wolfgang Denk <wd@denx.de>
26747
26748 commit 3a76ab5c166d5956885f803ce975e7151cc0ca0e
26749 Author: Wolfgang Denk <wd@denx.de>
26750 Date:   Wed Jun 10 00:15:11 2009 +0200
26751
26752     rmu board: fix error: 'CONFIG_ENV_SECT_SIZE' undeclared
26753
26754     Signed-off-by: Wolfgang Denk <wd@denx.de>
26755
26756 commit 165f9859b64ff59f0cfae3cc70a7e7ded7aaa4a7
26757 Author: Daniel Mack <daniel@caiaq.de>
26758 Date:   Thu Jun 4 19:44:12 2009 +0200
26759
26760     ubifs: fix small error path mismatch
26761
26762     In do_readpage(), don't free 'dn' if its allocation failed.
26763
26764     Signed-off-by: Daniel Mack <daniel@caiaq.de>
26765
26766 commit de7cf709ebd3c01fbd094e8853dabb410c0370a1
26767 Author: Wolfgang Denk <wd@denx.de>
26768 Date:   Thu Jun 4 00:31:07 2009 +0200
26769
26770     EP88x: fix broken linker script
26771
26772     Signed-off-by: Wolfgang Denk <wd@denx.de>
26773     Tested-by: Mikhail Zaturenskiy <mzaturenskiy@shoppertrak.com>
26774
26775 commit 7a2063bd80d3b58b2dd5d5e58f4411f8d250576c
26776 Author: Wolfgang Denk <wd@denx.de>
26777 Date:   Fri May 15 00:16:02 2009 +0200
26778
26779     TQM85xx: minor config file cleanup
26780
26781     Remove "saveenv" from "update" definition: the environment is outside
26782     the U-Boot image on TQM85xx and therefor not affected by updates.
26783
26784     Also "beautify" code a bit (vertical alignment).
26785
26786     Signed-off-by: Wolfgang Denk <wd@denx.de>
26787
26788 commit c0296b1801fc9426d772fa75fe58458db605dfee
26789 Author: Wolfgang Denk <wd@denx.de>
26790 Date:   Fri May 15 00:16:01 2009 +0200
26791
26792     TQM85xx: adapt for new flash types
26793
26794     Old TQM85xx boards had 'M' type Spansion Flashes from the S29GLxxxM
26795     series while new boards have 'N' type Flashes from the S29GLxxxN
26796     series, which have bigger sectors: 2 x 128 instead of 2 x 64 KB.
26797
26798     We now change the configuration to the new flash types for all
26799     boards; this also works on old boards - we just waste two flash
26800     sectors for the environment which could be smaller there.
26801
26802     Signed-off-by: Wolfgang Denk <wd@denx.de>
26803
26804 commit 6735104924f06340071a6914a9ee3345607fc102
26805 Author: Dave Liu <daveliu@freescale.com>
26806 Date:   Mon May 18 17:49:23 2009 +0800
26807
26808     85xx: Fix the wrong SYS_CLK_IN for 8569MDS
26809
26810     The SYS_CLK_IN of MPC8569MDS is 66.66MHz,
26811     The DDR_CLK_IN is same with SYS_CLK_IN in 8569 processor.
26812     so, change the SYS_CLK_IN from 66MHz to 66.66MHz.
26813
26814     Signed-off-by: Dave Liu <daveliu@freescale.com>
26815
26816 commit 16e7559c08b6f29db4596d795b92914c01e6a1b3
26817 Author: Dave Liu <daveliu@freescale.com>
26818 Date:   Fri May 15 10:27:44 2009 +0800
26819
26820     85xx: Fix the wrong BCSR address of 8569MDS
26821
26822     The BCSR17[7] = 1 will unlock the write protect of FLASH.
26823     The WP# pin only controls the write protect of top/bottom sector,
26824     That is why we can save env, but we can't write the first sector
26825     before the patch.
26826
26827     Signed-off-by: Dave Liu <daveliu@freescale.com>
26828
26829 commit 90d13b8ac3d515349626d7c8a3dc34ef38c43fa6
26830 Author: Fredrik Arnerup <fredrik.arnerup@edgeware.tv>
26831 Date:   Tue Jun 2 16:27:10 2009 -0500
26832
26833     85xx: bugfix for reading maximum TLB size on mpc85xx
26834
26835     The MAXSIZE field in the TLB1CFG register is 4 bits, not 8 bits.
26836     This made setup_ddr_tlbs() try to set up a TLB larger than the e500 maximum
26837     (256 MB)
26838     which made u-boot hang in board_init_f() when trying to create a new stack
26839     in RAM.
26840     I have an mpc8540 with one 1GB dimm.
26841
26842     Signed-off-by: Fredrik Arnerup <fredrik.arnerup@edgeware.tv>
26843     Signed-off-by: Andy Fleming <afleming@freescale.com>
26844     Acked-by: Kumar Gala <galak@kernel.crashing.org>
26845
26846 commit 1b5291dddf5f16c7ae10e3cb165882fa96038b26
26847 Author: Dave Liu <daveliu@freescale.com>
26848 Date:   Fri Mar 27 14:32:43 2009 +0800
26849
26850     85xx: Fix the clock adjust of mpc8569mds board
26851
26852     Currently the clk_adj is 6 (3/4 cycle), The settings will cause
26853     the DDR controller hang at the data init. Change the clk_adj
26854     from 6 to 4 (1/2 cycle), make the memory system stable.
26855
26856     Signed-off-by: Dave Liu <daveliu@freescale.com>
26857
26858 commit faa14babd7466dfade358f9cac128ae246b9bf1b
26859 Author: RONETIX - Ilko Iliev <iliev@ronetix.at>
26860 Date:   Fri Jun 5 16:54:31 2009 +0200
26861
26862     at91: fix a USB problem for AT91SAM9261
26863
26864     This patch corrects the missing PLLB initialization in usb_cpu_init()
26865     for AT91SAM9261.
26866     Because of the missing PLLB initialization, the USB support for all
26867     AT91SAM9261 based boards will work only if the PLLB is configured by a
26868     precedent bootloader.
26869
26870     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
26871     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26872     Signed-off-by: Remy Bohmer <linux@bohmer.net>
26873
26874 commit 0c24dec550ddb7d86b8bfdd8645b18479f73e6e2
26875 Author: Felix Radensky <felix@embedded-sol.com>
26876 Date:   Sun May 31 20:44:15 2009 +0300
26877
26878     ppc4xx/net: Fix MDIO clock setup
26879
26880     This patch fixes MDIO clock setup in case when OPB frequency is 100MHz.
26881     Current code assumes that the value of sysinfo.freqOPB is 100000000
26882     when OPB frequency is 100MHz. In reality it is 100000001. As a result
26883     MDIO clock is set to incorrect value, larger than 2.5MHz, thus violating
26884     the standard. This in not a problem on boards equipped with Marvell PHYs
26885     (e.g. Canyonlands), since those PHYs support MDIO clocks up to 8.3MHz,
26886     but can be a problem for other PHYs (e.g. Realtek ones).
26887
26888     Signed-off-by: Felix Radensky <felix@embedded-sol.com>
26889     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26890
26891 commit d65e34d12514de2bbe3b8f519761d641c081bad0
26892 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
26893 Date:   Wed Feb 25 14:27:29 2009 +0900
26894
26895     rtl8169: fix PCI system memory address
26896
26897     When PCI device use system memory, some PCI host controller should be
26898     set physical memory address.
26899
26900     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
26901     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26902
26903 commit ca9c8a1e10fac01e6a1129f82a7ce18bd818fa43
26904 Author: Manikandan Pillai <mani.pillai@ti.com>
26905 Date:   Wed Apr 8 09:14:35 2009 +0530
26906
26907     SMC911x driver fixed for NFS boot
26908
26909     eth_halt() function in the smc911x drivers used to call the
26910     smc911x_reset() function. eth_halt() used to be called after
26911     tftp transfers. This used to put the ethernet chip in reset
26912     while the linux boots up resulting in the ethernet driver
26913     not coming up. NFS boot used to fail as a result.
26914
26915     This patch calls smc911x_shutdown() instead of smc911x_reset().
26916     Some comments received has also been fixed.
26917
26918     Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
26919     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26920
26921 commit e5a3bc2401a23f1890611f020f57f94824a534db
26922 Author: Remy Bohmer <linux@bohmer.net>
26923 Date:   Sun May 3 12:11:40 2009 +0200
26924
26925     Add config option for disabling DM9000-SROM support.
26926
26927     Some boards do not have SROM support for the DM9000 network adapter.
26928     Instead of listing these board names in the driver code, make this
26929     option configurable from the board config file.
26930
26931     It also removes a build warning for the at91sam9261ek board:
26932     'dm9000x.c:545: warning: 'read_srom_word' defined but not used'
26933
26934     And it repaires the trizepsiv board build which was broken around the
26935     same routines
26936
26937     Signed-off-by: Remy Bohmer <linux@bohmer.net>
26938     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26939
26940 commit 3c9b1ee17e19bd6d80344678d41a85e52b0be713
26941 Author: Kim Phillips <kim.phillips@freescale.com>
26942 Date:   Fri Jun 5 14:11:33 2009 -0500
26943
26944     mpc83xx: don't set SICRH_TSOBI1 to RMII/RTBI operation
26945
26946     In GMII mode (which operates at 3.3V) both SICRH TSEC1/2 output buffer
26947     impedance bits should be clear, i.e., SICRH[TSIOB1] = 0 and SICRH[TSIOB2] = 0.
26948     SICRH[TSIOB1] was erroneously being set high.
26949
26950     U-Boot always operated this PHY interface in GMII mode.  It is assumed this
26951     was missed in the clean up by the original board porters, and copied along
26952     to the TQM and sbc boards.
26953
26954     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26955     Acked-by: Ira Snyder <iws@ovro.caltech.edu>
26956     Reviewed-by: David Hawkins <dwh@ovro.caltech.edu>
26957     Tested-by: Paul Gortmaker <paul.gortmaker@windriver.com>
26958     CC: Dave Liu <DaveLiu@freescale.com>
26959
26960 commit 2c0234fa79122a5aa77c4e17c33eb2fe184b61a7
26961 Author: Daniel Mack <daniel@caiaq.de>
26962 Date:   Wed Apr 8 13:23:37 2009 +0200
26963
26964     smc911x: write back the manually set MAC address
26965
26966     If the MAX address is given by the environment, write it back to the
26967     hardware.
26968
26969     Signed-off-by: Daniel Mack <daniel@caiaq.de>
26970     Cc: Sascha Hauer <s.hauer@pengutronix.de>
26971     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26972
26973 commit dfcd7f21607fd847236b04bb1a8d59a7c10ab99c
26974 Author: Wolfgang Denk <wd@denx.de>
26975 Date:   Fri May 15 00:16:03 2009 +0200
26976
26977     Redundant Environment: protect full sector size
26978
26979     Several boards used different ways to specify the size of the
26980     protected area when enabling flash write protection for the sectors
26981     holding the environment variables: some used CONFIG_ENV_SIZE and
26982     CONFIG_ENV_SIZE_REDUND, some used CONFIG_ENV_SECT_SIZE, and some even
26983     a mix of both for the "normal" and the "redundant" areas.
26984
26985     Normally, this makes no difference at all. However, things are
26986     different when you have to deal with boards that can come with
26987     different types of flash chips, which may have different sector
26988     sizes.
26989
26990     Here we may have to chose CONFIG_ENV_SECT_SIZE such that it fits the
26991     biggest sector size, which may include several sectors on boards using
26992     the smaller sector flash types. In such a case, using CONFIG_ENV_SIZE
26993     or CONFIG_ENV_SIZE_REDUND to enable the protection may lead to the
26994     case that only the first of these sectors get protected, while the
26995     following ones aren't.
26996
26997     This is no real problem, but it can be confusing for the user -
26998     especially on boards that use CONFIG_ENV_SECT_SIZE to protect the
26999     "normal" areas, while using CONFIG_ENV_SIZE_REDUND for the
27000     "redundant" area.
27001
27002     To avoid such inconsistencies, I changed all sucn boards that I found
27003     to consistently use CONFIG_ENV_SECT_SIZE for protection. This should
27004     not cause any functional changes to the code.
27005
27006     Signed-off-by: Wolfgang Denk <wd@denx.de>
27007     Cc: Paul Ruhland
27008     Cc: Pantelis Antoniou <panto@intracom.gr>
27009     Cc: Stefan Roese <sr@denx.de>
27010     Cc: Gary Jennejohn <garyj@denx.de>
27011     Cc: Dave Ellis <DGE@sixnetio.com>
27012     Acked-by: Stefan Roese <sr@denx.de>
27013
27014 commit b81830f6e3b3e6ed114d071eb107965e49fa9b5a
27015 Author: Ilya Yanok <yanok@emcraft.com>
27016 Date:   Thu May 14 14:03:09 2009 +0400
27017
27018     mmc: it's safe to ignore mmc_send_if_cond() return value
27019
27020     Return value of mmc_send_if_cond() can be safely ignored (as it is
27021     done in Linux). This makes older cards work with MXC MCI controller.
27022
27023     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
27024
27025 commit dba6fcf6517faa5dda7df8109febe03c9c72a6f5
27026 Author: Stefan Roese <sr@denx.de>
27027 Date:   Mon May 11 15:54:13 2009 +0200
27028
27029     cfi_mtd: Fix bug in last sector detection
27030
27031     This patch now enabled this cfi-mtd wrapper to correctly detect and
27032     erase the last sector in an NOR FLASH device.
27033
27034     Signed-off-by: Stefan Roese <sr@denx.de>
27035
27036 commit 4e3d89ba948eef801ffd46ef862cdede5b3f8320
27037 Author: Yauhen Kharuzhy <jekhor@gmail.com>
27038 Date:   Thu May 7 00:43:30 2009 +0300
27039
27040     mmc: Fix decoding of SCR & function switch data on little-endian machines
27041
27042     SCR & switch data are read from card as big-endian words and should be
27043     converted to CPU byte order.
27044
27045     Signed-off-by: Yauhen Kharuzhy <jekhor@gmail.com>
27046     Signed-off-by: Andy Fleming <afleming@freescale.com>
27047
27048 commit f33cb34b3971dabe3720d577b0e1b8601c09fe17
27049 Author: Yauhen Kharuzhy <jekhor@gmail.com>
27050 Date:   Thu May 7 13:08:53 2009 +0300
27051
27052     mmc: Remove return from mmc_init for non SD 2.0 compatible cards.
27053
27054     Cards which are not compatible with SD 2.0 standard, may return response
27055     for CMD8 command, but it will be invalid in terms of SD 2.0. We should
27056     accept this case as admissible, just like Linux does.
27057
27058     Signed-off-by: Yauhen Kharuzhy <jekhor@gmail.com>
27059     Signed-off-by: Andy Fleming <afleming@freescale.com>
27060
27061 commit 998be3dd59ed0af4bec38324047fecfa88ac45db
27062 Author: Rabin Vincent <rabin@rab.in>
27063 Date:   Sun Apr 5 13:30:56 2009 +0530
27064
27065     mmc: drop unnecessary casts
27066
27067     Now that response is a uint, we can drop all the casts.
27068
27069     Signed-off-by: Rabin Vincent <rabin@rab.in>
27070
27071 commit 0b453ffe28bb9227d86ddbe0893bd19c93f04ed7
27072 Author: Rabin Vincent <rabin@rab.in>
27073 Date:   Sun Apr 5 13:30:55 2009 +0530
27074
27075     mmc: fix response decoding on little endian
27076
27077     The mmc code defines the response as an array of chars.  However, it
27078     access the response bytes both as (i) an array of four uints (with
27079     casts) and (ii) as individual chars.  The former case is used more
27080     often, including by the driver when it assigns the response.
27081
27082     The char-wise accesses are broken on little endian systems because they
27083     assume that the bytes in the uints are in big endian byte order.
27084
27085     This patch fixes this by changing the response to be an array of four
27086     uints and replacing the char-wise accesses with equivalent uint-wise
27087     accesses.
27088
27089     Signed-off-by: Rabin Vincent <rabin@rab.in>
27090
27091 commit 9b1f942c09dd942e6de3185caa81c111b14de567
27092 Author: Rabin Vincent <rabin@rab.in>
27093 Date:   Sun Apr 5 13:30:54 2009 +0530
27094
27095     mmc: use lldiv to fix arm eabi build
27096
27097     The generic MMC core uses direct long long divisions, which do not build
27098     with ARM EABI toolchains.  Use lldiv() instead, which works everywhere.
27099
27100     Signed-off-by: Rabin Vincent <rabin@rab.in>
27101
27102 commit e85649c7e683faea1ccfddc9fa9abc62f38e4201
27103 Author: Rabin Vincent <rabin@rab.in>
27104 Date:   Sun Apr 5 13:30:53 2009 +0530
27105
27106     mmc: check find_mmc_device return value
27107
27108     find_mmc_device returns NULL if an invalid device number is specified.
27109     Check for this to avoid dereferencing NULL pointers.
27110
27111     Signed-off-by: Rabin Vincent <rabin@rab.in>
27112
27113 commit ac0865ff33870cdf2cd480165045e1bc311e9fa2
27114 Author: Rabin Vincent <rabin@rab.in>
27115 Date:   Sun Apr 5 13:30:52 2009 +0530
27116
27117     mmc: clean up help texts
27118
27119     Remove some repeated words and superfluous newlines in the mmc command
27120     help entries.
27121
27122     Signed-off-by: Rabin Vincent <rabin@rab.in>
27123
27124 commit 7d6900ebe16d679c0e03f8d1584b64057a64ce39
27125 Author: Mike Frysinger <vapier@gentoo.org>
27126 Date:   Fri May 29 17:01:48 2009 -0400
27127
27128     Blackfin: spi: fix pin handling of SPI0 SSEL4
27129
27130     CS4 on SPI0 has a dedicated PH8 pin which needs to be enabled as a
27131     peripheral in order to work.
27132
27133     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27134
27135 commit 2157359dad2533987f5eb0181ef543693fad6a33
27136 Author: Mike Frysinger <vapier@gentoo.org>
27137 Date:   Tue May 26 02:51:57 2009 -0400
27138
27139     Blackfin: fix if() logic in bootrom evt1 check
27140
27141     A missing set of parenthesis caused the silicon revision to apply only to
27142     the BF533 and not the BF531/BF532 variants.
27143
27144     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27145
27146 commit 76b5883da2cf049cd410901c04ea450e5f5c27c3
27147 Author: Stefan Roese <sr@denx.de>
27148 Date:   Sat May 16 12:04:22 2009 +0200
27149
27150     jffs2/mtdparts: Fix problem with usage from JFFS2 and MTDPARTS together
27151
27152     Currently using JFFS2 with MTDPARTS enabled doesn't work. This is because
27153     mtdparts_init() is available in both files, cmd_mtdparts.c and
27154     cmd_jffs2.c. Please note that in the original cmd_jffs2.c file (before
27155     the jffs2/mtdparts command/file split those 2 different versions
27156     already existed. So this is nothing new. The main problem is that the
27157     variables "current_dev" and "current_partnum" are declared in both
27158     files now. This doesn't work.
27159
27160     This patch now changes the names of those variable to more specific
27161     names: "current_mtd_dev" and "current_mtd_partnum". This is because
27162     this patch also changes the declaration from static to global, so
27163     that they can be used from both files.
27164
27165     Please note that my first tests were not successful. The MTD devices
27166     selected via mtdparts are now accessed but I'm failing to see the
27167     directory listed via the "ls" command. Nothing is displayed. Perhaps
27168     I didn't generate the JFFS2 image correctly (I never used JFFS2 in
27169     U-Boot before). Not sure. Perhaps somebody else could take a look at
27170     this as well. I'll continue looking into this on Monday.
27171
27172     Signed-off-by: Stefan Roese <sr@denx.de>
27173     Cc: Wolfgang Denk <wd@denx.de>
27174     Cc: Detlev Zundel <dzu@denx.de>
27175     Cc: Ilya Yanok <yanok@emcraft.com>
27176     Cc: Renaud barbier <renaud.barbier@ge.com>
27177
27178 commit ab687907980fa28940a1a992d3f1c5d17cdbbf5d
27179 Author: Graf Yang <graf.yang@analog.com>
27180 Date:   Sun May 24 02:34:34 2009 -0400
27181
27182     Blackfin: bf518f-ezbrd: setup portmux for async flash
27183
27184     The pins for async memory where parallel flash lives are not enabled by
27185     default, so make sure we mux them as needed.
27186
27187     Signed-off-by: Graf Yang <graf.yang@analog.com>
27188     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27189
27190 commit f40f6db278f602b55820693634a7256b0b4e4b80
27191 Author: Stefan Roese <sr@denx.de>
27192 Date:   Wed May 20 10:58:03 2009 +0200
27193
27194     nand: Fix problem with ECC ordering for PPC4xx NDFC platforms
27195
27196     This patch enables Smart Media (SMC) ECC byte ordering which is used
27197     on the PPC4xx NAND FLASH controller (NDFC). Without this patch we have
27198     incompatible ECC byte ordering to the Linux kernel NDFC driver.
27199
27200     Signed-off-by: Stefan Roese <sr@denx.de>
27201     Acked-by: Scott Wood <scottwood@freescale.com>
27202
27203 commit 399aab7748bef053d59612211e1bd7a3fabfce18
27204 Author: Stefan Roese <sr@denx.de>
27205 Date:   Wed May 20 10:58:02 2009 +0200
27206
27207     ppc4xx: Fix problem with ECC ordering for PPC4xx NDFC platforms
27208
27209     This patch now uses the correct ECC byte order (Smart Media - SMC)
27210     to be used on the 4xx NAND FLASH driver. Without this patch we have
27211     incompatible ECC byte ordering to the Linux kernel NDFC driver.
27212
27213     Please note that we also have to enable CONFIG_MTD_NAND_ECC_SMC in
27214     drivers/mtd/nand/nand_ecc.c for correct operation. This is done with
27215     a seperate patch.
27216
27217     Signed-off-by: Stefan Roese <sr@denx.de>
27218     Acked-by: Scott Wood <scottwood@freescale.com>
27219
27220 commit 5d841fac8249a2b3f9a814da2140132be0a9f60d
27221 Author: Stefan Roese <sr@denx.de>
27222 Date:   Wed May 20 10:58:01 2009 +0200
27223
27224     ppc4xx: Move definition for PPC4xx NAND FLASH controller to header
27225
27226     This patch moves the definition for the PPC4xx NAND FLASH controller
27227     (NDFC) CONFIG_NAND_NDFC into include/ppc4xx.h. This is needed for the
27228     upcoming fix for the ECC byte ordering of the NDFC driver.
27229
27230     Signed-off-by: Stefan Roese <sr@denx.de>
27231     Acked-by: Scott Wood <scottwood@freescale.com>
27232
27233 commit 2df72b82bc9e17b88dc82735a067749220beb025
27234 Author: Kim Phillips <kim.phillips@freescale.com>
27235 Date:   Tue May 19 12:53:36 2009 -0500
27236
27237     common: fix inline--weak error spotted by gcc 4.4
27238
27239     cmd_ide.c:547: error: inline function 'ide_inb' cannot be declared weak
27240
27241     removing the inline attribute fixes it.
27242
27243     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27244
27245 commit 9fd9abedcc3c10cf89353265cbe05f58609d51f3
27246 Author: Kim Phillips <kim.phillips@freescale.com>
27247 Date:   Tue May 19 12:53:32 2009 -0500
27248
27249     TQM834x: remove defines causing gcc4.4 warnings
27250
27251     Configuring for TQM834x board...
27252     cpu_init.c: In function 'cpu_init_f':
27253     cpu_init.c:262: warning: array subscript is above array bounds
27254     cpu_init.c:263: warning: array subscript is above array bounds
27255     cpu_init.c:270: warning: array subscript is above array bounds
27256     ...
27257
27258     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27259
27260 commit 0850301747228a3327f2815a85284d26ade3de95
27261 Author: Andreas Huber <andreas.huber@keymile.com>
27262 Date:   Tue May 19 11:06:30 2009 +0200
27263
27264     UBI: fix return code in ubi_volume_read
27265
27266     Return -ENODEV instead of 0 when trying to read from a non existing volume.
27267
27268     Signed-off-by: Andreas Huber <andreas.huber@keymile.com>
27269     Signed-off-by: Stefan Roese <sr@denx.de>
27270
27271 commit ec01481ddc4cf302c7f6d760b776ca94819ec21e
27272 Author: Graf Yang <graf.yang@analog.com>
27273 Date:   Tue May 19 04:40:08 2009 -0400
27274
27275     Blackfin: fix timer_init()/timer_reset()
27276
27277     The timer_init() function was not using the right csync instruction, nor
27278     was it doing it right after disabling the core timer.
27279
27280     The timer_reset() function would reset the timestamp, but not the actual
27281     timer, so there was a common edge case where get_timer() return a jump of
27282     one timestamp (couple milliseconds) right after resetting.  This caused
27283     many functions to improperly timeout right away.
27284
27285     Signed-off-by: Graf Yang <graf.yang@analog.com>
27286     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27287
27288 commit c06326c73bf90e48a8e1cf8893ad31c575423f50
27289 Author: Shinya Kuribayashi <skuribay@pobox.com>
27290 Date:   Sat May 16 09:12:09 2009 +0900
27291
27292     MIPS: lib_mips/board.c: Remove unused variables
27293
27294     This fixes the following build warnings:
27295
27296     board.c: In function 'board_init_r':
27297     board.c:328: warning: unused variable 'i'
27298     board.c:326: warning: unused variable 'e'
27299
27300     Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
27301
27302 commit 47f6a36cc3f3427cc8e4f1d0f3e6678be6f33769
27303 Author: Shinya Kuribayashi <skuribay@pobox.com>
27304 Date:   Sat May 16 09:12:09 2009 +0900
27305
27306     MIPS: Make all extern-ed functions in bitops.h static
27307
27308     All these functions are expected to be static inline-ed.
27309     This patch also fixes the following build warnings on MIPS targets:
27310
27311     include/asm/bitops.h: In function 'ext2_find_next_zero_bit':
27312     include/asm/bitops.h:862: warning: '__fswab32' is static but used in inline function 'ext2_find_next_zero_bit' which is not static
27313     include/asm/bitops.h:885: warning: '__fswab32' is static but used in inline function 'ext2_find_next_zero_bit' which is not static
27314     include/asm/bitops.h:887: warning: '__fswab32' is static but used in inline function 'ext2_find_next_zero_bit' which is not static
27315
27316     Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
27317
27318 commit 87423d740b91329b8d1d0b73cafd6930993b558a
27319 Author: Thomas Lange <thomas@corelatus.se>
27320 Date:   Fri Apr 24 16:22:16 2009 +0200
27321
27322     MIPS: Implement ethernet halt for au1x00
27323
27324     Implement ethernet halt() by putting MAC0 in reset.
27325     If we do not do this, we will get memory corruption
27326     when ethernet frames are received during early OS boot.
27327
27328     Signed-off-by: Thomas Lange <thomas@corelatus.se>
27329     Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
27330
27331 commit a2e0ffcf2d9a22c582a93e84a4bef20fd3877f47
27332 Author: Wolfgang Denk <wd@denx.de>
27333 Date:   Fri May 15 23:29:23 2009 +0200
27334
27335     Prepare v2009.06-rc2
27336
27337     Update CHANGELOG.
27338
27339     Signed-off-by: Wolfgang Denk <wd@denx.de>
27340
27341 commit f4317ea91942f44cc1c433277927b61618e9b0a5
27342 Author: Daniel Mack <daniel@caiaq.de>
27343 Date:   Tue May 5 12:48:29 2009 +0200
27344
27345     ARM: fix PXA build by defining UP2OCR
27346
27347     U-Boot does not currently build for PXA platforms with USB support
27348     enabled:
27349
27350     usb.c:46: error: 'UP2OCR' undeclared (first use in this function)
27351
27352     Signed-off-by: Daniel Mack <daniel@caiaq.de>
27353     Cc: Markus Klotzbuecher <mk@denx.de>
27354
27355     Edited commit message.
27356     Signed-off-by: Wolfgang Denk <wd@denx.de>
27357
27358 commit e26ad0eabd10a8cda51920fbcfe4da5b4ccf0c98
27359 Author: Wolfgang Denk <wd@denx.de>
27360 Date:   Fri May 15 22:32:57 2009 +0200
27361
27362     Minor Coding Style fix; update CHANGELOG.
27363
27364     Signed-off-by: Wolfgang Denk <wd@denx.de>
27365
27366 commit af75a45d23b72a59ac5cc0427696c7f634fdc94b
27367 Author: Wolfgang Denk <wd@denx.de>
27368 Date:   Fri May 15 09:27:58 2009 +0200
27369
27370     IDE: bail out of dev_print() for unknown device types
27371
27372     Commit 574b319512 introduced a subtle bug by mixing a list of tests
27373     for "dev_desc->type" and "dev_desc->if_type" into one switch(), which
27374     then mostly did not work because "dev_desc->type" cannot take any
27375     "IF_*" type values. A later fix in commit 8ec6e332ea changed the
27376     switch() into testing "dev_desc->if_type", but at this point the
27377     initial test for unknown device types was completely lost, which
27378     resulted in output like that for IDE ports without device attached:
27379
27380       Device 1: Model:  Firm:  Ser#:
27381                 Type: # 1F #
27382                 Capacity: not available
27383
27384     This patch re-introduces the missing test for unknown device types.
27385
27386     Signed-off-by: Wolfgang Denk <wd@denx.de>
27387     Cc: Stefan Roese <sr@denx.de>
27388     Cc: Detlev Zundel <dzu@denx.de>
27389     Tested-by: Stefan Roese <sr@denx.de>
27390
27391 commit c21f62d8483fbab44cd98d93ff2e9355a330d225
27392 Author: Stefan Roese <sr@denx.de>
27393 Date:   Thu May 14 07:25:13 2009 +0200
27394
27395     74xx_7xx: Fix rounding problem in CPU frequency calculation
27396
27397     This patch fixes a problem in the CPU frequency calculation. Without it
27398     a 798MHz CPU is displayed as 368.503 MHz. And with it it's 798 MHz.
27399
27400     Signed-off-by: Stefan Roese <sr@denx.de>
27401
27402 commit 3ad8a0517b724782ab36f2b554a94de4c00c1adb
27403 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27404 Date:   Wed May 13 22:24:12 2009 +0200
27405
27406     console.h: remove unused prototype 'console_realloc'
27407
27408     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27409
27410 commit 84bf7ca522e94ec402a1264b01971b924b7e268f
27411 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27412 Date:   Wed May 13 22:16:31 2009 +0200
27413
27414     api: remove un-needed ifdef CONFIG_API already handle by the Makefile
27415
27416     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27417
27418 commit 792a09eb9d5d8c4f74b7e9f2e887316d511a4e80
27419 Author: Detlev Zundel <dzu@denx.de>
27420 Date:   Wed May 13 10:54:10 2009 +0200
27421
27422     Fix e-mail address of Gary Jennejohn.
27423
27424     Signed-off-by: Detlev Zundel <dzu@denx.de>
27425
27426 commit 5e2c08c3ac90808e9be64856916bfd6df984823c
27427 Author: Emil Medve <Emilian.Medve@Freescale.com>
27428 Date:   Tue May 12 13:48:32 2009 -0500
27429
27430     Remove inline qualifier from show_boot_progress()
27431
27432     The 'inline' is conflicting with the semantic of 'weak' attribute and with the
27433     way the show_boot_progress() function is used.
27434
27435     Also gcc 4.4 is complaining about it:
27436
27437     main.c:51: error: inline function 'show_boot_progress' cannot be declared weak
27438
27439     Signed-off-by: Emil Medve <Emilian.Medve@Freescale.com>
27440
27441 commit fe6da4837308aa33d537ac3e7f36c2d66e3d9a36
27442 Author: Wolfgang Denk <wd@denx.de>
27443 Date:   Tue May 12 15:17:35 2009 +0200
27444
27445     MPC8260: fixup device tree by property instead of path
27446
27447     cpu/mpc8260/cpu.c used to use do_fixup_by_path_u32() to update the
27448     clock frequencies in the device tree, using a CPU path
27449     "/cpus/OF_CPU", with OF_CPU beind defined in the board config file.
27450
27451     However, this does not work when one board config file (here:
27452     MPC8260ADS.h) is intended to be used for several diffrent CPUs and
27453     therefor contains a generic definition like "cpu@0", as the device
27454     trees that will then be loaded will contain specific names like
27455     "PowerPC,8272@0".
27456
27457     We switch to using do_fixup_by_prop_u32() instead, so we can search
27458     for device_type="cpu", as it is done in other architectures, too.
27459
27460     Signed-off-by: Wolfgang Denk <wd@denx.de>
27461     Cc: Heiko Schocher <hs@denx.de>
27462     Acked-by: Heiko Schocher <hs@denx.de>
27463     Tested-by: Heiko Schocher <hs@denx.de>
27464
27465 commit 12a6753155716e5c3c181a8f40e8b2d3d669aefd
27466 Author: Rohit Hagargundgi <h.rohit@samsung.com>
27467 Date:   Mon Mar 9 19:45:46 2009 +0530
27468
27469     Fix OneNAND ipl to read CONFIG_SYS_MONITOR_LEN
27470
27471     Add CONFIG_SYS_MONITOR_LEN macro to apollon board config.
27472     CONFIG_SYS_MONITOR_LEN defines the U-Boot image size.
27473     and is used by OneNAND ipl when reading U-Boot image.
27474
27475     Signed-off-by: Rohit Hagargundgi <h.rohit at samsung.com>
27476     Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
27477
27478 commit c404cc5884b0c82fd82d751dbd8e8b3f8919a23a
27479 Author: Ben Warren <biggerbadderben@gmail.com>
27480 Date:   Tue Apr 28 17:04:51 2009 -0700
27481
27482     Schedule removal of non-CONFIG_NET_MULTI net driver API
27483
27484     This will make CONFIG_NET_MULTI the only net driver configuration and
27485     we'll be able to remove this option.
27486
27487     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
27488
27489 commit 60bbcf0cc6e55095dd186e59a557d584b9b56eb1
27490 Author: Detlev Zundel <dzu@denx.de>
27491 Date:   Tue May 5 16:04:06 2009 +0200
27492
27493     powerpc/inka4x0: Remove left-over ide reset code.
27494
27495     The pin which was used in preliminary versions of the board for ide
27496     reset is really connected to the rtc clock.
27497
27498     Signed-off-by: Detlev Zundel <dzu@denx.de>
27499
27500 commit f578a2da6770951239ad91ee9a1875fdc71dbe48
27501 Author: Marco Stornelli <marco.stornelli@gmail.com>
27502 Date:   Tue Apr 28 19:04:02 2009 +0200
27503
27504     Add imls utility command
27505
27506     This patch adds, under tools folder, a new command called imls. Its
27507     goal is the same of UBoot's imls but it can be used as Linux shell
27508     command. It reads from raw mtd partition and prints the list of the
27509     stored images.
27510
27511     Signed-off-by: Marco Stornelli <marco.stornelli@gmail.com>
27512
27513 commit da95427ce431908714ae5e9f663ee6e2bc3bcc33
27514 Author: Heiko Schocher <hs@denx.de>
27515 Date:   Tue Apr 28 08:36:11 2009 +0200
27516
27517     netloop: updates for NetLoop
27518
27519     Fix some issues introduced from commit:
27520     2f70c49e5b9813635ad73666aa30f304c7fdeda9
27521     suggested by Mike Frysinger.
27522
27523     - added some comment for the env_id variable in common_cmd_nvedit.c
27524     - moved some variables in fn scope instead of file scope
27525     - NetInitLoop now static void
27526
27527     Signed-off-by: Heiko Schocher <hs@denx.de>
27528     Acked-by: Ben Warren <biggerbadderben@gmail.com>
27529
27530 commit 3c1d89545de11822f8b5afb5646a57757620bd95
27531 Author: Heiko Schocher <hs@denx.de>
27532 Date:   Tue Apr 28 07:48:39 2009 +0200
27533
27534     82xx, ids8247: added ids8247 board to MAKEALL script
27535
27536     Signed-off-by: Heiko Schocher <hs@denx.de>
27537
27538 commit 890a017a8a995c921d1e889d360e8d6538ceecfe
27539 Author: Detlev Zundel <dzu@denx.de>
27540 Date:   Thu May 7 13:08:55 2009 +0200
27541
27542     arm/imx31_phycore: Fix bi_arch_number
27543
27544     Signed-off-by: Detlev Zundel <dzu@denx.de>
27545     Cc: Sascha Hauer <s.hauer@pengutronix.de>
27546
27547 commit ee47bfabefeb25bdfc83f49ef3bae0f325d3e69e
27548 Author: Sascha Hauer <s.hauer@pengutronix.de>
27549 Date:   Fri May 15 10:21:33 2009 +0200
27550
27551     remove myself as phycore/litekit Maintainer
27552
27553     I never acked a patch that adds me as phycore i.MX31 maintainer nor was
27554     it me who pushed the patches, so remove myself from the maintainer list
27555     so that other people do not longer wait for my ack.
27556
27557     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
27558
27559 commit c63254ef5628efe1c77cb2fdba20753f9666f55d
27560 Author: Sergey Lapin <slapin@ossfans.org>
27561 Date:   Tue May 12 12:25:14 2009 +0400
27562
27563     AFEB9260 network fix
27564
27565     AFEB9260 uses PA10, PA11 for ETX2 and ETX3.
27566     Also, due to extarnal pull-up on IRQ line, Micrel PHY ID is 1 after reset sequence,
27567     not 0.
27568
27569     Signed-off-by: Sergey Lapin <slapin@ossfans.org>
27570
27571 commit f8ddcd58221cab63dd25c2324dd2032487f748b1
27572 Author: Graf Yang <graf.yang@analog.com>
27573 Date:   Tue May 5 02:26:27 2009 -0400
27574
27575     Blackfin: bf518f-ezbrd: reset ethernet PHY during init
27576
27577     We don't know what state the ethernet PHY is in when starting up, so make
27578     sure we set it to a sane state.  This fixes troubles seen when Linux boots
27579     up, configures the PHY is a non-default state, and then the system reboots
27580     into U-Boot which previously expected a reset state only.
27581
27582     Signed-off-by: Graf Yang <graf.yang@analog.com>
27583     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27584
27585 commit 53310b88eaa27fb5cb83144d0b22389190ad87a1
27586 Author: Mike Frysinger <vapier@gentoo.org>
27587 Date:   Tue May 5 01:35:41 2009 -0400
27588
27589     Blackfin: bf527-ezkit: fix SPI flash env params
27590
27591     The BF527-EZKIT settings for storing the environment in SPI flash wasn't
27592     using the correct sector settings for the SPI flash part that is actually
27593     on the board.
27594
27595     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27596
27597 commit f58bf804a14324c6c9186a7a664fa23281780e8b
27598 Author: Mike Frysinger <vapier@gentoo.org>
27599 Date:   Fri Apr 24 23:54:19 2009 -0400
27600
27601     Blackfin: avoid get_sclk() with early serial debug
27602
27603     When the clock functions were changed to use cached values (and thereby
27604     avoiding expensive math functions), early serial debug broke because the
27605     baud programming is called before external memory is available.
27606
27607     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27608
27609 commit 02778f2f1b4b1a28b492367477db27c58d45ae35
27610 Author: Mike Frysinger <vapier@gentoo.org>
27611 Date:   Fri Apr 24 23:39:41 2009 -0400
27612
27613     Blackfin: fix booting with older bootroms (no EVT1)
27614
27615     When dropping jump block support, the assumption was that all bootroms
27616     supported entry point redirection via the EVT1 register.  Unfortunately,
27617     this turned out to be incorrect for the oldest Blackfin parts (BF533-0.2
27618     and older and BF561).  No one really noticed earlier because these parts
27619     usually are booted by bypassing the bootrom entirely, and older BF533
27620     parts are not supported at all (too many anomalies).
27621
27622     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27623
27624 commit af2c37378f203857d5e6c957e77a14c2da5b59d2
27625 Author: Mike Frysinger <vapier@gentoo.org>
27626 Date:   Fri Apr 24 23:22:48 2009 -0400
27627
27628     Blackfin: recurse with early serial initcode
27629
27630     Make sure we recurse through serial_putc() rather than bang on the UART
27631     transmit register directly to avoid hardware overflows when using \n.
27632
27633     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27634
27635 commit 6b8edfde22acc574b5532e9f086e6a7287a9bc78
27636 Author: Wolfgang Denk <wd@denx.de>
27637 Date:   Fri May 1 21:59:12 2009 +0200
27638
27639     Prepare v2009.06-rc1
27640
27641     Update CHANGELOG.
27642
27643     Signed-off-by: Wolfgang Denk <wd@denx.de>
27644
27645 commit 6b2beb5626a143ca5347e7d2c6005be9936c1fbb
27646 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27647 Date:   Fri May 1 15:38:06 2009 +0200
27648
27649     at91: remove lowlevel_init.S
27650
27651     lowlevel_init.S is not used any more so remove it.
27652     As consequence, we also don't have to generate u-boot.lds
27653     but can use a static version as before.
27654
27655     This also fixes the out-of-tree build problem introduced
27656     with commit f0a2c7b4 "at91: add support for the PM9263 board"
27657
27658     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27659     Signed-off-by: Wolfgang Denk <wd@denx.de>
27660
27661 commit 0ee7a310479640ef17ce2fc0f6c13cf7961d2330
27662 Author: Wolfgang Denk <wd@denx.de>
27663 Date:   Fri May 1 00:16:11 2009 +0200
27664
27665     Update CHANGELOG; minor coding style cleanup.
27666
27667     Signed-off-by: Wolfgang Denk <wd@denx.de>
27668
27669 commit d3a513c23ba4100d6983161cdc1f747dfd087bbd
27670 Author: Manikandan Pillai <mani.pillai@ti.com>
27671 Date:   Tue Apr 21 17:29:05 2009 +0200
27672
27673     OMAP3: Fix timer handling to 1ms and CONFIG_SYS_HZ to 1000
27674
27675     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
27676     Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
27677
27678 commit ac9140037a84629c5583066ff1a177396c47d89d
27679 Author: Dirk Behme <dirk.behme@googlemail.com>
27680 Date:   Fri Apr 17 14:27:56 2009 +0200
27681
27682     OMAP3: Beagle: Set pinmux conditionally for Rev C boards
27683
27684     The Beagle Rev C boards pull UART2 from an alternate set of balls.
27685
27686     Signed-off-by: Steve Sakoman <steve@sakoman.com>
27687     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
27688
27689 commit c1a0fd5f2864e9d381f4a3dc948942cac974e89a
27690 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
27691 Date:   Mon Apr 27 18:33:33 2009 +0200
27692
27693     ubifs: BUG: Blocks commpressed with zlib
27694
27695     Blocks compressed with zlib dont have the full gzip header.
27696
27697     Without this patch, block compressed with zlib cannot be readed!
27698
27699     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
27700
27701 commit 35f6a943f7d92145d607c1d55f5c2e2eae5be630
27702 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
27703 Date:   Mon Apr 27 18:33:32 2009 +0200
27704
27705     lib_generic: gunzip: New function zunzip
27706
27707     Separate gunzip in
27708
27709     gunzip: Find the end of the header and call zunzip.
27710     zunzip: Inflate gunzip block without header.
27711
27712     UBI fs blocks can be compresed in lzo, zlib or no-compression. The
27713     current implementation of u-boot supported all the compressions but
27714     there was a bug in the implementation of the zlib blocks.
27715
27716     UBIFS's Zlib blocks do not have header but they were compressed using
27717     gunzip, a function used to decompress gunzip files/sectors with a
27718     header.
27719
27720     This patch adds a new function zunzip that uncompress a zlib block with
27721     no header.
27722
27723     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
27724
27725 commit a1e5f93185d0d85a4b3fad3b6c743cddcd373b0c
27726 Author: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
27727 Date:   Thu Apr 23 15:37:16 2009 +0200
27728
27729     at91: fixed plla calc when no USB support is active
27730
27731     Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
27732     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27733
27734 commit 3791a1187c1401c33c9512595e6e89dbb46230c5
27735 Author: Ladislav Michl <ladis@linux-mips.org>
27736 Date:   Wed Apr 22 01:12:04 2009 +0200
27737
27738     arm925t: Fix CONFIG_SYS_HZ to 1000
27739
27740     Let CONFIG_SYS_HZ to have value of 1000 effectively fixing all users of
27741     get_timer.
27742
27743     Changes since original version:
27744     * Set PTV=2 (divisor 8) for boards using 12MHz timer clock source to
27745       improve timer resolution.
27746
27747     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
27748
27749 commit 42bf4b2248146abdc592bde0009c6ea42067f437
27750 Author: Dirk Behme <dirk.behme@googlemail.com>
27751 Date:   Tue Apr 14 20:15:17 2009 +0200
27752
27753     OMAP3: Remove legacy NAND defines
27754
27755     Remove remaining legacy NAND defines for Beagle, EVM, Overo and Pandora.
27756
27757     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
27758
27759 commit cba0b778dd5f1ea32959b6825c7f0a31501a99d5
27760 Author: Sanjeev Premi <premi@ti.com>
27761 Date:   Mon Apr 27 21:27:54 2009 +0530
27762
27763     OMAP3: Print correct silicon revision
27764
27765     The function display_board_info() displays incorrect
27766     silicon revision - based on the return value from
27767     function get_cpu_rev().
27768
27769     This patch fixes the problem.
27770
27771     Signed-off-by: Sanjeev Premi <premi@ti.com>
27772
27773 commit 90006e9b33bcdbf241b0295d186e3634137907a9
27774 Author: Sanjeev Premi <premi@ti.com>
27775 Date:   Mon Apr 27 21:27:44 2009 +0530
27776
27777     OMAP3: Remove unused board-types
27778
27779     The board-types defined in struct omap3_sysinfo seem to be
27780     unused. The function display_board_info() is passed
27781     board type as an argument; which is ignored.
27782
27783     This patch removes all uses of board-type, related definitions
27784     and functions.
27785
27786     Signed-off-by: Sanjeev Premi <premi@ti.com>
27787
27788 commit 6a6b62e3aa4b340c4f8fc67b1487ddb5436c684d
27789 Author: Sanjeev Premi <premi@ti.com>
27790 Date:   Mon Apr 27 21:27:27 2009 +0530
27791
27792     OMAP3: Use functions print_cpuinfo() and checkboard()
27793
27794     Use the functions print_cpuinfo() and checkboard() to
27795     display the cpu and board specific information.
27796
27797     These functions reuse content from the existing function
27798     display_board_info() - which has been removed.
27799
27800     Also, updated the existig OMAP3 configurations to
27801     define:
27802      - CONFIG_DISPLAY_CPUINFO
27803      - CONFIG_DISPLAY_BOARDINFO
27804
27805     Signed-off-by: Sanjeev Premi <premi@ti.com>
27806
27807 commit f8e2b3107ee00f2782f8ebf47e3f09cda4e2353a
27808 Author: Stefan Roese <sr@denx.de>
27809 Date:   Wed Mar 18 11:17:37 2009 +0100
27810
27811     MTD: Change cfi-mtd to accept non-uniform sector sizes
27812
27813     With this patch non-uniform NOR FLASH chips (chips with multiple erase
27814     regions) can be exported via the cfi-mtd layer and therefor used by UBI.
27815     We select the largest sector size as erasesize. The cfi driver will make
27816     sure that the smaller sectors are handled correctly.
27817
27818     Signed-off-by: Stefan Roese <sr@denx.de>
27819
27820 commit 3dcbe628d66b648e954bc8147d4faff2983206d9
27821 Author: Anatolij Gustschin <agust@denx.de>
27822 Date:   Thu Apr 23 12:35:22 2009 +0200
27823
27824     video: fix bug in cfb_console.c code
27825
27826     Fix bug in drawing long version/info strings:
27827     U-Boot version string like
27828     "U-Boot 2009.03-05647-g7c51e06 (Apr 23 2009 - 12:40:00) MPC83XX"
27829     is long and doesn't wrap around correctly while drawing
27830     beside the logo. Such long strings partially overwrite
27831     the logo. This patch is an attempt to fix it.
27832
27833     Signed-off-by: Anatolij Gustschin <agust@denx.de>
27834
27835 commit 4d9eab89b3b2c2ed432b14d355a56f274d8aac75
27836 Author: Wolfgang Denk <wd@denx.de>
27837 Date:   Tue Apr 28 08:50:31 2009 +0200
27838
27839     cmd_ext2.c: fix compile warnings
27840
27841     Get rid of these warnings:
27842
27843     cmd_ext2.c:247: warning: format '%ld' expects type 'long int', but argument 2 has type 'int'
27844     cmd_ext2.c:248: warning: format '%lX' expects type 'long unsigned int', but argument 3 has type 'int'
27845
27846     Signed-off-by: Wolfgang Denk <wd@denx.de>
27847
27848 commit 28afe0160f87ff74574150d703055a965f91422a
27849 Author: Heiko Schocher <hs@denx.de>
27850 Date:   Mon Apr 27 10:48:20 2009 +0200
27851
27852     ids8247: Remove legacy NAND defines
27853
27854     because legacy NAND support is deprecated converting to current
27855     NAND interface. !This just compile, because I have no more the
27856     hardware to test it.
27857
27858     Signed-off-by: Heiko Schocher <hs@denx.de>
27859
27860 commit dbd33614404b65aa441c5620c3dbd560c4460c09
27861 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
27862 Date:   Mon Apr 27 09:13:31 2009 +0200
27863
27864     ubifs: BUG realpath string must be ended with NULL
27865
27866     If the memory used to copy the link_make is "dirty" the string wont
27867     be ended with NULL, throwing out multiple memory bugs.
27868
27869     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
27870     Acked-by: Stefan Roese <sr@denx.de>
27871
27872 commit 65351a8793c51f3787efbbcf3aa1df0ad543c127
27873 Author: Peter Tyser <ptyser@xes-inc.com>
27874 Date:   Fri Apr 24 15:59:56 2009 -0500
27875
27876     bmp_logo: Check return value of fread()
27877
27878     Add basic error handling to fread() function calls.  This prevents
27879     compililation warnings such as:
27880
27881     bmp_logo.c: In function ‘main’:
27882     bmp_logo.c:71: warning: ignoring return value of ‘fread’, declared with
27883     attribute warn_unused_result
27884     ...
27885
27886     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
27887
27888 commit eea8be86d1c2b570660d1f6c553845e13164231a
27889 Author: Peter Tyser <ptyser@xes-inc.com>
27890 Date:   Fri Apr 24 15:59:46 2009 -0500
27891
27892     ncb: Check return value of write()
27893
27894     This prevents the compilation warning:
27895
27896     ncb.c: In function 'main':
27897     ncb.c:32: warning: ignoring return value of ‘write’, declared with
27898     attribute warn_unused_result
27899
27900     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
27901
27902 commit dbe29e36a4c2775b69b5a63b0ce2bac89c08e691
27903 Author: Stefan Roese <sr@denx.de>
27904 Date:   Fri Apr 24 15:59:35 2009 +0200
27905
27906     mtd: nand/onenand: Register mtd device upon device scanning
27907
27908     With this patch the NAND and OneNAND devices are registered in the MTD
27909     subsystem and can then be referenced by the mtdcore code (e.g.
27910     get_mtd_device_nm()). This is needed for the new "ubi part" command
27911     syntax without the flash type parameter (nor|nand|onenand).
27912
27913     Signed-off-by: Stefan Roese <sr@denx.de>
27914
27915 commit 10bb62d85a0850dbad1fdd34123378686373f166
27916 Author: Stefan Roese <sr@denx.de>
27917 Date:   Fri Apr 24 15:58:33 2009 +0200
27918
27919     mtd: nand: Include linux/mtd/partitions.h in nand_base.h
27920
27921     This patch removes this compilation warning when CONFIG_MTD_PARTITIONS is
27922     defined:
27923
27924     nand_base.c: In function 'nand_release':
27925     nand_base.c:2922: warning: implicit declaration of function 'del_mtd_partitions'
27926
27927     Signed-off-by: Stefan Roese <sr@denx.de>
27928
27929 commit 2d579e5060413af5a740cb396dc87e1ff31bf5a9
27930 Author: Stefan Roese <sr@denx.de>
27931 Date:   Fri Apr 24 20:24:19 2009 +0200
27932
27933     ubi: Remove flash selection parameter (nor|nand|onenand) from "ubi part"
27934
27935     This patch removes the now unnecessary flash type parameter from the
27936     "ubi part" command. Currently the user has to define the type of flash
27937     he will be using UBI on. Example:
27938
27939     => ubi part nor partition1
27940
27941     With this patch this type parameter is not needed anymore. The user can
27942     now select the partition directly without the flash type paramter.
27943     Example:
27944
27945     => ubi part partition1
27946
27947     This breaks backward compatibility right now because of the change in the
27948     command syntax. But UBI support is still quite fresh and the advantage of
27949     this new command is syntax big enough for this change. Additionally the
27950     code is much cleaner now.
27951
27952     Signed-off-by: Stefan Roese <sr@denx.de>
27953     CC: Kyungmin Park <kyungmin.park@samsung.com>
27954
27955 commit 294f10ca9ea82a15e135dcb0fc658382ab206940
27956 Author: Detlev Zundel <dzu@denx.de>
27957 Date:   Thu Apr 23 13:14:20 2009 +0200
27958
27959     mips/vcth: Use generic 16550 uart driver
27960
27961     As the common code also handles baudrate switching, which the board
27962     specific vct.c driver did not support, this is one of the rare
27963     occassions where deleting code actually adds a feature :)
27964
27965     Signed-off-by: Detlev Zundel <dzu@denx.de>
27966     Acked-by: Stefan Roese <sr@denx.de>
27967     Acked-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
27968
27969 commit 0c8a84916c5dacccdc5b27b63fc463e9f3b04f07
27970 Author: Ladislav Michl <ladis@linux-mips.org>
27971 Date:   Tue Apr 21 02:26:31 2009 +0200
27972
27973     Separate mtdparts command from jffs2
27974
27975     On Thu, Mar 19, 2009 at 01:30:36PM +0100, Stefan Roese wrote:
27976     > Currently the mtdparts commands are included in the jffs2 command support.
27977     > This doesn't make sense anymore since other commands (e.g. UBI) use this
27978     > infrastructure as well now. This patch separates the mtdparts commands from
27979     > the jffs2 commands making it possible to only select mtdparts when no JFFS2
27980     > support is needed.
27981
27982     One more leftover... Let nboot command know about partitions even if JFFS2
27983     support is not enabled.
27984
27985     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
27986     Acked-by: Stefan Roese <sr@denx.de>
27987
27988 commit 67c2e57c0875139dbfcd6f41c43e6ad0cb2e40c9
27989 Author: Peter Tyser <ptyser@xes-inc.com>
27990 Date:   Mon Apr 20 11:22:13 2009 -0500
27991
27992     cmd_ide: Remove unused AmigaOneG3SE code
27993
27994     The output_data_short() and input_data_short() functions for the
27995     AmigaOneG3SE are unused and result in compiler warnings.
27996
27997     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
27998
27999 commit c93c102ace00764a56dbdf78bac134a23906721e
28000 Author: Peter Tyser <ptyser@xes-inc.com>
28001 Date:   Mon Apr 20 11:21:40 2009 -0500
28002
28003     AmigaOneG3SE: Fix CONFIG_CMD_CONSOLE definition
28004
28005     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
28006
28007 commit 54e822f9590cc6c70411bd8cabd42236e07a2aa7
28008 Author: Peter Tyser <ptyser@xes-inc.com>
28009 Date:   Mon Apr 20 11:09:05 2009 -0500
28010
28011     Replace __asm references with __asm__
28012
28013     __asm__ follows gcc's documented syntax and is generally more common
28014     than __asm.  This change is only asthetic and should not affect
28015     functionality.
28016
28017     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
28018
28019 commit f9a109b3adc5e8647535357500e2a38f0558b5c2
28020 Author: Peter Tyser <ptyser@xes-inc.com>
28021 Date:   Mon Apr 20 11:08:46 2009 -0500
28022
28023     Replace __attribute references with __attribute__
28024
28025     __attribute__ follows gcc's documented syntax and is generally more
28026     common than __attribute.  This change is only asthetic and should not
28027     affect functionality.
28028
28029     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
28030
28031 commit 08f077da9298ff65cc6f85f90d2770000a1beee9
28032 Author: David Brownell <dbrownell@users.sourceforge.net>
28033 Date:   Thu Apr 16 19:55:48 2009 -0700
28034
28035     mtdpart command: align output columns
28036
28037     Make the headers in the "mtdparts" command output line up
28038     with their columns ... strike the extra TAB character.
28039
28040     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
28041
28042 commit 06f41f825c23344d889d5419bb5eaeceb3ed2a02
28043 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
28044 Date:   Thu Apr 16 10:51:03 2009 +0900
28045
28046     Remove sa1100.h
28047
28048     sa1100.h is not used anywhere, then remove it.
28049
28050     $ find . -name '*.h' -empty -print
28051     ./include/sa1100.h
28052     $ git grep 'sa1100.h' .
28053     $
28054
28055     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
28056     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28057
28058 commit 7d3d30b1b3fbd0a07db254ead99fa6fff4f4d992
28059 Author: Stefan Roese <sr@denx.de>
28060 Date:   Tue Apr 14 17:51:21 2009 +0200
28061
28062     UBIFS: Remove tnc_commit.c which is not used in the read-only version
28063
28064     I missed removing this file while implementing the UBIFS support. It's
28065     not referenced at all, so let's remove it. Thanks to Artem Bityutskiy
28066     for spotting.
28067
28068     Signed-off-by: Stefan Roese <sr@denx.de>
28069
28070 commit 6356daff70867822bdb23cea49f98e65421a25b8
28071 Author: Adrian Hunter <adrian.hunter@nokia.com>
28072 Date:   Tue Apr 14 17:50:38 2009 +0200
28073
28074     UBIFS: fix recovery bug
28075
28076     UBIFS did not recovery in a situation in which it could
28077     have. The relevant function assumed there could not be
28078     more nodes in an eraseblock after a corrupted node, but
28079     in fact the last (NAND) page written might contain anything.
28080     The correct approach is to check for empty space (0xFF bytes)
28081     from then on.
28082
28083     Signed-off-by: Adrian Hunter <adrian.hunter@nokia.com>
28084     Signed-off-by: Stefan Roese <sr@denx.de>
28085
28086 commit 351f40caf2f7806b2cefb93e077ea619b9f684e8
28087 Author: Gao Guanhua <B22826@freescale.com>
28088 Date:   Tue Apr 14 14:37:35 2009 +0800
28089
28090     fs: Fix the wrong type of var
28091
28092     The filelen should be signed type, not unsigned type.
28093     otherwise, The condition as below never take.
28094         if (filelen < 0)
28095
28096     Signed-off-by: Gao Guanhua <B22826@freescale.com>
28097     Signed-off-by: Dave Liu <daveliu@freescale.com>
28098
28099 commit 05f474c4d0469bebc0bb05df60a39dc7fdf28e62
28100 Author: Wolfgang Denk <wd@denx.de>
28101 Date:   Tue Apr 28 00:29:34 2009 +0200
28102
28103     Update CHANGELOG
28104
28105     Signed-off-by: Wolfgang Denk <wd@denx.de>
28106
28107 commit ad74cae9ff8790727bc81ee91c6bca7d50dca446
28108 Author: David Brownell <dbrownell@users.sourceforge.net>
28109 Date:   Thu Apr 16 23:15:15 2009 -0700
28110
28111     dm9000 EEPROM reading bugfix
28112
28113     Make the U-Boot dm9000 driver read addresses from EEPROM just
28114     like Linux does ... read six bytes, instead of reading twelve
28115     bytes and then discarding every other one.
28116
28117     Using the right Ethernet address is a big win.
28118
28119     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
28120     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28121     Acked-by: Ben Warren <biggerbadderben@gmail.com>
28122
28123 commit d4c02e6f5d49880123e7f584b88f857ffd874381
28124 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
28125 Date:   Wed Feb 25 14:27:24 2009 +0900
28126
28127     rtl8169: fix cache coherency problem
28128
28129     Fix the problem that cannot access actual data when CPU data cache enabled.
28130
28131     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
28132     Tested-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
28133     Acked-by: Ben Warren <biggerbadderben@gmail.com>
28134
28135 commit a85693b3bd4431b05b7df608b6f7733c0f80c53e
28136 Author: Dirk Behme <dirk.behme@googlemail.com>
28137 Date:   Tue Apr 21 17:30:51 2009 +0200
28138
28139     OMAP3: Fix changed mmc init command
28140
28141     In recent U-Boot mmcinit changed to mmc init.
28142
28143     Signed-off-by: Steve Sakoman <steve@sakoman.com>
28144     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
28145
28146 commit 34b76a14f676bc6501c27a96564e4dfb4793f033
28147 Author: Wolfgang Denk <wd@denx.de>
28148 Date:   Sun Apr 26 20:39:26 2009 +0200
28149
28150     lib_arm/board.c: remove misleading "test-only" comment.
28151
28152     For a long time, the print_cpuinfo() declaration in lib_arm/board.c
28153     had been marked as "test-only", which is plain wrong considering
28154     current usage.  Delete this misleading comment.
28155
28156     Signed-off-by: Wolfgang Denk <wd@denx.de>
28157
28158 commit 7239c5da5e9197accb3dfe395be4502c3b9bca8e
28159 Author: David Brownell <dbrownell@users.sourceforge.net>
28160 Date:   Sun Apr 12 15:40:16 2009 -0700
28161
28162     minor DaVinci clock cleanup
28163
28164     Minor cleanup to clock-related defines for DaVinci DM6446 boards:
28165
28166      - CONFIG_SYS_CLK_FREQ is unused; remove it.
28167
28168      - CONFIG_SYS_NS16550_CLK must be the same as CONFIG_SYS_HZ_CLOCK
28169
28170     On DM6446 both of those peripheral clocks actually come from the
28171     same source, the primary oscillator.  Having them use the same
28172     symbol avoids bugs in the clone'n'modify development cycle.
28173
28174     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
28175
28176 commit ffd8c7170d55c34bbfcfd2c84093dcaff796cbf3
28177 Author: Minkyu Kang <mk7.kang@samsung.com>
28178 Date:   Mon Apr 6 19:59:29 2009 +0900
28179
28180     s3c64xx: remove unnecessary definition
28181
28182     CONFIG_S3C6400 is must defined at config header file
28183     That definition is unnecessary at this file
28184
28185     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
28186
28187 commit 14b9308d511b53042ef478936e367a67282df66a
28188 Author: Heiko Schocher <hs@denx.de>
28189 Date:   Fri Apr 24 06:50:45 2009 +0200
28190
28191     83xx: searching "muram-data" by compatible property
28192
28193     if using CONFIG_BOOTCOUNT_LIMIT feature on a MPC8360 CPU
28194     in the muram-data node, the reg entry needs to be updated.
28195     This is done in fdt_fixup_muram(), but we should use
28196     the compatible "fsl,qe-muram-data" for searching the
28197     node instead of searching the muram-data node with
28198     an absolute path.
28199
28200     Signed-off-by: Heiko Schocher <hs@denx.de>
28201     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28202
28203 commit 8e15088794807944b221c11609d36789efc7f767
28204 Author: Anatolij Gustschin <agust@denx.de>
28205 Date:   Thu Apr 23 21:29:34 2009 +0200
28206
28207     mpc83xx: MPC8360ERDK: fix environment offset configuration bug
28208
28209     The size of U-Boot binary for MPC8360ERDK increased
28210     (> 2 flash sectors now), so 'saveenv' will partially
28211     overwrite U-Boot in flash and will brick the board.
28212     This patch moves environment offset to fourth flash
28213     sector and also fixes CONFIG_SYS_MONITOR_LEN.
28214
28215     Signed-off-by: Anatolij Gustschin <agust@denx.de>
28216     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28217
28218 commit 3c172c4fdbbb5858fae38478d6399be4a16be3fc
28219 Author: Michael Zaidman <michael.zaidman@gmail.com>
28220 Date:   Sat Apr 4 01:43:00 2009 +0300
28221
28222     NetLoop initialization bug
28223
28224     The patch fixes the bug of partial initialization of global network
28225     parameters.
28226
28227     Upon u-boot's start up the first ping command causes a failure of the
28228     consequent TFTP command. It happens in the recently added mechanism of
28229     the NetLoop initialization where initialization of global network
28230     parameters is separated in the NetInitLoop routine which is called per
28231     env_id change. Thus, ping request will initialize the network parameters
28232     necessary for ping operation only, afterwards the env_changed_id will be
28233     set to the env_id that will prevent all following initialization requests
28234     from other protocols.
28235     The problem is that the initialized by ping subset of network parameters
28236     is not sufficient for other protocols and particularly for TFTP which
28237     requires the NetServerIp also.
28238
28239     Signed-off-by: Michael Zaidman <michael.zaidman@gmail.com>
28240     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28241
28242 commit b11f664f52c2855990107c18f242223377183575
28243 Author: Timur Tabi <timur@freescale.com>
28244 Date:   Thu Apr 9 10:27:05 2009 -0500
28245
28246     net: fix ULI 526x macro usage in netdev.h
28247
28248     Change netdev.h to use CONFIG_ULI526X instead of CONFIG_ULI526.  CONFIG_ULI526X
28249     is used everywhere else, so that's the correct macro name.  Without this fix,
28250     Ethernet will not work on the Freescale MPC8610 HPCD.
28251
28252     Signed-off-by: Timur Tabi <timur@freescale.com>
28253     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28254
28255 commit 7ee38c044ca5041d3378d6507580ea4ec344af96
28256 Author: David Brownell <dbrownell@users.sourceforge.net>
28257 Date:   Sun Apr 12 15:38:06 2009 -0700
28258
28259     fix DaVinci NS16550_REG_SIZE regression
28260
28261     Update the DaVinci DM6446 boards to use the new convention
28262     for CONFIG_SYS_NS16550_REG_SIZE ... the size hasn't changed
28263     from the original 4 bytes, but these chips are little-endian.
28264
28265     (Resolves a regression added recently by the include/ns16550.h
28266     patch to "Unify structure declaration for registers".  The code
28267     previously worked just fine because the registers were accessed
28268     as host-endian words, not as bytes.)
28269
28270     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
28271
28272 commit dfc99e143fca44a492918ac6cf3f76ee9c2473a9
28273 Author: Mike Frysinger <vapier@gentoo.org>
28274 Date:   Sun Apr 12 22:29:20 2009 -0400
28275
28276     cmd_nand: drop duplicate NULL ptr check
28277
28278     The first if statement checks for NULL ptrs, so there is no need to check
28279     it again in later else cases (such as .oob).
28280
28281     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28282     CC: Scott Wood <scottwood@freescale.com>
28283
28284 commit 7732cef2eeb4e339cfcd8553fab773af73a20805
28285 Author: David Brownell <dbrownell@users.sourceforge.net>
28286 Date:   Mon Apr 13 08:03:38 2009 -0700
28287
28288     CMD_UBI != MTD_PARTITIONS
28289
28290     Fix dependency goofage:  it should certainly be possible to have the
28291     partition support without bringing in UBI commands.
28292
28293     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
28294     Acked-by: Stefan Roese <sr@denx.de>
28295
28296 commit 6ebff365eb63093ca35b687316002535c6a18820
28297 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28298 Date:   Thu Apr 16 21:30:48 2009 +0200
28299
28300     at91sam9/at91cap: fix CONFIG_SYS_HZ to 1000
28301
28302     The timer has been rewrote with a precision at ~0,18%
28303
28304     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28305     Tested-by: Sergey Lapin <slapin@ossfans.org>
28306     Tested-by: Eric BENARD <ebenard@free.fr>
28307
28308 commit f0a2c7b4b64eacd06bb272856bcc056be8719f5a
28309 Author: Ilko Iliev <iliev@ronetix.at>
28310 Date:   Thu Apr 16 21:30:48 2009 +0200
28311
28312     at91: add support for the PM9263 board of Ronetix GmbH
28313
28314     The PM9263 board is based on the AT91SAM9263-EK board.
28315
28316     Here is the page on Ronetix website:
28317     http://www.ronetix.at/starter_kit_9263.html
28318
28319     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
28320     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28321
28322 commit dc39ae9513c32dfeb9e018dc0d22c6484514fefb
28323 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28324 Date:   Thu Apr 16 21:30:44 2009 +0200
28325
28326     at91sam9/at91cap: improve clock framework
28327
28328     calculate dynamically the clock rate and pllb setting for usb
28329
28330     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28331
28332 commit dd7c302099ef5590069bdbf292aaa8230cd59de7
28333 Author: Stefan Roese <sr@denx.de>
28334 Date:   Wed Apr 15 14:08:48 2009 +0200
28335
28336     ppc4xx: Disable POST memory test on NAND-booting Kilauea
28337
28338     Don't run the memory POST on the NAND-booting version. It will
28339     overwrite part of the U-Boot image which is already loaded from NAND
28340     to SDRAM. We were just lucky that it booted at all with this SDRAM
28341     test enabled.
28342
28343     Signed-off-by: Stefan Roese <sr@denx.de>
28344
28345 commit 9a929170be89b27bce677504da27e88600c06c49
28346 Author: Stefan Roese <sr@denx.de>
28347 Date:   Wed Apr 15 14:06:26 2009 +0200
28348
28349     ppc4xx: Disable POST memory test on NAND-booting Sequoia
28350
28351     Don't run the memory POST on the NAND-booting version. It will
28352     overwrite part of the U-Boot image which is already loaded from NAND
28353     to SDRAM. We were just lucky that it booted at all with this SDRAM
28354     test enabled.
28355
28356     Signed-off-by: Stefan Roese <sr@denx.de>
28357
28358 commit 17c1b0e89b8be7d90f605eb19af9218c6275bfb3
28359 Author: Stefan Roese <sr@denx.de>
28360 Date:   Wed Apr 15 11:32:53 2009 +0200
28361
28362     ppc4xx: Remove unused code for Sequoia NAND booting version
28363
28364     The current define of get_bus_freq() in the CONFIG_NAND_SPL #ifdef is not
28365     used at all. This patch changes it's define to the currently used value of
28366     133333333 and removes the unnecessary code.
28367
28368     Signed-off-by: Stefan Roese <sr@denx.de>
28369
28370 commit cf9409885cbe01405bad76790e99f8adf3351f4d
28371 Author: Stefan Roese <sr@denx.de>
28372 Date:   Wed Apr 15 10:50:48 2009 +0200
28373
28374     ppc4xx: Add "booting from NAND" to 4xx NAND-booting targets
28375
28376     This additional text in the bootup log helps to see if the board is
28377     configured for NAND-booting. Especially helpful for boards that can
28378     boot from NOR and NAND (e.g. most of the AMCC eval boards).
28379
28380     Signed-off-by: Stefan Roese <sr@denx.de>
28381
28382 commit 5132106a27b8fb302677852b26ffd319b40d17e2
28383 Author: Stefan Roese <sr@denx.de>
28384 Date:   Wed Apr 8 10:36:22 2009 +0200
28385
28386     ppc4xx: Fixup chip-selects in dtb for NAND-booting Sequoia
28387
28388     Currently the NOR & NAND support in Linux only works for the "standard"
28389     Sequoia, the version booting for NOR flash. The NAND-booting version
28390     has the chip-selects swapped. Here the chip-select mappings:
28391
28392     "Standard" NOR-booting version:
28393     CS0 NOR
28394     CS3 NAND
28395
28396     NAND-booting version:
28397     CS0 NAND
28398     CS3 NOR
28399
28400     With this path the dtb gets fixed-up, so that the correct chip-select
28401     numbers are patched in the dtb enabling correct NOR & NAND support
28402     in Linux on the NAND-booting Sequoia version.
28403
28404     Signed-off-by: Stefan Roese <sr@denx.de>
28405
28406 commit aad4eca4ba8d597747199d8af723426681557dda
28407 Author: Mike Frysinger <vapier@gentoo.org>
28408 Date:   Sat Apr 4 09:10:27 2009 -0400
28409
28410     Blackfin: audit UART for all known anomalies
28411
28412     There is no code change here, just new comments, but this keeps me from
28413     having to do another audit from scratch in the future.
28414
28415     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28416
28417 commit 8ef929afa43c77c9573caa57c6e17a97a33775c0
28418 Author: Mike Frysinger <vapier@gentoo.org>
28419 Date:   Sat Apr 4 08:40:13 2009 -0400
28420
28421     Blackfin: add check for anomaly 05000362
28422
28423     DESCRIPTION:
28424     The column address width settings for banks 2 and 3 are misconnected in
28425     the SDRAM controller.  Accesses to bank 2 will result in an error if the
28426     Column Address Width for bank 3 (EB3CAW ) is not set to be the same as
28427     that of bank 2.
28428
28429     WORKAROUND:
28430     If using bank 2, make sure that banks 2 and 3 have the same column address
28431     width settings in the EBIU_SDBCTL register.  This must be the case
28432     regardless of whether or not bank 3 is enabled.
28433
28434     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28435
28436 commit c2e07449f546fb375289cdac1a608fdc20357873
28437 Author: Mike Frysinger <vapier@gentoo.org>
28438 Date:   Sat Apr 4 08:29:55 2009 -0400
28439
28440     Blackfin: add comment about anomaly 05000430 avoidance
28441
28442     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28443
28444 commit 48ab1509254a4c175e4f65c478a978928ffe09ec
28445 Author: Mike Frysinger <vapier@gentoo.org>
28446 Date:   Sat Apr 4 08:10:22 2009 -0400
28447
28448     Blackfin: add workaround for anomaly 05000242
28449
28450     DESCRIPTION:
28451     If the DF bit is set prior to a hardware reset, the PLL will continue to
28452     divide CLKIN by 2 after the hardware reset, but the DF bit itself will be
28453     cleared in the PLL_CTL register.
28454
28455     WORKAROUND:
28456     Reprogram the PLL with DF cleared if the desire is to not divide CLKIN by
28457     2 after reset.
28458
28459     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28460
28461 commit ce1fe4ba6bb9df7c57351436fa17d1af8bbe7916
28462 Author: Mike Frysinger <vapier@gentoo.org>
28463 Date:   Sat Apr 4 08:09:24 2009 -0400
28464
28465     Blackfin: add workaround for anomaly 05000171
28466
28467     DESCRIPTION:
28468     The Boot ROM is executed at power up/reset and changes the value of the
28469     SICA_IWR registers from their default reset value of 0xFFFF, but does not
28470     restore them.
28471
28472     WORKAROUND:
28473     User code should not rely on the default value of these registers.  Set
28474     the desired values explicitly.
28475
28476     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28477
28478 commit 51ee6e057f7a920e2a125cd9f985d10f625e355f
28479 Author: Mike Frysinger <vapier@gentoo.org>
28480 Date:   Sat Apr 4 08:22:36 2009 -0400
28481
28482     Blackfin: update anomaly sheets
28483
28484     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28485
28486 commit a343ba87ea0320ca0a4ecfa2c42cd9d4f18883df
28487 Author: Graf Yang <graf.yang@analog.com>
28488 Date:   Sat Apr 4 07:45:57 2009 -0400
28489
28490     Blackfin: nand: flush peripheral before polling it
28491
28492     We need to make sure the data written to the nand flash controller makes
28493     it there before we start polling its status register.  Otherwise, we may
28494     get stale data and return before the controller is actually ready.
28495
28496     Signed-off-by: Graf Yang <graf.yang@analog.com>
28497     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28498     Acked-by: Scott Wood <scottwood@freescale.com>
28499
28500 commit 3ccbfb25f48af78e7092ac75f3115e924e76c748
28501 Author: Remy Bohmer <linux@bohmer.net>
28502 Date:   Sun Apr 5 11:43:28 2009 +0200
28503
28504     Support for PXA27X UDC.
28505
28506         This Patch adds Support for PXA27X UDC.
28507         (Rebased to drivers/usb reorganisation)
28508
28509     Signed-off-by: Vivek Kutal <vivek.kutal@azingo.com>
28510     Signed-off-by: Remy Bohmer <linux@bohmer.net>
28511
28512 commit 2731b9a86685190d26b1883f27afda5ac8e1a313
28513 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28514 Date:   Fri Apr 3 12:46:58 2009 +0200
28515
28516     drivers/usb: regorganisation
28517
28518     move to linux usb driver organisation
28519
28520     as following
28521
28522     drivers/usb/gadget
28523     drivers/usb/host
28524     drivers/usb/musb
28525
28526     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28527     Signed-off-by: Remy Bohmer <linux@bohmer.net>
28528
28529 commit d04371a116d102e587ba7aa4c329b441cdbea3f4
28530 Author: Todor I Mollov <tmollov@ucsd.edu>
28531 Date:   Sat Apr 4 06:53:06 2009 -0400
28532
28533     Blackfin: spi: make cs deassert function deterministic
28534
28535     Blackfin SPI driver was not driving the SPI chip-select high before
28536     putting the chip-select signals into tri-state mode.  This is probably
28537     something that slipped by unnoticed in most designs.  If the signals are
28538     put directly into a tri-state mode, then the board is relying on the
28539     pull-up resistors to pull up the chip-select before the next transaction.
28540     Most of the time this is fine, except when you have two transactions that
28541     follow each other very closely, such as the flash erase and read status
28542     register commands.  In this case I was seeing a 500ns separation between
28543     the transactions.  In my setup, with a 10kOhm pull-up, it would meet
28544     timing spec about half the time and resulted in intermittent errors.  (A
28545     stronger pull up would fix this, but our design is targeted for low power
28546     consumption and a 3.3kOhm @ 3.3v is 3.3mW of needless power consumption.)
28547     I modified the spi_cs_deactivate() function in bfin_spi.c to drive the
28548     chip-selects high before putting them into tri-state.  For me, this
28549     resulted in a rise time of 5ns instead of the previous rise time of about
28550     1us, and fully satisfied the timing spec of the chip.
28551
28552     Signed-off-by: Todor I Mollov <tmollov@ucsd.edu>
28553     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28554
28555 commit c6fadb9c73a6a3e0c7f20696e978304a593a8d2d
28556 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28557 Date:   Sat Dec 13 21:08:05 2008 +0100
28558
28559     integratorap: fix PCI support
28560
28561     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28562
28563 commit 1c397508c836dfcb01fb2471c71de0727051f117
28564 Author: Dirk Behme <dirk.behme@googlemail.com>
28565 Date:   Mon Mar 30 21:15:23 2009 +0200
28566
28567     OMAP3: Update Overo pin mux for new expansion board
28568
28569     A new Overo expansion board uses GPIO 14, 21, 22 and 23 for LED's and
28570     switches. This patch changes the pinmux configuration for those pins.
28571     They were previously set up for unused MMC3_DAT4-7.
28572
28573     Signed-off-by: Steve Sakoman <steve@sakoman.com>
28574     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
28575
28576 commit ab298231518675b3784aea88ee9b978438f99e63
28577 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28578 Date:   Sun Apr 5 13:08:03 2009 +0200
28579
28580     arm: unify reset command
28581
28582     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28583
28584 commit b3acb6cd4059dfb29a5e99095d802717f53ff784
28585 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28586 Date:   Sun Apr 5 13:06:31 2009 +0200
28587
28588     arm: clean cache management
28589
28590     unify arm cache management except for non standard cache as ARM7TDMI
28591
28592     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28593
28594 commit 677e62f43235de9a1701204d7bcea0fb3d233fa1
28595 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28596 Date:   Sun Apr 5 13:02:43 2009 +0200
28597
28598     arm: update co-processor 15 access
28599
28600     import system.h from linux
28601
28602     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28603
28604 commit 23e4af49e066a53cd3e3659b68ef90572d88de84
28605 Author: Guennadi Liakhovetski <lg@denx.de>
28606 Date:   Sun Apr 5 00:42:02 2009 +0200
28607
28608     ARM: add the imx31_phycore_eet target to MAINTAINERS
28609
28610     imx31_phycore_eet is a variant of the imx31_phycore board with a few
28611     extensions, which justifies a separate entry in the MAINTAINERS list,
28612     whereas normally all entries sharing a single configuration file and a
28613     board/ directory have only one entry in MAINTAINERS.
28614
28615     Reported-by: Wolfgang Denk <wd@denx.de>
28616     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
28617
28618 commit 69c5bf29908b3a7f8e23bd9891b7ecc5b21f23e5
28619 Author: Guennadi Liakhovetski <lg@denx.de>
28620 Date:   Sun Apr 5 00:37:07 2009 +0200
28621
28622     ARM: fix out-of-tree build of imx31_phycore_eet
28623
28624     Fix out-of-tree build of the imx31_phycore_eet target.
28625
28626     Reported-by: Wolfgang Denk <wd@denx.de>
28627     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
28628
28629 commit 3c853f31d6a8e4407f73a2ca2c63d383a245f237
28630 Author: Jon Smirl <jonsmirl@gmail.com>
28631 Date:   Sat Apr 4 17:44:51 2009 -0400
28632
28633     mpc5200: reduce delays in i2c
28634
28635     The previous code waited 1000us before checking i2c
28636     status. Measurement shows i2c is usually ready in
28637     under 50us. Change the polling interval to 15us,
28638     loop 6,667 times to keep the polling timeout constant
28639     at 100ms.
28640
28641 commit 36003268968949110ef145d9f2eaf8439c96d25b
28642 Author: Sanjeev Premi <premi@ti.com>
28643 Date:   Fri Apr 3 14:00:07 2009 +0530
28644
28645     OMAP: Fix compile issue
28646
28647     Fixes this compile error:
28648     board.c: In function 'do_switch_ecc':
28649     board.c:339: error: 'cmd_tbl_t' has no member named 'help'
28650     make[1]: *** [board.o] Error 1
28651     make[1]: Leaving directory `/db/psp_git/users/a0756819/u-boot/cpu/arm_cortexa8/omap3'
28652     make: *** [cpu/arm_cortexa8/omap3/libomap3.a] Error 2
28653
28654     This is due to the fact that current command uses long
28655     help for the usage print even if the CONFIG_SYS_LONGHELP
28656     is not enabled. (Thanks Jean-Christophe for explanation).
28657
28658     Signed-off-by: Sanjeev Premi <premi@ti.com>
28659
28660 commit 342c1a5d9ab74febf3226a86216dc5aa05295d46
28661 Author: Minkyu Kang <mk7.kang@samsung.com>
28662 Date:   Fri Apr 3 09:56:16 2009 +0900
28663
28664     s3c64xx: fix the wrong gpio offset
28665
28666     This patch fix the wrong gpio offset
28667
28668     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
28669
28670 commit ab0689c316c9b2ee33f4de1c50263b64e539f12a
28671 Author: Kyungmin Park <kmpark@infradead.org>
28672 Date:   Wed Nov 26 10:18:13 2008 +0900
28673
28674     Move machine specific code to board at s3c64xx (v2)
28675
28676     Move machine specific code to smdk6400.
28677     Some board use OneNAND instead of NAND.
28678
28679     Some register MP0_CS_CFG[5:0] are controled by both h/w and s/w.
28680     So it's better to use macro instead of hard-coded value.
28681
28682     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
28683
28684 commit 767f3acd9f6e1dcb8ada926c333945382eddc7e8
28685 Author: Tom Rix <Tom.Rix@windriver.com>
28686 Date:   Wed Apr 1 22:02:19 2009 -0500
28687
28688     ZOOM1 Remove legacy NAND defines
28689
28690     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
28691
28692 commit 5891151707ee5902fe62d554c247f42865815757
28693 Author: Tom Rix <Tom.Rix@windriver.com>
28694 Date:   Wed Apr 1 22:02:20 2009 -0500
28695
28696     OMAP3 Fix multiline formatting in board init files.
28697
28698     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
28699
28700 commit c0a14aedc3440d6591b8c86d45861a0a8b46e11d
28701 Author: Wolfgang Denk <wd@denx.de>
28702 Date:   Sun Apr 5 00:27:57 2009 +0200
28703
28704     Update CHANGELOG, coding style cleanup.
28705
28706 commit f63728c804ab7413a67d70f6774cd30c3f7b40fb
28707 Author: Wolfgang Denk <wd@denx.de>
28708 Date:   Sun Apr 5 00:18:44 2009 +0200
28709
28710     One more fix for building env_embedded.o
28711
28712     In addition to the changes for CONFIG_ENV_IS_IN_FLASH as done in
28713     commit afcbce07, we also need to do the same for
28714     CONFIG_ENV_IS_IN_EEPROM and CONFIG_ENV_IS_IN_NVRAM.
28715
28716     Signed-off-by: Wolfgang Denk <wd@denx.de>
28717
28718 commit e3d1ac7bb1955d36980d267cb4cec40b0f7d30b5
28719 Author: Scott Wood <scottwood@freescale.com>
28720 Date:   Thu Apr 2 16:15:10 2009 -0500
28721
28722     common/image.c: Relocate strings in tables.
28723
28724     Without this, u-boot can crash or print garbage if the original link
28725     address no longer points to a valid string.
28726
28727     Signed-off-by: Scott Wood <scottwood@freescale.com>
28728
28729 commit 3a671fc06ae1d9e8eba76600372317c75ae0eb3e
28730 Author: Scott Wood <scottwood@freescale.com>
28731 Date:   Thu Apr 2 16:10:36 2009 -0500
28732
28733     mpc8260: Fill in brg's clock-frequency in device tree.
28734
28735     Signed-off-by: Scott Wood <scottwood@freescale.com>
28736
28737 commit c73ed274a211699739d83c2cef92853dc6716e15
28738 Author: Scott Wood <scottwood@freescale.com>
28739 Date:   Thu Apr 2 18:20:43 2009 -0500
28740
28741     MPC8260ADS: Add nfsboot/ramboot to default environment.
28742
28743     This brings it in line with other Freescale boards.
28744
28745     Signed-off-by: Scott Wood <scottwood@freescale.com>
28746
28747 commit c203ef5db0476a8c4f6dd86b2e9e9db0ea973f84
28748 Author: Andreas Huber <andreas.huber@keymile.com>
28749 Date:   Thu Apr 2 17:15:34 2009 +0200
28750
28751     UBI/cfi-mtd: Fix mtd name for multiple chips
28752
28753     On platforms with multiple NOR chips, currently only the first one
28754     can be selected using the "ubi part" command. This patch fixes this
28755     problem by using different names for the NOR "mtd devices".
28756
28757     It also changes the name of the NOR MTD device from "cfi-mtd" to
28758     "norX" (X indexing the device numer) to better match the mtdparts
28759     defaults.
28760
28761     Signed-off-by: Stefan Roese <sr@denx.de>
28762     Signed-off-by: Andreas Huber <andreas.huber@keymile.com>
28763
28764 commit 6b6bb02f27fcabfb37ea717fb7e243248e1e2acf
28765 Author: Peter Korsgaard <jacmet@sunsite.dk>
28766 Date:   Tue Mar 31 17:52:16 2009 +0200
28767
28768     tools/setlocalversion: use git svn instead of git-svn
28769
28770     Use the new "git <subcmd>" syntax instead of the deprecated
28771     "git-<subcmd>".
28772
28773     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
28774
28775 commit 7fa96a9a54eb0d87d73888ec2565cda790ba0dff
28776 Author: Mingkai Hu <Mingkai.hu@freescale.com>
28777 Date:   Tue Mar 31 14:09:40 2009 +0800
28778
28779     eSPI: add the eSPI register support
28780
28781     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
28782
28783 commit 869f6bf4def5a053fbd1aecd8b2fc36f05196c0b
28784 Author: Minkyu Kang <mk7.kang@samsung.com>
28785 Date:   Mon Mar 30 14:55:51 2009 +0900
28786
28787     cmd_mmc: add support for device command for selecting mmc device
28788
28789     This patch improves device command for selecting mmc device
28790
28791     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
28792
28793 commit 9abc9ef8fbe079bf75a634ce64b7dcdb7b0d8bdc
28794 Author: Alan Carvalho de Assis <acassis@gmail.com>
28795 Date:   Sat Mar 28 19:50:16 2009 -0300
28796
28797     Small fix to m5282evb
28798
28799     This is just a small fix to get u-boot on m5282evb.
28800
28801     Signed-off-by: Alan Carvalho de Assis <acassis@gmail.com>
28802
28803 commit febd7e4174e54579c9aa165c85c519fe5288f9d2
28804 Author: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
28805 Date:   Fri Mar 27 10:21:14 2009 +0100
28806
28807     UBIFS: add R/O compatibility
28808
28809     Now UBIFS is supported by u-boot. If we ever decide to change the
28810     media format, then people will have to upgrade their u-boots to
28811     mount new format images. However, very often it is possible to
28812     preserve R/O forward-compatibility, even though the write
28813     forward-compatibility is not preserved.
28814
28815     This patch introduces a new super-block field which stores the
28816     R/O compatibility version.
28817
28818     Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
28819     Acked-by: Adrian Hunter <Adrian.Hunter@nokia.com>
28820     Signed-off-by: Stefan Roese <sr@denx.de>
28821
28822 commit 852dbfdd56f68eb67d138b306a64e4de58dabb91
28823 Author: Mike Frysinger <vapier@gentoo.org>
28824 Date:   Mon Mar 23 22:27:34 2009 -0400
28825
28826     more command usage cleanup
28827
28828     Fix up a few dangling commands like in "Command usage cleanup" commit.
28829
28830     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28831
28832 commit b93b24bf76f8a8220b236df3a5f30b2204eb4edc
28833 Author: Ladislav Michl <ladis@linux-mips.org>
28834 Date:   Mon Mar 23 12:06:07 2009 +0100
28835
28836     Separate mtdparts command from jffs2
28837
28838     On Thu, Mar 19, 2009 at 01:30:36PM +0100, Stefan Roese wrote:
28839     > Currently the mtdparts commands are included in the jffs2 command support.
28840     > This doesn't make sense anymore since other commands (e.g. UBI) use this
28841     > infrastructure as well now. This patch separates the mtdparts commands from
28842     > the jffs2 commands making it possible to only select mtdparts when no JFFS2
28843     > support is needed.
28844
28845     ... and to make it useful for NAND chips as well, we should also remove now
28846     unrelated CONFIG_JFFS2_NAND. Note that struct part_info etc is in
28847     jffs2/load_kernel.h which is a bit misleading filename for that purpose,
28848     but that can be fixed later (tm).
28849
28850     Signed-off-by:  Ladislav Michl <ladis@linux-mips.org>
28851
28852 commit b196ca75503ce307c535b87bf47d51f05e7530df
28853 Author: Mike Frysinger <vapier@gentoo.org>
28854 Date:   Sun Mar 22 22:18:01 2009 -0400
28855
28856     smc91111_eeprom: move board-specific init into SMC91111_EEPROM_INIT()
28857
28858     Rather than sticking Blackfin-specific stuff into the eeprom example, use
28859     an indirect macro so that any board can override it with their own magic
28860     sauce in their board config file.
28861
28862     Also fix some spurious semi-colons in defines while I'm at it ...
28863
28864     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28865     CC: Ben Warren <biggerbadderben@gmail.com>
28866
28867 commit f5cf2ef2ad2a8bf321712ab460ed846120163d74
28868 Author: Sascha Hauer <s.hauer@pengutronix.de>
28869 Date:   Sat Mar 21 09:38:46 2009 -0400
28870
28871     mpc52xx phy: initialize only when needed
28872
28873     Do not initialize phy on startup, instead initialize it
28874     when we actually need it.
28875
28876     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
28877
28878 commit 03bab0091948196b9558248684c04f60943ca4b5
28879 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28880 Date:   Mon Mar 30 16:51:40 2009 +0200
28881
28882     at91sam9263ek: enable hush and auto complete support
28883
28884     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28885     Acked-by: Stelian Pop <stelian@popies.net>
28886
28887 commit 4758ebdd53571d4d183be5c2db8f0ee4ef368915
28888 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28889 Date:   Fri Mar 27 23:26:44 2009 +0100
28890
28891     at91: move dataflash spi driver to drivers/spi
28892
28893     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28894
28895 commit 2b7178afce59f71e95da657273f4132012098c1f
28896 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28897 Date:   Fri Mar 27 23:26:44 2009 +0100
28898
28899     at91: move usb driver to drivers/usb
28900
28901     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28902
28903 commit f82518d7f443ebac5f8821103a3c521c963aa6ee
28904 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28905 Date:   Fri Mar 27 23:26:43 2009 +0100
28906
28907     at91rm9200: Reset update
28908
28909     Update the rm9200 reset sequence to try executing a board-specific reset
28910     function and move specific board reset to board.
28911
28912     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28913
28914 commit 3524049cd053746298e4cfab2449882e75c146fc
28915 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28916 Date:   Fri Mar 27 23:26:43 2009 +0100
28917
28918     at91rm9200: move serial shutdown code to serial drivers
28919
28920     introduce serial_exit for this purpose. Use it only when the rm9200
28921     serial driver is active
28922
28923     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28924
28925 commit beebd851cdbc9dd070bcdfec1fd8f17e3cc91bc0
28926 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28927 Date:   Fri Mar 27 23:26:43 2009 +0100
28928
28929     at91rm9200: move serial driver to drivers/serial
28930
28931     add CONFIG_AT91RM9200_USART to activate the driver
28932
28933     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28934
28935 commit cb82a532669f6b02225ec3429ea4d49ff2b97d0a
28936 Author: Ulf Samuelsson <ulf@atmel.com>
28937 Date:   Fri Mar 27 23:26:43 2009 +0100
28938
28939     Add support for the AT91RM9200EK Board.
28940
28941     The AT91RM9200-EK Evaluation Board supports the AT91RM9200
28942     ARM9-based 32-bit RISC microcontroller and enables real-time code development
28943     and evaluation.
28944
28945     Here is the chip page on Atmel website:
28946     http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3507
28947
28948     with
28949         - NOR (cfi driver)
28950         - DataFlash
28951         - USB OHCI
28952         - Net
28953         - I2C (hard)
28954
28955     Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
28956     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28957
28958 commit b9c0e4c29e3ec12668ac50e954e7c9ba8f7aa10a
28959 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28960 Date:   Fri Mar 27 23:26:42 2009 +0100
28961
28962     add dataflash mmc mux missing support
28963
28964     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28965
28966 commit 2a325ce3c705ab2d82760afc541c511328472df8
28967 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28968 Date:   Fri Mar 27 23:26:42 2009 +0100
28969
28970     at91rm9200dk: Move conditional compilation to Makefile
28971
28972     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28973
28974 commit 90a92a708d5180a20d600ba0fc2352ec76dc3829
28975 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28976 Date:   Fri Mar 27 23:26:42 2009 +0100
28977
28978     at91: rename DATAFLASH_MMC_SELECT to CONFIG_DATAFLASH_MMC_SELECT
28979
28980     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28981
28982 commit 843a2654bce74192de2b5a43474fdc27a572ab40
28983 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28984 Date:   Fri Mar 27 23:26:42 2009 +0100
28985
28986     at91sam9: add watchdog support
28987
28988     Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
28989     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28990
28991 commit a47492ac60657dd9d59c713aa049319ea6eabd52
28992 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28993 Date:   Fri Mar 27 13:14:52 2009 +0100
28994
28995     at91sam9/at91cap: spi init add hardware chip select support
28996
28997     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28998
28999 commit 66932ac3929c7a145a6ef6574a96fd7535154951
29000 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29001 Date:   Sat Apr 4 19:15:40 2009 +0200
29002
29003     netstar: fix crc32.c dependancy location
29004
29005     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29006
29007 commit 42f9ebff2f758bef524780a00c712eb63a72d99b
29008 Author: Scott Wood <scottwood@freescale.com>
29009 Date:   Fri Apr 3 15:24:40 2009 -0500
29010
29011     MPC8260ADS: Define CONFIG_HAS_ETH0.
29012
29013     This is required so that the MAC address will be updated in the device tree.
29014
29015     Signed-off-by: Scott Wood <scottwood@freescale.com>
29016
29017 commit 8701eceffdf77e2908d0b58add0dabc16edf6087
29018 Author: Scott Wood <scottwood@freescale.com>
29019 Date:   Fri Apr 3 15:26:45 2009 -0500
29020
29021     PQ2FADS: Enable PCI.
29022
29023     PCI on PQ2FADS is very similar to PCI on MPC8272ADS.
29024
29025     Signed-off-by: Scott Wood <scottwood@freescale.com>
29026
29027 commit 83863df04bd30bfe2430b0c43ca9f78596d3f0bc
29028 Author: Wolfgang Denk <wd@denx.de>
29029 Date:   Sat Apr 4 16:57:50 2009 +0200
29030
29031     Fix quoting bug introduced by commit 74de7aef
29032
29033     Signed-off-by: Wolfgang Denk <wd@denx.de>
29034
29035 commit ecf3fb223a56e3c6aa696d94d694eeaca0f44d33
29036 Author: Wolfgang Denk <wd@denx.de>
29037 Date:   Sat Apr 4 16:14:51 2009 +0200
29038
29039     Fix implicit declaration of function 'htons'
29040
29041     Include <netinet/in.h> instead of <linux/in.h> to get htons()
29042     prototpye.
29043
29044     Signed-off-by: Wolfgang Denk <wd@denx.de>
29045
29046 commit e6a6789f41f0560ce280089fbd3f1bd0f0f64306
29047 Author: Kumar Gala <galak@kernel.crashing.org>
29048 Date:   Sat Apr 4 10:21:02 2009 -0500
29049
29050     fsl_law: Fix bug in calculation of LAW sizing
29051
29052     In set_ddr_laws() when we determined how much of the size requested
29053     to be mapped was covered by the the first LAW we needed to recalculate
29054     the size based on what was actually mapped.
29055
29056     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29057
29058 commit 32049b4048ff8e59bd5ba6160d6d5206d283b2a2
29059 Author: Kumar Gala <galak@kernel.crashing.org>
29060 Date:   Thu Apr 2 13:57:05 2009 -0500
29061
29062     fsl_pci: Move prototypes into fsl_pci.h and remove explicit externs
29063
29064     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29065
29066 commit c8514622e2713d9c47919acfe23fce386782afe7
29067 Author: Kumar Gala <galak@kernel.crashing.org>
29068 Date:   Thu Apr 2 13:22:48 2009 -0500
29069
29070     fsl_pci: Renamed immap_fsl_pci.h to fsl_pci.h
29071
29072     Rename the pci header for FSL HW so we can move some prototypes
29073     in there and stop doing explicit externs
29074
29075     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29076
29077 commit afcbce07e9323c0e8aeb783ba7ce6104860fd7a7
29078 Author: Wolfgang Denk <wd@denx.de>
29079 Date:   Sat Apr 4 16:10:40 2009 +0200
29080
29081     Fix building of env_embedded.o
29082
29083     Since commit a706bfc7 common/env_embedded.o and tools/envcrc were
29084     only built when CONFIG_ENV_IS_EMBEDDED was set, but this breaks
29085     building for many boards.
29086
29087     We always have to build these files when CONFIG_ENV_IS_IN_FLASH is
29088     set.
29089
29090     Signed-off-by: Wolfgang Denk <wd@denx.de>
29091
29092 commit a31e091ad70915278fb15b79d6ae53ea2d44b251
29093 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29094 Date:   Sat Apr 4 12:49:11 2009 +0200
29095
29096     rename include/zlib.h to include/u-boot/zlib.h
29097
29098     Some systems have zlib.h installed in /usr/include/. This isn't the
29099     desired file for u-boot code - we want the one in include/zlib.h.
29100     This rename will avoid the conflict.
29101
29102     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29103     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29104
29105 commit ae644c178f097874a92a6d934f364985fc7e075a
29106 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29107 Date:   Sat Apr 4 12:46:31 2009 +0200
29108
29109     tools/Makefile: fix image.c dependancy location
29110
29111     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29112     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29113
29114 commit b074a7081124d7f05fd1651a3bc0b5579fdfa473
29115 Author: Mike Frysinger <vapier@gentoo.org>
29116 Date:   Sat Apr 4 07:42:25 2009 -0400
29117
29118     tools: add ncb to gitignore
29119
29120     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29121
29122 commit 453c0d7558215cbc8636d94af172886d84e0dbba
29123 Author: Detlev Zundel <dzu@denx.de>
29124 Date:   Fri Apr 3 16:45:46 2009 +0200
29125
29126     include/ns16550.h: Unify structure declaration for registers
29127
29128     Instead of special casing the different access patterns, use common
29129     code with light macros sprinkled in to accomodate for the different
29130     layouts of the register structure.
29131
29132     Note that this also changes the types of the registers for the
29133     "positively packed (>1)" cases.  As the registers truly are unsigned
29134     chars, this is surely the Right Thing, but it is a semantic change.
29135     Note that for this case depending on the endianness on the bus, we may
29136     see a change of behaviour.
29137
29138     Signed-off-by: Detlev Zundel <dzu@denx.de>
29139
29140 commit 0a145ce6e7075aa0f4869d6f6149a5ff205d95df
29141 Author: Peter Tyser <ptyser@xes-inc.com>
29142 Date:   Fri Mar 13 18:54:52 2009 -0500
29143
29144     Delete now unused tools/Makefile.win32
29145
29146     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29147
29148 commit 2f8d396b9302eddcd8d552648e101a46b7a80acd
29149 Author: Peter Tyser <ptyser@xes-inc.com>
29150 Date:   Fri Mar 13 18:54:51 2009 -0500
29151
29152     Add support for building native win32 tools
29153
29154     Add support for compiling the host tools in the tools directory using
29155     the MinGW toolchain.  This produces executables which can be used on
29156     standard Windows computers without requiring cygwin.
29157
29158     One must specify the MinGW compiler and strip utilities as if they
29159     were the host toolchain in order to build win32 executables, eg:
29160
29161     make HOSTCC=i586-mingw32msvc-gcc HOSTSTRIP=i586-mingw32msvc-strip tools
29162
29163     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29164
29165 commit e50abf662efbf4ce0e731062c8d3c8ec54763ae2
29166 Author: Peter Tyser <ptyser@xes-inc.com>
29167 Date:   Fri Mar 13 18:54:50 2009 -0500
29168
29169     tools/Makefile: Simplify HOST_CFLAGS/HOST_LDFLAGS generation
29170
29171     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29172
29173 commit b0d4d7219a4806e46affc96bd1f65397194a6e72
29174 Author: Peter Tyser <ptyser@xes-inc.com>
29175 Date:   Fri Mar 13 18:54:49 2009 -0500
29176
29177     tools/Makefile: Create generic build rules
29178
29179     Create a few generic build rules to replace the current method which has
29180     1 build target for each file
29181
29182     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29183
29184 commit 273174ddbcce215c42f6c307470cd5580a3f72bf
29185 Author: Peter Tyser <ptyser@xes-inc.com>
29186 Date:   Fri Mar 13 18:54:48 2009 -0500
29187
29188     tools/Makefile: Use auto-generated object file dependencies
29189
29190     Files in the SRCS variable have their dependencies automatically
29191     generated so remove duplicate explicit dependencies
29192
29193     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29194
29195 commit fb8b33c1e6d621ea3347a75ad3a42a386b44e589
29196 Author: Peter Tyser <ptyser@xes-inc.com>
29197 Date:   Fri Mar 13 18:54:47 2009 -0500
29198
29199     tools/Makefile: Remove symlinks for remaining source files
29200
29201     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29202
29203 commit eed073315b6447eceadf7468a4c2b757442c7c6f
29204 Author: Peter Tyser <ptyser@xes-inc.com>
29205 Date:   Fri Mar 13 18:54:46 2009 -0500
29206
29207     tools/Makefile: Dynamically generate libfdt object dependencies
29208
29209     Add the libfdt files to the SRCS variable so that they have their
29210     dependencies automatically generated
29211
29212     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29213
29214 commit c0170175393b94560fa7a5da6dd31377df5f4a72
29215 Author: Peter Tyser <ptyser@xes-inc.com>
29216 Date:   Fri Mar 13 18:54:45 2009 -0500
29217
29218     tools/Makefile: Remove symlinks for fdt targets
29219
29220     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29221
29222 commit 45d6bdff68877ea214ff33cc1c89a29c76e96f51
29223 Author: Peter Tyser <ptyser@xes-inc.com>
29224 Date:   Fri Mar 13 18:54:44 2009 -0500
29225
29226     tools/Makefile: Add libfdt/ to the include search path
29227
29228     This change makes the process of symlinking libfdt_internal.h
29229     unnecessary
29230
29231     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29232
29233 commit fba0e3a0814f9bf48c32a4c8a7987c36ae96651b
29234 Author: Peter Tyser <ptyser@xes-inc.com>
29235 Date:   Fri Mar 13 18:54:43 2009 -0500
29236
29237     tools: Remove unecessary symlinking of zlib.h
29238
29239     crc32.c uses the zlib.h header in include/u-boot/zlib.h.  The symlink
29240     was previously necessary to give U-Boot's version of zlib.h precedence
29241     over the host computer's version of zlib.h.
29242
29243     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29244
29245 commit 40b8d909ace06f6f494dee08ffa64a82493e72e9
29246 Author: Peter Tyser <ptyser@xes-inc.com>
29247 Date:   Fri Mar 13 18:54:42 2009 -0500
29248
29249     tools/Makefile: Add tools/ to the include search path
29250
29251     This change makes the process of symlinking mkimage.h and fdt_host.h
29252     unnecessary
29253
29254     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29255
29256 commit 1cd300de5e19c9e8383ee2eb2b6bd3b8b9378c78
29257 Author: Peter Tyser <ptyser@xes-inc.com>
29258 Date:   Fri Mar 13 18:54:41 2009 -0500
29259
29260     tools/Makefile: Compile ncb when CONFIG_NETCONSOLE
29261
29262     Also conditionally add ncb.o to OBJ_FILES list
29263
29264     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29265
29266 commit 123c48a21ce08b4a33f36e96cc75f92324e761d7
29267 Author: Peter Tyser <ptyser@xes-inc.com>
29268 Date:   Fri Mar 13 18:54:40 2009 -0500
29269
29270     tools/Makefile: Make gen_eth_addr dependent upon CONFIG_CMD_NET
29271
29272     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29273
29274 commit 4d93a0a807b8ca0289ba5da00c646cd2d54af120
29275 Author: Peter Tyser <ptyser@xes-inc.com>
29276 Date:   Fri Mar 13 18:54:39 2009 -0500
29277
29278     tools/Makefile: Make envcrc dependent upon CONFIG_ENV_IS_EMBEDDED
29279
29280     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29281
29282 commit cd26a31a23f9a58ba52870f8ffb57d77d1baee20
29283 Author: Peter Tyser <ptyser@xes-inc.com>
29284 Date:   Fri Mar 13 18:54:38 2009 -0500
29285
29286     tools/Makefile: Make inca-swap-bytes dependent on CONFIG_INCA_IP
29287
29288     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29289
29290 commit 7cd5cbc34699ccc15d0277f48375cad928d04faf
29291 Author: Peter Tyser <ptyser@xes-inc.com>
29292 Date:   Fri Mar 13 18:54:37 2009 -0500
29293
29294     tools/Makefile: Make ubsha1 dependent upon CONFIG_SHA1_CHECK_UB_IMG
29295
29296     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29297
29298 commit eeba8617908e33f7e7db3b1588c04ca65b856793
29299 Author: Peter Tyser <ptyser@xes-inc.com>
29300 Date:   Fri Mar 13 18:54:36 2009 -0500
29301
29302     tools/Makefile: Make img2srec dependent upon CONFIG_CMD_LOADS
29303
29304     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29305
29306 commit 335ffe7e0e0a30e90ce409c3279016a582157d8e
29307 Author: Peter Tyser <ptyser@xes-inc.com>
29308 Date:   Fri Mar 13 18:54:35 2009 -0500
29309
29310     tools/Makefile: Build bmp_logo only when LCD or VIDEO logos are enabled
29311
29312     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29313
29314 commit ee3584a5970230ee96aae19505ad3226734ee4ff
29315 Author: Peter Tyser <ptyser@xes-inc.com>
29316 Date:   Fri Mar 13 18:54:34 2009 -0500
29317
29318     tools/Makefile: Split variable declarations into multiple lines
29319
29320     Split variable declarations into multiple lines and use the standard
29321     VAR-y convention.  Also move object and binary variable declarations to
29322     after config.mk has been included to allow for these lists to utilize
29323     the CONFIG_XXX variables.
29324
29325     These changes lay the groundwork for conditional compilation of files
29326     in the tools directory.
29327
29328     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29329
29330 commit 21d28e95ed874ab1ed9787f939d8a53e99d30ddb
29331 Author: Peter Tyser <ptyser@xes-inc.com>
29332 Date:   Fri Mar 13 18:54:33 2009 -0500
29333
29334     tools/Makefile: Remove inappropriate double-tabs
29335
29336     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29337
29338 commit 652f4ba076689fd0acd447561a777b1c440a4b57
29339 Author: Peter Tyser <ptyser@xes-inc.com>
29340 Date:   Fri Mar 13 18:54:32 2009 -0500
29341
29342     tools/Makefile: Remove HOSTARCH HOSTOS defines
29343
29344     The values of HOSTARCH and HOSTOS which are exported from the top-level
29345     Makefile should be used
29346
29347     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29348
29349 commit 2eeb4e95fbfafe54645fae7ec0b2594101f0573b
29350 Author: Peter Tyser <ptyser@xes-inc.com>
29351 Date:   Fri Mar 13 18:54:31 2009 -0500
29352
29353     gen_eth_addr: Use POSIX rand() and srand()
29354
29355     Replace random()/srandom() use with rand()/srand() to support
29356     compilation with the mingw toolchain.  The rand()/srand() functions are
29357     generally more common and are functionally equivalent to the original
29358     random()/srandom() calls.
29359
29360     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29361
29362 commit 24d2ae5e9debe4b75151a55251031a14477fa875
29363 Author: Peter Tyser <ptyser@xes-inc.com>
29364 Date:   Fri Mar 13 18:54:28 2009 -0500
29365
29366     elf.h: Use stdint.h to provide standard typedefs for WIN32
29367
29368     The original code provided an incomplete set of typedefs for WIN32
29369     compiles and replicated the standard typedefs that are already
29370     provided by stdint.h
29371
29372     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29373
29374 commit a706bfc7d0e2d1935c5670045288e6cd1ffdfabc
29375 Author: Peter Tyser <ptyser@xes-inc.com>
29376 Date:   Fri Mar 13 18:54:27 2009 -0500
29377
29378     common/Makefile: Conditionally compile env_embedded.o
29379
29380     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29381
29382 commit 2b48f7d5f62835f87278efb498397b6ae9e2d117
29383 Author: Peter Tyser <ptyser@xes-inc.com>
29384 Date:   Fri Mar 13 18:54:26 2009 -0500
29385
29386     Makefile: Add removal of *.exe files to clean target
29387
29388     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29389
29390 commit d0d6144e0e4a03a68311b781f3dde38dc9316b82
29391 Author: Peter Tyser <ptyser@xes-inc.com>
29392 Date:   Fri Mar 13 18:54:25 2009 -0500
29393
29394     Makefile: Make autoconf.mk a dependency of the depend target
29395
29396     The original code did not generate autoconf.mk until after some targets
29397     dependencies had already been calculated, for example the directories in
29398     the SUBDIRS variable
29399
29400     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29401
29402 commit 75eb82ec7cacb18d059d701b35677b93d2bb7596
29403 Author: unsik Kim <donari75@gmail.com>
29404 Date:   Wed Feb 25 11:31:24 2009 +0900
29405
29406     mflash: Initial mflash support
29407
29408     Mflash is fusion memory device mainly targeted consumer eletronic and
29409     mobile phone.
29410     Internally, it have nand flash and other hardware logics and supports
29411     some different operation (ATA, IO, XIP) modes.
29412
29413     IO mode is custom mode for the host that doesn't have IDE interface.
29414     (Many mobile targeted SoC doesn't have IDE bus)
29415
29416     This driver support mflash IO mode.
29417
29418     Followings are brief descriptions about IO mode.
29419
29420     1. IO mode based on ATA protocol and uses some custom command. (read
29421        confirm, write confirm)
29422     2. IO mode uses SRAM bus interface.
29423
29424     Signed-off-by: unsik Kim <donari75@gmail.com>
29425
29426 commit 200779e3e2a9aeda7030b171a8c39d7797019917
29427 Author: Detlev Zundel <dzu@denx.de>
29428 Date:   Fri Apr 3 11:53:01 2009 +0200
29429
29430     Rename common ns16550 constants with UART_ prefix to prevent conflicts
29431
29432     Fix problems introduced in commit
29433     7b5611cdd12ca0cc33f994f0d4a4454788fc3124 [inka4x0: Add hardware
29434     diagnosis functions for inka4x0] which redefined MSR_RI which is
29435     already used on PowerPC systems.
29436
29437     Also eliminate redundant definitions in ps2mult.h.  More cleanup will
29438     be needed for other redundant occurrences though.
29439
29440     Signed-off-by: Detlev Zundel <dzu@denx.de>
29441
29442 commit 99067b08f4a0ce20ff337a35211239f334d8f451
29443 Author: Scott Wood <scottwood@freescale.com>
29444 Date:   Wed Apr 1 15:33:24 2009 -0500
29445
29446     Noisily disable the legacy NAND subsystem.
29447
29448     Legacy NAND is marked for feature removal after April 2009 (i.e. this
29449     upcoming release).  There are still several boards that reference it
29450     (though many do so only for disk-on-chip support which has been silently
29451     disabled for a while now).  These boards will now fail to build
29452     with #error, though the code is still there if the user removes #error.
29453
29454     The plan is to remove the code outright in the next release, along with
29455     any board code that refers to it (such as board/esd/common/auto_update.c).
29456
29457     Also, remove the legacy NAND API description from README.nand.
29458
29459     Signed-off-by: Scott Wood <scottwood@freescale.com>
29460
29461 commit 69bcabb51686fdd133cb1848c0d3b0a4fc6ca5cf
29462 Author: apgmoorthy <moorthy.apg@samsung.com>
29463 Date:   Fri Mar 27 14:45:23 2009 +0530
29464
29465     Fix OneNAND ipl to read CONFIG_SYS_MONITOR_LEN
29466
29467     Currently OneNAND initial program loader (ipl) reads only block 0 ie 128KB.
29468     However, u-boot image for apollon board is 195KB making the board
29469     unbootable with OneNAND.
29470
29471     Fix ipl to read CONFIG_SYS_MONITOR_LEN.
29472     CONFIG_SYS_MONITOR_LEN macro holds the U-Boot image size.
29473
29474     Signed-off-by: Rohit Hagargundgi <h.rohit@samsung.com>
29475     Signed-off-by: Gangheyamoorthy   <moorthy.apg@samsung.com>
29476     Signed-off-by: Scott Wood <scottwood@freescale.com>
29477
29478 commit 74de7aefd79690bae8cf5a5120f5962d444be089
29479 Author: Wolfgang Denk <wd@denx.de>
29480 Date:   Wed Apr 1 23:34:12 2009 +0200
29481
29482     Add "source" command; prepare removal of "autoscr" command
29483
29484     According to the doc/feature-removal-schedule.txt, the "autoscr"
29485     command will be replaced by the "source" command in approximately 6
29486     months from now.
29487
29488     This patch prepares this change and starts a 6 month transition
29489     period as follows:
29490
29491     - The new "source" command has been added, which implements exactly
29492       the same functionlaity as the old "autoscr" command before
29493     - The old "autoscr" command name is kept as an alias for compatibility
29494     - Command sequences, script files atc. have been adapted to use the
29495       new "source" command
29496     - Related environment variables ("autoscript", "autoscript_uname")
29497       have *not* been adapted yet; these will be renamed resp. removed in
29498       a separate patch when the support for the "autoscr" command get's
29499       finally dropped.
29500
29501     Signed-off-by: Wolfgang Denk <wd@denx.de>
29502
29503 commit 78237df55248034a2d7c2daea992b9dbe7ca8e96
29504 Author: Wolfgang Denk <wd@denx.de>
29505 Date:   Thu Apr 2 17:31:09 2009 +0200
29506
29507     Add "GPL cleanup" task to feature-removal-schedule.txt
29508
29509     Announce removal of all non-GPL or GPL-incompatible files
29510     after August 2009.
29511
29512     Signed-off-by: Wolfgang Denk <wd@denx.de>
29513
29514 commit d9596ffbdc79cea285010b67dd20a4618303f624
29515 Author: Mike Frysinger <vapier@gentoo.org>
29516 Date:   Thu Apr 2 12:51:28 2009 -0400
29517
29518     sf: stmicro: dont send 4 bytes when reading status register
29519
29520     I can't find anywhere in the datasheet that says the status register needs
29521     3 dummy bytes sent to it before being able to read back the first real
29522     result.  Tests on a Blackfin board show that after writing the opcode, the
29523     status register starts coming back immediately.  So only write out the
29524     read status register opcode before polling the result.
29525
29526     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29527     CC: Jason McMullan <mcmullan@netapp.com>
29528     CC: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29529
29530 commit 1abe365ffcfc29c061e8fd8b45551be5ad1428dd
29531 Author: Mike Frysinger <vapier@gentoo.org>
29532 Date:   Thu Apr 2 08:11:31 2009 -0400
29533
29534     sf: set common timeouts in seconds, not milliseconds
29535
29536     Since timeouts are only hit when there is a problem in the system, we
29537     don't want to prematurely timeout on a functioning setup.  Thus having
29538     low timeouts (in milliseconds) doesn't gain us anything in the production
29539     case, but rather increases likely hood of causing problems where none
29540     otherwise exist.
29541
29542     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29543     CC: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29544
29545 commit 2a6ce1115b3cbe746965cfa0058ce645b6c1ada1
29546 Author: Mike Frysinger <vapier@gentoo.org>
29547 Date:   Thu Apr 2 06:51:49 2009 -0400
29548
29549     sf: stmicro: use common page timeout define
29550
29551     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29552     CC: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29553
29554 commit 0dcdbb172c2fdf60c5c578980308b312fd56496f
29555 Author: Mike Frysinger <vapier@gentoo.org>
29556 Date:   Sat Mar 28 06:41:09 2009 -0400
29557
29558     sf: always read 5 bytes for the idcode
29559
29560     Some SPI flash drivers like to have extended id information available
29561     (like the spansion flash), so rather than making it re-issue the ID cmd
29562     to get at the last 2 bytes, have the common code read 5 bytes rather than
29563     just 3.  This also matches the Linux behavior where it always reads 5 id
29564     bytes from all flashes.
29565
29566     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29567     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29568     CC: Mingkai Hu <Mingkai.hu@freescale.com>
29569
29570 commit 9726ba4abaa16cd6c385ad350d403f98a8eacf52
29571 Author: Mike Frysinger <vapier@gentoo.org>
29572 Date:   Fri Mar 27 16:34:21 2009 -0400
29573
29574     sf: stmicro: drop redundant id read
29575
29576     The common SPI flash code reads the idcode and passes it down to the SPI
29577     flash driver, so there is no need to read it again ourselves.
29578
29579     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29580     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29581     CC: Jason McMullan <mcmullan@netapp.com>
29582     CC: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29583
29584 commit 1c5874374e091b4bb62917c519861f7682fe066e
29585 Author: Mike Frysinger <vapier@gentoo.org>
29586 Date:   Fri Mar 27 19:27:58 2009 -0400
29587
29588     sf: add driver for SST flashes
29589
29590     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29591     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29592
29593 commit f773a1bbdb8f3bf1ddab2874f36f043c4f8f044d
29594 Author: Mike Frysinger <vapier@gentoo.org>
29595 Date:   Mon Mar 23 23:03:58 2009 -0400
29596
29597     sf: drop DEBUG defines
29598
29599     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29600     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29601
29602 commit 6b850a9fa8a216f3692da2511cb1a6c16409b1af
29603 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29604 Date:   Sun Jan 4 07:44:07 2009 +0100
29605
29606     mtd: add some at45 spi flash support
29607
29608      - AT45DB321D
29609      - AT45DB161D
29610      - AT45DB081D
29611      - AT45DB041D
29612      - AT45DB021D
29613      - AT45DB011D
29614
29615     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29616     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29617
29618 commit 6805e4bf83e6f444f7411101228766c8a7aec5f7
29619 Author: Mingkai Hu <Mingkai.hu@freescale.com>
29620 Date:   Tue Mar 31 14:09:41 2009 +0800
29621
29622     mtd: SPI Flash: Support the Spansion Flash
29623
29624     Add MTD SPI Flash support for S25FL008A, S25FL016A,
29625     S25FL032A, S25FL064A, S25FL128P.
29626
29627     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
29628     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29629
29630 commit 40587701924aa0afc86b3840421b4cc6de42c748
29631 Author: Mike Frysinger <vapier@gentoo.org>
29632 Date:   Mon Mar 30 20:56:45 2009 -0400
29633
29634     Blackfin: force all boards to HZ of 1000
29635
29636     Since the Blackfin timer code requires HZ to be 1000, barf on any board
29637     that tries to use a different value.
29638
29639     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29640
29641 commit f4032d2eec9d71a59c6c724671e577f67a76839b
29642 Author: Mike Frysinger <vapier@gentoo.org>
29643 Date:   Fri Mar 27 21:07:45 2009 -0400
29644
29645     Blackfin: bf533-stamp: drop old spi flash driver
29646
29647     Now that the common SPI flash code supports all the flashes, we can stop
29648     using the old driver.
29649
29650     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29651
29652 commit bc72f50a659d0d1b551817e1910b9b2be1c7e496
29653 Author: Mike Frysinger <vapier@gentoo.org>
29654 Date:   Thu Mar 26 15:42:12 2009 -0400
29655
29656     Blackfin: add BF538/BF539 SPI portmux handling
29657
29658     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29659
29660 commit 46ac352f0f9406a5f9aa157ac62867fb4650dfd3
29661 Author: Mike Frysinger <vapier@gentoo.org>
29662 Date:   Mon Mar 23 22:36:10 2009 -0400
29663
29664     Blackfin: do not delay on output bytes
29665
29666     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29667
29668 commit dbc6ab9f75bd0c13d3f42692e9463f8ab65fc382
29669 Author: Mike Frysinger <vapier@gentoo.org>
29670 Date:   Mon Mar 23 22:17:27 2009 -0400
29671
29672     Blackfin: drop newline from OTP help
29673
29674     Looks like I accidentally added a newline to the OTP help when merging and
29675     older change.
29676
29677     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29678
29679 commit d3c38d96b991d641a33f7748130dae008563cdc9
29680 Author: Mike Frysinger <vapier@gentoo.org>
29681 Date:   Sun Mar 22 23:43:31 2009 -0400
29682
29683     Blackfin: convert bfin_sdh to legacy mmc
29684
29685     The Blackfin SDH controller is still using the legacy framework, so update
29686     the driver to use the renamed functions.
29687
29688     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29689
29690 commit d248cfb2d940b742f6bfdba9b832a3df96da3101
29691 Author: Mike Frysinger <vapier@gentoo.org>
29692 Date:   Sun Feb 22 16:30:38 2009 -0500
29693
29694     Blackfin: bf537-stamp: split CF/IDE code out into dedicated cf-ide.c
29695
29696     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29697
29698 commit ad9073211ca9e62162a39851e082b8d07a662fb6
29699 Author: Mike Frysinger <vapier@gentoo.org>
29700 Date:   Fri Feb 13 17:10:58 2009 -0500
29701
29702     Blackfin: fix crash when booting from external memory
29703
29704     When testing a u-boot binary that hasn't been booted from the bootrom, we
29705     have to make sure the bootstruct structure has sane storage space.  If we
29706     don't, the initcode will crash when it tries to dereference an invalid
29707     pointer.
29708
29709     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29710
29711 commit 84a9dda324c3faa56be14449d7519b993d9397a9
29712 Author: Mike Frysinger <vapier@gentoo.org>
29713 Date:   Sun Oct 12 21:32:52 2008 -0400
29714
29715     Blackfin: bf518f-ezbrd: new board port
29716
29717     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29718
29719 commit 0c31ddf7b70f77dede42dc82ecab7753a819acaa
29720 Author: Mike Frysinger <vapier@gentoo.org>
29721 Date:   Sun Oct 12 21:30:48 2008 -0400
29722
29723     Blackfin: bf526-ezbrd: new board port
29724
29725     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29726
29727 commit 5c45f7cac2f74e2c14aa6b028cd969651cc9ac8e
29728 Author: Mike Frysinger <vapier@gentoo.org>
29729 Date:   Sun Oct 12 21:25:33 2008 -0400
29730
29731     Blackfin: bf538f-ezkit: new board port
29732
29733     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29734
29735 commit d9a5d113b93583c984711127ab8503e136ed1e4a
29736 Author: Mike Frysinger <vapier@gentoo.org>
29737 Date:   Sun Oct 12 20:59:12 2008 -0400
29738
29739     Blackfin: bf527-ezkit: new board port
29740
29741     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29742
29743 commit 76d21803ddd7dc4bcb81739ea2d3cd679e052f46
29744 Author: Mike Frysinger <vapier@gentoo.org>
29745 Date:   Sun Oct 12 05:05:42 2008 -0400
29746
29747     Blackfin: bf548-ezkit: new board port
29748
29749     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29750
29751 commit 67b89c79e72fe86b0ea0199425d880630beb95d8
29752 Author: Laurent Gregoire <laurent.gregoire@tomtom.com>
29753 Date:   Tue Mar 3 14:23:59 2009 +0100
29754
29755     libfdt: Fix C++ compile-time cast error on gnu 4.2.1
29756
29757     Allow the inclusion of libfdt.h in C++ source.
29758
29759     Signed-off-by: Laurent Gregoire <laurent.gregoire@tomtom.com>
29760     Acked-by: David Gibson <david@gibson.dropbear.id.au>
29761
29762 commit 13d93f38e86818739317b0206d597265cf9e675e
29763 Author: Emil Medve <Emilian.Medve@Freescale.com>
29764 Date:   Mon Feb 23 10:43:36 2009 -0600
29765
29766     Fix a possible overflow case detected by gcc 4.3.2
29767
29768     .../dtc/libfdt/fdt_sw.c: In function 'fdt_end_node':
29769     .../dtc/libfdt/fdt_sw.c:81: error: assuming signed overflow does not occur when assuming that (X + c) < X is always false
29770
29771     Signed-off-by: Emil Medve <Emilian.Medve@Freescale.com>
29772
29773 commit a22d9cfbb5bcfb3dc6ffd64d391b568e8a0ce383
29774 Author: David Gibson <david@gibson.dropbear.id.au>
29775 Date:   Fri Feb 6 14:03:24 2009 +1100
29776
29777     libfdt: Rework/cleanup fdt_next_tag()
29778
29779     Currently, callers of fdt_next_tag() must usually follow the call with
29780     some sort of call to fdt_offset_ptr() to verify that the blob isn't
29781     truncated in the middle of the tag data they're going to process.
29782     This is a bit silly, since fdt_next_tag() generally has to call
29783     fdt_offset_ptr() on at least some of the data following the tag for
29784     its own operation.
29785
29786     This patch alters fdt_next_tag() to always use fdt_offset_ptr() to
29787     verify the data between its starting offset and the offset it returns
29788     in nextoffset.  This simplifies fdt_get_property() which no longer has
29789     to verify itself that the property data is all present.
29790
29791     At the same time, I neaten and clarify the error handling for
29792     fdt_next_tag().  Previously, fdt_next_tag() could return -1 instead of
29793     a tag value in some circumstances - which almost none of the callers
29794     checked for.  Also, fdt_next_tag() could return FDT_END either because
29795     it encountered an FDT_END tag, or because it reached the end of the
29796     structure block - no way was provided to tell between these cases.
29797
29798     With this patch, fdt_next_tag() always returns FDT_END with a negative
29799     value in nextoffset for an error.  This means the several places which
29800     loop looking for FDT_END will still work correctly - they only need to
29801     check for errors at the end.  The errors which fdt_next_tag() can
29802     report are:
29803         - -FDT_ERR_TRUNCATED if it reached the end of the structure
29804            block instead of finding a tag.
29805
29806         - -FDT_BADSTRUCTURE if a bad tag was encountered, or if the
29807                tag data couldn't be verified with fdt_offset_ptr().
29808
29809     This patch also updates the callers of fdt_next_tag(), where
29810     appropriate, to make use of the new error reporting.
29811
29812     Finally, the prototype for the long gone _fdt_next_tag() is removed
29813     from libfdt_internal.h.
29814
29815     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
29816
29817 commit 2c0b843e710aa1e2da25c2592e6dbe5d0b0ab7da
29818 Author: David Gibson <david@gibson.dropbear.id.au>
29819 Date:   Fri Feb 6 14:01:56 2009 +1100
29820
29821     libfdt: Rework fdt_next_node()
29822
29823     Currently fdt_next_node() will find the next node in the blob
29824     regardless of whether it is above, below or at the same level in the
29825     tree as the starting node - the depth parameter is updated to indicate
29826     which is the case.  When a depth parameter is supplied, this patch
29827     makes it instead terminate immediately when it finds the END_NODE tag
29828     for a node at depth 0.  In this case it returns the offset immediately
29829     past the END_NODE tag.
29830
29831     This has a couple of advantages.  First, this slightly simplifies
29832     fdt_subnode_offset(), which no longer needs to explicitly check that
29833     fdt_next_node()'s iteration hasn't left the starting node.  Second,
29834     this allows fdt_next_node() to be used to implement
29835     _fdt_node_end_offset() considerably simplifying the latter function.
29836
29837     The other users of fdt_next_node() either don't need to iterate out of
29838     the starting node, or don't pass a depth parameter at all.  Any
29839     callers that really need to iterate out of the starting node, but keep
29840     tracking depth can do so by biasing the initial depth value.
29841
29842     This is a semantic change, but I think it's very unlikely to break any
29843     existing library users.
29844
29845     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
29846
29847 commit c123098035be8bae3859bbfbd06861f197c07631
29848 Author: Scott Wood <scottwood@freescale.com>
29849 Date:   Tue Mar 31 17:49:36 2009 -0500
29850
29851     mpc83xx: Set guarded bit on BAT that covers the end of the address space
29852
29853     The mpc8313erdb board currently sets DBAT6 to cover all of the final 256MiB of
29854     address space; however, not all of this space is covered by a device.  In
29855     particular, flash sits at 0xfe000000-0xfe7fffff, and nothing is mapped
29856     at the far end of the address space.
29857
29858     In zlib, there is a loop that references p[-1] if p is non-NULL.  Under
29859     some circumstances, this leads to the CPU speculatively loading from
29860     0xfffffff8 if p is NULL.  This leads to a machine check.
29861
29862     Signed-off-by: Scott Wood <scottwood@freescale.com>
29863
29864     continuation to the remaining mpc83xx boards that suffer from the same problem.
29865
29866     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29867
29868 commit c2eb8be7f760a2efe30a495bfb10857838dcf3fa
29869 Author: Kim Phillips <kim.phillips@freescale.com>
29870 Date:   Mon Mar 30 14:28:05 2009 -0500
29871
29872     rtc: remove broken rtc_read and rtc_write declarations
29873
29874     commit 04e11cf3 "rtc: add support for 4543 RTC (manufactured by e.g.
29875     EPSON)" introduces the following build error on boards configuring e.g,
29876     the ds1374 rtc:
29877
29878     Configuring for MPC837XEMDS board...
29879     ds1374.c:103: error: static declaration of 'rtc_read' follows non-static declaration
29880     /home/r1aaha/git/u-boot/include/rtc.h:64: error: previous declaration of 'rtc_read' was here
29881     ds1374.c:104: error: conflicting types for 'rtc_write'
29882     /home/r1aaha/git/u-boot/include/rtc.h:65: error: previous declaration of 'rtc_write' was here
29883
29884     this reverts the erroneous chunk.
29885
29886     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29887     Acked-by: Detlev Zundel <dzu@denx.de>
29888     CC: Detlev Zundel <dzu@denx.de>
29889     CC: Andreas Pfefferle <ap@denx.de>
29890
29891 commit fc39c2fd51e64707de4d61ed49479ebea2847e1b
29892 Author: Kumar Gala <galak@kernel.crashing.org>
29893 Date:   Tue Mar 31 17:58:13 2009 -0500
29894
29895     85xx/86xx: Ensure MP boot page is not used
29896
29897     We had a bug on 86xx in which the boot page used to bring up secondary
29898     cores was being overwritten and used for the malloc region in u-boot.
29899
29900     We need to reserve the region of memory that the boot page is going to
29901     be put at so nothing uses it.
29902
29903     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29904     Acked-by: Becky Bruce <beckyb@kernel.crashing.org>
29905
29906 commit c840d26c752141b94bbc24ac748ddd45752a955a
29907 Author: Kumar Gala <galak@kernel.crashing.org>
29908 Date:   Tue Mar 31 23:11:05 2009 -0500
29909
29910     85xx: Introduce determine_mp_bootpg() helper.
29911
29912     Match determine_mp_bootpg() that was added for 86xx.  We need this to
29913     address a bug introduced in v2009.03 with 86xx MP booting.  We have to
29914     make sure to reserve the region of memory used for the MP bootpg() so
29915     other u-boot code doesn't use it.
29916
29917     Also added a comment about how cpu_reset() is dealing w/an errata on
29918     early 85xx MP HW.
29919
29920     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29921
29922 commit 7649a590b53ee548f41428bf20780f74ce9fc099
29923 Author: Kumar Gala <galak@kernel.crashing.org>
29924 Date:   Tue Mar 31 23:02:38 2009 -0500
29925
29926     86xx: Cleanup MP support
29927
29928     * Use CONFIG_MP instead of CONFIG_NUM_CPUS to match 85xx
29929     * Introduce determine_mp_bootpg() helper.  We'll need this to address a
29930       bug introduced in v2009.03 with 86xx MP booting.  We have to make sure
29931       to reserve the region of memory used for the MP bootpg() so other
29932       u-boot code doesn't use it.
29933     * Added dummy versions of cpu_reset(), cpu_status() & cpu_release() to
29934       allow cmd_mp.c to build and work. In the future we should look at
29935       implementing all these functions. This could be common w/85xx if we
29936       use spin tables on 86xx.
29937
29938     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29939
29940 commit f6ef8b7a43ed7f68a4bb524faad5e4f75ea3e3e2
29941 Author: Becky Bruce <beckyb@kernel.crashing.org>
29942 Date:   Tue Mar 31 18:38:37 2009 -0500
29943
29944     mpc8641hpcn/sbc8641d: Add missing board_lmb_reserves
29945
29946     We're missing the board_lmb_reserve definitions that allow
29947     cpu_mp_lmb_reserve to be called; this means that Linux
29948     is free to reallocate reserved pages.  Linux currently boots
29949     because we're getting lucky - the page we've reserved is
29950     high enough in memory that it isn't allocated by Linux
29951     while we still need it to be in existence.
29952
29953     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
29954     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29955
29956 commit 0fc4f64c59873a47d555dd66bad25797d4ecb0ed
29957 Author: Ladislav Michl <ladis@linux-mips.org>
29958 Date:   Tue Mar 31 13:43:10 2009 +0200
29959
29960     NetStar: fix NAND
29961
29962     Fix NAND support broken during new NAND code merge. Move those few lines of
29963     code to board/netstar/netstar.c
29964
29965     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
29966
29967 commit d144f94d590b5190a9963bd0f2026b2a7ce67eda
29968 Author: Jens Scharsig <esw@bus-elektronik.de>
29969 Date:   Tue Mar 31 08:18:29 2009 +0200
29970
29971     soft_i2c.c compiler/linker error
29972
29973     This patch fix the compiler/linker errors
29974
29975     common/cmd_i2c.c:1252: undefined reference to `i2c_get_bus_speed'
29976     common/cmd_i2c.c:1256: undefined reference to `i2c_set_bus_speed'
29977
29978     if board use CONFIG_I2C_CMD_TREE and CONFIG_I2C_MULTI_BUS is not
29979     uesd/undef (wrong define order)
29980
29981     and
29982
29983     removes additional empty lines
29984
29985     Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
29986
29987 commit 765547dc5e0e8cbe6b8f4ea8a5d6ff237935c352
29988 Author: Haiying Wang <Haiying.Wang@freescale.com>
29989 Date:   Fri Mar 27 17:02:45 2009 -0400
29990
29991     MPC85xx: Add MPC8569MDS board support
29992
29993     This patch adds MPC8569MDS board support. The UART, QE UEC1 and UEC2, BRD
29994     EEPROM on I2C2 bus, PCI express and DDR3 SPD are supported in this patch.
29995
29996     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
29997     Signed-off-by: Hillel Avni <Hillel.Avni@freescale.com>
29998     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29999
30000 commit 22b6dbc1696d927d938dd4e16f65d83c0d4fb3f4
30001 Author: Haiying Wang <Haiying.Wang@freescale.com>
30002 Date:   Fri Mar 27 17:02:44 2009 -0400
30003
30004     MPC85xx: Add MPC8569 CPU support
30005
30006     There is a workaround for MPC8569 CPU Errata, which needs to set Bit 13 of
30007     LBCR in 4K bootpage. We setup a temp TLB for eLBC controller in bootpage,
30008     then invalidate it after LBCR bit 13 is set.
30009
30010     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
30011     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30012
30013 commit 2d4de6ae5be54b367a72a7ef4e0cf36a9cd4881f
30014 Author: Haiying Wang <Haiying.Wang@freescale.com>
30015 Date:   Thu Mar 26 17:01:49 2009 -0400
30016
30017     MPC85xx: Load and enable QE microcode patch in IRAM
30018
30019     For the silicon which doesn't have ROM support in QE, it always needs to load
30020     a pre-built ucode binary to IRAM so that QE can work.
30021
30022     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
30023     Signed-off-by: Hillel Avni <Hillel.Avni@freescale.com>
30024
30025 commit 1b3e4044a28a3d95b0aad41bdc52482bb2cc9b2b
30026 Author: Kumar Gala <galak@kernel.crashing.org>
30027 Date:   Thu Mar 19 09:16:10 2009 -0500
30028
30029     85xx: Add support for additional e500mc features
30030
30031     * Enable backside L2
30032     * e500mc no longer has timebase enable in HID (moved to CCSR register)
30033
30034     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30035
30036 commit c360ceac0286159f94d9d1a9496fc9858c8d9bec
30037 Author: Dave Liu <daveliu@freescale.com>
30038 Date:   Sat Mar 14 12:48:30 2009 +0800
30039
30040     fsl-ddr: add the DDR3 SPD infrastructure
30041
30042     - support mirrored DIMMs, not support register DIMMs
30043     - test passed on P2020DS board with MT9JSF12872AY-1G1D1
30044     - test passed on MPC8569MDS board with MT8JSF12864HY-1G1D1
30045
30046     Signed-off-by: Dave Liu <daveliu@freescale.com>
30047     Signed-off-by: Travis Wheatley <travis.wheatley@freescale.com>
30048
30049 commit 6a8197836702991468cead5ead073f589e2623ad
30050 Author: Dave Liu <daveliu@freescale.com>
30051 Date:   Sat Mar 14 12:48:19 2009 +0800
30052
30053     fsl-ddr: Fix two bugs in the ddr infrastructure
30054
30055     1. wr_lat
30056        UM said the total write latency for DDR2 is equal to
30057        WR_LAT + ADD_LAT, the write latency is CL + ADD_LAT - 1.
30058        so, the WR_LAT = CL - 1;
30059     2. rd_to_pre
30060        we missed to add the ADD_LAT for DDR2 case.
30061
30062     Reported-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
30063     Signed-off-by: Dave Liu <daveliu@freescale.com>
30064
30065 commit 540dcf1cb86961e11aa92c47671f27762c581d8c
30066 Author: Kumar Gala <galak@kernel.crashing.org>
30067 Date:   Thu Mar 26 01:34:39 2009 -0500
30068
30069     83xx: Use common LSDMR defines from asm/fsl_lbc.h
30070
30071     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30072     Acked-by: Kim Phillips <kim.phillips@freescale.com>
30073
30074 commit b0fe93eda69721aef1fdef576164b668fad83bbd
30075 Author: Kumar Gala <galak@kernel.crashing.org>
30076 Date:   Thu Mar 26 01:34:38 2009 -0500
30077
30078     85xx: Use common LSDMR defines from asm/fsl_lbc.h
30079
30080     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30081
30082 commit 0088c298f0eeb90ec001f744e9959dea83dd563a
30083 Author: Kumar Gala <galak@kernel.crashing.org>
30084 Date:   Thu Mar 26 01:34:37 2009 -0500
30085
30086     Add LSDMR (SDRAM Mode Register) definition on localbus
30087
30088     The masks for various bit defines of LSDMR are common and thus we can
30089     define them in one place rather than replicating them in each config.h
30090
30091     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30092
30093 commit 89c00fb15859213788f0ad089934c376fb356099
30094 Author: Ladislav Michl <ladis@linux-mips.org>
30095 Date:   Mon Mar 30 18:58:41 2009 +0200
30096
30097     OMAP: use {read,write}l to access timer registers
30098
30099     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
30100
30101 commit 81472d893fa565c9d300928a40e504a689bde131
30102 Author: Ladislav Michl <ladis@linux-mips.org>
30103 Date:   Mon Mar 30 18:58:41 2009 +0200
30104
30105     OMAP: rename timer divisor
30106
30107     Divisor field is called PTV not PVT.
30108
30109     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
30110     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30111
30112 commit fe672d60b2a8c9e803596ba4533fa1776015551d
30113 Author: Ladislav Michl <ladis@linux-mips.org>
30114 Date:   Mon Mar 30 18:58:40 2009 +0200
30115
30116     OMAP: reindent timer code
30117
30118     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
30119
30120 commit b3f66b0ba09949e0796ce7fad6367f75f15ed890
30121 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30122 Date:   Mon Mar 30 18:58:40 2009 +0200
30123
30124     s3c2410: move nand driver to drivers/mtd/nand
30125
30126     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30127
30128 commit d3b635774194404bcd424f6b376419bce22076ad
30129 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30130 Date:   Mon Mar 30 18:58:40 2009 +0200
30131
30132     s3c24x0: move i2c driver to drivers/i2c
30133
30134     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30135
30136 commit 300f99f4539dd5caf7e19af5e4ea5eb259445913
30137 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30138 Date:   Mon Mar 30 18:58:39 2009 +0200
30139
30140     s3c24x0: move serial driver to drivers/serial
30141
30142     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30143
30144 commit 942ba9969b9efa25f816c238861ecb339c54ed73
30145 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30146 Date:   Mon Mar 30 18:58:39 2009 +0200
30147
30148     davinci: move i2c driver to drivers/i2c
30149
30150     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30151
30152 commit ee4f3e2765a1c65c9861c5d2cf2e6feb84b90bd8
30153 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30154 Date:   Mon Mar 30 18:58:39 2009 +0200
30155
30156     davinci: move nand driver to drivers/mtd/nand
30157
30158     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30159
30160 commit d3e55d0774a180c1837bd7ddec464015e883bd86
30161 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30162 Date:   Mon Mar 30 18:58:38 2009 +0200
30163
30164     imx: move serial driver to drivers/serial
30165
30166     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30167
30168 commit 2344bb8de2354101a8264c2123303c9d8d2aed3c
30169 Author: Detlev Zundel <dzu@denx.de>
30170 Date:   Mon Mar 30 00:31:36 2009 +0200
30171
30172     inka4x0: Use proper accessor macros for memory mapped registers.
30173
30174     Signed-off-by: Detlev Zundel <dzu@denx.de>
30175
30176 commit e979e85fd39b06436922bb4d6bb5fafcbc775182
30177 Author: Detlev Zundel <dzu@denx.de>
30178 Date:   Mon Mar 30 00:31:35 2009 +0200
30179
30180     inka4x0: Add hardware diagnosis and RTC in configuration.
30181
30182     This patch adds the board specific communication routines needed by
30183     the external 4543 RTC.
30184
30185     Signed-off-by: Detlev Zundel <dzu@denx.de>
30186     Signed-off-by: Andreas Pfefferle <ap@denx.de>
30187
30188 commit 7b5611cdd12ca0cc33f994f0d4a4454788fc3124
30189 Author: Detlev Zundel <dzu@denx.de>
30190 Date:   Mon Mar 30 00:31:34 2009 +0200
30191
30192     inka4x0: Add hardware diagnosis functions for inka4x0
30193
30194     This patch adds advanced diagnosis functions for the inka4x0 board.
30195
30196     Signed-off-by: Andreas Pfefferle <ap@denx.de>
30197     Signed-off-by: Detlev Zundel <dzu@denx.de>
30198
30199 commit 04e11cf383ff6231535fd981023bb1306b2133d4
30200 Author: Detlev Zundel <dzu@denx.de>
30201 Date:   Mon Mar 30 00:31:33 2009 +0200
30202
30203     rtc: add support for 4543 RTC (manufactured by e.g. EPSON)
30204
30205     Signed-off-by: Detlev Zundel <dzu@denx.de>
30206     Signed-off-by: Andreas Pfefferle <ap@denx.de>
30207
30208 commit 572e6179adb5447ff42ec2aa5cf3a26decf97583
30209 Author: Detlev Zundel <dzu@denx.de>
30210 Date:   Mon Mar 30 00:31:32 2009 +0200
30211
30212     drivers/twserial: Add protocol driver for "three wire serial" interface.
30213
30214     This pretty unintelligent interface is used on some RTC chips.
30215
30216     Signed-off-by: Detlev Zundel <dzu@denx.de>
30217
30218 commit a6ef3ddeafbe8007af3662cc4509b897c53ab395
30219 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30220 Date:   Sun Mar 29 23:01:42 2009 +0200
30221
30222     arm720t/clps7111: move serial driver to drivers/serial
30223
30224     add CONFIG_CLPS7111_SERIAL to activate the driver
30225
30226     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30227
30228 commit 6790c55704531eb98f76b51d50e0f73d19fa2988
30229 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30230 Date:   Sun Mar 29 23:01:42 2009 +0200
30231
30232     lpc2292: move serial driver to drivers/serial
30233
30234     add CONFIG_LPC2292_SERIAL to activate the driver
30235
30236     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30237
30238 commit 176a600d0ecdaccbac483d2ba992d0119f853119
30239 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30240 Date:   Sun Mar 29 23:01:42 2009 +0200
30241
30242     ks8695: move serial driver to drivers/serial
30243
30244     add CONFIG_KS8695_SERIAL to activate the driver
30245
30246     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30247
30248 commit 6d27bca15d445fcf07d6e7e30ced95c945c875ea
30249 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30250 Date:   Sun Mar 29 23:01:42 2009 +0200
30251
30252     s3c64xx: move usb driver to drivers/usb
30253
30254     add CONFIG_USB_S3C64XX to activate the driver
30255
30256     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30257
30258 commit ecfa8dda2f55e1fbe12dee0b5cc16e7d484674c9
30259 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30260 Date:   Sun Mar 29 23:01:41 2009 +0200
30261
30262     imx31: move serial driver to drivers/serial
30263
30264     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30265
30266 commit 9ea91c9fefb3920d735533a7798c1a44a3ed3ffc
30267 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30268 Date:   Sun Mar 29 23:01:41 2009 +0200
30269
30270     netarm: move serial driver to drivers/serial
30271
30272     add CONFIG_NETARM_SERIAL to activate the driver
30273
30274     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30275
30276 commit 412ab705888742add435dd6ffc2e8bda14962235
30277 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30278 Date:   Sun Mar 29 23:01:41 2009 +0200
30279
30280     sa1100: move serial driver to drivers/serial
30281
30282     add CONFIG_SA1100_SERIAL to activate the driver
30283
30284     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30285
30286 commit b2368754a9202225fd072e159fb78da7d2cdb623
30287 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30288 Date:   Sun Mar 29 23:01:41 2009 +0200
30289
30290     s3c44b0: extract cache from cpu.c
30291
30292     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30293
30294 commit 40fd626223eae5363719bcb9a6896f08ceeee90a
30295 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30296 Date:   Sun Mar 29 23:01:41 2009 +0200
30297
30298     s3c44b0: move serial driver to drivers/serial
30299
30300     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30301
30302 commit 5fe1377cc46199fe71c47be4b1aa81440ae96f9f
30303 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30304 Date:   Sun Mar 29 23:01:40 2009 +0200
30305
30306     s3c44b0: move rtc driver to drivers/rtc
30307
30308     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30309
30310 commit 50f601cca8985615f9e3de4c34887448ade8a64b
30311 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30312 Date:   Sun Mar 29 23:01:40 2009 +0200
30313
30314     s3c44b0: move i2c driver to drivers/i2c
30315
30316     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30317
30318 commit 281dfb0c0c531194f99e60d6285cca4e2a9fb1b6
30319 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30320 Date:   Sun Mar 29 23:01:36 2009 +0200
30321
30322     s3c4510b: move specific code to soc directory
30323
30324     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30325
30326 commit 04531f3c11c693dc54924f82c41979d960309c9d
30327 Author: Ladislav Michl <ladis@linux-mips.org>
30328 Date:   Wed Mar 25 23:43:58 2009 +0100
30329
30330     NetStar: add RTC support
30331
30332     Add RTC support.
30333
30334     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
30335
30336 commit 71f7bd305d9768bcb7ddbe4b5823cbf3b3597b11
30337 Author: Ladislav Michl <ladis@linux-mips.org>
30338 Date:   Wed Mar 25 23:43:50 2009 +0100
30339
30340     NetStar: use generic flash driver
30341
30342     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
30343
30344 commit 3f464b0fc009d41d2734c08e472eb6d445f73a5c
30345 Author: Ladislav Michl <ladis@linux-mips.org>
30346 Date:   Mon Mar 16 23:31:20 2009 +0100
30347
30348     NetStar: update crcit utility
30349
30350     Make crc32 function to match its prototype. Use more meaningful identifiers.
30351
30352     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
30353
30354 commit 488f5d8790c451fc527fe5d2ef218f2a5e40ea17
30355 Author: Ladislav Michl <ladis@linux-mips.org>
30356 Date:   Mon Mar 23 17:46:27 2009 +0100
30357
30358     Remove nowhere used symbol CONFIG_SYS_CLKS_IN_HZ
30359
30360     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
30361
30362 commit 88685b5f62274167ad2ba8a58e108d89ff71955b
30363 Author: Wolfgang Denk <wd@denx.de>
30364 Date:   Sun Mar 29 00:58:16 2009 +0100
30365
30366     VCMA9: fix compile errors
30367
30368     Fix these:
30369     cmd_vcma9.c:82: warning: implicit declaration of function 'eth_getenv_enetaddr'
30370     cmd_vcma9.c:89: error: 'enetaddr' undeclared (first use in this function)
30371
30372     Signed-off-by: Wolfgang Denk <wd@denx.de>
30373
30374 commit 26e42cbd786241fec370a0b92ad591f4e9cc423b
30375 Author: Wolfgang Denk <wd@denx.de>
30376 Date:   Sun Mar 29 00:54:21 2009 +0100
30377
30378     ARM: fix warning: 'print_eth' defined but not used
30379
30380     This warning got issued for all ARM systems that don't have
30381     CONFIG_CMD_NET enabled.
30382
30383     Signed-off-by: Wolfgang Denk <wd@denx.de>
30384
30385 commit fd88d91a639ce41b825c8d50dc2182050e98fe53
30386 Author: Ladislav Michl <ladis@linux-mips.org>
30387 Date:   Mon Mar 23 18:16:34 2009 +0100
30388
30389     cs8900 compile fix
30390
30391     cs8900.c: In function 'eth_init':
30392     cs8900.c:164: warning: passing argument 2 of 'eth_getenv_enetaddr' from incompatible pointer type
30393     cs8900.c:165: error: invalid operands to binary <<
30394     cs8900.c:166: error: invalid operands to binary <<
30395     cs8900.c:167: error: invalid operands to binary <<
30396
30397     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
30398     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30399
30400 commit d2567be915036720693f3ddd00c39b5b4d86fb8d
30401 Author: Wolfgang Denk <wd@denx.de>
30402 Date:   Sat Mar 28 20:16:16 2009 +0100
30403
30404     Fix implicit declaration of function 'eth_[gs]etenv_enetaddr'
30405
30406     ...and some other compile warnings.
30407
30408     Signed-off-by: Wolfgang Denk <wd@denx.de>
30409
30410 commit 97b05d7d524a6b4f195f07b8f90e98561a85596c
30411 Author: Wolfgang Denk <wd@denx.de>
30412 Date:   Sat Mar 28 16:17:29 2009 +0100
30413
30414     mpc8xx/ether.c: fix warning: unused variable 'bd'
30415
30416     Also minor coding style cleanup.
30417
30418     Signed-off-by: Wolfgang Denk <wd@denx.de>
30419
30420 commit 2dce551e10728f9e5655279f761f1d3cc0a8fe90
30421 Author: Detlev Zundel <dzu@denx.de>
30422 Date:   Wed Mar 25 17:27:52 2009 +0100
30423
30424     command.c: Expose the core of do_help as _do_help to the rest of u-boot.
30425
30426     Other commands implementing subcommands can reuse this code nicely.
30427
30428     Signed-off-by: Detlev Zundel <dzu@denx.de>
30429     Signed-off-by: Andreas Pfefferle <ap@denx.de>
30430
30431 commit 4e325fbfa4dea04eceb6392e00807c40d214dc6f
30432 Author: Detlev Zundel <dzu@denx.de>
30433 Date:   Tue Mar 24 18:02:33 2009 +0100
30434
30435     mpc5xxx: Add structure definition for several more register blocks.
30436
30437     Signed-off-by: Detlev Zundel <dzu@denx.de>
30438
30439 commit 739b0e594677a0676577bc95db4495a5563fc7f8
30440 Author: Detlev Zundel <dzu@denx.de>
30441 Date:   Fri Mar 27 15:03:55 2009 +0100
30442
30443     MAINTAINERS: Add entry for 'inka4x0' board.
30444
30445     Signed-off-by: Detlev Zundel <dzu@denx.de>
30446
30447 commit e55ecec45340755ef47cbbb13fb35ceed60eb115
30448 Author: Detlev Zundel <dzu@denx.de>
30449 Date:   Fri Mar 27 15:03:54 2009 +0100
30450
30451     MAINTAINERS: Keep list sorted.
30452
30453     Signed-off-by: Detlev Zundel <dzu@denx.de>
30454
30455 commit 0baeca4b09b703728f8e66b52418039fd8f8ce35
30456 Author: Mike Frysinger <vapier@gentoo.org>
30457 Date:   Thu Mar 26 11:17:41 2009 -0400
30458
30459     karef/metrobox/xpedite1k: fix eth_setenv_enetaddr typos
30460
30461     The function is called "eth_setenv_enetaddr", not "eth_putenv_enetaddr".
30462
30463     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30464     CC: Ben Warren <biggerbadderben@gmail.com>
30465
30466 commit 76756e41cde0a617e781a604cc47dfaef63697cd
30467 Author: Heiko Schocher <hs@denx.de>
30468 Date:   Thu Mar 26 07:33:59 2009 +0100
30469
30470     ppc: cleanup compiler errors/warnings
30471
30472     Current u-boot top of tree builds with warnings/errors for
30473     the following boards:
30474
30475     ads5121 cpci5200 mecp5200 v38b IAD210 MBX MBX860T NX823
30476     RPXClassic debris PN62
30477
30478     following patch solves this.
30479
30480     Signed-off-by: Heiko Schocher <hs@denx.de>
30481     Acked-by: Mike Frysinger <vapier@gentoo.org>
30482
30483 commit 3edf68c47fdd52f19c1e840771c19ba90cf5ced1
30484 Author: Stefan Roese <sr@denx.de>
30485 Date:   Thu Mar 26 16:14:13 2009 +0100
30486
30487     ppc4xx: Sequoia: Fix TLB reassignment in NAND booting code
30488
30489     This patch fixes a bug in the Sequoia TLB init code to reconfigure
30490     the correct TLB (boot space) after running from RAM. This bug was
30491     introduced with patch 4d332dbeb08f5863d1ea69d91a00c5499d3a87ed
30492     [ppc4xx: Make Sequoia boot vxWorks] which changed the order of the
30493     TLB in the Sequoia init.S file.
30494
30495     Signed-off-by: Stefan Roese <sr@denx.de>
30496
30497 commit e2b66fe453a3679f807b37fc5923d89214302764
30498 Author: Wolfgang Denk <wd@denx.de>
30499 Date:   Thu Mar 26 10:00:57 2009 +0100
30500
30501     ads5121: enable instruction cache
30502
30503     Enabling the instruction cache significantly accelerates U-Boot
30504     operations like CRC checking, image uncompression, etc.
30505
30506     Kudos to Andrea Scian for pointing out.
30507
30508     Signed-off-by: Wolfgang Denk <wd@denx.de>
30509
30510 commit 33e88c557b29c84c52039ba05993fa70fe62afe3
30511 Author: Jon Smirl <jonsmirl@gmail.com>
30512 Date:   Sun Mar 22 22:55:45 2009 -0400
30513
30514     mpc5200: suppress printf until console initialized
30515
30516     On boards which have the environment in eeprom, i2c_init() is called
30517     before the console and RAM are initialized.
30518     Suppress printfs until the console is initialized.
30519
30520     Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
30521     Acked-by: Heiko Schocher <hs@denx.de>
30522
30523 commit 0c6926736effbb9a19047949b7e9b3e8feab7c46
30524 Author: Guennadi Liakhovetski <lg@denx.de>
30525 Date:   Wed Mar 25 11:36:50 2009 +0100
30526
30527     ARM: Add the imx31_phycore_eet board to MAKEALL
30528
30529     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
30530
30531 commit 917cfc70c18b74fa8a80189bdce8395199fa8360
30532 Author: Nishanth Menon <nm@ti.com>
30533 Date:   Wed Mar 25 22:13:56 2009 +0100
30534
30535     OMAP3:Beagle: Enable mtdparts
30536
30537     http://www.denx.de/wiki/DULG/UBootCmdGroupFlash#UBootCmdFlMtdparts
30538     provides a flexible way to create and maintain u-boot mtd
30539     partitions. This allows commands such as "nand erase fs"
30540     to work and the user no longer needs to decode the absolute
30541     nand offsets. This patch enables this function for beagleboard
30542
30543     Signed-off-by: Nishanth Menon <nm@ti.com>
30544     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30545
30546 commit 4de1a5daab079ddc8ce1274144700203d692105c
30547 Author: Mike Frysinger <vapier@gentoo.org>
30548 Date:   Sun Feb 22 16:26:35 2009 -0500
30549
30550     Blackfin: bf537-stamp: split post code out into dedicated post.c
30551
30552     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30553
30554 commit 5e8f245743ed14c89e495ba2c027703db9813160
30555 Author: Mike Frysinger <vapier@gentoo.org>
30556 Date:   Sat Oct 11 22:51:56 2008 -0400
30557
30558     Blackfin: add support for S25FL128 parts
30559
30560     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30561
30562 commit bf1e028bf3eab1d702fa0627cade4460688f3913
30563 Author: Mike Frysinger <vapier@gentoo.org>
30564 Date:   Sat Oct 11 22:51:23 2008 -0400
30565
30566     Blackfin: overhaul SPI flash handling to speed things up
30567
30568     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30569
30570 commit efcc08cededa2168b96f12a22a5872340880d334
30571 Author: Mike Frysinger <vapier@gentoo.org>
30572 Date:   Sat Oct 11 22:51:05 2008 -0400
30573
30574     Blackfin: add support for SST SPI flashes
30575
30576     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30577
30578 commit 5b8cfbe63f7242ebb1008f30bbbc85a9d54b38cf
30579 Author: Mike Frysinger <vapier@gentoo.org>
30580 Date:   Sat Oct 11 22:50:10 2008 -0400
30581
30582     Blackfin: add hack for crappy m25p80
30583
30584     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30585
30586 commit 6f5fd56f0832ea5c254e2e4be84ea21fc8ecd5c5
30587 Author: Mike Frysinger <vapier@gentoo.org>
30588 Date:   Wed Jan 21 20:47:12 2009 -0500
30589
30590     Blackfin: bf537-stamp: increase monitor size
30591
30592     The new jffs2 code pushed the code size just over the limit, so increase
30593     the limit a bit more.
30594
30595     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30596
30597 commit f82caaccc87e1f76448ff42a6b930e59797e4f65
30598 Author: Mike Frysinger <vapier@gentoo.org>
30599 Date:   Mon Dec 8 16:16:11 2008 -0500
30600
30601     Blackfin: bf537-stamp: bump default SCLK up to 125MHz
30602
30603     Since all of the bf537-stamp and bf537-ezkit boards out there can handle it,
30604     increase the speed of SCLK to 125MHz rather than 100MHz.
30605
30606     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30607
30608 commit 751e54c3b77311b720b794813cce20546f288ada
30609 Author: Mike Frysinger <vapier@gentoo.org>
30610 Date:   Sat Oct 11 22:44:14 2008 -0400
30611
30612     Blackfin: bf537-stamp: rewrite MAC-in-flash handling
30613
30614     Use the common net eth functions to setup the env/global data with the MAC
30615     address, and properly handle the case where CONFIG_SYS_NO_FLASH is defined.
30616
30617     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30618
30619 commit 88f9faffb383bbc6f23b8cc8519c5ffecfa2c8ad
30620 Author: Mike Frysinger <vapier@gentoo.org>
30621 Date:   Tue Dec 9 13:47:39 2008 -0500
30622
30623     Blackfin: add clkin_hz= to default kernel command line for ADI boards
30624
30625     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30626
30627 commit 9f64ba2412d3cede9eb1f290987e5c3a28df3232
30628 Author: Mike Frysinger <vapier@gentoo.org>
30629 Date:   Sun Oct 12 23:49:13 2008 -0400
30630
30631     Blackfin: bf533-stamp: bump up default clocks
30632
30633     Since the hardware can handle it, bump the default clocks from 80mhz SCLK
30634     and 398mhz CCLK to 100mhz SCLK and 498mhz CCLK.
30635
30636     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30637
30638 commit 23fd959eeaaa0434ac7f9c1191de66c76d97d699
30639 Author: Mike Frysinger <vapier@gentoo.org>
30640 Date:   Sat Oct 11 22:40:22 2008 -0400
30641
30642     Blackfin: bf533-stamp: rewrite startup LED notifications
30643
30644     Again, don't clobber pins that we aren't actually using, and use the common
30645     LED framework rather than our own hob-job-but-not-really-working.
30646
30647     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30648
30649 commit cf6f469e2730fc8ab3523808b828be000d6eee77
30650 Author: Mike Frysinger <vapier@gentoo.org>
30651 Date:   Sun Jun 1 09:09:48 2008 -0400
30652
30653     Blackfin: unify common ADI board settings
30654
30655     Rather than duplicate the same ADI settings in every ADI board, create a
30656     common ADI config header and have all ADI boards start using that.  This
30657     will also make merging the ~10 boards I have to forward port a lot easier.
30658
30659     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30660
30661 commit 196c74311f394c6eb08bd9ab07a35671299b9851
30662 Author: Kyungmin Park <kmpark@infradead.org>
30663 Date:   Tue Mar 3 09:05:53 2009 +0900
30664
30665     Reduce OneNAND IPL common code
30666
30667     OneNAND IPL has common codes for RAM init, load data, and jump to 2nd
30668     bootloader, but it's common code used about 300~400 bytes. So board
30669     specific codes, such as lowlevel_init, can't has enough code. It make
30670     a difficult to implement OneNAND IPL.
30671
30672     his patch make this common code as small as possible. and give
30673     lowlevel_init can have more codes.
30674
30675     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
30676     Signed-off-by: Scott Wood <scottwood@freescale.com>
30677
30678 commit 16f2f5a351004129e79e79816697a367fd9e5446
30679 Author: Wolfgang Grandegger <wg@grandegger.com>
30680 Date:   Wed Feb 11 18:38:24 2009 +0100
30681
30682     Add multi-chip NAND support for the TQM8548 modules
30683
30684     This patches configures the NAND UPM-FSL driver with multi-chip
30685     support for the Micron MT29F8G08FAB NAND flash memory on the
30686     TQM8548 modules.
30687
30688     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
30689     Signed-off-by: Scott Wood <scottwood@freescale.com>
30690
30691 commit 33846df28fa1f4cf96a96c18142d48d813caa892
30692 Author: Wolfgang Grandegger <wg@grandegger.com>
30693 Date:   Wed Feb 11 18:38:23 2009 +0100
30694
30695     Add wait flags to support board/chip specific delays
30696
30697     The NAND flash on the TQM8548_BE modules requires a short delay after
30698     running the UPM pattern like the MPC8360ERDK board does. The TQM8548_BE
30699     requires a further short delay after writing out a buffer. Normally the
30700     R/B pin should be checked, but it's not connected on the TQM8548_BE.
30701     The corresponding Linux FSL UPM driver uses similar delay points at the
30702     same locations. To manage these extra delays in a more general way, I
30703     introduced the "wait_flags" field allowing the board-specific driver to
30704     specify various types of extra delay.
30705
30706     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
30707     Signed-off-by: Scott Wood <scottwood@freescale.com>
30708
30709 commit 06e9f7df054d26d7f49c56bf9a6844b193ad6313
30710 Author: Wolfgang Grandegger <wg@grandegger.com>
30711 Date:   Wed Feb 11 18:38:22 2009 +0100
30712
30713     Add support for TQM-specific chip select logic to FSL-UPM
30714
30715     For the NAND chips on the TQM8548 modules, a special chip-select logic is
30716     used. It uses dedicated address lines to be set via UPM machine address
30717     register (mar). This patch adds such support to the FSL-UPM driver.
30718
30719     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
30720     Signed-off-by: Scott Wood <scottwood@freescale.com>
30721
30722 commit e93c1c169d49eda7babad9c781f541e2e34f0ff0
30723 Author: Wolfgang Grandegger <wg@grandegger.com>
30724 Date:   Wed Feb 11 18:38:21 2009 +0100
30725
30726     Add multi chip support to the FSL-UPM driver
30727
30728     This patch adds support for multi-chip NAND devices to the FSL-UPM
30729     driver. The "dev_ready" callback of the "struct fsl_upm_nand" is now
30730     called with the argument "chip_nr" to allow testing the proper chip
30731     select line. The NAND support of the MPC8360ERDK is updated as well.
30732     No other boards are currently using the FSL UPM driver.
30733
30734     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
30735     Signed-off-by: Scott Wood <scottwood@freescale.com>
30736
30737 commit 672ed2aee91b4856f6671fc72cd34168d8f1b624
30738 Author: Wolfgang Grandegger <wg@grandegger.com>
30739 Date:   Wed Feb 11 18:38:20 2009 +0100
30740
30741     Enable multi chip support in the NAND layer
30742
30743     This patch adds support for NAND_MAX_CHIPS to the MTD NAND layer.
30744     Multi-chips devices are displayed as shown:
30745
30746       Device 0: 2x NAND 512MiB 3,3V 8-bit, sector size 128 KiB
30747
30748     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
30749     Signed-off-by: Scott Wood <scottwood@freescale.com>
30750
30751 commit 74398b23f9c2ffdc137fd92910a46e3333fb93f9
30752 Author: Mike Frysinger <vapier@gentoo.org>
30753 Date:   Sat Oct 11 21:58:33 2008 -0400
30754
30755     Blackfin: put memory into self-refresh before/after programming clocks
30756
30757     When initializing the core clocks, stick external memory into self-refresh.
30758     This gains us a few cool things:
30759      - support suspend-to-RAM with Linux
30760      - reprogram clocks automatically when doing "go" on u-boot.bin in RAM
30761      - make sure settings are stable before flashing new version
30762      - finally fully unify initialize startup code path between LDR/non-LDR
30763
30764     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30765
30766 commit d347d572ab1f2d47bf257c9f7ca2e602038a136b
30767 Author: Mike Frysinger <vapier@gentoo.org>
30768 Date:   Sat Oct 11 21:56:08 2008 -0400
30769
30770     Blackfin: do not program voltage regulator on parts that do not have one
30771
30772     Some newer Blackfins (like the BF51x) do not have an on-chip voltage
30773     regulator, so do not attempt to program the memory as if it does.
30774
30775     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30776
30777 commit 0d4f24b70f7a979f58174f3eb271874950b551b6
30778 Author: Mike Frysinger <vapier@gentoo.org>
30779 Date:   Sun Jun 1 01:28:24 2008 -0400
30780
30781     Blackfin: setup a sane default EBIU_SDBCTL for SDRAM controllers
30782
30783     If the board config does not specify an explicit EBIU_SDBCTL value, set it
30784     up with sane values based on other configuration options.
30785
30786     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30787
30788 commit 3986e981f565c08f10c7e526af8cb518d741c349
30789 Author: Mike Frysinger <vapier@gentoo.org>
30790 Date:   Sat Dec 6 18:06:58 2008 -0500
30791
30792     Blackfin: handle reboot anomaly 432
30793
30794     Workaround anomaly 432:
30795     The bfrom_SysControl() firmware function does not clear the SIC_IWR1
30796     register before executing the PLL programming sequence.  Therefore, any
30797     interrupt enabled in the SIC_IWR1 register prior to the call to
30798     bfrom_SysControl() can prematurely terminate the idle sequence required
30799     for the PLL to relock properly. SIC_IWR0 is properly handled.
30800
30801     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30802
30803 commit 7e1d212b6da492c6ea32c62af92e185284f41291
30804 Author: Mike Frysinger <vapier@gentoo.org>
30805 Date:   Sat Oct 18 04:04:49 2008 -0400
30806
30807     Blackfin: kill off LDR jump block
30808
30809     The Boot ROM uses EVT1 as the entry point so set that rather than having
30810     to use a tiny jump block in the default EVT1 location.
30811
30812     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30813
30814 commit a75fa148d60b1975403441e45565621bba50d2d9
30815 Author: Mike Frysinger <vapier@gentoo.org>
30816 Date:   Tue Jan 6 10:00:48 2009 -0500
30817
30818     Blackfin: simplify symbol_lookup() a bit
30819
30820     No need to skip a byte as the symbol table handles this.
30821
30822     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30823
30824 commit 59f0978a7e78d20277ddbde7caf0ea877f3cfd98
30825 Author: Mike Frysinger <vapier@gentoo.org>
30826 Date:   Sat Feb 7 05:43:21 2009 -0500
30827
30828     Blackfin: fix SIC_RVECT definition: it is 16bits, not 32bits
30829
30830     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30831
30832 commit 58130f8920151d9e8942bbdf3388f2defb47e415
30833 Author: Mike Frysinger <vapier@gentoo.org>
30834 Date:   Sat Feb 7 05:41:17 2009 -0500
30835
30836     Blackfin: drop SPORT_TX read helper macros
30837
30838     The SPORT_TX registers cannot be read (the hardware will trigger an error),
30839     so drop the read helper macros.
30840
30841     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30842
30843 commit 820b076c449688bcd4af6db5a33ae424d1a60d0e
30844 Author: Mike Frysinger <vapier@gentoo.org>
30845 Date:   Sat Feb 7 05:25:35 2009 -0500
30846
30847     Blackfin: unify duplicate CPU port definitions
30848
30849     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30850
30851 commit 744fd240d181b0b05b1436e1b655c9a62526c752
30852 Author: Mike Frysinger <vapier@gentoo.org>
30853 Date:   Fri Feb 6 00:59:50 2009 -0500
30854
30855     Blackfin: drop now-unused CONFIG_SYS_BFIN_CMD_XXX
30856
30857     With the new CONFIG_XXX system and CONFIG_CMD_XXX handling, these defines
30858     are no longer used/needed.
30859
30860     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30861
30862 commit 45c48953e8a4038bd49c46813fcff5a207867ae4
30863 Author: Mike Frysinger <vapier@gentoo.org>
30864 Date:   Mon Oct 6 04:01:26 2008 -0400
30865
30866     Blackfin: print out Flash: before checking it
30867
30868     If there is some problem in the flash init/checking code, it's nicer to see
30869     the message "Flash:" before crashing.  This way the source of the problem
30870     is a bit more straightforward.
30871
30872     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30873
30874 commit 1c7a79a04eb916f685f7275520b5eea6968a1559
30875 Author: Mike Frysinger <vapier@gentoo.org>
30876 Date:   Thu Aug 7 15:33:09 2008 -0400
30877
30878     Blackfin: safely flush data caches when in writeback mode
30879
30880     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30881
30882 commit c06f2b13022703611bc3e512bd34f9014a46f448
30883 Author: Mike Frysinger <vapier@gentoo.org>
30884 Date:   Thu Aug 7 13:21:48 2008 -0400
30885
30886     Blackfin: update lockbox api according to latest documentation
30887
30888     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30889
30890 commit 2decc2a8d17a5397cb5956e46c8466c736e305a2
30891 Author: Mike Frysinger <vapier@gentoo.org>
30892 Date:   Sat Oct 11 21:49:06 2008 -0400
30893
30894     Blackfin: mark bfin_reset static
30895
30896     The function is only used locally, so mark it static.
30897
30898     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30899
30900 commit 974473caa732f63312687ef2bd2d22dad8e99b9a
30901 Author: Sonic Zhang <Sonic.Zhang@analog.com>
30902 Date:   Fri Mar 20 19:28:20 2009 -0400
30903
30904     Blackfin: spi: there is no PORTJ_FER MMR on BF537
30905
30906     Since the PORTJ on the BF537 is peripheral-only (no GPIO functionality),
30907     then there is no PORTJ_FER register for us to worry about.
30908
30909     Signed-off-by: Sonic Zhang <Sonic.Zhang@analog.com>
30910     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30911
30912 commit e82b762f293debc53c5afa90f37264f6b07520f9
30913 Author: Mike Frysinger <vapier@gentoo.org>
30914 Date:   Tue Mar 17 13:58:23 2009 -0400
30915
30916     Blackfin: fix jtag console tstc
30917
30918     The jtag tstc operation was checking the hardware to see if data is
30919     available from it (which is fine for the jtag getc operation), but the
30920     higher layers need to know whether any data is available.  Since we have
30921     to read up to 4 bytes at a time from the hardware, the higher layers need
30922     to know they can consume the cached bytes as well.
30923
30924     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30925
30926 commit bc683f58b1f1d8d20546fe019483967a51a49df1
30927 Author: Mike Frysinger <vapier@gentoo.org>
30928 Date:   Sun Feb 22 16:23:41 2009 -0500
30929
30930     Blackfin: bf537-stamp: move CONFIG_POST handling to COBJS-$(...)
30931
30932     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30933
30934 commit 8996d1608acb8f59fcb186dc7ed7d87f8fee1297
30935 Author: Mike Frysinger <vapier@gentoo.org>
30936 Date:   Sun Feb 22 16:02:27 2009 -0500
30937
30938     Blackfin: unify net-related init code
30939
30940     Unify all of the net-related init code in the common Blackfin board init
30941     code to clean up the ifdef mess a bit.
30942
30943     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30944
30945 commit c6ea30e52ea82af4858d2b6f99e0fd2ea276d657
30946 Author: Mike Frysinger <vapier@gentoo.org>
30947 Date:   Wed Feb 18 12:51:48 2009 -0500
30948
30949     Blackfin: fix SWRST/SYSCR register sizes
30950
30951     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30952
30953 commit a9d6777d39154978b9ef9c682b2627a3480b194c
30954 Author: Mike Frysinger <vapier@gentoo.org>
30955 Date:   Wed Feb 18 12:51:31 2009 -0500
30956
30957     Blackfin: update anomaly lists
30958
30959     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30960
30961 commit 4d7c32dad2e787f890ebcd51bfb723a126913c90
30962 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30963 Date:   Thu Mar 19 18:31:38 2009 +0100
30964
30965     avr32: fix cacheflush.h location introducted by d8f2aa3298610b
30966
30967     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30968     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
30969
30970 commit 3a3baf3ee61e6b28af3b49ebabc9ab4f6015aa48
30971 Author: Eric Schumann <E.Schumann@phytec.de>
30972 Date:   Sat Mar 21 09:59:34 2009 -0400
30973
30974     Make flash protection work, when the environment is in EEPROM
30975
30976     On the pcm030 the environment is located in the onboard EEPROM. But we want
30977     to handle flash sector protection in a safe manner. So we must read the
30978     unlock environment variable from EEPROM instead from flash.
30979
30980     This patch is required as long the evironment is saved into the EEPROM.
30981
30982     Stefan: Additional change as suggested by Wolfgang, use bigger char array
30983     (instead of 4).
30984
30985     Signed-off-by: Eric Schumann <E.Schumann@phytec.de>
30986     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
30987     Acked-by: Wolfgang Denk <wd@denx.de>
30988     Signed-off-by: Stefan Roese <sr@denx.de>
30989
30990 commit de3ce8c59f48f99779d7d7379a5432ded12ec06c
30991 Author: Jon Smirl <jonsmirl@gmail.com>
30992 Date:   Sat Mar 21 11:17:56 2009 -0400
30993
30994     Add define for mpc5200 CDM_CLK_ENA
30995
30996     Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
30997
30998 commit df486b1fa3f750b153eac7daa0b3bf1f594e5098
30999 Author: Nicolas Ferre <nicolas.ferre@atmel.com>
31000 Date:   Sun Mar 22 14:48:16 2009 +0100
31001
31002     at91: Support for the at91sam9g20 : Atmel 400Mhz ARM 926ej-s SOC.
31003
31004     AT91sam9g20 is an evolution of the at91sam9260 with a faster clock speed.
31005
31006     The AT91SAM9G20-EK board is an updated revision of the AT91SAM9260-EK board.
31007     It is essentially the same, with a few minor differences.
31008
31009     Here is the chip page on Atmel website:
31010     http://www.atmel.com/dyn/products/product_card.asp?part_id=4337
31011
31012     Signed-off-by: Justin Waters <justin.waters@timesys.com>
31013     Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
31014     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31015
31016 commit 118d168035cc93f586da4812c89cb153eb9f4243
31017 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31018 Date:   Sun Mar 22 14:28:14 2009 +0100
31019
31020     cmc_pu2: fix implicit declaration of function 'eth_setenv_enetaddr'
31021
31022     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31023
31024 commit 176c4a982c6531f96426afaa1126cf9a5e2d5e03
31025 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31026 Date:   Sun Mar 22 14:28:13 2009 +0100
31027
31028     cmc_pu2: fix misc_init_r prototype
31029
31030     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31031
31032 commit 53158aea995221706b42c7bad9f717b31ae20414
31033 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31034 Date:   Sun Jan 11 03:32:01 2009 +0100
31035
31036     at91sam9xeek: fix soc name
31037
31038     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31039
31040 commit 74c076d6c33d6d42ab065541a38383587879e7b7
31041 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31042 Date:   Sun Mar 22 10:22:34 2009 +0100
31043
31044     at91sam9/at91cap: move nand drivers to drivers/mtd/nand
31045
31046     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31047
31048 commit 163966087d62680547f188a93c61d01c8155254e
31049 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31050 Date:   Sat Mar 21 21:08:01 2009 +0100
31051
31052     atmel/at91/boards: compile dataflash partition only when dataflash is
31053
31054     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31055
31056 commit e2c0476f958f8e0b269a1118f4ba4a5cd475aa56
31057 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31058 Date:   Sat Mar 21 21:08:00 2009 +0100
31059
31060     at91sam9/at91cap: move common macb initialisation to cpu
31061
31062     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31063
31064 commit f3f91f886bc8927fd692ac411b7423a87ffec532
31065 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31066 Date:   Sat Mar 21 21:08:00 2009 +0100
31067
31068     at91sam9/at91cap: move common usb host initialisation to cpu
31069
31070     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31071
31072 commit a484b00b86e72ac6da6ee4fce13dbc6b256672fe
31073 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31074 Date:   Sat Mar 21 21:08:00 2009 +0100
31075
31076     at91sam9/at91cap: move common led management to cpu
31077
31078     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31079
31080 commit 7ebafb7ec1a0285af8380623c009576f92583b98
31081 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31082 Date:   Sat Mar 21 21:07:59 2009 +0100
31083
31084     at91sam9/at91cap: move common spi initialisation to cpu
31085
31086     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31087
31088 commit 1332a2a0694c8e10a5bade397cf83645b2c3fd7e
31089 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31090 Date:   Sat Mar 21 21:07:59 2009 +0100
31091
31092     at91sam9/at91cap: move common serial initialisation to cpu
31093
31094     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31095
31096 commit e60beb13cf0135dc71c541021487b5ccc4d269cb
31097 Author: Wolfgang Denk <wd@denx.de>
31098 Date:   Sat Mar 21 22:04:41 2009 +0100
31099
31100     Prepare 2009.03
31101
31102     Update CHANGELOG
31103
31104     Signed-off-by: Wolfgang Denk <wd@denx.de>
31105
31106 commit 9e78dae2b276c5bf9ab92cd85173f6cb92b1b7d5
31107 Author: Vivek Kutal <vivek.kutal@azingo.com>
31108 Date:   Mon Feb 23 21:35:11 2009 +0530
31109
31110     Replaced endpoint numbers with appropriate macros in usbtty.c.
31111
31112     Signed-off-by: Vivek Kutal <vivek.kutal@azingo.com>
31113     Signed-off-by: Remy Bohmer <linux@bohmer.net>
31114
31115 commit faac4fd852e39cb1d7a740801b060e41aeacef1f
31116 Author: Michael Lawnick <ml.lawnick@gmx.de>
31117 Date:   Thu Mar 19 10:06:41 2009 +0100
31118
31119     UBIFS: Missing offset relocation for compressor 'none'
31120
31121     On systems where U-Boot is linked to another address than it really lays
31122     (e.g. backup image), calls via function pointers must be fixed with a
31123     '+= gd->reloc_off'.
31124     This was not done for none_compr in ubifs_compressors_init() what leads
31125     to system crash on ubifsmount command.
31126
31127     Signed-off-by: Michael Lawnick <ml.lawnick@gmx.de>
31128     Acked-by: Stefan Roese <sr@denx.de>
31129
31130 commit ce6d0c8de031f345bde745f3b855082adf1c4e45
31131 Author: Stefan Roese <sr@denx.de>
31132 Date:   Thu Mar 19 15:35:50 2009 +0100
31133
31134     UBIFS: Add UBIFS commands
31135
31136     This patchset adds these UBIFS related commands:
31137
31138     - ubifsmount
31139       Mount an UBIFS volume
31140
31141     - ubifsls
31142       List a directory of the mounted UBIFS volume
31143
31144     - ubifsload
31145       Load a file from the mounted UBIFS volume to memory
31146
31147     Signed-off-by: Stefan Roese <sr@denx.de>
31148
31149 commit 9eefe2a2b37a838558e3d213a9f5519503d0c180
31150 Author: Stefan Roese <sr@denx.de>
31151 Date:   Thu Mar 19 15:35:05 2009 +0100
31152
31153     UBIFS: Implement read-only UBIFS support in U-Boot
31154
31155     The U-Boot UBIFS implementation is largely a direct copy from the current
31156     Linux version (2.6.29-rc6). As already done in the UBI version we have an
31157     "abstraction layer" to redefine or remove some OS calls (e.g. mutex_lock()
31158     ...). This makes it possible to use the original Linux code with very
31159     little changes. And by this we can better update to later Linux versions.
31160
31161     I removed some of the Linux features that are not used in the U-Boot
31162     version (e.g. garbage-collection, write support).
31163
31164     Signed-off-by: Stefan Roese <sr@denx.de>
31165     CC: Artem Bityutskiy <dedekind@infradead.org>
31166     CC: Adrian Hunter <ext-Adrian.Hunter@nokia.com>
31167
31168 commit b1b4e89a0f3b75854c39a62cae41bad56d210adf
31169 Author: Stefan Roese <sr@denx.de>
31170 Date:   Thu Mar 19 15:34:56 2009 +0100
31171
31172     Add LZO decompressor support
31173
31174     This patch adds LZO decompression support to U-Boot. It is needed for
31175     the upcoming UBIFS support, since UBIFS uses LZO as default compressor/
31176     decompressor. Since we only support read-only in UBIFS, only the
31177     decompressor is needed.
31178
31179     All this is copied with minor changes from the current Linux kernel
31180     version (2.6.28-rc8).
31181
31182     This patch only implements this LZO decompressor support for PPC.
31183     Other platforms using UBIFS will have to add the required
31184     "include/asm/unaligned.h" as well. It should be fairly easy to copy this
31185     from the Linux source tree as I have done it for PPC in this patch.
31186
31187     Signed-off-by: Stefan Roese <sr@denx.de>
31188
31189 commit 68d7d65100e84df00bca971c114092731b441090
31190 Author: Stefan Roese <sr@denx.de>
31191 Date:   Thu Mar 19 13:30:36 2009 +0100
31192
31193     Separate mtdparts command from jffs2
31194
31195     Currently the mtdparts commands are included in the jffs2 command support.
31196     This doesn't make sense anymore since other commands (e.g. UBI) use this
31197     infrastructure as well now. This patch separates the mtdparts commands from
31198     the jffs2 commands making it possible to only select mtdparts when no JFFS2
31199     support is needed.
31200
31201     Signed-off-by: Stefan Roese <sr@denx.de>
31202     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
31203
31204 commit 02a301cd5087eaffdf456e0a5cec1100c4d9a398
31205 Author: Stefan Roese <sr@denx.de>
31206 Date:   Wed Feb 25 12:11:15 2009 +0100
31207
31208     powerpc: Only use eth_getenv_enetaddr() if networking is enabled
31209
31210     Signed-off-by: Stefan Roese <sr@denx.de>
31211
31212 commit 5c4fa9b474af95d60f019ec6369cbe77b9dab4b5
31213 Author: Grzegorz Bernacki <gjb@semihalf.com>
31214 Date:   Tue Mar 17 10:06:40 2009 +0100
31215
31216     Add support for the digsy MTC board.
31217
31218     This is the InterControl custom device based on the MPC5200B chip.
31219
31220     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
31221
31222 commit ff7dc067369e30066744f096995aef7d97574d15
31223 Author: Stefan Roese <sr@denx.de>
31224 Date:   Mon Feb 23 16:52:36 2009 +0100
31225
31226     powerpc: Fix compilation warning in board.c
31227
31228     Fix this warning:
31229
31230     board.c: In function 'board_init_r':
31231     board.c:653: warning: unused variable 'i'
31232     board.c:651: warning: unused variable 'e'
31233
31234     Signed-off-by: Stefan Roese <sr@denx.de>
31235
31236 commit 9cd690160d3ce1a7fb4ceeee6c99cedb1ac1d49c
31237 Author: Stefan Roese <sr@denx.de>
31238 Date:   Mon Feb 23 16:42:51 2009 +0100
31239
31240     ppc4xx: Don't write the MAC address into the internal SoC registers
31241
31242     Remove this code. It's not needed. The 4xx EMAC driver stores the MAC
31243     addresses into the SoC registers instead.
31244
31245     Signed-off-by: Stefan Roese <sr@denx.de>
31246
31247 commit bb57ad4be76d0e2e7f9ec56678235cc9872ff40f
31248 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31249 Date:   Fri Feb 20 10:19:19 2009 +0100
31250
31251     ppc4xx: Use correct io accessors for esd 405/440 boards
31252
31253     This patch replaces in/out8/16/32 macros by in/out_8/_be16/_be32
31254     macros. Also volatile pointer references are replaced by the
31255     new accessors.
31256
31257     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
31258     Signed-off-by: Stefan Roese <sr@denx.de>
31259
31260 commit 049216f045fd8e0f45bcef121c2bb1c7d3de6988
31261 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31262 Date:   Fri Feb 20 10:19:18 2009 +0100
31263
31264     ppc4xx: Use correct io accessors for esd 405 boards
31265
31266     This patch replaces in/out8/16/32 macros by in/out_8/_be16/_be32
31267     macros. Also volatile pointer references are replaced by the
31268     new accessors.
31269
31270     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
31271     Signed-off-by: Stefan Roese <sr@denx.de>
31272
31273 commit a59205d1519375d027f97a545ad642ab20fce6f8
31274 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31275 Date:   Fri Feb 20 10:19:17 2009 +0100
31276
31277     ppc4xx: Cleanup linker scripts of esd 4xx boards
31278
31279     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
31280     Signed-off-by: Stefan Roese <sr@denx.de>
31281
31282 commit 2f103ee284e68934a648732db5e0b6ceb4a1ed8f
31283 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31284 Date:   Fri Feb 20 10:19:16 2009 +0100
31285
31286     ppc4xx: Update TEXT_BASE for DASA_SIM boards
31287
31288     Fix building DASA_SIM boards by increasing U-Boot's size in flash.
31289
31290     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
31291     Signed-off-by: Stefan Roese <sr@denx.de>
31292
31293 commit 09db8f4de6805f1dde510c167f20e56a5405d29e
31294 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31295 Date:   Fri Feb 20 10:19:15 2009 +0100
31296
31297     ppc4xx: DU405 maintenance fix
31298
31299     -strip unused features
31300     -fix resetting phy
31301
31302     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
31303     Signed-off-by: Stefan Roese <sr@denx.de>
31304
31305 commit 75511b47ac2647be48218dbb93af05b21f404f67
31306 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31307 Date:   Fri Feb 20 10:19:14 2009 +0100
31308
31309     ppc4xx: Abort autoboot only by space key on CPCI405 boards
31310
31311     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31312     Signed-off-by: Stefan Roese <sr@denx.de>
31313
31314 commit e17ee157ca9ff0d4cc5841d06c4b70c1603df29c
31315 Author: Graeme Russ <graeme.russ@gmail.com>
31316 Date:   Tue Feb 24 21:14:56 2009 +1100
31317
31318     Add basic relocation to i386 port
31319
31320     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
31321
31322 commit 8c63d47651f77d9fb887cad433370b866eb0a193
31323 Author: Graeme Russ <graeme.russ@gmail.com>
31324 Date:   Tue Feb 24 21:14:45 2009 +1100
31325
31326     Implement SC520 timers
31327
31328     Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
31329
31330 commit 6d7f610b09f813b1239eedcbfe921cfd439aea25
31331 Author: Graeme Russ <graeme.russ@gmail.com>
31332 Date:   Tue Feb 24 21:14:32 2009 +1100
31333
31334     Factor out SC520 sub-features
31335
31336     Moved sub-features of the SC520 code which is currently selectively compiled
31337     using #ifdef out of sc520.c into individual files selectively compiled via
31338     the makefile
31339
31340     Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
31341
31342 commit abf0cd3dff227cfb6e82ad13be62e28e6e89d5df
31343 Author: Graeme Russ <graeme.russ@gmail.com>
31344 Date:   Tue Feb 24 21:13:40 2009 +1100
31345
31346     Rewrite i386 interrupt handling
31347
31348     Rewrite interrupt handling functionality for the i386 port. Separated
31349     functionality into separate CPU and Architecture components.
31350
31351     It appears as if the i386 interrupt handler functionality was intended
31352     to allow multiple handlers to be installed for a given interrupt.
31353     Unfortunately, this functionality was not fully implemented and also
31354     had the problem that irq_free_handler() does not allow the passing
31355     of the handler function pointer and therefore could never be used to
31356     free specific handlers that had been installed for a given IRQ.
31357
31358     There were also various issues with array bounds not being fully
31359     tested.
31360
31361     I had two objectives in mind for the new implementation:
31362
31363     1) Keep the implementation as similar as possible to existing
31364        implementations. To that end, I have used the leon2/3
31365        implementations as the reference
31366
31367     2) Seperate CPU and Architecture specific elements. All specific i386
31368        interrupt functionality is now in cpu/i386/ with the high level
31369        API and architecture specific code in lib_i386. Functionality
31370        specific to the PC/AT architecture (i.e. cascaded i8259 PICs) has
31371        been further split out into an individual file to allow for the
31372        implementation of the PIC architecture of the SC520 CPU (supports
31373        more IRQs)
31374
31375     Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
31376
31377 commit ece444b42b71eb5bce34a24ec584573b3c8c4a98
31378 Author: Graeme Russ <graeme.russ@gmail.com>
31379 Date:   Tue Feb 24 21:12:35 2009 +1100
31380
31381     Move ali512x.h
31382
31383     Moved ali512x.h from include/asm-i386/ic/ to /include
31384
31385     Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
31386
31387 commit 6d83e3ac61dcdbcb7f04664309a9689fe01c5704
31388 Author: Graeme Russ <graeme.russ@gmail.com>
31389 Date:   Tue Feb 24 21:12:20 2009 +1100
31390
31391     Rename SC520 Configuration Options
31392
31393     Options are now all uniformly CONFIG_SYS_SC520_<option>
31394
31395     Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
31396
31397 commit f62fb99941c625605aa16a0097b396a5c16d2c88
31398 Author: Trent Piepho <xyzzy@speakeasy.org>
31399 Date:   Wed Feb 18 15:22:05 2009 -0800
31400
31401     Fix all linker script to handle all rodata sections
31402
31403     A recent gcc added a new unaligned rodata section called '.rodata.str1.1',
31404     which needs to be added the the linker script.  Instead of just adding this
31405     one section, we use a wildcard ".rodata*" to get all rodata linker section
31406     gcc has now and might add in the future.
31407
31408     However, '*(.rodata*)' by itself will result in sub-optimal section
31409     ordering.  The sections will be sorted by object file, which causes extra
31410     padding between the unaligned rodata.str.1.1 of one object file and the
31411     aligned rodata of the next object file.  This is easy to fix by using the
31412     SORT_BY_ALIGNMENT command.
31413
31414     This patch has not be tested one most of the boards modified.  Some boards
31415     have a linker script that looks something like this:
31416
31417     *(.text)
31418     . = ALIGN(16);
31419     *(.rodata)
31420     *(.rodata.str1.4)
31421     *(.eh_frame)
31422
31423     I change this to:
31424
31425     *(.text)
31426     . = ALIGN(16);
31427     *(.eh_frame)
31428     *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
31429
31430     This means the start of rodata will no longer be 16 bytes aligned.
31431     However, the boundary between text and rodata/eh_frame is still aligned to
31432     16 bytes, which is what I think the real purpose of the ALIGN call is.
31433
31434     Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
31435
31436 commit 566b652c7cdb0e5e0529bb3d1eaffbd2bf45a032
31437 Author: Mike Frysinger <vapier@gentoo.org>
31438 Date:   Wed Feb 11 18:26:08 2009 -0500
31439
31440     remove bi_enet*addr from global data for all arches
31441
31442     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31443     CC: Ben Warren <biggerbadderben@gmail.com>
31444     CC: Daniel Hellstrom <daniel@gaisler.com>
31445     CC: Michal Simek <monstr@seznam.cz>
31446     CC: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31447     CC: Scott McNutt <smcnutt@psyent.com>
31448     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
31449
31450 commit eb85aa594c1b57a1e3be9689b65171a137a36432
31451 Author: Mike Frysinger <vapier@gentoo.org>
31452 Date:   Wed Feb 11 20:07:19 2009 -0500
31453
31454     ppc: mark global bi_enet*addr as legacy
31455
31456     The environment is the canonical storage location of the mac address, so
31457     we're killing off the global data location and moving everything to
31458     querying the env directly.
31459
31460     In the ppc case, these things are part of the legacy ABI, so keep them
31461     around but mark them as legacy so no new code will touch them.
31462
31463     Also stop calling load_sernum_ethaddr() since all boards now implement
31464     this as a stub.
31465
31466     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31467     CC: Ben Warren <biggerbadderben@gmail.com>
31468
31469 commit 9c150102bc1de375d36d97a1cc2dd0e9639b15df
31470 Author: Mike Frysinger <vapier@gentoo.org>
31471 Date:   Wed Feb 11 20:09:52 2009 -0500
31472
31473     boards: get mac address from env and move load_sernum_ethaddr() to board init
31474
31475     The environment is the canonical storage location of the mac address, so
31476     we're killing off the global data location and moving everything to
31477     querying the env directly.
31478
31479     Rather than have common ppc code call a board-specific function like
31480     load_sernum_ethaddr(), have each board call it in its own board-specific
31481     misc_init_r() function.
31482
31483     The boards that get converted here are:
31484         - kup4k/kup4x
31485         - pcs440ep
31486         - tqm8xx
31487
31488     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31489     CC: Ben Warren <biggerbadderben@gmail.com>
31490     CC: Stefan Roese <sr@denx.de>
31491
31492 commit 92b50ffef978f05858a0ff4cbe88430bc51a28a2
31493 Author: Mike Frysinger <vapier@gentoo.org>
31494 Date:   Wed Feb 11 19:55:01 2009 -0500
31495
31496     cmc_pu2: get mac address from environment
31497
31498     The environment is the canonical storage location of the mac address, so
31499     we're killing off the global data location and moving everything to
31500     querying the env directly.
31501
31502     Also rename load_sernum_ethaddr() to misc_init_r() so we don't need to
31503     handle this board specially in common ARM code.
31504
31505     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31506     CC: Ben Warren <biggerbadderben@gmail.com>
31507
31508 commit d8d21e699d7fcfb6ab11635110266dd09b7edc62
31509 Author: Mike Frysinger <vapier@gentoo.org>
31510 Date:   Mon Feb 16 18:03:14 2009 -0500
31511
31512     boards: move board_get_enetaddr() into board-specific init
31513
31514     The environment is the canonical storage location of the mac address, so
31515     we're killing off the global data location and moving everything to
31516     querying the env directly.
31517
31518     Rather than have the common ppc code have board-specific hooks, move the
31519     board_get_enetaddr() function into the board-specific init functions.
31520
31521     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31522     CC: Ben Warren <biggerbadderben@gmail.com>
31523
31524 commit f11e6ff5b1859d9213f0d501b3309e065f487543
31525 Author: Mike Frysinger <vapier@gentoo.org>
31526 Date:   Wed Feb 11 19:39:55 2009 -0500
31527
31528     arm: get mac address from environment
31529
31530     The environment is the canonical storage location of the mac address, so
31531     we're killing off the global data location and moving everything to
31532     querying the env directly.
31533
31534     Some warts are remaining and should be killed off (by moving the func to
31535     the appropriate board init code):
31536         - davinci_eth_set_mac_addr
31537         - cs8900_get_enetaddr
31538         - smc_set_mac_addr
31539
31540     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31541     CC: Ben Warren <biggerbadderben@gmail.com>
31542
31543 commit 0107cf66f7346e8c7d6cf0fe99d2f265134afd59
31544 Author: Mike Frysinger <vapier@gentoo.org>
31545 Date:   Wed Feb 11 19:36:20 2009 -0500
31546
31547     nx823: get mac address from environment
31548
31549     The environment is the canonical storage location of the mac address, so
31550     we're killing off the global data location and moving everything to
31551     querying the env directly.
31552
31553     For the nx823, the serial number is moved out of load_sernum_ethaddr() and
31554     into misc_init_r() as is the env setup.  This lets us kill off the former
31555     function in the process.
31556
31557     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31558     CC: Ben Warren <biggerbadderben@gmail.com>
31559
31560 commit 19b5b533ccd522abeb501d510750693c35e20456
31561 Author: Mike Frysinger <vapier@gentoo.org>
31562 Date:   Wed Feb 11 18:27:18 2009 -0500
31563
31564     lib_*/board.c: do not initialize bi_enet*addr in global data
31565
31566     Since everyone is using the environment for mac address storage, there is
31567     no point in seeding the global data.
31568
31569     The arches that are converted here:
31570         i386
31571         m68k
31572         microblaze
31573         mips
31574         nios
31575         nios2
31576         sh
31577         sparc
31578
31579     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31580     CC: Ben Warren <biggerbadderben@gmail.com>
31581     CC: Daniel Hellstrom <daniel@gaisler.com>
31582     CC: Michal Simek <monstr@seznam.cz>
31583     CC: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31584     CC: Scott McNutt <smcnutt@psyent.com>
31585     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
31586
31587 commit 740e8ba7d475c49c1b76058e1bf354e376b5c4e0
31588 Author: Mike Frysinger <vapier@gentoo.org>
31589 Date:   Wed Feb 11 19:19:54 2009 -0500
31590
31591     npe: get mac address from environment
31592
31593     The environment is the canonical storage location of the mac address, so
31594     we're killing off the global data location and moving everything to
31595     querying the env directly.
31596
31597     The resulting code can also be simplified even further.
31598
31599     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31600     CC: Stefan Roese <sr@denx.de>
31601     CC: Ben Warren <biggerbadderben@gmail.com>
31602
31603 commit 6bacfa6a8e9b264d37c1262fc1f3e948d1feab81
31604 Author: Mike Frysinger <vapier@gentoo.org>
31605 Date:   Wed Feb 11 19:18:41 2009 -0500
31606
31607     cpu/: get mac address from environment
31608
31609     The environment is the canonical storage location of the mac address, so
31610     we're killing off the global data location and moving everything to
31611     querying the env directly.
31612
31613     The cpus that get converted here:
31614         at91rm9200
31615         mpc512x
31616         mpc5xxx
31617         mpc8260
31618         mpc8xx
31619         ppc4xx
31620
31621     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31622     CC: Ben Warren <biggerbadderben@gmail.com>
31623     CC: John Rigby <jrigby@freescale.com>
31624     CC: Stefan Roese <sr@denx.de>
31625
31626 commit 03f3d8d3b39cf85c0ce7ca903b436701e8aa610b
31627 Author: Mike Frysinger <vapier@gentoo.org>
31628 Date:   Wed Feb 11 19:09:54 2009 -0500
31629
31630     lan91c96/smc91111/smc911x: get mac address from environment
31631
31632     The environment is the canonical storage location of the mac address, so
31633     we're killing off the global data location and moving everything to
31634     querying the env directly.
31635
31636     Also, do not bother checking the EEPROM if the env is setup.  This
31637     simplifies the code greatly.
31638
31639     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31640     Signed-off-by: Wolfgang Dnek <wd@denx.de>
31641     CC: Ben Warren <biggerbadderben@gmail.com>
31642     CC: Rolf Offermanns <rof@sysgo.de>
31643     CC: Erik Stahlman <erik@vt.edu>
31644     CC: Daris A Nevil <dnevil@snmc.com>
31645     CC: Sascha Hauer <s.hauer@pengutronix.de>
31646
31647 commit c527ce92511cbf723c2ca77bee1cf9ecf83dac81
31648 Author: Mike Frysinger <vapier@gentoo.org>
31649 Date:   Wed Feb 11 19:14:09 2009 -0500
31650
31651     sh_eth: get mac address from environment
31652
31653     The environment is the canonical storage location of the mac address, so
31654     we're killing off the global data location and moving everything to
31655     querying the env directly.
31656
31657     The sh_eth driver can also be simplified a bit by using enetaddr member of
31658     the eth_device structure.
31659
31660     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31661     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
31662     CC: Carlos Munoz <carlos@kenati.com>
31663     CC: Ben Warren <biggerbadderben@gmail.com>
31664
31665 commit 0a5238cea90665c230297a8fd77bb0b3b61ca177
31666 Author: Mike Frysinger <vapier@gentoo.org>
31667 Date:   Wed Feb 11 19:06:09 2009 -0500
31668
31669     cs8900: get mac address from environment
31670
31671     The environment is the canonical storage location of the mac address, so
31672     we're killing off the global data location and moving everything to
31673     querying the env directly.
31674
31675     The cs8900 driver also changes slightly in that the hardware is not
31676     consulted if the mac address in the env is sane.
31677
31678     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31679     CC: Marius Groeger <mgroeger@sysgo.de>
31680     CC: Ben Warren <biggerbadderben@gmail.com>
31681
31682 commit c4b8762f11d337e6a9d90c227b2871d65d372469
31683 Author: Mike Frysinger <vapier@gentoo.org>
31684 Date:   Wed Feb 11 19:04:25 2009 -0500
31685
31686     bcm570x: get mac address from environment
31687
31688     The environment is the canonical storage location of the mac address, so
31689     we're killing off the global data location and moving everything to
31690     querying the env directly.
31691
31692     Since the address is in the PLM_DEVICE_BLOCK structure already, there is
31693     no need to pass the NodeAddress as a second parameter.  So drop the second
31694     argument to the LM_SetMacAddress() function (and update the tigon3 driver
31695     accordingly).
31696
31697     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31698     CC: Ben Warren <biggerbadderben@gmail.com>
31699
31700 commit d3f871482f06f6a4eaf4a3fafde84846bad87b4f
31701 Author: Mike Frysinger <vapier@gentoo.org>
31702 Date:   Wed Feb 11 19:01:26 2009 -0500
31703
31704     drivers/net/: get mac address from environment
31705
31706     The environment is the canonical storage location of the mac address, so
31707     we're killing off the global data location and moving everything to
31708     querying the env directly.
31709
31710     The drivers that get converted here:
31711         3c589
31712         4xx_enet
31713         dc2114x
31714         dm9000x
31715         enc28j60
31716         fsl_mcdmafec
31717         ks8695eth
31718         mcffec
31719         rtl8019
31720         rtl8169
31721         s3c4510b_eth
31722         xilinx_emac
31723         xilinx_emaclite
31724
31725     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31726     CC: Ben Warren <biggerbadderben@gmail.com>
31727     CC: Rolf Offermanns <rof@sysgo.de>
31728     CC: Stefan Roese <sr@denx.de>
31729     CC: Sascha Hauer <saschahauer@web.de>
31730     CC: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31731     CC: Greg Ungerer <greg.ungerer@opengear.com>
31732     CC: Xue Ligong <lgxue@hotmail.com>
31733     CC: Masami Komiya <mkomiya@sonare.it>
31734     CC: Curt Brune <curt@cucy.com>
31735     CC: Michal SIMEK <monstr@monstr.eu>
31736
31737 commit b6b4625d175019e387e5b0f65a17322a78f6bb90
31738 Author: Mike Frysinger <vapier@gentoo.org>
31739 Date:   Wed Feb 11 18:38:38 2009 -0500
31740
31741     boards: get mac address from environment
31742
31743     The boards that get converted here to use the environment for the mac
31744     address rather than global data:
31745         debris
31746         mgcoge
31747         mgsuvd
31748         muas3001
31749         netstal
31750         pn62
31751         sixnet
31752         vcma9
31753         xilinx (the ones that use xilinx_enet)
31754
31755     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31756     CC: Ben Warren <biggerbadderben@gmail.com>
31757     CC: Sangmoon Kim <dogoil@etinsys.com>
31758     CC: Heiko Schocher <hs@denx.de>
31759     CC: David Mueller <d.mueller@elsoft.ch>
31760     CC: Niklaus Giger <niklaus.giger@netstal.com>
31761     CC: Wolfgang Grandegger <wg@denx.de>
31762     CC: Dave Ellis <DGE@sixnetio.com>
31763     CC: Ricardo Ribalda <ricardo.ribalda@uam.es>
31764
31765 commit 06a0c4381a65ed500c816a05b9ae7b207c3b1d4b
31766 Author: Mike Frysinger <vapier@gentoo.org>
31767 Date:   Wed Feb 11 18:36:45 2009 -0500
31768
31769     AmigaOneG3SE/enet: get mac address from environment
31770
31771     Always use the MAC address that is stored in the environment first before
31772     falling back to the ROM.  This also cuts out any comparison steps: if the
31773     mac in the env is sane, the ROM is never consulted.
31774
31775     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31776     CC: Thomas Frieden <ThomasF@hyperion-entertainment.com>
31777     CC: Ben Warren <biggerbadderben@gmail.com>
31778
31779 commit 56b555a644f3cbb1b3929cb52b61d3ce483885f5
31780 Author: Mike Frysinger <vapier@gentoo.org>
31781 Date:   Wed Feb 11 18:52:38 2009 -0500
31782
31783     nvedit: do not update global bi_enetaddr and do not call eth_set_enetaddr()
31784
31785     Since the ethernet layer handles updating of device addresses itself from
31786     the environment, there is no point in calling eth_set_enetaddr().
31787
31788     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31789     CC: Ben Warren <biggerbadderben@gmail.com>
31790
31791 commit 5013533467c1de731c2f0c9beb4b41ce3f07cbeb
31792 Author: Mike Frysinger <vapier@gentoo.org>
31793 Date:   Wed Feb 11 18:54:07 2009 -0500
31794
31795     lynxkdi: get mac address from environment
31796
31797     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31798     CC: Ben Warren <biggerbadderben@gmail.com>
31799
31800 commit 62c93d92f1b6266b2f33c5f403931b51cbd2a246
31801 Author: Mike Frysinger <vapier@gentoo.org>
31802 Date:   Wed Feb 11 18:51:43 2009 -0500
31803
31804     bootvx: get mac address from environment
31805
31806     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31807     CC: Niklaus Giger <niklaus.giger@member.fsf.org>
31808     CC: Ben Warren <biggerbadderben@gmail.com>
31809
31810 commit de2dff6ff89f98c6062f4d224fd434a3ede035d1
31811 Author: Mike Frysinger <vapier@gentoo.org>
31812 Date:   Wed Feb 11 18:50:10 2009 -0500
31813
31814     bdinfo: get mac address from environment
31815
31816     Add a new print_eth() function to automate the eth*addr env var acquisition
31817     and display.  Affects all arches.
31818
31819     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31820     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
31821     CC: Scott McNutt <smcnutt@psyent.com>
31822     CC: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31823     CC: Michal Simek <monstr@seznam.cz>
31824     CC: Daniel Hellstrom <daniel@gaisler.com>
31825     CC: Ben Warren <biggerbadderben@gmail.com>
31826
31827 commit 95823ca0773356860e622ee3304a4b7cafcbf19a
31828 Author: Mike Frysinger <vapier@gentoo.org>
31829 Date:   Wed Feb 11 18:23:48 2009 -0500
31830
31831     net: get mac address from environment and use eth util funcs
31832
31833     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31834     CC: Ben Warren <biggerbadderben@gmail.com>
31835
31836 commit 500b6c51e4c41f4562cb48344af98deb7e342731
31837 Author: Mike Frysinger <vapier@gentoo.org>
31838 Date:   Mon Oct 13 15:06:25 2008 -0400
31839
31840     Blackfin: bfin_mac: force boards to setup the MAC themselves
31841
31842     Since the on-chip MAC does not have an eeprom or similar interface, force
31843     all Blackfin boards that use this driver to setup the board data with a
31844     proper MAC.
31845
31846     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31847     CC: Ben Warren <biggerbadderben@gmail.com>
31848
31849 commit 6ff4137f2ad640e4fc8ea1b0455161ddff1f6730
31850 Author: Mike Frysinger <vapier@gentoo.org>
31851 Date:   Wed Feb 11 14:12:34 2009 -0500
31852
31853     doc/README.enetaddr: document proper MAC usage
31854
31855     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31856     CC: Ben Warren <biggerbadderben@gmail.com>
31857
31858 commit 3f6e6993e92fd0658da1746d1c84644612ee520b
31859 Author: Mike Frysinger <vapier@gentoo.org>
31860 Date:   Thu Jan 29 19:43:44 2009 -0500
31861
31862     net: new utility functions for working with enetaddr's
31863
31864     Declare new utility functions for converting between the environment
31865     variables (eth*addr) and the binary MAC address representation.  This way
31866     we can unify all the random places that already do this kind of thing.
31867
31868     The functions in question:
31869         eth_parse_enetaddr - "..." -> {...}
31870         eth_getenv_enetaddr - env -> {...}
31871         eth_setenv_enetaddr - {...} -> env
31872
31873     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31874     CC: Ben Warren <biggerbadderben@gmail.com>
31875
31876 commit b6446b67758ea1e41223f0782924bb73fd0a89d0
31877 Author: Mike Frysinger <vapier@gentoo.org>
31878 Date:   Tue Feb 17 00:00:53 2009 -0500
31879
31880     convert print_IPaddr() to %pI4
31881
31882     Now that our printf functions support the %pI4 modifier like the kernel,
31883     let's drop the inflexible print_IPaddr() function and covert over to the
31884     %pI4 modifier.
31885
31886     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31887     CC: Ben Warren <biggerbadderben@gmail.com>
31888
31889 commit 6c6166f52983dac775e3852f9d0f49d033f27108
31890 Author: Mike Frysinger <vapier@gentoo.org>
31891 Date:   Mon Feb 16 23:21:36 2009 -0500
31892
31893     vsprintf: pull updates from Linux kernel
31894
31895     This brings in support for the %p modifier which allows us to easily print
31896     out things like ip addresses, mac addresses, and pointers.
31897
31898     It also converts the rarely used 'q' length modifier to the common 'L'
31899     modifier when dealing with quad types.
31900
31901     While this new code is a bit larger (~1k .text), most of it should be made
31902     up by converting the existing ip/mac address code to use format modifiers.
31903
31904     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31905
31906 commit a43ea5cc6d612471fbc74f0a26b2bea5864aa1d6
31907 Author: Jon Smirl <jonsmirl@gmail.com>
31908 Date:   Thu Mar 19 23:04:18 2009 -0400
31909
31910     .gitignore for generated files in api_examples directory
31911
31912     Add .gitignore for generated files in api_examples directory
31913
31914     Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
31915     Signed-off-by: Wolfgang Denk <wd@denx.de>
31916
31917 commit 40281a9ca21a6b6d7b996b4d4eeaa19026337231
31918 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
31919 Date:   Wed Mar 18 12:27:04 2009 +0900
31920
31921     net: sh_eth: Remove sh_eth_reset() from halt function
31922
31923     sh_eth_reset is function to reset Ether IP.
31924     The MAC address is stored in IP, but it is initialized by this function.
31925     OS (e.g. Linux Kernel) can not use this device when initialized.
31926     This revises this problem.
31927
31928     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
31929
31930 commit f8853d105da7d69bc92a5b4578f9b85234e558ec
31931 Author: Anatolij Gustschin <agust@denx.de>
31932 Date:   Fri Mar 20 12:45:50 2009 +0100
31933
31934     ppc4xx: Fix bug in PCI outbound map configuration for canyonlands
31935
31936     PCI outbound address map configuration doesn't match the
31937     PCI memory address range covered by appropriate TLB entry
31938     configuration for canyonlands causing machine check
31939     exceptions while accessing PCI memory regions. This patch
31940     provides a fix for this issue.
31941
31942     Kazuaki Ichinohe observed and reported this issue while
31943     testing display output with PCI ATI video card on canyonlands.
31944
31945     Signed-off-by: Anatolij Gustschin <agust@denx.de>
31946     Signed-off-by: Stefan Roese <sr@denx.de>
31947
31948 commit 7a88601a34132548c3c591ea87ab3468b51121b0
31949 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
31950 Date:   Fri Mar 6 10:09:37 2009 -0500
31951
31952     CFI: geometry reversal for STMicro M29W320DT
31953
31954     Follow up to the flash_fixup_stm to fix geometry reversal
31955     on STMicro M29W320ET flash chip. The M29W320DT has 4 erase region.
31956
31957     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
31958     Signed-off-by: Stefan Roese <sr@denx.de>
31959
31960 commit 069f4364d807d7fdea3de7385ad2f8d83c587aec
31961 Author: Mike Frysinger <vapier@gentoo.org>
31962 Date:   Wed Feb 25 17:29:40 2009 -0500
31963
31964     smc911x_eeprom: update register API
31965
31966     The smc911x driver changed the naming convention for its register funcs,
31967     so update the eeprom code accordingly.
31968
31969     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31970     CC: Ben Warren <biggerbadderben@gmail.com>
31971
31972 commit 6a397ef0e6c58caab8bf427d447714bc9b3bb9d4
31973 Author: Grzegorz Bernacki <gjb@semihalf.com>
31974 Date:   Tue Mar 17 10:06:39 2009 +0100
31975
31976     mpc52xx: Get rid of board-specific #ifdef's in cpu/mpc5xxx/ide.c
31977
31978     Total5200 and digsy MTC use I2C port 2 pins as a ATA chip select.
31979     To avoid adding board-specific ifdefs to cpu/mpc5xxx/ide.c new
31980     define CONFIG_SYS_ATA_CS_ON_I2C2 was introduced. It is used by
31981     Total5200 and will be used by digsy MTC and other boards with
31982     ATA CS on I2C pins.
31983
31984     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
31985
31986 commit 1b6275dfb173bd2edb8f208dd050d6f47ae39654
31987 Author: Heiko Schocher <hs@denx.de>
31988 Date:   Thu Mar 12 07:37:34 2009 +0100
31989
31990     8xx: add support for new keymile kmsupx4 board.
31991
31992     This patch adds support for the kmsupx4 board from Keymile,
31993     based on a Freescale MPC852T CPU
31994
31995     - serial console on SMC1
31996     - 32 MB SDRAM
31997     - 32 MB NOR Flash
31998     - Ethernet over SCC3
31999     - I2C Bitbang
32000
32001     Signed-off-by: Heiko Schocher <hs@denx.de>
32002
32003 commit d044954fe2a7e7a3dd104eb9c9d2104e38da2911
32004 Author: Heiko Schocher <hs@denx.de>
32005 Date:   Thu Mar 12 07:37:28 2009 +0100
32006
32007     8xx, mgsuvd: rename board to a more generic name
32008
32009     renaming the "mgsuvd" board port into "km8xx", because
32010     there come more similar boards from keymile.
32011     Compiling the mgsuvd board with "make mgsuvd_config"
32012     remains.
32013
32014     Signed-off-by: Heiko Schocher <hs@denx.de>
32015
32016 commit 18b2f35bde1672e074a3d5048383cb56fda745cb
32017 Author: Heiko Schocher <hs@denx.de>
32018 Date:   Thu Mar 12 07:37:23 2009 +0100
32019
32020     8xx, mgsuvd: Coding Style cleanup config file
32021
32022     Signed-off-by: Heiko Schocher <hs@denx.de>
32023
32024 commit 364123db6730d32330f818b65360d2cd27396667
32025 Author: Heiko Schocher <hs@denx.de>
32026 Date:   Thu Mar 12 07:37:18 2009 +0100
32027
32028     powerpc: common updates for keymile boards
32029
32030     - added to keymile-common.h:
32031       - bootcount support
32032       - COMMAND HISTORY
32033       - CONFIG_AUTO_COMPLETE
32034       - CONFIG_SYS_FLASH_PROTECTION
32035       - JFFS2 support
32036       - CONFIG_VERSION_VARIABLE
32037     - extracted common I2C settings for all boards
32038     - common default environment settings summarized
32039
32040     Signed-off-by: Heiko Schocher <hs@denx.de>
32041
32042 commit 506f391888b82d1b83bdd749c3cea9eb2fd64df8
32043 Author: Heiko Schocher <hs@denx.de>
32044 Date:   Thu Mar 12 07:37:15 2009 +0100
32045
32046     8xx, icache: enabling ICache not before running from RAM
32047
32048     with the new CONFIG_SYS_DELAYED_ICACHE config option, ICache
32049     is not enabled before code runs from RAM.
32050
32051     Signed-off-by: Heiko Schocher <hs@denx.de>
32052
32053 commit cabf7b9c83bd780a5805ddbb4c0ce431d5b9f9f3
32054 Author: Heiko Schocher <hs@denx.de>
32055 Date:   Thu Mar 12 07:37:11 2009 +0100
32056
32057     82xx, mgcoge: fix environment sector size
32058
32059     Size of one environment sector is 0x20000.
32060
32061     Signed-off-by: Heiko Schocher <hs@denx.de>
32062
32063 commit 27057d416c7cc9eb1860953da8836352c07f13e9
32064 Author: Ladislav Michl <ladis@linux-mips.org>
32065 Date:   Mon Mar 16 23:27:31 2009 +0100
32066
32067     NetStar: config reindentation
32068
32069     Fix indentation broken by symbol renames. "Sort" driver related definitons.
32070
32071     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
32072
32073 commit 8d8235f84d3ef3f29b7d14e741369b5824b5bb4a
32074 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32075 Date:   Tue Mar 17 11:21:43 2009 +0000
32076
32077     ColdFire: Fix incorrect definition
32078
32079     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32080
32081 commit 9017d9325a5067b2ab0d70a2d3c907620c9ab7f8
32082 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32083 Date:   Mon Mar 2 19:16:45 2009 +0000
32084
32085     ColdFire: Fix M5329EVB and M5373EVB nand issue
32086
32087     The Nand flash was unable to read and write properly
32088     due to Nand Chip Select (nCE) setup was in reverse
32089     order. Also, increase the Nand time out value to 60.
32090
32091     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32092
32093 commit 42b68af1062f75bb4a91cf47e329a7e8100cd815
32094 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32095 Date:   Tue Jan 27 15:19:35 2009 +0000
32096
32097     ColdFire: PLATFORM_CPPFLAGS updates for new compiler
32098
32099     Update PLATFORM_CPPFLAGS to accept 4.3.x version of
32100     ColdFire compiler.
32101
32102     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32103
32104 commit d6e4baf49987fc6f75e8574c0c27301a828b3132
32105 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32106 Date:   Tue Jan 27 12:57:47 2009 +0000
32107
32108     ColdFire: Provide gzip image size V2 & V3 platforms
32109
32110     Default gzip bootm size is 8MB. Some platforms require
32111     more than 8MB
32112
32113     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32114
32115 commit c3a9e6374210679a81f611c1bcf968988bc20e41
32116 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32117 Date:   Wed Feb 18 11:49:31 2009 +0000
32118
32119     ColdFire: Fix M54451 serial boot dram setup
32120
32121     The serial boot dram extended/standard mode register was not
32122     setup and was using default DRAM setup causing the U-boot was
32123     unstable to boot up in serial mode.
32124
32125     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32126
32127 commit 32d11d58159a575f08a982cad8a5a941ffe5cc3d
32128 Author: arun c <arun.edarath@gmail.com>
32129 Date:   Thu Dec 4 15:57:15 2008 +0530
32130
32131     Coldfire: XL Bus minor fixes
32132
32133     According to coldfire manual data timeout > address time out
32134     also use correct macro to program XARB_CFG
32135
32136     Signed-off-by: Arun C <arunedarath@mistralsolutions.com>
32137
32138 commit 65d8bc94d8214812ccdf3372d3fef845cf4ec2e5
32139 Author: Scott Wood <scottwood@freescale.com>
32140 Date:   Tue Mar 17 12:06:04 2009 -0500
32141
32142     NAND: Have nboot accept .e and .i as legacy no-ops.
32143
32144     This was intended to happen before, but a trivial bug prevented it.
32145
32146     Signed-off-by: Scott Wood <scottwood@freescale.com>
32147
32148 commit 0987505540918b2464b73069af3a5b766dbd3ceb
32149 Author: Ladislav Michl <ladis@linux-mips.org>
32150 Date:   Fri Mar 13 14:38:19 2009 +0100
32151
32152     NAND: Make nboot skip bad blocks
32153
32154     nboot command currently does not skip bad blocks and gives read error when
32155     loading image stored over bad block. With patch applied, nboot works as
32156     expected:
32157
32158     Device 0 bad blocks:
32159       00780000
32160       014a0000
32161       02000000
32162       02cc0000
32163       04aa0000
32164
32165     Loading from NAND 128MiB 3,3V 8-bit, offset 0x2c00000
32166        Image Name:   Linux-2.6.22-omap1
32167        Created:      2008-11-20  23:44:32 UTC
32168        Image Type:   ARM Linux Kernel Image (uncompressed)
32169        Data Size:    1052520 Bytes =  1 MB
32170        Load Address: 10008000
32171        Entry Point:  10008000
32172     Skipping bad block 0x02cc0000
32173     Automatic boot of image at addr 0x10400000 ...
32174     ...
32175
32176     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
32177     Signed-off-by: Scott Wood <scottwood@freescale.com>
32178
32179 commit 0b2f38fe3c4555dd2b81c69880403c13ad723153
32180 Author: Stefan Roese <sr@denx.de>
32181 Date:   Thu Mar 12 07:27:25 2009 +0100
32182
32183     ppc4xx: lwmon5: Only use one CS (rank) in DDR2 configuration
32184
32185     This patch fixes a problem spotted by Mikhail Zolotaryov on Sequoia with
32186     the DDR2 configuration to only use one CS (rank). As this code is most
32187     likely copied from the original Sequoia version, this error was copied
32188     as well.
32189
32190     This patch also removes some dead code.
32191
32192     Signed-off-by: Stefan Roese <sr@denx.de>
32193
32194 commit 9199b9cc8f56aca26504b48cf702176208f46e54
32195 Author: Stefan Roese <sr@denx.de>
32196 Date:   Thu Mar 12 07:24:40 2009 +0100
32197
32198     ppc4xx: PMC440: Only use one CS (rank) in DDR2 configuration
32199
32200     This patch fixes a problem spotted by Mikhail Zolotaryov on Sequoia with
32201     the DDR2 configuration to only use one CS (rank). As this code is most
32202     likely copied from the original Sequoia version, this error was copied
32203     as well.
32204
32205     Signed-off-by: Stefan Roese <sr@denx.de>
32206
32207 commit ee86fd15e1ccda4be41f1dba82b8c9efea9a3145
32208 Author: Mikhail Zolotaryov <lebon@lebon.org.ua>
32209 Date:   Wed Mar 11 10:54:46 2009 +0200
32210
32211     Fix AMCC Sequoia board DDR memory configuration
32212
32213     Sequoia board schematics (DES0211_11_SCH_11.pdf, page 5, unit U1D)
32214     specifies that BankSel#1 is not connected, while bootloader memory
32215     configuration is (board/amcc/sequoia/sdram.c):
32216            mtsdram(DDR0_10, 0x00000300);
32217     i.e. both Chip Selects used - not correct.
32218
32219     If we change to correct value here:
32220            mtsdram(DDR0_10, 0x00000100);
32221     memory is accessible OK also.
32222
32223     Signed-off-by: Mikhail Zolotaryov <lebon@lebon.org.ua>
32224     Signed-off-by: Stefan Roese <sr@denx.de>
32225
32226 commit b3dd629e78870ba2dc9f8032978721c0fa02a856
32227 Author: Wolfgang Denk <wd@denx.de>
32228 Date:   Sun Mar 15 22:40:09 2009 +0100
32229
32230     Prepare 2009.03-rc2
32231
32232     Update CHANEGLOG, fix minor coding style issue.
32233
32234     Signed-off-by: Wolfgang Denk <wd@denx.de>
32235
32236 commit 394d30dd1ee23b80fd5e59e17ebe0feca927ab31
32237 Author: Jerry Van Baren <gvb.uboot@gmail.com>
32238 Date:   Fri Mar 13 11:40:10 2009 -0400
32239
32240     mpc83xx: Add bank configuration to FSL spd_sdram.c
32241
32242     The routine assumed 4 bank SDRAMs, enhance to configure for 4 or 8
32243     bank SDRAMs.
32244
32245     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
32246     Acked-by: Dave Liu <daveliu@freescale.com>
32247     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32248
32249 commit b581626c1e2474a3dadf69d4f0e0582eccbc4235
32250 Author: Norbert van Bolhuis <nvbolhuis@aimvalley.nl>
32251 Date:   Fri Mar 13 08:58:14 2009 +0100
32252
32253     mpc83xx: correctly set encryption and I2C bus 0 clock
32254
32255     This patch makes sure the correct mask is applied when setting
32256     the encryption and I2C bus 0 clock in SCCR.
32257     Failing to do so may lead to ENCCM being 0 in which case I2C bus 0
32258     won't function.
32259
32260     Signed-off-by: Norbert van Bolhuis <nvbolhuis@aimvalley.nl>
32261     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32262
32263 commit e6a6a704151c2d7e4a7b485545b48a6020ccca17
32264 Author: Dirk Behme <dirk.behme@googlemail.com>
32265 Date:   Thu Mar 12 19:30:50 2009 +0100
32266
32267     OMAP3: Add support for OMAP3 die ID
32268
32269     Read and store OMAP3 die ID in U-Boot environment.
32270
32271     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
32272
32273 commit f949bd8d089ec3059c460ac829c0d919e1d7af0e
32274 Author: Jon Smirl <jonsmirl@gmail.com>
32275 Date:   Wed Mar 11 15:08:56 2009 -0400
32276
32277     MPC5200 FEC MII speed register
32278
32279     Set a non-zero speed in the MII register so that MII commands will work.
32280
32281     Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
32282
32283 commit 94a353611b93ac4cb4434a5f7e98aa0902da919e
32284 Author: Yusuke.Goda <goda.yusuke@renesas.com>
32285 Date:   Fri Mar 13 16:08:18 2009 +0900
32286
32287     sh: ap325rxa: Change the wait cycle in the area 5
32288
32289     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
32290     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
32291
32292 commit 2db0e1278b9f11263e0a13326b57d4f99781f7ac
32293 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
32294 Date:   Wed Feb 25 16:04:26 2009 +0900
32295
32296     sh: Fix cannot work rtl8139 on r2dplus
32297
32298     The rtl8139 driver use pci_mem_to_phys. So it need PCI system memory
32299     registration.
32300
32301     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
32302     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
32303
32304 commit 64f3c0b8ba99d6651db59273e497ab5e857c8d4f
32305 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
32306 Date:   Fri Feb 27 18:35:41 2009 +0900
32307
32308     sh: Add netdev header fixing of warning/build
32309
32310     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
32311     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
32312
32313 commit ada9318252f51c2626e9837c623f9812b0308dea
32314 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
32315 Date:   Tue Mar 3 15:11:17 2009 +0900
32316
32317     sh: Add support 32-Bit Extended Address Mode to sh7785lcr
32318
32319     We can built 'make sh7785lcr_32bit_config'. And add new command "pmb"
32320     for this mode. This command changes PMB for using 512MB system memory.
32321
32322     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
32323     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
32324
32325 commit 06b18163b57e6b0349b0c299222d50e7b1e41e50
32326 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
32327 Date:   Wed Feb 25 14:26:42 2009 +0900
32328
32329     sh: Add some register value configurable to PCI of SH7780
32330
32331     Some register value was hardcoded for System memory size 128MB and
32332     memory offset 0x08000000. This patch fixed the problem.
32333
32334     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
32335     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
32336
32337 commit 06e2735eb85cbea7cecb3c308d6d078b3651b22c
32338 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
32339 Date:   Wed Feb 25 14:26:52 2009 +0900
32340
32341     sh: Add system memory registration to PCI for SH4
32342
32343     It is necessary for some pci device driver.
32344
32345     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
32346     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
32347
32348 commit b3061b40db691245a7bb9a55354b4edacbf3902d
32349 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
32350 Date:   Wed Feb 25 14:26:55 2009 +0900
32351
32352     sh: Add value for PCI system memory registration of sh7785lcr
32353
32354     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
32355     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
32356
32357 commit 6d84ae3956a6cd7aebd86f661130752594e60124
32358 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
32359 Date:   Tue Mar 3 15:11:08 2009 +0900
32360
32361     sh: Add macros for SH-4A 32-Bit Address Extended Mode
32362
32363     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
32364     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
32365
32366 commit 3e3eec39de8fe0ae62e6e4d4e3fa4442ee9ed6b1
32367 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
32368 Date:   Tue Feb 3 13:35:05 2009 +0900
32369
32370     sh: use write{8,16,32} in ms7720se lowlevel_init
32371
32372     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
32373     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
32374
32375 commit 0452352df118bc9dd684a056aaaa5fb4aed1178a
32376 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
32377 Date:   Mon Mar 9 18:07:53 2009 -0500
32378
32379     tsec: report when there is no vendor specific PHY support
32380
32381     Commit af1c2b84 added a generic phy support, with an ID of zero
32382     and a 32 bit mask; meaning that it will match on any PHY ID.
32383
32384     The problem is that there is a test that checked if a matching
32385     PHY was found, and if not, it printed the non-matching ID.
32386     But since there will always be a match (on the generic PHY,
32387     worst case), this test will never trip.
32388
32389     In the case of a misconfigured PHY address, or of a PHY that
32390     isn't explicitly supported outside of the generic support,
32391     you will never see the ID of 0xffffffff, or the ID of the
32392     real (but unsupported) chip.  It will silently fall through
32393     onto the generic support.
32394
32395     This change makes that test useful again, and ensures that
32396     the selection of generic PHY support doesn't happen without
32397     some sort of notice.  It also makes it explicitly clear that
32398     the generic PHY must be last in the PHY table.
32399
32400     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
32401     Acked-by: Andy Fleming <afleming@freescale.com>
32402
32403 commit c279dfc10186ceba78d3862036f158750e86599a
32404 Author: Wolfgang Denk <wd@denx.de>
32405 Date:   Mon Mar 9 10:53:05 2009 +0100
32406
32407     SIMPC8313 board: fix out of tree building.
32408
32409     Fix typo in makefile which broke out of tree builds.
32410
32411     Also use expolicit "rm" instead of "ln -sf" which is known to be
32412     unreliable.
32413
32414     Signed-off-by: Wolfgang Denk <wd@denx.de>
32415     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32416
32417 commit 49b5aff491bd574935ecaf8545152066a25eff3d
32418 Author: ksi@koi8.net <ksi@koi8.net>
32419 Date:   Mon Feb 23 10:53:13 2009 -0800
32420
32421     Add eTSEC 1/2 IO override control (corrected)
32422
32423     This adds tsec12ioovcr to include/asm-ppc/immap_85xx.h (was reserved.)
32424
32425     Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
32426
32427 commit 48c2b7bb432da84fcce05b4db6efad0be73a93dc
32428 Author: Andy Fleming <afleming@freescale.com>
32429 Date:   Fri Mar 6 19:05:52 2009 -0600
32430
32431     fsl: Remove unnecessary debug printfs
32432
32433     These were left in accidentally, and are not really useful unless the
32434     code is as broken as it was when it was being developed.
32435
32436     Signed-off-by: Andy Fleming <afleming@freescale.com>
32437
32438 commit 0ee84b88b78bce425190d8cd7adf4c30cba0c2f0
32439 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
32440 Date:   Tue Feb 24 02:37:59 2009 -0600
32441
32442     Fix mpc85xx ddr-gen3 ddr_sdram_cfg.
32443
32444     Commit e1be0d25, "32bit BUg fix for DDR2 on 8572" prevented other
32445     sdram_cfg bits (such as ecc and self_refresh_in_sleep) from being set.
32446
32447     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
32448
32449 commit a922fdb87af25c25c032424908dcf60fbf3250ea
32450 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32451 Date:   Tue Feb 24 06:13:10 2009 +0100
32452
32453     PXA: timer use do_div and simplify it
32454
32455     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32456
32457 commit 4b00d1aa82b6af9b4e628a5729a12086e44558b3
32458 Author: Wolfgang Denk <wd@denx.de>
32459 Date:   Mon Mar 9 10:51:39 2009 +0100
32460
32461     SIMPC8313 board: fix out of tree building.
32462
32463     Fix typo in makefile which broke out of tree builds.
32464
32465     Also use expolicit "rm" instead of "ln -sf" which is known to be
32466     unreliable.
32467
32468     Signed-off-by: Wolfgang Denk <wd@denx.de>
32469
32470 commit f70fd13e2fe4cf58e251271c27f9c06e141d7f9a
32471 Author: Heiko Schocher <hs@denx.de>
32472 Date:   Tue Feb 24 11:30:51 2009 +0100
32473
32474     8360, kmeter1: added bootcount feature.
32475
32476     add CONFIG_BOOTCOUNT_LIMIT feature for 8360 CPU.
32477
32478     The bootcounter uses 8 bytes from the muram,
32479     because no other memory was found on this
32480     CPU for the bootcount feature. So we must
32481     correct the muram size in DTS before booting
32482     Linux.
32483
32484     This feature is actual only implemented for
32485     MPC8360, because not all 83xx CPU have qe,
32486     and therefore no muram, which this feature
32487     uses.
32488
32489     Signed-off-by: Heiko Schocher <hs@denx.de>
32490     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32491
32492 commit 1e7ed2565031e01abc18c713030a0a9829c07684
32493 Author: Heiko Schocher <hs@denx.de>
32494 Date:   Tue Feb 24 11:30:48 2009 +0100
32495
32496     83xx, kmeter: QE_ENET10 errata for Silicon Revision 2.1
32497
32498     old code implemented the QE_ENET10 errata only for Silicon
32499     Revision 2.0. New code reads now the Silicon Revision
32500     register and sets dependend on the Silicon Revision the
32501     values as advised in the QE_ENET10 errata.
32502
32503     Signed-off-by: Heiko Schocher <hs@denx.de>
32504     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32505
32506 commit 605f78e34a3f0103693b891f2573edd352e7d495
32507 Author: Heiko Schocher <hs@denx.de>
32508 Date:   Tue Feb 24 11:30:44 2009 +0100
32509
32510     83xx, kmeter1: updates for 2009.03
32511
32512     - HRCW update
32513       HRCWH_BOOTSEQ_DISABLE not HRCWH_BOOTSEQ_NORMAL
32514       HRCWH_LALE_EARLY added
32515     - DDR-SDRAM settings modified. This solves sporadically
32516       problems with this memory.
32517     - CS1 now 128 MB window size
32518     - CS3 now 512 MB window size
32519     - PRAM activated
32520     - MTDPARTS_DEFAULT defined
32521     - CONFIG_HOSTNAME added
32522     - MONITOR_LEN now 384 KB
32523
32524     Signed-off-by: Heiko Schocher <hs@denx.de>
32525     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32526
32527 commit 118cbe3c35c898f8d020b29d6dc180307cacf147
32528 Author: Heiko Schocher <hs@denx.de>
32529 Date:   Tue Feb 24 11:30:40 2009 +0100
32530
32531     83xx, kmeter1: autodetect size of DDR II RAM
32532
32533     it is possible that some board variants have different DDR II
32534     RAM sizes. So we autodetect the size of the assembled RAM.
32535
32536     Signed-off-by: Heiko Schocher <hs@denx.de>
32537     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32538
32539 commit c1bce4fff750d734b1fa7467eb08f93902c97ca6
32540 Author: Heiko Schocher <hs@denx.de>
32541 Date:   Tue Feb 24 11:30:37 2009 +0100
32542
32543     83xx, i2c: add mux support for fsl_i2c
32544
32545     This patch adds I2C mux support for the fsl_i2c driver. This
32546     allows you to add "new" i2c busses, which are reached over
32547     i2c muxes. For more infos, please look in the README and
32548     search for CONFIG_I2C_MUX.
32549
32550     Signed-off-by: Heiko Schocher <hs@denx.de>
32551     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32552
32553 commit 19f0e93041dbfe22f8d39b98e4f7f9ea87b77803
32554 Author: Heiko Schocher <hs@denx.de>
32555 Date:   Tue Feb 24 11:30:34 2009 +0100
32556
32557     83xx, kmeter1: add I2C, dtt, eeprom support
32558
32559     This patch adds I2C support for the Keymile kmeter1 board.
32560     It uses the First I2C Controller from the CPU, for
32561     accessing 4 temperature sensors, an eeprom with IVM data
32562     and the booteeprom over a pca9547 mux.
32563
32564     Signed-off-by: Heiko Schocher <hs@denx.de>
32565     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32566
32567 commit db1d72afd77287bc8577210f3f71ab249dcf146f
32568 Author: Heiko Schocher <hs@denx.de>
32569 Date:   Tue Feb 24 11:30:30 2009 +0100
32570
32571     i2c, dtt: move dtt_init () to board_init_r ()
32572
32573     In case where a board not uses CONFIG_POST, it is not
32574     necessary to init the DTTs when running from flash.
32575
32576     Signed-off-by: Heiko Schocher <hs@denx.de>
32577     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32578
32579 commit 5b0055547f0246908b79cc300170d87380b69e18
32580 Author: Dave Liu <daveliu@freescale.com>
32581 Date:   Wed Feb 25 12:31:32 2009 +0800
32582
32583     83xx: Fix some bugs in spd sdram code
32584
32585     1. RD_TO_PRE missed to add the AL, and need min 2 clocks for
32586       tRTP according to DDR2 JEDEC spec.
32587     2. WRTORD - tWTR need min 2 clocks according to DDR2 JEDEC spec.
32588     3. add the support of DDR2-533,667,800 DIMMs
32589     4. cpo
32590     5. make the AL to min to gain better performance.
32591
32592     The Micron MT9HTF6472CHY-667D1 DIMMs test passed on
32593     MPC837xEMDS platform at 266MHz/333MHz/400MHz data rate.
32594
32595     items 1, 2 and 5:
32596     Acked-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
32597
32598     Reported-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
32599     Signed-off-by: Dave Liu <daveliu@freescale.com>
32600     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32601
32602 commit b7be63abec45858c044f0fbd6aeef524c4663f9b
32603 Author: Valeriy Glushkov <gvv@lstec.com>
32604 Date:   Wed Feb 4 18:27:49 2009 +0200
32605
32606     MPC8349ITX: several config issues fixed
32607
32608     The previous version rebooted forever with DDR bigger than 256MB.
32609     Access the DS1339 RTC chip is on I2C1 bus.
32610     Allow DHCP.
32611
32612     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
32613     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32614
32615 commit 7e2ec1de1d2d723b59d7dd2fb85ff71b952d63af
32616 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
32617 Date:   Thu Feb 19 18:20:39 2009 +0300
32618
32619     mpc83xx: MPC837XEMDS: Initialize SerDes before negating PCIE reset signal
32620
32621     The SerDes initialization should be finished before negating the reset
32622     signal according to the reference manual. This isn't an issue on real
32623     hardware, but we'd better stick to the specifications anyway.
32624
32625     Suggested-by: Liu Dave <DaveLiu@freescale.com>
32626     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
32627     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32628
32629 commit 9c2d63ec0e9520948b6d598ea32e9aa4e0de847f
32630 Author: Heiko Schocher <hs@denx.de>
32631 Date:   Wed Feb 25 12:28:32 2009 +0100
32632
32633     i2c, dtt: move dtt_init () to board_init_r ()
32634
32635     it is not necessary to init the DTTs so early,
32636     so move this init to board_init_r ().
32637
32638     Signed-off-by: Heiko Schocher <hs@denx.de>
32639
32640 commit 00cc5595a7caac8066b408774383a956c2e26797
32641 Author: Anatolij Gustschin <agust@denx.de>
32642 Date:   Wed Feb 25 20:28:13 2009 +0100
32643
32644     lcd: Fix compilation warning in common/lcd.c
32645
32646     Fix following warning while compilation for mcc200 board:
32647
32648     lcd.c: In function 'lcd_display_bitmap':
32649     lcd.c:625: warning: unused variable 'cmap'
32650
32651     Signed-off-by: Anatolij Gustschin <agust@denx.de>
32652
32653 commit f5a77a09c93fe7f04c0c56f64ea436f7d318d674
32654 Author: Graeme Russ <graeme.russ@gmail.com>
32655 Date:   Tue Feb 24 21:11:24 2009 +1100
32656
32657     Moved SC520 Files (fix commit 407976185e0dda2c90e89027121a1071b9c77bfb)
32658
32659     Fixes commit 407976185e0dda2c90e89027121a1071b9c77bfb
32660
32661     Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
32662
32663 commit 75ba6d693b8f6247aa4b81323a2ee2fa28222215
32664 Author: Mike Frysinger <vapier@gentoo.org>
32665 Date:   Mon Feb 23 10:29:47 2009 -0500
32666
32667     smc911x: split out useful defines/functions into local header
32668
32669     The smc911x driver has a lot of useful defines/functions which can be used
32670     by pieces of code (such as example eeprom programmers).  Rather than
32671     forcing each place to duplicate these defines/functions, split them out
32672     of the smdc911x driver into a local header.
32673
32674     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32675     Acked-by: Ben Warren <biggerbadderben@gmail.com>
32676     CC: Sascha Hauer <s.hauer@pengutronix.de>
32677     CC: Guennadi Liakhovetski <lg@denx.de>
32678     CC: Magnus Lilja <lilja.magnus@gmail.com>
32679     CC: Ben Warren <biggerbadderben@gmail.com>
32680
32681 commit a2bb7105a79af8f2ffa9f87256fce6c1cbcbd8e1
32682 Author: Guennadi Liakhovetski <lg@denx.de>
32683 Date:   Tue Feb 24 10:44:02 2009 +0100
32684
32685     ARM: add an "eet" variant of the imx31_phycore board
32686
32687     The "eet" variant of the imx31_phycore board has an OLED display, using a
32688     s6e63d6 display controller on the first SPI interface, using GPIO57 as a
32689     chip-select for it. With this configuration you can display 256 colour BMP
32690     images in 16-bit RGB (RGB565) LCD mode.
32691
32692     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
32693     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32694
32695 commit 0c99f6ab31c5635874ba7a2e8d37791bfbf02f8f
32696 Author: Guennadi Liakhovetski <lg@denx.de>
32697 Date:   Fri Feb 6 10:37:57 2009 +0100
32698
32699     video: add an i.MX31 framebuffer driver
32700
32701     Add a driver for the Synchronous Display Controller and the Display
32702     Interface on i.MX31, using IPU for DMA channel setup. So far only
32703     displaying of bitmaps is supported, no text output.
32704
32705     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
32706     Acked-by: Anatolij Gustschin <agust@denx.de>
32707
32708 commit b245e65ee3c4cce3ccf008a21f4528239655876c
32709 Author: Guennadi Liakhovetski <lg@denx.de>
32710 Date:   Fri Feb 6 10:37:53 2009 +0100
32711
32712     LCD: support 8bpp BMPs on 16bpp displays
32713
32714     This patch also simplifies some ifdefs in lcd.c, introduces a generic
32715     vidinfo_t, which new drivers are encouraged to use and old drivers to switch
32716     over to.
32717
32718     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
32719     Acked-by: Anatolij Gustschin <agust@denx.de>
32720
32721 commit a303dfb0e9a93e516ea9427b5c09543d5f74ade1
32722 Author: Mark Jackson <mpfj@mimc.co.uk>
32723 Date:   Fri Feb 6 10:37:49 2009 +0100
32724
32725     Add 16bpp BMP support
32726
32727     This patch adds 16bpp BMP support to the common lcd code.
32728
32729     Use CONFIG_BMP_16BPP and set LCD_BPP to LCD_COLOR16 to enable the code.
32730
32731     At the moment it's only been tested on the MIMC200 AVR32 board, but extending
32732     this to other platforms should be a simple task !!
32733
32734     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
32735     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
32736     Acked-by: Anatolij Gustschin <agust@denx.de>
32737
32738 commit 689551c5ff1b394b88412f3df22144e79468d3a9
32739 Author: Guennadi Liakhovetski <lg@denx.de>
32740 Date:   Fri Feb 6 10:37:41 2009 +0100
32741
32742     A driver for the S6E63D6 SPI display controller from Samsung
32743
32744     This is a driver for the S6E63D6 SPI OLED display controller from Samsung.
32745     It only provides access to controller's registers so the client can freely
32746     configure it.
32747
32748     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
32749     Acked-by: Anatolij Gustschin <agust@denx.de>
32750
32751 commit fc7a93c84f3f134484811a0d9ad751fbc1a7da6d
32752 Author: Guennadi Liakhovetski <lg@denx.de>
32753 Date:   Fri Feb 13 09:26:40 2009 +0100
32754
32755     i.MX31: support GPIO as a chip-select in the mxc_spi driver
32756
32757     Some SPI devices have special requirements on chip-select handling.
32758     With this patch we can use a GPIO as a chip-select and strictly follow
32759     the SPI_XFER_BEGIN and SPI_XFER_END flags.
32760
32761     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
32762     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32763
32764 commit b30de3cccf8867566cd314e7c7033904afa5dc9d
32765 Author: Guennadi Liakhovetski <lg@denx.de>
32766 Date:   Sat Feb 7 01:18:07 2009 +0100
32767
32768     i.MX31: add a simple gpio driver
32769
32770     This is a minimal driver, so far only managing output. It will
32771     be used by the mxc_spi.c driver.
32772
32773     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
32774     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32775
32776 commit f9b6a1575d9f1ca192e4cb60e547aa66f08baa3f
32777 Author: Guennadi Liakhovetski <lg@denx.de>
32778 Date:   Sat Feb 7 00:09:12 2009 +0100
32779
32780     i.MX31: fix SPI driver for shorter than 32 bit
32781
32782     Fix setting the SPI Control register, 8 and 16-bit transfers
32783     and a wrong pointer in the free routine in the mxc_spi driver.
32784
32785     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
32786     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32787
32788 commit 7e91558032a0c1932dd7f4f562f9c7cc55efc496
32789 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
32790 Date:   Thu Feb 19 18:20:52 2009 +0300
32791
32792     mpc83xx: MPC837XERDB: Add PCIe support
32793
32794     On MPC8377E-RDB and MPC8378E-RDB boards we have PCIe and mini-PCIe
32795     slots. Let's support them.
32796
32797     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
32798     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32799
32800 commit 50a4d08e8f31debbd4ea12caf1265f3643c38d5b
32801 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
32802 Date:   Thu Feb 19 18:20:50 2009 +0300
32803
32804     mpc83xx: PCI: Fix hard-coded first_busno value
32805
32806     We should use pci_last_busno() in pci_init_bus(), otherwise we'll
32807     erroneously re-use PCI0's first_busno for PCI1 hoses.
32808
32809     NOTE: The patch is untested. All MPC83xx FSL boards I have have
32810     PCI1 in miniPCI form, for which I don't have any cards handy.
32811
32812     But looking in cpu/mpc85xx/pci.c:
32813     ...
32814     #ifdef CONFIG_MPC85XX_PCI2
32815             hose = &pci_hose[1];
32816
32817             hose->first_busno = pci_hose[0].last_busno + 1;
32818
32819     And considering that we do the same for MPC83xx PCI-E support,
32820     I think this patch is correct.
32821
32822     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
32823     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32824
32825 commit a5878d427128c1a9226045ebe05fbadaa02eb9dd
32826 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
32827 Date:   Thu Feb 19 18:20:46 2009 +0300
32828
32829     mpc83xx: PCI: Fix bus-range fdt fixups for PCI1 controllers
32830
32831     This patch fixes copy-paste issue: pci_hose[0]'s first and last
32832     busnos were used to fixup pci1's nodes.
32833
32834     We don't see this bug triggering only because Linux reenumerate
32835     buses anyway.
32836
32837     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
32838     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32839
32840 commit b24a99f6666ac278ec9f9c1334518af828833d19
32841 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
32842 Date:   Thu Feb 19 18:20:44 2009 +0300
32843
32844     mpc83xx: PCIe: Fix CONFIG_PCI_SCAN_SHOW reporting bogus values
32845
32846     This patch fixes an issue in config space read accessors: we should
32847     fill-in the value even if we fail (e.g. skipping devices), otherwise
32848     CONFIG_PCI_SCAN_SHOW reports bogus values during boot up.
32849
32850     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
32851     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32852
32853 commit e2d72ba543c7b6924b5b5d393dcd80b2b9c3a022
32854 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
32855 Date:   Thu Feb 19 18:20:42 2009 +0300
32856
32857     mpc83xx: PCIe: Don't start bus enumeration at 0
32858
32859     Currently we assign first_busno = 0 for the first PCIe hose, but this
32860     scheme won't work if we have ordinary PCI hose already registered (its
32861     first_busno value is 0 too).
32862
32863     The old code worked fine only because we have PCI disabled on
32864     MPC837XEMDS boards in stand-alone mode (see commit 00f7bbae92e3b13f2b3
32865     "mpc83xx: fix PCI scan hang on the standalone MPC837xE-MDS boards").
32866     But on MPC837XERDB boards we have PCI and PCIe, so the bug actually
32867     triggers.
32868
32869     So, to fix the issue, we should use pci_last_busno() + 1 for the
32870     first_busno (i.e. last available busno).
32871
32872     Reported-by: Huang Changming <Chang-Ming.Huang@freescale.com>
32873     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
32874     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32875
32876 commit cc2a8c7751ddbae3116660064f446888538b93e9
32877 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
32878 Date:   Thu Feb 19 18:20:41 2009 +0300
32879
32880     PCI: Add pci_last_busno() helper
32881
32882     This is just a handy routine that reports last PCI busno: we walk
32883     down all the hoses and return last hose's last_busno.
32884
32885     Will be used by PCI/PCIe initialization code.
32886
32887     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
32888     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32889
32890 commit bd76729bcbfd64b5d016a9b936f058931fc06eaf
32891 Author: Becky Bruce <beckyb@kernel.crashing.org>
32892 Date:   Mon Feb 23 13:56:51 2009 -0600
32893
32894     MPC86xx: set CONFIG_MAX_MEM_MAPPED to 2G by default
32895
32896     Currently, we get 256MB as the default, but since all the 86xx
32897     board configs define a 2G BAT mapping for RAM, raise default
32898     to 2G.
32899
32900     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
32901     Acked-by: Jon Loeliger <jdl@freescale.com>
32902
32903 commit 2331e18b9df0ab98ebf3ab44c0efea1311949aaa
32904 Author: Becky Bruce <beckyb@kernel.crashing.org>
32905 Date:   Thu Feb 12 10:43:32 2009 -0600
32906
32907     mpc8641hpcn: Indicate 36-bit addr map in boot messages
32908
32909     If 36-bit addressing is enabled, print a message on the console
32910     when we boot.
32911
32912     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
32913
32914 commit 58a518c3d8a2c7de11d414e8b903495daee7dc7e
32915 Author: Mark Jackson <mpfj-list@mimc.co.uk>
32916 Date:   Fri Feb 13 15:48:18 2009 +0000
32917
32918     Setup extra MIMC200 chip selects
32919
32920     Added code to setup the extra Flash and FRAM chip selects as used on the
32921     MIMC200 board.
32922
32923     V2 moves the init code from the common "cpu.c" file into the board specific
32924     setup file.
32925
32926     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
32927     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32928
32929 commit 80534886a72a0088eef9e781a8e0b7d04ea41f36
32930 Author: Mark Jackson <mpfj@mimc.co.uk>
32931 Date:   Mon Nov 24 12:10:56 2008 +0000
32932
32933     MIMC200: tidy GCLK init code
32934
32935     Change the MIMC200 startup code to use the built-in (rather than
32936     hard-coded) funtions for setting up gclk outputs.
32937
32938     We'll also move the code to the new, more-appropriate
32939     board_postclk_init() routine.
32940
32941     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
32942     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32943
32944 commit b423f94063bf04e92047ff85c7e53441eb3b712b
32945 Author: Olav Morken <olavmrk@gmail.com>
32946 Date:   Fri Jan 23 12:56:32 2009 +0100
32947
32948     AVR32: Must add NOPs after disabling interrupts for AT32UC3A0512ES
32949
32950     The AT32UC3A0512ES chip has a bug when disabling interrupts. As a
32951     workaround, two NOPs can be inserted.
32952
32953     Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
32954     Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
32955     Signed-off-by: Olav Morken <olavmrk@gmail.com>
32956     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32957
32958 commit f5f652fa91aa69db8117d211af1b4fe09f2edd3b
32959 Author: Gunnar Rangoy <gunnar@rangoy.com>
32960 Date:   Fri Jan 23 12:56:29 2009 +0100
32961
32962     AVR32: Make GPIO implmentation cpu dependent
32963
32964     There are some differences in the implementation of GPIO in the
32965     at32uc chip compared to the ap700x series.
32966
32967     Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
32968     Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
32969     Signed-off-by: Olav Morken <olavmrk@gmail.com>
32970     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32971
32972 commit a38de083d2979db3680f0d0978c509a172c8fa00
32973 Author: Olav Morken <olavmrk@gmail.com>
32974 Date:   Fri Jan 23 12:56:28 2009 +0100
32975
32976     AVR32: Move addrspace.h to arch-directory, and move some functions from io.h to addrspace.h
32977
32978     The AVR32A architecture (which AT32UC3A-series is based on) has a
32979     different memory layout than the AVR32B-architecture. This patch moves
32980     addrspace.h to an arch-dependent directory in preparation for
32981     AT32UC3A-support. It also moves some address-space manipulation
32982     functions from io.h to addrspace.h.
32983
32984     Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
32985     Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
32986     Signed-off-by: Olav Morken <olavmrk@gmail.com>
32987     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32988
32989 commit d8f2aa3298610b44127dbc4796d8038aa5847e0b
32990 Author: Olav Morken <olavmrk@gmail.com>
32991 Date:   Fri Jan 23 12:56:27 2009 +0100
32992
32993     AVR32: Make cacheflush cpu-dependent
32994
32995     The AT32UC3A series of processors doesn't contain any cache, and issuing
32996     cache control instructions on those will cause an exception. This commit
32997     makes cacheflush.h arch-dependent in preparation for the AT32UC3A-support.
32998
32999     Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
33000     Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
33001     Signed-off-by: Olav Morken <olavmrk@gmail.com>
33002     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
33003
33004 commit 2f70c49e5b9813635ad73666aa30f304c7fdeda9
33005 Author: Heiko Schocher <hs@denx.de>
33006 Date:   Tue Feb 10 09:38:52 2009 +0100
33007
33008     netloop: speed up NetLoop
33009
33010     NetLoop polls every cycle with getenv some environment variables.
33011     This is horribly slow, especially when the environment is big.
33012
33013     This patch reads only the environment variables in NetLoop,
33014     when they were changed.
33015
33016     Also moved the init part of the NetLoop function in a seperate
33017     function.
33018
33019     Signed-off-by: Heiko Schocher <hs@denx.de>
33020     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
33021
33022 commit ad2d16393e9f684e4a9255f42e8bfdd819b67a87
33023 Author: Mike Frysinger <vapier@gentoo.org>
33024 Date:   Mon Dec 22 02:56:07 2008 -0500
33025
33026     smc911x_eeprom: new example app for managing newer SMC parts
33027
33028     A forward port of the last version to work with the newer smc911x driver.
33029     I only have a board with a LAN9218 part on it, so that is the only one
33030     I've tested.  But there isn't anything in this that would make it terribly
33031     chip specific afaik.
33032
33033     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33034     CC: Sascha Hauer <s.hauer@pengutronix.de>
33035     CC: Guennadi Liakhovetski <lg@denx.de>
33036     CC: Magnus Lilja <lilja.magnus@gmail.com>
33037     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
33038
33039 commit 736323a490b664ec0edc3ddb2c1c4a6824db45c6
33040 Author: Pieter Henning <phenning@vastech.co.za>
33041 Date:   Sun Feb 22 23:17:15 2009 -0800
33042
33043     Added Vitesse VSC8211 definitions to TSEC driver
33044
33045     Added the struct containing PHY settings for the Vitesse VSC8211 phy to
33046     the phy_info list in tsec.c
33047
33048     Signed-off-by: Pieter Henning <phenning@vastech.co.za>
33049     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
33050
33051 commit 32688e572ff96715b41420e9a7f280db6c399b65
33052 Author: Wolfgang Denk <wd@denx.de>
33053 Date:   Mon Feb 23 00:22:21 2009 +0100
33054
33055     Update CHANGELOG;  Prepare 2009.03-rc1
33056
33057     Signed-off-by: Wolfgang Denk <wd@denx.de>
33058
33059 commit 80b827c2b78329c6503b271e43d9eb693d644710
33060 Author: Wolfgang Denk <wd@denx.de>
33061 Date:   Sun Feb 22 23:45:40 2009 +0100
33062
33063     ARM: synchronize mach-types.h with linux v2.6.29-rc5-315-g683fdc5
33064
33065     The file was generated from building versatile_defconfig.
33066
33067     Signed-off-by: Wolfgang Denk <wd@denx.de>
33068
33069 commit 14209ac13ff631e36c9a9dd426c59c2e2f5dab00
33070 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
33071 Date:   Sun Feb 22 14:24:11 2009 +0900
33072
33073     MIPS: Fix GCC-4.2 'discards qualifiers from pointer target type' warnings
33074
33075     Compiling dbau1x00 and gth2 boards with GCC-4.2, you would see new warnings
33076     like this:
33077
33078     skuribay@ubuntu:u-boot.git$ ./MAKEALL dbau1000
33079     Configuring for dbau1x00 board...
33080     au1x00_eth.c: In function 'au1x00_send':
33081     au1x00_eth.c:158: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
33082     au1x00_eth.c: In function 'au1x00_recv':
33083     au1x00_eth.c:211: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
33084     au1x00_eth.c: In function 'au1x00_init':
33085     au1x00_eth.c:252: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
33086     au1x00_eth.c: In function 'au1x00_recv':
33087     au1x00_eth.c:211: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
33088     au1x00_eth.c: In function 'au1x00_init':
33089     au1x00_eth.c:252: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
33090     au1x00_eth.c: In function 'au1x00_send':
33091     au1x00_eth.c:158: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
33092
33093     We're passing a volatile pointer to a function which is expecting a non-
33094     volatile pointer.  That's potentially dangerous, so gcc warns about it.
33095     Confirmed with ELDK 4.2 (GCC 4.2.2) and Sourcey G++ 4.2 (GCC 4.2.3).
33096
33097     To fix this, we add a volatile attribute to the argument in question.
33098     The virt_to_phys function in Linux kernel also does the same thing.
33099
33100     Signed-off-by: Stefan Roese <sr@denx.de>
33101     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
33102
33103 commit aba45c85b22f8c57fc2fedba8e948e06c2e2f5b3
33104 Author: Dirk Behme <dirk.behme@googlemail.com>
33105 Date:   Fri Feb 20 17:51:28 2009 +0100
33106
33107     OMAP3: Clean up MMC code
33108
33109     Clean up OMAP3 MMC code:
33110
33111     * Convert register access to struct & readx/writex style
33112     * Replace hardcode values by macros
33113     * Remove macro defined twice
33114
33115     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
33116
33117 commit cfcdf4a9b361d015c0debac73fbf7c511df4a934
33118 Author: Dirk Behme <dirk.behme@googlemail.com>
33119 Date:   Thu Feb 12 18:55:43 2009 +0100
33120
33121     OMAP3: Pandora: Update pin mux
33122
33123     Clock pin must have input enabled for MMC3 to work.
33124     Also enable pull-ups for cmd/data lines to be consistent
33125     with remaining MMC host pin setup.
33126
33127     Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
33128
33129 commit 6530a8bf8a0274b9419141e4c2c5a235cce5380f
33130 Author: Dirk Behme <dirk.behme@googlemail.com>
33131 Date:   Thu Feb 12 18:55:42 2009 +0100
33132
33133     OMAP3: Add OMAP3 auto detection
33134
33135     This patch adds OMAP3 cpu type auto detection based on OMAP3 register
33136     and removes hardcoded values.
33137
33138     Signed-off-by: Steve Sakoman <sakoman@gmail.com>
33139     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
33140
33141 commit f956fd0338f4990793a10f767929ba4963665261
33142 Author: Dirk Behme <dirk.behme@googlemail.com>
33143 Date:   Thu Feb 12 18:55:41 2009 +0100
33144
33145     OMAP3: Beagle: Add board revision detection
33146
33147     With BeagleBoard revision C some HW changes are introduced (e.g. PinMUX)
33148     which might need different software handling. For this, GPIO pin 171 (GPIO
33149     module 6, offset 11) can be used to check for board revision. If this pin
33150     is low, we have a rev C board. Else it must be a revision Ax or Bx board.
33151
33152     To handle board differences you can call function beagle_get_revision().
33153     E.g.:
33154
33155     if (beagle_get_revision()) {
33156
33157     /* do special revision C stuff here */
33158
33159     }
33160
33161     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
33162
33163 commit 288f3cd912918b97919d13b6f7fb13fbddf74d68
33164 Author: Dirk Behme <dirk.behme@googlemail.com>
33165 Date:   Thu Feb 12 18:55:40 2009 +0100
33166
33167     OMAP3: Overo: Clean up pin mux and GPIO configuration
33168
33169     * Make Overo GPIO114 an input for touchscreen PENDOWN
33170     * Make Overo GPIO144-147 readable
33171     * Make Overo EHCI pinmux match beagle rev c setup
33172     * Adjust pinmux for SMSC911X network chip support
33173     * Remove unnecessary GPIO setup
33174     * Fix merge error in Makefile
33175
33176     Signed-off-by: Steve Sakoman <sakoman@gmail.com>
33177     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
33178
33179 commit 2579019b8248e5f166e60e37065766efc8a49dbc
33180 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33181 Date:   Sun Feb 22 17:08:41 2009 +0100
33182
33183     nmdk8815: fix onenand support
33184
33185     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33186
33187 commit 0176c03a2469676df5bf19cf93a1a6f582f6a120
33188 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33189 Date:   Sun Feb 22 17:56:50 2009 +0100
33190
33191     nomadik/nand: fix 'ecc512' discards qualifiers from pointer target type
33192
33193     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33194
33195 commit 9751a456f702ba2fcdfd1bdbc0138927ef007858
33196 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33197 Date:   Sun Feb 22 17:49:43 2009 +0100
33198
33199     davinci: fix implicit declaration of function 'davinci_errata_workarounds'
33200
33201     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33202
33203 commit 4f5728987f4f9f7845688482aa2b7f2127768165
33204 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33205 Date:   Sun Feb 22 15:49:28 2009 +0100
33206
33207     arm: add uart dcc support
33208
33209     Serial driver via the EmbeddedICE macrocell's DCC channel using
33210     co-processor 14.
33211
33212     It does include a timeout to ensure that the system does not
33213     totally freeze when there is nothing connected to read.
33214
33215     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33216
33217 commit 0cd18fa982f9a8c1a90ce971379a7d6408976d48
33218 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
33219 Date:   Fri Nov 21 14:35:56 2008 -0500
33220
33221     ARM DaVinci: Add common peripherals and modules enable functions.
33222
33223     Taken all the duplicated code for enabling common modules and apply
33224     software workarounds from the board specific code into common
33225     functions. Also added comments explaining the workarounds
33226     (from TI errata documents) and replaced some numerical bit numbers
33227     with more meaningful defines.
33228
33229     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
33230
33231 commit d3be1bcae7a8207e0a79ffd035d0e90f80378295
33232 Author: Alessandro Rubini <rubini@unipv.it>
33233 Date:   Mon Feb 9 15:53:33 2009 +0100
33234
33235     Enable Ethernet for Nomadik 8815 Evaluation Kit
33236
33237     This trivially enables Ethernet support in the debug board
33238     by setting up the proper chip select.
33239
33240     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
33241     Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
33242
33243 commit 0d8c6eab2481046e9446264bfe9402bb98ddf433
33244 Author: Alessandro Rubini <rubini@unipv.it>
33245 Date:   Mon Feb 9 15:53:31 2009 +0100
33246
33247     Nand driver for Nomadik SoC
33248
33249     This driver implements the ECC algorithm described in
33250     the CPU data sheet and uses the OOB layout chosen in
33251     already-released development systems (shipped with a custom-made
33252     u-boot 1.3.1).
33253
33254     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
33255     Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
33256
33257 commit ef339cc2b68e4cbef3f9376a45315e1b974bbd8d
33258 Author: Alessandro Rubini <rubini@unipv.it>
33259 Date:   Mon Feb 9 15:53:31 2009 +0100
33260
33261     Added nomadik.h header
33262
33263     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
33264     Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
33265
33266 commit 60ece6d8043d1dd80f5dd32c541213716d624b19
33267 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
33268 Date:   Wed Oct 29 20:05:18 2008 +0900
33269
33270     r8a66597-hcd: fix cannot use external hub
33271
33272     Fix the problem that cannot use external hub, because this driver
33273     did not control correctly a DEVADDx register.
33274
33275     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
33276     Signed-off-by: Remy Bohmer <linux@bohmer.net>
33277
33278 commit e1ffaee728190e76a4596a3579d94e730143585f
33279 Author: Mike Frysinger <vapier@gentoo.org>
33280 Date:   Thu Feb 19 01:20:27 2009 -0500
33281
33282     Blackfin: disable syscontrol code for now
33283
33284     Looks like the initcode updates fell out of order during my merges.  The
33285     patch that really fixes up this code is part of power-on overhaul and so
33286     is too large for merging at this point.  Instead, we can disable the code
33287     as no currently in-tree board depends on it.  The next merge window will
33288     fix things up properly.
33289
33290     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33291
33292 commit 1b228d68f54832edd867ef98520f760f68192ab7
33293 Author: Mike Frysinger <vapier@gentoo.org>
33294 Date:   Thu Feb 19 01:19:49 2009 -0500
33295
33296     Blackfin: bf537-stamp: fix I2C board defines
33297
33298     The previous merge for cleaning up the I2C driver incorrectly reverted the
33299     CFG_xxx rename for some of the I2C defines.
33300
33301     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33302     Signed-off-by: Heiko Schocher <hs@denx.de>
33303
33304 commit 09fee8e8677a6265e89144ccc163bf00e321769e
33305 Author: Wolfgang Denk <wd@denx.de>
33306 Date:   Sun Feb 22 01:19:52 2009 +0100
33307
33308     Coding Style cleanup; update CHANGELOG
33309
33310     Signed-off-by: Wolfgang Denk <wd@denx.de>
33311
33312 commit 1dcb50afbb63a439320a985380a0af2dca079d1e
33313 Author: Wolfgang Denk <wd@denx.de>
33314 Date:   Sun Feb 22 01:17:47 2009 +0100
33315
33316     Makefile: fix cleanup
33317
33318     Commit e4943ec5 moved the ARM boards to a vendor directory but forgot
33319     to adapt the cleanup rules in the Makefile
33320
33321     Signed-off-by: Wolfgang Denk <wd@denx.de>
33322
33323 commit edff7bcc4d5540df8b416274652ff02e94c38b9e
33324 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
33325 Date:   Fri Feb 20 13:01:56 2009 -0500
33326
33327     Cleanup the comment for m68k linux boot argument passing.
33328
33329     This patch clarifies the way m68k passes linux boot argument.
33330     The one gotcha here is that the assembly instruction that
33331     the compiler uses to jump to the kernel is 'jsr' which pushes the
33332     program counter for the instruction after the jsr into the stack pointer.
33333
33334     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
33335     Signed-off-by: Wolfgang Denk <wd@denx.de>
33336
33337 commit 4d41650eec959668280a612467bd95c7b8398513
33338 Author: Peter Griffin <pgriffin@mpc-data.co.uk>
33339 Date:   Tue Feb 10 16:44:45 2009 +0000
33340
33341     sh: Fix rsk7203 in tree build
33342
33343     Signed-off-by: Peter Griffin <pgriffin@mpc-data.co.uk>
33344
33345 commit fca0cecff73db99d99ad094cca7980472b8a11b5
33346 Author: Minkyu Kang <mk7.kang@samsung.com>
33347 Date:   Wed Feb 18 09:05:52 2009 +0900
33348
33349     bootm: Reduce the unnecessary memmove
33350
33351     Although load address and image start address are same address,
33352     bootm command always does memmove.
33353     That is unnecessary memmove and can be taken few milliseconds
33354     (about 500 msec to 1000 msec).
33355     If skip this memmove, we can reduce the boot time.
33356
33357     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
33358
33359 commit 670cbde8da83690fed1064c3358f54ae1d693ed2
33360 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
33361 Date:   Sun Feb 15 22:29:15 2009 +0100
33362
33363     fpga: Fix Spartan III FPGA booting
33364
33365     This patch does some minor fixing of the Xilinx Spartan III
33366     FPGA boot code:
33367
33368     - Fixed call order of post configuration callback and
33369       success message printing (result of copy-paste?)
33370     - remove obsolete comment
33371     - minor coding style cleanup
33372
33373     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
33374
33375 commit 3818b677641038d27b2663fbd6771ad38c932f86
33376 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
33377 Date:   Sun Feb 15 22:28:36 2009 +0100
33378
33379     fpga: Fix Spartan II FPGA booting
33380
33381     This patch does some minor fixing of the Xilinx Spartan II
33382     FPGA boot code:
33383
33384     - Fixed call order of post configuration callback and
33385       success message printing (result of copy-paste?)
33386     - relocate post configuration callback only when it
33387       is implemented
33388     - remove obsolete comment
33389     - minor coding style cleanup
33390
33391     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
33392
33393 commit b4746d8bf9f4ed6dc8a76c5d52db669604aff84b
33394 Author: Mike Frysinger <vapier@gentoo.org>
33395 Date:   Wed Feb 11 20:26:52 2009 -0500
33396
33397     drivers/serial/ns16550: move ifdef into Makefile COBJS-$(...)
33398
33399     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33400
33401 commit 6bcb4b806cef8a5dd08fac9a4a672b96d9ee804e
33402 Author: Derek Ou <dou@siconix.com>
33403 Date:   Tue Feb 3 16:00:07 2009 -0700
33404
33405     lcd_putc bug fix for tab.
33406
33407     Signed-off-by: Derek Ou <dou@siconix.com>
33408
33409 commit 35c9e14d8096e519fe76c953a43d52a09617345c
33410 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
33411 Date:   Mon Feb 2 09:46:21 2009 +0900
33412
33413     MIPS: cpu/mips/Makefile: Add a missing START line
33414
33415     In the commit 79b51ff8205f0354d5300570614c1d2db499679c ([MIPS] cpu/mips/
33416     Makefile: Split [CS]OBJS onto separate lines), I wrongly deleted a START
33417     line.  This patch puts it back.
33418
33419     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
33420
33421 commit 9a63b7f4f8f3c99cf017e0d3d4a152dfcd913b5a
33422 Author: Wolfgang Denk <wd@denx.de>
33423 Date:   Sat Feb 21 21:51:21 2009 +0100
33424
33425     Enable ext2 support for TQM8xxL/M based boards
33426
33427     Signed-off-by: Wolfgang Denk <wd@denx.de>
33428
33429 commit e3ba7f137c7c454ad626cd0bd2e84d73c7a8644f
33430 Author: Tom Rix <Tom.Rix@windriver.com>
33431 Date:   Fri Feb 20 03:47:50 2009 +0100
33432
33433     ARM:PXA Use new definitions in mmc.h
33434
33435     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
33436     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33437
33438 commit 682beeac34dc9ab18fab58b26973d2e29d113717
33439 Author: Andy Fleming <afleming@freescale.com>
33440 Date:   Fri Feb 20 03:47:50 2009 +0100
33441
33442     Reduce the scope of PXA's mmc_read/mmc_write/mmc_bread functions
33443
33444     These names are being taken over by the new MMC framework.  Hopefuly
33445     the PXA can be easily ported, and these functions will go away entirely.
33446
33447     Signed-off-by: Andy Fleming <afleming@freescale.com>
33448     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33449
33450 commit b03d92e5584935886ff91d5aa0755dc8888b7187
33451 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33452 Date:   Fri Feb 20 03:47:50 2009 +0100
33453
33454     pxa: move mmc drivers to drivers/mmc
33455
33456     introduce new macro CONFIG_PXA_MMC to activate it
33457
33458     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33459
33460 commit 9490f465642c80c054854689a2ef1a77d65cf1f3
33461 Author: Tom Rix <Tom.Rix@windriver.com>
33462 Date:   Thu Feb 19 19:27:22 2009 -0600
33463
33464     ARM:PXA Remove redefinition of mmc_cid and mmc_csd.
33465
33466     These structures are defined in the common mmc.h
33467
33468     This was compile checked on cerf250.
33469
33470 commit 94a3312920b6f9b5da27309549fb73650718c10a
33471 Author: Micha Kalfon <smichak.uv@gmail.com>
33472 Date:   Wed Feb 11 19:50:11 2009 +0200
33473
33474     pxa: fixing get_timer to return time in miliseconds.
33475
33476     Fixing the get_timer function to return time in miliseconds instead of
33477     ticks. Also fixed PXA boards to use the conventional value of 1000 for
33478     CONFIG_SYS_HZ.
33479
33480     Signed-off-by: Micha Kalfon <smichak.uv@gmail.com>
33481
33482 commit e5e88c3614b79b54719905f66aefb51f9494bc1f
33483 Author: Tom Rix <Tom.Rix@windriver.com>
33484 Date:   Thu Feb 19 16:45:43 2009 -0600
33485
33486     ARM:OMAP3 Change mmc_init to mmc_legacy_init
33487
33488     omap3_mmc.c was changed to define mmc_legacy_init.
33489     Remove unused functions.
33490
33491     Compile tested on all arm
33492     Runtime tested on Zoom1.
33493
33494     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
33495
33496 commit 9e80bb21629988063574f88ca0d28baadff4d963
33497 Author: Heiko Schocher <hs@denx.de>
33498 Date:   Thu Feb 19 17:23:58 2009 +0100
33499
33500     82xx, mgcoge: updates for 2009.03
33501
33502     - activate CS4 for accessing the FPGA
33503     - activate Rx buf len > 1 on SMC
33504     - pram activated
33505     - MTDPARTS_DEFAULT defined
33506     - update the size of the flashes in the DTS
33507       before booting Linux
33508     - MONITOR_LEN updated to 384k
33509     - added CONFIG_HOSTNAME
33510     - added CONFIG_ENV_BUFFER_PRINT
33511     - Environment size reduced to 16k
33512
33513     Signed-off-by: Heiko Schocher <hs@denx.de>
33514
33515 commit df909554e2401f307925e1bd45d576e4176d9de9
33516 Author: Heiko Schocher <hs@denx.de>
33517 Date:   Thu Feb 19 17:24:01 2009 +0100
33518
33519     8xx, mgsuvd: updates for 2009.03
33520
33521     - activate Rx buf len > 1 on SMC
33522     - pram activated
33523     - MTDPARTS_DEFAULT defined
33524     - update the size of the flash in the DTS
33525       before booting Linux
33526     - MONITOR_LEN updated to 384k
33527     - added CONFIG_HOSTNAME
33528     - added CONFIG_ENV_BUFFER_PRINT
33529     - Environment size reduced to 16k
33530
33531     Signed-off-by: Heiko Schocher <hs@denx.de>
33532
33533 commit 3511b4e208e12be85b532866f1c660aa2e021557
33534 Author: Dirk Behme <dirk.behme@googlemail.com>
33535 Date:   Wed Feb 18 19:59:39 2009 +0100
33536
33537     MMC: Don't use new framework code if not enabled
33538
33539     Don't use code of new MMC framework in cmd_mmc if CONFIG_GENERIC_MMC
33540     isn't enabled.
33541
33542     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
33543
33544 commit 32482be67775e00b4cbc49fba62347c1ecc6229c
33545 Author: Wolfgang Denk <wd@denx.de>
33546 Date:   Thu Feb 19 13:53:29 2009 +0100
33547
33548     TQM8xxL: make some room in low memory for future needs
33549
33550     THe TQM8xxL use a ahnd-optimized linker script to efficiently use the
33551     small boot sectors in the flash. This patch makes some room in the
33552     first sector to prepare for a size increase of lib_generic/vsprintf.o
33553     by a future patch.
33554
33555     Signed-off-by: Wolfgang Denk <wd@denx.de>
33556
33557 commit c157cec3c3f6dfc194532b3a3ca87f85b642962a
33558 Author: Kim Phillips <kim.phillips@freescale.com>
33559 Date:   Wed Feb 18 18:06:18 2009 -0600
33560
33561     README: remove duplicate entry
33562
33563     it's been around since the original commit (2ad6b513) that added two
33564     identical entries.
33565
33566     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33567
33568 commit 1bba30efe1717bea13026e15c7c7d906419fac69
33569 Author: Wolfgang Denk <wd@denx.de>
33570 Date:   Thu Feb 19 00:41:08 2009 +0100
33571
33572     Coding style cleanup, update CHANGELOG
33573
33574     Signed-off-by: Wolfgang Denk <wd@denx.de>
33575
33576 commit 369d0aa9674b65c83f8553b9bcf9d207dc369223
33577 Author: Kim Phillips <kim.phillips@freescale.com>
33578 Date:   Wed Feb 18 17:43:59 2009 -0600
33579
33580     sata_sil3114: fix compiler warning
33581
33582     judging from other printfs in the same file, it seems ata should be
33583     postpended with the interface number, not the address of the global
33584     port variable.  Fixes this for current u-boot-mpc83xx tree:
33585
33586     Configuring for MPC8349ITX board...
33587     sata_sil3114.c: In function 'sata_bus_softreset':
33588     sata_sil3114.c:99: warning: format '%u' expects type 'unsigned int', but argument 2 has type 'struct sata_port *'
33589     sata_sil3114.c:108: warning: format '%u' expects type 'unsigned int', but argument 2 has type 'struct sata_port *'
33590
33591     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33592
33593 commit f5675aa5ceeef30740970ab8ca0c8cbc324945cd
33594 Author: Ron Madrid <ron_madrid@sbcglobal.net>
33595 Date:   Wed Feb 18 14:30:44 2009 -0800
33596
33597     Create configuration option for restricted ns16550 functions
33598
33599     This patch will create a configuration option for a minimum configuration for
33600     the ns16550 serial driver at drivers/serial/ns16550.c and will apply this new
33601     configuration option to the SIMPC8313.h config file in order to fix the NAND
33602     bootstrap build error.  This option will exclude all functions with exception of
33603     NS16550_putc and NS16550_init.  This will be used primarily to save space and
33604     remove unused code from builds in which space is limited.
33605
33606     Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
33607
33608 commit 7b0bc0219db8981613259473cf19699ac259b4fb
33609 Author: Kim Phillips <kim.phillips@freescale.com>
33610 Date:   Wed Feb 18 16:14:29 2009 -0600
33611
33612     mkconfig: include board config.h before asm/config.h
33613
33614     swapping the include order suppresses warnings for board configs
33615     that define their own CONFIG_MAX_MEM_MAPPED:
33616
33617     In file included from /home/r1aaha/git/u-boot/include/config.h:5,
33618                     from /home/r1aaha/git/u-boot/include/common.h:35,
33619                     from simpc8313.c:26:
33620     /home/r1aaha/git/u-boot/include/configs/SIMPC8313.h:81:1: warning:
33621     "CONFIG_MAX_MEM_MAPPED" redefined
33622     In file included from /home/r1aaha/git/u-boot/include/config.h:4,
33623                     from /home/r1aaha/git/u-boot/include/common.h:35,
33624                     from simpc8313.c:26:
33625     /home/r1aaha/git/u-boot/include/asm/config.h:28:1: warning: this is
33626     the location of the previous definition
33627
33628     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33629
33630 commit b8845abdc0dcf20d0944e965153f5ae7a9c3077c
33631 Author: Wolfgang Denk <wd@denx.de>
33632 Date:   Wed Feb 18 21:35:38 2009 +0100
33633
33634     Fix build errors after making flash_get_info() non-static
33635
33636     Fix for these build problems:
33637     error: static declaration of 'flash_get_info' follows non-static declaration
33638
33639     Signed-off-by: Wolfgang Denk <wd@denx.de>
33640
33641 commit b4996d6b2140e5da7f1c346f37a67b19907b307a
33642 Author: Stefan Roese <sr@denx.de>
33643 Date:   Wed Feb 18 13:18:00 2009 +0100
33644
33645     ppc4xx: PCIe: Change 16GB inbound memory to 4GB
33646
33647     This patch fixes a problem recently seen on some 4xx platforms. For
33648     example on Kilauea PCIe slot #0.
33649
33650     Signed-off-by: Stefan Roese <sr@denx.de>
33651
33652 commit f50fe4bd613c6d35a2c34055f02e9501dd6a9ad5
33653 Author: Stefan Roese <sr@denx.de>
33654 Date:   Wed Feb 18 14:05:37 2009 +0100
33655
33656     ppc4xx: Some more PMC405 coding-style cleanup
33657
33658     Signed-off-by: Stefan Roese <sr@denx.de>
33659
33660 commit 2f6eb9170bf91b72ea51dcea2a8b9c11b0e20bc5
33661 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
33662 Date:   Sun Feb 15 22:27:47 2009 +0100
33663
33664     ppc4xx: Update PMC405 board support
33665
33666     This patch prepares the good old PMC405 board support for
33667     upcoming PMC405V2 patches.
33668
33669     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
33670     Signed-off-by: Stefan Roese <sr@denx.de>
33671
33672 commit c553b5f4a0c77fc76e1d25e71c8aaa47657e2d6f
33673 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
33674 Date:   Sun Feb 15 22:26:54 2009 +0100
33675
33676     ppc4xx: Cleanup PMC405 board support
33677
33678     This patch fixes coding style for PMC405 board support.
33679     Also some unneeded features/code is removed.
33680
33681     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
33682     Signed-off-by: Stefan Roese <sr@denx.de>
33683
33684 commit b4e85d0f37b5b924fbf834867ad6d0b31b86f667
33685 Author: Ilya Yanok <yanok@emcraft.com>
33686 Date:   Thu Feb 5 04:08:20 2009 +0100
33687
33688     qong: changes to Dave/DENX Qong configuration
33689
33690     1. Changes to the default environment:
33691       - "bootcmd" defined as "run flash_self"
33692       - "saveenv" command removed from "update"
33693       - "uboot" changed to "u-boot" (also in "load")
33694       - "addmtd" variable defined (and added to all boot commands)
33695     2. CONFIG_CMD_JFFS2 defined to enable "mtdparts" command
33696     3. MTDIDS_DEFAULT and MTDPARTS_DEFAULT defined
33697     4. CONFIG_SYS_CBSIZE changed from 256 to 512. That solves the problem
33698     with truncated "bootargs" environment variable.
33699
33700     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
33701
33702 commit 5f0320108870e5d62983d1d5c13a2a087dddf686
33703 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33704 Date:   Sun Feb 1 17:07:52 2009 +0100
33705
33706     common/console: avoid ifdef CONFIG_CONSOLE_MUX when it's possible
33707
33708     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33709
33710 commit ec6f14994602276660f7264c6ab3b91ef1f7614d
33711 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33712 Date:   Sun Feb 1 17:07:51 2009 +0100
33713
33714     common/console: coding style cleanup
33715
33716     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33717
33718 commit daaf74f176b548dfd34a9990231f4189201d57ba
33719 Author: Mike Frysinger <vapier@gentoo.org>
33720 Date:   Thu Jan 29 20:02:23 2009 -0500
33721
33722     mpc8xx_pcmcia: move CONFIG_8xx out of .c file and into Makefile
33723
33724     Move the CONFIG_8xx mpc8xx_pcmcia.c protection out of the C file and
33725     into the Makefile so we avoid pointless compiling of the file.
33726
33727     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33728
33729 commit 7bd2722e890bc877a3c057d7ccddc80451c99939
33730 Author: Mike Frysinger <vapier@gentoo.org>
33731 Date:   Thu Jan 29 20:02:07 2009 -0500
33732
33733     disk: convert part_* files to COBJ-$(CONFIG_XXX) style
33734
33735     Move the CONFIG_XXX out of the part_XXX.c file and into Makefile to
33736     avoid pointless compiles.
33737
33738     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33739
33740 commit f05fa9205e04986176dc7ab8b710bcb5fbe9f338
33741 Author: Petri Lehtinen <petri.lehtinen@inoi.fi>
33742 Date:   Thu Jan 29 10:35:40 2009 +0200
33743
33744     include/image.h: Ease grepping of image_* functions
33745
33746     Because the functions have been defined using macros, grepping for
33747     their definitions is not possible. This patch adds the real function
33748     names in comments.
33749
33750     Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi>
33751     Acked-by: Mike Frysinger <vapier@gentoo.org>
33752
33753 commit bdab39d358e63aa47f400a8a76b8d5f283842df3
33754 Author: Mike Frysinger <vapier@gentoo.org>
33755 Date:   Wed Jan 28 19:08:14 2009 -0500
33756
33757     rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENV
33758
33759     The CONFIG_CMD_ENV option controls enablement of the `saveenv` command
33760     rather than a generic "env" command, or anything else related to the
33761     environment.  So, let's make sure the define is named accordingly.
33762
33763     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33764
33765 commit 8b0592b89e0f9f81c9e150c81d96f8a43e4d6101
33766 Author: Valeriy Glushkov <gvv@lstec.com>
33767 Date:   Fri Jan 23 20:02:17 2009 +0200
33768
33769     disable imls command if no flash is defined
33770
33771     Default CONFIG_CMD_IMLS must be disabled when CONFIG_SYS_NO_FLASH is defined
33772
33773     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
33774
33775 commit 923aa48126259c13de95131203f1d28bfa5cb889
33776 Author: Rafal Jaworowski <raj@semihalf.com>
33777 Date:   Fri Jan 23 13:27:18 2009 +0100
33778
33779     API: Improve glue mid-layer of the API demo application.
33780
33781     - Extend ub_dev_read() and ub_dev_recv() so they return the length actually
33782     read, which allows for better control and error handling (this introduces
33783     additional error code API_ESYSC returned by the glue mid-layer).
33784
33785     - Clean up definitions naming and usage.
33786
33787     - Other minor cosmetics.
33788
33789     Note these changes do not touch the API proper, so the interface between
33790     U-Boot and standalone applications remains unchanged.
33791
33792     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
33793
33794 commit 44a94e596ba0f6d0951b165403c520bf55b1c56f
33795 Author: Rafal Jaworowski <raj@semihalf.com>
33796 Date:   Fri Jan 23 13:27:17 2009 +0100
33797
33798     API: Only output test data when reading was successful.
33799
33800     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
33801
33802 commit 7fb6c4f9b06c5539043c8bfc6565710b8090841d
33803 Author: Rafal Jaworowski <raj@semihalf.com>
33804 Date:   Fri Jan 23 13:27:16 2009 +0100
33805
33806     API: Provide syscall entry point for the ARM architecture.
33807
33808     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
33809     Acked-by: Rafal Jaworowski <raj@semihalf.com>
33810
33811 commit b84d7d8f1e1066f810866304a16a3583f88e7c98
33812 Author: Rafal Jaworowski <raj@semihalf.com>
33813 Date:   Fri Jan 23 13:27:15 2009 +0100
33814
33815     API: Use stack pointer as API signature search hint in the glue layer.
33816
33817     De-hardcode range in RAM we search for the API signature. Instead use the stack
33818     pointer as a hint to narrow down the range in which the signature could reside
33819     (it is malloc'ed on the U-Boot heap, and is hoped to remain in some proximity
33820     from stack area). Adjust PowerPC code in API demo to the new scheme.
33821
33822     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
33823     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
33824
33825 commit 86b4bafdfaf669ede8fd99044abc7e27ea29b4f5
33826 Author: Wolfgang Denk <wd@denx.de>
33827 Date:   Tue Feb 17 10:26:38 2009 +0100
33828
33829     TQM8260: fix locations of kernel and ramdisk images in flash
33830
33831     After introducing redundant environment the kernel images was
33832     overlapping with environment.
33833
33834     Signed-off-by: Wolfgang Denk <wd@denx.de>
33835
33836 commit 2b68b23373f96199a0cafbfd7a9f79ed62381ebb
33837 Author: Heiko Schocher <hs@denx.de>
33838 Date:   Wed Feb 11 19:26:15 2009 +0100
33839
33840     83xx: add missing TIMING_CFG1_CASLAT_* defines
33841
33842     Signed-off-by: Heiko Schocher <hs@denx.de>
33843     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33844
33845 commit c9e34fe2e86f7b6cc8260f4b24cbdc7dd81e04c5
33846 Author: Valeriy Glushkov <gvv@lstec.com>
33847 Date:   Thu Feb 5 14:35:21 2009 +0200
33848
33849     mpc8349itx: allow SATA boot from the onboard SIL1334
33850
33851     This patch allows using of SATA devices connected
33852     to the onboard PCI SIL1334 SATA controller.
33853
33854     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
33855     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33856
33857 commit e1ac387f4645499746856adc1aeaa9787da2eca6
33858 Author: Andy Fleming <afleming@freescale.com>
33859 Date:   Thu Oct 30 16:50:14 2008 -0500
33860
33861     83xx: Add eSDHC support on 8379 EMDS board
33862
33863     Signed-off-by: Andy Fleming <afleming@freescale.com>
33864
33865 commit 80522dc8369a89938369fbcee572e662373bc9a3
33866 Author: Andy Fleming <afleming@freescale.com>
33867 Date:   Thu Oct 30 16:51:33 2008 -0500
33868
33869     85xx: Add eSDHC support for 8536 DS
33870
33871     Signed-off-by: Andy Fleming <afleming@freescale.com>
33872
33873 commit 50586ef24ed5caf6ce5591df76f355009da2cd79
33874 Author: Andy Fleming <afleming@freescale.com>
33875 Date:   Thu Oct 30 16:47:16 2008 -0500
33876
33877     Add support for the Freescale eSDHC found on 8379 and 8536 SoCs
33878
33879     This uses the new MMC framework
33880
33881     Some contributions by Dave Liu <daveliu@freescale.com>
33882
33883     Signed-off-by: Andy Fleming <afleming@freescale.com>
33884
33885 commit 272cc70b211e945e4413122aa73868f6ada732a5
33886 Author: Andy Fleming <afleming@freescale.com>
33887 Date:   Thu Oct 30 16:41:01 2008 -0500
33888
33889     Add MMC Framework
33890
33891     Here's a new framework (based roughly off the linux one) for managing
33892     MMC controllers.  It handles all of the standard SD/MMC transactions,
33893     leaving the host drivers to implement only what is necessary to
33894     deal with their specific hardware.
33895
33896     This also hooks the infrastructure into the PowerPC board code
33897     (similar to how the ethernet infrastructure now hooks in)
33898
33899     Some of this code was contributed by Dave Liu <daveliu@freescale.com>
33900
33901     Signed-off-by: Andy Fleming <afleming@freescale.com>
33902
33903 commit 1de97f9856f697380cc504126ab92561ed238803
33904 Author: Andy Fleming <afleming@freescale.com>
33905 Date:   Thu Oct 30 16:31:39 2008 -0500
33906
33907     Eliminated arch-specific mmc header requirement
33908
33909     The current MMC infrastructure relies on the existence of an
33910     arch-specific header file.  This isn't necessary, and a couple
33911     drivers were forced to implement dummy files to meet this requirement.
33912     Instead, we move the stuff in those header files into a more appropriate
33913     place, and eliminate the stubs and the #include of asm/arch/mmc.h
33914
33915     Signed-off-by: Andy Fleming <afleming@freescale.com>
33916
33917 commit abb5466ccf4ce50f412d459586f4f4b81cb73ac3
33918 Author: Andy Fleming <afleming@freescale.com>
33919 Date:   Thu Oct 30 16:21:00 2008 -0500
33920
33921     Convert mmc_init to mmc_legacy_init
33922
33923     This is to get it out of the way of incoming MMC framework
33924
33925     Signed-off-by: Andy Fleming <afleming@freescale.com>
33926
33927 commit b2e2ed0233a5ef299361abec4fbdaefb63456eff
33928 Author: Andy Fleming <afleming@freescale.com>
33929 Date:   Thu Oct 30 16:19:25 2008 -0500
33930
33931     Eliminate support for using MMC as memory
33932
33933     MMC cards are not memory, so we stop treating them that way.
33934
33935     Signed-off-by: Andy Fleming <afleming@freescale.com>
33936
33937 commit e1be0d25ecf494ae81245ca438738ba839d6329b
33938 Author: Poonam_Aggrwal-b10812 <b10812@freescale.com>
33939 Date:   Sun Jan 4 08:46:38 2009 +0530
33940
33941     32bit BUg fix for DDR2 on 8572
33942
33943     This errata fix is required for 32 bit DDR2 controller on 8572.
33944     May  also be required for P10XX20XX platforms
33945
33946     Signed-off-by: Poonam_Agarwal-b10812 <b10812@lc1106.zin33.ap.freescale.net>
33947
33948 commit e0c4fac79d4d74572ddd43f75e7189cecca8d0ad
33949 Author: Andy Fleming <afleming@freescale.com>
33950 Date:   Mon Feb 16 09:40:20 2009 -0600
33951
33952     TQM85xx: Fix a couple warnings in TQM8548 build
33953
33954     The ecm variable in sdram.c was being declared for all 8548, but only
33955     used by specific 8548 boards, so we make that variable require those
33956     specific boards, too
33957
33958     The nand code was using an index "i" into a table, and then re-using "i"
33959     to set addresses for each upm.  However, then it relied on the old value
33960     of i still being there to enable things.  Changed the second "i" to "j"
33961
33962     Signed-off-by: Andy Fleming <afleming@freescale.com>
33963
33964 commit cf07a5baece0ecfc5284cfda8a4e68eaf92782f8
33965 Author: Wolfgang Grandegger <wg@grandegger.com>
33966 Date:   Wed Feb 11 18:38:26 2009 +0100
33967
33968     MPC85xx: TQM8548: workaround for erratum DDR 19 and 20
33969
33970     This patch adds the workaround for erratum DDR20 according to MPC8548
33971     Device Errata document, Rev. 1: "CKE signal may not function correctly
33972     after assertion of HRESET". Furthermore, the bug DDR19 is fixed in
33973     processor version 2.1 and the work-around must be removed.
33974
33975     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
33976
33977 commit 080408fdc71706adcb883d22125637c54f6010b1
33978 Author: Wolfgang Grandegger <wg@grandegger.com>
33979 Date:   Wed Feb 11 18:38:25 2009 +0100
33980
33981     MPC85xx: TQM8548: use cache for AG and BE variants
33982
33983     This patch makes accesses to the system memory cachable by removing the
33984     caching-inhibited and guarded flags from the relevant TLB entries for
33985     the TQM8548_BE and TQM8548_AG modules. FYI, the Freescale MPC85* boards
33986     are configured similarly.
33987
33988     This results in a big averall performace improvement. TFTP downloads,
33989     NAND Flash accesses, kernel boots, etc. are much faster.
33990
33991     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
33992
33993 commit dc5f55d636d7bf21ba17758fac4b929ec4c059f2
33994 Author: Wolfgang Grandegger <wg@grandegger.com>
33995 Date:   Wed Feb 11 18:38:24 2009 +0100
33996
33997     MPC85xx: TQM8548_AG: add 1 GiB DDR2-SDRAM configuration
33998
33999     This patch add support for the 1 GiB DDR2-SDRAM on the TQM8548_AG
34000     module.
34001
34002     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
34003     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
34004
34005 commit 88b0e88d186479349e5a2b771e82775109e10fb4
34006 Author: Wolfgang Grandegger <wg@grandegger.com>
34007 Date:   Wed Feb 11 18:38:23 2009 +0100
34008
34009     MPC85xx: TQM8548: fix SDRAM timing for 533 MHz
34010
34011     According to new TQM8548 timing specification:
34012     Refresh Recovery: 34 -> 53 clocks
34013     CKE pulse width:  1 -> 3 cycles
34014     Window for four activities: 13 -> 14 cycles
34015
34016     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
34017     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
34018
34019 commit a865bcdac89278cac4dfc07dec8299403110499d
34020 Author: Wolfgang Grandegger <wg@grandegger.com>
34021 Date:   Wed Feb 11 18:38:22 2009 +0100
34022
34023     MPC85xx: TQM8548: add support for the TQM8548_AG module
34024
34025     The TQM8548_AG is a variant of the TQM8548 module with 1 GiB memory,
34026     CAN and without PCI/PCI-X and RTC. U-Boot can be built for this module
34027     with "$ make TQM8548_AG_config".
34028
34029     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
34030
34031 commit ad7ee5d43b0db94079d56521dabca25674f28747
34032 Author: Wolfgang Grandegger <wg@grandegger.com>
34033 Date:   Wed Feb 11 18:38:21 2009 +0100
34034
34035     MPC85xx: TQM8548: add support for the TQM8548_BE module
34036
34037     The TQM8548_BE is a variant of the TQM8548 module with NAND and CAN
34038     interface. With NAND support, the image is significantly larger and
34039     TEXT_BASE is adjusted accordingly. U-Boot can be built for this
34040     module with "$ make TQM8548_BE_config".
34041
34042     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
34043
34044 commit a318234878c346e673b2ef8dc4b14b338fe7fc2b
34045 Author: Wolfgang Grandegger <wg@grandegger.com>
34046 Date:   Wed Feb 11 18:38:20 2009 +0100
34047
34048     MPC85xx: TQM85xx: make standard PCI/PCI-X configurable
34049
34050     The TQM8548_AG module does not have the standard PCI/PCI-X interface
34051     connected but just the PCI Express interface . So far it was not
34052     possible to disable it without disabling the complete PCI interface
34053     (CONFIG_PCI) including PCI Express.
34054
34055     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
34056
34057 commit 31ca9119c3186cec579b54d2a7a2b361b4d2b7bf
34058 Author: Wolfgang Grandegger <wg@grandegger.com>
34059 Date:   Wed Feb 11 18:38:19 2009 +0100
34060
34061     MPC85xx: TQM85xx: fix flash protection for boot loader
34062
34063     As the reset vector is located at 0xfffffffc, all flash sectors from the
34064     beginning of the U-Boot binary to 0xffffffff must be protected. On the
34065     TQM8548-AG having small sectors at the end of the flash it happened that
34066     the last two sector were not protected and an "erase all" left an
34067     un-bootable system behind:
34068
34069     Bank # 2: CFI conformant FLASH (32 x 16)  Size: 32 MB in 270 Sectors
34070       AMD Standard command set, Manufacturer ID: 0xEC, Device ID: 0x257E
34071       Erase timeout: 8192 ms, write timeout: 1 ms
34072
34073       FFFA0000 E RO   FFFC0000   RO   FFFE0000   RO   FFFE4000   RO   FFFE8000   RO
34074       FFFEC000   RO   FFFF0000   RO   FFFF4000   RO   FFFF8000 E      FFFFC000
34075
34076     The same bug seems to be in drivers/mtd/cfi_flash.c:flash_init() and many
34077     board BSPs as well.
34078
34079     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
34080
34081 commit a1c8a719262151f97119e76166043ee3da3f97b2
34082 Author: Peter Tyser <ptyser@xes-inc.com>
34083 Date:   Fri Feb 6 14:30:40 2009 -0600
34084
34085     86xx: Update CPU info output on bootup
34086
34087     - Update style of 86xx CPU information on boot to more closely
34088       match 85xx boards
34089     - Fix detection of 8641/8641D
34090     - Use strmhz() to display frequencies
34091     - Display L1 information
34092     - Display L2 cache size
34093     - Fixed CPU/SVR version output
34094
34095     == Before ==
34096     Freescale PowerPC
34097     CPU:
34098         Core: E600 Core 0, Version: 0.2, (0x80040202)
34099         System: Unknown, Version: 2.1, (0x80900121)
34100         Clocks: CPU:1066 MHz, MPX: 533 MHz, DDR: 266 MHz, LBC: 133 MHz
34101         L2: Enabled
34102     Board: X-ES XPedite5170 3U VPX SBC
34103
34104     == After ==
34105     CPU:   8641D, Version: 2.1, (0x80900121)
34106     Core:  E600 Core 0, Version: 2.2, (0x80040202)
34107     Clock Configuration:
34108            CPU:1066.667 MHz, MPX:533.333 MHz
34109            DDR:266.667 MHz (533.333 MT/s data rate), LBC:133.333 MHz
34110     L1:    D-cache 32 KB enabled
34111            I-cache 32 KB enabled
34112     L2:    512 KB enabled
34113     Board: X-ES XPedite5170 3U VPX SBC
34114
34115     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
34116
34117 commit 22c00f8d7d454d77e759df58415d2d3f3d7e154c
34118 Author: Peter Tyser <ptyser@xes-inc.com>
34119 Date:   Thu Feb 5 11:25:24 2009 -0600
34120
34121     86xx: Update Global Utilities structure
34122
34123     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
34124
34125 commit 4ef630df773e45806d701bf5d25c328778bb4cde
34126 Author: Peter Tyser <ptyser@xes-inc.com>
34127 Date:   Thu Feb 5 11:25:25 2009 -0600
34128
34129     86xx: Reset update
34130
34131     Update the 86xx reset sequence to try executing a board-specific reset
34132     function.  If the board-specific reset is not implemented or does not
34133     succeed, then assert #HRESET_REQ.  Using #HRESET_REQ is a more standard
34134     reset procedure than the previous method and allows all board
34135     peripherals to be reset if needed.
34136
34137     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
34138
34139 commit edf0e2524a8c6a3e91c009c496a0aa0ae89cd8ab
34140 Author: Kumar Gala <galak@kernel.crashing.org>
34141 Date:   Tue Feb 10 23:53:40 2009 -0600
34142
34143     fsl-ddr: Allow system to boot if we have more than 4G of memory
34144
34145     Previously if we >=4G of memory and !CONFIG_PHYS_64BIT we'd report
34146     an error and hang.  Instead of doing that since DDR is mapped in the
34147     lowest priority LAWs we setup the DDR controller and the max amount
34148     of memory we report back is what we can map (CONFIG_MAX_MEM_MAPPED)
34149
34150     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34151     Acked-by: Becky Bruce <beckyb@kernel.crashing.org>
34152
34153 commit 8d949aff38cfb4388cbd73876e77bcd06d601f20
34154 Author: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
34155 Date:   Wed Jan 21 17:17:33 2009 -0600
34156
34157     mpc85xx: Add support for the P2020
34158
34159     Added various p2020 processor specific details:
34160     * SVR for p2020, p2020E
34161     * immap updates for LAWs and DDR on p2020
34162     * LAW defines related to p2020
34163
34164     Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
34165     Signed-off-by: Travis Wheatley <Travis.Wheatley@freescale.com>
34166     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34167
34168 commit cb69e4de8702e108324e1c40363f30ef6f2e2918
34169 Author: Kumar Gala <galak@kernel.crashing.org>
34170 Date:   Tue Feb 10 17:36:15 2009 -0600
34171
34172     85xx: print boot header info to distinquish 36-bit addr map on MPC8572 DS
34173
34174     Added some info that is printed out when we boot to distiquish if we
34175     built MPC8572DS_config vs MPC8572DS_36BIT_config since they have
34176     different address maps.
34177
34178     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34179
34180 commit feede8b07013b33fca8dd2a916b3ac86bf4d4c0a
34181 Author: Andy Fleming <afleming@freescale.com>
34182 Date:   Fri Dec 5 20:10:22 2008 -0600
34183
34184     Fixup SGMII PHY ids in the device tree
34185
34186     The device tree's PHY addresses need to be fixed up if we're using the
34187     SGMII Riser Card.
34188
34189     The 8572, 8536, and 8544 DS boards were modified to call this function.
34190
34191     Code idea taken from Liu Yu <yu.liu@freescale.com>
34192
34193     Signed-off-by: Andy Fleming <afleming@freescale.com>
34194
34195 commit 5dc0cf68f8f101042997d75188081d8526d705ea
34196 Author: Andy Fleming <afleming@freescale.com>
34197 Date:   Wed Feb 11 15:10:31 2009 -0600
34198
34199     Make some minor whitespace changes to eliminate line-wrapping
34200
34201     Signed-off-by: Andy Fleming <afleming@freescale.com>
34202
34203 commit 9e56986a2b74d197f51eca70fad7b836b1900c4d
34204 Author: Andy Fleming <afleming@freescale.com>
34205 Date:   Wed Feb 11 15:07:24 2009 -0600
34206
34207     Add eth_get_dev_by_index
34208
34209     This allows code to iterate through the ethernet devices
34210
34211     Signed-off-by: Andy Fleming <afleming@freescale.com>
34212
34213 commit b67305120aaf268a6140125346678166d14f1f47
34214 Author: Kumar Gala <galak@kernel.crashing.org>
34215 Date:   Mon Feb 9 22:03:04 2009 -0600
34216
34217     85xx: Fix bug in device tree setup in 36-bit physical confg
34218
34219     In the 36-bit physical config for MPC8572DS when need the start address
34220     of memory and it size to be kept in phys_*_t instead of a ulong since
34221     we support >4G of memory in the config and ulong cant represent that.
34222     Otherwise we end up seeing the memory node in the device tree reporting
34223     back we have memory starting @ 0 and of size 0.
34224
34225     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34226
34227 commit ad97dce18445ff05bf326094e691a01aa95aa8dc
34228 Author: Kumar Gala <galak@kernel.crashing.org>
34229 Date:   Mon Feb 9 22:03:05 2009 -0600
34230
34231     85xx: Fix address map for 36-bit config of MPC8572DS
34232
34233     When we introduced the 36-bit config of the MPC8572DS board we had the
34234     wrong PCI MEM bus address map.  Additionally, the change to the address
34235     map exposes a small issue in our dummy read on the ULI bus.  We need
34236     to use the new mapping functions to handle that read properly in the
34237     36-bit config.
34238
34239     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34240
34241 commit f8523cb0815b2d3d2d780b7d49ca614105555f58
34242 Author: Kumar Gala <galak@kernel.crashing.org>
34243 Date:   Fri Feb 6 09:56:35 2009 -0600
34244
34245     85xx: Fix how we map DDR memory
34246
34247     Previously we only allowed power-of-two memory sizes and didnt
34248     handle >2G of memory.  Now we will map up to CONFIG_MAX_MEM_MAPPED
34249     and should properly handle any size that we can make in the TLBs
34250     we have available to us
34251
34252     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34253
34254 commit 1542fbdeec0d1e2a6df13189df8dcb1ce8802be3
34255 Author: Kumar Gala <galak@kernel.crashing.org>
34256 Date:   Fri Feb 6 09:56:34 2009 -0600
34257
34258     fsl-ddr: ignore memctl_intlv_ctl setting if only one DDR controller
34259
34260     If we only have one controller we can completely ignore how
34261     memctl_intlv_ctl is set.  Otherwise other levels of code get confused
34262     and think we have twice as much memory.
34263
34264     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34265
34266 commit b29dee3c906e9daaf6baf7772d2e15e26b8636b8
34267 Author: Kumar Gala <galak@kernel.crashing.org>
34268 Date:   Wed Feb 4 09:35:57 2009 -0600
34269
34270     85xx: Format cpu freq printing to handle 8 cores
34271
34272     Only print 4 cpu freq per line.  This way when we have 8 cores its a
34273     bit more readable.
34274
34275     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34276
34277 commit 9704f9caf53f5cae547d8c5e1ae94aa4e57b160f
34278 Author: Abraham, Thomas <t-abraham@ti.com>
34279 Date:   Tue Oct 28 16:51:31 2008 +0530
34280
34281     USB: Remove LUN number from CDB
34282
34283     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.
34284
34285     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
34286     Signed-off-by: Remy Bohmer <linux@bohmer.net>
34287
34288 commit f3c0de636252f3a18654c8f9c6370a9574a7e755
34289 Author: Atin Malaviya <atin.malaviya@gmail.com>
34290 Date:   Tue Feb 3 15:17:10 2009 -0500
34291
34292     Added usbtty_configured() check. Fixed attribute(packed) warnings.
34293
34294     V3: Fixed line-wrap problem due to user error in mail!
34295
34296     Added usb_configured() checks in usbtty_puts() and usbtty_putc() to get around a hang
34297     when usb is not connected and the user has set up multi-io (setenv stdout serial,usbtty etc).
34298     Got rid of redundant __attribute__((packed)) directives that were causing warnings from gcc.
34299
34300     Signed-off-by: Atin Malaviya <atin.malaviya@gmail.com>
34301     Signed-off-by: Remy Bohmer <linux@bohmer.net>
34302
34303 commit e7de18afe8ecf96a51ef981d06066eeb6b1254e7
34304 Author: Guennadi Liakhovetski <lg@denx.de>
34305 Date:   Fri Feb 13 09:23:36 2009 +0100
34306
34307     i.MX31: Start the I2C clock on driver initialisation
34308
34309     i.MX31 powers on with most clocks running, so, after a power on this explicit
34310     clock start up is not required. However, as Linux boots it disables most clocks
34311     to save power. This includes the I2C clock. If we then soft reboot from Linux
34312     the I2C clock stays off. This breaks the phycore, which has its environment in
34313     I2C EEPROM. Fix the problem by explicitly starting the clock in I2C driver
34314     initialisation routine.
34315
34316     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
34317     Ack-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34318
34319 commit 15208ac9eae1c340c4bc11f70cbf5c9da78a57ba
34320 Author: Mike Frysinger <vapier@gentoo.org>
34321 Date:   Wed Feb 11 20:36:14 2009 -0500
34322
34323     i2c.h: drop i2c_reg_{read, write} hack for Blackfin parts
34324
34325     The Blackfin i2c driver has been rewritten thus the special ifdefs in the
34326     common code are no longer needed.
34327
34328     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
34329
34330 commit c2d9befa0b4695b89476fb5d259742c09afe243f
34331 Author: Heiko Schocher <hs@denx.de>
34332 Date:   Thu Feb 12 08:08:54 2009 +0100
34333
34334     82xx, mgcoge: fix compile error
34335
34336     With actual u-boot compiling the mgcoge port fails, because
34337     since commit ba705b5b1a97b47388ed48858bef6bf7b6bfcd56 it is
34338     necessary to define CONFIG_NET_MULTI.
34339
34340     Seems to me the mgcoge port is the only actual existing 8260
34341     port who uses CONFIG_ETHER_ON_SCC, so no other 8260 port needed
34342     to be fixed.
34343
34344     Signed-off-by: Heiko Schocher <hs@denx.de>
34345
34346 commit 9cacf4fc4035eabe9d9ae2a9a188c51a8027c91e
34347 Author: Dirk Eibach <eibach@gdsys.de>
34348 Date:   Mon Feb 9 08:18:34 2009 +0100
34349
34350     ppc4xx: Add README entry for CONFIG_PCI_DISABLE_PCIE
34351
34352     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
34353     Signed-off-by: Stefan Roese <sr@denx.de>
34354
34355 commit 7369f0e384e2a831be13a7773a58242c9173fa9c
34356 Author: Carolyn Smith <carolyn.smith@tektronix.com>
34357 Date:   Thu Feb 12 06:13:44 2009 +0100
34358
34359     ppc4xx: Fix initialization of the SDRAM_CODT register
34360
34361     This fixes the initialization of the SDRAM_CODT register in the ppc4xx DDR2
34362     initialization code. It also removes use of the SDRAM_CODT_FEEDBACK_RCV_SINGLE_END
34363     and SDRAM_CODT_FEEDBACK_DRV_SINGLE_END #define's since they are reserved bits.
34364
34365     Signed-off-by: Carolyn Smith <carolyn.smith@tektronix.com>
34366     Signed-off-by: Stefan Roese <sr@denx.de>
34367
34368 commit cef0efaf2fa55d1f25066cfb02bd984c27f9ca31
34369 Author: Stefan Roese <sr@denx.de>
34370 Date:   Wed Feb 11 09:29:33 2009 +0100
34371
34372     ppc4xx: Fix problem with board_eth_init() vs cpu_eth_init() on AMCC boards
34373
34374     Some AMCC eval boards do have a board_eth_init() function calling
34375     pci_eth_init(). These boards need to call cpu_eth_init() explicitly now
34376     with the new eth_init rework.
34377
34378     Signed-off-by: Stefan Roese <sr@denx.de>
34379
34380 commit c645012aefebb301e6907d148c6c8efacac049d4
34381 Author: Adam Graham <agraham@amcc.com>
34382 Date:   Mon Feb 9 13:18:12 2009 -0800
34383
34384     ppc4xx: Autocalibration can set RDCC to over aggressive value.
34385
34386     The criteria of the AMCC SDRAM Controller DDR autocalibration
34387     U-Boot code is to pick the largest passing write/read/compare
34388     window that also has the smallest SDRAM_RDCC.[RDSS] Read Sample
34389     Cycle Select value.
34390
34391     On some Kilauea boards the DDR autocalibration algorithm can
34392     find a large passing write/read/compare window with a small
34393     SDRAM_RDCC.[RDSS] aggressive value of Read Sample Cycle Select
34394     value "T1 Sample".
34395
34396     This SDRAM_RDCC.[RDSS] Read Sample Cycle Select value of
34397     "T1 Sample" proves to be to aggressive when later on U-Boot
34398     relocates into DDR memory and executes.
34399
34400     The memory traces on the Kilauea board are short so on some
34401     Kilauea boards the SDRAM_RDCC.[RDSS] Read Sample Cycle Select
34402     value of "T1 Sample" shows up as a potentially valid value for
34403     the DDR autocalibratiion algorithm.
34404
34405     The fix is to define a weak default function which provides
34406     the minimum SDRAM_RDCC.[RDSS] Read Sample Cycle Select value
34407     to accept for DDR autocalibration.  The default will be the
34408     "T2 Sample" value.  A board developer who has a well defined
34409     board and chooses to be more aggressive can always provide
34410     their own board specific string function with the more
34411     aggressive "T1 Sample" value or stick with the default
34412     minimum SDRAM_RDCC.[RDSS] value of "T2".
34413
34414     Also put in a autocalibration loop fix for case where current
34415     write/read/compare passing window size is the same as a prior
34416     window size, then in this case choose the write/read/compare
34417     result that has the associated smallest RDCC T-Sample value.
34418
34419     Signed-off-by: Adam Graham <agraham@amcc.com>
34420     Signed-off-by: Stefan Roese <sr@denx.de>
34421
34422 commit 2ede879fcb67470524847bb4fc8972651bb46184
34423 Author: Stefan Roese <sr@denx.de>
34424 Date:   Wed Feb 11 09:37:12 2009 +0100
34425
34426     ppc4xx: Fix problem with CONFIG_MAX_MEM_MAPPED in include/asm-ppc/config.h
34427
34428     CONFIG_SDRAM_PPC4xx_IBM_DDR2 is not set when include/asm-ppc/config.h is
34429     included. So for katmai, CONFIG_MAX_MEM_MAPPED will get set to 256MB.
34430
34431     It makes perfect sense to set CONFIG_MAX_MEM_MAPPED to 2GB for all PPC4xx
34432     boards right now.
34433
34434     Signed-off-by: Stefan Roese <sr@denx.de>
34435
34436 commit f15c6515fc23f83c51f3de272ca23d86b80e81b1
34437 Author: Wolfgang Denk <wd@denx.de>
34438 Date:   Thu Feb 12 00:08:39 2009 +0100
34439
34440     Coding style cleanup; update CHANGELOG
34441
34442     Signed-off-by: Wolfgang Denk <wd@denx.de>
34443
34444 commit 5fc56b907d993260b9ebdb137af66fe69635ae9e
34445 Author: Peter Tyser <ptyser@xes-inc.com>
34446 Date:   Fri Jan 30 16:36:40 2009 -0600
34447
34448     Add feature-removal-schedule.txt
34449
34450     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
34451
34452 commit 255d28e1642e8fc32a6753226be1a96b481ce111
34453 Author: Heiko Schocher <hs@denx.de>
34454 Date:   Tue Feb 10 09:32:38 2009 +0100
34455
34456     8xx serial, smc: Coding-Style cleanup serial SMC driver
34457
34458     Signed-off-by: Heiko Schocher <hs@denx.de>
34459
34460 commit 2b3f12c214346508cae3f1245808c1ca54c81fdd
34461 Author: Heiko Schocher <hs@denx.de>
34462 Date:   Tue Feb 10 09:31:47 2009 +0100
34463
34464     8xx serial, smc: add configurable SMC Rx buffer len
34465
34466     This patch adds the configuration option CONFIG_SYS_SMC_RXBUFLEN.
34467     With this option it is possible to allow the receive
34468     buffer for the SMC on 8xx to be greater then 1. In case
34469     CONFIG_SYS_SMC_RXBUFLEN == 1 this driver works as the
34470     old version.
34471
34472     When defining CONFIG_SYS_SMC_RXBUFLEN also
34473     CONFIG_SYS_MAXIDLE must be defined to setup the maximum
34474     idle timeout for the SMC.
34475
34476     Signed-off-by: Heiko Schocher <hs@denx.de>
34477
34478 commit e915f8bb73d74178bc21d3a457959883b1afd1c0
34479 Author: Mike Frysinger <vapier@gentoo.org>
34480 Date:   Thu Feb 5 21:04:36 2009 -0500
34481
34482     common/{hush, kgdb, serial}.c: build by COBJS-$(...) in Makefile
34483
34484     Move global '#ifdef CONFIG_xxx .... #endif' out of the .c files and into
34485     the COBJS-$(CONFIG_xxx) in the Makefile.  Also delete unused var in kgdb
34486     code in the process.
34487
34488     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
34489
34490 commit ab76e9848a1f4db64d14233741d739a3b3360c93
34491 Author: Mike Frysinger <vapier@gentoo.org>
34492 Date:   Thu Feb 5 21:04:50 2009 -0500
34493
34494     bzip2: move ifdef handling to Makefile COBJS-$(...)
34495
34496     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
34497
34498 commit ae0b05df04e1cc65c5ad19ccd362f4be82df7316
34499 Author: Jerry Van Baren <gvb.uboot@gmail.com>
34500 Date:   Thu Feb 5 22:18:02 2009 -0500
34501
34502     Fix whitespace damage: double space changed to a tab
34503
34504     At some point an intentional double space at the end of the sentence
34505     got changed into a tab in the GPL header line:
34506      * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
34507
34508     This patch fixes the damage.
34509
34510     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
34511
34512 commit 4f975678de995b55749d5e84590c268972a7c835
34513 Author: Heiko Schocher <hs@denx.de>
34514 Date:   Tue Feb 10 09:53:29 2009 +0100
34515
34516     cfi: make flash_get_info() non static
34517
34518     If on your board is more than one flash, you must know
34519     the size of every single flash, for example, for updating
34520     the DTS before booting Linux. So make this function
34521     flash_get_info() extern, and you can have all info
34522     about your flashes.
34523
34524     Signed-off-by: Heiko Schocher <hs@denx.de>
34525     Signed-off-by: Stefan Roese <sr@denx.de>
34526
34527 commit 86321fc1128c93a10ac4afb9d317b0df8ece0f9e
34528 Author: Ben Warren <biggerbadderben@gmail.com>
34529 Date:   Thu Feb 5 23:58:25 2009 -0800
34530
34531     net: removed board-specific CONFIGs from MPC5xxx FEC driver
34532
34533     Added new CONFIG options for the three type of MAC-PHY interconnect and
34534     applied them all relevant board config files
34535
34536     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34537
34538 commit 638ed3e296e70fab286d157b7adedaaa4a09a474
34539 Author: Mike Frysinger <vapier@gentoo.org>
34540 Date:   Thu Feb 5 21:04:47 2009 -0500
34541
34542     net/sntp.c: move ifdef into Makefile COBJS-$(...)
34543
34544     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
34545     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34546
34547 commit 9e5be8214ba751436e57c3be044bf6dccb9a6687
34548 Author: Andy Fleming <afleming@freescale.com>
34549 Date:   Tue Feb 3 18:26:41 2009 -0600
34550
34551     tsec: Fix a bug in soft-resetting
34552
34553     SOFT_RESET must be asserted for at least 3 TX clocks.  Usually, that's about 30
34554     clock cycles, so it's been mostly working.  But we had no guarantee, and at
34555     slower bitrates, it's just over a microsecond (over 1000 clock cycles).  This
34556     enforces a 2 microsecond gap between assertion and deassertion.
34557
34558     Signed-off-by: Andy Fleming <afleming@freescale.com>
34559     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34560
34561 commit 09fcc8b5d86903b76e7e4d1d879d6f4bca25c27b
34562 Author: Simon Munton <simon@nidoran.m5data.com>
34563 Date:   Mon Feb 2 09:44:08 2009 +0000
34564
34565     Fix 100Mbs ethernet operation on sh7763 based boards
34566
34567     100Mbs ethernet does not work on sh7763 chips due to the wrong value being
34568     used in the GECMR register. Following diff fixes the problem
34569
34570     Signed-off-by: Simon Munton <simon@nidoran.m5data.com>
34571     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34572
34573 commit 2bc2a8f6dc9fdda465317da59474e65c24a398a2
34574 Author: ksi@koi8.net <ksi@koi8.net>
34575 Date:   Fri Feb 6 16:27:55 2009 -0800
34576
34577     Fix MPC8260 with ethernet on SCC
34578
34579     This fixes MPC8260 compilation with ethernet on SCC. Probably was a
34580     typo or something...
34581
34582     Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
34583     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34584
34585 commit ae5d8f613cec1a6af7bf1fc9c42a3b856f021023
34586 Author: Heiko Schocher <hs@denx.de>
34587 Date:   Fri Jan 30 12:56:15 2009 +0100
34588
34589     82xx serial, smc: Coding-Style cleanup serial SMC driver
34590
34591     Signed-off-by: Heiko Schocher <hs@denx.de>
34592
34593 commit c92fac91a06c60f874c605e3ca80dd407c1caaa7
34594 Author: Heiko Schocher <hs@denx.de>
34595 Date:   Fri Jan 30 12:55:38 2009 +0100
34596
34597     82xx serial, smc: add configurable SMC Rx buffer len
34598
34599     This patch adds the configuration option CONFIG_SYS_SMC_RXBUFLEN.
34600     With this option it is possible to allow the receive
34601     buffer for the SMC on 82xx to be greater then 1. In case
34602     CONFIG_SYS_SMC_RXBUFLEN == 1 this driver works as the
34603     old version.
34604
34605     When defining CONFIG_SYS_SMC_RXBUFLEN also
34606     CONFIG_SYS_MAXIDLE must be defined to setup the maximum
34607     idle timeout for the SMC.
34608
34609     Signed-off-by: Heiko Schocher <hs@denx.de>
34610
34611 commit bced7ccefa08512c54a6d146658ff7dbc33d5dfe
34612 Author: Kumar Gala <galak@kernel.crashing.org>
34613 Date:   Fri Feb 6 08:08:06 2009 -0600
34614
34615     ppc: Fix roll over bug in flush_cache()
34616
34617     If we call flush_cache(0xfffff000, 0x1000) it would never
34618     terminate the loop since end = 0xffffffff and we'd roll over
34619     our counter from 0xfffffe0 to 0 (assuming a 32-byte cache line)
34620
34621     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34622
34623 commit 87c9063963561d3d01064be34d0c30855a56587b
34624 Author: Kumar Gala <galak@kernel.crashing.org>
34625 Date:   Thu Feb 5 20:40:58 2009 -0600
34626
34627     ppc: Move CONFIG_MAX_MEM_MAPPED to common config.h
34628
34629     Moved CONFIG_MAX_MEM_MAPPED to the asm/config.h so its kept consistent
34630     between the two current users (lib_ppc/board.c, 44x SPD DDR2).
34631
34632     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34633     Acked-by: Stefan Roese <sr@denx.de>
34634
34635 commit 47d41cc3a11a03c6d56146d056145df73f47eb50
34636 Author: Kumar Gala <galak@kernel.crashing.org>
34637 Date:   Thu Feb 5 20:40:57 2009 -0600
34638
34639     Add an architecture specific config.h for common defines
34640
34641     We have common defines that we duplicate in various ways.  Having an
34642     arch specific config.h gives us a common location for those defines.
34643
34644     Eventually we should be able to replace this when we have proper
34645     Kconfig support.
34646
34647     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34648
34649 commit 4c78d4a6c01621721b732418e1c6da684a56bbb1
34650 Author: Becky Bruce <beckyb@kernel.crashing.org>
34651 Date:   Tue Feb 3 18:10:56 2009 -0600
34652
34653     mpc8641hpcn: Change PCI MEM pci bus address
34654
34655     Now that the rest of u-boot can support it, change the PCI bus
34656     address of the PCI MEM regions from 0x80000000 to 0xc0000000,
34657     and use the same bus address for both PCI1 and PCI2.  This will
34658     maximize the amount of PCI address space left over to map RAM
34659     on systems with large amounts of memory.
34660
34661     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
34662
34663 commit 1785dbeed43599eed1d8875673c96912cd770141
34664 Author: Becky Bruce <beckyb@kernel.crashing.org>
34665 Date:   Tue Feb 3 18:10:55 2009 -0600
34666
34667     drivers/block/ahci: Fix pci mapping bug
34668
34669     The code assumes that the pci bus address and the virtual
34670     address used to access a region are the same, but they might
34671     not be.  Fix this assumption.
34672
34673     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
34674
34675 commit d591a80e74091e7a0658d165721e6c7de2ef0bcd
34676 Author: Becky Bruce <beckyb@kernel.crashing.org>
34677 Date:   Tue Feb 3 18:10:54 2009 -0600
34678
34679     MPC8641HPCN: Enable CONFIG_ADDR_MAP
34680
34681     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
34682
34683 commit 49f46f3bf08aaf7b1db131a1082f1e603bb7a94b
34684 Author: Becky Bruce <beckyb@kernel.crashing.org>
34685 Date:   Tue Feb 3 18:10:53 2009 -0600
34686
34687     mpc8641hpcn: Clean up PCI mapping concepts
34688
34689     Clean up PCI mapping concepts in the 8641 config - rename _BASE
34690     to _BUS, as it's actually a PCI bus address, separate virtual
34691     and physical addresses into _VIRT and _PHYS, and use each
34692     appopriately.
34693
34694     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
34695
34696 commit c9315e6b4f244981de0b2eaaa29a7838a165b494
34697 Author: Becky Bruce <beckyb@kernel.crashing.org>
34698 Date:   Tue Feb 3 18:10:52 2009 -0600
34699
34700     mpc86xx: Add support to populate addr map based on BATs
34701
34702     If CONFIG_ADDR_MAP is enabled, update the address map
34703     whenever we write a bat.
34704
34705     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
34706
34707 commit d35ae5a938679bd7e18167faf79d0fb3c6639b51
34708 Author: Becky Bruce <beckyb@kernel.crashing.org>
34709 Date:   Tue Feb 3 18:10:51 2009 -0600
34710
34711     powerpc: Move duplicated BAT defines to mmu.h
34712
34713     The BAT fields are architected; there's no need for these to be in
34714     cpu-specific files.  Drop the duplication and move these to
34715     include/asm-ppc/mmu.h.  Also, remove the BL_xxx defines that were only
34716     used by the alaska board, and switch to using the BATU_BL_xxx defines
34717     used by all the other boards.  The BL_ defines previously in use
34718     had to be shifted into the proper position for use, which was inefficient.
34719
34720     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
34721
34722 commit 6e61fae4d360a1380b63e7d007b31477e366bcce
34723 Author: Becky Bruce <beckyb@kernel.crashing.org>
34724 Date:   Tue Feb 3 18:10:50 2009 -0600
34725
34726     drivers/pci: Create pci_map_bar function
34727
34728     It is no longer always true that the pci bus address can be
34729     used as the virtual address for pci accesses.  pci_map_bar()
34730     is created to return the virtual address for a pci region.
34731
34732     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
34733
34734 commit 2ecca3401775b125c3b9ff65766befb23989414b
34735 Author: Becky Bruce <beckyb@kernel.crashing.org>
34736 Date:   Tue Feb 3 18:10:49 2009 -0600
34737
34738     mpc8641hpcn: Set up outbound pci windows before inbound
34739
34740     Because the inbound pci windows are mapped generously, set up
34741     the more specific outbound windows first.  This way, when we
34742     search the pci regions for something, we will hit on the more
34743     specific region.  This can actually be a problem on systems
34744     with large amounts of RAM.
34745
34746     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
34747
34748 commit b81b773ead0687114dc8a800f99ea6e504447739
34749 Author: Becky Bruce <beckyb@kernel.crashing.org>
34750 Date:   Mon Feb 2 16:34:52 2009 -0600
34751
34752     mpc8641hpcn: Use physical address in flash banks defintion
34753
34754     If the VA and PA of the flash aren't the same, the banks list
34755     should be initialized to hold the physical address.  Correct this.
34756
34757     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
34758
34759 commit 0d19f6c8cbe71b9e6d8c6bd6742ed2551e918870
34760 Author: Ilya Yanok <yanok@emcraft.com>
34761 Date:   Tue Feb 10 00:22:31 2009 +0100
34762
34763     qong: support for Dave/DENX QongEVB-LITE board
34764
34765     This patch adds support for Dave/DENX QongEVB-LITE i.MX31-based board.
34766
34767     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
34768     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34769
34770 commit 62cbc408f52fc9a5eb849e0b882c504780c9d183
34771 Author: Ilya Yanok <yanok@emcraft.com>
34772 Date:   Mon Feb 9 18:45:28 2009 +0100
34773
34774     dnet: driver for Dave DNET ethernet controller
34775
34776     Driver for Dave DNET ethernet controller (used on Dave/DENX
34777     QongEVB-LITE board).
34778
34779     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
34780     Acked-by: Ben Warren <biggerbadderben@gmail.com>
34781
34782 commit 2d43e873a29ca4959ba6a30fc7fb396d3fd0dccf
34783 Author: Kumar Gala <galak@kernel.crashing.org>
34784 Date:   Fri Feb 6 09:49:32 2009 -0600
34785
34786     pci: give preference to non-PCI_REGION_SYS_MEMORY regions when matching
34787
34788     When we search for an address match in pci_hose_{phys_to_bus,bus_to_phys}
34789     we should give preference to memory regions that aren't system memory.
34790
34791     Its possible that we have over mapped system memory in the regions and
34792     we want to avoid depending on the order of the regions.
34793
34794     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34795
34796 commit ff4e66e93c1ad47644be3b4ffd6a46e1ce9b6612
34797 Author: Kumar Gala <galak@kernel.crashing.org>
34798 Date:   Fri Feb 6 09:49:31 2009 -0600
34799
34800     pci: Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY for clarity
34801
34802     The PCI_REGION_MEMORY and PCI_REGION_MEM are a bit to similar and
34803     can be confusing when reading the code.
34804
34805     Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY to clarify its used
34806     for system memory mapping purposes.
34807
34808     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34809
34810 commit 54dc517328709c204a9cbf7a253d9f8e6c4b26ec
34811 Author: Ilya Yanok <yanok@emcraft.com>
34812 Date:   Sun Feb 8 00:59:43 2009 +0300
34813
34814     mx31: add GPIO registers definitions
34815
34816     Added definitions for i.MX31 processor GPIO registers.
34817
34818     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
34819
34820 commit 8da601280a8acbc3385784780ed35130e53812f1
34821 Author: Peter Tyser <ptyser@xes-inc.com>
34822 Date:   Wed Feb 4 13:47:22 2009 -0600
34823
34824     NAND: Add timeout for reset command
34825
34826     Without the timeout present an infinite loop can occur if the
34827     NAND device is broken or not present.
34828
34829     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
34830     Signed-off-by: Scott Wood <scottwood@freescale.com>
34831
34832 commit 10dc6a9bef73d7d4cb25b3fde27ee91f8484b126
34833 Author: Peter Tyser <ptyser@xes-inc.com>
34834 Date:   Wed Feb 4 13:39:40 2009 -0600
34835
34836     NAND: Silence warning when CONFIG_SYS_NAND_QUIET_TEST
34837
34838     Commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b removed support
34839     for disabling the "No NAND device found!!!" warning when
34840     CONFIG_SYS_NAND_QUIET_TEST was defined.  This re-adds support
34841     for silencing the warning.
34842
34843     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
34844     Signed-off-by: Scott Wood <scottwood@freescale.com>
34845
34846 commit ad09ab2e3ac28f304372eceb4a5cb4d24e102a13
34847 Author: Valeriy Glushkov <gvv@lstec.com>
34848 Date:   Mon Jan 19 16:32:59 2009 +0200
34849
34850     NAND: Fixed invalid pointers to static relocated chip names
34851
34852     Dear Wolfgang,
34853
34854     You are right, the patch was ugly.
34855     The new one seems to be better.
34856
34857     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
34858     Signed-off-by: Scott Wood <scottwood@freescale.com>
34859
34860 commit e7deec1bf6fa3b3a21cd8d14fe2a909a42efc9d8
34861 Author: Nishanth Menon <nm@ti.com>
34862 Date:   Mon Feb 2 18:20:12 2009 -0600
34863
34864     ARM:OMAP3:Zoom1: Add nand unlock option
34865
34866     Enable NAND_UNLOCK option for unlocking nand for
34867     erase/write operations
34868
34869     Signed-off-by: Nishanth Menon <nm@ti.com>
34870
34871 commit 5a9427dc9b8438759db3f67a1e547062f76eb18d
34872 Author: derek@siconix.com <derek@siconix.com>
34873 Date:   Mon Jan 26 14:08:17 2009 -0700
34874
34875     env_nand: fix env memory release
34876
34877     This fixes a bug that tmp environment memory not being released.
34878
34879     Signed-off-by: Derek Ou <dou@siconix.com>
34880     Signed-off-by: Scott Wood <scottwood@freescale.com>
34881
34882 commit 05fd88776419df59e7f37bac063a209409dd801d
34883 Author: Guennadi Liakhovetski <lg@denx.de>
34884 Date:   Fri Feb 6 10:37:45 2009 +0100
34885
34886     ARM: remove unused variable
34887
34888     The "size" variable in start_armboot() in lib_arm/board.c is only really
34889     used in "#ifndef CONFIG_SYS_NO_FLASH" case, and even there it can be
34890     eliminated (thanks to Jean-Christophe PLAGNIOL-VILLARD for a suggestion.)
34891
34892     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
34893
34894 commit 6989e4f546d960a407dd5425f800dff9751c8132
34895 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
34896 Date:   Thu Feb 5 09:33:50 2009 -0500
34897
34898     Coldfire: M527x: Add missing GPIO register address defines
34899
34900     Add missing GPIO registers address definition for Coldfire M5271.
34901
34902     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
34903
34904 commit c4ff77f5e6c3a01610ce97434c0d59acb1476f95
34905 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
34906 Date:   Fri Jan 23 14:42:58 2009 -0500
34907
34908     Coldfire: mcfmii: Allow non-autonegotiating PHYs to use mii command
34909
34910     Modified mii_init to support boards with PHYs that are not set to
34911     autonegotiate, but still want to use u-boot's mii commands to probe
34912     the smi bus. Such PHYs will not set the Autonegotiate-done bit.
34913
34914     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
34915
34916 commit 92d3e6e0ffcbb7224c83104f8d87b5b4bf39a38f
34917 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
34918 Date:   Fri Jan 23 11:44:30 2009 -0500
34919
34920     Coldfire: Applied baudrate formula of serial_init to serial_setbrg
34921
34922     Applied the patch for baudrate divider value truncation for
34923     serial_init to serial_setbrg as well.
34924
34925     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
34926
34927 commit 8706ef378f2db1ef65b9c2f909561f23e3dc2148
34928 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
34929 Date:   Fri Jan 23 14:07:05 2009 -0500
34930
34931     Coldfire: M5271EVB: Board header update (dependencies)
34932
34933     Cleanup for M5271EVB:
34934     Added clarification on the use of CONFIG_SYS_CLOCK.
34935     Modified to use u-boot's HUSH parser.
34936     Cleanup on environment settings.
34937     Removed compiler warning by defining CONFIG_SYS_CS0_*
34938
34939     Dependencies:
34940     Added the use of CONFIG_SYS_MCF_SYNCR for clock multiplier.
34941     This depends on a patch to include/asm-m68k/m5271.h
34942     that defines the multiplier and divider ratios.
34943
34944     Removed the definition of CONFIG_SYS_FECI2C.
34945     This depends on a patch that removes the use of it in
34946     cpu/mcf52x2/cpu_init.c
34947
34948     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
34949
34950 commit e0db344fabfeb4f9649846f94838f51172f6a1f6
34951 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
34952 Date:   Thu Jan 29 14:36:06 2009 -0500
34953
34954     Coldfire: M5271: Allow board header file to specify clock multiplier
34955
34956     M5271 dynamic clock multiplier. It is currently fixed at 100MHz.
34957
34958     Allow the board header file to set their own multiplier and divider.
34959     Added the #define for the multiplier and divider to the cpu header file.
34960
34961     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
34962
34963 commit d1ef25dd81c79dcfad5c2ff0162b1bea21d04bc3
34964 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
34965 Date:   Fri Jan 23 10:47:13 2009 -0500
34966
34967     Coldfire: M5271EVB: Remove usage of CONFIG_SYS_FECI2C
34968
34969     Discontinue the use of CONFIG_SYS_FECI2C (only used by M5271EVB).
34970     Use read-modify-write to activate the FEC pins without disabling I2C.
34971
34972     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
34973
34974 commit ee73cc59ab904976af3c33b454fc84f78618b2d1
34975 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
34976 Date:   Fri Jan 23 09:45:34 2009 -0500
34977
34978     Coldfire: cmd_bdinfo cleanup
34979
34980     CONFIG_M68K bdinfo cleanup:
34981
34982     Fixed compiler warning about baudrate printing.
34983     format '%d' expects type 'int', but argument 2 has type 'long unsigned int'.
34984
34985     Added printing of "cpufreq"
34986
34987     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
34988
34989 commit 4ffc39050aa46ed8a3d29732293dff769e54fffa
34990 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
34991 Date:   Fri Jan 23 09:27:00 2009 -0500
34992
34993     Coldfire: Fix half-baud UART by adding M5271 to Coldfire v2 core list
34994
34995     Added the CONFIG_M5271 to the list of Coldfire V2 processor. This
34996     was causing the bus clock (not CPU clock) to be declared twice as
34997     fast as it actually is. This causes UARTS to operate at half the
34998     specified baudrate.
34999
35000     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
35001
35002 commit 59d1bda7f92c8a28c3aba94e48063749d425949f
35003 Author: Dirk Eibach <eibach@gdsys.de>
35004 Date:   Tue Feb 3 15:15:21 2009 +0100
35005
35006     ppc4xx: Make PCIE support selectable
35007
35008     On some platforms PCIE support is not required, but would be included
35009     because the cpu supports it. To reduce fooprint it is now configurable
35010     via CONFIG_PCI_DISABLE_PCIE.
35011
35012     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
35013     Signed-off-by: Stefan Roese <sr@denx.de>
35014
35015 commit b129eff5ede394cc1faeb6dbf6a987e91abce552
35016 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35017 Date:   Tue Feb 3 22:13:16 2009 +0100
35018
35019     ppc4xx: Only fixup opb attached UARTs
35020
35021     This patch updates the fdt UART clock fixup code to
35022     only touch CPU internal UARTs on 4xx systems.
35023     Only these UARTs are definitely clocked by gd->uart_clk.
35024
35025     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35026     Signed-off-by: Stefan Roese <sr@denx.de>
35027
35028 commit 4b7e3d045cc82f7f7b6f3a19b54a814da36ac52c
35029 Author: Mike Frysinger <vapier@gentoo.org>
35030 Date:   Tue Jan 13 11:00:29 2009 -0500
35031
35032     Blackfin: move default boot SPI CS to common code
35033
35034     Move the default SPI CS that we boot from into common code so that it can
35035     be used in other SPI drivers and environment settings.
35036
35037     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35038
35039 commit f790ef6ff12381cb0e43de54fb2b0f1204ad8ed6
35040 Author: Mike Frysinger <vapier@gentoo.org>
35041 Date:   Wed Dec 10 12:33:54 2008 -0500
35042
35043     Blackfin: dynamically update UART speed when initializing
35044
35045     Previously, booting over the UART required the baud rate to be known ahead
35046     of time.  Using a bit of tricky simple math, we can calculate the new board
35047     rate based on the old divisors.
35048
35049     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35050     Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
35051
35052 commit 97f265f14f23050f3cb997f617f3a6917b843ea2
35053 Author: Mike Frysinger <vapier@gentoo.org>
35054 Date:   Tue Dec 9 17:21:08 2008 -0500
35055
35056     Blackfin: add support for fast SPI reads with Boot ROM
35057
35058     Newer Blackfin boot roms support using the fast SPI read command rather than
35059     just the slow one.  If the functionality is available, then use it.
35060
35061     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35062
35063 commit 67619982bfc5cd62710a48e3cbffc304cb78c341
35064 Author: Mike Frysinger <vapier@gentoo.org>
35065 Date:   Sat Oct 11 21:46:52 2008 -0400
35066
35067     Blackfin: check for reserved settings in DDR MMRs
35068
35069     Some bits of the DDR MMRs should not be set.  If they do, bad things may
35070     happen (like random failures or hardware destruction).
35071
35072     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35073
35074 commit 622a8dc0958dd599743348ea94eb10b9d0be8ae6
35075 Author: Mike Frysinger <vapier@gentoo.org>
35076 Date:   Sat Oct 11 21:54:00 2008 -0400
35077
35078     Blackfin: set default voltage levels for BF538/BF539 parts
35079
35080     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35081
35082 commit 09dc6b0bbd1d5e39cdddeebc059f9a75630e4f6f
35083 Author: Mike Frysinger <vapier@gentoo.org>
35084 Date:   Sun Jun 1 01:29:57 2008 -0400
35085
35086     Blackfin: use on-chip syscontrol() rom function when available
35087
35088     Newer Blackfin's have an on-chip rom with a syscontrol() function that needs
35089     to be used to properly program the memory and voltage settings as it will
35090     include (possibly critical) factory tested bias values.
35091
35092     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35093
35094 commit e1fb6d0d52fbe3fbc1a4c651dacf11e9c1417f63
35095 Author: Stefan Roese <sr@denx.de>
35096 Date:   Thu Feb 5 11:44:52 2009 +0100
35097
35098     cfi_flash: Fix typo in cfi_flash.c
35099
35100     Patch "flash/cfi_flash: Use virtual sector start address, not phys"
35101     introduced a small typo and compilation warning for systems with CFI
35102     legacy support (e.g. hcu4). This patch fixes it.
35103
35104     Signed-off-by: Stefan Roese <sr@denx.de>
35105
35106 commit 28745db969b72693754991c838f68a7fb4a8b1ab
35107 Author: Stefan Roese <sr@denx.de>
35108 Date:   Thu Jan 29 11:21:38 2009 +0100
35109
35110     jedec_flash: Only use manufacturer defines from common flash.h
35111
35112     This patch removes the double defined manufacturer defines from
35113     jedec_flash.c. Since the common defines in flash.h are 32bit
35114     we now need the (16) cast. This patch also removes the compilation
35115     warning (e.g. seen on hcu5):
35116
35117     ./MAKEALL hcu5
35118     Configuring for hcu5 board...
35119     jedec_flash.c:219: warning: large integer implicitly truncated to unsigned type
35120
35121     Signed-off-by: Stefan Roese <sr@denx.de>
35122
35123 commit ec21d5cfcb6b4e7fcdd5c6e926e1a824900706f2
35124 Author: Stefan Roese <sr@denx.de>
35125 Date:   Thu Feb 5 11:25:57 2009 +0100
35126
35127     cfi_flash: Silence compilation warning
35128
35129     Patch "flash/cfi_flash: Use virtual sector start address, not phys"
35130     introduced a small compilation warning. This patch fixes it.
35131
35132     Signed-off-by: Stefan Roese <sr@denx.de>
35133
35134 commit 09ce9921a7d8b1ce764656b14b42217bbf4faa38
35135 Author: Becky Bruce <beckyb@kernel.crashing.org>
35136 Date:   Mon Feb 2 16:34:51 2009 -0600
35137
35138     flash/cfi_flash: Use virtual sector start address, not phys
35139
35140     include/flash.h was commented to say that the address in
35141     flash_info->start was a physical address.  However, from u-boot's
35142     point of view, and looking at most flash code, it makes more
35143     sense for this to be a virtual address.  So I corrected the
35144     comment to indicate that this was a virtual address.
35145
35146     The only flash driver that was actually treating the address
35147     as physical was the mtd/cfi_flash driver.  However, this code
35148     was using it inconsistently as it actually directly dereferenced
35149     the "start" element, while it used map_physmem to get a
35150     virtual address in other places.  I changed this driver so
35151     that the code which initializes the info->start field calls
35152     map_physmem to get a virtual address, eliminating the need for
35153     further map_physmem calls.  The code is now consistent.
35154
35155     The *only* place a physical address should be used is when defining the
35156     flash banks list that is used to initialize the flash_info struct,
35157     usually found in the board config file.
35158
35159     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
35160     Signed-off-by: Stefan Roese <sr@denx.de>
35161
35162 commit 657f2062d8e17ebf4a55f52c9e71c07c0c94c779
35163 Author: Wolfgang Denk <wd@denx.de>
35164 Date:   Wed Feb 4 09:42:20 2009 +0100
35165
35166     Fix compiler warning
35167
35168     (shows up only when DEBUG is enabled)
35169
35170     Signed-off-by: Wolfgang Denk <wd@denx.de>
35171
35172 commit 47832cd15ae02fb6fde8ebed5b272f85775f2ceb
35173 Author: Mike Frysinger <vapier@gentoo.org>
35174 Date:   Mon Oct 6 03:45:55 2008 -0400
35175
35176     Blackfin: update anomaly lists
35177
35178     Update the anomaly lists to match latest anomaly sheets.
35179
35180     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35181
35182 commit 70a4da45e16b72e8e5b0baaecdaee9be8619647d
35183 Author: Ralph Kondziella <rk@argos-messtechnik.de>
35184 Date:   Mon Jan 26 12:34:36 2009 -0700
35185
35186     ADS5121 Add PATA support
35187
35188     Original patch from Ralph Kondziella
35189     plus clean up by Wolfgang Denk
35190     plus changes by John Rigby
35191         use ips clock not lpc
35192         port forward to current u-boot release
35193
35194     Signed-off-by: Ralph Kondziella <rk@argos-messtechnik.de>
35195     Signed-off-by: Wolfgang Denk <wd@denx.de>
35196     Signed-off-by: John Rigby <jrigby@freescale.com>
35197
35198 commit abfbd0ae4967df18102345db4f4b529a13da107b
35199 Author: Martha Marx <mmarx@silicontkx.com>
35200 Date:   Mon Jan 26 10:45:07 2009 -0700
35201
35202     ADS5121 Add IC Ident Module (IIM) support
35203
35204     IIM (IC Identification Module) is the fusebox for the mpc5121.
35205     Use #define CONFIG_IIM to turn on the clock for this module
35206     use #define CONFIG_CMD_FUSE to add fusebox commands.
35207     Fusebox commands include the ability to read
35208     the status, read the register cache, override the register cache,
35209     program the fuses and sense them.
35210
35211     Signed-off-by: Martha Marx <mmarx@silicontkx.com>
35212     Signed-off-by: John Rigby <jrigby@freescale.com>
35213
35214 commit 14d19cd1bce9a24b1335598f1568140f4950e4d9
35215 Author: John Rigby <jrigby@freescale.com>
35216 Date:   Fri Jan 23 10:33:15 2009 -0700
35217
35218     ADS5121 Fix rev2 silicon pci iopad config
35219
35220     Reset config is not correct
35221
35222     Signed-off-by: John Rigby <jrigby@freescale.com>
35223
35224 commit 4c154252c480b13f69ce1b71a9530b0515da76a6
35225 Author: John Rigby <jrigby@freescale.com>
35226 Date:   Wed Nov 19 13:57:34 2008 -0700
35227
35228     ADS5121 DIU Add diu_bmp_addr env
35229
35230     Add support for using a bmp other than
35231     FSL_Logo_BMP for the DIU splash screen.
35232
35233     Can now set the env var "diu_bmp_addr" to
35234     the address of a BMP in flash to use instead
35235     of the default FSL_Logo_BMP.
35236
35237     Signed-off-by: Martha Marx <mmarx@silicontkx.com>
35238     Signed-off-by: John Rigby <jrigby@freescale.com>
35239
35240 commit 92c20fbd3a7788c1a154f50a3f44f28a7763f99a
35241 Author: John Rigby <jrigby@freescale.com>
35242 Date:   Thu Oct 30 16:39:35 2008 -0600
35243
35244     ADS5121 DIU Make inclusion of FSL logo optional
35245
35246     Make inclusion of FSL logo optional and
35247     turn it off by default.
35248
35249     Signed-off-by: John Rigby <jrigby@freescale.com>
35250
35251 commit bd99ec149abe94e7f6b2bda4766d701b4005053f
35252 Author: Remy Bohmer <linux@bohmer.net>
35253 Date:   Sun Feb 1 12:27:53 2009 +0100
35254
35255     Compile warning fix in onenand_uboot.h
35256
35257     Regression since merge window after 2009.01
35258
35259     Signed-off-by: Remy Bohmer <linux@bohmer.net>
35260
35261 commit a270d1e7295c3d829f42c0480117941dfc1c6477
35262 Author: Stefan Roese <sr@denx.de>
35263 Date:   Thu Jan 29 06:33:55 2009 +0100
35264
35265     USB: Add EHCI support for VCT EHCI controller (really with driver now)
35266
35267     Somehow I missed the real driver part in my last patch version. This patch
35268     now adds the driver.
35269
35270     Signed-off-by: Stefan Roese <sr@denx.de>
35271     Signed-off-by: Remy Bohmer <linux@bohmer.net>
35272
35273 commit 716ebf436c9e43df6740e0172f6b2a81ddbf1b8e
35274 Author: Cliff Cai <cliff.cai@analog.com>
35275 Date:   Sat Nov 29 18:22:38 2008 -0500
35276
35277     Blackfin: add driver for on-chip MMC/SD controller
35278
35279     This is a port of the Linux Blackfin on-chip SDH driver to U-Boot.
35280
35281     Signed-off-by: Cliff Cai <cliff.cai@analog.com>
35282     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35283
35284 commit 6e87ea0ca951465eba144ab2e6dba6fb507737a2
35285 Author: Mike Frysinger <vapier@gentoo.org>
35286 Date:   Sat Oct 11 22:47:34 2008 -0400
35287
35288     Blackfin: add port muxing for BF51x SPI
35289
35290     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35291
35292 commit fc68f9f85959664d528daea2aef5ef54974331ce
35293 Author: Mike Frysinger <vapier@gentoo.org>
35294 Date:   Tue Jan 6 06:16:19 2009 -0500
35295
35296     Blackfin: output booting source when booting
35297
35298     Knowing the booting source of the part is useful, especially when the part
35299     can switch dynamically between sources.
35300
35301     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35302
35303 commit 8df3ce0f49c37947800ac7c84e751499882619fc
35304 Author: Mike Frysinger <vapier@gentoo.org>
35305 Date:   Thu Dec 11 06:30:46 2008 -0500
35306
35307     Blackfin: set default CONFIG_ENV_SPI_CS based on bootrom
35308
35309     Set the default CONFIG_ENV_SPI_CS value to match the SPI CS that is used by
35310     the Blackfin on-chip bootrom to boot out of SPI flash.
35311
35312     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35313
35314 commit 2b4a486e6fac502d8b883e344cc4012283945b3d
35315 Author: Mike Frysinger <vapier@gentoo.org>
35316 Date:   Thu Dec 11 04:06:26 2008 -0500
35317
35318     Blackfin: update asm-blackfin/posix_types.h to latest Linux version
35319
35320     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35321
35322 commit e5eb93e77391bcc308697116c544ea1340aaae8a
35323 Author: Mike Frysinger <vapier@gentoo.org>
35324 Date:   Sat Dec 6 02:54:52 2008 -0500
35325
35326     Blackfin: add port I bits
35327
35328     Some people need to access port I, so make sure the pins are defined.
35329
35330     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35331
35332 commit 8a6b272596d43de0db4943eac7af58c3534c4026
35333 Author: Sonic Zhang <Sonic.Zhang@analog.com>
35334 Date:   Wed Nov 26 22:16:45 2008 -0500
35335
35336     Blackfin: add driver for on-chip ATAPI controller
35337
35338     This is a port of the Linux Blackfin on-chip ATAPI driver to U-Boot.
35339
35340     Signed-off-by: Sonic Zhang <Sonic.Zhang@analog.com>
35341     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35342
35343 commit be9d8c780e6831cb84b7d4590ceae03dca8fc10b
35344 Author: Mike Frysinger <vapier@gentoo.org>
35345 Date:   Wed Nov 26 21:43:06 2008 -0500
35346
35347     Blackfin: add driver for on-chip NAND controller
35348
35349     This is a port of the Linux Blackfin on-chip NFC driver to U-Boot.
35350
35351     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35352
35353 commit 4148e02abae9a099f4444b5e168ebc2b911d2295
35354 Author: Mike Frysinger <vapier@gentoo.org>
35355 Date:   Wed Nov 12 07:18:15 2008 -0500
35356
35357     Blackfin: build with -mno-fdpic
35358
35359     Use the -mno-fdpic flag so that any Blackfin toolchain can be used to build
35360     up u-boot, including ones that output FDPIC ELF by default.
35361
35362     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35363
35364 commit 70e95589a24a2d83ad00317e4a9611d0211ecb58
35365 Author: Mike Frysinger <vapier@gentoo.org>
35366 Date:   Tue Nov 11 05:43:57 2008 -0500
35367
35368     Blackfin: fix up EBIU defines
35369
35370     The EBIU defines for EBSZ 256/512 were incorrect.
35371
35372     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35373
35374 commit 961954ea0ec8dc4341034c1a1ff3107ec0527809
35375 Author: Mike Frysinger <vapier@gentoo.org>
35376 Date:   Wed Nov 5 12:45:24 2008 -0500
35377
35378     Blackfin: use 8/16/32 bit transfer widths in dma_memcpy()
35379
35380     Rather than using 8bit transfers for everything, use 8/16/32 bit transfers
35381     as usable with the source/destination addresses and the count size.
35382
35383     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35384
35385 commit b93c68648426f906d63b98117496b6415f505f39
35386 Author: Mike Frysinger <vapier@gentoo.org>
35387 Date:   Wed Nov 5 08:50:23 2008 -0500
35388
35389     Blackfin: only flag L1 instruction for DMA memcpy
35390
35391     The performance difference from doing an 8 bit DMA memcpy vs an optimized
35392     core memcpy can be pretty big when you add in the overhead of setting up the
35393     MDMA registers, cache flushes, etc...  So only use dma_memcpy() when we
35394     actually require it.
35395
35396     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35397
35398 commit e347c092a3b3a2ce1e72f25f4829163634d09fbe
35399 Author: Mike Frysinger <vapier@gentoo.org>
35400 Date:   Wed Nov 5 07:20:37 2008 -0500
35401
35402     Blackfin: dma_memcpy(): fix random failures
35403
35404     We have to make sure the DMA channel is actually disabled in hardware before
35405     attempting to reprogram it.  Otherwise the new settings are ignored and we
35406     end up with random hangs/failures.
35407
35408     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35409
35410 commit fdce83c108846d6f0d5b1774e1cc29f2573a6ad3
35411 Author: Mike Frysinger <vapier@gentoo.org>
35412 Date:   Tue Nov 4 00:04:03 2008 -0500
35413
35414     Blackfin: rewrite cache handling functions
35415
35416     Take the cache flush functions from the kernel as they use hardware loops in
35417     order to get optimal performance.
35418
35419     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35420
35421 commit 84c5f0dc47d17593fd81206614891bdc94f6d51c
35422 Author: Mike Frysinger <vapier@gentoo.org>
35423 Date:   Mon Nov 3 22:30:05 2008 -0500
35424
35425     Blackfin: setup bi_enetaddr for single nets
35426
35427     For systems with CONFIG_NET_MULTI disabled, bi_enetaddr does not get setup
35428     based on $ethaddr, so set it up.
35429
35430     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35431
35432 commit 40599239e7875b39e2a5c12e6545992041c72c52
35433 Author: Mike Frysinger <vapier@gentoo.org>
35434 Date:   Fri Oct 24 22:48:47 2008 -0400
35435
35436     Blackfin: cache core/system clock values
35437
35438     Calculating the clocks requires a bit of calls to gcc math functions, so
35439     cache the values after the first run since they'll most likely never
35440     change once U-Boot is up and running.
35441
35442     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35443
35444 commit 6957a6209b02f6b69607fc47425f13731cc477f1
35445 Author: Mike Frysinger <vapier@gentoo.org>
35446 Date:   Fri Oct 24 18:18:16 2008 -0400
35447
35448     Blackfin: enable --gc-sections
35449
35450     Start building all Blackfin boards with -ffunction-sections/-fdata-sections
35451     and linking with --gc-sections.
35452
35453     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35454
35455 commit ee1d2001ea7fbabb2b9256026dc5468f057337f8
35456 Author: Mike Frysinger <vapier@gentoo.org>
35457 Date:   Mon Oct 20 21:08:54 2008 -0400
35458
35459     Blackfin: dont check baud if it wont actually get used
35460
35461     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35462
35463 commit 400f5778f375bc99c73c8488c555def261ccfab7
35464 Author: Mike Frysinger <vapier@gentoo.org>
35465 Date:   Tue Oct 14 07:54:09 2008 -0400
35466
35467     Blackfin: add driver for on-chip SPI controller
35468
35469     This fills out the SPI backend for the Blackfin on-chip SPI peripheral.
35470
35471     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35472
35473 commit 7a1e87b1062e6eac0704c6fc2f7c661caf8814cd
35474 Author: Mike Frysinger <vapier@gentoo.org>
35475 Date:   Sat Oct 18 05:33:51 2008 -0400
35476
35477     Blackfin: only build post code when CONFIG_POST
35478
35479     Save some time by using CONFIG_POST in the Makefile rather than C files.
35480
35481     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35482
35483 commit 6d7d4803c74bb86e1b401b1199e63381a62b9382
35484 Author: Mike Frysinger <vapier@gentoo.org>
35485 Date:   Thu Jan 8 11:57:57 2009 -0500
35486
35487     Blackfin: bfin_mac: cleanup pointer/casts for aliasing issues
35488
35489     Redo how pointers are managed to get rid of ugly casts and strict pointer
35490     aliasing issues that are highlighted by gcc 4.3.
35491
35492     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35493     Acked-by: Ben Warren <biggerbadderben@gmail.com>
35494
35495 commit 092d2487baf7c29343c165e3ae82ea8a7f9e679b
35496 Author: Mike Frysinger <vapier@gentoo.org>
35497 Date:   Tue Dec 9 17:46:21 2008 -0500
35498
35499     Blackfin: bfin_mac: convert CONFIG_BFIN_MAC_RMII to CONFIG_RMII
35500
35501     No point in having a Blackfin-specific define "CONFIG_BFIN_MAC_RMII" that
35502     does exactly the same thing as common "CONFIG_RMII".
35503
35504     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35505     Acked-by: Ben Warren <biggerbadderben@gmail.com>
35506
35507 commit 8eed6ca51e50fade6887e8bdb1ff6a44116b42b5
35508 Author: Mike Frysinger <vapier@gentoo.org>
35509 Date:   Wed Nov 5 06:36:15 2008 -0500
35510
35511     Blackfin: bfin_mac: use common debug()
35512
35513     Rather then defining our own DEBUGF(), just use the common debug().
35514
35515     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35516     Acked-by: Ben Warren <biggerbadderben@gmail.com>
35517
35518 commit a7ec6ac8b2c6dce6fc670a2a855deb6eee340e04
35519 Author: Mike Frysinger <vapier@gentoo.org>
35520 Date:   Mon Oct 20 13:59:51 2008 -0400
35521
35522     Blackfin: bfin_mac: respect CONFIG_PHY_{ADDR,CLOCK_FREQ}
35523
35524     Rather than having the on-chip MAC hardcoded to phy address 1 and a speed
35525     of 2.5mhz, use these as defaults if the board doesn't specify otherwise.
35526
35527     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35528     Acked-by: Ben Warren <biggerbadderben@gmail.com>
35529
35530 commit ac45af4e63ea925f4accc98453aab1a1166c196d
35531 Author: Mike Frysinger <vapier@gentoo.org>
35532 Date:   Tue Oct 14 04:52:00 2008 -0400
35533
35534     Blackfin: bfin_mac: cleanup MII/PHY functions
35535
35536     Cleanup and rewrite the MII/PHY related functions so that we can reuse the
35537     existing common linux/miiphy.h code and hook into the `mii` command.
35538
35539     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35540     Acked-by: Ben Warren <biggerbadderben@gmail.com>
35541
35542 commit 6b310a05f0d10c751f22468040932139f71c71d3
35543 Author: Mike Frysinger <vapier@gentoo.org>
35544 Date:   Tue Oct 14 00:31:30 2008 -0400
35545
35546     Blackfin: bfin_mac: set MDCDIV based on SCLK
35547
35548     Rather than hardcoding MDCDIV to 24 (which is correct for ~125mhz SCLK),
35549     use the real algorithm so it gets set correctly regardless of SCLK.
35550
35551     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35552     Acked-by: Ben Warren <biggerbadderben@gmail.com>
35553
35554 commit 930590f3e49c8f32256edf2e5861e1535a329c6c
35555 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35556 Date:   Sat Jan 31 09:10:48 2009 +0100
35557
35558     ixp: move serial to drivers/serial
35559
35560     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35561
35562 commit f90c8022f448bc5e93090e4b714368e52e912f0f
35563 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35564 Date:   Sat Jan 31 09:04:58 2009 +0100
35565
35566     ixp: move pci init in arm/board instead of cpu
35567
35568     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35569
35570 commit 8cb79b5f275f1888ccb278a2d2197140444a84b7
35571 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35572 Date:   Sat Jan 31 08:56:49 2009 +0100
35573
35574     ixp: move pci drivers to drivers/pci
35575
35576     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35577
35578 commit 012d5bab09a534e4800b02f50cf508e6837202ea
35579 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35580 Date:   Sat Jan 31 08:53:44 2009 +0100
35581
35582     ixp: Move conditional compilation to Makefile
35583
35584     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35585
35586 commit f693f501d67434df1f815fd1824a71973ae08207
35587 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35588 Date:   Sat Jan 31 08:53:44 2009 +0100
35589
35590     ixp: add missing os define
35591
35592     need by arm-elf toolchains and no impact on the arm-linux one
35593
35594     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35595
35596 commit b4e2f89dfcb206a22d34fa6b34878d85b498b39f
35597 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35598 Date:   Sat Jan 31 09:53:39 2009 +0100
35599
35600     ixp: remove the option to include the Microcode
35601
35602     instead the board will have to load it from flash or ram
35603     which will be specified by npe_ucode env var
35604
35605     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35606
35607 commit 1b017baf2071d8daf643bce87250db898c606c66
35608 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35609 Date:   Fri Jan 30 09:45:23 2009 +0100
35610
35611     ixp/npe: Move conditional compilation to Makefile
35612
35613     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35614
35615 commit 4e69087a1d6ef2eca6f46026cf5e7399b6c9e7c0
35616 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35617 Date:   Wed Jan 28 21:58:04 2009 +0100
35618
35619     SX1: add hardware V2 support
35620
35621     In the V2 the 2 flash has been replace by one 32MB flash
35622
35623     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35624
35625 commit f877f2233dbcd7417c2f0babe6a849099b167f3c
35626 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35627 Date:   Wed Jan 28 21:58:03 2009 +0100
35628
35629     SX1: Fix second flash mapping
35630
35631     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35632
35633 commit 47fd3bffed6430c91eb2660f859574ed98be5bd8
35634 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35635 Date:   Wed Jan 28 21:58:03 2009 +0100
35636
35637     SX1: add CONFIG_STDOUT_USBTTY to enable preboot stdout redirect to usbtty
35638
35639     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35640
35641 commit cfca33837ec83829c6a49c3bcc86c31bc2495ff6
35642 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35643 Date:   Wed Jan 28 21:57:59 2009 +0100
35644
35645     move Samsung's board to board/samsung
35646
35647     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35648
35649 commit e4943ec57466ea5dfa085e7a9e0ec44cb93c4e1e
35650 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35651 Date:   Thu Jan 29 12:07:21 2009 +0100
35652
35653     move ARM Ltd. to vendor dir
35654
35655     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35656
35657 commit a87fb1b308a2a375cb9ca74ca0dd3e2c5793d3bf
35658 Author: Larry Johnson <lrj@acm.org>
35659 Date:   Wed Jan 28 15:30:37 2009 -0500
35660
35661     ppc4xx: Clean up configuration file for Korat board
35662
35663     This patch updates the default environmental variables for the
35664     Korat PPC 440EPx board, and makes additional minor fixes.
35665
35666     Signed-off-by: Larry Johnson <lrj@acm.org>
35667     Signed-off-by: Stefan Roese <sr@denx.de>
35668
35669 commit f20405e31680efc36293c59b4963db57c9d93df4
35670 Author: Larry Johnson <lrj@acm.org>
35671 Date:   Wed Jan 28 15:30:02 2009 -0500
35672
35673     ppc4xx: Add variable "korat_usbcf" for Korat board
35674
35675     The new environment variable "korat_usbcf" selects the USB
35676     port used by the Korat board's CompactFlash controller.
35677
35678     Signed-off-by: Larry Johnson <lrj@acm.org>
35679     Signed-off-by: Stefan Roese <sr@denx.de>
35680
35681 commit fc01ea1e27d5b124f0a1868d0ce569f156d58dfe
35682 Author: Gunnar Rangoy <gunnar@rangoy.com>
35683 Date:   Fri Jan 23 12:56:31 2009 +0100
35684
35685     AVR32: macb - Search for PHY id
35686
35687     This patch adds support for searching through available PHY-addresses in
35688     the macb-driver. This is needed for the ATEVK1100 evaluation board,
35689     where the PHY-address will be initialized to either 1 or 7.
35690
35691     This patch adds a config option, CONFIG_MACB_SEARCH_PHY, which when
35692     enabled tells the driver to search for the PHY address.
35693
35694     Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
35695     Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
35696     Signed-off-by: Olav Morken <olavmrk@gmail.com>
35697     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
35698
35699 commit af8626e0c08a780d9ded1d9c4883a89355f60e75
35700 Author: Olav Morken <olavmrk@gmail.com>
35701 Date:   Fri Jan 23 12:56:26 2009 +0100
35702
35703     Fix IP alignment problem
35704
35705     This patch removes volatile from:
35706     volatile IP_t *ip = (IP_t *)xip;
35707
35708     Due to a bug, avr32-gcc will assume that ip is aligned on a word boundary when
35709     using volatile, which causes an exception since xip isn't aligned on a word
35710     boundary.
35711
35712     Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
35713     Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
35714     Signed-off-by: Olav Morken <olavmrk@gmail.com>
35715     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
35716
35717 commit 12a8b9db12f82a189ff143a58731007f5469da61
35718 Author: Ron Madrid <ron_madrid@sbcglobal.net>
35719 Date:   Wed Jan 28 16:17:21 2009 -0800
35720
35721     Marvell 88E1118 interrupt fix
35722
35723     This patch adjusts the LED control so that interrupt lines are not reading LEDs
35724     and effectively causing indefinite interrupts to the controller.
35725
35726     Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
35727     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
35728
35729 commit 9a37f2acc31a3296dddd3574ea9eaf7f319807b9
35730 Author: Stefan Roese <sr@denx.de>
35731 Date:   Wed Jan 21 17:14:26 2009 +0100
35732
35733     net: smc911x.c: Add LAN9211 to chip_ids[] array
35734
35735     Signed-off-by: Stefan Roese <sr@denx.de>
35736     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
35737
35738 commit 75edebe3011c963a7cd84be0f4a987477f2aaf89
35739 Author: Mike Frysinger <vapier@gentoo.org>
35740 Date:   Tue Jan 27 16:53:39 2009 -0500
35741
35742     Move is_valid_ether_addr() to include/net.h
35743
35744     Import the is_valid_ether_addr() function from the Linux kernel.
35745
35746     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35747     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
35748
35749 commit 268859338c0188eab1d0d3b867b7dad3c5cc734a
35750 Author: Michal Simek <monstr@monstr.eu>
35751 Date:   Mon Jan 5 12:25:13 2009 +0100
35752
35753     net: Sort Makefile labels
35754
35755     Signed-off-by: Michal Simek <monstr@monstr.eu>
35756     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
35757
35758 commit 1fbcbe9a95f39afb2df6ab8cba25b284b47ebfb2
35759 Author: Wolfgang Denk <wd@denx.de>
35760 Date:   Wed Jan 28 23:06:42 2009 +0100
35761
35762     85xx: Fix compile breakage with sbc8540 and sbc8560
35763
35764     This fixes an error which raises just a warning:
35765     sbc8560.c:250: warning: passing argument 2 of 'strmhz' makes integer from pointer without a cast
35766
35767     Signed-off-by: Wolfgang Denk <wd@denx.de>
35768
35769 commit 62625c0b081bd4019cecab14e9fc2e05e48d2a58
35770 Author: Mike Frysinger <vapier@gentoo.org>
35771 Date:   Wed Jan 28 13:48:55 2009 -0500
35772
35773     SPD823TS: do not define CONFIG_CMD_ENV
35774
35775     Since the SPD823TS board does not actually have any writable flash to save
35776     its environment, undefine CONFIG_CMD_ENV so the "saveenv" command is
35777     disabled.
35778
35779     This fixes the build error:
35780     common/libcommon.a(cmd_nvedit.o): In function `do_saveenv':
35781     common/cmd_nvedit.c:557: undefined reference to `saveenv'
35782     make: *** [u-boot] Error 1
35783
35784     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35785
35786 commit 7379f45a7bc71941c3920c2f6b3c3faa4d7fd315
35787 Author: Dirk Behme <dirk.behme@googlemail.com>
35788 Date:   Wed Jan 28 21:40:16 2009 +0100
35789
35790     OMAP3: Add Zoom1 board support
35791
35792     Support for Zoom MDK with OMAP3430. Details of Zoom MDK available here:
35793     http://www.logicpd.com/products/devkit/ti/zoom_mobile_development_kit
35794
35795     Signed-off-by: Nishanth Menon <nm@ti.com>
35796     Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
35797
35798 commit 2be2c6cc674e26237962f5cf4c0d311e139e4241
35799 Author: Dirk Behme <dirk.behme@googlemail.com>
35800 Date:   Wed Jan 28 21:39:58 2009 +0100
35801
35802     OMAP3: Add Pandora support
35803
35804     Add Pandora support.
35805
35806     Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
35807     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
35808     Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
35809
35810 commit ad9bc8e52d174d699d1367be0b90089e4fdeb933
35811 Author: Dirk Behme <dirk.behme@googlemail.com>
35812 Date:   Wed Jan 28 21:39:58 2009 +0100
35813
35814     OMAP3: Add EVM board
35815
35816     Add EVM board support.
35817
35818     Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
35819     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
35820     Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
35821
35822 commit 9d0fc8110e7e755239329c26f300d5fc9946d3ec
35823 Author: Dirk Behme <dirk.behme@googlemail.com>
35824 Date:   Wed Jan 28 21:39:57 2009 +0100
35825
35826     OMAP3: Add Overo board
35827
35828     Add Overo board support.
35829
35830     Signed-off-by: Steve Sakoman <sakoman@gmail.com>
35831     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
35832     Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
35833
35834 commit f904cdbb68167c647887f19929ad295dbaac8862
35835 Author: Dirk Behme <dirk.behme@googlemail.com>
35836 Date:   Tue Jan 27 18:19:12 2009 +0100
35837
35838     OMAP3: Add common power code, README, and BeagleBoard
35839
35840     Add BeagleBoard support, common power code and README.
35841
35842     Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
35843     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
35844
35845 commit 9cda4f104b5313fadc21b75aa781c7a6aaf6ea60
35846 Author: Kumar Gala <galak@kernel.crashing.org>
35847 Date:   Wed Jan 28 08:31:10 2009 -0600
35848
35849     85xx: Fix compile breakage with MPC8540EVAL
35850
35851     Configuring for MPC8540EVAL board...
35852     mpc8540eval.c: In function 'checkboard':
35853     mpc8540eval.c:53: error: invalid operands to binary /
35854     make[1]: *** [mpc8540eval.o] Error 1
35855
35856     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35857
35858 commit 1a448db77b10153703bc5e4ad13dd55d88beb1d6
35859 Author: Bryan Wu <bryan.wu@analog.com>
35860 Date:   Sun Jan 18 23:04:27 2009 -0500
35861
35862     usb_scan_devices: fix output with no devices
35863
35864     We should check the return of usb_new_device() so that if no USB device is
35865     found, we print out the right message rather than always saying "new usb
35866     device found".
35867
35868     Signed-off-by: Bryan Wu <bryan.wu@analog.com>
35869     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35870     Signed-off-by: Remy Bohmer <linux@bohmer.net>
35871
35872 commit f1c1f540243438246aefb703fdcf16957e3a72e1
35873 Author: Stefan Roese <sr@denx.de>
35874 Date:   Thu Jan 22 10:11:21 2009 +0100
35875
35876     USB: Add high-speed (480Mb/s) to all USB related outputs
35877
35878     With this patch the USB related connection speed output ("usb tree" command and
35879     debug output) is now high-speed enabled.
35880
35881     This patch also fixes a compilation warning when debugging is enabled.
35882
35883     Signed-off-by: Stefan Roese <sr@denx.de>
35884     Signed-off-by: Remy Bohmer <linux@bohmer.net>
35885
35886 commit daa2dafb450a8073a4e42fd46cd4e995b208e4cb
35887 Author: Stefan Roese <sr@denx.de>
35888 Date:   Wed Jan 21 17:12:19 2009 +0100
35889
35890     USB: Add dcache support to the EHCI driver
35891
35892     This patch adds routines to handle (flush/invalidate) the dcache for the
35893     QH and qTD structures and data buffers. This is needed on platforms using
35894     this EHCI support with dcache enabled (like the MIPS VCT board port).
35895
35896     Signed-off-by: Stefan Roese <sr@denx.de>
35897     Signed-off-by: Remy Bohmer <linux@bohmer.net>
35898
35899 commit 4e0ea0efc1e501186aca8577a4042fc6fa641602
35900 Author: Stefan Roese <sr@denx.de>
35901 Date:   Wed Jan 21 17:12:28 2009 +0100
35902
35903     USB: Add EHCI support for VCT EHCI controller
35904
35905     Signed-off-by: Stefan Roese <sr@denx.de>
35906     Signed-off-by: Remy Bohmer <linux@bohmer.net>
35907
35908 commit 832e61418eedfea172bd2fdfd0ea0d199cc70a9d
35909 Author: Stefan Roese <sr@denx.de>
35910 Date:   Wed Jan 21 17:12:10 2009 +0100
35911
35912     USB: Add config option to call ehci_hcd_init() again after EHCI reset
35913
35914     This patch adds the config option CONFIG_EHCI_HCD_INIT_AFTER_RESET
35915     to call ehci_hcd_init() again after ehci_reset() is executed. This
35916     is needed for the upcoming VCT EHCI support which needs to re-init
35917     the hcd part again after the EHCI CMD_RESET is executed.
35918
35919     Signed-off-by: Stefan Roese <sr@denx.de>
35920     Signed-off-by: Remy Bohmer <linux@bohmer.net>
35921
35922 commit 597eb28bd9691266b7b804364cda577cdb51d106
35923 Author: Stefan Roese <sr@denx.de>
35924 Date:   Wed Jan 21 17:12:01 2009 +0100
35925
35926     USB: Fix speed detection on EHCI cntr with root hub transaction translators
35927
35928     This patch fixes an issue that the speed of USB devices was not detected
35929     correctly on some EHCI controllers. This will be used on the upcoming VCT
35930     EHCI support.
35931
35932     Signed-off-by: Stefan Roese <sr@denx.de>
35933     Signed-off-by: Remy Bohmer <linux@bohmer.net>
35934
35935 commit 20cc06611ea33fc0a67a5e56e6476379d2de3091
35936 Author: Thomas Abraham <t-abraham@ti.com>
35937 Date:   Sun Jan 4 09:41:20 2009 +0530
35938
35939     usb : musb : Enabling USB MSC support for DM6446 (TI DaVinci) platform
35940
35941     Enabling USB MSC support for DM6446 (TI DaVinci) platform in the
35942     configuration file.
35943
35944     Signed-off-by: Ravi Babu <ravibabu@ti.com>
35945     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
35946     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
35947     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
35948     Signed-off-by: Remy Bohmer <linux@bohmer.net>
35949
35950 commit 538ef967715322f64ee08efa2296d9682111b014
35951 Author: Thomas Abraham <t-abraham@ti.com>
35952 Date:   Sun Jan 4 09:41:16 2009 +0530
35953
35954     usb : musb : Enabling DM6446 (TI DaVinci) USB module power
35955
35956     Enabling DM6446 (TI DaVinci) USB module power and MUSB low-level
35957     controller hook up to USB core layer.
35958
35959     Signed-off-by: Ravi Babu <ravibabu@ti.com>
35960     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
35961     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
35962     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
35963     Signed-off-by: Remy Bohmer <linux@bohmer.net>
35964
35965 commit e142e9f35f8ec61e74bf8019428b003f5070c33b
35966 Author: Thomas Abraham <t-abraham@ti.com>
35967 Date:   Sun Jan 4 09:41:13 2009 +0530
35968
35969     usb : musb : Adding DM6446 (TI DaVinci) platform specific USB support
35970
35971     Adding DM6446 (TI DaVinci) platform specific USB functionality for
35972     USB Phy and VBUS initialization.
35973
35974     Signed-off-by: Ravi Babu <ravibabu@ti.com>
35975     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
35976     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
35977     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
35978     Signed-off-by: Remy Bohmer <linux@bohmer.net>
35979
35980 commit a9d39ebe91ecdd5ac0a0cf56ea162a19773db8da
35981 Author: Thomas Abraham <t-abraham@ti.com>
35982 Date:   Sun Jan 4 09:41:09 2009 +0530
35983
35984     usb : musb : Adding USB VBUS enable functionality for DM644x DVEVM
35985
35986     Adding USB VBUS enable functionality for DM644x DVEVM (TI DaVinci)
35987     platform.
35988
35989     Signed-off-by: Ravi Babu <ravibabu@ti.com>
35990     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
35991     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
35992     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
35993     Signed-off-by: Remy Bohmer <linux@bohmer.net>
35994
35995 commit a142896934c755e679ba87e227a8e449f39b0012
35996 Author: Thomas Abraham <t-abraham@ti.com>
35997 Date:   Sun Jan 4 09:41:03 2009 +0530
35998
35999     usb : musb : Adding host controller driver for Mentor USB controller
36000
36001     Adding Mentor USB core functionality and Mentor USB Host controller
36002     functionality for Mentor USB OTG controller (musbhdrc).
36003
36004     Signed-off-by: Ravi Babu <ravibabu@ti.com>
36005     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
36006     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
36007     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
36008     Signed-off-by: Remy Bohmer <linux@bohmer.net>
36009
36010 commit c7d703f3f3c3d6b020bda4cf633f8a6167c3cd2a
36011 Author: Mike Frysinger <vapier@gentoo.org>
36012 Date:   Thu Jan 1 18:27:27 2009 -0500
36013
36014     usb.h: use standard __LITTLE_ENDIAN from Linux headers
36015
36016     Rather than forcing people to define a custom "LITTLEENDIAN", just use the
36017     __LITTLE_ENDIAN one from the Linux byteorder headers that every arch is
36018     already setting up.
36019
36020     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36021     Signed-off-by: Remy Bohmer <linux@bohmer.net>
36022
36023 commit 7b6e31eb17e3ff76238a60803fc531517d516223
36024 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
36025 Date:   Wed Dec 31 10:33:56 2008 +0100
36026
36027     USB ehci ixp4xx support
36028
36029     Add USB ehci ixp4xx host controller. Test on ixdp465 board.
36030
36031     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
36032     Signed-off-by: Remy Bohmer <linux@bohmer.net>
36033
36034 commit 1ed9f9adc88218841dfeb60b9094a5a548bff009
36035 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
36036 Date:   Wed Dec 31 10:33:22 2008 +0100
36037
36038     USB ehci remove infinite loop and use handshake function
36039
36040     USB ehci code cleanup. Use handshake instead of infinite while loop
36041     to check the STD_ASS status
36042
36043     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
36044     Signed-off-by: Remy Bohmer <linux@bohmer.net>
36045
36046 commit 8fea2914ac974029b65926ef8247d908f84d202d
36047 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
36048 Date:   Wed Dec 31 10:32:41 2008 +0100
36049
36050     Add initial support for USB ehci pci
36051
36052     Add USB ehci pci support. This patch doesn't include any
36053     pci_ids and it is not tested on real hardware.
36054
36055     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
36056     Signed-off-by: Remy Bohmer <linux@bohmer.net>
36057
36058 commit 14e4111cdab7e7738ff6a203d445e4d8377f058f
36059 Author: Bryan Wu <Bryan.Wu@analog.com>
36060 Date:   Thu Jan 1 19:48:07 2009 -0500
36061
36062     usb_storage: do not reset SanDisk Corporation U3 Cruzer Micro USB thumb drive
36063
36064     The SanDisk Corporation U3 Cruzer Micro 1/4GB Flash Drive 000016244373FFB4
36065     does not like to be reset, so check for it.
36066
36067     Signed-off-by: Bryan Wu <bryan.wu@analog.com>
36068     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36069     Signed-off-by: Remy Bohmer <linux@bohmer.net>
36070
36071 commit 1eb734fed3b79a5e6106dad16e88041894fdab30
36072 Author: Thomas Abraham <t-abraham@ti.com>
36073 Date:   Sun Jan 4 12:15:35 2009 +0530
36074
36075     usb : usb_kbd : Populating 'priv' member of USB keyboard device_t structure
36076
36077     This patch populates the 'priv' field of the USB keyboard device_t
36078     structure. The 'priv' field is populated with the address of the
36079     'struct usb_device' structure that represents the USB device.
36080
36081     The 'priv' field can then be used in the 'usb_event_poll' function to
36082     determine the USB device that requires to be polled. An
36083     example of its usage in 'usb_event_poll' function is as below.
36084
36085         device_t *dev;
36086         struct usb_device *usb_kbd_dev;
36087
36088         <snip>
36089
36090         dev = device_get_by_name("usbkbd");
36091         usb_kbd_dev = (struct usb_device *)dev->priv;
36092         iface = &usb_kbd_dev->config.if_desc[0];
36093
36094     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
36095     Signed-off-by: Remy Bohmer <linux@bohmer.net>
36096
36097 commit 366523c26b6320af171459b19e6e0e9e3baa83ca
36098 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
36099 Date:   Thu Dec 18 10:05:37 2008 +0100
36100
36101     USB change speed
36102
36103     USB changes the speed according to the port status
36104
36105     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
36106     Signed-off-by: Remy Bohmer <linux@bohmer.net>
36107
36108 commit c0d722fe7ee1cb452dfd9246419188b3f6d9c4df
36109 Author: Remy Böhmer <linux@bohmer.net>
36110 Date:   Sat Dec 13 22:51:58 2008 +0100
36111
36112     EHCI fix code and ixp4xx test.
36113     USB ehci configuration parameter:
36114
36115     #define CONFIG_CMD_USB          1
36116     #define CONFIG_USB_STORAGE      1
36117     #define CONFIG_USB_EHCI
36118     #define CONFIG_USB_EHCI_IXP4XX      1
36119     #define CONFIG_EHCI_IS_TDI  1
36120     #define CONFIG_EHCI_DESC_BIG_ENDIAN     1
36121     #define CONFIG_EHCI_MMIO_BIG_ENDIAN     1
36122     #define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 2
36123     #define CONFIG_LEGACY_USB_INIT_SEQ      1
36124
36125     2 USB Device(s) found
36126            scanning bus for storage devices... 0 Storage Device(s) found
36127     => usb tree
36128
36129     Device Tree:
36130       1  Hub (1.5MBit/s, 0mA)
36131       |  u-boot EHCI Host Controller
36132       |
36133       |+-2  Mass Storage (12MBit/s, 100mA)
36134            Sony Storage Media 0C07040930296
36135
36136     =>
36137
36138     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
36139     Signed-off-by: Remy Böhmer <linux@bohmer.net>
36140
36141 commit 51ab142b8b546d5e627b2c8c36d0adae222565f7
36142 Author: michael <michael@panicking.retis>
36143 Date:   Thu Dec 11 13:43:55 2008 +0100
36144
36145     [PATCH] This patch add varius fix to the ehci.
36146     - fix ehci_readl, ehci_writel
36147     - introduce new define in ehci.h
36148     - introduce the handshake function for waiting on a register
36149     - fix usb_ehci_fsl with the new HC_LENGTH macro
36150
36151     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
36152     Signed-off-by: Remy Böhmer <linux@bohmer.net>
36153
36154 commit db63299b1dd2894ade542278210bccd046de6435
36155 Author: michael <michael@panicking.retis>
36156 Date:   Wed Dec 10 17:55:19 2008 +0100
36157
36158     [PATCH] Fix EHCI usb. I start to test on a
36159     IXP465 board and I find some errors in the code. This
36160     patch fix:
36161     - descriptor initizialization (config, interface and endpoint
36162       must be one next-to the other when the USB_DT_CONFIG message
36163       is send.
36164     - FIX little/endian bigendian (introduce the CONFIG_EHCI_DESC_BIG_ENDIAN
36165       and the CONFIG_EHCI_MMIO_BIG_ENDIAN)
36166     - Introduce the linux version of the usb_config_descriptor and
36167       usb_interface descriptor. This descriptor does't contains
36168       u-boot extension.
36169
36170     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
36171     Signed-off-by: Remy Böhmer <linux@bohmer.net>
36172
36173 commit 6b92487dcf9afe83a3570153d66940fdb293be76
36174 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
36175 Date:   Fri Nov 28 13:22:09 2008 +0100
36176
36177     USB ehci freescale support
36178
36179     Add USB ehci freescale support
36180
36181     Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
36182     Signed-off-by: Remy Böhmer <linux@bohmer.net>
36183
36184 commit aaf098cfeed04595d4c5100ffd39095d79edbf90
36185 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
36186 Date:   Fri Nov 28 13:20:46 2008 +0100
36187
36188     USB ehci core support
36189
36190     Add USB ehci core support
36191
36192     Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
36193     Signed-off-by: Remy Böhmer <linux@bohmer.net>
36194
36195 commit 3e126484df7868e341545cce740b24b62b0cd3b7
36196 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
36197 Date:   Fri Nov 28 13:19:19 2008 +0100
36198
36199     Prepare USB layer for ehci
36200
36201     Prepare USB layer for ehci support
36202
36203     Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
36204     Signed-off-by: Remy Böhmer <linux@bohmer.net>
36205
36206 commit a0cb3fc31e58996a1c5732715ac04159d4d284fd
36207 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
36208 Date:   Wed Dec 10 15:52:06 2008 +0100
36209
36210     USB storage cleanup patch
36211
36212     Cleanup usb storage
36213
36214     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
36215     Signed-off-by: Remy Bohmer <linux@bohmer.net>
36216
36217 commit fe033ad6d0883063fe857237abb9436fab03208c
36218 Author: Mike Frysinger <vapier@gentoo.org>
36219 Date:   Sun Oct 12 06:02:55 2008 -0400
36220
36221     Blackfin: fixup misc warnings such as printf's and missing casts
36222
36223     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36224
36225 commit 1f4a3bb50343719c434d7e2541a2f86480a6d25c
36226 Author: Mike Frysinger <vapier@gentoo.org>
36227 Date:   Sun Oct 12 22:09:26 2008 -0400
36228
36229     Blackfin: convert old boards to use COBJS-y Makefile style
36230
36231     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36232
36233 commit 1f75d6f0ff005762d3e6ad92ae4ce2ab366b3bb5
36234 Author: Mike Frysinger <vapier@gentoo.org>
36235 Date:   Sat Oct 11 22:38:37 2008 -0400
36236
36237     Blackfin: bf533-stamp: rewrite resource swap logic
36238
36239     The old swap function tended to clobber unrelated pins and screw up masks.
36240     Rewrite the thing from scratch so it only uses the resources it needs.
36241
36242     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36243
36244 commit 29d4ea0a9073c82469184331010136f52edf8db6
36245 Author: Mike Frysinger <vapier@gentoo.org>
36246 Date:   Sat Oct 11 22:08:42 2008 -0400
36247
36248     Blackfin: bootldr: implement BF53x/BF56x LDR loader
36249
36250     The BF53x/BF56x parts do not have an on-chip ROM to boot LDRs out of
36251     arbitrary memory locations, so implement a basic one in software.
36252
36253     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36254
36255 commit 8b35e3aeff6c2d747c37697997b3f8a808432329
36256 Author: Mike Frysinger <vapier@gentoo.org>
36257 Date:   Sat Oct 11 22:05:42 2008 -0400
36258
36259     Blackfin: implement real write support for OTP
36260
36261     Now that real documentation has been released for the OTP interface and
36262     the on-chip ROM wrt writing/timings, implement support for reading/writing
36263     as well as dumping/locking.
36264
36265     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36266
36267 commit 9372c3214808fab545227d8d0f76b3bfcc6760ec
36268 Author: Mike Frysinger <vapier@gentoo.org>
36269 Date:   Sat Oct 11 22:04:05 2008 -0400
36270
36271     Blackfin: update on-chip ROM API
36272
36273     This brings the API for the on-chip ROM in line with the toolchain and
36274     hardware documentation.
36275
36276     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36277
36278 commit 7633903bff432ec7b27905dce7396958553f2be6
36279 Author: Mike Frysinger <vapier@gentoo.org>
36280 Date:   Sat Oct 11 21:52:17 2008 -0400
36281
36282     Blackfin: allow serial console to be disabled
36283
36284     Some devices have no UART device pulled out, so allow people to disable the
36285     driver completely in favor of other methods (like JTAG-console).
36286
36287     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36288
36289 commit 36ea8e9ad1107af12d244bba8c73e85b9f655e45
36290 Author: Mike Frysinger <vapier@gentoo.org>
36291 Date:   Sat Oct 11 21:51:20 2008 -0400
36292
36293     Blackfin: support console-over-JTAG
36294
36295     The Blackfin JTAG has the ability to pass data via a back-channel without
36296     halting the processor.  Utilize that channel to emulate a console.
36297
36298     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36299
36300 commit cf8f2efb5f39c5225da92391c14a07eecbeca881
36301 Author: Mike Frysinger <vapier@gentoo.org>
36302 Date:   Sat Oct 11 21:49:06 2008 -0400
36303
36304     Blackfin: handle new anomalies with reset
36305
36306     Workaround fun new anomalies related to software reset of the processor.
36307
36308     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36309
36310 commit b1e9435b643043dd8fbd1fcc47309c6acb7b3c8e
36311 Author: Mike Frysinger <vapier@gentoo.org>
36312 Date:   Sat Oct 11 21:44:00 2008 -0400
36313
36314     Blackfin: pass RETX to Linux
36315
36316     Make sure we save the value of RETX at power on and then pass it on to the
36317     kernel so that it can nicely debug a "double-fault-caused-a-reset" crash.
36318
36319     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36320
36321 commit b5eba3fafcccd1979380f12a256bd0e19be3d61e
36322 Author: Mike Frysinger <vapier@gentoo.org>
36323 Date:   Sat Oct 11 21:40:26 2008 -0400
36324
36325     Blackfin: clarify relocation comment during init
36326
36327     People often ask questions about the init process and when things go
36328     from flash to relocated base, so clarify the comments a bit.
36329
36330     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36331
36332 commit 95433f6d43ede6b40c1d900f3f704c839aa074f1
36333 Author: Mike Frysinger <vapier@gentoo.org>
36334 Date:   Sat Oct 11 21:23:41 2008 -0400
36335
36336     Blackfin: just set SP register directly during init
36337
36338     No need to set the SP register indirectly to the configured value when it
36339     can be set directly.
36340
36341     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36342
36343 commit 51230e6e356ccf4c932e0c4ff54f1e49da02285c
36344 Author: Mike Frysinger <vapier@gentoo.org>
36345 Date:   Sat Oct 11 21:15:53 2008 -0400
36346
36347     Blackfin: add portmuxing for UARTs on the BF51x
36348
36349     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36350
36351 commit 4f6a313240c531042f16909a3a170ab047b95779
36352 Author: Mike Frysinger <vapier@gentoo.org>
36353 Date:   Sun Jun 1 01:26:29 2008 -0400
36354
36355     Blackfin: respect CONFIG_CLKIN_HALF
36356
36357     As pointed out by Ivan Koryakovskiy, the initialization code was not
36358     actually respecting the CONFIG_CLKIN_HALF option when configuring the
36359     PLL_CTL register.
36360
36361     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36362
36363 commit dc2bfb0b58d7462b9eba68f3ae38e38cada0ad33
36364 Author: Mike Frysinger <vapier@gentoo.org>
36365 Date:   Sun Jun 1 01:21:34 2008 -0400
36366
36367     Blackfin: use common memcpy routine during init
36368
36369     Rather than using a local custom memcpy function, just call the existing
36370     optimized Blackfin version.
36371
36372     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36373
36374 commit 362c943347364e9373af4c5530778491ab56ec2e
36375 Author: Mike Frysinger <vapier@gentoo.org>
36376 Date:   Wed Apr 9 02:27:06 2008 -0400
36377
36378     Blackfin: set default boot SPI CS for BF538/BF539
36379
36380     The BF538/BF539 use CS2 for booting off of rather than CS1 like newer
36381     Blackfin parts.
36382
36383     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36384
36385 commit 74dde80bd5d55bc146630853ca191aaeea7c30f4
36386 Author: Mike Frysinger <vapier@gentoo.org>
36387 Date:   Wed Apr 9 02:20:59 2008 -0400
36388
36389     Blackfin: punt unused BF533-STAMP definitions
36390
36391     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36392
36393 commit fee531eeefc3b5f2c63c7fe27b9f55d924c59c26
36394 Author: Mike Frysinger <vapier@gentoo.org>
36395 Date:   Fri Apr 18 20:44:11 2008 -0400
36396
36397     Blackfin: resurrect BF533-STAMP video splash driver
36398
36399     This video driver used to live in the Blackfin cpu directory, but it was
36400     lost during the unification process.  This brings it back.
36401
36402     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36403
36404 commit a750d038f2548d846ea1e046d873dc932d041319
36405 Author: Mike Frysinger <vapier@gentoo.org>
36406 Date:   Wed Apr 9 02:31:29 2008 -0400
36407
36408     Blackfin: tighten up post memory coding style
36409
36410     No functional changes here; just cleanup code style a bit.
36411
36412     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36413
36414 commit 0649908f92c9bd214dd139aa3d4698c1654a45c6
36415 Author: Mike Frysinger <vapier@gentoo.org>
36416 Date:   Wed Apr 9 02:29:18 2008 -0400
36417
36418     Blackfin: bf537-stamp nand: fix more style errors in previous commit
36419
36420     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36421
36422 commit 41f3325ae9add641036d7cb362e884b698e53f07
36423 Author: Mike Frysinger <vapier@gentoo.org>
36424 Date:   Sat Oct 11 20:31:17 2008 -0400
36425
36426     Blackfin: drop dead/wrong debug code in initdram()
36427
36428     The DEBUG code in initdram() is quite old and was never really useful, so
36429     just drop it altogether.  Common Blackfin debug code does a better job.
36430
36431     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36432
36433 commit 65ba1abd3b90e0b2585745809b78e2651bd3bacb
36434 Author: Mike Frysinger <vapier@gentoo.org>
36435 Date:   Sat Oct 11 20:30:28 2008 -0400
36436
36437     Blackfin: bf533-ezkit: shuffle flash defines a little
36438
36439     Some of the flash defines weren't in the correct location and caused build
36440     problems in some configurations, so let's move types and defines to better
36441     local locations.
36442
36443     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36444
36445 commit be853bf86b41e91f4c422f0f56fdf87ea3191266
36446 Author: Mike Frysinger <vapier@gentoo.org>
36447 Date:   Mon Oct 6 04:16:47 2008 -0400
36448
36449     Blackfin: overhaul i2c driver
36450
36451     The current Blackfin i2c driver does not work properly with certain devices
36452     due to it breaking up transfers incorrectly.  This is a rewrite of the
36453     driver and relocates it to the newer place in the source tree.
36454
36455     Also remove duplicated I2C speed defines in Blackfin board configs and
36456     disable I2C slave address usage since it isn't implemented.
36457
36458     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36459
36460 commit b6edc719a106ab7fa6e6950b4d97bc39c1368e45
36461 Author: Mike Frysinger <vapier@gentoo.org>
36462 Date:   Mon Oct 6 04:00:07 2008 -0400
36463
36464     Blackfin: respect CONFIG_SYS_MONITOR_LEN for default flash protection
36465
36466     Respect the CONFIG_SYS_MONITOR_LEN define rather than assuming a size of
36467     128kB when setting up the default flash protection region for U-Boot
36468     itself.
36469
36470     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36471
36472 commit 78a0ba7dc24c9682371f6ee8549b569fb573a329
36473 Author: Mike Frysinger <vapier@gentoo.org>
36474 Date:   Mon Oct 6 03:57:39 2008 -0400
36475
36476     Blackfin: respect/check CONFIG_SYS_GBL_DATA_SIZE
36477
36478     When setting up the global data, rather than relying on sizeof(), use the
36479     common CONFIG_SYS_GBL_DATA_SIZE define.
36480
36481     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36482
36483 commit 01815c2d06c5b838f2cd536703e47bd2c9148194
36484 Author: Mike Frysinger <vapier@gentoo.org>
36485 Date:   Mon Oct 6 03:52:24 2008 -0400
36486
36487     Blackfin: implement general support for CONFIG_STATUS_LED
36488
36489     Here are the Blackfin-specific and board-independent pieces for status leds.
36490
36491     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36492
36493 commit 6882b5a79a3247494b62c05015fa672557f1bfaa
36494 Author: Mike Frysinger <vapier@gentoo.org>
36495 Date:   Mon Oct 6 03:49:32 2008 -0400
36496
36497     Blackfin: do not init i2c in Blackfin board init
36498
36499     The common code takes care of calling i2c_init() when needed, so no point
36500     in us doing it as well.
36501
36502     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36503
36504 commit 1118ea73698eee6e72ef5cbfc00e41746040304f
36505 Author: Mike Frysinger <vapier@gentoo.org>
36506 Date:   Mon Oct 6 03:42:20 2008 -0400
36507
36508     Blackfin: bfin_mac: update port muxing
36509
36510     Adds support more Blackfin parts and fixes broken muxing for older ones.
36511
36512     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36513
36514 commit 05b75e48832fc4afeecf8e76d704349557dffa35
36515 Author: Mike Frysinger <vapier@gentoo.org>
36516 Date:   Mon Oct 6 03:35:44 2008 -0400
36517
36518     Blackfin: fix dcache handling when doing dma memcpy's
36519
36520     Our dcache invalidate function doesn't just invalidate, it also flushes.
36521     So rename the function accordingly and fix the dma_memcpy() function so it
36522     doesn't inadvertently corrupt the data destination.
36523
36524     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36525
36526 commit 68e5632494168095d75f120af70043b68afd2476
36527 Author: Mike Frysinger <vapier@gentoo.org>
36528 Date:   Thu Aug 7 18:56:56 2008 -0400
36529
36530     Blackfin: dont generate ldrs with --force
36531
36532     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36533
36534 commit 746290dfd86a70b41fc5fdd3df1424a647d5c5e8
36535 Author: Mike Frysinger <vapier@gentoo.org>
36536 Date:   Thu Aug 7 18:55:30 2008 -0400
36537
36538     Blackfin: pass --bmode/--initcode when creating ldr
36539
36540     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36541
36542 commit 0332e4df71fccf9a96c5a4393e3c5d5daa50880a
36543 Author: Mike Frysinger <vapier@gentoo.org>
36544 Date:   Thu Aug 7 18:39:27 2008 -0400
36545
36546     Blackfin: minimize time cache is turned off when replacing cplb entries
36547
36548     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36549
36550 commit 21d631360430cf0ae9099612273cd4de28911ba9
36551 Author: Mike Frysinger <vapier@gentoo.org>
36552 Date:   Thu Aug 7 15:31:13 2008 -0400
36553
36554     Blackfin: split cache handling out of dma_memcpy()
36555
36556     Creating a new dma_memcpy() function that skips all cache checks allows us
36557     to use the function in very early init where the cache is not yet setup.
36558
36559     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36560
36561 commit d31eb38512bed377d5d4b3c696662e52120a2e4c
36562 Author: Mike Frysinger <vapier@gentoo.org>
36563 Date:   Thu Aug 7 15:30:49 2008 -0400
36564
36565     Blackfin: abort dma_memcpy() for L1 scratchpad
36566
36567     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36568
36569 commit 81b799add709177e838466461f7b9989488b0fd5
36570 Author: Mike Frysinger <vapier@gentoo.org>
36571 Date:   Thu Aug 7 15:27:52 2008 -0400
36572
36573     Blackfin: rename bootm.c to boot.c
36574
36575     The boot file contains functions for more than just "bootm", so rename it
36576     accordingly.
36577
36578     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36579
36580 commit d7ca7dd5bfc418ac173e9d2712f6cc2d8147a091
36581 Author: Mike Frysinger <vapier@gentoo.org>
36582 Date:   Thu Aug 7 13:22:37 2008 -0400
36583
36584     Blackfin: set more sane default board config values
36585
36586     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36587
36588 commit 36cd52a00794fb15ffab05d640acca92d7482993
36589 Author: Mike Frysinger <vapier@gentoo.org>
36590 Date:   Thu Aug 7 15:24:59 2008 -0400
36591
36592     Blackfin: convert CMD_LINE_ADDR to CONFIG_LINUX_CMDLINE_{ADDR,SIZE}
36593
36594     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36595
36596 commit c8054bc12e00669bd7588f2b30fef48aa94babac
36597 Author: Mike Frysinger <vapier@gentoo.org>
36598 Date:   Thu Aug 7 13:21:27 2008 -0400
36599
36600     Blackfin: add bit defines for DDR parts
36601
36602     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36603
36604 commit 154502fe0796f3b7a4698378c5d2080ae28a9782
36605 Author: Mike Frysinger <vapier@gentoo.org>
36606 Date:   Thu Aug 7 13:21:11 2008 -0400
36607
36608     Blackfin: add defines to describe active bootrom behavior
36609
36610     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36611
36612 commit 2b6fd5c77db9c6ed3cea9799c86ff922cf0107b2
36613 Author: Kim Phillips <kim.phillips@freescale.com>
36614 Date:   Tue Jan 27 16:03:53 2009 -0600
36615
36616     mpc83xx: fix undefined reference to `flush_cache' error in simpc8313 build
36617
36618     extend commit c70564e6b1bd08f3230182392238907f3531a87e
36619     "NAND: Fix cache and memory inconsistency issue" to add the cache.o dependency
36620     to the simpc8313 build and fix this:
36621
36622     ...Large Page NAND...Configuring for SIMPC8313 board...
36623     nand_boot_fsl_elbc.o: In function `nand_boot':
36624     nand_spl/board/sheldon/simpc8313/nand_boot_fsl_elbc.c:150: undefined reference to `flush_cache'
36625     make[1]: *** [/home/r1aaha/git/u-boot-mpc83xx/nand_spl/u-boot-spl] Error 1
36626     make: *** [nand_spl] Error 2
36627
36628     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36629
36630 commit 54a7cc4912feefa45be961cc47cc159563725d2f
36631 Author: Wolfgang Denk <wd@denx.de>
36632 Date:   Wed Jan 28 09:25:31 2009 +0100
36633
36634     mpc8536ds.c: include sata.h to for needed function prototypes
36635
36636     Signed-off-by: Wolfgang Denk <wd@denx.de>
36637
36638 commit 2fb2604d5c20beb061b0a94282b7f6eb14d00cb8
36639 Author: Peter Tyser <ptyser@xes-inc.com>
36640 Date:   Tue Jan 27 18:03:12 2009 -0600
36641
36642     Command usage cleanup
36643
36644     Remove command name from all command "usage" fields and update
36645     common/command.c to display "name - usage" instead of
36646     just "usage". Also remove newlines from command usage fields.
36647
36648     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
36649
36650 commit 79621bc10ba8b8c45d348994aba5b9e4923cb77b
36651 Author: Peter Tyser <ptyser@xes-inc.com>
36652 Date:   Tue Jan 27 18:03:11 2009 -0600
36653
36654     amcc: Clean up command usage output
36655
36656     Update taihu and taishan commands to use cmd_usage() function
36657     to display usage messages.
36658
36659     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
36660
36661 commit 62c3ae7c6ef215b1afa614abdf61acf077752207
36662 Author: Peter Tyser <ptyser@xes-inc.com>
36663 Date:   Tue Jan 27 18:03:10 2009 -0600
36664
36665     Standardize command usage messages with cmd_usage()
36666
36667     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
36668
36669 commit 84cde2bb409c07c6ef36a192d194359d4e9ccd70
36670 Author: Peter Tyser <ptyser@xes-inc.com>
36671 Date:   Tue Jan 27 18:03:09 2009 -0600
36672
36673     pcs440ep: Clean up led command definition
36674
36675     The pcs440ep's led command usage formatting is non-standard.  It
36676     was made standard in preparation for larger command usage updates.
36677
36678     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
36679
36680 commit 9507e7867e04dc48c80ee333c2a9a5e70e887f62
36681 Author: Peter Tyser <ptyser@xes-inc.com>
36682 Date:   Tue Jan 27 18:03:08 2009 -0600
36683
36684     Clean up diufb command definitions
36685
36686     The diufb command usage formatting is non-standard.  It was
36687     made standard in preparation for larger command usage updates.
36688
36689     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
36690
36691 commit 6450a8485836fc80615ae6de6a864c33369b44f5
36692 Author: Wolfgang Denk <wd@denx.de>
36693 Date:   Wed Jan 28 00:29:26 2009 +0100
36694
36695     Update CHANGELOG, tiny coding style cleanup.
36696
36697     Signed-off-by: Wolfgang Denk <wd@denx.de>
36698
36699 commit cf7e399fb35b3aea90a27d1df72f45f5d6156204
36700 Author: Mike Frysinger <vapier@gentoo.org>
36701 Date:   Tue Jan 27 16:12:21 2009 -0500
36702
36703     SATA: do not auto-initialize during boot
36704
36705     Rather than have the board code initialize SATA automatically during boot,
36706     make the user manually run "sata init".  This brings the SATA subsystem in
36707     line with common U-Boot policy.
36708
36709     Rather than having a dedicated weak function "is_sata_supported", people
36710     can override sata_initialize() to do their weird board stuff.  Then they
36711     can call the actual __sata_initialize().
36712
36713     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36714
36715 commit 50970839712dda35399e2fa83fe818df9354d618
36716 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
36717 Date:   Mon Jan 26 08:45:14 2009 -0500
36718
36719     part_efi: Fix partition size calculation due to inclusive ending LBA.
36720
36721     The ending LBA is inclusive. Hence, the partition size should be
36722     ((ending-LBA + 1) - starting-LBA) to get the proper partition size.
36723
36724     This is confirmed against the results from the parted tool.
36725     (e.g. use parted /dev/sda -s unit S print) and observe the size.
36726
36727     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
36728
36729 commit b5b004ad8a0ac6f98bd5708ec8b22fbddd1c1042
36730 Author: Tomasz Figa <tomasz.figa@gmail.com>
36731 Date:   Tue Dec 30 18:35:57 2008 +0100
36732
36733     jffs2: Fix zero sector_size when not using CONFIG_JFFS2_CMDLINE
36734
36735     This patch fixes a bug (?) introduced after inclusion of the new
36736     JFFS2 code.
36737
36738     When not using CONFIG_JFFS2_CMDLINE, the code in cmd_jffs2.c doesn't
36739     fill in part->sector_size (keeping it as 0), but a correct value is
36740     needed by the code in jffs2_1pass.c. This causes all JFFS2 accesses
36741     to be in the same place of the memory, what obviously means
36742     impossibility to use the JFFS2 partition.
36743
36744     This problem is fixed in this patch by including sector size
36745     calculation in non-CONFIG_JFFS2_CMDLINE mtdparts_init variant.
36746
36747     Signed-off-by: Tomasz Figa <tomasz.figa_at_gmail.com>
36748
36749 commit ba69dc26a5fd606da49573bb2f15e756a34f3f98
36750 Author: Mike Frysinger <vapier@gentoo.org>
36751 Date:   Tue Dec 30 02:59:25 2008 -0500
36752
36753     saveenv: standardize enablement
36754
36755     Rather than special casing each environment type for enabling the saveenv
36756     command, have them all behave the same.  This avoids bitrot as new env
36757     sources are added/removed.
36758
36759     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
36760
36761 commit 2ac6985a7466a1c8a7aa8b2fa24d360925a82764
36762 Author: Andrew Dyer <adyer@righthandtech.com>
36763 Date:   Mon Dec 29 17:36:01 2008 -0600
36764
36765     soft_i2c.c add option for repeated start in i2c_read()
36766
36767     This patch adds a #define to optionally change the behaviour of
36768     i2c_read() in soft_i2c.c to send an I2C repeated start instead of a
36769     stop-start between sending the device address pointer write and
36770     reading back the data.  The current behaviour is retained as the
36771     default.
36772
36773     While most devices will work either way, I have a smart battery(*)
36774     that requires repeated start, and someone at some point found a
36775     device that required a stop-start.
36776
36777     (*) http://www.inspired-energy.com/Standard_Products/NL2054/NL2054%20Rev1.0%20Data%20Sheet.pdf
36778
36779     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
36780
36781 commit 3429071700963ca2f944c51d695a7481af0cee33
36782 Author: Wolfgang Denk <wd@denx.de>
36783 Date:   Tue Jan 27 22:07:14 2009 +0100
36784
36785     {delta,zylonite}/lowlevel_init.S: fix typo
36786
36787     Commit 9d803d8c mistakenly changed some constants
36788     from 0x300 into 300 - this patch fixes it.
36789
36790     Pointed out by Tom Evans <tom@ceos.com.au>, see
36791     http://article.gmane.org/gmane.comp.boot-loaders.u-boot/51992 for
36792     details.
36793
36794     Signed-off-by: Wolfgang Denk <wd@denx.de>
36795
36796 commit 1bc434373013af241835c14011ac3f291dccbf53
36797 Author: Stefan Althoefer <stefan.althoefer@web.de>
36798 Date:   Sat Dec 20 19:40:41 2008 +0100
36799
36800     drivers/net/e1000.c: missing terminator for supported devices
36801
36802     Signed-off-by: Stefan Althoefer <stefan.althoefer@web.de>
36803
36804 commit 65f7d41031a70b1649b35020995c505edca91533
36805 Author: Wolfgang Denk <wd@denx.de>
36806 Date:   Tue Jan 27 21:36:28 2009 +0100
36807
36808     fat.c: fix warning: array subscript is above array bounds
36809
36810     Fix based on suggestion by David Hawkins <dwh@ovro.caltech.edu>.
36811
36812     Signed-off-by: Wolfgang Denk <wd@denx.de>
36813
36814 commit 107b801cf3fe39612d69d70581ebc3bf5e215554
36815 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36816 Date:   Fri Jan 2 15:11:41 2009 +0100
36817
36818     Fix gunzip in case of insufficient output buffer
36819
36820     U-Boot's gunzip() function does not handle the return code
36821     of zlib's inflate() function correctly. gunzip() is implemented
36822     to uncompress all input data in one run. So the correct return
36823     code for the good case is Z_STREAM_END. In case of insufficient
36824     output buffer memory inflate returns Z_OK. For gunzip() this
36825     is an error.
36826
36827     It also makes sense to me to call inflateEnd() also in case
36828     of an error.
36829
36830     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36831
36832 commit 2a61eff6a82f0d6e2335d968799b3fbeb3ff4d8e
36833 Author: Stefan Roese <sr@denx.de>
36834 Date:   Wed Jan 21 17:25:01 2009 +0100
36835
36836     MIPS: Add VCT board series support (Part 3/3)
36837
36838     Signed-off-by: Stefan Roese <sr@denx.de>
36839
36840 commit ae691e5719c48f1d2826cb72722497d1d162765b
36841 Author: Stefan Roese <sr@denx.de>
36842 Date:   Wed Jan 21 17:24:49 2009 +0100
36843
36844     MIPS: Add VCT board series support (Part 2/3)
36845
36846     Signed-off-by: Stefan Roese <sr@denx.de>
36847
36848 commit 50752790bc9285c0c1c5235e88f3a4ef2eec1e72
36849 Author: Stefan Roese <sr@denx.de>
36850 Date:   Wed Jan 21 17:24:39 2009 +0100
36851
36852     MIPS: Add VCT board series support (Part 1/3)
36853
36854     Signed-off-by: Stefan Roese <sr@denx.de>
36855
36856 commit 03d3bfb00806b5441f1871c7408c1749863e0fdc
36857 Author: Stefan Roese <sr@denx.de>
36858 Date:   Wed Jan 21 17:20:20 2009 +0100
36859
36860     MIPS: Add flush_dcache_range() and invalidate_dcache_range()
36861
36862     This patch adds flush_/invalidate_dcache_range() to the MIPS architecture.
36863     Those functions are needed for the upcoming dcache support for the USB
36864     EHCI driver. I chose this API because those cache handling functions are
36865     already present in the PPC architecture.
36866
36867     Signed-off-by: Stefan Roese <sr@denx.de>
36868     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36869
36870 commit de832a99414ff06a4b2cdc9f5280b387da039834
36871 Author: Stefan Roese <sr@denx.de>
36872 Date:   Mon Jan 26 10:05:20 2009 +0100
36873
36874     nand_spl: Fix compile problem with board_nand_init() prototype
36875
36876     This patch removes the now obsolete and additionally wrongly defined
36877     board_nand_init() prototype from nand_spl/nand_boot.c.
36878
36879     Signed-off-by: Stefan Roese <sr@denx.de>
36880     Signed-off-by: Scott Wood <scottwood@freescale.com>
36881
36882 commit e8eac437189430d8e04a5d254ed92c58bc534a79
36883 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
36884 Date:   Wed Jan 14 08:44:26 2009 -0500
36885
36886     CFI: Add geometry reversal for STMicro M29W320ET
36887
36888     Added flash_fixup_stm to fix geometry reversal on STMicro M29W320ET flash chip.
36889
36890     Modeled after flash_fixup_amd, this patch handles the geometry reversal
36891     or erase sectors that exist for ST Micro (now Numonyx) M29W320ET flash.
36892     Since I cannot test all STM's chips, the detection is implemented as
36893     narrow as possible for now.
36894
36895     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
36896     Signed-off-by: Stefan Roese <sr@denx.de>
36897
36898 commit 0f8e851e897b535959a0781171910cd97f33c30c
36899 Author: Jens Gehrlein <sew_s@tqs.de>
36900 Date:   Tue Dec 16 17:25:55 2008 +0100
36901
36902     CFI: increase performance of function find_sector()
36903
36904     Tested on TQM5200S-BD with Samsung K8P2815UQB
36905
36906     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
36907     Signed-off-by: Stefan Roese <sr@denx.de>
36908
36909 commit a7292871a79cc48d98e3a708dd3c3b81580db6ef
36910 Author: Jens Gehrlein <sew_s@tqs.de>
36911 Date:   Tue Dec 16 17:25:54 2008 +0100
36912
36913     CFI: avoid redundant function call in single word programming mode
36914
36915     The function find_sector() doesn't need to be called twice in
36916     the case of AMD command set.
36917     Tested on TQM5200S-BD with Samsung K8P2815UQB.
36918
36919     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
36920     Signed-off-by: Stefan Roese <sr@denx.de>
36921
36922 commit c8901f46a71ec16e084e604596a09e23bfb0f6ac
36923 Author: Stefan Roese <sr@denx.de>
36924 Date:   Mon Jan 26 10:15:23 2009 +0100
36925
36926     ppc4xx: Remove compilation warning in gdppc440etc.c
36927
36928     Signed-off-by: Stefan Roese <sr@denx.de>
36929
36930 commit 91f33534728e6416d332ad2b53ad1d6fde57f7fc
36931 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36932 Date:   Fri Jan 2 12:19:47 2009 +0100
36933
36934     ppc4xx: Remove CONFIG_SYS_IGNORE_405_UART_ERRATA_59 from config files
36935
36936     Lot's of 405 board config files use CONFIG_SYS_IGNORE_405_UART_ERRATA_59.
36937     Either they define or undef it. Because it's not used in any source
36938     files this patch removes any references to it.
36939
36940     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36941     Signed-off-by: Stefan Roese <sr@denx.de>
36942
36943 commit 89b8619aaeafc922ca0c3bb249872591050c8dcc
36944 Author: Dirk Eibach <eibach@gdsys.de>
36945 Date:   Tue Dec 9 13:12:40 2008 +0100
36946
36947     ppc4xx: Add GDsys PowerPC 440 ETX board support.
36948
36949     Board support for the Guntermann & Drunck PowerPC 440 ETX module.
36950     Based on the AMCC Yosemite board support by Stefan Roese.
36951
36952     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
36953     Signed-off-by: Stefan Roese <sr@denx.de>
36954
36955 commit 3943d2ff6cc40dd601a9feeb39eb6d3d5090ea6d
36956 Author: Dirk Eibach <eibach@gdsys.de>
36957 Date:   Tue Dec 9 11:00:07 2008 +0100
36958
36959     ppc4xx: Improve DDR autodetect
36960
36961     Added support for a second memory bank to DDR autodetection for 440
36962     platforms.
36963     Made hardcoded values configurable.
36964
36965     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
36966     Signed-off-by: Stefan Roese <sr@denx.de>
36967
36968 commit 71a040f4f556cca4d30f06805d82e717b3ef1020
36969 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
36970 Date:   Fri Nov 21 12:06:26 2008 +0900
36971
36972     sh: sh7763rdp: Update sh7763rdp config
36973
36974     Add CONFIG_NET_MULTI in config file, because sh_eth changed new newwork API.
36975
36976     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
36977     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36978
36979 commit ba705b5b1a97b47388ed48858bef6bf7b6bfcd56
36980 Author: Gary Jennejohn <garyj@denx.de>
36981 Date:   Thu Nov 20 12:28:38 2008 +0100
36982
36983     mgcoge make ether_scc.c work with CONFIG_NET_MULTI
36984
36985     This change is needed for mgcoge because it uses two ethernet drivers.
36986
36987     Add a check for the presence of the PIGGY board on mgcoge.  Without this
36988     board networking cannot work and the initialization must be aborted.
36989
36990     Only allocate rtx once to prevent DPRAM exhaustion.
36991
36992     Initialize ether_scc.c and the keymile-specific HDLC driver (to be added
36993     soon) in eth.c.
36994
36995     Signed-off-by: Gary Jennejohn <garyj@denx.de>
36996     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36997
36998 commit bd3980cc095af1728b994cdd8bf1ac430b6289e6
36999 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
37000 Date:   Fri Nov 21 12:04:18 2008 +0900
37001
37002     sh: sh_eth: Change new network API
37003
37004     sh_eth used old network API. This patch changed new API.
37005
37006     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
37007     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
37008
37009 commit 890a02e8ee6b8c26a6e3e505e1a2d29cd73aa6f6
37010 Author: Stefan Roese <sr@denx.de>
37011 Date:   Wed Nov 12 13:31:02 2008 +0100
37012
37013     net: smc911x: Make register read/write functions weak
37014
37015     This patch changes the reg_read/_write to smc911x_reg_read/_write
37016     and defines then as weak so that they can be overridden by board
37017     specific version.
37018
37019     This will be used by the upcoming VCTH board support.
37020
37021     Signed-off-by: Stefan Roese <sr@denx.de>
37022     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
37023
37024 commit 8b69b563039989885969d24465c56f8ac4c07c4c
37025 Author: Heiko Schocher <hs@denx.de>
37026 Date:   Thu Nov 20 09:57:14 2008 +0100
37027
37028     powerpc: net: support for the SMSC LAN8700 PHY
37029
37030     Signed-off-by: Heiko Schocher <hs@denx.de>
37031     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
37032
37033 commit d5254f149da9e6cd649d887b042ce577ef3ba78d
37034 Author: Alessandro Rubini <rubini@unipv.it>
37035 Date:   Sat Jan 24 18:10:37 2009 +0100
37036
37037     Initial support for Nomadik 8815 development board
37038
37039     The NMDK8815 board is distributed by ST Microelectornics.
37040     Other (proprietary) code must be run to unlock the CPU before
37041     U-Boot runs. doc/README.nmdk8815 outlines the boot sequence.
37042
37043     This is the initial port, with basic infrastructure and
37044     a working serial port.
37045
37046     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
37047     Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
37048     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37049
37050 commit 7d264c1ef267cfc8d928bc8577a7cc907f2f5e47
37051 Author: Dirk Behme <dirk.behme@googlemail.com>
37052 Date:   Sun Dec 14 09:47:18 2008 +0100
37053
37054     OMAP3: Add I2C support
37055
37056     Add I2C support.
37057
37058     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
37059
37060 commit b1c3bf99fb477675d464aeadb5dd69d2cbc9dc7b
37061 Author: Dirk Behme <dirk.behme@googlemail.com>
37062 Date:   Sun Dec 14 09:47:17 2008 +0100
37063
37064     OMAP3: Add MMC support
37065
37066     Add MMC support.
37067
37068     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
37069
37070 commit 12201a13547ec22ddcdae278e74465e54a3be60c
37071 Author: Dirk Behme <dirk.behme@googlemail.com>
37072 Date:   Sun Dec 14 09:47:16 2008 +0100
37073
37074     OMAP3: Add NAND support
37075
37076     Add NAND support.
37077
37078     Signed-off-by: Nishanth Menon <nm@ti.com>
37079     Signed-off-by: Syed Mohammed Khasim <khasim@ti.com>
37080     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
37081
37082 commit 91eee546737ae21d930af479530997174c342b13
37083 Author: Dirk Behme <dirk.behme@googlemail.com>
37084 Date:   Sun Dec 14 09:47:15 2008 +0100
37085
37086     OMAP3: Add common board, interrupt and system info
37087
37088     Add common board, interrupt and system info code.
37089
37090     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
37091
37092 commit 5ed3e8659e5373f6a229877ac506c0b00a054fb8
37093 Author: Dirk Behme <dirk.behme@googlemail.com>
37094 Date:   Sun Dec 14 09:47:14 2008 +0100
37095
37096     OMAP3: Add common clock, memory and low level code
37097
37098     Add common clock, memory and low level code
37099
37100     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
37101
37102 commit 0b02b184003e6a5023e05d5f31de54db279b1431
37103 Author: Dirk Behme <dirk.behme@googlemail.com>
37104 Date:   Sun Dec 14 09:47:13 2008 +0100
37105
37106     OMAP3: Add common cpu and start code
37107
37108     Add common cpu and start code.
37109
37110     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
37111
37112 commit a8b6450546cd507d331b8fde384791d84bde5651
37113 Author: Dirk Behme <dirk.behme@googlemail.com>
37114 Date:   Sun Dec 14 09:47:12 2008 +0100
37115
37116     OMAP3: Add OMAP3, memory and function prototype headers
37117
37118     Add OMAP3, memory and function prototype header files for OMAP3.
37119
37120     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
37121
37122 commit 2c803210a464abbac35752ca1c737514360b4c32
37123 Author: Dirk Behme <dirk.behme@googlemail.com>
37124 Date:   Sun Dec 14 09:47:11 2008 +0100
37125
37126     OMAP3: Add pin mux, clock and cpu headers
37127
37128     Add pin mux, clock and cpu header files for OMAP3.
37129
37130     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
37131
37132 commit 685533646f4ff17a84ec9265cabb60af325b6e1f
37133 Author: Maxim Artamonov <scn1874@yandex.ru>
37134 Date:   Wed Dec 3 05:38:17 2008 +0300
37135
37136     bugfix for i.mx31 CCM_UPCTL reg
37137
37138     Signed-off-by: Maxim Artamonov <scn1874 at yandex.ru>
37139
37140 commit 24113a44ed5cd3257a0237c3961e121812fca6db
37141 Author: Mike Frysinger <vapier@gentoo.org>
37142 Date:   Tue Dec 30 03:15:38 2008 -0500
37143
37144     easylogo: add optional gzip support
37145
37146     Some images can be quite large, so add an option to compress the
37147     image data with gzip in the U-Boot image. Then at runtime, the
37148     board can decompress it with the normal zlib functions.
37149
37150     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
37151
37152 commit 7e4b9b4f6f43838fad3ad72c029a3d7fc7c7d48c
37153 Author: Bryan Wu <bryan.wu@analog.com>
37154 Date:   Fri Jan 2 20:47:45 2009 -0500
37155
37156     fat: fix unaligned errors
37157
37158     A couple of buffers in the fat code are declared as an array of bytes.
37159     But it is then cast up to a structure with 16bit and 32bit members.
37160     Since GCC assumes structure alignment here, we have to force the
37161     buffers to be aligned according to the structure usage.
37162
37163     Signed-off-by: Bryan Wu <bryan.wu@analog.com>
37164     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
37165
37166 commit 68f8718df2ed4c2f43031407ccf6cfa81125dddc
37167 Author: Brad Bozarth <bflinux@yumbrad.com>
37168 Date:   Thu Jan 1 22:45:47 2009 -0500
37169
37170     spi flash: fix crash due to spi flash miscommunication
37171
37172     Higher spi flash layers expect to be given back a pointer that was
37173     malloced so that it can free the result, but the lower layers return
37174     a pointer that is in the middle of the malloced memory. Reorder the
37175     members of the lower spi structures so that things work out.
37176
37177     Signed-off-by: Brad Bozarth <bflinux@yumbrad.com>
37178     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
37179     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37180
37181 commit ce82ff05388b5ddafdf6082ef0776cce72c40b1c
37182 Author: Yuri Tikhonov <yur@emcraft.com>
37183 Date:   Sat Dec 20 14:54:21 2008 +0300
37184
37185     FPU POST: fix warnings when building with 2.18 binutils
37186
37187     When compile u-boot with the 2.18 binutils the following
37188     warning messages for each object file in post/lib_ppc/fpu/ is
37189     produced at the linking stage:
37190
37191     post/libpost.a(acc1.o) uses hard float, u-boot uses soft-float
37192     ...
37193
37194     This is because of the fact that, in general, the soft-float and
37195     hard-float ABIs are incompatible; the 2.18 binutils do checking
37196     of the Tag_GNU_Power_ABI_FP attribute of the files to be linked, and
37197     produce the worning like above if these are not compatible.
37198
37199     The incompatibility of ABIs is concerned only the float values:
37200     e.g. the soft-float ABI assumes the float argument passing in the
37201     pair of rX registers, and the hard-float ABI assumes passing of
37202     the float argument in the fX register. When we don't pass the float
37203     arguments between the functions compiled with different floatness,
37204     then such an application will work correctly.
37205     This is the case for the FPU POST: u-boot (compiled with soft-float)
37206     doesn't pass to (and doesn't get from) the FPU POST functions any
37207     floats; there are no functions exported from the post/lib_ppc/fpu/
37208     objects which would work with float parameters/returns too. So, we
37209     can reassure the linker not to worry about the difference in ABI
37210     attributes of linking files just by setting the 'soft-float'
37211     attribute for the objects in post/lib_ppc/fpu. And this patch does
37212     this.
37213
37214     Also, to avoid passing both soft- and hard-float options in CFLAGS
37215     when compiling the files from post/lib_ppc/fpu (which is OK, but
37216     looks rather dirty) this patch removes the soft-float string from
37217     CFLAGS in post/lib_ppc/fpu/Makefile.
37218
37219     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
37220
37221 commit a7c9310457e85b4598abe5b304108edf11332e2f
37222 Author: Peter Tyser <ptyser@xes-inc.com>
37223 Date:   Wed Dec 17 16:36:22 2008 -0600
37224
37225     Add support for Maxim's DS4510 I2C device
37226
37227     Initial support for the DS4510, a CPU supervisor with
37228     integrated EEPROM, SRAM, and 4 programmable non-volatile
37229     GPIO pins. The CONFIG_DS4510 define enables support
37230     for the device while the CONFIG_CMD_DS4510 define
37231     enables the ds4510 command. The additional
37232     CONFIG_DS4510_INFO, CONFIG_DS4510_MEM, and
37233     CONFIG_DS4510_RST defines add additional sub-commands
37234     to the ds4510 command when defined.
37235
37236     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
37237
37238 commit b6fc6fd49a84543e1324e1620b9f301ff7c1f27f
37239 Author: Dirk Eibach <eibach@gdsys.de>
37240 Date:   Tue Dec 16 14:51:56 2008 +0100
37241
37242     common: Iteration limit for memory test.
37243
37244     The iteration limit is passed to mtest as a fourth parameter:
37245     [start [end [pattern [iterations]]]]
37246     If no fourth parameter is supplied, there is no iteration limit and the
37247     test will loop forever.
37248
37249     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
37250
37251 commit 97cae3a4c68d856374ccc70fd2c5f8714cc94f7d
37252 Author: Stefan Roese <sr@denx.de>
37253 Date:   Mon Dec 15 15:40:12 2008 +0100
37254
37255     serial: Rename driver vcth to vct to support other board variants
37256
37257     Moved driver vcth.c to vct.c to better reflect the VCT board series.
37258     This driver is now used by the VCT platforms:
37259
37260     vct_premium
37261     vct_platinum
37262     vct_platinumsvc
37263
37264     Signed-off-by: Stefan Roese <sr@denx.de>
37265
37266 commit 36ede4d63e59c9277ec180b09c39b8bf46425ba2
37267 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37268 Date:   Fri Dec 12 00:45:27 2008 +0900
37269
37270     nios: Move README.nios_CONFIG_SYS_NIOS_CPU to doc/ dir
37271
37272     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37273
37274 commit c3284b030b1cd492b4f46c576aea01bef258599d
37275 Author: Peter Korsgaard <jacmet@sunsite.dk>
37276 Date:   Wed Dec 10 16:24:16 2008 +0100
37277
37278     common/main: support bootdelay=0 for CONFIG_AUTOBOOT_KEYED
37279
37280     Support bootdelay=0 in abortboot for the CONFIG_AUTOBOOT_KEYED case
37281     similar to the CONFIG_ZERO_BOOTDELAY_CHECK support for the
37282     !CONFIG_AUTOBOOT_KEYED case.
37283
37284     Do this by reversing the loop so we do at least one iteration before
37285     checking for timeout.
37286
37287     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
37288
37289 commit 94f9279f7bbdc01bbc7cf85aedf9b545943b94c3
37290 Author: Niklaus Giger <niklaus.giger@netstal.com>
37291 Date:   Mon Dec 8 17:24:08 2008 +0100
37292
37293     Added legacy flash ST Micro M29W040B
37294
37295 commit 626d07348e5f9f302f4ea182161a89f7362a0488
37296 Author: Graeme Russ <graeme.russ@gmail.com>
37297 Date:   Mon Dec 8 20:04:51 2008 +1100
37298
37299     Fixed off-by-one errors in lib_m68k/interrupts.c
37300
37301     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
37302
37303 commit a5989c42ae5e295f274a795c426c47819bbdbfda
37304 Author: Graeme Russ <graeme.russ@gmail.com>
37305 Date:   Sun Dec 7 10:29:05 2008 +1100
37306
37307     Removed all references to CONFIG_SYS_RESET_GENERIC
37308
37309     Generic i386 reset - #define made redundant by weak function
37310
37311     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
37312
37313 commit 2b5360eb2bc0b741ae5cb3c84d35ccdd17667c8a
37314 Author: Graeme Russ <graeme.russ@gmail.com>
37315 Date:   Sun Dec 7 10:29:04 2008 +1100
37316
37317     Remove #ifdef CONFIG_SC520 in source code
37318
37319     CONFIG_SC520 is now used for conditional compile
37320
37321     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
37322
37323 commit ead056bc206f6b7ee6dc98766678b64635ea20b8
37324 Author: Graeme Russ <graeme.russ@gmail.com>
37325 Date:   Sun Dec 7 10:29:03 2008 +1100
37326
37327     Added MMCR reset functionality
37328
37329     Reset function specific to AMD SC520 microcontroller - Is more of a
37330     'hard reset' that the triple fault.
37331
37332     Requires CONFIG_SYS_RESET_SC520 to be defined in config
37333
37334     I would have liked to add this to a new file (cpu/i386/sc520/reset.c)
37335     but ld requires that a object file in a library arhive MUST contain
37336     at least one function which does not override a weak function (and is
37337     called from outside the object file) in order for that object file to
37338     be extracted from the archive. This would be the only function on the
37339     new file, and hence, will never get linked in.
37340
37341     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
37342
37343 commit 3f5f18d12d32ee0661bf51dfc55752c005230d6e
37344 Author: Graeme Russ <graeme.russ@gmail.com>
37345 Date:   Sun Dec 7 10:29:02 2008 +1100
37346
37347     Moved generic (triple fault) reset code
37348
37349     Moved from interrupts.c to cpu.c and made into a weak function to
37350     allow vendor specific override
37351
37352     Vendor specific CPU reset (like the AMD SC520 MMCR reset) can now be
37353     added to the vendor specific code without the need to remember to
37354     #undef usage of the generic method and if you forget to include your
37355     custom reset method, you will always get the default.
37356
37357     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
37358
37359 commit 9933d609020c297788f53f334c8465fa7a99b10c
37360 Author: Graeme Russ <graeme.russ@gmail.com>
37361 Date:   Sun Dec 7 10:29:01 2008 +1100
37362
37363     Moved definition of set_vector() to new header file
37364
37365     This allows for future tidy ups and functionality that will require
37366     set_vector ()
37367
37368     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
37369
37370 commit 407976185e0dda2c90e89027121a1071b9c77bfb
37371 Author: Graeme Russ <graeme.russ@gmail.com>
37372 Date:   Sun Dec 7 10:29:00 2008 +1100
37373
37374     Moved sc520 specific code into new cpu/i386/sc520 folder
37375
37376     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
37377     Signed-off-by: Wolfgang Denk <wd@denx.de>
37378
37379 commit 85ffbbd51914925a542d8528be7f072e5ab02157
37380 Author: Graeme Russ <graeme.russ@gmail.com>
37381 Date:   Sun Dec 7 10:28:58 2008 +1100
37382
37383     Renamed cpu/i386/reset.S to resetvec.S
37384
37385     Brings i386 in line with other CPUs with a reset vector and frees up reset.c
37386     for CPU reset functions
37387
37388     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
37389
37390 commit a3f4c123f569474e80ea012b8db0de46afdb6443
37391 Author: Wolfgang Denk <wd@denx.de>
37392 Date:   Sat Jan 24 01:01:49 2009 +0100
37393
37394     Makefile: keep lists sorted.
37395
37396     Signed-off-by: Wolfgang Denk <wd@denx.de>
37397
37398 commit c620c01e96814558470698ed5cab1bf2f504d1b5
37399 Author: Graeme Russ <graeme.russ@gmail.com>
37400 Date:   Sun Dec 7 10:28:57 2008 +1100
37401
37402     Added initial eNET board support
37403
37404     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
37405
37406 commit 0c0ccf401ee03a5008fc2c19b05a662bce1a1086
37407 Author: Gary Jennejohn <garyj@denx.de>
37408 Date:   Thu Nov 20 11:37:26 2008 +0100
37409
37410     POWERPC 82xx: add the SCC as an HDLC controller
37411
37412     Right now this is only used by keymile.
37413
37414     Signed-off-by: Gary Jennejohn <garyj@denx.de>
37415
37416 commit 1e8f4e78ca393b3d8e86bd8055758dd465d9113f
37417 Author: Heiko Schocher <hs@denx.de>
37418 Date:   Thu Nov 20 09:59:09 2008 +0100
37419
37420     powerpc, keymile boards: extract identical config options
37421
37422     This patch extracts the identical config options for the
37423     keymile boards mgcoge, mgsuvd and kmeter1 in a new
37424     common config file keymile-common.h.
37425
37426     Signed-off-by: Heiko Schocher <hs@denx.de>
37427
37428 commit 210c8c00aad3328145204adab434bb7d70b06b75
37429 Author: Heiko Schocher <hs@denx.de>
37430 Date:   Fri Nov 21 08:29:40 2008 +0100
37431
37432     powerpc: keymile: Add a check for the PIGGY debug board
37433
37434     Check the presence of the PIGGY on the keymile boards mgcoge,
37435     mgsuvd and kmeter1. If the PIGGY is not present, dont register
37436     this Ethernet device.
37437
37438     Signed-off-by: Heiko Schocher <hs@denx.de>
37439     Acked-by: Ben Warren <biggerbadderben@gmail.com>
37440
37441 commit de0443614af4d16675ab436665aeb11ddc9f7214
37442 Author: Heiko Schocher <hs@denx.de>
37443 Date:   Thu Nov 20 09:57:47 2008 +0100
37444
37445     powerpc: 83xx: add support for the kmeter1 board
37446
37447     This patch adds support for the kmeter1 board from Keymile,
37448     based on a Freescale MPC8360 CPU.
37449
37450     - serial console on UART 1
37451     - 256 MB DDR2 RAM
37452     - 64 MB NOR Flash
37453     - Ethernet RMII Mode over UCC4
37454     - PHY SMSC LAN8700
37455
37456     Signed-off-by: Heiko Schocher <hs@denx.de>
37457
37458 commit 3feb647f3fd0881382c7a29f4cf280b66473ae0a
37459 Author: Sergei Poselenov <sposelenov@emcraft.com>
37460 Date:   Tue Nov 4 13:51:18 2008 +0100
37461
37462     Add a do_div() wrapper macro, lldiv().
37463
37464     Add a do_div() wrapper, lldiv(). The new inline function doesn't modify
37465     the dividend and returns the result of division, so it is useful
37466     in complex expressions, i.e. "return(a/b)" -> "return(lldiv(a,b))"
37467
37468     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
37469
37470 commit 18af1c5f0f7402dc0d6a71b012c68025dd97cf72
37471 Author: Kumar Gala <galak@kernel.crashing.org>
37472 Date:   Fri Jan 23 14:22:14 2009 -0600
37473
37474     85xx: Add a 36-bit physical configuration for MPC8572DS
37475
37476     We move all IO addressed (CCSR, localbus, PCI) above the 4G boundary
37477     to allow for larger memory sizes.
37478
37479     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37480
37481 commit c51fc5d53c4560abc4d0a6126c06fc68133d1528
37482 Author: Kumar Gala <galak@kernel.crashing.org>
37483 Date:   Fri Jan 23 14:22:13 2009 -0600
37484
37485     85xx: Handle eLBC difference w/36-bit physical
37486
37487     The eLBC only handles 32-bit physical address in systems with 36-bit
37488     physical.  The previos generation of LBC handled 34-bit physical
37489     address in 36-bit systems.  Added a new CONFIG option to convey
37490     the difference between the LBC and eLBC.
37491
37492     Also added defines for XAM bits used in LBC for the extended 34-bit
37493     support.
37494
37495     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37496
37497 commit 72a9414a8e21e9536822c7353bc08d21ce5ad53d
37498 Author: Kumar Gala <galak@kernel.crashing.org>
37499 Date:   Fri Jan 23 14:22:12 2009 -0600
37500
37501     85xx: Use BR_ADDR macro for NAND chipselects
37502
37503     Use the new BR_ADDR macro to properly setup the address field of the
37504     localbus chipselects used by NAND.
37505
37506     This allows us to deal with 36-bit phys on these boards in the future.
37507
37508     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37509
37510 commit 2fc7eb0cfc608c9369001d57a0411af5e6a58f7c
37511 Author: Haiying Wang <Haiying.Wang@freescale.com>
37512 Date:   Thu Jan 15 11:58:35 2009 -0500
37513
37514     Add secondary CPUs processor frequency for e500 core
37515
37516     This patch updates e500 freqProcessor to array based on CONFIG_NUM_CPUS,
37517     and prints each CPU's frequency separately. It also fixes up each CPU's
37518     frequency in "clock-frequency" of fdt blob.
37519
37520     Signed-off-by: James Yang <James.Yang@freescale.com>
37521     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
37522
37523 commit bf5b1f0c0d28ce062e1d368680632dfb099de692
37524 Author: Dave Liu <daveliu@freescale.com>
37525 Date:   Fri Nov 21 16:31:53 2008 +0800
37526
37527     85xx: enable the auto self refresh for wake up ARP
37528
37529     The wake up ARP feature need use the memory to process
37530     wake up packet, we enable auto self refresh to support it.
37531
37532     Signed-off-by: Dave Liu <daveliu@freescale.com>
37533     Acked-by: Andy Fleming <afleming@freescale.com>
37534
37535 commit b4983e16d150ab7d039704c310aacbd2f4dc1e0f
37536 Author: Dave Liu <daveliu@freescale.com>
37537 Date:   Fri Nov 21 16:31:43 2008 +0800
37538
37539     fsl-ddr: use the 1T timing as default configuration
37540
37541     For light loaded system, we use the 1T timing to gain better
37542     memory performance, but for some heavily loaded system,
37543     you have to add the 2T timing options to board files.
37544
37545     Signed-off-by: Dave Liu <daveliu@freescale.com>
37546     Acked-by: Andy Fleming <afleming@freescale.com>
37547
37548 commit 22cca7e1cd54590e967c73558b07ffbdccd39504
37549 Author: Dave Liu <daveliu@freescale.com>
37550 Date:   Fri Nov 21 16:31:35 2008 +0800
37551
37552     fsl-ddr: make the self refresh idle threshold configurable
37553
37554     Some 85xx processors have the advanced power management feature,
37555     such as wake up ARP, that needs enable the automatic self refresh.
37556
37557     If the DDR controller pass the SR_IT (self refresh idle threshold)
37558     idle cycles, it will automatically enter self refresh. However,
37559     anytime one transaction is issued to the DDR controller, it will
37560     reset the counter and exit self refresh state.
37561
37562     Signed-off-by: Dave Liu <daveliu@freescale.com>
37563     Acked-by: Andy Fleming <afleming@freescale.com>
37564
37565 commit 22ff3d01348e0a2dc369b7efcbac30e4ce86d178
37566 Author: Dave Liu <daveliu@freescale.com>
37567 Date:   Fri Nov 21 16:31:29 2008 +0800
37568
37569     fsl-ddr: clean up the ddr code for DDR3 controller
37570
37571     - The DDR3 controller is expanding the bits for timing config
37572     - Add the DDR3 32-bit bus mode support
37573
37574     Signed-off-by: Dave Liu <daveliu@freescale.com>
37575     Acked-by: Andy Fleming <afleming@freescale.com>
37576
37577 commit 80ee3ce6d7fe9441b4352d7cfaf6afc2507b1106
37578 Author: Dave Liu <daveliu@freescale.com>
37579 Date:   Fri Nov 21 16:31:22 2008 +0800
37580
37581     fsl-ddr: update the bit mask for DDR3 controller
37582
37583     According to the latest 8572 UM, the DDR3 controller
37584     is expanding the bit mask, and we use the extend ACTTOPRE
37585     mode when tRAS more than 19 MCLK.
37586
37587     Signed-off-by: Dave Liu <daveliu@freescale.com>
37588
37589 commit aca5f018a8386b85469482ed9867e3e29a2437d0
37590 Author: Kumar Gala <galak@kernel.crashing.org>
37591 Date:   Tue Dec 2 16:08:40 2008 -0600
37592
37593     85xx: Introduce CONFIG_SYS_PCI*_IO_VIRT for FSL boards
37594
37595     Introduce a new define to seperate out the virtual address that PCI
37596     IO space is at from the physical address.  In most situations these are
37597     mapped 1:1.  However any code accessing the bus should use VIRT.
37598
37599     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37600     Acked-by: Andy Fleming <afleming@freescale.com>
37601
37602 commit 5af0fdd81c3370c3a51421208fda568bdcbbec23
37603 Author: Kumar Gala <galak@kernel.crashing.org>
37604 Date:   Tue Dec 2 16:08:39 2008 -0600
37605
37606     85xx: Introduce CONFIG_SYS_PCI*_MEM_VIRT for FSL boards
37607
37608     Introduce a new define to seperate out the virtual address that PCI
37609     memory is at from the physical address.  In most situations these are
37610     mapped 1:1.  However any code accessing the bus should use VIRT.
37611
37612     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37613     Acked-by: Andy Fleming <afleming@freescale.com>
37614
37615 commit a6e04c344ad1eefd47a75484441b385da815b8df
37616 Author: Kumar Gala <galak@kernel.crashing.org>
37617 Date:   Tue Dec 2 16:08:38 2008 -0600
37618
37619     85xx: Use CONFIG_SYS_{PCI*,RIO*}_MEM_PHYS for physical address on FSL boards
37620
37621     Use the _MEM_PHYS defines instead of _MEM_BUS for LAW and real address fields
37622     of TLBs.  This is what we should have always been using from the start.
37623
37624     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37625     Acked-by: Andy Fleming <afleming@freescale.com>
37626
37627 commit 5f91ef6acdbadec33e0192049e2b24a1d9692f1d
37628 Author: Kumar Gala <galak@kernel.crashing.org>
37629 Date:   Tue Dec 2 16:08:37 2008 -0600
37630
37631     85xx: Convert CONFIG_SYS_PCI*_IO_BASE to _IO_BUS for FSL boards
37632
37633     Use CONFIG_SYS_PCI*_IO_BUS for the bus relative address instead
37634     of _IO_BASE so we are more explicit.
37635
37636     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37637
37638 commit 10795f42cb94e71bcb262b615084f69dd886399a
37639 Author: Kumar Gala <galak@kernel.crashing.org>
37640 Date:   Tue Dec 2 16:08:36 2008 -0600
37641
37642     85xx: Convert CONFIG_SYS_{PCI*,RIO*}_MEM_BASE to _MEM_BUS for FSL boards
37643
37644     Use CONFIG_SYS_{PCI,RIO}_MEM_BUS for the bus relative address instead
37645     of _MEM_BASE so we are more explicit.
37646
37647     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37648     Acked-by: Andy Fleming <afleming@freescale.com>
37649
37650 commit c953ddfd56b3ae3f28910fe3aed6de6968d1c9aa
37651 Author: Kumar Gala <galak@kernel.crashing.org>
37652 Date:   Tue Dec 2 14:19:34 2008 -0600
37653
37654     85xx: separate FLASH BASE virtual from physical address
37655
37656     Added a CONFIG_SYS_FLASH_BASE_PHYS for use as the physical address and
37657     maintain CONFIG_SYS_FLASH_BASE as the virtual address of the flash.
37658
37659     This allows us to deal with 36-bit phys on these boards in the future.
37660
37661     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37662     Acked-by: Andy Fleming <afleming@freescale.com>
37663
37664 commit 52b565f5ad23b682489055b187767d8bf1c2e444
37665 Author: Kumar Gala <galak@kernel.crashing.org>
37666 Date:   Tue Dec 2 14:19:33 2008 -0600
37667
37668     85xx: separate PIXIS virtual from physical address
37669
37670     Added a PIXIS_BASE_PHYS for use as the physical address and maintain
37671     PIXIS_BASE as the virtual address of the PIXIS fpga registers.
37672
37673     This allows us to deal with 36-bit phys on these boards in the future.
37674
37675     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37676     Acked-by: Andy Fleming <afleming@freescale.com>
37677
37678 commit 30837e5b21d5a742983581ab9ee3fac085311d19
37679 Author: Haiying Wang <Haiying.Wang@freescale.com>
37680 Date:   Tue Nov 11 08:52:09 2008 -0500
37681
37682     Add README file for MPC8572DS board
37683
37684     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
37685     Acked-by: Andy Fleming <afleming@freescale.com>
37686
37687 commit 6dadc9195ad642cc662632f4d92f92d3d71e8bf2
37688 Author: Mike Frysinger <vapier@gentoo.org>
37689 Date:   Mon Oct 20 16:15:04 2008 -0400
37690
37691     Blackfin: use common strmhz() in system output
37692
37693     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
37694
37695 commit 5bb907a4925397789c90d074f4f7e92ce6b39402
37696 Author: Ron Madrid <ron_madrid@sbcglobal.net>
37697 Date:   Thu Jan 22 15:05:24 2009 -0800
37698
37699     mpc83xx: New board support for SIMPC8313
37700
37701     This patch will create a new board, SIMPC8313, from Sheldon Instruments.  This
37702     board boots from NAND devices and is configureable for either large or small
37703     page devices.  The board supports non-soldered DDR2, one ethernet port, a
37704     Marvell 88E1118 PHY, and PCI host support.  The board also has a FPGA connected
37705     to the eLBC providing glue logic to a TMS320C67xx DSP.
37706
37707     Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
37708     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
37709
37710 commit d4bade8d77aa20e2846fa4accff0e7fa7961a134
37711 Author: Mike Frysinger <vapier@gentoo.org>
37712 Date:   Sun Jan 18 19:46:06 2009 -0500
37713
37714     nand: fixup printf modifiers to match types used
37715
37716     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
37717     Signed-off-by: Scott Wood <scottwood@freescale.com>
37718
37719 commit 389e6620e2271096df3316917528003627db4021
37720 Author: Schlaegl Manfred jun <manfred.schlaegl@gmx.at>
37721 Date:   Tue Jan 20 16:57:55 2009 +0100
37722
37723     nand read.jffs2 (nand_legacy) in common/cmd_nand.c
37724
37725     Error with CONFIG_NAND_LEGACY in common/cmd_nand.c:
37726     With current code "nand read.jffs2s" (read and skip bad blocks) is always interpreted as
37727     "nand read.jffs2" (read and fill bad blocks with 0xff). This is because ".jffs2" is
37728     tested before ".jffs2s" and only the first two characters are compared.
37729
37730     Correction:
37731     Test for ".jffs2s" first and compare the first 7 characters.
37732
37733     Signed-off-by: Scott Wood <scottwood@freescale.com>
37734
37735 commit 6c869637fef31e66380f0ea1d49690a2e26ec0d7
37736 Author: Wolfgang Grandegger <wg@grandegger.com>
37737 Date:   Fri Jan 16 18:55:54 2009 +0100
37738
37739     NAND: rename NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPS
37740
37741     This patch renames NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPS and
37742     changes the default from 8 to 1 for the legacy and the new MTD
37743     NAND layer. This allows to remove all NAND_MAX_CHIPS definitions
37744     in the board config files because none of the boards use multi
37745     chip support (NAND_MAX_CHIPS > 1) so far. The bamboo and the DU440
37746     define
37747
37748      #define NAND_MAX_CHIPS          CONFIG_SYS_MAX_NAND_DEVICE
37749
37750     but that's bogus and did not work anyhow.
37751
37752     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
37753     Signed-off-by: Scott Wood <scottwood@freescale.com>
37754
37755 commit c70564e6b1bd08f3230182392238907f3531a87e
37756 Author: Dave Liu <daveliu@freescale.com>
37757 Date:   Tue Dec 2 11:48:51 2008 +0800
37758
37759     NAND: Fix cache and memory inconsistency issue
37760
37761     We load the secondary stage u-boot image from NAND to
37762     system memory by nand_load, but we did not flush d-cache
37763     to memory, nor invalidate i-cache before we jump to RAM.
37764     When the system has cache enabled and the TLB/page attribute
37765     of system memory is cacheable, it will cause issues.
37766
37767     - 83xx family is using the d-cache lock, so all of d-cache
37768       access is cache-inhibited. so you can't see the issue.
37769     - 85xx family is using d-cache, i-cache enable, partial
37770       cache lock. you will see the issue.
37771
37772     This patch fixes the cache issue.
37773
37774     Signed-off-by: Dave Liu <daveliu@freescale.com>
37775     Signed-off-by: Scott Wood <scottwood@freescale.com>
37776
37777 commit 50657c273278f74378e1ac39b41d612b92fdffa0
37778 Author: Nishanth Menon <menon.nishanth@gmail.com>
37779 Date:   Sat Dec 13 09:43:06 2008 -0600
37780
37781     NAND: Enable nand lock, unlock feature
37782
37783     Enable nand lock, unlock and status of lock feature.
37784     Not every device and platform requires this, hence,
37785     it is under define for CONFIG_CMD_NAND_LOCK_UNLOCK
37786
37787     Nand unlock and status operate on block boundary instead
37788     of page boundary. Details in:
37789     http://www.micron.com/products/partdetail?part=MT29C2G24MAKLAJG-6%20IT
37790
37791     Intial solution provided by Vikram Pandita <vikram.pandita@ti.com>
37792     Includes preliminary suggestions from Scott Wood
37793
37794     Signed-off-by: Nishanth Menon <nm@ti.com>
37795     Signed-off-by: Scott Wood <scottwood@freescale.com>
37796
37797 commit 69fb8be4fc07162fdf6edf04bdc7233b0e9a920e
37798 Author: Mike Frysinger <vapier@gentoo.org>
37799 Date:   Sat Dec 6 02:40:55 2008 -0500
37800
37801     NAND: move board_nand_init to nand.h
37802
37803     Rather than putting the function prototype for board_nand_init() in the one
37804     place where it gets called, put it into nand.h so that every place that also
37805     defines it gets the prototype.  Otherwise, errors can go silently unnoticed
37806     such as using the wrong return value (void rather than int) when defining
37807     the function.
37808
37809     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
37810     Signed-off-by: Scott Wood <scottwood@freescale.com>
37811
37812 commit 1ae39862044ebb1e682234b51f94421e3f871d6a
37813 Author: Stefan Roese <sr@denx.de>
37814 Date:   Tue Dec 2 11:06:47 2008 +0100
37815
37816     OneNAND: Additional sync with 2.6.27
37817
37818     - Add subpage write support
37819     - Add onenand_oob_64/32 ecclayout
37820
37821     This has been missing and without it UBI has some incompatibilies issues
37822     with the current (>= 2.6.27) Linux kernel version. vid_hdr_offset is
37823     placed differently (2048 instead of 512) without this fix.
37824
37825     Signed-off-by: Stefan Roese <sr@denx.de>
37826     Signed-off-by: Scott Wood <scottwood@freescale.com>
37827
37828 commit 1714f51a2009baaecf3d4f6e3bd8c4e93a8d3f23
37829 Author: Kyungmin Park <kmpark@infradead.org>
37830 Date:   Thu Nov 13 15:14:33 2008 +0900
37831
37832     Add markbad function
37833
37834     Add missing markbad function
37835     If not, it's hang when it entered the mtd->mark_bad().
37836
37837     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
37838
37839 commit c438ea175d8d002c1063b7a94b0c0e26668d1ac9
37840 Author: Stefan Roese <sr@denx.de>
37841 Date:   Wed Nov 12 13:47:24 2008 +0100
37842
37843     OneNAND: Bad block aware read/write command support
37844
37845     Update OneNAND command to support bad block awareness.
37846     Also change the OneNAND command style to better match the
37847     NAND version.
37848
37849     Signed-off-by: Stefan Roese <sr@denx.de>
37850     Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
37851
37852 commit 8cf11f3aa78673730e9ecbbe4b75213b53f212c8
37853 Author: Stefan Roese <sr@denx.de>
37854 Date:   Tue Nov 11 10:29:09 2008 +0100
37855
37856     OneNAND: Save version_id in onenand_chip struct
37857
37858     The version (ver_id) was not stored in the onenand_chip structure and
37859     because of this the continuous locking scheme could be enabled on some
37860     chips.
37861
37862     Signed-off-by: Stefan Roese <sr@denx.de>
37863
37864 commit 4fca3310d611cc0f51d7295ef3557afbdbd91dc3
37865 Author: Stefan Roese <sr@denx.de>
37866 Date:   Tue Nov 11 10:28:53 2008 +0100
37867
37868     OneNAND: Fix compiler warnings
37869
37870     Signed-off-by: Stefan Roese <sr@denx.de>
37871
37872 commit 1ac5744e33ee0aa6d6ddab3b99f9e70953156e69
37873 Author: Dave Liu <daveliu@freescale.com>
37874 Date:   Tue Nov 4 14:55:06 2008 +0800
37875
37876     mpc83xx: enable eLBC NAND support for MPC8315ERDB board
37877
37878     Signed-off-by: Dave Liu <daveliu@freescale.com>
37879
37880 commit ef0921d6b05aeb9034158f9bef5323d6da9c925e
37881 Author: Kyungmin Park <kmpark@infradead.org>
37882 Date:   Tue Nov 4 09:24:07 2008 +0900
37883
37884     Sync with 2.6.27
37885
37886     Sync with OneNAND kernel codes
37887
37888     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
37889
37890 commit e7f325be9edeb84bb457301776bbac1f7257dafc
37891 Author: Michal Simek <monstr@monstr.eu>
37892 Date:   Mon Jan 5 13:35:31 2009 +0100
37893
37894     microblaze: Use cache functions (especially cache status)
37895     in systems which are configured without flash
37896
37897 commit e9b737deb2c30125362d20e24170617476026e94
37898 Author: Michal Simek <monstr@monstr.eu>
37899 Date:   Mon Jan 5 13:29:32 2009 +0100
37900
37901     microblaze: Add cache flush
37902
37903 commit b4f8dda35bfad447b4106828232705b2e878d168
37904 Author: Michal Simek <monstr@monstr.eu>
37905 Date:   Mon Jan 5 13:28:40 2009 +0100
37906
37907     microblaze: Add bootup messages to board.c
37908
37909 commit 330e55459bc9983341da6c1d5c7fe00a664436fe
37910 Author: Michal Simek <monstr@monstr.eu>
37911 Date:   Fri Dec 19 13:25:55 2008 +0100
37912
37913     microblaze: Change microblaze-generic config file
37914
37915     Signed-off-by: Michal Simek <monstr@monstr.eu>
37916
37917 commit 52a822ed9c37a2ea0ed112a26d8ff5a6cb1c6f10
37918 Author: Michal Simek <monstr@monstr.eu>
37919 Date:   Fri Dec 19 13:14:05 2008 +0100
37920
37921     microblaze: Rename ml401 to microblaze-generic
37922
37923     Signed-off-by: Michal Simek <monstr@monstr.eu>
37924
37925 commit 6677876181cc8772bca8a372479a500d160f3993
37926 Author: Scott Wood <scottwood@freescale.com>
37927 Date:   Tue Jan 20 11:56:11 2009 -0600
37928
37929     83xx: Use the proper sequence for updating IMMR.
37930
37931     This ensures that subsequent accesses properly hit the new window.
37932
37933     The dcbi during the NAND loop was accidentally working around this;
37934     it's no longer necessary, as the cache is not enabled.
37935
37936     Reported-by: Suchit Lepcha <Suchit.Lepcha@freescale.com>
37937     Signed-off-by: Scott Wood <scottwood@freescale.com>
37938     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
37939
37940 commit 8b34557c546e5e9f34ebf83c93413dad973d93df
37941 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
37942 Date:   Thu Jan 8 04:26:19 2009 +0300
37943
37944     mpc83xx: Add PCI-E support for MPC837XEMDS boards
37945
37946     MPC837XEMDS boards can support PCI-E via "PCI-E riser card". The card
37947     provides two PCI-E (x2) ports. Though, only one port can be used in x2
37948     mode. Two ports can function simultaneously in x1 mode.
37949
37950     PCI-E x1/x2 modes can be switched via "pex_x2" environment variable.
37951
37952     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
37953     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
37954
37955 commit 8f11e34b31a7be124a3239653f33af9510502045
37956 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
37957 Date:   Thu Jan 8 04:26:17 2009 +0300
37958
37959     mpc83xx: Add PCI-E support for MPC8315ERDB boards
37960
37961     MPC8315ERDB boards features PCI-E x1 and Mini PCI-E x1 ports. Let's
37962     support them.
37963
37964     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
37965     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
37966
37967 commit fd6646c0b9ebe7e5afc4ae4c78097d9cd317a5e8
37968 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
37969 Date:   Thu Jan 8 04:26:12 2009 +0300
37970
37971     mpc83xx: Add support for MPC83xx PCI-E controllers
37972
37973     This patch adds support for MPC83xx PCI-E controllers in Root Complex
37974     mode.
37975
37976     The patch is based on Tony Li and Dave Liu work[1].
37977
37978     Though unlike the original patch, by default we don't register PCI-E
37979     buses for use in U-Boot, we only configure the controllers for future
37980     use in other OSes (Linux). This is done because we don't have enough
37981     of spare BATs to map all the PCI-E regions.
37982
37983     To actually use PCI-E in U-Boot, users should explicitly define
37984     CONFIG_83XX_GENERIC_PCIE_REGISTER_HOSES symbol in the board file. And
37985     only then U-Boot will able to access PCI-E, but at the cost of disabled
37986     address translation.
37987
37988     [1] http://lists.denx.de/pipermail/u-boot/2008-January/027630.html
37989
37990     Signed-off-by: Tony Li <tony.li@freescale.com>
37991     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
37992     Acked-by: Dave Liu <daveliu@freescale.com>
37993     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
37994
37995 commit 88ecf55cabd7aea28fe8093720e208f53ccfdcf5
37996 Author: Ira Snyder <iws@ovro.caltech.edu>
37997 Date:   Mon Jan 12 13:33:17 2009 -0800
37998
37999     MPC8349EMDS: do not setup unused PCI clock outputs in PCI agent mode
38000
38001     When running in PCI agent mode, the PCI_CLK_OUT signals are not used, so do
38002     not enable them. See the MPC8349EA Reference Manual, Section 4.4.2
38003     "Clocking in PCI Agent Mode".
38004
38005     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
38006     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38007
38008 commit 75f35209f702bb26826855ed8c8e4d108ab5f412
38009 Author: Ira Snyder <iws@ovro.caltech.edu>
38010 Date:   Mon Jan 12 13:32:26 2009 -0800
38011
38012     83xx: PCI agent mode fixes for multi-board systems
38013
38014     When running a system with 2 or more MPC8349EMDS boards in PCI agent mode,
38015     the boards will lock up the PCI bus by scanning against each other.
38016
38017     The boards lock against each other by trying to access the PCI bus before
38018     clearing their configuration lock bit. Both boards end up in a loop,
38019     sending and receiving "Target Not Ready" messages forever.
38020
38021     When running in PCI agent mode, the scanning now takes place after the
38022     boards have cleared their configuration lock bit.
38023
38024     Also, add a missing declaration to the mpc83xx.h header file, fixing a
38025     build warning.
38026
38027     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
38028     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38029
38030 commit 455a46915b82896cc2070eb326d075555c2bc580
38031 Author: Ron Madrid <ron_madrid@sbcglobal.net>
38032 Date:   Fri Dec 12 13:12:45 2008 -0800
38033
38034     mpc83xx: Size optimization of start.S
38035
38036     Currently there are in excess of 100 bytes located at the beginning of the image
38037     built by start.S that are not being utilized.  This patch moves a few functions
38038     into this part of the image.  This will create a greater number of *available*
38039     bytes that can be used by board specific code in NAND builds and will decrease
38040     the size of the assembled code in other builds.
38041
38042     Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
38043     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38044
38045 commit 72d15e705bc3983884105cb7755c7ba80e74a0a5
38046 Author: Wolfgang Denk <wd@denx.de>
38047 Date:   Wed Jan 21 23:08:12 2009 +0100
38048
38049     Prepare v2009.01
38050
38051     Signed-off-by: Wolfgang Denk <wd@denx.de>
38052
38053 commit 635e5f8fc82365e6e9734b3132bc95135a6de679
38054 Author: Wolfgang Denk <wd@denx.de>
38055 Date:   Sun Jan 18 21:37:48 2009 +0100
38056
38057     Prepare 2009.01-rc3
38058
38059     Update CHANGELOG
38060
38061     Signed-off-by: Wolfgang Denk <wd@denx.de>
38062
38063 commit 4cda437898f7873752f0201757cd33f12196ce87
38064 Author: Mike Frysinger <vapier@gentoo.org>
38065 Date:   Sat Jan 17 13:32:42 2009 -0500
38066
38067     build system: treat all Darwin's alike
38068
38069     The x86 based version of Darwin behaves the same quirky way as the powerpc
38070     Darwin, so only check HOSTOS when setting up Darwin workarounds.
38071
38072     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38073
38074 commit c088a108c75db565e07292fd668dfa5491e85bc2
38075 Author: Peter Korsgaard <jacmet@sunsite.dk>
38076 Date:   Wed Jan 14 13:52:24 2009 +0100
38077
38078     fdt_resize(): fix actualsize calculations with unaligned blobs
38079
38080     The code in fdt_resize() to extend the fdt size to end on a page boundary
38081     is wrong for fdt's not located at an address aligned on a page boundary.
38082     What's even worse, the code would make actualsize shrink rather than grow
38083     if (blob & 0xfff) was bigger than the amount of padding added by ALIGN(),
38084     causing fdt_add_mem_rsv to fail.
38085
38086     Fix it by aligning end address (blob + size) to a page boundary instead.
38087     For aligned fdt's this is equivalent to what we had before.
38088
38089     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
38090
38091 commit fadad1573fb16c90025f08a2861d6047d093cba7
38092 Author: Mike Frysinger <vapier@gentoo.org>
38093 Date:   Fri Jan 9 04:38:17 2009 -0500
38094
38095     ncb: use socklen_t
38096
38097     The recvfrom() function takes a socklen_t, not an int.
38098
38099     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38100
38101 commit fc83c9273cec6e6e542f4a0ea3b653b7d0513ffa
38102 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38103 Date:   Sun Jan 11 16:35:16 2009 +0100
38104
38105     sh: serial: use readx/writex accessors
38106
38107     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38108     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38109
38110 commit 9e1fa628bdb64745811cdd26c4f953846c076180
38111 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38112 Date:   Sun Jan 11 16:35:15 2009 +0100
38113
38114     sh: serial: coding style cleanup
38115
38116     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38117     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38118
38119 commit c9935c992575922b7ef13eec0656ed8665d324e3
38120 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38121 Date:   Sun Jan 11 17:48:56 2009 +0900
38122
38123     sh: Fix compile error on lowlevel_init file
38124
38125     lowlevel_init of SH was corrected to use the write/readXX macro.
38126     However, there was a problem that was not able to be compiled partially.
38127     This patch corrected this.
38128
38129     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38130
38131 commit a5b04d00bfeb940c62232972ce644d50b45797f9
38132 Author: Kieran Bingham <kieranbingham@gmail.com>
38133 Date:   Tue Dec 30 01:16:03 2008 +0000
38134
38135     sh: Fix up rsk7203 target for out of tree build
38136
38137     Fix up rsk7203 target to build successfully using out-of-tree build.
38138
38139     Signed-off-by: Kieran Bingham <kbingham@mpc-data.co.uk>
38140     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38141
38142 commit f7e78f3b74aae9caca2997bad865a72338326c0a
38143 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38144 Date:   Sat Dec 20 19:29:49 2008 +0100
38145
38146     sh: use write{8,16,32} in all lowlevel_init
38147
38148     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38149     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38150
38151 commit e4430779623af500de1cee7892c379f07ef59813
38152 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38153 Date:   Sat Dec 20 19:29:48 2008 +0100
38154
38155     sh: lowlevel_init coding style cleanup
38156
38157     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38158     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38159
38160 commit 85cb052ee41675ca361e6a4c69455dc715c8f2d9
38161 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38162 Date:   Sat Dec 20 15:27:45 2008 +0100
38163
38164     sh: update sh2/sh2a timer coding style
38165
38166     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38167     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38168
38169 commit 1e15ff999322e81af4c0c0c548908f38944ba39c
38170 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38171 Date:   Sat Dec 20 15:25:22 2008 +0100
38172
38173     sh: update sh timer coding style
38174
38175     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38176     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38177
38178 commit 0e3ece33801e377be67ffa29f083421ad820f28b
38179 Author: Wolfgang Denk <wd@denx.de>
38180 Date:   Wed Jan 14 23:26:05 2009 +0100
38181
38182     Prepare 2009.01-rc2
38183
38184     Update CHANGELOG.
38185
38186     Signed-off-by: Wolfgang Denk <wd@denx.de>
38187
38188 commit e92c9a860e44c14513c8909ce4299e253a775eeb
38189 Author: Wolfgang Denk <wd@denx.de>
38190 Date:   Wed Jan 14 22:35:30 2009 +0100
38191
38192     cpu/mpc824x/Makefile: fix warning with parallel builds
38193
38194     Parallel builds would occasionally issue this build warning:
38195
38196         ln: creating symbolic link `cpu/mpc824x/bedbug_603e.c': File exists
38197
38198     Use "ln -sf" as quick work around for the issue.
38199
38200     Signed-off-by: Wolfgang Denk <wd@denx.de>
38201
38202 commit 3ba605d4beec649438539e7df97b5fedb26592fb
38203 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38204 Date:   Fri Jan 2 12:18:49 2009 +0100
38205
38206     ppc4xx: Add loadpci command to esd's CPCI4052 and CPCI405AB boards
38207
38208     This patch adds esd's loadpci BSP command to CPCI4052 and
38209     CPCI405AB board. This requires CONFIG_CMD_BSP and CONFIG_PRAM.
38210
38211     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38212     Signed-off-by: Stefan Roese <sr@denx.de>
38213
38214 commit 600fe46fb3dab7f07604f9009904f31584415114
38215 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38216 Date:   Fri Jan 2 12:18:12 2009 +0100
38217
38218     ppc4xx: Disable pci node in device tree on CPCI405 pci adapters
38219
38220     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38221     Signed-off-by: Stefan Roese <sr@denx.de>
38222
38223 commit f6a1f490d224c600a09137e58d1026d150b8e679
38224 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38225 Date:   Fri Jan 2 12:17:36 2009 +0100
38226
38227     ppc4xx: Cleanup CPCI405 board code
38228
38229     This patch cleans up CPCI405 board support:
38230     - wrap long lines
38231     - unification of spaces in function calls
38232     - remove dead code
38233
38234     Use correct io accessors on peripherals.
38235
38236     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38237     Signed-off-by: Stefan Roese <sr@denx.de>
38238
38239 commit fceebb45a0b97e92f9889861f8c3b9cb885e706f
38240 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38241 Date:   Fri Jan 2 12:16:35 2009 +0100
38242
38243     ppc4xx: Enable auto RS485 mode on PLU405 boards
38244
38245     This patch turns on the auto RS485 mode in the 2nd external
38246     uart on PLU405 boards. This is a special mode of the used
38247     Exar XR16C2850 uart. Because these boards only have a 485 physical
38248     layer connected it's a good idea to turn it on by default.
38249
38250     Signed-off-by: Matthias Fuchs <mf@esd.eu>
38251     Signed-off-by: Stefan Roese <sr@denx.de>
38252
38253 commit b5f65dfa9aa8e068e62aba4733dc4fd97b1d9bf6
38254 Author: Haiying Wang <Haiying.Wang@freescale.com>
38255 Date:   Tue Jan 13 16:29:28 2009 -0500
38256
38257     Some changes of TLB entry setting for MPC8572DS
38258
38259     - Move the TLB entry of PIXIS_BASE from TLB0 to TLB1[8], because in CAMP mode,
38260     all the TLB0 entries will be invalidated after cpu1 brings up kernel, thus cpu0
38261     can not access PIXIS_BASE anymore (any access will cause DataTLBError exception)
38262
38263     - Set CONFIG_SYS_DDR_TLB_START to 9 for MPC8572DS board.
38264
38265     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
38266
38267 commit 950264317eb9594b2b5ee2fb65206200a1c6007a
38268 Author: Haiying Wang <Haiying.Wang@freescale.com>
38269 Date:   Tue Jan 13 16:29:22 2009 -0500
38270
38271     Change DDR tlb start entry to CONFIG param for 85xx
38272
38273     So that we can locate the DDR tlb start entry to the value other than 8. By
38274     default, it is still 8.
38275
38276     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
38277
38278 commit 6d3a10f73ece7ffb736890c10e023222612a4aa0
38279 Author: Roy Zang <tie-fei.zang@freescale.com>
38280 Date:   Fri Jan 9 16:02:35 2009 +0800
38281
38282     Change PCIE1&2 deciide logic on MPC8544DS board more readable
38283
38284     The IO port selection for MPC8544DS board:
38285      Port                       cfg_io_ports
38286      PCIE1              0x2, 0x3, 0x4, 0x5, 0x6, 0x7
38287      PCIE2              0x4, 0x5, 0x6, 0x7
38288      PCIE3              0x6, 0x7
38289      This patch changes the PCIE12 and PCIE2 logic more readable.
38290     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
38291
38292 commit 028e116811d28a031660f1ad9e20ac1293b3c5c7
38293 Author: Roy Zang <tie-fei.zang@freescale.com>
38294 Date:   Fri Jan 9 16:01:52 2009 +0800
38295
38296     PCIE2 and PCIE3 are decided by corresponing bit in devdisr instead of PCIE1 bit
38297
38298     PCIE2 and PCIE3 should be decided by corresponing bit in devdisr instead of
38299     PCIE1 bit.
38300     On MPC8572DS board, PCIE refers to PCIE1.
38301     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
38302
38303 commit 9afc2ef0307aecf52482df67c31b75d5f9e66b47
38304 Author: Roy Zang <tie-fei.zang@freescale.com>
38305 Date:   Fri Jan 9 16:00:55 2009 +0800
38306
38307     Fix IO port selection issue on MPC8544DS and MPC8572DS boards
38308
38309     The IO port selection is not correct on MPC8572DS and MPC8544DS board.
38310      This patch fixes this issue.
38311      For MPC8572
38312      Port                       cfg_io_ports
38313      PCIE1              0x2, 0x3, 0x7, 0xb, 0xc, 0xf
38314      PCIE2              0x3, 0x7
38315      PCIE3              0x7
38316
38317     For MPC8544
38318     Port                        cfg_io_ports
38319     PCIE1               0x2, 0x3, 0x4, 0x5, 0x6, 0x7
38320     PCIE2               0x4, 0x5, 0x6, 0x7
38321     PCIE3               0x6, 0x7
38322     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
38323
38324 commit 3e3fffe3baf3befde287fec1fcbfe55052fb8946
38325 Author: Becky Bruce <beckyb@kernel.crashing.org>
38326 Date:   Wed Dec 3 22:36:44 2008 -0600
38327
38328     mpc8610hpcd: Fix PCI mapping concepts
38329
38330     Rename _BASE to _BUS, as it's actually a PCI bus address,
38331     separate virtual and physical addresses into _VIRT and _PHYS,
38332     and use each appopriately.  This makes the code easier to read
38333     and understand, and facilitates mapping changes going forward.
38334
38335     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
38336
38337 commit 79e436cad3b4a7db88408c3f05175028f30d700d
38338 Author: Becky Bruce <beckyb@kernel.crashing.org>
38339 Date:   Wed Dec 3 22:36:26 2008 -0600
38340
38341     sbc8641d: Fix PCI mapping concepts
38342
38343     Rename _BASE to _BUS, as it's actually a PCI bus address,
38344     separate virtual and physical addresses into _VIRT and _PHYS,
38345     and use each appopriately.  This makes the code easier to read
38346     and understand, and facilitates mapping changes going forward.
38347
38348     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
38349
38350 commit a9f3acbcd07da72b5446ce557531a3ed8b8beff0
38351 Author: Wolfgang Denk <wd@denx.de>
38352 Date:   Mon Jan 12 14:50:35 2009 +0100
38353
38354     MPC86xx: fix build warnings
38355
38356     Signed-off-by: Wolfgang Denk <wd@denx.de>
38357
38358 commit 032a1c934ef4dc003281f57302b6e693062c1868
38359 Author: Mike Frysinger <vapier@gentoo.org>
38360 Date:   Mon Jan 5 16:09:44 2009 -0500
38361
38362     bf537-stamp/nand: fix board_nand_init prototype
38363
38364     The board_nand_init() function should return an int, not void.
38365
38366     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38367
38368 commit 687f952e4119594ab913be11c90f7f018c2a7a79
38369 Author: Mike Frysinger <vapier@gentoo.org>
38370 Date:   Thu Dec 11 07:04:48 2008 -0500
38371
38372     Blackfin: drop CONFIG_SPI handling in board init
38373
38374     The eeprom SPI init functions are duplicated as the common code already
38375     executes these for us.
38376
38377     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38378
38379 commit e7e684b10d73a303902208594c7c3e7e0d753282
38380 Author: Mike Frysinger <vapier@gentoo.org>
38381 Date:   Fri Oct 24 17:51:57 2008 -0400
38382
38383     Blackfin: fix out-of-tree building with ldscripts
38384
38385     Many of the Blackfin board linker scripts are preprocessed, so make sure we
38386     output the linker script into the build tree rather than the source tree.
38387
38388     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38389
38390 commit b9eecc342f767b50e1476fbc1aad7d88dd4ce5eb
38391 Author: Mike Frysinger <vapier@gentoo.org>
38392 Date:   Fri Oct 24 17:48:54 2008 -0400
38393
38394     Blackfin: fix linker scripts to work with --gc-sections
38395
38396     Make sure all .text sections get pulled in and the entry point is properly
38397     referenced so they don't get discarded when linking with --gc-sections.
38398
38399     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38400
38401 commit 509fc553bc6087a6f705b3bf52f3950d7d1eaa58
38402 Author: Mike Frysinger <vapier@gentoo.org>
38403 Date:   Sat Oct 11 20:45:44 2008 -0400
38404
38405     Blackfin: set proper LDRFLAGS for parallel booting LDRs
38406
38407     In order to boot an LDR out of parallel flash, the ldr utility needs a few
38408     flags to tell it to generate the right header.
38409
38410     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38411
38412 commit 3dd9395a0d7ce69a335d0e743c04b9caedd681d3
38413 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38414 Date:   Tue Jan 6 21:41:59 2009 +0100
38415
38416     at91rm9200: move define from lowlevel_init to header
38417
38418     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38419
38420 commit 8a48686fac2030287765f1970ea046bd5734b733
38421 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38422 Date:   Sat Jan 3 17:22:26 2009 +0100
38423
38424     m501sk: move to the common memory setup
38425
38426     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38427
38428 commit d481c80d78f954133c035dae6c7d22de3625795d
38429 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38430 Date:   Sat Jan 3 17:22:25 2009 +0100
38431
38432     at91rm9200: rename lowlevel init value to CONFIG_SYS_
38433
38434     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38435
38436 commit 4e170b16625291aa10d0d9abc3f34e8a5945d157
38437 Author: Nicolas Ferre <nicolas.ferre@atmel.com>
38438 Date:   Tue Jan 6 21:13:14 2009 +0100
38439
38440     at91: add at91sam9xeek board support
38441
38442     At91sam9xe is basically an at91sam9260 with embedded flash. We can manage
38443     it as another entry for at91sam9260 in the Makefile.
38444
38445     Check documentation at :
38446     http://www.atmel.com/dyn/products/product_card.asp?part_id=4263
38447
38448     Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
38449     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38450
38451 commit 9ffd53db870a7da134f9a1ae76894a6b31237be5
38452 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38453 Date:   Tue Jan 6 21:15:57 2009 +0100
38454
38455     fix bmp_logo.h make dependencies to allow parallel build
38456
38457     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38458
38459 commit e12d9a8fb48d24176efffccc072b445e60a3afe4
38460 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38461 Date:   Sat Jan 3 17:22:24 2009 +0100
38462
38463     at91: Fix Atmel's at91sam9 boards out of tree build
38464
38465     introduced in commit 89a7a87f084c
38466
38467     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38468
38469 commit 0668236bafaa1c11c521652a2facebc74beecbf0
38470 Author: Wolfgang Denk <wd@denx.de>
38471 Date:   Tue Dec 30 22:56:11 2008 +0100
38472
38473     README: update mailing list name and hits to patch submission.
38474
38475     Signed-off-by: Wolfgang Denk <wd@denx.de>
38476
38477 commit d9011f9b75561a0bd9254934c2bb2bc799d4f645
38478 Author: Peter Tyser <ptyser@xes-inc.com>
38479 Date:   Tue Dec 23 16:32:01 2008 -0600
38480
38481     85xx: Enable inbound PCI config cycles for X-ES boards cleanup
38482
38483     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
38484
38485 commit 1f03cbfae221b24ba1341a0a3f62ff01c5c874df
38486 Author: Peter Tyser <ptyser@xes-inc.com>
38487 Date:   Tue Dec 23 16:32:00 2008 -0600
38488
38489     XPedite5200 board support cleanup
38490
38491     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
38492
38493 commit fea91edee8ae0295e3c30b1ff544df51f4d668e1
38494 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38495 Date:   Tue Dec 2 21:58:04 2008 +0100
38496
38497     usb_kbd: fix usb_kbd_deregister when DEVICE_DEREGISTER not enable
38498
38499     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38500     Signed-off-by: Remy Böhmer <linux@bohmer.net>
38501
38502 commit ada591d2a0ecff5f9bc5ed1ebf310f439c3d0a28
38503 Author: Trent Piepho <tpiepho@freescale.com>
38504 Date:   Wed Dec 3 15:16:37 2008 -0800
38505
38506     mpc8[56]xx: Put localbus clock in sysinfo and gd
38507
38508     Currently MPC85xx and MPC86xx boards just calculate the localbus frequency
38509     and print it out, but don't save it.
38510
38511     This changes where its calculated and stored to be more consistent with the
38512     CPU, CCB, TB, and DDR frequencies and the MPC83xx localbus clock.
38513
38514     The localbus frequency is added to sysinfo and calculated when sysinfo is
38515     set up, in cpu/mpc8[56]xx/speed.c, the same as the other frequencies are.
38516
38517     get_clocks() copies the frequency into the global data, as the other
38518     frequencies are, into a new field that is only enabled for MPC85xx and
38519     MPC86xx.
38520
38521     checkcpu() in cpu/mpc8[56]xx/cpu.c will print out the local bus frequency
38522     from sysinfo, like the other frequencies, instead of calculating it on the
38523     spot.
38524
38525     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
38526     Acked-by: Kumar Gala <galak@kernel.crashing.org>
38527     Acked-by: Jon Loeliger <jdl@freescale.com>
38528
38529 commit 9863d6aca11405e1e0d8aba2045d78aeec4d4ee7
38530 Author: Trent Piepho <tpiepho@freescale.com>
38531 Date:   Wed Dec 3 15:16:36 2008 -0800
38532
38533     mpc86xx: Double local bus clock divider
38534
38535     The local bus clock divider should be doubled for both 8610 and 8641.
38536
38537     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
38538     Acked-by: Kumar Gala <galak@kernel.crashing.org>
38539     Acked-by: Jon Loeliger <jdl@freescale.com>
38540
38541 commit 446c381e3e16f19857b72ea0d06241267b8b9d58
38542 Author: Trent Piepho <tpiepho@freescale.com>
38543 Date:   Wed Dec 3 15:16:35 2008 -0800
38544
38545     mpc8568: Double local bus clock divider
38546
38547     The clock divider for the MPC8568 local bus should be doubled, like the
38548     other newer MPC85xx chips.
38549
38550     Since there are now more chips with a 2x divider than a 1x, and any new
38551     85xx chips will probably be 2x, invert the sense of the #if so that it
38552     lists the 1x chips instead of the 2x ones.
38553
38554     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
38555     Acked-by: Kumar Gala <galak@kernel.crashing.org>
38556     Acked-by: Jon Loeliger <jdl@freescale.com>
38557
38558 commit f51f07eb58fad12de9294ba4ee6c09a0ddeaee03
38559 Author: Dave Liu <daveliu@freescale.com>
38560 Date:   Tue Dec 16 12:09:27 2008 +0800
38561
38562     85xx: Fix the boot window issue
38563
38564     If one custom board is using the 8MB flash, it is set
38565     as FLASH_BASE = 0xef000000, TEXT_BASE = 0xef780000.
38566     The current start.S code will be broken at switch_as.
38567
38568     It is because the TLB1[15] is set as 16MB page size,
38569     EPN = TEXT_BASE & 0xff000000, RPN = 0xff000000.
38570
38571     For the 8MB flash case, the EPN = 0xefxxxxxx,
38572     RPN = 0xffxxxxxx. Assume the virt address of switch_as
38573     is 0xef7ff18c, the real address of the instruction at
38574     switch_as should be 0xff7ff18c. the 0xff7ff18c is out
38575     of the range of the default 8MB boot LAW window
38576     0xff800000 - 0xffffffff.
38577
38578     So when we switch to AS1 address space at switch_as,
38579     the core can't fetch the instruction at switch_as any
38580     more. It will cause broken issue.
38581
38582     Signed-off-by: Dave Liu <daveliu@freescale.com>
38583
38584 commit 58da8890d5fbd074746037722a423de9ac408616
38585 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
38586 Date:   Thu Dec 11 15:47:50 2008 -0500
38587
38588     sbc8548: use proper PHY address
38589
38590     The values given for the PHY address were wrong, so the code
38591     read no valid PHY ID, and fell through to the generic PHY
38592     support, which would work on 1000M but would not auto negotiate
38593     down to 100M or 10M.
38594
38595     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
38596
38597 commit ad22f9273c6f24fbfa917e867680e9688e0c59c5
38598 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
38599 Date:   Thu Dec 11 15:47:51 2008 -0500
38600
38601     sbc8548: enable command line editing by default.
38602
38603     Lets make things a bit more user friendly.  It isn't 1985 anymore.
38604
38605     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
38606
38607 commit bd93105fa171184a71ca8b22be03dc2705cfbd3f
38608 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
38609 Date:   Thu Dec 11 15:47:49 2008 -0500
38610
38611     sbc8548: don't enable the 3rd and 4th eTSEC
38612
38613     These interfaces don't have usable connectors on the board, so don't
38614     bother enumerating or configuring them.
38615
38616     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
38617
38618 commit 181a3650113883728927928b3ac81ad6dade4b2c
38619 Author: Haiying Wang <Haiying.Wang@freescale.com>
38620 Date:   Wed Dec 3 10:08:19 2008 -0500
38621
38622     Set IVPR to kenrel entry point in second core boot page
38623
38624     Assuming the OSes exception vectors start from the base of kernel address, and
38625     the kernel physical starting address can be relocated to an non-zero address.
38626     This patch enables the second core to have a valid IVPR for debugger before
38627     kernel setting IVPR in CAMP mode. Otherwise, IVPR is 0x0 and it is not a valid
38628     value for second core which runs kernel at different physical address other
38629     than 0x0.
38630
38631     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
38632
38633 commit a5d212a263c58cc746481bf1fc878510533ce7d6
38634 Author: Trent Piepho <tpiepho@freescale.com>
38635 Date:   Wed Dec 3 15:16:34 2008 -0800
38636
38637     mpc8xxx: LCRR[CLKDIV] is sometimes five bits
38638
38639     On newer CPUs, 8536, 8572, and 8610, the CLKDIV field of LCRR is five bits
38640     instead of four.
38641
38642     In order to avoid an ifdef, LCRR_CLKDIV is set to 0x1f on all systems.  It
38643     should be safe as the fifth bit was defined as reserved and set to 0.
38644
38645     Code that was using a hard coded 0x0f is changed to use LCRR_CLKDIV.
38646
38647     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
38648     Acked-by: Kumar Gala <galak@kernel.crashing.org>
38649     Acked-by: Jon Loeliger <jdl@freescale.com>
38650
38651 commit 58ec4866ed916c7e422f5107bb27b0822084728e
38652 Author: Trent Piepho <tpiepho@freescale.com>
38653 Date:   Wed Dec 3 15:16:38 2008 -0800
38654
38655     mpc8[56]xx: Put localbus clock in device tree
38656
38657     Export the localbus frequency in the device tree, the same way the CPU, TB,
38658     CCB, and various other frequencies are exported in their respective device
38659     tree nodes.
38660
38661     Some localbus devices need this information to be programed correctly, so
38662     it makes sense to export it along with the other frequencies.
38663
38664     Unfortunately, when someone wrote the localbus dts bindings, they didn't
38665     bother to define what the "compatible" property should be.  So it seems no
38666     one was quite sure what to put in their dts files.
38667
38668     Based on current existing dts files in the kernel source, I've used
38669     "fsl,pq3-localbus" and "fsl,elbc" for MPC85xx, which are used by almost all
38670     of the 85xx devices, and are looked for by the Linux code.  The eLBC is
38671     apparently not entirely backward compatible with the pq3 LBC and so eLBC
38672     equipped platforms like 8572 won't use pq3-localbus.
38673
38674     For MPC86xx, I've used "fsl,elbc" which is used by some of the 86xx systems
38675     and is also looked for by the Linux code.  On MPC8641, I've also used
38676     "fsl,mpc8641-localbus" as it is also commonly used in dts files, some of
38677     which don't use "fsl,elbc" or any other acceptable name to match on.
38678
38679     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
38680     Acked-by: Kumar Gala <galak@kernel.crashing.org>
38681     Acked-by: Jon Loeliger <jdl@freescale.com>
38682
38683 commit 9d94aff699eed38b286814fcbb335f3eb8516a0e
38684 Author: Kumar Gala <galak@kernel.crashing.org>
38685 Date:   Tue Dec 16 14:59:22 2008 -0600
38686
38687     NAND FSL elbc: Use virt_to_phys to determine which bank is in use
38688
38689     The current code that determines which bank/chipselect is used for a
38690     given NAND instance only worked for 32-bit addresses and assumed
38691     a 1:1 mapping.  This breaks in 36-bit physical configs.
38692
38693     The proper way to handle this is to use the virt_to_phys() and
38694     BR_PHYS_ADDR() routinues to match the 34-bit lbc bus address
38695     with the the virtual address the NAND code uses.
38696
38697     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38698     Acked-by: Scott Wood <scottwood@freescale.com>
38699
38700 commit 77c8115b1f1871811633eae77a5a700fac1f0e50
38701 Author: Kumar Gala <galak@kernel.crashing.org>
38702 Date:   Tue Dec 16 14:59:21 2008 -0600
38703
38704     ppc: Use addrmap in virt_to_phys and map_physmem.
38705
38706     If we have addr map support enabled use the mapping functions to
38707     implement virt_to_phys() and map_physmem().
38708
38709     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38710
38711 commit ecf5b98c7a6a2e2256dfddd48fab26678dcd6b90
38712 Author: Kumar Gala <galak@kernel.crashing.org>
38713 Date:   Tue Dec 16 14:59:20 2008 -0600
38714
38715     85xx: Add support to populate addr map based on TLB settings
38716
38717     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38718
38719 commit 78bbc5ce151c5a484bb51bf1866b4a993ffc16ec
38720 Author: Peter Tyser <ptyser@xes-inc.com>
38721 Date:   Mon Dec 1 13:47:13 2008 -0600
38722
38723     XPedite5200 board support
38724
38725     Initial support for Extreme Engineering Solutions XPedite5200 -
38726     a MPC8548-based PMC single board computer.
38727
38728     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
38729
38730 commit 487dcb4fb89be0992bc06ec1341090017bd9cf2f
38731 Author: Peter Tyser <ptyser@xes-inc.com>
38732 Date:   Wed Oct 29 12:39:27 2008 -0500
38733
38734     85xx: Enable inbound PCI config cycles for X-ES boards
38735
38736     Update X-ES Freescale boards to allow inbound PCI configuration
38737     cycles when configured as agent/endpoint.
38738
38739     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
38740
38741 commit ccf0fdd02b97323f8caae18d06cc9daeac2f192f
38742 Author: Peter Tyser <ptyser@xes-inc.com>
38743 Date:   Wed Dec 17 16:36:23 2008 -0600
38744
38745     XPedite5370 board support
38746
38747     Initial support for Extreme Engineering Solutions XPedite5370 -
38748     a MPC8572-based 3U VPX single board computer with a PMC/XMC
38749     site.
38750
38751     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
38752
38753 commit e92739d34e2d6b6aca93b2598248210710897ce8
38754 Author: Peter Tyser <ptyser@xes-inc.com>
38755 Date:   Wed Dec 17 16:36:21 2008 -0600
38756
38757     Add support for PCA953x I2C gpio devices
38758
38759     Initial support for NXP's 4 and 8 bit I2C gpio expanders
38760     (eg pca9537, pca9557, etc). The CONFIG_PCA953X define
38761     enables support for the devices while the CONFIG_CMD_PCA953X
38762     define enables the pca953x command. The CONFIG_CMD_PCA953X_INFO
38763     define enables an 'info' sub-command which provides summary
38764     information for the given pca953x device.
38765
38766     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
38767
38768 commit 7a8979591171676417ab36852d8811a8c46accd8
38769 Author: Peter Tyser <ptyser@xes-inc.com>
38770 Date:   Wed Oct 29 12:39:26 2008 -0500
38771
38772     pci/fsl_pci_init: Enable inbound PCI config cycles
38773
38774     Add fsl_pci_config_unlock() function to enable a
38775     PCI/PCIe interface configured in agent/endpoint mode to
38776     respond to inbound PCI configuration cycles.
38777
38778     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
38779
38780 commit 92c78a3bbcb2ce508b4bf1c4a1e0940406a024bb
38781 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
38782 Date:   Wed Dec 17 16:43:18 2008 +0100
38783
38784     avr32: Remove second definition of virt_to_phys()
38785
38786     The second definition introduced by 65e43a1063 conflicts with the
38787     existing one.
38788
38789     Also, convert the existing definition to use phys_addr_t. The volatile
38790     qualifier is still needed due to brain damage elsewhere.
38791
38792     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
38793
38794 commit b616f2b545f73757669b37386f0b37bb61fc6797
38795 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38796 Date:   Mon Sep 8 22:27:18 2008 +0200
38797
38798     MIPS: qemu_mips: update doc to generate and to use qemu flash, ide file
38799
38800     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38801     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38802
38803 commit 16cdf816779f5b602a9b3b4d2ea4dea05095c35b
38804 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38805 Date:   Tue Dec 16 22:10:31 2008 +0100
38806
38807     MIPS: qemu_mips: update doc to use all disk and boot linux kernel
38808
38809     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38810     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38811
38812 commit 13095b2f07dacb1f863772266c1789d47a523a8a
38813 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38814 Date:   Tue Dec 16 22:10:30 2008 +0100
38815
38816     MIPS: qemu_mips: move env storage just after u-boot
38817
38818     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38819     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38820
38821 commit aced78d852d0b009e8aaa1445af8cb40861ee549
38822 Author: Wolfgang Denk <wd@denx.de>
38823 Date:   Tue Dec 16 23:48:27 2008 +0100
38824
38825     Prepare 2009.01-rc1
38826
38827     Signed-off-by: Wolfgang Denk <wd@denx.de>
38828
38829 commit 9e2a79b4c585ad31138fb90b68fd0234d64a8da8
38830 Author: Wolfgang Denk <wd@denx.de>
38831 Date:   Tue Dec 16 23:13:46 2008 +0100
38832
38833     include/configs/at91cap9adk.h: fix typo.
38834
38835     Signed-off-by: Wolfgang Denk <wd@denx.de>
38836
38837 commit 45ca04f2377361593151d2d4da51f8ba4832d233
38838 Author: Wolfgang Denk <wd@denx.de>
38839 Date:   Tue Dec 16 22:32:25 2008 +0100
38840
38841     board/trab/memory.c: Fix compile problems.
38842
38843     Apply changes from commit 44b4dbed to board/trab/memory.c, too.
38844
38845     Actually we'd need a major cleanup here - as it turns out,
38846     board/trab/memory.c is more or less a verbatim copy of
38847     post/drivers/memory.c ... but then, trab is EOL anyway,r
38848     so this is not worth the effort.
38849
38850     Signed-off-by: Wolfgang Denk <wd@denx.de>
38851
38852 commit ff49ea8977b56916edd5b1766d9939010e30b181
38853 Author: Scott Wood <scottwood@freescale.com>
38854 Date:   Tue Dec 16 14:24:16 2008 -0600
38855
38856     NAND: Mark the BBT as scanned prior to calling scan_bbt.
38857
38858     Otherwise, recursion can occur if scan_bbt does not find a bad block
38859     table, and tries to write one, and the attempt to erase the BBT area
38860     causes a bad block check.
38861
38862     Signed-off-by: Scott Wood <scottwood@freescale.com>
38863
38864 commit 584eedab66d0828f2d571a24b10526c4e65f547b
38865 Author: Ilya Yanok <yanok@emcraft.com>
38866 Date:   Thu Dec 11 05:51:57 2008 +0300
38867
38868     jffs2: include <linux/mtd/compat.h> instead of defining own min_t
38869
38870     Include <linux/mtd/compat.h> header for min_t definition instead of
38871     providing our own one. Removes warnings in case of OneNAND support
38872     enabled.
38873
38874     Although I thinks it's a bit silly to include <linux/mtd/compat.h>
38875     just for min_t...
38876
38877     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
38878     Acked-by: Stefan Roese <sr@denx.de>
38879
38880 commit b1ffecec37b57a59c139042267faac458e5324e9
38881 Author: Becky Bruce <beckyb@kernel.crashing.org>
38882 Date:   Wed Dec 3 23:04:37 2008 -0600
38883
38884     powerpc: fix io.h build warning with CONFIG_PHYS_64BIT
38885
38886     Casting a pointer to a phys_addr_t when it's an unsigned long long
38887     on a 32-bit system without first casting to a non-pointer type
38888     generates a compiler warning. Fix this.
38889
38890     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
38891
38892 commit 6cdadcb3f1b6eac4a1c4256acaa1438413f95351
38893 Author: Wolfgang Denk <wd@denx.de>
38894 Date:   Tue Dec 16 16:22:50 2008 +0100
38895
38896     trab: make trab_fkt standalone code independent of libgcc
38897
38898     Use our own local functions in lib_arm/ instead.
38899
38900     Signed-off-by: Wolfgang Denk <wd@denx.de>
38901
38902 commit aa1bcca3d2e22af4dea9f02132f9b56a30378ded
38903 Author: Wolfgang Denk <wd@denx.de>
38904 Date:   Tue Dec 16 14:44:06 2008 +0100
38905
38906     post/Makefile: fix dependency problem with parallel builds
38907
38908     Parallel builds (using "make -jN") would occasionally fail with error
38909     messages like
38910         ppc_4xxFP-objdump: string.o: File format not recognized
38911     or
38912         post/libpost.a(cpu.o): In function `cpu_post_test':
38913         /home/wd/git/u-boot/work/post/lib_ppc/cpu.c:130: undefined reference to `cpu_post_test_string'
38914     or similar. We now make sure to run the 'postdeps" step before
38915     attempting to build the specific POST libraries.
38916
38917     Signed-off-by: Wolfgang Denk <wd@denx.de>
38918
38919 commit 4a0f7538c5c0805fd9a791967bbabacc41deadd9
38920 Author: Wolfgang Denk <wd@denx.de>
38921 Date:   Tue Dec 16 14:41:02 2008 +0100
38922
38923     Makefile: fix dependency problem with parallel builds
38924
38925     Parallel builds (using "make -jN") would occasionally fail with error
38926     messages like
38927         include/autoconf.mk:212: *** missing separator.  Stop.
38928     Line numbers and affected boards were changing. Obviously some
38929     Makefiles included autoconf.mk while it was still being written to.
38930     As a fix, we now write to a temporary file first and then rename it,
38931     so that it is really ready to use as soon as it appears.
38932
38933     Signed-off-by: Wolfgang Denk <wd@denx.de>
38934
38935 commit 455ae7e87f67c44e6aea68865c83acadd3fcd36c
38936 Author: Wolfgang Denk <wd@denx.de>
38937 Date:   Tue Dec 16 01:02:17 2008 +0100
38938
38939     Coding style cleanup, update CHANGELOG.
38940
38941     Signed-off-by: Wolfgang Denk <wd@denx.de>
38942
38943 commit 84bc72d90c505fec3ef4b693995407a0bd4064e5
38944 Author: Mike Frysinger <vapier@gentoo.org>
38945 Date:   Thu Dec 11 18:39:08 2008 -0500
38946
38947     spi/stmicro: fix debug() display of cmd
38948
38949     The stmicro_wait_ready() func tries to show the actual opcode that was sent
38950     to the device, but instead it displays the array pointer.  Fix it to pull
38951     out the opcode from the start of the array.
38952
38953     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38954
38955 commit 5b3375ac8c36c29c87abb132fede0509eb21e5c9
38956 Author: Mike Frysinger <vapier@gentoo.org>
38957 Date:   Thu Dec 11 06:23:37 2008 -0500
38958
38959     env_sf: support embedded environments
38960
38961     If both CONFIG_ENV_SECT_SIZE and CONFIG_ENV_SIZE are defined, and the sect
38962     size is larger than the env size, then it means the env is embedded in a
38963     block.  So we have to save/restore the part of the sector which is not the
38964     environment.  Previously, saving the environment in SPI flash in this
38965     setup would probably brick the board as the rest of the sector tends to
38966     contain actual U-Boot data/code.
38967
38968     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38969     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
38970
38971 commit ecf5f077c8e77454f532eaac3e3afb7cfc48c62d
38972 Author: Timur Tabi <timur@freescale.com>
38973 Date:   Wed Dec 3 11:28:30 2008 -0600
38974
38975     i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functions
38976
38977     All implementations of the functions i2c_reg_read() and
38978     i2c_reg_write() are identical. We can save space and simplify the
38979     code by converting these functions into inlines and putting them in
38980     i2c.h.
38981
38982     Signed-off-by: Timur Tabi <timur@freescale.com>
38983     Acked-By: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38984
38985 commit e39cd81c44740d7355d277ed3d38536cbe1e003d
38986 Author: Dave Liu <daveliu@freescale.com>
38987 Date:   Fri Dec 5 15:36:14 2008 +0800
38988
38989     lib_ppc: rework the flush_cache
38990
38991     - It is possible to miss flush/invalidate the last
38992       cache line, we fix it at here.
38993     - add the volatile and memory clobber.
38994
38995     They are pointed by Scott Wood.
38996
38997     Signed-off-by: Dave Liu <daveliu@freescale.com>
38998
38999 commit 63240ba88cd6a220057a0f28e5bf97f5b17ac84b
39000 Author: Kumar Gala <galak@kernel.crashing.org>
39001 Date:   Sat Dec 13 17:20:28 2008 -0600
39002
39003     Introduce addr_map library
39004
39005     Add a library that helps in translating between virtual and physical
39006     addresses.  This library can be useful as a simple means to implement
39007     map_physmem() and virt_to_phys() for platforms that need functionality
39008     beyond the simple 1:1 mapping.
39009
39010     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39011
39012 commit 65e43a10631537dcb92c302d36301a12308216c3
39013 Author: Kumar Gala <galak@kernel.crashing.org>
39014 Date:   Sat Dec 13 17:20:27 2008 -0600
39015
39016     Introduce virt_to_phys()
39017
39018     virt_to_phys() returns the physical address given a virtual. In most
39019     cases this will be just the input value as the vast majority of
39020     systems run in a 1:1 mode.
39021
39022     However in systems that are not running this way it should report the
39023     physical address or ~0 if no mapping exists for the given virtual
39024     address.
39025
39026     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39027
39028 commit 45845301af3de8675c1f7bbc815c6de35452605a
39029 Author: Yuri Tikhonov <yur@emcraft.com>
39030 Date:   Sun Dec 7 22:12:50 2008 +0100
39031
39032     POST Make: fix the sub-dir dependencies missing.
39033
39034     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
39035
39036 commit 22525779cb51f1bbe4e96fea7b778de1935a5a69
39037 Author: Martin Michlmayr <tbm@cyrius.com>
39038 Date:   Wed Aug 6 14:44:05 2008 +0300
39039
39040     Fix a typo in fw_env.config
39041
39042     Reported-by: Martin Michlmayr <tbm@cyrius.com>
39043     Signed-off-by: Wolfgang Denk <wd@denx.de>
39044
39045 commit ba490b7761c62b549c222a9723e532dc801a3899
39046 Author: Peter Tyser <ptyser@xes-inc.com>
39047 Date:   Mon Dec 1 16:22:45 2008 -0600
39048
39049     Remove unused CONFIG_ADDR_STREAMING defines
39050
39051     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
39052
39053 commit d16da93430520d3e46c1ab52eedacf36ab7a2311
39054 Author: Peter Tyser <ptyser@xes-inc.com>
39055 Date:   Mon Nov 24 11:54:47 2008 -0600
39056
39057     cmd_mem: Remove unused variable
39058
39059     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
39060
39061 commit 3aed3aa2c128ce9fb39ca3f4e9385a7499e93dbf
39062 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39063 Date:   Sun Dec 14 10:29:39 2008 +0100
39064
39065     Fix new found CFG_
39066
39067     Also fix some minor typos.
39068
39069     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39070     Signed-off-by: Wolfgang Denk <wd@denx.de>
39071
39072 commit 0e0c862efe7279e9609db74d758cd1b84c6c7209
39073 Author: Sergei Poselenov <sposelenov@emcraft.com>
39074 Date:   Fri Sep 19 12:07:34 2008 +0200
39075
39076     Remove compiler warning: target CPU does not support interworking
39077
39078     This warning is issued by modern ARM-EABI GCC on non-thumb targets.
39079
39080     Signed-off-by: Vladimir Panfilov <pvr@emcraft.com>
39081     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
39082
39083 commit cd6734510a9ff0f41c4a73567d4080ea0033d2c1
39084 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39085 Date:   Mon Nov 24 13:33:51 2008 +0100
39086
39087     Fix FIT and FDT support to have CONFIG_OF_LIBFDT and CONFIG_FIT independent
39088
39089     FDT support is used for both FIT style images and for architectures
39090     that can pass a fdt blob to an OS (ppc, m68k, sparc).
39091
39092     For other architectures and boards which do not pass a fdt blob to an
39093     OS but want to use the new uImage format, we just need FIT support.
39094
39095     Now we can have the 4 following configurations :
39096
39097     1) FIT only             CONFIG_FIT
39098     2) fdt blob only        CONFIG_OF_LIBFDT
39099     3) both                 CONFIG_OF_LIBFDT & CONFIG_FIT
39100     4) none                 none
39101
39102     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39103
39104 commit 19ef4f7a6ef3b725aa9fe4b4f5fb676a84160172
39105 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
39106 Date:   Wed Dec 10 15:13:32 2008 +0100
39107
39108     ppc4xx: Disable EEPROM write access on PMC440 boards
39109
39110     This patch disables EEPROM wrtie access by default on PMC440 board.
39111
39112     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
39113
39114 commit 5b67a1439a73ba6c34007d9ff60a2c6aa90265df
39115 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
39116 Date:   Wed Dec 10 15:12:56 2008 +0100
39117
39118     ppc4xx: Fix Ethernet PHY LED configuration on PMC440 boards
39119
39120     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
39121
39122 commit 71fa0714fe5134bc8718c38d5261d267e88582ba
39123 Author: Stefan Roese <sr@denx.de>
39124 Date:   Tue Nov 18 16:36:12 2008 +0100
39125
39126     MIPS: Flush data cache upon relocation
39127
39128     This patch now adds a flush to the data cache upon relocation. The
39129     current implementation is missing this. Only a comment states that it
39130     should be done. So let's really do it now.
39131
39132     Signed-off-by: Stefan Roese <sr@denx.de>
39133     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39134
39135 commit 44174343688dba32571a34550dba08971c65fef1
39136 Author: Stefan Roese <sr@denx.de>
39137 Date:   Tue Nov 18 16:36:22 2008 +0100
39138
39139     MIPS: Add CONFIG_SKIP_LOWLEVEL_INIT
39140
39141     This patch adds the CONFIG_SKIP_LOWLEVEL_INIT option to start.S. This
39142     enables support for boards where the lowlevel initialization is
39143     already done when U-Boot runs (e.g. via OnChip ROM).
39144
39145     This will be used in the upcoming VCTH board support.
39146
39147     Signed-off-by: Stefan Roese <sr@denx.de>
39148     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39149
39150 commit db08ecaa6eb8176904b3bae103a85ee8f735dc40
39151 Author: Stefan Roese <sr@denx.de>
39152 Date:   Wed Nov 12 13:18:02 2008 +0100
39153
39154     MIPS: Add board_early_init_f() to init_sequence
39155
39156     This patch adds the board_early_init_f() call to the MIPS init
39157     sequence. A weak dummy implementation is also added which can be
39158     overridden by a board specific version.
39159
39160     This will be used by the upcoming VCTH board support.
39161
39162     Signed-off-by: Stefan Roese <sr@denx.de>
39163     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39164
39165 commit 9d23fc584c4b7b8bb9ecbee48920b1b04b08fa1b
39166 Author: Stefan Roese <sr@denx.de>
39167 Date:   Wed Nov 12 13:18:19 2008 +0100
39168
39169     MIPS: Add onenand_init() to board.c and move nand_init()
39170
39171     This patch adds a call to onenand_init() for OneNAND support and moves
39172     the nand_init() call to an earlier place, so that the environment can
39173     be used from NAND and OneNAND.
39174
39175     Signed-off-by: Stefan Roese <sr@denx.de>
39176     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39177
39178 commit d8bbc51c7ba9b737a20984333d19fe28a3526431
39179 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
39180 Date:   Tue Dec 9 11:32:46 2008 +0900
39181
39182     sh: Update sh2/sh2a timer
39183
39184     Renesas SH2/SH2A timer broken.
39185     This patch fix timer function.
39186
39187     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
39188     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39189
39190 commit a319f1496210117b73198e3d889ffffaf6825d00
39191 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39192 Date:   Fri Dec 5 07:27:37 2008 +0100
39193
39194     sh: r2dplus fix register access
39195
39196     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39197     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39198
39199 commit 4d4a96055f6917335a89dbdf2e5556fa5ac329f6
39200 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39201 Date:   Tue Dec 2 07:40:03 2008 +0100
39202
39203     sh: r2dplus/lowlevel_init: coding style fix
39204
39205     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39206     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39207
39208 commit c54b9a42d8f5ab5b2a039b3a2e6fde8b427745e5
39209 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
39210 Date:   Tue Nov 25 11:05:19 2008 +0900
39211
39212     sh: Changed value of CACHE_OC_NUM_ENTRIES and CACHE_OC_WAY_SHIFT
39213
39214     SH4 is different a value of CACHE_OC_NUM_ENTRIES and
39215     CACHE_OC_WAY_SHIFT every CPU.
39216     This patch corrects these values.
39217
39218     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
39219     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39220
39221 commit e9d5f35497885b3c65d494d09a525d443dcccd3b
39222 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
39223 Date:   Thu Nov 20 16:44:42 2008 +0900
39224
39225     sh: Update sh timer function
39226
39227     Change to write/readX function and fix timer problem.
39228
39229     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
39230     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39231
39232 commit b81786cff476c41e332eaeb679158f6527cd67d4
39233 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
39234 Date:   Tue Nov 4 11:58:58 2008 +0900
39235
39236     sh: Migo-R: Update BSC value
39237
39238     A value of BSC CS4 was wrong, Fixed it.
39239
39240     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
39241     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39242
39243 commit 5783758fd260a02f44566ad8f29f899565cd0403
39244 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
39245 Date:   Mon Nov 17 16:52:09 2008 +0900
39246
39247     sh: Update ms7722se board config
39248
39249     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
39250     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39251
39252 commit 15e2697c9f7fb2ba672a1a70f07cd6d9d4e92b51
39253 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
39254 Date:   Mon Nov 17 16:53:09 2008 +0900
39255
39256     sh: Update SuperH serial driver
39257
39258     The address of SCFSR register is wrong at SH7720/SH7721.
39259     This patch fix this.
39260
39261     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
39262     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39263
39264 commit 9a1d3557dcd47365c12eeab584b822e57d994352
39265 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39266 Date:   Tue Nov 11 22:20:15 2008 +0100
39267
39268     sh: fix rsk7203 and MigoR out of tree build
39269
39270     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39271     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39272
39273 commit 1951f847f0a851853871b613ad7cf21a5242226c
39274 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
39275 Date:   Wed Dec 10 14:41:25 2008 +0100
39276
39277     ppc4xx: Update TEXT_BASE for CPCI405 boards
39278
39279     This patch fixes building U-Boot for CPCI405 boards.
39280
39281     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
39282     Signed-off-by: Stefan Roese <sr@denx.de>
39283
39284 commit 8c92af7b2fbd60ae87379477f93c7ec9441b7452
39285 Author: Stefan Roese <sr@denx.de>
39286 Date:   Tue Dec 9 20:08:01 2008 +0100
39287
39288     ppc4xx: Remove some features from ALPR to fit into 256k again
39289
39290     Signed-off-by: Stefan Roese <sr@denx.de>
39291
39292 commit 3b089e4f889a2902449d55e081c886ae607cae89
39293 Author: Stefan Roese <sr@denx.de>
39294 Date:   Wed Dec 10 10:32:59 2008 +0100
39295
39296     UBI: Set ubi_dev.type back to DEV_TYPE_NONE upon failing initialization
39297
39298     With this patch we set the type back to NONE upon failing UBI partition
39299     initialization. Otherwise further calls to the UBI subsystem would try
39300     to really access the non-existing UBI partition.
39301
39302     Thanks to Michael Lawnick for pointing this out.
39303
39304     Signed-off-by: Stefan Roese <sr@denx.de>
39305
39306 commit 817329351639a8895cd9b87b33aeff043f3d5a44
39307 Author: Stefan Roese <sr@denx.de>
39308 Date:   Wed Dec 10 10:28:33 2008 +0100
39309
39310     UBI: Return -ENOMEM upon failing malloc
39311
39312     Return with correct error code (-ENOMEM) from ubi_attach_mtd_dev() upon
39313     failing malloc().
39314
39315     Signed-off-by: Stefan Roese <sr@denx.de>
39316
39317 commit 2145188bea2df8f2b47a87ec3071b55027e8d0ae
39318 Author: Ben Warren <biggerbadderben@gmail.com>
39319 Date:   Tue Dec 9 23:34:15 2008 -0800
39320
39321     Fix compile error in building MBX860T.
39322
39323     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
39324
39325 commit 8fab49ea911fe925392fa5afcc9bc7373a3d0cee
39326 Author: Michal Simek <monstr@monstr.eu>
39327 Date:   Tue Nov 25 11:42:20 2008 +0100
39328
39329     microblaze: Remove XUPV2P board
39330
39331     ---
39332
39333     Microblaze platforms use generic settings and to have
39334     many platforms is confusing that's why I decided to remove this
39335     platform from U-BOOT. ml401 tree is sufficient for covering
39336     all Microblaze platforms.
39337
39338     This change will go through microblaze custodian tree.
39339
39340 commit 99ba6f353582720defff6e6e6761dc455a207d31
39341 Author: Michal Simek <monstr@monstr.eu>
39342 Date:   Mon Nov 24 18:25:41 2008 +0100
39343
39344     microblaze: Remove CONFIG_LIBFDT due to error in common files
39345
39346 commit e7d591e823a991513833af7030468409e25a3b13
39347 Author: Michal Simek <monstr@monstr.eu>
39348 Date:   Mon Nov 24 11:43:00 2008 +0100
39349
39350     microblaze: Fix ml401 uart16550 setting
39351
39352     Signed-off-by: Michal Simek <monstr@monstr.eu>
39353
39354 commit c85ff0553a8cfbcca51c15b947e1ed55d3810a39
39355 Author: Michal Simek <monstr@monstr.eu>
39356 Date:   Mon Nov 24 11:38:22 2008 +0100
39357
39358     microblaze: Set up relocation is done
39359
39360 commit bcb6dd9187d4b23c748704767bd12d20c829e996
39361 Author: Mike Frysinger <vapier@gentoo.org>
39362 Date:   Tue Dec 9 23:20:31 2008 -0500
39363
39364     tools/netconsole: new script for working with netconsole over UDP
39365
39366     While the doc/README.NetConsole does have a snippet for people to
39367     create their own netcat script, it's a lot easier to make a simple
39368     dedicated script and tell people to use it.
39369
39370     Also spruce it up a bit to make it user friendly.
39371
39372     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
39373
39374 commit 8c5170a7d088601d5f30d85093388dab1f1e8ec0
39375 Author: Sonic Zhang <Sonic.Zhang@analog.com>
39376 Date:   Tue Dec 9 23:20:18 2008 -0500
39377
39378     fs/fat: handle FAT on SATA
39379
39380     The FAT file system driver should also handle FAT on SATA devices.
39381
39382     Signed-off-by: Sonic Zhang <Sonic.Zhang@analog.com>
39383     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
39384
39385 commit 4cd8ed40615a7d741ef2f09ee53779ec6907b8a6
39386 Author: Ben Warren <biggerbadderben@gmail.com>
39387 Date:   Tue Dec 9 23:26:31 2008 -0800
39388
39389     Fix compile error in building MBX860T.
39390     Bug was introduced in 9eb79bd8856bcab896ed5e1f1bca159807a124dd
39391
39392     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
39393
39394 commit 97a24a78ee6f34b89b821cb70eda1cf34aa11d97
39395 Author: Jerry Van Baren <gvb.uboot@gmail.com>
39396 Date:   Mon Nov 24 08:15:02 2008 -0500
39397
39398     libfdt: Fix redefined uintptr_t warning for USE_HOSTCC
39399
39400     Compiling U-Boot in an old OS environment (RedHat-7.3  :-)  gives the
39401     following warnings from FDT:
39402
39403     include/libfdt_env.h:50: warning: redefinition of 'uintptr_t'
39404     /usr/include/stdint.h:129: warning: 'uintptr_t' previously declared here
39405
39406     Fix: Protect the definition of uintptr_t when compiling on the host
39407     system.
39408
39409     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
39410
39411 commit 1fc2b165c51d6f40c8d505f1b3eaefdb6599b17b
39412 Author: Graeme Russ <graeme.russ@gmail.com>
39413 Date:   Sat Nov 22 08:43:29 2008 +1100
39414
39415     Moved sc520 PCI definitions to stand-alone file
39416
39417     Signed Off By: Graeme Russ <graeme.russ@gmail.com>
39418
39419 commit 1f5070c0c18fa5684bfce09c8abdf10c04ed48fa
39420 Author: Graeme Russ <graeme.russ@gmail.com>
39421 Date:   Sat Nov 22 08:43:21 2008 +1100
39422
39423     Fixed path to sc520 SSI include file
39424
39425     Signed Off By: Graeme Russ <graeme.russ@gmail.com>
39426
39427 commit d4f70da544c33db3e4fce6473dea4ecca4322545
39428 Author: Graeme Russ <graeme.russ@gmail.com>
39429 Date:   Fri Nov 21 06:28:05 2008 +1100
39430
39431     Fixed build error due to #define of _LINUX_STRING_H_ in 82559_eeprom.c
39432
39433     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
39434
39435 commit c034075a713b60e654c64e88e87da29440f31bb4
39436 Author: Stefan Roese <sr@denx.de>
39437 Date:   Wed Nov 12 13:30:10 2008 +0100
39438
39439     serial: Add vcth UART driver
39440
39441     This patch adds the UART driver for the upcoming VCTH board support.
39442
39443     Signed-off-by: Stefan Roese <sr@denx.de>
39444
39445 commit 142a80ffc3b537a9c45acd2444a42a77f147c602
39446 Author: Ilya Yanok <yanok@emcraft.com>
39447 Date:   Thu Nov 13 19:49:36 2008 +0300
39448
39449     jffs2: cache data_crc results
39450
39451     As we moved data_crc() invocation from jffs2_1pass_build_lists() to
39452     jffs2_1pass_read_inode() data_crc is going to be calculated on each
39453     inode access. This patch adds caching of data_crc() results. There
39454     is no significant improvement in speed (because of flash access
39455     caching added in previous patch I think, crc in RAM is really fast)
39456     but this patch impacts memory usage -- every b_node structure uses
39457     12 bytes instead of 8.
39458
39459     Signed-off-by: Alexey Neyman <avn@emcraft.com>
39460     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
39461
39462 commit 9b7076229ec6a958bd835ab70745f7676297ce82
39463 Author: Ilya Yanok <yanok@emcraft.com>
39464 Date:   Thu Nov 13 19:49:35 2008 +0300
39465
39466     jffs2: summary support
39467
39468     This patch adds support for reading fs information from summary
39469     node instead of scanning full eraseblock.
39470
39471     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
39472
39473 commit 70741004dc28946cd82c7af6789c4ddb3fc94526
39474 Author: Ilya Yanok <yanok@emcraft.com>
39475 Date:   Thu Nov 13 19:49:34 2008 +0300
39476
39477     jffs2: add buffer to cache flash accesses
39478
39479     With this patch JFFS2 code allocates memory buffer of max_totlen size
39480     (size of the largest node, calculated during scan time) and uses it to
39481     store entire node. Speeds up loading. If malloc fails we use old ways
39482     to do things.
39483
39484     Signed-off-by: Alexey Neyman <avn@emcraft.com>
39485     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
39486
39487 commit 8a36d31f72411144ac0412ee7e1880e801acd754
39488 Author: Ilya Yanok <yanok@emcraft.com>
39489 Date:   Thu Nov 13 19:49:33 2008 +0300
39490
39491     jffs2: rewrite jffs2 scanning code based on Linux one
39492
39493     Rewrites jffs2_1pass_build_lists() function in style of Linux's
39494     jffs2_scan_medium() and jffs2_scan_eraseblock().
39495     This includes:
39496      - Caching flash acceses
39497      - Smart dealing with free space
39498
39499     Signed-off-by: Alexey Neyman <avn@emcraft.com>
39500     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
39501
39502 commit e0b5532579eda8b4629f1b4f6e49c3cc60f52237
39503 Author: Ilya Yanok <yanok@emcraft.com>
39504 Date:   Thu Nov 13 19:49:32 2008 +0300
39505
39506     jffs2: add sector_size field to part_info structure
39507
39508     This patch adds sector_size field to part_info structure (used
39509     by new JFFS2 code).
39510
39511     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
39512
39513 commit f73846956778a7dfee83403ef9747aff77198848
39514 Author: Ilya Yanok <yanok@emcraft.com>
39515 Date:   Thu Nov 13 19:49:31 2008 +0300
39516
39517     jffs2: fix searching for latest version in jffs2_1pass_list_inodes()
39518
39519     We need to update i_version inside cycle to find really latest version
39520     inside jffs2_1pass_list_inodes(). With that fixed we can use isize inside
39521     dump_inode() instead of calling expensive jffs2_1pass_read_inode().
39522
39523     Signed-off-by: Alexey Neyman <avn@emcraft.com>
39524     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
39525
39526 commit 1113cb764b3da256ef8a1f9539f4efbe221ff3c4
39527 Author: Wolfgang Denk <wd@denx.de>
39528 Date:   Tue Dec 9 23:13:51 2008 +0100
39529
39530     evb64260: fix "cast to pointer from integer of different size" warnings
39531
39532     Signed-off-by: Wolfgang Denk <wd@denx.de>
39533
39534 commit d2776827315c3d469b8cb4cec14d58877798daa2
39535 Author: Stefan Althoefer <stefan.althoefer@web.de>
39536 Date:   Sun Dec 7 19:39:11 2008 +0100
39537
39538     USB: descriptor handling
39539
39540     Hi,
39541
39542     I found a bug when working with the u-boot USB subsystem on IXP425 processor
39543     (big endian Xscale aka ARMv5).
39544     I recognized that the second usb_endpoint_descriptor of the attached memory
39545     stick was corrupted.
39546
39547     The reason for this are the packed structures below (either u-boot and
39548     u-boot-usb):
39549
39550     --------------
39551     /* Endpoint descriptor */
39552     struct usb_endpoint_descriptor {
39553         unsigned char  bLength;
39554         unsigned char  bDescriptorType;
39555         unsigned char  bEndpointAddress;
39556         unsigned char  bmAttributes;
39557         unsigned short wMaxPacketSize;
39558         unsigned char  bInterval;
39559         unsigned char  bRefresh;
39560         unsigned char  bSynchAddress;
39561
39562     } __attribute__ ((packed));
39563     /* Interface descriptor */
39564     struct usb_interface_descriptor {
39565         unsigned char  bLength;
39566         unsigned char  bDescriptorType;
39567         unsigned char  bInterfaceNumber;
39568         unsigned char  bAlternateSetting;
39569         unsigned char  bNumEndpoints;
39570         unsigned char  bInterfaceClass;
39571         unsigned char  bInterfaceSubClass;
39572         unsigned char  bInterfaceProtocol;
39573         unsigned char  iInterface;
39574
39575         unsigned char  no_of_ep;
39576         unsigned char  num_altsetting;
39577         unsigned char  act_altsetting;
39578         struct usb_endpoint_descriptor ep_desc[USB_MAXENDPOINTS];
39579     } __attribute__ ((packed));
39580     ------------
39581
39582     As usb_endpoint_descriptor is only 7byte in length, the start of all
39583     odd ep_desc[] structures is not word aligned. This makes wMaxPacketSize
39584     of these structures also not word aligned.
39585
39586     ARMv5 Architecture however does not support non-aligned multibyte
39587     data type (see A2.8 of ARM Architecture Reference Manual).
39588
39589     Signed-off-by: Stefan Althoefer <stefan.althoefer@web.de>
39590     Signed-off-by: Remy Böhmer <linux@bohmer.net>
39591
39592 commit 4c253fdb2a175ea3472c38a1455a16faa58e81f0
39593 Author: Kumar Gala <galak@kernel.crashing.org>
39594 Date:   Tue Dec 9 10:27:33 2008 -0600
39595
39596     drivers/fsl_pci_init: Fix compile warning
39597
39598     fsl_pci_init.c: In function 'fsl_pci_setup_inbound_windows':
39599     fsl_pci_init.c:122: warning: comparison is always true due to limited range of data type
39600
39601     The check only makes sense if we are CONFIG_PHYS_64BIT
39602
39603     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39604
39605 commit dedacc18a8c2b3951581eb721fa055a4e0ac4845
39606 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39607 Date:   Sun Dec 7 09:45:35 2008 +0100
39608
39609     usbtty/omap: update to current API
39610
39611     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39612     Signed-off-by: Remy Böhmer <linux@bohmer.net>
39613
39614 commit ee2e9ba917a62cc2e3a484bb79c8da0e01cb93ed
39615 Author: Anatolij Gustschin <agust@denx.de>
39616 Date:   Tue Dec 9 17:52:05 2008 +0100
39617
39618     video: fix FADS823 and RRvision compiling issues
39619
39620     Since commit 561858ee building for FADS823 and RRvision
39621     doesn't work. Let's include version.h and timestamp.h
39622     unconditionally to fix the problem.
39623
39624     Signed-off-by: Anatolij Gustschin <agust@denx.de>
39625
39626 commit 2d2e05727fe4013f807ffa814dff0e75259a1db4
39627 Author: Stefan Roese <sr@denx.de>
39628 Date:   Tue Dec 2 10:53:47 2008 +0100
39629
39630     UBI: Fix size parsing in "ubi create"
39631
39632     Signed-off-by: Stefan Roese <sr@denx.de>
39633
39634 commit 2ee951ba2ac9874d2a93d52e7a187d3184be937e
39635 Author: Stefan Roese <sr@denx.de>
39636 Date:   Thu Nov 27 14:07:09 2008 +0100
39637
39638     UBI: Enable re-initializing of the "ubi part" command
39639
39640     With this patch now, the user can call "ubi part" multiple times to
39641     re-connect the UBI device to another MTD partition.
39642
39643     Signed-off-by: Stefan Roese <sr@denx.de>
39644
39645 commit 9def12cae33d2d3ea2dd56b197fd3dfb3ad60bf4
39646 Author: Stefan Roese <sr@denx.de>
39647 Date:   Thu Nov 27 14:05:15 2008 +0100
39648
39649     MTD: Fix problem based on non-working relocation (list head mtd_partitions)
39650
39651     Don't use LIST_HEAD() but initialize the struct via INIT_LIST_HEAD() upon
39652     first call of add_mtd_partitions(). Otherwise this won't work on platforms
39653     where the relocation is broken (like MIPS or PPC).
39654
39655     Signed-off-by: Stefan Roese <sr@denx.de>
39656
39657 commit 5e3ab68e9acf9edf304b8aa32ad7e005483a2c47
39658 Author: Trent Piepho <tpiepho@freescale.com>
39659 Date:   Wed Nov 12 17:29:48 2008 -0800
39660
39661     Section name should be ".data", not "data"
39662
39663     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
39664     Signed-off-by: Wolfgang Denk <wd@denx.de>
39665
39666 commit 7fa6a2f3b66579dea8bc1a9177646e1141731b15
39667 Author: Wolfgang Denk <wd@denx.de>
39668 Date:   Tue Dec 9 00:39:08 2008 +0100
39669
39670     MAKEALL: Automatically use parallel builds
39671
39672     Add logic to the MAKEALL script to determine the number of CPU cores
39673     on the system, and run a parallel build if there is more than one.
39674     Usually this significantrly accelerates builds.
39675
39676     Allow to manually adjust the number of parallel make jobs by using
39677     the "BUILD_NCPUS" environment variable.
39678
39679     Signed-off-by: Wolfgang Denk <wd@denx.de>
39680
39681 commit 268405fa7c44156c5192a70779920c70906af8d6
39682 Author: Wolfgang Denk <wd@denx.de>
39683 Date:   Tue Dec 9 00:24:30 2008 +0100
39684
39685     vxworks.h: Fix build problem introduced by commits 29a4c24d/e9084b23
39686
39687     Signed-off-by: Wolfgang Denk <wd@denx.de>
39688
39689 commit 153176a9414120ca1736f3cc4951623d6e14e6af
39690 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39691 Date:   Tue Nov 11 06:08:59 2008 +0100
39692
39693     avr32/bootm: remove unused variable 'ret'
39694
39695     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39696     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
39697
39698 commit 434c51a5e62f608a2a78ed5398ac43a1c77cc183
39699 Author: Peter Tyser <ptyser@xes-inc.com>
39700 Date:   Wed Nov 12 13:06:48 2008 -0600
39701
39702     Remove unneeded CONFIG_SHELL references
39703
39704     Make should be using the bash shell by default which makes
39705     CONFIG_SHELL unnecessary
39706
39707     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
39708
39709 commit cf7a7b99794bac936899819b95539be1dbd71708
39710 Author: Peter Tyser <ptyser@xes-inc.com>
39711 Date:   Wed Nov 12 12:33:20 2008 -0600
39712
39713     Use bash for default GNU Make shell application
39714
39715     Some Make script commands rely on bash-specific features like brace
39716     expansion, so default to bash for the SHELL variable with a fallback
39717     to the standard sh shell
39718
39719     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
39720
39721 commit 4b530018764934ad5689196e9aa5714a6f4d1a6c
39722 Author: Heiko Schocher <hs@denx.de>
39723 Date:   Wed Nov 12 09:50:45 2008 +0100
39724
39725     jffs2: rename devices_init () in common/jffs2.c
39726
39727     rename devices_init () in common/jffs2.c to
39728     jffs2_devices_init (), because there is also a
39729     devices_init () in common/devices.c.
39730
39731     Signed-off-by: Heiko Schocher <hs@denx.de>
39732
39733 commit af5eb847a10f1037590001355d88bab3fe7be48b
39734 Author: Daniel Hellstrom <daniel@gaisler.com>
39735 Date:   Mon Nov 10 12:46:20 2008 +0000
39736
39737     SPARC: Fixed compiler error introduced by commit c160a9544743
39738
39739     This patch fixes a build error for the SPARC platform. It was
39740     introduced by commit c160a9544743e80e8889edb2275538e7764ce334.
39741
39742     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
39743
39744 commit 4c60259899aa00f59db0d936b8807f9a26411c0f
39745 Author: Gary Jennejohn <garyj@denx.de>
39746 Date:   Sun Nov 9 12:50:59 2008 +0100
39747
39748     mgsuvd add the board-specific part of the HDLC driver
39749
39750     Signed-off-by: Gary Jennejohn <garyj@denx.de>
39751
39752 commit 534a4359666af48bd69a3743d8a8c2bdb1d3ec70
39753 Author: Gary Jennejohn <garyj@denx.de>
39754 Date:   Sun Nov 9 12:45:03 2008 +0100
39755
39756     mgcoge add the board-specific part of the HDLC driver
39757
39758     Signed-off-by: Gary Jennejohn <garyj@denx.de>
39759
39760 commit 135f5534538bb8ea4f38a7030da12187d22ef7e0
39761 Author: Gary Jennejohn <garyj@denx.de>
39762 Date:   Sun Nov 9 12:36:15 2008 +0100
39763
39764     keymile add the common parts of the HDLC driver
39765
39766     This implements the ICN protocol used across the backplane and is
39767     needed by all the keymile boards.
39768
39769     Signed-off-by: Gary Jennejohn <garyj@denx.de>
39770
39771 commit 1cb82a9207a550557399eabc7fe47f21bbd9ddf8
39772 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39773 Date:   Fri Nov 7 22:46:22 2008 +0100
39774
39775     drivers/bios_emulator: Move conditional compilation to Makefile
39776
39777     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39778
39779 commit bcdf1d2cf6b24fb905fd7da80da4b3c65a7995b5
39780 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
39781 Date:   Thu Nov 6 14:01:51 2008 -0500
39782
39783     common/cmd_ide.c: Corrected endian order printing for compact flash serial number.
39784
39785     Corrected endian order printing for compact flash serial number.
39786
39787     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
39788
39789 commit 16a28ef219c27423a1ef502f19070c4d375079b8
39790 Author: Gary Jennejohn <garyj@denx.de>
39791 Date:   Thu Nov 6 15:04:23 2008 +0100
39792
39793     IOMUX: Add console multiplexing support.
39794
39795     Modifications to support console multiplexing.  This is controlled using
39796     CONFIG_SYS_CONSOLE_MUX in the board configuration file.
39797
39798     This allows a user to specify multiple console devices in the environment
39799     with a command like this: setenv stdin serial,nc.  As a result, the user can
39800     enter text on both the serial and netconsole interfaces.
39801
39802     All devices - stdin, stdout and stderr - can be set in this manner.
39803
39804     1) common/iomux.c and include/iomux.h contain the environment setting
39805     implementation.
39806     2) doc/README.iomux contains a somewhat more detailed description.
39807     3) The implementation in (1) is called from common/cmd_nvedit.c to
39808     handle setenv and from common/console.c to handle initialization of
39809     input/output devices at boot time.
39810     4) common/console.c also contains the code needed to poll multiple console
39811     devices for input and send output to all devices registered for output.
39812     5) include/common.h includes iomux.h and common/Makefile generates iomux.o
39813     when CONFIG_SYS_CONSOLE_MUX is set.
39814
39815     Signed-off-by: Gary Jennejohn <garyj@denx.de>
39816
39817 commit 774ce72026f74ac9641bcbbc588b20f2e13f7ab8
39818 Author: Mike Frysinger <vapier@gentoo.org>
39819 Date:   Tue Nov 4 16:03:46 2008 -0500
39820
39821     strings: use puts() rather than printf()
39822
39823     When running `strings` on really long strings, the stack tends to get
39824     smashed due to printf().  Switch to puts() instead since we're only passing
39825     the data through.
39826
39827     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
39828
39829 commit b03150b52e3c491a86a3cc0945274f0e8f9872e7
39830 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
39831 Date:   Mon Nov 3 22:16:18 2008 +0100
39832
39833     Use new CONFIG_SYS_VXWORKS parameters for Netstal boards
39834
39835     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
39836
39837 commit 29a4c24de99d8cb4ac32991c04cab87ed94ca1f9
39838 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
39839 Date:   Mon Nov 3 22:15:34 2008 +0100
39840
39841     cmd_elf.c: Cleanup bootvx and handle new CONFIG_SYS_VXWORKS parameters
39842
39843     - fix size too small by one in sprintf
39844     - changed old (pre 2004) device name ibmEmac to emac
39845     - boot device may be overriden in board config
39846     - servername may be defined in board config
39847     - additional parameters may be defined in board config
39848     - fixed some line wrappings
39849     - replaced  redundant MAX define by max
39850
39851     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
39852
39853 commit e9084b23d16102f44ace24379a1c0c352497ef80
39854 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
39855 Date:   Mon Nov 3 22:14:36 2008 +0100
39856
39857     Add vxworks.h to handle CONFIG_SYS_VXWORKS parameters
39858
39859     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
39860
39861 commit 0b2f4ecad473d785959c7976f20d2a00bd0ee01f
39862 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
39863 Date:   Mon Nov 3 22:13:47 2008 +0100
39864
39865     README: Document CONFIG_SYS parameters for vxworks
39866
39867     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
39868
39869 commit ace514837cac656e29c37a19569cb8ea83071126
39870 Author: Peter Tyser <ptyser@xes-inc.com>
39871 Date:   Fri Oct 31 11:12:38 2008 -0500
39872
39873     lcd: Let the board code show board-specific info cleanup
39874
39875     remove unneeded version.h from lcd.c
39876
39877     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
39878     Signed-off-by: Wolfgang Denk <wd@denx.de>
39879
39880 commit 561858ee7d0274c3e89dc98d4d0698cb6fcf6fd9
39881 Author: Peter Tyser <ptyser@xes-inc.com>
39882 Date:   Mon Nov 3 09:30:59 2008 -0600
39883
39884     Update U-Boot's build timestamp on every compile
39885
39886     Use the GNU 'date' command to auto-generate a new U-Boot
39887     timestamp on every compile.
39888
39889     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
39890
39891 commit 83ad179e2f0f625b88adb8ef5696709e46fb9077
39892 Author: Remy Bohmer <linux@bohmer.net>
39893 Date:   Thu Dec 4 22:25:57 2008 +0100
39894
39895     Remove redundant armv4 flag from arm926ejs compile flags
39896
39897     Currently the arm926ejs tree has the armv4 option set during compilation.
39898     This flag does not belong here because a arm926 CPU is always a armv5 CPU.
39899
39900     Signed-off-by: Remy Bohmer <linux@bohmer.net>
39901
39902 commit 89a7a87f084c657f8e32b513a77b50eca07e17ec
39903 Author: Nicolas Ferre <nicolas.ferre@atmel.com>
39904 Date:   Sat Dec 6 13:11:14 2008 +0100
39905
39906     at91: Choose environment variables location within make config target
39907
39908     This patch adds the possiblity to choose the media where the environment will
39909     be located. This allow to choose this fundamental configuration without editing
39910     config files.
39911
39912     Documentation file added.
39913
39914     Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
39915     Acked-by: Stelian Pop <stelian@popies.net>
39916     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39917
39918 commit 1450c4a6682378567030414a9f1198c39b7730c7
39919 Author: Anatolij Gustschin <agust@denx.de>
39920 Date:   Mon Nov 3 15:30:34 2008 +0100
39921
39922     lwmon, tqm8xx: Fix build errors
39923
39924     Commit 6b59e03e0237a40a2305ea385defdfd92000978b
39925     lcd: Let the board code show board-specific info
39926
39927     introduced some bugs which prevent U-Boot building
39928     for lwmon board if CONFIG_LCD_INFO_BELOW_LOGO will
39929     be defined in the board configuration.
39930
39931     Also "LCD enabled" building for TQM823L doesn't work
39932     since this commit.
39933
39934     This patch fixes above-mentioned issues.
39935
39936     Signed-off-by: Anatolij Gustschin <agust@denx.de>
39937
39938 commit bfa0af6b22ff25b0719a8910f9b6d1f975aa6fb0
39939 Author: Mike Frysinger <vapier@gentoo.org>
39940 Date:   Sun Nov 2 01:18:18 2008 -0400
39941
39942     ignore .gdb_history files
39943
39944     When using gdb, history files will often get generated.  So ignore them.
39945
39946     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
39947
39948 commit c8aa7dfc18f7cc90d0aea6c7becbb67dfc5bba4b
39949 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39950 Date:   Fri Oct 31 12:26:55 2008 +0100
39951
39952     FPGA: move fpga drivers to drivers/fpga
39953
39954     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39955
39956 commit 6a86bb6c25376f0358478219fa28d7c84dd01ed0
39957 Author: Peter Tyser <ptyser@xes-inc.com>
39958 Date:   Mon Dec 1 16:29:38 2008 -0600
39959
39960     net: Fix TftpStart() ip:filename bug
39961
39962     The TftpStart() function modifies the 'BootFile'
39963     string when 'BootFile' contains both an IP address
39964     and filename (eg 1.2.3.4:/path/file). This causes
39965     subsequent calls to TftpStart to incorrectly parse
39966     the TFTP filename and server IP address to use.
39967     For example:
39968
39969     => tftp 0x100000 10.52.0.62:/home/ptyser/non_existant
39970     Speed: 100, half duplex
39971     Using eTSEC1 device
39972     TFTP from server 10.52.0.62; our IP address is 10.52.253.79
39973                      ^^^^^^^^^^ CORRECT
39974     Filename '/home/ptyser/non_existant'.
39975               ^^^^^^^^^^^^^^^^^^^^^^^^^ CORRECT
39976     Load address: 0x100000
39977     Loading: *
39978     TFTP error: 'File not found' (1)
39979     Starting again
39980
39981     eTSEC2: No link.
39982     Speed: 100, half duplex
39983     Using eTSEC1 device
39984     TFTP from server 10.52.0.33; our IP address is 10.52.253.79
39985                      ^^^^^^^^^^ WRONG
39986     Filename '10.52.0.62'.
39987               ^^^^^^^^^^ WRONG
39988     Load address: 0x100000
39989     Loading: *
39990     TFTP error: 'File not found' (1)
39991     Starting again
39992
39993     TftpStart() was modified to not modify the 'BootFile' string.
39994
39995     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
39996     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
39997
39998 commit d32c5be50bf0600bfdc54223ef341ee9c63db445
39999 Author: Peter Tyser <ptyser@xes-inc.com>
40000 Date:   Mon Dec 1 16:26:21 2008 -0600
40001
40002     net: Add additional IP fragmentation check
40003
40004     Ignore IP packets which have the "more fragments" flag bit
40005     set.  This flag indicates the IP packet is fragmented and
40006     must be ignored by U-Boot.
40007
40008     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
40009     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
40010
40011 commit e0c07b868cab405ab4b5335a0247899bfc5ea0b6
40012 Author: Peter Tyser <ptyser@xes-inc.com>
40013 Date:   Mon Dec 1 16:26:20 2008 -0600
40014
40015     net: Define IP flag field values
40016
40017     These defines were pulled from the "Add simple
40018     IP/UDP fragmentation support" patch from Frank
40019     Haverkamp <haver@vnet.ibm.com>.
40020
40021     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
40022     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
40023
40024 commit 23afaba65ec5206757e589ef334a8b38168c045f
40025 Author: Anatolij Gustschin <agust@denx.de>
40026 Date:   Tue Dec 2 10:31:04 2008 +0100
40027
40028     net: tsec: Fix Marvell 88E1121R phy init
40029
40030     This patch tries to ensure that phy interrupt pin
40031     won't be asserted after booting. We experienced
40032     following issues with current 88E1121R phy init:
40033
40034     Marvell 88E1121R phy can be hardware-configured
40035     to share MDC/MDIO and interrupt pins for both ports
40036     P0 and P1 (e.g. as configured on socrates board).
40037     Port 0 interrupt pin will be shared by both ports
40038     in such configuration. After booting Linux and
40039     configuring eth0 interface, port 0 phy interrupts
40040     are enabled. After rebooting without proper eth0
40041     interface shutdown port 0 phy interrupts remain
40042     enabled so any change on port 0 (link status, etc.)
40043     cause assertion of the interrupt. Now booting Linux
40044     and configuring eth1 interface will cause permanent
40045     phy interrupt storm as the registered phy 1 interrupt
40046     handler doesn't acknowledge phy 0 interrupts. This
40047     of course should be fixed in Linux driver too.
40048
40049     Signed-off-by: Anatolij Gustschin <agust@denx.de>
40050     Acked-by: Andy Fleming <afleming@freescale.com>
40051     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
40052
40053 commit 2e4970d8109d690adcf615d9e3cac7b5b2e8eaed
40054 Author: Peter Tyser <ptyser@xes-inc.com>
40055 Date:   Tue Dec 2 12:59:51 2008 -0600
40056
40057     net: Fix download command parsing
40058
40059     When CONFIG_SYS_HUSH_PARSER is defined network download
40060     commands with 1 argument in the format 'tftp "/path/file"'
40061     do not work as expected. The hush command parser strips
40062     the quotes from "/path/file" which causes the network
40063     commands to interpret "/path/file" as an address
40064     instead of the intended filename.
40065
40066     The previous check for a leading quote in netboot_common()
40067     was replaced with a check which ensures only valid
40068     numbers are treated as addresses.
40069
40070     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
40071     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
40072
40073 commit 3c2c2f427905040c1513d0c51d637689cba48346
40074 Author: Remy Bohmer <linux@bohmer.net>
40075 Date:   Thu Nov 27 22:30:27 2008 +0100
40076
40077     Remove non-ascii characters from fat code
40078
40079     This code contains some non-ascii characters in comment lines and code.
40080     Most editors do not display those characters properly and editing those
40081     files results always in diffs at these places which are usually not required
40082     to be changed at all. This is error prone.
40083
40084     So, remove those weird characters and replace them by normal C-style
40085     equivalents for which the proper defines were already in the header.
40086
40087     Signed-off-by: Remy Bohmer <linux@bohmer.net>
40088
40089 commit dc889e865356497d3e495570118c2245ebce2631
40090 Author: Dave Liu <daveliu@freescale.com>
40091 Date:   Fri Nov 28 20:16:58 2008 +0800
40092
40093     85xx: fix the wrong DDR settings for MPC8572DS
40094
40095     The default DDR freq is 400MHz or 800M data rate,
40096     the old settings is pure wrong for the default case.
40097
40098     Signed-off-by: Dave Liu <daveliu@freescale.com>
40099     Acked-by: Andy Fleming <afleming@freescale.com>
40100
40101 commit 9df59533f77de2829b4b66e5b7620e04edaa391c
40102 Author: Kumar Gala <galak@kernel.crashing.org>
40103 Date:   Mon Nov 24 10:29:26 2008 -0600
40104
40105     85xx: init gd as early as possible
40106
40107     Moved up the initialization of GD so C code like set_tlb() can use
40108     gd->flags to determine if we've relocated or not in the future.
40109
40110     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
40111     Acked-by: Andy Fleming <afleming@freescale.com>
40112
40113 commit aed461af81012a398a205e9be67ab37667491838
40114 Author: Kumar Gala <galak@kernel.crashing.org>
40115 Date:   Mon Nov 24 10:29:25 2008 -0600
40116
40117     85xx: Fix relocation of CCSRBAR
40118
40119     If the virtual address for CCSRBAR is the same after relocation but
40120     the physical address is changing we'd end up having two TLB entries with
40121     the same VA.  Instead we new us the new CCSRBAR virt address + 4k as a
40122     temp virt address to access the old CCSRBAR to relocate it.
40123
40124     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
40125     Acked-by: Andy Fleming <afleming@freescale.com>
40126
40127 commit ea154a1781135d822eedee7567cc156089eae93c
40128 Author: Kumar Gala <galak@kernel.crashing.org>
40129 Date:   Mon Nov 24 10:25:14 2008 -0600
40130
40131     FSL: Moved BR_PHYS_ADDR for localbus to common header
40132
40133     The BR_PHYS_ADDR macro is useful on all machines that have local bus
40134     which is pretty much all 83xx/85xx/86xx chips.
40135
40136     Additionally most 85xx & 86xx will need it if they want to support
40137     36-bit physical addresses.
40138
40139     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
40140     Acked-by: Andy Fleming <afleming@freescale.com>
40141
40142 commit 9427ccde0355a2ebf47454e8e1be59f5b9864e08
40143 Author: Peter Tyser <ptyser@xes-inc.com>
40144 Date:   Mon Dec 1 13:47:12 2008 -0600
40145
40146     85xx: Add PORDEVSR_PCI1 define
40147
40148     Add define used to determine if PCI1 interface is in PCI or PCIX mode.
40149
40150     Convert users of the old PORDEVSR_PCI constant to use MPC85xx_PORDEVSR_PCI1
40151
40152     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
40153     Signed-off-by: Andy Fleming <afleming@freescale.com>
40154
40155 commit 35db1c6d34b57ae15e99cf03c8e8f8a6148d74f3
40156 Author: Becky Bruce <becky.bruce@freescale.com>
40157 Date:   Fri Nov 21 19:24:22 2008 -0600
40158
40159     drivers/fsl_pci_init: Fix inbound window mapping bug
40160
40161     The current code will cause the creation of a 4GB window
40162     starting at 0 if we have more than 4GB of RAM installed,
40163     which overlaps with PCI_MEM space and causes pci_bus_to_phys()
40164     to return erroneous information. Limit the size to 4GB - 1;
40165     which causes the code to create one 2GB and one 1GB window
40166     instead.
40167
40168     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
40169     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
40170     Acked-by: Andy Fleming <afleming@freescale.com>
40171
40172 commit 5a105a333dab6a23e92d763ce76d6f31d57f45df
40173 Author: Jon Loeliger <jdl@freescale.com>
40174 Date:   Thu Nov 20 15:36:48 2008 -0600
40175
40176     Removed unused CONFIG_L1_INIT_RAM symbol.
40177
40178     Prevent further viral propogation of the unused
40179     symbol CONFIG_L1_INIT_RAM by just removing it.
40180
40181     Signed-off-by: Jon Loeliger <jdl@freescale.com>
40182     Acked-by: Andy Fleming <afleming@freescale.com>
40183
40184 commit 7008d26a40a76f90cae5824c812cfed449fb97b8
40185 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
40186 Date:   Wed Oct 29 09:21:44 2008 -0500
40187
40188     fsl ddr skip interleaving if not supported.
40189
40190     Removed while(1) hang if memctl_intlv_ctl is set wrong.
40191     Remove embedded tabs from strings.
40192
40193     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
40194     Acked-by: Kumar Gala <galak@kernel.crashing.org>
40195     Acked-by: Andy Fleming <afleming@freescale.com>
40196
40197 commit dd332e18d082de75eca3fc2c7c778f5d4571a096
40198 Author: Anatolij Gustschin <agust@denx.de>
40199 Date:   Thu Nov 13 18:08:57 2008 +0100
40200
40201     85xx: socrates: fix DDR SDRAM tlb entry configuration
40202
40203     since commit be0bd8234b9777ecd63c4c686f72af070d886517
40204     tlb entry for socrates DDR SDRAM will be reconfigured
40205     by setup_ddr_tlbs() from initdram() causing an
40206     inconsistency with previously configured DDR SDRAM tlb
40207     entry from tlb_table:
40208
40209     socrates>l2cam 7 9
40210     IDX  PID      EPN  SIZE V TS           RPN U0-U3 WIMGE UUUSSS
40211       7 : 00 00000000 256MB V  0 -> 0_00000000  0000 -I-G- ---RWX
40212       8 : 00 00000000 256MB V  0 -> 0_00000000  0000 ----- ---RWX
40213       9 : 00 10000000 256MB V  0 -> 0_10000000  0000 ----- ---RWX
40214
40215     This patch makes the presence of the DDR SDRAM tlb entry in
40216     the tlb_table dependent on CONFIG_SPD_EEPROM to avoid this
40217     inconsistency.
40218
40219     Signed-off-by: Anatolij Gustschin <agust@denx.de>
40220     Acked-by: Andy Fleming <afleming@freescale.com>
40221
40222 commit a2cd50ed6ef0ac6b127b3d6db756979a8336718d
40223 Author: Peter Tyser <ptyser@xes-inc.com>
40224 Date:   Tue Nov 11 10:17:10 2008 -0600
40225
40226     85xx: Add CPU 2 errata workaround to all 8548 boards
40227
40228     All mpc8548-based boards should implement the suggested workaround
40229     to CPU 2 errata. Without the workaround, its possible for the
40230     8548's core to hang while executing a msync or mbar 0 instruction
40231     and a snoopable transaction from an I/O master tagged to make
40232     quick forward progress is present.
40233
40234     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
40235     Acked-by: Andy Fleming <afleming@freescale.com>
40236
40237 commit e57f0fa1333cdf3ca36110aac2900712a5f82976
40238 Author: Dave Liu <daveliu@freescale.com>
40239 Date:   Tue Oct 28 17:53:45 2008 +0800
40240
40241     85xx: the DDR tlb is missed for the !CONFIG_SPD_EEPROM case
40242
40243     we need TLB entry for DDR at !SPD case.
40244
40245     Signed-off-by: Dave Liu <daveliu@freescale.com>
40246     Acked-by: Andy Fleming <afleming@freescale.com>
40247
40248 commit 9b0ad1b1c7a15ff674978705c7c52264978dc5d8
40249 Author: Dave Liu <daveliu@freescale.com>
40250 Date:   Tue Oct 28 17:53:38 2008 +0800
40251
40252     85xx: remove the unused ddr_enable_ecc in the board file
40253
40254     The DDR controller of 8548/8544/8568/8572/8536 processors
40255     have the ECC data init feature, and the new DDR code is
40256     using the feature, and we don't need the way with DMA to
40257     init memory any more.
40258
40259     Signed-off-by: Dave Liu <daveliu@freescale.com>
40260     Acked-by: Andy Fleming <afleming@freescale.com>
40261
40262 commit 4a129a57d923f7c15aa1f567028a80a32d66a100
40263 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40264 Date:   Sun Nov 30 19:36:53 2008 +0100
40265
40266     at91rm9200dk: Fix typo
40267
40268     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40269
40270 commit ed3b18e05c9a8ffa5fb643da9bcec7452e5d5e01
40271 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40272 Date:   Sun Nov 30 19:36:50 2008 +0100
40273
40274     AT91: remove non supported board AT91RM9200DF macro
40275
40276     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40277
40278 commit bd876772ee04095e5dd943d97515a1f14bad4b1c
40279 Author: Ilko Iliev <iliev@ronetix.at>
40280 Date:   Tue Dec 2 17:27:54 2008 +0100
40281
40282     mtd/dataflash.c: fix a problem with the last partition
40283
40284     This patch fix the problem that only the [NB_DATAFLASH_AREA - 1] dataflash
40285     partition can be defined to use the area to the end of dataflash size.
40286     Now it is possible to have only one dataflash partition from 0 to the end
40287     of of dataflash size.
40288
40289     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
40290
40291 commit 03f797793b124dccaae145b977d15d6cb9e74504
40292 Author: Ilko Iliev <iliev@ronetix.at>
40293 Date:   Tue Dec 2 17:20:17 2008 +0100
40294
40295     fix some coding style violations.
40296
40297     This patch fix some coding style violations.
40298
40299     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
40300
40301 commit 5e46b1e54112f4b7fd5185665e571510132c12a7
40302 Author: Stefan Roese <sr@denx.de>
40303 Date:   Thu Nov 27 14:11:37 2008 +0100
40304
40305     OneNAND: Add missing mtd info struct before calling onenand_erase()
40306
40307     Without this patch "saveenv" crashes when MTD partitions are enabled (e.g.
40308     for use in UBI) via CONFIG_MTD_PARTITIONS.
40309
40310     Signed-off-by: Stefan Roese <sr@denx.de>
40311     Signed-off-by: Scott Wood <scottwood@freescale.com>
40312
40313 commit 29382d4064fbaff5daacff4c3209370fa5713966
40314 Author: Becky Bruce <becky.bruce@freescale.com>
40315 Date:   Thu Nov 20 16:43:52 2008 -0600
40316
40317     mpc8641: Fix error in README
40318
40319     I made some updates to the code that didn't make it into the
40320     README - fix this
40321
40322     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
40323
40324 commit 801a194616d95e6fc426a176d9615ccbf9876c7f
40325 Author: Jon Loeliger <jdl@freescale.com>
40326 Date:   Thu Nov 20 12:01:02 2008 -0600
40327
40328     Removed unused CONFIG_L1_INIT_RAM symbol.
40329
40330     Prevent further viral propogation of the unused
40331     symbol CONFIG_L1_INIT_RAM by just removing it.
40332
40333     Signed-off-by: Jon Loeliger <jdl@freescale.com>
40334
40335 commit f698738e46cb461e28c2d58228bb34a2fcf5a475
40336 Author: Jon Loeliger <jdl@freescale.com>
40337 Date:   Thu Nov 20 14:02:56 2008 -0600
40338
40339     86xx: Fix non-64-bit compilation problems.
40340
40341     Introducing 64-bit (36-bit) support for the MPC8641HPCN
40342     failed to accomodate the other two 86xx boards.
40343     Introduce definitions for CONFIG_SYS_CCSRBAR_PHYS_{LOW,HIGH}
40344     CONFIG_SYS_CCSR_DEFAULT_DBAT{U,L} and CONFIG_SYS_CCSR_DEFAULT_IBAT{U,L}
40345     with nominal 32-bit values.
40346
40347     Signed-off-by: Jon Loeliger <jdl@freescale.com>
40348     Acked-by: Becky Bruce <becky.bruce@freescale.com>
40349
40350 commit bebfc6ef3ec994c8e18783269b1d8d41f8e38afd
40351 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
40352 Date:   Wed Nov 26 17:40:37 2008 +0100
40353
40354     Remove obsolete command (apply afte USB style patch, 80 chars strict)
40355
40356     Remove USB obsolete commmand
40357
40358     Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
40359     Signed-off-by: Remy Böhmer <linux@bohmer.net>
40360
40361 commit de39f8c19d7c12017248c49d432dcb81db68f724
40362 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
40363 Date:   Wed Nov 26 17:41:34 2008 +0100
40364
40365     USB style patch, 80 chars strict
40366
40367     USB Code style patch
40368
40369     Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
40370     Signed-off-by: Remy Böhmer <linux@bohmer.net>
40371
40372 commit d10c5a87cb8affbb4d35a311370316d4383d598e
40373 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40374 Date:   Fri Nov 7 22:46:21 2008 +0100
40375
40376     drivers/usb: Move conditional compilation to Makefile
40377
40378     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40379     Signed-off-by: Remy Böhmer <linux@bohmer.net>
40380
40381 commit 2077e348c2a84901022ad95311b47b70361e6daa
40382 Author: Scott Wood <scottwood@freescale.com>
40383 Date:   Tue Nov 25 10:47:02 2008 -0600
40384
40385     NAND: Fix misplaced return statement in nand_{read,write}_skip_bad().
40386
40387     This caused the operation to be needlessly repeated if there were
40388     no bad blocks and no errors.
40389
40390     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
40391     Signed-off-by: Scott Wood <scottwood@freescale.com>
40392
40393 commit 89295028e7d8f7a524f485328279d72fdb102385
40394 Author: Michal Simek <monstr@monstr.eu>
40395 Date:   Mon Nov 24 12:09:50 2008 +0100
40396
40397     ppc4xx: ml300 remove Xilinx BSP from ml300 folder
40398
40399     This BSP should be outside u-boot source tree.
40400     The second reason is that xilinx ppc405 was moved to generic platform.
40401
40402     Signed-off-by: Michal Simek <monstr@monstr.eu>
40403     Signed-off-by: Stefan Roese <sr@denx.de>
40404
40405 commit 24eea623d4974a169026a975ba12fb23d48154b1
40406 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40407 Date:   Mon Nov 24 15:11:10 2008 +0100
40408
40409     ppc4xx: Remove unused features
40410
40411     This patch disables some unused features from the PCI405 configuration
40412     to keep U-Boot image size below 192k.
40413
40414     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40415     Signed-off-by: Stefan Roese <sr@denx.de>
40416
40417 commit 0c2385c3bb51f5d3911fce1ec4720db86b534c2b
40418 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40419 Date:   Mon Nov 24 15:11:09 2008 +0100
40420
40421     ppc4xx: Use correct io accessors for PCI405
40422
40423     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40424     Signed-off-by: Stefan Roese <sr@denx.de>
40425
40426 commit 348c849d86a6f0785752b9bc497a34658713d1d1
40427 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40428 Date:   Mon Nov 24 15:11:08 2008 +0100
40429
40430     ppc4xx: Remove unused code from PCI405 code
40431
40432     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40433     Signed-off-by: Stefan Roese <sr@denx.de>
40434
40435 commit 633639587e3596f0dbf5e6247dd3faf80b1d9063
40436 Author: Heiko Schocher <hs@denx.de>
40437 Date:   Thu Nov 20 09:59:09 2008 +0100
40438
40439     powerpc, keymile boards: extract identical config options
40440
40441     This patch extracts the identical config options for the
40442     keymile boards mgcoge, mgsuvd and kmeter1 in a new
40443     common config file keymile-common.h.
40444
40445     Signed-off-by: Heiko Schocher <hs@denx.de>
40446     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
40447
40448 commit 9482a8e3d6ac766d90e5059dce777b1e4c868a30
40449 Author: Heiko Schocher <hs@denx.de>
40450 Date:   Fri Nov 21 08:29:40 2008 +0100
40451
40452     powerpc: keymile: Add a check for the PIGGY debug board
40453
40454     Check the presence of the PIGGY on the keymile boards mgcoge,
40455     mgsuvd and kmeter1. If the PIGGY is not present, dont register
40456     this Ethernet device.
40457
40458     Signed-off-by: Heiko Schocher <hs@denx.de>
40459     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
40460
40461 commit 58c696eed839af894e0265064669c402dc28b371
40462 Author: Wolfgang Denk <wd@xpert.denx.de>
40463 Date:   Mon Nov 24 21:50:59 2008 +0100
40464
40465     AT91RM9200DK: fix broken boot from NOR flash
40466
40467     Signed-off-by: Wolfgang Denk <wd@denx.de>
40468
40469 commit 8052352f20b33bef8f9872fc983eac73d4693c38
40470 Author: Jens Scharsig <esw@bus-elektronik.de>
40471 Date:   Tue Nov 18 10:48:46 2008 +0100
40472
40473     at91rm9200: fix broken boot from nor flash
40474
40475     This patch fix the broken boot from NOR Flash on AT91RM9200 boards, if
40476     CONFIG_AT91RM9200 is defined and nor preloader is used.
40477
40478     Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
40479
40480 commit 25ea652e907516a283b38237e83712a918f125d7
40481 Author: Piotr Ziecik <kosmo@semihalf.com>
40482 Date:   Mon Nov 17 15:58:00 2008 +0100
40483
40484     UBI: Add proof-of-concept CFI flash support
40485
40486     With this patch UBI can be used on CFI flash chips.
40487
40488     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
40489     Signed-off-by: Stefan Roese <sr@denx.de>
40490
40491 commit e6a7edbc1778d27431ac663b40a71dafa5d20578
40492 Author: Piotr Ziecik <kosmo@semihalf.com>
40493 Date:   Mon Nov 17 15:57:59 2008 +0100
40494
40495     mtd: Remove a printf() from add_mtd_device().
40496
40497     Remove a printf() from add_mtd_device(), which produces spurious output.
40498
40499     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
40500     Signed-off-by: Stefan Roese <sr@denx.de>
40501
40502 commit 91809ed51d8327a8dbbf29aa98a091154c282171
40503 Author: Piotr Ziecik <kosmo@semihalf.com>
40504 Date:   Mon Nov 17 15:57:58 2008 +0100
40505
40506     cfi-mtd: Add cfi-mtd driver.
40507
40508     Add cfi-mtd driver, which exports CFI flash to MTD layer.
40509     This allows CFI flash devices to be used from MTD layer.
40510
40511     Building of the new driver is controlled by CONFIG_FLASH_CFI_MTD
40512     option. Initialization is done by calling cfi_mtd_init() from
40513     flash_init().
40514
40515     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
40516     Signed-off-by: Stefan Roese <sr@denx.de>
40517
40518 commit 6ea808efdf9aa5d9067fbfac32acde8539129ed2
40519 Author: Piotr Ziecik <kosmo@semihalf.com>
40520 Date:   Mon Nov 17 15:49:32 2008 +0100
40521
40522     cfi_flash: Add interface for flash verbosity control
40523
40524     Add interface for flash verbosity control. It allows
40525     to disable output from low-level flash API. It is useful
40526     when calling these low-level functions from context other
40527     than flash commands (for example the MTD/CFI interface
40528     implmentation).
40529
40530     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
40531     Signed-off-by: Stefan Roese <sr@denx.de>
40532
40533 commit ebc9784ce6528385bb8d2558e783622d4bbf20f8
40534 Author: Piotr Ziecik <kosmo@semihalf.com>
40535 Date:   Thu Nov 20 15:17:38 2008 +0100
40536
40537     cfi_flash: Export flash_sector_size() function.
40538
40539     Export flash_sector_size() function from drivers/mtd/cfi_flash.c,
40540     so that it can be used in the upcoming cfi-mtd driver.
40541
40542     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
40543     Signed-off-by: Stefan Roese <sr@denx.de>
40544
40545 commit 45aa5a7f4d5bcb79927ddfc896c1d7c4326e235d
40546 Author: Stefan Roese <sr@denx.de>
40547 Date:   Mon Nov 17 14:45:22 2008 +0100
40548
40549     cfi_flash: Make all flash access functions weak
40550
40551     This patch defines all flash access functions as weak so that
40552     they can be overridden by board specific versions.
40553
40554     This will be used by the upcoming VCTH board support where the NOR
40555     FLASH unfortunately can't be accessed memory-mapped. Special
40556     accessor functions are needed here.
40557
40558     To enable this weak functions you need to define
40559     CONFIG_CFI_FLASH_USE_WEAK_ACCESSORS in your board config header.
40560     Otherwise the "old" default functions will be used resulting
40561     in smaller code.
40562
40563     Signed-off-by: Stefan Roese <sr@denx.de>
40564     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
40565
40566 commit a5c4067017631d903e1afa6ad615f0ce19fea517
40567 Author: Stefan Roese <sr@denx.de>
40568 Date:   Mon Nov 24 08:31:16 2008 +0100
40569
40570     UBI: Change parsing of size in commands to default to hex
40571
40572     Currently the size parameters of the UBI commands (e.g. "ubi write") are
40573     decoded as decimal instead of hex as default. This patch now interprets
40574     all these values consistantly as hex, as all other standard U-Boot commands
40575     do.
40576
40577     Signed-off-by: Stefan Roese <sr@denx.de>
40578
40579 commit de01c76c3ccc4e6c5989228eed58e955a3a1a968
40580 Author: Stefan Roese <sr@denx.de>
40581 Date:   Fri Nov 21 13:06:06 2008 +0100
40582
40583     ppc4xx: ML2 shouldn't include the 4xx EMAC driver
40584
40585     Signed-off-by: Stefan Roese <sr@denx.de>
40586
40587 commit 1a6a00dcc5bdfc6e9b4b00f39c1f583a7f96fc7f
40588 Author: Yuri Tikhonov <yur@emcraft.com>
40589 Date:   Fri Nov 14 16:19:19 2008 +0300
40590
40591     ppc4xx: katmai: Change default config
40592
40593      This patch enables support for EXT2, and increases the
40594     CONFIG_SYS_BOOTMAPSZ size for the default configuration
40595     of the katmai boards to use them as the RAID-reference
40596     AMCC setups.
40597
40598      EXT2 enabling allows one to boot kernels from the EXT2
40599     formatted Compact Flash cards.
40600
40601      CONFIG_SYS_BOOTMAPSZ increasing allows one to boot the
40602     Linux kernels, which use PAGE_SIZE of 256KB. Otherwise,
40603     the memory area with DTB file (which is placed at the
40604     end of the bootmap area) will turn out to be overlapped
40605     with the BSS segment of the 256KB kernel, and zeroed
40606     in early_init() of Linux.
40607
40608      Actually, increasing of the bootmap size could be done
40609     via setting of the bootm_size U-Boot variable, but it looks
40610     like the current U-Boot implementation have some bootm_size-
40611     related functionality lost. In many places through the U-Boot
40612     code the CONFIG_SYS_BOOTMAPSZ definition is used directly
40613     (instead of trying to read the corresponding value from the
40614     environment). The same is truth for the boot_jump_linux()
40615     function in lib_ppc/bootm.c, where U-Boot transfers control
40616     to Linux passing the CONFIG_SYS_BOOTMAPSZ (not bootm_size)
40617     value to the booting kernel.
40618
40619     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
40620     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
40621     Signed-off-by: Stefan Roese <sr@denx.de>
40622
40623 commit ddf45cc758d394591fb9bcdcbe96530f733f2bce
40624 Author: Dave Mitchell <dmitch71@gmail.com>
40625 Date:   Thu Nov 20 14:09:50 2008 -0600
40626
40627     ppc4xx: Changed 460EX/GT OCM TLB and internal SRAM initialization
40628
40629     Expanded OCM TLB to allow access to 64K OCM as well as 256K of
40630     internal SRAM.
40631
40632     Adjusted internal SRAM initialization to match updated user
40633     manual recommendation.
40634
40635     OCM & ISRAM are now mapped as follows:
40636             physical        virtual         size
40637     ISRAM   0x4_0000_0000   0xE300_0000     256k
40638     OCM     0x4_0004_0000   0xE304_0000     64k
40639
40640     A single TLB was used for this mapping.
40641
40642     Signed-off-by: Dave Mitchell <dmitch71@gmail.com>
40643     Signed-off-by: Stefan Roese <sr@denx.de>
40644
40645 commit b14ca4b61a681f75f3125676e09d7ce6af66e927
40646 Author: Dave Mitchell <dmitch71@gmail.com>
40647 Date:   Thu Nov 20 14:00:49 2008 -0600
40648
40649     ppc4xx: Added ppc4xx-isram.h for internal SRAM and L2 cache DCRs
40650
40651     Added include/asm-ppc/ppc4xx-isram.h and moved internal SRAM and
40652     L2 cache DCRs from ppc440.h to this new header.
40653
40654     Also converted these DCR defines from lowercase to uppercase and
40655     modified referencing modules to use them.
40656
40657     Signed-off-by: Dave Mitchell <dmitch71@gmail.com>
40658     Signed-off-by: Stefan Roese <sr@denx.de>
40659
40660 commit 711e2b2af820d21d9931d4cf8057d3894600fd54
40661 Author: Steven A. Falco <sfalco@harris.com>
40662 Date:   Thu Nov 20 14:37:57 2008 -0500
40663
40664     ppc4xx: Delete unused definitions for SDR0_DDRCFG from ppc4xx.h
40665
40666     The definitions of bits in SDR_CFG are incorrect, and not used within
40667     U-Boot.  Therefore, they can be removed.
40668
40669     The naming of the sdr_ddrdl/sdr_cfg registers do not follow conventions,
40670     and are unused, so they can be removed too.
40671
40672     A definition for SDR0_DDRCFG is added.
40673
40674     Signed-off-by: Steven A. Falco <sfalco@harris.com>
40675     Signed-off-by: Stefan Roese <sr@denx.de>
40676
40677 commit e23c7c95a96eb0f068efe5c532215a10a1512a95
40678 Author: Dirk Behme <dirk.behme@gmail.com>
40679 Date:   Mon Nov 10 20:15:25 2008 +0100
40680
40681     ARM: OMAP: Convert IO macros
40682
40683     Convert IO macros to readx/writex.
40684
40685     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
40686
40687 commit 263b749e2e25473a48776d317bd2a7e2ddcdd212
40688 Author: Ilko Iliev <iliev@ronetix.at>
40689 Date:   Sun Nov 9 15:53:14 2008 +0100
40690
40691     lib_arm: do_bootm_linux() - correct a small mistake
40692
40693     This patch corrects a small bug in the "if" condition:
40694     the parameter "flag" is 0 and the "if" condition is always true.
40695     The result is - the boom command doesn't start the kernel.
40696     Affected targets: all arm based.
40697
40698     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
40699
40700 commit 3e0cda071a67cb5709e3fa4faf6b31a731859acc
40701 Author: Stelian Pop <stelian@popies.net>
40702 Date:   Sun Nov 9 00:14:46 2008 +0100
40703
40704     AT91: Enable PLLB for USB
40705
40706     At least some (old ?) versions of the AT91Bootstrap do not set up the
40707     PLLB correctly to 48 MHz in order to make USB host function correctly.
40708
40709     This patch sets up the PLLB to the same values Linux uses, and makes USB
40710     work ok on the following CPUs:
40711         - AT91CAP9
40712         - AT91SAM9260
40713         - AT91SAM9263
40714
40715     This patch also defines CONFIG_USB_STORAGE and CONFIG_CMD_FAT for all
40716     the relevant AT91CAP9/AT91SAM9 atmel boards.
40717
40718     Signed-off-by: Stelian Pop <stelian@popies.net>
40719     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40720
40721 commit ad229a44e162af0f65e57e4e3dc133d5f0364ecb
40722 Author: Stelian Pop <stelian@popies.net>
40723 Date:   Fri Nov 7 13:55:14 2008 +0100
40724
40725     AT91: Use AT91_CPU_CLOCK in displays
40726
40727     Introduce AT91_CPU_CLOCK and use it for displaying the CPU
40728     speed in the LCD driver.
40729
40730     Also make AT91_MAIN_CLOCK and AT91_MASTER_CLOCK reflect the
40731     corresponding board clocks.
40732
40733     Signed-off-by: Stelian Pop <stelian@popies.net>
40734
40735 commit fed36ac5ae613773b6cd90e61e292c45440e10c8
40736 Author: Heiko Schocher <hs@denx.de>
40737 Date:   Thu Nov 20 09:57:47 2008 +0100
40738
40739     powerpc: 83xx: add support for the kmeter1 board
40740
40741     This patch adds support for the kmeter1 board from Keymile,
40742     based on a Freescale MPC8360 CPU.
40743
40744     - serial console on UART 1
40745     - 256 MB DDR2 RAM
40746     - 64 MB NOR Flash
40747     - Ethernet RMII Mode over UCC4
40748     - PHY SMSC LAN8700
40749
40750     Signed-off-by: Heiko Schocher <hs@denx.de>
40751     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
40752
40753 commit 25fb4eaaeab3f8866020818f4729d990dcc91cf0
40754 Author: Stefan Roese <sr@denx.de>
40755 Date:   Thu Nov 20 11:46:20 2008 +0100
40756
40757     ppc4xx: Clear all potentially pending exceptions in MCSR
40758
40759     This is needed on Canyonlands which still has an exception pending
40760     while running relocate_code(). This leads to a failure after trap_init()
40761     is moved to the top of board_init_r().
40762
40763     Signed-off-by: Stefan Roese <sr@denx.de>
40764
40765 commit facdad5f2602e899a01746916beddbf9e856b5ee
40766 Author: Heiko Schocher <hs@denx.de>
40767 Date:   Wed Nov 19 10:10:30 2008 +0100
40768
40769     powerpc: 83xx: add missing TIMING_CFG1_CASLAT_* defines
40770
40771     Signed-off-by: Heiko Schocher <hs@denx.de>
40772     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
40773
40774 commit 2f2a5c3714d17f4ead18b713128b7226e0e822f4
40775 Author: Howard Gregory <Greg.Howard@freescale.com>
40776 Date:   Tue Nov 4 14:55:33 2008 +0800
40777
40778     mpc83xx: Improve the performance of DDR memory
40779
40780     modify the CAS timings. my understanding is that these
40781     settings decrease various wait times in the DDR interface.
40782     Because these wait times are in clock cycles, and the DDR
40783     clock on the 8315 RDB runs slower than on some other 83xx
40784     platforms, we can dial down these values without a problem,
40785     thereby decreasing the latency of memory a little.
40786
40787     Signed-off-by: Howard Gregory <Greg.Howard@freescale.com>
40788     Signed-off-by: Dave Liu <daveliu@freescale.com>
40789     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
40790
40791 commit 8000b086b33a5a81f3f390f37e178db7956dc08b
40792 Author: Kyungmin Park <kyungmin.park@samsung.com>
40793 Date:   Fri Oct 24 14:55:33 2008 +0200
40794
40795     ARM: Add Apollon UBI support
40796
40797     To enable UBI on Apollon you need to uncomment the CONFIG_SYS_USE_UBI
40798     macro.
40799
40800     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
40801     Signed-off-by: Stefan Roese <sr@denx.de>
40802
40803 commit 694a0b3f1c0accd0de94b89555155d69f8022824
40804 Author: Kyungmin Park <kyungmin.park@samsung.com>
40805 Date:   Wed Nov 19 11:47:05 2008 +0100
40806
40807     UBI: Add UBI command support
40808
40809     This patch adds these UBI commands:
40810
40811     ubi part [nand|onenand] [part] - Show or set current partition
40812     ubi info [l[ayout]] -Display volume and UBI layout information
40813     ubi create[vol] volume [size] [type] - Create volume name with size
40814     ubi write[vol] address volume size - Write volume from address with size
40815     ubi read[vol] address volume [size] - Read volume to address with size
40816     ubi remove[vol] volume - Remove volume
40817
40818     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
40819     Signed-off-by: Stefan Roese <sr@denx.de>
40820
40821 commit 58be3a1056d88c6d05f3e914389282807e69923a
40822 Author: Kyungmin Park <kyungmin.park@samsung.com>
40823 Date:   Wed Nov 19 16:38:24 2008 +0100
40824
40825     UBI: Add basic UBI support to U-Boot (Part 8/8)
40826
40827     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
40828     It's based on the Linux UBI version and basically has a "OS"
40829     translation wrapper that defines most Linux specific calls
40830     (spin_lock() etc.) into no-ops. Some source code parts have been
40831     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
40832     this version with the Linux version and simplifies future UBI
40833     ports/bug-fixes from the Linux version.
40834
40835     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
40836     Signed-off-by: Stefan Roese <sr@denx.de>
40837
40838 commit 47ae6693f54f80455ae32c2e0d995e0e4bdc15b9
40839 Author: Kyungmin Park <kyungmin.park@samsung.com>
40840 Date:   Wed Nov 19 16:36:36 2008 +0100
40841
40842     UBI: Add basic UBI support to U-Boot (Part 7/8)
40843
40844     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
40845     It's based on the Linux UBI version and basically has a "OS"
40846     translation wrapper that defines most Linux specific calls
40847     (spin_lock() etc.) into no-ops. Some source code parts have been
40848     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
40849     this version with the Linux version and simplifies future UBI
40850     ports/bug-fixes from the Linux version.
40851
40852     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
40853     Signed-off-by: Stefan Roese <sr@denx.de>
40854
40855 commit 7e6ee7ad27de5216db1baef76f38c3429c8f4a2a
40856 Author: Kyungmin Park <kyungmin.park@samsung.com>
40857 Date:   Wed Nov 19 16:32:36 2008 +0100
40858
40859     UBI: Add basic UBI support to U-Boot (Part 6/8)
40860
40861     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
40862     It's based on the Linux UBI version and basically has a "OS"
40863     translation wrapper that defines most Linux specific calls
40864     (spin_lock() etc.) into no-ops. Some source code parts have been
40865     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
40866     this version with the Linux version and simplifies future UBI
40867     ports/bug-fixes from the Linux version.
40868
40869     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
40870     Signed-off-by: Stefan Roese <sr@denx.de>
40871
40872 commit c91a719daa331b5856109313371e4ece5ec06d96
40873 Author: Kyungmin Park <kyungmin.park@samsung.com>
40874 Date:   Wed Nov 19 16:28:06 2008 +0100
40875
40876     UBI: Add basic UBI support to U-Boot (Part 5/8)
40877
40878     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
40879     It's based on the Linux UBI version and basically has a "OS"
40880     translation wrapper that defines most Linux specific calls
40881     (spin_lock() etc.) into no-ops. Some source code parts have been
40882     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
40883     this version with the Linux version and simplifies future UBI
40884     ports/bug-fixes from the Linux version.
40885
40886     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
40887     Signed-off-by: Stefan Roese <sr@denx.de>
40888
40889 commit f412fefa079c6aa9a9763f6869bf787ea6bf6e1b
40890 Author: Kyungmin Park <kyungmin.park@samsung.com>
40891 Date:   Wed Nov 19 16:27:23 2008 +0100
40892
40893     UBI: Add basic UBI support to U-Boot (Part 4/8)
40894
40895     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
40896     It's based on the Linux UBI version and basically has a "OS"
40897     translation wrapper that defines most Linux specific calls
40898     (spin_lock() etc.) into no-ops. Some source code parts have been
40899     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
40900     this version with the Linux version and simplifies future UBI
40901     ports/bug-fixes from the Linux version.
40902
40903     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
40904     Signed-off-by: Stefan Roese <sr@denx.de>
40905
40906 commit 2d262c4853cb5b6ddce1a28a9641f2de3688d7ea
40907 Author: Kyungmin Park <kyungmin.park@samsung.com>
40908 Date:   Wed Nov 19 16:26:54 2008 +0100
40909
40910     UBI: Add basic UBI support to U-Boot (Part 3/8)
40911
40912     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
40913     It's based on the Linux UBI version and basically has a "OS"
40914     translation wrapper that defines most Linux specific calls
40915     (spin_lock() etc.) into no-ops. Some source code parts have been
40916     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
40917     this version with the Linux version and simplifies future UBI
40918     ports/bug-fixes from the Linux version.
40919
40920     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
40921     Signed-off-by: Stefan Roese <sr@denx.de>
40922
40923 commit 961df83361aff9a14f226214224eb8a06e05ba24
40924 Author: Kyungmin Park <kyungmin.park@samsung.com>
40925 Date:   Wed Nov 19 16:25:44 2008 +0100
40926
40927     UBI: Add basic UBI support to U-Boot (Part 2/8)
40928
40929     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
40930     It's based on the Linux UBI version and basically has a "OS"
40931     translation wrapper that defines most Linux specific calls
40932     (spin_lock() etc.) into no-ops. Some source code parts have been
40933     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
40934     this version with the Linux version and simplifies future UBI
40935     ports/bug-fixes from the Linux version.
40936
40937     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
40938     Signed-off-by: Stefan Roese <sr@denx.de>
40939
40940 commit f399d4a281713d5ef2d764f05d545fe61e3bd569
40941 Author: Kyungmin Park <kyungmin.park@samsung.com>
40942 Date:   Wed Nov 19 16:23:06 2008 +0100
40943
40944     UBI: Add basic UBI support to U-Boot (Part 1/8)
40945
40946     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
40947     It's based on the Linux UBI version and basically has a "OS"
40948     translation wrapper that defines most Linux specific calls
40949     (spin_lock() etc.) into no-ops. Some source code parts have been
40950     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
40951     this version with the Linux version and simplifies future UBI
40952     ports/bug-fixes from the Linux version.
40953
40954     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
40955     Signed-off-by: Stefan Roese <sr@denx.de>
40956
40957 commit e29c22f5abe6e0f4baa6251efed6074cdfc3db79
40958 Author: Kyungmin Park <kyungmin.park@samsung.com>
40959 Date:   Wed Nov 19 16:20:36 2008 +0100
40960
40961     MTD: Add MTD paritioning infrastructure
40962
40963     This MTD part infrastructure will be used by the upcoming
40964     UBI support.
40965
40966     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
40967     Signed-off-by: Stefan Roese <sr@denx.de>
40968
40969 commit 9b827cf1720acda2473afa516956eab6f7cca9a1
40970 Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
40971 Date:   Thu Oct 16 22:54:03 2008 +0530
40972
40973     Align end of bss by 4 bytes
40974
40975     Most of the bss initialization loop increments 4 bytes
40976     at a time. And the loop end is checked for an 'equal'
40977     condition. Make the bss end address aligned by 4, so
40978     that the loop will end as expected.
40979
40980     Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
40981     Signed-off-by: Wolfgang Denk <wd@denx.de>
40982
40983 commit 3f510db522d160179dff3ddcce9b18f6241c2c24
40984 Author: Becky Bruce <becky.bruce@freescale.com>
40985 Date:   Mon Nov 10 19:45:35 2008 -0600
40986
40987     mpc8641: fix address-cells default in old .dts detection
40988
40989     address-cells defaults to 2, not 1; so in the unlikely
40990     event that it isn't specified, this patch is required
40991     for correct operation.
40992
40993     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
40994
40995 commit d025aa4b20a0618a2bada0132a9a0a4afb717f1a
40996 Author: Becky Bruce <becky.bruce@freescale.com>
40997 Date:   Fri Oct 31 17:14:39 2008 -0500
40998
40999     lib_ppc: Move trap_init to occur earlier
41000
41001     Doing trap_init immediately once we're running from RAM
41002     means we're no longer dependent on the physical location of
41003     the flash on non-BookE platforms. Before trap_init, those
41004     platforms switch to real mode and go to 0xfff00100 on exception.
41005     After the switch, they go to 0x00000100  This makes it easier to
41006     move the flash location.
41007
41008     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
41009
41010 commit d52082b12c6e545705a19433a2f4142526536189
41011 Author: Becky Bruce <becky.bruce@freescale.com>
41012 Date:   Fri Nov 7 13:46:19 2008 -0600
41013
41014     mpc8641: Try to detect old .dts files
41015
41016     Since we've changed the memory map of the board, be nice and
41017     add some checking to try to catch out-of-date .dts files.  We do
41018     this by checking the CCSRBAR location in the .dts and comparing
41019     it to the CCSRBAR location in u-boot.  If they don't match, a
41020     warning msg is printed.  This isn't foolproof, but it's simple and
41021     will catch most of the cases where an out-of-date .dts is present,
41022     including all of the cases where a new u-boot is used with an old
41023     standard MPC8641 .dts file as supplied with Linux.
41024
41025     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
41026
41027 commit 8db0400a27839f91c047dcb83f4a0f09e054a180
41028 Author: Becky Bruce <becky.bruce@freescale.com>
41029 Date:   Thu Nov 6 13:04:09 2008 -0600
41030
41031     toplevel Makefile: Add MPC8641HPCN_36BIT target
41032
41033     This will enable CONFIG_PHYS_36BIT for MPC8641HPCN.
41034
41035     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
41036
41037 commit 3111d32c494e8251b90917447796a7206b757e1e
41038 Author: Becky Bruce <becky.bruce@freescale.com>
41039 Date:   Thu Nov 6 17:37:35 2008 -0600
41040
41041     mpc8641: Support 36-bit physical addressing
41042
41043     This patch creates a memory map with all the devices
41044     in 36-bit physical space, in addition to the 32-bit map.
41045     The CCSR relocation is moved (again, sorry) to
41046     allow for the physical address to be 36 bits - this
41047     requires translation to be enabled.  With 36-bit physical
41048     addressing enabled, we are no longer running with VA=PA
41049     translations.  This means we have to distinguish between
41050     the two in the config file.  The existing region name is
41051     used to indicate the virtual address, and a _PHYS variety
41052     is created to represent the physical address.
41053
41054     Large physical addressing is not enabled by default.
41055     Set CONFIG_PHYS_64BIT in the config file to turn this on.
41056
41057     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
41058
41059 commit c759a01a0022de9378a3a761f49786f87684c916
41060 Author: Becky Bruce <becky.bruce@freescale.com>
41061 Date:   Thu Nov 6 17:36:04 2008 -0600
41062
41063     mpc8641: Change 32-bit memory map
41064
41065     The memory map on the 8641hpcn is modified to look more like
41066     the 85xx boards; this is a step towards a more standardized
41067     layout going forward. As part of this change, we now relocate
41068     the flash.
41069
41070     The regions for some of the mappings were far larger than they
41071     needed to be.  I have reduced the mappings to match the
41072     actual sizes supported by the hardware.
41073
41074     In addition I have removed the comments at the head
41075     of the BAT blocks in the config file, rather than updating
41076     them.  These get horribly out of date, and it's a simple
41077     matter to look at the defines to see what they are set to
41078     since everything is right here in the same file.
41079
41080     Documentation has been changed to reflect the new map, as this
41081     change is user visible, and affects the OS which runs post-uboot.
41082
41083     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
41084
41085 commit bf9a8c34309ed9276258295db9e9212aabb2531a
41086 Author: Becky Bruce <becky.bruce@freescale.com>
41087 Date:   Wed Nov 5 14:55:35 2008 -0600
41088
41089     mpc86xx: Change early FLASH mapping to 1M at CONFIG_MONITOR_BASE_EARLY
41090
41091     We define CONFIG_MONITOR_BASE_EARLY to define the initial location
41092     of the bootpage in flash.   Use this to create an early mapping
41093     definition for the FLASH, and change the early_bats code to use this.
41094
41095     This  change facilitates the relocation of the flash since the early
41096     mappings are no longer tied to the final location of the flash.
41097
41098     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
41099
41100 commit c1e1cf69547b138173f87a7f81c42a5d8dbfde3d
41101 Author: Becky Bruce <becky.bruce@freescale.com>
41102 Date:   Wed Nov 5 14:55:34 2008 -0600
41103
41104     mpc86xx: Use SRR0/1/rfi to enable address translation, not blr
41105
41106     Using a mtmsr/blr means that you have to be executing at the
41107     same virtual address once you enable translation.  This is
41108     unnecessarily restrictive, and is not really how this is
41109     usually done.  Change it to use the more common mtspr SRR0/SRR1
41110     and rfi method.
41111
41112     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
41113
41114 commit 6bf98b1362f0cb237620355ed3e6762fff82388d
41115 Author: Becky Bruce <becky.bruce@freescale.com>
41116 Date:   Wed Nov 5 14:55:33 2008 -0600
41117
41118     mpc8641: make DIAG_ADDR == FLASH_BASE
41119
41120     Currently, that's what it is, but it's hardcoded.
41121
41122     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
41123
41124 commit 170deacb1ddc39164bdb68f3963e0c0456a5369b
41125 Author: Becky Bruce <becky.bruce@freescale.com>
41126 Date:   Wed Nov 5 14:55:32 2008 -0600
41127
41128     mpc8641: Drop imaginary second flash bank, map 8MB
41129
41130     There's a lot of setup and foo for the second flash
41131     bank.  The problem is, this board doesn't actually have one.
41132     Clean this up.  Also, the flash is 8M in size.  Get rid
41133     of the confusing aliased overmapping, and just map 8M.
41134
41135     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
41136
41137 commit 0f2d66027bfc60dc7eea2f096af8891988c5abe4
41138 Author: Becky Bruce <becky.bruce@freescale.com>
41139 Date:   Wed Nov 5 14:55:31 2008 -0600
41140
41141     mpc8641: only define CONFIG_ENV_SIZE once
41142
41143     It's currently defined twice inside in an if/else block, but
41144     both halves set the same value.  Move the define outside
41145     the if.
41146
41147     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
41148
41149 commit 24bfb48c35fed6ad1f047e3e4a27df302482cd93
41150 Author: Becky Bruce <becky.bruce@freescale.com>
41151 Date:   Wed Nov 5 14:55:30 2008 -0600
41152
41153     mpc86xx: Move setup_bats into cpu_init_f
41154
41155     In order to later allow for a physical relocation of the
41156     flash, setup_bats, which sets up the final BAT mapping
41157     for the board, needs to happen *after* init_laws().
41158     Otherwise, there will be no window programmed for the flash
41159     at the new physical location at the point when we change
41160     the mmu translation.
41161
41162     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
41163
41164 commit 05df3e5a638be8c5b0899eae1766bbe8e4b92c17
41165 Author: Becky Bruce <becky.bruce@freescale.com>
41166 Date:   Wed Nov 5 14:55:29 2008 -0600
41167
41168     mpc8641: Remove extra "0" from BR2 define
41169
41170     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
41171
41172 commit edf3fe7d39a1ee07353128af5221422ce9ccfad6
41173 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
41174 Date:   Thu Oct 23 09:08:18 2008 -0400
41175
41176     drivers/qe/uec_phy.c: Added PHY-less (fixed PHY) driver.
41177
41178     Copied over the fixed PHY driver as used in pp4xx/4xx_enet.c.
41179     This adds support for PHY-less MAC connections to the UEC.
41180
41181     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
41182     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
41183
41184 commit 54bdcc9fb6670afde9c26dcf364f582879bf21d6
41185 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
41186 Date:   Thu Oct 23 16:27:24 2008 +0000
41187
41188     ColdFire: Add mii driver in drivers/net
41189
41190     All CF platforms' mii.c are consolidated into one
41191
41192     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
41193     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
41194
41195 commit 25a859066b3af1070eb69f12022113c0a91bd813
41196 Author: Ben Warren <biggerbadderben@gmail.com>
41197 Date:   Mon Oct 27 23:53:17 2008 -0700
41198
41199     Moved initialization of PPC4xx EMAC to cpu_eth_init()
41200
41201     Removed initialization of the driver from net/eth.c
41202
41203     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
41204     Acked-by: Stefan Roese <sr@denx.de>
41205
41206 commit 4d03a4e20e58552cb96d61a0e8b56cdb6cc60126
41207 Author: Ben Warren <biggerbadderben@gmail.com>
41208 Date:   Sun Nov 9 21:29:23 2008 -0800
41209
41210     Moved PPC4xx EMAC driver to drivers/net
41211
41212     Also changed path in all linker scripts that reference this driver
41213
41214     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
41215     Acked-by: Stefan Roese <sr@denx.de>
41216
41217 commit 96e21f86e8266ed40759e5495ee461265d7f6d28
41218 Author: Ben Warren <biggerbadderben@gmail.com>
41219 Date:   Mon Oct 27 23:50:15 2008 -0700
41220
41221     Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMAC
41222
41223     All in-tree IBM/AMCC PPC4xx boards using the EMAC get this new CONFIG
41224
41225     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
41226     Acked-by: Stefan Roese <sr@denx.de>
41227
41228 commit 9eb79bd8856bcab896ed5e1f1bca159807a124dd
41229 Author: Ben Warren <biggerbadderben@gmail.com>
41230 Date:   Thu Oct 23 22:02:49 2008 -0700
41231
41232     Moved initialization of MPC8XX SCC to cpu_eth_init()
41233
41234     Removed initialization of the driver from net/eth.c
41235
41236     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
41237
41238 commit a9bec96d6359ac9f90a852962bf3040cad9e0256
41239 Author: Ben Warren <biggerbadderben@gmail.com>
41240 Date:   Wed Oct 22 23:47:51 2008 -0700
41241
41242     Moved initialization of MPC8220 FEC to cpu_eth_init()
41243
41244     Removed initialization of the driver from net/eth.c
41245
41246     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
41247
41248 commit 0e8454e990385a58f708c2fc26d31ac041c7a6c5
41249 Author: Ben Warren <biggerbadderben@gmail.com>
41250 Date:   Wed Oct 22 23:32:48 2008 -0700
41251
41252     Moved initialization of QE Ethernet controller to cpu_eth_init()
41253
41254     Removed initialization of the driver from net/eth.c
41255
41256     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
41257
41258 commit 3456a148276d5494b53ee40242efb6462d163504
41259 Author: Ben Warren <biggerbadderben@gmail.com>
41260 Date:   Wed Oct 22 23:20:29 2008 -0700
41261
41262     Moved initialization of FCC Ethernet controller to cpu_eth_init
41263
41264     Affected boards:
41265         Several MPC8xx boards
41266         Several MPC8260/MPC8272 boards
41267         Several MPC85xx boards
41268
41269     Removed initialization of the driver from net/eth.c
41270
41271     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
41272
41273 commit 62e15b497f5c6334c059512678c8db7940ae4c61
41274 Author: Ben Warren <biggerbadderben@gmail.com>
41275 Date:   Thu Oct 30 22:15:35 2008 -0700
41276
41277     Fix typo in cpu/mpc85xx/cpu.c
41278
41279     CONFIG_MPC85xx_FEC -> CONFIG_MPC85XX_FEC
41280
41281     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
41282
41283 commit 5dfb3ee3f54e2382a08d72906f0e79ecf944f6e3
41284 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
41285 Date:   Sun Oct 19 12:08:50 2008 +0900
41286
41287     net: Move initialization of Au1x00 SoC ethernet MAC to cpu_eth_init
41288
41289     This patch will move au1x00_eth_initialize from net/eth.c to cpu_eth_init
41290     as a part of ongoing eth_initialize cleanup work.  The function ret value
41291     is also fixed as it should be negative on fail.
41292
41293     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
41294     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
41295
41296 commit cc94074ecac1885d18ddb683eb934b3c0268aa5b
41297 Author: Ben Warren <biggerbadderben@gmail.com>
41298 Date:   Fri Sep 5 01:55:22 2008 -0400
41299
41300     Moved initialization of IXP4XX_NPE Ethernet controller to cpu_eth_init()
41301
41302     Also, removed the driver initialization from net/eth.c
41303
41304     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
41305
41306 commit f2a7806fc23e82d30c8548911369e0c530607354
41307 Author: Clive Stubbings <uboot@xentech.co.uk>
41308 Date:   Mon Oct 27 15:05:00 2008 +0000
41309
41310     xilinx_emaclite buffer overrun
41311
41312     Patch to fix buffer allocation size and alignment. Buffer needs to be u32 aligned and
41313     PKTSIZE_ALIGN bytes long.
41314
41315     Acked-by: Michal Simek <monstr@monstr.eu>
41316
41317     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
41318
41319 commit 0115b1953718a2969f6469d3d5da51ba11e12d42
41320 Author: richardretanubun <richardretanubun@ruggedcom.com>
41321 Date:   Fri Sep 26 08:59:12 2008 -0400
41322
41323     NET: QE: UEC: Make uec_miiphy_read() and uec_miiphy_write() use the devname arg.
41324
41325     The current uec_miiphy_read and uec_miiphy_write hardcode access devlist[0]
41326     This patch makes these function use the devname argument that is passed in to
41327     allow access to the phy registers of other devices in devlist[].
41328
41329     Signed-of-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
41330
41331     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
41332
41333 commit 44dcb7332033db8de2810f2fffcae3084f15c8d4
41334 Author: richardretanubun <richardretanubun@ruggedcom.com>
41335 Date:   Mon Oct 6 15:31:43 2008 -0400
41336
41337     Adds two more ethernet interface to 83xx
41338
41339     Fixed compiler warning "declared but unused" eth5_uec_info and eth6_uec_info.
41340     Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
41341     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
41342
41343 commit d8003fa03733901b73d6c4667b4d80fc8eb1ddd3
41344 Author: Stelian Pop <stelian@popies.net>
41345 Date:   Fri Nov 7 13:54:31 2008 +0100
41346
41347     AT91: Replace AT91_BASE_EMAC by the board specific values.
41348
41349     AT91_BASE_EMAC is never used outside the board specific files,
41350     so replace its usage by the board specific AT91xxx_BASE_EMAC.
41351
41352     Signed-off-by: Stelian Pop <stelian@popies.net>
41353     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41354
41355 commit c91e17affa175ce06afa89b04752301eb4a61666
41356 Author: Stelian Pop <stelian@popies.net>
41357 Date:   Fri Nov 7 12:09:21 2008 +0100
41358
41359     AT91: Replace (undefined) AT91_ID_US* by the board specific values.
41360
41361     AT91_ID_US0 / AT91_ID_US1 / AT91_ID_US2 were used but never defined.
41362     Since they are never used outside the board specific files, they can
41363     be replaced by the board specific AT91xxx_ID_US0 / AT91xxx_ID_US1 /
41364     AT91xxx_ID_US2.
41365
41366     Bug spotted by Jesus Alvarez <jalvarez@micromint.com>.
41367
41368     Signed-off-by: Stelian Pop <stelian@popies.net>
41369     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41370
41371 commit 28962f5a2de81bc0eed1c0b08c6bfaa1cc134ea2
41372 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41373 Date:   Sat Nov 1 10:47:59 2008 +0100
41374
41375     Makefile/at91sam9: move some at91sam9 to the correct subsection for arm926ejs
41376
41377     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41378
41379 commit 1079432e04ccf71aa3684181186182cd63512f19
41380 Author: Sergey Lapin <slapin@ossfans.org>
41381 Date:   Fri Oct 31 12:28:43 2008 +0100
41382
41383     Custom AFEB9260 board support
41384
41385     This patch provides support for AFEB9260 board, a product of
41386     OpenSource hardware and software. Some commertial projects
41387     are made with this design. A board is basically AT91SAM9260-EK
41388     with some modifications and different peripherals and different
41389     parts used. Main purpose of this project is to gain experience in
41390     hardware design.
41391     More info: http://groups.google.com/group/arm9fpga-evolution-board
41392     (In Russian only, sorry).
41393     Subversion repository: svn://194.85.238.22/home/users/george/svn/arm9eb
41394
41395     Signed-off-by: Sergey Lapin <slapin@ossfans.org>
41396
41397 commit 26eecd24f97130e56e9c2c2af0e714e05bce6e00
41398 Author: Tomohiro Masubuchi <tomohiro_masubuchiattripeaks.co.jp>
41399 Date:   Tue Oct 21 13:17:16 2008 +0900
41400
41401     Change to use "do_div" macro
41402
41403     Signed-off-by: Tomohiro Masubuchi <tomohiro_masubuchi@tripeaks.co.jp>
41404
41405 commit e352495318d8056a00faa21b633b3e4374bfbf52
41406 Author: Roman Mashak <romez777@gmail.com>
41407 Date:   Wed Oct 22 16:00:26 2008 -0400
41408
41409     ARM926EJ-S: relocate OMAP specific 'cpuinfo.c' into OMAP directory
41410
41411     OMAP identification is implemented in 'cpuinfo.c' and located in ARM926EJ-S directory.
41412     It makes sense to place this file in OMAP specific subdirectory, i.e. cpu/arm926ejs/omap
41413
41414     Signed-off-by: Roman Mashak <romez777@gmail.com>
41415
41416 commit 248b2c367210c06dbd5fbdecf27e97fbe9d05fdb
41417 Author: Roman Mashak <romez777@gmail.com>
41418 Date:   Tue Oct 21 03:01:41 2008 -0700
41419
41420     ARM/Versatile port: Removed unused functions
41421
41422     Removal of never used functions.
41423
41424     Signed-off-by: Roman Mashak <romez777@gmail.com>
41425
41426 commit 1266df887781c779deaf6d05eea2ef90a470cb34
41427 Author: Becky Bruce <becky.bruce@freescale.com>
41428 Date:   Mon Nov 3 15:44:01 2008 -0600
41429
41430     powerpc: change 86xx SMP boot method
41431
41432     We put the bootpg for the secondary cpus into memory and use
41433     BPTR to get to it.  This is a step towards converting to the
41434     ePAPR boot methodology.  Also, the code is written to
41435     deal properly with more than 4GB of RAM.
41436
41437     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
41438
41439 commit b5431560682d8f318fbc49db87cfe13ab41d2ee4
41440 Author: Becky Bruce <becky.bruce@freescale.com>
41441 Date:   Fri Oct 31 17:13:49 2008 -0500
41442
41443     8641HPCN: Config file cleanup
41444
41445     There are several items in the config file that were hardcoded
41446     but that should really be based on other config options, since
41447     the regions are contiguous and depend on being so.  This cleans
41448     that up a bit.  Also, add BR_PHYS_ADDR() macro to convert
41449     addresses into the proper format for BR registers.
41450
41451     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
41452
41453 commit 4c77de3f144ca088c3867bd6240718c10f5a9d69
41454 Author: Becky Bruce <becky.bruce@freescale.com>
41455 Date:   Fri Oct 31 17:13:32 2008 -0500
41456
41457     86xx: Make dram_size a phys_size_t
41458
41459     It's currently a long and should be phys_size_t.
41460
41461     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
41462
41463 commit 104992fc541302a6bac74448e01e7fdad20abca0
41464 Author: Becky Bruce <becky.bruce@freescale.com>
41465 Date:   Sun Nov 2 18:19:32 2008 -0600
41466
41467     powerpc 86xx: Handle CCSR relocation earlier
41468
41469     Currently, the CCSR gets relocated while translation is
41470     enabled, meaning we need 2 BAT translations to get to both the
41471     old location and the new location.  Also, the DEFAULT
41472     CCSR location has a dependency on the BAT that maps the
41473     FLASH region.  Moving the relocation removes this unnecessary
41474     dependency. This makes it easier and more intutive to
41475     modify the board's memory map.
41476
41477     Swap BATs 3 and 4 on 8610 so that all 86xx boards use the same
41478     BAT for CCSR space.
41479
41480     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
41481
41482 commit af5d100e8d5cd49d69d52d20f1181eb06ddb4ddf
41483 Author: Becky Bruce <becky.bruce@freescale.com>
41484 Date:   Fri Oct 31 17:14:14 2008 -0500
41485
41486     mpc8641: Make PCI and RIO mutually exclusive, fix non-PCI build
41487
41488     You can't actually have both, and with some coming changes to
41489     change the memory map for the board and support 36-bit physical,
41490     we need the extra BAT that is being consumed by having both.
41491
41492     I also make non-PCI configs build cleanly, for the sake of sanity.
41493
41494     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
41495
41496 commit 98693b85d42ff438375dc6d6dcadc70eb7b050bb
41497 Author: Becky Bruce <becky.bruce@freescale.com>
41498 Date:   Fri Oct 31 17:14:00 2008 -0500
41499
41500     mpc8641: Stop supporting non-PCI_PNP configs
41501
41502     We don't actually ever do this, remove the code so we
41503     can stop maintaining it.
41504
41505     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
41506
41507 commit e4f69d1bd21a12049744989d2dd6b5199c9b8f23
41508 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
41509 Date:   Fri Oct 24 12:59:12 2008 +0000
41510
41511     ColdFire: Fix M5329EVB and M5373EVB nand issue
41512
41513     Fix compilation issue caused by a few mismatches.
41514     Provide proper nand chip select enable/disable in
41515     nand_hwcontrol() rather than in board_nand_init()
41516     just enable once. Remove redundant local nand driver
41517     functions - nand_read_byte(), nand_write_byte() and
41518     nand_dev_ready() to use common nand driver.
41519
41520     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
41521
41522 commit 1b2708442224a551a0b865b52710306333888932
41523 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
41524 Date:   Wed Oct 22 11:55:30 2008 +0000
41525
41526     ColdFire: Fix compilation error
41527
41528     The error was caused by the change for strmhz() in cpu.c.
41529     A few of them were one extra close parenthesis.
41530
41531     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
41532
41533 commit 536e7dac16769954915a484e682a2efb28699133
41534 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
41535 Date:   Wed Oct 22 11:38:21 2008 +0000
41536
41537     ColdFire: Add MCF5301x CPU and M53017EVB support
41538
41539     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
41540
41541 commit a21d0c2cc9add8894d971ab791f4032f077db817
41542 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
41543 Date:   Tue Oct 21 15:37:02 2008 +0000
41544
41545     ColdFire: Add SBF support for M52277EVB
41546
41547     Add serial boot support
41548
41549     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
41550
41551 commit b202816c61042c183fe67d097a5893b0f2dafba0
41552 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
41553 Date:   Tue Oct 21 14:19:26 2008 +0000
41554
41555     ColdFire: Use CFI driver for M5272C3
41556
41557     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
41558
41559 commit f3962d3f574e5a1cffacd4e9bc48713060a2a314
41560 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
41561 Date:   Tue Oct 21 13:47:54 2008 +0000
41562
41563     ColdFire: Relocate FEC's GPIO and mii functions protocols
41564
41565     Place FEC pin assignments in cpu_init.c from platform's
41566     mii.c
41567
41568     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
41569
41570 commit 6e80f5aa09f8d41bac50b38dc7488ecd22107802
41571 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
41572 Date:   Tue Oct 21 12:15:44 2008 +0000
41573
41574     ColdFire: Remove platforms mii.c file
41575
41576     Will use mcfmii.c driver in drivers/net rather than
41577     keep creating new mii.c for each future platform.
41578     Remove EB+MCF-EV123, cobra5272, idmr, M5235EVB,
41579     M5271EVB, M5272C3, M5275EVB, M5282EVB, M5329EVB,
41580     M5373EVB, M54451EVB, M54455EVB, M547xEVB, and M548xEVB's
41581     mii.c
41582
41583     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
41584
41585 commit 012522fef3b382469125beb46a315ab4dee02fb0
41586 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
41587 Date:   Tue Oct 21 10:03:07 2008 +0000
41588
41589     ColdFire: Modules header files cleanup
41590
41591     Consolidate ATA, ePORT, QSPI, FlexCan, PWM, RNG,
41592     MDHA, SKHA, INTC, and FlexBus structures and
41593     definitions in immap_5xxx.h to more unify modules
41594     header files. Append DSPI support for m547x_8x.
41595     SSI cleanup. Remove USB Host structure from immap_539.h.
41596     Apply changes to use FlexBus structures in mcf52x2's
41597     cpu_init.c and platform configuration files.
41598
41599     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
41600
41601 commit ac2331aee99ad36be0fcfed8c49922e3c61b576d
41602 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
41603 Date:   Tue Oct 21 08:52:36 2008 +0000
41604
41605     ColdFire: Remove linker file
41606
41607     Each different build for M54455EVB and M5235EVB will
41608     create a u-boot.lds linker file. It is redundant to
41609     keep the u-boot.lds
41610
41611     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
41612
41613 commit 0829323073c505556ed5f5073f91adb504584d45
41614 Author: Peter Tyser <ptyser@xes-inc.com>
41615 Date:   Fri Oct 31 11:26:44 2008 -0500
41616
41617     ppc: Fix compile warnings when !CONFIG_OF_LIBFDT
41618
41619     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
41620
41621 commit a80b21d5127583171d6e9bc7f722947641898012
41622 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41623 Date:   Fri Oct 31 12:12:12 2008 +0100
41624
41625     common/Makefile: create others group for non core, environment and command files
41626
41627     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41628
41629 commit 60c68d9c1c6d18ce02c862a05718fd94f97c13d0
41630 Author: Wolfgang Denk <wd@denx.de>
41631 Date:   Fri Oct 31 01:13:37 2008 +0100
41632
41633     TQM8260: use CFI flash driver instead of custom driver.
41634
41635     Signed-off-by: Wolfgang Denk <wd@denx.de>
41636
41637 commit 20d04774f4ef3f6e38974636e0e36ae0f0b5501f
41638 Author: Andy Fleming <afleming@freescale.com>
41639 Date:   Thu Oct 30 17:35:30 2008 -0500
41640
41641     Consolidate MAX/MIN definitions
41642
41643     There were several, now there is one (two if you count the lower-case
41644     versions).
41645
41646     Signed-off-by: Andy Fleming <afleming@freescale.com>
41647
41648 commit 298e476c66fd88d0bc4f0371118652d2b5de4e8a
41649 Author: Heiko Schocher <hs@denx.de>
41650 Date:   Thu Oct 30 09:23:09 2008 +0100
41651
41652     mgsuvd: remove unused defines in config file.
41653
41654     Signed-off-by: Heiko Schocher <hs@denx.de>
41655
41656 commit 3cbd823116ea8b7c654e275a8c2fca87cd1f5dc5
41657 Author: Wolfgang Denk <wd@denx.de>
41658 Date:   Sun Nov 2 16:14:22 2008 +0100
41659
41660     Coding Style cleanup, update CHANGELOG
41661
41662     Signed-off-by: Wolfgang Denk <wd@denx.de>
41663
41664 commit a47f957ab523019992fdef857af01bd71c58a4da
41665 Author: Alessandro Rubini <rubini-list@gnudd.com>
41666 Date:   Fri Oct 31 22:33:21 2008 +0100
41667
41668     NAND: Allow NAND and OneNAND to coexist
41669
41670     This removes in nand.h code that is verbatim duplicated from bbm.h,
41671     including directly bbm.h in nand.h. The previous state of affairs
41672     prevented compiling code for a board hosting both NAND and OneNAND chips.
41673
41674     Reported-by: Scott Wood <scottwood@freescale.com>
41675     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
41676     Signed-off-by: Scott Wood <scottwood@freescale.com>
41677
41678 commit 2f77c7f45b9a37ef265a8dbe3c18efa706fed214
41679 Author: Scott Wood <scottwood@freescale.com>
41680 Date:   Fri Oct 31 13:51:12 2008 -0500
41681
41682     JFFS2: Eliminate compiler error when both NAND and OneNAND are enabled.
41683
41684     Reported-by: Alessandro Rubini <rubini-list@gnudd.com>
41685     Signed-off-by: Scott Wood <scottwood@freescale.com>
41686
41687 commit c57fc28947e248fb03c49a28b467686299895055
41688 Author: Jason Jin <Jason.Jin@freescale.com>
41689 Date:   Fri Oct 31 05:07:04 2008 -0500
41690
41691     NAND: Add NAND support for MPC8536DS board
41692
41693     This patch defines 1M TLB&LAW size for NAND on MPC8536DS, assigns 0xffa00000
41694     for CONFIG_SYS_NAND_BASE and adds other NAND supports in config file.
41695     It also moves environment(CONFIG_ENV_ADDR) outside of u-boot image.
41696
41697     Singed-off-by: Jason Jin <Jason.Jin@freescale.com>
41698     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
41699     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41700
41701 commit 6fc110bd8a8d642b8f7b0653bd9a08a0b7c3d50b
41702 Author: Haiying Wang <Haiying.Wang@freescale.com>
41703 Date:   Fri Oct 31 05:06:14 2008 -0500
41704
41705     NAND: Fix CONFIG_ENV_ADDR for MPC8572DS
41706
41707     CONFIG_ENV_ADDR should be (CONFIG_SYS_MONITOR_BASE - CONFIG_ENV_SECT_SIZE).
41708
41709     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
41710     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41711
41712 commit 51b572a801be57790fe26adaa530210e7fba59cc
41713 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41714 Date:   Fri Oct 24 10:49:48 2008 +0900
41715
41716     sh: rsk7203: Moved rsk7203 board to board/renesas
41717
41718     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41719
41720 commit 58453b00b3ebb26aaa901210023f99504a90bb00
41721 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41722 Date:   Fri Oct 24 10:48:31 2008 +0900
41723
41724     sh: MigoR: Moved MigoR board to board/renesas
41725
41726     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41727
41728 commit c1da2a22817ba85b437afa2f4e715e658b219fd1
41729 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41730 Date:   Fri Oct 24 10:39:44 2008 +0900
41731
41732     sh: r2dplus: Moved r2dplus board to board/renesas
41733
41734     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41735
41736 commit 78385bf2359d828184d0b3649f7ae6b933420000
41737 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41738 Date:   Fri Oct 24 10:36:13 2008 +0900
41739
41740     sh: sh7763rdp: Moved sh7763rdp board to board/renesas
41741
41742     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41743
41744 commit c6525d459c350bfc246ea7826456af77e1e314eb
41745 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41746 Date:   Fri Oct 24 10:35:19 2008 +0900
41747
41748     sh: sh7785lcr: Moved sh7785lcr board to board/renesas
41749
41750     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41751
41752 commit acd3e30d09a73f876222f0d496c4f52ee9d0771d
41753 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41754 Date:   Fri Oct 24 10:34:21 2008 +0900
41755
41756     sh: r7780mp: Moved r7780mp board to board/renesas
41757
41758     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41759
41760 commit f84e6ea275353b8fea772ec7553ff7e4b1f642e0
41761 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41762 Date:   Fri Oct 24 10:32:14 2008 +0900
41763
41764     sh: ap325rxa: Moved ap325rxa board to board/renesas
41765
41766     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41767
41768 commit 9abda6ba735efb059f63dcb25d78b174bfcad1ad
41769 Author: Wolfgang Denk <wd@xpert.denx.de>
41770 Date:   Fri Oct 31 01:12:28 2008 +0100
41771
41772     CFI Driver: Fix "flash not ready" problem
41773
41774     This patch fixes a problem on systems where the NOR flash is attached
41775     to a 64 bit bus.  The toggle bit detection in flash_toggle() is based
41776     on the assumption that the same flash address is read twice without
41777     any other interjacent flash accesses.  However, on 32 bit systems the
41778     function flash_read64() [as currently implemented] does not perform
41779     an atomic 64 bit read - instead, this is broken down into two 32 bit
41780     read accesses on addresses "addr" and "addr + 4".  So instead of
41781     reading a 64 bit value twice from "addr", we see a sequence of 4 32
41782     bit reads from "addr", "addr + 4", "addr", and "addr + 4".  The
41783     consequence is that flash_toggle() fails to work.
41784
41785     This patch implements a simple, but somewhat ugly solution, as it
41786     avoids the use of flash_read64() in this critical place (by breaking
41787     it down manually into 32 bit read operations) instead of rewriting
41788     flash_read64() such to perform atomic 64 bit reads as one could
41789     expect.  However, such a rewrite would require the use of floating
41790     point load operations, which becomes pretty complex:
41791
41792         save MSR;
41793         set Floating Point Enable bit in MSR;
41794         use "lfd" instruction to perform atomic 64 bit read;
41795         use "stfd" to store value to temporary variable on stack;
41796         load u64 value from temporary variable;
41797         restore saved MSR;
41798         return u64 value;
41799
41800     The benefit-cost ratio of such an implementation was considered too
41801     bad to actually attempt this, especially as we can expect that such
41802     an implementation would not only have a bigger memory footprint but
41803     also cause a performance degradation.
41804
41805     Signed-off-by: Wolfgang Denk <wd@denx.de>
41806     Signed-off-by: Stefan Roese <sr@denx.de>
41807
41808 commit cdd4fe63b094d4b767f12ff241d72566b461ee61
41809 Author: Stefan Roese <sr@denx.de>
41810 Date:   Fri Oct 31 10:48:08 2008 +0100
41811
41812     ppc4xx: Fix spelling error in MAINTAINERS file
41813
41814     Signed-off-by: Stefan Roese <sr@denx.de>
41815
41816 commit be270798900b75ad9c47c7b79c72f70441196c56
41817 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41818 Date:   Tue Oct 28 13:37:00 2008 +0100
41819
41820     ppc4xx: Update PMC440 board support
41821
41822     This patch brings PMC440 board support up to date:
41823
41824     - fix GPIO configuration
41825     - add misc_init_f()
41826     - use better values for usbact variable
41827     - fix USB 2.0 phy reset sequence
41828     - shrink BAR2 to save PCI address space
41829     - add FDT support
41830
41831     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41832     Signed-off-by: Stefan Roese <sr@denx.de>
41833
41834 commit 75183b1a7fc04206d9779d13f16e03853d7e965d
41835 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41836 Date:   Tue Oct 28 13:36:59 2008 +0100
41837
41838     ppc4xx: Fix PMC440 BSP commands
41839
41840     This patch fixes the PMC440 BSP commands painit and selfreset
41841
41842     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41843     Signed-off-by: Stefan Roese <sr@denx.de>
41844
41845 commit 76b565b69f886d5ae748db65e44f464b0e70d41a
41846 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41847 Date:   Tue Oct 28 13:36:58 2008 +0100
41848
41849     ppc4xx: Update PMC440 board configuration
41850
41851     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41852     Signed-off-by: Stefan Roese <sr@denx.de>
41853
41854 commit ca0c2d42b93116a8e1b8ef8ad4493c7dc9b5f2e4
41855 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41856 Date:   Tue Oct 28 13:36:57 2008 +0100
41857
41858     ppc4xx: Fix esd loadpci command
41859
41860     This patch fixes esd's loadpci command when not all
41861     memory on adapter boards is accessable via PCI.
41862
41863     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41864     Signed-off-by: Stefan Roese <sr@denx.de>
41865
41866 commit 492aa9ea13791ca4591b5bde895a425e27ae2d10
41867 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41868 Date:   Tue Oct 28 13:36:56 2008 +0100
41869
41870     ppc4xx: Clean up PMC440 header
41871
41872     -Codingstyle cleanup
41873     -Remove unused GPIO define
41874
41875     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41876     Signed-off-by: Stefan Roese <sr@denx.de>
41877
41878 commit 295133258a44f97a57fb2ec339aecfda11f4db95
41879 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41880 Date:   Tue Oct 28 13:36:55 2008 +0100
41881
41882     ppc4xx: Handle other board variant in PMC440 FPGA code
41883
41884     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41885     Signed-off-by: Stefan Roese <sr@denx.de>
41886
41887 commit cc2dc9b08cf7c09f9f237f8cb9303f11603d4fb0
41888 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
41889 Date:   Mon Oct 27 12:35:59 2008 +0100
41890
41891     ppc4xx: Merge xilinx-ppc440 and xilinx-ppc405 cfg
41892
41893     Xilinx ppc440 and ppc405 have many similarities. This patch merge the
41894     config files of both infrastuctures
41895
41896     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
41897     Signed-off-by: Stefan Roese <sr@denx.de>
41898
41899 commit 3befd85633d33c4dcca1f359c3f4848c5ab8e4d2
41900 Author: Stefan Roese <sr@denx.de>
41901 Date:   Sat Oct 25 06:45:31 2008 +0200
41902
41903     ppc4xx: Correctly configure the GPIO pin muxing on Arches
41904
41905     Arches doesn't use PerCS3 but GPIO43, so let's configure the GPIO
41906     pin multiplexing correctly
41907
41908     Signed-off-by: Stefan Roese <sr@denx.de>
41909
41910 commit 7c84fe6a06dad9f793ed85b39b1e6c11a7882f5c
41911 Author: Bartlomiej Sieka <tur@semihalf.com>
41912 Date:   Thu Oct 30 23:22:04 2008 +0100
41913
41914     Fix to the auto-update feature documentation (CONFIG_UPDATE_TFTP_MSEC_MAX)
41915
41916     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
41917
41918 commit 4bc7deee9095f21e243b724ca3d634251c1d5432
41919 Author: David Gibson <david@gibson.dropbear.id.au>
41920 Date:   Wed Oct 29 23:27:45 2008 -0500
41921
41922     libfdt: Fix bug in fdt_subnode_offset_namelen()
41923
41924     There's currently an off-by-one bug in fdt_subnode_offset_namelen()
41925     which causes it to keep searching after it's finished the subnodes of
41926     the given parent, and into the subnodes of siblings of the original
41927     node which come after it in the tree.
41928
41929     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
41930     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41931
41932 commit f242a08871839eac081ba5b599af979f3a148a0d
41933 Author: Peter Korsgaard <jacmet@sunsite.dk>
41934 Date:   Tue Oct 28 08:26:52 2008 +0100
41935
41936     fdt_resize(): ensure minimum padding
41937
41938     fdt_add_mem_rsv() requires space for a struct fdt_reserve_entry
41939     (16 bytes), so make sure that fdt_resize at least adds that much
41940     padding, no matter what the location or size of the fdt is.
41941
41942     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
41943     Acked-by: Andy Fleming <afleming@freescale.com>
41944
41945 commit d685b74c64a38849f1a129b3ab846fbf67dd937e
41946 Author: Dave Liu <daveliu@freescale.com>
41947 Date:   Thu Oct 23 21:59:35 2008 +0800
41948
41949     74xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
41950
41951     The patch is following the commit 392438406041415fe64ab8748ec5ab5ad01d1cf7
41952
41953     mpc86xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
41954
41955     This is needed in unlock_ram_in_cache() because it is called from C and
41956     will corrupt the small data area anchor that is kept in R2.
41957
41958     lock_ram_in_cache() is modified similarly as good coding practice, but
41959     is not called from C.
41960
41961     Signed-off-by: Nick Spence <nick.spence@freescale.com>
41962
41963     also, the r2 is used as global data pointer.
41964
41965     Signed-off-by: Dave Liu <daveliu@freescale.com>
41966
41967 commit e053ab1903ccae6048ef759025b9f675bba91450
41968 Author: Scott Wood <scottwood@freescale.com>
41969 Date:   Tue Oct 28 11:45:04 2008 -0500
41970
41971     mpc83xx pci: Round up memory size in inbound window.
41972
41973     The current calculation will fail to cover all memory if
41974     its size is not a power of two.
41975
41976     Signed-off-by: Scott Wood <scottwood@freescale.com>
41977     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
41978
41979 commit 1c671977dc81359628be27ac99c174e76e8069ba
41980 Author: Dave Liu <daveliu@freescale.com>
41981 Date:   Thu Oct 23 21:19:13 2008 +0800
41982
41983     86xx: remove the unused definition
41984
41985     Signed-off-by: Dave Liu <daveliu@freescale.com>
41986
41987 commit eaa44c5dc83756c3067b9e6c9db626facd0b0660
41988 Author: Dave Liu <daveliu@freescale.com>
41989 Date:   Tue Oct 28 17:47:49 2008 +0800
41990
41991     86xx: remove the redundant r2 global data pointer save
41992
41993     The commit 67256678f00c09b0a7f19e862e5c1847553d31bc add
41994     the another global data pointer save, but in fact the
41995     global data pointer will be initialized in the board_init_r,
41996     so remove it such as the 85xx/83xx family.
41997
41998     Signed-off-by: Dave Liu <daveliu@freescale.com>
41999     Acked-by: Kumar Gala <kumar.gala@freescale.com>
42000
42001 commit bd888e9544419665334a6f47f81f34011cea38f3
42002 Author: Dave Liu <daveliu@freescale.com>
42003 Date:   Tue Oct 28 17:47:41 2008 +0800
42004
42005     86xx: remove the unused code for 86xx family
42006
42007     I believe these code was copied from 74xx family, but for
42008     86xx, it is unused.
42009
42010     Signed-off-by: Dave Liu <daveliu@freescale.com>
42011     Acked-by: Kumar Gala <kumar.gala@freescale.com>
42012
42013 commit 5ba1ef507402bc5e344dc374203792a40f222e8a
42014 Author: Dave Liu <daveliu@freescale.com>
42015 Date:   Tue Oct 28 17:46:35 2008 +0800
42016
42017     86xx: remove the second DDR LAW setting for mpc8641hpcn
42018
42019     The DDR1 LAW will precedence the DDR2 LAW, so remove
42020     the second DDR LAW.
42021
42022     Signed-off-by: Dave Liu <daveliu@freescale.com>
42023     Acked-by: Becky Bruce <becky.bruce@freescale.com>
42024
42025 commit 137a2dfd11ac51ae3154f13f323609b33a4a072e
42026 Author: Dave Liu <daveliu@freescale.com>
42027 Date:   Tue Oct 28 17:46:23 2008 +0800
42028
42029     86xx: remove the unused ddr_enable_ecc in the board file
42030
42031     The DDR controller of 86xx processors have the ECC data init
42032     feature, and the new DDR code is using the feature, we don't
42033     need the way with DMA to init memory again.
42034
42035     Signed-off-by: Dave Liu <daveliu@freescale.com>
42036     Acked-by: Kumar Gala <kumar.gala@freescale.com>
42037
42038 commit dc2adad85bf580d65916c940683f6e9671e8a5dd
42039 Author: Dave Liu <daveliu@freescale.com>
42040 Date:   Tue Oct 28 17:46:12 2008 +0800
42041
42042     86xx: Move the clear_tlbs before MMU turn on
42043
42044     We must invalidate TLBs before MMU turn on, but
42045     currently the code is not, if there are some stale
42046     TLB entry valid in the TLBs, it will cause strange
42047     issue.
42048
42049     Signed-off-by: Dave Liu <daveliu@freescale.com>
42050     Acked-by: Becky Bruce <becky.bruce@freescale.com>
42051
42052 commit 5cdade07b118d07154cb882650f9778cecc8a87c
42053 Author: Scott Wood <scottwood@freescale.com>
42054 Date:   Mon Oct 27 15:57:08 2008 -0500
42055
42056     mpc8313erdb: Document NAND boot.
42057
42058     Previously, the documentation claimed that NAND boot is not supported.
42059     This is no longer true.
42060
42061     Signed-off-by: Scott Wood <scottwood@freescale.com>
42062
42063 commit bd78bc6b2aebf5566aac464f936b88dfd97ab0bd
42064 Author: Scott Wood <scottwood@freescale.com>
42065 Date:   Wed Oct 29 14:20:26 2008 -0500
42066
42067     NAND: Properly create JFFS2 cleanmarkers.
42068
42069     As reported by Ilko Iliev <iliev@ronetix.at>, the "nand erase clean"
42070     command is currently broken, and among other things causes all blocks
42071     to be marked bad.
42072
42073     This implements it properly using MTD_OOB_AUTO, along with some
42074     indentation fixes.
42075
42076     Signed-off-by: Scott Wood <scottwood@freescale.com>
42077
42078 commit f7fe57c09866b44692d18c8cf22828bd137ec58d
42079 Author: Scott Wood <scottwood@freescale.com>
42080 Date:   Wed Oct 29 13:42:41 2008 -0500
42081
42082     NAND fsl elbc: Set FMR[ECCM] based on page size.
42083
42084     Hardware expects ECCM 0 for small page and ECCM 1 for large page
42085     when booting from NAND, so use those defaults.
42086
42087     Signed-off-by: Scott Wood <scottwood@freescale.com>
42088
42089 commit c013b74975dab0805ef6d369b013230c4e8a660d
42090 Author: Haiying Wang <Haiying.Wang@freescale.com>
42091 Date:   Wed Oct 29 13:32:59 2008 -0400
42092
42093     NAND: Add support for MPC8572DS board
42094
42095     This patch defines 1M TLB&LAW size for NAND on MPC8572DS, assigns
42096     0xffa00000 for CONFIG_SYS_NAND_BASE and adds other NAND supports in
42097     config file.
42098
42099     It also moves environment(CONFIG_ENV_ADDR) outside of u-boot image, to
42100     make room for the increased code size with NAND enabled.
42101
42102     Signed-off-by: Jason Jin <Jason.Jin@freescale.com>
42103     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
42104     Signed-off-by: Scott Wood <scottwood@freescale.com>
42105
42106 commit 4e190b03aaf2309bd2e025d1187a2ca880fedc95
42107 Author: Haiying Wang <Haiying.Wang@freescale.com>
42108 Date:   Wed Oct 29 11:05:55 2008 -0400
42109
42110     Make Freescale local bus registers available for both 83xx and 85xx.
42111
42112     - Rename lbus83xx_t to fsl_lbus_t and move it to asm/fsl_lbc.h so that it
42113       can be shared by both 83xx and 85xx
42114     - Remove lbus83xx_t and replace it with fsl_lbus_t in all 83xx boards
42115       files which use lbus83xx_t.
42116     - Move FMR, FIR, FCR, FPAR, LTESR from mpc83xx.h to asm/fsl_lbc.h so that
42117       85xx can share them.
42118
42119     Signed-off-by: Jason Jin <Jason.Jin@freescale.com>
42120     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
42121     Signed-off-by: Scott Wood <scottwood@freescale.com>
42122
42123 commit 695c130e4bf75b444720ddfd83aca88f41c046cf
42124 Author: Scott Wood <scottwood@freescale.com>
42125 Date:   Mon Oct 27 15:38:30 2008 -0500
42126
42127     NAND: Align right column of the shorthelp with other commands.
42128
42129     I accidentally broke this in when making consistent the partial
42130     alignment of the longhelp.
42131
42132     Signed-off-by: Scott Wood <scottwood@freescale.com>
42133
42134 commit 33efde5ecac91ab118ff00b95a181fd6d75f8645
42135 Author: Karl Beldan <karl.beldan@gmail.com>
42136 Date:   Mon Sep 15 16:08:03 2008 +0200
42137
42138     NAND: Reset chip on power-up
42139
42140     Some chips require a RESET after power-up (e.g. Micron MT29FxGxxxxx).
42141     The first command sent is NAND_CMD_READID.
42142     Issue a NAND_CMD_RESET in nand_scan_ident before reading the device id.
42143     Tested with an MT29F4G08AAC.
42144
42145     Signed-off-by: Karl Beldan <karl.beldan@gmail.com>
42146     Signed-off-by: Scott Wood <scottwood@freescale.com>
42147
42148 commit c45912d8abc52de796b9059a58faf7c4166eab58
42149 Author: Scott Wood <scottwood@freescale.com>
42150 Date:   Fri Oct 24 16:20:43 2008 -0500
42151
42152     NAND: sync with 2.6.27
42153
42154     This brings the core NAND code up to date with the Linux kernel.
42155
42156     Since there were several drivers in Linux as of the last update that are
42157     not in u-boot, I'm not bringing over new drivers that have been added
42158     since in the absence of an interested party.
42159
42160     I did not update OneNAND since it was recently synced by Kyungmin Park,
42161     and I'm not sure exactly what the common ancestor is.
42162
42163     Signed-off-by: Scott Wood <scottwood@freescale.com>
42164
42165 commit b1d0db1805c3395149777e507b6da53410abac4e
42166 Author: Kumar Gala <galak@kernel.crashing.org>
42167 Date:   Tue Oct 21 17:25:47 2008 -0500
42168
42169     bootm: Added CONFIG_BOOTM_{LINUX, NETBSD, RTEMS}
42170
42171     Added the ability to config out bootm support for Linux, NetBSD, RTEMS
42172
42173     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42174
42175 commit 5a98127d81a6eefc5a78a704df619bfe362eeb87
42176 Author: Kumar Gala <galak@kernel.crashing.org>
42177 Date:   Tue Oct 21 17:25:46 2008 -0500
42178
42179     bootm: support subcommands in linux ppc bootm
42180
42181     Add support for 'bdt', 'cmdline', 'prep' to the linux PPC bootm.
42182
42183     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42184
42185 commit 49c3a861d11735838f1f1b11999ce433006dc919
42186 Author: Kumar Gala <galak@kernel.crashing.org>
42187 Date:   Tue Oct 21 17:25:45 2008 -0500
42188
42189     bootm: Add subcommands
42190
42191     Add the ability to break the steps of the bootm command into several
42192     subcommands: start, loados, ramdisk, fdt, bdt, cmdline, prep, go.
42193
42194     This allows us to do things like manipulate device trees before
42195     they are passed to a booting kernel or setup memory for a secondary
42196     core in multicore situations.
42197
42198     Not all OS types support all subcommands (currently only start, loados,
42199     ramdisk, fdt, and go are supported).
42200
42201     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42202
42203 commit be08315933537f061bc1ce61f33a29c56458bbad
42204 Author: Kumar Gala <galak@kernel.crashing.org>
42205 Date:   Tue Oct 21 17:25:44 2008 -0500
42206
42207     bootm: Move to using a function pointer table for the boot os function
42208
42209     This removes a bit of code and makes it easier for the upcoming sub bootm
42210     command support to call into the proper OS specific handler.
42211
42212     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42213     Signed-off-by: Wolfgang Denk <wd@denx.de>
42214
42215 commit a369f4a492fa2805d87775d27380f0eeaca35aa6
42216 Author: Graeme Russ <graeme.russ@gmail.com>
42217 Date:   Mon Sep 29 23:03:14 2008 +1000
42218
42219     i386: Renamed show_boot_progress in assembler code
42220
42221     Renamed show_boot_progress in assembler init phase to
42222     show_boot_progress_asm to avoid link conflicts with C version
42223
42224     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
42225
42226 commit 4442f45b0e1cbad35aa22d4cad22b90a57e3f32d
42227 Author: Peter Tyser <ptyser@xes-inc.com>
42228 Date:   Mon Oct 27 16:42:00 2008 -0500
42229
42230     85xx: Update MPC85xx_PORDEVSR_IO_SEL mask
42231
42232     The MPC8572 has a 4-bit wide PORDEVSR IO_SEL field. Other MPC85xx
42233     processors have a 3-bit wide IO_SEL field but have the most
42234     significant bit is wired to 0 so this change should not affect
42235     them.
42236
42237     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
42238
42239 commit cd4251624205cb97104f6e32679dc7754934f711
42240 Author: Becky Bruce <becky.bruce@freescale.com>
42241 Date:   Mon Oct 27 16:09:42 2008 -0500
42242
42243     powerpc: fix pci window initialization to work with > 4GB DRAM
42244
42245     The existing code has a few errors that need to be fixed in
42246     order to support large RAM sizes.  Fix those, and add a
42247     comment to make it clearer.
42248
42249     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
42250     Acked-by: Kumar Gala <galak@kernel.crashing.org>
42251
42252 commit 219542a1a66ca017b12860920714a9859b18a5d7
42253 Author: Kumar Gala <galak@kernel.crashing.org>
42254 Date:   Mon Oct 27 13:16:20 2008 -0500
42255
42256     pci/fsl_pci_init: Removed a bunch pointless trailing backslashes.
42257
42258     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42259
42260 commit 6b59e03e0237a40a2305ea385defdfd92000978b
42261 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
42262 Date:   Mon Sep 1 16:21:22 2008 +0200
42263
42264     lcd: Let the board code show board-specific info
42265
42266     The information displayed when CONFIG_LCD_INFO is set is inherently
42267     board-specific, so it should be done by the board code. The current code
42268     dealing with this only handles two cases, and is already a horrible mess
42269     of #ifdeffery.
42270
42271     Yes, this duplicates some code, but it also allows boards to print more
42272     board-specific information; this used to be very difficult.
42273
42274     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
42275     Signed-off-by: Anatolij Gustschin <agust@denx.de>
42276
42277 commit 6f93d2b8fca504200a5758f7c6dd2d6852900765
42278 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
42279 Date:   Mon Sep 1 16:21:21 2008 +0200
42280
42281     lcd: Set lcd_is_enabled before clearing the screen
42282
42283     This allows the logo/info rendering routines to use the regular
42284     lcd_putc/lcd_puts/lcd_printf calls.
42285
42286     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
42287     Signed-off-by: Anatolij Gustschin <agust@denx.de>
42288
42289 commit 15b17ab52b7c15d46d9fc631cc06092e1e764de2
42290 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
42291 Date:   Mon Sep 1 16:21:20 2008 +0200
42292
42293     lcd: Implement lcd_printf()
42294
42295     lcd_printf() has a prototype in include/lcd.h but no implementation. Fix
42296     this by borrowing the lcd_printf() implementation from the cogent board
42297     code (which appears to use its own LCD framework.)
42298
42299     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
42300     Signed-off-by: Anatolij Gustschin <agust@denx.de>
42301
42302 commit 70dbc54c0a5c798bcf82ae2a1e227404f412e892
42303 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
42304 Date:   Mon Sep 1 16:21:19 2008 +0200
42305
42306     atmel_lcdfb: Straighten out funky vl_sync logic
42307
42308     If the board _didn't_ request INVLINE_INVERTED, we set INVLINE_INVERTED,
42309     otherwise we don't. WTF?
42310
42311     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
42312     Signed-off-by: Anatolij Gustschin <agust@denx.de>
42313
42314 commit 23bb28f0f76b46c4b573374b0bb3b3f23d85ef55
42315 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
42316 Date:   Mon Sep 1 16:21:18 2008 +0200
42317
42318     atmel_lcdfb: Eliminate unneeded #include <asm/arch/hardware.h>
42319
42320     atmel_lcdfb doesn't actually need anything from asm/arch/hardware.h. It
42321     includes a file that does, asm/arch/gpio.h, but this file doesn't
42322     include <asm/arch/hardware.h> like it's supposed to.
42323
42324     Add the missing include to asm/arch/gpio.h and remove the workaround
42325     from the atmel_lcdfb driver. This makes the driver compile on avr32.
42326
42327     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
42328     Signed-off-by: Anatolij Gustschin <agust@denx.de>
42329
42330 commit c2083e0e11a03ef8be2e9f0ed8720fdc20832f3e
42331 Author: Kumar Gala <galak@kernel.crashing.org>
42332 Date:   Wed Oct 22 14:38:55 2008 -0500
42333
42334     86xx: Convert all fsl_pci_init users to new APIs
42335
42336     Converted MPC8610HCPD, MPC8641HPCN, and SBC8641D to use
42337     fsl_pci_setup_inbound_windows() and ft_fsl_pci_setup().
42338
42339     With these changes the board code is a bit smaller and we get dma-ranges
42340     set in the device tree for these boards.
42341
42342     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42343     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
42344     Acked-by: Jon Loeliger <jdl@freescale.com>
42345
42346 commit 2dba0dea98c0dee1799ffd6fd6eb541645dbbd98
42347 Author: Kumar Gala <galak@kernel.crashing.org>
42348 Date:   Tue Oct 21 08:28:33 2008 -0500
42349
42350     85xx: Convert all fsl_pci_init users to new APIs
42351
42352     Converted ATUM8548, MPC8536DS, MPC8544DS, MPC8548CDS, MPC8568MDS,
42353     MPC8572DS, TQM85xx, and SBC8548 to use fsl_pci_setup_inbound_windows()
42354     and ft_fsl_pci_setup().
42355
42356     With these changes the board code is a bit smaller and we get dma-ranges
42357     set in the device tree for these boards.
42358
42359     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42360     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
42361
42362 commit a2aab460727e5f674353a83a81000ef794bffcae
42363 Author: Kumar Gala <galak@kernel.crashing.org>
42364 Date:   Thu Oct 23 00:01:06 2008 -0500
42365
42366     pci/fsl_pci_init: Added fdt helper for setting up bus-ranges & dma-ranges
42367
42368     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42369     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
42370
42371 commit b9a1fa9787a3a79573f5f932a4f8aa216bcb1785
42372 Author: Kumar Gala <galak@kernel.crashing.org>
42373 Date:   Wed Oct 22 14:06:24 2008 -0500
42374
42375     pci/fsl_pci_init: Add a common PCI inbound setup function
42376
42377     Add a common setup function that determines the pci_region(s) based
42378     on how much memory we have in the system.
42379
42380     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42381     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
42382
42383 commit 612ea01018a459234d54ed57ec6a5a244ce75678
42384 Author: Kumar Gala <galak@kernel.crashing.org>
42385 Date:   Tue Oct 21 10:13:14 2008 -0500
42386
42387     pci/fsl_pci_init: Enable larger address and setting inbound windows properly
42388
42389     * PCI Inbound window was setup incorrectly.  The PCI address and system
42390       address were swapped.  The PCI address should be setting piwar/piwbear
42391       and the system address should be setting pitar.
42392
42393     * Removed masking of addresses to allow for system address to support
42394       system address & PCI address >32-bits
42395
42396     * Set PIWBEAR & POTEAR to allow for full 64-bit PCI addresses
42397
42398     * Respect the PCI_REGION_PREFETCH for inbound windows
42399
42400     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42401     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
42402
42403 commit 8ab451c46b846f2bbd7122b29ffdd9a4a04da228
42404 Author: Kumar Gala <galak@kernel.crashing.org>
42405 Date:   Wed Oct 22 23:33:56 2008 -0500
42406
42407     fdt: Added helper to set PCI dma-ranges property
42408
42409     Added fdt_pci_dma_ranges() that parses the pci_region info from the
42410     struct pci_controller and populates the dma-ranges based on it.
42411
42412     The max # of windws/dma-ranges we support is 3 since on embedded
42413     PowerPC based systems this is the max number of windows.
42414
42415     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42416     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
42417
42418 commit 3bed2aaf2d50fd13273c14d17d4fd40ef42e0d0f
42419 Author: Kumar Gala <galak@kernel.crashing.org>
42420 Date:   Thu Oct 23 00:05:47 2008 -0500
42421
42422     fdt: Add fdt_getprop_u32_default helpers
42423
42424     Add helper functions to return find a node and return it's property
42425     or a default value.
42426
42427     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42428     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
42429     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
42430
42431 commit 8ba93f68a1bae89e033527ce67b41b4a87aa5b7f
42432 Author: Kumar Gala <galak@kernel.crashing.org>
42433 Date:   Tue Oct 21 18:06:15 2008 -0500
42434
42435     86xx: Enable 64-bit PCI resources on all Freescale boards
42436
42437     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42438     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
42439
42440 commit 0151cbaccf4504821ecfde0217299bd740086bb6
42441 Author: Kumar Gala <galak@kernel.crashing.org>
42442 Date:   Tue Oct 21 11:33:58 2008 -0500
42443
42444     85xx: Enable 64-bit PCI resources on all Freescale boards
42445
42446     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42447     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
42448
42449 commit 30e76d5e3bc4c5208ee63585fe12b409d9308cd8
42450 Author: Kumar Gala <galak@kernel.crashing.org>
42451 Date:   Tue Oct 21 08:36:08 2008 -0500
42452
42453     pci: Allow for PCI addresses to be 64-bit
42454
42455     PCI bus is inherently 64-bit.  While not all system require access to
42456     the full 64-bit PCI address range some do.  This allows those systems
42457     to enable the full PCI address width via CONFIG_SYS_PCI_64BIT.
42458
42459     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42460     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
42461     Acked-by: Wolfgang Denk <wd@denx.de>
42462
42463 commit ae5f943ba8ede448a4b1a145fd8911856701ecc5
42464 Author: Dave Liu <daveliu@freescale.com>
42465 Date:   Thu Oct 23 21:18:53 2008 +0800
42466
42467     85xx: Fix the incorrect register used for DDR erratum1
42468
42469     The 8572 DDR erratum1:
42470     DDR controller may enter an illegal state when operating
42471     in 32-bit bus mode with 4-beat bursts.
42472
42473     Description:
42474     When operating with a 32-bit bus, it is recommended that
42475     DDR_SDRAM_CFG[8_BE] is cleared when DDR2 memories are used.
42476     This forces the DDR controller to use 4-beat bursts when
42477     communicating to the DRAMs. However, an issue exists that
42478     could lead to data corruption when the DDR controller is
42479     in 32-bit bus mode while using 4-beat bursts.
42480
42481     Projected Impact:
42482     If the DDR controller is operating in 32-bit bus mode with
42483     4-beat bursts, then the controller may enter into a bad state.
42484     All subsequent reads from memory is corrupted.
42485     Four-beat bursts with a 32-bit bus only is used with DDR2 memories.
42486     Therefore, this erratum does not affect DDR3 mode.
42487
42488     Work Arounds:
42489     To work around this issue, software must set DEBUG_1[31] in
42490     DDR memory mapped space (CCSRBAR offset + 0x2f00 for DDR_1
42491     and CCSRBAR offset + 0x6f00 for DDR_2).
42492
42493     Currenlty, the code is using incorrect register DDR_SDRAM_CFG_2
42494     as condition, but it should be DDR_SDRAM_CFG register.
42495
42496     Signed-off-by: Dave Liu <daveliu@freescale.com>
42497
42498 commit d5b693090ed08d24c18491df9d8fc7387b2906f3
42499 Author: Dave Liu <daveliu@freescale.com>
42500 Date:   Thu Oct 23 21:17:19 2008 +0800
42501
42502     85xx: remove unused config definition
42503
42504     Signed-off-by: Dave Liu <daveliu@freescale.com>
42505
42506 commit 0f060c3bf82832331a509f2e5d2442539e7aad09
42507 Author: Kumar Gala <galak@kernel.crashing.org>
42508 Date:   Thu Oct 23 01:47:38 2008 -0500
42509
42510     85xx: Add basic e500mc core support
42511
42512     Introduce CONFIG_E500MC to deal with the minor differences between
42513     e500v2 and e500mc.
42514
42515     * Certain fields of HID0/1 don't exist anymore on e500mc
42516     * Cache line size is 64-bytes on e500mc
42517     * reset value of PIR is different
42518
42519     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42520
42521 commit a38a5b6edd30f29fd5fdb1d7f674521906c0e677
42522 Author: Kumar Gala <galak@kernel.crashing.org>
42523 Date:   Thu Oct 23 01:47:37 2008 -0500
42524
42525     85xx: Use CONFIG_SYS_CACHELINE_SIZE instead of magic number
42526
42527     Using CONFIG_SYS_CACHELINE_SIZE instead of 31 means we can handle
42528     e500mc's 64-byte cacheline properly when it gets added.
42529
42530     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42531
42532 commit 5deb8022c3749faac30e9ad9694691e2442b5c93
42533 Author: Georg Schardt <schardt@team-ctech.de>
42534 Date:   Fri Oct 24 13:51:52 2008 +0200
42535
42536     ppc4xx: New board avnet fx12 minimodul
42537
42538     This patch adds support for the avnet fx12 minimodul.
42539     It needs the "ppc4xx: Generic architecture for xilinx ppc405"
42540     patch from Ricardo.
42541
42542     Signed-off-by: Georg Schardt <schardt@team-ctech.de>
42543     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
42544     Signed-off-by: Stefan Roese <sr@denx.de>
42545
42546 commit 1f4d53260ec6f8f122aed75cce7c757d97a551e0
42547 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
42548 Date:   Tue Oct 21 18:29:46 2008 +0200
42549
42550     ppc4xx: Generic architecture for xilinx ppc405(v3)
42551
42552     As "ppc44x: Unification of virtex5 pp440 boards" did for the xilinx
42553     ppc440 boards, this patch presents a common architecture for all the
42554     xilinx ppc405 boards.
42555
42556     Any custom xilinx ppc405 board can be added very easily with no code
42557     duplicity.
42558
42559     This patch also adds a simple generic board, that can be used on almost
42560     any design with xilinx ppc405 replacing the file ppc405-generic/xparameters.h
42561
42562     This patch is prepared to work with the latest version of EDK (10.1)
42563
42564     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
42565     Signed-off-by: Stefan Roese <sr@denx.de>
42566
42567 commit 485c00a57fab86f72a3769480c66bf1ca22e1459
42568 Author: Stefan Roese <sr@denx.de>
42569 Date:   Fri Oct 24 08:56:09 2008 +0200
42570
42571     ppc4xx: Disable DDR2 autocalibration on Kilauea for now
42572
42573     Since the new autocalibration still has some problems on some Kilauea
42574     boards with 200MHz DDR2 frequency we disable the autocalibration and
42575     use the hardcoded values as done before. This seems to work reliably
42576     on all known DDR2 frequencies.
42577
42578     After the autocalibration issue is fixed we will enable it again.
42579
42580     Signed-off-by: Stefan Roese <sr@denx.de>
42581
42582 commit f177f4250c729727b1629fa8d8d6556c999e9b8c
42583 Author: Mike Frysinger <vapier@gentoo.org>
42584 Date:   Wed Apr 9 02:02:07 2008 -0400
42585
42586     Blackfin: fix up UART status bit handling
42587
42588     Some Blackfin UARTs are read-to-clear while others are write-to-clear.
42589     This can cause problems when we poll the LSR and then later try and handle
42590     any errors detected.
42591
42592     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
42593
42594 commit ae0910298f31f5bb3d33a64b8467c60ea3c5d6d0
42595 Author: Mike Frysinger <vapier@gentoo.org>
42596 Date:   Sat Oct 11 20:42:17 2008 -0400
42597
42598     Blackfin: bf561-ezkit: drop redundant code
42599
42600     Common Blackfin code already announces CPU information.
42601
42602     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
42603
42604 commit e2eea98bff1369f77a9f59a5fd0bd4928bc3332e
42605 Author: Mike Frysinger <vapier@gentoo.org>
42606 Date:   Sat Oct 11 20:43:10 2008 -0400
42607
42608     Blackfin: bf561-ezkit: drop pointless USB code
42609
42610     The USB/LAN register settings are not actually used/needed in order to
42611     drive things from U-Boot, so drop the code.
42612
42613     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
42614
42615 commit c23bff63fb03cb9dbcd26522841e53f9b34fa1ab
42616 Author: Mike Frysinger <vapier@gentoo.org>
42617 Date:   Sat Oct 11 20:47:58 2008 -0400
42618
42619     Blackfin: linker scripts: force start.o and set initcode boundaries
42620
42621     Make sure that the start.o object is always the first object in our linker
42622     script regardless of configuration settings, and add some linker symbols
42623     so the ldr utility can properly locate the initcode when generating a LDR.
42624
42625     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
42626
42627 commit bd33e5c613cf70e3cb51a73fdd653fe83b942bb0
42628 Author: Mike Frysinger <vapier@gentoo.org>
42629 Date:   Sat Oct 11 21:19:39 2008 -0400
42630
42631     Blackfin: small cpu init optimization while setting interrupt mask
42632
42633     Use the sti instruction to set the initial interrupt mask rather than
42634     banging on the core IMASK MMR to save both space and time.
42635
42636     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
42637
42638 commit 960922291c9594acb575cec7e47d7bed9b58182c
42639 Author: Mike Frysinger <vapier@gentoo.org>
42640 Date:   Sat Oct 11 21:18:10 2008 -0400
42641
42642     Blackfin: set initial stack correctly according to Blackfin ABI
42643
42644     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
42645
42646 commit 25cd33d82ea521b7bd90ca858f8919fae1e9732b
42647 Author: Mike Frysinger <vapier@gentoo.org>
42648 Date:   Sun Apr 20 03:11:53 2008 -0400
42649
42650     Blackfin: make baud calculation more accurate
42651
42652     We should use the algorithm in the Linux kernel so that the UART divisor
42653     calculation is more accurate.  It also fixes problems on some picky UARTs
42654     that have sampling anomalies.
42655
42656     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
42657
42658 commit 0ba1da116e5edcb0c5ae4a7585d73f6548400a06
42659 Author: Mike Frysinger <vapier@gentoo.org>
42660 Date:   Mon Oct 6 04:21:41 2008 -0400
42661
42662     Blackfin: decode hwerrcause/excause when crashing
42663
42664     Having to decode hwerrcause/excause values is a pain, so automate it.
42665
42666     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
42667
42668 commit 2de95bb20c488f20298df6881b700a5a757ee780
42669 Author: Mike Frysinger <vapier@gentoo.org>
42670 Date:   Mon Oct 6 04:20:54 2008 -0400
42671
42672     Blackfin: fix register dump messages
42673
42674     Make sure we report RETI/IPEND correctly.
42675
42676     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
42677
42678 commit 7133999e6f62a9a01f6a8ffe234b8532b3ad1e4b
42679 Author: Mike Frysinger <vapier@gentoo.org>
42680 Date:   Mon Oct 6 04:19:34 2008 -0400
42681
42682     Blackfin: don't bother displaying reboot msg when crashing
42683
42684     The hang function already tells you to reboot, so no point in showing it
42685     twice.
42686
42687     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
42688
42689 commit 70c4c032ea112cc42aa1ce959c33fc4825eaef95
42690 Author: Mike Frysinger <vapier@gentoo.org>
42691 Date:   Sun Jun 1 01:23:48 2008 -0400
42692
42693     Blackfin: enable support for nested interrupts
42694
42695     During cpu init, make sure we initialize the CEC properly so that
42696     interrupts can fire and be handled while U-Boot is running.
42697
42698     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
42699
42700 commit 39782727e185860faa4884c2b04e84cb33d1c6cf
42701 Author: Mike Frysinger <vapier@gentoo.org>
42702 Date:   Mon Oct 6 03:55:25 2008 -0400
42703
42704     Blackfin: init NAND before relocating env
42705
42706     If booting out of NAND, we need to make sure we initialize it properly
42707     before attempting to relocate the environment.
42708
42709     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
42710
42711 commit 0f9a8819416ba40a53de50af148847a0e508f84d
42712 Author: Mike Frysinger <vapier@gentoo.org>
42713 Date:   Thu Aug 7 18:40:13 2008 -0400
42714
42715     Blackfin: check cache bits, not cplb bits
42716
42717     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
42718
42719 commit 2c1ea9e370cb72dd6a5aa32338e87a8a1f77bd76
42720 Author: Mike Frysinger <vapier@gentoo.org>
42721 Date:   Thu Aug 7 17:52:59 2008 -0400
42722
42723     Blackfin: drop unused cache flush code
42724
42725     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
42726
42727 commit 50f0d211912a648e31aa9123b4665a0444bb8ca9
42728 Author: Mike Frysinger <vapier@gentoo.org>
42729 Date:   Thu Aug 7 15:21:47 2008 -0400
42730
42731     Blackfin: unify cache handling code
42732
42733     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
42734
42735 commit 3c8798983403cb68a827d7a0d09b1134524a1b7d
42736 Author: Mike Frysinger <vapier@gentoo.org>
42737 Date:   Mon Oct 6 03:39:07 2008 -0400
42738
42739     Blackfin: only initialize the RTC when actually used
42740
42741     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
42742
42743 commit 621e579b812dd1a2e6777f7cbf6e55e736505823
42744 Author: Mike Frysinger <vapier@gentoo.org>
42745 Date:   Mon Oct 6 03:44:33 2008 -0400
42746
42747     Blackfin: fix SWRST register definition
42748
42749     The SWRST register is a 16bit, not 32bit, register.
42750
42751     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
42752
42753 commit 06121c4e2d183887dcd7a4ca2dcd395b213ea15b
42754 Author: Mike Frysinger <vapier@gentoo.org>
42755 Date:   Thu Aug 7 18:54:57 2008 -0400
42756
42757     Blackfin: build with -fomit-frame-pointer
42758
42759     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
42760
42761 commit adbfeeb7b32f737a9738daa583350d2bb9ed017a
42762 Author: Mike Frysinger <vapier@gentoo.org>
42763 Date:   Thu Aug 7 17:50:26 2008 -0400
42764
42765     Blackfin: document some of the blackfin directories
42766
42767     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
42768
42769 commit e4337968e43698a68ba608369f46d4a4114111ca
42770 Author: Mike Frysinger <vapier@gentoo.org>
42771 Date:   Thu Aug 7 15:16:56 2008 -0400
42772
42773     Blackfin: only enable hardware error irq by default
42774
42775     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
42776
42777 commit 2b66f08f257ef6a06785f27b3c6dc2a4cfc9cac4
42778 Author: Mike Frysinger <vapier@gentoo.org>
42779 Date:   Thu Aug 7 13:36:43 2008 -0400
42780
42781     Blackfin: punt old unused mem_init.h header
42782
42783     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
42784
42785 commit bcc121a01608042066a19ab5bff5bcfb805bf406
42786 Author: Mike Frysinger <vapier@gentoo.org>
42787 Date:   Thu Aug 7 13:18:55 2008 -0400
42788
42789     Blackfin: delete unused page_descriptor_table_size define
42790
42791     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
42792
42793 commit 30fb9d24ae16e5b0ed39e5b7cc85981165ca98bc
42794 Author: Mike Frysinger <vapier@gentoo.org>
42795 Date:   Thu Aug 7 13:17:03 2008 -0400
42796
42797     Blackfin: fix typo in boot mode comment and add NAND define
42798
42799     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
42800
42801 commit 2e5cbe5461c5c4c6665e318cfe950a5a150d999c
42802 Author: Ben Maan <moo@cow>
42803 Date:   Thu Aug 7 13:14:21 2008 -0400
42804
42805     Blackfin: fix port mux defines for BF54x
42806
42807     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
42808
42809 commit 0656ef2ba274910d31364fe022f6c7db0051660d
42810 Author: Mike Frysinger <vapier@gentoo.org>
42811 Date:   Thu Aug 7 13:09:50 2008 -0400
42812
42813     Blackfin: update anomaly lists
42814
42815     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
42816
42817 commit 50ca95402876cf7bac4e2d4f7855f616a038763f
42818 Author: Mike Frysinger <vapier@gentoo.org>
42819 Date:   Thu Aug 7 13:08:54 2008 -0400
42820
42821     Blackfin: unify DSPID/DBGSTAT MMR definitions
42822
42823     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
42824
42825 commit d9d8c7c696dec370ca714c03beb6e79d4c90bd5e
42826 Author: Wolfgang Denk <wd@denx.de>
42827 Date:   Tue Oct 21 15:53:51 2008 +0200
42828
42829     Fix strmhz(): avoid printing negative fractions
42830
42831     Signed-off-by: Wolfgang Denk <wd@denx.de>
42832
42833 commit 4a7f6b750d8de543fdf8e58acd86745010054571
42834 Author: Richard Retanubun <RichardRetanubun@ruggedcom.com>
42835 Date:   Fri Oct 17 08:55:51 2008 -0400
42836
42837     mpc83xx: Removed #ifdef CONFIG_MPC834X dependency on upmconfig function
42838
42839     This is done to allow other 83XX based platforms which also have UPM
42840     (e.g. 8360) to configure and use their UPM in u-boot.
42841
42842     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
42843     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42844
42845 commit 3bf1be3c0cfb1129b68cc1474119e5f323536488
42846 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
42847 Date:   Tue Oct 14 22:58:53 2008 +0400
42848
42849     mpc83xx: add support for switching between USB Host/Function for MPC837XEMDS
42850
42851     With this patch u-boot can fixup the dr_mode and phy_type properties
42852     for the Dual-Role USB controller.
42853
42854     While at it, also remove #ifdefs around includes, they are not needed.
42855
42856     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
42857     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42858
42859 commit b3379f3fd13969934c00097c05754e7a8990fd39
42860 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
42861 Date:   Wed Oct 8 20:52:54 2008 +0400
42862
42863     mpc83xx: add ELBC NAND support for the MPC837XEMDS boards
42864
42865     Though NAND chip is replaceable on the MPC837XE-MDS boards, the
42866     current settings don't work with the default chip on the board.
42867     Nevertheless Freescale's U-Boot sets the option register correctly,
42868     so I just dumped the register from the working u-boot. My guess is
42869     that the old settings were applicable for some pilot boards, not
42870     found in the production.
42871
42872     This patch also enables FSL ELBC driver so that we could access
42873     the NAND storage in the u-boot.
42874
42875     The NAND support costs about 45KB, so the u-boot no longer fits
42876     into two 128KB NOR flash sectors, thus we also have to adjust
42877     environment location: add another 128KB to the monitor length.
42878
42879     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
42880
42881     It is due to hardware design and logic defect, that is the
42882     I/O[0:7] of NAND chip is connected to LAD[7:0], so when
42883     the NAND chip connected to nLCS3,  you have to set up the
42884     OR3[BCTLD] = '1' for normal operation, otherwise it will have
42885     bus contention due to the pin 48/25 of U60 is enabled.
42886
42887     Setup the OR3[BCTLD] = '1' , that meaning the LBCTL is not
42888     asserted upon access to the NAND chip, keep the default state.
42889
42890     Acked-by: Dave Liu <daveliu@freescale.com>
42891     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42892
42893 commit 00f7bbae92e3b13f2b37aeb1def9bb12445521b7
42894 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
42895 Date:   Thu Oct 2 19:17:33 2008 +0400
42896
42897     mpc83xx: fix PCI scan hang on the standalone MPC837xE-MDS boards
42898
42899     The MPC837xE-MDS board's CPLD can auto-detect if the board is on the PIB,
42900     standalone or acting as a PCI agent. User's Guide says:
42901
42902     - When the CPLD recognizes its location on the PIB it automatically
42903       configures RCW to the PCI Host.
42904     - If the CPLD fails to recognize its location then it is automatically
42905       configured as an Agent and the PCI is configured to an external arbiter.
42906
42907     This sounds good. Though in the standalone setup the CPLD sets PCI_HOST
42908     flag (it's ok, we can't act as PCI agents since we receive CLKIN, not
42909     PCICLK), but the CPLD doesn't set the ARBITER_ENABLE flag, and without
42910     any arbiter bad things will happen (here the board hangs during any config
42911     space reads).
42912
42913     In this situation we must disable the PCI. And in case of anybody really
42914     want to use an external arbiter, we provide "pci_external_aribter"
42915     environment variable.
42916
42917     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
42918     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42919
42920 commit 1da83a63d8e1b4bddeb82581b1745a09aac3e2d3
42921 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
42922 Date:   Thu Oct 2 18:32:25 2008 +0400
42923
42924     mpc83xx: add SGMII riser module support for the MPC8378E-MDS boards
42925
42926     This involves configuring the SerDes and fixing up the flags and
42927     PHY addresses for the TSECs.
42928
42929     For Linux we also fix up the device tree.
42930
42931     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
42932     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42933
42934 commit e6d9c8916de9c24f2c52d0b01cf00d2e74a04cd8
42935 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
42936 Date:   Thu Oct 2 18:31:59 2008 +0400
42937
42938     mpc83xx: add TSECs' HRCWH masks for MPC837x processors
42939
42940     We'll use these masks to parse TSEC modes out of HRCWH.
42941
42942     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
42943     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42944
42945 commit 6f9cc6608b4e1cefde56c0fb99ae1c95c42575ff
42946 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
42947 Date:   Thu Oct 2 18:31:56 2008 +0400
42948
42949     mpc83xx: serdes: add forgotten shifts for rfcks
42950
42951     The rfcks should be shifted by 28 bits left. We didn't notice the bug
42952     because we were using only 100MHz clocks (for which rfcks == 0).
42953
42954     Though, for SGMII we'll need 125MHz clocks.
42955
42956     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
42957     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42958
42959 commit 55c531984dcf933e4cd13a187a7e08e873b7ced1
42960 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
42961 Date:   Thu Oct 2 18:31:53 2008 +0400
42962
42963     mpc83xx: fix serdes setup for the MPC8378E boards
42964
42965     MPC837xE specs says that SerDes1 has:
42966
42967     — Two lanes running x1 SGMII at 1.25 Gbps;
42968     — Two lanes running x1 SATA at 1.5 or 3.0 Gbps.
42969
42970     And for SerDes2:
42971
42972     — Two lanes running x1 PCI Express at 2.5 Gbps;
42973     — One lane running x2 PCI Express at 2.5 Gbps;
42974     — Two lanes running x1 SATA at 1.5 or 3.0 Gbps.
42975
42976     The spec also explicitly states that PEX options are not valid for
42977     the SD1.
42978
42979     Nevertheless MPC8378 RDB and MDS boards configure the SD1 for PEX,
42980     which is wrong to do.
42981
42982     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
42983     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42984
42985 commit 5c2ff323a94e27e481f70c44838d43fcd844dd46
42986 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
42987 Date:   Wed Sep 10 18:12:37 2008 +0400
42988
42989     mpc83xx: mpc8360emds: rework LBC SDRAM setup
42990
42991     Currently 64M of LBC SDRAM are mapped at 0xF0000000 which makes
42992     it difficult to use (b/c then the memory is discontinuous and
42993     there is quite big memory hole between the DDR/SDRAM regions).
42994
42995     This patch reworks LBC SDRAM setup so that now we dynamically
42996     place the LBC SDRAM near the DDR (or at 0x0 if there isn't any
42997     DDR memory).
42998
42999     With this patch we're able to:
43000
43001     - Boot without external DDR memory;
43002     - Use most "DDR + SDRAM" setups without need to support for
43003       sparse/discontinuous memory model in the software.
43004
43005     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
43006     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43007
43008 commit def0819e920b05b34b56d8b42e1e43d9b89a52d6
43009 Author: Wolfgang Denk <wd@xpert.denx.de>
43010 Date:   Tue Oct 21 11:23:56 2008 +0200
43011
43012     FDT: don't use private kernel header files
43013
43014     On some systems (for example Fedora Core 4) U-Boot builds with the
43015     following wanrings only:
43016
43017     ...
43018     In file included from /home/wd/git/u-boot/include/libfdt_env.h:33,
43019                      from fdt.c:51:
43020                  /usr/include/asm/byteorder.h:6:2: warning: #warning using private kernel header; include <endian.h> instead!
43021
43022     This patch fixes this problem.
43023
43024     Signed-off-by: Wolfgang Denk <wd@denx.de>
43025
43026 commit f4d14c55504ce40287321bd63ee269e3233ee4ae
43027 Author: Stefan Roese <sr@denx.de>
43028 Date:   Mon Oct 13 15:15:31 2008 +0200
43029
43030     ppc4xx: Add 1.0 & 1.066 GHz to canyonlands bootstrap command for PLL setup
43031
43032     Signed-off-by: Stefan Roese <sr@denx.de>
43033
43034 commit 43cbce69d48d052574d71f50724be546d90a46a4
43035 Author: Stefan Roese <sr@denx.de>
43036 Date:   Mon Oct 13 10:45:14 2008 +0200
43037
43038     ppc4xx: Correctly setup ranges property in ebc node
43039
43040     Previously only the NOR flash mapping was written into the ranges
43041     property of the ebc node. This patch now writes all enabled chip
43042     select areas into the ranges property.
43043
43044     Signed-off-by: Stefan Roese <sr@denx.de>
43045
43046 commit d7b26d58328f137471ea97de382bfa63f7239931
43047 Author: Dirk Eibach <eibach@gdsys.de>
43048 Date:   Wed Oct 8 15:37:50 2008 +0200
43049
43050     ppc4xx: Add GDSys neo 405EP board support
43051
43052     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
43053     Signed-off-by: Stefan Roese <sr@denx.de>
43054
43055 commit c11da194545d2f4bbb54be1bb5e504e20ce8c16c
43056 Author: Niklaus Giger <niklaus.giger@netstal.com>
43057 Date:   Wed Oct 1 14:46:13 2008 +0200
43058
43059     ppc4xx: Update configs for Netstal boards
43060
43061     I reorganized my config files, putting the common stuff into netstal-common.h
43062     (got the idea by looking a amcc-common.h from Stefan).
43063
43064     Added stuff to boot the new powerpc linux via NFS (only tested with HCU4).
43065
43066     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
43067     Signed-off-by: Stefan Roese <sr@denx.de>
43068
43069 commit c9c11d751e4242cf29c3c3c290d971f6d0cb1d15
43070 Author: Adam Graham <agraham@amcc.com>
43071 Date:   Wed Oct 8 10:13:19 2008 -0700
43072
43073     ppc4xx: Add routine to retrieve CPU number
43074
43075     Provide a weak defined routine to retrieve the CPU number for
43076     reference boards that have multiple CPU's.  Default behavior
43077     is the existing single CPU print output.  Reference boards with
43078     multiple CPU's need to provide a board specific routine.
43079     See board/amcc/arches/arches.c for an example.
43080
43081     Signed-off-by: Adam Graham <agraham@amcc.com>
43082     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
43083     Signed-off-by: Stefan Roese <sr@denx.de>
43084
43085 commit 59217bae40e90982ab5400d849c08af683ace036
43086 Author: Adam Graham <agraham@amcc.com>
43087 Date:   Wed Oct 8 10:13:14 2008 -0700
43088
43089     ppc4xx: Add static support for 44x IBM SDRAM Controller
43090
43091     This patch add the capability to configure a PPC440 based IBM SDRAM
43092     Controller with static, compiled-in, values. PPC440 memory subsystem
43093     includes a Memory Queue core.
43094
43095     Signed-off-by: Adam Graham <agraham@amcc.com>
43096     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
43097     Signed-off-by: Stefan Roese <sr@denx.de>
43098
43099 commit f09f09d3899017aaaa2b031bba63c271e9c48e4d
43100 Author: Adam Graham <agraham@amcc.com>
43101 Date:   Wed Oct 8 10:12:53 2008 -0700
43102
43103     ppc4xx: Add AMCC Arches board support (dual 460GT)
43104
43105     The Arches Evaluation board is based on the AMCC 460GT SoC chip.
43106     This board is a dual processor board with each processor providing
43107     independent resources for Rapid IO, Gigabit Ethernet, and serial
43108     communications. Each 460GT has it's own 512MB DDR2 memory, 32MB NOR
43109     FLASH, UART, EEPROM and temperature sensor, along with a shared debug
43110     port. The two 460GT's will communicate with each other via shared
43111     memory, Gigabit Ethernet and x1 PCI-Express.
43112
43113     Signed-off-by: Adam Graham <agraham@amcc.com>
43114     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
43115     Signed-off-by: Stefan Roese <sr@denx.de>
43116
43117 commit 055b12f2ffd7c34eea7e983a0588b24f2e69e0e3
43118 Author: Wolfgang Denk <wd@xpert.denx.de>
43119 Date:   Sun Oct 19 21:54:30 2008 +0200
43120
43121     TQM8260: environment in flash instead EEPROM, baudrate 115k
43122
43123     Several customers have reported problems with the environment in
43124     EEPROM, including corrupted content after board reset. Probably the
43125     code to prevent I2C Enge Conditions is not working sufficiently.
43126
43127     We move the environment to flash now, which allows to have a backup
43128     copy plus gives much faster boot times.
43129
43130     Also, change the default console initialization to 115200 bps as used
43131     on most other boards.
43132
43133     Signed-off-by: Wolfgang Denk <wd@denx.de>
43134
43135 commit 1836881190b3d8a6918b0d64b39fe32bbbdf85d8
43136 Author: Kumar Gala <galak@kernel.crashing.org>
43137 Date:   Sun Oct 19 12:49:19 2008 -0500
43138
43139     85xx: Fix compile warning in mpc8536ds.c
43140
43141     mpc8536ds.c: In function 'is_sata_supported':
43142     mpc8536ds.c:615: warning: unused variable 'devdisr'
43143
43144     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43145
43146 commit 8ed44d91c8122d00368523b0b746691c895d3b3c
43147 Author: Wolfgang Denk <wd@denx.de>
43148 Date:   Sun Oct 19 02:35:50 2008 +0200
43149
43150     Cleanup: fix "MHz" spelling
43151
43152     Signed-off-by: Wolfgang Denk <wd@denx.de>
43153
43154 commit 08ef89ecd174969b3544f3f0c7cd1de3c57f737b
43155 Author: Wolfgang Denk <wd@denx.de>
43156 Date:   Sun Oct 19 02:35:49 2008 +0200
43157
43158     Use strmhz() to format clock frequencies
43159
43160     Signed-off-by: Wolfgang Denk <wd@denx.de>
43161
43162 commit d50c7d4be150b2252c0d2e16cfcf69643bdd6dc9
43163 Author: Wolfgang Denk <wd@denx.de>
43164 Date:   Sun Oct 19 02:35:48 2008 +0200
43165
43166     strmhz(): Round numbers when printing clock frequencies
43167
43168     Round clock frequencies for printing.
43169
43170     Many boards printed off clock frequencies like 399 MHz instead of the
43171     exact 400 MHz because numberes were not rounded. This is fixed now.
43172
43173     Signed-off-by: Wolfgang Denk <wd@denx.de>
43174
43175 commit 681c02d05b29c6d46093525052c74b9c4ddc8b08
43176 Author: Timur Tabi <timur@freescale.com>
43177 Date:   Mon Oct 20 15:16:47 2008 -0500
43178
43179     85xx: properly document MPC85xx_PORDEVSR2_SEC_CFG
43180
43181     Commit f7d190b1 corrected the value of MPC85xx_PORDEVSR2_SEC_CFG, but forgot
43182     to add a comment that the correct value disagrees with the 8544 reference
43183     manual.  The changelog for that commit is also wrong, as it says "bit 28"
43184     when it should be "bit 24".
43185
43186     Signed-off-by: Timur Tabi <timur@freescale.com>
43187
43188 commit 360fe71e82b83e264c964c9447c537e9a1f643c8
43189 Author: Heiko Schocher <hs@denx.de>
43190 Date:   Fri Oct 17 18:24:06 2008 +0200
43191
43192     mgcoge: add redundant environment sector
43193
43194     Signed-off-by: Heiko Schocher <hs@denx.de>
43195
43196 commit 53ebf0c470c87d5f9fa76462e5f4064d26a9b16a
43197 Author: Heiko Schocher <hs@denx.de>
43198 Date:   Fri Oct 17 18:23:27 2008 +0200
43199
43200     mgsuvd: update size of environment
43201
43202     Signed-off-by: Heiko Schocher <hs@denx.de>
43203
43204 commit 2e26d837f11460c0e6dede7d65424a31e0183d09
43205 Author: Jason Jin <Jason.jin@freescale.com>
43206 Date:   Fri Oct 10 11:41:00 2008 +0800
43207
43208     Enabled the Freescale SGMII riser card on 8536DS
43209
43210     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
43211
43212 commit 7e183cad0c5ab6415dca95d6ac290ea918b28c55
43213 Author: Liu Yu <yu.liu@freescale.com>
43214 Date:   Fri Oct 10 11:40:59 2008 +0800
43215
43216     Enabled the Freescale SGMII riser card on 8572DS
43217
43218     This patch based on Andy's work.
43219     Including command 'pixis_set_sgmii' support.
43220
43221     Signed-off-by: Liu Yu <yu.liu@freescale.com>
43222
43223 commit bff188baf9427c35745356439435acf3864d4c65
43224 Author: Liu Yu <yu.liu@freescale.com>
43225 Date:   Fri Oct 10 11:40:58 2008 +0800
43226
43227     Make pixis_set_sgmii more general to support MPC85xx boards.
43228
43229     The pixis sgmii command depend on the FPGA support on the board, some 85xx
43230     boards support SGMII riser card but did not support this command, define
43231     CONFIG_PIXIS_SGMII_CMD for those boards which support the sgmii command.
43232
43233     Not like 8544, 8572 has 4 eTsec so that the other two's pixis bits
43234     are not supported by 8544. Therefor, define PIXIS_VSPEED2_MASK and
43235     PIXIS_VCFGEN1_MASK in header file for both boards.
43236
43237     Signed-off-by: Liu Yu <yu.liu@freescale.com>
43238
43239 commit 5e981d683d2363204c76773941c2e9c2044c808f
43240 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
43241 Date:   Wed Oct 8 23:38:02 2008 -0500
43242
43243     Add cpu/8xxx to TAGS_SUBDIRS
43244
43245     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
43246
43247 commit e1f7d22b8b52fc08c4d17a6a7db1e664281aed63
43248 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
43249 Date:   Thu Oct 9 01:25:55 2008 -0500
43250
43251     fsl_law clear enable before changing.
43252
43253     Debug sessions may have left enabled laws.
43254     Changing lawbar with an unkown enabled tgtid could cause problems.
43255
43256     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
43257
43258 commit 86be510f7b5443e7e937f696bfbe037fdc740b15
43259 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
43260 Date:   Thu Oct 9 00:29:27 2008 -0500
43261
43262     mpc8572 additional end-point mode
43263
43264     mpc8572 supports all pcie controllers as end-points with cfg_host_agent=0.
43265     Include host_agent == 0 decode for end-point determination.
43266
43267     This is not needed for the ds reference board since pcie3 will be a host
43268     in order to connect to the uli chip.  Include it here as a reference for
43269     other mpc8572 boards.
43270
43271     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
43272
43273 commit 6856b3d0221a838580e6bb06f61425fd7529ba93
43274 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
43275 Date:   Wed Oct 8 23:37:59 2008 -0500
43276
43277     85xx if NUM_CPUS>1, print cpu number
43278
43279     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
43280
43281 commit f7fecc3e25050a036c9f50f0d2b85bc3199a96e0
43282 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
43283 Date:   Wed Oct 8 23:38:01 2008 -0500
43284
43285     pixis do not print long help if not configured
43286
43287     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
43288
43289 commit 0e17f02a8a78d85225a4d805f6a1ea95a0a460b5
43290 Author: Andy Fleming <afleming@freescale.com>
43291 Date:   Tue Oct 7 08:09:50 2008 -0500
43292
43293     Have u-boot pass stashing parameters into device tree
43294
43295     Some cores don't support ethernet stashing at all, and some
43296     instances have errata.  Adds 3 properties to gianfar nodes
43297     which support stashing.  For now, just add this support to
43298     85xx SoCs.
43299
43300     Signed-off-by: Andy Fleming <afleming@freescale.com>
43301
43302 commit c21617fd265b7c126c6e2f2d8a23cdb00d4fade7
43303 Author: Haiying Wang <Haiying.Wang@freescale.com>
43304 Date:   Fri Oct 3 12:37:57 2008 -0400
43305
43306     Add DDR options setting on MPC8641HPCN board
43307
43308     * Add board specific parameter table to choose correct cpo, clk_adjust,
43309     write_data_delay based on board ddr frequency and n_ranks.
43310
43311     * Set odt_rd_cfg and odt_wr_cfg based on the dimm# and CS#.
43312
43313     Signed-off-by: James Yang <James.Yang@freescale.com>
43314     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
43315
43316 commit 4ca06607d60d0a6378812ef58fd1eab2a7f77111
43317 Author: Haiying Wang <Haiying.Wang@freescale.com>
43318 Date:   Fri Oct 3 12:37:41 2008 -0400
43319
43320     Add ddr interleaving suppport for MPC8572DS board
43321
43322     * Add board specific parameter table to choose correct cpo, clk_adjust,
43323     write_data_delay, 2T based on board ddr frequency and n_ranks.
43324
43325     * Set odt_rd_cfg and odt_wr_cfg based on the dimm# and CS#.
43326
43327     * Set memory controller interleaving mode to bank interleaving, and disable
43328     bank(chip select) interleaving mode by default, because the default on-board
43329     DDR DIMMs are 2x512MB single-rank.
43330
43331     * Change CONFIG_ICS307_REFCLK_HZ from 33333333 to 33333000.
43332
43333     Signed-off-by: James Yang <James.Yang@freescale.com>
43334     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
43335
43336 commit 1f293b417ac6ab8e317ca2b770377ca93edf2370
43337 Author: Haiying Wang <Haiying.Wang@freescale.com>
43338 Date:   Fri Oct 3 12:37:26 2008 -0400
43339
43340     Add debug information for DDR controller registers
43341
43342     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
43343
43344 commit c9ffd839b1ada502c86f88edaf1534426b6688ce
43345 Author: Haiying Wang <Haiying.Wang@freescale.com>
43346 Date:   Fri Oct 3 12:37:10 2008 -0400
43347
43348     Check DDR interleaving mode
43349
43350     * Check DDR interleaving mode from environment by reading memctl_intlv_ctl and
43351     ba_intlv_ctl.
43352     * Print DDR interleaving mode information
43353     * Add doc/README.fsl-ddr to describe the interleaving setting
43354
43355     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
43356
43357 commit dfb49108e4f86c2224e1f30124328b0de66ef72e
43358 Author: Haiying Wang <Haiying.Wang@freescale.com>
43359 Date:   Fri Oct 3 12:36:55 2008 -0400
43360
43361     Pass dimm parameters to populate populate controller options
43362
43363     Because some dimm parameters like n_ranks needs to be used with the board
43364     frequency to choose the board parameters like clk_adjust etc. in the
43365     board_specific_paramesters table of the board ddr file, we need to pass
43366     the dimm parameters to the board file.
43367
43368     * move ddr dimm parameters header file from /cpu to /include directory.
43369     * add ddr dimm parameters to populate board specific options.
43370     * Fix fsl_ddr_board_options() for all the 8xxx boards which call this function.
43371
43372     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
43373
43374 commit dbbbb3abeff325855cae76e33d69d5665631443f
43375 Author: Haiying Wang <Haiying.Wang@freescale.com>
43376 Date:   Fri Oct 3 12:36:39 2008 -0400
43377
43378     Make DDR interleaving mode work correctly
43379
43380     Fix some bugs:
43381       1. Correctly set intlv_ctl in cs_config.
43382       2. Correctly set sa, ea in cs_bnds when bank interleaving mode is enabled.
43383       3. Set base_address and total memory for each ddr controller in memory
43384          controller interleaving mode.
43385
43386     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
43387
43388 commit 1c9aa76bf9013069e24258f46f4687c9f98a02d6
43389 Author: Kumar Gala <galak@kernel.crashing.org>
43390 Date:   Mon Sep 22 23:40:42 2008 -0500
43391
43392     85xx: Enable interrupt and setexpr commands on Freescale 85xx boards
43393
43394     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43395
43396 commit 7c0d4a7508d252d2d7c137eeb376814132dda30f
43397 Author: Kumar Gala <galak@kernel.crashing.org>
43398 Date:   Mon Sep 22 14:11:11 2008 -0500
43399
43400     85xx: Improve flash remapping on MPC8572DS & MPC8536DS
43401
43402     Changing the flash from cacheable to cache-inhibited was taking a significant
43403     amount of time due to the fact that we were iterating over the full 256M of
43404     flash.  Instead we can just flush the L1 d-cache and invalidate the i-cache.
43405
43406     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43407
43408 commit 54e091d3b603a3332c619199ca83a07e95960da4
43409 Author: Kumar Gala <galak@kernel.crashing.org>
43410 Date:   Mon Sep 22 14:11:10 2008 -0500
43411
43412     85xx: Export invalidate_{i,d}cache and add flush_dcache
43413
43414     Added the ability for C code to invalidate the i/d-cache's and
43415     to flush the d-cache.  This allows us to more efficient change mappings
43416     from cache-able to cache-inhibited.
43417
43418     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43419
43420 commit 6250f0f6297c5ba9aecdea6290799a95c5d4b1da
43421 Author: Heiko Schocher <hs@denx.de>
43422 Date:   Fri Oct 17 16:11:52 2008 +0200
43423
43424     mgcoge, mgsuvd: extract more common code
43425
43426     in ft_blob_update () for both boards was an unneccessary
43427     repetition of code, which this patch moves in a common
43428     function for this boards.
43429
43430     Signed-off-by: Heiko Schocher <hs@denx.de>
43431
43432 commit 9e299192ca9850cf725456388042a5aa5a6f3ec7
43433 Author: Heiko Schocher <hs@denx.de>
43434 Date:   Fri Oct 17 12:15:55 2008 +0200
43435
43436     mgcoge, mgsuvd: use in_*/out_* accesors
43437
43438     Signed-off-by: Heiko Schocher <hs@denx.de>
43439
43440 commit a21ca95f8b9dca22714952b348e4905ac157b5cd
43441 Author: Heiko Schocher <hs@denx.de>
43442 Date:   Fri Oct 17 13:52:51 2008 +0200
43443
43444     mgsuvd: fix compiler warning when using soft_i2c driver
43445
43446     Signed-off-by: Heiko Schocher <hs@denx.de>
43447
43448 commit cac9cf7875c2a01d63422820ed4732a9bdf5ab7b
43449 Author: Heiko Schocher <hs@denx.de>
43450 Date:   Fri Oct 17 12:15:05 2008 +0200
43451
43452     mgsuvd: fix coding style
43453
43454     Signed-off-by: Heiko Schocher <hs@denx.de>
43455
43456 commit 5f4c3137f4f051787707c548133823f1656eb508
43457 Author: Heiko Schocher <hs@denx.de>
43458 Date:   Fri Oct 17 12:13:30 2008 +0200
43459
43460     mgcoge: Second Flash on CS5 not on CS1
43461
43462     Signed-off-by: Heiko Schocher <hs@denx.de>
43463
43464 commit 76da19df5b8e186d269f29190696bd31fb6c836b
43465 Author: Kumar Gala <galak@kernel.crashing.org>
43466 Date:   Thu Oct 16 21:52:08 2008 -0500
43467
43468     Added arch_lmb_reserve to allow arch specific memory regions protection
43469
43470     Each architecture has different ways of determine what regions of memory
43471     might not be valid to get overwritten when we boot.  This provides a
43472     hook to allow them to reserve any regions they care about.  Currently
43473     only ppc, m68k and sparc need/use this.
43474
43475     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43476
43477 commit e02d4a9904c8f36395994c0c81469d552b82f5ea
43478 Author: Heiko Schocher <hs@denx.de>
43479 Date:   Thu Oct 16 16:32:35 2008 +0200
43480
43481     mgcoge: added CONFIG_FIT to support the new u-boot image format
43482
43483     Signed-off-by: Heiko Schocher <hs@denx.de>
43484
43485 commit 6d0f6bcf337c5261c08fabe12982178c2c489d76
43486 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43487 Date:   Thu Oct 16 15:01:15 2008 +0200
43488
43489     rename CFG_ macros to CONFIG_SYS
43490
43491     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43492
43493 commit 71edc271816ec82cf0550dd6980be2da3cc2ad9e
43494 Author: Kumar Gala <galak@kernel.crashing.org>
43495 Date:   Mon Oct 13 14:12:55 2008 -0500
43496
43497     74xx/7xx/86xx: Rename flush_data_cache to flush_dcache to match 85xx version
43498
43499     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43500
43501 commit b799cb4c0eebb0762e91e9653d8b9cc9a98440e3
43502 Author: Kumar Gala <galak@kernel.crashing.org>
43503 Date:   Tue Sep 23 10:05:02 2008 -0500
43504
43505     Expose command table search for sub-commands
43506
43507     Sub-command can benefit from using the same table and search functions
43508     that top level commands have.  Expose this functionality by refactoring
43509     find_cmd() and introducing find_cmd_tbl() that sub-command processing
43510     can call.
43511
43512     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43513
43514 commit f7e51b27508446f8cae3927975817137979ad5e8
43515 Author: Heiko Schocher <hs@denx.de>
43516 Date:   Wed Oct 15 09:41:33 2008 +0200
43517
43518     mgsuvd, mgcoge: added BOOTCOUNT feature.
43519
43520     Signed-off-by: Heiko Schocher <hs@denx.de>
43521
43522 commit 8f64da7f83b553889bc08400c97047998382e9d2
43523 Author: Heiko Schocher <hs@denx.de>
43524 Date:   Wed Oct 15 09:41:00 2008 +0200
43525
43526     mgcoge, mgsuvd: added support for the IVM EEprom.
43527
43528     The EEprom contains some Manufacturerinformation,
43529     which are read from u-boot at boot time, and saved
43530     in same hush shell variables.
43531
43532     Signed-off-by: Heiko Schocher <hs@denx.de>
43533
43534 commit 81473f67810c4c9b7efaed8dee258ed6bc4c7983
43535 Author: Heiko Schocher <hs@denx.de>
43536 Date:   Wed Oct 15 09:40:28 2008 +0200
43537
43538     hush: add showvar command for hush shell.
43539
43540     This new command shows the local variables defined in
43541     the hush shell:
43542
43543     => help showvar
43544     showvar
43545         - print values of all hushshell variables
43546     showvar name ...
43547         - print value of hushshell variable 'name'
43548
43549     Also make the set_local_var() and unset_local_var ()
43550     no longer static, so it is possible to define local
43551     hush shell variables at boot time. If CONFIG_HUSH_INIT_VAR
43552     is defined, u-boot calls hush_init_var (), where
43553     boardspecific code can define local hush shell
43554     variables at boottime.
43555
43556     Signed-off-by: Heiko Schocher <hs@denx.de>
43557
43558 commit 67b23a322848d828a5e45c0567b72762bfde7abf
43559 Author: Heiko Schocher <hs@denx.de>
43560 Date:   Wed Oct 15 09:39:47 2008 +0200
43561
43562     I2C: adding new "i2c bus" Command to the I2C Subsystem.
43563
43564     With this Command it is possible to add new I2C Busses,
43565     which are behind 1 .. n I2C Muxes. Details see README.
43566
43567     Signed-off-by: Heiko Schocher <hs@denx.de>
43568
43569 commit c24853644ddd2dd2e4246b5854a93e6254a14092
43570 Author: Heiko Schocher <hs@denx.de>
43571 Date:   Wed Oct 15 09:39:08 2008 +0200
43572
43573     mgcoge, mgsuvd: add board specific I2C deblocking mechanism.
43574
43575     As documented in doc/I2C_Edge_Conditions, adding a
43576     board specific deblocking mechanism via CFG_I2C_INIT_BOARD
43577     for the mgcoge and mgsuvd board.
43578
43579     This code was originally written by Keymile in association
43580     with Anatech and Atmel in 1998. The Code toggels the SCL
43581     until the SCA line goes to HIGH (max. 16 times).
43582     And after this, a start condition is sent.
43583
43584     This is another approach to deblock the I2C Bus. The
43585     soft I2C driver actually sends 9 clocks with SDA High,
43586     and then a stop at the end, to deblock the I2C Bus.
43587
43588     Maybe we should use the approach from Keymile as
43589     the new standard?
43590
43591     Signed-off-by: Heiko Schocher <hs@denx.de>
43592
43593 commit 4ca107effebfbabac1057c39632105dacef95957
43594 Author: Heiko Schocher <hs@denx.de>
43595 Date:   Wed Oct 15 09:38:38 2008 +0200
43596
43597     soft_i2c: Add CFG_I2C_INIT_BOARD option
43598
43599     This patch adds the option for a boardspecific
43600     I2C deblocking mechanism for the soft i2c driver.
43601
43602     Signed-off-by: Heiko Schocher <hs@denx.de>
43603
43604 commit e5e4edd9f1f76210a09c34ee835f6cff60fdbbd1
43605 Author: Heiko Schocher <hs@denx.de>
43606 Date:   Wed Oct 15 09:38:07 2008 +0200
43607
43608     mgcoge, mgsuvd: add DTT (LM75) support.
43609
43610     Signed-off-by: Heiko Schocher <hs@denx.de>
43611
43612 commit 8e442df438ab677057571e3ac01846bff7719bce
43613 Author: Heiko Schocher <hs@denx.de>
43614 Date:   Wed Oct 15 09:37:34 2008 +0200
43615
43616     lm75: Make the LM75 MULTI_BUS compatible.
43617
43618     Signed-off-by: Heiko Schocher <hs@denx.de>
43619
43620 commit 12f1678127c1df2b2878ba93c88948bedc060775
43621 Author: Heiko Schocher <hs@denx.de>
43622 Date:   Wed Oct 15 09:37:04 2008 +0200
43623
43624     lm75: fix Codingstyle issues.
43625
43626     Signed-off-by: Heiko Schocher <hs@denx.de>
43627
43628 commit f2202450c75ba6934b356024101500ddcde6e2a6
43629 Author: Heiko Schocher <hs@denx.de>
43630 Date:   Wed Oct 15 09:36:33 2008 +0200
43631
43632     mgcoge, mgsuvd: added EEprom support.
43633
43634     Signed-off-by: Heiko Schocher <hs@denx.de>
43635
43636 commit 9661bf9d120f760238b2a073b84f2baf05010057
43637 Author: Heiko Schocher <hs@denx.de>
43638 Date:   Wed Oct 15 09:36:03 2008 +0200
43639
43640     mgcoge, mgsuvd: add I2C support.
43641
43642     Signed-off-by: Heiko Schocher <hs@denx.de>
43643
43644 commit 98aed379586a155292efbf3209356836584b601c
43645 Author: Heiko Schocher <hs@denx.de>
43646 Date:   Wed Oct 15 09:35:26 2008 +0200
43647
43648     soft_i2c: prevent compiler warnings if driver does not use CPU Pins.
43649
43650     This patch fixes the following warnings, when using
43651     the soft_i2c driver using no CPU pins on MPC82xx or MPC8xx
43652     systems:
43653
43654     soft_i2c.c: In function 'send_reset':
43655     soft_i2c.c:93: warning: unused variable 'immr'
43656     soft_i2c.c: In function 'send_start':
43657     soft_i2c.c:124: warning: unused variable 'immr'
43658     soft_i2c.c: In function 'send_stop':
43659     soft_i2c.c:146: warning: unused variable 'immr'
43660     soft_i2c.c: In function 'send_ack':
43661     soft_i2c.c:171: warning: unused variable 'immr'
43662     soft_i2c.c: In function 'write_byte':
43663     soft_i2c.c:196: warning: unused variable 'immr'
43664     soft_i2c.c: In function 'read_byte':
43665     soft_i2c.c:244: warning: unused variable 'immr'
43666
43667     Signed-off-by: Heiko Schocher <hs@denx.de>
43668
43669 commit 799b784aa00cb03a352847ab9f9acdde79b72d21
43670 Author: Heiko Schocher <hs@denx.de>
43671 Date:   Wed Oct 15 09:34:45 2008 +0200
43672
43673     i2c: add CONFIG_I2C_MULTI_BUS for soft_i2c and mpc8260 i2c driver.
43674
43675     Signed-off-by: Heiko Schocher <hs@denx.de>
43676
43677 commit 0809ea2f4340ab2047400c7d3d3047f97987d0fd
43678 Author: Heiko Schocher <hs@denx.de>
43679 Date:   Wed Oct 15 09:34:05 2008 +0200
43680
43681     mgcoge: fix Coding Style issues.
43682
43683     Signed-off-by: Heiko Schocher <hs@denx.de>
43684
43685 commit e43a27c49712203fe8848a17714330623edfb2eb
43686 Author: Heiko Schocher <hs@denx.de>
43687 Date:   Wed Oct 15 09:33:30 2008 +0200
43688
43689     I2C: add new command i2c reset.
43690
43691     If I2C Bus is blocked (see doc/I2C_Edge_Conditions),
43692     it is not possible to get out of this, until the
43693     complete Hardware gets a reset. This new commando
43694     calls again i2c_init (and that calls i2c_init_board
43695     if defined), which will deblock the I2C Bus.
43696
43697     Signed-off-by: Heiko Schocher <hs@denx.de>
43698     Signed-off-by: Wolfgang Denk <wd@denx.de>
43699
43700 commit 86e9cdf8c415c1a9725e9dae5237ba1e7bd9f686
43701 Author: Heiko Schocher <hs@denx.de>
43702 Date:   Wed Oct 15 09:32:25 2008 +0200
43703
43704     mgsuvd, mgcoge: move this 2 boards in one dir.
43705
43706     There are some more extensions, which are for both boards
43707     and some more boards from this manufacturer will follow soon.
43708
43709     Signed-off-by: Heiko Schocher <hs@denx.de>
43710     Signed-off-by: Wolfgang Denk <wd@denx.de>
43711
43712 commit 1c6fe6eac75d695fde677af8330c0dbe75fb6a2b
43713 Author: Dirk Eibach <eibach@gdsys.de>
43714 Date:   Wed Oct 8 13:44:27 2008 +0200
43715
43716     hwmon: Add LM63 support
43717
43718     This patch adds support for the National LM63 temperature
43719     sensor with integrated fan control. It's used on the GDSys
43720     Neo board (405EP) which will be submitted later.
43721
43722     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
43723     Acked-by: Stefan Roese <sr@denx.de>
43724
43725 commit 7ba890bf2f2b92831420243c058951aa831119fd
43726 Author: Kyungmin Park <kmpark@infradead.org>
43727 Date:   Wed Oct 8 11:01:17 2008 +0900
43728
43729     Add Red Black Tree support
43730
43731     Now it's used at UBI module. Of course other modules can use it.
43732     If you want to use it, please define CONFIG_RBTREE
43733
43734     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
43735
43736 commit fbd85ad65dd9c98f36ed3fb12fe41f381b7d4794
43737 Author: richardretanubun <richardretanubun@ruggedcom.com>
43738 Date:   Mon Oct 6 16:10:53 2008 -0400
43739
43740     CONFIG_EFI_PARTITION: Added support for EFI partition in cmd_ext2fs.c
43741
43742     Added support for CONFIG_EFI_PARTITION to ext2 commands.
43743     Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
43744
43745 commit 07f3d789b9beb7ce3278c974f4d5c8f51b6ab567
43746 Author: richardretanubun <richardretanubun@ruggedcom.com>
43747 Date:   Fri Sep 26 11:13:22 2008 -0400
43748
43749     Add support for CONFIG_EFI_PARTITION (GUID Partition Table)
43750
43751     The GUID (Globally Unique Identifier) Partition Table (GPT) is a part
43752     of EFI. See http://en.wikipedia.org/wiki/GUID_Partition_Table
43753
43754     Based on linux/fs/partitions/efi.[ch]
43755
43756     Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
43757
43758 commit fbc87dc0546dff709b38f358e2c5d5e39c4ca374
43759 Author: Bartlomiej Sieka <tur@semihalf.com>
43760 Date:   Wed Oct 1 15:26:32 2008 +0200
43761
43762     FIT: output image load address for type 'firmware', fix message while there
43763
43764     Now that the auto-update feature uses the 'firmware' type for updates, it is
43765     useful to inspect the load address of such images.
43766
43767     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
43768
43769 commit 4bae90904b69ce3deb9f7c334ef12ed74e18a275
43770 Author: Bartlomiej Sieka <tur@semihalf.com>
43771 Date:   Wed Oct 1 15:26:31 2008 +0200
43772
43773     Automatic software update from TFTP server
43774
43775     The auto-update feature allows to automatically download software updates
43776     from a TFTP server and store them in Flash memory during boot. Updates are
43777     contained in a FIT file and protected with SHA-1 checksum.
43778
43779     More detailed description can be found in doc/README.update.
43780
43781     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
43782     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
43783
43784 commit 3f0cf51dabacc2724731c5079a60ea989103bb8f
43785 Author: Bartlomiej Sieka <tur@semihalf.com>
43786 Date:   Wed Oct 1 15:26:27 2008 +0200
43787
43788     flash: factor out adjusting of Flash address to the end of sector
43789
43790     The upcoming automatic update feature needs the ability to adjust an
43791     address within Flash to the end of its respective sector. Factor out
43792     this functionality to a new function flash_sect_roundb().
43793
43794     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
43795     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
43796     Signed-off-by: Stefan Roese <sr@denx.de>
43797
43798 commit e83cc06375ac2bea0830c6ed0f9d8fdc3c1b27d5
43799 Author: Bartlomiej Sieka <tur@semihalf.com>
43800 Date:   Wed Oct 1 15:26:29 2008 +0200
43801
43802     net: Make TFTP server timeout configurable
43803
43804     There are two aspects of a TFTP transfer involving timeouts:
43805     1. timeout waiting for initial server reply after sending RRQ
43806     2. timeouts while transferring actual data from the server
43807
43808     Since the upcoming auto-update feature attempts a TFTP download during each
43809     boot, it is undesirable to have a long delay when the TFTP server is not
43810     available. Thus, this commit makes the server timeout (1.) configurable by two
43811     global variables:
43812
43813     TftpRRQTimeoutMSecs
43814     TftpRRQTimeoutCountMax
43815
43816     TftpRRQTimeoutMSecs overrides default timeout when trying to connect to a TFTP
43817     server, TftpRRQTimeoutCountMax overrides default number of connection retries.
43818     The total delay when trying to download a file from a non-existing TFTP server
43819     is TftpRRQTimeoutMSecs x TftpRRQTimeoutCountMax milliseconds.
43820
43821     Timeouts during file transfers (2.) are unaffected.
43822
43823     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
43824     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
43825     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
43826
43827 commit 49f3bdbba8071f56d950a9498b6cdb998b35340a
43828 Author: Bartlomiej Sieka <tur@semihalf.com>
43829 Date:   Wed Oct 1 15:26:28 2008 +0200
43830
43831     net: express the first argument to NetSetTimeout() in milliseconds
43832
43833     Enforce millisecond semantics of the first argument to NetSetTimeout() --
43834     the change is transparent for well-behaving boards (CFG_HZ == 1000 and
43835     get_timer() countiing in milliseconds).
43836
43837     Rationale for this patch is to enable millisecond granularity for
43838     network-related timeouts, which is needed for the upcoming automatic
43839     software update feature.
43840
43841     Summary of changes:
43842     - do not scale the first argument to NetSetTimeout() by CFG_HZ
43843     - change timeout values used in the networking code to milliseconds
43844
43845     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
43846     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
43847     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
43848
43849 commit c68a05feeb88de9fcf158e67ff6423c4cc988f88
43850 Author: richardretanubun <richardretanubun@ruggedcom.com>
43851 Date:   Mon Sep 29 18:28:23 2008 -0400
43852
43853     Adds two more ethernet interface to 83xx
43854
43855     Added as a convenience for other platforms that uses MPC8360 (has 8 UCC).
43856     Six eth interface is chosen because the platform I am using combines
43857     UCC1&2 and UCC3&4 as 1000 Eth and the other four UCCs as 10/100 Eth.
43858
43859     Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
43860     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
43861
43862 commit 41410eee472b0f42e03a77f961bbc55ef58f3c01
43863 Author: Haiying Wang <Haiying.Wang@freescale.com>
43864 Date:   Wed Sep 24 11:42:12 2008 -0500
43865
43866     Change UEC PHY interface to RGMII on MPC8568MDS
43867
43868     Change UEC phy interface from GMII to RGMII on MPC8568MDS board
43869
43870     Because on MPC8568MDS, GMII interface is only recommended for 1000Mbps speed,
43871     but RGMII interface can work at 10/100/1000Mbps, and RGMII interface works more stable.
43872
43873     Now both UEC1 and UEC2 can work properly under u-boot.
43874
43875     It is also in consistent with the kernel setting for 8568 UEC phy interface.
43876
43877     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
43878     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
43879
43880 commit b59b16ca24bc7e77ec113021a6d77b9b32fcf192
43881 Author: Wolfgang Denk <wd@denx.de>
43882 Date:   Sat Oct 18 21:30:31 2008 +0200
43883
43884     Prepare v2008.10 release: update CHANGELOG & Makefile
43885
43886     Signed-off-by: Wolfgang Denk <wd@denx.de>
43887
43888 commit f7a35a60cf45491871a5c28e9ad24db005487857
43889 Author: Heiko Schocher <hs@denx.de>
43890 Date:   Fri Oct 17 18:24:06 2008 +0200
43891
43892     mgcoge: add redundant environment sector
43893
43894     Signed-off-by: Heiko Schocher <hs@denx.de>
43895     Signed-off-by: Wolfgang Denk <wd@denx.de>
43896
43897 commit c2537ee85954af9d036b18b644f3e18d837bf4a5
43898 Author: Heiko Schocher <hs@denx.de>
43899 Date:   Fri Oct 17 18:23:27 2008 +0200
43900
43901     mgsuvd: update size of environment
43902
43903     Signed-off-by: Heiko Schocher <hs@denx.de>
43904
43905 commit fa7b1c07e9371aea8f87ee6d3c2ea5564bd8cc8d
43906 Author: Lepcha Suchit <Suchit.Lepcha@freescale.com>
43907 Date:   Thu Oct 16 13:38:00 2008 -0500
43908
43909     83xx NAND boot: wait for LTESR[CC]
43910
43911     At least some revisions of the 8313, and possibly other chips, do not
43912     wait for all pages of the initial 4K NAND region to be loaded before
43913     beginning execution; thus, we wait for it before branching out of the
43914     first NAND page.
43915
43916     This fixes warm reset problems when booting from NAND on 8313erdb.
43917
43918     Signed-off-by: Scott Wood <scottwood@freescale.com>
43919     Acked-by: Kim Phillips <kim.phillips@freescale.com>
43920
43921 commit bf29e0ea0af03d593c64614136acc723a7a022a2
43922 Author: Yuri Tikhonov <yur@emcraft.com>
43923 Date:   Fri Oct 17 12:54:18 2008 +0200
43924
43925     ppc4xx: PPC44x MQ initialization
43926
43927     Set the MQ Read Passing & MCIF Cycle limits to the recommended by AMCC
43928     values. This fixes the occasional 440SPe hard locking issues when the 440SPe's
43929     dedicated DMA engines are used (e.g. by the h/w accelerated RAID driver).
43930
43931     Previously the appropriate initialization had been made in Linux, by the
43932     ppc440spe ADMA driver, which is wrong because modifying the MQ configuration
43933     registers after normal operation has begun is not supported and could
43934     have unpredictable results.
43935
43936     Comment from Stefan: This patch doesn't change the resulting value of the
43937     MQ registers. It explicitly sets/clears all bits to the desired state which
43938     better documents the resulting register value instead of relying on pre-set
43939     default values.
43940
43941     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
43942     Signed-off-by: Stefan Roese <sr@denx.de>
43943
43944 commit ec081c2c190148b374e86a795fb6b1c49caeb549
43945 Author: Stefan Roese <sr@denx.de>
43946 Date:   Fri Oct 17 12:51:46 2008 +0200
43947
43948     ppc4xx: PPC44x MQ initialization
43949
43950     Set the MQ Read Passing & MCIF Cycle limits to the recommended by AMCC
43951     values. This fixes the occasional 440SPe hard locking issues when the 440SPe's
43952     dedicated DMA engines are used (e.g. by the h/w accelerated RAID driver).
43953
43954     Previously the appropriate initialization had been made in Linux, by the
43955     ppc440spe ADMA driver, which is wrong because modifying the MQ configuration
43956     registers after normal operation has begun is not supported and could
43957     have unpredictable results.
43958
43959     Comment from Stefan: This patch doesn't change the resulting value of the
43960     MQ registers. It explicitly sets/clears all bits to the desired state which
43961     better documents the resulting register value instead of relying on pre-set
43962     default values.
43963
43964     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
43965     Signed-off-by: Stefan Roese <sr@denx.de>
43966
43967 commit f7d190b1c0b3ab7fc53074ad2862f7de99de37ff
43968 Author: Kumar Gala <galak@kernel.crashing.org>
43969 Date:   Thu Oct 16 21:58:50 2008 -0500
43970
43971     85xx: Using proper I2C source clock divider for MPC8544
43972
43973     The MPC8544 RM incorrect shows the SEC_CFG bit in PORDEVSR2 as being
43974     bit 26, instead it should be bit 28.  This caused in incorrect
43975     interpretation of the i2c_clk which is the same as the SEC clk on
43976     MPC8544.  The SEC clk is controlled by cfg_sec_freq that is reported
43977     in PORDEVSR2.
43978
43979     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43980
43981 commit 42653b826adb319a1df06e24ef26096b2a5d9d2a
43982 Author: Kumar Gala <galak@kernel.crashing.org>
43983 Date:   Thu Oct 16 21:58:49 2008 -0500
43984
43985     Revert "85xx: Using proper I2C source clock divider for MPC8544"
43986
43987     This reverts commit dffd2446fb041f38ef034b0fcf41e51e5e489159.
43988
43989     The fix introduced by this patch is not correct.  The problem is
43990     that the documentation is not correct for the MPC8544 with regards
43991     to which bit in PORDEVSR2 is for the SEC_CFG.
43992
43993     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43994
43995 commit 2179c4766bffeece98e5e92040629a96c97e230c
43996 Author: Kumar Gala <galak@kernel.crashing.org>
43997 Date:   Wed Oct 15 10:19:41 2008 -0500
43998
43999     85xx: Fix compile warning
44000
44001     mpc8536ds.c: In function 'is_sata_supported':
44002     mpc8536ds.c:614: warning: unused variable 'devdisr'
44003
44004     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44005
44006 commit 9029b68f3f81b3013044f167ea025e836e6c8c0e
44007 Author: Jason Jin <Jason.jin@freescale.com>
44008 Date:   Wed Oct 15 10:40:24 2008 +0800
44009
44010     Fix the function conflict in x86emu when DEBUG is on
44011
44012     The function parse_line() in common/main.c was exposed globally by commit
44013     6636b62a6efc7f14e6e788788631ae7a7fca4537, Result in conflict with the same
44014     name funciton in drivers/bios_emulator/x86emu/debug.c when define the DEBUG.
44015     This patch fix this by renaming the function in the debug.c file.
44016
44017     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
44018
44019 commit b4dbacf69a669a17487054552fc2761149dd6767
44020 Author: Wolfgang Denk <wd@denx.de>
44021 Date:   Wed Oct 15 15:50:45 2008 +0200
44022
44023     Coding Style cleanup, update CHANGELOG, prepare 2008.10-rc3
44024
44025     Signed-off-by: Wolfgang Denk <wd@denx.de>
44026
44027 commit 374b9038293d01d8744a46af9b7854a6fd99b228
44028 Author: Heiko Schocher <hs@denx.de>
44029 Date:   Wed Oct 15 09:51:19 2008 +0200
44030
44031     Fix compiler warning in lib_ppc/board.c
44032
44033     Fix compiler warning introduced by commit 0f8cbc18
44034
44035     Signed-off-by: Heiko Schocher <hs@denx.de>
44036     Signed-off-by: Wolfgang Denk <wd@denx.de>
44037
44038 commit 9724555755a6f1066636481b41f7094e0ce93a69
44039 Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
44040 Date:   Thu Oct 9 10:29:14 2008 +0530
44041
44042     mpc83xx: wait till UPM completes the write to array
44043
44044     Reference manual states that MxMR[MAD] increment is the indication
44045     of write to UPM array is complete. Honour that. Also, make the dummy
44046     write explicit.
44047
44048     also fix the comment.
44049
44050     Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
44051     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44052
44053 commit 03e2dbb18e858e2f7a6aaa437f290f3690d02d51
44054 Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
44055 Date:   Wed Oct 8 18:12:20 2008 -0500
44056
44057     Remove unwanted ';' at end of define.
44058
44059     Currently this is not creating any problem. But it will result
44060     in compilation error when used as below.
44061
44062     printf("CFG_SDRAM_CFG2 - %08x\n", CFG_SDRAM_CFG2);
44063
44064     Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
44065
44066     continuation of the theme based on git grep "^#define CFG_.*;$" include/
44067
44068     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44069
44070 commit b2934a56650e9a6c54432f9ce6dc36757967385e
44071 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
44072 Date:   Mon Oct 6 10:53:59 2008 -0400
44073
44074     ARM DaVinci: Add maintainer information for SFFSDR board.
44075
44076     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
44077
44078 commit 12c6670f873ed632c264a6f3e8bf1297d5c3ddbc
44079 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
44080 Date:   Sat Oct 4 19:26:16 2008 +0200
44081
44082     api: fix type mismatch
44083
44084     This patch fixes a type mismatch and thus removes a compiler
44085     warning when compiling with CONFIG_API on powerpc.
44086
44087     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
44088
44089 commit 9bc2e4eee3bcb8e63847d7a733e0c607807d6141
44090 Author: Peter Tyser <ptyser@xes-inc.com>
44091 Date:   Wed Oct 1 12:25:04 2008 -0500
44092
44093     cmd_i2c: Fix help for CONFIG_I2C_CMD_TREE && !CONFIG_I2C_MULTI_BUS
44094
44095     Original code displayed:
44096      => help i2c
44097      i2c i2c speed [speed] - show or set I2C bus speed
44098      i2c md chip address[.0, .1, .2] [# of objects] - read from I2C device
44099      ...
44100
44101     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
44102
44103 commit a0b1b610e980e253d4c2519ee15bd0937c3f8be1
44104 Author: Wolfgang Denk <wd@denx.de>
44105 Date:   Tue Oct 14 22:13:41 2008 +0200
44106
44107     Update CHANGELOG
44108
44109     Signed-off-by: Wolfgang Denk <wd@denx.de>
44110
44111 commit 0f8cbc1829d9c7d9616fd29b366a99d037facdcd
44112 Author: Jason Jin <Jason.jin@freescale.com>
44113 Date:   Fri Oct 10 11:41:01 2008 +0800
44114
44115     Do not init SATA when disabled on 8536DS.
44116
44117     SGMII and SATA share the serdes on MPC8536 CPU, When SATA disabled and the
44118     driver still try to access the SATA registers, the cpu will hangup.
44119     This patch try to fix this by reading the serdes status before the SATA
44120     initialize.
44121
44122     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
44123     Acked-by: Andy Fleming <afleming@freescale.com>
44124
44125 commit 9dbc366744960013965fce8851035b6141f3b3ae
44126 Author: Remy Bohmer <linux@bohmer.net>
44127 Date:   Fri Oct 10 10:23:22 2008 +0200
44128
44129     The PIPE_INTERRUPT flag is used wrong
44130
44131     At a lot of places in the code the PIPE_INTERRUPT flags and friends
44132     are used wrong. The wrong bits are compared to this flag resulting
44133     in wrong conditions. Also there are macros that should be used for
44134     PIPE_* flags.
44135     This patch tries to fix them all, however, I was not able to test the
44136     changes, because I do not have any of these boards.
44137
44138     Review required!
44139
44140     Signed-off-by: Remy Bohmer <linux@bohmer.net>
44141     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
44142
44143 commit 48867208444cb2a82e2af9c3249e90b7ed4a1751
44144 Author: Remy Bohmer <linux@bohmer.net>
44145 Date:   Fri Oct 10 10:23:21 2008 +0200
44146
44147     fix USB initialisation procedure
44148
44149     The max packet size is encoded as 0,1,2,3 for 8,16,32,64 bytes.
44150     At some places directly 8,16,32,64 was used instead of the encoded
44151     value. Made a enum for the options to make this more clear and to help
44152     preventing similar errors in the future.
44153
44154     After fixing this bug it became clear that another bug existed where
44155     the 'pipe' is and-ed with PIPE_* flags, where it should have been
44156     'usb_pipetype(pipe)', or even better usb_pipeint(pipe).
44157
44158     Also removed the triple 'get_device_descriptor' sequence, it has no use,
44159     and Windows nor Linux behaves that way.
44160     There is also a poll going on with a timeout when usb_control_msg() fails.
44161     However, the poll is useless, because the flag will never be set on a error,
44162     because there is no code that runs in a parallel that can set this flag.
44163     Changed this to something more logical.
44164
44165     Tested on AT91SAM9261ek and compared the flow on the USB bus to what
44166     Linux is doing. There is no difference anymore in the early initialisation
44167     sequence.
44168
44169     Signed-off-by: Remy Bohmer <linux@bohmer.net>
44170     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
44171
44172 commit ec4d8c1c1d94a790c1473ae8aace282b817c3123
44173 Author: Nikita V. Youshchenko <yoush@cs.msu.su>
44174 Date:   Fri Oct 3 00:03:55 2008 +0400
44175
44176     fsl_diu: fix alignment error that caused malloc corruption
44177
44178     When aligning malloc()ed screen_base, invalid offset was added.
44179     This not only caused misaligned result (which did not cause hardware
44180     misbehaviour), but - worse - caused screen_base + smem_len to
44181     be out of malloc()ed space, which in turn caused breakage of
44182     futher malloc()/free() operation.
44183
44184     This patch fixes screen_base alignment.
44185
44186     Also this patch makes memset() that cleans framebuffer to be executed
44187     on first initialization of diu, not only on re-initialization. It looks
44188     correct to clean the framebuffer instead of displaying random garbage;
44189     I believe that was disabled only because that memset caused breakage
44190     of malloc/free described above - which no longer happens with the fix
44191     described above.
44192
44193     Signed-off-by: Nikita V. Youshchenko <yoush@debian.org>
44194
44195 commit 3d0ea3110f3431b6c2aee882784f39f97b20bce9
44196 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
44197 Date:   Wed Sep 24 10:29:37 2008 +0200
44198
44199     api: Fix building with CONFIG_API
44200
44201     This patch fixes building with CONFIG_API and CONFIG_USB_STORAGE.
44202
44203     USB_MAX_STOR_DEV is defined in include/usb.h, but
44204     needed in api/api_storage.c.
44205
44206     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
44207
44208 commit abbb90666d5ef2f500ebbedbb80ff60adc56b043
44209 Author: Peter Tyser <ptyser@xes-inc.com>
44210 Date:   Tue Sep 23 12:39:40 2008 -0500
44211
44212     Remove unused CFG_EEPROM_PAGE_WRITE_ENABLE references
44213
44214     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
44215
44216 commit 81e612014c40c922ec35488d17c504d4e9286f06
44217 Author: Peter Tyser <ptyser@xes-inc.com>
44218 Date:   Tue Sep 23 12:38:42 2008 -0500
44219
44220     Remove CFG_EEPROM_PAGE* dependencies for temperature sensors
44221
44222     The checks for CFG_EEPROM_PAGE_WRITE_ENABLE and
44223     CFG_EEPROM_PAGE_WRITE_BITS in various temperature
44224     sensor drivers are not necessary
44225
44226     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
44227
44228 commit c46980f6d2135ade345dadc1fb1f1f4c8bbf255a
44229 Author: Mike Frysinger <vapier@gentoo.org>
44230 Date:   Tue Oct 14 07:04:38 2008 -0400
44231
44232     cmd_spi: remove broken signed casting for display
44233
44234     Since we're working with unsigned data, you can't apply a signed pointer
44235     cast and then attempt to print the result.  Otherwise you get wrong output
44236     when the sign bit is set like "0xFF" incorrectly extended to "0xFFFFFFFF".
44237
44238     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
44239
44240 commit d5fd0b49210c941de8a1fce3947ace92243ab5ca
44241 Author: Mike Frysinger <vapier@gentoo.org>
44242 Date:   Tue Oct 14 07:05:24 2008 -0400
44243
44244     strings cmd: drop old CONFIG_CFG_STRINGS define
44245
44246     We don't need CONFIG_CFG_STRINGS anymore now that we have the define
44247     CONFIG_CMD_STRINGS and Makefile control.
44248
44249     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
44250
44251 commit fecb5ade3b37f62981f2b05b621005850173aaa9
44252 Author: Jason Jin <Jason.jin@freescale.com>
44253 Date:   Fri Sep 19 17:32:49 2008 +0800
44254
44255     Fix the NAND size overflow issue.
44256
44257     When the total size of all NAND devices exceeds 4 GiB, the size  will
44258     overflow. This patch tries to fix this.
44259
44260     Note that we still have a problem when a single NAND device is bigger
44261     than 4 GiB: then the overflow would actually happen earlier, i. e.
44262     when storing the size in nand_info[].size, as nand_info[].size is an
44263     "u_int32_t".
44264
44265     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
44266     Signed-off-by: Wolfgang Denk <wd@denx.de>
44267
44268 commit 30f574717277238b9014b8136c90eea77196490f
44269 Author: Louis Su <louis@asix.com.tw>
44270 Date:   Wed Jul 9 11:01:37 2008 +0800
44271
44272     AX88180: new gigabit network driver
44273
44274     Signed-off-by: Louis Su <louis@asix.com.tw>
44275     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
44276
44277 commit c9d6b6925344740ca1db2f8a6bab7921ff820de3
44278 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
44279 Date:   Tue Aug 19 16:07:03 2008 +0200
44280
44281     enable 10/100M at VSC8601 at tsec driver
44282
44283     Currently VSC8601 doesn't link with 10/100M partners if the
44284     EEPROM/Strapping is not set up.
44285     Setting the auto-neg register fixes this.
44286
44287     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
44288     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
44289
44290 commit 702c85b0e876d587c11acdbb55738ee52acd54f4
44291 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
44292 Date:   Tue Sep 30 15:02:53 2008 +0900
44293
44294     net: ne2000: Divided a function of NE2000 driver
44295
44296     get_prom function was used __attriute__ , but it is not enable.
44297     ax88796.o does not do link besides ne2000.o. When ld is carried
44298     out, get_prom function of ax88796.c is ignored.
44299     This problem is a thing by specifications of ld.
44300     I checked and test this patch on SuperH and MIPS.
44301
44302     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
44303     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
44304
44305 commit 05c7e9070fe4d751e029fd9524bfbbc93cbb1393
44306 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
44307 Date:   Tue Oct 14 11:10:59 2008 +0900
44308
44309     sh: rsk7203: Add smc911x driver support to board config file
44310
44311     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
44312     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
44313
44314 commit cae6f909baf86357b3c0bd01acfc414348c4d175
44315 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
44316 Date:   Thu Oct 9 13:54:33 2008 +0900
44317
44318     sh: Fix cannot execute a stand-alone application
44319
44320     Address calculated in EXPORT_FUNC in SuperH was wrong, I revised it.
44321
44322     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
44323     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
44324
44325 commit 6df0efd5c86ca1689deeb2738b46b7d83ce228ef
44326 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
44327 Date:   Wed Oct 8 23:38:00 2008 -0500
44328
44329     fsl_pci_init do not scan bus when configured as an end-point
44330
44331     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
44332     Acked-by: Andy Fleming <afleming@freescale.com>
44333
44334 commit 6f099bbac1ba5dfb46ee7ad29dc53713f0501ba5
44335 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
44336 Date:   Tue Sep 16 17:07:53 2008 -0400
44337
44338     ARM DaVinci: Remove redundant setting of GD_FLG_RELOC for sffsdr board.
44339
44340     This is no longer necessary now that the GD_FLG_RELOC flag is set for
44341     all ARM boards.
44342
44343     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
44344
44345 commit d977a57356657ba241256231efca32828a5822f9
44346 Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
44347 Date:   Sat Sep 13 10:04:32 2008 +0200
44348
44349     Fix lzma uncompress call (image_start wrongly used instead image_len)
44350
44351     Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
44352
44353 commit 392438406041415fe64ab8748ec5ab5ad01d1cf7
44354 Author: Nick Spence <nick.spence@freescale.com>
44355 Date:   Thu Aug 28 14:09:15 2008 -0700
44356
44357     mpc86xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
44358
44359     This is needed in unlock_ram_in_cache() because it is called from C and
44360     will corrupt the small data area anchor that is kept in R2.
44361
44362     lock_ram_in_cache() is modified similarly as good coding practice, but
44363     is not called from C.
44364
44365     Signed-off-by: Nick Spence <nick.spence@freescale.com>
44366
44367 commit 5c7cbcd34d0ee566875a4fd0f2a3e5a62bba921c
44368 Author: Kumar Gala <galak@kernel.crashing.org>
44369 Date:   Tue Aug 19 15:05:34 2008 -0500
44370
44371     86xx: remove redudant code with lib_ppc/interrupts.c
44372
44373     For some reason we duplicated the majority of code in lib_ppc/interrupts.c
44374     Not know how that happened, but there is no good reason for it.
44375
44376     Use the interrupt_init_cpu() and timer_interrupt_cpu() since its why
44377     they exist.
44378
44379     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44380
44381 commit 0d01f66d235118515b5086b88f82498bc0695d6a
44382 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
44383 Date:   Thu Oct 9 01:26:36 2008 -0500
44384
44385     CFI: cfi_flash write fix for AMD legacy
44386
44387     The flash_unlock_seq requires a sector for AMD_LEGACY.
44388     Fix a retcode check typeo.
44389
44390     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
44391     Signed-off-by: Stefan Roese <sr@denx.de>
44392
44393 commit 542b385a620a1783454a00424930e51895f45073
44394 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
44395 Date:   Tue Oct 7 13:13:10 2008 +0200
44396
44397     ppc4xx: Fix USB 2.0 phy reset sequence
44398
44399     This patch fixes USB 2.0 communication issues on some DU440 boards.
44400
44401     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
44402     Signed-off-by: Stefan Roese <sr@denx.de>
44403
44404 commit df8c1ce11114c2260dedb5547281945f7db8fa5c
44405 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
44406 Date:   Tue Oct 7 13:13:09 2008 +0200
44407
44408     ppc4xx: Add strapping mode for 667MHz CPU frequency on DU440 board
44409
44410     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
44411     Signed-off-by: Stefan Roese <sr@denx.de>
44412
44413 commit 6a133d6a00b1fc7b9257cd5925d8cb67f75ecda2
44414 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
44415 Date:   Tue Oct 7 13:13:08 2008 +0200
44416
44417     ppc4xx: Fix DU440 GPIO configuration
44418
44419     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
44420     Signed-off-by: Stefan Roese <sr@denx.de>
44421
44422 commit 35dd025c70fcc4389317db2f2a9d14795172137d
44423 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
44424 Date:   Tue Oct 7 13:13:07 2008 +0200
44425
44426     ppc4xx: Update DU440 config
44427
44428     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
44429     Signed-off-by: Stefan Roese <sr@denx.de>
44430
44431 commit f3bf9273939ffe1a60a32a2eef909097f15df56b
44432 Author: Kumar Gala <galak@kernel.crashing.org>
44433 Date:   Wed Oct 8 15:36:39 2008 -0500
44434
44435     MPC8572DS: Fix compile warnings
44436
44437     Commit 445a7b38308eb05b41de74165b20855db58c7ee5 introduced the following
44438     compile warnings:
44439
44440     cmd_i2c.c:112: warning: missing braces around initializer
44441     cmd_i2c.c:112: warning: (near initialization for 'i2c_no_probes[0]')
44442
44443     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44444
44445 commit dffd2446fb041f38ef034b0fcf41e51e5e489159
44446 Author: Wolfgang Grandegger <wg@grandegger.com>
44447 Date:   Tue Sep 30 10:55:57 2008 +0200
44448
44449     85xx: Using proper I2C source clock divider for MPC8544
44450
44451     Measurements with our MPC8544 board showed that the I2C bus frequency
44452     is wrong by a factor of 1.5. Obviously, the interpretation of the
44453     MPC85xx_PORDEVSR2_SEC_CFG bit of the cfg_sec_freq register is not
44454     correct. There seems to be an error in the 8544 RM.
44455
44456     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
44457
44458 commit e46c7bfb8bc3c304cedd20f7a365d6e78d7eaf17
44459 Author: Rafal Czubak <rcz@semihalf.com>
44460 Date:   Wed Oct 8 13:41:30 2008 +0200
44461
44462     FSL: Fix get_cpu_board_revision() return value.
44463
44464     get_cpu_board_revision() returned board revision based on information stored
44465     in global static struct eeprom. It should instead use one from local struct
44466     board_eeprom, to which the data is actually read from EEPROM. The bug led to
44467     system hang after printing L1 cache information on U-Boot startup. The problem
44468     was observed on MPC8555CDS system and possibly affects other Freescale MPC85xx
44469     boards using CFG_I2C_EEPROM_CCID.
44470
44471     The change has been successfully tested on MPC8555CDS system.
44472
44473     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
44474
44475 commit 747f316cca484ed627a97dd3391febabce384186
44476 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
44477 Date:   Tue Sep 30 20:08:49 2008 +0200
44478
44479     update uImage FIT multi documentation
44480
44481     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
44482
44483 commit 77a0355f60b801f232ce0a5bfbe95331fa3b6bc0
44484 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
44485 Date:   Tue Sep 30 20:08:36 2008 +0200
44486
44487     move README.imx31 to doc/ and merge with README.mx31
44488
44489     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
44490
44491 commit 1ed7a7f0f571b13d46530f8f8b9aff3957f15a96
44492 Author: Guennadi Liakhovetski <lg@denx.de>
44493 Date:   Thu Sep 25 20:54:37 2008 +0200
44494
44495     i.MX31: switch to CFG_HZ=1000
44496
44497     Switch to the standard CFG_HZ=1000 value, while at it, minor white-space
44498     cleanup, remove CFG_CLKS_IN_HZ from config-headers. Tested on mx31ads,
44499     provides 2% or 0.4% precision depending on the
44500     CONFIG_MX31_TIMER_HIGH_PRECISION flag. Measured with stop-watch on 100s
44501     boot-delay.
44502
44503     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
44504
44505 commit f41b144c11341b571eab7dcef6c4b8e03c92d2b2
44506 Author: gnusercn <gnusercn@gmail.com>
44507 Date:   Wed Oct 8 18:58:58 2008 +0200
44508
44509     Fix bug: in arch-arm, env_get_char dose not work fine
44510
44511     due to the arm implementation which supposed that U-Boot is in RAM
44512     when we jump to start_armboot
44513
44514     Signed-off-by: gnusercn <gnusercn@gmail.com>
44515     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
44516
44517 commit f8a00dea841d5d75de1f8e8107e90ee1beeddf5f
44518 Author: Adam Graham <agraham@amcc.com>
44519 Date:   Mon Oct 6 10:16:13 2008 -0700
44520
44521     ppc4xx: Reset and relock memory DLL after SDRAM_CLKTR change
44522
44523     After changing SDRAM_CLKTR phase value rerun the memory preload
44524     initialization sequence (INITPLR) to reset and relock the memory
44525     DLL. Changing the SDRAM_CLKTR memory clock phase coarse timing
44526     adjustment effects the phase relationship of the internal, to the
44527     PPC chip, and external, to the PPC chip, versions of MEMCLK_OUT.
44528
44529     Signed-off-by: Adam Graham <agraham@amcc.com>
44530     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
44531     Signed-off-by: Stefan Roese <sr@denx.de>
44532
44533 commit 5297246bbaa9943c0da1ec2e717b72e4ab6b830e
44534 Author: Haiying Wang <Haiying.Wang@freescale.com>
44535 Date:   Fri Oct 3 11:48:03 2008 -0400
44536
44537     Remove redundant #define for MPC8536DS
44538
44539     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
44540
44541 commit 445a7b38308eb05b41de74165b20855db58c7ee5
44542 Author: Haiying Wang <Haiying.Wang@freescale.com>
44543 Date:   Fri Oct 3 11:47:30 2008 -0400
44544
44545     Add ID EEPROM support for MPC8572DS
44546
44547     The ID EEPROM on MPC8572DS board locates on I2C bus 1. Its the storage for
44548     system information like mac addresses etc. This patch enables it.
44549
44550     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
44551
44552 commit 1f3ba317a5c5f3a7aabf580fddc211f4bb5a4540
44553 Author: Haiying Wang <Haiying.Wang@freescale.com>
44554 Date:   Fri Oct 3 11:46:59 2008 -0400
44555
44556     Minor fixes for I2C address on MPC8572DS
44557
44558     MPC8572DS has two i2c buses. This patch moves the DDR SPD_EEPROM to i2c bus 1
44559     according to the board spec, and adds the 2nd i2c bus offset.
44560
44561     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
44562
44563 commit c0391111c33c22fabeddf8f4ca801ec7645b4f5c
44564 Author: Jason Jin <Jason.jin@freescale.com>
44565 Date:   Sat Sep 27 14:40:57 2008 +0800
44566
44567     Fix the incorrect DDR clk freq reporting on 8536DS
44568
44569     On 8536DS board, When the DDR clk is set async mode(SW3[6:8] != 111),
44570     The display is still sync mode DDR freq. This patch try to fix
44571     this. The display DDR freq is now the actual freq in both
44572     sync and async mode.
44573
44574     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
44575
44576 commit bac6a1d1fa1cd80aa57881fa9c2152b853cd0ed4
44577 Author: Kumar Gala <galak@kernel.crashing.org>
44578 Date:   Tue Oct 7 10:28:46 2008 -0500
44579
44580     85xx: Remove setting of *cache-line-size in device trees
44581
44582     ePAPR says if the *cache-block-size is the same as *cache-line-size
44583     than we don't need the *cache-line-size property.
44584
44585     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44586
44587 commit a69a42338dd25408f9fd5390a83bc501749c7e1b
44588 Author: Mark Jackson <mpfj@mimc.co.uk>
44589 Date:   Fri Oct 3 11:48:57 2008 +0100
44590
44591     MIMC200 board now uses CONFIG_DISABLE_CONSOLE
44592
44593     Changed MIMC200 board setup and config to use CONFIG_DISABLE_CONSOLE.
44594     Also fixed default uImage location.
44595
44596     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
44597     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
44598
44599 commit cd3cb0d9269d155276b00207e3816a9347fd1c92
44600 Author: Gerald Van Baren <vanbaren@cideas.com>
44601 Date:   Sat Oct 4 07:56:06 2008 -0400
44602
44603     libfdt: Fix error in documentation for fdt_get_alias_namelen()
44604
44605     Oops, screwed up the function name in the documenting comment for this
44606     function.  Trivial correction in this patch.
44607
44608     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
44609     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
44610
44611 commit 9a6cf73a88ddab2e1ac39088f2806177982cc62c
44612 Author: David Gibson <david@gibson.dropbear.id.au>
44613 Date:   Wed Aug 20 16:55:14 2008 +1000
44614
44615     libfdt: Add function to explicitly expand aliases
44616
44617     Kumar has already added alias expansion to fdt_path_offset().
44618     However, in some circumstances it may be convenient for the user of
44619     libfdt to explicitly get the string expansion of an alias.  This patch
44620     adds a function to do this, fdt_get_alias(), and uses it to implement
44621     fdt_path_offset().
44622
44623     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
44624
44625 commit 2215987e100d2a841ae6d48a7cc9bb83fcf22737
44626 Author: Mike Frysinger <vapier@gentoo.org>
44627 Date:   Thu Oct 2 01:55:38 2008 -0400
44628
44629     cfi_flash: do not reset flash when probe fails
44630
44631     The CFI flash driver starts at flash_init() which calls down into
44632     flash_get_size().  This starts by calling flash_detect_cfi().  If said
44633     function fails, flash_get_size() finishes by attempting to reset the
44634     flash.  Unfortunately, it does this with an info->portwidth set to 0x10
44635     which filters down into flash_make_cmd() and that happily smashes the
44636     stack by sticking info->portwidth bytes into a cfiword_t variable that
44637     lives on the stack.  On a 64bit system you probably won't notice, but
44638     killing the last 8 bytes on a 32bit system usually leads to a corrupt
44639     return address.  Which is what happens on a Blackfin system.
44640
44641     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
44642     Signed-off-by: Stefan Roese <sr@denx.de>
44643
44644 commit 3e38577208e4256956bc33bb8bcd0a6b6fab55c3
44645 Author: Stefan Roese <sr@denx.de>
44646 Date:   Fri Sep 26 17:03:26 2008 +0200
44647
44648     fdt: Overwrite /chosen node in bootm if it already exists in the dtb
44649
44650     Set force parameter in fdt_chosen() call in do_bootm_linux() call.
44651     Without this, the chosen node is not overwritten if it already
44652     exists.
44653
44654     Signed-off-by: Stefan Roese <sr@denx.de>
44655
44656 commit 741a6d010d09b5bafca8e4cdfb6b2f8a2c07994d
44657 Author: Jon Loeliger <jdl@freescale.com>
44658 Date:   Thu Sep 25 11:02:17 2008 -0500
44659
44660     Fix an overflow case in fdt_offset_ptr() detected by GCC 4.3.
44661
44662     Using Gcc 4.3 detected this problem:
44663
44664         ../dtc/libfdt/fdt.c: In function 'fdt_next_tag':
44665         ../dtc/libfdt/fdt.c:82: error: assuming signed overflow does not
44666         occur when assuming that (X + c) < X is always false
44667
44668     To fix the problem, treat the offset as an unsigned int.
44669
44670     The problem report and proposed fix were provided
44671     by Steve Papacharalambous <stevep@freescale.com>.
44672
44673     Signed-off-by: Jon Loeliger <jdl@freescale.com>
44674
44675 commit bbdbc7cb3abefda5bd998edbcf0508fe6256327d
44676 Author: David Gibson <david@gibson.dropbear.id.au>
44677 Date:   Fri Aug 29 14:19:13 2008 +1000
44678
44679     libfdt: Fix bugs in fdt_get_path()
44680
44681     The current implementation of fdt_get_path() has a couple of bugs,
44682     fixed by this patch.
44683
44684     First, contrary to its documentation, on success it returns the length
44685     of the node's path, rather than 0.  The testcase is correspondingly
44686     wrong, and the patch fixes this as well.
44687
44688     Second, in some circumstances, it will return -FDT_ERR_BADOFFSET
44689     instead of -FDT_ERR_NOSPACE when given insufficient buffer space.
44690     Specifically this happens when there is insufficient space even to
44691     hold the path's second last component.  This behaviour is corrected,
44692     and the testcase updated to check it.
44693
44694     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
44695
44696 commit 33af3e6656e84660d397b5dd95abab2dccc36f83
44697 Author: Wolfgang Denk <wd@denx.de>
44698 Date:   Wed Oct 1 12:34:58 2008 +0200
44699
44700     TQM5200: enable support for ATAPI devices
44701
44702     Signed-off-by: Wolfgang Denk <wd@denx.de>
44703
44704 commit d13ff2358ff8c384f52eaf46f5d60258acf96ea6
44705 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
44706 Date:   Mon Sep 15 05:48:25 2008 +0200
44707
44708     Revert "ARM: set GD_FLG_RELOC for boards skipping relocation to RAM"
44709
44710     we need this due to the arm implementation which supposed that U-Boot
44711     is in RAM when we jump to start_armboot
44712
44713     This reverts commit f96b44cef897bd372beb86dde1b33637c119d84d.
44714     in order to do it for all arm board
44715
44716     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
44717
44718 commit 7fd0bea2e4a78eab7e6693140940f9f9a0009bc2
44719 Author: Kim Phillips <kim.phillips@freescale.com>
44720 Date:   Wed Sep 24 08:46:25 2008 -0500
44721
44722     mpc83xx: don't disable autoboot
44723
44724     bootdelay set to -1 'permanently' disables autobooting, even if
44725     bootcmd is specified.  Change to a positive value to allow
44726     autobooting when a bootcmd is set.
44727
44728     Reported-by: Coray Tate <Coray.Tate@freescale.com>
44729     Cc: Scott Wood <scottwood@freescale.com>
44730     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44731
44732 commit 2fb29c520c42b7bfef33ea3fd1527eba64099164
44733 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
44734 Date:   Wed Sep 24 10:42:15 2008 +0900
44735
44736     mpc83xx: Fix typo in include/mpc83xx.h
44737
44738     Fixed typo from CONIFG_MPC837X to CONFIG_MPC837X
44739
44740     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
44741     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44742
44743 commit 162c41c03179727a1d14262f703c9a8bc40231fa
44744 Author: Kim Phillips <kim.phillips@freescale.com>
44745 Date:   Tue Sep 23 09:38:49 2008 -0500
44746
44747     mpc83xx: add h/w flash protection to board configs
44748
44749     the operating system may leave flash in a h/w locked state after writing.
44750     This allows u-boot to continue to write flash by enabling h/w unlocking
44751     by default.
44752
44753     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44754
44755 commit d26154c9a692586b66eb6d1f8e1b67c75e40ea70
44756 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
44757 Date:   Thu Sep 11 21:35:36 2008 +0400
44758
44759     mpc83xx: spd_sdram: fix ddr sdram base address assignment bug
44760
44761     The spd_dram code shifts the base address, then masks 20 bits, but
44762     forgets to shift the base address back. Fix this by just masking the
44763     base address correctly.
44764
44765     Found this bug while trying to relocate a DDR memory at the base != 0.
44766
44767     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
44768     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44769
44770 commit 8fd4166c467a46773f80208bda1ec3b4757747bc
44771 Author: Stefan Roese <sr@denx.de>
44772 Date:   Mon Sep 22 16:10:43 2008 +0200
44773
44774     ppc4xx: Canyonlands: Remove unnecessary FDT warning upon DTB fixup
44775
44776     Depending on the configuration jumper "SATA SELECT", U-Boot disabled
44777     either one PCIe node or the SATA node in the device tree blob. This
44778     patch removes the unnecessary and even confusing warning, when the node
44779     is not found at all.
44780
44781     Signed-off-by: Stefan Roese <sr@denx.de>
44782
44783 commit 6e24a1eb1490aa043770bcf0061ac1fad0864fd9
44784 Author: Remy Bohmer <linux@bohmer.net>
44785 Date:   Fri Sep 19 13:30:06 2008 +0200
44786
44787     Add missing device types to dev_print() in part.c
44788
44789     Signed-off-by: Remy Bohmer <linux@bohmer.net>
44790
44791 commit 5fdc215f0b351b0c36cc3f8a0fa5850f24454bed
44792 Author: Wolfgang Denk <wd@denx.de>
44793 Date:   Mon Sep 22 22:23:06 2008 +0200
44794
44795     Fix DPRAM memory leak when CFG_ALLOC_DPRAM is defined, which
44796     eventually leads to a machine check. This change assures that DPRAM
44797     is allocated only once in that case.
44798
44799     Signed-off-by: Gary Jennejohn <garyj@denx.de>
44800     Signed-off-by: Wolfgang Denk <wd@denx.de>
44801
44802 commit a07faf7b9ad5a86763a577c79922c4ff9a70ef23
44803 Author: Laurent Pinchart <laurentp@cse-semaphore.com>
44804 Date:   Wed Sep 17 17:57:34 2008 +0200
44805
44806     Fix Spartan-3 definitions.
44807
44808     A few Spartan-3 definitions erroneously use Spartan-3E size
44809     constants. This patch fixes them.
44810
44811     Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
44812
44813 commit 28113e1f0da4146b823ffce37680d31d5685a60b
44814 Author: Laurent Pinchart <laurentp@cse-semaphore.com>
44815 Date:   Wed Sep 17 17:41:58 2008 +0200
44816
44817     Remove duplicate Spartan-3E definition.
44818
44819     Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
44820     Signed-off-by: Wolfgang Denk <wd@denx.de>
44821
44822 commit 5c65ecf7cd94df250b295621f3b24135cbcfe579
44823 Author: Anatolij Gustschin <agust@denx.de>
44824 Date:   Wed Sep 17 13:46:17 2008 +0200
44825
44826     socrates: change default mtest address range
44827
44828     Running mtest command on socrates without specifying
44829     an address range crashes the board. This patch changes
44830     default mtest address range to prevent this behavior.
44831
44832     Signed-off-by: Anatolij Gustschin <agust@denx.de>
44833
44834 commit d666b2d59674b5e002c0821b7ab83ec3ff90d670
44835 Author: Anatolij Gustschin <agust@denx.de>
44836 Date:   Wed Sep 17 12:34:45 2008 +0200
44837
44838     socrates: fix crash after relocation
44839
44840     Currently U-Boot crashes after relocation to RAM.
44841     Changing the CPO value of the DDR SDRAM TIMING_CFG_2
44842     register to READ_LAT + 1 (to the value it was before
44843     conversion of socrates to new DDR code) fixes the
44844     problem.
44845
44846     Signed-off-by: Anatolij Gustschin <agust@denx.de>
44847
44848 commit 562788b0a303f3528b920d81f547f5ca77ba528e
44849 Author: Anatolij Gustschin <agust@denx.de>
44850 Date:   Wed Sep 17 11:45:51 2008 +0200
44851
44852     socrates: fix SPD EEPROM address
44853
44854     Commit be0bd8234b9777ecd63c4c686f72af070d886517
44855     changed SPD EEPROM address to 0x51 and DDR SDRAM
44856     detection stopped working. Change this address
44857     back to 0x50.
44858
44859     Signed-off-by: Anatolij Gustschin <agust@denx.de>
44860
44861 commit 023824549a370bd185d7129d9a6c86f9be7b86a8
44862 Author: Stefan Roese <sr@denx.de>
44863 Date:   Mon Sep 22 11:06:50 2008 +0200
44864
44865     Revert "ppc4xx: Fix DDR2 auto calibration on Kilauea 600MHz (200MHz PLB)"
44866
44867     This reverts commit 3eec160a3a405b29ce9c06920f6427b9047dd8a8.
44868
44869     Signed-off-by: Stefan Roese <sr@denx.de>
44870
44871 commit e58c41e26cf3c8accd60311be579f452e368e97e
44872 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
44873 Date:   Thu Sep 18 20:13:08 2008 +0900
44874
44875     usb: Fix compile warning of r8a66597-hcd
44876
44877     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
44878     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
44879
44880 commit b5d10a13525c07ec6374adf840d7c87553b5f189
44881 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
44882 Date:   Thu Sep 18 19:34:36 2008 +0900
44883
44884     sh: Fix compile warning
44885
44886     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
44887
44888 commit 4a065abf926f128beb36d93449defa0d690e7fef
44889 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
44890 Date:   Thu Sep 18 19:04:26 2008 +0900
44891
44892     sh: Add support watchdog for SH4A core
44893
44894     Add support watchdog for SH4A core (SH7763, SH7780 and SH7785).
44895     And fix some compile warning.
44896
44897     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
44898
44899 commit a03c09c5fdb8430fe2ae6a03f88a0cf7bcc0aa57
44900 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
44901 Date:   Wed Sep 17 11:45:26 2008 +0900
44902
44903     sh: Fix typo in SH serial driver
44904
44905     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
44906     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
44907
44908 commit 6b44a439215ba7c63f666f8099213ea4f05f2b07
44909 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
44910 Date:   Wed Sep 17 11:08:36 2008 +0900
44911
44912     sh: Add support any page size and empty_zero_page to SH Linux uImage
44913
44914     Old U-Boot supported 4KB page size only. If this version, Linux
44915     kernel can not get command line from U-Boot.
44916     SH Linux kernel can change page size and empty_zero_page.
44917     This patch support this function and fix promlem.
44918
44919     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
44920     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
44921
44922 commit ce9f99ddb59628f41dc534e892368a7d66dfc774
44923 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
44924 Date:   Thu Aug 28 13:40:52 2008 +0900
44925
44926     sh: rsk7203: Add support pkt_data_pull and pkt_data_push function
44927
44928     Add function of smc911x, pkt_data_pull and pkt_data_push.
44929
44930     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
44931     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
44932
44933 commit dd820b03a2f45e86e7960e26729a3b58e3dda44a
44934 Author: Wolfgang Denk <wd@denx.de>
44935 Date:   Thu Sep 18 13:57:32 2008 +0200
44936
44937     ADS5121: fix typo in "rootpath" default setting
44938
44939     Signed-off-by: Wolfgang Denk <wd@denx.de>
44940
44941 commit c9e8436b10cca53fca4904ecbadcd6231ad72c38
44942 Author: Remy Bohmer <linux@bohmer.net>
44943 Date:   Tue Sep 16 14:55:44 2008 +0200
44944
44945     USB layer of U-Boot causes USB protocol errors while using USB memory sticks
44946
44947     There are several differences between Linux, Windows and U-boot for initialising the
44948     USB devices. While analysing the behaviour of U-boot it turned out that U-boot does
44949     things really different, and some are wrong (compared to the USB standard).
44950
44951     This patch fixes some errors:
44952     * The NEW_init procedure that was already in the code is good, while the old procedure
44953       is wrong. See code comments for more info.
44954     * On a Control request the data returned by the device can be more than 8 bytes, while
44955       the host limits it to 8 bytes. This caused the host to generate a DataOverrun error.
44956       This results in a lot of USB sticks not being recognised, and the transmission ended
44957       frequently with a CTL:TIMEOUT Error.
44958     * Added a flag CONFIG_LEGACY_USB_INIT_SEQ to allow users to use the old init procedure.
44959
44960     Signed-off-by: Remy Bohmer <linux@bohmer.net>
44961     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
44962
44963 commit 6f5794a6f78b313231256958fd73673c6aacc116
44964 Author: Remy Bohmer <linux@bohmer.net>
44965 Date:   Tue Sep 16 14:55:43 2008 +0200
44966
44967     Refactoring parts of the common USB OHCI code
44968
44969     This patch refactors some large routines of the USB OHCI code by
44970     making some routines smaller and more readable which helps
44971     debugging and understanding the code. (Makes the code looks
44972     somewhat more like the Linux implementation.)
44973
44974     Also made entire file compliant to Linux Coding Rules (checkpatch.pl compliant)
44975
44976     Signed-off-by: Remy Bohmer <linux@bohmer.net>
44977     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
44978
44979 commit be19d324edc1a1d7f393d24e10d164cd94c91a00
44980 Author: Remy Bohmer <linux@bohmer.net>
44981 Date:   Tue Sep 16 14:55:42 2008 +0200
44982
44983     Fix for USB sticks not working on ARM while using GCC 4.x compilers
44984
44985     The GCC-compiler makes an optimisation error while optimising the routine
44986     usb_set_maxpacket(). This should be fixed in the compiler in the first place,
44987     but there lots of compilers out there that makes this error, that it is
44988     probably wiser to workaround it in U-boot itself.
44989
44990     What happens is that the register r3 is used as loop-counter 'i', but gets
44991     overwritten later on. From there it starts using register r3 for several other
44992     things and the assembler code is becoming a big mess. This is clearly a compiler bug.
44993
44994     This error occurs on at least several versions of Code Sourcery Lite compilers
44995     for ARM. Like the Edition 2008q1, and 2008q3, It has also been seen on other
44996     compilers, while compiling for armv4t, or armv5te with Os, O1 and O2.
44997
44998     We work around it by splitting up this routine in 2 parts, and making sure that
44999     the split out part is NOT inlined any longer. This will make GCC spit out assembler
45000     that do not show this problem. Another possibility is to adapt the Makefile to stop
45001     optimisation for the complete file. I think this solution is nicer.
45002
45003     Signed-off-by: Remy Bohmer <linux@bohmer.net>
45004     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
45005
45006 commit 87b4ef560cf2da4ccc9e59711ad1ff7fafe96670
45007 Author: Wolfgang Denk <wd@denx.de>
45008 Date:   Wed Sep 17 10:17:55 2008 +0200
45009
45010     Coding style cleanup; update CHANEGLOG
45011
45012     Signed-off-by: Wolfgang Denk <wd@denx.de>
45013
45014 commit 3eec160a3a405b29ce9c06920f6427b9047dd8a8
45015 Author: Victor Gallardo <vgallardo@amcc.com>
45016 Date:   Tue Sep 16 06:59:13 2008 -0700
45017
45018     ppc4xx: Fix DDR2 auto calibration on Kilauea 600MHz (200MHz PLB)
45019
45020     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
45021     Signed-off-by: Adam Graham <agraham@amcc.com>
45022     Signed-off-by: Stefan Roese <sr@denx.de>
45023
45024 commit ce47eb402c5e29a025399dc282246414fc492940
45025 Author: Peter Tyser <ptyser@xes-inc.com>
45026 Date:   Tue Sep 16 10:04:47 2008 -0500
45027
45028     Support for multiple SGMII/TBI interfaces for TSEC ethernet
45029
45030     Fix TBI PHY accesses to use the proper offset in CPU register space. The
45031     previous code would incorrectly access the TBI PHY by reading/writing to CPU
45032     register space at the same location as would be used to access external PHYs.
45033
45034     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
45035     Acked-by: Andy Fleming <afleming@freescale.com>
45036
45037 commit 7c803be2eb3cae245dedda438776e08fb122250f
45038 Author: Wolfgang Denk <wd@denx.de>
45039 Date:   Tue Sep 16 18:02:19 2008 +0200
45040
45041     TQM8xx: Fix CFI flash driver support for all TQM8xx based boards
45042
45043     After switching to using the CFI flash driver, the correct remapping
45044     of the flash banks was forgotten.
45045
45046     Also, some boards were not adapted, and the old legacy flash driver
45047     was not removed yet.
45048
45049     Signed-off-by: Wolfgang Denk <wd@denx.de>
45050
45051 commit c0d2f87d6c450128b88e73eea715fa3654f65b6c
45052 Author: Wolfgang Denk <wd@denx.de>
45053 Date:   Sun Sep 14 00:59:35 2008 +0200
45054
45055     Prepare v2008.10-rc2
45056
45057     Signed-off-by: Wolfgang Denk <wd@denx.de>
45058
45059 commit f12e4549b6fb01cd2654348af95a3c7a6ac161e7
45060 Author: Wolfgang Denk <wd@denx.de>
45061 Date:   Sat Sep 13 02:23:05 2008 +0200
45062
45063     Coding style cleanup, update CHANGELOG
45064
45065     Signed-off-by: Wolfgang Denk <wd@denx.de>
45066
45067 commit 0c32565f536609d78feef35c88bbc39d3ac53a73
45068 Author: Peter Tyser <ptyser@xes-inc.com>
45069 Date:   Wed Sep 10 09:18:34 2008 -0500
45070
45071     Update mailing list email and archive addresses
45072
45073     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
45074
45075 commit fb661ea444ae61de60520f66ae84cdb5dd5a3246
45076 Author: u-boot@bugs.denx.de <u-boot@bugs.denx.de>
45077 Date:   Thu Sep 11 15:40:01 2008 +0200
45078
45079     85xx: socrates: autoprobe Lime chip
45080
45081     This patch is an attempt to implement autoprobing for the Lime
45082     presence on the bus.
45083     Configure GPCM for Lime CS2 and try to access chip ID registers.
45084     Second read atempt delivers register values if the chip is present.
45085
45086     Signed-off-by: Anatolij Gustschin <agust@denx.de>
45087
45088 commit e99b607a5ec56ce66e0bcccb78480d5e16fb7bc5
45089 Author: u-boot@bugs.denx.de <u-boot@bugs.denx.de>
45090 Date:   Thu Sep 11 15:40:01 2008 +0200
45091
45092     85xx: socrates: Add support for new image format.
45093
45094     Signed-off-by: Detlev Zundel <dzu@denx.de>
45095
45096 commit 3c094b652d4107b34641f300a8e9fe16ca15e3d8
45097 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
45098 Date:   Thu Sep 11 17:28:18 2008 +0900
45099
45100     sh: Fix compile error for r2dplus
45101
45102     netdev.h was not include by r2dplus.
45103
45104     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
45105
45106 commit 56844a22b76c719e600047e23b80465a44d76abd
45107 Author: Heiko Schocher <hs@denx.de>
45108 Date:   Thu Sep 11 08:11:23 2008 +0200
45109
45110     powerpc: Fix bootm to boot up again with a Ramdisk
45111
45112     Commit 2a1a2cb6 didnt remove the dummy mem reservation in fdt_chosen,
45113     and this stopped Linux from booting with a Ramdisk. This patch fixes
45114     this, by deleting the useless dummy mem reservation.
45115
45116     When booting with a Ramdisk, a fix offset FDT_RAMDISK_OVERHEAD is now
45117     added to of_size, so we dont need anymore a dummy mem reservation.
45118
45119     I measured the value of FDT_RAMDISK_OVERHEAD on a MPC8270 based
45120     system (=0x44 bytes) and rounded it up to 0x80).
45121
45122     Signed-off-by: Heiko Schocher <hs@denx.de>
45123     Acked-by: Kumar Gala <galak@kernel.crashing.org>
45124
45125 commit fc9c1727b5b3483ce49c3cb668e8332fb001b8a7
45126 Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
45127 Date:   Mon Sep 8 02:46:13 2008 +0200
45128
45129     Add support for LZMA uncompression algorithm.
45130
45131     Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
45132     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45133
45134 commit 0008b6d968160abe2bfd936493f3a516a7c8da20
45135 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
45136 Date:   Fri Jun 27 23:04:20 2008 +0400
45137
45138     fsl_elbc_nand: ecclayout cleanups
45139
45140     This patch deletes oobavail assignments, they're calculated by the nand
45141     core code in nand_scan_tail, plus current oobavail values are wrong for
45142     the LP NANDs.
45143
45144     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
45145     Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
45146     Signed-off-by: Scott Wood <scottwood@freescale.com>
45147
45148 commit 8f42bf1c393d53a70c2545e9f329d11c46d74794
45149 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
45150 Date:   Fri Jun 27 23:04:13 2008 +0400
45151
45152     fsl_elbc_nand: implement support for flash-based BBT
45153
45154     This patch implements support for flash-based BBT for chips working
45155     through ELBC NAND controller, so that NAND core will not have to re-scan
45156     for bad blocks on every boot.
45157
45158     Because ELBC controller may provide HW-generated ECCs we should adjust
45159     bbt pattern and bbt version positions in the OOB free area.
45160
45161     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
45162     Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
45163     Signed-off-by: Scott Wood <scottwood@freescale.com>
45164
45165 commit 97ae023648e764f794ffb9c52da109d6caf09c47
45166 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
45167 Date:   Fri Jun 27 23:04:04 2008 +0400
45168
45169     fsl_elbc_nand: fix OOB workability for large page NAND chips
45170
45171     For large page chips, nand_bbt is looking into OOB area, and checking
45172     for "0xff 0xff" pattern at OOB offset 0. That is, two bytes should be
45173     reserved for bbt means.
45174
45175     But ELBC driver is specifying ecclayout so that oobfree area starts at
45176     offset 1, so only one byte left for the bbt purposes.
45177
45178     This causes problems with any OOB users, namely JFFS2: after first mount
45179     JFFS2 will fill all OOBs with "erased marker", so OOBs will contain:
45180
45181       OOB Data: ff 19 85 20 03 00 ff ff ff 00 00 08 ff ff ff ff
45182       OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
45183       OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
45184       OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
45185
45186     And on the next boot, NAND core will rescan for bad blocks, then will
45187     see "0xff 0x19" pattern, and will mark all blocks as bad ones.
45188
45189     To fix the issue we should implement our own bad block pattern: just one
45190     byte at OOB start. Though, this will work only for x8 chips. For x16
45191     chips two bytes must be checked. Since ELBC driver does not support x16
45192     NANDs (yet), we're safe for now.
45193
45194     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
45195     Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
45196     Signed-off-by: Scott Wood <scottwood@freescale.com>
45197
45198 commit 7238ada313057a85409485b8ee21515dc10c07a5
45199 Author: Wolfgang Denk <wd@denx.de>
45200 Date:   Fri Sep 12 13:52:21 2008 +0200
45201
45202     MPC512x: reduce timeout waiting for Ethernet autonegotiation to 2.5s
45203
45204     Signed-off-by: Wolfgang Denk <wd@denx.de>
45205
45206 commit b18410e508a12ba0a177dfc2a386857c806fa96d
45207 Author: Stefan Roese <sr@denx.de>
45208 Date:   Thu Sep 11 13:05:56 2008 +0200
45209
45210     ppc4xx: Enable device tree (FDT) support in zeus board port
45211
45212     Signed-off-by: Stefan Roese <sr@denx.de>
45213
45214 commit 7bf5ecfa50722a9feb45ea8f04da75f5d406f20b
45215 Author: Stefan Roese <sr@denx.de>
45216 Date:   Wed Sep 10 16:53:47 2008 +0200
45217
45218     ppc4xx: Fix SDRAM inititialization of multiple 405 based board ports
45219
45220     This patch fixes a problem introdiced with patch
45221     bbeff30c [ppc4xx: Remove superfluous dram_init() call or replace it by
45222     initdram()].
45223
45224     The boards affected are:
45225     - PCI405
45226     - PPChameleonEVB
45227     - quad100hd
45228     - taihu
45229     - zeus
45230
45231     Signed-off-by: Stefan Roese <sr@denx.de>
45232
45233 commit 61737c59a3285f6fadf96a5836879898c04ec28d
45234 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
45235 Date:   Thu Sep 11 19:41:26 2008 -0400
45236
45237     ppc4xx: Add .gitignore file to xilinx-ppc440 boards
45238
45239     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
45240     Signed-off-by: Stefan Roese <sr@denx.de>
45241
45242 commit 2bec498ed1164a58cd8437b561bdc4551d69f9bf
45243 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
45244 Date:   Thu Sep 11 19:41:25 2008 -0400
45245
45246     ppc4xx: Fix compilation of v5fx30teval_flash
45247
45248     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
45249     Signed-off-by: Stefan Roese <sr@denx.de>
45250
45251 commit 4bed9deebbd7ee6f0ba746b44d47a922156f7404
45252 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
45253 Date:   Wed Sep 10 17:44:30 2008 -0400
45254
45255     ppc4xx: Fix in-tree build for ppc440-generic boards
45256
45257     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
45258     Signed-off-by: Stefan Roese <sr@denx.de>
45259
45260 commit 06c4ab50f5ccfb55ea2dd324aa28b2b06102e416
45261 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45262 Date:   Fri Sep 12 02:20:47 2008 +0200
45263
45264     ARM: synchronize mach-types.h with linux 2.6.27-rc6
45265
45266     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45267
45268 commit 3ee9f03f588ad605e3fd10530237f9e3e2e7ab4c
45269 Author: Jens Scharsig <esw@bus-elektronik.de>
45270 Date:   Fri Sep 12 02:20:47 2008 +0200
45271
45272     at91rm9200: fix errors with CONFIG_CMD_I2C_TREE
45273
45274     This patch prevents linker error on AT91RM9200 boards, if
45275     CONFIG_CMD_I2_TREE is set.
45276     It implements i2c_set_bus_speed and i2c_get_bus_speed as a dummy function.
45277
45278     Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
45279
45280 commit b5b0344957d32e3d07a8dd72fce64fb48e680ba4
45281 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
45282 Date:   Fri Sep 12 02:20:47 2008 +0200
45283
45284     ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c
45285
45286     ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c
45287
45288     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
45289
45290 commit 03db53335c8eba656a7c44d1555b1a4514383e33
45291 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
45292 Date:   Fri Sep 12 02:20:46 2008 +0200
45293
45294     make: Remove redundant __ARM__ addition when cross-compiling on *BSD
45295
45296     __ARM__ is given by arm_config.mk automatically.
45297
45298     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
45299
45300 commit 8cc62a7d9c77f8ef5166fb57322c4a6ddac320b4
45301 Author: Claudio Scordino <claudio@evidence.eu.com>
45302 Date:   Fri Sep 12 02:20:46 2008 +0200
45303
45304     Fix MACH_TYPE for the AT91RM9200DK board.
45305
45306     Signed-off-by: Claudio Scordino <claudio@evidence.eu.com>
45307
45308 commit 274737e5eb25b2bcd3af3a96da923effd543284f
45309 Author: Andrew Dyer <adyer@righthandtech.com>
45310 Date:   Fri Sep 12 02:20:46 2008 +0200
45311
45312     i.mx change get_timer(base) to return time since base
45313
45314     This patch changes get_timer() for i.MX to return the time since
45315     'base' instead of the time since the counter was at zero.
45316
45317     Symptom seen is flash timeout errors when erasing or programming a
45318     sector using the common cfi flash code.
45319
45320     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
45321
45322 commit 48fed40575b3e8eae960eb0141509ddd9a73012a
45323 Author: Andrew Dyer <adyer@righthandtech.com>
45324 Date:   Fri Sep 12 02:20:46 2008 +0200
45325
45326     i.MX use u-boot baud rate and don't assume UART master clock
45327
45328     1) Change the i.MX serial driver to use the baud rate set in the
45329      u-boot environment
45330
45331     2) don't assume a 16MHz value for PERCLK1 in baud rate calculations
45332
45333     3) don't write a 1 to the RDR bit in the USR2 reg. (bit is not "write
45334      one to clear" like other status bits in the reg.)
45335
45336     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
45337
45338 commit 6e1551a870d360805b9d172dc56d935064abe71d
45339 Author: Andrew Dyer <adyer@righthandtech.com>
45340 Date:   Fri Sep 12 02:20:46 2008 +0200
45341
45342     arm920t fix constant error in start.S
45343
45344     Code in cpu/arm920t/start.S will die with a compilation error if
45345     CONFIG_STACKSIZE + CFG_MALLOC_LEN works out to an invalid constant for
45346     the ARM sub instruction.  Change the code so that each is subtracted
45347     independently to avoid the error.
45348
45349     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
45350
45351 commit b23253835f871cd9bd8e955b9a971d18a7d4ff56
45352 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
45353 Date:   Fri Sep 12 02:20:40 2008 +0200
45354
45355     ARM OMAP : Correct Invalid Timer Register Field Declaration in omap1510.h & omap730.h
45356
45357     - Correct Invalid #define of MPUTIM_PTV_MASK for
45358        omap1510 & omap730 register definition
45359
45360      MPUTIM_PTV_MASK is defined as
45361      #define MPUTIM_PTV_MASK            (0x7<<PTV_BIT)
45362
45363      while it should have been
45364      #define MPUTIM_PTV_MASK            (0x7<<MPUTIM_PTV_BIT)
45365
45366     - Below Patch corrects the same
45367
45368     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
45369
45370 commit c455d07396dddc9864fd8dbb965ee10fe95ce8cf
45371 Author: Adrian Filipi <adrian.filipi@eurotech.com>
45372 Date:   Fri Jul 18 11:52:02 2008 -0400
45373
45374     Set up SD/MMC OCR as comment describes. i.e. 3.2-3.4v.
45375
45376     Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
45377
45378 commit eb16135df20535b0d19969f50fb5bd17f95e9c25
45379 Author: Guennadi Liakhovetski <lg@denx.de>
45380 Date:   Thu Aug 28 12:25:11 2008 +0200
45381
45382     i.MX31: document timer precision option
45383
45384     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
45385
45386 commit 1a6337b01351b82a45b0defa76f08744511c580b
45387 Author: Magnus Lilja <lilja.magnus@gmail.com>
45388 Date:   Fri Aug 29 10:36:18 2008 +0200
45389
45390     i.MX31: Make the SPI bus and chip select configurable for MC13783
45391
45392     The i.MX31 has three SPI buses and each bus has several chip selects
45393     and the MC13783 chip can be connected to any of these. The current
45394     RTC driver for MC13783 is hardcoded for CSPI2/SS2.
45395
45396     This patch makes make MC13783 SPI bus and chip select configurable
45397     via CONFIG_MC13783_SPI_BUS and CONFIG_MC13783_SPI_CS.
45398
45399     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
45400
45401 commit 8c4ebec25b21e355b8488698ec1594da9701fff4
45402 Author: Magnus Lilja <lilja.magnus@gmail.com>
45403 Date:   Fri Aug 29 10:36:17 2008 +0200
45404
45405     i.MX31: Add reset_timer() and modify get_timer_masked().
45406
45407     This patch adds the reset_timer() function (needed by nand_base.c) and
45408     modifies the get_timer_masked() to work in the same way as the omap24xx
45409     function.
45410
45411     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
45412
45413 commit deeec4991a55de243787002ede24d2331d234fc8
45414 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45415 Date:   Wed Sep 10 22:48:09 2008 +0200
45416
45417     ap325rxa: remove duplicate CONFIG_FLASH_CFI_DRIVER
45418
45419     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45420
45421 commit a3a08c0cedd329edf5256e1d6b2bad0fca002725
45422 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45423 Date:   Wed Sep 10 22:48:09 2008 +0200
45424
45425     bootm arm/avr32/blackfin/microblaze/nios2/sh: remove no more need 'error' label
45426
45427     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45428
45429 commit 0e8d158664a913392cb01fb11a948d83f72e105e
45430 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45431 Date:   Wed Sep 10 22:48:06 2008 +0200
45432
45433     rename CFG_ENV macros to CONFIG_ENV
45434
45435     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45436
45437 commit 1ede78710c3bf9ad6f4a53aaddc3bcc86fedd9df
45438 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45439 Date:   Wed Sep 10 22:48:05 2008 +0200
45440
45441     nvedit: rename error comment to CONFIG_ENV_IS_IN_
45442
45443     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45444
45445 commit b64b775e7546ed138df360ceb3a71ee358cb9a01
45446 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45447 Date:   Wed Sep 10 22:48:05 2008 +0200
45448
45449     cmd_mem: Move conditional compilation to Makefile
45450
45451     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45452
45453 commit 8a40fb148efa442d6526eac46a2001e4c64d28ff
45454 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45455 Date:   Wed Sep 10 22:48:05 2008 +0200
45456
45457     move cmd_get_data_size to command.c
45458
45459     add CMD_DATA_SIZE macro to enable it
45460
45461     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45462
45463 commit 507641d2491980531932b9f25dab37fe5e6c3a1a
45464 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45465 Date:   Wed Sep 10 22:48:04 2008 +0200
45466
45467     env_flash: Move conditional compilation to Makefile
45468
45469     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45470
45471 commit 5a1aceb0689e2f731491838970884a673ef7e7d3
45472 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45473 Date:   Wed Sep 10 22:48:04 2008 +0200
45474
45475     rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH
45476
45477     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45478
45479 commit 7d9b5bae5ba558c7464d89d033aca04acaf01172
45480 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45481 Date:   Wed Sep 10 22:48:03 2008 +0200
45482
45483     cleanup use of CFG_ENV_IS_IN_FLASH
45484
45485     - #if CFG_ENV_IS_IN_FLASH
45486     - #if (CFG_ENV_IS_IN_FLASH == 1)
45487     - #define CFG_ENV_IS_IN_FLASH 0
45488
45489     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45490
45491 commit 0cf4fd3cf8d0e00605bec5fc56f89c6415015a46
45492 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45493 Date:   Wed Sep 10 22:48:01 2008 +0200
45494
45495     rename environment.c in env_embedded.c to reflect is functionality
45496
45497     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45498
45499 commit c0878af6e32f0fd8e13a6ca315b9add64441115a
45500 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45501 Date:   Wed Sep 10 22:48:01 2008 +0200
45502
45503     env_nowhere: Move conditional compilation to Makefile
45504
45505     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45506
45507 commit 93f6d72544da4510a146bc4c93d609b0116cde37
45508 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45509 Date:   Wed Sep 10 22:48:00 2008 +0200
45510
45511     rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE
45512
45513     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45514
45515 commit 2556ef78113b5f089dfcac5da90bf31dd568397b
45516 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45517 Date:   Wed Sep 10 22:48:00 2008 +0200
45518
45519     env_sf: Move conditional compilation to Makefile
45520
45521     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45522
45523 commit 0b5099a8419bf9c828df5e3e2c6878dc300d98e3
45524 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45525 Date:   Wed Sep 10 22:48:00 2008 +0200
45526
45527     rename CFG_ENV_IS_IN_SPI_FLASH in CONFIG_ENV_IS_IN_SPI_FLASH
45528
45529     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45530
45531 commit 55c5f49910ec8225347aa1d211352a84de6649b4
45532 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45533 Date:   Wed Sep 10 22:48:00 2008 +0200
45534
45535     env_onenand: Move conditional compilation to Makefile
45536
45537     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45538
45539 commit 9656138ff1a34d4c4768db6b490deffc40ee674b
45540 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45541 Date:   Wed Sep 10 22:47:59 2008 +0200
45542
45543     rename CFG_ENV_IS_IN_ONENAND in CONFIG_ENV_IS_IN_ONENAND
45544
45545     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45546
45547 commit 957a0e69575683efd70ace147746bbb3d8e7c501
45548 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45549 Date:   Wed Sep 10 22:47:59 2008 +0200
45550
45551     env_nvram: Move conditional compilation to Makefile
45552
45553     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45554
45555 commit 9314cee6917444ab88bd4e758da7a30975120187
45556 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45557 Date:   Wed Sep 10 22:47:59 2008 +0200
45558
45559     rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAM
45560
45561     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45562
45563 commit 06f61354397911a4c121dfa51b6ccbf7e300d48b
45564 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45565 Date:   Wed Sep 10 22:47:59 2008 +0200
45566
45567     env_nand: Move conditional compilation to Makefile
45568
45569     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45570
45571 commit 51bfee192099206a4397f15f3b93516e01f58ab0
45572 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45573 Date:   Wed Sep 10 22:47:58 2008 +0200
45574
45575     rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NAND
45576
45577     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45578
45579 commit d8cc04d0ac9c7c0d12454708aaf5489f8532bbf9
45580 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45581 Date:   Wed Sep 10 22:47:58 2008 +0200
45582
45583     env_dataflash: Move conditional compilation to Makefile
45584
45585     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45586
45587 commit 057c849c45b9ee19df8ff3acdeee66be52819962
45588 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45589 Date:   Wed Sep 10 22:47:58 2008 +0200
45590
45591     rename CFG_ENV_IS_IN_DATAFLASH in CONFIG_ENV_IS_IN_DATAFLASH
45592
45593     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45594
45595 commit d1034bc8db60fa6bd419328baf6a75cb0645cee8
45596 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45597 Date:   Wed Sep 10 22:47:52 2008 +0200
45598
45599     cmd_eeprom: Move conditional compilation to Makefile
45600
45601     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45602
45603 commit bf5a7710ec70e90e98f451b4ba0eb65f9ffc34eb
45604 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45605 Date:   Fri Sep 5 09:19:54 2008 +0200
45606
45607     env_eeprom: Move conditional compilation to Makefile
45608
45609     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45610
45611 commit bb1f8b4f8bb0bfce52e0faa4637b975b745824b3
45612 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45613 Date:   Fri Sep 5 09:19:30 2008 +0200
45614
45615     rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROM
45616
45617     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45618
45619 commit 32628c5008105a732212003d83b75f05e5243bb2
45620 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45621 Date:   Sat Aug 30 23:54:58 2008 +0200
45622
45623     cmd_mac: Move conditional compilation to Makefile
45624
45625     finish remaning CFG_ID_EEPROM in CONFIG_ID_EEPROM
45626     start in commit ad8f8687b78c3e917b173f038926695383c55555
45627
45628     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45629
45630 commit e5648acab153f0f429bfc714902c5aaa7879f71b
45631 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45632 Date:   Sat Aug 30 23:47:41 2008 +0200
45633
45634     cmd_fdc: Move conditional compilation to Makefile
45635
45636     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45637
45638 commit 2d02d91d530e831f2dab228085963fc1d5b71cb0
45639 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45640 Date:   Sat Aug 30 23:47:38 2008 +0200
45641
45642     common/Makefile: add core command section
45643
45644     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45645
45646 commit 0d92d4a699fb1a39381d98571dc51fb97e5bcf9e
45647 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45648 Date:   Sat Aug 30 23:29:57 2008 +0200
45649
45650     cmd_vfd: Move conditional compilation to Makefile
45651
45652     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45653
45654 commit 6644641d072aee3087da129d8443187196a4d8a9
45655 Author: Scott Wood <scottwood@freescale.com>
45656 Date:   Wed Sep 10 11:48:49 2008 -0500
45657
45658     delta, zylonite: Update nand_oobinfo to nand_ecclayout.
45659
45660     This is part of the switch to newer upstream MTD code.
45661
45662     Signed-off-by: Scott Wood <scottwood@freescale.com>
45663
45664 commit 9b05aa788bfdd3264ff1bc9418cb19550a7234e4
45665 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
45666 Date:   Sat Aug 30 17:06:55 2008 -0400
45667
45668     ARM DaVinci: Fix broken HW ECC for large page NAND.
45669
45670     Based on original patch by Bernard Blackham <bernard@largestprime.net>
45671
45672     U-boot's HW ECC support for large page NAND on Davinci is completely
45673     broken.  Some kernels, such as the 2.6.10 one supported by
45674     MontaVista for DaVinci, rely upon this broken behaviour as they
45675     share the same code for ECCs. In the existing scheme, error
45676     detection *might* work on large page, but error correction
45677     definitely does not.  Small page ECC correction works, but the
45678     format is not compatible with the mainline git kernel.
45679
45680     This patch adds ECC code that matches what is currently in the
45681     Davinci git repository (since NAND support was added in 2.6.24).
45682     This makes the ECC and OOB layout written by u-boot compatible with
45683     Linux for both small page and large page devices and fixes ECC
45684     correction for large page devices.
45685
45686     The old behaviour can be restored by defining the macro
45687     CFG_DAVINCI_BROKEN_ECC, which is undefined by default.
45688
45689     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
45690     Acked-by: Sergey Kubushyn <ksi@koi8.net>
45691     Signed-off-by: Scott Wood <scottwood@freescale.com>
45692
45693 commit 0b7c5639891f4103a0e31ec7ae0beb3e97ed3836
45694 Author: Heiko Schocher <hs@denx.de>
45695 Date:   Wed Sep 10 11:15:28 2008 +0200
45696
45697     muas3001: update BR4 settings
45698
45699     Also set up the port pins for using I2C.
45700
45701     Signed-off-by: Heiko Schocher <hs@denx.de>
45702
45703 commit 3591293509e0c0bcf244b0f974775bff2e25697e
45704 Author: Petri Lehtinen <petri.lehtinen@inoi.fi>
45705 Date:   Wed Sep 10 09:43:49 2008 +0300
45706
45707     autoscr: Fix one-character lines and non-newline terminated scripts
45708
45709     When not using hush, the autoscr command now executes lines that are
45710     only one character long. It also runs the last line of scripts even if
45711     it does not end in a newline.
45712
45713     Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi>
45714
45715 commit 9ebbb54f7a25055010fa6668eba40c72a4c4f985
45716 Author: Victor Gallardo <vgallardo@amcc.com>
45717 Date:   Tue Sep 9 15:13:29 2008 -0700
45718
45719     ppc4xx: Allow DTT_I2C_DEV_CODE configured by CFG_I2C_DTT_ADDR
45720
45721     On AMCC Arches board DTT_I2C_DEV_CODE is different then canyonlands
45722     and glacier.
45723
45724     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
45725
45726 commit 245f6ef3e11828cb46188e396fb1e67f7b07cd03
45727 Author: Heiko Schocher <hs@denx.de>
45728 Date:   Mon Sep 8 10:21:11 2008 +0200
45729
45730     muas3001: added support for the LM75 sensor.
45731
45732     Signed-off-by: Heiko Schocher <hs@denx.de>
45733
45734 commit 4a02a2dca82aeab8f839db9dd35fda9d5412dacb
45735 Author: Heiko Schocher <hs@denx.de>
45736 Date:   Mon Sep 8 10:20:19 2008 +0200
45737
45738     muas3001: activate WDT for the muas3001 board.
45739
45740     Signed-off-by: Heiko Schocher <hs@denx.de>
45741
45742 commit a55d074dac24dc941f1afb5b4e94b1509bfdda4e
45743 Author: Heiko Schocher <hs@denx.de>
45744 Date:   Mon Sep 8 10:19:36 2008 +0200
45745
45746     muas3001: added 64MB SDRAM autodetection.
45747
45748     Signed-off-by: Heiko Schocher <hs@denx.de>
45749
45750 commit 5251469943895de4bb9a04d5053352cc22acb7d5
45751 Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
45752 Date:   Thu Aug 21 07:12:26 2008 -0700
45753
45754     Fix printf errors under -DDEBUG
45755
45756     Fix printf format-string/arg mismatches under -DDEBUG.
45757
45758     These warnings occur with DEBUG defined for a platform using
45759     cpu/mpc85xx.  Users of other architectures can unearth similar
45760     problems by adding the line "CFLAGS += -DDEBUG=1" in config.mk right
45761     after "CFLAGS += $(call cc-option,-fno-stack-protector)".
45762
45763     Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
45764     Signed-off-by: Andy Fleming <afleming@freescale.com>
45765
45766 commit 8b9e4787641719d709bfa2ebeb72e8bd4952bee7
45767 Author: Wolfgang Denk <wd@denx.de>
45768 Date:   Tue Sep 9 23:55:18 2008 +0200
45769
45770     Update CHANGELOG, prepare 2008-10-rc1 release
45771
45772     Signed-off-by: Wolfgang Denk <wd@denx.de>
45773
45774 commit e0ff3d350d6b7960deb5a881dfc5acf3a63ef676
45775 Author: Kumar Gala <galak@kernel.crashing.org>
45776 Date:   Mon Sep 8 08:51:29 2008 -0500
45777
45778     85xx: Ensure timebase is zero on secondary cores
45779
45780     The e500um says the timebase is volatile out of reset.  To ensure
45781     TB sync works we need to make sure its zero.
45782
45783     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
45784
45785 commit 54b4ab3c961a2012a1c2a09c259a6343323ec551
45786 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45787 Date:   Tue Sep 9 22:18:24 2008 +0200
45788
45789     bootm_load_os: fix load_end debug message
45790
45791     print load_end value not pointer
45792
45793     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45794
45795 commit 1d9af0be764960e6cc1c093e97176c3542796820
45796 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45797 Date:   Tue Sep 9 22:18:23 2008 +0200
45798
45799     bootm: enable fdt support only on ppc, m68k and sparc
45800
45801     ...as done in image.c
45802
45803     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45804
45805 commit 748b5274e76f81df85cfcffaffedc323678d0623
45806 Author: Markus Heidelberg <markus.heidelberg@web.de>
45807 Date:   Tue Sep 9 18:51:05 2008 +0200
45808
45809     common/cmd_mem.c: remove nested #if defined(CONFIG_CMD_MEMORY)
45810
45811     Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
45812
45813 commit 650632fe4ca09cfd0e5e6a593f2efc02ef87a58c
45814 Author: Markus Heidelberg <markus.heidelberg@web.de>
45815 Date:   Tue Sep 9 17:31:46 2008 +0200
45816
45817     gitignore: add tags files and Vim swap file
45818
45819     Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
45820
45821 commit 1d9b67b23fca6a25154333733204339802510720
45822 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
45823 Date:   Tue Sep 9 17:52:47 2008 +0900
45824
45825     add board_eth_init() for sh7785lcr board
45826
45827     Fix the problem that cannot work RTL8169 on sh7785lcr board.
45828
45829     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
45830
45831 commit 7b7a869a8ba3bd6d9bffb748c91232141330f514
45832 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
45833 Date:   Wed Aug 6 16:08:41 2008 -0500
45834
45835     mtd: SPI Flash: Support the STMicro Flash
45836
45837     Add MTD SPI Flash support for M25P16, M25P20, M25P32,
45838     M25P40, M25P64, M25P80, M25P128.
45839
45840     Signed-off-by: Jason McMullan <mcmullan@netapp.com>
45841     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
45842
45843 commit 4bc07c368076560ed7fa4c9f987c71a8521488a9
45844 Author: Wolfgang Denk <wd@denx.de>
45845 Date:   Tue Sep 9 17:55:31 2008 +0200
45846
45847     trab: fix build problem after change to use do_div()
45848
45849     We must link with libgeneric now.
45850
45851     Signed-off-by: Wolfgang Denk <wd@denx.de>
45852
45853 commit 3b20fd83c73c22acfcb0c6663be747bd5c8b7011
45854 Author: Ryan CHEN <ryan.chen@st.com>
45855 Date:   Wed Aug 20 13:00:17 2008 -0400
45856
45857     Correct drv_usb_kbd_init function
45858
45859     The patch is that check if usb_get_dev_index() function return valid
45860     pointer. If valid, continue. Otherwise return -1.
45861
45862     Signed-off-by: Ryan Chen <ryan.chen@st.com>
45863     Acked-by: Markus Klotzbuecher <mk@denx.de>
45864
45865 commit eba1f2fc75f128a9a6c1328d786996a93fd7a707
45866 Author: Remy Bohmer <linux@bohmer.net>
45867 Date:   Wed Aug 20 11:22:02 2008 +0200
45868
45869     Make usb-stop() safe to call multiple times in a row.
45870
45871     A recent commit (936897d4d1365452bbbdf8430db5e7769ef08d38)
45872     enabled the usb_stop() command in common/cmd_bootm.c which was
45873     not enabled for some time, because no board did actually set the
45874     CFG_CMD_USB flag. So, now the usb_stop() is executed before
45875     loading the linux kernel.
45876
45877     However, the usb_ohci driver hangs up (at least on AT91SAM) if the
45878     driver is stopped twice (e.g. the peripheral clock is stopped on AT91).
45879     If some other piece of code calls usb_stop() before the bootm command,
45880     this command will hangup the system during boot.
45881     (usb start and stop is typically used while booting from usb memory stick)
45882
45883     But, stopping the usb stack twice is useless anyway, and a flag already
45884     existed that kept track on the usb_init()/usb_stop() calls.
45885     So, we now check if the usb stack is really started before we stop it.
45886
45887     This problem is now fixed in both the upper as low-level layer.
45888
45889     Signed-off-by: Remy Bohmer <linux@bohmer.net>
45890     Acked-by: Markus Klotzbuecher <mk@denx.de>
45891
45892 commit 2c8ccf2728f5e67d991cecf76c4057db75a87b67
45893 Author: Wolfgang Denk <wd@denx.de>
45894 Date:   Tue Sep 9 16:55:47 2008 +0200
45895
45896     Makefile: fix bug introduced by commit 47ffd6c2
45897
45898 commit 880f6a5d7596f42db5ff8803b797b78ec5b146e0
45899 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
45900 Date:   Tue Sep 9 10:00:33 2008 -0400
45901
45902     ppc4xx: ppc440-generic-ALL: Fix out of tree build v2
45903
45904     This patch solves the problems compiling ml507, v5fx30teval and
45905     ppc440-generic out of tree.
45906
45907     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
45908
45909 commit 47bebe34ca4e33bab0e822e4ceebbec2590ccbcb
45910 Author: Nícolas Carneiro Lebedenco <nicolas.lebedenco@tasksistemas.com.br>
45911 Date:   Thu Sep 4 15:35:46 2008 -0300
45912
45913     Fix dev_print when called from usb_stor_info (usb storage command)
45914
45915     Fix output of the usb storage command. It was printing "Device 0: not
45916     available" because IF_TYPE_USB was not included into the switch
45917     statement.
45918
45919     Signed-off-by: Nicolas Lebedenco <nicolas.lebedenco@tasksistemas.com.br>
45920
45921 commit a4f243452cc8ce0c2c9b51a2520db4bde5f472de
45922 Author: Bartlomiej Sieka <tur@semihalf.com>
45923 Date:   Tue Sep 9 12:58:16 2008 +0200
45924
45925     FIT: make iminfo check hashes of all images in FIT, return 1 on failed check
45926
45927     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
45928
45929 commit 919f550dc11a13abf01c6bc713c968de790b8d7c
45930 Author: Bartlomiej Sieka <tur@semihalf.com>
45931 Date:   Tue Sep 9 12:58:15 2008 +0200
45932
45933     FIT: add ability to check hashes of all images in FIT, improve output
45934
45935     - add function fit_all_image_check_hashes() that verifies if all
45936       hashes of all images in the FIT are valid
45937     - improve output of fit_image_check_hashes() when the hash check fails
45938
45939     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
45940
45941 commit 1de1fa408967cef6804bb046b904114519bb36f0
45942 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45943 Date:   Mon Sep 8 20:54:39 2008 +0200
45944
45945     qemu_mips: Update linux bootm to support dynamic cmdline
45946
45947     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45948
45949 commit f5ed9e39088ecfa5a5f3ef47b08e5bda7890d764
45950 Author: Peter Tyser <ptyser@xes-inc.com>
45951 Date:   Mon Sep 8 14:56:49 2008 -0500
45952
45953     Add support for booting of INTEGRITY operating system uImages
45954
45955     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
45956
45957 commit 72f1b65f1b68bc6ed0d182eda1f3d6cf51b6414a
45958 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45959 Date:   Mon Sep 8 21:01:29 2008 +0200
45960
45961     mips/bootm: Fix typo in commit c4f9419c, "initrd_start" replaced by "images->rd_start"
45962
45963     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
45964
45965 commit 9ba2e2c8191353d75b2d535e672a125be7b84c03
45966 Author: Kumar Gala <galak@kernel.crashing.org>
45967 Date:   Mon Sep 8 13:57:12 2008 -0500
45968
45969     Remove support for booting ARTOS images
45970
45971     Pantelis Antoniou stated:
45972         AFAIK, it is still used but the products using PPC are long gone.
45973         Nuke it plz (from orbit).
45974
45975     So remove it since it cleans up a usage of env_get_char outside of
45976     the environment code.
45977
45978     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
45979
45980 commit 47ffd6c2fc72b46daa9d5d59eedb894fab2b7ee1
45981 Author: Wolfgang Denk <wd@denx.de>
45982 Date:   Tue Sep 9 15:45:18 2008 +0200
45983
45984     Makefile: compile and link each module just once
45985
45986     Several source files need to be compiled and linked when one or more
45987     config options are selected. To allow for easy selection in the
45988     Makefiles yet to avoild multiple compilation (which costs build time)
45989     and especially multiple linking (which causes errors), we use
45990     "COBJS = $(sort COBJS-y)" which eliminates duplicates.
45991
45992     By courtesy of Detlev Zundel who suggested this approach.
45993
45994     Signed-off-by: Wolfgang Denk <wd@denx.de>
45995
45996 commit 48d0192fe869948fef14b460b5f0c85bca933693
45997 Author: Andreas Engel <andreas.engel@ericsson.com>
45998 Date:   Mon Sep 8 14:30:53 2008 +0200
45999
46000     Moved conditional compile into Makefile
46001
46002     Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
46003
46004 commit 20c9226cb8cab08a111ee73db04e62d943ee0c97
46005 Author: Andreas Engel <andreas.engel@ericsson.com>
46006 Date:   Mon Sep 8 10:17:31 2008 +0200
46007
46008     Merged serial_pl010.c and serial_pl011.c.
46009
46010     They only differ in the init function.
46011     This also adds the missing watchdog support for the PL011.
46012
46013     Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
46014
46015 commit 0817d688f307ee2c0598e79175c94a40ce90337b
46016 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
46017 Date:   Sun Sep 7 17:10:27 2008 -0400
46018
46019     Remove gap fill in srec object v2
46020
46021     SREC files do not need gap fill: The load address is specified in the
46022     file. On the other hand, it can't be avoided in a .bin object. It has
46023     no information about memory location.
46024
46025     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
46026
46027 commit 1dc306931ca5ce87f13916fa7165b052d3aa714f
46028 Author: Markus Heidelberg <markus.heidelberg@web.de>
46029 Date:   Sun Sep 7 20:18:27 2008 +0200
46030
46031     README: fix missing subdirectory in the documentation
46032
46033     Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
46034
46035 commit 3ef96ded38a8d33b58b9fab9cd879d51ddac4cbd
46036 Author: Graeme Russ <graeme.russ@gmail.com>
46037 Date:   Sun Sep 7 07:08:42 2008 +1000
46038
46039     Update i386 code (sc520_cdp)
46040
46041     Attempt to bring i386 / sc520 inline with master
46042
46043     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
46044
46045 commit 5608692104efa8d56df803dc79ea41ac3607eee5
46046 Author: Guennadi Liakhovetski <lg@denx.de>
46047 Date:   Thu Sep 4 13:01:49 2008 +0200
46048
46049     fw_env: add NAND support
46050
46051     Add support for environment in NAND with automatic NOR / NAND recognition,
46052     including unaligned environment, bad-block skipping, redundant environment
46053     copy.
46054
46055     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
46056
46057 commit dd794323a2a1ed6a8a5df51785c31bcde60ad7ca
46058 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46059 Date:   Tue Sep 9 09:50:24 2008 +0200
46060
46061     ppc4xx: Fix out-of-tree building of CPCI405 variants
46062
46063     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46064     Acked-by: Stefan Roese <sr@denx.de>
46065
46066 commit 59f630588e3fdbd698a0a2798e52a8924e899563
46067 Author: Sergei Poselenov <sposelenov@emcraft.com>
46068 Date:   Fri Aug 15 15:42:11 2008 +0200
46069
46070     Removed hardcoded MxMR loop value from upmconfig() for MPC85xx.
46071
46072     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
46073
46074 commit e64987a892353f3d49eb242d997820ef8f538912
46075 Author: Anatolij Gustschin <agust@denx.de>
46076 Date:   Fri Aug 15 15:42:13 2008 +0200
46077
46078     85xx: socrates: Enable Lime support.
46079
46080     This patch adds Lime GDC support together with support for the PWM
46081     backlight control through the w83782d chip.  The reset pin of the
46082     latter is attached to GPIO, so we need to reset it in
46083     early_board_init_r.
46084
46085     Signed-off-by: Anatolij Gustschin <agust@denx.de>
46086
46087 commit 3e79b588b5199f35016f178fc0d5d1266382097f
46088 Author: Detlev Zundel <dzu@denx.de>
46089 Date:   Fri Aug 15 15:42:12 2008 +0200
46090
46091     85xx: Socrates: Major code update.
46092
46093     - Update the local bus ranges in the FDT for Linux for the various
46094       devices connected to the local bus via chip-select.
46095
46096     - Set the LCRR_DBYP bit in the LCRR for local bus frequencies
46097       lower than 66 MHz and uses I/O accessor functions consequently.
46098
46099     - UPM data update.
46100
46101     - Update of default environment and configuration.  Use I2C multibus
46102       as we do have two I2C buses.  Also enable sdram and ext2 commands.
46103
46104     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
46105     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
46106     Signed-off-by: Detlev Zundel <dzu@denx.de>
46107
46108 commit e8d18541c6ceab821f75faab031740b33fdbfa4b
46109 Author: Timur Tabi <timur@freescale.com>
46110 Date:   Fri Jul 18 16:52:23 2008 +0200
46111
46112     Update Freescale 85xx boards to sys_eeprom.c
46113
46114     The new sys_eeprom.c supports both the old CCID EEPROM format and the new NXID
46115     format, and so it obsoletes board/freescale/common/cds_eeprom.c.  Freescale
46116     86xx boards already use sys_eeprom.c, so this patch migrates the remaining
46117     Freescale 85xx boards to use it as well.  cds_eeprom.c is deleted.
46118
46119     Signed-off-by: Timur Tabi <timur@freescale.com>
46120
46121 commit aab2bf0202c86227e3dcc8a5b58946087ebcc1af
46122 Author: Wolfgang Denk <wd@denx.de>
46123 Date:   Tue Sep 9 10:08:02 2008 +0200
46124
46125     lib_ppc/interrupts.c: make board_show_activity() a weak function
46126
46127     This allows to use show_activity() without having to
46128     define an empty board_show_activity() function.
46129
46130     Signed-off-by: Wolfgang Denk <wd@denx.de>
46131
46132 commit fe876787f8743883ce58fed61525eaa2f34da4c5
46133 Author: Wolfgang Denk <wd@denx.de>
46134 Date:   Tue Sep 9 10:06:44 2008 +0200
46135
46136     stxxtc: remove empty CONFIG_SHOW_ACTIVITY functions
46137
46138     Signed-off-by: Wolfgang Denk <wd@denx.de>
46139
46140 commit 965de106ba8900372c8b16dc60d5acab7f925e38
46141 Author: Wolfgang Denk <wd@denx.de>
46142 Date:   Tue Sep 9 10:03:47 2008 +0200
46143
46144     NETTA2: remove empty CONFIG_SHOW_ACTIVITY functions
46145
46146     Signed-off-by: Wolfgang Denk <wd@denx.de>
46147
46148 commit 6cc64f9b5f69239c8b1969572b5a3a4aab7de5b9
46149 Author: Sergei Poselenov <sposelenov@emcraft.com>
46150 Date:   Fri Aug 15 15:42:11 2008 +0200
46151
46152     Removed hardcoded MxMR loop value from upmconfig() for MPC85xx.
46153
46154     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
46155
46156 commit 36241ca29d4804a1006fb3f26069effda5202581
46157 Author: Anatolij Gustschin <agust@denx.de>
46158 Date:   Fri Aug 15 15:42:13 2008 +0200
46159
46160     85xx: socrates: Enable Lime support.
46161
46162     This patch adds Lime GDC support together with support for the PWM
46163     backlight control through the w83782d chip.  The reset pin of the
46164     latter is attached to GPIO, so we need to reset it in
46165     early_board_init_r.
46166
46167     Signed-off-by: Anatolij Gustschin <agust@denx.de>
46168
46169 commit 7a47753ddcaebbf2142809842f70c5f723bd9ddb
46170 Author: Detlev Zundel <dzu@denx.de>
46171 Date:   Fri Aug 15 15:42:12 2008 +0200
46172
46173     85xx: Socrates: Major code update.
46174
46175     - Update the local bus ranges in the FDT for Linux for the various
46176       devices connected to the local bus via chip-select.
46177
46178     - Set the LCRR_DBYP bit in the LCRR for local bus frequencies
46179       lower than 66 MHz and uses I/O accessor functions consequently.
46180
46181     - UPM data update.
46182
46183     - Update of default environment and configuration.  Use I2C multibus
46184       as we do have two I2C buses.  Also enable sdram and ext2 commands.
46185
46186     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
46187     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
46188     Signed-off-by: Detlev Zundel <dzu@denx.de>
46189
46190 commit 4d2ae70e8c31c22e5710df5ff236b5565ea2cf2c
46191 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46192 Date:   Tue Sep 9 01:22:39 2008 +0200
46193
46194     disk-on-chip: remove duplicate doc_probe declaration
46195
46196     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46197
46198 commit 3221b074a0ab199f6ae47c19cc22f42ddf3ef819
46199 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46200 Date:   Tue Sep 9 00:59:40 2008 +0200
46201
46202     onenand_uboot: fix warning: 'struct mtd_oob_ops' declared inside parameter list
46203
46204     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46205
46206 commit 13b4db0e2107175a8622ebb48529fa3ad8e12c75
46207 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46208 Date:   Tue Sep 9 00:59:39 2008 +0200
46209
46210     rs5c372: fix rtc_set prototype
46211
46212     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46213
46214 commit 1bb8b2ef2722bbaea3cc5d46321ce1d99f9b56f7
46215 Author: Sergei Poselenov <sposelenov@emcraft.com>
46216 Date:   Thu Aug 14 14:08:28 2008 +0200
46217
46218     ARM: fix warning: target CPU does not support interworking
46219
46220     This patch fixes warnings like this:
46221
46222     start.S:0: warning: target CPU does not support interworking
46223
46224     which come from some ARM cross compilers and are caused by hard-coded
46225     (with "--with-cpu=arm9" configuration option) ARM targets (which
46226     support ARM Thumb instructions), while the ARM target selected from
46227     the command line (with "-march=armv4") doesn't support Thumb
46228     instructions.
46229
46230     This warning is issued by the compiler regardless of the real use of
46231     the Thumb instructions in code.
46232
46233     To fix this problem, we use options according to compiler version
46234     being used.
46235
46236     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
46237     Signed-off-by: Wolfgang Denk <wd@denx.de>
46238
46239 commit 4265c35fbcb248e58179007621d61d32d0b3b82a
46240 Author: Sergei Poselenov <sposelenov@emcraft.com>
46241 Date:   Thu Aug 14 14:08:28 2008 +0200
46242
46243     ARM: Use do_div() instead of division for "long long".
46244
46245     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
46246     Signed-off-by: Wolfgang Denk <wd@denx.de>
46247
46248 commit 8febd13c69cb68652577d1a9fcbde954bf784155
46249 Author: Timur Tabi <timur@freescale.com>
46250 Date:   Fri Jul 18 16:52:23 2008 +0200
46251
46252     Update Freescale 85xx boards to sys_eeprom.c
46253
46254     The new sys_eeprom.c supports both the old CCID EEPROM format and the new NXID
46255     format, and so it obsoletes board/freescale/common/cds_eeprom.c.  Freescale
46256     86xx boards already use sys_eeprom.c, so this patch migrates the remaining
46257     Freescale 85xx boards to use it as well.  cds_eeprom.c is deleted.
46258
46259     Signed-off-by: Timur Tabi <timur@freescale.com>
46260
46261 commit 1055171ed05b7c4885737463d52b8d6c013bcb5d
46262 Author: Wolfgang Denk <wd@denx.de>
46263 Date:   Mon Sep 8 23:26:22 2008 +0200
46264
46265     lib_arm/bootm.c: fix compile warnings
46266
46267     bootm.c:128: warning: label 'error' defined but not used
46268     bootm.c:65: warning: unused variable 'ret'
46269
46270     Signed-off-by: Wolfgang Denk <wd@denx.de>
46271
46272 commit 2e3c867d0a63c563a51e65b776973b008f16cec5
46273 Author: Wolfgang Denk <wd@denx.de>
46274 Date:   Mon Sep 8 22:46:42 2008 +0200
46275
46276     ml507: fix out of tree build problem
46277
46278     Signed-off-by: Wolfgang Denk <wd@denx.de>
46279
46280 commit 9863a15a98f23b79f34a0e4f9e465bc6df5d504d
46281 Author: Wolfgang Denk <wd@denx.de>
46282 Date:   Mon Sep 8 22:10:28 2008 +0200
46283
46284     common/cmd_bootm.c: fix printf() format warnings
46285
46286     Signed-off-by: Wolfgang Denk <wd@denx.de>
46287
46288 commit 4394f9a8c42bb1b0abc4fc04bd582d4db5f8b726
46289 Author: Wolfgang Denk <wd@denx.de>
46290 Date:   Mon Sep 8 22:37:45 2008 +0200
46291
46292     BMW, PCIPPC2, PCIPPC6, RBC82: fix compile warnings
46293
46294     missing doc_probe() prototype.
46295
46296     Signed-off-by: Wolfgang Denk <wd@denx.de>
46297
46298 commit 2c5e3cc4994897d364b148942ff23e47783198f6
46299 Author: Wolfgang Denk <wd@denx.de>
46300 Date:   Mon Sep 8 21:28:14 2008 +0200
46301
46302     mk48t59: fix compile problem introduced by commit d1e23194
46303
46304     Signed-off-by: Wolfgang Denk <wd@denx.de>
46305
46306 commit 5ff889349d2ace13f10c9335e09365fcec8247cc
46307 Author: Stefan Roese <sr@denx.de>
46308 Date:   Mon Sep 8 14:11:12 2008 +0200
46309
46310     ppc4xx: Move ppc4xx specific prototypes to ppc4xx header
46311
46312     This patch moves some 4xx specific prototypes out of include common.h
46313     to a ppc4xx specific header.
46314
46315     Signed-off-by: Stefan Roese <sr@denx.de>
46316
46317 commit ac53ee8318678190bf3c68da477a84a657d86fb0
46318 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46319 Date:   Fri Sep 5 15:34:04 2008 +0200
46320
46321     ppc4xx: Update CPCI405(AB) configuration
46322
46323     This patch add FDT support and command line editing capabilities
46324     for CPCI405 and CPCI405AB boards.
46325
46326     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46327     Signed-off-by: Stefan Roese <sr@denx.de>
46328
46329 commit 7b1fbcadf73a83b3beb94abccda1c35e2c075a94
46330 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46331 Date:   Fri Sep 5 15:34:03 2008 +0200
46332
46333     ppc4xx: Cleanup CPCI405 linker script
46334
46335     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46336     Signed-off-by: Stefan Roese <sr@denx.de>
46337
46338 commit 767f9159c5c94cd0cb3135b5b82814ad12816ddf
46339 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46340 Date:   Fri Sep 5 15:34:02 2008 +0200
46341
46342     ppc4xx: Update CPCI405 variants handling
46343
46344     This patch replaces the BOARD_REVISION variable in include/config.mk
46345     by a using a temporary include file in the platform directory.
46346
46347     The former way does not work anymore and the latter is also used by
46348     some other boards.
46349
46350     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46351     Signed-off-by: Stefan Roese <sr@denx.de>
46352
46353 commit f071f01fd09e9bf1cf09de37a7416aacce71bae1
46354 Author: Stefan Roese <sr@denx.de>
46355 Date:   Mon Sep 8 10:01:48 2008 +0200
46356
46357     ppc4xx: Remove CONFIG_CS8952_PHY define
46358
46359     Since this define is only used on one board that was never really in
46360     production, removing this compile time option doesn't hurt and makes
46361     the code more readable.
46362
46363     Signed-off-by: Stefan Roese <sr@denx.de>
46364
46365 commit 6ca8646c1860bba74326bf916a5a3389a5c0d3b5
46366 Author: Stefan Roese <sr@denx.de>
46367 Date:   Fri Sep 5 14:11:40 2008 +0200
46368
46369     ppc4xx: Fix compilation warning for PIP405
46370
46371     This patch fixes a compilation warning for the PIP405 board. It moves the
46372     #ifndef CONFIG_CS8952_PHY define a little so that the warning doesn't
46373     occur anymore. I am a little unsure if this #ifdef is at the correct
46374     place now or if it could be removed completely. This needs to get
46375     tested on the PIP405 board.
46376
46377     Signed-off-by: Stefan Roese <sr@denx.de>
46378
46379 commit 725b53ac61f4df3026b8f6489ef0080fd27d3816
46380 Author: Stefan Roese <sr@denx.de>
46381 Date:   Fri Sep 5 14:09:09 2008 +0200
46382
46383     ppc4xx: Fix compilation warning for canyonlands & glacier
46384
46385     Signed-off-by: Stefan Roese <sr@denx.de>
46386
46387 commit 302e52e0b1d4c7f994991709d0cb6c3ea612cdb5
46388 Author: Kumar Gala <galak@kernel.crashing.org>
46389 Date:   Fri Sep 5 14:40:29 2008 -0500
46390
46391     Fix compiler warning in mpc8xxx ddr code
46392
46393     ctrl_regs.c: In function 'compute_fsl_memctl_config_regs':
46394     ctrl_regs.c:523: warning: 'caslat' may be used uninitialized in this function
46395     ctrl_regs.c:523: note: 'caslat' was declared here
46396
46397     Add a warning in DDR1 case if cas_latency isn't a value we know about.
46398
46399     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
46400     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46401
46402 commit d1e2319414ea5218ba801163e4530ecf2dfcbf36
46403 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46404 Date:   Mon Sep 1 23:06:23 2008 +0200
46405
46406     rtc: allow rtc_set to return an error and use it in cmd_date
46407
46408     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46409
46410 commit ee9536a28cb149bcb6c5dee9d08c62c91f4c72d2
46411 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46412 Date:   Mon Sep 1 01:16:33 2008 +0200
46413
46414     ap325rxa/favr-32-ezkit: Use CONFIG_FLASH_CFI_DRIVER
46415
46416     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46417
46418 commit 6b971c73f182248ce103503d74fbc0100bb8c8b7
46419 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
46420 Date:   Sun Aug 31 05:37:04 2008 +0900
46421
46422     config.mk: Move arch-specific condition to $(ARCH)_config.mk
46423
46424     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
46425
46426 commit ea86b9e64b811753d9eabe0f560ee189fbe5d0c1
46427 Author: Kumar Gala <galak@kernel.crashing.org>
46428 Date:   Fri Aug 29 19:08:29 2008 -0500
46429
46430     Prevent crash if random/invalid ramdisks are passed to bootm
46431
46432     Adds returning an error from the ramdisk detection code if
46433     its not a real ramdisk (invalid).  There is no reason we can't
46434     just return back to the console if we detect an invalid
46435     ramdisk or CRC error.
46436
46437     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
46438
46439 commit 8e02494e8f86c8f2d7324b5eb9e75271104a01ef
46440 Author: Anatolij Gustschin <agust@denx.de>
46441 Date:   Fri Aug 29 21:04:45 2008 +0200
46442
46443     Prevent crash if random DTB address is passed to bootm
46444
46445     This patch adds bootm_start() return value check. If
46446     error status is returned, we do not proceed further to
46447     prevent board reset or crash as we still can recover
46448     at this point.
46449
46450     Signed-off-by: Anatolij Gustschin <agust@denx.de>
46451
46452 commit cc347801add2689b1ee54d21f62bc14ecf6e1dd8
46453 Author: Andrew Dyer <adyer@righthandtech.com>
46454 Date:   Fri Aug 29 12:30:39 2008 -0500
46455
46456     clean up some #if !defined() in drivers/video/cfb_console.c
46457
46458     rearrange some #if !defined() / #else / #endif statements to remove
46459     the negative logic.
46460
46461     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
46462
46463 commit c83f4c2d77f07174dcd6bef7e87a0f7017be7c33
46464 Author: Kyungmin Park <kmpark@infradead.org>
46465 Date:   Fri Aug 29 09:02:20 2008 +0900
46466
46467     apollon: use the last memory area for u-boot
46468
46469     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
46470
46471 commit a6f2e455b774d0c5d56e44e5661df9adb69b6e07
46472 Author: Heiko Schocher <hs@denx.de>
46473 Date:   Thu Aug 28 13:50:42 2008 +0200
46474
46475     TQM8272: move NAND part in seperate File
46476
46477     I didn't try to use drivers/mtd/nand/fsl_upm.c for the NAND driver,
46478     because I have no longer access to the hardware.
46479
46480     Signed-off-by: Heiko Schocher <hs@denx.de>
46481
46482 commit 584f979f7ee914e32d408739cbdd2c4457ec18b8
46483 Author: Heiko Schocher <hs@denx.de>
46484 Date:   Thu Aug 28 13:48:36 2008 +0200
46485
46486     TQM8272: Fix compiling error for the TQM8272 board.
46487
46488     Fix compile problems caused by
46489     commit  cfa460adfdefcc30d104e1a9ee44994ee349bb7b
46490
46491     Signed-off-by: Heiko Schocher <hs@denx.de>
46492
46493 commit 1a7f8ccec981648ccd38fca2535490582eee08e6
46494 Author: Kyungmin Park <kmpark@infradead.org>
46495 Date:   Wed Aug 27 14:45:20 2008 +0900
46496
46497     Add JFFS2 command support on OneNAND
46498
46499     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
46500
46501 commit f5c3ba79788b0e39baab7026d374fe375dd1a43f
46502 Author: Mark Jackson <mpfj@mimc.co.uk>
46503 Date:   Mon Aug 25 19:21:30 2008 +0100
46504
46505     Allow console input to be disabled
46506
46507     Added new CONFIG_DISABLE_CONSOLE define and GD_FLG_DISABLE_CONSOLE.
46508
46509     When CONFIG_DISABLE_CONSOLE is defined, setting
46510     GD_FLG_DISABLE_CONSOLE disables all console input and output.
46511
46512     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
46513
46514 commit 2b22d608f370565c87f55928b524207031419c11
46515 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
46516 Date:   Wed Jul 30 12:39:29 2008 +0200
46517
46518     loads: allow negative offsets
46519
46520     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
46521
46522 commit e90fb6afab2c0c074dfb67bacb4de179eb188a24
46523 Author: Yuri Tikhonov <yur@emcraft.com>
46524 Date:   Thu Sep 4 11:19:05 2008 +0200
46525
46526     USB EHCI: reset root hub
46527
46528     Some of multi-function USB controllers (e.g. ISP1562) allow root hub
46529     resetting only via EHCI registers. So, this patch adds the
46530     corresponding kind of reset to OHCI's hc_reset() if the newly
46531     introduced CONFIG_PCI_EHCI_DEVNO option is set (e.g. for Socrates
46532     board).
46533
46534     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
46535     Acked-by: Markus Klotzbuecher <mk@denx.de>
46536
46537 commit 5875d358f025c1b042d8a0f08384b756de7256c9
46538 Author: Yuri Tikhonov <yur@emcraft.com>
46539 Date:   Fri Aug 15 15:42:09 2008 +0200
46540
46541     RX 8025 RTC: analyze 12/24-hour mode flag in rtc_get().
46542
46543     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
46544
46545 commit 3e3c026ed746a284c6f0ef139b26d859939de7e9
46546 Author: Stefan Roese <sr@denx.de>
46547 Date:   Fri Sep 5 10:47:46 2008 +0200
46548
46549     devices: Use list_add_tail() instead of list_add() to register a device
46550
46551     This patch fixes a problem spotted on Glacier/Canyonlands (and most
46552     likely lots of other board ports), that no serial output was seen
46553     after console initialization in console_init_r(). This is because the
46554     last added console device was used instead of the first added.
46555
46556     This patch fixes this problem by using list_add_tail() instead of
46557     list_add() to register a device. This way the first added console
46558     is used again.
46559
46560     Signed-off-by: Stefan Roese <sr@denx.de>
46561
46562 commit 78d78236896d62bb8ca7302af38d8f1493eb2651
46563 Author: Victor Gallardo <vgallardo@amcc.com>
46564 Date:   Thu Sep 4 23:49:36 2008 -0700
46565
46566     ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY
46567
46568     This patch adds GPCS, SGMII and M88E1112 PHY support
46569     for the AMCC PPC460GT/EX processors.
46570
46571     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
46572     Signed-off-by: Stefan Roese <sr@denx.de>
46573
46574 commit f6b6c45840f9b4671d2d97243a12a1f3ffb64765
46575 Author: Adam Graham <agraham@amcc.com>
46576 Date:   Wed Sep 3 12:26:59 2008 -0700
46577
46578     ppc4xx: Update Kilauea to use PPC4xx DDR autocalibration routines
46579
46580     Signed-off-by: Adam Graham <agraham@amcc.com>
46581     Signed-off-by: Stefan Roese <sr@denx.de>
46582
46583 commit 075d0b81e896e8735ae26372cd384f87cbd24e41
46584 Author: Adam Graham <agraham@amcc.com>
46585 Date:   Wed Sep 3 12:26:28 2008 -0700
46586
46587     ppc4xx: IBM Memory Controller DDR autocalibration routines
46588
46589     Alternate SDRAM DDR autocalibration routine that can be generically used
46590     for any PPC4xx chips that have the IBM SDRAM Controller core allowing for
46591     support of more DIMM/memory chip vendors and gets the DDR autocalibration
46592     values which give the best read latency performance (SDRAM0_RDCC.[RDSS]).
46593
46594     Two alternate SDRAM DDR autocalibration algoritm are provided in this patch,
46595     "Method_A" and "Method_B".  DDR autocalibration Method_A scans the full range
46596     of possible PPC4xx  SDRAM Controller DDR autocalibration values and takes a
46597     lot longer to run than Method_B.  Method_B executes in the same amount of time
46598     as the currently existing DDR autocalibration routine, i.e. 1 second or so.
46599     Normally Method_B is used and it is set as the default method.
46600
46601     The current U-Boot PPC4xx DDR autocalibration code calibrates the IBM SDRAM
46602     Controller registers.[bit-field]:
46603     1)  SDRAM0_RQDC.[RQFD]
46604     2)  SDRAM0_RFDC.[RFFD]
46605
46606     This alternate PPC4xx DDR autocalibration code calibrates the following
46607     IBM SDRAM Controller registers.[bit-field]:
46608
46609     1)  SDRAM0_WRDTR.[WDTR]
46610     2)  SDRAM0_CLKTR.[CKTR]
46611     3)  SDRAM0_RQDC.[RQFD]
46612     4)  SDRAM0_RFDC.[RFFD]
46613
46614     and will also use the calibrated settings of the above four registers that
46615     produce the best "Read Sample Cycle Select" value in the SDRAM0_RDCC.[RDSS]
46616     register.[bit-field].
46617
46618     Signed-off-by: Adam Graham <agraham@amcc.com>
46619     Signed-off-by: Stefan Roese <sr@denx.de>
46620
46621 commit e07f4a8033b6270b8103049adb6456f660ff4a89
46622 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
46623 Date:   Mon Sep 1 13:09:39 2008 -0400
46624
46625     ppc44x: Unification of virtex5 pp440 boards
46626
46627     This patch provides an unificated way of handling xilinx v5 ppc440 boards.
46628
46629     It unificates 3 different things:
46630
46631     1) Source code
46632     A new board called ppc440-generic has been created. This board includes
46633     a generic tlb initialization (Maps the whole memory into virtual) and
46634     defines board_pre_init, checkboard, initdram and get_sys_info weakly,
46635     so, they can be replaced by specific functions.
46636
46637     If a new board needs to redefine any of the previous functions
46638     (specific initialization) it can create a new directory with the
46639     specific initializations needed. (see the example ml507 board).
46640
46641     2) Configuration file
46642     Common configurations are located under configs/xilinx-ppc440.h, this
46643     header file interpretes the xparameters file generated by EDK and
46644     configurates u-boot in correspondence. Example: if there is a Temac,
46645     allows CMD_CONFIG_NET
46646     Specific configuration are located under specific configuration file.
46647     (see the example ml507 board)
46648
46649     3) Makefile
46650     Some work has been done in order to not duplicate work in the Main
46651     Makefile. Please see the attached code.
46652
46653     In order to support new boards they can be implemented in the next way:
46654
46655     a) Simple Generic Board  (90% of the time)
46656     Using EDK generates a new xparameters.h file, replace
46657     ppc440-generic/xparameters.h  and run make xilinx-ppc440-generic_config
46658     && make
46659
46660     b) Simple Boards with special u-boot parameters (9 % of the time)
46661     Create a new file under configs for it (use ml507.h as example) and
46662     change your paramaters. Create a new Makefile paragraph and compile
46663
46664     c) Complex boards (1% of the time)
46665     Create a new folder for the board, like the ml507
46666
46667     Finally, it adds support for the Avnet FX30T Evaluation board, following
46668     the new generic structure:
46669
46670     Cheap board by Avnet for evaluating the Virtex5 FX technology.
46671
46672     This patch adds support for:
46673      - UartLite
46674      - 16MB Flash
46675      - 64MB RAM
46676
46677     Prior using U-boot in this board, read carefully the ERRATA by Avnet
46678     to solve some memory initialization issues.
46679
46680     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
46681     Signed-off-by: Stefan Roese <sr@denx.de>
46682
46683 commit 64ac1eb5afafced49b327425ad1814b2dc422d6e
46684 Author: Nick Spence <nick.spence@freescale.com>
46685 Date:   Tue Sep 2 15:21:16 2008 -0500
46686
46687     mpc83xx: fix mpc8313 in-tree building with NAND
46688
46689     and add mpc8313 NAND build to MAKEALL
46690
46691     Signed-off-by: Nick Spence <nick.spence@freescale.com>
46692     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
46693
46694 commit 6eb2a44e27919fdc601e0c05404b298a7602c0e3
46695 Author: Nick Spence <nick.spence@freescale.com>
46696 Date:   Thu Aug 28 14:09:25 2008 -0700
46697
46698     mpc83xx: clean up cache operations and unlock_ram_in_cache() functions
46699
46700     Cleans up some latent issues with the data cache control so that
46701     dcache_enable() and dcache_disable() will work reliably (after
46702     unlock_ram_in_cache() has been called)
46703
46704     Signed-off-by: Nick Spence <nick.spence@freescale.com>
46705     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
46706
46707 commit 46497056ae3b1e81e736e9cf3a170472c5d9719f
46708 Author: Nick Spence <nick.spence@freescale.com>
46709 Date:   Thu Aug 28 14:09:19 2008 -0700
46710
46711     mpc83xx: Store and display Arbiter Event Register values
46712
46713     Record the Arbiter Event Register values and optionally display them.
46714
46715     The Arbiter Event Register can record the type and effective address of
46716     an arbiter error, even through an HRESET. This patch stores the values in
46717     the global data structure.
46718
46719     Display of the Arbiter Event registers immediately after the RSR value
46720     can be enabled with defines. The Arbiter values will only be displayed
46721     if an arbiter event has occured since the last Power On Reset, and either
46722     of the following defines exist:
46723      #define CONFIG_DISPLAY_AER_BRIEF - display only the arbiter address and
46724                                         and type register values
46725      #define CONFIG_DISPLAY_AER_FULL  - display and interpret the arbiter
46726                                         event register values
46727
46728     Address Only transactions are one of the trapped events that can register
46729     as an arbiter event. They occur with some cache manipulation instructions
46730     if the HID0_ABE (Address Broadcast Enable) is set and the memory region
46731     has the MEMORY_COHERENCE WIMG bit set. Setting:
46732      #define CONFIG_MASK_AER_AO - prevents the arbiter from recording address
46733                                   only events, so that it can still capture
46734                                   other real problems.
46735
46736     Signed-off-by: Nick Spence <nick.spence@freescale.com>
46737     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
46738
46739 commit ade50c7fa1b16ef98be17e9c3ae286aecf4f5605
46740 Author: Nick Spence <nick.spence@freescale.com>
46741 Date:   Thu Aug 28 14:09:11 2008 -0700
46742
46743     mpc83xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
46744
46745     This is needed in unlock_ram_in_cache() because it is called from C and
46746     will corrupt the small data area anchor that is kept in R2.
46747
46748     lock_ram_in_cache() is modified similarly as good coding practice, but
46749     is not called from C.
46750
46751     Signed-off-by: Nick Spence <nick.spence@freescale.com>
46752     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
46753
46754 commit d9fe88173cb4f7d293796ffe10c7a0d3d426d8f9
46755 Author: Nick Spence <nick.spence@freescale.com>
46756 Date:   Fri Aug 22 23:52:50 2008 -0700
46757
46758     MPC83XX: Fix GPIO configuration - set gpio level before direction
46759
46760     Set DAT value before DIR values to avoid creating glitches on the
46761     GPIO signals.
46762
46763     Set gpio level register before direction register to inhibit
46764     glitches on high level output pins.
46765
46766     Dir and data gets cleared at powerup, so high level output lines see
46767     a short low pulse between setting the direction and level registers.
46768
46769     Issue was seen on a new board with the nReset line of the NOR flash
46770     connected to a GPIO. Setting the direction register puts the NOR flash
46771     in reset so the next instruction to set the level cannot get executed.
46772
46773     Signed-off-by: Nick Spence <nick.spence@freescale.com>
46774     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
46775     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
46776
46777 commit 7007c5975ee900ad70983b0681d3251e221f8321
46778 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46779 Date:   Tue Sep 2 02:58:32 2008 +0200
46780
46781     doc/qemu_mips: add doc howto debug u-boot with gdb
46782
46783     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46784
46785 commit 7deb3b3ecd0e81ef09bb68aa0ec2346f4ae0a405
46786 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46787 Date:   Wed Sep 3 17:15:45 2008 +0200
46788
46789     ppx4xx: Fix broken DASA_SIM board
46790
46791     This patch adds initdram() to DASA_SIM boards that has been
46792     removed accidentally by a previous commit.
46793
46794     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46795     Signed-off-by: Stefan Roese <sr@denx.de>
46796
46797 commit 7e410aa30fbcb1d19a26bbf1e84a9ca6102d534b
46798 Author: Stefan Roese <sr@denx.de>
46799 Date:   Mon Sep 1 08:35:37 2008 +0200
46800
46801     ppc4xx: Remove reference to common/lists.o from some esd linker scripts
46802
46803     This patch removes some direct references to common/lists.o from some
46804     esd linker scripts. This is necessary because the lists source was moved
46805     and is not in the "common" directory anymore.
46806
46807     Signed-off-by: Stefan Roese <sr@denx.de>
46808
46809 commit 97b0734d65f8a0b03df0a335a2addc759da56107
46810 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46811 Date:   Tue Sep 2 16:33:05 2008 +0200
46812
46813     ppc4xx: Remove obsolete or unused functions from some esd boards
46814
46815     This patch removes initdram() and testdram() from most esd 405 platforms.
46816     Some boards also have an empty dummy implementation of
46817     misc_init_f(). This is also removed.
46818
46819     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46820     Signed-off-by: Stefan Roese <sr@denx.de>
46821
46822 commit 1092ce218c514e5ccb18450ac5af501d96d6e3e9
46823 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46824 Date:   Tue Sep 2 15:07:54 2008 +0200
46825
46826     ppc4xx: Update VOM405 board configuration
46827
46828     - remove PCI code
46829     - add command line editing
46830     - minor cleanup
46831
46832     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46833     Signed-off-by: Stefan Roese <sr@denx.de>
46834
46835 commit 830c800e28e96ec7c3c6936a0bd1b9461f3e77d4
46836 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46837 Date:   Tue Sep 2 15:07:53 2008 +0200
46838
46839     ppc4xx: Remove obsolete initdram() function from VOM405 board
46840
46841     This patch removed the obsolete initdram() function from
46842     VOM405 platform file.
46843
46844     Some minor cleanup.
46845
46846     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46847     Signed-off-by: Stefan Roese <sr@denx.de>
46848
46849 commit 3d4dd7a941b2327b8c2fc535b782ca307ff8b6c8
46850 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46851 Date:   Tue Sep 2 15:07:52 2008 +0200
46852
46853     ppc4xx: Cleanup VOM405 linker script
46854
46855     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46856     Signed-off-by: Stefan Roese <sr@denx.de>
46857
46858 commit fcaffd597f6f5191b12ca66c2a4789bbdeea85c2
46859 Author: Matthias Fuchs <mf@esd.eu>
46860 Date:   Tue Sep 2 15:07:51 2008 +0200
46861
46862     ppc4xx: Add fdt support for VOM405 boards
46863
46864     Signed-off-by: Matthias Fuchs <mf@esd.eu>
46865     Signed-off-by: Stefan Roese <sr@denx.de>
46866
46867 commit 9ec367aa2c5dcf79558aa2b209b45d7686654c14
46868 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46869 Date:   Tue Sep 2 11:36:14 2008 +0200
46870
46871     ppc4xx: Coding style cleanup
46872
46873     Wrap long lines etc.
46874
46875     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46876     Signed-off-by: Stefan Roese <sr@denx.de>
46877
46878 commit 17e65c21adfb63980e6aff80bfbd2df0eeb12060
46879 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46880 Date:   Tue Sep 2 11:35:56 2008 +0200
46881
46882     ppc4xx: Enable USB on PLU405 boards
46883
46884     This patch enables the PCI-OHCI controller on PLU405 board.
46885
46886     Also the default CPU frequency is updated to 266 MHz and
46887     command line editing is enabled.
46888
46889     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46890     Signed-off-by: Stefan Roese <sr@denx.de>
46891
46892 commit 40e43e3b87d57b2ac786e27f6e25a7df9940d93b
46893 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46894 Date:   Tue Sep 2 11:35:35 2008 +0200
46895
46896     ppc4xx: Cleanup PLU405 platform file
46897
46898     This patch
46899     - wraps some long lines
46900     - removes unused/obsolete functions: misc_init_f() and initdram()
46901
46902     Signed-off-by: Matthias Fuchs <mf@esd.eu>
46903     Signed-off-by: Stefan Roese <sr@denx.de>
46904
46905 commit d74cdb1d0614ab78128e0735a51e7988a7b7ea33
46906 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46907 Date:   Tue Sep 2 11:35:04 2008 +0200
46908
46909     ppc4xx: Cleanup PLU405 linker script
46910
46911     Signed-off-by: Matthias Fuchs <mf@esd.eu>
46912     Signed-off-by: Stefan Roese <sr@denx.de>
46913
46914 commit 3bc1054cec2f6b25822f301ea922a16233baa4c7
46915 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46916 Date:   Tue Sep 2 11:34:36 2008 +0200
46917
46918     ppc4xx: Add fdt support for PLU405 boards
46919
46920     Signed-off-by: Matthias Fuchs <mf@esd.eu>
46921     Signed-off-by: Stefan Roese <sr@denx.de>
46922
46923 commit 5a3e480b783bfbc139586293a54fb875d7c5c5d4
46924 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46925 Date:   Tue Sep 2 11:34:08 2008 +0200
46926
46927     ppc4xx: Increase U-Boot size to 384kB for PLU405 boards
46928
46929     Signed-off-by: Matthias Fuchs <mf@esd.eu>
46930     Signed-off-by: Stefan Roese <sr@denx.de>
46931
46932 commit be1b0d2777e179191a57b138b660547a17e55aad
46933 Author: Jochen Friedrich <jochen@scram.de>
46934 Date:   Tue Sep 2 11:24:59 2008 +0200
46935
46936     Don't tftp to unknown flash
46937
46938     If a board has a variable number of flash banks, there are empty entries
46939     in flash_info[] and CFG_DIRECT_FLASH_TFTP is set, tftp boot fails with
46940     "Outside available Flash". This patch skips flash banks with unknown
46941     flash ids.
46942
46943     Signed-off-by: Jochen Friedrich <jochen@scram.de>
46944     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
46945
46946 commit 33314470ab32a3f5412bb61b5f3d6c216c88bf9b
46947 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
46948 Date:   Thu Aug 28 13:40:44 2008 +0900
46949
46950     net: smc911x: Add pkt_data_pull and pkt_data_push function
46951
46952     The RSK7203 board has the SMSC9118 wired up 'incorrectly'.
46953     Byte-swapping is necessary, and so poor performance is inevitable.
46954     This problem cannot evade by the swap function of CHIP, this can
46955     evade by software Byte-swapping.
46956     And this has problem by FIFO access only. pkt_data_pull/pkt_data_push
46957     functions necessary to solve this problem.
46958
46959     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
46960     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
46961
46962 commit 10efa024b8ffd9e6aaca63da8bddfdffdc672274
46963 Author: Ben Warren <biggerbadderben@gmail.com>
46964 Date:   Sun Aug 31 20:37:00 2008 -0700
46965
46966     Moved initialization of EEPRO100 Ethernet controller to board_eth_init()
46967
46968     Affected boards:
46969         db64360
46970         db64460
46971         katmai
46972         taihu
46973         taishan
46974         yucca
46975         cpc45
46976         cpu87
46977         eXalion
46978         elppc
46979         debris
46980         kvme080
46981         mpc8315erdb
46982         integratorap
46983         ixdp425
46984         oxc
46985         pm826
46986         pm828
46987         pm854
46988         pm856
46989         ppmc7xx
46990         sc3
46991         sc520_spunk
46992         sorcery
46993         tqm8272
46994         tqm85xx
46995         utx8245
46996
46997     Removed initialization of the driver from net/eth.c
46998     Also, wrapped contents of pci_eth_init() by CONFIG_PCI.
46999
47000     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47001
47002 commit 8ca0b3f99c4fce7a599dcaf92ae095496dc8c8e0
47003 Author: Ben Warren <biggerbadderben@gmail.com>
47004 Date:   Sun Aug 31 10:45:44 2008 -0700
47005
47006     Moved initialization of TULIP Ethernet controller to board_eth_init()
47007
47008     Affected boards:
47009         cu824
47010         bab7xx
47011         adciop
47012         dasa_sim
47013         mousse
47014         mpc8540eval
47015         musenki
47016         mvblue
47017         pcippc2/pcippc6
47018         sbc8240
47019         stxssa
47020
47021     Removed initialization of the driver from net/eth.c
47022
47023     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47024
47025 commit ad3381cf4167120db5c7b88e4970245e1d5c0a32
47026 Author: Ben Warren <biggerbadderben@gmail.com>
47027 Date:   Sun Aug 31 10:44:19 2008 -0700
47028
47029     Moved initialization of E1000 Ethernet controller to board_eth_init()
47030
47031     Affected boards:
47032         ap1000
47033         mvbc_p
47034         PM854
47035
47036     Removed initialization of the driver from net/eth.c
47037
47038     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47039
47040 commit 4fce2aceaf8afd31a252bc782c9dbc497bf40487
47041 Author: Ben Warren <biggerbadderben@gmail.com>
47042 Date:   Sun Aug 31 10:40:51 2008 -0700
47043
47044     Moved initialization of plb2800 Ethernet driver to board_eth_init
47045
47046     Affected boards:
47047         purple
47048
47049     Removed initialization of controller from net/eth.c
47050
47051     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47052
47053 commit e1d7480b5de1fd4830bf7cf5e2237d3b0846d08d
47054 Author: Ben Warren <biggerbadderben@gmail.com>
47055 Date:   Sun Aug 31 10:39:12 2008 -0700
47056
47057     Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directory
47058
47059     Modified board_eth_init() functions of boards that have this FEC in addition
47060     to other Ethernet controllers.
47061
47062     Affected boards:
47063         bc3450
47064         icecube
47065         mvbc_p
47066         o2dnt
47067         pm520
47068         total5200
47069         tq5200
47070
47071     Removed initialization of controller from net/eth.c
47072
47073     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47074
47075 commit a0aad08f9427ac00218bdb2cb649833ce6ec9b8d
47076 Author: Ben Warren <biggerbadderben@gmail.com>
47077 Date:   Sun Aug 31 10:36:38 2008 -0700
47078
47079     Moved initialization of MPC512x_FEC Ethernet driver to CPU directory
47080
47081     Added a cpu_eth_init() function to MPC512x CPU directory and
47082     removed code from net/eth.c
47083
47084     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47085
47086 commit 8218bd2aa68820b878a8413493ae17fd8d21f944
47087 Author: Ben Warren <biggerbadderben@gmail.com>
47088 Date:   Sun Aug 31 10:16:59 2008 -0700
47089
47090     Moved initialization of IncaIP Ethernet controller to board_eth_init
47091
47092     Affected boards:
47093         IncaIP
47094
47095     Removed initialization of the driver from net/eth.c
47096
47097     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47098
47099 commit 164846eeb25cb2a5ede7ab9371fdca7f4831a055
47100 Author: Ben Warren <biggerbadderben@gmail.com>
47101 Date:   Sun Aug 31 10:15:26 2008 -0700
47102
47103     Moved initialization of 3COM Ethernet controller (AmigaOne) to board_eth_init()
47104
47105         Affected boards:
47106             AmigaOneG3SE
47107
47108         Removed initialization of the driver from net/eth.c
47109
47110     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47111
47112 commit 6aca145e067efe75398e9fac97822bd3700de0b2
47113 Author: Ben Warren <biggerbadderben@gmail.com>
47114 Date:   Sun Aug 31 10:13:34 2008 -0700
47115
47116     Moved initialization of GT6426x Ethernet controller to board_eth_init()
47117
47118     Affected boards:
47119         EVB64260
47120         P3G4
47121         ZUMA
47122
47123     Removed initialization of the driver from net/eth.c
47124
47125     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47126
47127 commit e3090534d62045dcb73f5392bacc64a4e8e443dc
47128 Author: Ben Warren <biggerbadderben@gmail.com>
47129 Date:   Sun Aug 31 10:08:43 2008 -0700
47130
47131     Moved initialization of PCNET Ethernet controller to board_eth_init()
47132
47133     Affected boards:
47134         PN62
47135         sc520_cdp
47136
47137     Removed initialization of the driver from net/eth.c
47138
47139     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47140
47141 commit b902b8dda5e1fd4d5fe2f202c71ee3521d2c40ed
47142 Author: Ben Warren <biggerbadderben@gmail.com>
47143 Date:   Sun Aug 31 10:07:16 2008 -0700
47144
47145     Moved initialization of NATSEMI Ethernet controller to board_eth_init()
47146
47147     Affected boards:
47148         a3000
47149
47150     Removed initialization of the driver from net/eth.c
47151
47152     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47153
47154 commit 19403633dd70333893c2da7926a1d0dcd6dab7d8
47155 Author: Ben Warren <biggerbadderben@gmail.com>
47156 Date:   Sun Aug 31 10:03:22 2008 -0700
47157
47158     Moved initialization of NS8382X Ethernet controller to board_eth_init()
47159
47160     Affected boards:
47161         bc3450
47162         cpci5200
47163         mecp5200
47164         pf2000
47165         icecube
47166         o2dnt
47167         pm520
47168         sandpoint8245
47169         total5200
47170         tqm5200
47171
47172     Removed initialization of the driver from net/eth.c
47173
47174     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47175
47176 commit ccdd12f83ef93719fbe85f642aa4dc648b9498f0
47177 Author: Ben Warren <biggerbadderben@gmail.com>
47178 Date:   Sun Aug 31 09:59:33 2008 -0700
47179
47180     Moved initialization of TSI108 Ethernet controller to board_eth_init()
47181
47182     Affected boards:
47183         mpc7448hpc2
47184
47185     Removed initialization of the driver from net/eth.c
47186
47187     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47188
47189 commit 0b252f50ae218ae15bfb63af44227972686ebc56
47190 Author: Ben Warren <biggerbadderben@gmail.com>
47191 Date:   Sun Aug 31 21:41:08 2008 -0700
47192
47193     Moved initialization of RTL8139 Ethernet controller to board_eth_init()
47194
47195     Affected boards:
47196         hidden_dragon
47197         MPC8544DS
47198         MPC8610HPCN
47199         R2DPLUS
47200         TB0229
47201
47202     Removed initialization of the driver from net/eth.c
47203
47204     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47205
47206 commit 02d69891d95ee76b0e86e1715a4dc0b964a57cb7
47207 Author: Ben Warren <biggerbadderben@gmail.com>
47208 Date:   Sun Aug 31 09:49:42 2008 -0700
47209
47210     Moved initialization of RTL8169 Ethernet controller to board_eth_init()
47211
47212     Affected boards:
47213         linkstation
47214         r7780mp
47215
47216     Removed initialization of the driver from net/eth.c
47217
47218     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47219
47220 commit 3ae071e44256144d6c1e3febb65f6c56bd433769
47221 Author: Ben Warren <biggerbadderben@gmail.com>
47222 Date:   Tue Aug 12 22:11:53 2008 -0700
47223
47224     Moved initialization of Ethernet controllers on Atmel AT91 to board_eth_init()
47225
47226     Removed at91sam9_eth_initialize() from net/eth.c
47227
47228     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47229
47230 commit 89973f8a82c28ad893c4c3cc56839a8e10fe5f13
47231 Author: Ben Warren <biggerbadderben@gmail.com>
47232 Date:   Sun Aug 31 22:22:04 2008 -0700
47233
47234     Introduce netdev.h header file and remove externs
47235
47236     This addresses all drivers whose initializers have already
47237     been moved to board_eth_init()/cpu_eth_init().
47238
47239     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47240
47241 commit 5a8a163ac394d9f4f7ff57f415d82bd673b0068c
47242 Author: Andy Fleming <afleming@freescale.com>
47243 Date:   Sun Aug 31 16:33:30 2008 -0500
47244
47245     Add pixis_set_sgmii command
47246
47247     The 8544DS and 8572DS platforms support an optional SGMII riser card to
47248     expose ethernet over an SGMII interface.  Once the card is in, it is also
47249     necessary to configure the board such that it uses the card, rather than
47250     the on-board ethernet ports.  This can either be done by flipping dip switches
47251     on the motherboard, or by modifying registers in the pixis.  Either way
47252     requires a reboot.
47253
47254     This adds a command to allow users to choose which ports are routed through
47255     the SGMII card, and which through the onboard ports.  It also allows users
47256     to revert to the current switch settings.
47257
47258     This code does not work on the 8572, as the PIXIS is different.
47259
47260     Signed-off-by: Andy Fleming <afleming@freescale.com>
47261     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47262
47263 commit 216f2a7156a5fde7b47adc40ad553c888a9cbaa7
47264 Author: Andy Fleming <afleming@freescale.com>
47265 Date:   Sun Aug 31 16:33:29 2008 -0500
47266
47267     Add SGMII support for the 8544 DS
47268
47269     The 8544 DS has an optional SGMII Riser card, which uses different PHY
47270     addresses.  Check if we are in SGMII mode, and invoke the SGMII Riser
47271     setup code if so.
47272
47273     Signed-off-by: Andy Fleming <afleming@freescale.com>
47274     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47275
47276 commit 652f7c2eef76a1340928bd660845441e932d86a2
47277 Author: Andy Fleming <afleming@freescale.com>
47278 Date:   Sun Aug 31 16:33:28 2008 -0500
47279
47280     Add support for Freescale SGMII Riser Card
47281
47282     The 8544DS and 8572DS systems have an optional SGMII riser card which
47283     exposes new ethernet ports which are connected to the eTSECs via an
47284     SGMII interface.  The SGMII PHYs for this board are offset from the standard
47285     PHY addresses, so this code modifies the passed in tsec_info structure to
47286     use the SGMII PHYs on the card, instead.
47287
47288     Signed-off-by: Andy Fleming <afleming@freescale.com>
47289     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47290
47291 commit 2abe361c03b43e6dcf68f54e96b5c05156c49284
47292 Author: Andy Fleming <afleming@freescale.com>
47293 Date:   Sun Aug 31 16:33:27 2008 -0500
47294
47295     Add SGMII support to the tsec
47296
47297     Adds support for configuring the TBI to talk properly with the SerDes.
47298
47299     Signed-off-by: Andy Fleming <afleming@freescale.com>
47300     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47301
47302 commit 75b9d4ae0d69f214eab641caf12ce8af83a39a42
47303 Author: Andy Fleming <afleming@freescale.com>
47304 Date:   Sun Aug 31 16:33:26 2008 -0500
47305
47306     Pass in tsec_info struct through tsec_initialize
47307
47308     The tsec driver contains a hard-coded array of configuration information
47309     for the tsec ethernet controllers.  We create a default function that works
47310     for most tsecs, and allow that to be overridden by board code.  It creates
47311     an array of tsec_info structures, which are then parsed by the corresponding
47312     driver instance to determine configuration.  Also, add regs, miiregs, and
47313     devname fields to the tsec_info structure, so that we don't need the kludgy
47314     "index" parameter.
47315
47316     Signed-off-by: Andy Fleming <afleming@freescale.com>
47317     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47318
47319 commit dd3d1f56a01f460d560766126ee7dfed2ea9bc10
47320 Author: Andy Fleming <afleming@freescale.com>
47321 Date:   Sun Aug 31 16:33:25 2008 -0500
47322
47323     tsec: Move tsec.h to include/
47324
47325     This is to prepare the way for board code passing in the tsec_info structure
47326
47327     Signed-off-by: Andy Fleming <afleming@freescale.com>
47328     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47329
47330 commit d23dc394aa69093b6326ad917db04dc0d1aff3f8
47331 Author: Sergei Poselenov <sposelenov@emcraft.com>
47332 Date:   Fri Jun 6 15:52:44 2008 +0200
47333
47334     PHY: Add support for the M88E1121R Marvell chip.
47335
47336     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
47337     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
47338     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47339
47340 commit 1711f3bd16d1c5e9d17b4c0198b426d86999781b
47341 Author: Wolfgang Denk <wd@denx.de>
47342 Date:   Tue Sep 2 21:17:36 2008 +0200
47343
47344     fw_env.c: fix build problems with MTD_VERSION=old
47345
47346     (as needed to support old 2.4 Linux kernel based releases)
47347
47348     Signed-off-by: Wolfgang Denk <wd@denx.de>
47349
47350 commit 628ffd73bcff0c9f3bc5a8eeb2c7455fe9d28a51
47351 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47352 Date:   Mon Sep 1 17:11:26 2008 +0200
47353
47354     device: make device_register() clone the device
47355
47356     This is expected by the callers, but this fact was hidden well within
47357     the old list implementation.
47358
47359     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47360
47361 commit baf449fc5ff96f071bb0e3789fd3265f6d4fd9a0
47362 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
47363 Date:   Mon Sep 1 14:00:07 2008 +0200
47364
47365     avr32: Add support for "GPIO" port mux
47366
47367     The "GPIO" port mux is used on AVR32 UC3 parts as well as AT32AP7200 and
47368     all later AVR32 chips. This patch adds a driver for it, implementing the
47369     same API as the existing portmux-pio driver but with more functionality.
47370
47371     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
47372
47373 commit d92852579546c46bdaac978e0b6767a6645b69e0
47374 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
47375 Date:   Fri Aug 15 15:02:29 2008 +0200
47376
47377     atstk1000: Convert to new-style makefile
47378
47379     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
47380
47381 commit 25e6854d42c11046a468576179b5494f850311b2
47382 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
47383 Date:   Sun Aug 31 18:46:35 2008 +0200
47384
47385     avr32: use board_early_init_r instead of board_init_info
47386
47387     Replace the avr32-specific board_init_info hook by the standard
47388     board_early_init_r hook and make it optional.
47389
47390     board_early_init_r() runs somewhat earlier than board_init_info used to
47391     do, but this isn't a problem for any of the in-tree boards.
47392
47393     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
47394
47395 commit 36d375faf5cff98e8dca32aabbbb1ec6036437dd
47396 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
47397 Date:   Sun Aug 31 18:24:24 2008 +0200
47398
47399     avr32: Use board_postclk_init instead of gclk_init
47400
47401     Replace the avr32-specific gclk_init() board hook with the standard
47402     board_postclk_init() hook which is supposed to run at the same point
47403     during initialization.
47404
47405     Provide a dummy weak alias for boards not implementing this hook. The
47406     cost of this is:
47407       - 2 bytes for the dummy function (retal 0)
47408       - 2 bytes for each unnecessary function call (short rcall)
47409
47410     which is a pretty small price to pay for avoiding lots of #ifdef
47411     clutter. In this particular case, all boards probably end up slightly
47412     smaller because we avoid the conditional checking if the gclk_init
47413     symbol is NULL.
47414
47415     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
47416
47417 commit abdde2b1d570b1ee77606bf783444fcddf7f0965
47418 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
47419 Date:   Sun Aug 31 18:07:35 2008 +0200
47420
47421     hammerhead: Use gclk helper functions
47422
47423     Use the new gclk helper functions to set up the PHY clock instead of
47424     accessing the PM registers directly.
47425
47426     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
47427
47428 commit 98090cd75cdb40b2ab94c806c338540a5716748b
47429 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
47430 Date:   Sun Aug 31 18:05:32 2008 +0200
47431
47432     avr32: Add gclk helper functions
47433
47434     Add two helper functions for configuring and enabling generic clocks:
47435       - gclk_enable_output: Enables output on a GCLKx pin
47436       - gclk_set_rate: Configures a gclk to run at a specific rate
47437
47438     This should eliminate any reason to go mucking about with PM registers
47439     from board code.
47440
47441     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
47442
47443 commit ab0df36fc7db9dda0b786b909f653e279dfeb9cf
47444 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
47445 Date:   Fri Aug 29 21:09:49 2008 +0200
47446
47447     avr32: refactor the portmux/gpio code
47448
47449       - Separate the portmux configuration functionality from the GPIO pin
47450         control API.
47451       - Separate the controller-specific code from the chip-specific code.
47452       - Allow "ganged" port configuration (multiple pins at once).
47453       - Add more flexibility to the "canned" peripheral select functions:
47454           - Allow using more than 23 address bits, more chip selects, as
47455         well as NAND- and CF-specific pins.
47456           - Make the MACB SPEED pin optional, and choose between MII/RMII
47457         using a parameter instead of an #ifdef.
47458           - Make it possible to use other MMC slots than slot 0, and support
47459         different MMC/SDCard data bus widths.
47460       - Use more reasonable pull-up defaults; floating pins may consume a
47461         lot of power.
47462       - Get rid of some custom portmux code from the mimc200 board code. The
47463         old gpio/portmux API couldn't really handle its requirements, but
47464         the new one can.
47465       - Add documentation.
47466
47467     The end result is slightly smaller code for all boards. Which isn't
47468     really the point, but at least it isn't any larger.
47469
47470     This has been verified on ATSTK1002 and ATNGW100. I'd appreciate if
47471     the board maintainers could help me test this on their boards. In
47472     particular, the mimc200 port has lost a lot of code, so I'm hoping Mark
47473     can help me out.
47474
47475     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
47476     Cc: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
47477     Cc: Mark Jackson <mpfj@mimc.co.uk>
47478     Cc: Alex Raimondi <alex.raimondi@miromico.ch>
47479     Cc: Julien May <julien.may@miromico.ch>
47480
47481     Changes since v1:
47482       * Enable pullup on NWAIT
47483       * Add missing include to portmux-pio.h
47484       * Rename CONFIG_PIO2 -> CONFIG_PORTMUX_PIO to match docs
47485
47486 commit 4c24e8288c601cb773ab02528b48a8577970e867
47487 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
47488 Date:   Sat Aug 30 17:28:36 2008 +0200
47489
47490     avr32: data_bits should reflect the actual number of data bits
47491
47492     Make the data_bits enum in struct sdram_config reflect the actual number
47493     of data bits on the bus, i.e. 16 or 32. Having 0 mean 16 bits and 1 mean
47494     32 bits is just too confusing.
47495
47496     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
47497
47498 commit 66b7bc5175325809718d8d49ef073bc1036ad71b
47499 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
47500 Date:   Fri Aug 29 17:48:18 2008 +0200
47501
47502     avr32: Update README
47503
47504     Remove some outdated and/or unnecessary information, and add updated
47505     information about the toolchain and buildroot.
47506
47507     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
47508
47509 commit c75e772a2f061a508bba28ded1b5bea91f0442b0
47510 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47511 Date:   Sun Aug 31 23:28:15 2008 +0900
47512
47513     sh: Remove CC line from board's Makefile
47514
47515     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47516
47517 commit 468eae0660de6fdfd9999944c536ecc4797bd944
47518 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47519 Date:   Sun Aug 31 23:25:57 2008 +0900
47520
47521     sh: Replaced "@./mkconfig" for @$(MKCONFIG)
47522
47523     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47524
47525 commit 3aeb1ff7482a732503186c742d3a5ded4b7a0d34
47526 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
47527 Date:   Thu Aug 28 14:50:52 2008 +0900
47528
47529     sh: Add support sh2 to MAKEALL
47530
47531     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
47532     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47533
47534 commit 6f3d8bb5faa12dbf3031382286784c978df038ee
47535 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
47536 Date:   Thu Aug 28 14:52:23 2008 +0900
47537
47538     sh: Fix compile error rsk7203 board
47539
47540     This boards used old type preprocessor.
47541     This patch fix compile error.
47542
47543     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
47544     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47545
47546 commit 1c98172e025018552e9bb4c43b0aaee76f79b1aa
47547 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
47548 Date:   Thu Aug 28 14:53:31 2008 +0900
47549
47550     sh: Fix compile error sh7785lcr board
47551
47552     This boards used old type preprocessor.
47553     This patch fix compile error.
47554
47555     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
47556     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47557
47558 commit 6f0da4972e48f99d37bc522814940a6022cd3084
47559 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47560 Date:   Fri Aug 22 17:39:09 2008 +0900
47561
47562     sh: Renesas Solutions AP325RXA board support
47563
47564     AP325RXA is SH7723's reference board.
47565     This has SCIF, NOR Flash, Ethernet, USB host, LCDC, SD Host, Camera and other.
47566     In this patch, support SCIF, NOR Flash, and Ethernet.
47567
47568     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
47569     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47570
47571 commit ab09f433b50bb83b5e440c335bc3839ee069e534
47572 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
47573 Date:   Fri Aug 22 17:48:51 2008 +0900
47574
47575     sh: add support Renesas SH7723
47576
47577     Renesas SH7723 has 5 SCIF, SD, Camera, LCDC and other.
47578     This patch supports CPU register's header file and SCIF serial driver.
47579
47580     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
47581     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47582
47583 commit c655fad06ba3fb042dbc667724a40e1a9a091248
47584 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47585 Date:   Sun Aug 31 23:02:04 2008 +0900
47586
47587     sh: Renesas RSK+ 7203 board support
47588
47589     This adds initial support for the RTE RSK+ SH7203 board.
47590
47591     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
47592     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47593
47594 commit 6ede753ddf52a7b0f992d9bccbe5e4a0968ca475
47595 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
47596 Date:   Thu Jul 3 23:11:02 2008 +0900
47597
47598     sh: Add support Renesas SH7203 processor
47599
47600     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
47601     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47602
47603 commit 6ad43d0dd86b612895ddc7f480eb6cdfe793adf9
47604 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47605 Date:   Sun Aug 31 22:48:33 2008 +0900
47606
47607     sh: Add support SH2/SH2A which is CPU of Renesas Technology
47608
47609     Add support SH2/SH2A basic function.
47610
47611     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
47612     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47613
47614 commit 0d53a47dc0737b6aa3a39caee21410c169441ae5
47615 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47616 Date:   Sun Aug 31 22:45:08 2008 +0900
47617
47618     sh: Renesas R0P7785LC0011RL board support
47619
47620     This board has SH7785, 512MB DDR2-SDRAM, NOR Flash,
47621     Graphic, Ethernet, USB, SD, RTC, and I2C controller.
47622
47623     This patch supports the following functions:
47624      - 128MB DDR2-SDRAM (29-bit address mode only)
47625      - NOR Flash
47626      - USB host
47627      - Ethernet
47628
47629     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
47630     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47631
47632 commit b0b6218929bc7de9a6bdb8e564fa8ec2efa71b4e
47633 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
47634 Date:   Thu Jul 10 19:32:53 2008 +0900
47635
47636     sh: add support for SH7785
47637
47638     Renesas SH7785 has DDR2-SDRAM controller, PCI, and other.
47639     This patch supports CPU register's header file.
47640
47641     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
47642     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47643
47644 commit d6e04258be8f2408845468d3cf722a4cf0433445
47645 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47646 Date:   Sun Aug 31 04:45:42 2008 +0200
47647
47648     davinci: fix remaining dm644x_eth
47649
47650     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47651
47652 commit 08ab4e1780fa63c88dd5a5ab52f4ff4ed1ee1878
47653 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47654 Date:   Sun Aug 31 04:24:56 2008 +0200
47655
47656     fs: Move conditional compilation to Makefile
47657
47658     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47659
47660 commit c1de7a6daf9c657484e1c6d433f01fccd49a7f48
47661 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47662 Date:   Sun Aug 31 04:24:55 2008 +0200
47663
47664     devices: merge to list_head
47665
47666     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47667
47668 commit ef0255fc75f28655f9681422079287d68a14dbaa
47669 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47670 Date:   Sun Aug 31 04:24:51 2008 +0200
47671
47672     update linux/list
47673
47674     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47675
47676 commit 71cb31227bee741b274f6c0279b2aac1ab8e28e3
47677 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47678 Date:   Sun Aug 31 00:39:48 2008 +0200
47679
47680     smdk6400: add gitignore
47681
47682     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47683
47684 commit f9f692e2b146d4e306b777e6d5f69f1d725b9eb9
47685 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47686 Date:   Sun Aug 31 00:39:48 2008 +0200
47687
47688     smdk6400: Use CONFIG_FLASH_CFI_DRIVER
47689
47690     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47691
47692 commit 7c0e5a8db3d1358b0ce3cc85ada0de6341ca4a15
47693 Author: Guennadi Liakhovetski <lg@denx.de>
47694 Date:   Sun Aug 31 00:39:47 2008 +0200
47695
47696     smdk6400: remove redundant bootargs definition
47697
47698     Double bootargs setting leads to a duplicated environmant entry.
47699
47700     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
47701
47702 commit 11edcfe260f20dcea79284a3e95270989d433854
47703 Author: Guennadi Liakhovetski <lg@denx.de>
47704 Date:   Sun Aug 31 00:39:47 2008 +0200
47705
47706     ARM: Add support for S3C6400 based SMDK6400 board
47707
47708     SMDK6400 can only boot U-Boot from NAND-flash. This patch adds a nand_spl
47709     driver for it too. The board can also boot from the NOR flash, but due to
47710     hardware limitations it can only address 64KiB on it, which is not enough
47711     for U-Boot. Based on the original sources by Samsung for U-Boot 1.1.6.
47712
47713     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
47714
47715 commit e0056b341069796eaea11eae0fc8eb93a3dceaac
47716 Author: Guennadi Liakhovetski <lg@denx.de>
47717 Date:   Sun Aug 31 00:39:47 2008 +0200
47718
47719     NAND: add NAND driver for S3C64XX
47720
47721     Based on the original S3C64XX NAND driver by Samsung for U-Boot 1.1.6.
47722
47723     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
47724
47725 commit 3fe7b589f9c7463df39056f8872006a67f56a91c
47726 Author: Guennadi Liakhovetski <lg@denx.de>
47727 Date:   Sun Aug 31 00:39:47 2008 +0200
47728
47729     S3C64XX: remove broken HWFLOW support from the serial driver
47730
47731     As noted by Harald Welte, HWFLOW support in the S3C64XX serial driver is
47732     broken and currently unused. Remove it.
47733
47734     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
47735
47736 commit 2fb28dcf82048045e1bf5014e938e486fa6c2383
47737 Author: Guennadi Liakhovetski <lg@denx.de>
47738 Date:   Sun Aug 31 00:39:47 2008 +0200
47739
47740     serial: add S3C64XX serial driver
47741
47742     Based on the original S3C64XX UART driver by Samsung for U-Boot 1.1.6.
47743
47744     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
47745
47746 commit 8262813ca04fc57f5d8856e1828085c136e0f1eb
47747 Author: Guennadi Liakhovetski <lg@denx.de>
47748 Date:   Sun Aug 31 00:39:46 2008 +0200
47749
47750     USB: Add support for OHCI controller on S3C6400
47751
47752     Notice: USB on S3C6400 currently works _only_ with switched off MMU. One could
47753     try to enable the MMU, but map addresses 1-to-1, and disable data cache, then
47754     it should work too and we could still profit from instruction cache.
47755
47756     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
47757
47758 commit 9b07773f8883665b002500c190507e9fd99b7181
47759 Author: Guennadi Liakhovetski <lg@denx.de>
47760 Date:   Sun Aug 31 00:39:46 2008 +0200
47761
47762     ARM: Add arm1176 core with S3C6400 SoC
47763
47764     Based on the original S3C64XX port by Samsung for U-Boot 1.1.6.
47765
47766     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
47767
47768 commit fcaac589a68115819ddadcf5c18ded9a5f9e2c75
47769 Author: Sandeep Paulraj <s-paulraj@ti.com>
47770 Date:   Sun Aug 31 00:39:46 2008 +0200
47771
47772     ARM DaVinci: Changing function names for EMAC driver
47773
47774     DM644x is just one of a series of DaVinci chips that use the EMAC driver.
47775     By replacing all the function names that start with dm644x_* to davinci_*
47776     we make these function more portable. I have tested this change on my EVM.
47777     DM6467 is another DaVinci SOC which uses the EMAC driver and i will
47778     be sending patches that add DaVinci DM6467 support to the list soon.
47779
47780     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
47781
47782 commit fbbb1de369ca7d5ace6f7b0ce9d0aee24a6f457b
47783 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
47784 Date:   Sat Aug 30 23:21:30 2008 +0200
47785
47786     Integrator[AP/CP] - Remove unused file memsetup.S
47787
47788     - memsetup.s is changed/merged to lowlevel_init.S
47789       memsetup.S has a global label memsetup that just returns back to caller
47790     - memsetup global label is changed/merged to lowlevel_init
47791       This label is not called from anywhere.
47792
47793     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
47794
47795 commit 89d51d022a63be1a851eda983c8cbce1a044f65f
47796 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
47797 Date:   Wed Aug 27 21:35:52 2008 +0200
47798
47799     ARM DaVinci: Standardize names of directories/files
47800
47801     ARM DaVinci: Standardize names of directories/files.
47802
47803     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
47804     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47805
47806 commit 264bbdd11d01f14f5ea4629556ae63b00b13402d
47807 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
47808 Date:   Fri Jul 11 15:10:13 2008 -0400
47809
47810     ARM DaVinci: Move common functions to board/davinci/common
47811
47812     ARM DaVinci: Move common functions to board/davinci/common.
47813
47814     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
47815
47816 commit c2b4b2e4814f4ace9015fdb64132894327400bf0
47817 Author: Stefan Roese <sr@denx.de>
47818 Date:   Fri Aug 29 11:56:49 2008 +0200
47819
47820     ppc4xx/NAND: Add select_chip function to 4xx NDFC driver
47821
47822     This function is needed for the new NAND infrastructure. We only need
47823     a dummy implementation though for the NDFC.
47824
47825     Signed-off-by: Stefan Roese <sr@denx.de>
47826
47827 commit 3d4a746e2fb4545f07d871049805fb34ae97cc94
47828 Author: Stefan Roese <sr@denx.de>
47829 Date:   Fri Aug 29 12:06:27 2008 +0200
47830
47831     ppc4xx: Increase image size for NAND boot target
47832
47833     This is needed since now with HUSH enabled (amcc-common.h) the image
47834     read from NAND exceeds the previous limit.
47835
47836     Signed-off-by: Stefan Roese <sr@denx.de>
47837
47838 commit 6b5049d056cd8ef72d1f2f461ceb2d033d93f759
47839 Author: Ben Warren <biggerbadderben@gmail.com>
47840 Date:   Thu Aug 28 23:58:30 2008 -0700
47841
47842     Move MPC512x_FEC driver to drivers/net
47843
47844     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47845
47846 commit 80b00af01b3c9154774de2936f05a051e92f6a03
47847 Author: Ben Warren <biggerbadderben@gmail.com>
47848 Date:   Thu Aug 28 23:58:29 2008 -0700
47849
47850     Move MPC5xxx_FEC driver to drivers/net
47851
47852     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
47853
47854 commit 3de7bf0e6b1ad2608014096c8192f13229b2e9d7
47855 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47856 Date:   Fri Aug 29 21:53:57 2008 +0200
47857
47858     cmd_terminal: remove no need ifdef
47859
47860     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47861
47862 commit 578118bdf122877ae769776be002255be447b4fa
47863 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47864 Date:   Fri Aug 29 21:53:57 2008 +0200
47865
47866     common/Makefile: order by functionality
47867
47868     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47869
47870 commit ba7b5b2348b684cf8ec424b2e38e267dc1cfd2fb
47871 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47872 Date:   Fri Aug 29 21:53:56 2008 +0200
47873
47874     miiphyutil: Move conditional compilation to Makefile
47875
47876     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47877
47878 commit 81789c39db3f0f6b621df8c0ec66014d701f368e
47879 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47880 Date:   Fri Aug 29 21:53:37 2008 +0200
47881
47882     autoscript: Move conditional compilation to Makefile
47883
47884     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47885
47886 commit bbf52df9aa94ffb115b8b1ebeb00d01374bb0a1d
47887 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47888 Date:   Fri Aug 29 01:18:11 2008 +0200
47889
47890     crc16: move to lib_generic
47891
47892     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47893
47894 commit 55195773eacefb22dd483a3c560ea30a14263ce1
47895 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47896 Date:   Fri Aug 29 01:18:01 2008 +0200
47897
47898     miiphybb: move to drivers/net/phy
47899
47900     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47901
47902 commit e8314035996a9118ac5948df2ff8a2f2161ed67a
47903 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47904 Date:   Thu Aug 28 12:31:51 2008 +0200
47905
47906     soft_spi: move to drivers/spi
47907
47908     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47909
47910 commit 4d75e0aa9caca64d4a1d55d95cd1ca5f30d9fc56
47911 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47912 Date:   Thu Aug 28 12:31:51 2008 +0200
47913
47914     soft_i2c: move to drivers/i2c
47915
47916     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47917
47918 commit 717a222229fdb77703e9174d0eb08a4b41febf49
47919 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47920 Date:   Thu Aug 28 12:31:48 2008 +0200
47921
47922     gunzip: move to lib_generic
47923
47924     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47925
47926 commit 52aef8f9ba28b747973bf76741c23db658d5773c
47927 Author: Wolfgang Ocker <weo@reccoware.de>
47928 Date:   Tue Aug 26 19:55:23 2008 +0200
47929
47930     ppc4xx: NAND configuration
47931
47932     Made NAND bank configuration setting a config variable.
47933
47934     Signed-off-by: Wolfgang Ocker <weo@reccoware.de>
47935     Signed-off-by: Stefan Roese <sr@denx.de>
47936
47937 commit 5bc542a593abc9e974fbd34704af85c37c366c60
47938 Author: Victor Gallardo <vgallardo@amcc.com>
47939 Date:   Thu Aug 28 16:03:28 2008 -0700
47940
47941     ppc4xx: fix UIC external_interrupt hang on UIC0
47942
47943     This patch fixes a UIC external_interrupt hang if critical or non-critical
47944     interrupt is set at the same time as a normal interrupt is set on UIC0.
47945
47946     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
47947     Signed-off-by: Stefan Roese <sr@denx.de>
47948
47949 commit 04737d5ffd16248cb80ab3dd4f3765057a803f18
47950 Author: Prodyut  Hazarika <phazarika@amcc.com>
47951 Date:   Wed Aug 27 16:39:00 2008 -0700
47952
47953     ppc4xx: Optimizations/Cleanups for IBM DDR2 Memory Controller
47954
47955     Removed Magic numbers from Initialization preload registers
47956     Tested with Kilauea, Glacier, Canyonlands and Katmai boards
47957     About 5-7% improvement seen for LMBench memtests
47958
47959     Signed-off-by: Prodyut Hazarika <phazarika@amcc.com>
47960     Signed-off-by: Stefan Roese <sr@denx.de>
47961
47962 commit 8a490422bed685c9491274ec997f62061d88620b
47963 Author: John Rigby <jrigby@freescale.com>
47964 Date:   Thu Aug 28 13:17:07 2008 -0600
47965
47966     ADS5121: Fix NOR and CPLD ALE timing for rev 2 silicon
47967
47968     MPC5121 rev 2 silicon has a new register for controlling how long
47969     CS is asserted after deassertion of ALE in multiplexed mode.
47970
47971     The default is to assert CS together with ALE.  The alternative
47972     is to assert CS (ALEN+1)*LPC_CLK clocks after deassertion of ALE.
47973
47974     The default is wrong for the NOR flash and CPLD on the ADS5121.
47975
47976     This patch turns on the alternative for CS0 (NOR) and CS2 (CPLD)
47977     it does so conditionally based on silicon rev 2.0 or greater.
47978
47979     Signed-off-by: Martha J Marx <mmarx@silicontkx.com>
47980     Signed-off-by: John Rigby <jrigby@freescale.com>
47981
47982 commit 5d9a5efa4b332f442b54a755d49969123c3a8742
47983 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
47984 Date:   Tue Aug 19 00:56:46 2008 +0600
47985
47986     Add I2C frequency dividers for ColdFire
47987
47988     The existing I2C freqency dividers for FDR does not apply
47989     to ColdFire platforms; thus, a seperate table is added
47990     based on MCF5xxx Reference Manual
47991
47992     Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
47993     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
47994     Acked-by: Tabi Timur <timur@freescale.com>
47995
47996 commit eec567a67e00d1ed8d941e9098b7d421f4091abf
47997 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
47998 Date:   Tue Aug 19 03:01:19 2008 +0600
47999
48000     ColdFire: I2C fix for multiple platforms
48001
48002     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
48003
48004 commit d53cf6a9c7423cba668b867978648645f71c3090
48005 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
48006 Date:   Tue Aug 19 00:37:13 2008 +0600
48007
48008     ColdFire: Add CONFIG_MII_INIT for M5272C3
48009
48010     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
48011
48012 commit f78ced3028d4130b24a318943a70cf5584ab16f4
48013 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
48014 Date:   Tue Aug 19 00:26:25 2008 +0600
48015
48016     ColdFire: Multiple fixes for MCF5445x platforms
48017
48018     Add FEC pin set and mii reset in __mii_init(). Change
48019     legacy flash vendor from 2 to AMD LEGACY (0xFFF0),
48020     change cfi_offset to 0, and change CFG_FLASH_CFI to
48021     CONFIG_FLASH_CFI_LEGACY. Correct M54451EVB and
48022     M54455EVB env settings in configuration file.
48023
48024     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
48025
48026 commit 454e725b3a9537b7f273bbd0cbca180f23a7a6e8
48027 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
48028 Date:   Fri Aug 15 18:24:25 2008 +0000
48029
48030     ColdFire: Change the SDRAM BRD2WT timing from 3 to 7
48031
48032     The user manuals recommend 7.
48033
48034     Signed-off-by: Kurt Mahan <kmahan@freescale.com>
48035     Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
48036
48037 commit 79e0799cf6e88d98d77b216a55234bf674b59a4e
48038 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
48039 Date:   Fri Aug 15 16:50:07 2008 +0000
48040
48041     ColdFire: Raise uart baudrate to 115200 bps
48042
48043     M5249EVB, M5271EVB, M5272C3, M5275EVB and M5282EVB platforms
48044     uart baudrate increase from 19200 to 115200 bps
48045
48046     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
48047
48048 commit ab6ba842682552ccf071d0034da0a20633d1d1ac
48049 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
48050 Date:   Wed Aug 13 12:07:03 2008 +0000
48051
48052     ColdFire: Fix board.c warning message
48053
48054     Implicit declaration of nand_init() warning message
48055
48056     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
48057
48058 commit 5798b1c4650e9a8713c95b25c1e669a2bc80a97b
48059 Author: Kumar Gala <galak@kernel.crashing.org>
48060 Date:   Wed Aug 27 01:10:34 2008 -0500
48061
48062     FSL DDR: Remove duplicate setting of cs0_bnds register on 86xx.
48063
48064     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48065
48066 commit 258c37b147353bc522ffc33dfbd7d0d9cd7c32d7
48067 Author: Heiko Schocher <hs@denx.de>
48068 Date:   Thu Aug 21 20:44:49 2008 +0200
48069
48070     mpc52xx: added support for the MPC5200 based MUC.MC52 board from MAN.
48071
48072     Signed-off-by: Heiko Schocher <hs@denx.de>
48073
48074 commit 9cff4448a9cb882defe6c8bde73b77fc0c636799
48075 Author: Kumar Gala <galak@kernel.crashing.org>
48076 Date:   Tue Aug 19 14:46:36 2008 -0500
48077
48078     mpc85xx: remove redudant code with lib_ppc/interrupts.c
48079
48080     For some reason we duplicated the majority of code in lib_ppc/interrupts.c
48081     not show how that happened, but there is no good reason for it.
48082
48083     Use the interrupt_init_cpu() and timer_interrupt_cpu() since its why
48084     they exist.
48085
48086     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48087
48088 commit 9490a7f1a9484617bad75c60807ce02c8a3a6d56
48089 Author: Kumar Gala <galak@kernel.crashing.org>
48090 Date:   Fri Jul 25 13:31:05 2008 -0500
48091
48092     mpc85xx: Add support for the MPC8536DS reference board
48093
48094     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48095     Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
48096     Signed-off-by: Dejan Minic <minic@freescale.com>
48097     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
48098     Signed-off-by: Dave Liu <daveliu@freescale.com>
48099     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48100
48101 commit ef50d6c06ece74fb17e8d7510e62cad9df8b810d
48102 Author: Kumar Gala <galak@kernel.crashing.org>
48103 Date:   Tue Aug 12 11:14:19 2008 -0500
48104
48105     mpc85xx: Add support for the MPC8536
48106
48107     The MPC8536 Adds SDHC and SATA controllers to the PQ3 family.  We
48108     also have SERDES init code for the 8536.
48109
48110     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48111     Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
48112     Signed-off-by: Dejan Minic <minic@freescale.com>
48113     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
48114     Signed-off-by: Dave Liu <daveliu@freescale.com>
48115
48116 commit 129ba616b3813dde861f25f3d8a3c47c5c36ad5f
48117 Author: Kumar Gala <galak@kernel.crashing.org>
48118 Date:   Tue Aug 12 11:13:08 2008 -0500
48119
48120     mpc85xx: Add support for the MPC8572DS reference board
48121
48122     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48123
48124 commit 457caecdbca3df21a93abff19eab12dbc61b7897
48125 Author: Kumar Gala <galak@kernel.crashing.org>
48126 Date:   Wed Aug 27 01:05:35 2008 -0500
48127
48128     FSL DDR: Remove old SPD support from cpu/mpc85xx
48129
48130     All 85xx boards have been converted to the new code so we can
48131     remove the old SPD DDR setup code.
48132
48133     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48134
48135 commit 0e7927db138976469e7257e29c1338050a50fcd9
48136 Author: Kumar Gala <galak@kernel.crashing.org>
48137 Date:   Wed Aug 27 01:04:07 2008 -0500
48138
48139     FSL DDR: Convert STXSSA to new DDR code.
48140
48141     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48142
48143 commit c360d9b970fbb9c13744c355879671165bbb9b9e
48144 Author: Kumar Gala <galak@kernel.crashing.org>
48145 Date:   Wed Aug 27 01:03:42 2008 -0500
48146
48147     FSL DDR: Convert STXGP3 to new DDR code.
48148
48149     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48150
48151 commit 8e55313b7ae12352a343f9b9962e662dbd897187
48152 Author: Kumar Gala <galak@kernel.crashing.org>
48153 Date:   Tue Aug 26 23:52:58 2008 -0500
48154
48155     FSL DDR: Convert SBC8560 to new DDR code.
48156
48157     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48158
48159 commit 9658bec2e8f55d56ca1be70090ce5a348be4980f
48160 Author: Kumar Gala <galak@kernel.crashing.org>
48161 Date:   Tue Aug 26 23:52:32 2008 -0500
48162
48163     FSL DDR: Convert MPC8540EVAL to new DDR code.
48164
48165     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48166
48167 commit 6bfa8f723cfd82c55e3ef5620ade396916470a70
48168 Author: Kumar Gala <galak@kernel.crashing.org>
48169 Date:   Tue Aug 26 23:52:07 2008 -0500
48170
48171     FSL DDR: Convert PM856 to new DDR code.
48172
48173     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48174
48175 commit d53bd3e17bd4f460257c19255569ea6dcfaae817
48176 Author: Kumar Gala <galak@kernel.crashing.org>
48177 Date:   Tue Aug 26 23:51:49 2008 -0500
48178
48179     FSL DDR: Convert PM854 to new DDR code.
48180
48181     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48182
48183 commit 33b9079ba20926f14238fff863b68a98e938948e
48184 Author: Kumar Gala <galak@kernel.crashing.org>
48185 Date:   Tue Aug 26 23:15:28 2008 -0500
48186
48187     FSL DDR: Convert sbc8548 to new DDR code.
48188
48189     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48190
48191 commit a947e4c7eb15cea1d9fb633955c516aab5ad35dd
48192 Author: Kumar Gala <galak@kernel.crashing.org>
48193 Date:   Tue Aug 26 23:14:14 2008 -0500
48194
48195     FSL DDR: Convert atum8548 to new DDR code.
48196
48197     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48198
48199 commit be0bd8234b9777ecd63c4c686f72af070d886517
48200 Author: Kumar Gala <galak@kernel.crashing.org>
48201 Date:   Tue Aug 26 22:56:56 2008 -0500
48202
48203     FSL DDR: Convert socrates to new DDR code.
48204
48205     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48206
48207 commit 1167a2fd56138b716e01370c4267f3b70bf9ffa0
48208 Author: Kumar Gala <galak@kernel.crashing.org>
48209 Date:   Tue Aug 26 08:02:30 2008 -0500
48210
48211     FSL DDR: Convert MPC8544DS to new DDR code.
48212
48213     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48214
48215 commit e6f5b35b41ddbd637bb9ca4ad985b1e0b07dae0e
48216 Author: Jon Loeliger <jdl@freescale.com>
48217 Date:   Tue Mar 18 13:51:05 2008 -0500
48218
48219     FSL DDR: Convert MPC8568MDS to new DDR code.
48220
48221     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48222     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48223
48224 commit e31d2c1e2bc954dc32e33bb2076139f85b95f8e6
48225 Author: Jon Loeliger <jdl@freescale.com>
48226 Date:   Tue Mar 18 13:51:06 2008 -0500
48227
48228     FSL DDR: Convert MPC8548CDS to new DDR code.
48229
48230     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48231     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48232
48233 commit aa11d85cf318b961e029fe50d68ca47d004bce93
48234 Author: Jon Loeliger <jdl@freescale.com>
48235 Date:   Mon Mar 17 15:48:18 2008 -0500
48236
48237     FSL DDR: Convert MPC8541CDS to new DDR code.
48238
48239     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48240     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48241
48242 commit 2b40edb10d81da7bba724edbccd7f53777112579
48243 Author: Jon Loeliger <jdl@freescale.com>
48244 Date:   Tue Mar 18 11:12:42 2008 -0500
48245
48246     FSL DDR: Convert MPC8555ADS to new DDR code.
48247
48248     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48249     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48250
48251 commit 8b625114e8bc5a6b436181167a6e7fcd3303dd2c
48252 Author: Jon Loeliger <jdl@freescale.com>
48253 Date:   Tue Mar 18 11:12:44 2008 -0500
48254
48255     FSL DDR: Convert MPC8560ADS to new DDR code.
48256
48257     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48258     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48259
48260 commit 9617c8d49a21703eaf13a4033ab1a56eecc033cc
48261 Author: Kumar Gala <galak@kernel.crashing.org>
48262 Date:   Fri Jun 6 13:12:18 2008 -0500
48263
48264     FSL DDR: Convert MPC8540ADS to new DDR code.
48265
48266     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48267
48268 commit 2a6c2d7ab2a66660f40a6cd3de2eb29ee29d9693
48269 Author: Kumar Gala <galak@kernel.crashing.org>
48270 Date:   Tue Aug 26 21:34:55 2008 -0500
48271
48272     FSL DDR: Add 85xx specific register setting
48273
48274     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48275
48276 commit 6fb1b7346849ccd0c20306143e334f5b76143070
48277 Author: Kumar Gala <galak@kernel.crashing.org>
48278 Date:   Mon Jun 9 11:07:46 2008 -0500
48279
48280     FSL DDR: Add e500 TLB helper for DDR code
48281
48282     Provide a helper function that board code can call to map TLBs when
48283     setting up DDR.
48284
48285     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48286
48287 commit d26b739afe5a6760bd345743188759cd9d0f3b47
48288 Author: Andrew Dyer <adyer@righthandtech.com>
48289 Date:   Tue Aug 26 17:03:38 2008 -0500
48290
48291     dm9000 remove dead external phy support, gpio fix
48292
48293     dm9000 has code to detect and initialize external phy parts, but later
48294     on in the code the part is forced to use the internal phy
48295     unconditionally.  Remove the unused/untested code.
48296
48297     change the GPIO initialization so that only the GPIO used as an
48298     internal phy reset (hardwired in the chip) is set as an output.  The
48299     remaining GPIO need to be handled by board specific code to prevent
48300     possible drive conflicts.  Set as inputs for safety.
48301
48302     replace a few magic numbers with defines
48303
48304     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
48305     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
48306
48307 commit a1573db0c07c8ba99e9c373bb07ecd6f59da672c
48308 Author: Peter Tyser <ptyser@xes-inc.com>
48309 Date:   Tue Aug 26 11:17:48 2008 -0500
48310
48311     Standardize bootp, tftpboot, rarpboot, dhcp, and nfs command descriptions
48312
48313     cmd_net.c command descriptions were updated to describe the optional
48314     hostIPaddr argument.  The dhcp command help message was also updated
48315     to more closely reflect the other commands in cmd_net.c
48316
48317     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
48318     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
48319
48320 commit 51dfe1382ebaf691485badfa0ea5e75b0710531b
48321 Author: Remy Bohmer <linux@bohmer.net>
48322 Date:   Wed Aug 20 11:30:28 2008 +0200
48323
48324     Fix bogus error message in the DHCP handler
48325
48326     The DHCP handler has 1 state that is not listed in this case, causing a
48327     failure message when there is actually no failure.
48328
48329     Signed-off-by: Remy Bohmer <linux@bohmer.net>
48330     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
48331
48332 commit 61365501a0e2cae9c1df2818b7b5b3f52c450d18
48333 Author: Remy Bohmer <linux@bohmer.net>
48334 Date:   Wed Aug 20 11:30:27 2008 +0200
48335
48336     Fix compile error when CONFIG_BOOTP_RANDOM_DELAY is set.
48337
48338     The option CONFIG_BOOTP_RANDOM_DELAY does not compile, because of a
48339     missing extern inside the net/bootp.h header
48340
48341     Signed-off-by: Remy Bohmer <linux@bohmer.net>
48342     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
48343
48344 commit 1803f7f91ff35ca402259065df7557107dcf28a2
48345 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
48346 Date:   Tue Aug 19 21:26:32 2008 +0000
48347
48348     ColdFire: Add FEC Buffer descriptors in SRAM
48349
48350     Add FEC Buffer descriptors and data buffer in SRAM for
48351     faster execution and access.
48352
48353     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
48354     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
48355
48356 commit 429be27ce195210d4b9decf9e867b9ca6155a87d
48357 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
48358 Date:   Thu Aug 21 23:55:11 2008 +0000
48359
48360     Fix ColdFire FEC warning messages
48361
48362     Types mismatch and implicit declaration of icache_invalid()
48363     warning messages
48364
48365     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
48366     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
48367
48368 commit 6a002171098e968bd5b362347d2831224fab6048
48369 Author: Ben Warren <biggerbadderben@gmail.com>
48370 Date:   Sat Jul 12 00:17:50 2008 -0700
48371
48372     Moved initialization of SKGE Ethernet driver to board code.
48373
48374     The only board using this driver is the SL8245 board.
48375     Removed initialization for the driver from net/eth.c
48376
48377     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
48378
48379 commit 8379f42bc745eb9e4ca551a30fd2d0a63f740d75
48380 Author: Ben Warren <biggerbadderben@gmail.com>
48381 Date:   Sat Jul 12 00:08:45 2008 -0700
48382
48383     Moved conditional compilation to Makefile for SK98 Ethernet driver
48384
48385     Brute-force removal of #ifdefs.  Didn't touch the code.
48386     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
48387
48388 commit 65d3d99c28dc363d15eaee78225ff643df499b97
48389 Author: Ben Warren <biggerbadderben@gmail.com>
48390 Date:   Fri Jul 11 23:42:19 2008 -0700
48391
48392     Moved initialization of ULI526X Ethernet driver to board code.
48393
48394     The only board using this driver is the Freescale MPC8610HPCD board.
48395     Removed initialization for the driver from net/eth.c
48396
48397     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
48398
48399 commit 914947313a710f5dcf06beaf7f2aa24f1ebcce4f
48400 Author: Ben Warren <biggerbadderben@gmail.com>
48401 Date:   Fri Jul 11 23:15:28 2008 -0700
48402
48403     Moved initialization of Blackfin EMAC Ethernet controller to board_eth_init()
48404
48405     Added board_eth_init() function to bf537-stamp board.
48406     Removed initialization for the Blackin EMAC driver from net/eth.c
48407
48408     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
48409
48410 commit fc363ce35408f348cacced68505f3747a53e3d7c
48411 Author: Ben Warren <biggerbadderben@gmail.com>
48412 Date:   Wed Jul 9 01:04:19 2008 -0700
48413
48414     Moved initialization of GRETH Ethernet driver to CPU directory
48415
48416     Added a cpu_eth_init() function to leon2/leon3 CPU directories and
48417     removed code from net/eth.c
48418
48419     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
48420
48421 commit 86882b80771309bceb11c6accfd7f6f90ade8bfc
48422 Author: Ben Warren <biggerbadderben@gmail.com>
48423 Date:   Tue Aug 26 22:16:25 2008 -0700
48424
48425     Moved initialization of MCFFEC Ethernet driver to CPU directory
48426
48427     Added a cpu_eth_init() function to coldfire CPU directories and
48428     removed code from net/eth.c
48429
48430     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
48431
48432 commit b31da88b9c160d80d42a59cbbb31e24f27184d5c
48433 Author: Ben Warren <biggerbadderben@gmail.com>
48434 Date:   Tue Aug 26 22:12:36 2008 -0700
48435
48436     Moved initialization of FSL_MCDMAFEC Ethernet driver to CPU directory
48437
48438     Added a cpu_eth_init() function to cpu/mcf547x_8x directory and
48439     removed code from net/eth.c
48440
48441     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
48442
48443 commit b5710d9974f6f0f3ddb4e67d6cccc262ab37049e
48444 Author: Kumar Gala <galak@kernel.crashing.org>
48445 Date:   Tue Aug 26 15:01:38 2008 -0500
48446
48447     FSL DDR: Remove old SPD support from cpu/mpc86xx
48448
48449     All 86xx boards have been converted to the new code so we can
48450     remove the old SPD DDR setup code.
48451
48452     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48453
48454 commit 9bd4e5911b750837515466bc7449087698b88e0e
48455 Author: Kumar Gala <galak@kernel.crashing.org>
48456 Date:   Tue Aug 26 15:01:37 2008 -0500
48457
48458     FSL DDR: Convert SBC8641D to new DDR code.
48459
48460     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48461
48462 commit 39aa1a73483e1ac2bd56d5523abfc3970ee82c77
48463 Author: Jon Loeliger <jdl@freescale.com>
48464 Date:   Tue Aug 26 15:01:36 2008 -0500
48465
48466     FSL DDR: Convert MPC8610HPCD to new DDR code.
48467
48468     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48469     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48470
48471 commit 6a8e5692933e8e6d6e5ba7e594f49dd6d4c3a263
48472 Author: Kumar Gala <galak@kernel.crashing.org>
48473 Date:   Tue Aug 26 15:01:35 2008 -0500
48474
48475     FSL DDR: Convert MPC8641HPCN to new DDR code.
48476
48477     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48478     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48479
48480 commit 46ff4f1100ea64a01d21cc008ce85ac15eb1821f
48481 Author: Kumar Gala <galak@kernel.crashing.org>
48482 Date:   Tue Aug 26 15:01:34 2008 -0500
48483
48484     FSL DDR: Add 86xx specific register setting
48485
48486     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48487
48488 commit 233fdd502a6c227f476212b3097653ad48d7e254
48489 Author: Kumar Gala <galak@kernel.crashing.org>
48490 Date:   Tue Aug 26 15:01:32 2008 -0500
48491
48492     FSL DDR: Add DDR2 DIMM paramter support
48493
48494     Compute DIMM parameters based upon the SPD information.
48495
48496     Signed-off-by: James Yang <James.Yang@freescale.com>
48497     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48498     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48499
48500 commit 05c05a2363a6ac11e0e405926034546ffad71fad
48501 Author: Kumar Gala <galak@kernel.crashing.org>
48502 Date:   Tue Aug 26 15:01:30 2008 -0500
48503
48504     FSL DDR: Add DDR1 DIMM paramter support
48505
48506     Compute DIMM parameters based upon the SPD information in spd.
48507
48508     Signed-off-by: James Yang <James.Yang@freescale.com>
48509     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48510     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48511
48512 commit 58e5e9aff147e8c7e2bc1406bf9384f65f020ffa
48513 Author: Kumar Gala <galak@kernel.crashing.org>
48514 Date:   Tue Aug 26 15:01:29 2008 -0500
48515
48516     FSL DDR: Rewrite the FSL mpc8xxx DDR controller setup code.
48517
48518     The main purpose of this rewrite it to be able to share the same
48519     initialization code on all FSL PowerPC products that have DDR
48520     controllers.  (83xx, 85xx, 86xx).
48521
48522     The code is broken up into the following steps:
48523         GET_SPD
48524         COMPUTE_DIMM_PARMS
48525         COMPUTE_COMMON_PARMS
48526         GATHER_OPTS
48527         ASSIGN_ADDRESSES
48528         COMPUTE_REGS
48529         PROGRAM_REGS
48530
48531     This allows us to share more code an easily allow for board specific code
48532     overrides.
48533
48534     Additionally this code base adds support for >4G of DDR and provides a
48535     foundation for supporting interleaving on processors with more than one
48536     controller.
48537
48538     Signed-off-by: James Yang <James.Yang@freescale.com>
48539     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48540     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
48541     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
48542     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48543
48544 commit f784e32b4bce0013983506b11af4b85b8ca3d36e
48545 Author: Kumar Gala <galak@kernel.crashing.org>
48546 Date:   Tue Aug 26 15:01:28 2008 -0500
48547
48548     FSL DDR: Provide a generic set_ddr_laws()
48549
48550     Provide a helper function that will setup the last available
48551     LAWs (upto 2) for DDR.  Useful for SPD/dyanmic DDR setting code.
48552
48553     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48554
48555 commit 0f2cbe3f5eddbdf3848265f35e4f714434929cff
48556 Author: James Yang <James.Yang@freescale.com>
48557 Date:   Tue Aug 26 15:01:27 2008 -0500
48558
48559     Add proper SPD definitions for DDR1/2/3
48560
48561     Also adds helper functions for DDR1/2 to verify the checksum.
48562
48563     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48564
48565 commit 285db74716c724ae8a0ff177878fd09a74428c7b
48566 Author: Wolfgang Denk <wd@denx.de>
48567 Date:   Wed Aug 27 01:02:48 2008 +0200
48568
48569     Update CHANGELOG
48570
48571     Signed-off-by: Wolfgang Denk <wd@denx.de>
48572
48573 commit adf22b66d8bf05bd46e098cf71e6dca29b30aa7b
48574 Author: Heiko Schocher <hs@denx.de>
48575 Date:   Tue Aug 19 10:08:49 2008 +0200
48576
48577     Add support for muas3001 board (MPC8270)
48578
48579     Signed-off-by: Heiko Schocher <hs@denx.de>
48580
48581 commit 322098bff32410d2a00031649b47c4ec90a66d9a
48582 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
48583 Date:   Tue Aug 19 08:31:18 2008 +0530
48584
48585     common/cmd_load.c cleanup - remove unused variables
48586
48587     - Remove unused global variable os_data_count.
48588     - Remove unused variable z.
48589
48590     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
48591
48592 commit 306620b762a4f9fa6678568ad2e8772dec145208
48593 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
48594 Date:   Mon Aug 18 13:35:27 2008 +0200
48595
48596     remove MVS1 board
48597
48598     MVS1 board has reached end-of-life and can be removed completely.
48599
48600     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
48601
48602 commit 40d7e99d374ba0a0a29cd1a8ba40d3b7c2c175c7
48603 Author: Kumar Gala <galak@kernel.crashing.org>
48604 Date:   Fri Aug 15 08:24:45 2008 -0500
48605
48606     bootm: refactor do_reset and os boot function args
48607
48608     There is no need for each OS specific function to call do_reset() we
48609     can just do it once in bootm. This means its feasible on an error for
48610     the OS boot function to return.
48611
48612     Also, remove passing in cmd_tbl_t as its not needed by the OS boot
48613     functions.  flag isn't currently used but might be in the future so
48614     we left it alone.
48615
48616     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48617
48618 commit 40afac22a9c602e55c501c800f1c064324711b56
48619 Author: Kumar Gala <galak@kernel.crashing.org>
48620 Date:   Fri Aug 15 08:24:44 2008 -0500
48621
48622     fdt: Added resize command
48623
48624     Resize the fdt to size + padding to 4k boundary
48625
48626     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48627
48628 commit 2a1a2cb6e2b87ee550e6f27b647d23331dfd5e1b
48629 Author: Kumar Gala <galak@kernel.crashing.org>
48630 Date:   Fri Aug 15 08:24:43 2008 -0500
48631
48632     fdt: refactor initrd related code
48633
48634     Created a new fdt_initrd() to deal with setting the initrd properties
48635     in the device tree and fixing up the mem reserve.  We can use this
48636     both in the choosen node handling and lets us remove some duplicated
48637     code when we fixup the initrd info in bootm on PPC.
48638
48639     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48640
48641 commit 3082d2348c8e13342f5fdd10e9b3f7408062dbf9
48642 Author: Kumar Gala <galak@kernel.crashing.org>
48643 Date:   Fri Aug 15 08:24:42 2008 -0500
48644
48645     fdt: refactor fdt resize code
48646
48647     Move the fdt resizing code out of ppc specific boot code and into
48648     common fdt support code.
48649
48650     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48651
48652 commit 396f635b8ff3ccbc38d75d5eda98444c6466810a
48653 Author: Kumar Gala <galak@kernel.crashing.org>
48654 Date:   Fri Aug 15 08:24:41 2008 -0500
48655
48656     bootm: refactor image detection and os load steps
48657
48658     Created a bootm_start() that handles the parsing and detection of all
48659     the images that will be used by the bootm command (OS, ramdisk, fdt).
48660     As part of this we now tract all the relevant image offsets in the
48661     bootm_headers_t struct. This will allow us to have all the needed
48662     state for future sub-commands and lets us reduce a bit of arch
48663     specific code on SPARC.
48664
48665     Created a bootm_load_os() that deals with decompression and loading
48666     the OS image.
48667
48668     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48669
48670 commit e906cfae08e8cc2447f59b1bc4c22ab9c3c286d2
48671 Author: Kumar Gala <galak@kernel.crashing.org>
48672 Date:   Fri Aug 15 08:24:40 2008 -0500
48673
48674     bootm: move lmb into the bootm_headers_t structure
48675
48676     To allow for persistent state between future bootm subcommands we
48677     need the lmb to exist in a global state.
48678     Moving it into the bootm_headers_t allows us to do that.
48679
48680     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48681
48682 commit 54f9c86691309b2f919f567f9255b8bcad2c7651
48683 Author: Kumar Gala <galak@kernel.crashing.org>
48684 Date:   Fri Aug 15 08:24:39 2008 -0500
48685
48686     bootm: Set working fdt address as part of the bootm flow
48687
48688     Set the fdt working address so "fdt FOO" commands can be used as part
48689     of the bootm flow.  Also set an the environment variable "fdtaddr"
48690     with the value.
48691
48692     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48693
48694 commit 06a09918f3903450313e2047a9cc258bf5872f46
48695 Author: Kumar Gala <galak@kernel.crashing.org>
48696 Date:   Fri Aug 15 08:24:38 2008 -0500
48697
48698     bootm: refactor fdt locating and relocation code
48699
48700     Move the code that handles finding a device tree blob and relocating
48701     it (if needed) into common code so all arch's have access to it.
48702
48703     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48704
48705 commit c4f9419c6b54958e0eddbcbc9e5a4a7b7ec99865
48706 Author: Kumar Gala <galak@kernel.crashing.org>
48707 Date:   Fri Aug 15 08:24:37 2008 -0500
48708
48709     bootm: refactor ramdisk locating code
48710
48711     Move determing if we have a ramdisk and where its located into the
48712     common code. Keep track of the ramdisk start and end in the
48713     bootm_headers_t image struct.
48714
48715     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48716
48717 commit c160a9544743e80e8889edb2275538e7764ce334
48718 Author: Kumar Gala <galak@kernel.crashing.org>
48719 Date:   Fri Aug 15 08:24:36 2008 -0500
48720
48721     bootm: refactor entry point code
48722
48723     Move entry point code out of each arch and into common code.
48724     Keep the entry point in the bootm_headers_t images struct.
48725
48726     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48727
48728 commit 20220d22b9f41446288588cd2e457e0077a18bed
48729 Author: Randy Vinson <rvinson@mvista.com>
48730 Date:   Wed Aug 13 11:44:57 2008 -0700
48731
48732     mpc7448hpc2: Fix PCI I/O space mapping.
48733
48734     PCI I/O space is currently mapped 1:1 at 0xFA000000. Linux requires
48735     PCI I/O space to start at 0 on the PCI bus. This patch maps PCI I/O
48736     space such that 0xFA000000 in the processor's address space maps to 0
48737     on the PCI I/O bus.
48738
48739     Signed-off-by Randy Vinson <rvinson@mvista.com>
48740     Acked-by: Roy Zang <tie-fei.zang@freescale.com>
48741
48742 commit b4e07520bbb5467ad72eb92a5c9177d2797b9e30
48743 Author: Guennadi Liakhovetski <lg@denx.de>
48744 Date:   Wed Aug 13 18:10:26 2008 +0200
48745
48746     i.MX31: Specify maintainers for i.MX31-based boards
48747
48748     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
48749     Signed-off-by: Wolfgang Denk <wd@denx.de>
48750
48751 commit 51e46e28fda4bbdf5149ac7f67d62fcc8df4da63
48752 Author: Wolfgang Denk <wd@denx.de>
48753 Date:   Tue Aug 26 15:01:28 2008 +0200
48754
48755     ADS5121: adjust image addresses in RAM and flash
48756
48757     Use the same mapping in flash as used by Linux
48758
48759     Signed-off-by: Wolfgang Denk <wd@denx.de>
48760
48761 commit 19f101412c16edee9fd55db4039e1d68a833b28b
48762 Author: Wolfgang Denk <wd@denx.de>
48763 Date:   Tue Aug 26 13:14:34 2008 +0200
48764
48765     cmd_mem.c: Fix help message alignment
48766
48767     Bug was introced by "Big white-space cleanup" (53677ef1)
48768
48769     Signed-off-by: Wolfgang Denk <wd@denx.de>
48770
48771 commit 1a9eeb78b825bfade31d7606a2fe3b9eca9e35be
48772 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
48773 Date:   Wed Aug 20 11:11:52 2008 +0200
48774
48775     change mvBL-M7 default env and move to vendor subdir
48776
48777     fix mvBL-M7 config and move to matrix_vision subdir
48778
48779     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
48780     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
48781
48782 commit 002d27caf26e7eb913d474d3a91f67d56c8c31d5
48783 Author: Nick Spence <nick.spence@freescale.com>
48784 Date:   Fri Aug 22 23:52:40 2008 -0700
48785
48786     MPC83XX: Add miscellaneous registers and #defines to support MPC83xx family devices
48787
48788     This patch adds elements to the 83xx sysconf structure and #define values that are used
48789     by mpc83xx family devices.
48790
48791     Signed-off-by: Nick Spence <nick.spence@freescale.com>
48792     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
48793
48794 commit 447ad5768abda669ac0e7f46fcdb62fbe828d637
48795 Author: Ira W. Snyder <iws@ovro.caltech.edu>
48796 Date:   Fri Aug 22 11:00:15 2008 -0700
48797
48798     MPC8349EMDS: Add PCI Agent (PCISLAVE) support
48799
48800     Add the ability for the MPC8349EMDS to run in PCI Agent mode, acting as a
48801     PCI card rather than a host computer.
48802
48803     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
48804     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
48805
48806 commit 4ff9aea9d6b5602683a920951ef896996438af62
48807 Author: Ira W. Snyder <iws@ovro.caltech.edu>
48808 Date:   Fri Aug 22 11:00:14 2008 -0700
48809
48810     mpc83xx: add PCISLAVE support to 83XX_GENERIC_PCI setup code
48811
48812     This adds a helper function to unlock the PCI configuration bit, so that
48813     any extra PCI setup (such as outbound windows, etc.) can be done after
48814     using the 83XX_GENERIC_PCI code to set up the PCI bus.
48815
48816     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
48817     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
48818
48819 commit 162338e1fcde231ca4d562e5ebd7859456731691
48820 Author: Ira W. Snyder <iws@ovro.caltech.edu>
48821 Date:   Fri Aug 22 11:00:13 2008 -0700
48822
48823     MPC8349EMDS: use 83XX_GENERIC_PCI setup code
48824
48825     Change the MPC8349EMDS board to use the generic PCI initialization code
48826     for the mpc83xx cpu.
48827
48828     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
48829     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
48830
48831 commit f4e55a4941e8ba46bc06020b2747928adf8fdee7
48832 Author: Kim Phillips <kim.phillips@freescale.com>
48833 Date:   Mon Aug 25 14:53:09 2008 -0500
48834
48835     fix out of tree building
48836
48837     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
48838
48839 commit a49d10cf027d059ee15c262010a05cdaec0961e1
48840 Author: Wolfgang Denk <wd@denx.de>
48841 Date:   Mon Aug 25 23:45:41 2008 +0200
48842
48843     Minor coding style cleanup, updte CHANGELOG
48844
48845     Signed-off-by: Wolfgang Denk <wd@denx.de>
48846
48847 commit 4d56e8dea670757c801a6a65531f02a8f981ce1f
48848 Author: Stefan Roese <sr@denx.de>
48849 Date:   Wed Aug 20 20:29:38 2008 +0200
48850
48851     RTC: Fix Makefile problem with COBJS-$(CONFIG_RTC_DS1307 || CONFIG_RTC_DS1338)
48852
48853     This "||" doesn't seem to work. Now using the idea suggest by Scott Wood
48854     to combine both config options into one line. This even allows defining
48855     both options and not generating the target object twice.
48856
48857     Signed-off-by: Stefan Roese <sr@denx.de>
48858
48859 commit 079edb913dbae147b50a488cf02e03f473fc5f28
48860 Author: Jens Gehrlein <sew_s@tqs.de>
48861 Date:   Fri Jul 4 16:50:05 2008 +0200
48862
48863     MX31: fix bit masks in function mx31_decode_pll()
48864
48865     Bits MPCTL[MFN] and MPCTL[MFD] were not fully covered.
48866
48867     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
48868
48869 commit e8f1207bbf2df6fb693ee1aa3329b2014c92e5e6
48870 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
48871 Date:   Mon Aug 25 11:11:34 2008 +0200
48872
48873     Correct ARM Versatile Timer Initialization
48874
48875      - According to ARM Dual-Timer Module (SP804) TRM (ARM DDI0271),
48876        -- Timer Value Register @ TIMER Base + 4 is Read-only.
48877        -- Prescale Value (Bits 3-2 of TIMER Control register)
48878         can only be one of 00,01,10. 11 is undefined.
48879        -- CFG_HZ for Versatile board is set to
48880         #define CFG_HZ          (1000000 / 256)
48881         So Prescale bits is set to indicate
48882         - 8 Stages of Prescale, Clock divided by 256
48883      - The Timer Control Register has one Undefined/Shouldn't Use Bit
48884        So we should do read/modify/write Operation
48885
48886     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
48887
48888 commit 535cfa4f3de86cf48d6c0af1daf33aebdca089f9
48889 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
48890 Date:   Mon Aug 25 11:30:29 2008 +0200
48891
48892     Add ARM AMBA PL031 RTC Support
48893
48894     Signed-off-by: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
48895
48896 commit e39411674669cc880e1ec4a8ca4794fb15c33a45
48897 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
48898 Date:   Tue Aug 19 16:21:03 2008 -0400
48899
48900     ARM DaVinci: Removed redundant NAND initialization code.
48901
48902     ARM DaVinci: Removed redundant NAND initialization code.
48903
48904     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
48905
48906 commit b3fb663b20d995ca41327db877ddb168279b3f62
48907 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
48908 Date:   Tue Aug 19 16:21:00 2008 -0400
48909
48910     ARM DaVinci: Fix compilation error with new MTD code.
48911
48912     ARM DaVinci: Fix compilation error with new MTD code.
48913
48914     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
48915
48916 commit 109c30fb8edea1a15d37a6ce787cd5faf33d8e43
48917 Author: Gerald Van Baren <vanbaren@cideas.com>
48918 Date:   Fri Aug 22 14:37:05 2008 -0400
48919
48920     Add note on dereferencing /aliases pointers
48921
48922     Replace the "must quote special characters" note with a hint on
48923     how to dereference /aliases pointers by omitting the leading "/".
48924     This feature was introduced by Kumar Gala as a libfdt enhancement
48925     in commit ed035708235332c3c117ee3bb1a426063f03cfcb.
48926
48927     Example:
48928
48929     => fdt print /aliases
48930     aliases {
48931             ethernet0 = "/qe@e0100000/ucc@2000";
48932             ethernet1 = "/qe@e0100000/ucc@3000";
48933             serial0 = "/soc8360@e0000000/serial@4500";
48934             serial1 = "/soc8360@e0000000/serial@4600";
48935             pci0 = "/pci@e0008500";
48936     };
48937     => fdt print ethernet0
48938     ucc@2000 {
48939             device_type = "network";
48940             compatible = "ucc_geth";
48941             cell-index = <0x1>;
48942             reg = <0x2000 0x200>;
48943             interrupts = <0x20>;
48944             interrupt-parent = <0x2>;
48945             local-mac-address = [00 00 00 00 00 00];
48946             rx-clock-name = "none";
48947             tx-clock-name = "clk9";
48948             phy-handle = <0x3>;
48949             phy-connection-type = "rgmii-id";
48950             pio-handle = <0x4>;
48951     };
48952
48953     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
48954
48955 commit feeca3f578b7f53c032ba203698751c982f8bf5a
48956 Author: Kumar Gala <galak@kernel.crashing.org>
48957 Date:   Thu Aug 14 08:28:19 2008 -0500
48958
48959     libfdt: Add support for using aliases in fdt_path_offset()
48960
48961     If the path doesn't start with '/' check to see if it matches some alias
48962     under "/aliases" and substitute the matching alias value in the path
48963     and retry the lookup.
48964
48965     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48966     Acked-by: David Gibson <david@gibson.dropbear.id.au>
48967     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
48968
48969 commit 0219399a4e3a8edb428e1924e1a03d58cccf8d8e
48970 Author: David Gibson <david@gibson.dropbear.id.au>
48971 Date:   Wed Aug 6 14:50:49 2008 +1000
48972
48973     libfdt: Implement fdt_get_property_namelen() and fdt_getprop_namelen()
48974
48975     As well as fdt_subnode_offset(), libfdt includes an
48976     fdt_subnode_offset_namelen() function that takes the subnode name to
48977     look up not as a NUL-terminated string, but as a string with an
48978     explicit length.  This can be useful when the caller has the name as
48979     part of a longer string, such as a full path.
48980
48981     However, we don't have corresponding 'namelen' versions for
48982     fdt_get_property() and fdt_getprop().  There are less obvious use
48983     cases for these variants on property names, but there are
48984     circumstances where they can be useful e.g. looking up property names
48985     which need to be parsed from a longer string buffer such as user input
48986     or a configuration file, or looking up an alias in a path with
48987     IEEE1275 style aliases.
48988
48989     So, since it's very easy to implement such variants, this patch does
48990     so.  The original NUL-terminated variants are, of course, implemented
48991     in terms of the namelen versions.
48992
48993     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
48994
48995 commit f171746f701ea58bf6a53e835b53d2aaebee0d81
48996 Author: David Gibson <david@gibson.dropbear.id.au>
48997 Date:   Tue Jul 29 14:51:22 2008 +1000
48998
48999     libfdt: Forgot one function when cleaning the namespace
49000
49001     In commit b6d80a20fc293f3b995c3ce1a6744a5574192125, we renamed all
49002     libfdt functions to be prefixed with fdt_ or _fdt_ to minimise the
49003     chance of collisions with things from whatever package libfdt is
49004     embedded in, pulled into the libfdt build via that environment's
49005     libfdt_env.h.
49006
49007     Except... I missed one.  This patch applies the same treatment to
49008     _stringlist_contains().  While we're at it, also make it static since
49009     it's only used in the same file.
49010
49011     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
49012
49013 commit 46390da15411351fc3b498bd8c1615f78fe80df0
49014 Author: Wolfram Sang <w.sang@pengutronix.de>
49015 Date:   Wed Jul 9 11:22:44 2008 +0200
49016
49017     libfdt: Improve documentation in libfdt.h
49018
49019     Fix a few typos and mistakes.
49020
49021     Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
49022     Acked-by: David Gibson <david@gibson.dropbear.id.au>
49023
49024 commit fc7758ee4f5782878f2e96876b7bc56cfee0ac66
49025 Author: David Gibson <david@gibson.dropbear.id.au>
49026 Date:   Wed Jul 9 14:10:24 2008 +1000
49027
49028     libfdt: Increase namespace-pollution paranoia
49029
49030     libfdt is supposed to easy to embed in projects all and sundry.
49031     Often, it won't be practical to separate the embedded libfdt's
49032     namespace from that of the surrounding project.  Which means there can
49033     be namespace conflicts between even libfdt's internal/static functions
49034     and functions or macros coming from the surrounding project's headers
49035     via libfdt_env.h.
49036
49037     This patch, therefore, renames a bunch of libfdt internal functions
49038     and macros and makes a few other chances to reduce the chances of
49039     namespace collisions with embedding projects.  Specifically:
49040         - Internal functions (even static ones) are now named _fdt_*()
49041
49042         - The type and (static) global for the error table in
49043               fdt_strerror() gain an fdt_ prefix
49044
49045         - The unused macro PALIGN is removed
49046
49047         - The memeq and streq macros are removed and open-coded in the
49048               users (they were only used once each)
49049
49050         - Other macros gain an FDT_ prefix
49051
49052         - To save some of the bulk from the previous change, an
49053               FDT_TAGALIGN() macro is introduced, where FDT_TAGALIGN(x) ==
49054               FDT_ALIGN(x, FDT_TAGSIZE)
49055
49056     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
49057
49058 commit c66830263af19831f2b7db307f79d1943febf7f9
49059 Author: David Gibson <david@gibson.dropbear.id.au>
49060 Date:   Mon Jul 7 10:14:15 2008 +1000
49061
49062     dtc: Enable and fix -Wcast-qual warnings
49063
49064     Enabling -Wcast-qual warnings in dtc shows up a number of places where
49065     we are incorrectly discarding a const qualification.  There are also
49066     some places where we are intentionally discarding the 'const', and we
49067     need an ugly cast through uintptr_t to suppress the warning.  However,
49068     most of these are pretty well isolated with the *_w() functions.  So
49069     in the interests of maximum safety with const qualifications, this
49070     patch enables the warnings and fixes the existing complaints.
49071
49072     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
49073     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
49074
49075 commit ef4e8ce1beb5b93aedda5a4c1b90bfd989c6791e
49076 Author: David Gibson <david@gibson.dropbear.id.au>
49077 Date:   Mon Jul 7 10:10:48 2008 +1000
49078
49079     dtc: Enable and fix -Wpointer-arith warnings
49080
49081     This patch turns on the -Wpointer-arith option in the dtc Makefile,
49082     and fixes the resulting warnings due to using (void *) in pointer
49083     arithmetic.  While convenient, pointer arithmetic on void * is not
49084     portable, so it's better that we avoid it, particularly in libfdt.
49085
49086     Also add necessary definition of uintptr_t needed by David Gibson's
49087     changeset "dtc: Enable and fix -Wpointer-arith warnings" (the definition
49088     comes from stdint.h, which u-boot doesn't have). -- gvb
49089
49090     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
49091     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
49092
49093 commit 5d4b3d2b31e58fcb2d4bd10af762f5ff41b229fd
49094 Author: Tirumala R Marri <tmarri@amcc.com>
49095 Date:   Thu Aug 21 21:54:53 2008 -0700
49096
49097     ppc4xx: AMCC PPC460GT/EX PCI-E de-emphasis adjustment fix
49098
49099     During recent PCI-E tests it has been found that current
49100     driverl level and de-emphasis values are not set correctly.
49101     After sweeping throgh all de-ephasis values, it was found that
49102     0x130 is a right value. Where 0x13 is driver level and 0 is
49103     de-emphasis.
49104
49105     Signed-off-by: Tirumala R Marri <tmarri@amcc.com>
49106     Signed-off-by: Stefan Roese <sr@denx.de>
49107
49108 commit 0bb86d823b6c150c7ee17de0cfca9ffccc16463b
49109 Author: Remy Bohmer <linux@bohmer.net>
49110 Date:   Wed Aug 20 20:46:56 2008 +0200
49111
49112     Make the YAFFS filesystem work
49113
49114     Recently the YAFFS filesystem support has been added to U-boot.
49115     However, just enabling CONFIG_YAFFS2 is not enough to get it working.
49116
49117     ymount will generate an exception (when dereferencing mtd->readoob()), because
49118     the genericDevice is a null pointer. Further, a lot of logging is produced
49119     while using YAFFS fs, so logging should also be disabled.
49120     Both issues are solved by this patch.
49121
49122     With this patch and CONFIG_YAFFS2 enabled, I get a readable filesystem
49123     in U-boot, as well as in Linux.
49124
49125     Tested on a Atmel AT91SAM9261EK board.
49126
49127     Signed-off-by: Remy Bohmer <linux@bohmer.net>
49128     Acked-by: William Juul <william.juul@tandberg.com>
49129     Signed-off-by: Scott Wood <scottwood@freescale.com>
49130
49131 commit bfd7f38614e21f745b6d6845fcc616ebc5e4d36f
49132 Author: Kyungmin Park <kmpark@infradead.org>
49133 Date:   Tue Aug 19 08:42:53 2008 +0900
49134
49135     Fix OneNAND read_oob/write_oob functions compatability
49136
49137     Also sync with kernel OneNAND codes
49138
49139     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
49140     Signed-off-by: Scott Wood <scottwood@freescale.com>
49141
49142 commit 8d765456c1d33f2010d2717ee58de7647fdc6346
49143 Author: Scott Wood <scottwood@freescale.com>
49144 Date:   Mon Aug 18 17:11:20 2008 -0500
49145
49146     NAND: Remove delay from nand_boot_fsl_elbc.c.
49147
49148     It was for debugging purposes, and shouldn't have been left in.
49149
49150     Signed-off-by: Scott Wood <scottwood@freescale.com>
49151
49152 commit f556483734126793522fb7a8cf36af90da78f084
49153 Author: Stefan Roese <sr@denx.de>
49154 Date:   Thu Aug 21 11:05:03 2008 +0200
49155
49156     ppc4xx: Cleanup of "ppc4xx: Optimize PLB4 Arbiter..." patch
49157
49158     This patch fixes some minor issues introduced with the patch:
49159     ppc4xx: Optimize PLB4 Arbiter... from Prodyut Hazarika:
49160
49161     - Rework memory-queue and PLB arbiter optimization code, that the
49162       local variable is not needed anymore. This removes one #ifdef.
49163     - Use consistant spacing in ppc4xx.h header (XXX + 0x01 instead
49164       of XXX+ 0x01). This was not introduced by Prodyut, just a
49165       copy-paste problem.
49166
49167     Signed-off-by: Stefan Roese <sr@denx.de>
49168
49169 commit 079589bcfb24ba11068460276a3cc9549ab5346f
49170 Author: Prodyut  Hazarika <phazarika@amcc.com>
49171 Date:   Wed Aug 20 09:38:51 2008 -0700
49172
49173     ppc4xx: Optimize PLB4 Arbiter and Memory Queue settings for PPC440SP/SPe,
49174         PPC405EX and PPC460EX/GT/SX
49175
49176     - Read pipeline depth set to 4 for PPC440SP/SPE, PPC405EX, PPC460EX/GT/SX
49177       processors
49178     - Moved PLB4 Arbiter register definitions to ppc4xx.h since it is shared
49179       across processors (405 and 440/460)
49180     - Optimize Memory Queue settings for PPC440SP/SPE and PPC460EX/GT/SX
49181       processors
49182     - Add register bit definitions for Memory Queue Configuration registers
49183
49184     Signed-off-by: Prodyut Hazarika <phazarika@amcc.com>
49185     Signed-off-by: Stefan Roese <sr@denx.de>
49186
49187 commit ba37aa03287c5483c61c0a3e320c8888bee0143a
49188 Author: Kumar Gala <galak@kernel.crashing.org>
49189 Date:   Tue Aug 19 15:41:18 2008 -0500
49190
49191     fdt: rework fdt_fixup_ethernet() to use env instead of bd_t
49192
49193     Move to using the environment variables 'ethaddr', 'eth1addr', etc..
49194     instead of bd->bi_enetaddr, bi_enet1addr, etc.
49195
49196     This makes the code a bit more flexible to the number of ethernet
49197     interfaces.
49198
49199     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49200
49201 commit 4cacf7c64609839f809e2f9c45873f1d65861703
49202 Author: Stefan Roese <sr@denx.de>
49203 Date:   Tue Aug 19 14:57:55 2008 +0200
49204
49205     hush: Fix printf debug macro in hush.c so that it usable in U-Boot
49206
49207     This patch changes the debug_printf() marco for U-Boot in hush.c and
49208     moves the definition of DEBUG_SHELL to a place that is actually compiled
49209     under U-Boot.
49210
49211     Signed-off-by: Stefan Roese <sr@denx.de>
49212
49213 commit 8f2b457ef26a44d9e5fd7d6b16c394e5c3a71ca2
49214 Author: Heiko Schocher <hs@denx.de>
49215 Date:   Tue Aug 19 09:57:41 2008 +0200
49216
49217     cfi: rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
49218
49219     Commit      00b1883a4cac59d97cd297b1a3a398db85982865
49220     missed a few boards:
49221         include/configs/M5253DEMO.h
49222         include/configs/ml507.h
49223         include/configs/redwood.h
49224
49225     This patch fixes this.
49226
49227     Signed-off-by: Heiko Schocher <hs@denx.de>
49228
49229 commit 0768b7a872964085eece8d5e9fec9175e9deb161
49230 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
49231 Date:   Mon Aug 18 13:41:27 2008 +0200
49232
49233     Consolidate strmhz() implementation
49234
49235     ARM, i386, m68k and ppc all have identical implementations of strmhz().
49236     Other architectures don't provide this function at all.
49237
49238     This patch moves strmhz() into lib_generic, reducing code duplication
49239     and providing a more unified API across architectures.
49240
49241     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
49242
49243 commit a928d0df211f1d829308d335d19be3ca42558dfc
49244 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
49245 Date:   Mon Aug 18 12:02:51 2008 +0200
49246
49247     fix mvbc_p board build warnings
49248
49249     fix build warnings @ mvBC-P board by using correct types, i.e. change
49250     out_be32 to out_be16 and out_8 accordingly.
49251
49252     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
49253
49254 commit a958b663d27f616bd1dfb720d1b476d1ecaaa569
49255 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49256 Date:   Sat Aug 16 18:54:27 2008 +0200
49257
49258     Makefile: fix posix support on find
49259
49260     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49261
49262 commit bef92e215d945cc574399c1a1b00a3a76d35aa03
49263 Author: Axel Beierlein <belatronix@web.de>
49264 Date:   Sat Aug 16 00:30:48 2008 +0200
49265
49266     Adding bootlimit/bootcount feature for MPC5XXX on TQM5200 Boards
49267
49268     Tested with TQM5200S on STK52XX.200 Board
49269
49270     Signed-off-by: Axel Beierlein <belatronix@web.de>
49271
49272 commit 0800707b6d5041a840a65d556032c15c584b55f8
49273 Author: Peter Tyser <ptyser@xes-inc.com>
49274 Date:   Fri Aug 15 14:36:32 2008 -0500
49275
49276     mod_i2c_mem() bugfix
49277
49278     The last used chip, address, and address length were not being
49279     stored for the imm and imn commands.
49280
49281     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
49282
49283 commit 4afbef967275b2f636abae86f91b81becee7ad03
49284 Author: Steven A. Falco <sfalco@harris.com>
49285 Date:   Fri Aug 15 15:37:31 2008 -0400
49286
49287     Fix typo in spelling of ATAPI.
49288
49289     Correct a small spelling mistake.
49290
49291     Signed-off-by: Steven A. Falco <sfalco@harris.com>
49292
49293 commit 36c2d3062ecc6ab85f8e237180eb134464c48418
49294 Author: Steven A. Falco <sfalco@harris.com>
49295 Date:   Fri Aug 15 15:34:10 2008 -0400
49296
49297     Add a hook to allow board-specific PIO mode setting.
49298
49299     This patch adds a hook whereby a board-specific routine can be called to
49300     configure hardware for a PIO mode.  The prototype for the board-specific
49301     routine is:
49302
49303         int inline ide_set_piomode(int pio_mode)
49304
49305     ide_set_piomode should be prepared to configure hardware for a pio_mode
49306     between 0 and 6, inclusive.  It should return 0 on success or 1 on failure.
49307
49308     Signed-off-by: Steven A. Falco <sfalco@harris.com>
49309
49310 commit 9571b84cb1423876f1153081b9e6a51d90fbcdc4
49311 Author: Steven A. Falco <sfalco@harris.com>
49312 Date:   Fri Aug 15 15:29:12 2008 -0400
49313
49314     Replace enums in ata.h with an include of libata.h
49315
49316     This patch removes some enums from ata.h and replaces them with an
49317     include of libata.h.  This way, we eliminate duplicated code, and
49318     prevent errors whereby the different versions could be out of sync.
49319
49320     Signed-off-by: Steven A. Falco <sfalco@harris.com>
49321
49322 commit 0de0afbca865ecf482b4d2b635236746def8518f
49323 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49324 Date:   Fri Aug 15 18:32:41 2008 +0200
49325
49326     coldfire: fix CFI drivers activation with new macro
49327
49328     rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
49329
49330     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49331
49332 commit 7dbc38ad915f4ae67f4cd1818b7ac8fed368aaa9
49333 Author: Kumar Gala <galak@kernel.crashing.org>
49334 Date:   Fri Aug 15 08:24:35 2008 -0500
49335
49336     fdt: fdt addr w/o any args reports back the current working address
49337
49338     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49339
49340 commit f953d99fd528a496b400a706b511eaf8e3ea66af
49341 Author: Kumar Gala <galak@kernel.crashing.org>
49342 Date:   Fri Aug 15 08:24:34 2008 -0500
49343
49344     fdt: added the ability to set initrd start/end via chosen command
49345
49346     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49347
49348 commit ffa4bafacaef67058463b3d7d0099ced57569dd2
49349 Author: Kumar Gala <galak@kernel.crashing.org>
49350 Date:   Fri Aug 15 08:24:33 2008 -0500
49351
49352     Add command to enable/disable interrupts
49353
49354     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49355
49356 commit 9e8e63cce69556aef10b58bcbc56d324f570ec3a
49357 Author: Nick Spence <nick.spence@freescale.com>
49358 Date:   Tue Aug 19 22:21:16 2008 -0700
49359
49360     CFI: Add CFI_CMDSET_INTEL_EXTENDED to fix flash_real_protect()
49361
49362     This patch fixes a missing vendor code in the flash_real_protect() function.
49363
49364     Signed-off-by: Nick Spence <nick.spence@freescale.com>
49365     Signed-off-by: Stefan Roese <sr@denx.de>
49366
49367 commit 4e00acded2e6a8d663e12690a0f0f08f5bec5a58
49368 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49369 Date:   Tue Aug 19 16:53:39 2008 +0000
49370
49371     CFI: Fix AMD Legacy sector protect
49372
49373     New implement sector lock and unlock or softlock commands
49374     do not exist in AMD legacy flash. Thus, causing issue
49375     when erasing AMD legacy flash (such as lv040)
49376
49377     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49378     Signed-off-by: Stefan Roese <sr@denx.de>
49379
49380 commit 492671404140f09d5b21b3d2ce4e362c0692c069
49381 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
49382 Date:   Wed Aug 20 09:40:16 2008 +0200
49383
49384     hammerhead/mimc200: Use CONFIG_FLASH_CFI_DRIVER
49385
49386     CFG_FLASH_CFI_DRIVER was recently renamed CONFIG_FLASH_CFI_DRIVER.
49387
49388     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
49389
49390 commit 33eac2b3d946fc998a09245dfe54d017079b9056
49391 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
49392 Date:   Wed Aug 20 09:28:36 2008 +0200
49393
49394     hammerhead: Add missing printf parameter to CONFIG_AUTOBOOT_PROMPT
49395
49396     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
49397
49398 commit 25da0b84195fdda89a943b2d25757db5afeef5b8
49399 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
49400 Date:   Wed Aug 20 09:27:37 2008 +0200
49401
49402     favr-32-ezkit: Fix printf format warnings
49403
49404     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
49405
49406 commit 462da25e89b0b58bf4c66346c1fcb3087c61b4b8
49407 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
49408 Date:   Fri Aug 15 12:04:25 2008 +0200
49409
49410     MAINTAINERS: Sort avr32 section alphabetically
49411
49412     The rest of the MAINTAINERS file appears to be sorted
49413     almost-alphabetically, but entries for the newly added AVR32 boards were
49414     added somewhat randomly. This patch sorts the list alphabetically again.
49415
49416     Also update my e-mail address. The old one still works, but it may not
49417     work forever.
49418
49419     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
49420
49421 commit 13b50fe3bc065c48911fa373231421280855a9d6
49422 Author: Mark Jackson <mpfj@mimc.co.uk>
49423 Date:   Wed Jul 30 13:07:27 2008 +0100
49424
49425     avr32: Add MIMC200 board
49426
49427     The MIMC200 board is based on Atmel's NGW100 dev kit, but with an extra
49428     8MByte FLASH and 128KByte FRAM.
49429
49430     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
49431     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
49432
49433 commit db70b84329315c52f6ec77f5ae5ca1afe970a9bb
49434 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
49435 Date:   Wed Jul 9 21:07:34 2008 +0900
49436
49437     rtl8169: add support for RTL8110SCL
49438
49439     This patch fixes a problem that RTL8110SCL started transfer
49440     with an incorrect memory address.
49441
49442     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
49443     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
49444
49445 commit 943b825bf15e6a28ac8328e0f6489478bceef1ea
49446 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49447 Date:   Wed Jun 25 15:48:52 2008 -0500
49448
49449     Fix dm9000 receive status and len little endian issue
49450
49451     The received status and len was in little endian
49452     format and caused the ethernet unable to proceed
49453     further. Add __le16_to_cpu() in dm9000_rx_status_8/16/32bit().
49454
49455     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49456     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
49457
49458 commit fcd69a1a57fb2af4d26201422095a4be9f36963e
49459 Author: Kumar Gala <galak@kernel.crashing.org>
49460 Date:   Fri Aug 15 08:24:32 2008 -0500
49461
49462     Clean up usage of icache_disable/dcache_disable
49463
49464     There is no point in disabling the icache on 7xx/74xx/86xx parts and not
49465     also flushing the icache.  All callers of invalidate_l1_instruction_cache()
49466     call icache_disable() right after.  Make it so icache_disable() calls
49467     invalidate_l1_instruction_cache() for us.
49468
49469     Also, dcache_disable() already calls dcache_flush() so there is no point
49470     in the explicit calls of dcache_flush().
49471
49472     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49473
49474 commit a15b07104ca7bbb7093c9009c9ae1b58b4202d13
49475 Author: Kumar Gala <galak@kernel.crashing.org>
49476 Date:   Fri Aug 15 08:24:31 2008 -0500
49477
49478     Update linux bootm to support ePAPR client interface
49479
49480     The ePAPR spec has some subtle differences from the current device
49481     tree based boot interface to the powerpc linux kernel. The powerpc
49482     linux kernel currently ignores the differences that ePAPR specifies.
49483
49484     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49485
49486 commit b734e5556a239b3be5f9693b2f4b4b739683ec16
49487 Author: Wolfgang Denk <wd@denx.de>
49488 Date:   Mon Aug 18 23:50:20 2008 +0200
49489
49490     Minor code cleanup: keep lists sorted.
49491
49492     Signed-off-by: Wolfgang Denk <wd@denx.de>
49493
49494 commit d0039d4ed275e6ca09fb417895024ad02be118c4
49495 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
49496 Date:   Wed Jul 23 19:10:14 2008 +0200
49497
49498     Add support for ADT7460 I2C monitor chip
49499
49500     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
49501
49502 commit eb59ea45ab77c14b090ea857d9ea9f902f40db0b
49503 Author: Michal Simek <monstr@monstr.eu>
49504 Date:   Mon Jul 14 19:45:45 2008 +0200
49505
49506     video: Clean drivers/video/Makefile
49507
49508     Signed-off-by: Michal Simek <monstr@monstr.eu>
49509
49510 commit 871c18dd301752270e1f74328c846c3104be1e2e
49511 Author: Michal Simek <monstr@monstr.eu>
49512 Date:   Mon Jul 14 19:45:37 2008 +0200
49513
49514     rtc: Clean drivers/rtc/Makefile
49515
49516     Signed-off-by: Michal Simek <monstr@monstr.eu>
49517
49518 commit a4a549b4b53adf40a0d3882cc30ac812a8f847c5
49519 Author: Michal Simek <monstr@monstr.eu>
49520 Date:   Mon Jul 14 19:45:35 2008 +0200
49521
49522     i2c: Clean drivers/i2c/ Makefile
49523
49524     Signed-off-by: Michal Simek <monstr@monstr.eu>
49525
49526 commit 0a823aa2a8a8c0685e73900f387d602d7edafc0e
49527 Author: Harald Welte <laforge@openmoko.org>
49528 Date:   Wed Jul 9 22:30:30 2008 +0800
49529
49530     Add 'license' command to U-Boot command line
49531
49532     The 'license' command includes the U-Boot license (GPLv2) into the
49533     actual bootloader binary. The license text can be shown interactively
49534     at the U-Boot commandline.
49535
49536     For products where the commandline can actually be accessed by the
49537     end user, this helps to prevent inadvertent GPL violations, since the
49538     GPLv2 license text can no longer be 'forgotten' to be included into
49539     the product.
49540
49541     The 'license' command can be enabled by CONFIG_CMD_LICENSE.
49542
49543     Signed-off-by: Harald Welte <laforge@openmoko.org>
49544
49545 commit fe2ce5500ebf43d79d227190bd2370232d5b113d
49546 Author: Harald Welte <laforge@gnumonks.org>
49547 Date:   Sun Jul 6 15:56:38 2008 +0800
49548
49549     add 'unzip' command to u-boot commandline
49550
49551     [PATCH] add new 'unzip' command to u-boot commandline
49552
49553     common/cmd_mem.c: new command "unzip srcaddr dstaddr [dstsize]" to unzip from
49554     memory to memory, and option CONFIG_CMD_UNZIP to enable it
49555
49556     Signed-off-by: Werner Almesberger <werner@openmoko.org>
49557     Signed-off-by: Harald Welte <laforge@openmoko.org>
49558
49559 commit 07efc9e321619c3dec213310c32e011aa6f02783
49560 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49561 Date:   Wed Aug 6 19:37:17 2008 -0500
49562
49563     Change CFG_ENV_SIZE to CFG_ENV_SECT_SIZE for SPI sector erase
49564
49565     The CFG_ENV_SIZE is not suitable used for SPI flash erase
49566     sector size if CFG_ENV_SIZE is less than CFG_ENV_SECT_SIZE.
49567     Add condition check if CFG_ENV_SIZE is larger than
49568     CFG_ENV_SECT_SIZE, calculate the right number of sectors for
49569     erasing.
49570
49571     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49572
49573 commit 4cb4e654cafabaa1ac180d37b00c8f6095dae9c9
49574 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49575 Date:   Mon Aug 11 15:54:25 2008 +0000
49576
49577     ColdFire: Multiple fixes for M5282EVB
49578
49579     Incorrect CFG_HZ value, change 1000000 to 1000.
49580     Rename #waring to #warning. RAMBAR1 uses twice
49581     in start.S, rename the later to FLASHBAR. Insert
49582     nop for DRAM setup. And, env_offset in linker file.
49583
49584     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49585
49586 commit 10db3a17a278dd3a27668b31cb32cdd1476e9513
49587 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49588 Date:   Mon Aug 11 15:26:43 2008 +0000
49589
49590     ColdFire: Move m5282evb from board to board/freescale
49591
49592     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49593
49594 commit 56df091d391f74bbf2dc2f7931f9f3c8f23529e4
49595 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49596 Date:   Mon Aug 11 15:25:07 2008 +0000
49597
49598     ColdFire: Move m5272c3 from board to board/freescale
49599
49600     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49601
49602 commit 659e9bad629a480f606b286d5703aef7159edf98
49603 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49604 Date:   Mon Aug 11 15:23:16 2008 +0000
49605
49606     ColdFire: Move m5271evb from board to board/freescale
49607
49608     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49609
49610 commit 05316f8ece8206339a208ec052f039cd0f7ca922
49611 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49612 Date:   Mon Aug 11 13:41:49 2008 +0000
49613
49614     ColdFire: Add M54451EVB platform support for MCF5445x
49615
49616     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49617
49618 commit 922cd7515597e9a2c07d68e2a6240b0b7b0f0136
49619 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49620 Date:   Wed Aug 6 19:14:08 2008 -0500
49621
49622     ColdFire: Add Serial Flash support for M54455EVB
49623
49624     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49625
49626 commit 9f751551456828b2d0ff417f10959fb0c7110bd0
49627 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49628 Date:   Wed Jul 23 20:38:53 2008 -0500
49629
49630     ColdFire: Implement SBF feature for M5445EVB
49631
49632     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49633
49634 commit a7323bba229203aae2604afde131ab47bad4eadc
49635 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49636 Date:   Wed Jul 23 17:53:36 2008 -0500
49637
49638     ColdFire: Add SSPI feature for MCF5445x
49639
49640     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49641
49642 commit b2d022d1ac3f59bffa9cec249341e77aea168abc
49643 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49644 Date:   Wed Jul 23 17:37:10 2008 -0500
49645
49646     ColdFire: Use CFI Flash driver for M54455EVB
49647
49648     Remove non-common flash driver in
49649     board/freescale/m54455evb/flash.c. The non-cfi flash will
49650     use CONFIG_FLASH_CFI_LEGACY to configure the flash
49651     attribute.
49652
49653     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49654
49655 commit 6d33c6acfa35b1144d46ffbff7e29ee7969290d0
49656 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49657 Date:   Wed Jul 23 17:11:47 2008 -0500
49658
49659     ColdFire: Add M5253DEMO platform support for MCF5253
49660
49661     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49662
49663 commit 80ba61fd82569af40e04d4a089257b81881884f2
49664 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49665 Date:   Wed Aug 6 14:17:09 2008 -0500
49666
49667     ColdFire: Raise M5253EVBE uart baudrate to 115200 bps
49668
49669     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49670
49671 commit d361307e73ce1f6fc68760123f37d4876f851f3e
49672 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49673 Date:   Wed Aug 6 14:11:36 2008 -0500
49674
49675     ColdFire: Fix M5253EVB dram bring up issue
49676
49677     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49678
49679 commit 4b0708093e15b412296328bf81325cf9b69fe512
49680 Author: Wolfgang Denk <wd@denx.de>
49681 Date:   Thu Aug 14 14:41:06 2008 +0200
49682
49683     Coding Style cleanup, update CHANGELOG
49684
49685     Signed-off-by: Wolfgang Denk <wd@denx.de>
49686
49687 commit 68cf19aae48f2969ec70669604d0d776f02c8bc4
49688 Author: Scott Wood <scottwood@freescale.com>
49689 Date:   Wed Aug 13 18:24:05 2008 -0500
49690
49691     socrates: Update NAND driver to new API.
49692
49693     Also, fix some minor formatting issues, and simplify the handling of
49694     "state" for writes.
49695
49696     Signed-off-by: Scott Wood <scottwood@freescale.com>
49697
49698 commit ba22d10f39eaeedd035e8265616e31ff88e314d5
49699 Author: Scott Wood <scottwood@freescale.com>
49700 Date:   Wed Aug 13 18:03:40 2008 -0500
49701
49702     quad100hd: Update NAND driver to new API.
49703
49704     Signed-off-by: Scott Wood <scottwood@freescale.com>
49705
49706 commit f64cb652a8a84c5c34d0afcbd7ffef886aa1d838
49707 Author: Scott Wood <scottwood@freescale.com>
49708 Date:   Wed Aug 13 17:53:48 2008 -0500
49709
49710     m5373evb: Update NAND driver to new API.
49711
49712     Signed-off-by: Scott Wood <scottwood@freescale.com>
49713
49714 commit 1a23a197c8722b805f40895544bbdb1a648c1c82
49715 Author: Scott Wood <scottwood@freescale.com>
49716 Date:   Wed Aug 13 17:04:30 2008 -0500
49717
49718     s3c24x0: Update NAND driver to new API.
49719
49720     Signed-off-by: Scott Wood <scottwood@freescale.com>
49721
49722 commit aa5f75f20db8a7103fad9c34d6f1193e10d1890f
49723 Author: Scott Wood <scottwood@freescale.com>
49724 Date:   Wed Aug 13 15:56:00 2008 -0500
49725
49726     at91: Update board NAND drivers to current API.
49727
49728     Signed-off-by: Scott Wood <scottwood@freescale.com>
49729
49730 commit d438d50848e9425286e5fb0493e0affb5a0b1e1b
49731 Author: Kyungmin Park <kmpark@infradead.org>
49732 Date:   Wed Aug 13 09:11:02 2008 +0900
49733
49734     Fix OneNAND build break
49735
49736     Since page size field is changed from oobblock to writesize. But OneNAND is not updated.
49737     - fix bufferram management at erase operation
49738     This patch includes the NAND/OneNAND state filed too.
49739
49740     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
49741     Signed-off-by: Scott Wood <scottwood@freescale.com>
49742
49743 commit 9483df6408c25f16060432de3868901e352e23bc
49744 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49745 Date:   Wed Aug 13 01:40:43 2008 +0200
49746
49747     drivers/mtd/nand_legacy: Move conditional compilation to Makefile
49748
49749     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49750
49751 commit cc4a0ceeac5462106172d0cc9d9d542233aa3ab2
49752 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49753 Date:   Wed Aug 13 01:40:43 2008 +0200
49754
49755     drivers/mtd/nand: Move conditional compilation to Makefile
49756
49757     rename CFG_NAND_LEGACY to CONFIG_NAND_LEGACY
49758
49759     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49760
49761 commit 4fb09b81920e5dfdfc4576883186733f0bd6059c
49762 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49763 Date:   Wed Aug 13 01:40:42 2008 +0200
49764
49765     drivers/mtd/onenand: Move conditional compilation to Makefile
49766
49767     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49768
49769 commit 00b1883a4cac59d97cd297b1a3a398db85982865
49770 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49771 Date:   Wed Aug 13 01:40:42 2008 +0200
49772
49773     drivers/mtd: Move conditional compilation to Makefile
49774
49775     rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
49776
49777     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49778
49779 commit 7ba44a5521cdb7fa1c72864025cde1e21a6f6921
49780 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49781 Date:   Wed Aug 13 01:40:41 2008 +0200
49782
49783     drivers/qe: Move conditional compilation to Makefile
49784
49785     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49786
49787 commit ab6878c7bc68a7b5e5b731655bdc13221bbfc493
49788 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49789 Date:   Wed Aug 13 01:40:40 2008 +0200
49790
49791     drivers/pci: Move conditional compilation to Makefile
49792
49793     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49794
49795 commit 55d6d2d39fe3fe87802e399aa17539368b495d2e
49796 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49797 Date:   Wed Aug 13 01:40:40 2008 +0200
49798
49799     drivers/misc: Move conditional compilation to Makefile
49800
49801     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49802
49803 commit 65e41ea0548b86e3d7892defac8e4dc1ea70aed1
49804 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49805 Date:   Wed Aug 13 01:40:40 2008 +0200
49806
49807     drivers/input: Move conditional compilation to Makefile
49808
49809     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49810
49811 commit 88f57e093114a44aa9a858d52b099bcc52034a8c
49812 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49813 Date:   Wed Aug 13 01:40:39 2008 +0200
49814
49815     drivers/dma: Move conditional compilation to Makefile
49816
49817     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49818
49819 commit 1a02806c4b1b4a09ad4e95d3aac3783889e5f8d7
49820 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49821 Date:   Wed Aug 13 01:40:39 2008 +0200
49822
49823     drivers/block: Move conditional compilation to Makefile
49824
49825     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49826
49827 commit 1a6ffbfaf4353bec379ed1fcfc54b6f1a30af09a
49828 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49829 Date:   Wed Aug 13 01:40:39 2008 +0200
49830
49831     serial: move CFG_NS9750_UART to CONFIG_NS9750_UART
49832
49833     move also conditional compilation to Makefile
49834
49835     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49836
49837 commit 6c58a030f86829fa4f0d4337cf4b794c41a1823e
49838 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49839 Date:   Wed Aug 13 01:40:38 2008 +0200
49840
49841     serial: move CFG_SCIF_CONSOLE to CONFIG_SCIF_CONSOLE
49842
49843     move also conditional compilation to Makefile
49844
49845     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49846
49847 commit d6e9ee92e890f67594ab150689510df361133ead
49848 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49849 Date:   Wed Aug 13 01:40:38 2008 +0200
49850
49851     common: Move conditional compilation to Makefile
49852
49853     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49854
49855 commit f5acb9fd9bba1160de3ef349c7d33fe510eda286
49856 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49857 Date:   Wed Aug 13 01:40:09 2008 +0200
49858
49859     mx31: move freescale's mx31 boards to vendor board dir
49860
49861     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49862
49863 commit 8ed2f5f950e2581214d20b011a8f27a6396d65d2
49864 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49865 Date:   Sat Jul 5 23:11:11 2008 +0200
49866
49867     at91: move arch-at91sam9 to arch-at91
49868
49869     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49870
49871 commit 195ccfc5991d48764b2519941e3507f693851d5d
49872 Author: Fathi BOUDRA <fabo@debian.org>
49873 Date:   Wed Aug 6 10:06:20 2008 +0200
49874
49875     OneNAND: Fill in MTD function pointers for OneNAND.
49876
49877     onenand_print_device_info():
49878      - Now returns a string to be placed in mtd->name,
49879        rather than calling printf.
49880      - Remove verbose parameter as it becomes useless.
49881
49882     Signed-off-by: Fathi Boudra <fabo@debian.org>
49883     Signed-off-by: Scott Wood <scottwood@freescale.com>
49884
49885 commit aa646643b6bc250cb3a4966bf728876e0c10d329
49886 Author: Guennadi Liakhovetski <lg@denx.de>
49887 Date:   Wed Aug 6 21:42:07 2008 +0200
49888
49889     nand_spl: Support page-aligned read in nand_load, use chipselect
49890
49891     Supporting page-aligned reads doesn't incure any sinificant overhead, just
49892     a small change in the algorithm. Also replace in_8 with readb, since there
49893     is no in_8 on ARM.
49894
49895     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
49896     Signed-off-by: Scott Wood <scottwood@freescale.com>
49897
49898 commit 4f32d7760a58fe73981b6edc0b0751565d2daa4c
49899 Author: Scott Wood <scottwood@freescale.com>
49900 Date:   Tue Aug 5 11:15:59 2008 -0500
49901
49902     NAND boot: Update large page support for current API.
49903
49904     Also, remove the ctrl variable in favor of passing the constants
49905     directly, and remove redundant (u8) casts.
49906
49907     Signed-off-by: Scott Wood <scottwood@freescale.com>
49908
49909 commit e4c09508545d1c45617ba45391c03c03cbc360b9
49910 Author: Scott Wood <scottwood@freescale.com>
49911 Date:   Mon Jun 30 14:13:28 2008 -0500
49912
49913     NAND boot: MPC8313ERDB support
49914
49915     Note that with older board revisions, NAND boot may only work after a
49916     power-on reset, and not after a warm reset.  I don't have a newer board
49917     to test on; if you have a board with a 33MHz crystal, please let me know
49918     if it works after a warm reset.
49919
49920     Signed-off-by: Scott Wood <scottwood@freescale.com>
49921
49922 commit acdab5c33f1ea6f5e08f06f08bc64af23ff40d71
49923 Author: Scott Wood <scottwood@freescale.com>
49924 Date:   Thu Jun 26 14:06:52 2008 -0500
49925
49926     mpc8313erdb: Enable NAND in config.
49927
49928     Signed-off-by: Scott Wood <scottwood@freescale.com>
49929
49930 commit c3db8c649c6ab3da2f1411c4c6d61aecea054aa4
49931 Author: Guennadi Liakhovetski <lg@denx.de>
49932 Date:   Thu Jul 31 12:38:26 2008 +0200
49933
49934     NAND: Do not write or read a whole block if it is larger than the environment
49935
49936     Environment can be smaller than NAND block size, do not need to read a whole
49937     block and minimum for writing is one page. Also remove an unused variable.
49938
49939     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
49940     Signed-off-by: Scott Wood <scottwood@freescale.com>
49941
49942 commit eafcabd15f00c142156235c519fcc55b10993241
49943 Author: Marcel Ziswiler <marcel@ziswiler.com>
49944 Date:   Sun Jun 22 16:30:06 2008 +0200
49945
49946     NAND: chip->state does not always get set.
49947
49948     Fixes an issue with chip->state not always being set causing troubles.
49949
49950     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
49951     Signed-off-by: Scott Wood <scottwood@freescale.com>
49952
49953 commit 13f0fd94e3cae6f8a0d9fba5d367e311edc8ebde
49954 Author: Ilya Yanok <yanok@emcraft.com>
49955 Date:   Mon Jun 30 15:34:40 2008 +0200
49956
49957     NAND: Scan bad blocks lazily.
49958
49959     Rather than scanning on boot, scan upon the first attempt to check the
49960     badness of a block.  This speeds up boot when not using NAND, and reduces
49961     the likelihood of needing to reflash via JTAG if NAND becomes
49962     nonfunctional.
49963
49964     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
49965     Signed-off-by: Scott Wood <scottwood@freescale.com>
49966
49967 commit dfbf617ff055e4216f78d358b0867c548916d14b
49968 Author: Scott Wood <scottwood@freescale.com>
49969 Date:   Thu Jun 12 13:20:16 2008 -0500
49970
49971     NAND read/write fix
49972
49973     Implement block-skipping read/write, based on a patch from
49974     Morten Ebbell Hestens <morten.hestnes@tandberg.com>.
49975
49976     Signed-off-by: Morten Ebbell Hestnes <morten.hestnes@tandberg.com>
49977     Signed-off-by: Scott Wood <scottwood@freescale.com>
49978
49979 commit 984e03cdf1431bb593aeaa1b74c445d616f955d3
49980 Author: Scott Wood <scottwood@freescale.com>
49981 Date:   Thu Jun 12 13:13:23 2008 -0500
49982
49983     NAND: Always skip blocks on read/write/boot.
49984
49985     Use of the non-skipping versions was almost always (if not always)
49986     an error, and no valid use case has been identified.
49987
49988     Signed-off-by: Scott Wood <scottwood@freescale.com>
49989
49990 commit e1c3dbada349992875934575c97b328ab2cb33ca
49991 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
49992 Date:   Thu Jun 12 11:10:21 2008 -0500
49993
49994     nand: fsl_upm: convert to updated MTD NAND infrastructure
49995
49996     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
49997     Signed-off-by: Scott Wood <scottwood@freescale.com>
49998
49999 commit 300253306acc72b1b2e9faf0987f86551151d7cf
50000 Author: Scott Wood <scottwood@freescale.com>
50001 Date:   Thu May 22 15:02:46 2008 -0500
50002
50003     fsl_elbc_nand: Hard-code the FBAR/FPAR split.
50004
50005     The hardware has separate registers for block and page-within-block,
50006     but the division between the two has no apparent relation to the
50007     actual erase block size of the NAND chip.
50008
50009     Signed-off-by: Scott Wood <scottwood@freescale.com>
50010
50011 commit 9c814b0a716aae884bec977b9a032dfa59cfb79a
50012 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
50013 Date:   Fri Mar 28 22:10:54 2008 +0300
50014
50015     fsl_elbc_nand: workaround for hangs during nand write
50016
50017     Using current driver elbc sometimes hangs during nand write. Reading back
50018     last byte helps though (thanks to Scott Wood for the idea).
50019
50020     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
50021     Signed-off-by: Scott Wood <scottwood@freescale.com>
50022
50023 commit 9fd020d6b4b36b9fb67cd834bc1ae7fdba15ee9e
50024 Author: Scott Wood <scottwood@freescale.com>
50025 Date:   Fri Mar 21 16:12:51 2008 -0500
50026
50027     Freescale eLBC FCM NAND driver
50028
50029     This is a driver for the Flash Control Machine of the enhanched Local Bus
50030     Controller found on some Freescale chips (such as the mpc8313 and the
50031     mpc8379).
50032
50033     Signed-off-by: Scott Wood <scottwood@freescale.com>
50034
50035 commit 41ef8c716e93fdf50efe9c1ba733ca6675daaca6
50036 Author: Scott Wood <scottwood@freescale.com>
50037 Date:   Tue Mar 18 15:29:14 2008 -0500
50038
50039     Don't panic if a controller driver does ecc its own way.
50040
50041     Some hardware, such as the enhanced local bus controller used on some
50042     mpc83xx chips, does ecc transparently when reading and writing data, rather
50043     than providing a generic calculate/correct mechanism that can be exported to
50044     the nand subsystem.
50045
50046     The subsystem should not BUG() when calculate, correct, or hwctl are
50047     missing, if the methods that call them have been overridden.
50048
50049     Signed-off-by: Scott Wood <scottwood@freescale.com>
50050
50051 commit e52b34d40a8a646e3d11638ea8797e96398dba13
50052 Author: Stefan Roese <sr@denx.de>
50053 Date:   Thu Jan 10 18:47:33 2008 +0100
50054
50055     NAND: Make NAND driver less verbose per default
50056
50057     This patch turns off printing of bad blocks per default upon bootup.
50058     This can always be shown via the "nand bad" command later.
50059
50060     Signed-off-by: Stefan Roese <sr@denx.de>
50061
50062 commit fe56a2772e5c59577df906163d0d4b29b056140e
50063 Author: Sergey Kubushyn <ksi@koi8.net>
50064 Date:   Wed Jan 9 15:36:20 2008 +0100
50065
50066     NAND: Davinci driver updates
50067
50068     Here comes a trivial patch to cpu/arm926ejs/davinci/nand.c. Unfortunately I
50069     don't have hardware handy so I can not test it at the moment but changes are
50070     rather trivial so it should work. It would be nice if somebody with a
50071     hardware checked it anyways.
50072
50073     Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
50074
50075 commit deac913effd8d80535c9ff4687b6fcdff540c554
50076 Author: Stefan Roese <sr@denx.de>
50077 Date:   Sat Jan 5 16:50:32 2008 +0100
50078
50079     NAND: Fix compilation warning and small coding style issue
50080
50081     Signed-off-by: Stefan Roese <sr@denx.de>
50082
50083 commit c568f77acdf896fc3dd6413ce53205b17ba809a3
50084 Author: Stefan Roese <sr@denx.de>
50085 Date:   Sat Jan 5 16:49:37 2008 +0100
50086
50087     NAND: Update nand_spl driver to match updated nand subsystem
50088
50089     This patch changes the NAND booting driver nand_spl/nand_boot.c to match
50090     the new infrastructure from the updated NAND subsystem. This NAND
50091     subsystem was recently synced again with the Linux 2.6.22 MTD/NAND
50092     subsystem.
50093
50094     Signed-off-by: Stefan Roese <sr@denx.de>
50095
50096 commit 3df2ece0f0fbba47d27f02fff96c533732b98c14
50097 Author: Stefan Roese <sr@denx.de>
50098 Date:   Sat Jan 5 16:47:58 2008 +0100
50099
50100     NAND: Update 4xx NDFC driver to match updated nand subsystem
50101
50102     This patch changes the 4xx NAND driver ndfc.c to match the new
50103     infrastructure from the updated NAND subsystem. This NAND
50104     subsystem was recently synced again with the Linux 2.6.22 MTD/NAND
50105     subsystem.
50106
50107     Tested successfully on AMCC Sequoia and Bamboo.
50108
50109     Signed-off-by: Stefan Roese <sr@denx.de>
50110
50111 commit 12072264528eba33737bc9674e19f0e925ffda23
50112 Author: Stefan Roese <sr@denx.de>
50113 Date:   Sat Jan 5 16:43:25 2008 +0100
50114
50115     NAND: Change nand_wait_ready() to not call nand_wait()
50116
50117     This patch changes nand_wait_ready() to not just call nand_wait(),
50118     since this will send a new command to the NAND chip. We just want to
50119     wait for the chip to become ready here.
50120
50121     Signed-off-by: Stefan Roese <sr@denx.de>
50122
50123 commit 9ad754fef5053144daed3b007adaf1c9bec654c9
50124 Author: William Juul <william.juul@datarespons.no>
50125 Date:   Fri Dec 14 16:33:45 2007 +0100
50126
50127     make nand dump and nand dump.oob work
50128
50129     Signed-off-by: William Juul <william.juul@tandberg.com>
50130     Signed-off-by: Scott Wood <scottwood@freescale.com>
50131
50132 commit 43ea36fb8fdcbc6e26f0caffe808c63633b18838
50133 Author: William Juul <william.juul@datarespons.no>
50134 Date:   Mon Nov 19 14:46:00 2007 +0100
50135
50136     moving files from yaffs2/direct/ to yaffs2/ and deleting all symlinks
50137
50138     Signed-off-by: William Juul <william.juul@tandberg.com>
50139
50140 commit 98824ce3f95e6c4d08d439b779c0acb0048045a6
50141 Author: William Juul <william.juul@tandberg.com>
50142 Date:   Tue Jun 10 16:18:13 2008 -0500
50143
50144     Clean out unneeded files
50145
50146     Signed-off-by: William Juul <william.juul@tandberg.com>
50147
50148 commit ec29a32b5a71b203f7d9087f1f4d786e7f13dd23
50149 Author: William Juul <william.juul@datarespons.no>
50150 Date:   Fri Nov 16 08:44:27 2007 +0100
50151
50152     Create symlinks from yaffs2/direct to yaffs2
50153
50154     Signed-off-by: William Juul <william.juul@tandberg.com>
50155
50156 commit 90ef117b68387d66763291af0117677644166611
50157 Author: William Juul <william.juul@datarespons.no>
50158 Date:   Thu Nov 15 12:23:57 2007 +0100
50159
50160     Incorporate yaffs2 into U-boot
50161
50162     To use YAFFS2 define CONFIG_YAFFS2
50163
50164     Signed-off-by: William Juul <william.juul@tandberg.com>
50165     Signed-off-by: Scott Wood <scottwood@freescale.com>
50166
50167 commit 0e8cc8bd92257da2e1df88cbc985e166e472ce61
50168 Author: William Juul <william.juul@datarespons.no>
50169 Date:   Thu Nov 15 11:13:05 2007 +0100
50170
50171     YAFFS2 import
50172
50173     Direct import of yaffs as a tarball as of 20071113 from their public
50174     CVS-web at http://www.aleph1.co.uk/cgi-bin/viewcvs.cgi/yaffs2/
50175
50176     The code can also be imported on the command line with:
50177     export CVSROOT=:pserver:anonymous@cvs.aleph1.co.uk:/home/aleph1/cvs cvs logon
50178     (Hit return when asked for a password)
50179     cvs checkout yaffs2
50180
50181     Signed-off-by: William Juul <william.juul@tandberg.com>
50182     Signed-off-by: Stig Olsen <stig.olsen@tandberg.com>
50183
50184 commit 3043c045d5a9897faba7d5c7218c2f4d06cd0038
50185 Author: William Juul <william.juul@datarespons.no>
50186 Date:   Wed Nov 14 14:28:11 2007 +0100
50187
50188     Whitespace cleanup and marking broken code.
50189
50190     Changes requested by maintainer Stefan Roese after
50191     posting patch to U-boot mailing list.
50192
50193     Signed-off-by: William Juul <william.juul@tandberg.com>
50194     Signed-off-by: Scott Wood <scottwood@freescale.com>
50195
50196 commit 5e1dae5c3db7f4026f31b6a2a81ecd9e9dee475f
50197 Author: William Juul <william.juul@datarespons.no>
50198 Date:   Fri Nov 9 13:32:30 2007 +0100
50199
50200     Fixing coding style issues
50201
50202      - Fixing leading white spaces
50203      - Fixing indentation where 4 spaces are used instead of tab
50204      - Removing C++ comments (//), wherever I introduced them
50205
50206     Signed-off-by: William Juul <william.juul@tandberg.com>
50207     Signed-off-by: Scott Wood <scottwood@freescale.com>
50208
50209 commit 4cbb651b29cb64d378a06729970e1e153bb605b1
50210 Author: William Juul <william.juul@datarespons.no>
50211 Date:   Thu Nov 8 10:39:53 2007 +0100
50212
50213     Remove white space at end.
50214
50215     Signed-off-by: William Juul <william.juul@tandberg.com>
50216     Signed-off-by: Scott Wood <scottwood@freescale.com>
50217
50218 commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b
50219 Author: William Juul <william.juul@datarespons.no>
50220 Date:   Wed Oct 31 13:53:06 2007 +0100
50221
50222     Update MTD to that of Linux 2.6.22.1
50223
50224     A lot changed in the Linux MTD code, since it was last ported from
50225     Linux to U-Boot. This patch takes U-Boot NAND support to the level
50226     of Linux 2.6.22.1 and will enable support for very large NAND devices
50227     (4KB pages) and ease the compatibility between U-Boot and Linux
50228     filesystems.
50229
50230     This patch is tested on two custom boards with PPC and ARM
50231     processors running YAFFS in U-Boot and Linux using gcc-4.1.2
50232     cross compilers.
50233
50234     MAKEALL ppc/arm has some issues:
50235      * DOC/OneNand/nand_spl is not building (I have not tried porting
50236        these parts, and since I do not have any HW and I am not familiar
50237        with this code/HW I think its best left to someone else.)
50238
50239     Except for the issues mentioned above, I have ported all drivers
50240     necessary to run MAKEALL ppc/arm without errors and warnings. Many
50241     drivers were trivial to port, but some were not so trivial. The
50242     following drivers must be examined carefully and maybe rewritten to
50243     some degree:
50244      cpu/ppc4xx/ndfc.c
50245      cpu/arm926ejs/davinci/nand.c
50246      board/delta/nand.c
50247      board/zylonite/nand.c
50248
50249     Signed-off-by: William Juul <william.juul@tandberg.com>
50250     Signed-off-by: Stig Olsen <stig.olsen@tandberg.com>
50251     Signed-off-by: Scott Wood <scottwood@freescale.com>
50252
50253 commit cd82919e6c8a73b363a26f34b734923844e52d1c
50254 Author: Wolfgang Denk <wd@denx.de>
50255 Date:   Tue Aug 12 16:08:38 2008 +0200
50256
50257     Coding style cleanup, update CHANGELOG, prepare release
50258
50259     Signed-off-by: Wolfgang Denk <wd@denx.de>
50260
50261 commit 17e900b8c0f38d922da47073246219dce2a847f2
50262 Author: Wolfgang Denk <wd@denx.de>
50263 Date:   Tue Aug 12 14:54:04 2008 +0200
50264
50265     MVBC_P: fix compile problem
50266
50267     Signed-off-by: Wolfgang Denk <wd@denx.de>
50268
50269 commit 52b047ae48219b59bebe37ba743ab103fd4f8316
50270 Author: Wolfgang Denk <wd@denx.de>
50271 Date:   Tue Aug 12 12:10:11 2008 +0200
50272
50273     MPC8272ADS: fix build error: 'bd_t' has no member named 'pci_clk'
50274
50275     Signed-off-by: Wolfgang Denk <wd@denx.de>
50276
50277 commit c9c101c660b3d1995045c61c7c6041f52b6cf335
50278 Author: Wolfgang Denk <wd@denx.de>
50279 Date:   Tue Aug 12 00:36:53 2008 +0200
50280
50281     ads5121: fix compiler warnings (unused variables)
50282
50283     Signed-off-by: Wolfgang Denk <wd@denx.de>
50284
50285 commit 902ca09246039964d59bbcb519b1e1b5aed01308
50286 Author: Kumar Gala <galak@kernel.crashing.org>
50287 Date:   Mon Aug 11 11:29:28 2008 -0500
50288
50289     85xx: Rename CONFIG_NR_CPUS to CONFIG_NUM_CPUS
50290
50291     Use CONFIG_NUM_CPUS to match existing define used by 86xx.
50292
50293     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
50294     Acked-by: Jon Loeliger <jdl@freescale.com>
50295
50296 commit 3216ca9692ff80d7c638723ef448f3d36301d9e7
50297 Author: Kumar Gala <galak@kernel.crashing.org>
50298 Date:   Mon Aug 11 09:20:53 2008 -0500
50299
50300     Fix fallout from autostart revert
50301
50302     The autostart revert caused a bit of duplicated code as well as
50303     code that was using images->autostart that needs to get removed so
50304     we can build again.
50305
50306     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
50307
50308 commit 3cf8a234b8e8c02e4da1f23566043bc288b05220
50309 Author: Kumar Gala <galak@kernel.crashing.org>
50310 Date:   Mon Aug 11 09:16:25 2008 -0500
50311
50312     Fix compile error related to r8a66597-hcd & usb
50313
50314     When building the 8544DS board we get this error:
50315
50316     In file included from r8a66597-hcd.c:22:
50317     u-boot/include/usb.h:190:2: error: #error USB Lowlevel not defined
50318     make[1]: *** [r8a66597-hcd.o] Error 1
50319
50320     The cleanest fix is to only build r8a66597-hcd.c if CONFIG_USB_R8A66597_HCD
50321     is set.
50322
50323     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
50324
50325 commit 2d0daa03612338a813e3c9d22680e54eabfea378
50326 Author: Becky Bruce <becky.bruce@freescale.com>
50327 Date:   Mon Aug 4 14:02:26 2008 -0500
50328
50329     POWERPC 86xx: Move BAT setup code to C
50330
50331     This is needed because we will be possibly be locating
50332     devices at physical addresses above 32bits, and the asm
50333     preprocessing does not appear to deal with ULL constants
50334     properly. We now call write_bat in lib_ppc/bat_rw.c.
50335
50336     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
50337     Acked-by: Jon Loeliger <jdl@freescale.com>
50338
50339 commit 9de67149db576c91b9c2a0a182652331e7e44211
50340 Author: Becky Bruce <becky.bruce@freescale.com>
50341 Date:   Mon Aug 4 14:01:53 2008 -0500
50342
50343     POWERPC: Add synchronization to write_bat in lib_ppc/bat_rw.c
50344
50345     Perform sync/isync as required by the architecture.
50346
50347     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
50348     Acked-by: Jon Loeliger <jdl@freescale.com>
50349
50350 commit 23f935c073e7578c6066804fd2f9ee116cae6ffe
50351 Author: Becky Bruce <becky.bruce@freescale.com>
50352 Date:   Mon Aug 4 14:01:16 2008 -0500
50353
50354     POWERPC: 86xx - add missing CONFIG_HIGH_BATS to sbc8641d config
50355
50356     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
50357     Acked-by: Jon Loeliger <jdl@freescale.com>
50358
50359 commit 5276a3584d26a9533404f0ec00c3b61cf9a97939
50360 Author: Magnus Lilja <lilja.magnus@gmail.com>
50361 Date:   Sun Aug 3 21:44:10 2008 +0200
50362
50363     i.MX31: Fix mx31_gpio_mux() function and MUX_-macros.
50364
50365     Correct the mx31_gpio_mux() function to allow changing all i.MX31 IOMUX
50366     contacts instead of only the first 256 ones as is the case prior to
50367     this patch.
50368
50369     Add missing MUX_* macros and update board files to use the new macros.
50370
50371     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
50372
50373 commit b6b183c5b2fffd4c456b7e3fcb064cceb47fe7ac
50374 Author: Magnus Lilja <lilja.magnus@gmail.com>
50375 Date:   Sun Aug 3 21:43:37 2008 +0200
50376
50377     i.MX31: Fix IOMUX related typos
50378
50379     Correct the names of some IOMUX macros.
50380
50381     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
50382
50383 commit 4d57b0fb2927d4f50d834884b4ec4a7ca01708b0
50384 Author: Steve Sakoman <steve@sakoman.com>
50385 Date:   Mon Aug 11 20:26:16 2008 +0200
50386
50387     OneNAND: Remove unused parameters to onenand_verify_page
50388
50389     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.
50390
50391     Signed-off-by: Steve Sakoman <steve@sakoman.com>
50392     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
50393
50394 commit e84d568fa2a9f4ce7888141e71676368ef6b3f25
50395 Author: Anatolij Gustschin <agust@denx.de>
50396 Date:   Fri Aug 8 18:00:40 2008 +0200
50397
50398     video: fix bug in cfb_console code
50399
50400     FILL_15BIT_555RGB macro extension for pixel swapping
50401     by commit bed53753dd1d7e6bcbea4339be0fb7760214cc35
50402     introduced a bug in cfb_console:
50403
50404     Bitmaps with odd-numbered width won't be rendered
50405     correctly and even U-Boot crashes are observed on
50406     some platforms while repeated rendering of such
50407     bitmaps with "bmp display". Also if a bitmap is
50408     rendered to an odd-numbered x starting position,
50409     the same problem occurs. This patch is an attempt
50410     to fix it.
50411
50412     Signed-off-by: Anatolij Gustschin <agust@denx.de>
50413
50414 commit d9015f6a50d7258125349ef5c2af836458a0029a
50415 Author: Anatolij Gustschin <agust@denx.de>
50416 Date:   Fri Aug 8 18:00:39 2008 +0200
50417
50418     video: fix bug in logo_plot
50419
50420     If logo_plot() should ever be called with x starting
50421     position other than zero and for pixel depths greater
50422     than 8bpp, logo colors distortion will be observed.
50423     This patch fixes the issue.
50424
50425     Signed-off-by: Anatolij Gustschin <agust@denx.de>
50426
50427 commit 406819ae94f79f5b59e01d163380ca7d83709251
50428 Author: Wolfgang Denk <wd@denx.de>
50429 Date:   Mon Aug 11 00:17:52 2008 +0200
50430
50431     MAINTAINERS: sort entries
50432
50433     Signed-off-by: Wolfgang Denk <wd@denx.de>
50434
50435 commit cfc442d7913d4d1c3a9bf494f90c012c2f8c3bdc
50436 Author: Roy Zang <tie-fei.zang@freescale.com>
50437 Date:   Thu Aug 7 18:19:28 2008 +0800
50438
50439     Add mpc7448hpc2 maintainer information
50440
50441     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
50442
50443 commit a9fe0c3e7ca48afa50d6a0db99fa91e7282d73d8
50444 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
50445 Date:   Thu Aug 7 13:13:27 2008 +0530
50446
50447     common/cmd_load.c - Minor code & Coding Style cleanup
50448
50449     - os_data_header Variable is a carry over feature
50450        & unused. So removed all instance of this variable
50451      - Minor Code Style Update
50452
50453     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
50454     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50455
50456 commit 0d28f34bbe56d0971bd603789dcc6fe7adf11f14
50457 Author: Magnus Lilja <lilja.magnus@gmail.com>
50458 Date:   Wed Aug 6 19:32:33 2008 +0200
50459
50460     Update the U-Boot wiki URL.
50461
50462     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
50463
50464 commit aa5ffa16d7e4c461b7b77bf8e79d2ef5638cf754
50465 Author: dirk.behme@googlemail.com <dirk.behme@googlemail.com>
50466 Date:   Sun Aug 10 17:56:36 2008 +0200
50467
50468     OneNAND: Remove base address offset usage
50469
50470     While locally preparing some U-Boot patches for ARM based OMAP3 boards, some
50471     using OneNAND and some using NAND, we found some differences in OneNAND and
50472     NAND command address handling.
50473
50474     As this might confuse users (it already confused us), we like to align OneNAND
50475     and NAND address handling.
50476
50477     The issue is that cmd_onenand.c subtracts the onenand base address from the
50478     addresses you type into the u-boot command line so, unlike nand, you can't
50479     use addresses relative to the start of the onenand part e.g. this won't work:
50480
50481     onenand read 82000000 280000 400000
50482
50483     you have to use:
50484
50485     onenand read 82000000 20280000 400000
50486
50487     Looking at recent git, the only board currently using OneNAND is Apollon, and
50488     for this the OneNAND base address is 0 (apollon.h)
50489
50490     #define     CFG_ONENAND_BASE        0x00000000
50491
50492     so patch below won't break any existing boards and will align OneNAND and NAND
50493     handling on boards where OneNAND base address is != 0.
50494
50495     Signed-off-by: Steve Sakoman <sakoman@gmail.com>
50496     Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
50497     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
50498
50499 commit c11528083ef6e55e76df742228c26e39d151813d
50500 Author: Kumar Gala <galak@kernel.crashing.org>
50501 Date:   Thu Aug 7 09:28:20 2008 -0500
50502
50503     mpc85xx: workaround old binutils bug
50504
50505     The recent change to move the .bss outside of the image gives older
50506     binutils (ld from eldk4.1/binutils-2.16) some headache:
50507
50508     ppc_85xx-ld: u-boot: Not enough room for program headers (allocated 3, need 4)
50509     ppc_85xx-ld: final link failed: Bad value
50510
50511     We workaround it by being explicit about the program headers and not
50512     assigning the .bss to a program header.
50513
50514     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
50515
50516 commit 0bf202ec586d4466c900e987720fa635c594d689
50517 Author: Wolfgang Denk <wd@denx.de>
50518 Date:   Sun Aug 10 01:26:26 2008 +0200
50519
50520     Revert "[new uImage] Add autostart flag to bootm_headers structure"
50521
50522     This reverts commit f5614e7926863bf0225ec860d9b319741a9c4004.
50523
50524     The commit was based on a misunderstanding of the (documented)
50525     meaning of the 'autostart' environment variable. It might cause
50526     boards to hang if 'autostart' was used, with the potential to brick
50527     them. Go back to the documented behaviour.
50528
50529     Conflicts:
50530
50531         common/cmd_bootm.c
50532         common/image.c
50533         include/image.h
50534
50535     Signed-off-by: Wolfgang Denk <wd@denx.de>
50536
50537 commit 29f8f58ff40c67f7f2e11afd1715173094e52ac2
50538 Author: Wolfgang Denk <wd@denx.de>
50539 Date:   Sat Aug 9 23:17:32 2008 +0200
50540
50541     TQM8xx{L,M}: try to normalize config files for TQM8xx? based board
50542
50543     - enable CFI driver where this was forgotten
50544     - enable mtdparts support
50545     - adjust default environment
50546     etc.
50547
50548     Signed-off-by: Wolfgang Denk <wd@denx.de>
50549
50550 commit 41266c9b5a5f873df3ec891bb0907616958b5602
50551 Author: Peter Tyser <ptyser@xes-inc.com>
50552 Date:   Tue Aug 5 10:51:57 2008 -0500
50553
50554     FIT: Fix handling of images without ramdisks
50555
50556     boot_get_ramdisk() should not treat the case when a FIT image does
50557     not contain a ramdisk as an error.
50558
50559     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
50560     Acked-by: Michal Simek <monstr@monstr.eu>
50561
50562 commit f77d92a3f56d88e63cc02226a1204b3bdbac6961
50563 Author: Sergey Lapin <slapin@ossfans.org>
50564 Date:   Sat Aug 9 01:39:09 2008 +0400
50565
50566     DataFlash: AT45DB021 fix and AT45DB081 support
50567
50568     Fix for page size of AT45DB021. Also adding bigger AT45DB081
50569     which comes with some newer boards.
50570
50571     Signed-off-by: Sergey Lapin <slapin@ossfans.org>
50572
50573 commit ba9324451b662dd393afa53e5cc36fc5d3d10966
50574 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
50575 Date:   Fri Aug 8 16:30:23 2008 +0900
50576
50577     sh: Update sh7763rdp config
50578
50579     Add sh_eth support to sh7763rdp.
50580
50581     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
50582
50583 commit 21f971ec265f6042ec21636d55d06a6bc0751077
50584 Author: Wolfgang Denk <wd@denx.de>
50585 Date:   Mon Jul 7 01:22:29 2008 +0200
50586
50587     TQM823L: re-enable logo support; update LCD_INFO text
50588
50589     Signed-off-by: Wolfgang Denk <wd@denx.de>
50590
50591 commit 3b8d17f0f082073346c0df017c9dfd6acdb40d6d
50592 Author: Wolfgang Denk <wd@denx.de>
50593 Date:   Fri Aug 8 16:41:56 2008 +0200
50594
50595     TQM8xxL: fix support for second flash bank
50596
50597     When switching the TQM8xxL modules to use the CFI flash driver,
50598     support for the second flash bank was broken because the CFI driver
50599     did not support dynamically sized banks. This gets fixed now.
50600
50601     Signed-off-by: Wolfgang Denk <wd@denx.de>
50602
50603 commit 2a112b234d879f6390503a5f4e38246acce9d0b0
50604 Author: Wolfgang Denk <wd@denx.de>
50605 Date:   Fri Aug 8 16:39:54 2008 +0200
50606
50607     CFI: allow for dynamically determined flash sizes and addresses
50608
50609     The CFI driver allowed only for static initializers in the
50610     CFG_FLASH_BANKS_LIST definition, i. e. it did not allow to map
50611     several flash banks contiguously if the bank sizes were not known in
50612     advance, which kind of violates U-Boot's design philosophy.
50613
50614     (will be used for example by the TQM8xxL boards)
50615
50616     Signed-off-by: Wolfgang Denk <wd@denx.de>
50617
50618 commit d9d78ee46d9a396d0a81d00c2b003a9bd32c2e61
50619 Author: Ben Warren <biggerbadderben@gmail.com>
50620 Date:   Thu Aug 7 23:26:35 2008 -0700
50621
50622     QE UEC: Fix compiler warnings
50623
50624     Moved static functions earlier in file so forward declarations are not needed.
50625
50626     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
50627
50628 commit d5d28fe4aad5f4535400647a5617c11039506467
50629 Author: David Saada <David.Saada@ecitele.com>
50630 Date:   Mon Mar 31 02:37:38 2008 -0700
50631
50632     QE UEC: Add MII Commands
50633
50634     Add MII commands to the UEC driver. Note that once a UEC device is selected,
50635     any device on its MDIO bus can be addressed.
50636
50637     Signed-off-by: David Saada <david.saada@ecitele.com>
50638     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
50639
50640 commit fd0f2f3796ff2a7a32d35deb1b7996e485849df7
50641 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
50642 Date:   Wed Jul 9 21:07:38 2008 +0900
50643
50644     usb: add support for R8A66597 usb controller
50645
50646     add support for Renesas R8A66597 usb controller.
50647     This patch supports USB Host mode.
50648
50649     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
50650     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
50651
50652 commit 1d10dcd041aaeae9fd7c821005692898a0303382
50653 Author: Hunter, Jon <jon-hunter@ti.com>
50654 Date:   Sat Jul 26 18:59:16 2008 -0500
50655
50656     Add support for OMAP5912 and OMAP16xx to usbdcore_omap1510.c
50657
50658     Add support to drivers/usb/usbdcore_omap1510.c for OMAP5912 and OMAP16xx devices.
50659
50660     Signed-off-by: Jon Hunter <jon-hunter@ti.com>
50661     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
50662
50663 commit eab1007334b93a6209f1ec33615e26ef5311ede7
50664 Author: Steven A. Falco <sfalco@harris.com>
50665 Date:   Wed Aug 6 15:42:52 2008 -0400
50666
50667     ppc4xx: Sequoia has two UARTs in "4-pin" mode. Configure the GPIOs as per schematic.
50668
50669     The Sequoia board has two UARTs in "4-pin" mode. This patch modifies the GPIO
50670     configuration to match the schematic, and also sets the SDR0_PFC1 register to
50671     select the corresponding mode for the UARTs.
50672
50673     Signed-off-by: Steven A. Falco <sfalco@harris.com>
50674     Signed-off-by: Stefan Roese <sr@denx.de>
50675
50676 commit 0eb5717a85b6cba3f67c11fa89bdde38dcd081b5
50677 Author: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
50678 Date:   Wed Aug 6 14:42:13 2008 +0200
50679
50680     avr32: add support for EarthLCD Favr-32 board
50681
50682     This patch adds support for the Favr-32 board made by EarthLCD.
50683
50684     This kit, which is also called ezLCD-101 when running with EarthLCD firmware,
50685     has a 10.4" touch screen LCD panel, 16 MB 32-bit SDRAM, 8 MB parallel flash,
50686     Ethernet, audio out, USB device, SD-card slot, USART and various other
50687     connectors for cennecting stuff to SPI, I2C, GPIO, etc.
50688
50689     Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
50690     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
50691
50692 commit bc9019e19758a19a388fb20ef18dc771cd39fdda
50693 Author: Rafael Campos <rafael.campos@hanscan.com>
50694 Date:   Thu Jul 31 10:22:20 2008 +0200
50695
50696     cfi-flash: Added support to flash_real_protect for Atmel flash devices
50697
50698     Some of the flash memories produced by ATMEL start in read-only mode.
50699     We need to unprotect it. This patch allows the AT49BV6416 to work with
50700     cfi_flash memories. Tested in the at91rm9200ek board.
50701
50702     Signed-off-by: Rafael Campos Las Heras <rafael.campos@hanscan.com>
50703     Signed-off-by: Stefan Roese <sr@denx.de>
50704
50705 commit 7949839e5836bf8b1074bb6142c46d30ac3aa350
50706 Author: Guennadi Liakhovetski <lg@denx.de>
50707 Date:   Tue Aug 5 15:36:39 2008 +0200
50708
50709     cfi-flash: Add definition for the AM29LV800BB AMD NOR-flash
50710
50711     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
50712     Signed-off-by: Stefan Roese <sr@denx.de>
50713
50714 commit 1318673045fe188c6e24c582b1e6efc00ae1c62c
50715 Author: Stefan Roese <sr@denx.de>
50716 Date:   Wed Aug 6 14:06:03 2008 +0200
50717
50718     Fix merge problems
50719
50720     Signed-off-by: Stefan Roese <sr@denx.de>
50721
50722 commit f2302d4430e7f3f48308d6a585320fe96af8afbd
50723 Author: Stefan Roese <sr@denx.de>
50724 Date:   Wed Aug 6 14:05:38 2008 +0200
50725
50726     Fix merge problems
50727
50728     Signed-off-by: Stefan Roese <sr@denx.de>
50729
50730 commit 6689484ccd43189322aaa5a1c6cd02cdd511ad7d
50731 Author: Kenneth Johansson <kenneth@southpole.se>
50732 Date:   Tue Jul 15 12:13:38 2008 +0200
50733
50734     mpc5121: Move iopin features from board specific to common files.
50735
50736     And in the process eliminate some duplicate register defines.
50737
50738     Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
50739
50740 commit ef11df6b66ecf5797e94ba322254b8fb7a4e2e12
50741 Author: John Rigby <jrigby@freescale.com>
50742 Date:   Tue Aug 5 17:38:57 2008 -0600
50743
50744     mpc5121: squash some fdt fixup errors
50745
50746     On ADS5121 when booting linux the following errors are seen:
50747         Unable to update property /soc5121@80000000:bus-frequency, err=FDT_ERR_NOTFOUND
50748         Unable to update property /soc5121@80000000/ethernet@2800:local-mac-address, err=FDT_ERR_NOTFOUND
50749         Unable to update property /soc5121@80000000/ethernet@2800:address, err=FDT_ERR_NOTFOUND
50750
50751     This is caused by ft_cpu_setup trying to deal with
50752     both old and new soc node naming.  This patch
50753     fixes this by being smarter about what to
50754     fixup.
50755
50756     Also do soc node fixups by compatible instead of by path.
50757     A new board config called OF_SOC_COMPAT defined
50758     to be "fsl,mpc5121-immr" replaces the old
50759     OF_SOC node path that was defined to be "soc@80000000".
50760
50761     Old device trees still work, but the compatiblity
50762     is conditional on CONFIG_OF_SUPPORT_OLD_DEVICE_TREES
50763     which is on by default in include/configs/ads5121.h.
50764
50765     Signed-off-by: John Rigby <jrigby@freescale.com>
50766
50767 commit 81091f58f0c58ecd26c5b05de2ae20ca6cdb521c
50768 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50769 Date:   Sat Aug 2 23:48:30 2008 +0200
50770
50771     drivers/serial: Move conditional compilation to Makefile for CONFIG_* macros
50772
50773     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50774
50775 commit 4cd7e6528f61ec669755c3754bb4f9779874fab3
50776 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50777 Date:   Sat Aug 2 23:48:32 2008 +0200
50778
50779     nios2/sysid: fix printf warning
50780
50781     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50782
50783 commit 66da6fa0e35e7ee56628c85981709afe7180fc8e
50784 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50785 Date:   Sat Aug 2 23:48:33 2008 +0200
50786
50787     Fix remaining build issues with MPC8xx FADS boards.
50788
50789     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50790
50791 commit 81d3f1fdddafd1eb53bbca8739f488d417eb3dd2
50792 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50793 Date:   Sat Aug 2 23:48:31 2008 +0200
50794
50795     nios2: fix phys_addr_t and phys_size_t support
50796
50797     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50798
50799 commit 5fa62000db6d0b46ecdeadbeb50faf5197db49ef
50800 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50801 Date:   Sat Aug 2 23:48:34 2008 +0200
50802
50803     mvbc_p: Fix problem with '#if (CONFIG_CMD_KGDB)'
50804
50805     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50806
50807 commit 1464eff77e7fdaed609ecf263a2423c9dcf96b1f
50808 Author: Mark Jackson <mpfj@mimc.co.uk>
50809 Date:   Fri Aug 1 09:48:29 2008 +0100
50810
50811     Fix bitmap display for atmel lcd controller
50812
50813     The current lcd_display_bitmap() function does not work properly
50814     for the Atmel LCD controller.
50815
50816     2 fixes need to be done:-
50817
50818     (a) when setting the colour map, use the lcd_setcolreg() function
50819         as provided by the Atmel driver
50820     (b) the data is never actually written to the lcd framebuffer !!
50821
50822     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
50823
50824 commit 2a433c66b1e2770349fe4911be23c375f053ebd8
50825 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50826 Date:   Fri Aug 1 08:40:34 2008 +0200
50827
50828     qemu_mips: update README to follow qemu update about default machine
50829
50830     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50831
50832 commit ac169d645f5f0e0b9a232563099209e92a355d8e
50833 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
50834 Date:   Thu Jul 31 19:53:21 2008 -0500
50835
50836     ColdFire: Fix compilation issue caused by a missing function
50837
50838     Implement usec2ticks() which is used by fsl_i2c.c in
50839     lib_m68k/time.c
50840
50841     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
50842
50843 commit 01ae85b58b51d2fb1fac5b93095f6042cf48ae7b
50844 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
50845 Date:   Thu Jul 31 19:53:06 2008 -0500
50846
50847     Fix compilation error for TASREG
50848
50849     TASREG is ColdFire platform, the include ppc4xx.h in
50850     board/esd/common/flash.c causes conflict.
50851
50852     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
50853
50854 commit 35d3bd3cc35c508a6823dac77e0fd126808e4fc7
50855 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
50856 Date:   Thu Jul 31 19:52:36 2008 -0500
50857
50858     Fix compilation error for MCF5275
50859
50860     Rename OBJ to COBJ in board/platform/Makefile
50861
50862     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
50863
50864 commit 5c40548f01218360a1f1395198c50ff45f3035b5
50865 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
50866 Date:   Thu Jul 31 19:52:28 2008 -0500
50867
50868     Fix compile error caused by incorrect function return type
50869
50870     Rename int mii_init(void) to void mii_init(void) for idmr
50871     ColdFire platform
50872
50873     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
50874
50875 commit a58c78067c928976c082c758d3987e89ead5b191
50876 Author: Wolfgang Denk <wd@denx.de>
50877 Date:   Fri Aug 1 12:06:22 2008 +0200
50878
50879     Fix build issues with MPC8xx FADS boards.
50880
50881     Signed-off-by: Wolfgang Denk <wd@denx.de>
50882
50883 commit 4b50cd12a3b3c644153c4cf393f4a4c12289e5aa
50884 Author: Wolfgang Denk <wd@denx.de>
50885 Date:   Thu Jul 31 17:54:03 2008 +0200
50886
50887     Prepare v1.3.4-rc2: update CHANGELOG
50888
50889     Signed-off-by: Wolfgang Denk <wd@denx.de>
50890
50891 commit a48311557db6e7e9473a6163b44bb1e6c6ed64c4
50892 Author: Mark Jackson <mpfj@mimc.co.uk>
50893 Date:   Thu Jul 31 16:09:00 2008 +0100
50894
50895     Add gzipped logo support
50896
50897     The README file states that CONFIG_VIDEO_BMP_GZIP behaves as follows:
50898
50899       If this option is set, additionally to standard BMP
50900       images, gzipped BMP images can be displayed via the
50901       splashscreen support or the bmp command.
50902
50903     However, the splashscreen function *only* supports standard BMP images.
50904
50905     This patch adds the documented gzip support.
50906
50907     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
50908
50909 commit a5bcb01fbde6b1f1c9863cd86e5c4c369f0121ac
50910 Author: Mark Jackson <mpfj@mimc.co.uk>
50911 Date:   Thu Jul 31 15:56:48 2008 +0100
50912
50913     Fix Atmel LCD controller endianess for AVR32 processors
50914
50915     The Atmel lcd controller is used on Atmel's AT91 (little endian) and
50916     AVR32 (big endian) platforms.
50917
50918     As such, the controller can handle both big and little endian memory.
50919
50920     This patch fixes the driver for the AVR32 platform.
50921
50922     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
50923
50924 commit cdb8bd2fd3bcbe65d8e4334a55f5a667845426a1
50925 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50926 Date:   Thu Jul 31 15:56:01 2008 +0200
50927
50928     apollon: fix build out of tree
50929
50930     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50931
50932 commit 2e752be39d3e398d4ab89ffa6634c397df298297
50933 Author: Guennadi Liakhovetski <lg@denx.de>
50934 Date:   Thu Jul 31 12:35:04 2008 +0200
50935
50936     Uncompressed images loaded to their start address shall set load_end too
50937
50938     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
50939     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
50940
50941 commit c37207d7f51e19c17f859966f314e27cc1231801
50942 Author: Wolfgang Denk <wd@denx.de>
50943 Date:   Wed Jul 16 16:38:59 2008 +0200
50944
50945     Fix printf() format problems with configurable prompts
50946
50947     U-Boot allows for configurable prompt strings using the
50948     CONFIG_AUTOBOOT_PROMPT resp. CONFIG_MENUPROMPT definitions. So far,
50949     the assumption was that any such user defined problts would contain
50950     exactly one "%d" format specifier. But some boards did not.
50951
50952     To allow for flexible boot prompts without adding too complex code we
50953     now allow to specify the whole list of printf() arguments in the user
50954     definition. This is powerful, but requires a responsible user who
50955     really understands what he is doing, as he needs to know for exanple
50956     which variables are available in the respective context.
50957
50958     Signed-off-by: Wolfgang Denk <wd@denx.de>
50959
50960 commit 54754120637b6a7f4ff774fb199fc550bcfea1da
50961 Author: Wolfgang Denk <wd@denx.de>
50962 Date:   Thu Jul 31 17:02:14 2008 +0200
50963
50964     TQM85xx: fix typo introduce by commit ffbb5cb9
50965
50966     Signed-off-by: Wolfgang Denk <wd@denx.de>
50967
50968 commit 0b4951d4cddca9cc800745891c95b291e47cbbd7
50969 Author: Wolfgang Denk <wd@denx.de>
50970 Date:   Thu Jul 31 15:27:01 2008 +0200
50971
50972     mvbc_p board: fix most build warnings.
50973
50974     Signed-off-by: Wolfgang Denk <wd@denx.de>
50975
50976 commit c4ec6db074051d2f6fc76a66411c60621b22bc02
50977 Author: Wolfgang Denk <wd@denx.de>
50978 Date:   Thu Jul 31 13:57:20 2008 +0200
50979
50980     E1000: clean up CONFIG_E1000_FALLBACK_MAC handling
50981
50982     Avoid "integer constant is too large for 'long' type" warnings.
50983     And simplify the code.
50984
50985     Signed-off-by: Wolfgang Denk <wd@denx.de>
50986
50987 commit 9196b44334c330cc13de2464c59181e4db71f549
50988 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
50989 Date:   Wed Jul 30 23:21:19 2008 +0400
50990
50991     8260: Making the use of gd->pci_clk dependant on the CONFIG_PCI
50992
50993     Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
50994
50995 commit 6361ad4b596f5a940a01c91ae0297d98f790cbe0
50996 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
50997 Date:   Wed Jul 30 23:20:32 2008 +0400
50998
50999     PPC: Add pci_clk in the global_data for CPM2 processors
51000
51001     This patch adds pci_clk field to the global_data structure for the
51002     processors which have CPM2 module in case the CONFIG_PCI is defined.
51003
51004     Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
51005
51006 commit f0ff885ca64655bee6540eb8a25eed90b1152686
51007 Author: Kumar Gala <galak@kernel.crashing.org>
51008 Date:   Wed Jul 30 14:13:30 2008 -0500
51009
51010     mpc85xx: Update linker scripts for Freescale boards
51011
51012     * Move to using absolute addressing always.  Makes the scripts a bit more
51013       portable and common
51014     * Moved .bss after the end of the image.  These allows us to have more
51015       room in the resulting binary image for code and data.
51016     * Removed .text object files that aren't really needed
51017     * Make sure _end is 4-byte aligned as the .bss init code expects this.
51018       (Its possible that the end of .bss isn't 4-byte aligned)
51019
51020     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51021
51022 commit 57c219ad5d34dd9d49991777a62e3899595f2ec7
51023 Author: Kumar Gala <galak@kernel.crashing.org>
51024 Date:   Wed Jul 30 08:01:15 2008 -0500
51025
51026     Fix compile warnings in dlmalloc
51027
51028     The origional code was using on odd reference to get to the first
51029     real element in av_[].  The first two elements of the array are
51030     not used for actual bins, but for house keeping.  If we are more
51031     explicit about how use the first few elements we can get rid of the
51032     warnings:
51033
51034     dlmalloc.c: In function 'malloc_extend_top':
51035     dlmalloc.c:1971: warning: dereferencing type-punned pointer will break strict-aliasing rules
51036     dlmalloc.c:1999: warning: dereferencing type-punned pointer will break strict-aliasing rules
51037     dlmalloc.c:2029: warning: dereferencing type-punned pointer will break strict-aliasing rules
51038     ...
51039
51040     The logic of how this code came to be is:
51041         bin_at(0) = (char*)&(av_[2]) - 2*SIZE_SZ
51042
51043     SIZE_SZ is the size of pointer, and av_ is arry of pointers so:
51044         bin_at(0) = &(av_[0])
51045
51046     Going from there to bin_at(0)->fd or bin_at(0)->size should be straight forward.
51047
51048     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51049
51050 commit 3f9ae1a5d43c49a8ecf497470c3d1d80255e44b9
51051 Author: Stefan Roese <sr@denx.de>
51052 Date:   Wed Jul 30 10:21:01 2008 +0200
51053
51054     ppc4xx: Fix W7OLMG compile problems by adding missing LM75 defines
51055
51056     Signed-off-by: Stefan Roese <sr@denx.de>
51057
51058 commit ebb86c4ecd37a7701358284e497ca4c6483c7cc5
51059 Author: Stefan Roese <sr@denx.de>
51060 Date:   Wed Jul 30 09:59:51 2008 +0200
51061
51062     cmd_bootm.c: Fix problem with '#if (CONFIG_CMD_USB)'
51063
51064     A recent patch used '#if (CONFIG_CMD_USB)' instead of
51065     '#if defined(CONFIG_CMD_USB)'. This patch fixes this problem and makes
51066     common/bootm.c compile again.
51067
51068     Signed-off-by: Stefan Roese <sr@denx.de>
51069     Acked-by: Markus Klotzbuecher <mk@denx.de>
51070
51071 commit 2cb9080427fe641dcb71da46cd0634dd406f37ed
51072 Author: Kyungmin Park <kmpark@infradead.org>
51073 Date:   Tue Jul 22 08:01:43 2008 +0900
51074
51075     Remove unused I2C at apollon board
51076
51077     There are no I2C devices on this board.
51078
51079     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
51080
51081 commit 3c95960e526b3b026da20201db64526f46faf14b
51082 Author: Wolfgang Denk <wd@denx.de>
51083 Date:   Thu Jul 31 10:12:09 2008 +0200
51084
51085     at91rm9200dk, csb637: fix NAND related build problems
51086
51087     Tried fixing NAND support for the at91rm9200dk board; untested.
51088     Disabled NAND support in the csb637 board config file.
51089
51090     Signed-off-by: Wolfgang Denk <wd@denx.de>
51091
51092 commit 9246f5ecfd353ae297a02ffd5328402acf16c9dd
51093 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
51094 Date:   Wed Jul 30 12:39:28 2008 +0200
51095
51096     ppc4xx: ML507: Environment in flash and MTD Support
51097
51098     - Relocate the location of U-Boot in the flash
51099     - Save the environment in one sector of the flash memory
51100     - MTD Support
51101
51102     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
51103     Signed-off-by: Stefan Roese <sr@denx.de>
51104
51105 commit a8a16af4d59d14cc1c1187c10aaad80d6b8394b5
51106 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
51107 Date:   Tue Jul 29 17:16:10 2008 +0200
51108
51109     ppc4xx: ML507: Use of get_ram_size in board ml507
51110
51111     - Change suggested by WD
51112
51113     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
51114     Signed-off-by: Stefan Roese <sr@denx.de>
51115
51116 commit 01a004313c5ec2d128b611df4c208b1b0d3c3fb4
51117 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
51118 Date:   Mon Jul 21 20:30:07 2008 +0200
51119
51120     ppc4xx: ML507: U-Boot in flash and System ACE
51121
51122     This patch allows booting from FLASH the ML507 board by Xilinx.
51123     Previously, U-Boot needed to be loaded from JTAG or a Sytem ACE CF
51124
51125     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
51126     Signed-off-by: Stefan Roese <sr@denx.de>
51127
51128 commit 5c374c9ee16fee2bf68533cc4010b3c0df21f783
51129 Author: Julien May <mailinglist@miromico.ch>
51130 Date:   Mon Jun 23 13:57:52 2008 +0200
51131
51132     Add support for the hammerhead (AVR32) board
51133
51134     The Hammerhead platform is built around a AVR32 32-bit microcontroller
51135     from Atmel.  It offers versatile peripherals, such as ethernet, usb
51136     device, usb host etc.
51137
51138     The board also incooperates a power supply and is a Power over Ethernet
51139     (PoE) Powered Device (PD).
51140
51141     Additonally, a Cyclone III FPGA from Altera is integrated on the board.
51142     The FPGA is mapped into the 32-bit AVR memory bus. The FPGA offers two
51143     DDR2 SDRAM interfaces, which will cover even the most exceptional need
51144     of memory bandwidth. Together with the onboard video decoder the board
51145     is ready for video processing.
51146
51147     For more information see: http:///www.miromico.com/hammerhead
51148
51149     Signed-off-by: Julien May <mailinglist@miromico.ch>
51150     [haavard.skinnemoen@atmel.com: various small fixes and adaptions]
51151     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51152
51153 commit 09d318a8bb1444ec92e31cafcdba877eb9409e58
51154 Author: Kumar Gala <galak@kernel.crashing.org>
51155 Date:   Tue Jul 29 12:23:49 2008 -0500
51156
51157     fsl_i2c: Use timebase timer functions instead of get_timer()
51158
51159     The current implementation of get_timer() is only really useful after we
51160     have relocated u-boot to memory.  The i2c code is used before that as part
51161     of the SPD DDR setup.
51162
51163     We actually have a bug when using the get_timer() code before relocation
51164     because the .bss hasn't been setup and thus we could be reading/writing
51165     a random location (probably in flash).
51166
51167     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51168
51169 commit 4fc72a0d6ca85070a5e90d76cc5a853526ac09c4
51170 Author: Frank Svendsbøe <frank.svendsboe@gmail.com>
51171 Date:   Tue Jul 29 14:49:31 2008 +0200
51172
51173     Adder8xx: Fix CFG_MONITOR_LEN
51174
51175     Due to increased space usage, U-Boot can no longer be stored in three sectors.
51176     The current U-Boot use just over three flash sectors (197k), and U-Boot will
51177     become corrupt after saving environment variables. This patch adds another 64k
51178     to CFG_MONITOR_LEN.
51179
51180     Signed-off-by: Frank E. Svendsbøe <frank.svendsboe@gmail.com>
51181
51182 commit a4c59ad4a21140550ada6f97690d2527c4146ce5
51183 Author: Kyungmin Park <kmpark@infradead.org>
51184 Date:   Tue Jul 29 08:47:57 2008 +0900
51185
51186     Add OneNAND IPL related files to gitignore
51187
51188     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
51189
51190 commit 8d87589e8e874df7120a3d9667f051bc33bac250
51191 Author: Rafal Jaworowski <raj@semihalf.com>
51192 Date:   Mon Jul 28 20:38:25 2008 +0200
51193
51194     API: Teach the storage layer about SATA and MMC options.
51195
51196     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
51197     Acked-by: Rafal Jaworowski <raj@semihalf.com>
51198
51199 commit 6b73b754f782e1ecce5048bf20b22ce56a07a5b8
51200 Author: Rafal Jaworowski <raj@semihalf.com>
51201 Date:   Mon Jul 28 20:37:48 2008 +0200
51202
51203     API: Dump contents of sector 0 in the demo application.
51204
51205     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
51206     Acked-by: Rafal Jaworowski <raj@semihalf.com>
51207
51208 commit 13ca6305f2eba49c175f6370c35286141059c789
51209 Author: Rafal Jaworowski <raj@semihalf.com>
51210 Date:   Mon Jul 28 20:37:10 2008 +0200
51211
51212     API: Correct storage enumeration routine, other minor fixes in API storage area.
51213
51214     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
51215     Acked-by: Rafal Jaworowski <raj@semihalf.com>
51216
51217 commit 05c7fe0f049b1c9eb9a1992f27e5e350d865f4a8
51218 Author: Rafal Jaworowski <raj@semihalf.com>
51219 Date:   Mon Jul 28 20:36:19 2008 +0200
51220
51221     API: Fix compilation warnings in api_examples/demo.c.
51222
51223     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
51224
51225 commit c14eefcc48212af2f3314809605698dd8393a90a
51226 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51227 Date:   Sun Jul 27 17:09:43 2008 +0200
51228
51229     Fix more printf() format warnings
51230
51231     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51232
51233 commit 936897d4d1365452bbbdf8430db5e7769ef08d38
51234 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51235 Date:   Fri Jul 25 15:18:16 2008 +0200
51236
51237     Fix remaining CFG_CMD_ define, ifdef and comments
51238
51239     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51240
51241 commit 5d1d00fb36005482e1803a00ddc46efa11d719af
51242 Author: Stefano Babic <sbabic@denx.de>
51243 Date:   Fri Jul 25 08:57:40 2008 +0200
51244
51245     Add include for config.h in command.h.
51246
51247     Because the cmd_tbl_s structure depends on the configuration file, it
51248     must be assured that config.h is included before the structure is
51249     evaluated by the compiler. If this is not certain, it could happen
51250     that the compiler generates structures of different size, depending
51251     on the fact if the source file includes <config.h> before or after
51252     <command.h>.
51253
51254     The effect is that u-boot crashes when tries to relocate the command
51255     table (for ppc) or try to access to the command table for other
51256     architectures.
51257
51258     The problem can happen on board-depending commands. All general
51259     commands under /common are unaffected, because they include already
51260     config.h before command.h.
51261
51262     Signed-off-by: Stefano Babic <sbabic@denx.de>
51263
51264 commit 2dacb734bac9dba1db9e704d3e0b200ef521c79a
51265 Author: Scott Wood <scottwood@freescale.com>
51266 Date:   Wed Jul 23 13:16:06 2008 -0500
51267
51268     NAND: $(obj)-qualify ecc.h in kilauea NAND boot Makefile.
51269
51270     This fixes building out-of-tree.
51271
51272     Signed-off-by: Scott Wood <scottwood@freescale.com>
51273
51274 commit 36d59bd9da9e15d19b867b48449408830f4e2ad5
51275 Author: Heiko Schocher <hs@denx.de>
51276 Date:   Wed Jul 23 07:30:46 2008 +0200
51277
51278     Fix warnings if compiling with IDE support.
51279
51280     cmd_ide.c:827: Warnung: weak declaration of `ide_outb' after first use results in unspecified behavior
51281     cmd_ide.c:839: Warnung: weak declaration of `ide_inb' after first use results in unspecified behavior
51282
51283     Signed-off-by: Heiko Schocher <hs@denx.de>
51284
51285 commit 7610db17fd4d59c51d825488526d85ede2f06767
51286 Author: Adrian Filipi <adrian.filipi@eurotech.com>
51287 Date:   Tue Jul 22 14:28:11 2008 -0400
51288
51289     Removed support for the adsvix board.
51290
51291     Support for the adsvix was originally provided by Applied Data
51292     Systems (ADS), inc., now EuroTech, Inc.
51293     The board never shipped aside from some sample boards.
51294
51295     Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
51296
51297 commit f96b44cef897bd372beb86dde1b33637c119d84d
51298 Author: Remy Bohmer <linux@bohmer.net>
51299 Date:   Tue Jul 22 16:22:11 2008 +0200
51300
51301     ARM: set GD_FLG_RELOC for boards skipping relocation to RAM
51302
51303     If CONFIG_SKIP_RELOCATE_UBOOT is set the flag GD_FLG_RELOC is usually
51304     never set, because relocation to RAM is actually never done by U-boot
51305     itself. However, several pieces of code check if this flag is set at
51306     some time.
51307
51308     So, to make sure this flag is set on boards skipping relocation, this
51309     is added to the initialisation of U-boot at a moment where it is safe
51310     to do so.
51311
51312     Signed-off-by: Remy Bohmer <linux@bohmer.net>
51313
51314 commit e4dafff86f289b5677143a3e41da7b45c6d27fc7
51315 Author: Timur Tabi <timur@freescale.com>
51316 Date:   Mon Jul 21 14:26:23 2008 -0500
51317
51318     fsl-i2c: fix writes to data segment before relocation
51319
51320     Prevent i2c_init() in fsl_i2c.c from writing to the data segment before
51321     relocation.  Commit d8c82db4 added the ability for i2c_init() to program the
51322     I2C bus speed and save the value in i2c_bus_speed[], which is a global
51323     variable.  It is an error to write to the data segment before relocation,
51324     which is what i2c_init() does when it stores the bus speed in i2c_bus_speed[].
51325
51326     Signed-off-by: Timur Tabi <timur@freescale.com>
51327
51328 commit dbd32387920e5ad6f9dd58a7b5012bbabe2a6a21
51329 Author: Wolfgang Ocker <weo@reccoware.de>
51330 Date:   Mon Jul 28 16:56:51 2008 +0200
51331
51332     mips: Fix baudrate divisor computation on alchemy cpus
51333
51334     Use CFG_MIPS_TIMER_FREQ when computing the baudrate divisor
51335     on alchemy cpus.
51336
51337     Signed-off-by: Wolfgang Ocker <weo@reccoware.de>
51338     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
51339
51340 commit c8c845cfdc6d0217135c1d5927eebd2b133a3314
51341 Author: Ben Warren <biggerbadderben@gmail.com>
51342 Date:   Sat Jul 5 00:08:48 2008 -0700
51343
51344     Moved initialization of AVR32 Ethernet controllers to board_eth_init()
51345
51346     Renamed initialization functions for atngw100 and atstk1000.
51347     Removed initializations for these boards from net/eth.c
51348
51349     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
51350     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51351
51352 commit a229d291f33308ab7761d39f25fa1a53c0fc00a2
51353 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51354 Date:   Wed Jul 23 10:55:46 2008 +0200
51355
51356     spi flash: Fix printf() format warnings
51357
51358     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51359
51360 commit 252a5e0738bcafaf25f7fbb40f19a59abc2cb13e
51361 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51362 Date:   Wed Jul 23 10:55:31 2008 +0200
51363
51364     atmel_mci: Fix printf() format warnings
51365
51366     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51367
51368 commit 7f4b009f4232d57084ce0ec5aeb3b57bccb08e4c
51369 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51370 Date:   Wed Jul 23 10:55:15 2008 +0200
51371
51372     avr32: Fix printf() format warnings
51373
51374     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51375
51376 commit a79c3e8d9c31db25d5ca3ec8e08a97f323410dd4
51377 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51378 Date:   Wed Jul 23 10:52:19 2008 +0200
51379
51380     avr32: asm/io.h needs asm/types.h
51381
51382     map_physmem() takes a phys_addr_t as parameter. This type is defined in
51383     asm/types.h, so we need to include that file.
51384
51385     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51386
51387 commit 1953d128fd07f07d1c3810a28c0863ea64dae1b6
51388 Author: Michal Simek <monstr@monstr.eu>
51389 Date:   Thu Jul 17 12:25:46 2008 +0200
51390
51391     microblaze: Fix printf() format issues
51392
51393     Signed-off-by: Michal Simek <monstr@monstr.eu>
51394
51395 commit de2a07e534f18b1ca5f9869a4ef0604ca829cff0
51396 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
51397 Date:   Thu Jul 17 07:27:51 2008 +0530
51398
51399     Remove unused code from lib_arm/bootm.c
51400
51401     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
51402
51403 commit ffbb5cb942e9856fa24e946977e0a60c64df04ab
51404 Author: Detlev Zundel <dzu@denx.de>
51405 Date:   Wed Jul 16 18:56:45 2008 +0200
51406
51407     tqm85xx: Demystify 'DK: !!!' comment
51408
51409     Signed-off-by: Detlev Zundel <dzu@denx.de>
51410
51411 commit b2f44ba570f3a01113bbb745daf46f3858d22f53
51412 Author: Detlev Zundel <dzu@denx.de>
51413 Date:   Wed Jul 16 18:56:44 2008 +0200
51414
51415     83xx/85xx/86xx: Add LTEDR local bus definitions
51416
51417     Signed-off-by: Detlev Zundel <dzu@denx.de>
51418
51419 commit f13f64cf42d5abec3e0f920233f6a7a61e7ae494
51420 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
51421 Date:   Wed Jul 16 16:22:32 2008 +0200
51422
51423     serial_xuartlite.c: fix compiler warnings
51424
51425     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
51426     Acked-by: Grant Likely <grant.likely@secretlab.ca>
51427
51428 commit 86446d3a5d9d3ca81e85d1ccd3accaaae6f8e3c9
51429 Author: Stefan Roese <sr@denx.de>
51430 Date:   Fri Jul 18 11:03:35 2008 +0200
51431
51432     POST: Add disable interrupts in some of the missing CPU POST tests
51433
51434     Some CPU POST tests did not disable the interrupts while running. This
51435     seems to be necessary to protect this self modifying code.
51436
51437     Signed-off-by: Stefan Roese <sr@denx.de>
51438
51439 commit 97a3bf268d096e0e97e54048448c35114edcf557
51440 Author: Stefan Roese <sr@denx.de>
51441 Date:   Fri Jul 18 10:43:24 2008 +0200
51442
51443     ide: Use CFG_64BIT_LBA instead of CFG_64BIT_STRTOUL
51444
51445     This is needed for boards that define CFG_64BIT_STRTOUL but don't define
51446     CFG_64BIT_LBA.
51447
51448     Signed-off-by: Stefan Roese <sr@denx.de>
51449
51450 commit 0043ac55024963295fc79b39af85b6dc3b261e17
51451 Author: Niklaus Giger <niklaus.giger@netstal.com>
51452 Date:   Fri Jul 18 11:22:23 2008 +0200
51453
51454     POST PPC4xx/spr IVPR only if PPC440
51455
51456     The SPR IVPR register is only present (as far as I know) for
51457     processors with a PPC440 core.
51458
51459     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
51460     Acked-by: Stefan Roese <sr@denx.de>
51461
51462 commit 1092fbd64748dfa2e979b102611ece9bc5ec1855
51463 Author: Stefan Roese <sr@denx.de>
51464 Date:   Fri Jul 18 10:42:29 2008 +0200
51465
51466     ppc4xx: Enable 64bit printf format on 440/460 platforms
51467
51468     This patch defines CFG_64BIT_VSPRINTF and CFG_64BIT_STRTOUL for all
51469     440/460 platforms. This may be needed since those platforms support
51470     36bit physical address space.
51471
51472     Signed-off-by: Stefan Roese <sr@denx.de>
51473
51474 commit 66fe183b1dd9c7534605147a8ecfed1c02345ee5
51475 Author: Stefan Roese <sr@denx.de>
51476 Date:   Fri Jul 18 15:57:23 2008 +0200
51477
51478     ppc4xx: Fix incorrect MODTx setup for some DIMM configurations
51479
51480     This patch fixes a problem with incorrect MODTx (On Die Termination)
51481     setup for a configuration with multiple DIMM's and multiple ranks.
51482     Without this change Katmai was unable to boot Linux with DDR2 frequency
51483     >= 533MHz and mem>=3GB. With this patch Katmai successfully boots Linux
51484     with DDR2 frequency = 640MHz and mem=4GB.
51485
51486     Signed-off-by: Stefan Roese <sr@denx.de>
51487
51488 commit 60204d06ed9f8c2a67cc79eb67fd2b1d22bcbc8c
51489 Author: Stefan Roese <sr@denx.de>
51490 Date:   Fri Jul 18 12:24:41 2008 +0200
51491
51492     ppc4xx: Minor coding style cleanup of Xilinx Virtex5 ml507 support
51493
51494     Signed-off-by: Stefan Roese <sr@denx.de>
51495
51496 commit 086511fc96a8a9bb56e5e19a3d84c40f4dba80cc
51497 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
51498 Date:   Thu Jul 17 12:47:09 2008 +0200
51499
51500     ppc4xx: ML507 Board Support
51501
51502     The Xilinx ML507 Board is a Virtex 5 prototyping board that includes,
51503         among others:
51504         -Virtex 5 FX FPGA (With a ppc440x5 in it)
51505         -256MB of SDRAM2
51506         -32MB of Flash
51507         -I2C Eeprom
51508         -System ACE chip
51509         -Serial ATA connectors
51510         -RS232 Level Conversors
51511         -Ethernet Transceiver
51512
51513     This patch gives support to a standard design produced by EDK for this
51514     board: ppc440, uartlite, xilinx_int and flash
51515
51516     - Includes Changes propossed by Stefan Roese and Michal Simek
51517
51518     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
51519     Acked-by: Stefan Roese <sr@denx.de>
51520
51521 commit d865fd09809a3a18669f35f970781820af40e4de
51522 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
51523 Date:   Thu Jul 17 11:44:12 2008 +0200
51524
51525     ppc4xx: CPU PPC440x5 on Virtex5 FX
51526
51527     -This patchs gives support for the embbedded ppc440
51528      on the Virtex5 FPGAs
51529     -interrupts.c divided in uic.c and interrupts.c
51530     -xilinx_irq.c for xilinx interrupt controller
51531     -Include modifications propossed by  Stefan Roese
51532
51533     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
51534     Acked-by: Stefan Roese <sr@denx.de>
51535
51536 commit 340ccb260f21516be360745d5c5e3bd0657698df
51537 Author: Sebastian Siewior <bigeasy@linutronix.de>
51538 Date:   Wed Jul 16 20:04:49 2008 +0200
51539
51540     cfi_flash: fix flash on BE machines with CFG_WRITE_SWAPPED_DATA
51541
51542     This got broken by commits 93c56f212c
51543      [cfi_flash: support of long cmd in U-boot.]
51544
51545     That command needs to be in little endian format on BE machines
51546     with CFG_WRITE_SWAPPED_DATA. Without this patch, the command 0xf0
51547     gets saved on stack as 0x00 00 00 f0 and 0x00 gets written into
51548     the cmdbuf in case portwidth = chipwidth = 8bit.
51549
51550     Cc: Alexey Korolev <akorolev@infradead.org>
51551     Cc: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
51552     Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
51553
51554 commit 11188d55bc16dd907451c00282e00a038f73dd62
51555 Author: Stefan Roese <sr@denx.de>
51556 Date:   Thu Jul 17 10:40:51 2008 +0200
51557
51558     ppc4xx: Fix alphabetical order in 4xx Makefile part (redwood)
51559
51560     Signed-off-by: Stefan Roese <sr@denx.de>
51561
51562 commit 021f6df6e96af5b387810cf96d24848da1faa55c
51563 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
51564 Date:   Thu Jul 10 17:20:51 2008 +0400
51565
51566     83xx: mpc8315erdb: fix silly thinko in fdt_tsec1_fixup
51567
51568     The thinko was quite silly indeed, I messed with !ptr. Normally this
51569     would trigger some fault, but in U-Boot NULL pointer is equal to phys
51570     0, so the code was working still, just didn't actually test mpc8315erdb
51571     environment variable value. Heh.
51572
51573     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
51574     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51575
51576 commit 25f5f0d49a3ae89bf4396f2557ce98debfef21da
51577 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
51578 Date:   Tue Jul 8 21:00:04 2008 +0400
51579
51580     83xx: mpc8315erdb: add support for switching between ULPI/UTMI USB PHYs
51581
51582     Freescale ships MPC8315E-RDB boards either with TSEC1 and USB UTMI
51583     support, or without TSEC1 but with USB ULPI PHY support in addition.
51584     With this patch user can specify desired USB PHY.
51585
51586     Also, it seems that we can't distinguish the two boards in software, so
51587     user have to set `mpc8315erdb' environment variable to either 'tsec1'
51588     (TSEC1 enabled) or `ulpi' (board with ULPI PHY, TSEC1 disabled), so that
51589     Linux will not probe for TSEC1.
51590
51591     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
51592     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51593
51594 commit 015b27b9e165fcf220e42f2c4afbaeaa2758fcf6
51595 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
51596 Date:   Tue Jul 8 20:59:43 2008 +0400
51597
51598     fdt_support: fdt_fixup_dr_usb: add support for phy_type fixups
51599
51600     Currently U-Boot can only fixup the usb dr_mode, but some boards (namely
51601     MPC8315E-RDB) can use two PHY types: ULPI (stand-alone OTG port) or UTMI
51602     (connected to the four-ports hub, usb host only).
51603
51604     This patch implements support for passing Dual-Role USB controller's
51605     device tree property phy_type through the usb_phy_type environment
51606     variable.
51607
51608     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
51609     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
51610     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51611
51612 commit 699f05125509249072a0b865c8d35520d97cd501
51613 Author: Wolfgang Denk <wd@denx.de>
51614 Date:   Tue Jul 15 22:22:44 2008 +0200
51615
51616     Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefile
51617
51618     Signed-off-by: Wolfgang Denk <wd@denx.de>
51619
51620 commit bcab74baa6b1b1c969038ab6f64a186239180405
51621 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
51622 Date:   Tue Jul 15 11:23:02 2008 -0400
51623
51624     Round the serial port clock divisor value returned by calc_divisor()
51625
51626     Round the serial port clock divisor value returned by
51627     calc_divisor()
51628
51629     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
51630     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
51631
51632 commit 0328ef0edfe950f0b7b8b368dae482531506b74a
51633 Author: Robin Getz <rgetz@blackfin.uclinux.org>
51634 Date:   Tue Jul 15 21:44:46 2008 +0200
51635
51636     Fix DHCP protocol so U-Boot does not respond too early
51637     on the network with it's offered IP number; it should not reply until
51638     after it has received a DHCP ACK message. Also ensures that U-Boot
51639     does it's DHCPREQUEST as broadcast (per RFC 2131).
51640
51641     Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
51642     Acked-by: Ben Warren <biggerbadderben@gmail.com>
51643     Signed-off-by: Wolfgang Denk <wd@denx.de>
51644
51645 commit 7288f972fcaee14a9741cb08c8688a23874b4a2e
51646 Author: Sebastian Siewior <bigeasy@linutronix.de>
51647 Date:   Tue Jul 15 13:35:23 2008 +0200
51648
51649     cfi_flash: make the command u32 only
51650
51651     This got changed by commit 93c56f212c
51652     [cfi_flash: support of long cmd in U-boot.]
51653
51654     Long is the wrong type because it will behave differently on 64bit
51655     machines in a way that is probably not expected. u32 should be
51656     enough.
51657
51658     Cc: Alexey Korolev <akorolev@infradead.org>
51659     Cc: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
51660     Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
51661
51662 commit 31cfe57491b183acae575d486729e158f016c27b
51663 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51664 Date:   Mon Jul 14 23:48:41 2008 +0200
51665
51666     tools/gitignore: update to all generated files
51667
51668     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
51669
51670 commit 5e0de0e216b8fb27634afb11c60a2fa24c23349e
51671 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
51672 Date:   Wed Jul 9 18:30:44 2008 +0200
51673
51674     mpc5xxx: Add MVBC_P board support
51675
51676     The MVBC_P is a MPC5200B based camera system with Intel Gigabit ethernet
51677     controller (using e1000) and custom Altera Cyclone-II FPGA on PCI.
51678
51679     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
51680     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
51681
51682 commit e2d31fb3450653115452144363d5bde4e5e3e693
51683 Author: Timur Tabi <timur@freescale.com>
51684 Date:   Thu Jun 19 17:56:11 2008 -0500
51685
51686     Update Freescale sys_eeprom.c to handle CCID formats
51687
51688     Update the sys_eeprom.c file to handle both NXID and CCID EEPROM formats.  The
51689     NXID format replaces the older CCID format, but it's important to support both
51690     since most boards out there still use the CCID format.  This change is in
51691     preparation for using one file to handle both formats.  This will also unify
51692     EEPROM support for all Freescale 85xx and 86xx boards.
51693
51694     Also update the 86xx board header files to use the standard CFG_I2C_EEPROM_ADDR
51695     instead of ID_EEPROM_ADDR.
51696
51697     Signed-off-by: Timur Tabi <timur@freescale.com>
51698
51699 commit d85f46a25ccb33ed9b295de3c2cfe1ce270ece9a
51700 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
51701 Date:   Fri Jul 11 17:22:43 2008 +0900
51702
51703     pci: sh: Add pci_skip_dev and pci_print_dev function
51704
51705     Add function of new PCI, pci_skip_dev and pci_print_dev.
51706
51707     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
51708     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
51709
51710 commit 1107014e835ec9d46c0333f4211d104f77442db0
51711 Author: Andy Fleming <afleming@freescale.com>
51712 Date:   Mon Jul 14 20:29:07 2008 -0500
51713
51714     Clean up INIT_RAM options
51715
51716     The L2_INIT_RAM option was unused, and recent changes to the TLB code
51717     meant that the INIT_RAM TLBs weren't being cleared out.  In order to reduce
51718     the amount of mapped space attached to nothing, we change things so the TLBs
51719     get cleared.
51720
51721     Signed-off-by: Andy Fleming <afleming@freescale.com>
51722
51723 commit 4524561820a9327e89107854b3a7187800ccf719
51724 Author: Andy Fleming <afleming@freescale.com>
51725 Date:   Mon Jul 14 20:26:57 2008 -0500
51726
51727     Remove fake flash bank from 8544 DS
51728
51729     The fake flash bank was generating errors for anyone who didn't have a
51730     PromJET hooked up to the board.  As that constitutes the vast majority of
51731     users, we remove it.
51732
51733     Signed-off-by: Andy Fleming <afleming@freescale.com>
51734
51735 commit 630d9bfcb5f6d3a43f251901a6b480994dcb6ea3
51736 Author: Kumar Gala <galak@kernel.crashing.org>
51737 Date:   Mon Jul 14 14:07:03 2008 -0500
51738
51739     MPC8544DS: Add ATI Video card support
51740
51741     Add support for using a PCIe ATI Video card on PCIe2.
51742
51743     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51744
51745 commit 7f9f4347cf325c63a39fe30910f3fb211ae2cc15
51746 Author: Kumar Gala <galak@kernel.crashing.org>
51747 Date:   Mon Jul 14 14:07:02 2008 -0500
51748
51749     85xx: Add some L1/L2 SPR register definitions
51750
51751     Add new L1/L2 SPRs related to e500mc cache config and control.
51752
51753     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51754
51755 commit e5852787f0c3c442a276262f13d91ca450605ac0
51756 Author: Kumar Gala <galak@kernel.crashing.org>
51757 Date:   Mon Jul 14 14:07:01 2008 -0500
51758
51759     MPC8544DS: Report board id, board version and fpga version.
51760
51761     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51762
51763 commit 73f15a060f67a2462551c334215bd20fac6b81d1
51764 Author: Kumar Gala <galak@kernel.crashing.org>
51765 Date:   Mon Jul 14 14:07:00 2008 -0500
51766
51767     85xx: Cleanup L2 cache size detection
51768
51769     The L2 size detection code was a bit confusing and we kept having to add
51770     code to it to handle new processors.  Change the sense of detection so we
51771     look for the older processors that aren't changing.
51772
51773     Also added support for 1M cache size on 8572.
51774
51775     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51776
51777 commit c3ca7e5e00a24451f20df3bded9a61ba541921df
51778 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
51779 Date:   Fri Jul 11 15:33:08 2008 -0400
51780
51781     sbc8560: enable CONFIG_OF_LIBFDT by default
51782
51783     Make the default build for the sbc8560 board be powerpc
51784     capable with libfdt support.
51785
51786     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
51787
51788 commit 6b44a44ec2aab180d7095c1c92e669cee1d3e3bd
51789 Author: Andy Fleming <afleming@freescale.com>
51790 Date:   Mon Jul 14 20:04:40 2008 -0500
51791
51792     Fix indentation for default boot environment variables
51793
51794     This was proposed by Paul Gortmaker in response to Wolfgang's comments on
51795     similar #defines in sbc8560.h.
51796
51797     Signed-off-by: Andy Fleming <afleming@freescale.com>
51798
51799 commit 37fef499104e28e0a83b02b85ca0d1fbe80d294a
51800 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
51801 Date:   Fri Jul 11 15:33:07 2008 -0400
51802
51803     sbc8560: add default fdt values
51804
51805     Add in the default fdt settings and the typical EXTRA_ENV
51806     settings as borrowed from the mpc8560ads.  Fix a couple
51807     of stale references to the mpc8560ads dating back to the
51808     original clone/fork.
51809
51810     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
51811     Signed-off-by: Andy Fleming <afleming@freescale.com>
51812
51813 commit d04e76edf92f7f89696989e8702b97e020455af3
51814 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
51815 Date:   Fri Jul 11 15:33:06 2008 -0400
51816
51817     sbc8560: add in ft_board_setup()
51818
51819     Add in for the sbc8560, the ft_board_setup() routine, based on what is
51820     in use for the Freescale MPC8560ADS board.
51821
51822     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
51823
51824 commit c158bcaca3b31cbe38c4143812e6170e38a57393
51825 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
51826 Date:   Fri Jul 11 15:33:05 2008 -0400
51827
51828     sbc8560: define eth0 and eth1 instead of eth1 and eth2
51829
51830     The existing config doesn't define CONFIG_HAS_ETH0, and so the
51831     fdt support doesn't update the zeros in the dtb local-mac with
51832     real data from the u-boot env.  Since the existing config is
51833     tailored to just two interfaces, get rid of the ETH2 definitions
51834     at the same time.
51835
51836     Also don't include any end user specific data into the environment
51837     by default -- things like MAC address, network parameters etc. need
51838     to come from the end user.
51839
51840     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
51841     Signed-off-by: Andy Fleming <afleming@freescale.com>
51842
51843 commit 0ec436d2f95076d9e46ae594db6e9b1d8732840d
51844 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
51845 Date:   Fri Jul 11 15:33:04 2008 -0400
51846
51847     sbc8560: properly set cs0_bnds for 512MB
51848
51849     The sbc8560 board ships with 512MB of memory installed,
51850     but the current cs0_bnds is hard coded for 256MB.  Set the
51851     value based on CFG_SDRAM_SIZE.
51852
51853     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
51854
51855 commit 6de5bf24004c8d9c9b070bb8f7418d1c45e5eb27
51856 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
51857 Date:   Fri Jul 11 15:33:03 2008 -0400
51858
51859     sbc8560: proper definitions for TSEC.
51860
51861     The definitions for the TSEC have become out of date.  There is no
51862     longer any such options like "CONFIG_MPC85xx_TSEC1" or similar.
51863     Update to match those of other boards, like the MPC8560ADS.
51864
51865     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
51866     Acked-by: Ben Warren <biggerbadderben@gmail.com>
51867
51868 commit 71074abbe0c76429577aff58aeff0a24ad210b23
51869 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
51870 Date:   Wed Jul 9 13:23:05 2008 -0400
51871
51872     8xxx-fdt: set ns16550 clock from CFG_NS16550_CLK, not bi_busfreq
51873
51874     Some boards that have external 16550 UARTs don't have a direct
51875     tie between bi_busfreq and the clock used for the UARTs.  Boards
51876     that do have such a tie should set CFG_NS16550_CLK to be
51877     get_bus_freq(0) -- which most of them do already.
51878
51879     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
51880     Acked-by: Kim Phillips <kim.phillips@freescale.com>
51881
51882 commit 24ef76f320fbadf074105229826514db140f939f
51883 Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
51884 Date:   Wed Jul 2 07:03:53 2008 -0700
51885
51886     Change the temp map to ROM to align addresses to page size.
51887
51888     With a page size of BOOKE_PAGESZ_16M, both the real and effective
51889     addresses must be multiples of 16MB.  The hardware silently truncates
51890     them so the code happens to work.  This patch clarifies the situation
51891     by establishing addresses that the hardware doesn't need to truncate.
51892
51893     Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
51894     Signed-off-by: Andy Fleming <afleming@freescale.com>
51895
51896 commit 06b4186c10204b6683edb047ac5f506fb0ce0937
51897 Author: Kim Phillips <kim.phillips@freescale.com>
51898 Date:   Tue Jun 17 17:45:22 2008 -0500
51899
51900     mpc85xx: use IS_E_PROCESSOR macro
51901
51902     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51903
51904 commit 6b70ffb9d1b2e791161f3cf92937aa45b4a07b78
51905 Author: Kim Phillips <kim.phillips@freescale.com>
51906 Date:   Mon Jun 16 15:55:53 2008 -0500
51907
51908     fdt: add crypto node handling for MPC8{3, 5}xxE processors
51909
51910     Delete the crypto node if not on an E-processor.  If on 8360 or 834x family,
51911     check rev and up-rev crypto node (to SEC rev. 2.4 property values)
51912     if on an 'EA' processor, e.g. MPC8349EA.
51913
51914     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51915
51916 commit 85e5808e8ea9f77da5219f23394112f0b424fa5e
51917 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
51918 Date:   Fri Jul 11 15:10:11 2008 -0400
51919
51920     ARM DaVinci: Remove extern phy_t declaration by moving code to proper place
51921
51922     ARM DaVinci: Remove extern phy_t declaration by moving
51923     code to proper place.
51924
51925     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
51926
51927 commit 3a9e7ba2ac14018c5dd1e78a7dd735571569c971
51928 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
51929 Date:   Fri Jul 11 15:10:10 2008 -0400
51930
51931     ARM DaVinci: Remove duplicate definitions of MACH_TYPE and prototype of i2c_init()
51932
51933     ARM DaVinci: Remove duplicate definitions of MACH_TYPE
51934     and prototype of i2c_init().
51935
51936     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
51937
51938 commit 348753d416cd2c9e7ec6520a544c8f33cf02a560
51939 Author: Kumar Gala <galak@kernel.crashing.org>
51940 Date:   Mon Jul 14 14:03:02 2008 -0500
51941
51942     Fix some more printf() format problems.
51943
51944     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51945
51946 commit 45b16d22c64674ccd8c4637456a987463609141c
51947 Author: Wolfgang Denk <wd@denx.de>
51948 Date:   Mon Jul 14 22:38:42 2008 +0200
51949
51950     Fix coding style; make code better parsable by external tools
51951
51952     Signed-off-by: Wolfgang Denk <wd@denx.de>
51953
51954 commit b880cbf207b1c109d3a661417a8feddcbd729a9d
51955 Author: Wolfgang Denk <wd@denx.de>
51956 Date:   Mon Jul 14 21:19:08 2008 +0200
51957
51958     cpu/i386/serial.c: Fix syntax errors
51959
51960     Signed-off-by: Wolfgang Denk <wd@denx.de>
51961
51962 commit e2d45e6f4d9919e1afeac5e09557b2252832fccf
51963 Author: Wolfgang Denk <wd@denx.de>
51964 Date:   Mon Jul 14 20:41:35 2008 +0200
51965
51966     elppc board: Coding style cleanup.
51967
51968     Signed-off-by: Wolfgang Denk <wd@denx.de>
51969
51970 commit 82b24a8a505fc81466484b3c55b574ee0b4205bc
51971 Author: Wolfgang Denk <wd@denx.de>
51972 Date:   Mon Jul 14 20:40:22 2008 +0200
51973
51974     elppc board: fix syntax error.
51975
51976     Signed-off-by: Wolfgang Denk <wd@denx.de>
51977
51978 commit 0fe340585a6a48bd392d315b0dd84d068b1c3790
51979 Author: Wolfgang Denk <wd@denx.de>
51980 Date:   Mon Jul 14 20:38:26 2008 +0200
51981
51982     EB+MCF-EV123 board: fix coding style (alingment)
51983
51984     Signed-off-by: Wolfgang Denk <wd@denx.de>
51985
51986 commit 6841785a0bb0f38175456a923edd634fb7dd6947
51987 Author: Wolfgang Denk <wd@denx.de>
51988 Date:   Mon Jul 14 20:36:44 2008 +0200
51989
51990     EB+MCF-EV123 board: fix syntx error
51991
51992     Signed-off-by: Wolfgang Denk <wd@denx.de>
51993
51994 commit ab5cda9f88c3eaf9cf599adc3a3375906c4ed904
51995 Author: Andy Fleming <afleming@freescale.com>
51996 Date:   Mon Jul 7 18:02:08 2008 -0500
51997
51998     Remove LBC_CACHE_BASE from 8544 DS
51999
52000     The 8544 DS doesn't have any cacheable Local Bus memories set up.  By mapping
52001     space for some anyway, we were allowing speculative loads into unmapped space,
52002     which would cause an exception (annoying, even if ultimately harmless).
52003     Removing LBC_CACHE_BASE, and using LBC_NONCACHE_BASE for the LBC LAW solves the
52004     problem.
52005
52006     Signed-off-by: Andy Fleming <afleming@freescale.com>
52007
52008 commit d0ff51ba5d0309dbe9e25ea54f8a0285a6d5db90
52009 Author: Wolfgang Denk <wd@denx.de>
52010 Date:   Mon Jul 14 15:19:07 2008 +0200
52011
52012     Code cleanup: fix old style assignment ambiguities like "=-" etc.
52013
52014     Signed-off-by: Wolfgang Denk <wd@denx.de>
52015
52016 commit d7854223c5c85b5849fbf422cc8ac0efef461c37
52017 Author: Wolfgang Denk <wd@denx.de>
52018 Date:   Mon Jul 14 15:10:53 2008 +0200
52019
52020     AmigaOneG3SE: remove dead and incomplete files
52021
52022     Signed-off-by: Wolfgang Denk <wd@denx.de>
52023
52024 commit b64f190b7a34224df09b559ca111eb1b733f00ad
52025 Author: Wolfgang Denk <wd@denx.de>
52026 Date:   Mon Jul 14 15:06:35 2008 +0200
52027
52028     Fix printf() format issues with sizeof_t types by using %zu
52029
52030     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52031     Signed-off-by: Wolfgang Denk <wd@denx.de>
52032
52033 commit f354b73e16a86f9e9085471a830605f74f84ea5d
52034 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52035 Date:   Mon Jul 14 14:11:45 2008 +0200
52036
52037     vsprintf: add z and t options
52038
52039     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52040
52041 commit 25dbe98abb686d8210e1731fba85ced7d3ce874c
52042 Author: Wolfgang Denk <wd@denx.de>
52043 Date:   Sun Jul 13 23:07:35 2008 +0200
52044
52045     Fix some more printf() format issues.
52046
52047     Signed-off-by: Wolfgang Denk <wd@denx.de>
52048
52049 commit d5996dd555edf52721b7691a4c59de016251ed39
52050 Author: Wolfgang Denk <wd@denx.de>
52051 Date:   Sun Jul 13 19:51:00 2008 +0200
52052
52053     Fix some more printf() format problems.
52054
52055     Signed-off-by: Wolfgang Denk <wd@denx.de>
52056
52057 commit 0f9d5f6d6e814907794995c6a22af752040c35d9
52058 Author: Wolfgang Denk <wd@denx.de>
52059 Date:   Sun Jul 13 19:48:26 2008 +0200
52060
52061     ADS5121: Fix (delete) incorrect ads5121_diu_init() prototype
52062
52063     Signed-off-by: Wolfgang Denk <wd@denx.de>
52064
52065 commit 322716a1d1eb33a71067ba0eb1c5346fb2dd6b34
52066 Author: Anatolij Gustschin <agust@denx.de>
52067 Date:   Sat Jul 12 17:31:36 2008 +0200
52068
52069     Fix bug in Lime video driver
52070
52071     We need to wait while drawing engine clears frame
52072     buffer before any further software accesses to frame
52073     buffer will be initiated. Otherwise software drawn
52074     parts could be partially destroyed by the drawing
52075     engine or even GDC chip freeze could occur (as
52076     observed on socrates board).
52077
52078     Signed-off-by: Anatolij Gustschin <agust@denx.de>
52079
52080 commit 0a5676befb0c590212a53f7627fa5d0d8a84bf34
52081 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52082 Date:   Sat Jul 12 14:36:34 2008 +0200
52083
52084     Fix some more printf() format issues.
52085
52086     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52087
52088 commit 18c8a28aad49803780bd8d52432ded528e37e701
52089 Author: Michal Simek <monstr@monstr.eu>
52090 Date:   Fri Jul 11 15:11:57 2008 +0200
52091
52092     hwmon: rename CONFIG_DS1722 to CONFIG_DTT_DS1722
52093
52094     Signed-off-by: Michal Simek <monstr@monstr.eu>
52095     Acked-by: Stefan Roese <sr@denx.de>
52096
52097 commit 6ecbb45bb027e90c19d63b48e7b0c05acc1a87c0
52098 Author: Michal Simek <monstr@monstr.eu>
52099 Date:   Fri Jul 11 11:50:53 2008 +0200
52100
52101     hwmon: Cleaning hwmon devices
52102
52103     Clean Makefile
52104     Move device specific values to driver for better reading
52105
52106     Signed-off-by: Michal Simek <monstr@monstr.eu>
52107     Acked-by: Stefan Roese <sr@denx.de>
52108
52109 commit c78fce699c7ff467ecd841da6a79f065180bf578
52110 Author: Michal Simek <monstr@monstr.eu>
52111 Date:   Fri Jul 11 10:43:13 2008 +0200
52112
52113     FIS: repare incorrect return value with ramdisk handling
52114
52115     Microblaze and PowerPC use boot_get_ramdisk for loading
52116     ramdisk to memory with checking return value.
52117     Return 0 means success. Return 1 means failed.
52118     Here is correspond part of code from bootm.c which check
52119     return code.
52120
52121     ret = boot_get_ramdisk (argc, argv, images, IH_ARCH_PPC,
52122                 &rd_data_start, &rd_data_end);
52123     if (ret)
52124         goto error;
52125
52126     Signed-off-by: Michal Simek <monstr@monstr.eu>
52127
52128 commit 84a2c64a26dc5e275e1cf4e76a6e194a18fb5477
52129 Author: Michal Simek <monstr@monstr.eu>
52130 Date:   Fri Jul 11 10:10:32 2008 +0200
52131
52132     microblaze: Remove useless ancient headers
52133
52134     Signed-off-by: Michal Simek <monstr@monstr.eu>
52135
52136 commit 53ea981c3124b13c137c2d10e975b7c6672266e0
52137 Author: Michal Simek <monstr@monstr.eu>
52138 Date:   Fri Jul 11 10:10:31 2008 +0200
52139
52140     microblaze: Clean uartlite driver
52141
52142     Redesign uartlite driver to in_be32 and out_be32 macros
52143     Fix missing header in io.h
52144
52145     Signed-off-by: Michal Simek <monstr@monstr.eu>
52146     Acked-by: Grant Likely <grant.likely@secretlab.ca>
52147
52148 commit dbf3dfb386a2d5d2381814e39985ab2e21894550
52149 Author: Marcel Ziswiler <marcel@ziswiler.com>
52150 Date:   Fri Jul 11 02:39:14 2008 +0200
52151
52152     Enable passing of ATAGs required by latest Linux kernel.
52153
52154 commit ef130d3093bdf88f01cf3e000fe5df249ebf2b1a
52155 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
52156 Date:   Fri Jul 11 10:24:15 2008 -0400
52157
52158     Fix integer overflow warning in calc_divisor()
52159
52160     which happened when rounding the serial port clock divisor
52161
52162     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
52163
52164 commit 6b760189d77f001684e3160b355c185ca3804961
52165 Author: Marcel Ziswiler <marcel@ziswiler.com>
52166 Date:   Fri Jul 11 01:09:59 2008 +0200
52167
52168     Fix build time warnings in function mmc_decode_csd()
52169
52170     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
52171
52172 commit c15947d6ce0d59925c97fdfac692476af6e262d0
52173 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
52174 Date:   Thu Jul 10 10:46:33 2008 -0400
52175
52176     ARM: Fix for broken compilation when defining CONFIG_CMD_ELF
52177
52178     caused by missing dcache status/enable/disable functions.
52179
52180     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
52181
52182 commit 068c1b77c8f42a1a31084d2f4b1d5cc807c1a9ce
52183 Author: Stefan Roese <sr@denx.de>
52184 Date:   Thu Jul 10 13:53:31 2008 +0200
52185
52186     ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards
52187
52188     This patch removes some ft_board_setup() functions from some 4xx boards.
52189     This can be done since we now have a default weak implementation for this
52190     in cpu/ppc4xx/fdt.c. Only board in need for a different/custom
52191     implementation like canyonlands need their own version.
52192
52193     Signed-off-by: Stefan Roese <sr@denx.de>
52194
52195 commit d39a089f8bc960ba9ae6a08fda5582b578620cc1
52196 Author: Wolfgang Denk <wd@denx.de>
52197 Date:   Sun Jul 13 14:58:16 2008 +0200
52198
52199     Add last known maintainer for orphaned boards; reformat.
52200
52201     Signed-off-by: Wolfgang Denk <wd@denx.de>
52202
52203 commit 5c761d57bb9940e016d561fda8b2ed84c55de5b6
52204 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
52205 Date:   Thu Jul 10 13:16:04 2008 +0200
52206
52207     Remove kharris@nexus-tech.net from MAINTAINERS
52208
52209     Mail to kharris@nexus-tech.net bounces because the user doesn't exist
52210     anymore. You can't be a maintainer without a valid e-mail address, so
52211     move all boards that used to be maintained by Kyle Harris to the
52212     "orphaned" list.
52213
52214     Currently, only PowerPC has a list of orphaned boards, so this patch
52215     creates one for ARM as well.
52216
52217     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
52218
52219 commit 17bd17071463b0cde391ac4a0863d600474b4ea1
52220 Author: Anatolij Gustschin <agust@denx.de>
52221 Date:   Thu Jul 10 01:15:10 2008 +0200
52222
52223     at91: Fix to enable using Teridian MII phy (78Q21x3) with at91sam9260
52224
52225     On the at91sam9260ep development board there is an EEPROM
52226     connected to the TWI interface (PA23, PA24 Peripheral A
52227     multiplexing), so we cannot use these pins as ETX2, ETX3.
52228     This patch configures PA10, PA11 pins for ETX2, ETX3
52229     instead of PA23, PA24 pins.
52230
52231     Signed-off-by: Anatolij Gustschin <agust@denx.de>
52232     Signed-off-by: Manuel Sahm <Manuel.Sahm@feig.de>
52233
52234 commit f889265753ddf4465d9d580827bb9289bfac55d6
52235 Author: Kenneth Johansson <kenneth@southpole.se>
52236 Date:   Sat Jul 12 13:18:34 2008 -0600
52237
52238     fix DIU for small screens
52239
52240     The DIU_DIV register is 8 bit not 5 bit. This prevented large DIV values
52241     so it was not possible to set a slow pixel clock and thus prevented
52242     display on small screens.
52243
52244     Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
52245     Acked-by: John Rigby <jrigby@freescale.com>
52246
52247 commit b60b8573875e650e4c69be667bfc88d3ed474a7c
52248 Author: John Rigby <jrigby@freescale.com>
52249 Date:   Fri Jul 11 14:44:09 2008 -0600
52250
52251     ADS5121 cleanup compile warnings
52252
52253     board/ads5121/iopin.c
52254         Replace bit fields in struct iopin_t with a single
52255         field and intialize it via plain old macros.
52256         This fixes the type pun warnings and makes the code
52257         more readable.
52258
52259     board/ads5121/ads5121.c
52260         Add include iopin.h to ads5121.c for the iopin_initialize
52261         prototype.
52262
52263         Add an extern void ads5121_diu_init(void)
52264
52265     Signed-off-by: John Rigby <jrigby@freescale.com>
52266
52267 commit bde63587622c4b830a27d1ddf7265843de9e994f
52268 Author: Wolfgang Denk <wd@denx.de>
52269 Date:   Fri Jul 11 22:56:11 2008 +0200
52270
52271     Fix some more printf() format issues.
52272
52273     Signed-off-by: Wolfgang Denk <wd@denx.de>
52274
52275 commit 184f1b404a90eef8b425c0e7b3018d59ef9982c8
52276 Author: Wolfgang Denk <wd@denx.de>
52277 Date:   Fri Jul 11 22:55:31 2008 +0200
52278
52279     Fixed some out-of-tree build issues
52280
52281     Signed-off-by: Wolfgang Denk <wd@denx.de>
52282
52283 commit 47bf9c71ae838305a3ea3161af8d14e6f3fc2c82
52284 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
52285 Date:   Wed Jul 9 16:20:23 2008 -0500
52286
52287     ColdFire: Fix FB CS not setup properly for Mcf5282
52288
52289     Remove all CFG_CSn_RO in cpu/mcf52x2/cpu_init.c. If
52290     CFG_CSn_RO is defined as 0, the chipselect will not
52291     be assigned.
52292
52293     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
52294
52295 commit bc3ccb139f0836f0a834cfd370a120a00ad7e63a
52296 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
52297 Date:   Wed Jul 9 15:47:27 2008 -0500
52298
52299     ColdFire: Fix incorrect define for mcf5227x and mcf5445x RTC
52300
52301     Rename CONFIG_MCFTMR to CONFIG_MCFRTC to include real time
52302     clock module in cpu/<cf arch>/cpu_init.c
52303
52304     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
52305
52306 commit f94945b517f10e01927101679c62361e03d4e837
52307 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
52308 Date:   Wed Jul 9 15:25:01 2008 -0500
52309
52310     ColdFire: Fix incorrect board name in MAKEALL for M5253EVBE
52311
52312     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
52313
52314 commit 0e0c4357d14a3563c6a2a1e6d5ad6a2cc4f35cab
52315 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
52316 Date:   Wed Jul 9 15:21:44 2008 -0500
52317
52318     Fix compile error caused by missing timer function
52319
52320     Add #define CONFIG_MCFTMR in EB+MCF-EV123.h configuration file
52321
52322     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
52323
52324 commit c37ea031175b807c54e6bad9b270e9bede6c0078
52325 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
52326 Date:   Wed Jul 9 15:14:25 2008 -0500
52327
52328     Fix compile error caused by incorrect function return type
52329
52330     Rename int mii_init(void) to void mii_init(void)
52331
52332     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
52333
52334 commit ab4860b255239dbaecccdd002c8d11f4ef54dd75
52335 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
52336 Date:   Wed Jun 18 19:27:23 2008 -0500
52337
52338     ColdFire: Fix power up issue for MCF5235
52339
52340     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
52341
52342 commit dd08e97361fbc9e79fa5ef1a8acf29273b934b11
52343 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
52344 Date:   Wed Jun 18 19:19:07 2008 -0500
52345
52346     ColdFire: Fix compiling error for MCF5275
52347
52348     The compiling error was caused by missing a closed parentheses
52349     in speed.c
52350
52351     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
52352
52353 commit 94603c2fd4dbe0655878416aa0da9f302d4c30d3
52354 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
52355 Date:   Wed Jun 18 19:14:01 2008 -0500
52356
52357     ColdFire: Fix timer issue for MCF5272
52358
52359     The timer was assigned to wrong timer memory mapped which
52360     caused udelay() and timer() not working properly.
52361
52362     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
52363
52364 commit 3b1e8ac9b43f89cc9291a6a86e6b33ef55801515
52365 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
52366 Date:   Wed Jun 18 19:12:13 2008 -0500
52367
52368     ColdFire: Change invalid JMP to BRA caught by new v4e toolchain
52369
52370     Signed-off-by: Kurt Mahan <kmahan@freescale.com>
52371
52372 commit 8371dc2066136be21e10b7b9293e469297d77298
52373 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
52374 Date:   Wed Jun 18 19:05:23 2008 -0500
52375
52376     ColdFire: Add -got=single param for new linux v4e toolchains
52377
52378     Signed-off-by: Kurt Mahan <kmahan@freescale.com>
52379
52380 commit 56d52615cd47bc522ee13bb7ec7e59d6ce9426c7
52381 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
52382 Date:   Wed Jun 18 13:21:19 2008 -0500
52383
52384     ColdFire: Fix code flash configuration for M547x/M548x boards
52385
52386     Signed-off-by: Kurt Mahan <kmahan@freescale.com>
52387
52388 commit 6e37091afc07fdcc15590093fd066b0cb7399f85
52389 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
52390 Date:   Tue Jun 24 12:12:16 2008 -0500
52391
52392     ColdFire: Fix warning messages by passing correct data type in board.c
52393
52394     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
52395
52396 commit 81cc32322acb1b3225ee45606ced48e2a14824dc
52397 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
52398 Date:   Thu May 29 12:21:54 2008 -0500
52399
52400     ColdFire: Fix UART baudrate formula
52401
52402     The formula "counter = (u32) (gd->bus_clk / gd->baudrate) / 32"
52403     can generate the wrong divisor due to integer division truncation.
52404     Round the calculated divisor value by adding 1/2 the baudrate
52405     before dividing by the baudrate.
52406
52407     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
52408     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
52409
52410 commit b578fb471444cbd7db1285701ba51343baaf73fb
52411 Author: Stefan Roese <sr@denx.de>
52412 Date:   Thu Jul 10 11:38:26 2008 +0200
52413
52414     ppc4xx: Fix include sequence in 4xx_pcie.c
52415
52416     This patch now moves common.h to the top of the inlcude list. This
52417     is needed for boards with CONFIG_PHYS_64BIT set (e.g. katmai), so that
52418     the phys_size_t/phys_addr_t are defined to the correct size in this
52419     driver.
52420
52421     Signed-off-by: Stefan Roese <sr@denx.de>
52422
52423 commit 69e2c6d0d13d7c8cf1612ac090bdc4c59ba6858e
52424 Author: Stefan Roese <sr@denx.de>
52425 Date:   Fri Jul 11 13:10:56 2008 +0200
52426
52427     ppc4xx: Fix compile warning in 44x_spd_ddr2.c
52428
52429     Signed-off-by: Stefan Roese <sr@denx.de>
52430
52431 commit 6bd9138498c2e4f4f09190108b99157d1b2140b5
52432 Author: Stefan Roese <sr@denx.de>
52433 Date:   Fri Jul 11 11:40:13 2008 +0200
52434
52435     ppc4xx: Fix small korat merge problem
52436
52437     Signed-off-by: Stefan Roese <sr@denx.de>
52438
52439 commit 1d0554736a0a1dd59718acda660871ce56b69e18
52440 Author: Stefan Roese <sr@denx.de>
52441 Date:   Fri Jul 11 11:34:52 2008 +0200
52442
52443     ppc4xx: Some Rewood cleanups (coding style, leading white spaces)
52444
52445     Signed-off-by: Stefan Roese <sr@denx.de>
52446
52447 commit 3a82113ed5934d498f25080441a8261fc9454b15
52448 Author: Stefan Roese <sr@denx.de>
52449 Date:   Thu Jul 10 16:37:09 2008 +0200
52450
52451     ppc4xx: Add 460SX UIC defines
52452
52453     Only the really needed ones are added (cascading and EMAC/MAL).
52454
52455     Signed-off-by: Stefan Roese <sr@denx.de>
52456
52457 commit 26173fc6f60521c2a8072f652f863617fc11ba9a
52458 Author: Stefan Roese <sr@denx.de>
52459 Date:   Mon Jun 30 14:11:07 2008 +0200
52460
52461     ppc4xx: Continue cleanup of ppc440.h
52462
52463     This patch continues the ppc440.h cleanup by removing some of the unused
52464     defines.
52465
52466     Signed-off-by: Stefan Roese <sr@denx.de>
52467
52468 commit d9056b7913ed6a228d2f33671d916efedee541dd
52469 Author: Stefan Roese <sr@denx.de>
52470 Date:   Mon Jun 30 14:05:05 2008 +0200
52471
52472     ppc4xx: Cleanup Katmai & Yucca PCIe register usage
52473
52474     This patch cleans up the 440SPe PCIe register usage. Now only defines
52475     from the include/asm-ppc/4xx_pcie.h are used.
52476
52477     Signed-off-by: Stefan Roese <sr@denx.de>
52478
52479 commit 5de851403b01489b493fa83137ad990b8ce60d1c
52480 Author: Stefan Roese <sr@denx.de>
52481 Date:   Thu Jun 26 17:36:39 2008 +0200
52482
52483     ppc4xx: Rework 440GX UIC handling
52484
52485     This patch reworks the 440GX interrupt handling so that the common 4xx
52486     code can be used. The 440GX is an exception to all other 4xx variants
52487     by having the cascading interrupt vectors not on UIC0 but on a special
52488     UIC named UICB0 (UIC Base 0). With this patch now, U-Boot references
52489     the 440GX UICB0 when UIC0 is selected. And the common 4xx interrupt
52490     handling is simpler without any 440GX special cases.
52491
52492     Also some additional cleanup to cpu/ppc4xx/interrupt.c is done.
52493
52494     Signed-off-by: Stefan Roese <sr@denx.de>
52495
52496 commit d1631fe1a05b063ccaf62ea892a8887b829847d1
52497 Author: Stefan Roese <sr@denx.de>
52498 Date:   Thu Jun 26 13:40:57 2008 +0200
52499
52500     ppc4xx: Consolidate PPC4xx UIC defines
52501
52502     This 2nd patch now removes all UIC mask bit definition. They should be
52503     generated from the vectors by using the UIC_MASK() macro from now on.
52504     This way only the vectors need to get defined for new PPC's.
52505
52506     Also only the really used interrupt vectors are now defined. This makes
52507     definitions for new PPC versions easier and less error prone.
52508
52509     Another part of this patch is that the 4xx emac driver got a little
52510     cleanup, since now the usage of the interrupts is clearer.
52511
52512     Signed-off-by: Stefan Roese <sr@denx.de>
52513
52514 commit 4fb25a3db3b3839094aa9ab748efd7a95924690b
52515 Author: Stefan Roese <sr@denx.de>
52516 Date:   Wed Jun 25 10:59:22 2008 +0200
52517
52518     ppc4xx: Consolidate PPC4xx UIC defines
52519
52520     This patch is the first step to consolidate the UIC related defines in the
52521     4xx headers. Move header from asm-ppc/ppc4xx-intvec.h to
52522     asm-ppc/ppc4xx-uic.h as it will hold all UIC related defines in the next
52523     steps.
52524
52525     Signed-off-by: Stefan Roese <sr@denx.de>
52526
52527 commit 7ee2619c20ccecd57966d74d844e6329e141261c
52528 Author: Stefan Roese <sr@denx.de>
52529 Date:   Tue Jun 24 17:18:50 2008 +0200
52530
52531     ppc4xx: Consolidate PPC4xx EBC defines
52532
52533     This patch removes all EBC related defines from the PPC4xx headers
52534     ppc405.h and ppc440.h and introduces a new header
52535
52536     include/asm-ppc/ppc4xx-ebc.h
52537
52538     with all those defines.
52539
52540     Signed-off-by: Stefan Roese <sr@denx.de>
52541
52542 commit e321801bed5a6d896d298c00fd20046f039d5d66
52543 Author: Stefan Roese <sr@denx.de>
52544 Date:   Thu Jul 10 13:52:44 2008 +0200
52545
52546     ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards
52547
52548     This patch removes some ft_board_setup() functions from some 4xx boards.
52549     This can be done since we now have a default weak implementation for this
52550     in cpu/ppc4xx/fdt.c. Only board in need for a different/custom
52551     implementation like canyonlands need their own version.
52552
52553     Signed-off-by: Stefan Roese <sr@denx.de>
52554
52555 commit 08250eb2edbd96514d049602d9e134110ac3185f
52556 Author: Stefan Roese <sr@denx.de>
52557 Date:   Thu Jul 10 15:32:32 2008 +0200
52558
52559     ppc4xx: Fix merge problems in 44x_spd_ddr2.c
52560
52561     Signed-off-by: Stefan Roese <sr@denx.de>
52562
52563 commit 1740c1bf40e3c6d03ac16c29943fdd9fc1e87038
52564 Author: Grant Erickson <gerickson@nuovations.com>
52565 Date:   Tue Jul 8 08:35:00 2008 -0700
52566
52567     ppc4xx: Add MII mode support to the EMAC RGMII Bridge
52568
52569     This patch adds support for placing the RGMII bridge on the
52570     PPC405EX(r) into MII/GMII mode and allows a board-specific
52571     configuration to specify the bridge mode at compile-time.
52572
52573     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
52574     Signed-off-by: Stefan Roese <sr@denx.de>
52575
52576 commit 2e2050842e731c823ce8d41fb0c15579eb70ced9
52577 Author: Grant Erickson <gerickson@nuovations.com>
52578 Date:   Wed Jul 9 16:46:35 2008 -0700
52579
52580     ppc4xx: Add Mnemonics for AMCC/IBM DDR2 SDRAM Controller
52581
52582     This patch completes the preprocessor mneomics for the IBM DDR2 SDRAM
52583     controller registers (MODT and INITPLR) used by the
52584     PowerPC405EX(r). The MMODE and MEMODE registers are unified with their
52585     peer values used for the INITPLR MR and EMR registers,
52586     respectively. Finally, a spelling typo is correct (MANUEL to MANUAL).
52587
52588     With these mnemonics in place, the CFG_SDRAM0_* magic numbers for
52589     Kilauea are replaced by equivalent mnemonics to make it easier to
52590     compare and contrast other 405EX(r)-based boards (e.g. during board
52591     bring-up).
52592
52593     Finally, unified the SDRAM controller register dump routine such that
52594     it can be used across all processor variants that utilize the IBM DDR2
52595     SDRAM controller core. It produces output of the form:
52596
52597         PPC4xx IBM DDR2 Register Dump:
52598                 ...
52599                 SDRAM_MB0CF[40] = 0x00006701
52600                 ...
52601
52602     which is '<mnemonic>[<DCR #>] = <value>'. The DCR number is included
52603     since it is not uncommon that the DCR values in header files get mixed
52604     up and it helps to validate, at a glance, they match what is printed
52605     in the user manual.
52606
52607     Tested on:
52608       AMCC Kilauea/Haleakala:
52609       - NFS Linux Boot: PASSED
52610       - NAND Linux Boot: PASSED
52611
52612     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
52613     Signed-off-by: Stefan Roese <sr@denx.de>
52614
52615 commit ad7382d828982e9c1bafc4313ef1b666f6145f58
52616 Author: Grant Erickson <gerickson@nuovations.com>
52617 Date:   Wed Jul 9 16:31:59 2008 -0700
52618
52619     ppc4xx: Add AMCC/IBM DDR2 SDRAM ECC Field Mnemonics
52620
52621     Add additional DDR2 SDRAM memory controller DCR mneomnics, condition
52622     revision ID DCR based on 405EX, and add field mnemonics for bus error
52623     status and ECC error status registers.
52624
52625     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
52626     Signed-off-by: Stefan Roese <sr@denx.de>
52627
52628 commit 103201731bd8e85404d0f51a5b4e8abd14c0b6c6
52629 Author: Grant Erickson <gerickson@nuovations.com>
52630 Date:   Wed Jul 9 16:31:36 2008 -0700
52631
52632     ppc4xx: Add SDR0_SRST Mnemonics for the 405EX(r)
52633
52634     This patch adds bit field mnemonics for the 405EX(r) SDR0_SRST soft reset register.
52635
52636     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
52637     Signed-off-by: Stefan Roese <sr@denx.de>
52638
52639 commit 5b457d00730d4aa0c6450d21a9104723e606fb98
52640 Author: Grant Erickson <gerickson@nuovations.com>
52641 Date:   Wed Jul 9 11:55:46 2008 -0700
52642
52643     PPC4xx: Correct SDRAM_MCSTAT for PPC405EX(r)
52644
52645     While the PowerPC 405EX(r) shares in common the AMCC/IBM DDR2 SDRAM
52646     controller core also used in the 440SP, 440SPe, 460EX, and 460GT, in
52647     the 405EX(r), SDRAM_MCSTAT has a different DCR value.
52648
52649     Its present value on the 405EX(r) causes a read back of 0xFFFFFFFF
52650     which causes SDRAM initialization to periodically fail since it can
52651     prematurely indicate SDRAM ready status.
52652
52653     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
52654     Signed-off-by: Stefan Roese <sr@denx.de>
52655
52656 commit 0ce5c8675bb2c61f1d71fb97f0bbe822663fb93d
52657 Author: Feng Kan <fkan@amcc.com>
52658 Date:   Tue Jul 8 22:48:42 2008 -0700
52659
52660     ppc4xx: Initial framework of the AMCC PPC460SX redwood reference board.
52661
52662     Add AMCC Redwood reference board that uses the latest
52663     PPC 464 CPU processor combined with a rich mix of peripheral
52664     controllers. The board will support PCIe, mutiple Gig ethernet
52665     ports, advanced hardware RAID assistance and IEEE 1588.
52666
52667     Signed-off-by: Feng Kan <fkan@amcc.com>
52668     Signed-off-by: Stefan Roese <sr@denx.de>
52669
52670 commit 96e5fc0e6a1861d0fea4efa3cd376df95a5b1b89
52671 Author: Feng Kan <fkan@amcc.com>
52672 Date:   Tue Jul 8 22:48:07 2008 -0700
52673
52674     ppc4xx: Add initial 460SX reference board (redwood) config file and defines.
52675
52676     Signed-off-by: Feng Kan <fkan@amcc.com>
52677     Signed-off-by: Stefan Roese <sr@denx.de>
52678
52679 commit 7d30793685efcada183891c78fc892e6c9ba50c7
52680 Author: Feng Kan <fkan@amcc.com>
52681 Date:   Tue Jul 8 22:47:31 2008 -0700
52682
52683     ppc4xx: Add initial 460SX defines for the cpu/ppc4xx directory.
52684
52685     Signed-off-by: Feng Kan <fkan@amcc.com>
52686     Signed-off-by: Stefan Roese <sr@denx.de>
52687
52688 commit 9b55a2536919f4de1bb1044e6eb8262c2f53bc96
52689 Author: Wolfgang Denk <wd@denx.de>
52690 Date:   Fri Jul 11 01:16:00 2008 +0200
52691
52692     Fix some more print() format errors.
52693
52694     Signed-off-by: Wolfgang Denk <wd@denx.de>
52695
52696 commit fdd70d1921b87287d9a99d1be99bc35226c2b412
52697 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52698 Date:   Thu Jul 10 20:57:54 2008 +0200
52699
52700     MAKEALL: remove duplicated at91 from ARM9 list and add LIST_at91 to arm
52701
52702     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
52703
52704 commit c6457e3b8bc79a97381cf7deffa08f7c5a24f86c
52705 Author: Sergey Lapin <slapin@ossfans.org>
52706 Date:   Thu Jun 5 11:06:29 2008 +0400
52707
52708     DataFlash AT45DB021 support
52709
52710     Some boards based on AT91SAM926X-EK use smaller DF chips to keep
52711     bootstrap, u-boot and its environment, using NAND or other external
52712     storage for kernel and rootfs. This patch adds support for
52713     small 1024x263 chip.
52714
52715     Signed-off-by: Sergey Lapin <slapin@ossfans.org>
52716
52717 commit 4109df6f75fc00ab7da56d286ba50149a0d16a69
52718 Author: Kim Phillips <kim.phillips@freescale.com>
52719 Date:   Thu Jul 10 14:00:15 2008 -0500
52720
52721     silence misc printf formatting compiler warnings
52722
52723     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
52724
52725 commit 3d71c81a9bb03f866a1e98da96363ef3f46c76b3
52726 Author: Markus Klotzbücher <mk@denx.de>
52727 Date:   Thu Jul 10 14:47:09 2008 +0200
52728
52729     USB: shutdown USB before booting
52730
52731     This patch fixes a potentially serious issue related to USB which was
52732     discouvered by Martin Krause <martin.krause@tqs.de> and fixed for
52733     ARM920T. Martin wrote:
52734
52735       Turn off USB to prevent the host controller from writing to the
52736       SDRAM while Linux is booting. This could happen, because the HCCA
52737       (Host Controller Communication Area) lies within the SDRAM and the
52738       host controller writes continously to this area (as busmaster!), for
52739       example to increase the HccaFrameNumber variable, which happens
52740       every 1 ms.
52741
52742     This is a slightly modified version of the patch in order to shutdown
52743     USB when booting on all architectures.
52744
52745     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
52746
52747 commit f31c49db2a5e076f415c0785eb37f67f2faa5fc8
52748 Author: Martha Marx <mmarx@silicontkx.com>
52749 Date:   Thu May 29 14:23:25 2008 -0400
52750
52751     Configuration changes for ADS5121 Rev 3
52752
52753     ADS5121 Rev 3 board is now the default config
52754
52755     config targets are now
52756
52757     ads5121_config
52758         Rev 3 board with
52759         PCI
52760         M41T62 on board RTC
52761         512MB DRAM
52762
52763     ads5121_rev2_config
52764         Rev 2 board with
52765         No PCI
52766         256MB DRAM
52767
52768     Signed-off-by: Martha Marx <mmarx@silicontkx.com>
52769     Acked-by: Grant Likely <grant.likely@secretlab.ca>
52770     Acked-by: John Rigby <jrigby@freescale.com>
52771
52772 commit 16bee7b0dc294ee01ca2434aa1dd3bd717a69615
52773 Author: Martha Marx <mmarx@silicontkx.com>
52774 Date:   Thu May 29 15:37:21 2008 -0400
52775
52776     Consolidate ADS5121 IO Pin configuration
52777
52778     Consolidate ADS5121 IO Pin configuration to one file
52779     board/ads5121/iopin.c.
52780
52781     Remove pin config from cpu/mpc512x/fec.c
52782
52783     Signed-off-by: Martha Marx <mmarx@silicontkx.com>
52784     Acked-by: Grant Likely <grant.likely@secretlab.ca>
52785     Acked-by: John Rigby <jrigby@freescale.com>
52786
52787 commit d4692b0ba83b7b454bbd92bad1f4befe6e1657b7
52788 Author: Christian Eggers <christian@p2400.wgnetz.xx>
52789 Date:   Fri Jun 27 19:46:51 2008 +0200
52790
52791     Fix "usb part" command
52792
52793     Only print partition for selected device if user supplied the <dev>
52794     arg with the "usb part [dev]" command.
52795
52796     Signed-off-by: Christian Eggers <ceggers@gmx.de>
52797     Acked-by: Markus Klotzbuecher <mk@denx.de>
52798
52799 commit cc83b27217f7380041fea386ddb6d6d9b261617d
52800 Author: Harald Welte <laforge@gnumonks.org>
52801 Date:   Mon Jul 7 00:58:05 2008 +0800
52802
52803     fix USB devices with multiple configurations
52804
52805     This patch fixes bugs in usbdcore*.c related to the use of devices
52806     with multiple configurations.
52807
52808     The original code made mistakes about the meaning of configuration value and
52809     configuration index, and the resulting off-by-one errors resulted in:
52810
52811     * SET_CONFIGURATION always selected the first configuration, no matter what
52812       wValue is being passed.
52813     * GET_DESCRIPTOR/CONFIGURATION always returned the descriptor for the first
52814       configuration (index 0).
52815
52816     Signed-off-by: Harald Welte <laforge@openmoko.org>
52817     Acked-by: Markus Klotzbuecher <mk@denx.de>
52818
52819 commit 06c53beae1a726e707971c555613f09b270a2461
52820 Author: Wolfgang Denk <wd@denx.de>
52821 Date:   Thu Jul 10 13:16:09 2008 +0200
52822
52823     Fix some more print() format errors.
52824
52825     Signed-off-by: Wolfgang Denk <wd@denx.de>
52826
52827 commit d4b5f3fa001228d76e2c3380cedadf804b802c2a
52828 Author: Christian Eggers <christian@p2400.wgnetz.xx>
52829 Date:   Fri Jun 27 19:46:51 2008 +0200
52830
52831     Fix "usb part" command
52832
52833     Only print partition for selected device if user supplied the <dev>
52834     arg with the "usb part [dev]" command.
52835
52836     Signed-off-by: Christian Eggers <ceggers@gmx.de>
52837     Acked-by: Markus Klotzbuecher <mk@denx.de>
52838
52839 commit e73b5212e0463a3db0af0a5c95c75bfb762ca973
52840 Author: Harald Welte <laforge@gnumonks.org>
52841 Date:   Mon Jul 7 00:58:05 2008 +0800
52842
52843     fix USB devices with multiple configurations
52844
52845     This patch fixes bugs in usbdcore*.c related to the use of devices
52846     with multiple configurations.
52847
52848     The original code made mistakes about the meaning of configuration value and
52849     configuration index, and the resulting off-by-one errors resulted in:
52850
52851     * SET_CONFIGURATION always selected the first configuration, no matter what
52852       wValue is being passed.
52853     * GET_DESCRIPTOR/CONFIGURATION always returned the descriptor for the first
52854       configuration (index 0).
52855
52856     Signed-off-by: Harald Welte <laforge@openmoko.org>
52857     Acked-by: Markus Klotzbuecher <mk@denx.de>
52858
52859 commit e870690bdca154943ecadd5212d2d59c1b9d391b
52860 Author: Stefan Roese <sr@denx.de>
52861 Date:   Thu Jul 10 10:10:54 2008 +0200
52862
52863     MTD/NAND: Fix printf format warning in nand code
52864
52865     This patch fixes NAND related printf format warning. Those warnings are
52866     now visible since patch dc4b0b38d4aadf08826f6c31270f1eecd27964fd
52867     [Fix printf errors.] by Andrew Klossner has been applied. Thanks, this is
52868     really helpful.
52869
52870     Signed-off-by: Stefan Roese <sr@denx.de>
52871
52872 commit 10943c9afa25694bd9999461f4e9e50ce22fff2b
52873 Author: Stefan Roese <sr@denx.de>
52874 Date:   Thu Jul 10 10:00:45 2008 +0200
52875
52876     rtc: Fix printf format warning in m41t60.c
52877
52878     Signed-off-by: Stefan Roese <sr@denx.de>
52879
52880 commit dc1da42f814cd71e6756c2cf62af1ada1d0581fb
52881 Author: Stefan Roese <sr@denx.de>
52882 Date:   Tue Jul 8 12:01:47 2008 +0200
52883
52884     pci: Move PCI device configuration check into a separate weak function
52885
52886     This patch moves the check, if a device should be skipped in PCI PNP
52887     configuration into the function pci_skip_dev(). This function is defined
52888     as weak so that it can be overwritten by a platform specific one if
52889     needed. The check if the device should get printed in the PCI summary upon
52890     bootup (when CONFIG_PCI_SCAN_SHOW is defined) is moved to the function
52891     pci_print_dev() which is also defined as weak too.
52892
52893     Signed-off-by: Stefan Roese <sr@denx.de>
52894
52895 commit b002144e1dc21374b1ef5281fe6b5d014af96650
52896 Author: Stefan Roese <sr@denx.de>
52897 Date:   Thu Jul 10 09:58:06 2008 +0200
52898
52899     ppc4xx: Fix printf format warnings now visible with the updated format check
52900
52901     This patch fixes ppc4xx related printf format warning. Those warnings are
52902     now visible since patch dc4b0b38d4aadf08826f6c31270f1eecd27964fd
52903     [Fix printf errors.] by Andrew Klossner has been applied. Thanks, this is
52904     really helpful.
52905
52906     Signed-off-by: Stefan Roese <sr@denx.de>
52907
52908 commit 5d812b8b4ad9667c77a5bf92b4ba81699abc9fc3
52909 Author: Stefan Roese <sr@denx.de>
52910 Date:   Wed Jul 9 17:33:57 2008 +0200
52911
52912     ppc4xx: Enable support for > 2GB SDRAM on AMCC Katmai
52913
52914     Newer PPC's like 440SPe, 460EX/GT can be equipped with more than 2GB of SDRAM.
52915     To support such configurations, we "only" map the first 2GB via the TLB's. We
52916     need some free virtual address space for the remaining peripherals like, SoC
52917     devices, FLASH etc.
52918
52919     Note that ECC is currently not supported on configurations with more than 2GB
52920     SDRAM. This is because we only map the first 2GB on such systems, and therefore
52921     the ECC parity byte of the remaining area can't be written.
52922
52923     Signed-off-by: Stefan Roese <sr@denx.de>
52924
52925 commit cf1c2ed91df26903b956948f37f82de9e1158a89
52926 Author: Larry Johnson <lrj@acm.org>
52927 Date:   Sat Jun 14 17:02:49 2008 -0400
52928
52929     ppc4xx: Remove implementation of testdram() from Korat board support
52930
52931     Signed-off-by: Larry Johnson <lrj@acm.org>
52932     Signed-off-by: Stefan Roese <sr@denx.de>
52933
52934 commit 47ce4a28ccfcfb803aa68d3d4505a8de056a8a5e
52935 Author: Larry Johnson <lrj@acm.org>
52936 Date:   Sat Jun 14 16:53:02 2008 -0400
52937
52938     ppc4xx: Update and add FDT to Korat board support
52939
52940     Signed-off-by: Larry Johnson <lrj@acm.org>
52941     Signed-off-by: Stefan Roese <sr@denx.de>
52942
52943 commit 4188f0491886b3b486164e819c0a83fdb97efd7d
52944 Author: Wolfgang Denk <wd@denx.de>
52945 Date:   Thu Jul 10 01:13:30 2008 +0200
52946
52947     Minor coding style cleanup; update CHANGELOG
52948
52949     Signed-off-by: Wolfgang Denk <wd@denx.de>
52950
52951 commit 8915f1189c1d29d8be7f4de325702d90a8988219
52952 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
52953 Date:   Wed Jul 9 17:50:45 2008 -0400
52954
52955     e1000: add support for 82545GM 64bit PCI-X copper variant
52956
52957     This PCI-X e1000 variant works by just adding in the correct
52958     PCI IDs in the appropriate places.
52959
52960     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
52961
52962 commit 21ae6ca0315afdbc65dc3e95ffd5763e6773d030
52963 Author: Daniel Hellstrom <daniel@gaisler.com>
52964 Date:   Wed Jul 9 12:34:11 2008 +0000
52965
52966     SPARC: Build error fix
52967
52968     (introduced by commit 391fd93ab23e15ab3dd58a54f5b609024009c378)
52969
52970     This patch makes SPARC targets build again. It is caused by
52971     phys_addr_t and phys_size_t being defined in the wrong header
52972     file. include/lmb.h need those typedefs to build.
52973
52974     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
52975
52976 commit 11ccc33fa21acce108f6b4a6936e3271af904c64
52977 Author: Marcel Ziswiler <marcel@ziswiler.com>
52978 Date:   Wed Jul 9 08:17:15 2008 +0200
52979
52980     Many spelling fixes in README.
52981
52982     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
52983
52984 commit dbab0691d2533560f7e91b92ae844046a9ad1df3
52985 Author: Marcel Ziswiler <marcel@ziswiler.com>
52986 Date:   Wed Jul 9 08:17:06 2008 +0200
52987
52988     Minor spelling fix in comment.
52989
52990     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
52991
52992 commit 89134ea1f67208fd3160bdbb0b9eaab4eab98484
52993 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
52994 Date:   Tue Jul 8 14:54:58 2008 -0400
52995
52996     Round the serial port clock divisor value returned by calc_divisor()
52997
52998     Round the serial port clock divisor value returned by
52999     calc_divisor().
53000
53001     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
53002     Signed-off-by: John Roberts <john.roberts@pwav.com>
53003
53004 commit 9d2e3947b2944e5bb85b4335533f8c93c58445fe
53005 Author: Scott Wood <scottwood@freescale.com>
53006 Date:   Wed Jul 9 17:47:52 2008 -0500
53007
53008     NAND: ifdef-protect most of nand.h when using legacy NAND.
53009
53010     Some macros such as NAND_CTL_SETALE conflict between current and legacy
53011     NAND, being defined by the subsystem in the former case and the board
53012     config file in the latter.
53013
53014     Signed-off-by: Scott Wood <scottwood@freescale.com>
53015
53016 commit 2b1fa9d383cbbb7d347c1583bd6ca4e181ba8e9e
53017 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
53018 Date:   Tue Jul 8 11:02:05 2008 -0400
53019
53020     ARM: Fix for wrong patch version applied for Lyrtech SFF-SDR board (ARM926EJS)
53021
53022     ARM: Fix for incorrect version of patch applied when
53023     adding support for the Lyrtech SFF-SDR board.
53024
53025     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
53026     Signed-off-by: Philip Balister, OpenSDR <philip@opensdr.com>
53027
53028 commit 47042b363ee5022b8180c65d3f4558e7972c79cd
53029 Author: Kyungmin Park <kmpark@infradead.org>
53030 Date:   Tue Jul 8 09:08:40 2008 +0900
53031
53032     Remove useless print message at apollon
53033
53034     Remove useless print message at apollon
53035
53036     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
53037
53038 commit 98874ff329d4a5b32c467b43f6e966e1aa68479f
53039 Author: Andy Fleming <afleming@freescale.com>
53040 Date:   Mon Jul 7 14:24:39 2008 -0500
53041
53042     Fix LMB type issues
53043
53044     The LMB code now uses phys_addr_t and phys_size_t.  Also, there were a couple
53045     of casting problems in the bootm code that called the LMB functions.
53046
53047     Signed-off-by: Andy Fleming <afleming@freescale.com>
53048
53049 commit da8693a91b8eef75ade8de50a1b2ce035bc5fb54
53050 Author: Kumar Gala <galak@kernel.crashing.org>
53051 Date:   Mon Jul 7 09:39:06 2008 -0500
53052
53053     Fix compiler warnings
53054
53055     gcc-4.3.x generates the following:
53056
53057     bootm.c: In function 'do_bootm_linux':
53058     bootm.c:208: warning: cast from pointer to integer of different size
53059     bootm.c:215: warning: cast from pointer to integer of different size
53060
53061     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53062
53063 commit 5bb12dbd7ae03189b6c13d8737b5a1b37c3df698
53064 Author: Harald Welte <laforge@gnumonks.org>
53065 Date:   Mon Jul 7 15:40:39 2008 +0800
53066
53067     Remove code duplication for setting the default environment
53068
53069     common/env_common.c (default_env): new function that resets the environment to
53070                     the default value
53071     common/env_common.c (env_relocate): use default_env instead of own copy
53072     common/env_nand.c (env_relocate_spec): use default_env instead of own copy
53073     include/environment.h: added default_env prototype
53074
53075     Signed-off-by: Werner Almesberger <werner@openmoko.org>
53076     Signed-off-by: Harald Welte <laforge@openmoko.org>
53077
53078 commit 99c2b434d37863df5dda5207a53760c6506fc2be
53079 Author: Marcel Ziswiler <marcel@ziswiler.com>
53080 Date:   Sun Jun 22 16:13:46 2008 +0200
53081
53082     NAND: Fix warning due to missing env_ptr casts to u_char * in env_nand.c.
53083
53084     The writeenv() and readenv() calls introduced by the recently added bad block
53085     management for environment variables were missing casts therefore producing
53086     compile time warnings.
53087     While at it fixing some typo in a comment and indentation.
53088
53089     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
53090     Signed-off-by: Scott Wood <scottwood@freescale.com>
53091
53092 commit 3167c5386ea1c98b638be5d8763ef6d5938ef1bd
53093 Author: Scott Wood <scottwood@freescale.com>
53094 Date:   Fri Jun 20 12:38:57 2008 -0500
53095
53096     NAND: Rename DEBUG to MTDDEBUG to avoid namespace pollution.
53097
53098     This is particularly problematic now that non-NAND-specific code is
53099     including <nand.h>, and thus all debugging code is being compiled
53100     regardless of whether it was requested, as reported by Scott McNutt
53101     <smcnutt@psyent.com>.
53102
53103     Signed-off-by: Scott Wood <scottwood@freescale.com>
53104
53105 commit c3bf1ad7baa1b0dd989dedc260b7098b6089ae05
53106 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
53107 Date:   Thu Jun 12 19:27:58 2008 +0200
53108
53109     mmc: Move atmel_mci driver into drivers/mmc
53110
53111     This makes it easier to use the driver on other platforms.
53112
53113     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
53114     Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53115
53116 commit d2d54ea449639f3d1a6007e333ab9fcc609a18f0
53117 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
53118 Date:   Thu Jun 12 19:27:57 2008 +0200
53119
53120     avr32: Use CONFIG_ATMEL_MCI to select the atmel_mci driver
53121
53122     After we move the atmel_mci driver into drivers/mmc, we can't select
53123     it with CONFIG_MMC anymore. Introduce a new symbol specifically for
53124     this driver so that there's no ambiguity.
53125
53126     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
53127     Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53128
53129 commit 5ce13051a48c62bda9723df3b4778c492fb47f36
53130 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
53131 Date:   Thu Jun 12 19:27:56 2008 +0200
53132
53133     Create drivers/mmc subdirectory
53134
53135     In order to consolidate more of the various MMC drivers around the
53136     tree, we must first have a common place to put them.
53137
53138     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
53139     Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53140
53141 commit b502611b51f02718c2d1117d4981dabceb5af6de
53142 Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
53143 Date:   Sun Jul 6 12:30:09 2008 +0200
53144
53145     Change env_get_char from a global function ptr to a function
53146
53147     This avoids an early global data reference.
53148
53149     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
53150
53151 commit 27269417ade432189b234d9fbac98b54e37b978c
53152 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
53153 Date:   Sun Jul 6 13:57:58 2008 +0400
53154
53155     Some copy-n-paste fixes in printf usage
53156
53157     Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
53158
53159 commit 0e6989b9faf1588e8723535539e88a0df3c71356
53160 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
53161 Date:   Sun Jul 6 13:57:00 2008 +0400
53162
53163     FDT memory and pci node fixes for MPC8260ADS
53164
53165     Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
53166
53167 commit dc4b0b38d4aadf08826f6c31270f1eecd27964fd
53168 Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
53169 Date:   Mon Jul 7 06:41:14 2008 -0700
53170
53171     Fix printf errors.
53172
53173     The compiler will help find mismatches between printf formats and
53174     arguments if you let it.  This patch adds the necessary attributes to
53175     declarations in include/common.h, then begins to correct the resulting
53176     compiler warnings.  Some of these were bugs, e.g., "$d" instead of
53177     "%d" and incorrect arguments.  Others were just annoying, like
53178     int-long mismatches on a system where both are 32 bits.  It's worth
53179     fixing the annoying errors to catch the real ones.
53180
53181     Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
53182
53183 commit 417faf285b2527acb2de24c5cd3e2621d385408c
53184 Author: Becky Bruce <becky.bruce@freescale.com>
53185 Date:   Wed Jul 9 11:09:41 2008 -0500
53186
53187     Allow print_size to print in GB
53188
53189     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
53190
53191 commit e7c374529c87525c9aa463e0557c287887ae4e9e
53192 Author: Jason McMullan <mcmullan@netapp.com>
53193 Date:   Sun Jun 8 23:56:00 2008 -0400
53194
53195     mips: When booting Linux images, add 'ethaddr' and 'eth1addr' to the environment
53196
53197     Add 'ethaddr' and 'eth1addr' to the Linux kernel environment if
53198     they are set in the U-Boot environment.
53199
53200     Signed-off-by: Jason McMullan <mcmullan@netapp.com>
53201     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
53202
53203 commit 0192d7d56e9320819dea262f49789ae18fdd2c72
53204 Author: Stefan Roese <sr@denx.de>
53205 Date:   Tue Jul 8 12:57:14 2008 +0200
53206
53207     jedec_flash: Fix AM29DL800BB device ID
53208
53209     As pointed out by Jerry Hicks, this patch corrects the device ID of
53210     the Spansion AM29DL800BB NOR device. Verified against latest Spansion
53211     datasheet (rev C4 from Dezember 2006).
53212
53213     Signed-off-by: Stefan Roese <sr@denx.de>
53214
53215 commit 689c1b30caacba3fbca0b1813facb3ab70b6cd63
53216 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53217 Date:   Mon Jul 7 11:22:37 2008 +0900
53218
53219     sh: Fix compile error sh7763rdp board
53220
53221     Disable SH ether driver.
53222
53223     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53224
53225 commit 9e23fe0560b84e324dc5f0ff8813dab2aa34f074
53226 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53227 Date:   Tue Jul 8 12:03:24 2008 +0900
53228
53229     sh: Fix SH-boards compile error
53230
53231     By Cleanup out-or-tree building for some boards (.depend)
53232     (commit:c8a3b109f07f02342d097b30908965f7261d9f15)
53233     because filse ware changed, some SH-boards have compile error.
53234     I revised this problem.
53235
53236     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53237
53238 commit 3473ab737282b08ad61841fcbb14c4d264a93a8e
53239 Author: Jason Jin <Jason.jin@freescale.com>
53240 Date:   Tue May 13 11:50:36 2008 +0800
53241
53242     Feed the watchdog in u-boot for 8610 board.
53243
53244     The watchdog on 8610 board is enabled by setting sw[6]
53245     to on. Once enabled, the watchdog can not be disabled
53246     by software. So feed the dog in u-boot is necessary for
53247     normal operation.
53248
53249     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
53250
53251 commit 63676841ca2d603b13765f3f7b72ff1a61c23f90
53252 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
53253 Date:   Wed Jun 18 12:10:33 2008 -0400
53254
53255     Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
53256
53257     Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
53258
53259     Remove duplicate code in a if/else block in
53260     cpu/arm926ejs/davinci/lxt972.c.
53261     Fixed style issues.
53262
53263     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
53264     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
53265
53266 commit fec61431a003f5778bafa2624073a571af8bec9f
53267 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
53268 Date:   Wed Jun 18 12:10:31 2008 -0400
53269
53270     Remove duplicate definitions in include/lxt971a.h.
53271
53272     Remove duplicate definitions in include/lxt971a.h.
53273
53274     Remove duplicate registers and bits definitions in
53275     include/lxt971a.h for standard MII registers, and
53276     use values in include/miiphy.h instead.
53277
53278     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
53279     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
53280
53281 commit 9751ee0990f467941da0b095a4e995f863672d7a
53282 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
53283 Date:   Wed Jun 11 21:05:00 2008 +0900
53284
53285     net: sh: Renesas SH7763 Ethernet device support
53286
53287     Renesas SH7763 has 2 channel Ethernet device.
53288     This is 10/100/1000 Base support.
53289     But this patch check 10/100 Base only.
53290
53291     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
53292     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
53293
53294 commit 873d97aabc0b1c8822ed1d87e8c5c8ae0a7e4ae9
53295 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
53296 Date:   Tue Jun 17 16:28:05 2008 +0900
53297
53298     sh: Update Renesas R2DPlus board
53299
53300     New NOR Flash board support and remove old type flash board config.
53301     And Remove network setting from config file.
53302
53303     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
53304     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53305
53306 commit ec39d479d2003f15e86e23ebc4e02a1c9a3a181c
53307 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
53308 Date:   Tue Jun 17 16:28:01 2008 +0900
53309
53310     sh: Update Renesas R7780MP board
53311
53312     New NOR Flash board support and remove network setting from config file.
53313
53314     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
53315     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53316
53317 commit c001cd604e9f133743effbddb1c215b48e761c5a
53318 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
53319 Date:   Tue Jun 17 16:27:56 2008 +0900
53320
53321     sh: Update Renesas Migo-R board
53322
53323     Remove network setting from config file.
53324
53325     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
53326     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53327
53328 commit f9599eca7cb5ebe40e5305c8006dced6ecc5cd9e
53329 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
53330 Date:   Tue Jun 17 16:27:52 2008 +0900
53331
53332     sh: Update Hitachi MS7722SE board
53333
53334     Remove network setting from config file.
53335
53336     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
53337     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53338
53339 commit 26209e48e8791670c93108029a5c31a30016c6df
53340 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
53341 Date:   Tue Jun 17 16:27:48 2008 +0900
53342
53343     sh: Cleanup source code of SH7763RDP
53344
53345     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
53346     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53347
53348 commit 5cd5b2c96ef0025762931349d350287aec03ab47
53349 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
53350 Date:   Tue Jun 17 16:27:44 2008 +0900
53351
53352     sh: Cleanup source code of R2DPlus
53353
53354     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
53355     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53356
53357 commit 4ec7e915cfaa31b392755dd2c8231e64736d2ea8
53358 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
53359 Date:   Tue Jun 17 16:27:41 2008 +0900
53360
53361     sh: Cleanup source code of R7780MP
53362
53363     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
53364     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53365
53366 commit 0955ef34c0454ae2ee59a78657a0f01fb3ef16d6
53367 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
53368 Date:   Tue Jun 17 16:27:38 2008 +0900
53369
53370     sh: Cleanup source code of MS7722SE
53371
53372     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
53373     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53374
53375 commit 1d7b31d97b34ccb6f9b20a2465864998b0bf2691
53376 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
53377 Date:   Tue Jun 17 16:27:34 2008 +0900
53378
53379     sh: Cleanup source code of MS7720SE
53380
53381     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
53382     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53383
53384 commit 3ab4827cbe409488ebea1a2ee5094783f2672214
53385 Author: Wolfgang Denk <wd@denx.de>
53386 Date:   Mon Jul 7 00:45:03 2008 +0200
53387
53388     SH: fix out of tree building
53389
53390     Signed-off-by: Wolfgang Denk <wd@denx.de>
53391
53392 commit 9047bfa1e737d787be460387dd6f45737eeceb10
53393 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
53394 Date:   Thu Jul 3 23:16:06 2008 +0900
53395
53396     net: smc911x: Fix typo
53397
53398     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
53399
53400 commit 5ed546fdd0ca46a165661c2009fa743d9c9fceca
53401 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
53402 Date:   Wed Jul 2 18:54:08 2008 +0200
53403
53404     update mvBL-M7 board config
53405
53406     update mvBL-M7 config file to use UBOOT_VERSION and define
53407     CONFIG_HIGH_BATS.
53408
53409     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
53410
53411 commit 5cacc5d0ec52678a5eb83ecda5c3bcb22eb47f30
53412 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53413 Date:   Mon Jun 30 17:45:01 2008 +0900
53414
53415     net: fix compile problem in smc911x driver.
53416
53417     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53418     Acked-by: Ben Warren <biggerbadderben@gmail.com>
53419
53420 commit 9fea65a6c469b1b474b27446feb58738baba2d31
53421 Author: Michal Simek <monstr@monstr.eu>
53422 Date:   Tue Jun 24 09:54:09 2008 +0200
53423
53424     ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405
53425
53426     This change helps with better handling with others
53427     Xilinx based platform.
53428
53429     Signed-off-by: Michal Simek <monstr@monstr.eu>
53430     Acked-by: Stefan Roese <sr@denx.de>
53431
53432 commit cbb6289569ae4fc6e2d676528e46ffcc72d743d0
53433 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53434 Date:   Tue Jun 17 13:07:11 2008 +0900
53435
53436     net: ne2000: Move dev_addr variable from grobal to local.
53437
53438     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53439     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
53440
53441 commit dd7e5fa5f847188f78f62f2c52de6cb3def3ecdb
53442 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53443 Date:   Tue Jun 17 13:07:15 2008 +0900
53444
53445     net: ne2000: Fix compile error of NE2000
53446
53447     If enable DEBUG, can not compile ne2000 driver.
53448
53449     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53450     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
53451
53452 commit dd35479a50f6c7c31ea491c07c5200c6dfd06a24
53453 Author: Ben Warren <biggerbadderben@gmail.com>
53454 Date:   Mon Jun 23 22:57:27 2008 -0700
53455
53456     Add mechanisms for CPU and board-specific Ethernet initialization
53457
53458     This patch is the first step in cleaning up net/eth.c, by moving Ethernet
53459     initialization to CPU or board-specific code.  Initial implementation is
53460     only on the Freescale TSEC controller, but others will be added soon.
53461
53462     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
53463
53464 commit 7754f2be5d1835d263aad21b5a629526f3e680b0
53465 Author: Wolfgang Denk <wd@denx.de>
53466 Date:   Sun Jul 6 01:21:46 2008 +0200
53467
53468     include/sha256.h: fix file permissions.
53469
53470     Signed-off-by: Wolfgang Denk <wd@denx.de>
53471
53472 commit d3bcdf838e2991d58571308fa6e04ca335bc06e8
53473 Author: Patrice Vilchez <patrice.vilchez@atmel.com>
53474 Date:   Tue May 27 11:15:29 2008 +0200
53475
53476     [AT91SAM9] Fix NAND FLASH timings
53477
53478     Fix NAND FLASH timings for at91sam9x evaluation kits.
53479
53480     New timings are based on application note
53481     "NAND Flash Support on AT91SAM9 Microcontrollers" available at
53482     http://atmel.com/dyn/resources/prod_documents/doc6255.pdf
53483
53484     Signed-off-by: Patrice Vilchez <patice.vilchez@atmel.com>
53485     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53486     Acked-by: Stelian Pop <stelian@popies.net>
53487
53488 commit 19bd688484322fe62d1a66c8299da6ff9e967ff9
53489 Author: Stelian Pop <stelian@popies.net>
53490 Date:   Thu May 22 00:15:40 2008 +0200
53491
53492     Fix boot from NOR due to incorrect reset delay.
53493
53494     AT91 RSTC registers are battery-backuped, so their values
53495     are not reset across power cycles. One of those registers,
53496     the AT91_RSTC_MR register, is being modified by U-Boot, in
53497     the ethernet initialisation routine, to generate a 500ms
53498     user reset.
53499
53500     Unfortunately, this value is not being restored afterwards,
53501     causing subsequent resets to also last for 500ms.
53502
53503     This long reset sequence causes problems (at least) in the
53504     boot sequence from NOR: by the time the CPU tries to load
53505     a program from the NOR flash, the latter is still in reset
53506     and not yet available.
53507
53508     Additionaly, this patch fixes a bug in the original code which
53509     caused the reset delay to last for 2s instead of 500ms.
53510
53511     Signed-off-by: Stelian Pop <stelian@popies.net>
53512     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53513
53514 commit f492dd636fbbae529e17533995bc6e5813c007f6
53515 Author: Wolfgang Denk <wd@denx.de>
53516 Date:   Fri Jul 4 20:11:49 2008 +0200
53517
53518     Update CHANGELOG
53519
53520     Signed-off-by: Wolfgang Denk <wd@denx.de>
53521
53522 commit 5e6e350fc489aa19402f1e79037dd8c0a4bbd73d
53523 Author: Wolfgang Denk <wd@denx.de>
53524 Date:   Fri Jul 4 20:07:35 2008 +0200
53525
53526     CCM/SCM boards: fix out of tree building
53527
53528     Signed-off-by: Wolfgang Denk <wd@denx.de>
53529
53530 commit ab4c3a490df9a964711556d2a05b0c787db45fde
53531 Author: Wolfgang Denk <wd@denx.de>
53532 Date:   Thu Jul 3 23:22:27 2008 +0200
53533
53534     SCM board: fix build errors.
53535
53536     Signed-off-by: Wolfgang Denk <wd@denx.de>
53537
53538 commit a566466f17ba0e2d2b6c250e77da678fb932470d
53539 Author: Wolfgang Denk <wd@denx.de>
53540 Date:   Thu Jul 3 23:06:36 2008 +0200
53541
53542     IAD210 board: fix ``"ALIGN" redefined'' warning.
53543
53544     Signed-off-by: Wolfgang Denk <wd@denx.de>
53545
53546 commit ad756314797c16fa5dca23e115aab881011f164f
53547 Author: Wolfgang Denk <wd@denx.de>
53548 Date:   Thu Jul 3 23:00:24 2008 +0200
53549
53550     CCM board: fix build errors.
53551
53552     Signed-off-by: Wolfgang Denk <wd@denx.de>
53553
53554 commit f16ed51702cb9fb6fa2e019bbc0fcd1466b57c3b
53555 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
53556 Date:   Wed Jul 2 18:54:08 2008 +0200
53557
53558     update mvBL-M7 board config
53559
53560     update mvBL-M7 config file to use UBOOT_VERSION.
53561
53562     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
53563     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
53564
53565 commit ced209c50e80c25f13c083099b05044048d21f4f
53566 Author: Wolfgang Denk <wd@denx.de>
53567 Date:   Thu Jul 3 22:39:21 2008 +0200
53568
53569     sacsng board: fix warnings "suggest explicit braces to avoid ambiguous 'else'"
53570
53571     Signed-off-by: Wolfgang Denk <wd@denx.de>
53572
53573 commit 4ff170a8180a79da4cdaab1b30d58cd7b6be565e
53574 Author: Wolfgang Denk <wd@denx.de>
53575 Date:   Thu Jul 3 22:34:08 2008 +0200
53576
53577     Cleanup: fix "expected specifier-qualifier-list before 'phys_size_t'" errors
53578
53579     Signed-off-by: Wolfgang Denk <wd@denx.de>
53580
53581 commit 730f298485984b011b6ee8f4acb511cb45a843dd
53582 Author: Wolfgang Denk <wd@denx.de>
53583 Date:   Thu Jul 3 22:04:17 2008 +0200
53584
53585     lmb: fix "implicit declaration of function 'lmb_free'" warning
53586
53587     Signed-off-by: Wolfgang Denk <wd@denx.de>
53588
53589 commit 322ef5e28d2dc62571afc699b00add22a8e006e4
53590 Author: Wolfgang Denk <wd@denx.de>
53591 Date:   Wed Jul 2 23:53:23 2008 +0200
53592
53593     Cleanup: remove redundant deleting on *~ files
53594
53595     Signed-off-by: Wolfgang Denk <wd@denx.de>
53596
53597 commit c8a3b109f07f02342d097b30908965f7261d9f15
53598 Author: Wolfgang Denk <wd@denx.de>
53599 Date:   Wed Jul 2 23:49:18 2008 +0200
53600
53601     Cleanup out-or-tree building for some boards (.depend)
53602
53603     Signed-off-by: Wolfgang Denk <wd@denx.de>
53604
53605 commit a30cc5a340e7f8f5f85a0e08e7f6c4106ce117c4
53606 Author: Wolfgang Denk <wd@denx.de>
53607 Date:   Wed Jul 2 23:38:50 2008 +0200
53608
53609     Cleanup: fix out-of-tree building for some boards
53610
53611     Signed-off-by: Wolfgang Denk <wd@denx.de>
53612
53613 commit 461fa68d20861811487944d22291db5a13410e20
53614 Author: Wolfgang Denk <wd@denx.de>
53615 Date:   Wed Jul 2 23:00:14 2008 +0200
53616
53617     Cleanup: replace hard-wired $(AR) 'crv' settings by $(ARFLAGS)
53618
53619     Signed-off-by: Wolfgang Denk <wd@denx.de>
53620
53621 commit 5981ebd32017e062b08aa6747cf591276f2db779
53622 Author: Detlev Zundel <dzu@denx.de>
53623 Date:   Fri Jun 20 22:26:24 2008 +0200
53624
53625     fdt: Fix typo in variable name.
53626
53627     Signed-off-by: Detlev Zundel <dzu@denx.de>
53628
53629 commit a7a5982cd0f3482f88225af4da7795bc4f6cb9bc
53630 Author: Gary Jennejohn <garyj@denx.de>
53631 Date:   Thu Jun 19 11:11:19 2008 +0200
53632
53633     Add logos for RRvision board
53634
53635     Signed-off-by: Gary Jennejohn <garyj@denx.de>
53636
53637 commit ee4ae38342142237ca85913f88ee570c1eb5ca7c
53638 Author: Esben Haabendal <EsbenHaabendal@gmail.com>
53639 Date:   Wed Jun 18 11:03:57 2008 +0200
53640
53641     mpc8260: add fdt_fixup_ethernet support
53642
53643     Add support for updating mac-address and local-mac-address in fdt for
53644     all MPC8260 targets.
53645
53646     Signed-off-by: Esben Haabendal <eha@doredevelopment.dk>
53647
53648 commit f6a69559d64498a04e1e0b087a9b920e5775f866
53649 Author: Steven A. Falco <sfalco@harris.com>
53650 Date:   Thu Jun 12 13:24:42 2008 -0400
53651
53652     cmd_nvedit.c: clean up syntax highlighting
53653
53654     My text-editor (vim) has a bit of trouble syntax-highlighting the
53655     cmd_nvedit.c file, because it apparently does not parse C
53656     ifdef/else/endif. The following patch does not change the behavior of
53657     the code at all, but does allow the editor to properly
53658     syntax-highlight the file.
53659
53660     Signed-off-by: Steve Falco <sfalco@harris.com>
53661
53662 commit 75678c807a6272ecc5541eb32898c93887f08400
53663 Author: Steven A. Falco <sfalco@harris.com>
53664 Date:   Thu Jun 12 13:22:12 2008 -0400
53665
53666     Make setenv() return status
53667
53668     Currently, the setenv function does not return an error code.
53669     This patch allows to test for errors.
53670
53671     Signed-off-by: Steve Falco <sfalco@harris.com>
53672
53673 commit 4928e97c8531283ca9b368b7c29a8a12e726562a
53674 Author: Kumar Gala <galak@kernel.crashing.org>
53675 Date:   Wed Jun 11 10:14:06 2008 -0500
53676
53677     PPC: Added fls, fls64, __ilog2_u64, and ffs64 to bitops
53678
53679     fls64, __ilog2_u64, ffs64 are variants that work on an u64,
53680     and fls is used to implement them.
53681
53682     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53683
53684 commit 83002a77cbdf383015ca384eff5fa31722d8e571
53685 Author: Magnus Lilja <lilja.magnus@gmail.com>
53686 Date:   Mon Jun 9 22:58:48 2008 +0200
53687
53688     i.MX31: Cleanup comments in lowlevel_init.S.
53689
53690     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
53691
53692 commit f8cc312bbee69257d741dc9f4062f4a0f5adf609
53693 Author: Ben Warren <biggerbadderben@gmail.com>
53694 Date:   Sun Jun 8 23:28:33 2008 -0700
53695
53696     Move conditional compilation of MPC8XXX SPI driver to Makefile
53697
53698     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
53699
53700 commit d92ea21bafb674ee2bf27447970b047845e7b0a2
53701 Author: Juergen Kilb <J.Kilb@gmx.de>
53702 Date:   Sun Jun 8 17:59:53 2008 +0200
53703
53704     i.MX31: fixed CTRL-C detection
53705
53706     The Register URXD contains status information in bits [15..8].
53707     With status bit 15 set, CTRL-C was reported as 0x8003 instead
53708     of 0x03. Therefore CTRL-C was not detected.
53709     To solve this, bits [15..8] were masked out now.
53710
53711     Signed-off-by: Juergen Kilb <J.Kilb@gmx.de>
53712     Acked-by: Felix Radensky <felix@embedded-sol.com>
53713
53714 commit dd1c5523d6f44e842e69f2fcb50788c6060eab86
53715 Author: Stefan Roese <sr@denx.de>
53716 Date:   Tue Jul 1 17:03:19 2008 +0200
53717
53718     ppc4xx: Fix 460EX/GT PCIe port initialization
53719
53720     This patch fixes a bug where the 460EX/GT PCIe UTLSET1 register was
53721     configured incorrectly. Thanks to Olga Buchonina from AMCC for pointing
53722     this out.
53723
53724     Signed-off-by: Stefan Roese <sr@denx.de>
53725
53726 commit b571afde0295b007a45055ee49f8822c753a5651
53727 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53728 Date:   Sat Jun 7 12:29:52 2008 +0200
53729
53730     add SHA256 support
53731
53732     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53733     Signed-off-by: Francesco Albanese <Francesco.Albanese@swisscom.com>
53734
53735 commit 3bab76a26e03df4ff81342fcc16393ce37d9766b
53736 Author: Marian Balakowicz <m8@semihalf.com>
53737 Date:   Fri Jun 6 23:07:40 2008 +0200
53738
53739     Delay FIT format check on sector based devices
53740
53741     Global FIT image operations like format check cannot be performed on
53742     a first sector data, defer them to the point when whole FIT image was
53743     uploaded to a system RAM.
53744
53745     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
53746     Partial ('cmd_nand' case) Acked-by: Grant Erickson <gerickson@nuovations.com>
53747     NAND and DOC bits Acked-by: Scott Wood <scottwood@freescale.com>
53748
53749 commit 9810263afec5ac5f38f92963bb3b6d799e4331d0
53750 Author: Dave Liu <r63238@freescale.com>
53751 Date:   Tue Jun 3 17:38:19 2008 +0800
53752
53753     sata: wait for device updating signature to host
53754
53755     The driver need wait for the device updating signature to host.
53756     If we don't wait for it, the driver can not detect the device(disk)
53757     when the system powers up.
53758
53759     Signed-off-by: Dave Liu <daveliu@freescale.com>
53760
53761 commit 745d8a0d3cea82e6d1753e14afb4588c34761b15
53762 Author: Stefan Roese <sr@denx.de>
53763 Date:   Sat Jun 28 14:56:17 2008 +0200
53764
53765     ppc4xx: Fix 460EX errata with CPU lockup upon high AHB traffic
53766
53767     This patch implements a fix provided by AMCC so that the lockup upon
53768     simultanious traffic on AHB USB OTG, USB 2.0 and SATA doesn't occur
53769     anymore:
53770
53771     Set SDR0_AHB_CFG[A2P_INCR4] (bit 24) and clear SDR0_AHB_CFG[A2P_PROT2]
53772     (bit 25) for a new 460EX errata regarding concurrent use of AHB USB OTG,
53773     USB 2.0 host and SATA.
53774
53775     This errata is not officially available yet. I'll update the comment
53776     to add the errata number later.
53777
53778     Signed-off-by: Stefan Roese <sr@denx.de>
53779
53780 commit 8b616edb118e37d05f6401389eaee1c636b22828
53781 Author: Stuart Wood <stuart.wood@labxtechnologies.com>
53782 Date:   Mon Jun 2 16:42:19 2008 -0400
53783
53784     serial_pl010.c: add watchdog support
53785
53786     Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
53787
53788 commit 86d3273e2b7be3fffb45e20c08535d6ad3aded6b
53789 Author: Stuart Wood <stuart.wood@labxtechnologies.com>
53790 Date:   Mon Jun 2 16:40:08 2008 -0400
53791
53792     jffs2_1pass.c: add watchdog support
53793
53794     Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
53795
53796 commit 5744ddc6637fea4f7b911a54a5fa860cb81a5d89
53797 Author: Sascha Laue <sascha.laue@liebherr.com>
53798 Date:   Fri May 30 09:48:14 2008 +0200
53799
53800     Configure DSP POST; add watchdog reset to diag command
53801
53802     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
53803
53804 commit f13526517859bf6b573e23ff47199e107d1009b5
53805 Author: Tor Krill <tor@excito.com>
53806 Date:   Thu May 29 10:40:17 2008 +0200
53807
53808     Add sata sil3114 support
53809
53810     Signed-off-by: Tor Krill <tor@excito.com>
53811
53812 commit e093a247628228100f405b6d7f6b1bfc16141938
53813 Author: Wolfgang Denk <wd@denx.de>
53814 Date:   Sat Jun 28 23:34:37 2008 +0200
53815
53816     Coding Style Cleanup
53817
53818     Signed-off-by: Wolfgang Denk <wd@denx.de>
53819
53820 commit 01db232dd7a0ceb81208a9f2545720c80e5bfd83
53821 Author: Wolfgang Denk <wd@denx.de>
53822 Date:   Sat Jun 28 23:16:01 2008 +0200
53823
53824     Update CHANGELOG
53825
53826     Signed-off-by: Wolfgang Denk <wd@denx.de>
53827
53828 commit c7f879ec2b389c4f2bf726b293bd516f4c692e03
53829 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
53830 Date:   Wed May 21 13:58:41 2008 -0400
53831
53832     ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS)
53833
53834     This patch adds support for the Lyrtech SFF-SDR board,
53835     based on the TI DaVinci architecture (ARM926EJS).
53836
53837     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
53838     Signed-off-by: Philip Balister <philip@balister.org>
53839     Signed-off-by: Wolfgang Denk <wd@denx.de>
53840
53841 commit 341188b9ccaa8d4462d772cc067aca8d7618633a
53842 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
53843 Date:   Thu May 22 11:09:59 2008 +0200
53844
53845     MMC: Consolidate MMC/SD command definitions
53846
53847     This moves the MMC and SD Card command definitions from
53848     include/asm/arch/mmc.h into include/mmc.h. These definitions are
53849     given by the MMC and SD Card standards, not by any particular
53850     architecture.
53851
53852     There's a lot more room for consolidation in the MMC drivers which
53853     I'm hoping to get done eventually, but this patch is a start.
53854
53855     Compile-tested for all avr32 boards as well as lpc2292sodimm and
53856     lubbock. This should cover all three mmc drivers in the tree.
53857
53858     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
53859
53860 commit fa60edfc4c952626e048c0e065f654b3c1822fa5
53861 Author: Kyungmin Park <kmpark@infradead.org>
53862 Date:   Wed May 21 14:38:08 2008 +0900
53863
53864     Use better Ethernet timings for apollon board
53865
53866     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
53867
53868 commit 41c5eaa7253ed82bbae1eda5667755872c615164
53869 Author: Andy Fleming <afleming@freescale.com>
53870 Date:   Mon Jun 16 13:58:56 2008 -0500
53871
53872     Resize device tree to allow space for board changes and the chosen node
53873
53874     Current code requires that a compiled device tree have space added to the end to
53875     leave room for extra nodes added by board code (and the chosen node).  This
53876     requires that device tree creators anticipate how much space U-Boot will add to
53877     the tree, which is absurd.  Ideally, the code would resize and/or relocate the
53878     tree when it needed more space, but this would require a systemic change to the
53879     fdt code, which is non-trivial.  Instead, we resize the tree inside
53880     boot_relocate_fdt, reserving either the remainder of the bootmap (in the case
53881     where the fdt is inside the bootmap), or adding CFG_FDT_PAD bytes to the size.
53882
53883     Signed-off-by: Andy Fleming <afleming@freescale.com>
53884
53885 commit 7570a9941fc565922078679a72d246fe208d696d
53886 Author: Andy Fleming <afleming@freescale.com>
53887 Date:   Mon Jun 16 13:58:55 2008 -0500
53888
53889     Fix an underflow bug in __lmb_alloc_base
53890
53891     __lmb_alloc_base can underflow if it fails to find free space.  This was fixed
53892     in linux with commit d9024df02ffe74d723d97d552f86de3b34beb8cc.  This patch
53893     merely updates __lmb_alloc_base to resemble the current version in Linux.
53894
53895     Signed-off-by: Andy Fleming <afleming@freescale.com>
53896
53897 commit 63796c4e61b207d2e635729d41b7a7f7d188b03c
53898 Author: Andy Fleming <afleming@freescale.com>
53899 Date:   Mon Jun 16 13:58:54 2008 -0500
53900
53901     Add lmb_free
53902
53903     lmb_free allows us to unreserve some memory so we can use lmb_alloc_base or
53904     lmb_reserve to temporarily reserve some memory.
53905
53906     Signed-off-by: Andy Fleming <afleming@freescale.com>
53907
53908 commit 4b03ac8b5102ad95f9fede7d13fa236977593e7d
53909 Author: Andy Fleming <afleming@freescale.com>
53910 Date:   Mon Jun 16 13:58:53 2008 -0500
53911
53912     Add ALIGN() macro
53913
53914     ALIGN() returns the smallest aligned value greater than the passed
53915     in address or size.  Taken from Linux.
53916
53917     Signed-off-by: Andy Fleming <afleming@freescale.com>
53918
53919 commit 93262af85e3e9d9974c6c08fbd37a9a72e090ca2
53920 Author: Stefan Roese <sr@denx.de>
53921 Date:   Tue Jun 24 17:15:22 2008 +0200
53922
53923     ppc4xx: Fix compilation problems with phys_size_t
53924
53925     This patch includes <asm/types.h> before <asm/u-boot.h> in some 4xx
53926     board specific files where it has been missing.
53927
53928     Signed-off-by: Stefan Roese <sr@denx.de>
53929
53930 commit 28eab0d77352b84885f938759bf2612b7bf0bc44
53931 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
53932 Date:   Mon May 19 12:26:38 2008 +0200
53933
53934     Conditionally add -fno-stack-protector to CFLAGS
53935
53936     When compile-testing on powerpc, I get errors like this:
53937
53938     net/nfs.c:422: undefined reference to `__stack_chk_fail_local'
53939
53940     This seems to be because -fstack-protector is on by default, so
53941     let's explicitly disable it on all architectures that support the
53942     option.
53943
53944     The Ubuntu toolchain is affected by this problem, and according to
53945     Mike Frysinger, Gentoo has been running with SSP enabled for years.
53946     More and more distros are turning SSP on by default, so this problem
53947     is likely to get worse in the future.
53948
53949     Also, powerpc just happens to be one of the arches I do
53950     compile-testing on. There may be other arches affected by this too.
53951
53952     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
53953
53954 commit dfd3be881c03a26e31f0dea4a42e76061fa610ac
53955 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53956 Date:   Sun May 18 19:09:52 2008 +0200
53957
53958     pcmcia/ti_pci1410a: Move compile condition to the Makefile
53959
53960     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53961
53962 commit 72d5d5f7b5c74a188df238ec6dd824d80c74857a
53963 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53964 Date:   Sun May 18 19:09:51 2008 +0200
53965
53966     pxa_pcmcia: Move compile condition to the Makefile
53967
53968     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53969
53970 commit c9eff32881fb429101c937cf8c268f1d42e5c2a9
53971 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53972 Date:   Sun May 18 19:09:50 2008 +0200
53973
53974     marabun_pcmcia: Move compile condition to the Makefile
53975
53976     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53977
53978 commit 6a19c46cae43c16c528eddefae3db97134f1915d
53979 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
53980 Date:   Mon Jun 23 13:25:34 2008 +0200
53981
53982     fix non-working mvBL-M7
53983
53984     Add missing #define CONFIG_HIGH_BATS in mvBL-M7 board config file.
53985
53986     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
53987     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
53988
53989 commit 846f1574ddddeda2bc227655e687308695f41cdc
53990 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
53991 Date:   Mon Jun 23 11:40:56 2008 +0200
53992
53993     fix system config overwrite @ MPC834x and MPC8313
53994
53995     During 83xx setup the "System I/O configuration register high" gets
53996     overwritten with user defined value if CFG_SICRH is defined.
53997
53998     Regarding to the MPC834x manual (Table 5-28 reve.1) bits 28+29 of SICRH
53999     must keep their reset value regardless of configuration.
54000
54001     On my board (using RGMII) those bits are set after reset - yet it's
54002     unclear where they come from.
54003
54004     The patch keeps both bits on MPC834x and MPC8313.
54005
54006     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
54007     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
54008
54009 commit 4890246a2c5df90a74e2941e3673a49bbd36aee9
54010 Author: Kim Phillips <kim.phillips@freescale.com>
54011 Date:   Tue Jun 17 17:45:27 2008 -0500
54012
54013     mpc83xx: move CPU_TYPE_ENTRY over to processor.h
54014
54015     to avoid this:
54016
54017     cpu.c:47:1: warning: "CPU_TYPE_ENTRY" redefined
54018     In file included from cpu.c:33:
54019     /home/kim/git/u-boot/include/asm/processor.h:982:1: warning: this is the location of the previous definition
54020
54021     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
54022
54023 commit aac7a5095b968d6c9a3e6422f31b4ad203cac9c8
54024 Author: Stefan Roese <sr@denx.de>
54025 Date:   Mon Jun 23 11:15:09 2008 +0200
54026
54027     ppc4xx: Fix problem in gpio_config()
54028
54029     As pointed out by Guennadi Liakhovetski (thanks), pin2 is already shifted
54030     left by one. So the additional shift is bogus.
54031
54032     Signed-off-by: Stefan Roese <sr@denx.de>
54033
54034 commit 40777812316fc252c941665c0f60c148fd79d50f
54035 Author: Detlev Zundel <dzu@denx.de>
54036 Date:   Fri Jun 20 22:24:05 2008 +0200
54037
54038     fdt: Fix typo in variable name.
54039
54040     Signed-off-by: Detlev Zundel <dzu@denx.de>
54041
54042 commit 5f723a3b98c630bde33de74351f2121691fdef14
54043 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
54044 Date:   Fri Jun 20 10:41:05 2008 +0200
54045
54046     avr32: Enable SPI flash support on ATNGW100
54047
54048     The ATNGW100 has 8MB DataFlash on board. Give users access to it through
54049     the new SPI flash framework.
54050
54051     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
54052
54053 commit 5605ef6b5802921cbefe6a933a9dea3497396b5c
54054 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
54055 Date:   Fri Jun 20 12:44:28 2008 +0200
54056
54057     avr32: Fix SPI portmux initialization
54058
54059     Use the new GPIO manipulation functions to set up the chip select lines,
54060     and make sure both busses use GPIO for chip select control.
54061
54062     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
54063
54064 commit 4688f9e34a87e825aed34d07c9ca7a273e6fc8ab
54065 Author: Peter Ma <pma@mediamatech.com>
54066 Date:   Sun Jun 1 22:59:24 2008 -0700
54067
54068     avr32: Add GPIO manipulation functions
54069
54070     Adds GPIO manipulation functions for AVR32 AP7 platform.
54071
54072     Signed-off-by: Peter Ma <pma@mediamatech.com>
54073     [haavard.skinnemoen@atmel.com: coding style fixup, slight simplification]
54074     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
54075
54076 commit b4fe1a71090c73efc6e4188eed188b2ff67fc02a
54077 Author: Wolfgang Grandegger <wg@grandegger.com>
54078 Date:   Thu Jun 5 13:02:30 2008 +0200
54079
54080     MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver
54081
54082     This patch is based on the following patch sent a few minutes ago:
54083     "NAND FSL UPM: driver re-write using the hwcontrol callback"
54084     It is untested, of course. Anton, could you please give it a try.
54085
54086     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
54087     Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
54088
54089 commit 96026d42fa4e646d28318c0a1438aac4b2017909
54090 Author: Anatolij Gustschin <agust@denx.de>
54091 Date:   Thu Jun 12 12:40:11 2008 +0200
54092
54093     Fix 4xx build issue
54094
54095     Building for 4xx doesn't work since commit 4dbdb768:
54096
54097     In file included from 4xx_pcie.c:28:
54098     include/asm/processor.h:971: error: expected ')' before 'ver'
54099     make[1]: *** [4xx_pcie.o] Error 1
54100
54101     This patch fixes the problem.
54102
54103     Signed-off-by: Anatolij Gustschin <agust@denx.de>
54104     Acked-by: Stefan Roese <sr@denx.de>
54105     Acked-by: Kumar Gala <galak@kernel.crashing.org>
54106
54107 commit a036b0443657fe0f4773786de9092251869f08ac
54108 Author: Kumar Gala <galak@kernel.crashing.org>
54109 Date:   Thu Jun 19 01:45:50 2008 -0500
54110
54111     MPC8610HPCD: Report board id, board version and fpga version.
54112
54113     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
54114
54115 commit 7de8c21f14df9c20fdcf6027aec8e8545f75f835
54116 Author: Kumar Gala <galak@kernel.crashing.org>
54117 Date:   Thu Jun 19 01:45:27 2008 -0500
54118
54119     MPC8641HPCN: Report board id, board version and fpga version.
54120
54121     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
54122
54123 commit fb8c061ea05fc68d37e2a8b9f8c949d76c8d71a8
54124 Author: Stefan Roese <sr@denx.de>
54125 Date:   Mon Jun 16 10:40:02 2008 +0200
54126
54127     cfi-flash: Fix problem in flash_toggle(), busy was not detected reliably
54128
54129     This patch simplifies flash_toggle() (AMD commandset), which is used to
54130     detect if a FLASH device is still busy with erase/program operations. On
54131     800MHz Canyonlands/Glacier boards (460EX/GT) the current implementation
54132     did not detect the busy state reliably, resulting in non erased sectors
54133     etc. This patch now simplifies this function by "just" comparing the
54134     complete data-word instead of ANDing it with the command-word (0x40)
54135     before the compatison. It is done the same way in the Linux implementation
54136     chip_ready() in cfi_cmdset_0002.c.
54137
54138     Signed-off-by: Stefan Roese <sr@denx.de>
54139
54140 commit 9e4006bca3d9fb4a2d061996771036cb01e539d3
54141 Author: Philip Balister <philip@balister.org>
54142 Date:   Mon Jun 16 08:58:07 2008 -0400
54143
54144     NAND: Add missing declaration to non-redundant saveenv().
54145
54146     Signed-off-by: Scott Wood <scottwood@freescale.com>
54147
54148 commit 2cdb7f50ac59594540fffdf8dbd7b12beac79c52
54149 Author: Wolfgang Grandegger <wg@grandegger.com>
54150 Date:   Mon Jun 2 15:09:55 2008 +0200
54151
54152     MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver
54153
54154     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
54155     Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
54156     Signed-off-by: Scott Wood <scottwood@freescale.com>
54157
54158 commit 212ed90615c3d20fa6bd73d70d5153bd0d124e5f
54159 Author: Stefan Roese <sr@denx.de>
54160 Date:   Tue Jun 10 15:34:11 2008 +0200
54161
54162     ppc4xx: Canyonlands: Disable the RTC M41T62 square wave output
54163
54164     This patch disables the square wave output of the M41T62 RTC used on
54165     Canyonlands & Glacier. Here the explanation:
54166
54167     The serial real-time clock part used in the design is an
54168     STMicro M41T62. This part has a full-time 32KHz square wave
54169     output that is connected to the TmrClk input to the
54170     processor. The default state for this square wave output is
54171     enabled so the output runs continuously when the board is
54172     powered normally and also from the battery. The TmrClk input
54173     to the processor goes to ground when the power is removed
54174     from the board/processor, and therefore the running square
54175     wave output is driving ground which drains the battery quickly.
54176
54177     Signed-off-by: Stefan Roese <sr@denx.de>
54178
54179 commit a94f22f08f280905926219e568568964cb9eeb9d
54180 Author: Andy Fleming <afleming@freescale.com>
54181 Date:   Wed Jun 11 18:10:20 2008 -0500
54182
54183     Fix build issue with string.h and linux/string.h
54184
54185     This commit:
54186     commit 338cc038461a6c7709c5b86fd9a240209338a1ae
54187     Author: Wolfgang Denk <wd@denx.de>
54188     Date:   Fri Jun 6 14:28:14 2008 +0200
54189
54190         tools/mkimage: fix compiler warnings on some systems.
54191
54192     Broke building on some systems, because the host's string.h was interfering
54193     with u-boot's linux/string.h.  It doesn't look like we need the u-boot one if
54194     we're building for the host, so now we only include when building inside
54195     u-boot.
54196
54197     Signed-off-by: Andy Fleming <afleming@freescale.com>
54198
54199 commit 9973e3c614721bbf169882ffc3be266a6611cd60
54200 Author: Becky Bruce <becky.bruce@freescale.com>
54201 Date:   Mon Jun 9 16:03:40 2008 -0500
54202
54203     Change initdram() return type to phys_size_t
54204
54205     This patch changes the return type of initdram() from long int to phys_size_t.
54206     This is required for a couple of reasons: long int limits the amount of dram
54207     to 2GB, and u-boot in general is moving over to phys_size_t to represent the
54208     size of physical memory.  phys_size_t is defined as an unsigned long on almost
54209     all current platforms.
54210
54211     This patch *only* changes the return type of the initdram function (in
54212     include/common.h, as well as in each board's implementation of initdram).  It
54213     does not actually modify the code inside the function on any of the platforms;
54214     platforms which wish to support more than 2GB of DRAM will need to modify
54215     their initdram() function code.
54216
54217     Build tested with MAKEALL for ppc, arm, mips, mips-el. Booted on powerpc
54218     MPC8641HPCN.
54219
54220     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
54221
54222 commit 391fd93ab23e15ab3dd58a54f5b609024009c378
54223 Author: Becky Bruce <becky.bruce@freescale.com>
54224 Date:   Mon Jun 9 20:37:18 2008 -0500
54225
54226     Change lmb to use phys_size_t/phys_addr_t
54227
54228     This updates the lmb code to use phys_size_t
54229     and phys_addr_t instead of unsigned long.  Other code
54230     which interacts with this code, like getenv_bootm_size()
54231     is also updated.
54232
54233     Booted on MPC8641HPCN, build-tested ppc, arm, mips.
54234
54235     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
54236
54237 commit 61b09fc2952dc636017df4e7970e3de132276ba1
54238 Author: Becky Bruce <becky.bruce@freescale.com>
54239 Date:   Mon Jun 9 20:37:17 2008 -0500
54240
54241     Change print_size to take phys_size_t
54242
54243     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
54244
54245 commit b57ca3e128cc10a133ba79bc7ec3e7b50e7c8fbe
54246 Author: Becky Bruce <becky.bruce@freescale.com>
54247 Date:   Mon Jun 9 20:37:16 2008 -0500
54248
54249     Change bd/gd memsize/ram_size to be phys_size_t.
54250
54251     Currently, both are defined as an unsigned long, but
54252     should be phys_size_t. This should result in no real change,
54253     since phys_size_t is currently an unsigned long for all the
54254     default configs.  Also add print_lnum to cmd_bdinfo to deal
54255     with the potentially wider memsize.
54256
54257     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
54258
54259 commit ba04f7010958e88a8910f2a123fee53fdc72e013
54260 Author: Kumar Gala <galak@kernel.crashing.org>
54261 Date:   Tue Jun 10 16:16:02 2008 -0500
54262
54263     FSL LAW: Add new interface to use the last free LAW
54264
54265     LAWs have the concept of priority so its useful to be able to allocate
54266     the lowest (highest number) priority.  We will end up using this with the
54267     new DDR code.
54268
54269     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
54270
54271 commit 859a86a25c569d3665ff413d1d923394b8a961f3
54272 Author: Kumar Gala <galak@kernel.crashing.org>
54273 Date:   Wed Jun 11 00:51:45 2008 -0500
54274
54275     85xx/86xx: Move to dynamic mgmt of LAWs
54276
54277     With the new LAW interface (set_next_law) we can move to letting the
54278     system allocate which LAWs are used for what purpose.  This makes life
54279     a bit easier going forward with the new DDR code.
54280
54281     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
54282     Signed-off-by: Andy Fleming <afleming@freescale.com>
54283     Acked-by: Jon Loeliger <jdl@freescale.com>
54284     Acked-by: Becky Bruce <becky.bruce@freescale.com>
54285
54286 commit f060054dadbbe7027ca088eed806a3ef1f82fdb7
54287 Author: Kumar Gala <galak@kernel.crashing.org>
54288 Date:   Wed Jun 11 00:44:10 2008 -0500
54289
54290     FSL LAW: Keep track of LAW allocations
54291
54292     Make it so we keep track of which LAWs have allocated and provide
54293     a function (set_next_law) which can allocate a LAW for us if one is
54294     free.
54295
54296     In the future we will move to doing more "dynamic" LAW allocation
54297     since the majority of users dont really care about what LAW number
54298     they are at.
54299
54300     Also, add CONFIG_MPC8540 or CONFIG_MPC8560 to those boards which needed them
54301
54302     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
54303     Signed-off-by: Andy Fleming <afleming@freescale.com>
54304
54305 commit ddde74a159caa6e18b481fec01d40b885aebb566
54306 Author: Kumar Gala <galak@kernel.crashing.org>
54307 Date:   Mon Jun 9 22:31:57 2008 -0500
54308
54309     85xx: remove dummy board_early_init_f
54310
54311     A number of board ports have empty version of board_early_init_f
54312     for no reason since we control its via CONFIG_BOARD_EARLY_INIT_F.
54313
54314     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
54315
54316 commit 81e56e9af0d43712db8efb843606a8d62eab454f
54317 Author: Kumar Gala <galak@kernel.crashing.org>
54318 Date:   Mon Jun 9 18:55:38 2008 -0500
54319
54320     MPC8544DS: Update config.h
54321
54322     * Enable flash progress
54323     * remove CLEAR_LAW0 since we dont really use it
54324
54325     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
54326
54327 commit 978e81604c1b28526ed580df0fbe64eb8384e94f
54328 Author: Kumar Gala <galak@kernel.crashing.org>
54329 Date:   Mon Jun 9 13:37:24 2008 -0500
54330
54331     85xx: Remove unused and unconfigured memory test code.
54332
54333     Remove unused and unconfigured DDR test code from FSL 85xx boards.
54334     Besides, other common code exists.
54335
54336     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
54337
54338 commit a23cddde1a95f987e3fe2a720a7ec9375b7264d7
54339 Author: Sergei Poselenov <sposelenov@emcraft.com>
54340 Date:   Fri Jun 6 15:42:45 2008 +0200
54341
54342     Socrates: Added FPGA base address update in FDT.
54343
54344     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
54345
54346 commit fd51b0e0e620b8bc9fd4f6daa3a4fa6f5e1316f4
54347 Author: Sergei Poselenov <sposelenov@emcraft.com>
54348 Date:   Fri Jun 6 15:42:44 2008 +0200
54349
54350     Socrates: NAND support added. Changed the U-Boot base address and
54351
54352     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
54353
54354 commit 248ae5cfc8bf69074d1da099dc495d8e06070547
54355 Author: Sergei Poselenov <sposelenov@emcraft.com>
54356 Date:   Fri Jun 6 15:42:43 2008 +0200
54357
54358     NAND: Added support for 128-bit OOB, adapted
54359
54360     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
54361
54362 commit 31ca0208612f2eb57690110d7c2815953650e47b
54363 Author: Sergei Poselenov <sposelenov@emcraft.com>
54364 Date:   Fri Jun 6 15:42:42 2008 +0200
54365
54366     Socrates: added missed file with UPMA configuration data.
54367
54368     Signed-of-by: Sergei Poselenov <sposelenov@emcraft.com>
54369
54370 commit 59abd15b43cab7a4d19de4ba0943837d9555f7ba
54371 Author: Sergei Poselenov <sposelenov@emcraft.com>
54372 Date:   Fri Jun 6 15:42:41 2008 +0200
54373
54374     Socrates: Added FPGA mapping. LAWs and TLBs cleanup.
54375
54376     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
54377
54378 commit 740280e68ccc0b971e613face7eaaa8bd1382b8c
54379 Author: Sergei Poselenov <sposelenov@emcraft.com>
54380 Date:   Fri Jun 6 15:42:40 2008 +0200
54381
54382     Added the upmconfig() function for 85xx.
54383
54384     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
54385     Signed-off-by: Andy Fleming <afleming@freescale.com>
54386
54387 commit d39e68514ff943930ee692cff3fde03532eb7fec
54388 Author: Sergei Poselenov <sposelenov@emcraft.com>
54389 Date:   Fri Jun 6 15:42:39 2008 +0200
54390
54391     Socrates: config file cleanup.
54392
54393     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
54394
54395 commit e8cc3f04b124f757af4528206e60d8eb715ae083
54396 Author: Wolfgang Grandegger <wg@grandegger.com>
54397 Date:   Thu Jun 5 13:12:10 2008 +0200
54398
54399     TQM85xx: Change memory map to support Flash memory > 128 MiB
54400
54401     Some TQM85xx boards could be equipped with up to 1 GiB (NOR) Flash
54402     memory. The current memory map only supports up to 128 MiB Flash.
54403     This patch adds the configuration option CONFIG_TQM_BIGFLASH. If
54404     set, up to 1 GiB flash is supported. To achieve this, the memory
54405     map has to be adjusted in great parts (for example the CCSRBAR is
54406     moved from 0xE0000000 to 0xA0000000).
54407
54408     If you want to boot Linux with CONFIG_TQM_BIGFLASH set, the new
54409     memory map also has to be considered in the kernel (changed
54410     CCSRBAR address, changed PCI IO base address, ...). Please use
54411     an appropriate Flat Device Tree blob (tqm8548.dtb).
54412
54413     Signed-off-by: Martin Krause <martin.krause@tqs.de>
54414     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
54415
54416 commit 1c2deff22cd6e2bf0e618fd6e09ca3eec5a8d051
54417 Author: Wolfgang Grandegger <wg@grandegger.com>
54418 Date:   Thu Jun 5 13:12:09 2008 +0200
54419
54420     TQM85xx: NAND support via local bus UPMB
54421
54422     This patch adds support for NAND FLASH on the TQM8548. It is disabled by
54423     default and can be enabled for the TQM8548 modules. It is now based on
54424     the re-written FSL NAND UPM driver. A patch has been posted earlier today
54425     with the subject:
54426
54427     "NAND FSL UPM: driver re-write using the hwcontrol callback"
54428
54429     Note that the R/B pin is not supported by that module requiring to use
54430     the specified maximum delay time.
54431
54432     Note: With NAND support enabled the size of the U-Boot image exceeds
54433     256 KB and TEXT_BASE must therefore be set to 0xfff80000 in config.mk,
54434     doubling the image size :-(.
54435
54436     Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
54437     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
54438
54439 commit b9e8078bb3f3c48111a7081e27279938c3a445e1
54440 Author: Wolfgang Grandegger <wg@grandegger.com>
54441 Date:   Thu Jun 5 13:12:08 2008 +0200
54442
54443     TQM8548: PCI express support
54444
54445     This patch adds support for PCI express cards. The board support
54446     now uses common FSL PCI init code, for both, PCI and PCIe on all
54447     TQM85xx modules.
54448
54449     Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
54450     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
54451
54452 commit 1287e0c55a2ee2c575ac9ce8e4302cd4085be876
54453 Author: Wolfgang Grandegger <wg@grandegger.com>
54454 Date:   Thu Jun 5 13:12:07 2008 +0200
54455
54456     TQM8548: Basic support for the TQM8548 modules
54457
54458     This patch adds basic support for the TQM8548 module from TQ-Components
54459     (http://www.tqc.de/) including DDR2 SDRAM initialisation and support for
54460     eTSEC 3 and 4
54461
54462     Furthermore Flash buffer write has been enabled to speed up output to
54463     the Flash by approx. a factor of 10.
54464
54465     Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
54466     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
54467
54468 commit 25991353204c78b094c3c1fec90182dcd607ab8f
54469 Author: Wolfgang Grandegger <wg@grandegger.com>
54470 Date:   Thu Jun 5 13:12:06 2008 +0200
54471
54472     TQM85xx: Support for Flat Device Tree
54473
54474     This patch adds support for Linux kernels using the Flat Device Tree.
54475     It also re-defines the default environment settings for booting Linux
54476     with the FDT blob.
54477
54478     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
54479
54480 commit d9ee843d54c54776e1fdb86336ce554906a87331
54481 Author: Wolfgang Grandegger <wg@grandegger.com>
54482 Date:   Thu Jun 5 13:12:05 2008 +0200
54483
54484     TQM85xx: Support for Intel 82527 compatible CAN controller
54485
54486     This patch adds initialization of the UPMC RAM to support up to two
54487     Intel 82527 compatible CAN controller on the TQM85xx modules.
54488
54489     Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
54490     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
54491
54492 commit 518d5cfe72916323c746af1647764459914f555f
54493 Author: Wolfgang Grandegger <wg@grandegger.com>
54494 Date:   Thu Jun 5 13:12:04 2008 +0200
54495
54496     TQM85xx: Bugfix in the SDRAM initialisation
54497
54498     The CS0_BNDS register is now set according to the detected
54499     memory size.
54500
54501     Signed-off-by Martin Krause <martin.krause@tqs.de>
54502
54503 commit 45dee2e620ccec6ac7b3548fe8979a34fd030e5d
54504 Author: Wolfgang Grandegger <wg@grandegger.com>
54505 Date:   Thu Jun 5 13:12:03 2008 +0200
54506
54507     TQM85xx: Fix chip select configuration for second FLASH bank
54508
54509     This patch fixes the re-calculation of the automatic chip select
54510     configuration for boards with two populated FLASH banks.
54511
54512     Signed-off-by: Martin Krause <martin.krause@tqs.de>
54513
54514 commit 46346f27cda6fd025a496bde8f2d4aeee04aca5f
54515 Author: Wolfgang Grandegger <wg@grandegger.com>
54516 Date:   Thu Jun 5 13:12:02 2008 +0200
54517
54518     TQM85xx: Support for Spansion 'N' type flashes added
54519
54520     The 'N' type Spansion flashes (S29GLxxxN series) have bigger sectors,
54521     than the formerly used 'M' types (S29GLxxxM series), so the flash layout
54522     needs to be changed -> new start address of the environment. The macro
54523     definition CONFIG_TQM_FLASH_N_TYPE is undefined by default and must be
54524     defined for boards with 'N' type flashes.
54525
54526     Signed-off-by: Martin Krause <martin.krause@tqs.de>
54527     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
54528
54529 commit 5d5bd838f76eade22c0ea40a500389f924d0da36
54530 Author: Wolfgang Grandegger <wg@grandegger.com>
54531 Date:   Thu Jun 5 13:12:01 2008 +0200
54532
54533     TQM85xx: Fix CPM port pin configuration
54534
54535     Do not configure port pins PD30/PD31 as SCC1 TxD/RxD except for the TQM8560
54536     board. On the other TQM85xx boards (TQM8541 and TQM8555) SCC1 is not used
54537     as serial interface anyway. Worse, on some board variants configuring the
54538     pins for SCC1 leads to short circuits (for example on the TQM8541-BG).
54539
54540     Signed-off-by: Martin Krause <martin.krause@tqs.de>
54541
54542 commit b99ba1679e8cd51b023e67098c89e606e47137d2
54543 Author: Wolfgang Grandegger <wg@grandegger.com>
54544 Date:   Thu Jun 5 13:12:00 2008 +0200
54545
54546     TQM85xx: Various coding style fixes
54547
54548     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
54549
54550 commit ae9e97fa96f643c8ba2b666b06a026cc8717eb00
54551 Author: Gerald Van Baren <vanbaren@cideas.com>
54552 Date:   Tue Jun 10 22:15:58 2008 -0400
54553
54554     libfdt: Move the working_fdt pointer to cmd_fdt.c
54555
54556     The working_fdt pointer was declared in common/fdt_support.c but was
54557     not used there.  Move it to common/cmd_fdt.c where it is used (it is
54558     also used in lib_ppc/bootm.c).
54559
54560     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
54561
54562 commit e489b9c078e22b0d9e75f002cd2a1bd967e88f5e
54563 Author: Kim Phillips <kim.phillips@freescale.com>
54564 Date:   Tue Jun 10 11:06:17 2008 -0500
54565
54566     fdt: unshadow global working fdt variable
54567
54568     differentiate with local variables of the same name by renaming the
54569     global 'fdt' variable 'working_fdt'.
54570
54571     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
54572
54573 commit e1eb0e25d9d8fd8efdfb93f670a417663f386022
54574 Author: Andy Fleming <afleming@freescale.com>
54575 Date:   Tue Jun 10 18:49:34 2008 -0500
54576
54577     socrates: Fix PCI clk fix patch
54578
54579     The submitted patch seems to have been more up-to-date, but an older patch was
54580     already in the repository.  This patch encompasses the differences
54581
54582     Taken entirely from Sergei Poselenov <sposelenov@emcraft.com>
54583
54584     Signed-off-by: Andy Fleming <afleming@freescale.com>
54585
54586 commit a75a57ef6e4b613c81434971e96ed70cf9ec9ba0
54587 Author: Wolfgang Grandegger <wg@grandegger.com>
54588 Date:   Thu Jun 5 13:02:29 2008 +0200
54589
54590     NAND FSL UPM: driver re-write using the hwcontrol callback
54591
54592     This is a re-write of the NAND FSL UPM driver using the more universal
54593     hwcontrol callback (instead of the cmdfunc callback). Here is a brief
54594     list of furher modifications:
54595
54596     - For the time being, the UPM setup writing the UPM array has been
54597       removed from the driver and must now be done by the board specific
54598       code.
54599
54600     - The bus width definition in "struct fsl_upm_nand" is now in bits to
54601       comply with the corresponding Linux driver and 8, 16 and 32 bit
54602       accesses are supported.
54603
54604     - chip->dev_read is only set if fun->dev_ready != NULL, which is
54605       required for boards not connecting the R/B pin.
54606
54607     - A few issue have been fixed with MxMR bit manipulation like in the
54608       corresponding Linux driver.
54609
54610     Note: I think the "io_addr" field of "struct fsl_upm" could be removed
54611           as well, because the address is already determined by
54612           "nand->IO_ADDR_[RW]", but I'm not 100% sure.
54613
54614     This patch has been tested on a TQM8548 modules with the NAND chip
54615     Micron MT29F8G08FABWP.
54616
54617     This patch is based on the following patches posted to this list a few
54618     minutes ago:
54619
54620       PPC: add accessor macros to clear and set bits in one shot
54621       83xx/85xx/86xx: add more MxMR local bus definitions
54622
54623     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
54624     Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
54625
54626 commit 6beecfbb542992eede5831240cd58678274683a9
54627 Author: Wolfgang Grandegger <wg@grandegger.com>
54628 Date:   Thu Jun 5 13:11:59 2008 +0200
54629
54630     MPC85xx: Beautify boot output of L2 cache configuration
54631
54632     The boot output is now aligned poperly with other boot output
54633     lines, e.g.:
54634
54635       FLASH: 128 MB
54636       L2:    512 KB enabled
54637
54638     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
54639
54640 commit 398415114f0a705163a14543e9fef03f734b1ffa
54641 Author: Wolfgang Grandegger <wg@grandegger.com>
54642 Date:   Wed Jun 4 12:45:22 2008 +0200
54643
54644     PPC: add accessor macros to clear and set bits in one shot
54645
54646     PPC: add accessor macros to clear and set bits in one shot
54647
54648     This patch adds macros from linux/include/asm-powerpc/io.h to clear and
54649     set bits in one shot using the in_be32, out_be32, etc. accessor functions.
54650     They are very handy to manipulate bits it I/O registers.
54651
54652     This patch is required for my forthcoming FSL NAND UPM driver re-write and
54653     the support for the TQM8548 module.
54654
54655     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
54656
54657 commit 4677988c7edc070c3786d3db7994abeca3ab82a0
54658 Author: Wolfgang Grandegger <wg@grandegger.com>
54659 Date:   Wed Jun 4 13:52:17 2008 +0200
54660
54661     TQM: move TQM boards to board/tqc
54662
54663     Move all TQM board directories to the vendor specific directory "tqc"
54664     for modules from TQ-Components GmbH (http://www.tqc.de).
54665
54666     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
54667
54668 commit 6fab2fe72ca5bf95280cd52cdf378af3e506eb50
54669 Author: Wolfgang Grandegger <wg@grandegger.com>
54670 Date:   Mon Jun 2 12:09:30 2008 +0200
54671
54672     83xx/85xx/86xx: add more MxMR local bus definitions
54673
54674     83xx/85xx/86xx: add more MxMR local bus definitions
54675
54676     This patch adds more macro definitions for the UPM Machine Mode Registers
54677     They are copied from "include/mpc82xx.h" to simplify the merge of all 8xxx
54678     common local bus definitions into include/asm-ppc/fsl_lbc.h. They are
54679     required for my forthcoming FSL NAND UPM driver re-write and the support
54680     for the TQM8548 module.
54681
54682     This patch is based on the following two patches from Anton Vorontsov:
54683
54684     http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg06511.html
54685     http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg06587.html
54686
54687     I leave coding style violation fixes, code beautification and name
54688     corrections to somebody else ;-(.
54689
54690     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
54691
54692 commit c8c5fc266e4499e283c293ccb972863156aa4134
54693 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
54694 Date:   Thu May 29 18:14:56 2008 +0400
54695
54696     83xx/85xx: further localbus cleanups
54697
54698     Merge mpc85xx.h's LBC defines to fsl_lbc.h. Also, adopt ACS names
54699     from mpc85xx.h, so ACS_0b10 renamed to ACS_DIV4, ACS_0b11 to ACS_DIV2.
54700
54701     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
54702
54703 commit 42dbd667c88d496882d53e22656e89b654205492
54704 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
54705 Date:   Wed May 28 18:20:15 2008 +0400
54706
54707     83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
54708
54709     This patch moves Freescale Localbus defines out of mpc83xx.h, so we could
54710     use it on MPC85xx and MPC86xx processors.
54711
54712     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
54713
54714 commit 730b2fcf6fcd9eec3ea86fbb087c3f98aa23a769
54715 Author: Kumar Gala <galak@kernel.crashing.org>
54716 Date:   Thu May 29 11:22:06 2008 -0500
54717
54718     85xx: Add setting of cache props in the device tree.
54719
54720     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
54721
54722 commit 4dbdb7681e243431530df0725627192a0c4aefda
54723 Author: Kumar Gala <galak@kernel.crashing.org>
54724 Date:   Tue Jun 10 16:53:46 2008 -0500
54725
54726     85xx: expose cpu identification
54727
54728     The current cpu identification code is used just to return the name
54729     of the processor at boot.  There are some other locations that the name
54730     is useful (device tree setup).  Expose the functionality to other bits
54731     of code.
54732
54733     Also, drop the 'E' suffix and add it on by looking at the SVR version
54734     when we print this out.  This is mainly to allow the most flexible use
54735     of the name.  The device tree code tends to not care about the 'E' suffix.
54736
54737     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
54738
54739 commit 2329fe113d847e43cca8e4a0e4edd613b50b8492
54740 Author: Kim Phillips <kim.phillips@freescale.com>
54741 Date:   Tue Jun 10 13:25:24 2008 -0500
54742
54743     mpc83xx: MVBLM7: minor build fixups
54744
54745     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
54746
54747 commit a1293e549b56da135ef32ffca5b9d35a16aa6802
54748 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
54749 Date:   Tue Jun 10 09:14:05 2008 +0200
54750
54751     add MPC8343 based board mvBlueLYNX-M7 (board+make files)
54752
54753     Add MPC8343 based board mvBlueLYNX-M7.
54754     It's a single board stereo camera system.
54755     Please read doc/README.mvblm7 for details.
54756
54757     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
54758     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
54759
54760 commit c005b93925ba49f07da2aa748527996d927e172f
54761 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
54762 Date:   Tue Jun 10 09:13:16 2008 +0200
54763
54764     add MPC8343 based board mvBlueLYNX-M7 (doc+config)
54765
54766     Add MPC8343 based board mvBlueLYNX-M7.
54767     It's a single board stereo camera system.
54768     Please read doc/README.mvblm7 for details.
54769
54770     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
54771     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
54772
54773 commit f9023afbdfd9f27e7c38f3cce965746e56d62dd3
54774 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
54775 Date:   Thu May 29 18:14:56 2008 +0400
54776
54777     83xx/85xx: further localbus cleanups
54778
54779     move the BRx_* and ORx_* left behind in mpc85xx.h
54780
54781     The same is needed for mpc8xx.h and mpc8260.h (defines are almost
54782     the same, just few differences which needs some attention though).
54783
54784     But the bad news for mpc8xx and mpc8260 is that there are a lot of users
54785     of these defines. So this cleanup I'll leave for the "better times".
54786
54787     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
54788     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
54789
54790 commit bf30bb1f7c954d7855d9b23624b33b00c50b4697
54791 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
54792 Date:   Wed May 28 18:20:15 2008 +0400
54793
54794     83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
54795
54796     This patch moves Freescale Localbus defines out of mpc83xx.h, so we could
54797     use it on MPC85xx and MPC86xx processors.
54798
54799     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
54800     Acked-by: Andy Fleming <afleming@freescale.com>
54801     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
54802
54803 commit d82b4fc0ce8cca95e857fc51022e841cb2dbee6a
54804 Author: Tor Krill <tor@excito.com>
54805 Date:   Mon Jun 2 15:09:30 2008 +0200
54806
54807     Add missing CSCONFIG_BANK_BIT_3 define to mpc83xx.h
54808
54809     Signed-off-by: Tor Krill <tor@excito.com>
54810     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
54811
54812 commit 3b904ccb93c3196727e2e9870cb1df903cab19ad
54813 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
54814 Date:   Mon Jun 9 23:37:44 2008 +0900
54815
54816     net: Conditional COBJS inclusion of network drivers
54817
54818     Replace COBJS-y with appropriate driver config names.
54819
54820     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
54821     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
54822
54823 commit 2fb698bf50f4aff2485581a12fa634a07c040e4a
54824 Author: Gerald Van Baren <vanbaren@cideas.com>
54825 Date:   Mon Jun 9 21:02:17 2008 -0400
54826
54827     Use strncmp() for the fdt command
54828
54829     Cleaner than doing multiple conditionals on characters.
54830
54831     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
54832
54833 commit 47abe8ab290d2721a8eeadff65b939e6af8c01b0
54834 Author: Gerald Van Baren <vanbaren@cideas.com>
54835 Date:   Sat Jun 7 12:25:05 2008 -0400
54836
54837     The fdt boardsetup command criteria was not unique
54838
54839     It was checking just for "b", which is not unique with respect to the
54840     "boot" command.  Change to check for "boa"[rdsetup].
54841
54842     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
54843
54844 commit 2f08bfa9526bae4f461e043530cfb903fec0d273
54845 Author: David Gibson <david@gibson.dropbear.id.au>
54846 Date:   Tue May 20 17:19:11 2008 +1000
54847
54848     libfdt: Several cleanups to parameter checking
54849
54850     This patch makes a couple of small cleanups to parameter checking of
54851     libfdt functions.
54852
54853         - In several functions which take a node offset, we use an
54854     idiom involving fdt_next_tag() first to check that we have indeed been
54855     given a node offset.  This patch adds a helper function
54856     _fdt_check_node_offset() to encapsulate this usage of fdt_next_tag().
54857
54858         - In fdt_rw.c in several places we have the expanded version
54859     of the RW_CHECK_HEADER() macro for no particular reason.  This patch
54860     replaces those instances with an invocation of the macro; that's what
54861     it's for.
54862
54863         - In fdt_sw.c we rename the check_header_sw() function to
54864     sw_check_header() to match the analgous function in fdt_rw.c, and we
54865     provide an SW_CHECK_HEADER() wrapper macro as RW_CHECK_HEADER()
54866     functions in fdt_rw.c
54867
54868     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
54869
54870 commit fec6d9ee7c10443f65ce1788ef818919167bbf2e
54871 Author: Gerald Van Baren <vanbaren@cideas.com>
54872 Date:   Tue Jun 3 20:34:45 2008 -0400
54873
54874     Remove the deprecated CONFIG_OF_FLAT_TREE
54875
54876     Use CONFIG_OF_LIBFDT instead to support flattened device trees.  It is
54877     cleaner, has better functionality, and is better supported.
54878
54879     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
54880
54881 commit 62bcdda293efa752f8281fbd9da03822b27ce82f
54882 Author: Gerald Van Baren <vanbaren@cideas.com>
54883 Date:   Tue Jun 3 20:26:29 2008 -0400
54884
54885     Change the stxxst to CONFIG_OF_LIBFDT
54886
54887     This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change
54888     to CONFIG_OF_LIBFDT.
54889
54890     WARNING: It appears that this board lost its ability to boot via a
54891     flattened device tree prior to this changeset.
54892
54893     WARNING: This conversion was untested because I do not have a board to
54894     test it on.
54895
54896     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
54897
54898 commit 589c04271d129729a8b01391453851ab9cc4069c
54899 Author: Gerald Van Baren <vanbaren@cideas.com>
54900 Date:   Tue Jun 3 20:24:58 2008 -0400
54901
54902     Convert mpc7448hpc2 to CONFIG_OF_LIBFDT
54903
54904     This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change
54905     to CONFIG_OF_LIBFDT.
54906
54907     WARNING: This conversion is untested because I do not have a board to
54908     test it on.
54909
54910     NOTE: The FDT blob (DTS) must have an /aliases/ethernet0 and (optionally)
54911     /aliases/ethernet1 property for the ethernet to work.
54912
54913     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
54914
54915 commit ee1e35bede91debc8bff9b02f75574486033b652
54916 Author: Kumar Gala <galak@kernel.crashing.org>
54917 Date:   Thu May 29 01:21:24 2008 -0500
54918
54919     85xx: Only use PORPLLSR[DDR_Ratio] on platforms that define it
54920
54921     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
54922
54923 commit 3b9519fc50802436e417c839e69df7b2016cade5
54924 Author: Becky Bruce <becky.bruce@freescale.com>
54925 Date:   Wed May 14 13:10:04 2008 -0500
54926
54927     MPC85xx: Change traps.c to not reference non-addressable memory
54928
54929     Currently, END_OF_RAM is used by the trap code to determine if
54930     we should attempt to access the stack pointer or not. However,
54931     on systems with a lot of RAM, only a subset of the RAM is
54932     guaranteed to be mapped in and accessible.  Change END_OF_RAM
54933     to use get_effective_memsize() instead of using the raw ram
54934     size out of the bd.
54935
54936     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
54937
54938 commit 7faddaecea52f585f538fdf9c2e61f85a789b19c
54939 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
54940 Date:   Mon Jun 9 13:39:57 2008 +0900
54941
54942     sh: Renesas Solutions SH7763RDP board support
54943
54944     SH7763RDP has SCIF, NOR Flash, Ethernet, USB host, LCDC and MMC.
54945     In this patch, support SCIF, NOR Flash, and Ethernet.
54946
54947     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
54948     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
54949
54950 commit 60179098a95eaa972007d7ec58e4c1588029720f
54951 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
54952 Date:   Fri Jun 6 16:24:13 2008 +0900
54953
54954     sh: Add support Renesas SH7763
54955
54956     Renesas SH7763 has 3 SCIF, MMC, LCDC, Ethernet and other.
54957     This patch supprts CPU register's header file.
54958
54959     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
54960     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
54961
54962 commit 08c5fabe181d663eec0feba5ecd02c0b78934a52
54963 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
54964 Date:   Fri Jun 6 16:16:08 2008 +0900
54965
54966     sh: SH7763 SCIF support
54967
54968     SH7763 has 3 SCIF channels. SCIF0 and 1 are same register constitution,
54969     but only SCIF2 is different. This patch work all SCIF channel.
54970
54971     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
54972     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
54973
54974 commit 79b51ff8205f0354d5300570614c1d2db499679c
54975 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
54976 Date:   Sat Jun 7 20:51:59 2008 +0900
54977
54978     [MIPS] cpu/mips/Makefile: Split [CS]OBJS onto separate lines
54979
54980     Also get rid of some #ifdefs in *.c files.
54981
54982     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
54983
54984 commit 8bde63eb3f79d68f693201528dafc8ae7aa087de
54985 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
54986 Date:   Sat Jun 7 20:51:56 2008 +0900
54987
54988     [MIPS] Rename Alchemy processor configs into CONFIG_SOC_*
54989
54990     CONFIG_SOC_AU1X00
54991
54992       Common Alchemy Au1x00 stuff. All Alchemy processor based machines
54993       need to have this config as a system type specifier.
54994
54995     CONFIG_SOC_AU1000, CONFIG_SOC_AU1100, CONFIG_SOC_AU1200,
54996     CONFIG_SOC_AU1500, CONFIG_SOC_AU1550
54997
54998       Machine type specifiers. Each port should have one of aboves.
54999
55000     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
55001
55002 commit cc49cadeeb8bb2f0ae3fdc13af7051ae59f083bc
55003 Author: Stuart Wood <stuart.wood@labxtechnologies.com>
55004 Date:   Fri May 30 16:05:28 2008 -0400
55005
55006     env_nand.c: Added bad block management for environment variables
55007
55008     Modified to check for bad blocks and to skipping over them when
55009     CFG_ENV_RANGE has been defined.
55010     CFG_ENV_RANGE must be larger than CFG_ENV_SIZE and aligned to the NAND
55011     flash block size.
55012
55013     Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
55014     Signed-off-by: Scott Wood <scottwood@freescale.com>
55015
55016 commit 279726bd00558e80263d44581c44167625b7fb9a
55017 Author: Becky Bruce <becky.bruce@freescale.com>
55018 Date:   Wed May 14 13:09:58 2008 -0500
55019
55020     MPC86xx: Change traps.c to not reference non-addressable memory
55021
55022     Currently, END_OF_RAM is used by the trap code to determine if
55023     we should attempt to access the stack pointer or not. However,
55024     on systems with a lot of RAM, only a subset of the RAM is
55025     guaranteed to be mapped in and accessible.  Change END_OF_RAM
55026     to use get_effective_memsize() instead of using the raw ram
55027     size out of the bd to prevent us from trying to access
55028     non-mapped memory.
55029
55030     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
55031
55032 commit 338cc038461a6c7709c5b86fd9a240209338a1ae
55033 Author: Wolfgang Denk <wd@denx.de>
55034 Date:   Fri Jun 6 14:28:14 2008 +0200
55035
55036     tools/mkimage: fix compiler warnings on some systems.
55037
55038     Signed-off-by: Wolfgang Denk <wd@denx.de>
55039
55040 commit b2815f79288d4da7a3ba18bdbd05120ce09d5622
55041 Author: Stefan Roese <sr@denx.de>
55042 Date:   Fri Jun 6 16:10:41 2008 +0200
55043
55044     ppc4xx: Fix misspelled CONFIG_440SPE/440EPX/GRX config options
55045
55046     We use upper case letters for the AMCC processor defines (like
55047     CONFIG_440SPE) in U-Boot. So the 440SPe is labeled CONFIG_440SPE and
55048     not CONFIG_440SPe. This patch fixes the last misspelled config options.
55049
55050     Signed-off-by: Stefan Roese <sr@denx.de>
55051
55052 commit 72675dc6c06a48846d180106161d49dd714383cc
55053 Author: Stefan Roese <sr@denx.de>
55054 Date:   Fri Jun 6 15:55:21 2008 +0200
55055
55056     ppc4xx: Unify AMCC's board config files (part 3/3)
55057
55058     This patch series unifies the AMCC eval board ports by introducing
55059     a common include header for all AMCC eval boards:
55060
55061     include/configs/amcc-common.h
55062
55063     This header now includes all common configuration options/defines which
55064     are removed from the board specific headers.
55065
55066     The reason for this is ease of maintenance and unified look and feel
55067     of all AMCC boards.
55068
55069     Signed-off-by: Stefan Roese <sr@denx.de>
55070
55071 commit 490f204096d6e2c9940f67816f154a8125bab116
55072 Author: Stefan Roese <sr@denx.de>
55073 Date:   Fri Jun 6 15:55:03 2008 +0200
55074
55075     ppc4xx: Unify AMCC's board config files (part 2/3)
55076
55077     This patch series unifies the AMCC eval board ports by introducing
55078     a common include header for all AMCC eval boards:
55079
55080     include/configs/amcc-common.h
55081
55082     This header now includes all common configuration options/defines which
55083     are removed from the board specific headers.
55084
55085     The reason for this is ease of maintenance and unified look and feel
55086     of all AMCC boards.
55087
55088     Signed-off-by: Stefan Roese <sr@denx.de>
55089
55090 commit a8a11a9ed046b480a16e47a158f8f5300028dfa6
55091 Author: Stefan Roese <sr@denx.de>
55092 Date:   Fri Jun 6 15:54:31 2008 +0200
55093
55094     ppc4xx: Unify AMCC's board config files (part 1/3)
55095
55096     This patch series unifies the AMCC eval board ports by introducing
55097     a common include header for all AMCC eval boards:
55098
55099     include/configs/amcc-common.h
55100
55101     This header now includes all common configuration options/defines which
55102     are removed from the board specific headers.
55103
55104     The reason for this is ease of maintenance and unified look and feel
55105     of all AMCC boards.
55106
55107     Signed-off-by: Stefan Roese <sr@denx.de>
55108
55109 commit 0e38c938ed4bcadb4f4fc1419a541431e94fc202
55110 Author: Remy Bohmer <linux@bohmer.net>
55111 Date:   Thu Jun 5 13:03:36 2008 +0200
55112
55113     DM9000 fix status check fail 0x6d error for trizeps board
55114
55115     According to the Application Notes of the DM9000, only the 2 bits 0:1 of
55116     the status byte need to be checked to identify a valid packet in the fifo
55117
55118     But, The several different Application Notes do not all speak the same
55119     language on these bits. They do not disagree, but only 1 Application Note
55120     noted explicitly that only these 2 bits need to be checked.
55121     Even the datasheets do not mention anything about these 2 bits.
55122
55123     Because the old code, and the kernel check the whole byte, I left this piece
55124     untouched.
55125
55126     However, I tested all board/DM9000[A|E|EP] devices with this 2 bit check, so
55127     it should work.
55128
55129     Notice, that the 2nd iteration through this receive loop (when a 2nd packet is
55130     in the fifo) is much shorter now, compared to the older U-boot driver code,
55131     so that we can maybe run into a hardware condition now that was never seen
55132     before, or maybe was seen very unfrequently.
55133
55134     Additionaly added a cleanup of a stack variable.
55135
55136     Signed-off-by: Remy Bohmer <linux@bohmer.net>
55137     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
55138
55139 commit 7daf2ebe9196dd67131a06d85049c3a8a08ca413
55140 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
55141 Date:   Thu Jun 5 22:29:00 2008 +0900
55142
55143     [MIPS] Update <asm/addrspace.h> header
55144
55145     - Fix traditional KSEG names
55146     - Replace PHYSADDR with CPHYSADDR
55147
55148     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
55149
55150 commit f0d5a6f060d00358b85c62a921a423ea8df71184
55151 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
55152 Date:   Thu Jun 5 22:29:00 2008 +0900
55153
55154     [MIPS] mips_config.mk: Misc fixes
55155
55156     - Kill redundant `-pipe' (this will be added by $(TOPDIR)/config.mk)
55157     - Modify comments
55158
55159     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
55160
55161 commit 5f64d21c9a2998794f255b469165b91f092dfc2d
55162 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
55163 Date:   Thu Jun 5 22:29:00 2008 +0900
55164
55165     [MIPS] Kill unused <version.h> inclusions
55166
55167     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
55168
55169 commit a55d48174cfd1a5bc184159513f48dcbbe409c83
55170 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
55171 Date:   Thu Jun 5 22:29:00 2008 +0900
55172
55173     [MIPS] lib_mips/time.c: Fix CP0 count register usage and timer routines
55174
55175     MIPS port has two problems in timer routines. One is now we assume CFG_HZ
55176     equals to CP0 counter frequency, but this is wrong. CFG_HZ has to be 1000
55177     in the U-Boot system.
55178
55179     The other is we don't have a proper time management counter like timestamp
55180     other ARCHs have. We need the 32-bit millisecond clock counter.
55181
55182     This patch introduces timestamp and CYCLES_PER_JIFFY. timestamp is a
55183     32-bit non-overflowing CFG_HZ counter, and CYCLES_PER_JIFFY is the number
55184     of calculated CP0 counter cycles in a CFG_HZ.
55185
55186     STRATEGY:
55187
55188     * Fix improper CFG_HZ value to have 1000
55189
55190     * Use CFG_MIPS_TIMER_FREQ for timer counter frequency, instead.
55191
55192     * timer_init: initialize timestamp and set up the first timer expiration.
55193       Note that we don't need to initialize CP0 count/compare registers here
55194       as they have been already zeroed out on the system reset. Leave them as
55195       they are.
55196
55197     * get_timer: calculate how many timestamps have been passed, then return
55198       base-relative timestamp. Make sure we can easily count missed timestamps
55199       regardless of CP0 count/compare value.
55200
55201     * get_ticks: return the current timestamp, that is get_timer(0).
55202
55203     Most parts are from good old Linux v2.6.16 kernel.
55204
55205     v2:
55206     - Remove FIXME comments as they turned out to be trivial.
55207     - Use CP0 compare register as a global variable for expirelo.
55208     - Kill a global variable 'cycles_per_jiffy'. Use #define CYCLES_PER_JIFFY
55209       instead.
55210
55211     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
55212
55213 commit 199e4f657c8af42efe3fb3ba1d1104eb6bb28c25
55214 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
55215 Date:   Thu Jun 5 22:29:00 2008 +0900
55216
55217     [MIPS] lib_mips/time.c: Fix udelay
55218
55219     What we have to do is just to wait for given micro-seconds. No need to
55220     take into account current time, get_timer and CFG_HZ.
55221
55222     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
55223
55224 commit c7e38e413ae69120d3e51f132c7cb1d6b3514d03
55225 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
55226 Date:   Thu Jun 5 22:28:59 2008 +0900
55227
55228     [MIPS] lib_mips/time.c: Replace CP0 access functions with existing macros
55229
55230     We already have many pre-defined CP0 access macros in <asm/mipsregs.h>.
55231     This patch replaces mips_{compare,count}_set and mips_count_get with
55232     existing macros.
55233
55234     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
55235
55236 commit 6b52cfe16cd539935e32bd8cf19146522e462a4d
55237 Author: Remy Bohmer <linux@bohmer.net>
55238 Date:   Tue Jun 3 15:48:17 2008 +0200
55239
55240     Get rid of annoying/superfluous bad-checksum warning message
55241
55242     U-boot can complain a lot about 'checksum bad' when it is attached to the network.
55243     It is annoying for ordinary users who start to doubt the network connection
55244     in general when they see messages like this.
55245
55246     This is caused by the routine NetCksumOk() which cannot handle IP-headers longer
55247     than 20 bytes. Those packages can be ignored anyway by U-boot, so we trash them
55248     now before checking the checksum.
55249
55250     Signed-off-by: Remy Bohmer <linux@bohmer.net>
55251     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
55252
55253 commit d6ee5fa40c26970d39990c6fc4a2f20a97822650
55254 Author: Remy Bohmer <linux@bohmer.net>
55255 Date:   Wed Jun 4 10:47:25 2008 +0200
55256
55257     Fix order for reading rx-status registers in 32bit mode of DM9000
55258
55259     A last minute cleanup before submitting the DM9000A patch series yesterday introduced
55260     a bug in reading the rx-status registers in 32bit mode only.
55261     This patch repairs this.
55262
55263     Signed-off-by: Remy Bohmer <linux@bohmer.net>
55264     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
55265
55266 commit 98291e2e689096420465074cce926b226d2e71b4
55267 Author: Remy Bohmer <linux@bohmer.net>
55268 Date:   Tue Jun 3 15:26:26 2008 +0200
55269
55270     DM9000: Some minor code cleanups
55271
55272     Some lines of the U-boot DM9000x driver are longer than 80 characters, or
55273     need some other minor cleanup.
55274
55275     Signed-off-by: Remy Bohmer <linux@bohmer.net>
55276     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
55277
55278 commit 850ba7555dbd4ca8d14fc475b864d534797adab3
55279 Author: Remy Bohmer <linux@bohmer.net>
55280 Date:   Tue Jun 3 15:26:25 2008 +0200
55281
55282     DM9000: Make driver work properly for DM9000A
55283
55284     The DM9000A network controller does not work with the U-boot DM9000x driver.
55285     Analysis showed that many incoming packets are lost.
55286
55287     The DM9000A Application Notes V1.20 (section 5.6.1) recommend that the poll to
55288     check for a valid rx packet be done on the interrupt status register, not
55289     directly by performing the dummy read and the rx status check as is currently
55290     the case in the u-boot driver.
55291
55292     When the recommended poll is done as suggested the driver starts working
55293     correctly on 10Mbit/HD, but on 100MBit/FD packets come in faster so that there
55294     can be more than 1 package in the fifo at the same time.
55295
55296     The driver must perform the rx-status check in a loop and read and handle all
55297     packages until there is no more left _after_ the interrupt RX flag is set.
55298
55299     This change has been tested with DM9000A, DM9000E, DM9000EP.
55300
55301     Signed-off-by: Remy Bohmer <linux@bohmer.net>
55302     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
55303
55304 commit fbcb7ece0ea1e364180f1cf963e0fa0ce7f6560d
55305 Author: Remy Bohmer <linux@bohmer.net>
55306 Date:   Tue Jun 3 15:26:24 2008 +0200
55307
55308     DM9000: Improve eth_reset() routine
55309
55310     According to the application notes of the DM9000 v1.22 chapter 5.2 bullet 2, the
55311     reset procedure must be done twice to properly reset the DM9000 by means of software.
55312     This errata is not needed anymore for the DM9000A, but it does not bother it.
55313
55314     This change has been tested with DM9000A, DM9000E, DM9000EP.
55315
55316     Signed-off-by: Remy Bohmer <linux@bohmer.net>
55317     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
55318
55319 commit acba31847fad9ae40708cc2c9f3a634ec35f3416
55320 Author: Remy Bohmer <linux@bohmer.net>
55321 Date:   Tue Jun 3 15:26:23 2008 +0200
55322
55323     DM9000: improve eth_send() routine
55324
55325     The eth_send routine of the U-boot DM9000x driver does not match the
55326     DM9000 or DM9000A application notes/programming guides.
55327
55328     This change improves the stability of the DM9000A network controller.
55329
55330     This change has been tested with DM9000A, DM9000E, DM9000EP.
55331
55332     Signed-off-by: Remy Bohmer <linux@bohmer.net>
55333     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
55334
55335 commit 134e266253c02a7832560da59d394989c4f64453
55336 Author: Remy Bohmer <linux@bohmer.net>
55337 Date:   Tue Jun 3 15:26:22 2008 +0200
55338
55339     DM9000: repair debug logging
55340
55341     It seems that the debugging code of the DM9000x driver in U-boot has not been
55342     compiled for a long time, because it cannot compile...
55343
55344     Also rearranged some loglines to get more useful info while debugging.
55345
55346     Signed-off-by: Remy Bohmer <linux@bohmer.net>
55347     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
55348
55349 commit a101361bfe23c120321e45d114c0603b8e0763e9
55350 Author: Remy Bohmer <linux@bohmer.net>
55351 Date:   Tue Jun 3 15:26:21 2008 +0200
55352
55353     DM9000: Add data bus-width auto detection.
55354
55355     The U-boot DM9000x driver contains a compile time bus-width definition for
55356     the databus connected to the network controller.
55357
55358     This compile check makes the code unclear, inflexible and is unneccessary.
55359     It can be asked to the network controller what its bus-width is by reading bits
55360     6 and 7 of the interrupt status register.
55361
55362     The linux kernel already uses a runtime mechanism to determine this bus-width,
55363     so the implementation below looks somewhat like that implementation.
55364
55365     This change has been tested with DM9000A, DM9000E, DM9000EP.
55366
55367     Signed-off-by: Remy Bohmer <linux@bohmer.net>
55368     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
55369
55370 commit 63a0afa0c32e5f4ea98a9439542870072437404d
55371 Author: Stefan Roese <sr@denx.de>
55372 Date:   Wed Jun 4 19:19:20 2008 +0200
55373
55374     ppc4xx: Fix problem with SDRAM init in bamboo NAND booting port
55375
55376     This patch fixes a problem spotted by Eugene O'Brian (thanks Eugene)
55377     introduced by the commit:
55378
55379     ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
55380
55381     With this patch SDRAM will get initialized again and booting from NAND
55382     is working again.
55383
55384     Signed-off-by: Stefan Roese <sr@denx.de>
55385     Acked-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
55386
55387 commit 9ef1cbef1a649e3779298b0e663be4865cbbbfbc
55388 Author: Wolfgang Denk <wd@denx.de>
55389 Date:   Tue May 27 14:19:30 2008 +0200
55390
55391     Socrates: Fix PCI bus frequency report
55392
55393     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
55394
55395 commit 8ec6e332eace0ee78c71ee5f645d12b06813b86f
55396 Author: Tor Krill <tor@excito.com>
55397 Date:   Thu May 29 11:10:30 2008 +0200
55398
55399     Fix incorrect switch for IF_TYPE in part.c
55400
55401     Use correct field in block_dev_desc_t when writing interface type in
55402     dev_print. Error introduced in 574b3195.
55403
55404     Also added fix from Martin Krause
55405
55406     Signed-off-by: Tor Krill <tor@excito.com>
55407
55408 commit b64b8a0bd310935b70af69ac970952f2b364ae56
55409 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
55410 Date:   Tue May 27 10:25:39 2008 +0200
55411
55412     Add size #defines for Altera Cyclone-II EP2C8 and EP2C20.
55413
55414     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
55415
55416 commit 35ef877f0a8f6232cdef748f442fed5accb2b641
55417 Author: Peter Tyser <ptyser@xes-inc.com>
55418 Date:   Thu May 22 18:56:52 2008 -0500
55419
55420     Additional fix to readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
55421
55422     Removed unneeded command line history initialization.  Also, the original
55423     code would access the 'initted' variable before relocation to SDRAM
55424     which resulted in erratic behavior since the bss is not initialized when
55425     executing from flash.
55426
55427     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
55428
55429 commit 22f371b63038a4ecab04068877c1089e51a01ba1
55430 Author: Grant Erickson <gerickson@nuovations.com>
55431 Date:   Wed May 21 13:28:30 2008 -0700
55432
55433     PPC4xx: Simplified post_word_{load, store}
55434
55435     This patch simplifies post_word_{load,store} by using the preprocessor
55436     to eliminate redundant, copy-and-pasted code.
55437
55438     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
55439
55440 commit 9c048b523413ae5f3ff34e00cf57569c3368ab51
55441 Author: Vasiliy Leoenenko <vasiliy.leonenko@mail.ru>
55442 Date:   Wed May 7 21:25:33 2008 +0400
55443
55444     cfi_flash: enable M18 flash chips family support.
55445
55446     Added new command set ID. Buffered write command processing is changed
55447     in order to support M18 flash chips family.
55448
55449     Signed-off-by: Alexey Korolev <akorolev@infradead.org>
55450     Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
55451
55452 commit 93c56f212ccdadc182018f0769cb284426b88f1d
55453 Author: Vasiliy Leoenenko <vasiliy.leonenko@mail.ru>
55454 Date:   Wed May 7 21:24:44 2008 +0400
55455
55456     cfi_flash: support of long cmd in U-boot.
55457
55458     Some NOR flash chips needs support of commands with length grether than max
55459     value size of uchar. For example all M18 family chips use 0x1ff command in
55460     buffered write mode as value of program loops count.
55461
55462     Signed-off-by: Alexey Korolev <akorolev@infradead.org>
55463     Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
55464
55465 commit 4d91d1df2f16b511ab80dec50c80e050ba0d841e
55466 Author: Stefan Roese <sr@denx.de>
55467 Date:   Fri May 16 11:06:06 2008 +0200
55468
55469     DTT: Issue one-shot command on AD7414 (LM75 code) to read temp
55470
55471     On AD7414 the first value upon bootup is not read correctly.
55472     This is most likely because of the 800ms update time of the
55473     temp register in normal update mode. To get current values
55474     each time we issue the "dtt" command including upon powerup
55475     we switch into one-short mode.
55476
55477     This patch fixes the problem on AD7414 equipped boards (Sequoia,
55478     Canyonlands etc), that temp value printed in the bootup log was
55479     incorrect.
55480
55481     Signed-off-by: Stefan Roese <sr@denx.de>
55482
55483 commit de5bfcf7b0425e032be12698252dbaa6b65a28c0
55484 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
55485 Date:   Fri May 30 16:55:06 2008 +0200
55486
55487     ppc4xx: Cleanup CPCI405 variant's config file
55488
55489     This patch removes some dead code from CPCI405 board's
55490     config files. JFFS2 support is also removed. It's not used and
55491     CPCI4052 does not build anymore without some size reduction.
55492
55493     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
55494
55495 commit 2918eb9d42bc705fcbd18c9fcc39d15ff2843c65
55496 Author: Kenneth Johansson <kenneth@southpole.se>
55497 Date:   Thu May 29 16:32:33 2008 +0200
55498
55499     Remove shell variable UNDEF_SYM.
55500
55501     UNDEF_SYM is a shell variable in the main Makefile used to force the
55502     linker to add all u-boot commands to the final image. It has no use here.
55503
55504     Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
55505
55506 commit 8c66497e06bf803489c589df58ee591d71033274
55507 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
55508 Date:   Fri May 16 11:10:35 2008 +0200
55509
55510     Add support for environment in SPI flash
55511
55512     This is pretty incomplete...it doesn't handle reading the environment
55513     before relocation, it doesn't support redundant environment, and it
55514     doesn't support embedded environment. But apart from that, it does
55515     seem to work.
55516
55517     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
55518
55519 commit b6368467e6a97f225e0a5fd7bfc5c7598ef5ddc4
55520 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
55521 Date:   Fri May 16 11:10:34 2008 +0200
55522
55523     SPI Flash: Add "sf" command
55524
55525     This adds a new command, "sf" which can be used to manipulate SPI
55526     flash. Currently, initialization, reading, writing and erasing is
55527     supported.
55528
55529     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
55530
55531 commit d25ce7d24cc0f93881559f4009175ea305af65e8
55532 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
55533 Date:   Fri May 16 11:10:33 2008 +0200
55534
55535     SPI Flash subsystem
55536
55537     This adds a new SPI flash subsystem.
55538
55539     Currently, only AT45 DataFlash in non-power-of-two mode is supported,
55540     but some preliminary support for other flash types is in place as
55541     well.
55542
55543     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
55544
55545 commit 60445cb5c3eb77ed1a07f2d908eef09174483698
55546 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
55547 Date:   Fri May 16 11:10:32 2008 +0200
55548
55549     atmel_spi: Driver for the Atmel SPI controller
55550
55551     This adds a driver for the SPI controller found on most AT91 and AVR32
55552     chips, implementing the new SPI API.
55553
55554     Changed in v4:
55555       - Update to new API
55556       - Handle zero-length transfers appropriately. The user may send a
55557         zero-length SPI transfer with SPI_XFER_END set in order to
55558         deactivate the chip select after a series of transfers with chip
55559         select active. This is useful e.g. when polling the status
55560         register of DataFlash.
55561
55562     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
55563
55564 commit d255bb0e78d1cac5b7c8c98cb77a095f5f16de0d
55565 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
55566 Date:   Fri May 16 11:10:31 2008 +0200
55567
55568     SPI API improvements
55569
55570     This patch gets rid of the spi_chipsel table and adds a handful of new
55571     functions that makes the SPI layer cleaner and more flexible.
55572
55573     Instead of the spi_chipsel table, each board that wants to use SPI
55574     gets to implement three hooks:
55575       * spi_cs_activate(): Activates the chipselect for a given slave
55576       * spi_cs_deactivate(): Deactivates the chipselect for a given slave
55577       * spi_cs_is_valid(): Determines if the given bus/chipselect
55578         combination can be activated.
55579
55580     Not all drivers may need those extra functions however. If that's the
55581     case, the board code may just leave them out (assuming they know what
55582     the driver needs) or rely on the linker to strip them out (assuming
55583     --gc-sections is being used.)
55584
55585     To set up communication parameters for a given slave, the driver needs
55586     to call spi_setup_slave(). This returns a pointer to an opaque
55587     spi_slave struct which must be passed as a parameter to subsequent SPI
55588     calls. This struct can be freed by calling spi_free_slave(), but most
55589     driver probably don't want to do this.
55590
55591     Before starting one or more SPI transfers, the driver must call
55592     spi_claim_bus() to gain exclusive access to the SPI bus and initialize
55593     the hardware. When all transfers are done, the driver must call
55594     spi_release_bus() to make the bus available to others, and possibly
55595     shut down the SPI controller hardware.
55596
55597     spi_xfer() behaves mostly the same as before, but it now takes a
55598     spi_slave parameter instead of a spi_chipsel function pointer. It also
55599     got a new parameter, flags, which is used to specify chip select
55600     behaviour. This may be extended with other flags in the future.
55601
55602     This patch has been build-tested on all powerpc and arm boards
55603     involved. I have not tested NIOS since I don't have a toolchain for it
55604     installed, so I expect some breakage there even though I've tried
55605     fixing up everything I could find by visual inspection.
55606
55607     I have run-time tested this on AVR32 ATNGW100 using the atmel_spi and
55608     DataFlash drivers posted as a follow-up. I'd like some help testing
55609     other boards that use the existing SPI API.
55610
55611     But most of all, I'd like some comments on the new API. Is this stuff
55612     usable for everyone? If not, why?
55613
55614     Changed in v4:
55615       - Build fixes for various boards, drivers and commands
55616       - Provide common struct spi_slave definition that can be extended by
55617         drivers
55618       - Pass a struct spi_slave * to spi_cs_activate and spi_cs_deactivate
55619       - Make default bus and mode build-time configurable
55620       - Override default SPI bus ID and mode on mx32ads and imx31_litekit.
55621
55622     Changed in v3:
55623       - Add opaque struct spi_slave for controller-specific data associated
55624         with a slave.
55625       - Add spi_claim_bus() and spi_release_bus()
55626       - Add spi_free_slave()
55627       - spi_setup() is now called spi_setup_slave() and returns a
55628         struct spi_slave
55629       - soft_spi now supports four SPI modes (CPOL|CPHA)
55630       - Add bus parameter to spi_setup_slave()
55631       - Convert the new i.MX32 SPI driver
55632       - Convert the new MC13783 RTC driver
55633
55634     Changed in v2:
55635       - Convert the mpc8xxx_spi driver and the mpc8349emds board to the
55636         new API.
55637
55638     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
55639     Tested-by: Guennadi Liakhovetski <lg@denx.de>
55640
55641 commit 289011207d999b2e4085150d2aa30d547ad9b800
55642 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
55643 Date:   Fri May 16 11:10:30 2008 +0200
55644
55645     Move definition of container_of() to common.h
55646
55647     AVR32 and AT91SAM9 both have their own identical definitions of
55648     container_of() taken from the Linux kernel. Move it to common.h so
55649     that all architectures can use it.
55650
55651     container_of() is already used by some drivers, and will be used
55652     extensively by the new and improved SPI API.
55653
55654     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
55655
55656 commit 110e006fe67fb4a6e1719ae6956c79b7ffc0148b
55657 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
55658 Date:   Fri May 16 11:08:11 2008 +0200
55659
55660     soft_i2c: Pull SDA high before reading
55661
55662     Spotted by Dean Capindale.
55663
55664     Systems that support open-drain GPIO properly are allowed provide an
55665     empty I2C_TRISTATE define. However, this means that we need to be
55666     careful not to drive SDA low when the slave is expected to respond.
55667
55668     This patch adds a missing I2C_SDA(1) to read_byte() required to
55669     tristate the SDA line on systems that support open-drain GPIO.
55670
55671     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
55672
55673 commit 3c1de1a6d36be9eee284a6c596a86e94f19cc5b2
55674 Author: Stefan Roese <sr@denx.de>
55675 Date:   Mon May 19 11:34:53 2008 +0200
55676
55677     ppc4xx: Remove implementations of testdram()
55678
55679     This patch removes the used testdram() implementations of the board
55680     that are maintained by myself.
55681
55682     Signed-off-by: Stefan Roese <sr@denx.de>
55683
55684 commit bbeff30cbd1c5d551eb0ad1c2239ec01844c0b0a
55685 Author: Stefan Roese <sr@denx.de>
55686 Date:   Mon Jun 2 17:37:28 2008 +0200
55687
55688     ppc4xx: Remove superfluous dram_init() call or replace it by initdram()
55689
55690     Historically the 405 U-Boot port had a dram_init() call in early init
55691     stage. This function was still called from start.S and most of the time
55692     coded in assembler. This is not needed anymore (since a long time) and
55693     boards should implement the common initdram() function in C instead.
55694
55695     This patch now removed the dram_init() call from start.S and removes the
55696     empty implementations that are scattered through most of the 405 board
55697     ports. Some older board ports really implement this dram_init() though.
55698     These are:
55699
55700     csb272
55701     csb472
55702     ERIC
55703     EXBITGEN
55704     W7OLMC
55705     W7OLMG
55706
55707     I changed those boards to call this assembler dram_init() function now
55708     from their board specific initdram() instead. This *should* work, but please
55709     test again on those platforms. And it is perhaps a good idea that those
55710     boards use some common 405 SDRAM initialization code from cpu/ppc4xx at
55711     some time. So further patches welcome here.
55712
55713     Signed-off-by: Stefan Roese <sr@denx.de>
55714
55715 commit 192f90e272b3989ee7b4a666d1fdab831f20f8d2
55716 Author: Stefan Roese <sr@denx.de>
55717 Date:   Mon Jun 2 17:22:11 2008 +0200
55718
55719     ppc4xx: Use new 4xx SDRAM controller enable defines in common ECC code
55720
55721     Signed-off-by: Stefan Roese <sr@denx.de>
55722
55723 commit 39b32be18cd33b53a84065edcd4e465165cc5564
55724 Author: Stefan Roese <sr@denx.de>
55725 Date:   Mon Jun 2 17:20:03 2008 +0200
55726
55727     ppc4xx: Fix common ECC generation code for 440GP style platforms
55728
55729     This patch makes the common 4xx ECC code really usable on 440GP style
55730     platforms.
55731
55732     Since the IBM DDR controller used on 440GP/GX/EP/GR is not register
55733     compatible to the IBM DDR/2 controller used on 405EX/440SP/SPe/460EX/GT
55734     we need to make some processor dependant defines used later on by the
55735     driver.
55736
55737     Signed-off-by: Stefan Roese <sr@denx.de>
55738
55739 commit ec724f883ee3f3925e6c55027e8ffa70ada83303
55740 Author: Stefan Roese <sr@denx.de>
55741 Date:   Mon Jun 2 17:13:55 2008 +0200
55742
55743     ppc4xx: Change Kilauea to use the common DDR2 init function
55744
55745     This patch changes the kilauea and kilauea_nand (for NAND booting)
55746     board port to not use a board specific DDR2 init routine anymore. Now
55747     the common code from cpu/ppc4xx is used.
55748
55749     Thanks to Grant Erickson for all his basic work on this 405EX early
55750     bootup.
55751
55752     Signed-off-by: Stefan Roese <sr@denx.de>
55753
55754 commit 17ceb069b85fbb9269c4dc09b2c237f88334c5ba
55755 Author: Stefan Roese <sr@denx.de>
55756 Date:   Mon Jun 2 14:59:21 2008 +0200
55757
55758     ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part2
55759
55760     This patch now adds a new header file (asm-ppc/ppc4xx-sdram.h) for all
55761     ppc4xx related SDRAM/DDR/DDR2 controller defines.
55762
55763     Signed-off-by: Stefan Roese <sr@denx.de>
55764
55765 commit 36ea16f6a066ccb046e91ebce4f326b69f4c0569
55766 Author: Stefan Roese <sr@denx.de>
55767 Date:   Mon Jun 2 14:57:41 2008 +0200
55768
55769     ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part1
55770
55771     This patch removes all SDRAM related defines from the PPC4xx headers
55772     ppc405.h and ppc440.h. This is needed since now some 405 PPC's use
55773     the same SDRAM controller as 440 systems do (like 405EX and 440SP).
55774
55775     It also introduces new defines for the equipped SDRAM controller based on
55776     which PPC variant is used. There new defines are:
55777
55778     used on 405GR/CR/EP and some Xilinx Virtex boards.
55779
55780     used on 440GP/GX/EP/GR.
55781
55782     used on 440EPx/GRx.
55783
55784     used on 405EX/r/440SP/SPe/460EX/GT.
55785
55786     Signed-off-by: Stefan Roese <sr@denx.de>
55787
55788 commit 64852d09e06dd6db2b2db2a3c59bc2db176a54d6
55789 Author: Stefan Roese <sr@denx.de>
55790 Date:   Mon Jun 2 14:35:44 2008 +0200
55791
55792     ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
55793
55794     This patch consolidates the 405 and 440 parts of the NAND booting code
55795     selected via CONFIG_NAND_SPL. Now common code is used to initialize the
55796     SDRAM by calling initdram() and to "copy/relocate" to SDRAM/OCM/etc.
55797     Only *after* running from this location, nand_boot() is called.
55798
55799     Please note that the initsdram() call is now moved from nand_boot.c
55800     to start.S. I experienced problems with some boards like Kilauea
55801     (405EX), which don't have internal SRAM (OCM) and relocation needs to
55802     be done to SDRAM before the NAND controller can get accessed. When
55803     initdram() is called later on in nand_boot(), this can lead to problems
55804     with variables in the bss sections like nand_ecc_pos[].
55805
55806     Signed-off-by: Stefan Roese <sr@denx.de>
55807     Acked-by: Scott Wood <scottwood@freescale.com>
55808
55809 commit 8a24c07ba5da2c72ad1f05e3eb8a463750200c98
55810 Author: Grant Erickson <gerickson@nuovations.com>
55811 Date:   Thu May 22 14:44:24 2008 -0700
55812
55813     ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
55814
55815     This patch (Part 2 of 2):
55816
55817     * Rolls up a suite of changes to enable correct primordial stack and
55818       global data handling when the data cache is used for such a purpose
55819       for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS).
55820
55821     * Related to the first, unifies DDR2 SDRAM and ECC initialization by
55822       eliminating redundant ECC initialization implementations and moving
55823       redundant SDRAM initialization out of board code into shared 4xx
55824       code.
55825
55826     * Enables MCSR visibility on the 405EX(r).
55827
55828     * Enables the use of the data cache for initial RAM on
55829       both AMCC's Kilauea and Makalu and removes a redundant
55830       CFG_POST_MEMORY flag from each board's CONFIG_POST value.
55831
55832       - Removed, per Stefan Roese's request, defunct memory.c file for
55833         Makalu and rolled sdram_init from it into makalu.c.
55834
55835     With respect to the 4xx DDR initialization and ECC unification, there
55836     is certainly more work that can and should be done (file renaming,
55837     etc.). However, that can be handled at a later date on a second or
55838     third pass. As it stands, this patch moves things forward in an
55839     incremental yet positive way for those platforms that utilize this
55840     code and the features associated with it.
55841
55842     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
55843     Signed-off-by: Stefan Roese <sr@denx.de>
55844
55845 commit c821b5f120bedf73867513466412587c6912a8f8
55846 Author: Grant Erickson <gerickson@nuovations.com>
55847 Date:   Thu May 22 14:44:14 2008 -0700
55848
55849     ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
55850
55851     This patch (Part 1 of 2):
55852
55853     * Rolls up a suite of changes to enable correct primordial stack and
55854       global data handling when the data cache is used for such a purpose
55855       for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS).
55856
55857     * Related to the first, unifies DDR2 SDRAM and ECC initialization by
55858       eliminating redundant ECC initialization implementations and moving
55859       redundant SDRAM initialization out of board code into shared 4xx
55860       code.
55861
55862     * Enables MCSR visibility on the 405EX(r).
55863
55864     * Enables the use of the data cache for initial RAM on
55865       both AMCC's Kilauea and Makalu and removes a redundant
55866       CFG_POST_MEMORY flag from each board's CONFIG_POST value.
55867
55868       - Removed, per Stefan Roese's request, defunct memory.c file for
55869         Makalu and rolled sdram_init from it into makalu.c.
55870
55871     With respect to the 4xx DDR initialization and ECC unification, there
55872     is certainly more work that can and should be done (file renaming,
55873     etc.). However, that can be handled at a later date on a second or
55874     third pass. As it stands, this patch moves things forward in an
55875     incremental yet positive way for those platforms that utilize this
55876     code and the features associated with it.
55877
55878     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
55879     Signed-off-by: Stefan Roese <sr@denx.de>
55880
55881 commit a439680019e06171d4a5694b7992accce87f590e
55882 Author: Grant Erickson <gerickson@nuovations.com>
55883 Date:   Wed May 21 13:28:30 2008 -0700
55884
55885     PPC4xx: Simplified post_word_{load, store}
55886
55887     This patch simplifies post_word_{load,store} by using the preprocessor
55888     to eliminate redundant, copy-and-pasted code.
55889
55890     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
55891
55892 commit f979690ee337450b2030aba128f95b7a8d9881c0
55893 Author: Kumar Gala <galak@kernel.crashing.org>
55894 Date:   Thu May 15 15:13:08 2008 -0500
55895
55896     Fix warnings from gcc-4.3.0 build on a ppc host
55897
55898     * The cfi_flash.c memset fix actual allows the board to boot so there is
55899       a bit more going on here than just resolving warnings associated with
55900       uninitialized variables.
55901
55902     * include/asm/bitops.h:302: warning: '__swab32p' is static but used in
55903       inline function 'ext2_find_next_zero_bit' which is not static
55904
55905     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
55906
55907 commit 9b124a68346ce9605b6e1fcf79e1021541cdba9e
55908 Author: Becky Bruce <becky.bruce@freescale.com>
55909 Date:   Wed May 14 13:09:51 2008 -0500
55910
55911     MPC512x: Change traps.c to not reference non-addressable memory
55912
55913     Currently, END_OF_RAM is used by the trap code to determine if
55914     we should attempt to access the stack pointer or not. However,
55915     on systems with a lot of RAM, only a subset of the RAM is
55916     guaranteed to be mapped in and accessible.  Change END_OF_RAM
55917     to use get_effective_memsize() instead of using the raw ram
55918     size out of the bd.
55919
55920     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
55921
55922 commit 81673e9ae14b771cd13faf19947192599cae3959
55923 Author: Kumar Gala <galak@kernel.crashing.org>
55924 Date:   Tue May 13 19:01:54 2008 -0500
55925
55926     Make sure common.h is the first include.
55927
55928     If common.h isn't first we can get CONFIG_ options defined in the
55929     board config file ignored.  This can cause an issue if any of those
55930     config options impact the size of types of data structures
55931     (eg CONFIG_PHYS_64BIT).
55932
55933     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
55934
55935 commit 95d449ad4de79dd32b1705b8a4d3550f1e9081e3
55936 Author: Marian Balakowicz <m8@semihalf.com>
55937 Date:   Tue May 13 15:53:29 2008 +0200
55938
55939     Avoid initrd and logbuffer area overlaps
55940
55941     Add logbuffer to reserved LMB areas to prevent initrd allocation
55942     from overlaping with it.
55943
55944     Make sure to use correct logbuffer base address.
55945
55946     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
55947
55948 commit 6956d53d9934862507f83f0e3255dfd4662e7482
55949 Author: Sascha Laue <sascha.laue@liebherr.com>
55950 Date:   Tue May 13 13:29:54 2008 +0200
55951
55952     lwmon5: add memory-pattern-test to FPGA POST.
55953
55954 commit e34a0e911b6a1568d0ca864234fbd0ee060d9b35
55955 Author: Becky Bruce <becky.bruce@freescale.com>
55956 Date:   Thu May 8 19:02:51 2008 -0500
55957
55958     PPC: 86xx Add bat registers to reginfo command
55959
55960     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
55961
55962 commit d5b9b8cdb8b6eb3a8b0f5d9909d69ccc9c703ed9
55963 Author: Becky Bruce <becky.bruce@freescale.com>
55964 Date:   Fri May 9 15:41:35 2008 -0500
55965
55966     PPC: Add print_bats() to lib_ppc/bat_rw.c
55967
55968     This function prints the values of all the BAT register
55969     pairs - I needed this for debug earlier this week; adding it to
55970     lib_ppc so others can use it (and add it to reginfo commands
55971     if so desired).
55972
55973     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
55974
55975 commit c148f24c15743a02e855636e6bed013bd121f7f2
55976 Author: Becky Bruce <becky.bruce@freescale.com>
55977 Date:   Thu May 15 21:29:04 2008 -0500
55978
55979     PPC: Change lib_ppc/bat_rw.c to use high bats
55980
55981     Currently, this code only deals with BATs 0-3, which makes
55982     it useless on systems that support BATs 4-7.  Add the
55983     support for these registers.
55984
55985     Signed-off-by: Becky Bruce <Becky.bruce@freescale.com>
55986
55987 commit 31d826722434931e1152a09d140187dcf72f8aac
55988 Author: Becky Bruce <becky.bruce@freescale.com>
55989 Date:   Thu May 8 19:02:12 2008 -0500
55990
55991     PPC: Create and use CONFIG_HIGH_BATS
55992
55993     Change all code that conditionally operates on high bat
55994     registers (that is, BATs 4-7) to look at CONFIG_HIGH_BATS
55995     instead of the myriad ways this is done now.  Define the option
55996     for every config for which high bats are supported (and
55997     enabled by early boot, on parts where they're not always
55998     enabled)
55999
56000     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
56001
56002 commit aa3b8bf9c30065bb2ea852799d32db5020598495
56003 Author: Wolfgang Grandegger <wg@grandegger.com>
56004 Date:   Wed May 28 19:55:19 2008 +0200
56005
56006     E1000: Add support for the 82541GI LF Intel Pro 1000 GT Desktop Adapter
56007
56008     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
56009     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
56010
56011 commit ff36fbb2e7583fb808eef773f511489c7a9c2df3
56012 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
56013 Date:   Wed May 28 13:06:25 2008 -0500
56014
56015     ColdFire: Add 10 base ethernet support for mcf5445x
56016
56017     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
56018     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
56019
56020 commit 1a9fcc4b765599db24fa9c32293599f24c7a19ba
56021 Author: Jason McMullan <mcmullan@netapp.com>
56022 Date:   Fri May 30 00:53:38 2008 +0900
56023
56024     mips: Add an 'include/asm/errno.h', like all other architectures
56025
56026     All other u-boot architectures have an include/asm/errno.h, so
56027     this change adds it to the mips include/asm-mips headers also.
56028
56029     Stolen from Linux 2.6.25.
56030
56031     Signed-off-by: Jason McMullan <mcmullan@netapp.com>
56032
56033 commit e2ad8426624bac457acc6925b6ff408e9bf20466
56034 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
56035 Date:   Fri May 30 00:53:38 2008 +0900
56036
56037     [MIPS] <asm/mipsregs.h>: Update coprocessor register access macros
56038
56039     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
56040
56041 commit 1a3adac81c292f2ee76e43cdeb2fbe8f915fe194
56042 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
56043 Date:   Fri May 30 00:53:38 2008 +0900
56044
56045     [MIPS] <asm/mipsregs.h>: Update register / bit field definitions
56046
56047     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
56048
56049 commit bf462ae450a7f2eeeddc699ed345b391e3263540
56050 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
56051 Date:   Fri May 30 00:53:37 2008 +0900
56052
56053     [MIPS] <asm/mipsregs.h>: CodinygStyle cleanups
56054
56055     No functional changes.
56056
56057     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
56058
56059 commit 89a1550ec6b74452274a7a23127936e2c7eec711
56060 Author: Jason McMullan <mcmullan@netapp.com>
56061 Date:   Fri May 30 00:53:37 2008 +0900
56062
56063     mips: If CONFIG_CMD_SPI is defined, call spi_init()
56064
56065     The mips architecture currently does not call 'spi_init()' in the generic
56066     board initialization routine is CONFIG_CMD_SPI is defined.
56067
56068     This patch rectifies that problem.
56069
56070     Signed-off-by: Jason McMullan <mcmullan@netapp.com>
56071     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
56072
56073 commit e996bc339b0f39f6c0b29b1455ba7eb318b023d3
56074 Author: Jason McMullan <mcmullan@netapp.com>
56075 Date:   Fri May 30 00:53:37 2008 +0900
56076
56077     [MIPS] lib_mips/board.c: Add nand_init
56078
56079     This patch adds the standard 'nand_init()' call to the mips generic
56080     'board_init_r()' call, bringing MIPS in line with the other architectures.
56081
56082     Signed-off-by: Jason McMullan <mcmullan@netapp.com>
56083     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
56084
56085 commit d6ac2ed893c2168738aee01579d6283af8d37045
56086 Author: Scott Wood <scottwood@freescale.com>
56087 Date:   Thu May 22 10:49:46 2008 -0500
56088
56089     Remove prototypes of nand_init() in favor of including nand.h.
56090
56091     Likewise with onenand_init().
56092
56093     Signed-off-by: Scott Wood <scottwood@freescale.com>
56094
56095 commit 229c56f07a82eacda8c8720cb146fc9be0f6db54
56096 Author: Scott Wood <scottwood@freescale.com>
56097 Date:   Thu May 22 10:49:00 2008 -0500
56098
56099     Make onenand_uboot.h self-sufficient.
56100
56101     Don't assume types are provided by previously included headers.
56102
56103     Signed-off-by: Scott Wood <scottwood@freescale.com>
56104
56105 commit 9723bbb46abb7b2ca24eead5114a3faa58060c20
56106 Author: Dirk Behme <dirk.behme@gmail.com>
56107 Date:   Wed Jan 16 14:26:59 2008 +0100
56108
56109     nand: Correct NAND erase percentage output
56110
56111     For NAND erase sizes smaller than one NAND erase block, erase
56112     percentage output becomes grater than 100% e.g.
56113
56114     -- cut --
56115       > nand info
56116     Device 0: NAND 64MiB 1,8V 8-bit, sector size 16 KiB
56117       > nand erase 0x100000 0x2000
56118     NAND erase: device 0 offset 0x100000, size 0x2000
56119     Erasing at 0x100000 -- 200% complete.
56120     OK
56121       >
56122     -- cut --
56123
56124     Correct this and give user a warning that more is erased than specified:
56125
56126     -- cut --
56127       > nand erase 0x100000 0x2000
56128     NAND erase: device 0 offset 0x100000, size 0x2000
56129     Warning: Erase size 0x00002000 smaller than one erase block 0x00004000
56130                Erasing 0x00004000 instead
56131     Erasing at 0x100000 -- 100% complete.
56132     OK
56133       >
56134     -- cut --
56135
56136     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
56137
56138 commit 5922db6c0948506be91e0de44e7a6863a18a417f
56139 Author: Stelian Pop <stelian@popies.net>
56140 Date:   Tue May 13 17:31:24 2008 +0200
56141
56142     Cleanup nand_info[] declaration.
56143
56144     The nand_info array is declared as extern in several .c files.
56145     Those days, nand.h contains a reference to the array, so there is
56146     no need to declare it elsewhere.
56147
56148     Signed-off-by: Stelian Pop <stelian@popies.net>
56149     Signed-off-by: Scott Wood <scottwood@freescale.com>
56150
56151 commit 135f0a7488af2947adbe4b40b79280bdfe5e9886
56152 Author: Scott Wood <scottwood@freescale.com>
56153 Date:   Mon May 19 09:30:43 2008 -0500
56154
56155     NAND: Provide a sane default for NAND_MAX_CHIPS.
56156
56157     This allows the header to be included regardless of whether a board's
56158     config file provides NAND-related defininitions.
56159
56160     Signed-off-by: Scott Wood <scottwood@freescale.com>
56161
56162 commit a8092c021d27f27f4b323b7d49979ca01b3fc19d
56163 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56164 Date:   Mon May 26 12:19:10 2008 +0200
56165
56166     avr32: Fix theoretical race in udelay()
56167
56168     If the specified delay is very short, the cycle counter may go past the
56169     "end" time we are waiting for before we get around to reading it.
56170
56171     Fix it by checking the different between the cycle count "now" and the
56172     cycle count at the beginning. This will work as long as the delay
56173     measured in number of cycles is below 2^31.
56174
56175     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56176
56177 commit 48ea623eae8674793372e3e7c95e72e5a44d7a95
56178 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56179 Date:   Wed May 21 13:01:09 2008 +0200
56180
56181     avr32: Compile atmel_mci.o conditionally
56182
56183     Remove #ifdef CONFIG_MMC from the source file and use conditional
56184     compilation in the Makefile instead.
56185
56186     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56187
56188 commit e92a5bf8330654e33ac13f6b3058634e58f5d1c0
56189 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56190 Date:   Thu May 22 12:28:25 2008 +0200
56191
56192     avr32: Fix wrong error flags in atmel_mci driver
56193
56194     Make sure we check for CRC errors when sending commands that use CRC
56195     checking.
56196
56197     Reported-by: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
56198     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56199
56200 commit 7a96ddadd13e6ac9a829affce9b6f8823f580e49
56201 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56202 Date:   Wed May 21 11:10:59 2008 +0200
56203
56204     avr32: Fix two warnings in atmel_mci.c
56205
56206     The warnings are harmless but annoying. Let's fix them.
56207
56208     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56209
56210 commit a23e277c4a3a2bbc42d237aae29da3a8971e757f
56211 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56212 Date:   Mon May 19 11:36:28 2008 +0200
56213
56214     avr32: Rework SDRAM initialization code
56215
56216     This cleans up the SDRAM initialization and related code a bit, and
56217     allows faster booting.
56218
56219       * Add definitions for EBI and internal SRAM to asm/arch/memory-map.h
56220       * Remove memory test from sdram_init() and make caller responsible
56221         for verifying the SDRAM and determining its size.
56222       * Remove base_address member from struct sdram_config (was sdram_info)
56223       * Add data_bits member to struct sdram_config and kill CFG_SDRAM_16BIT
56224       * Add support for a common STK1000 hack: 16MB SDRAM instead of 8.
56225
56226     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56227
56228 commit 95107b7c028806919630bf02c653aa8f4f867c94
56229 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56230 Date:   Mon May 19 11:27:37 2008 +0200
56231
56232     avr32: Do stricter stack checking in the exception handler
56233
56234     Don't do a stack dump if the stack pointer is outside the memory area
56235     reserved for stack.
56236
56237     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56238
56239 commit caf83ea888a0220f41747d0b7748fa43b4a4bd49
56240 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56241 Date:   Fri May 2 15:32:57 2008 +0200
56242
56243     avr32: Use the same entry point for reset and exception handling
56244
56245     Since the reset vector is always aligned to a very large boundary, we
56246     can save a couple of KB worth of alignment padding by placing the
56247     exception vectors at the same address.
56248
56249     Deciding which one it is is easy: If we're handling an exception, the
56250     CPU is in Exception mode. If we're starting up after reset, the CPU is
56251     in Supervisor mode. So this adds a very minimal overhead to the reset
56252     path (only executed once) and the exception handling path (normally
56253     never executed at all.)
56254
56255     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56256
56257 commit 0c16eed2189a190bd5655b33c029f809a9b31128
56258 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56259 Date:   Fri May 2 15:24:22 2008 +0200
56260
56261     avr32: Put memset in its own section
56262
56263     All C code is compiled with -ffunction-sections -fdata-sections.
56264     Assembly functions should get their own sections as well so that
56265     everything looks consistent.
56266
56267     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56268
56269 commit 3ace2527ba80bd2fe1bceaab50d0b3c4fb5dd020
56270 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56271 Date:   Fri May 2 15:21:40 2008 +0200
56272
56273     avr32: Rename pm_init() as clk_init() and make SoC-specific
56274
56275     pm_init() was always more about clock initialization than anything
56276     else. Dealing with PLLs, clock gating and such is also inherently
56277     SoC-specific, so move it into a SoC-specific directory.
56278
56279     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56280
56281 commit 4f5972c3b2454c22957f2842cfe64ec8118e015b
56282 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56283 Date:   Wed Apr 30 16:15:57 2008 +0200
56284
56285     avr32: Use new-style Makefile for the at32ap platform
56286
56287     This makes it easier to avoid compiling certain files later.
56288
56289     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56290
56291 commit a9b2bb78a1bd8ebdb633509bdd1c8134d527b213
56292 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56293 Date:   Wed Apr 30 14:36:47 2008 +0200
56294
56295     avr32: Remove unused file cpu/at32ap/pm.c
56296
56297     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56298
56299 commit 44453b25b06426eef0b7b2fa7c026fdf19ce34f2
56300 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56301 Date:   Wed Apr 30 14:19:28 2008 +0200
56302
56303     avr32: Clean up the HMATRIX code
56304
56305     Rework the HMATRIX configuration interface so that it becomes easier
56306     to configure the HMATRIX for boards with special needs, and add new
56307     parts.
56308
56309     The HMATRIX header file has been split into a general,
56310     chip-independent part with register definitions, etc. and a
56311     chip-specific part with SFR bitfield definitions and master/slave
56312     identifiers.
56313
56314     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56315
56316 commit 0a2e48792dd372c90b80059f3235e67a567e16fc
56317 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56318 Date:   Thu Nov 22 12:14:11 2007 +0100
56319
56320     avr32: Add support for the ATSTK1006 board
56321
56322     This is a replacement for ATSTK1002 with 64MB SDRAM and NAND flash on
56323     board. It's currently in production and will be available soon.
56324
56325     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56326
56327 commit 781eb9a1e4af4bd34c138e6126ec5cc6dd4b5440
56328 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56329 Date:   Tue Apr 29 12:53:05 2008 +0200
56330
56331     avr32: Get rid of the .flashprog section
56332
56333     The .flashprog section was only needed back when we were running
56334     directly from flash, and it's even more useless on NGW100 since it
56335     uses the CFI flash driver which never used this workaround in the
56336     first place.
56337
56338     Remove it on STK1000 as well, and get rid of all the associated code and
56339     annotations.
56340
56341     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56342
56343 commit cdd42c0c7a5205fc380912d83229069a71ea3abf
56344 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56345 Date:   Wed Apr 30 13:09:56 2008 +0200
56346
56347     avr32: Use correct condition around macb clock accessors
56348
56349     get_macb_pclk_rate() and get_macb_hclk_rate() should be available when
56350     the chip has a MACB controller, not when it has a USART.
56351
56352     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56353
56354 commit f793a3581901ff39c2abb94012d9bbc8573ccf02
56355 Author: David Brownell <david-b@pacbell.net>
56356 Date:   Wed Apr 16 22:57:58 2008 -0700
56357
56358     avr32: Disable the AP7000 internal watchdog on startup
56359
56360     This patch forces the watchdog off in all cases.  That will at least
56361     get rid of the constant reboot cycle, though it won't let the watchdog
56362     actually run in the new kernels:  its probe() comes up with a polite
56363     warning.
56364
56365     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56366
56367 commit 55ac7a7490b55da56659f95d82a0c83b9756df27
56368 Author: David Brownell <david-b@pacbell.net>
56369 Date:   Fri Feb 22 12:54:39 2008 -0800
56370
56371     avr32: stk1002 and ngw100 convergence
56372
56373     Make STK1002 and NGW100 boards act more alike:
56374       - STK boards can use as many arguments as NGW
56375       - STK boards don't need to manage FPGAs either
56376       - NGW commands should match STK ones
56377
56378     Also spell U-Boot right in prompts for STK1002 and NGW100.
56379
56380     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
56381     [haavard.skinnemoen@atmel.com: update STK100[34] as well]
56382     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
56383
56384 commit 5e1882df6a3efc7de5524d28cea4ecde7d163d54
56385 Author: Sergei Poselenov <sposelenov@emcraft.com>
56386 Date:   Tue May 27 13:47:00 2008 +0200
56387
56388     Socrates: Fix PCI bus frequency report
56389
56390     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
56391
56392 commit 791e1dba8de76ad8e762a7badb869f224a1f8b82
56393 Author: Sergei Poselenov <sposelenov@emcraft.com>
56394 Date:   Tue May 27 11:49:13 2008 +0200
56395
56396     Socrates: Added USB support.
56397
56398     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
56399
56400 commit 5a904e5637cff1d708dc67098004f83ba9e84c54
56401 Author: Sergei Poselenov <sposelenov@emcraft.com>
56402 Date:   Tue May 27 11:35:02 2008 +0200
56403
56404     USB: add new configuration variable CONFIG_PCI_OHCI_DEVNO
56405
56406     In case of several PCI USB controllers on a board this variable
56407     specifys which controller to use.
56408     See doc/README.generic_usb_ohci for details.
56409
56410     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
56411
56412 commit 2f7468aeba60e1288030a8d007c4e63bd3f13221
56413 Author: Sergei Poselenov <sposelenov@emcraft.com>
56414 Date:   Tue May 27 10:36:07 2008 +0200
56415
56416     Socrates: add support for DS75 Digital Thermo Sensor on I2C bus.
56417
56418     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
56419
56420 commit 83e9d7a2614d4006b92690afa3390c291734267e
56421 Author: Sergei Poselenov <sposelenov@emcraft.com>
56422 Date:   Mon May 26 18:16:04 2008 +0200
56423
56424     Socrates: Config file cleanup.
56425
56426     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
56427
56428 commit 602cac1389b755b223272f2328a47e6f8c240848
56429 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56430 Date:   Sat May 24 12:47:46 2008 +0200
56431
56432     MAKEALL: add at91 list
56433
56434     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56435
56436 commit 290ef6436838b1cc013bd67e0e0495c9eb3e23c0
56437 Author: Ron Madrid <ron_madrid@sbcglobal.net>
56438 Date:   Fri May 23 15:37:05 2008 -0700
56439
56440     Add Marvell 88E1118 support for TSEC
56441
56442     Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
56443     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
56444
56445 commit 557b377d8bfc8b833b6e749457bcdfa298331a24
56446 Author: Jens Gehrlein <sew_s@tqs.de>
56447 Date:   Mon May 5 14:06:11 2008 +0200
56448
56449     smc911x: add 16 bit support
56450
56451     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
56452     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
56453
56454 commit 6324e5bec8825f7fee3026ffbd394454ae8b53fb
56455 Author: Christian Eggers <ceggers@gmx.de>
56456 Date:   Wed May 21 21:29:10 2008 +0200
56457
56458     Fix endianess conversion in usb_ohci.c
56459
56460     Sorry, I forgot this line:
56461
56462     Signed-off-by: Christian Eggers <ceggers@gmx.de>
56463
56464     I think this must be swapped (result may be equal).
56465
56466 commit c918261c6d9f265f88baf70f8a73dfe6f0cb9596
56467 Author: Christian Eggers <ceggers@gmx.de>
56468 Date:   Wed May 21 22:12:00 2008 +0200
56469
56470     USB: replace old swap_ with proper endianess conversion macros
56471
56472     Signed-off-by: Christian Eggers <ceggers@gmx.de>
56473     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
56474
56475 commit fb63939b4fe140849cdba69f9e64a3e0e2f3ce1c
56476 Author: Christian Eggers <ceggers@gmx.de>
56477 Date:   Wed May 21 21:29:10 2008 +0200
56478
56479     Fix endianess conversion in usb_ohci.c
56480
56481     Signed-off-by: Christian Eggers <ceggers@gmx.de>
56482     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
56483
56484 commit 477434c63c2ea5baa5c6c4e43500786f436511ff
56485 Author: Sergei Poselenov <sposelenov@emcraft.com>
56486 Date:   Thu May 22 01:15:53 2008 +0200
56487
56488     USB: add support for multiple PCI OHCI controllers
56489
56490     Add new configuration variable CONFIG_PCI_OHCI_DEVNO.
56491     In case of several PCI USB controllers on a board this variable
56492     specifys which controller to use.
56493
56494     Also add USB support for sokrates board.
56495
56496     See doc/README.generic_usb_ohci for details.
56497
56498     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
56499     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
56500
56501 commit ce6754df61cbe23b5b73d095a00ac9a8504b3d77
56502 Author: Wolfgang Denk <wd@denx.de>
56503 Date:   Wed May 21 16:56:08 2008 +0200
56504
56505     Fix some whitespace issues
56506
56507     introduced by 53677ef18 "Big white-space cleanup."
56508
56509     Signed-off-by: Wolfgang Denk <wd@denx.de>
56510
56511 commit 4416603aeb06861b468b06a981e52c3ff805db7b
56512 Author: York Sun <yorksun@freescale.com>
56513 Date:   Mon May 12 14:36:39 2008 -0500
56514
56515     Make ads5121 out-of-tree compiling safe
56516
56517     Reuse the existing DIU driver in board/freescale/common.
56518
56519     Signed-off-by: York Sun <yorksun@freescale.com>
56520
56521 commit 0e1bad47cd345c76c91a64caf41011e431b62599
56522 Author: York Sun <yorksun@freescale.com>
56523 Date:   Mon May 5 10:20:01 2008 -0500
56524
56525     Adding DIU support for Freescale 5121ADS
56526
56527     Add DIU and cfb console support to FSL 5121ADS board.
56528
56529     Use #define CONFIG_VIDEO in config file to enable fb console.
56530
56531     Signed-off-by: York Sun <yorksun@freescale.com>
56532
56533 commit a48ff68d235e671176f6b496c44246dbe5e0a93f
56534 Author: York Sun <yorksun@freescale.com>
56535 Date:   Mon May 5 10:20:00 2008 -0500
56536
56537     Replace DPRINTF with debug
56538
56539     Remove DPRINTF macro and replace it with generic debug macro.
56540
56541     Signed-off-by: York Sun <yorksun@freescale.com>
56542
56543 commit 3b80c5f574ad7f6e1c55a68f42752b427fdf778d
56544 Author: York Sun <yorksun@freescale.com>
56545 Date:   Mon May 5 10:19:59 2008 -0500
56546
56547     Move pixel clock setting to board file
56548
56549     The clock divider has different format in 5121 and 8610. This patch moves it to
56550     board specific code.
56551
56552     Signed-off-by: York Sun <yorksun@freescale.com>
56553
56554 commit 53677ef18e25c97ac613349087c5cb33ae5a2741
56555 Author: Wolfgang Denk <wd@denx.de>
56556 Date:   Tue May 20 16:00:29 2008 +0200
56557
56558     Big white-space cleanup.
56559
56560     This commit gets rid of a huge amount of silly white-space issues.
56561     Especially, all sequences of SPACEs followed by TAB characters get
56562     removed (unless they appear in print statements).
56563
56564     Also remove all embedded "vim:" and "vi:" statements which hide
56565     indentation problems.
56566
56567     Signed-off-by: Wolfgang Denk <wd@denx.de>
56568
56569 commit 2f845dc2bdf461bfee9fa25823f769f5db9eba0b
56570 Author: Sergei Poselenov <sposelenov@emcraft.com>
56571 Date:   Thu May 8 17:46:23 2008 +0200
56572
56573     socrates: fix second TSEC configuration (it is actually TSEC3)
56574
56575     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
56576
56577 commit 793670c3c0f0f72caead62f0be9fc3d9fbc6060f
56578 Author: Sergei Poselenov <sposelenov@emcraft.com>
56579 Date:   Thu May 8 14:17:08 2008 +0200
56580
56581     Fixed reset for socrates
56582
56583     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
56584
56585 commit e18575d5f589a62e19c70d471d4b4e27cad3af56
56586 Author: Sergei Poselenov <sposelenov@emcraft.com>
56587 Date:   Wed May 7 15:10:49 2008 +0200
56588
56589     socrates: changes to support FDT
56590
56591     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
56592     Signed-off-by: Wolfgang Denk <wd@denx.de>
56593
56594 commit 5d108ac8f435924c624cd6aaacd44f35f5cf94c0
56595 Author: Sergei Poselenov <sposelenov@emcraft.com>
56596 Date:   Wed Apr 30 11:42:50 2008 +0200
56597
56598     Initial support for "Socrates" board
56599
56600     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
56601
56602 commit 0e15ddd11f1a84c465e434eb051d2ef08ef02b9b
56603 Author: Yuri Tikhonov <yur@emcraft.com>
56604 Date:   Thu May 8 15:46:42 2008 +0200
56605
56606     POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) with the GD_FLG_LOGINIT flag in gd->flags.
56607
56608     This way we become able to utilize the full post_log_word for POST
56609     activities (overwise, POST ECC, which has 0x8000 ID, could be
56610     erroneously treated as started in post_output_backlog() even if there
56611     was actually no POST ECC run (because of OCM POST failure, for
56612     example).
56613
56614     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
56615
56616 commit 7845d49094c81321021b50a4dbb8864d2f3777e4
56617 Author: Yuri Tikhonov <yur@emcraft.com>
56618 Date:   Thu May 8 15:46:02 2008 +0200
56619
56620     POST: mark OCM test as POST_STOP
56621
56622     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
56623
56624 commit 28a385065882d6cb6ac5f443311ff87887ed7c13
56625 Author: Yuri Tikhonov <yur@emcraft.com>
56626 Date:   Thu May 8 15:45:26 2008 +0200
56627
56628     POST: add POST_STOP flag
56629
56630     Don't run futher tests in case of a test fails that is marked as
56631     POST_STOP.
56632
56633     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
56634     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
56635
56636 commit a525145d8110d15b4389d23c3ea8a78f22509d3f
56637 Author: Yuri Tikhonov <yur@emcraft.com>
56638 Date:   Thu May 8 15:44:16 2008 +0200
56639
56640     POST: switch CFG_POST_OCM with CFG_POST_CODEC (workaround)
56641
56642     Switch the OCM testid with the codec one. The reason is that current
56643     implementation requires the POST_ROM testid to fit into lower 16
56644     bits, and the codec test will never run with POST_ROM hopefully.
56645
56646     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
56647
56648 commit 8b96c788d58f7cb85a89ee3f19c9b335d22443cd
56649 Author: Yuri Tikhonov <yur@emcraft.com>
56650 Date:   Thu May 8 15:43:28 2008 +0200
56651
56652     lwmon5: enable OCM post test on lwmon5 board
56653
56654     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
56655
56656 commit 6e8ec682268493b8d098f99e17b1ce71b4448977
56657 Author: Yuri Tikhonov <yur@emcraft.com>
56658 Date:   Thu May 8 15:42:47 2008 +0200
56659
56660     POST: OCM test added.
56661
56662     Added OCM test to POST layer. This version runs before all other tests
56663     but doesn't yet interrupt post sequence on failure.
56664
56665     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
56666     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
56667
56668 commit 6891260bdd935a382c95d9fa333922b0dfded68a
56669 Author: Yuri Tikhonov <yur@emcraft.com>
56670 Date:   Thu May 8 15:40:39 2008 +0200
56671
56672     POST: typo fix
56673
56674     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
56675
56676 commit 727f63334676e760877d43bfb8f0e9331ac8b101
56677 Author: Hebbar <gururajakr@sanyo.co.in>
56678 Date:   Tue May 20 02:16:36 2008 -0700
56679
56680     common/usb.c: fix incorrect escape sequence
56681
56682     Signed off by: Gururaja Hebbar <gururajakr@sanyo.co.in>
56683
56684 commit 4ce1e23b5e12283579828b3d23e8fd6e1328a7aa
56685 Author: York Sun <yorksun@freescale.com>
56686 Date:   Thu May 15 15:26:27 2008 -0500
56687
56688     Fix 8313ERDB board configuration
56689
56690     Change LCRR clock ratio from 2 to 4 to commodate VSC7385.
56691     Correct TSEC1 vs TSEC2 assignment.
56692     Define ETHADDR and ETH1ADDR always.
56693
56694     Signed-off-by: York Sun <yorksun@freescale.com>
56695     Signed-off-by: Timur Tabi <timur@freescale.com>
56696
56697 commit 2c289e320dcfb3760e99cf1d765cb067194a1202
56698 Author: Jon Loeliger <jdl@freescale.com>
56699 Date:   Mon May 19 09:47:25 2008 -0500
56700
56701     mpc86xx: Removed unused and unconfigured memory test code.
56702
56703     Besides, other common code exists.
56704
56705     Signed-off-by: Jon Loeliger <jdl@freescale.com>
56706
56707 commit 180a90abdae72587c0f679edf8991455e559440d
56708 Author: Wolfgang Denk <wd@denx.de>
56709 Date:   Mon May 19 12:47:11 2008 +0200
56710
56711     Release v1.3.3
56712
56713     Update CHANGELOG for release.
56714
56715     Signed-off-by: Wolfgang Denk <wd@denx.de>
56716
56717 commit 16bedc661de0dae767b1377d8413373a3fbcfa79
56718 Author: Stefan Roese <sr@denx.de>
56719 Date:   Mon May 19 07:14:38 2008 +0200
56720
56721     ppc4xx: Canyonlands: Disable PCIe0/SATA in dev-tree depending on selection
56722
56723     When SATA is selected (via jumper J6) we need to disable the first PCIe
56724     node in the device tree, so that Linux doesn't initialize it. Otherwise
56725     the Linux SATA driver will fail to detect the devices.
56726
56727     The same goes the other way around too. So if PCIe is selected we need
56728     to disable the SATA node in the device tree.
56729
56730     This is because PCIe port 0 and SATA on 460EX share the same pins
56731     (multiplexed) and we have to configure in U-Boot which peripheral is
56732     enabled.
56733
56734     Signed-off-by: Stefan Roese <sr@denx.de>
56735
56736 commit 3cc27b426aeefe2930f911692e9df3143fb2565f
56737 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56738 Date:   Sun May 18 19:09:58 2008 +0200
56739
56740     i386: Fix multiple definitions of __show_boot_progress
56741
56742     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56743
56744 commit 311f3446930c1e64c12026c1cfd00500b05be52d
56745 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56746 Date:   Sun May 18 19:09:57 2008 +0200
56747
56748     sc530_spunk: add missing SOBJS entry
56749
56750     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56751
56752 commit a559317143b4f95927b08cd388707e6f077e95fa
56753 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56754 Date:   Sun May 18 19:09:56 2008 +0200
56755
56756     sc520_spunk: Fix flash
56757
56758     flash.c:593: warning: dereferencing type-punned pointer will break strict-aliasing rules
56759     flash.c:398: error: label at end of compound statement
56760
56761     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56762
56763 commit 91f221317af64191ee8caf303ea9305943158691
56764 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56765 Date:   Sun May 18 19:09:49 2008 +0200
56766
56767     drivers/pcmcia: add missing i82365
56768
56769     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56770
56771 commit dd223944132f97ffa52977ea95e5a52428f5cc2f
56772 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56773 Date:   Sun May 18 19:09:47 2008 +0200
56774
56775     i386/bootm: remove unused var
56776
56777     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56778
56779 commit a9da341df19b32ad2ecb58ce529f7e4fada7814e
56780 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56781 Date:   Sun May 18 19:09:45 2008 +0200
56782
56783     example/gitignore: update with all generated examples
56784
56785     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56786
56787 commit a38dc3ea8614f8b0c41e432b445a9959b9711295
56788 Author: Wolfgang Denk <wd@denx.de>
56789 Date:   Thu May 15 00:42:45 2008 +0200
56790
56791     TQM8272: fix out-of-tree building
56792
56793     ...and add to MAKEALL script
56794
56795     Signed-off-by: Wolfgang Denk <wd@denx.de>
56796
56797 commit 4f805c1e3a60b9263da8ec3bcd1f45edcefa7dcf
56798 Author: Wolfgang Denk <wd@denx.de>
56799 Date:   Wed May 14 23:34:53 2008 +0200
56800
56801     environment: fix bug introduced by commit a8409f4f1ac8
56802
56803     env_get_char is not a function, but a pointer to one.
56804
56805     Signed-off-by: Wolfgang Denk <wd@denx.de>
56806
56807 commit 0c11935cd62ca1f65eeb228ff4c848440d4553bf
56808 Author: Gary Jennejohn <garyj@denx.de>
56809 Date:   Wed May 14 13:39:22 2008 +0200
56810
56811     ppc4xx: QUAD100HD: Allow the environment to be put into flash.
56812
56813     After moving TEXT_BASE the value for CFG_ENV_ADDR was incorrect.  Also
56814     use a redundant environment.
56815
56816     Signed-off-by: Gary Jennejohn <garyj@denx.de>
56817
56818 commit cda2a4a9961fd4341b7db305cb22fc05957e8b77
56819 Author: Wolfgang Denk <wd@denx.de>
56820 Date:   Wed May 14 13:55:30 2008 +0200
56821
56822     Fix config files for out-of-tree building
56823
56824     Several board/<...>/config.mk files include dynamically built (by
56825     the Makefile) config files but used the wrong file name of
56826         $(TOPDIR)/board/$(BOARDDIR)/config.tmp
56827     instead if the correct
56828         $(OBJTREE)/board/$(BOARDDIR)/config.tmp
56829
56830     The bug is nasty because the build result is correct for the (normal)
56831     in-tree builds, and because 'sinclude' is used no errors get raised
56832     even for out-of-tree build tests. But out-of-tree builds use an
56833     incomplete and thus usually incorrect configuration...
56834
56835     Signed-off-by: Wolfgang Denk <wd@denx.de>
56836
56837 commit 2dd7082e06d580404010b06fe4e0e8b7038a00c8
56838 Author: Stefan Roese <sr@denx.de>
56839 Date:   Wed May 14 13:40:03 2008 +0200
56840
56841     ppc4xx: Fix bogus Canyonlands config.mk
56842
56843     This patch fixes the canyonlands config.mk file to enable correct
56844     out-of-tree builds. Thanks to Wolfgang Denk for spotting this.
56845
56846     Signed-off-by: Stefan Roese <sr@denx.de>
56847
56848 commit fdd1247a66d788a3446244f6fde9955a93c26322
56849 Author: Stefan Roese <sr@denx.de>
56850 Date:   Wed May 14 10:32:32 2008 +0200
56851
56852     ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
56853
56854     Canyonlands has a file ddr2_fixed.c which needs special treatment when
56855     building in separate directory. It has to be linked to build directory
56856     otherwise it is not seen.
56857
56858     Signed-off-by: Stefan Roese <sr@denx.de>
56859
56860 commit a8409f4f1ac84c36273c1a1e341189662521bcfb
56861 Author: Wolfgang Denk <wd@denx.de>
56862 Date:   Wed May 14 12:22:49 2008 +0200
56863
56864     environment: cleanup prototype declarations of env functions.
56865
56866     Signed-off-by: Wolfgang Denk <wd@denx.de>
56867
56868 commit cf39b07948015c480b72a6e732cf7d839aa93a9e
56869 Author: Wolfgang Denk <wd@denx.de>
56870 Date:   Wed May 14 12:21:48 2008 +0200
56871
56872     linkstation_HGLAN: Fix out of tree building.
56873
56874     Signed-off-by: Wolfgang Denk <wd@denx.de>
56875
56876 commit 085551c05ca09e6c491ea11a1c6727a36776a545
56877 Author: Stefan Roese <sr@denx.de>
56878 Date:   Wed May 14 10:32:32 2008 +0200
56879
56880     ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
56881
56882     Canyonlands has a file ddr2_fixed.c which needs special treatment when
56883     building in separate directory. It has to be linked to build directory
56884     otherwise it is not seen.
56885
56886     Signed-off-by: Stefan Roese <sr@denx.de>
56887
56888 commit 1510b82d50615f344e89d42533e8224cce067dc0
56889 Author: Wolfgang Denk <wd@denx.de>
56890 Date:   Tue May 13 23:15:52 2008 +0200
56891
56892     Makefile: fix "error: version_autogenerated.h: No such file or directory"
56893
56894     Signed-off-by: Wolfgang Denk <wd@denx.de>
56895
56896 commit 54694a91428f6c3280fe1ee0923488a1e7e8dbc4
56897 Author: Stelian Pop <stelian@popies.net>
56898 Date:   Tue May 13 17:31:24 2008 +0200
56899
56900     Cleanup nand_info[] declaration.
56901
56902     The nand_info array is declared as extern in several .c files.
56903     Those days, nand.h contains a reference to the array, so there is
56904     no need to declare it elsewhere.
56905
56906     Signed-off-by: Stelian Pop <stelian@popies.net>
56907     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56908
56909 commit 70fab1908fc1734a403711eaabbef546bc4b77dc
56910 Author: Stefan Roese <sr@denx.de>
56911 Date:   Tue May 13 20:22:01 2008 +0200
56912
56913     ppc4xx: Add 405EX(r) revision C PVR definitions and detection code
56914
56915     Signed-off-by: Stefan Roese <sr@denx.de>
56916
56917 commit 65dcfa79204f4750b905a173a5365e0b2eb6c2f6
56918 Author: Wolfgang Denk <wd@denx.de>
56919 Date:   Mon May 12 01:11:21 2008 +0200
56920
56921     Revert "pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option"
56922
56923     This reverts commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
56924     which broke many PowerPC boards.
56925
56926 commit ee0cfa70803a3e629ea581a9b216f8ecef402bfc
56927 Author: Wolfgang Denk <wd@denx.de>
56928 Date:   Mon May 12 00:56:28 2008 +0200
56929
56930     Revert "Avoid initrd and logbuffer area overlaps"
56931
56932     This reverts commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
56933     which breaks building on all PPC boards that don't use a log buffer.
56934
56935 commit 02b9b22446e3d7ad6a6382be17a1ce79a7de589b
56936 Author: Nick Spence <nick.spence@freescale.com>
56937 Date:   Sat May 10 14:02:04 2008 -0700
56938
56939     Fix offset calculation for multi-type legacy images.
56940
56941     Calculation of tail was incorrect when size % 4 == 0.
56942
56943     New code removes the conditional and does the same thing but with arithmetic
56944
56945     Signed-off-by: Nick Spence <nick.spence@freescale.com>
56946
56947 commit c9dca3c3f37d2647aec4509b24b16d15882ae3e4
56948 Author: Wolfgang Denk <wd@denx.de>
56949 Date:   Mon May 12 00:40:58 2008 +0200
56950
56951     Revert "Change env_get_char from a global function ptr to a function."
56952
56953     This reverts commit c0559be371b2a64b1a817088c3308688e2182f93
56954     which is known to break booting from dataflash and NAND.
56955
56956 commit 20e5ed137483823aaea5178169f3b144c7a4d9e0
56957 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56958 Date:   Sun May 11 23:13:57 2008 +0200
56959
56960     API: remove duplicate syscall check
56961
56962     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56963
56964 commit 67e3beb52c320b0a31cf030716c99392cde2d532
56965 Author: Stelian Pop <stelian@popies.net>
56966 Date:   Fri May 9 21:46:51 2008 +0200
56967
56968     AT91: Cleanup unused config header file definitions.
56969
56970     CONFIG_ENV_OVERWRITE is commented out in the config header files,
56971     so let's cleanup the files by removing the whole definition.
56972
56973     Signed-off-by: Stelian Pop <stelian@popies.net>
56974     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56975
56976 commit 19883aede2ac0a522493bfb2b35a7dbb200071b1
56977 Author: Stelian Pop <stelian@popies.net>
56978 Date:   Thu May 8 14:52:34 2008 +0200
56979
56980     Support AT91CAP9 revC CPUs
56981
56982     The AT91CAP9 revC CPU has a few differences over the previous,
56983     revB CPU which was distributed in small quantities only (revA was
56984     an internal Atmel product only).
56985
56986     The revC silicon needs a special initialisation sequence to
56987     switch from the internal (imprecise) RC oscillator to the
56988     external 32k clock.
56989
56990     Signed-off-by: Stelian Pop <stelian@popies.net>
56991     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56992
56993 commit 098b7b4b441b12c2a64dd517930f43c793542759
56994 Author: Stelian Pop <stelian@popies.net>
56995 Date:   Thu May 8 14:52:33 2008 +0200
56996
56997     Use custom logo for Atmel boards
56998
56999     This patch adds a custom vendor logo for the Atmel AT91 boards.
57000
57001     Signed-off-by: Stelian Pop <stelian@popies.net>
57002     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57003
57004 commit 761c70b80cdd3bead40146b96a8e713d6ae01632
57005 Author: Stelian Pop <stelian@popies.net>
57006 Date:   Thu May 8 14:52:32 2008 +0200
57007
57008     AT91SAM9RLEK: hook up the ATMEL LCD driver
57009
57010     This patch makes the necessary adaptations (PIO configurations and
57011     defines in config header file) to hook up the Atmel LCD driver to the
57012     AT91SAM9RLEK board.
57013
57014     Signed-off-by: Stelian Pop <stelian@popies.net>
57015     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57016
57017 commit 56a2479cd7fecabdd91348a775b2801dd2e65c7f
57018 Author: Stelian Pop <stelian@popies.net>
57019 Date:   Thu May 8 14:52:31 2008 +0200
57020
57021     AT91SAM9263EK: hook up the ATMEL LCD driver
57022
57023     This patch makes the necessary adaptations (PIO configurations and
57024     defines in config header file) to hook up the Atmel LCD driver to the
57025     AT91SAM9263EK board.
57026
57027     Signed-off-by: Stelian Pop <stelian@popies.net>
57028     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57029
57030 commit 820f2a958325061a446115f3035e48e4726b3390
57031 Author: Stelian Pop <stelian@popies.net>
57032 Date:   Thu May 8 14:52:30 2008 +0200
57033
57034     AT91SAM9261EK: hook up the ATMEL LCD driver
57035
57036     This patch makes the necessary adaptations (PIO configurations and
57037     defines in config header file) to hook up the Atmel LCD driver to the
57038     AT91SAM9261EK board.
57039
57040     Signed-off-by: Stelian Pop <stelian@popies.net>
57041     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57042
57043 commit c139b17d20c8371c1e0a8d7fb27c11050cf86304
57044 Author: Stelian Pop <stelian@popies.net>
57045 Date:   Thu May 8 14:52:29 2008 +0200
57046
57047     AT91CAP9ADK: hook up the ATMEL LCD driver
57048
57049     This patch makes the necessary adaptations (PIO configurations and
57050     defines in config header file) to hook up the Atmel LCD driver to the
57051     AT91CAP9ADK board.
57052
57053     Signed-off-by: Stelian Pop <stelian@popies.net>
57054     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57055
57056 commit 39cf480484fcce5c04a590ee1c30be0c17b02c34
57057 Author: Stelian Pop <stelian@popies.net>
57058 Date:   Fri May 9 21:57:18 2008 +0200
57059
57060     Add ATMEL LCD driver
57061
57062     This patch adds support for the ATMEL LCDC driver which is used on some
57063     AT91 and AVR platforms.
57064
57065     Is has been tested with the AT91CAP9ADK, AT91SAM9261EK, AT91SAM9263EK and
57066     AT91SAM9RLEK boards. Adaptation for AVR32 should probably be easy.
57067
57068     Signed-off-by: Stelian Pop <stelian@popies.net>
57069     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57070
57071 commit 2118ebb44dc40f8117c94950fd95799a9ef821b2
57072 Author: Stelian Pop <stelian@popies.net>
57073 Date:   Thu May 8 18:52:25 2008 +0200
57074
57075     AT91SAM9RLEK support
57076
57077     This patch adds support for the AT91SAM9RL chip and the AT91SAM9RLEK
57078     board.
57079
57080     Signed-off-by: Stelian Pop <stelian@popies.net>
57081     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57082
57083 commit 8e429b3eee23927c1222679f6b6f53667b21595c
57084 Author: Stelian Pop <stelian@popies.net>
57085 Date:   Thu May 8 18:52:23 2008 +0200
57086
57087     AT91SAM9263EK support
57088
57089     This patch adds support for the AT91SAM9263 chip and the AT91SAM9263EK
57090     board.
57091
57092     Signed-off-by: Stelian Pop <stelian@popies.net>
57093     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57094
57095 commit d99a8ff66d8ae87e5c87590ed2e4ead629540607
57096 Author: Stelian Pop <stelian@popies.net>
57097 Date:   Thu May 8 20:52:22 2008 +0200
57098
57099     AT91SAM9261EK support
57100
57101     This patch adds support for the AT91SAM9261 chip and the AT91SAM9261EK
57102     board.
57103
57104     Signed-off-by: Stelian Pop <stelian@popies.net>
57105     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57106
57107 commit 86c8c8a414988c50104a3b02c29f50af2be738c0
57108 Author: Stelian Pop <stelian@popies.net>
57109 Date:   Thu May 8 20:52:21 2008 +0200
57110
57111     AT91SAM9260EK: Fix dataflash offsets in CONFIG_BOOTCOMMAND
57112
57113     This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND
57114     in order to cope with the changes in DataFlash partitionning scheme
57115     (cset c3a60cb3).
57116
57117     Signed-off-by: Stelian Pop <stelian@popies.net>
57118     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57119
57120 commit 96996ac25d5222611a8888968db6e53a6d3726da
57121 Author: Stelian Pop <stelian@popies.net>
57122 Date:   Thu May 8 20:52:20 2008 +0200
57123
57124     AT91SAM9260EK: Normalize BOOTARGS
57125
57126     This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from
57127     DataFlash or from NAND), and gives to Linux a fully specified mtdparts
57128     variable.
57129
57130     Signed-off-by: Stelian Pop <stelian@popies.net>
57131     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57132
57133 commit 79f0cb6e9c54d31a1d9e3f5e226a9bebc3c3a47a
57134 Author: Stelian Pop <stelian@popies.net>
57135 Date:   Thu May 8 20:52:19 2008 +0200
57136
57137     AT91SAM9260EK: Normalize SPI timings
57138
57139     This patch changes the SPI timings to closely match the ones
57140     used by the Linux kernel and the Atmel's own bootstrap project.
57141
57142     Signed-off-by: Stelian Pop <stelian@popies.net>
57143     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57144
57145 commit c1212b2f5c5ed440bf8e9ebc8e4fd7488858b935
57146 Author: Stelian Pop <stelian@popies.net>
57147 Date:   Thu May 8 20:52:18 2008 +0200
57148
57149     AT91SAM9260EK: Handle 8 or 16 bit NAND
57150
57151     The Atmel boards can handle 8 or 16 bit NAND memories. This patch
57152     makes the support configurable in the board config header file
57153     (CFG_NAND_DBW_8 or CFG_NAND_DBW_16).
57154
57155     Signed-off-by: Stelian Pop <stelian@popies.net>
57156     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57157
57158 commit ab52640fc01624e208424e527af0b7b3a5a65a12
57159 Author: Stelian Pop <stelian@popies.net>
57160 Date:   Thu May 8 20:52:17 2008 +0200
57161
57162     AT91CAP9ADK: Fix dataflash offsets in CONFIG_BOOTCOMMAND
57163
57164     This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND
57165     in order to cope with the changes in DataFlash partitionning scheme
57166     (cset c3a60cb3).
57167
57168     Signed-off-by: Stelian Pop <stelian@popies.net>
57169     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57170
57171 commit 3267508ec4c9e74c39ee41c9ae6951ad185fe270
57172 Author: Stelian Pop <stelian@popies.net>
57173 Date:   Thu May 8 20:52:16 2008 +0200
57174
57175     AT91CAP9ADK: Normalize BOOTARGS
57176
57177     This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from
57178     DataFlash or from NAND), and gives to Linux a fully specified mtdparts
57179     variable.
57180
57181     Signed-off-by: Stelian Pop <stelian@popies.net>
57182     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57183
57184 commit 93da48b910511911ce110656e17ed733c8ac4c45
57185 Author: Stelian Pop <stelian@popies.net>
57186 Date:   Thu May 8 20:52:15 2008 +0200
57187
57188     AT91CAP9ADK: Normalize SPI timings
57189
57190     This patch changes the SPI timings to closely match the ones
57191     used by the Linux kernel and the Atmel's own bootstrap project.
57192
57193     Signed-off-by: Stelian Pop <stelian@popies.net>
57194     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57195
57196 commit 1c90df3e148ce0a3e2c86c63b38b19d47772f2a0
57197 Author: Stelian Pop <stelian@popies.net>
57198 Date:   Thu May 8 20:52:14 2008 +0200
57199
57200     AT91CAP9ADK: Handle 8 or 16 bit NAND
57201
57202     The Atmel boards can handle 8 or 16 bit NAND memories. This patch
57203     makes the support configurable in the board config header file
57204     (CFG_NAND_DBW_8 or CFG_NAND_DBW_16).
57205
57206     Signed-off-by: Stelian Pop <stelian@popies.net>
57207     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57208
57209 commit 11b162bae058e96c7929e358d4adff2bee6c2cc4
57210 Author: Stelian Pop <stelian@popies.net>
57211 Date:   Thu May 8 20:52:13 2008 +0200
57212
57213     Use a common u-boot.lds file across all AT91CAP9/AT91SAM9 platforms
57214
57215     All the AT91CAP9/AT91SAM9 boards have the same linker script. The patch
57216     below avoids the duplication of u-boot.lds by putting the file in the
57217     cpu directory instead of the board one.
57218
57219     Signed-off-by: Stelian Pop <stelian@popies.net>
57220     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57221
57222 commit d48abea4b89adaf5e45ea75b5e38c0d8de179ece
57223 Author: Stelian Pop <stelian@popies.net>
57224 Date:   Thu May 8 20:52:12 2008 +0200
57225
57226     Add proper copyright notices in Atmel boards Makefiles
57227
57228     The Makefiles for the AT91CAP9/AT91SAM9 boards have an incomplete
57229     copyright notice. This patch adds the missing pieces.
57230
57231     Signed-off-by: Stelian Pop <stelian@popies.net>
57232     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57233
57234 commit e817a042cef6164bf26fee86f90326f2ec9e6745
57235 Author: Stelian Pop <stelian@popies.net>
57236 Date:   Thu May 8 20:52:11 2008 +0200
57237
57238     Add copyright information in Atmel boards partition.c
57239
57240     When Ulf did the dataflash.c cleanup, he didn't add his copyright on
57241     the new created files. This patch fixes the problem.
57242
57243     Signed-off-by: Stelian Pop <stelian@popies.net>
57244     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57245
57246 commit 4f6c810106f4f76d83cfc57d98f4540cd45f9a19
57247 Author: Stelian Pop <stelian@popies.net>
57248 Date:   Thu May 8 20:52:10 2008 +0200
57249
57250     Update origin and copyright information in arch-at91sam9 header files
57251
57252     When doing the AT91CAP9/AT91SAM9 port, a number of header files were
57253     copied from the Linux kernel sources. This patch explicitly specifies
57254     this origin for all the copied headers, and for those missing copyright
57255     information, adds it.
57256
57257     Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
57258     in the latest kernel sources by 'at91sam9_smc.h'.
57259
57260     The copyright information has been confirmed by the AT91 Linux kernel
57261     maintainer, Andrew Victor <avictor.za@gmail.com>.
57262
57263     Signed-off-by: Stelian Pop <stelian@popies.net>
57264     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57265
57266 commit 79dd1712689d6a5031d7cbff54957049680751c7
57267 Author: Markus Klotzbücher <mk@denx.de>
57268 Date:   Thu May 8 16:00:55 2008 +0200
57269
57270     ppc4xx: Kilauea: Add CONFIG_BOOTP_SUBNETMASK to Kilauea board config
57271
57272     When using dhcp/bootp the "netmask" environment variable is not set
57273     because CONFIG_BOOTP_SUBNETMASK is not defined. But usually this is
57274     desireable, so the following patch adds this this option to the board
57275     config.
57276
57277     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
57278     Signed-off-by: Stefan Roese <sr@denx.de>
57279
57280 commit 869d14b4cc2e47de2ddcb117bad0407a44436684
57281 Author: Stefan Roese <sr@denx.de>
57282 Date:   Sat May 10 10:30:36 2008 +0200
57283
57284     ppc4xx: Update Makalu defconfig to use device-tree booting as default
57285
57286     This patch reworks the default environment on Makalu. Now "net_nfs" for
57287     example uses the device-tree style booting formerly know as "net_nfs_fdt".
57288     Also the addresses in RAM were changed because of the new image booting
57289     support, which check for image overwriting. So the addresses needed to
57290     get adjusted.
57291
57292     Signed-off-by: Stefan Roese <sr@denx.de>
57293
57294 commit f3612a7b199cab3942f60d9c1392eb39d58cc699
57295 Author: Becky Bruce <bgill@freescale.com>
57296 Date:   Wed May 7 13:28:16 2008 -0500
57297
57298     PPC: fix map_physmem build warning
57299
57300     map_physmem currently generates a warning when CONFIG_PHYS_64BIT is
57301     enabled.  This quiets the warning.
57302
57303     Signed-off-by: Becky Bruce <Becky.Bruce@freescale.com>
57304
57305 commit 36f32675f40292002ee1fed252c180a43022d2d4
57306 Author: Becky Bruce <bgill@freescale.com>
57307 Date:   Wed May 7 13:24:57 2008 -0500
57308
57309     Update pci code to use phys_addr_t
57310
57311     Physical addrs need to be represented by phys_addr_t, not
57312     unsigned long.  Otherwise, systems that use CONFIG_PHYS_64BIT
57313     are going to fail mightily.
57314
57315     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
57316
57317 commit 91a616741fc128cdb88f39bddcd4d72fe17466d0
57318 Author: Nick Spence <nick.spence@freescale.com>
57319 Date:   Thu May 8 22:32:22 2008 -0700
57320
57321     Support legacy multi-type images without FDT section.
57322
57323     This patch enables legacy multi-type images containing only a Linux kernel
57324     and root file system to be loaded, maintaining compatibility with previous
57325     versions of u-boot.
57326
57327     This is required when using old image files such as a Linux 2.4 kernel /
57328     filesystem.
57329
57330     Signed-off-by: Nick Spence <nick.spence@freescale.com>
57331     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
57332
57333 commit 881031d9732783b7aeae2198fc7eb480ae8974a6
57334 Author: Wolfgang Denk <wd@denx.de>
57335 Date:   Sat May 10 00:38:02 2008 +0200
57336
57337     Update CHANGELOG.
57338
57339     Signed-off-by: Wolfgang Denk <wd@denx.de>
57340
57341 commit e5e9d6c9c08160be7e5a36e04d125ccce99b8774
57342 Author: Wolfgang Denk <wd@denx.de>
57343 Date:   Sat May 10 00:36:09 2008 +0200
57344
57345     post/cpu/ppc4xx/Makefile: line length cleanup
57346
57347     Signed-off-by: Wolfgang Denk <wd@denx.de>
57348
57349 commit cce9cfdabcf416ecd2aacc3681c91e5378c75a3d
57350 Author: Stelian Pop <stelian@popies.net>
57351 Date:   Thu May 8 22:52:09 2008 +0200
57352
57353     Fix @ -> <at> substitution
57354
57355     When applying the AT91CAP9 patches upstream, something transformed
57356     the '@' character into the ' <at> ' sequence.
57357
57358     The patch below restores the original form in all the places where
57359     it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
57360     were copied from AT91CAP9, and a couple of other files where the
57361     ' <at> ' sequence was present).
57362
57363     Signed-off-by: Stelian Pop <stelian@popies.net>
57364
57365 commit 9606b3c81b3c47a1d58514e9a232c6f461a17597
57366 Author: Stelian Pop <stelian@popies.net>
57367 Date:   Thu May 8 22:52:10 2008 +0200
57368
57369     Update origin and copyright information in arch-at91sam9 header files
57370
57371     When doing the AT91CAP9/AT91SAM9 port, a number of header files were
57372     copied from the Linux kernel sources. This patch explicitly specifies
57373     this origin for all the copied headers, and for those missing copyright
57374     information, adds it.
57375
57376     Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
57377     in the latest kernel sources by 'at91sam9_smc.h'.
57378
57379     The copyright information has been confirmed by the AT91 Linux kernel
57380     maintainer, Andrew Victor <avictor.za@gmail.com>.
57381
57382     Signed-off-by: Stelian Pop <stelian@popies.net>
57383
57384 commit ceb6b4fbe1dcc40bb672ef8133ddf4813e97cbb1
57385 Author: Stelian Pop <stelian@popies.net>
57386 Date:   Thu May 8 22:52:11 2008 +0200
57387
57388     Add copyright information in Atmel boards partition.c
57389
57390     When Ulf did the dataflash.c cleanup, he didn't add his copyright on
57391     the new created files. This patch fixes the problem.
57392
57393     Signed-off-by: Stelian Pop <stelian@popies.net>
57394
57395 commit 2ab02fd456d8ef92ae9f5439618d1fa7ca16e5f3
57396 Author: Guennadi Liakhovetski <lg@denx.de>
57397 Date:   Thu May 8 10:09:27 2008 +0200
57398
57399     mx31ads: fix 32kHz clock handling
57400
57401     According to schematics and to RedBoot sources, the MX31ADS uses a 32768Hz
57402     oscillator as a SKIL source. Fix previously wrongly assumed 32000Hz value.
57403     Also fix a typo when verifying a jumper configuration. While at it, make
57404     two needlessly global functions static.
57405
57406     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
57407
57408 commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
57409 Author: Marian Balakowicz <m8@semihalf.com>
57410 Date:   Wed May 7 13:10:04 2008 +0200
57411
57412     Avoid initrd and logbuffer area overlaps
57413
57414     Add logbuffer to reserved LMB areas to prevent initrd allocation
57415     from overlaping with it.
57416
57417     Make sure to use correct logbuffer base address.
57418
57419     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
57420
57421 commit c59518e15949b3403df5c5b0c2c48ea0e5bea24b
57422 Author: Marian Balakowicz <m8@semihalf.com>
57423 Date:   Wed May 7 13:08:54 2008 +0200
57424
57425     ppc: Cleanup get_effective_memsize() use
57426
57427     Removed duplicated effective memory size calculation code.
57428
57429     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
57430
57431 commit 273c37d843d5b581090378016cd12dd9c586907b
57432 Author: Marian Balakowicz <m8@semihalf.com>
57433 Date:   Wed May 7 09:03:53 2008 +0200
57434
57435     Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled
57436
57437     Recent modifcations to LOGBUFFER handling code were incorrecly
57438     introduced to fit_check_kernel() routine during
57439     "Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing",
57440     commit 27f33e9f45ef7f9685cbdc65066a1828e85dde4f.
57441
57442     This patch cleans up this merge issue.
57443
57444     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
57445
57446 commit bc11756daff89a3de09ca80adac962b88cf06e6e
57447 Author: Grant Erickson <gerickson@nuovations.com>
57448 Date:   Tue May 6 20:16:15 2008 -0700
57449
57450     Propagate Error Status to the Shell on fw_printenv Errors
57451
57452     Changed implementation such that fw_printenv returns failure status
57453     when one or more specified variables do not exist or when incorrect
57454     command syntax is used.
57455
57456     This aids scripting fw_printenv such that the script can key of the
57457     return status rather than relying on standard error "scraping".
57458
57459     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
57460     Signed-off-by: Wolfgang Denk <wd@denx.de>
57461
57462 commit f3b6d528e4dd719640a4bfcd954f4e4c7f5db0d6
57463 Author: Grant Erickson <gerickson@nuovations.com>
57464 Date:   Tue May 6 16:18:00 2008 -0700
57465
57466     Fix Compilation Errors with 'tools/env/fw_printenv'
57467
57468     In the current top-of-tree, 1.3.3.-rc2, the optional tool
57469     'tools/env/fw_printenv' fails to compile for two reasons:
57470
57471     1) The header watchdog.h cannot be found.
57472     2) The header zlib.h is picked up from the tool chain rather than the
57473        project causing a prototype conflict for crc32.
57474
57475     This patch addresses both of these issues.
57476
57477     Platforms Tested On:
57478     - AMCC "Kilauea"
57479
57480     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
57481
57482 commit 597f6c26a18b389903a64692bacbf9a1ca69355b
57483 Author: James Yang <James.Yang@freescale.com>
57484 Date:   Mon May 5 10:22:53 2008 -0500
57485
57486     Fix readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
57487
57488     When CONFIG_CMDLINE_EDITING is enabled, readline_into_buffer() doesn't
57489     work before relocating to RAM because command history is written into
57490     a global array that is not writable before relocation.  This patch
57491     defers to the no-editing and no-history code in readline_into_buffer()
57492     if it is called before relocation.
57493
57494     Signed-off-by: James Yang <James.Yang@freescale.com>
57495     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
57496
57497 commit 726c0f1e5f108dccea052965123b95837d2bd402
57498 Author: Detlev Zundel <dzu@denx.de>
57499 Date:   Mon May 5 16:11:22 2008 +0200
57500
57501     cosmetic: Adjust coding style for switch statements to be consistent
57502
57503     Signed-off-by: Detlev Zundel <dzu@denx.de>
57504
57505 commit 574b319512b13e10800f0045e39b993f4ca25e42
57506 Author: Detlev Zundel <dzu@denx.de>
57507 Date:   Mon May 5 16:11:21 2008 +0200
57508
57509     Fix disk type output in disk/part.c
57510
57511     Signed-off-by: Detlev Zundel <dzu@denx.de>
57512
57513 commit 045b4d2d7168ef09c7349dcf6ecebe7432b74171
57514 Author: Vlad Lungu <vlad.lungu@windriver.com>
57515 Date:   Mon May 5 14:20:03 2008 +0300
57516
57517     Mail address change, documentation modified
57518
57519     Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com>
57520
57521 commit 4d49b28038e2819088e8356a77212fc95a89ce5a
57522 Author: Michal Simek <monstr@monstr.eu>
57523 Date:   Sun May 4 15:42:41 2008 +0200
57524
57525     microblaze: Repare intc handling
57526
57527     Signed-off-by: Michal Simek <monstr@monstr.eu>
57528
57529 commit 878b3b1e193e570caf3e96ad8e31e561f68d0287
57530 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57531 Date:   Sun May 4 15:17:52 2008 +0200
57532
57533     include/gitignore: update to all architectures
57534
57535     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57536
57537 commit 1df368aed3b8bc240fe1595d290b0e91b22961da
57538 Author: Marcel Ziswiler <marcel@ziswiler.com>
57539 Date:   Mon May 5 02:12:06 2008 +0200
57540
57541     ide: Remove spurious second include of io.h
57542
57543     Removed the second include, with all the #ifdef around as suggested by Wolfgang.
57544
57545     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
57546
57547 commit 8fbc985bdad09b23b7eb4df1d2ea589619d8db4c
57548 Author: Adrian Filipi <adrian.filipi@eurotech.com>
57549 Date:   Tue May 6 16:46:37 2008 -0400
57550
57551     Fix some typos
57552
57553     This patch fixes three typos.
57554     The first is a repetition of CONFIG_CMD_BSP.
57555     The second makes the #endif comment match its #if.
57556     The third is a spelling error.
57557
57558     Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
57559
57560 commit e419e12d04ae3b280c99a87a2ea4ad7a40628bcb
57561 Author: Grant Erickson <gerickson@nuovations.com>
57562 Date:   Sun May 4 16:45:01 2008 -0700
57563
57564     Recognize 'powerpc' As an Alias for IH_ARCH_PPC
57565
57566     Add support for the recognition of 'powerpc' as an alias for the PowerPC
57567     architecture type since Linux is already trending in that direction,
57568     preferring 'powerpc' to 'ppc'.
57569
57570     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
57571
57572 commit f5a24259190c388c2527bdc49fee34577d862cc7
57573 Author: Wheatley Travis <Travis.Wheatley@freescale.com>
57574 Date:   Fri May 2 13:35:15 2008 -0700
57575
57576     7450 and 86xx L2 cache invalidate bug corrections
57577
57578     The 7610 and related parts have an L2IP bit in the L2CR that is
57579     monitored to signal when the L2 cache invalidate is complete whereas the
57580     7450 and related parts utilize L2I for this purpose. However, the
57581     current code does not account for this difference. Additionally the 86xx
57582     L2 cache invalidate code used an "andi" instruction where an "andis"
57583     instruction should have been used.
57584
57585     This patch addresses both of these bugs.
57586
57587     Signed-off-by: Travis Wheatley <travis.wheatley@freescale.com>
57588     Acked-By: Jon Loeliger <jdl@freescale.com>
57589
57590 commit 4d31cdc45d3592a5545a649fb5a24b458a4e4b72
57591 Author: Wolfgang Denk <wd@denx.de>
57592 Date:   Fri May 9 10:16:13 2008 +0200
57593
57594     Avoid infinite loop "Generating include/autoconf.mk"
57595
57596     Fix a bogus circular dependency that caused an infinite loop of
57597     "Generating include/autoconf.mk" again and again.
57598
57599     Signed-off-by: Wolfgang Denk <wd@denx.de>
57600
57601 commit 567fb852178dbf59529d7301620a3f3732a4b02d
57602 Author: Stelian Pop <stelian@popies.net>
57603 Date:   Thu May 8 22:52:09 2008 +0200
57604
57605     Fix @ -> <at> substitution
57606
57607     When applying the AT91CAP9 patches upstream, something transformed
57608     the '@' character into the ' <at> ' sequence.
57609
57610     The patch below restores the original form in all the places where
57611     it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
57612     were copied from AT91CAP9, and a couple of other files where the
57613     ' <at> ' sequence was present).
57614
57615     Signed-off-by: Stelian Pop <stelian@popies.net>
57616     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57617
57618 commit 73ccb3410a0785593cda7aee455dfc51f790e281
57619 Author: Gary Jennejohn <gary.jennejohn@freenet.de>
57620 Date:   Mon Apr 28 14:04:32 2008 +0200
57621
57622     ppc4xx: Add the Harris QUAD100HD AMCC 405EP-based board
57623
57624     Signed-off-by: Gary Jennejohn <garyj@denx.de>
57625     Signed-off-by: Stefan Roese <sr@denx.de>
57626
57627 commit ef2642625cbfb1c3695e3478d08ae515052a4950
57628 Author: Stefan Roese <sr@denx.de>
57629 Date:   Thu May 8 11:10:46 2008 +0200
57630
57631     ppc4xx: Kilauea: Fix incorrect FPGA FIFO address
57632
57633     Signed-off-by: Stefan Roese <sr@denx.de>
57634
57635 commit a00eccfebc954ad9485161efeca7d9aaf626d530
57636 Author: Stefan Roese <sr@denx.de>
57637 Date:   Thu May 8 11:05:15 2008 +0200
57638
57639     ppc4xx: Add fdt support to all remaining AMCC PPC4xx eval boards
57640
57641     This patch adds fdt (flattened device tree) support to all remaining AMCC
57642     eval boards. Most newer boards already support device tree. With this patch,
57643     all AMCC boards now enable device tree passing from U-Boot to Linux
57644     arch/powerpc kernels.
57645
57646     Signed-off-by: Stefan Roese <sr@denx.de>
57647
57648 commit cb5d88b9611e0c35c53543ad3b4ab99fa82203e3
57649 Author: Stefan Roese <sr@denx.de>
57650 Date:   Thu May 8 11:01:09 2008 +0200
57651
57652     ppc4xx: Add weak default ft_board_setup() routine
57653
57654     This patch adds a default ft_board_setup() routine to the 4xx fdt code.
57655     This routine is defined as weak and can be overwritten by a board specific
57656     one if needed.
57657
57658     Signed-off-by: Stefan Roese <sr@denx.de>
57659
57660 commit d1c1ba85c7915053adf6a8d14a08ac6fcb750d01
57661 Author: Stefan Roese <sr@denx.de>
57662 Date:   Thu May 8 10:48:58 2008 +0200
57663
57664     ppc4xx: acadia: Add fdt support and fix section overlap problem
57665
57666     This patch adds fdt (flattened device tree) support to the AMCC
57667     Acadia eval board. This increases the image size and it doesn't
57668     fit anymore into 256kByte. Since we didn't want to remove features
57669     from the configuration, we decided to increase the U-Boot image size
57670     (add one flash sector).
57671
57672     Also changed the default environment definition to make it
57673     independent of such changes.
57674
57675     Signed-off-by: Stefan Roese <sr@denx.de>
57676
57677 commit 4adb3023de75bc150f088c8935db340930ad38c8
57678 Author: Ira Snyder <iws@ovro.caltech.edu>
57679 Date:   Tue Apr 29 11:18:54 2008 -0700
57680
57681     ppc4xx: Add device tree support to AMCC Yosemite
57682
57683     Add support for booting with a device tree blob. This is needed to boot
57684     ARCH=powerpc kernels. Also add support for setting the eth0 mac address
57685     via the ethaddr variable.
57686
57687     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
57688     Signed-off-by: Stefan Roese <sr@denx.de>
57689
57690 commit b9bbefce1a653ea35f74a66ec117cdda2e043a4b
57691 Author: Dave Mitchell <dmitchell@amcc.com>
57692 Date:   Wed May 7 09:00:23 2008 -0700
57693
57694     ppc4xx: Fix typos in 460GT/EX FBDV array
57695
57696     Corrected two typos in the 460GT/EX FBDV array.
57697
57698     Signed-off-by: Dave Mitchell <dmitchell@amcc.com>
57699     Signed-off-by: Stefan Roese <sr@denx.de>
57700
57701 commit 66f5fa9263629271edc86178b1f224e3c9aab2b3
57702 Author: Andy Fleming <afleming@freescale.com>
57703 Date:   Wed May 7 16:54:31 2008 -0500
57704
57705     85xx: Limit CPU2 workaround to parts that have the errata
57706
57707     Signed-off-by: Ebony Zhu <ebony.zhu@freescale.com>
57708     Signed-off-by: Andy Fleming <afleming@freescale.com>
57709
57710 commit a5fe514e8ace564300d2c1d73846ddff49654243
57711 Author: Lee Nipper <lee.nipper@freescale.com>
57712 Date:   Fri Apr 25 15:44:45 2008 -0500
57713
57714     mpc83xx: system performance settings for MPC8349EMDS.
57715
57716     These same settings are used on MPC8349ITX, and
57717     improve performance on MPC8349EMDS.
57718
57719     Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
57720     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
57721
57722 commit 49387dba910e485640b575e920ee463b7e611dc3
57723 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
57724 Date:   Tue May 6 13:22:52 2008 +0900
57725
57726     [MIPS] cpu/mips/cache.S: Fix build warning
57727
57728     Some old GNU assemblers, such as v2.14 (ELDK 3.1.1), v2.16 (ELDK 4.1.0),
57729     warns illegal global symbol references by bal (and jal also) instruction.
57730     This does not happen with the latest binutils v2.18.
57731
57732     Here's an example on gth2_config:
57733
57734     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
57735     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
57736     c -EB -c -o cache.o cache.S
57737     cache.S: Assembler messages:
57738     cache.S:243: Warning: Pretending global symbol used as branch target is local.
57739     cache.S:250: Warning: Pretending global symbol used as branch target is local.
57740
57741     In principle, gas might be sensitive to global symbol references in PIC
57742     code because they should be processed through GOT (global offset table).
57743     But if `bal' instruction is used, it results in PC-based offset jump.
57744     This is the cause of this warning.
57745
57746     In practice, we know it doesn't matter whether PC-based reference or GOT-
57747     based. As for this case, both will work before/after relocation. But let's
57748     fix the code.
57749
57750     This patch explicitly sets up a target address, then jump there.
57751     Here's an example of disassembled code with/without this patch.
57752
57753      90000668:       1485ffef        bne     a0,a1,90000628 <mips_cache_reset+0x20>
57754      9000066c:       ac80fffc        sw      zero,-4(a0)
57755      90000670:       01402821        move    a1,t2
57756     -90000674:       0411ffba        bal     90000560 <mips_init_icache>
57757     -90000678:       01803021        move    a2,t4
57758     -9000067c:       01602821        move    a1,t3
57759     -90000680:       0411ffcc        bal     900005b4 <mips_init_dcache>
57760     -90000684:       01a03021        move    a2,t5
57761     -90000688:       03000008        jr      t8
57762     -9000068c:       00000000        nop
57763     +90000674:       01803021        move    a2,t4
57764     +90000678:       8f8f83ec        lw      t7,-31764(gp)
57765     +9000067c:       01e0f809        jalr    t7
57766     +90000680:       00000000        nop
57767     +90000684:       01602821        move    a1,t3
57768     +90000688:       01a03021        move    a2,t5
57769     +9000068c:       8f8f81e0        lw      t7,-32288(gp)
57770     +90000690:       01e0f809        jalr    t7
57771     +90000694:       00000000        nop
57772     +90000698:       03000008        jr      t8
57773     +9000069c:       00000000        nop
57774
57775     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
57776
57777 commit 0f8c62a14b523c56874ebcb67c1a16c99aad48b3
57778 Author: Vlad Lungu <vlad.lungu@windriver.com>
57779 Date:   Mon May 5 14:04:00 2008 +0300
57780
57781     Allow building mips versions with ELDK 3.1.1
57782
57783     .gpword works only with local symbols on certain binutils versions
57784
57785     Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com>
57786
57787 commit 12a67a9e51f6b3ec26cb0f077fb5685a447c359d
57788 Author: Wolfgang Denk <wd@denx.de>
57789 Date:   Mon May 5 12:52:36 2008 +0200
57790
57791     MAKEALL: add inka4x0 board
57792
57793     Signed-off-by: Wolfgang Denk <wd@denx.de>
57794
57795 commit b83dcc13ae7b2dab394bfef6f699750d11490ee2
57796 Author: Wolfgang Denk <wd@denx.de>
57797 Date:   Sun May 4 21:34:23 2008 +0200
57798
57799     kb9202 board: fix build problem.
57800
57801     Signed-off-by: Wolfgang Denk <wd@denx.de>
57802
57803 commit 6adf61dc4cb5c53a2df990cbc8df2bceacbfd869
57804 Author: Wolfgang Denk <wd@denx.de>
57805 Date:   Sun May 4 12:10:33 2008 +0200
57806
57807     Prepare for v1.3.3-rc3
57808
57809     Update ChNAGELOG, minor white space cleanup.
57810
57811     Signed-off-by: Wolfgang Denk <wd@denx.de>
57812
57813 commit 7c0773fde6100b61be2558cb5d8c442a3194aecb
57814 Author: Wolfgang Denk <wd@denx.de>
57815 Date:   Sun May 4 00:35:15 2008 +0200
57816
57817     drivers/net/tsec.c: Fix typo.
57818
57819     Signed-off-by: Wolfgang Denk <wd@denx.de>
57820
57821 commit aa737945e6f37a5de5dbad550a7694e0cb2a8120
57822 Author: Mike Frysinger <vapier@gentoo.org>
57823 Date:   Fri May 2 21:45:12 2008 -0400
57824
57825     version_autogenerated.h: use printf rather than echo -n
57826
57827     Some systems are dumb and do not implement the -n flag to echo (like OS X).
57828     Convert the Makefile to use printf as this should work everywhere.
57829
57830     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
57831     Signed-off-by: Wolfgang Denk <wd@denx.de>
57832
57833 commit 4acc2a108ad0a669165924704a6cb083f9138242
57834 Author: Mike Frysinger <vapier@gentoo.org>
57835 Date:   Fri May 2 18:17:50 2008 -0400
57836
57837     fix building when saveenv is disabled in some setups
57838
57839     If you enable environment in the flash, but disable the embedded
57840     option, and you disable the saveenv command, then the #if nested
57841     logic will trigger a compile failure:
57842     env_flash.c: In function 'env_relocate_spec':
57843     env_flash.c:399: error: 'flash_addr' undeclared (first use in this function)
57844     The fix is to add CMD_SAVEENV ifdef protection like everywhere else.
57845
57846     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
57847
57848 commit ccf1ad535ae1c0dc2d466235c668adbdfe3a55b7
57849 Author: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
57850 Date:   Fri May 2 16:10:04 2008 -0400
57851
57852     SBC8548: fix address mask to allow 64M flash
57853
57854     Fix incorrect mask to enable all 64MB of onboard flash.
57855     Previously U-Boot incorrectly mapped only 8MB of flash, this
57856     patch correctly maps all the available flash.
57857
57858     Signed-off-by: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
57859
57860 commit 3648085c464c8c22ef76fab006ca4344d3796124
57861 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57862 Date:   Fri May 2 19:48:56 2008 +0200
57863
57864     qemu_mips: add README
57865
57866     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57867
57868 commit 6fdd002689190a0022c7b3dbab37fcba724580ce
57869 Author: Marcel Ziswiler <marcel@ziswiler.com>
57870 Date:   Fri May 2 02:35:59 2008 +0200
57871
57872     Fix misspelled comment
57873
57874     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
57875
57876 commit fa956fde60b7ec4dd66bd62f9910fd341b5049a1
57877 Author: Mike Frysinger <vapier@gentoo.org>
57878 Date:   Thu May 1 04:13:05 2008 -0400
57879
57880     mkimage: make mmap() checks consistent
57881
57882     The mmap() related code is full of inconsistent casts/constants when
57883     it comes to error checking, and may break when building on some
57884     systems (like ones that do not implicitly define the caddr_t type).
57885     Let's just avoid the whole mess by writing the code nice and clean in
57886     the first place.
57887
57888     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
57889
57890 commit 8e90cd0447a0f0ccf529ef86f0e6b56187d3b82a
57891 Author: Marcel Ziswiler <marcel@ziswiler.com>
57892 Date:   Thu May 1 09:05:34 2008 +0200
57893
57894     Fix defined but not used build warning
57895
57896     - warning: 'srom' defined but not used
57897
57898     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
57899
57900 commit b71190f3250aaffcc81c35f6cfd3498cb7c48013
57901 Author: Marcel Ziswiler <marcel@ziswiler.com>
57902 Date:   Thu May 1 09:05:26 2008 +0200
57903
57904     Fix implicit declaration build warnings
57905
57906     - warning: implicit declaration of function ‘serial_initialize’
57907
57908     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
57909
57910 commit 9acde129cc3f9c1b3bc11a821480dd446774d618
57911 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
57912 Date:   Tue Apr 29 19:18:32 2008 +0200
57913
57914     TSEC: add config options for VSC8601 RGMII PHY
57915
57916     The Vitesse VSC8601 RGMII PHY has internal delay for both Rx
57917     and Tx clock lines. They are configured using 2 bits in extended
57918     register 0x17.
57919     Therefore CFG_VSC8601_SKEW_TX and CFG_VSC8601_SKEW_RX have
57920     been introduced with valid values 0-3 giving 0.0, 1.4,1.7 and 2.0ns delay.
57921
57922     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
57923     Acked-by: Andy Fleming <afleming@freescale.com>
57924     Acked-by: Ben Warren <biggerbadderben@gmail.com>
57925     --
57926
57927      drivers/net/tsec.c |    6 ++++++
57928      drivers/net/tsec.h |    3 +++
57929      2 files changed, 9 insertions(+), 0 deletions(-)
57930
57931 commit bd98ee60df43ee6dd6f5ebe32c67d03e90513ff8
57932 Author: Wolfgang Denk <wd@denx.de>
57933 Date:   Sat May 3 23:07:15 2008 +0200
57934
57935     Revert "ColdFire: Get information from the correct GCC"
57936
57937     This reverts commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
57938     (replaced by commit c4e5f52a58d278eebb87f476e353972c5dacea40).
57939
57940 commit c4e5f52a58d278eebb87f476e353972c5dacea40
57941 Author: Wolfgang Denk <wd@denx.de>
57942 Date:   Sat May 3 22:25:00 2008 +0200
57943
57944     config.mk: use correct (cross) compiler
57945
57946     Some config.mk files reference $(CC) to test for specific tool chain
57947     features, so make sure $(CC) gets set before including any such
57948     config files.
57949
57950     This patch replaces commit b7166e05a5 ("ColdFire: Get information from
57951     the correct GCC").
57952
57953     Signed-off-by: Wolfgang Denk <wd@denx.de>
57954
57955 commit 27c38689d0cfde0e444239345f97b5eecc9f4067
57956 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57957 Date:   Thu May 1 02:13:44 2008 +0200
57958
57959     pxa: fix previous definition on cpu init
57960
57961     start.S:183:1: warning: "ICMR" redefined
57962     In file included from start.S:33:
57963     include/asm/arch/pxa-regs.h:935:1: warning: this is the location of the previous definition
57964     start.S:187:1: warning: "RCSR" redefined
57965     ...
57966
57967     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57968
57969 commit 6d12e697de794d700767f22f950e3026ccf4daf6
57970 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57971 Date:   Thu May 1 02:13:43 2008 +0200
57972
57973     pxa: fix pcmcia operation on 'i' may be undefined
57974
57975     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57976     Signed-off-by: Wolfgang Denk <wd@denx.de>
57977
57978 commit 4d77f5102dfeaa36cd58d9a9f083bd2cc491526f
57979 Author: Kumar Gala <galak@kernel.crashing.org>
57980 Date:   Wed Apr 30 16:24:35 2008 -0500
57981
57982     MPC8610HPCD: Drop -O2 from the build flags
57983
57984     Make the flags use -Os like all other boards
57985
57986     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
57987
57988 commit 0072b78be2b41e5a0ca3ddc39335574dc2e855bd
57989 Author: Stefan Roese <sr@denx.de>
57990 Date:   Wed Apr 30 15:50:39 2008 +0200
57991
57992     RTC: Fix month offset by one problem in M41T62 RTC driver
57993
57994     This patch fixes a problem with the month being read and written
57995     incorrectly (offset by one). This only gets visible by also using
57996     the Linux driver (rtc-m41t80).
57997
57998     Tested on AMCC Canyonlands.
57999
58000     Signed-off-by: Stefan Roese <sr@denx.de>
58001
58002 commit 141ba1cad8e6598a2466e7e2976c6a12285df619
58003 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
58004 Date:   Sat May 3 13:51:44 2008 +0900
58005
58006     [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker
58007
58008     Current trick to pick up GNU assembler minor version uses a dot(.) as a
58009     delimiter, and take the second field to obtain minor version number. But
58010     as can be expected, this doesn't work with a version string which has
58011     dots more than needs.
58012
58013     Here's an example:
58014
58015     $ mips-linux-gnu-as --version | grep 'GNU assembler'
58016     GNU assembler (Sourcery G++ Lite 4.2-129) 2.18.50.20080215
58017     $ mips-linux-gnu-as --version | grep 'GNU assembler' | cut -d. -f2
58018     2-129) 2
58019     $
58020
58021     This patch restricts the version format to 2.XX.XX... This will work
58022     in most cases.
58023
58024     $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+'
58025     2.18.50.20080215
58026     $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+' | cut -d. -f2
58027     18
58028     $
58029
58030     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
58031
58032 commit ea638951acead7f1086c908c0b9f086beab82a22
58033 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
58034 Date:   Sat May 3 13:51:28 2008 +0900
58035
58036     [MIPS] cpu/mips/cache.S: Add dcache_enable
58037
58038     Recent bootelf command fixes (017e9b7925f74878d0e9475388cca9bda5ef9482,
58039     "allow ports to override bootelf behavior") requires ports to have this
58040     function.
58041
58042     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
58043     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
58044
58045 commit d2c6fbec4397c936b18cd42482b6973cd6781bdf
58046 Author: Wolfgang Denk <wd@denx.de>
58047 Date:   Thu May 1 21:30:16 2008 +0200
58048
58049     onenand: rename 16 bit memory copy into memcpy_16() to avoid conflicts
58050
58051     Onenand needs a version of memcpy() which performs 16 bit accesses
58052     only; make sure the name does not conflict with the standard
58053     function.
58054
58055     Signed-off-by: Wolfgang Denk <wd@denx.de>
58056
58057 commit 12bc4e94251c369c529ffa505cf58b148c372f7f
58058 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
58059 Date:   Wed Apr 30 22:38:17 2008 +0200
58060
58061     cmd_nand: fix warning: str2long ncompatible pointer type
58062
58063     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
58064
58065 commit 1b9ed2574a38c93cb03dad41885fc06be4bfc9dd
58066 Author: Timur Tabi <timur@freescale.com>
58067 Date:   Fri Apr 4 11:16:11 2008 -0500
58068
58069     Fix calculation of I2C clock for some 86xx chips
58070
58071     Some 86xx chips use CCB as the base clock for the I2C, and others used CCB/2.
58072     There is no pattern that can be used to determine which chips use which
58073     frequency, so the only way to determine is to look up the actual SOC
58074     designation and use the right value for that SOC.
58075
58076     Signed-off-by: Timur Tabi <timur@freescale.com>
58077
58078 commit f32f7fe7bd3a5bda3a476520f00e1aca7c2103a9
58079 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
58080 Date:   Wed Apr 30 12:11:19 2008 -0500
58081
58082     ColdFire: Fix ethernet hang issue for mcf547x_8x
58083
58084     The ethernet hang is caused by receiving buffer in DRAM is not
58085     yet ready due to access cycles require longer time in DRAM.
58086     Relocate DMA buffer descriptors from DRAM to internal SRAM.
58087
58088     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
58089
58090 commit 886d90176fc257e0ab4d0db05d11d0749bbed3ca
58091 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
58092 Date:   Wed Apr 30 12:10:47 2008 -0500
58093
58094     ColdFire: Fix compilation issue caused by new changes in fsl_i2c.c
58095
58096     Signed-off-by: Luigi Comio Mantellini <luigi.mantellini@idf-hit.com>
58097     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
58098
58099 commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
58100 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
58101 Date:   Wed Apr 30 12:10:23 2008 -0500
58102
58103     ColdFire: Get information from the correct GCC
58104
58105     Signed-off-by: Kurt Mahan <kmahan@freescale.com>
58106     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
58107
58108 commit 378e7ec95da4751ec8fe461baacab2bf7d2512a9
58109 Author: dirk.behme@googlemail.com <dirk.behme@googlemail.com>
58110 Date:   Wed Apr 30 18:02:59 2008 +0200
58111
58112     Fix warning in env_nand.c if compiled for DaVinci Schmoogie
58113
58114     Fix warnings
58115
58116     nv_nand.c: In function 'saveenv':
58117     env_nand.c:200: warning: passing argument 3 of 'nand_write' from incompatible pointer type
58118     env_nand.c: In function 'env_relocate_spec':
58119     env_nand.c:275: warning: passing argument 3 of 'nand_read' from incompatible pointer type
58120
58121     if compiled for davinci_schmoogie_config.
58122
58123     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
58124     Ack by: Sergey Kubushyn <ksi@koi8.net>
58125
58126 commit 33a4a70d48d622cc4950c60a84fec23b9421f23e
58127 Author: Anatolij Gustschin <agust@denx.de>
58128 Date:   Wed Apr 30 13:34:40 2008 +0200
58129
58130     Fix warnings while compiling net/net.c for MPC8610HPCD board
58131
58132     MPC8610HPCD board adds -O2 gcc option to PLATFORM_CPPFLAGS
58133     causing overriding default -Os option. New gcc (ver. 4.2.2)
58134     produces warnings while compiling net/net.c file with -O2
58135     option. The patch is an attempt to fix this.
58136
58137     Signed-off-by: Anatolij Gustschin <agust@denx.de>
58138
58139 commit 58b575e575c25fdf8c88141e145db201f3092149
58140 Author: Sascha Laue <Sascha.Laue@gmx.biz>
58141 Date:   Wed Apr 30 15:23:38 2008 +0200
58142
58143     lwmon5: fix offset error in sysmon0 POST
58144
58145     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
58146     Signed-off-by: Wolfgang Denk <wd@denx.de>
58147
58148 commit e7419b243a373de4ee042f7d4f45f66de787240d
58149 Author: Sascha Laue <Sascha.Laue@gmx.biz>
58150 Date:   Wed Apr 30 15:16:35 2008 +0200
58151
58152     lwmon5: fix manual merge error in POST
58153
58154     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
58155
58156 commit 42ffcec3f9eba010a662d5b42981812b6bebfb9a
58157 Author: Wolfgang Denk <wd@denx.de>
58158 Date:   Wed Apr 30 17:46:26 2008 +0200
58159
58160     cmd_nand.c: fix another 'incompatible pointer type' warning.
58161
58162     Signed-off-by: Wolfgang Denk <wd@denx.de>
58163
58164 commit de109d909707e2dfe806be5efc3cdb103b47c8ad
58165 Author: Wolfgang Denk <wd@denx.de>
58166 Date:   Wed Apr 30 17:25:07 2008 +0200
58167
58168     Makefile: fix parallel builds
58169
58170     This problem shows up with parallel builds only; it results in
58171     somewhat cryptic error messages like
58172
58173         $ JOBS=-j6 MAKEALL netstar
58174         Configuring for netstar board...
58175         arm-linux-ld: cannot find -lgeneric
58176         make[1]: *** [eeprom.srec] Error 1
58177
58178     A few boards (like netstar and voiceblue) need some libraries for
58179     building; however, the board Makefile does not contain any such
58180     dependencies which may cause problems with parallel builds. Adding
58181     such dependencies is difficult as we would also have to provide build
58182     rules, which already exist in the respective library Makefiles.
58183
58184     To solve this, we make sure that all libraries get built before the
58185     board code.
58186
58187     Signed-off-by: Wolfgang Denk <wd@denx.de>
58188
58189 commit 4f27098e5b0736989b13cd61d7bca94b3574cf5f
58190 Author: Stefan Roese <sr@denx.de>
58191 Date:   Wed Apr 30 14:51:36 2008 +0200
58192
58193     ppc4xx: Adapt Canyonlands fixed DDR2 setup to new DIMM module
58194
58195     This patch changes the Canyonlands/Glacier fixed DDR2 controller setup
58196     used for NAND booting to match the values needed for the new 512MB
58197     DIMM modules shipped with the productions boards:
58198
58199     Crucial: CT6464AC667.8FB
58200
58201     Signed-off-by: Stefan Roese <sr@denx.de>
58202
58203 commit ea9202a659dc75996facf1475f1866a19a9d3129
58204 Author: Stefan Roese <sr@denx.de>
58205 Date:   Wed Apr 30 10:49:43 2008 +0200
58206
58207     ppc4xx: Fix problem with DIMMs with 8 banks in 44x_spd_ddr2.c
58208
58209     This patch fixes a problem with DIMMs that have 8 banks. Now the
58210     MCIF0_MBxCF register will be setup correctly for this setup too.
58211
58212     This was noticed with the 512MB DIMM on Canyonlands/Glacier.
58213
58214     Signed-off-by: Stefan Roese <sr@denx.de>
58215
58216 commit 76617299358ebba260ecc02d33e8e75d8d13dd3b
58217 Author: Wolfgang Denk <wd@denx.de>
58218 Date:   Tue Apr 29 23:41:06 2008 +0200
58219
58220     Prepare v1.3.3-rc2, again.
58221
58222     Signed-off-by: Wolfgang Denk <wd@denx.de>
58223
58224 commit b7fcc4c13993782342cf5cd20d237a6281648a0b
58225 Author: Wolfgang Denk <wd@denx.de>
58226 Date:   Tue Apr 29 23:35:24 2008 +0200
58227
58228     Prepare v1.3.3-rc2
58229
58230     Signed-off-by: Wolfgang Denk <wd@denx.de>
58231
58232 commit f7b16a0a4d571dd33b2b5185a54f7ddc311f89d4
58233 Author: Wolfgang Denk <wd@denx.de>
58234 Date:   Tue Apr 29 23:32:20 2008 +0200
58235
58236     common/env_nand.c: fix one more incompatible pointer type issue
58237
58238     Signed-off-by: Wolfgang Denk <wd@denx.de>
58239
58240 commit ea6f66894f952229eebfc4ad03cd21fe5c8b3f0f
58241 Author: Wolfgang Denk <wd@denx.de>
58242 Date:   Tue Apr 29 21:33:08 2008 +0200
58243
58244     post/board/lwmon5/sysmon.c: fix manual merge error.
58245
58246     Signed-off-by: Wolfgang Denk <wd@denx.de>
58247
58248 commit 70a0f81412b0b18a6fd0bea960451bc6c2cca49a
58249 Author: Kumar Gala <galak@kernel.crashing.org>
58250 Date:   Tue Apr 29 12:54:59 2008 -0500
58251
58252     85xx: Add -mno-spe to e500/85xx builds
58253
58254     Newer gcc's might be configured to enable autovectorization by default.
58255     If we happen to build with one of those compilers we will get SPE
58256     instructions in random code.
58257
58258     -mno-spe disables the compiler for automatically generating SPE
58259     instructions without our knowledge.
58260
58261     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
58262
58263 commit 8ea08e5be69436abcc95d3da114de4a2ff8a6ab5
58264 Author: Kumar Gala <galak@kernel.crashing.org>
58265 Date:   Tue Apr 29 10:18:34 2008 -0500
58266
58267     Update .gitignore for zlib.h
58268
58269     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
58270
58271 commit 45239cf4152109caa925145ccd433529902df887
58272 Author: Kumar Gala <galak@kernel.crashing.org>
58273 Date:   Tue Apr 29 10:27:08 2008 -0500
58274
58275     85xx/86xx: Rename ext_refrec to timing_cfg_3 to match docs
58276
58277     All the 85xx and 86xx UM describe the register as timing_cfg_3
58278     not as ext_refrec.
58279
58280     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
58281
58282 commit ef7d30b14394e4c4a153118f5845760cadada02a
58283 Author: Kumar Gala <galak@kernel.crashing.org>
58284 Date:   Tue Apr 29 10:28:34 2008 -0500
58285
58286     85xx/86xx: Rename DDR init address and init extended address register
58287
58288     Rename init_addr and init_ext_addr to match the docs between
58289     85xx and 86xx.  Both now use 'init_addr' and 'init_ext_addr'.
58290
58291     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
58292
58293 commit cf6cc014270549684873a5972d2595052c468cb6
58294 Author: Kumar Gala <galak@kernel.crashing.org>
58295 Date:   Mon Apr 28 02:24:04 2008 -0500
58296
58297     85xx: Additional fixes and cleanup of MP code
58298
58299     * adjust __spin_table alignment to match ePAPR v0.94 spec
58300     * loop over all cpus when determing who is up.  This fixes an issue if
58301       the "boot cpu" isn't core0.  The "boot cpu" will already be in the
58302       cpu_up_mask so there is no harm
58303     * Added some protection in the code to ensure proper behavior.  These
58304       changes are explicitly needed but don't hurt:
58305       - Added eieio to ensure the "hot word" of the table is written after
58306         all other table updates have occurred.
58307       - Added isync to ensure we don't prefetch loading of table entries
58308         until we a released
58309
58310     These issues we raised by Dave Liu.
58311
58312     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
58313
58314 commit b2d527a8b9fb50afccbaf79b5540952585cdc760
58315 Author: Yuri Tikhonov <yur@emcraft.com>
58316 Date:   Tue Apr 29 15:06:41 2008 +0200
58317
58318     lwmon5: minor clean-up to include/configs/lwmon5.h
58319
58320     LWMON5 DSPIC POST uses the watch-dog scratch register. So, make
58321     the CFG_DSPIC_TEST_ADDR definition more readable.
58322
58323     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
58324
58325 commit f4c4d21a885ccc222fd0acdf653b683249e85117
58326 Author: Stefan Roese <sr@denx.de>
58327 Date:   Tue Apr 29 16:08:05 2008 +0200
58328
58329     ppc4xx: Fix CFG_MONITOR_LEN on Katmai failsave this time
58330
58331     Signed-off-by: Stefan Roese <sr@denx.de>
58332
58333 commit 138105efe1d2b1a40a3a97b4c1f85c2111bea2d8
58334 Author: Yuri Tikhonov <yur@emcraft.com>
58335 Date:   Tue Apr 29 13:32:45 2008 +0200
58336
58337     ppc flush_cache: add watch-dog triggering into the loops.
58338
58339     Some boards (e.g. lwmon5) need rather a frequent watch-dog
58340     kicking. Since the time it takes for the flush_cache() function
58341     to complete its job depends on the size of data being flushed, one
58342     may encounter watch-dog resets on such boards when, for example,
58343     download big files over ethernet.
58344
58345     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
58346
58347 commit cab99d6f3281ab6784feccf98b9b425daa58418a
58348 Author: Stefan Roese <sr@denx.de>
58349 Date:   Tue Apr 29 14:44:54 2008 +0200
58350
58351     ppc4xx: Fix compilation warning in denali_spd_ddr2.c
58352
58353     Signed-off-by: Stefan Roese <sr@denx.de>
58354
58355 commit 4ec9d78fe5cd585d2868731fa108ca1e62730e70
58356 Author: Stefan Roese <sr@denx.de>
58357 Date:   Tue Apr 29 14:12:07 2008 +0200
58358
58359     ppc4xx: Fix Katmai CFG_MONITOR_LEN
58360
58361     Signed-off-by: Stefan Roese <sr@denx.de>
58362
58363 commit 85ad184b3b2b0f8af9228477303c55dca1b52ed7
58364 Author: Stefan Roese <sr@denx.de>
58365 Date:   Tue Apr 29 13:57:07 2008 +0200
58366
58367     ppc4xx: Complete remove bogus dflush()
58368
58369     Since the current dflush() implementation is know to have some problems
58370     (as seem on lwmon5 ECC init) this patch removes it completely and replaces
58371     it by using clean_dcache_range().
58372
58373     Tested on Katmai with ECC DIMM.
58374
58375     Signed-off-by: Stefan Roese <sr@denx.de>
58376
58377 commit 135846d6ecaad255ad28d93ebbb78b3d5da68cdc
58378 Author: Stefan Roese <sr@denx.de>
58379 Date:   Tue Apr 29 13:36:51 2008 +0200
58380
58381     ppc4xx: Change ECC initialization on lwmon5 to use clean_dcache_range()
58382
58383     As it seems the "old" ECC initialization routine by using dflush() didn't
58384     write all lines in the dcache back to memory on lwmon5. This could lead
58385     to ECC error upon Linux booting. This patch changes the program_ecc()
58386     routine to now use clean_dcache_range() instead of dflush().
58387     clean_dcache_range() uses dcbst which is exactly what we want in this
58388     case.
58389
58390     Since dflush() is known is cause problems, this routine will be
58391     removed completely and replaced by clean_dcache_range() with an
58392     additional patch.
58393
58394     Signed-off-by: Stefan Roese <sr@denx.de>
58395
58396 commit 18ec19e4aa1a045dfbf2c7c2e33963488e92d757
58397 Author: Yuri Tikhonov <yur@emcraft.com>
58398 Date:   Mon Apr 28 18:19:34 2008 +0200
58399
58400     POST: fix Makefiles for mpc8xx, lwmon, and netta POSTs.
58401
58402     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
58403
58404 commit eea5a743a2193ef2a05b9bc6dc447ba241416f35
58405 Author: Markus Brunner <super.firetwister@googlemail.com>
58406 Date:   Mon Apr 28 08:47:47 2008 +0200
58407
58408     ppc4xx: Fixup ebc clock in FDT for 405GP/EP
58409
58410     On ppc405EP and ppc405GP (at least) the ebc is directly attached to the plb
58411     and not to the opb. This patch will try to fixup /plb/ebc if /plb/opb/ebc
58412     doesn't exist.
58413
58414     Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
58415
58416 commit 2ef7503a593c77a80c2a054011970227c4b62774
58417 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
58418 Date:   Thu Apr 24 07:57:17 2008 +0200
58419
58420     NE2000: Fix regresssion introduced by e710185aae90 on non AX88796
58421
58422     Move non-inlied functions into specific drivers file
58423     Set get_prom as weak
58424
58425     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
58426     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
58427     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
58428
58429 commit 40cb90ee2b97db1f697e1b54f19a548ffc96d71b
58430 Author: Guennadi Liakhovetski <lg@denx.de>
58431 Date:   Thu Apr 3 17:04:19 2008 +0200
58432
58433     net: make ARP timeout configurable
58434
58435     Currently the timeout waiting for an ARP reply is hard set to 5 seconds.
58436     On i.MX31ADS due to a hardware "strangeness" up to four first IP packets
58437     to the boards get lost, which typically are ARP replies. By configuring
58438     the timeout to a lower value we significantly improve the first network
58439     transfer time on this board. The timeout is specified in milliseconds,
58440     later internally it is converted to deciseconds, because it has to be
58441     converted to hardware ticks, and CFG_HZ ranges from 900 to 27000000 on
58442     different boards.
58443
58444     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
58445     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
58446
58447 commit 13e0b8f7ca9d29267bf01d7a01e521a0517adce1
58448 Author: Guennadi Liakhovetski <lg@denx.de>
58449 Date:   Thu Apr 3 13:36:18 2008 +0200
58450
58451     minor cs8900 driver clean up
58452
58453     Remove a redundant register definition, clean up some coding style
58454     violations.
58455
58456     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
58457     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
58458
58459 commit 707fa917cca24c0f22776f48ac4a6fa5e5189b10
58460 Author: Wolfgang Denk <wd@denx.de>
58461 Date:   Mon Apr 28 22:01:04 2008 +0200
58462
58463     jffs2_1pass.c: fix incompatible pointer type warning
58464
58465     Signed-off-by: Wolfgang Denk <wd@denx.de>
58466
58467 commit 6aee00f5e6a1cf29d8fe8fdc9b7252fbd31115d9
58468 Author: Sascha Laue <Sascha.Laue@gmx.biz>
58469 Date:   Tue Apr 1 10:10:18 2008 +0200
58470
58471     lwmon5: update dsPIC POST spezification
58472
58473     The specification for the lwmon5 board dsPIC POST got changed.
58474     Also add defines for the temperatures  and voltages.
58475
58476     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
58477
58478 commit 3e4615ab7ff38781a5dd80d0f49b9af55b4fe0b7
58479 Author: Sascha Laue <Sascha.Laue@gmx.biz>
58480 Date:   Tue Apr 1 15:13:03 2008 +0200
58481
58482     Fix watchdog POST for lwmon5
58483
58484     If the hardware watchdog detects a voltage error, the watchdog sets
58485     GPIO62 to low. The watchdog POST has to detect this low level.
58486
58487     Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
58488     Signed-off-by: Wolfgang Denk <wd@denx.de>
58489
58490 commit dd5748bcd669f46aeb6686c1b341323843738ccc
58491 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
58492 Date:   Mon Apr 28 14:37:14 2008 +0200
58493
58494     rtl8169: fix compiler warnings
58495
58496     Fix multiple compiler warnings related to argument type mismatch.
58497
58498     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
58499
58500 commit 413bf586266f86c6bdbc6c6d140f67a15af4c4f1
58501 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
58502 Date:   Mon Apr 28 14:36:06 2008 +0200
58503
58504     IDE: fix compiler warnings
58505
58506     The IDE driver can use 32-bit addresses in LBA mode, in which case it
58507     spits multiple warnings during compilation. Fix them.
58508
58509     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
58510
58511 commit db9084de28c46ac81c8f681722cb0d7411be4d7f
58512 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
58513 Date:   Mon Apr 28 14:35:57 2008 +0200
58514
58515     LinkStation: fix compiler warning, add a maintainer
58516
58517     out_8 wants a pointer to an unsigned as the first argument. Add a
58518     maintainer for Linkstation boards.
58519
58520     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
58521
58522 commit c71abba3cb67b063f789f17abf6c7447727c0cd5
58523 Author: Wolfgang Denk <wd@denx.de>
58524 Date:   Mon Apr 28 14:55:12 2008 +0200
58525
58526     cmd_nand.c: fix "differ in signedness" problem
58527
58528     Signed-off-by: Wolfgang Denk <wd@denx.de>
58529
58530 commit f2c288a35341ad02ac03b1563d786763c9c8f159
58531 Author: Wolfgang Denk <wd@denx.de>
58532 Date:   Mon Apr 28 12:48:47 2008 +0200
58533
58534     pcnet.c: fix a merge issue
58535
58536     Signed-off-by: Wolfgang Denk <wd@denx.de>
58537
58538 commit 4ca79f477ebd25a6872e6196d80e2f5eff441376
58539 Author: Wolfgang Denk <wd@denx.de>
58540 Date:   Mon Apr 28 12:08:18 2008 +0200
58541
58542     NAND: fix some strict-aliasing compiler warnings
58543
58544     Signed-off-by: Wolfgang Denk <wd@denx.de>
58545
58546 commit 5cd0130ecc79d6dcde1b1ac253abc457ca8c3115
58547 Author: Stefan Roese <sr@denx.de>
58548 Date:   Mon Apr 28 11:37:14 2008 +0200
58549
58550     ppc4xx: Fix compile warning of hcu4 board
58551
58552     Signed-off-by: Stefan Roese <sr@denx.de>
58553
58554 commit 5379cd15dd6c74ac51499bce3455bf6e0cdbe9f1
58555 Author: Wolfgang Denk <wd@denx.de>
58556 Date:   Mon Apr 28 11:31:23 2008 +0200
58557
58558     MPC8323ERDB: fix implicit declaration of function 'mac_read_from_eeprom'
58559
58560     Signed-off-by: Wolfgang Denk <wd@denx.de>
58561
58562 commit 7602ed50a2f0ef3dc8d7da93f116de50288f5b59
58563 Author: Guennadi Liakhovetski <lg@denx.de>
58564 Date:   Mon Apr 28 00:25:32 2008 +0200
58565
58566     mx31ads: fix loadaddr environment variable define
58567
58568     Arithmetic expressions do not get evaluated under stringification. Remove
58569     default network configuration, add DHCP command support. Thanks to Felix
58570     Radensky for reporting.
58571
58572     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
58573
58574 commit 144eec777ac07bcb12bd38245a5a289f694a7f98
58575 Author: Wolfgang Denk <wd@denx.de>
58576 Date:   Mon Apr 28 10:55:24 2008 +0200
58577
58578     katmai: fix section overlap problem
58579
58580     Since we didn't want to remove features from the configuration, we
58581     decided to increase the U-Boot image size (add one flash sector).
58582
58583     Also changed the default environment definition to make it
58584     independent of such changes.
58585
58586     Signed-off-by: Wolfgang Denk <wd@denx.de>
58587     Acked-by: Stefan Roese <sr@denx.de>
58588
58589 commit 941d696d25624e3cc65ebf924199541acf52d74e
58590 Author: Wolfgang Denk <wd@denx.de>
58591 Date:   Mon Apr 28 10:55:24 2008 +0200
58592
58593     katmai: fix section overlap problem
58594
58595     Since we didn't want to remove features from the configuration, we
58596     decided to increase the U-Boot image size (add one flash sector).
58597
58598     Also changed the default environment definition to make it
58599     independent of such changes.
58600
58601     Signed-off-by: Wolfgang Denk <wd@denx.de>
58602     Acked-by: Stefan Roese <sr@denx.de>
58603
58604 commit 03c6cd39f9184143fd8c537872b3d4b2e03f1466
58605 Author: Kumar Gala <galak@kernel.crashing.org>
58606 Date:   Sat Apr 26 11:44:44 2008 -0500
58607
58608     post: Fix building with O=
58609
58610     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
58611
58612 commit fd7531c1e9d56b9e5e06d2c0e02b798dab72f70c
58613 Author: Wolfgang Denk <wd@denx.de>
58614 Date:   Sat Apr 26 01:55:00 2008 +0200
58615
58616     Prepare v1.3.3-rc1
58617
58618     Signed-off-by: Wolfgang Denk <wd@denx.de>
58619
58620 commit 19cf2ec90d8ce52da60c1693693c4048cb810967
58621 Author: Wolfgang Denk <wd@denx.de>
58622 Date:   Sat Apr 26 01:25:39 2008 +0200
58623
58624     post/Makefile: make sure to use the correct flags
58625
58626     ARFLAGS was not set, which caused "ppc_8xx-ar: creating libgenpost.a"
58627     messages to be printed.
58628
58629     Signed-off-by: Wolfgang Denk <wd@denx.de>
58630
58631 commit 7ed4011733e7dca8f64d21291e4294662f7dc3e2
58632 Author: Wolfgang Denk <wd@denx.de>
58633 Date:   Sat Apr 26 00:34:42 2008 +0200
58634
58635     Coding Style cleanup, update CHANGELOG
58636
58637     Signed-off-by: Wolfgang Denk <wd@denx.de>
58638
58639 commit f9204e15173834ff8d123e36279ce49c3c6c74fc
58640 Author: Magnus Lilja <lilja.magnus@gmail.com>
58641 Date:   Sun Apr 20 10:38:12 2008 +0200
58642
58643     i.MX31: Enable SPI and MC13783/RTC support for the Litekit board
58644
58645     This patch enables SPI and MC13783/RTC support for the Litekit board.
58646
58647     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
58648
58649 commit f97abbfb47d9e407354e157cae3f6369e460cd37
58650 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
58651 Date:   Fri Apr 25 01:08:32 2008 -0500
58652
58653     MPC8544DS: decode pcie3 end-point configuration correctly.
58654
58655     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
58656     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
58657
58658 commit 292188e15523c165c4269403fdcd33c26d89176e
58659 Author: Roy Zang <tie-fei.zang@freescale.com>
58660 Date:   Fri Apr 25 00:55:09 2008 -0500
58661
58662     MPC8544DS: Removes the unknown flash message information
58663
58664     This patch removes the unknown flash message information:
58665     '## Unknown FLASH on Bank 1 - Size = 0xdeadbeef = -286261248 MB'
58666     This unknown flash message is caused by PromJet.
58667     Some of the board user is unhappy with this information.
58668
58669     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
58670     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
58671
58672 commit b2115757403beef0ac6bc2c6c3b24f31256a75d2
58673 Author: Kim Phillips <kim.phillips@freescale.com>
58674 Date:   Thu Apr 24 14:07:38 2008 -0500
58675
58676     mpc83xx: bump loadaddr over fdtaddr to 0x500000
58677
58678     this seems as a good compromise between human memory, typing,
58679     and last but not least, to accommodate for current and future kernel bloat.
58680
58681     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
58682     Acked-by: Dave Liu <daveliu@freescale.com>
58683
58684 commit be5a7190265a34d968578ff266549c60f6f57654
58685 Author: Dave Liu <r63238@freescale.com>
58686 Date:   Tue Apr 15 13:12:23 2008 +0800
58687
58688     mpc83xx: clean up the readme for 83xx boards
58689
58690     1. correct the typo
58691     2. correct the memory map for 837xerdb board
58692
58693     Signed-off-by: Dave Liu <daveliu@freescale.com>
58694
58695 commit bcae52a6819ee9dad5d0d96cd7daeb20108d45ff
58696 Author: Dave Liu <r63238@freescale.com>
58697 Date:   Tue Apr 15 13:11:11 2008 +0800
58698
58699     mpc83xx: remove the unused CPM's stuff
58700
58701     The MPC83xx family never have CPM block, so remove it from 83xx.
58702
58703     Signed-off-by: Dave Liu <daveliu@freescale.com>
58704
58705 commit c63ad6325a8ac0097a54b418a3288926b0484b18
58706 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
58707 Date:   Fri Apr 18 16:29:40 2008 +0200
58708
58709     cfi-flash: Add CFG_FLASH_AUTOPROTECT_LIST
58710
58711     This patch adds a configurable flash auto protection list that can be used
58712     to make U-Boot protect flash regions in flash_init().
58713
58714     The idea has been discussed on the u-boot mailing list starting
58715     on Nov 18th, 2007.
58716
58717     Even this patch brings a new feature it is used as a bugfix for 4xx
58718     platforms where flash_init() does not completely protect the
58719     monitor's flash range in all situations.
58720
58721     U-Boot protects the flash range from CFG_MONITOR_BASE to
58722     (CFG_MONITOR_BASE + monitor_flash_len  - 1) by default. This does not
58723     include the reset vector at 0xfffffffc.
58724
58725     Example:
58726     #define CFG_FLASH_AUTOPROTECT_LIST {{0xfff80000, 0x80000}}
58727
58728     This config option will auto protect the last 512k of flash that
58729     contains the bootloader on board like APC405 and PMC405.
58730
58731     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
58732
58733 commit d0d91ae3acb4f29d1a2a3a766747478ed54e2848
58734 Author: Stefan Roese <sr@denx.de>
58735 Date:   Fri Apr 25 13:59:03 2008 +0200
58736
58737     ppc4xx: Remove double defines in lwmon5.h
58738
58739     introduced with latest lwmon5/POST merge
58740
58741     Signed-off-by: Stefan Roese <sr@denx.de>
58742
58743 commit 7590378fb9c686709492ceb142825cd058255956
58744 Author: Bartlomiej Sieka <tur@semihalf.com>
58745 Date:   Fri Apr 25 13:54:02 2008 +0200
58746
58747     Use watchdog-aware functions when calculating hashes of images - take two
58748
58749     Some files didn't get updated properly with the "Use watchdog-aware
58750     functions when calculating hashes of images" commit, this commit
58751     fixes this.
58752
58753     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
58754     Signed-off-by: Wolfgang Denk <wd@denx.de>
58755
58756 commit 8e048c438e20ec89b49da5f085f8f756eba6e587
58757 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
58758 Date:   Fri Apr 25 12:01:39 2008 +0200
58759
58760     ppc4xx: Add bootcount limit handling for APC405 boards
58761
58762     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
58763
58764 commit 1de6b28be5d107ae90ad7a8a43653c49966e8afe
58765 Author: Bartlomiej Sieka <tur@semihalf.com>
58766 Date:   Fri Apr 25 12:10:09 2008 +0200
58767
58768     Use watchdog-aware functions when calculating hashes of images
58769
58770     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
58771
58772 commit d00ce09040d3100e2c7998ef56db62c2d20d9ee3
58773 Author: Wolfgang Denk <wd@denx.de>
58774 Date:   Fri Apr 25 12:44:08 2008 +0200
58775
58776     USB: fix more GCC 4.2.x aliasing warnings
58777
58778     Signed-off-by: Wolfgang Denk <wd@denx.de>
58779     Acked-by: Markus Klotzbuecher <mk@denx.de>
58780
58781 commit aff4f86448f6586930f0a3be7fc4b0ddcf450980
58782 Author: Wolfgang Denk <wd@denx.de>
58783 Date:   Fri Apr 25 12:41:53 2008 +0200
58784
58785     lib_generic/crc32.c: add missing #include <watchdog.h>
58786
58787     Signed-off-by: Wolfgang Denk <wd@denx.de>
58788
58789 commit 03ccdbcd5602610cea4bd0db7e48e1ef881a51ef
58790 Author: Wolfgang Denk <wd@denx.de>
58791 Date:   Fri Apr 25 11:52:21 2008 +0200
58792
58793     lib_generic/crc32.c: fix compile problem
58794
58795     Signed-off-by: Wolfgang Denk <wd@denx.de>
58796
58797 commit 24bfedbd0be4dcaa94861407820d6a70fea7e03b
58798 Author: Stefan Roese <sr@denx.de>
58799 Date:   Tue Apr 22 12:20:32 2008 +0200
58800
58801     ppc4xx: Pass PCIe root-complex/endpoint configuration to Linux via the fdt
58802
58803     The PCIe root-complex/endpoint setup as configured via the "pcie_mode"
58804     environment variable will now get passed to the Linux kernel by setting
58805     the device_type property of the PCIe device tree node. For normal root-
58806     complex configuration it will keep its defaults value of "pci" and for
58807     endpoint configuration it will get changed to "pci-endpoint".
58808
58809     Signed-off-by: Stefan Roese <sr@denx.de>
58810
58811 commit eb0615bf600d2caf5aa2958f47f5ba364c52d5e7
58812 Author: Yuri Tikhonov <yur@emcraft.com>
58813 Date:   Thu Apr 24 10:30:53 2008 +0200
58814
58815     lwmon5: watchdog POST fix
58816
58817     Use the GPT0_MASKx registers as the temporary storage for watch-dog
58818     timer POST test instead of GPT0_COMPx. The latter
58819     (GPT0_COMP1..GPT0_COMP5) are used for the log-buffer header.
58820
58821     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
58822     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
58823
58824 commit 78e488298824bc150b5f3ebf7958cd71fa2af1b9
58825 Author: Kim Phillips <kim.phillips@freescale.com>
58826 Date:   Mon Apr 21 18:10:14 2008 -0500
58827
58828     lib_ppc: Revert "Make MPC83xx one step closer to full relocation."
58829
58830     This reverts commit 70431e8a7393b6b793f77957f95b999fc9a269b8 which has
58831     proven problematic getting right from the start at least on 83xx and
58832     4xx.
58833
58834     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
58835
58836 commit a99715b8ebfc500f3f40e01b36b64d473938443d
58837 Author: Detlev Zundel <dzu@denx.de>
58838 Date:   Fri Apr 18 14:50:01 2008 +0200
58839
58840     Realining some header definitions.
58841
58842     Signed-off-by: Detlev Zundel <dzu@denx.de>
58843
58844 commit 4acbc6c7f993cae409c424615415a3e76820f13d
58845 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
58846 Date:   Thu Apr 24 07:57:16 2008 +0200
58847
58848     NE2000: coding style cleanup
58849
58850     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
58851
58852 commit b4aff1ffaf7120032c653357c007faa14f74d29d
58853 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
58854 Date:   Wed Apr 23 00:11:47 2008 +0900
58855
58856     qemu-mips.h: Add CFI support
58857
58858     CONFIG_ENV_OVERWRITE is also added.
58859
58860     This patch is originally created by Jean-Christophe PLAGNIOL-VILLARD.
58861
58862     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
58863     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
58864
58865 commit 4a1f11b45a82908e5b0df602d703082413a6b7ed
58866 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
58867 Date:   Tue Apr 22 22:47:27 2008 +0900
58868
58869     doc/README.mips: Add MIPS notes
58870
58871     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
58872
58873 commit 215b01bba8bc662d35f72b084700b192d367dfb4
58874 Author: Bartlomiej Sieka <tur@semihalf.com>
58875 Date:   Tue Apr 22 12:27:56 2008 +0200
58876
58877     Add support for calculating hashes with watchdog triggering
58878
58879     Implement watchodg-aware variants of hash calculation functions:
58880     - crc32_wd()
58881     - md5_wd()
58882     - sha1_csum_wd()
58883     The above functions calculate the hash of the input buffer in chunks,
58884     triggering the watchdog after processing each chunk. The chunk size
58885     is given as a function call parameter.
58886
58887     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
58888
58889 commit 8875e3abab986df930167ce5c1ac4f95dcacc81c
58890 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
58891 Date:   Wed Apr 23 11:02:12 2008 +0900
58892
58893     qemu-mips: Cleanup whitespace, indentation, etc.
58894
58895     No functional change.
58896
58897     This patch was originally submitted by Jean-Christophe PLAGNIOL-VILLARD.
58898     Then I re-created from scratch, and changed more lines than the original.
58899
58900     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
58901     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
58902
58903 commit 386563197e3a50b0e97ad9aae87f57d9aab909ab
58904 Author: Vlad Lungu <vlad@comsys.ro>
58905 Date:   Wed Oct 10 23:02:09 2007 +0300
58906
58907     Fixed pcnet io_base
58908
58909     Bus and phys address are not always the same
58910
58911     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
58912
58913 commit 11ea26fd1cb63c91403fe04a6eea975cd418603f
58914 Author: Wolfgang Denk <wd@denx.de>
58915 Date:   Thu Apr 24 23:44:26 2008 +0200
58916
58917     drivers/net/pcnet.c: Coding Style cleanup.
58918
58919     Signed-off-by: Wolfgang Denk <wd@denx.de>
58920
58921 commit 899ef7b84578b7cafadfd78488c2fd2aac93f636
58922 Author: Vlad Lungu <vlad@comsys.ro>
58923 Date:   Wed Oct 10 23:04:23 2007 +0300
58924
58925     Added Am79C970A chip id to pcnet
58926
58927     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
58928
58929 commit 17c9de6bb33f676eb776dcbfc46fc1b14c3871a5
58930 Author: Magnus Lilja <lilja.magnus@gmail.com>
58931 Date:   Sun Apr 20 10:35:03 2008 +0200
58932
58933     i.MX31: Fix architecture numbers for ADS and Litekit boards
58934
58935     Correct the Linux architecture number for i.MX31 Litekit and ADS boards.
58936
58937     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
58938
58939 commit e7ae84d6c7288790e88639f57cb60daf89c11369
58940 Author: Magnus Lilja <lilja.magnus@gmail.com>
58941 Date:   Sun Apr 20 10:36:36 2008 +0200
58942
58943     i.MX31: Use symbolic names for Litekit membases.
58944
58945     Use symbolic names instead of hard coded addresses for Litekit membases.
58946
58947     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
58948
58949 commit 2ef1d9b6030d02f576b1bcd9fec948e602522012
58950 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
58951 Date:   Sat Apr 19 17:59:20 2008 +0200
58952
58953     Fix show_boot_progress prototype
58954
58955     in commit fad634071 "make show_boot_progress () weak."
58956     show_boot_progress is supposed to be declared as weak but declared as
58957     inline instead.
58958
58959     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
58960
58961 commit edbed247a14d70b94958010f736621212285de91
58962 Author: Bartlomiej Sieka <tur@semihalf.com>
58963 Date:   Fri Apr 18 12:39:23 2008 +0200
58964
58965     Memory footprint optimizations
58966
58967     As suggested by Wolfgang Denk:
58968     - image printing functions:
58969       - remove wrappers
58970       - remove indentation prefix from functions' signatures
58971     - merge getenv_verify and getenv_autostart into one parametrized function
58972
58973     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
58974
58975 commit 0a0b606faaec4afb3f750b09aa4df1e40a39dcb8
58976 Author: Guennadi Liakhovetski <lg@denx.de>
58977 Date:   Tue Apr 15 13:33:11 2008 +0200
58978
58979     MX31ADS environment variable update, spi and rtc support
58980
58981     Update MX31ADS default environment to better match the flash layout and
58982     the memory map, support SPI and RTC.
58983
58984     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
58985
58986 commit 022f12163595b9a55380c6d77c3119b93d6a9a4b
58987 Author: Kumar Gala <galak@kernel.crashing.org>
58988 Date:   Mon Apr 21 09:28:36 2008 -0500
58989
58990     85xx: Round up frequency calculations to get reasonable output
58991
58992     eg. because of rounding error we can get 799Mhz instead of 800Mhz.
58993
58994     Introduced DIV_ROUND_UP and roundup taken from linux kernel.
58995
58996     Signed-off-by: Dejan Minic <minic@freescale.com>
58997     Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
58998     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
58999     Acked-by: Andy Fleming <afleming@freescale.com>
59000
59001 commit 876b8f978982216ab4a22dcd9efddfcd9b0e04e6
59002 Author: Kumar Gala <galak@kernel.crashing.org>
59003 Date:   Wed Apr 23 16:58:04 2008 -0500
59004
59005     fsl_pci: Only modify registers if we have them
59006
59007     pme_msg_det exists only on PCIe controllers only set it if we are a "bridge".
59008
59009     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
59010
59011 commit 83fe32334337def160b302aa9d152d808bfcc68e
59012 Author: Markus Klotzbücher <mk@denx.de>
59013 Date:   Wed Apr 23 10:57:33 2008 +0200
59014
59015     USB: remove a cpu bug workaround for an unsupported architecture.
59016
59017     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
59018
59019 commit f957576cb53e6cfab412709cfc8db1afd39d21c3
59020 Author: Markus Klotzbücher <mk@denx.de>
59021 Date:   Wed Apr 23 10:53:23 2008 +0200
59022
59023     USB: fix those pesky aliasing warnings issued by gcc-4.2
59024
59025     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
59026     Signed-off-by: Detlev Zundel <dzu@denx.de>
59027
59028 commit 89cdab788f3716b335fefb60b836ebcf975aceab
59029 Author: Mike Frysinger <vapier@gentoo.org>
59030 Date:   Mon Mar 31 11:02:01 2008 -0400
59031
59032     crc32: use uint32_t rather than unsigned long
59033
59034     The envcrc.c does sizeof(unsigned long) when calculating the crc, but
59035     this is done with the build toolchain instead of the target tool
59036     chain, so if the build is a 64bit system but the target is 32bits,
59037     the size will obviously be wrong. This converts all unsigned long
59038     stuff related to crc32 to uint32_t types. Compile tested only: output
59039     of ./tools/envcrc when run on a 32bit build system matches that of a
59040     64bit build system.
59041
59042     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
59043     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
59044
59045 commit 80c40b765b3642ddb9f3392b7898715aab44a29c
59046 Author: Dirk Behme <dirk.behme@googlemail.com>
59047 Date:   Wed Mar 26 09:53:29 2008 +0100
59048
59049     ARM: Davinci: Fix DM644x timer overflow handling and cleanup
59050
59051     Fix ARM based DaVinci DM644x timer overflow handling and cleanup timer code.
59052
59053     Changes:
59054
59055     - Remove *_masked() functions as noted by Wolfgang
59056
59057     - Adapt register naming to recent TI spec (sprue26, March 2007)
59058
59059     - Fix reset_timer() handling
59060
59061     - 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.
59062
59063     [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
59064
59065     - Remove software division of timer count value (DIV(x) macro) and do it in hardware (TIM_CLK_DIV).
59066
59067     Many thanks to Troy Kisky <troy.kisky@boundarydevices.com> and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for the hints & testing!
59068
59069     Patch is compile tested with davinci_dvevm & sonata & schmoogie configuration and tested by Pieter on DaVinci EVM hardware.
59070
59071     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
59072     Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
59073
59074 commit a6e6fc610e39dec41b79680413d4ed38145bd3c8
59075 Author: Sergei Poselenov <sposelenov@emcraft.com>
59076 Date:   Wed Apr 9 16:09:41 2008 +0200
59077
59078     Added watchdog triggering calls in the "mtest" test function.
59079
59080     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
59081
59082 commit d32a874b9b4c1e949ee38be7790f6bf6d6143451
59083 Author: Yuri Tikhonov <yur@emcraft.com>
59084 Date:   Sun Apr 6 19:19:14 2008 +0200
59085
59086     lwmon5 watchdog: limit trigger rate
59087
59088     Limit the rate of h/w watch-dog triggering on the LWMON5 board by
59089     the CONFIG_WD_MAX_RATE value.
59090
59091     Note that an earlier version of this patch which used microseconds
59092     instead of ticks dis not work. The problem was that we used
59093     usec2ticks() to convert microseconds into ticks. usec2ticks() uses
59094     get_tbclk(), which in turn calls get_sys_info(). It turns out that
59095     this function does a lot of prolonged operations (like divisions)
59096     which take too much time so we do not trigger the watchdog in time,
59097     and it resets the system.
59098
59099     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
59100
59101 commit 2d2b994a30bb100774dc747ae9865b7f95285a88
59102 Author: Yuri Tikhonov <yur@emcraft.com>
59103 Date:   Mon Mar 31 10:51:37 2008 +0200
59104
59105     POST: move CONFIG_POST to Makefiles
59106
59107     Introduce the new logical option CONFIG_HAS_POST which is set when the
59108     platform has CONFIG_POST set. Use CONFIG_HAS_POST in the post/ Makefiles
59109     to determine should the POST libs be compiled for the selected target
59110     platform, or not.
59111
59112     To avoid breaking u-boot linking process, the empty post/libpost.a file is
59113     created for platforms which do not have POSTs.
59114
59115     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
59116     Signed-off-by: Wolfgang Denk <wd@denx.de>
59117
59118 commit 0a51e9248e2d27e0a02ef1e740c576ce90a39ee1
59119 Author: Yuri Tikhonov <yur@emcraft.com>
59120 Date:   Mon Mar 31 10:49:34 2008 +0200
59121
59122     POST: preparations for moving CONFIG_POST to Makefiles
59123
59124     Remove CONFIG_POST ifdefs from the post/ source files.
59125
59126     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
59127     Signed-off-by: Wolfgang Denk <wd@denx.de>
59128
59129 commit 5d40d4430d9ebc8434c6f0798594836e1efa7a1e
59130 Author: Stefan Roese <sr@denx.de>
59131 Date:   Tue Apr 22 14:14:20 2008 +0200
59132
59133     ppc4xx: Fix Canyonlands and Glacier default environment for fdt usage
59134
59135     This patch fixes the Canyonlands and Glacier default environment to better
59136     fit to the arch/powerpc device-tree kernels. The variables dealing with
59137     arch/ppc booting are removed, since these boards are supported only in
59138     arch/powerpc. Glacier uses the same config file as Canyonlands.
59139
59140     Also, the Glacier now uses non-FPU rootpath, since 460GT has no FPU.
59141
59142     Signed-off-by: Stefan Roese <sr@denx.de>
59143
59144 commit b789cb4a4c0c1deff82053539cfe29a9c6e23f8b
59145 Author: Stefan Roese <sr@denx.de>
59146 Date:   Tue Apr 22 14:06:42 2008 +0200
59147
59148     ppc4xx: Small coding style cleanup for the latest esd patches
59149
59150     Signed-off-by: Stefan Roese <sr@denx.de>
59151
59152 commit 79941d63bc03aed8c48d7602f18217cc200ee931
59153 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59154 Date:   Mon Apr 21 18:01:07 2008 +0200
59155
59156     ppc4xx: Update CPU strapping for PMC440 boards
59157
59158     This patch removes the temporary 'test' strapping option
59159     of the sbe command. The '667' strapping option now uses
59160     a PLB/PCI divider of 3.
59161
59162     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59163
59164 commit f00cf3193a6635355b121e90debb2f54e777e7da
59165 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59166 Date:   Mon Apr 21 14:42:21 2008 +0200
59167
59168     ppc4xx: Remove unused APC405 strataflash driver
59169
59170     The APC405 board support has been migrated to use the common
59171     CFI flash driver.
59172
59173     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59174
59175 commit 1c686676a86473bbd92151f0544e109413f6ed06
59176 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59177 Date:   Mon Apr 21 14:42:17 2008 +0200
59178
59179     ppc4xx: Update APC405 configuration
59180
59181     - enable esd's auto_update mechanism
59182     - support alternative flash layout on rev. 1.8 boards
59183     - update default environment
59184     - use common CFI flash driver
59185     - coding style cleanup
59186
59187     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59188
59189 commit 0b9872515a521bf7866dc24b85ddce708e60d702
59190 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59191 Date:   Mon Apr 21 14:42:11 2008 +0200
59192
59193     ppc4xx: Update APC405 board support
59194
59195     - enable esd's auto_update mechanism
59196     - fix LCD support on latest hardware revision (uses other LCD controller)
59197     - support alternative flash layout on rev. 1.8 boards
59198     - coding style cleanup
59199
59200     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59201
59202 commit 83975d02e225e231960784972e7820a8b303756b
59203 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59204 Date:   Mon Apr 21 14:42:06 2008 +0200
59205
59206     ppc4xx: update esd's common auto_update code for 405 boards
59207
59208     - Coding style cleanup (long lines)
59209     - improve handling of protected flash regions
59210     - remove dead code
59211
59212     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59213
59214 commit b9233fe5d59cb25d975071616bd1035d6f4c2285
59215 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59216 Date:   Mon Apr 21 14:41:59 2008 +0200
59217
59218     ppc4xx: Update esd's common LCD code for 405 boards
59219
59220     - Coding style cleanup (long lines)
59221     - Add s1d13505 support
59222     - Make some functions return a result code instead of void
59223
59224     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59225
59226 commit dea68189424c3f1242427a8146a3861bf093173c
59227 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59228 Date:   Mon Apr 21 11:36:55 2008 +0200
59229
59230     ppc4xx: Update FPGA image for APC405 boards
59231
59232     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59233
59234 commit 2a05b152924acfcec3b037693329e517e6d3578f
59235 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59236 Date:   Mon Apr 21 11:36:08 2008 +0200
59237
59238     ppc4xx: Update bootlogo for APC405 boards
59239
59240     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59241
59242 commit 8deafdc6ad368368cf03b58cab4bd39f45d64b5c
59243 Author: Stefan Roese <sr@denx.de>
59244 Date:   Fri Apr 18 16:41:31 2008 +0200
59245
59246     ppc4xx: Add dcache_enable() for 440
59247
59248     dcache_enable() was missing for 440 and the patch
59249     017e9b7925f74878d0e9475388cca9bda5ef9482 ["allow ports to override bootelf
59250     "] behavior uses this function.
59251
59252     Note: Currently the cache handling functions like
59253     d/icache_disable/enable() are NOP's on 440. This may be changed in the
59254     future.
59255
59256     Signed-off-by: Stefan Roese <sr@denx.de>
59257
59258 commit a49e0d177a0749614b316ec847fb623f09c82c07
59259 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59260 Date:   Mon Apr 21 11:19:04 2008 +0200
59261
59262     video: Add missing free for logo memory
59263
59264     This patch adds two missing free()s.
59265
59266     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59267
59268 commit 84c01d3a05ae3aca5f7c0c13a31ca72ba1199a42
59269 Author: Troy Kisky <troy.kisky@boundarydevices.com>
59270 Date:   Mon Sep 24 16:41:43 2007 -0700
59271
59272     PATCH - Fix oob data copied into supplied buffer
59273
59274     This patch correctly sets the oobavail variable
59275     and fixes a bug where the oob data was not valid when
59276     there where multiple groups in oobfree.
59277
59278     First segment fixes a typo
59279     Second segment fixes a bug where oob data may be copied incorrectly.
59280     Third segment adds an error message when exiting due to write protect.
59281     Forth segment fixes a bug where oobavail may be set incorrectly.
59282
59283     Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
59284
59285 commit e1d09680f64b452adde89ed9fe28a77c56bedc9a
59286 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59287 Date:   Fri Apr 18 17:24:32 2008 +0200
59288
59289     ppc4xx: Fix sys_get_info() for 405GP(r)
59290
59291     This patch assigns the correct EBC clock for 405GP(r) CPUs
59292     to PPC4xx_SYS_INFO structure. Without this patch U-Boot
59293     uses an uninitialized EBC clock in its startup message.
59294
59295     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59296
59297 commit dc7746d86d2a3dfe01ab9a70cb427f92adc303c7
59298 Author: Wolfgang Denk <wd@denx.de>
59299 Date:   Sun Apr 20 15:39:38 2008 -0700
59300
59301     Makefile: remove nand_spl/System.map when cleaning up.
59302
59303 commit d9a42c0ace4d4f9cb061d62a7265d1780f90447b
59304 Author: Wolfgang Denk <wd@denx.de>
59305 Date:   Sun Apr 20 15:35:52 2008 -0700
59306
59307     MAKEALL: sort entries / lists.
59308
59309     Signed-off-by: Wolfgang Denk <wd@denx.de>
59310
59311 commit 0878af169b181868a105b5c33f3a6423e2c9fd60
59312 Author: Kumar Gala <galak@kernel.crashing.org>
59313 Date:   Fri Apr 18 11:29:01 2008 -0500
59314
59315     85xx: Fix size of cpu-release-addr property
59316
59317     The cpu-release-addr is defined as always being a 64-bit quanity regardless
59318     if we are running on a 32-bit or 64-bit machine.
59319
59320 commit 88353a985109562a639b2f8a0c90d77011bfe374
59321 Author: Timur Tabi <timur@freescale.com>
59322 Date:   Fri Apr 4 11:15:58 2008 -0500
59323
59324     Fix calculation of I2C clock for some 85xx chips
59325
59326     Some 85xx chips use CCB as the base clock for the I2C.  Some use CCB/2, and
59327     some use CCB/3.  There is no pattern that can be used to determine which
59328     chips use which frequency, so the only way to determine is to look up the
59329     actual SOC designation and use the right value for that SOC.
59330
59331     Update immap_85xx.h to include the GUTS PORDEVSR2 register.
59332
59333     Signed-off-by: Timur Tabi <timur@freescale.com>
59334
59335 commit 1e01477aeaf409ddb97e2633aab9cf8c9c60612e
59336 Author: Wolfgang Denk <wd@denx.de>
59337 Date:   Fri Apr 18 11:44:27 2008 -0700
59338
59339     Fix build breakage casued by commit c0559be371b2
59340
59341         Change env_get_char from a global function ptr to a function.
59342
59343     Signed-off-by: Wolfgang Denk <wd@denx.de>
59344
59345 commit 268a804d7e2fa07b64211fd2f9a9615db4539f23
59346 Author: Wolfgang Denk <wd@denx.de>
59347 Date:   Fri Apr 18 10:53:41 2008 -0700
59348
59349     Coding Style cleanup, update CHANGELOG.
59350
59351     Signed-off-by: Wolfgang Denk <wd@denx.de>
59352
59353 commit 92bad20ad74b70adf3839df9a0a47cce000ac3d7
59354 Author: Mike Frysinger <vapier@gentoo.org>
59355 Date:   Tue Apr 8 14:00:57 2008 -0400
59356
59357     Add support for u-boot in svn and localversion-* files
59358
59359     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
59360
59361 commit d23ff6827decf121461fbc5622612fd7effe207e
59362 Author: Guennadi Liakhovetski <lg@denx.de>
59363 Date:   Thu Apr 3 17:04:22 2008 +0200
59364
59365     MX31ADS network and flash updates
59366
59367     This patch allows U-Boot to use buffered writes to the Spansion NOR
59368     flash installed on this board, and eliminates long delays in network
59369     transfers after the board startup.
59370
59371     Also modify flash layout to embed main and redundant environment
59372     blocks in the U-Boot image.
59373
59374     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
59375
59376 commit b5dc9b304d289831f291843ff88a45cbdf1a6290
59377 Author: Guennadi Liakhovetski <lg@denx.de>
59378 Date:   Mon Apr 14 10:53:12 2008 +0200
59379
59380     Support for the MX31ADS evaluation board from Freescale
59381
59382     This patch adds support for the MX31ADS evaluation board from Freescale,
59383     initialization code is copied from RedBoot sources, also provided by
59384     Freescale.
59385
59386     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
59387
59388 commit 499e7831e1baaac6bfb959213f1950c216fbc5ba
59389 Author: Stefan Roese <sr@denx.de>
59390 Date:   Tue Apr 8 10:33:29 2008 +0200
59391
59392     ppc4xx: Change Canyonlands to support booting from 2k page NAND devices
59393
59394     Signed-off-by: Stefan Roese <sr@denx.de>
59395
59396 commit 5e182dce04d68cc94407a1b1fa09307f2bb96719
59397 Author: Stefan Roese <sr@denx.de>
59398 Date:   Tue Apr 8 10:33:28 2008 +0200
59399
59400     ppc4xx: Adjust Canyonlands fixed DDR2 setup (NAND booting) to 512MB SODIMM
59401
59402     Signed-off-by: Stefan Roese <sr@denx.de>
59403
59404 commit fe7c0db6b2a9004f96c2a2d4fff2849e19c2d825
59405 Author: Stefan Roese <sr@denx.de>
59406 Date:   Tue Apr 8 10:33:27 2008 +0200
59407
59408     ppc4xx: Add Glacier NAND booting target
59409
59410     Signed-off-by: Stefan Roese <sr@denx.de>
59411
59412 commit 46f373838e384a4c23d13581b1dfa5acb66b5810
59413 Author: Stefan Roese <sr@denx.de>
59414 Date:   Tue Apr 8 10:31:00 2008 +0200
59415
59416     nand_spl: Update nand_spl to support 2k page size NAND devices
59417
59418     This patch adds support for booting from 2k page sized NAND device
59419     (e.g. Micron 29F2G08AAC).
59420
59421     Tested on AMCC Canyonlands.
59422
59423     Signed-off-by: Stefan Roese <sr@denx.de>
59424
59425 commit 5e3dca577b7c1bf58bd2b48449b18b7e7dcd8e04
59426 Author: Anatolij Gustschin <agust@denx.de>
59427 Date:   Thu Apr 17 18:18:00 2008 +0200
59428
59429     Fix crash on sequoia in ppc_4xx_eth_init
59430
59431     Currently U-Boot crashes in ppc_4xx_eth_init on sequoia
59432     with cache enabled (TLB Parity exeption). This patch
59433     fixes the problem.
59434
59435     Signed-off-by: Anatolij Gustschin <agust@denx.de>
59436
59437 commit accf7355767dc7f6b85d88bb1c75c9d95e84ba5b
59438 Author: Anatolij Gustschin <agust@denx.de>
59439 Date:   Thu Apr 17 18:15:27 2008 +0200
59440
59441     ppc4xx: Fix crash on sequoia with cache enabled
59442
59443     Currently U-Boot crashes on sequoia board in CPU POST if
59444     cache is enabled (CONFIG_4xx_DCACHE defined). The cache
59445     won't be disabled by change_tlb before CPU POST because
59446     there is an insufficient adress range check since
59447     CFG_MEM_TOP_HIDE was introduced. This patch tries to fix
59448     this problem.
59449
59450     Signed-off-by: Anatolij Gustschin <agust@denx.de>
59451
59452 commit 43c509254fab375c49936498da944658117ed07c
59453 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
59454 Date:   Thu Apr 17 23:35:13 2008 +0900
59455
59456     Use jr as register jump instruction
59457
59458     Current assembler codes are inconsistent in the way of register jump
59459     instruction usage; some use jr, some use j. Of course GNU as allows both
59460     usages, but as can be expected from `Jump Register' the mnemonic `jr' is
59461     more intuitive than `j'. For example, Linux doesn't have `j <reg>' usage
59462     at all.
59463
59464     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
59465
59466 commit 7ce63709828d37b08866e537339a169bd0db2bd3
59467 Author: Guennadi Liakhovetski <lg@denx.de>
59468 Date:   Tue Apr 15 14:15:30 2008 +0200
59469
59470     RTC driver for MC13783
59471
59472     MC13783 is a multifunction IS with an SPI interface to the host. This
59473     driver handles the RTC controller in this chip.
59474
59475     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
59476
59477 commit 38254f45b0b412332726c90d3184ad47479fcffb
59478 Author: Guennadi Liakhovetski <lg@denx.de>
59479 Date:   Tue Apr 15 14:14:25 2008 +0200
59480
59481     New i.MX31 SPI driver
59482
59483     This is an SPI driver for i.MX and MXC based SoCs from Freescale. So far
59484     only implemented and tested on i.MX31, can with a modified register layout
59485     and definitions be used for i.MX27, I think, MXC CPUs have similar SPI
59486     controllers too.
59487
59488     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
59489
59490 commit 7064122c2eef92f02a03ef37a1a1c07e70cd4e38
59491 Author: Magnus Lilja <lilja.magnus@gmail.com>
59492 Date:   Tue Apr 15 19:09:10 2008 +0200
59493
59494     Fix name of i.MX31 boards in config file header
59495
59496     Correct the name of the i.MX31 Litekit and phyCORE boards in config files.
59497
59498     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
59499
59500 commit a49864593e083a5d0779fb9ca98e5a0f2053183d
59501 Author: Mike Frysinger <vapier@gentoo.org>
59502 Date:   Sun Apr 13 19:42:19 2008 -0400
59503
59504     allow ports to override go behavior
59505
59506     Split the arch-specific logic out of the common go code and into a dedicated
59507     weak function called do_go_exec() that lives in cpu directories.  This will
59508     need review from i386/nios people to make sure I didn't break them.
59509
59510 commit 017e9b7925f74878d0e9475388cca9bda5ef9482
59511 Author: Mike Frysinger <vapier@gentoo.org>
59512 Date:   Sun Apr 13 19:42:18 2008 -0400
59513
59514     allow ports to override bootelf behavior
59515
59516     Change the bootelf setup function into a dedicated weak function called
59517     do_bootelf_exec.  This way ports can control the behavior however they
59518     like before/after calling the ELF entry point.
59519
59520 commit a4b46ed6b3502335c3f3a5d672abe0bcb44f20b7
59521 Author: Ulf Samuelsson <ulf@atmel.com>
59522 Date:   Sat Apr 12 20:56:03 2008 +0200
59523
59524     Reorder ARM boards in Makefile
59525
59526     Rearrange ARM boards in Makefile so that ARM926EJ-S boards
59527     are no longer under ARM92xT header.
59528
59529     Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
59530     Ack-By Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
59531
59532 commit c3a60cb3bd67e120fc99b6ba88d9295c3c07f688
59533 Author: Ulf Samuelsson <ulf@atmel.com>
59534 Date:   Sat Apr 12 20:29:44 2008 +0200
59535
59536     Clean up dataflash partitioning
59537
59538     This patch removes the board dependent parts from
59539     "drivers/mtd/dataflash.c".
59540     Each board relying on this, will have the appropriate
59541     code in a new file, "partition.c" in the board directory.
59542     board Makefiles updated to use the file.
59543
59544     The dataflash partitions are aligned on sector/page boundaries.
59545
59546     The CONFIG_NEW_DF_PARTITION was used to create named partitions
59547     This is now the default operation, and the CONFIG variable is removed.
59548
59549     Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
59550
59551 commit 51ecde946fec511a16346e498204ca10ad71080d
59552 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
59553 Date:   Sat Apr 12 14:08:45 2008 +0200
59554
59555     gitignore: udpate stgit generated and .patch file
59556
59557     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
59558
59559 commit 66e39818e95f51ee1c1dd2094407a8929543fa6d
59560 Author: Wolfgang Denk <wd@denx.de>
59561 Date:   Fri Apr 18 00:15:36 2008 -0700
59562
59563     Get rid of redundant copy of renamed header file.
59564
59565     Signed-off-by: Wolfgang Denk <wd@denx.de>
59566
59567 commit c3aafd8cf814e33a77de81c2f22b8c772216a3cc
59568 Author: Vlad Lungu <vlad@comsys.ro>
59569 Date:   Fri Apr 11 21:20:14 2008 +0300
59570
59571     Fix dependency generation for older gcc versions
59572
59573      With gcc 3.3.3 at least, compilation fails with
59574
59575     Generating include/autoconf.mk
59576     gcc: compilation of header file requested
59577     make: *** [include/autoconf.mk] Error 1
59578
59579     since commit 16fe77752eee099b9fb61ed73460e51cc94b37ba.
59580
59581     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
59582
59583 commit cb1c4896905ab22fcd982e6a8a539f0031942e71
59584 Author: Marian Balakowicz <m8@semihalf.com>
59585 Date:   Fri Apr 11 11:07:49 2008 +0200
59586
59587     Restore the ability to continue booting after legacy image overwrite
59588
59589     Before new uImage code was merged, bootm code allowed for the kernel image to
59590     get overwritten during decompresion. new uImage introduced a check for image
59591     overwrites and refused to boot the image that got overwritten. This patch
59592     restores the old behavior. It also adds a warning when the image overwriten is
59593     a multi-image file, because in such case accessing componentes other than the
59594     first one will fail.
59595
59596     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
59597
59598 commit de2b3216e6b4f3b2fe93759c05b17504f9dfe036
59599 Author: Marian Balakowicz <m8@semihalf.com>
59600 Date:   Fri Apr 11 11:07:43 2008 +0200
59601
59602     ppc: Fix ftd_blob variable init when processing raw blob
59603
59604     Set fdt_blob variable before its value is printed out.
59605
59606     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
59607
59608 commit 3d36be030043cd841a2551d00a395135e363a64b
59609 Author: Jason Wessel <jason.wessel@windriver.com>
59610 Date:   Thu Apr 10 14:30:16 2008 -0500
59611
59612     Remove all the search paths from the .lds files.
59613
59614     The cross compiler is responsible for providing the correct libraries
59615     and the logic to find the linking libraries.
59616
59617     Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
59618
59619 commit 7d721e34ae6be7d7db63e8d060a246278bb7ae58
59620 Author: Bartlomiej Sieka <tur@semihalf.com>
59621 Date:   Mon Apr 14 15:44:16 2008 +0200
59622
59623     Boot-related documentation update
59624
59625     - document 'bootm_low' and 'bootm_size' environment variables
59626     - update inaccurate CFG_BOOTMAPSZ entry
59627
59628     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
59629
59630 commit a6f0bd9f2b1971e2a61ac0fd1fc2c96cb7a4b67a
59631 Author: Guennadi Liakhovetski <lg@denx.de>
59632 Date:   Wed Apr 9 17:34:08 2008 +0200
59633
59634     Fix regression introduced by a typo in "Tidied other cpu/arm920t/start.S code"
59635
59636     Restore logic reverted by commit
59637
59638     commit 80767a6cead9990d9e77e62be947843c2c72f469
59639     Author: Peter Pearse <peter.pearse@arm.com>
59640     Date:   Wed Sep 5 16:04:41 2007 +0100
59641
59642         Changed API name to coloured_led.h
59643         Removed code using deprecated ifdef CONFIG_BOOTBINFUNC
59644         Tidied other cpu/arm920t/start.S code
59645
59646     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
59647
59648 commit e25cb8d3f4fcc265a9cdf8e9d577b59bdb64bbaf
59649 Author: Mike Frysinger <vapier@gentoo.org>
59650 Date:   Tue Apr 8 10:24:24 2008 -0400
59651
59652     Remove conflicting NAND ID
59653
59654     There are two NAND entries with ID 0xDC and this obviously causes problems.
59655     In the kernel, they punted the first entry, so we should do the same.
59656
59657     See this upstream e-mail for more info:
59658     http://lists.infradead.org/pipermail/linux-mtd/2007-July/018795.html
59659
59660     Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
59661     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
59662
59663 commit 188e94c370621708d13547d58dbc6ed3c5602aa8
59664 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
59665 Date:   Tue Apr 8 16:20:35 2008 +0900
59666
59667     cpu/mips/cpu.c: Fix flush_cache bug
59668
59669     Cache operations have to take line address (addr), not start_addr.
59670     I noticed this bug when debugging ping failure.
59671
59672     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
59673
59674 commit 8f2a68a07c058fca1d413e54f71c2e7e78a74ed4
59675 Author: Martin Krause <martin.krause@tqs.de>
59676 Date:   Thu Apr 3 14:29:01 2008 +0200
59677
59678     TQM5200: fix default IDE reset level
59679
59680     Before the first call of ide_reset(), the level of the IDE reset
59681     signal on the TQM5200 is low (reset asserted). This patch sets the
59682     default value to high (reset not asserted).
59683
59684     Currently this patch fixes no real problem, but it is cleaner to
59685     assert the reset signal only on demand, and not permanently.
59686
59687     Signed-off-by: Martin Krause <martin.krause@tqs.de>
59688
59689 commit c61e033d6e8abb7b4060ee36060961e1399f6079
59690 Author: Detlev Zundel <dzu@denx.de>
59691 Date:   Thu Apr 3 14:18:48 2008 +0200
59692
59693     mgcoge, mgsuv: realign CONFIG_EXTRA_ENV_SETTING
59694
59695     Signed-off-by: Detlev Zundel <dzu@denx.de>
59696
59697 commit f308572e19eb7fe63aa3d41f214cde4c23c9800f
59698 Author: Detlev Zundel <dzu@denx.de>
59699 Date:   Thu Apr 3 14:18:47 2008 +0200
59700
59701     mgcoge, mgsuv: rename 'addcon' to 'addcons'
59702
59703     The latter name with 13 users is already established, so we will use
59704     that.
59705
59706     Signed-off-by: Detlev Zundel <dzu@denx.de>
59707
59708 commit e175eacc87c3a9e4dad0799fee0e95732520afc7
59709 Author: Martin Krause <martin.krause@tqs.de>
59710 Date:   Thu Apr 3 13:37:56 2008 +0200
59711
59712     IDE: fix bug in reset sequence
59713
59714     According to the ata (ata5) specification the RESET- signal
59715     shall be asserted for at least 25 us. Without this patch,
59716     the RESET- signal is asserted on some boards for only < 1 us
59717     (e. g. on the TQM5200). This patch adds a general delay of
59718     25 us to the RESET- signal.
59719
59720     Without this patch a Platinum 4 GiB CF card is not recognised
59721     properly on boards with a TQM5200 (STK52xx, TB5200).
59722
59723     Signed-off-by: Martin Krause <martin.krause@tqs.de>
59724
59725 commit 813bea96a960916c72b4a3a7df840151529c26ce
59726 Author: Sascha Laue <Sascha.Laue@gmx.biz>
59727 Date:   Thu Apr 3 14:43:11 2008 +0200
59728
59729     lwmon5: disable CONFIG_ZERO_BOOTDELAY
59730
59731     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
59732
59733 commit 53eec6f1d25932e76d63ccb14082792b0b96bf41
59734 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
59735 Date:   Wed Apr 2 08:03:58 2008 +0200
59736
59737     ds174x: Fix warning on return in rtc_get and rtc_set functions
59738
59739     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
59740
59741 commit a253b38bf50c85227c33ca0febc870ee49d1588e
59742 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
59743 Date:   Wed Apr 2 08:03:57 2008 +0200
59744
59745     cmd_log.c: Fix assignment differ in signedness
59746
59747     In function 'logbuff_init_ptrs':
59748     cmd_log.c:79: warning: pointer targets in assignment differ in signedness
59749
59750     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
59751
59752 commit 6c0e9a8f1cc090fbfbc6f86b6b4fd17a1628f3df
59753 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
59754 Date:   Wed Apr 2 11:04:43 2008 +0530
59755
59756     Remove duplicate #undef SHOW_INFO in drivers/usb/usb_ohci.c
59757
59758     Signed-off-by: gururaja hebbar <gururajakr@sanyo.co.in>
59759
59760 commit 478d5ec9ae3cbcc6040241d2d73dbbc61fe9b49d
59761 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
59762 Date:   Tue Apr 1 14:07:10 2008 +0200
59763
59764     s3c4510b_eth: fix 'packed' attribute ignored for fields of MACFrame
59765
59766     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
59767
59768 commit c08fb3ea36d19b1640b7906264581e9105534399
59769 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
59770 Date:   Tue Apr 15 10:24:14 2008 +0200
59771
59772     Additional PCI IDs for IDE and network controllers
59773
59774     These PCI IDs are required by the Linkstation platforms.
59775
59776     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
59777
59778 commit c0559be371b2a64b1a817088c3308688e2182f93
59779 Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
59780 Date:   Mon Apr 14 23:01:50 2008 +0200
59781
59782     Change env_get_char from a global function ptr to a function.
59783
59784     This avoids an early global data reference.
59785
59786     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
59787
59788 commit 3e0f331c05d72f140715c1e9fca991927e44d422
59789 Author: Guennadi Liakhovetski <lg@denx.de>
59790 Date:   Tue Apr 29 12:35:08 2008 +0000
59791
59792     Clean up smsc911x driver
59793
59794     Replace direct register address derefencing with accessor functions.
59795     Restrict explicitly 32-bit bus-width, extend affected configurations
59796     respectively.
59797
59798     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
59799     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
59800
59801 commit de1b686b763aa8b87a86f6748ce9169e7fc0e4cd
59802 Author: Sascha Hauer <s.hauer@pengutronix.de>
59803 Date:   Tue Apr 15 00:08:20 2008 -0400
59804
59805     This patch adds a driver for the following smsc network controllers:
59806     LAN9115
59807     LAN9116
59808     LAN9117
59809     LAN9215
59810     LAN9216
59811     LAN9217
59812
59813     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
59814     Signed-off-by: Guennadi Liakhovetski<lg@denx.de>
59815     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
59816
59817 commit 3dfd4aab929cccddb63d9ea509967861e1333b52
59818 Author: Sascha Laue <Sascha.Laue@gmx.biz>
59819 Date:   Tue Apr 1 15:13:03 2008 +0200
59820
59821     Fix watchdog POST for lwmon5
59822
59823     If the hardware watchdog detects a voltage error, the watchdog sets
59824     GPIO62 to low. The watchdog POST has to detect this low level.
59825
59826     Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
59827
59828 commit 24b448448a917e52806f82660a5c9d47608894fb
59829 Author: Dave Liu <r63238@freescale.com>
59830 Date:   Tue Apr 1 15:22:11 2008 +0800
59831
59832     ata: update the libata.h from ata.h of linux kernel
59833
59834     Current libata.h of u-boot is out of sync from linux kernel,
59835     this patch make it be consistent with linux kernel.
59836
59837     Signed-off-by: Dave Liu <daveliu@freescale.com>
59838     Signed-off-by: Tor Krill <tor@excito.com>
59839
59840 commit f8f9dc98883f66f59eb0601da65808e6b139c87c
59841 Author: Kumar Gala <galak@kernel.crashing.org>
59842 Date:   Mon Mar 31 11:59:27 2008 -0500
59843
59844     Allow use of ARCH=powerpc when building
59845
59846     The linux kernel is now mostly ARCH=powerpc, so to make life easier
59847     allow use to use ARCH=powerpc and convert it to ARCH=ppc.
59848
59849     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
59850
59851 commit 8af657d2c6d1ca4f2f76973531394d4578ba2ef0
59852 Author: Kyungmin Park <kmpark@infradead.org>
59853 Date:   Mon Mar 31 10:40:54 2008 +0900
59854
59855     Add apollon board MAINTAINERS entry
59856
59857     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
59858
59859 commit 77e475cc0ed1832160017d364be32a0be9ff02a9
59860 Author: Kyungmin Park <kmpark@infradead.org>
59861 Date:   Mon Mar 31 10:40:36 2008 +0900
59862
59863     Fix OneNAND read
59864
59865     It should access with 16-bit instead of 8-bit
59866
59867     Now it uses the generic memcpy with 8-bit access. It means it reads wrong data from OneNAND.
59868
59869     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
59870
59871 commit a9da2b41079d230db3a5641625311983f85ce1fb
59872 Author: Kyungmin Park <kmpark@infradead.org>
59873 Date:   Mon Mar 31 10:40:19 2008 +0900
59874
59875     Fix OneNAND erase command
59876
59877     It mis-calculates the block address.
59878     Also fix DECLARE_GLOBAL_DATA_PTR in env_onenand.
59879
59880     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
59881
59882 commit 61525f2ffa156665a66908fda47dbf29d65ea579
59883 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
59884 Date:   Mon Mar 31 01:32:15 2008 +0200
59885
59886     Support for LinkStation / KuroBox HD and HG PPC models
59887
59888     This patch is based on the port by Mihai Georgian (see linkstation.c for
59889     Copyright information) and implements support for LinkStation / KuroBox HD
59890     and HG PPC models from Buffalo Technology, whereby HD is deactivated at
59891     the moment, pending network driver fixing.
59892
59893     Notice to users: this is pretty much a barebone port. Support for network
59894     on HG models is already in the U-Boot mainline, but you might also want
59895     patches to switch fan / phy modes depending on the negotiated ethernet
59896     parameters. This patch also doesn't support console switching, booting EM
59897     mode, Buffalo specific ext2 magic number. So, if you want to use any of
59898     those, you need additional patches. Otherwise this patche provides a fully
59899     functional u-boot with a network console on your system.
59900
59901     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
59902
59903 commit 0f3ba7e9783f352318f197a3148f6d5cc3d75bea
59904 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
59905 Date:   Sun Mar 30 01:22:13 2008 -0500
59906
59907     Add CONFIG_MII_INIT support to related boards
59908
59909     Replace CONFIG_8xx and CONFIG_MCF532x to CONFIG_MII_INIT in
59910     cmd_init.c. Add CONFIG_MII_INIT to board configuration files
59911     that use mii_init() in cmd_init.c.
59912
59913     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
59914     Acked-by: Ben Warren <biggerbadderben@gmail.com>
59915
59916 commit f33fca22e76f20e4e4793810ca7a06a4805a6cf4
59917 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
59918 Date:   Sun Mar 30 01:19:06 2008 -0500
59919
59920     Update CONFIG_PCIAUTO_SKIP_HOST_BRIDGE to related boards
59921
59922     Remove test for CONFIG_MPC5200 in drivers/pci/pci_auto.c and define
59923     CONFIG_PCIAUTO_SKIP_HOST_BRIDGE in related board configuration files.
59924
59925     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
59926
59927 commit e99ccb488181d012248c6be30b2093e950319fc5
59928 Author: Kumar Gala <galak@kernel.crashing.org>
59929 Date:   Thu Mar 27 11:46:38 2008 -0500
59930
59931     Introduce phys_size_t and move phys_addr_t into asm/types.h
59932
59933     Also add CONFIG_PHYS_64BIT on powerpc to deal with 32-bit ppc's
59934     that have larger physical addresses like 44x, 85xx, and 86xx.
59935
59936     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
59937
59938 commit 20a14a42a25f72e379f38460b8a8484667536795
59939 Author: Andy Fleming <afleming@freescale.com>
59940 Date:   Wed Apr 2 16:19:07 2008 -0500
59941
59942     Rename include/md5.h to include/u-boot/md5.h
59943
59944     Some systems have md5.h installed in /usr/include/. This isn't the
59945     desired file (we want the one in include/md5.h). This will avoid the
59946     conflict. This fixes the host tools building problem by creating a new
59947     directory for U-Boot specific header files.
59948
59949     [Patch by Andy Fleming, modified to use separate directory by Wolfgang
59950     Denk]
59951
59952     Signed-off-by: Wolfgang Denk <wd@denx.de>
59953     Signed-off-by: Andy Fleming <afleming@freescale.com>
59954     Acked-by: Timur Tabi <timur@freescale.com>
59955
59956 commit f297b7a1ec87433f66320d89d993e1bc738c66b8
59957 Author: Dave Liu <r63238@freescale.com>
59958 Date:   Thu Mar 27 18:51:17 2008 +0800
59959
59960     drivers: code clean up
59961
59962     Signed-off-by: Dave Liu <daveliu@freescale.com>
59963
59964 commit 0ff7cba4a2e51c90827f6d21a0b28b4d67109597
59965 Author: Dave Liu <r63238@freescale.com>
59966 Date:   Thu Mar 27 18:50:41 2008 +0800
59967
59968     drivers: clean up the ata_piix.h
59969
59970     Signed-off-by: Dave Liu <daveliu@freescale.com>
59971
59972 commit e8f7ba404f1409606962815ecc955a06984b08b3
59973 Author: Dave Liu <r63238@freescale.com>
59974 Date:   Thu Mar 27 18:49:56 2008 +0800
59975
59976     doc: english polishing for README.sata
59977
59978     according to gvb's suggestion, polishing for the doc.
59979
59980     Signed-off-by: Jerry Van Baren <gerald.vanbaren@ge.com>
59981     Signed-off-by: Dave Liu <daveliu@freescale.com>
59982
59983 commit 3e3f766a5274d204780460e1879723b565296d34
59984 Author: Kumar Gala <galak@kernel.crashing.org>
59985 Date:   Wed Mar 26 18:53:28 2008 -0500
59986
59987     Fix warnings introduced by I2C bus speed setting patch
59988
59989     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
59990
59991 commit 3c735e7437150e8615f26930c7819db85634276d
59992 Author: eran liberty <eran.liberty@gmail.com>
59993 Date:   Thu Mar 27 00:50:49 2008 +0100
59994
59995     Altera Stratix II support
59996
59997     Adds Support for Altera's Stratix II.
59998
59999     Within your board specific init file you will have to call
60000
60001     1. fpga_init (/* relocated code offset. usually => */ gd->reloc_off);
60002     2. fpga_add (fpga_altera, (Altera_desc*)&altera_desc);
60003
60004     Altera_desc* contines (for example):
60005         {
60006          Altera_StratixII,      /* part type */
60007          passive_serial,        /* interface type */
60008          1,                     /* bytes of data part can accept */
60009          (void *)(&funcs),      /* interface function table */
60010          0L,                    /* base interface address */
60011          0                      /* implementation specific cookie */
60012          }
60013
60014     funcs is the interface. It is of type altera_board_specific_func.
60015     It looks like this:
60016     altera_board_specific_func func = {
60017         pre_fn,
60018         config_fn,
60019         status_fn,
60020         done_fn,
60021         clk_fn,
60022         data_fn,
60023         abort_fn,
60024         post_fn,
60025     };
60026
60027     you will have to implement these functions, which is usually bit
60028     banging some gpio.
60029
60030     Signed-off-by: Eran Liberty <liberty@extricom.com>
60031
60032 commit 5ece9ec9f6cd52950ab848e2fe422dacf1d3a335
60033 Author: Wolfgang Denk <wd@denx.de>
60034 Date:   Sun Apr 13 14:32:54 2008 -0700
60035
60036     Update CHANGELOG
60037
60038     Signed-off-by: Wolfgang Denk <wd@denx.de>
60039
60040 commit 5ad862166aa24d62a69aa9c708f6b2f5c0d28fb7
60041 Author: Sascha Hauer <s.hauer@pengutronix.de>
60042 Date:   Wed Mar 26 20:41:17 2008 +0100
60043
60044     Phytec Phycore-i.MX31 support
60045
60046     This patch adds support for the Phytec Phycore-i.MX31 board
60047
60048     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
60049     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
60050
60051 commit caebc95be3b42e5147b5fac7672ac4b2693ef7e1
60052 Author: Sascha Hauer <s.hauer@pengutronix.de>
60053 Date:   Wed Mar 26 20:41:09 2008 +0100
60054
60055     mx31 litekit support
60056
60057     This patch adds support for the mx31 litekit board
60058
60059     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
60060     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
60061
60062 commit cdace0661208754a53019ea0dc7b803a040e0939
60063 Author: Sascha Hauer <s.hauer@pengutronix.de>
60064 Date:   Wed Mar 26 20:40:49 2008 +0100
60065
60066     add an i2c driver for mx31
60067
60068     This patch adds an i2c driver for Freescale i.MX processors
60069
60070     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
60071     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
60072
60073 commit 9b56f4f0306f3940b0aafd823ed6ecfc2d75d6c6
60074 Author: Sascha Hauer <s.hauer@pengutronix.de>
60075 Date:   Wed Mar 26 20:40:42 2008 +0100
60076
60077     core support for Freescale mx31
60078
60079     This patch adds the core support for Freescale mx31
60080
60081     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
60082     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
60083
60084 commit 7ec68862a27c8f6f6d566228de8f6724d964a939
60085 Author: Wolfgang Denk <wd@denx.de>
60086 Date:   Sun Apr 13 14:19:23 2008 -0700
60087
60088     Fix compile error
60089
60090     ...as suggested by Peter Pearse
60091
60092     Signed-off-by: Wolfgang Denk <wd@denx.de>
60093
60094 commit 5252ed95204bdf55bec5a90ea69860bf2f78c643
60095 Author: Sascha Hauer <s.hauer@pengutronix.de>
60096 Date:   Wed Mar 26 20:40:36 2008 +0100
60097
60098     Separate omap24xx specific code from arm1136
60099
60100     Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136
60101     to cpu/arm1136/omap24xx.
60102
60103     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
60104     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
60105
60106 commit 1f1d88dd40815332df32982e739f2ddd2da6fe1a
60107 Author: Mike Frysinger <vapier@gentoo.org>
60108 Date:   Tue Jan 29 18:21:05 2008 -0500
60109
60110     disable caches before booting an app for Blackfin apps
60111
60112     It isn't generally save to execute applications outside of U-Boot with caches
60113     enabled due to the way the Blackfin processor handles caches (requires
60114     software assistance).  This patch disables caches before booting an ELF or
60115     just booting raw code.  The previous discussion on the patch was that we
60116     wanted to use weaks instead, but that proved to not be feasible when multiple
60117     symbols are involved, which puts us back at the ifdef solution.  I've
60118     minimized the ugliness by moving the setup step outside of the main function.
60119
60120     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
60121
60122 commit e6dfed705efa44ebf00d21bb1588c6ccc8f3ad32
60123 Author: Wolfgang Denk <wd@denx.de>
60124 Date:   Sun Apr 13 10:03:54 2008 -0700
60125
60126     ppc: Get rid of unused machine type definitions
60127
60128     Signed-off-by: Wolfgang Denk <wd@denx.de>
60129
60130 commit 1aeed8d71acb3290cf2446f316d6ba437e7881c4
60131 Author: Wolfgang Denk <wd@denx.de>
60132 Date:   Sun Apr 13 09:59:26 2008 -0700
60133
60134     Coding Style cleanup; update CHANGELOG
60135
60136     Signed-off-by: Wolfgang Denk <wd@denx.de>
60137
60138 commit 7754f33c6fb7a2c050388d20bf3847038558bdcf
60139 Author: Larry Johnson <lrj@acm.org>
60140 Date:   Thu Feb 21 13:58:11 2008 -0500
60141
60142     LM73 bug fix for negative temperatures and cleanup
60143
60144     When the LM73 temperature sensor measures a temperature below 0 C, the
60145     current driver does not perform sign extension, so the result returned is
60146     512 C too high.  This patch fixes the problem, and does general cleanup
60147     of the code.
60148
60149     Signed-off-by: Larry Johnson <lrj@acm.org>
60150
60151 commit 96ef831f713289afba19da0c8f905e99da2b23e0
60152 Author: Guennadi Liakhovetski <lg@denx.de>
60153 Date:   Thu Apr 3 13:36:02 2008 +0200
60154
60155     cfi_flash: Support buffered writes on non-standard Spansion NOR flash
60156
60157     Some NOR flash chip from Spansion, for example, the s29ws-n MirrorBit
60158     series require different addresses for buffered write commands. Define a
60159     configuration option to support buffered writes on those chips. A more
60160     elegant solution would be to automatically detect those chips by parsing
60161     their CFI records, but that would require introduction of a fixup table
60162     into the cfi_flash driver.
60163
60164     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
60165
60166 commit 3f9c542d3d69b1a10a5e193e779133a0454d1f44
60167 Author: Lee Nipper <lee.nipper@freescale.com>
60168 Date:   Thu Apr 10 09:35:06 2008 -0500
60169
60170     mpc83xx: Update DIMM data bus width test to support 40-bit width
60171
60172     32-bit wide ECC memory modules report 40-bit width.
60173     Changed the DIMM data bus width test to 'less than 64' instead of 'equal 32'.
60174
60175     Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
60176     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
60177
60178 commit 5fb5a689d822ca61e814bd523fc930af335242fa
60179 Author: Dave Liu <r63238@freescale.com>
60180 Date:   Mon Mar 31 17:05:12 2008 +0800
60181
60182     mpc83xx: Fix the bug of serdes initialization
60183
60184     Currently the serdes will not be initializated due to the
60185     partid's error.
60186
60187     Signed-off-by: Dave Liu <daveliu@freescale.com>
60188     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
60189
60190 commit 2000784818f043db7ca60e2846a72d097766b894
60191 Author: Dave Liu <r63238@freescale.com>
60192 Date:   Thu Apr 3 16:28:29 2008 +0800
60193
60194     mpc83xx: Fix the SATA clock setting of 837x targets
60195
60196     Currently the SATA controller clock is configured as CSB clock,
60197     usually the CSB clock is 400/333/266MHz.
60198
60199     However, The SATA IP block is only guaranteed to operate up to
60200     200 MHz as stated in the HW spec.
60201
60202     The bug is reported by Joe D'Abbraccio <ljd015@freescale.com>
60203
60204     This patch makes the SATA clock as half of CSB clock.
60205
60206     Signed-off-by: Dave Liu <daveliu@freescale.com>
60207     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
60208
60209 commit 1ac4f320bf0b593aa0a741f2d649a8ece8838672
60210 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
60211 Date:   Wed Apr 2 13:41:21 2008 +0200
60212
60213     mpc837xerdb: Fix warning: implicit declaration of function 'fdt_fixup_dr_usb'
60214
60215     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
60216     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
60217
60218 commit 97b3ecb575a92fa34c1765229dbc06f2b662f139
60219 Author: Kumar Gala <galak@kernel.crashing.org>
60220 Date:   Wed Apr 9 04:20:57 2008 -0500
60221
60222     85xx: Fix detection of MP cpu spin up
60223
60224     We were looking at the wrong memory offset to determine of a secondary
60225     cpu had been spun up or not.  Also added a warning message if the
60226     all the secondary cpus we expect don't spin up.
60227
60228     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
60229
60230 commit f3e04bdc3f360c66801a9048956e61e41a16edba
60231 Author: Kumar Gala <galak@kernel.crashing.org>
60232 Date:   Tue Apr 8 10:45:50 2008 -0500
60233
60234     85xx: Use SVR_SOC_VER instead of SVR_VER
60235
60236     The recent change introduced by 'Update SVR numbers to expand support'
60237     now requires that we use SVR_SOC_VER instead of SVR_VER if we want
60238     to compare against a particular processor id.
60239
60240     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
60241
60242 commit 5b2052e5f5fcce5dbd4d2750a29c0e45bce806e7
60243 Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
60244 Date:   Fri Apr 11 10:00:35 2008 -0400
60245
60246     ppc4xx: Fix power mgt definitions for PPC440
60247
60248     Corrected DCR addresses of PPC440EP power management registers.
60249
60250     Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
60251
60252 commit 950a392464e616b4590bc4501be46e2d7d162dea
60253 Author: Wolfgang Denk <wd@denx.de>
60254 Date:   Fri Apr 11 15:11:26 2008 +0200
60255
60256     Revert merge of git://www.denx.de/git/u-boot-arm, commit 62479b18:
60257
60258     Reverting became necessary after it turned out that the patches in
60259     the u-boot-arm repo were modified, and in some cases corrupted.
60260
60261     This reverts the following commits:
60262
60263         066bebd6353e33af3adefc3404560871699e9961
60264         7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
60265         c88ae20580b2b01487b4cdcc8b2a113f551aee36
60266         a147e56f03871bba4f05058d5e04ce7deb010b04
60267         d6674e0e2a6a1f033945f78838566210d3f28c95
60268         8c8463cce44d849e37744749b32d38e1dfb12e50
60269         c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
60270         8bf69d81782619187933a605f1a95ee1d069478d
60271         8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
60272         a574a73852a527779234e73e17e7597fd8128882
60273         1377b5583a48021d983e1fd565f7d40c89e84d63
60274         1704dc20917b4f71e373e2c888497ee666d40380
60275
60276     Signed-off-by: Wolfgang Denk <wd@denx.de>
60277
60278 commit 64e541f4c1b413dd84c7e409f5c2bf328db2ac13
60279 Author: Stefan Roese <sr@denx.de>
60280 Date:   Fri Apr 11 07:02:29 2008 +0200
60281
60282     ppc4xx: Update Kilauea defconfig to use device-tree booting as default
60283
60284     This patch reworks the default environment on Kilauea/Haleakala. Now
60285     "net_nfs" for exmaple uses the device-tree style booting formerly know
60286     as "net_nfs_fdt". Also the addresses in RAM were changed because of the
60287     new image booting support, which check for image overwriting. So the
60288     addresses needed togeet adjusted.
60289
60290     Signed-off-by: Stefan Roese <sr@denx.de>
60291
60292 commit 756f5dacda3810b094b94bcceffd3ce6c7ff9a28
60293 Author: Stefan Roese <sr@denx.de>
60294 Date:   Wed Apr 9 11:58:02 2008 +0200
60295
60296     ppc4xx: Fix Canyonlands default environment to work with new image support
60297
60298     Since the new image support checks for image overwriting, the default
60299     environment needs to get adjusted to use correct addresses.
60300
60301     Signed-off-by: Stefan Roese <sr@denx.de>
60302
60303 commit dfc6c7b647dba7ab86749616f0e9e5740deed422
60304 Author: Stefan Roese <sr@denx.de>
60305 Date:   Wed Apr 9 11:54:11 2008 +0200
60306
60307     ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE
60308
60309     The patch 70431e8a7393b6b793f77957f95b999fc9a269b8 (Make MPC83xx one step
60310     closer to full relocation.) doesn't use CFG_MONITOR_BASE anymore. But
60311     on 4xx systems _start currently cannot be used for this calculation.
60312     So revert back to the original version for now.
60313
60314     Signed-off-by: Stefan Roese <sr@denx.de>
60315
60316 commit f91374f65eae8b42cac329e06ba1c54728278efb
60317 Author: Michal Simek <monstr@monstr.eu>
60318 Date:   Fri Mar 28 12:49:52 2008 +0100
60319
60320     microblaze: Sort microblaze boards in MAKEALL script
60321
60322 commit 62032deb7214c6d9b4396297e2aaa559bc2f8495
60323 Author: Michal Simek <monstr@monstr.eu>
60324 Date:   Fri Mar 28 11:58:45 2008 +0100
60325
60326     microblaze: clean microblaze_config.mk
60327
60328     FLAGS are generated by U-BOOT generator.
60329     Board specific FLAGS are in board directory
60330
60331     Signed-off-by: Michal Simek <monstr@monstr.eu>
60332
60333 commit cf5c679ca04a6b54bf53a55b8b9c29335b387287
60334 Author: Michal Simek <monstr@monstr.eu>
60335 Date:   Fri Mar 28 12:47:19 2008 +0100
60336
60337     microblaze: xupv2p fix config file for supporting FDT
60338
60339 commit 188dc16b189143573b1ed90e584bf866d75cdd12
60340 Author: Michal Simek <monstr@monstr.eu>
60341 Date:   Fri Mar 28 11:53:02 2008 +0100
60342
60343     microblaze: ml401 fix config file for supporting FDT
60344
60345     Signed-off-by: Michal Simek <monstr@monstr.eu>
60346
60347 commit 4c6a6f02e239236261333759997eeaf86b30b54c
60348 Author: Michal Simek <monstr@monstr.eu>
60349 Date:   Fri Mar 28 11:22:48 2008 +0100
60350
60351     microblaze: ml401 - add ifdef for GPIO
60352
60353     Signed-off-by: Michal Simek <monstr@monstr.eu>
60354
60355 commit af7ae1a411c67ee9d17a66d17ce50b374f3dd4e7
60356 Author: Michal Simek <monstr@monstr.eu>
60357 Date:   Fri Mar 28 12:13:03 2008 +0100
60358
60359     microblaze: clean uart16550 and uartlite handling
60360
60361     Signed-off-by: Michal Simek <monstr@monstr.eu>
60362
60363 commit 0b20f250877441460fb79d72192954abe8498834
60364 Author: Michal Simek <monstr@monstr.eu>
60365 Date:   Fri Mar 28 11:08:31 2008 +0100
60366
60367     microblaze: Add Emaclite driver to Makefile
60368
60369     Signed-off-by: Michal Simek <monstr@monstr.eu>
60370
60371 commit 868cde5310f88234b774878e4f06e79df10a88b3
60372 Author: Michal Simek <monstr@monstr.eu>
60373 Date:   Fri Mar 28 11:08:01 2008 +0100
60374
60375     microblaze: Add Emac driver to Makefile
60376
60377     Signed-off-by: Michal Simek <monstr@monstr.eu>
60378
60379 commit 6f961b4f461f6cbb83a467d468a02e6078c2b327
60380 Author: Michal Simek <monstr@monstr.eu>
60381 Date:   Fri Mar 28 12:42:29 2008 +0100
60382
60383     microblaze: add Emac ethernet driver
60384
60385 commit 89c53891b18cbafd29ab8931b40e27ad231b6085
60386 Author: Michal Simek <monstr@monstr.eu>
60387 Date:   Fri Mar 28 12:41:56 2008 +0100
60388
60389     microblaze: add Emaclite ethernet driver
60390
60391 commit e5845e21224dbe2fe47b11f1cdf95de7f84be7cb
60392 Author: Michal Simek <monstr@monstr.eu>
60393 Date:   Fri Mar 28 11:04:01 2008 +0100
60394
60395     microblaze: ML401 and XUPV2P remove emac and emaclite reference
60396
60397     Signed-off-by: Michal Simek <monstr@monstr.eu>
60398
60399 commit 6bf3e982aefdb1daf9f5462d482c8f9d1cc90a57
60400 Author: Michal Simek <monstr@monstr.eu>
60401 Date:   Fri Mar 28 10:59:32 2008 +0100
60402
60403     microblaze: remove old setting for emac driver
60404
60405     Signed-off-by: Michal Simek <monstr@monstr.eu>
60406
60407 commit cd2b75efb9cc037c74ecee9b3586f9bf9e1d4e57
60408 Author: Michal Simek <monstr@monstr.eu>
60409 Date:   Fri Mar 28 10:58:15 2008 +0100
60410
60411     microblaze: Clean Makefile from ancient emac driver
60412
60413     Signed-off-by: Michal Simek <monstr@monstr.eu>
60414
60415 commit ab68f921d9c741830f721c3d879c13a0c5597183
60416 Author: Daniel Hellstrom <daniel@gaisler.com>
60417 Date:   Fri Mar 28 10:20:43 2008 +0100
60418
60419     SPARC/LEON2: added support for Gaisler simulator GRSIM/TSIM for SPARC/LEON2 targets. See www.gaisler.com for information.
60420
60421     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
60422
60423 commit 6ed8a43a19bb0275501bc286007daafa923552cf
60424 Author: Daniel Hellstrom <daniel@gaisler.com>
60425 Date:   Wed Mar 26 23:38:48 2008 +0100
60426
60427     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.
60428
60429     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
60430
60431 commit 6940383d9ec1bfe2f13e339e6f723e8d34af2b12
60432 Author: Daniel Hellstrom <daniel@gaisler.com>
60433 Date:   Wed Mar 26 23:34:47 2008 +0100
60434
60435     SPARC/LEON3: added support for Altera NIOS Development kit (STRATIX II Edition) with GRLIB template design. See www.gaisler.com for information.
60436
60437     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
60438
60439 commit 823edd8a66ed50af5aaba0c79567f67061e4d79a
60440 Author: Daniel Hellstrom <daniel@gaisler.com>
60441 Date:   Fri Mar 28 10:06:52 2008 +0100
60442
60443     SPARC/LEON3: added support for Gaisler GRSIM/TSIM2 SPARC/LEON3 simulatorn. See www.gaisler.com for information.
60444
60445     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
60446
60447 commit 71d7e4c0489e5ed8fc69382236aaa2a1e510c135
60448 Author: Daniel Hellstrom <daniel@gaisler.com>
60449 Date:   Wed Mar 26 23:26:48 2008 +0100
60450
60451     SPARC/LEON3: added support for GR-XC3S-1500 board with GRLIB template design. See www.gaisler.com for board information.
60452
60453     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
60454
60455 commit b330990c2f36ee4a8bb318360e1c8ba965269ab6
60456 Author: Daniel Hellstrom <daniel@gaisler.com>
60457 Date:   Fri Mar 28 10:00:33 2008 +0100
60458
60459     SPARC: Added support for SPARC LEON2 SOC Processor.
60460
60461     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
60462
60463 commit 2a2fa797e63b1e3cd4d570318ca5fbf8723ef53a
60464 Author: Daniel Hellstrom <daniel@gaisler.com>
60465 Date:   Wed Mar 26 23:00:38 2008 +0100
60466
60467     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.
60468
60469     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
60470
60471 commit 1e9a164e22976933002c5e4b0b79b09fcede9cd4
60472 Author: Daniel Hellstrom <daniel@gaisler.com>
60473 Date:   Wed Mar 26 22:51:29 2008 +0100
60474
60475     SPARC: Added support for SPARC LEON3 SOC processor.
60476
60477     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
60478
60479 commit bf3d8b31169546fcddb4737391e1893fb12d033a
60480 Author: Daniel Hellstrom <daniel@gaisler.com>
60481 Date:   Fri Mar 28 08:29:26 2008 +0100
60482
60483     SPARC: added SPARC support for new uimage in common code.
60484
60485     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
60486
60487 commit 00ab32c85405a4fe65fd4128243086210fc90a21
60488 Author: Daniel Hellstrom <daniel@gaisler.com>
60489 Date:   Wed Mar 26 22:36:03 2008 +0100
60490
60491     SPARC: added SPARC board information to the command bdinfo.
60492
60493     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
60494
60495 commit c2f02da21a3f37f0878554eebc785e04fdc4e128
60496 Author: Daniel Hellstrom <daniel@gaisler.com>
60497 Date:   Fri Mar 28 09:47:00 2008 +0100
60498
60499     SPARC: Added generic support for SPARC architecture.
60500
60501     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
60502
60503 commit e54ec0f016803e4d9524ff71f7971bda0c51b287
60504 Author: Stefan Roese <sr@denx.de>
60505 Date:   Thu Apr 3 14:50:34 2008 +0200
60506
60507     ppc4xx: Fix 4xx enet driver to support 460GT EMAC2+3
60508
60509     This patch fixes a problem with the RGMII setup of the 460GT. The 460GT
60510     has 2 RGMII instances and we need to configure the 2nd RGMII instance
60511     for the EMAC2+3 channels.
60512
60513     Signed-off-by: Stefan Roese <sr@denx.de>
60514
60515 commit c2a545ce33b26d80337f80b533828839249fb1c9
60516 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
60517 Date:   Wed Apr 2 08:03:56 2008 +0200
60518
60519     MPC8xx: Fix libfdt support introduced in commit 77ff7b74
60520
60521     fdt.c: In function 'ft_cpu_setup':
60522     fdt.c:33: warning: implicit declaration of function 'do_fixup_by_prop_u32'
60523     fdt.c:39: warning: implicit declaration of function 'do_fixup_by_compat_u32'
60524     fdt.c:43: warning: implicit declaration of function 'fdt_fixup_ethernet'
60525     fdt.c:45: warning: implicit declaration of function 'fdt_fixup_memory'
60526
60527     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
60528
60529 commit 4abd844d8eb108736e1cf8fbf3dbf61f2d5fc11b
60530 Author: Andy Fleming <afleming@freescale.com>
60531 Date:   Mon Mar 31 20:45:56 2008 -0500
60532
60533     Fix fdt set command to conform to dts spec
60534
60535     The fdt set command was treating properties specified as <00> and <0011>
60536     as byte streams, rather than as an array of cells.  As we already have
60537     syntax for expressing the desire for a stream of bytes ([ xx xx ...]),
60538     we should use the <> syntax to describe arrays of cells, which are always
60539     32-bits per element.  If we imagine this likely (IMHO) scenario:
60540
60541     > fdt set /ethernet-phy@1 reg <1>
60542
60543     With the old code, this would create a bad fdt, since the reg cell would be
60544     made to be one byte in length.  But the cell must be 4 bytes, so this would
60545     break mysteriously.
60546
60547     Also, the dts spec calls for constants inside the angle brackets (<>)
60548     to conform to C constant standards as they pertain to base.
60549     Take this scenario:
60550
60551     > fdt set /ethernet@f00 reg <0xe250000\ 0x1000>
60552
60553     The old fdt command would complain that it couldn't parse that.  Or, if you
60554     wanted to specify that a certain clock ran at 33 MHz, you'd be required to
60555     do this:
60556
60557     > fdt set /mydev clock <1f78a40>
60558
60559     Whereas the new code will accept decimal numbers.
60560
60561     While I was in there, I extended the fdt command parser to handle property
60562     strings which are split across multiple arguments:
60563
60564     > fdt set /ethernet@f00 interrupts < 33 2 34 2 36 2 >
60565     > fdt p /ethernet@f00
60566     ethernet@f00 {
60567         interrupts = <0x21 0x2 0x22 0x2 0x24 0x2>;
60568     };
60569
60570     Lastly, the fdt print code was rearranged slightly to print arrays of cells
60571     if the length of the property is a multiple of 4 bytes, and to not print
60572     leading zeros.
60573
60574     Signed-off-by: Andy Fleming <afleming@freescale.com>
60575
60576 commit 1c2926abdd7db89296a8cc7f224dd9d5d4e37a56
60577 Author: Stefan Roese <sr@denx.de>
60578 Date:   Wed Apr 2 08:39:33 2008 +0200
60579
60580     ppc4xx: Canyonlands: Init SATA/PCIe port correctly
60581
60582     Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
60583     interface. This usage can be configured with the jumper J6. This patch
60584     correctly configures the SATA/PCIe PHY for SATA usage when this jumper
60585     is installed.
60586
60587     Signed-off-by: Stefan Roese <sr@denx.de>
60588
60589 commit 6fe2946f198481254a6ee9600d7456b8316a4083
60590 Author: Kim Phillips <kim.phillips@freescale.com>
60591 Date:   Fri Mar 28 17:37:49 2008 -0500
60592
60593     remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} code
60594
60595     finish off what commit 43ddd9c820fec44816188f53346b464e20b3142d,
60596     "Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T"
60597     started.
60598
60599     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
60600
60601 commit b5873f1732b92a25690e1513b90dfb0d644f6697
60602 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
60603 Date:   Tue Apr 1 07:30:51 2008 +0200
60604
60605     dataflash: Move CONFIG_HAS_DATAFLASH to Makefile
60606
60607     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
60608
60609 commit 2d934ea51f276522b532f870a820e844ff480b5b
60610 Author: Tor Krill <tor@excito.com>
60611 Date:   Fri Mar 28 15:29:45 2008 +0100
60612
60613     Add Vitesse 8601 support to TSEC driver
60614
60615     Add phy_info for Vitesse VSC8601.
60616     Add config option, CFG_VSC8601_SKEWFIX, to enable RGMII skew timing compensation.
60617
60618     Signed-off-by: Tor Krill <tor@excito.com>
60619     Reviewed-by: Kim Phillips <kim.phillips@freescale.com>
60620     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
60621
60622 commit 3eac6402a508b0f68a21cc9cbc2cc49347de0c31
60623 Author: Daniel Hellstrom <daniel@gaisler.com>
60624 Date:   Mon Mar 31 14:25:00 2008 +0000
60625
60626     SPARC: added SMC91111 driver in and out macros for LEON processors.
60627
60628     This patch makes SPARC/LEON processors able to read and write
60629     to the SMC91111 chip using the chip external I/O bus of the memory
60630     controller. This patchs defines the standard in and out macros
60631     expected by the SMC9111 driver.
60632
60633     To access that I/O bus one must set up the memory controller
60634     (MCTRL or FTMCTRL) correctly. It is assumed that the user sets
60635     up this correctly when the other MCTRL parameters are set up. It
60636     can be set up from the board configuration header file.
60637
60638     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
60639     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
60640
60641 commit 3ca7c558eba36332556bc470d45e2f5d42bd0ca6
60642 Author: Stelian Pop <stelian@popies.net>
60643 Date:   Wed Mar 26 18:52:34 2008 +0100
60644
60645     Add maintainership information for AT91CAP9ADK and AT91SAM9260EK boards
60646
60647     Signed-off-by: Stelian Pop <stelian@popies.net>
60648
60649 commit 4e03dde84dd2c91e327cdc23ae119d432559a7a3
60650 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
60651 Date:   Mon Mar 31 21:31:04 2008 +0200
60652
60653     AT91SAM9260EK: Move CONFIG_CMD_NAND to Makefile
60654
60655     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
60656
60657 commit 0176d43e759a6e00cacc85eff26fd60f74b4f6b7
60658 Author: Stelian Pop <stelian@popies.net>
60659 Date:   Wed Mar 26 18:52:33 2008 +0100
60660
60661     Add support for AT91SAM9260EK
60662
60663     Support for booting from internal DataFlash, external DataFlash card
60664     or NAND flash is available.
60665
60666     Signed-off-by: Stelian Pop <stelian@popies.net>
60667
60668 commit 1762f13b4aab88b685b1722f17dada247945624b
60669 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
60670 Date:   Mon Mar 31 21:20:49 2008 +0200
60671
60672     AT91SAM9: Move CONFIG_HAS_DATAFLASH to Makefile
60673
60674     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
60675
60676 commit 761712188b353494defb2b644491ff73d0daaa6f
60677 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
60678 Date:   Mon Mar 31 21:12:17 2008 +0200
60679
60680     AT91CAP9ADK: Move CONFIG_CMD_NAND to Makefile
60681
60682     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
60683
60684 commit 983c1db04c1dd0f92e02f06d29f0c65a3d9a2687
60685 Author: Stelian Pop <stelian@popies.net>
60686 Date:   Wed Mar 26 20:52:32 2008 +0100
60687
60688     Port AT91CAP9 to the new headers
60689
60690     Adapt the existing AT91CAP9 code to the new headers and APIs.
60691
60692     Signed-off-by: Stelian Pop <stelian@popies.net>
60693
60694 commit 177e8a5ac81bbc531a1d54abdb47f2860266c3aa
60695 Author: Stelian Pop <stelian@popies.net>
60696 Date:   Wed Mar 26 19:52:31 2008 +0100
60697
60698     Finish header files reworking
60699
60700     Replace AT91CAP9.h file with several splitted header files coming
60701     from the Linux kernel.
60702
60703     This is part 2 of the replacement: more header imports and edits.
60704
60705     Signed-off-by: Stelian Pop <stelian@popies.net>
60706
60707 commit 6d1dbbbf9fdf727384002e553e615c15d8b967f4
60708 Author: Stelian Pop <stelian@popies.net>
60709 Date:   Wed Mar 26 19:52:30 2008 +0100
60710
60711     Import several header files from Linux
60712
60713     Replace AT91CAP9.h file with several splitted header files coming
60714     from the Linux kernel.
60715
60716     This is part 1 of the replacement: pristine header files import.
60717
60718     Signed-off-by: Stelian Pop <stelian@popies.net>
60719
60720 commit a8a78f2d99dc1bd30dc3595da118539b506c6118
60721 Author: Stelian Pop <stelian@popies.net>
60722 Date:   Wed Mar 26 20:52:28 2008 +0100
60723
60724     Move at91cap9 specific files to at91sam9 directory
60725
60726     AT91CAP9 and AT91SAM9 SoCs are very close hardware wise, so a
60727     common infrastructure can be used. Let this infrastructure be
60728     named after the AT91SAM9 family, and move the existing AT91CAP9
60729     files to the new place.
60730
60731     Signed-off-by: Stelian Pop <stelian@popies.net>
60732
60733 commit 61106a565870ff503f92b251b94bd7afef889a04
60734 Author: Stelian Pop <stelian@popies.net>
60735 Date:   Wed Mar 26 21:52:27 2008 +0100
60736
60737     Use timer_init() instead of board supplied interrupt_init()
60738
60739     The timer on AT91CAP9/AT91SAM9 is supplied by the SoC, and not by
60740     the board, so use timer_init() instead of interrupt_init().
60741
60742     Signed-off-by: Stelian Pop <stelian@popies.net>
60743
60744 commit 5604e2178c5218fbfdba2e4293ca7652e829ac25
60745 Author: Stelian Pop <stelian@popies.net>
60746 Date:   Wed Mar 26 21:52:36 2008 +0100
60747
60748     Cleanup DataFlash partition handling
60749
60750     DataFlash partition information has become a mess. This patch
60751     defines a single partition scheme for Atmel DataFlashes. This partition
60752     scheme will be used by all AT91CAP9 and AT91SAM9 boards.
60753
60754     Signed-off-by: Stelian Pop <stelian@popies.net>
60755
60756 commit 9b46432fc65ce0f0826b32e4f15c15b33ccb8d42
60757 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
60758 Date:   Fri Mar 28 08:47:45 2008 -0500
60759
60760     ColdFire: Fix alignment issue after CONFIG_IDENT_STRING in start.S
60761
60762     When the version_string function in start.S is not 4-byte align,
60763     it will cause the compiler generates "unaligned opcodes detected
60764     in executable segment". This issue affects all ColdFire CPUs.
60765     By adding .align 4 after CONFIG_IDENT_STRING, it will pad 0's if
60766     it is not aligned.
60767
60768     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
60769     Acked-by: John Rigby <jrigby@freescale.com>
60770
60771 commit bae61eefe15b4d454060a7140e49ae58322be803
60772 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
60773 Date:   Tue Mar 25 15:41:15 2008 -0500
60774
60775     ColdFire: Add dspi and serial flash support for MCF5445x
60776
60777     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
60778     Acked-by: John Rigby <jrigby@freescale.com>
60779
60780 commit 48ead7a7a922fceaf494e352abfab8216a41b417
60781 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
60782 Date:   Tue Mar 18 17:37:01 2008 -0500
60783
60784     ColdFire: Remove R5200 board
60785
60786     This board never went into production
60787
60788     Signed-off-by: Zachary P. Landau <zachary.landau@labxtechnologies.com>
60789     Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
60790     Acked-by: John Rigby <jrigby@freescale.com>
60791
60792 commit 545c8e0a7cd3ca9d3846668f69b0d201250abea8
60793 Author: Matthew Fettke <[matthew.fettke@gmail.com]>
60794 Date:   Thu Jan 24 14:02:32 2008 -0600
60795
60796     ColdFire: Added M5275EVB support.
60797
60798     Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
60799     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
60800     Acked-by: John Rigby <jrigby@freescale.com>
60801
60802 commit f71d9d91a2cd9c30b2b6369f15c1a46c11537c2b
60803 Author: Matthew Fettke <[matthew.fettke@gmail.com]>
60804 Date:   Mon Feb 4 15:38:20 2008 -0600
60805
60806     ColdFire: Added MCF5275 cpu support.
60807
60808     Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
60809     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
60810     Acked-by: John Rigby <jrigby@freescale.com>
60811
60812 commit 44e5b9edab077aba6e9b849afa4b7fbd8fd7b02b
60813 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
60814 Date:   Mon Mar 17 12:14:11 2008 -0500
60815
60816     ColdFire: Define bootdelay in configuration file for M52277EVB
60817
60818     Signed-off-by: Matt Wadel <Matt.Waddel@freescale.com>
60819     Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
60820     Acked-by: John Rigby <jrigby@freescale.com>
60821
60822 commit 77878f16cedee17161ff2336990970fffc6cea35
60823 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
60824 Date:   Mon Mar 17 12:09:07 2008 -0500
60825
60826     ColdFire: Fix second memory Chipselect for M5475EVB
60827
60828     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
60829     Acked-by: John Rigby <jrigby@freescale.com>
60830
60831 commit 43d60642395a550956cb21d287c8cfa563913d28
60832 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
60833 Date:   Thu Mar 13 14:26:32 2008 -0500
60834
60835     ColdFire: Update correct FLASHBAR and RAMBAR1 for MCF5282
60836
60837     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
60838     Acked-by: John Rigby <jrigby@freescale.com>
60839
60840 commit eb14ebe813a0cb5d47905228da446a5ad692473b
60841 Author: Larry Johnson <lrj@acm.org>
60842 Date:   Sun Mar 30 20:33:04 2008 -0500
60843
60844     ppc4xx: Add CFG_MEM_TOP_HIDE to Denali SPD-based SDRAM setup
60845
60846     Signed-off-by: Larry Johnson <lrj@acm.org>
60847
60848 commit 02e3892021112f21067d9ed1d04ae4182725ba52
60849 Author: Stefan Roese <sr@denx.de>
60850 Date:   Mon Mar 31 12:20:48 2008 +0200
60851
60852     ppc4xx: Small whitespace fix of esd patches
60853
60854     Signed-off-by: Stefan Roese <sr@denx.de>
60855
60856 commit 034394abb524785047c815f00dde8cdbdc1593c5
60857 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
60858 Date:   Sun Mar 30 18:52:44 2008 +0200
60859
60860     ppc4xx: Cleanup PMC440 board support
60861
60862     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
60863
60864 commit a6cc6c37188d85c25d167a4515da86f48d9a583e
60865 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
60866 Date:   Sun Mar 30 18:52:06 2008 +0200
60867
60868     ppc4xx: Add ptm configuration variables for PMC440
60869
60870     Add support for the ptm1la, ptm1ms, ptm2la and ptm2ms
60871     environment variables.
60872
60873     Cleanup pci_target_init.
60874
60875     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
60876
60877 commit 7c91f51a2fe296909147f1646a1412729dd10b1d
60878 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
60879 Date:   Sun Mar 30 18:01:15 2008 +0200
60880
60881     ppc4xx: Minor updates for DU440 boards
60882
60883     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
60884
60885 commit d5bffeb868d6b4d462f558dac43011027b6644b7
60886 Author: Mike Frysinger <vapier@gentoo.org>
60887 Date:   Tue Feb 19 00:54:20 2008 -0500
60888
60889     Blackfin: cleanup and overhaul common board init functions
60890
60891     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
60892
60893 commit b86b3416f874358acaf07519e7620cdb2145f75b
60894 Author: Mike Frysinger <vapier@gentoo.org>
60895 Date:   Tue Feb 19 00:50:58 2008 -0500
60896
60897     Blackfin: cleanup lib_blackfin/cache.c
60898
60899     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
60900
60901 commit 9171fc81722c20fdb5a829a58b17c9eaadd5fb44
60902 Author: Mike Frysinger <vapier@gentoo.org>
60903 Date:   Sun Mar 30 15:46:13 2008 -0400
60904
60905     Blackfin: unify cpu and boot modes
60906
60907     All of the duplicated code for Blackfin processors and boot modes have been
60908     unified.  After all, the core is the same for all processors, just the
60909     peripheral set differs (which gets handled in the drivers).
60910
60911     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
60912
60913 commit 880cc4381ea8360248cddcdf87a64566745a5724
60914 Author: Stelian Pop <stelian@popies.net>
60915 Date:   Wed Mar 26 22:52:35 2008 +0100
60916
60917     Fix CFG_NO_FLASH compilation.
60918
60919     Many Atmel boards have no "real" (NOR) flash on board, and rely only
60920     on DataFlash and NAND memories. This patch enables CFG_NO_FLASH to
60921     be present in a board configuration file, while still enabling flash
60922     commands like 'flinfo', 'protect', etc.
60923
60924     Signed-off-by: Stelian Pop <stelian@popies.net>
60925
60926 commit 9ce7e53abd039decea1af67aec81bbd5df7a2593
60927 Author: Mike Frysinger <vapier@gentoo.org>
60928 Date:   Tue Feb 19 00:58:13 2008 -0500
60929
60930     Blackfin: BF537-stamp: cleanup spi flash driver
60931
60932     This punts the old spi flash driver for a new/generalized one until the
60933     common one can be integrated.
60934
60935     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
60936
60937 commit bb8e3cf25bc0b04936c0c1a075985dd8700a244b
60938 Author: Ben Warren <biggerbadderben@gmail.com>
60939 Date:   Sun Mar 30 11:34:34 2008 -0400
60940
60941     Fix macro typo in common/cmd_mii.c
60942
60943     This typo was introduced in commit 233a8bcd94997f3f345833a3b82e836222f2a206.  I
60944     actually applied the wrong patch.
60945
60946     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
60947
60948 commit f1b985f2d724ccaa4d3def07917f0caaf18fa77d
60949 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
60950 Date:   Sun Mar 30 16:39:53 2008 +0200
60951
60952     use correct at91rm9200 register name in m501sk board
60953
60954     This fixes a naming bug for at91rm9200 lowlevel init code:
60955     NOR boot flash is on chipselect 0, not chipselect 2.  This
60956     makes code use the register name from chip datasheets.
60957
60958     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
60959
60960 commit 480ed1dea103a1c8f4591afc77d2de3c7868d983
60961 Author: David Brownell <david-b@pacbell.net>
60962 Date:   Fri Jan 18 12:55:00 2008 -0800
60963
60964     use correct at91rm9200 register name
60965
60966     This fixes a naming bug for at91rm9200 lowlevel init code:
60967     NOR boot flash is on chipselect 0, not chipselect 2.  This
60968     makes code use the register name from chip datasheets.
60969
60970     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
60971
60972 commit a3543d6dc52b0ba9c64016687cf32d600b31a476
60973 Author: David Brownell <david-b@pacbell.net>
60974 Date:   Fri Jan 18 12:45:45 2008 -0800
60975
60976     add missing ARM boards to MAKEALL
60977
60978     Add some missing ARM boards to MAKEALL.  These build correctly,
60979     unlike several of the boards already listed.
60980
60981     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
60982
60983 commit 066bebd6353e33af3adefc3404560871699e9961
60984 Author: Peter Pearse <peter.pearse@arm.com>
60985 Date:   Sun Mar 30 11:34:09 2008 +0100
60986
60987     Bracket READ_TIMER macro in cpu/arm1136/omap24xx/interrupts.c
60988     to prevent compilation error.
60989
60990     Signed-off-by: Peter Pearse <peter.pearse@arm.com>
60991
60992 commit 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
60993 Author: Guennadi Liakhovetski <[lg@denx.de]>
60994 Date:   Sun Mar 30 11:32:30 2008 +0100
60995
60996     Support for the MX31ADS evaluation board from Freescale
60997
60998     This patch adds support for the MX31ADS evaluation board from Freescale,
60999     initialization code is copied from RedBoot sources, also provided by Freescale.
61000
61001     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
61002
61003 commit c88ae20580b2b01487b4cdcc8b2a113f551aee36
61004 Author: Sascha Hauer <s.hauer@pengutronix.de>
61005 Date:   Sun Mar 30 11:32:27 2008 +0100
61006
61007     Phytec Phycore-i.MX31 support
61008
61009     This patch adds support for the Phytec Phycore-i.MX31 board
61010
61011     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
61012     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
61013
61014 commit a147e56f03871bba4f05058d5e04ce7deb010b04
61015 Author: Sascha Hauer <s.hauer@pengutronix.de>
61016 Date:   Sun Mar 30 11:32:24 2008 +0100
61017
61018     mx31 litekit support
61019
61020     This patch adds support for the mx31 litekit board
61021
61022     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
61023     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
61024
61025 commit d6674e0e2a6a1f033945f78838566210d3f28c95
61026 Author: Sascha Hauer <s.hauer@pengutronix.de>
61027 Date:   Sun Mar 30 11:32:21 2008 +0100
61028
61029     add SMSC LAN9x1x Network driver
61030
61031     This patch adds a driver for the following smsc network controllers:
61032     LAN9115
61033     LAN9116
61034     LAN9117
61035     LAN9215
61036     LAN9216
61037     LAN9217
61038
61039     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
61040     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
61041
61042 commit 8c8463cce44d849e37744749b32d38e1dfb12e50
61043 Author: Sascha Hauer <s.hauer@pengutronix.de>
61044 Date:   Sun Mar 30 11:32:16 2008 +0100
61045
61046     add an i2c driver for mx31
61047
61048     This patch adds an i2c driver for Freescale i.MX processors
61049
61050     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
61051     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
61052
61053 commit c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
61054 Author: Sascha Hauer <s.hauer@pengutronix.de>
61055 Date:   Sun Mar 30 11:30:43 2008 +0100
61056
61057     core support for Freescale mx31
61058
61059     This patch adds the core support for Freescale mx31
61060
61061     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
61062     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
61063
61064 commit 8bf69d81782619187933a605f1a95ee1d069478d
61065 Author: Sascha Hauer <s.hauer@pengutronix.de>
61066 Date:   Sun Mar 30 11:28:46 2008 +0100
61067
61068     Separate omap24xx specific code from arm1136
61069
61070     Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136 to cpu/arm1136/omap24xx.
61071
61072     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
61073     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
61074
61075 commit 8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
61076 Author: Peter Pearse <peter.pearse@arm.com>
61077 Date:   Sun Mar 30 11:23:05 2008 +0100
61078
61079     Add pmdra into MAKEALL
61080
61081     Signed-off-by: Peter Pearse <peter.pearse@arm.com>
61082
61083 commit a574a73852a527779234e73e17e7597fd8128882
61084 Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
61085 Date:   Sun Mar 30 11:21:58 2008 +0100
61086
61087     Adds support for the Prodrive PMDRA board, based on a DM6441
61088
61089     Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
61090
61091 commit 1377b5583a48021d983e1fd565f7d40c89e84d63
61092 Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
61093 Date:   Sun Mar 30 11:11:34 2008 +0100
61094
61095     Removes all board specific code from the arch. part for DM644x (DaVinci) boards
61096
61097     Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
61098
61099 commit 1704dc20917b4f71e373e2c888497ee666d40380
61100 Author: Dirk Behme <dirk.behme@gmail.com>
61101 Date:   Sun Mar 30 11:09:01 2008 +0100
61102
61103     - Remove *_masked() functions as noted by Wolfgang
61104     - Adapt register naming to recent TI spec (sprue26, March 2007)
61105     - Fix reset_timer() handling
61106     - As reported by Pieter [1] the overflow fix introduced a
61107     delay of factor 16 (e.g 2 seconds became 32). While the
61108     overflow fix is basically okay, it missed to divide udelay by
61109     16, too. Fix this.
61110     [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
61111     - Remove software division of timer count value (DIV(x)
61112     macro) and do it in hardware (TIM_CLK_DIV).
61113     Many thanks to Troy Kisky <troy.kisky@boundarydevices.com>
61114     and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for
61115     the hints & testing!
61116
61117     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
61118
61119     Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
61120
61121 commit ac3315c26e143c31680750c9c13f027efbcc887e
61122 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
61123 Date:   Thu Mar 6 16:45:44 2008 +0100
61124
61125     new PHY @ e1000 - 2nd try
61126
61127     Add 82541ER device with latest integrated IGP2 PHY.
61128     Introduced CONFIG_E1000_FALLBACK_MAC for NIC bring-up with empty eeprom.
61129
61130     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
61131     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
61132
61133 commit c2b7da552293b50c9c9e46ed71267b02c2de9ea8
61134 Author: Daniel Hellstrom <daniel@gaisler.com>
61135 Date:   Fri Mar 28 20:22:53 2008 +0100
61136
61137     SPARC/LEON3: Added GRETH Ethernet 10/100/1000 driver.
61138
61139     GRETH is an Ethernet 10/100 or 10/100/1000 MAC with out without
61140     a debug link (EDCL). The GRETH core is documented in GRIP.pdf
61141     available at www.gaisler.com.
61142
61143     If the GRETH has GigaBit support (GBIT, Scatter gather, checksum
61144     offloading etc.) can be determined by a bit in the control register.
61145     The GBIT MAC is supported by operating in GRTEH 10/100 legacy mode.
61146
61147     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
61148     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
61149
61150 commit 233a8bcd94997f3f345833a3b82e836222f2a206
61151 Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
61152 Date:   Mon Mar 17 17:08:22 2008 -0500
61153
61154     Add CONFIG_MII_INIT in cmd_mii.c
61155
61156     Provide common configuration in do_mii() to execute mii_init()
61157     for all cpu architectures
61158
61159     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
61160     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
61161
61162 commit f605479de2deb11e834f31dfdb0af107c86aced6
61163 Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
61164 Date:   Mon Mar 17 17:08:16 2008 -0500
61165
61166     ColdFire: Fix FEC transmit issue for MCF5275
61167
61168     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
61169     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
61170
61171 commit d9a2f416d6ac6058cd7845033ae4dc32ef1c0746
61172 Author: Aras Vaichas <arasv@magtech.com.au>
61173 Date:   Wed Mar 26 09:43:57 2008 +1100
61174
61175     DHCP request fix for Windows Server 2003
61176
61177     Added option CONFIG_BOOTP_DHCP_REQUEST_DELAY. This provides an optional
61178     delay before sending "DHCP Request" in net/bootp.c. Required to overcome
61179     interoperability problems with Windows Server 200x DHCP server when U-Boot
61180     client responds too fast for server to handle.
61181
61182     Signed-off-by: Aras Vaichas <arasv@magtech.com.au>
61183     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
61184
61185 commit 97bf85d784fbed485e652eb907589ad0d5cb7262
61186 Author: Daniel Hellstrom <daniel@gaisler.com>
61187 Date:   Fri Mar 28 20:40:19 2008 +0100
61188
61189     MTD/CFI: flash_read64 is defined a weak function (for SPARC)
61190
61191     SPARC has implemented __raw_readq, it reads 64-bit from any 32-bit address.
61192     SPARC CPUs implement flash_read64 which calls __raw_readq.
61193
61194     For current SPARC architectures (LEON2 and LEON3) each read from the
61195     FLASH must lead to a cache miss. This is because FLASH can not be set
61196     non-cacheable since program code resides there, and alternatively disabling
61197     cache is poor from performance view, or doing a cache flush between each
61198     read is even poorer.
61199
61200     Forcing a cache miss on a SPARC is done by a special instruction "lda" -
61201     load alternative space, the alternative space number (ASI) is processor
61202     implementation spcific and can be found by including <asm/processor.h>.
61203
61204     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
61205
61206 commit 70431e8a7393b6b793f77957f95b999fc9a269b8
61207 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
61208 Date:   Fri Mar 28 15:41:25 2008 +0100
61209
61210     Make MPC83xx one step closer to full relocation.
61211
61212     Remove a few absolute references to CFG_MONITOR_BASE for ppc/mpc83xx
61213     and use GOT relative reference.
61214
61215     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
61216     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
61217
61218 commit 5b2793a3f3de34d439232b05acc8af67a028fd35
61219 Author: Michael Barkowski <michael.barkowski@freescale.com>
61220 Date:   Thu Mar 27 14:34:43 2008 -0400
61221
61222     mpc8323erdb: fix EEPROM page size and get MAC from EEPROM
61223
61224     This patch fixes eeprom page size so that you can now write more than
61225     64 bytes at a time.
61226
61227     It also makes the board take MAC addresses, if found, from EEPROM.
61228
61229     User should place up to 4 addresses at offset 0x7f00, for
61230     eth{,1,2,3}addr.  Any unused addresses should be zero.  This group of
61231     four six-byte values should have it's CRC at the end.  crc32 and
61232     eeprom commands can be used to accomplish this.
61233
61234     If CRC fails, MAC addresses come from the environment.  If CRC
61235     succeeds, the environment is overwritten at startup.
61236
61237     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
61238     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
61239
61240 commit 8f325cff31f6e745e6540014b131b9a97f61944c
61241 Author: Michael Barkowski <michael.barkowski@freescale.com>
61242 Date:   Fri Mar 28 15:15:38 2008 -0400
61243
61244     mpc8323erdb: define CONFIG_PCI_SKIP_HOST_BRIDGE
61245
61246     Commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2 broke the onboard USB
61247     controller on the PCI bus in Linux on the MPC8323ERDB.
61248
61249     This fixes it by defining CONFIG_PCI_SKIP_HOST_BRIDGE in the board's
61250     config file.
61251
61252     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
61253     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
61254
61255 commit e5c4ade4db1e16d3e5d4a7887f34e10e516ed3a9
61256 Author: Kim Phillips <kim.phillips@freescale.com>
61257 Date:   Fri Mar 28 10:19:07 2008 -0500
61258
61259     mpc83xx: cleanup System Part and Revision ID Register (SPRIDR) code
61260
61261     in the spirit of commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6,
61262     85xx's "Update SVR numbers to expand support", simplify SPRIDR processing
61263     and processor ID display.  Add REVID_{MAJ,MIN}OR macros to make
61264     REVID dependent code simpler.  Also added PARTID_NO_E and IS_E_PROCESSOR
61265     convenience macros.
61266
61267     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
61268
61269 commit 81fd52c6c8fd19f0b7856b98217ce37c46c521af
61270 Author: Kim Phillips <kim.phillips@freescale.com>
61271 Date:   Fri Mar 28 10:18:53 2008 -0500
61272
61273     mpc83xx: display ddr frequency in board_add_ram_info banner
61274
61275     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
61276
61277 commit 35cf155c5ec1ceab2849fa5b6aa3d9a3e9e6f482
61278 Author: Kim Phillips <kim.phillips@freescale.com>
61279 Date:   Fri Mar 28 10:18:40 2008 -0500
61280
61281     mpc83xx: unreinvent mem_clk
61282
61283     delete ddr_clk and use mem_clk instead.  Rename other ddr_*_clk to
61284     mem_*_clk for consistency's sake.
61285
61286     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
61287
61288 commit 730e792926ca3fe4dd1b734a3bf44e55afa6f536
61289 Author: Kim Phillips <kim.phillips@freescale.com>
61290 Date:   Fri Mar 28 14:31:23 2008 -0500
61291
61292     mpc83xx: enable the SATA interface on mpc8315 rdb and mpc837x rdb boards
61293
61294     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
61295
61296 commit 2eeb3e4fc54ef2f5d574dafd42c6ce93afa30393
61297 Author: Dave Liu <r63238@freescale.com>
61298 Date:   Wed Mar 26 22:57:19 2008 +0800
61299
61300     mpc83xx: enable the SATA interface on mpc837xemds board
61301
61302     Enable the first two SATA interfaces on MPC837xEMDS board,
61303     The two SATA ports are on LYNX1. (SATA0/1 on J4/5)
61304
61305     Signed-off-by: Dave Liu <daveliu@freescale.com>
61306     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
61307
61308 commit 6f8c85e8d1865730c158d9ef5a06c70c3a10600a
61309 Author: Dave Liu <r63238@freescale.com>
61310 Date:   Wed Mar 26 22:56:36 2008 +0800
61311
61312     mpc83xx: initialize serdes for MPC837xEMDS boards
61313
61314     This patch is stolen from Anton Vorontsov's patch
61315     for mpc837xerdb boards.
61316
61317     The reference clk and xcorevdd voltage of serdes1/2
61318     is same between mpc837xemds and mpc837xerdb.
61319
61320     8377E: LYNX1- 2 SATA        LYNX2- 2 PCIE
61321     8378E: LYNX1- 2 SGMII       LYNX2- 2 PCIE
61322     8379E: LYNX1- 2 SATA        LYNX2- 2 SATA
61323
61324     Signed-off-by: Dave Liu <daveliu@freescale.com>
61325     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
61326
61327 commit cc8e839abc80887ae832767b5930d40edd6d7eb7
61328 Author: Stefan Roese <sr@denx.de>
61329 Date:   Fri Mar 28 14:09:04 2008 +0100
61330
61331     ppc4xx: Canyonlands: Print SATA/PCIe configuration and board revision
61332
61333     Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
61334     interface. This usage can be configured with the jumper J6. This patch
61335     displays the current configuration upon bootup and changes the PCIe
61336     init loop, to only initialize the availabel PCIe slots.
61337
61338     Signed-off-by: Stefan Roese <sr@denx.de>
61339
61340 commit 90447ecbbac8572457b6d8903073ac3f120995ba
61341 Author: Tor Krill <tor@excito.com>
61342 Date:   Fri Mar 28 11:29:10 2008 +0100
61343
61344     MTD/CFI: Add support for 16bit legacy AMD flash
61345
61346     Add entry for 512Kx16 AMD flash to jedec_table.
61347     Read out 16bit device id if chipwidth is 16bit.
61348     Fixed coding style after Stefans feedback
61349
61350     Signed-off-by: Tor Krill <tor@excito.com>
61351
61352 commit 5e12e75d17c4b15a310a45cd78fe71b7698a8a8e
61353 Author: Stefan Roese <sr@denx.de>
61354 Date:   Fri Mar 28 11:02:53 2008 +0100
61355
61356     ppc: Small change to CFG_MEM_TOP_HIDE description
61357
61358     Signed-off-by: Stefan Roese <sr@denx.de>
61359
61360 commit 280df59a8d62c6e74c281b1cb7e2052df4d6cb00
61361 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61362 Date:   Thu Mar 27 15:44:12 2008 +0900
61363
61364     sh: Add support stat structure and stat.h
61365
61366     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61367
61368 commit 4be9eb789e72b845d6693cc36b70a0b3529b3f09
61369 Author: Mark Jonas <toertel@gmail.com>
61370 Date:   Sat Mar 22 19:27:52 2008 +0100
61371
61372     sh: Removed warning when compiling drivers/serial/serial_sh.c.
61373
61374     Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
61375     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61376
61377 commit f309fa38929ffba71230c02330ffa42f4bba6333
61378 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61379 Date:   Wed Mar 12 18:02:57 2008 +0900
61380
61381     sh: Remove disable_ctrlc function from R7780MP
61382
61383     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61384
61385 commit 6f4b266ff2a4fcc2bff985d6a217852469afddb3
61386 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61387 Date:   Wed Mar 12 17:55:15 2008 +0900
61388
61389     sh: Add maintainer of R7780MP to MAINTAINER file
61390
61391     Update MAINTAINER entry for R7780MP. And fix maintainer's name.
61392
61393     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61394
61395 commit f5e2466f7baa887a7df0c536333eea8231333497
61396 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61397 Date:   Tue Mar 25 17:11:24 2008 +0900
61398
61399     sh: Add support Renesas Solutions R2D plus board
61400
61401     R2D plus is SH reference board used with SH7751R.
61402     This board has 266Mhz CPU, 64MB SDRAM, Cardbus, CF interface,
61403     one PCI bus, VGA, and two Ethernet controller.
61404
61405     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61406
61407 commit e92c95180bb5bc5fd4051598a9d60beaba48988d
61408 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61409 Date:   Wed Mar 12 12:15:29 2008 +0900
61410
61411     sh: Add support SH4 cache control
61412
61413     Add support SH4 cache control and flash_cache function
61414
61415     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61416
61417 commit 28e5efde4d925fcb34901d0030d0648de2da7e89
61418 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61419 Date:   Mon Mar 24 01:53:01 2008 +0900
61420
61421     sh: Add support PCI host driver for SH7751/SH7751R
61422
61423     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61424
61425 commit ab8f4d40d069cd3cbe7563ddfe3e5f03b0c7c721
61426 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61427 Date:   Mon Mar 24 02:11:26 2008 +0900
61428
61429     sh: Move SuperH PCI driver from cpu/sh4 to drivers/pci
61430
61431     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61432
61433 commit 566933278101c144d75361ea682678a326c1290d
61434 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61435 Date:   Wed Mar 12 12:10:28 2008 +0900
61436
61437     sh: Add support SuperH SH7751/SH7751R
61438
61439     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61440
61441 commit 3313e0e26224fc9a0c445124f3455058c696df84
61442 Author: Mark Jonas <toertel@gmail.com>
61443 Date:   Mon Mar 10 11:37:10 2008 +0100
61444
61445     sh: Added support for SH7720 based board MPR2.
61446
61447     Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
61448     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61449
61450 commit 3ecff1d70ae93e628fe65b3fe1fc7c9c76cdf99f
61451 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61452 Date:   Thu Mar 6 14:05:53 2008 +0900
61453
61454     sh: Fix receive FIFO level register of SH4A
61455
61456     Receive FIFO level register is different in SH4A.
61457     Because register is different, cannot occasionally receive data.
61458
61459     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61460
61461 commit c133c1fb0b590662206b0eba70f4478ee0300a9a
61462 Author: Yusuke Goda <goda.yusuke@renesas.com>
61463 Date:   Tue Mar 11 12:55:12 2008 +0900
61464
61465     sh: Add support Renesas Solutions R7780MP
61466
61467     Renesas Solutions R7780MP is a reference board on SH7780.
61468     This board has serial, 10/100 base Ethernet deivice, CF slot
61469     and VGA devices. This board can set extension board.
61470     Extension board has 10/100/1000 base Ethernet device, PCI slot,
61471     S-ATA, iDVR slot.
61472
61473     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
61474     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61475
61476 commit 1a2334a4eb6386d7cd35d9de5fa39af2c764ad28
61477 Author: Yusuke Goda <goda.yusuke@renesas.com>
61478 Date:   Wed Mar 5 14:30:02 2008 +0900
61479
61480     sh: Add support PCI of SuperH and SH7780
61481
61482     This patch add support PCI of SuperH base code and SH7780 specific code.
61483
61484     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
61485     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61486
61487 commit b55523efff2ae11f0b9ae3cc405893c32eb78156
61488 Author: Yusuke Goda <goda.yusuke@renesas.com>
61489 Date:   Wed Mar 5 14:23:26 2008 +0900
61490
61491     sh: Add support SH7780
61492
61493     SH7780 is CPU of Renesas Technology.
61494     This CPU has
61495      - CPU clock 400MHz
61496      - PCI support
61497      - DDR-SDRAM controller
61498      - etc ...
61499
61500     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
61501     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61502
61503 commit c2042f5952a686c414031309b8f244513bf578f0
61504 Author: goda.yusuke <goda.yusuke@renesas.com>
61505 Date:   Fri Jan 25 20:46:36 2008 +0900
61506
61507     sh: Add support Renesas Solutions Migo-R board
61508
61509     Migo-R is a board based on SH7722 and has may devices.
61510     In this patch, supported SCIF, NOR flash and Ethernet.
61511
61512     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
61513     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61514
61515 commit 74d1e66d22dac91388bc538b2fe19f735edc5b82
61516 Author: Bartlomiej Sieka <tur@semihalf.com>
61517 Date:   Thu Mar 27 15:06:40 2008 +0100
61518
61519     Fix host tool build breakage, take two
61520
61521     Revert commit 87c8431f and fix build breakage so that the build continues
61522     to work on FC systems.
61523
61524     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
61525
61526 commit 7e4a0d25ed18f6437bdf59ebfa49bb0edc2f24e6
61527 Author: Stefan Roese <sr@denx.de>
61528 Date:   Wed Mar 19 09:36:47 2008 +0100
61529
61530     ppc4xx: Enable ECC on LWMON5
61531
61532     Since all ECC related problems seem to be resolved on LWMON5, this patch
61533     now enables ECC support.
61534
61535     We have to write the ECC bytes by zeroing and flushing in smaller
61536     steps, since the whole 256MByte takes too long for the external
61537     watchdog.
61538
61539     Signed-off-by: Stefan Roese <sr@denx.de>
61540
61541 commit 6433fa202a91a6594dd48f06807ac38ba27fa0bb
61542 Author: Larry Johnson <lrj@acm.org>
61543 Date:   Mon Mar 17 11:10:35 2008 -0500
61544
61545     ppc4xx: Updates to Korat-specific code
61546
61547     This patch contains updates for changes for the Korat PPC440EPx board.
61548     These changes include:
61549
61550     (1) Support for "permanent" and "upgradable" copies of U-Boot, as
61551     described in the new "doc/README.korat" file;
61552
61553     (2) a new memory map for the registers in the board's CPLD;
61554
61555     (3) a revised format for manufacturer's data in serial EEPROM; and
61556
61557     (4) changes to track updates to U-Boot for the Sequoia board.
61558
61559     Signed-off-by: Larry Johnson <lrj@acm.org>
61560
61561 commit f766cdf89b3a2a7634b8c5869f606150e332036c
61562 Author: Markus Brunner <super.firetwister@gmail.com>
61563 Date:   Thu Mar 27 10:46:25 2008 +0100
61564
61565     ppc4xx: PPC405EP Set EMAC noise filter bits
61566
61567     This bug was introduced with commit aee747f19b460a0e9da20ff21e90fdaac1cec359
61568     which enabled CFG_4xx_GPIO_TABLE for PPC405 and unintentionally
61569     disabled the setting of the emac noise filter bits for PPC405EP when CFG_4xx_GPIO_TABLE is set.
61570
61571     Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
61572     Signed-off-by: Stefan Roese <sr@denx.de>
61573
61574 commit f66e2c8b25c04b79e5fb385bc8989c2de7f63991
61575 Author: Mike Nuss <mike@terascala.com>
61576 Date:   Wed Feb 20 11:54:20 2008 -0500
61577
61578     ppc4xx: Reconfigure PLL for 667MHz processor for PPC440EPx
61579
61580     On PPC440EPx without a bootstrap I2C EEPROM, the PLL can be reconfigured
61581     after startup to change the speed of the clocks. This patch adds the
61582     option CFG_PLL_RECONFIG. If this option is set to 667, the CPU
61583     initialization code will reconfigure the PLL to run the system with a CPU
61584     frequency of 667MHz and PLB frequency of 166MHz, without the need for an
61585     external EEPROM.
61586
61587     Signed-off-by: Mike Nuss <mike@terascala.com>
61588     Acked-by: Stefan Roese <sr@denx.de>
61589
61590 commit 87c8431fe24d48121f053fe67cff4ccfe097d4d1
61591 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
61592 Date:   Thu Mar 27 09:12:40 2008 +0100
61593
61594     new-image: Fix host tool build breakage
61595
61596     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
61597
61598 commit 6fb4b640562a10daff0dbe537638d511b5b48650
61599 Author: Stefan Roese <sr@denx.de>
61600 Date:   Thu Mar 27 10:24:03 2008 +0100
61601
61602     ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined
61603
61604     Signed-off-by: Stefan Roese <sr@denx.de>
61605
61606 commit 9462732a3ec551c11862450902cd8ee1bedea6d9
61607 Author: Stefan Roese <sr@denx.de>
61608 Date:   Wed Mar 19 10:23:43 2008 +0100
61609
61610     ppc4xx: Add fdt support to Prodrive alpr
61611
61612     Since this board will probably be ported to arch/powerpc in the
61613     near future, we add device tree support now. This way we are
61614     "ready" for arch/powerpc from now on.
61615
61616     Signed-off-by: Stefan Roese <sr@denx.de>
61617
61618 commit 511e4f9e7f7b6719e4d91d7f0fc89412b13b5150
61619 Author: Pieter Voorthuijsen <pieter.voorthuijsen@prodrive.nl>
61620 Date:   Mon Mar 17 09:27:56 2008 +0100
61621
61622     ppc4xx: Enable cache support on the ALPR board
61623
61624     Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
61625
61626 commit 14f73ca679f6fdb44cff0b7304d419db41a0ab69
61627 Author: Stefan Roese <sr@denx.de>
61628 Date:   Wed Mar 26 10:14:11 2008 +0100
61629
61630     ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched"
61631
61632     If CFG_MEM_TOP_HIDE is defined in the board config header, this specified
61633     memory area will get subtracted from the top (end) of ram and won't get
61634     "touched" at all by U-Boot. By fixing up gd->ram_size the Linux kernel
61635     should gets passed the now "corrected" memory size and won't touch it
61636     either. This should work for arch/ppc and arch/powerpc. Only Linux board
61637     ports in arch/powerpc with bootwrapper support, which recalculate the
61638     memory size from the SDRAM controller setup, will have to get fixed
61639     in Linux additionally.
61640
61641     This patch enables this config option on some PPC440EPx boards as a workaround
61642     for the CHIP 11 errata. Here the description from the AMCC documentation:
61643
61644     CHIP_11: End of memory range area restricted access.
61645     Category: 3
61646
61647     Overview:
61648     The 440EPx DDR controller does not acknowledge any
61649     transaction which is determined to be crossing over the
61650     end-of-memory-range boundary, even if the starting address is
61651     within valid memory space. Any such transaction from any PLB4
61652     master will result in a PLB time-out on PLB4 bus.
61653
61654     Impact:
61655     In case of such misaligned bursts, PLB4 masters will not
61656     retrieve any data at all, just the available data up to the
61657     end of memory, especially the 440 CPU. For example, if a CPU
61658     instruction required an operand located in memory within the
61659     last 7 words of memory, the DCU master would burst read 8
61660     words to update the data cache and cross over the
61661     end-of-memory-range boundary. Such a DCU read would not be
61662     answered by the DDR controller, resulting in a PLB4 time-out
61663     and ultimately in a Machine Check interrupt. The data would
61664     be inaccessible to the CPU.
61665
61666     Workaround:
61667     Forbid any application to access the last 256 bytes of DDR
61668     memory. For example, make your operating system believe that
61669     the last 256 bytes of DDR memory are absent. AMCC has a patch
61670     that does this, available for Linux.
61671
61672     This patch sets CFG_MEM_TOP_HIDE for the following 440EPx boards:
61673     lwmon5, korat, sequoia
61674
61675     The other remaining 440EPx board were intentionally not included
61676     since it is not clear to me, if they use the end of ram for some
61677     other purpose. This is unclear, since these boards have CONFIG_PRAM
61678     defined and even comments like this:
61679
61680     PMC440.h:
61681     /* esd expects pram at end of physical memory.
61682      * So no logbuffer at the moment.
61683      */
61684
61685     It is strongly recommended to not use the last 256 bytes on those
61686     boards too. Patches from the board maintainers are welcome.
61687
61688     Signed-off-by: Stefan Roese <sr@denx.de>
61689
61690 commit c664bf8c3c9bb9e236891f0d8dfda883e86d159b
61691 Author: Stefan Roese <sr@denx.de>
61692 Date:   Thu Mar 27 10:09:05 2008 +0100
61693
61694     ppc4xx: Fix Canyonlands linker script (remove bogus ASSERT)
61695
61696     Signed-off-by: Stefan Roese <sr@denx.de>
61697
61698 commit d56a3ce179688cde61073a3690e21703d68fafd7
61699 Author: Stefan Roese <sr@denx.de>
61700 Date:   Tue Mar 25 17:51:13 2008 +0100
61701
61702     ppc4xx: Correctly pass phyiscal FLASH base address into dtb
61703
61704     The routine ft_board_setup() configures the EBC NOR mappings for the
61705     Linux physmap_of driver. Since on 460EX/GT we remap the FLASH from
61706     0x4.fc00.0000 to 0x4.cc00.0000 because of the max. 16MByte boot-CS
61707     problem, we need to pass the corrected address here too.
61708
61709     Signed-off-by: Stefan Roese <sr@denx.de>
61710
61711 commit 9ad31989de12ce5c67b07c4867ead47465655c4b
61712 Author: Stefan Roese <sr@denx.de>
61713 Date:   Wed Mar 19 16:35:12 2008 +0100
61714
61715     ppc4xx: Fix compilation warning in 4xx_enet.c
61716
61717     Signed-off-by: Stefan Roese <sr@denx.de>
61718
61719 commit 4c9e855734c523900322a7c3cdd9099b4f51b51d
61720 Author: Stefan Roese <sr@denx.de>
61721 Date:   Wed Mar 19 16:20:49 2008 +0100
61722
61723     ppc4xx: Add AMCC Glacier 406GT eval board support
61724
61725     This patch adds support for the AMCC Glacier 460GT eval board.
61726     The main difference to the Canyonlands board are listed here:
61727
61728     - 4 ethernet ports instead of 2
61729     - no SATA port
61730     - no USB port
61731
61732     Currently EMAC2+3 are not working. This will be fixed in a later
61733     release.
61734
61735     Signed-off-by: Stefan Roese <sr@denx.de>
61736
61737 commit d8bd643141af4710d7f1b69bbab6b760de0af0a1
61738 Author: Stefan Roese <sr@denx.de>
61739 Date:   Thu Mar 27 08:47:26 2008 +0100
61740
61741     ppc4xx: Mask 'vec' with 0x1f in uic_interrupt() for bit set/clear
61742
61743     Signed-off-by: Stefan Roese <sr@denx.de>
61744
61745 commit b9670dd85be6e0496ef2e231043c23cad9b1d903
61746 Author: Anatolij Gustschin <agust@denx.de>
61747 Date:   Wed Mar 26 21:05:43 2008 +0100
61748
61749     Fix out of tree building issue
61750
61751     Currently U-Boot building in some external directory
61752     doesn't work. This patch tries to fix the problem.
61753
61754     Signed-off-by: Anatolij Gustschin <agust@denx.de>
61755
61756 commit d4ee711d8a5c366ee3f857c26b927d12e66614ff
61757 Author: Anatolij Gustschin <agust@denx.de>
61758 Date:   Wed Mar 26 18:13:33 2008 +0100
61759
61760     README: update documentation (availability, links, etc.)
61761
61762     Fix typo in README
61763
61764     Signed-off-by: Anatolij Gustschin <agust@denx.de>
61765
61766 commit e813eae3bfeba9c0bda9d1bf9fc3d081f790972f
61767 Author: Anatolij Gustschin <agust@denx.de>
61768 Date:   Wed Mar 26 17:47:44 2008 +0100
61769
61770     Fix compilation error in cmd_usb.c
61771
61772     This patch fixes compilation error
61773     cmd_usb.c: In function 'do_usb':
61774     cmd_usb.c:552: error: void value not ignored as it ought to be
61775
61776     Signed-off-by: Anatolij Gustschin <agust@denx.de>
61777
61778 commit d8c82db482d6b535d12b419d6440b88bf7091c9b
61779 Author: Timur Tabi <timur@freescale.com>
61780 Date:   Fri Mar 14 17:45:29 2008 -0500
61781
61782     Add support for setting the I2C bus speed in fsl_i2c.c
61783
61784     Add support to the Freescale I2C driver (fsl_i2c.c) for setting and querying
61785     the I2C bus speed.  Current 8[356]xx boards define the CFG_I2C_SPEED macro,
61786     but fsl_i2c.c ignores it and uses conservative value when programming the
61787     I2C bus speed.
61788
61789     Signed-off-by: Timur Tabi <timur@freescale.com>
61790     Acked-by: Andy Fleming <afleming@freescale.com>
61791
61792 commit d049cc7f71c0d875e8f5099d1ed23666a82b8f8e
61793 Author: Wolfgang Denk <wd@denx.de>
61794 Date:   Thu Mar 27 00:03:57 2008 +0100
61795
61796     Coding style cleanup, update CHANGELOG
61797
61798     Signed-off-by: Wolfgang Denk <wd@denx.de>
61799
61800 commit fd0b1fe3c388a77e8fe00cdd930ca317a91198d4
61801 Author: Dave Liu <r63238@freescale.com>
61802 Date:   Wed Mar 26 22:55:32 2008 +0800
61803
61804     drivers: add the support for Freescale SATA controller
61805
61806     Add the Freescale on-chip SATA controller driver to u-boot,
61807     The SATA controller is used on the 837x and 8315 targets,
61808     The driver can be used to load kernel, fs and dtb.
61809
61810     The features list:
61811     - 1.5/3 Gbps link speed
61812     - LBA48, LBA28 support
61813     - DMA and FPDMA support
61814     - Two ports support
61815
61816     Signed-off-by: Dave Liu <daveliu@freescale.com>
61817
61818 commit bede87f4c87c3ccd868cc60ebf792e0560c6d024
61819 Author: Dave Liu <r63238@freescale.com>
61820 Date:   Wed Mar 26 22:54:44 2008 +0800
61821
61822     ata: add the readme for SATA command line
61823
61824     Signed-off-by: Dave Liu <daveliu@freescale.com>
61825
61826 commit cd54081cd479e542fc399b8a40651ff11a1ad849
61827 Author: Dave Liu <r63238@freescale.com>
61828 Date:   Wed Mar 26 22:53:24 2008 +0800
61829
61830     ata: enable the sata initialize on boot up
61831
61832     Signed-off-by: Dave Liu <daveliu@freescale.com>
61833
61834 commit 69386383c5c2b323c66495b0b0cef6a9714d83bf
61835 Author: Dave Liu <r63238@freescale.com>
61836 Date:   Wed Mar 26 22:52:36 2008 +0800
61837
61838     ata: add the fis struct for SATA
61839
61840     Signed-off-by: Dave Liu <daveliu@freescale.com>
61841
61842 commit ffc664e80dfb2e17de0df5ad39e91a02e9c361bc
61843 Author: Dave Liu <r63238@freescale.com>
61844 Date:   Wed Mar 26 22:51:44 2008 +0800
61845
61846     ata: add the libata support
61847
61848     add simple libata support in u-boot
61849
61850     Signed-off-by: Dave Liu <daveliu@freescale.com>
61851
61852 commit 8e9bb43429e50df55fa41932cbe65841ff579220
61853 Author: Dave Liu <r63238@freescale.com>
61854 Date:   Wed Mar 26 22:50:45 2008 +0800
61855
61856     ata: make the ata_piix driver using new SATA framework
61857
61858     original ata_piix driver is using IDE framework, not real
61859     SATA framework. For now, the ata_piix driver is only used
61860     by x86 sc520_cdp board. This patch makes the ata_piix driver
61861     use the new SATA framework, so
61862
61863     - remove the duplicated command stuff
61864     - remove the CONFIG_CMD_IDE define in the sc520_cdp.h
61865     - add the CONFIG_CMD_SATA define to sc520_cdp.h
61866
61867     Signed-off-by: Dave Liu <daveliu@freescale.com>
61868
61869 commit c7057b529c3c3cb9c0ac9060686a4068f1491bbe
61870 Author: Dave Liu <r63238@freescale.com>
61871 Date:   Wed Mar 26 22:49:44 2008 +0800
61872
61873     ata: add the support for SATA framework
61874
61875     - add the SATA framework
61876     - add the SATA command line
61877
61878     Signed-off-by: Dave Liu <daveliu@freescale.com>
61879
61880 commit 83c7f470a4ce94f33600f11ae85ce4dcf00aa90c
61881 Author: Dave Liu <r63238@freescale.com>
61882 Date:   Wed Mar 26 22:48:18 2008 +0800
61883
61884     ata: merge the header of ata_piix driver
61885
61886     move the sata.h from include/ to drivers/block/ata_piix.h
61887
61888     Signed-off-by: Dave Liu <daveliu@freescale.com>
61889
61890 commit 9eef62804d9695425b24c87b46a61a7fa74afee0
61891 Author: Dave Liu <r63238@freescale.com>
61892 Date:   Wed Mar 26 22:47:06 2008 +0800
61893
61894     ata: merge the ata_piix driver
61895
61896     move the cmd_sata.c from common/ to drivers/ata_piix.c,
61897     the cmd_sata.c have some part of ata_piix controller drivers.
61898     consolidate the driver to have better framework.
61899
61900     Signed-off-by: Dave Liu <daveliu@freescale.com>
61901
61902 commit b9e749e95354f33eb5dc6653c6db7d502adb95fe
61903 Author: Markus Klotzbuecher <mk@denx.de>
61904 Date:   Wed Mar 26 18:26:43 2008 +0100
61905
61906     USB, Storage: fix a bug introduced in commit
61907     f6b44e0e4d18fe507833a0f76d24a9aa72c123f1 that will cause usb_stor_info
61908     to only print only information on one storage device, but not for
61909     multiple.
61910
61911     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
61912
61913 commit 841e5edd1623f3fecb6bffc5c2f938ed7a947360
61914 Author: Anatolij Gustschin <agust@denx.de>
61915 Date:   Wed Mar 26 17:47:44 2008 +0100
61916
61917     Fix compilation error in cmd_usb.c
61918
61919     This patch fixes compilation error
61920     cmd_usb.c: In function 'do_usb':
61921     cmd_usb.c:552: error: void value not ignored as it ought to be
61922
61923     Signed-off-by: Anatolij Gustschin <agust@denx.de>
61924     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
61925
61926 commit dd6c910aadf27c822f17b87eae1a9bd0b2e3aa15
61927 Author: Kumar Gala <galak@kernel.crashing.org>
61928 Date:   Wed Mar 26 08:53:53 2008 -0500
61929
61930     85xx: Add cpu_mp_lmb_reserve helper to reserve boot page
61931
61932     Provide a board_lmb_reserve helper function to ensure we reserve
61933     the page of memory we are using for the boot page translation code.
61934
61935     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
61936
61937 commit 79679d80021ab095e639e250ca472fe526da02e2
61938 Author: Kumar Gala <galak@kernel.crashing.org>
61939 Date:   Wed Mar 26 08:34:25 2008 -0500
61940
61941     85xx: Update multicore boot mechanism to ePAPR v0.81 spec
61942
61943     The following changes are needed to be inline with ePAPR v0.81:
61944
61945     * r4, r5 and now always set to 0 on boot release
61946     * r7 is used to pass the size of the initial map area (IMA)
61947     * EPAPR_MAGIC value changed for book-e processors
61948     * changes in the spin table layout
61949     * spin table supports a 64-bit physical release address
61950
61951     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
61952
61953 commit 25eedb2c1958a13110c7de1fc809b624053cc69c
61954 Author: Jon Loeliger <jdl@freescale.com>
61955 Date:   Wed Mar 19 15:02:07 2008 -0500
61956
61957     FSL: Clean up board/freescale/common/Makefile
61958
61959     Each file that can be built here now follows some
61960     CONFIG_ option so that they are appropriately built
61961     or not, as needed.  And CONFIG_ defines were added
61962     to various board config files to make sure that happens.
61963
61964     The other board/freescale/*/Makefiles no longer need
61965     to reach up and over into ../common to build their
61966     individually needed files any more.
61967
61968     Boards that are CDS specific were renamed with cds_ prefix.
61969
61970     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61971
61972 commit a5af4b358a7caa9c0aa374d4d894bf762ec37669
61973 Author: Kumar Gala <galak@kernel.crashing.org>
61974 Date:   Wed Feb 27 22:00:27 2008 -0600
61975
61976     85xx: Fix merge duplication
61977
61978     ft_fixup_cpu() got duplicated in some merge snafu.  Remove the duplicate.
61979
61980     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
61981
61982 commit 5893b3d0a4084f87a06a5d3dc03db91206818941
61983 Author: James Yang <James.Yang@freescale.com>
61984 Date:   Tue Feb 12 16:35:07 2008 -0600
61985
61986     85xx: Expand CCSR space with more DDR controller registers.
61987
61988     Signed-off-by: James Yang <James.Yang@freescale.com>
61989     Signed-off-by: Jon Loeliger <jdl@freescale.com>
61990     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
61991
61992 commit a3e77fa5359b3f9f59e4e946b46d57a53057cc85
61993 Author: James Yang <James.Yang@freescale.com>
61994 Date:   Fri Feb 8 18:05:08 2008 -0600
61995
61996     85xx: Speed up get_ddr_freq() and get_bus_freq()
61997
61998     get_ddr_freq() and get_bus_freq() used get_sys_info() each time they were
61999     called.  However, get_sys_info() recalculates extraneous information when
62000     called each time.  Have get_ddr_freq() and get_bus_freq() return memoized
62001     values from global_data instead.
62002
62003     Signed-off-by: James Yang <James.Yang@freescale.com>
62004     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
62005
62006 commit e9ea679918fbc9a53fa2f2a904aac874ea736036
62007 Author: James Yang <James.Yang@freescale.com>
62008 Date:   Fri Feb 8 16:46:27 2008 -0600
62009
62010     85xx: Show DDR memory data rate in addition to the memory clock frequency.
62011
62012     Show the DDR memory data rate in addition to the memory clock
62013     frequency.  For DDR/DDR2 memories the memory data rate is 2x the
62014     memory clock.
62015
62016     Signed-off-by: James Yang <James.Yang@freescale.com>
62017     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
62018
62019 commit 591933ca6eabc440e6ed6967233aaf56fce464a3
62020 Author: James Yang <James.Yang@freescale.com>
62021 Date:   Fri Feb 8 16:44:53 2008 -0600
62022
62023     85xx: get_tbclk() speed up and rounding fix
62024
62025     Speed up get_tbclk() by referencing pre-computed bus clock
62026     frequency value from global data instead of sys_info_t.  Fix
62027     rounding of result to nearest; previously it was rounding
62028     upwards.
62029
62030     Signed-off-by: James Yang <James.Yang@freescale.com>
62031     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
62032
62033 commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6
62034 Author: Andy Fleming <afleming@freescale.com>
62035 Date:   Wed Feb 6 01:19:40 2008 -0600
62036
62037     Update SVR numbers to expand support
62038
62039     FSL has taken to using SVR[16:23] as an SOC sub-version field.  This
62040     is used to distinguish certain variants within an SOC family.  To
62041     account for this, we add the SVR_SOC_VER() macro, and update the SVR_*
62042     constants to reflect the larger value.  We also add SVR numbers for all
62043     of the current variants.  Finally, to make things neater, rather than
62044     use an enormous switch statement to print out the CPU type, we create
62045     and array of SVR/name pairs (using a macro), and print out the CPU name
62046     that matches the SVR SOC version.
62047
62048     Signed-off-by: Andy Fleming <afleming@freescale.com>
62049
62050 commit b83eef440cf3cef816172ccbb5897ccd8e403cf3
62051 Author: Andy Fleming <afleming@freescale.com>
62052 Date:   Wed Feb 6 01:12:57 2008 -0600
62053
62054     Add the Freescale PCI device IDs
62055
62056     Signed-off-by: Andy Fleming <afleming@freescale.com>
62057
62058 commit 7aff0c051ad0613171cf2b9941ee48675c62e7cd
62059 Author: Kumar Gala <galak@kernel.crashing.org>
62060 Date:   Thu Feb 14 11:04:23 2008 -0600
62061
62062     85xx: Added support for multicore boot mechanism
62063
62064     Added the cpu command that provides a generic mechanism to get status,
62065     reset, and release secondary cores in multicore processors.
62066
62067     Added support for using the ePAPR defined spin-table mechanism on 85xx.
62068
62069     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
62070     Signed-off-by: Andy Fleming <afleming@freescale.com>
62071
62072 commit ec2b74ffd36f02c6123725e7c2533dd2deaf4b64
62073 Author: Kumar Gala <galak@kernel.crashing.org>
62074 Date:   Thu Jan 17 16:48:33 2008 -0600
62075
62076     85xx: Added support for multicore boot mechanism
62077
62078     Added the cpu command that provides a generic mechanism to get status,
62079     reset, and release secondary cores in multicore processors.
62080
62081     Added support for using the ePAPR defined spin-table mechanism on 85xx.
62082
62083     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
62084
62085 commit f69766e4b5d47ecd3aa58677a8da875694f364f2
62086 Author: Kumar Gala <galak@kernel.crashing.org>
62087 Date:   Wed Jan 30 14:55:14 2008 -0600
62088
62089     85xx: Add the concept of CFG_CCSRBAR_PHYS
62090
62091     When we go to 36-bit physical addresses we need to keep the concept of
62092     the physical CCSRBAR address seperate from the virtual one.
62093
62094     For the majority of boards CFG_CCSBAR_PHYS == CFG_CCSRBAR
62095
62096     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
62097
62098 commit 5b5eb9ca5b778f763bcf332697b35cc1e747626e
62099 Author: Wolfgang Denk <wd@denx.de>
62100 Date:   Wed Mar 26 15:38:47 2008 +0100
62101
62102     Coding style cleanup.
62103
62104     Signed-off-by: Wolfgang Denk <wd@denx.de>
62105
62106 commit da8808df7a9cef5a3d2ee286ef9ebf9de1780660
62107 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
62108 Date:   Wed Mar 26 13:02:13 2008 +0100
62109
62110     Add CFG_RTC_DS1337_NOOSC to turn off OSC output
62111
62112     The default settings for RTC DS1337 keeps the OSC
62113     output, 32,768 Hz, on. This add CFG_RTC_DS1337_NOOSC to
62114     turn it off.
62115
62116     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
62117
62118 commit 438a4c11260b4ea9805039b0b4f92f9df5306b02
62119 Author: Wolfgang Denk <wd@denx.de>
62120 Date:   Wed Mar 26 11:48:46 2008 +0100
62121
62122     Cleanup coding style, update CHANGELOG
62123
62124     Signed-off-by: Wolfgang Denk <wd@denx.de>
62125
62126 commit 218ca724c08ca8a649f0917cf201cf23d4b33f39
62127 Author: Wolfgang Denk <wd@denx.de>
62128 Date:   Wed Mar 26 10:40:12 2008 +0100
62129
62130     README: update documentation (availability, links, etc.)
62131
62132     Signed-off-by: Wolfgang Denk <wd@denx.de>
62133
62134 commit f6b44e0e4d18fe507833a0f76d24a9aa72c123f1
62135 Author: Aras Vaichas <arasv@magtech.com.au>
62136 Date:   Tue Mar 25 12:09:07 2008 +1100
62137
62138     USB Storage, add meaningful return value
62139
62140     This patch changes the "usb storage" command to return success if it
62141     finds a USB storage device, otherwise it returns error.
62142
62143     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
62144
62145 commit 18e69a35efbb078403db0c0063986470dad7d082
62146 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
62147 Date:   Fri Mar 14 23:20:18 2008 +0300
62148
62149     83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role
62150
62151     Linux understands "host" (default), "peripheral" and "otg" (broken).
62152     Though, U-Boot doesn't restrict dr_mode variable to these values (think
62153     of renames in future).
62154
62155     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
62156     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
62157
62158 commit c7604783b236e368f225efb7b3efb418fe20b404
62159 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
62160 Date:   Fri Mar 14 23:20:30 2008 +0300
62161
62162     tsec: fix link detection for the RTL8211B PHY
62163
62164     RTL8211B sets link state register after autonegotiation complete,
62165     so with bootdelay=0 RTL8211B will report lack of the link.
62166
62167     To fix this, we should wait for aneg to complete, even if the
62168     link is currently down.
62169
62170     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
62171     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
62172
62173 commit 7fa9cbb00dc83fcf175042b6f20c2c9bce9a15f4
62174 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
62175 Date:   Mon Mar 24 20:47:09 2008 +0300
62176
62177     mpc83xx: add "fsl,soc" and "fsl,immr" compatible fixups
62178
62179     device_type = "soc" is being deprecated, newer device trees will use
62180     "fsl,soc" and/or "fsl,immr" for the soc nodes.
62181
62182     This patch also adds clock-frequency property for soc nodes (the same
62183     value as bus-frequency).
62184
62185     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
62186
62187 commit 507e2d79c91441a0bb2cd3d0c31c8bfe3f8cec07
62188 Author: Joe D'Abbraccio <ljd015@freescale.com>
62189 Date:   Mon Mar 24 13:00:59 2008 -0400
62190
62191     Modified the DDR SDRAM clock control register to delay MCK/MCK_B 3/4 clock
62192
62193     With the original value of 1/2 clock cycle delay, the system ran relatively
62194     stable except when we run benchmarks that are intensive users of memory.
62195     When I run samba connected disk with a HDBENCH test, the system locks-up
62196     or reboots sporadically.
62197
62198     Signed-off by: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com>
62199
62200 commit a7ba32d480a86db5db8dcd8ca66b21b4cadda923
62201 Author: Scott Wood <scottwood@freescale.com>
62202 Date:   Mon Mar 24 12:44:13 2008 -0500
62203
62204     mpc83xx: Set PCI I/O bus-address base to zero.
62205
62206     The device trees for these boards describe PCI I/O as starting from
62207     address zero from the device's perspective.
62208
62209     Placing I/O elsewhere may cause problems with certain PCI boards, and may
62210     cause problems with Linux.
62211
62212     Signed-off-by: Scott Wood <scottwood@freescale.com>
62213
62214 commit f700e7df7fecf2d3765ae568ce77ce788cde4f3e
62215 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
62216 Date:   Mon Mar 24 20:47:05 2008 +0300
62217
62218     mpc83xx: MPC8360E-RDK: use 33.3(3)MHz CLKIN/SYS_CLK
62219
62220     At least on the "33MHz Pilot" board crystal is actually 33.3MHz.
62221     This patch fixes "system time drifting" problem.
62222
62223     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
62224
62225 commit 3a0cfdd576dc9b16d1468d37339182607c697fb7
62226 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
62227 Date:   Mon Mar 24 20:47:02 2008 +0300
62228
62229     mpc83xx: MPC8360E-RDK: define CONFIG_OF_STDOUT_VIA_ALIAS
62230
62231     This is needed to update /choosen/linux,stdout-path properly.
62232
62233     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
62234
62235 commit 3419eb62f088d7a22f1d2a3cebf76b77e408b5b9
62236 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
62237 Date:   Mon Mar 24 20:47:00 2008 +0300
62238
62239     mpc83xx: MPC8360E-RDK: add dhcp command
62240
62241     Plus modify environment to use it and remove bootfile env variable,
62242     it is internal and CONFIG_BOOTFILE is used for these purposes.
62243
62244     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
62245
62246 commit d892b2dbb4087a26778bfd42470c3ea7d0e2b6aa
62247 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
62248 Date:   Mon Mar 24 20:46:57 2008 +0300
62249
62250     mpc83xx: MPC8360E-RDK: rework ddr setup, enable ecc
62251
62252     Current DDR setup easily causes memory corruption, this patch fixes it.
62253
62254     Also fix TIMING_CFG0_MRS_CYC definition.
62255
62256     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
62257
62258 commit d47d49cc37a38f2719a3e1b9bbe08ac810cf2d9a
62259 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
62260 Date:   Mon Mar 24 20:46:53 2008 +0300
62261
62262     mpc83xx: MPC8360E-RDK: configure pario pins for AD7843 and FHCI
62263
62264     This patch adds qe pario pins configuration for AD7843 ADC/Touchscreen
62265     controller and FHCI (QE USB).
62266
62267     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
62268
62269 commit 7ad959490962e6842648d87d4bd795ea6cdcce67
62270 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
62271 Date:   Mon Mar 24 20:46:51 2008 +0300
62272
62273     mpc83xx: MPC8360E-RDK: add support for NAND
62274
62275     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
62276
62277 commit 9a3e832aeb491861d029991241572ebdf4b5b61b
62278 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
62279 Date:   Mon Mar 24 20:46:46 2008 +0300
62280
62281     mpc83xx: MPC8360E-RDK: use RGMII_RXID interface mode
62282
62283     This is needed for BCM PHYs to work on this board.
62284
62285     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
62286
62287 commit 300615dc5d9b0a2022fbc6af0c13159e33fd752e
62288 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
62289 Date:   Mon Mar 24 20:46:34 2008 +0300
62290
62291     uec: add support for Broadcom BCM5481 Gigabit PHY
62292
62293     This patch adds basic support for Broadcom BCM5481 PHY.
62294
62295     RXD-RXC delay quirk comes from MPC8360E-RDK BSP source, author is
62296     Peter Barada <peterb@logicpd.com>.
62297
62298     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
62299
62300 commit 6a600c3a1876bc203445df4f0fd6b12648259666
62301 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
62302 Date:   Mon Mar 24 20:46:28 2008 +0300
62303
62304     uec: add support for RGMII_RXID interface mode
62305
62306     PHY drivers will use it to setup software delay between RXD and RXC
62307     signals.
62308
62309     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
62310
62311 commit 91cdaa3a9d7562b869d96774e9c9ddf142c0848d
62312 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
62313 Date:   Mon Mar 24 20:46:24 2008 +0300
62314
62315     uec: add support for gbit mii status readings
62316
62317     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
62318
62319 commit aabce7fb505ffe55ebf3bf4dcafdae97a581558d
62320 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
62321 Date:   Mon Mar 24 17:40:47 2008 +0300
62322
62323     83xx: define CONFIG_OF_STDOUT_VIA_ALIAS for the MPC837XERDB boards
62324
62325     This is primarily for the early console support.
62326
62327     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
62328
62329 commit 2bd7460e9283ec98565189b3cdbcfb2bcdcdd635
62330 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
62331 Date:   Mon Mar 24 17:40:43 2008 +0300
62332
62333     83xx: initialize serdes for MPC837XRDB boards
62334
62335     On the MPC8377ERDB: 2 SATA and 2 PCI-E.
62336     On the MPC8378ERDB: 2 PCI-E
62337     On the MPC8379ERDB: 4 SATA
62338
62339     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
62340
62341 commit 453316a2a19642d8afcbca7452e40a6b44a197b1
62342 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
62343 Date:   Mon Mar 24 17:40:32 2008 +0300
62344
62345     83xx: serdes setup routines
62346
62347     This patch adds few routines to configure serdes on 837x targets.
62348
62349     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
62350
62351 commit a796cdf9c377cb4e5d61d1079a296608f8fbd903
62352 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
62353 Date:   Mon Mar 24 17:40:27 2008 +0300
62354
62355     83xx: split COBJS onto separate lines
62356
62357     ..plus get rid of some #ifdefs in the .c files.
62358
62359     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
62360
62361 commit 46a3aeea73c13ab04ebf7a8739afb87ac5da94a3
62362 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
62363 Date:   Mon Mar 24 17:40:23 2008 +0300
62364
62365     83xx: nand support for MPC837XRDB boards
62366
62367     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
62368
62369 commit 82e45a204190593e8613145a928f998fb8c909c4
62370 Author: Jerry Van Baren <gvb.uboot@gmail.com>
62371 Date:   Tue Mar 18 21:44:41 2008 -0400
62372
62373     Enable CONFIG_FLASH_SHOW_PROGRESS on the MPC8360EMDS.
62374
62375     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
62376     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
62377
62378 commit 0fa7a1b4719e325fce332689fb8754ec166191ff
62379 Author: Michael Barkowski <michael.barkowski@freescale.com>
62380 Date:   Thu Mar 20 13:15:39 2008 -0400
62381
62382     mpc8323erdb: remove RTC and add EEPROM
62383
62384     There's no on-board RTC on the MPC8323ERDB, but there is an EEPROM.
62385
62386     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
62387     Acked-by: Kim Phillips <kim.phillips@freescale.com>
62388
62389 commit 5bbeea86eb6afb872374cd23217cb3c1018443ed
62390 Author: Michael Barkowski <michael.barkowski@freescale.com>
62391 Date:   Thu Mar 20 13:15:34 2008 -0400
62392
62393     mpc8323erdb: Improve the system performance
62394
62395     The following changes are based on kernel UCC ethernet performance:
62396
62397     1.  Make the CSB bus pipeline depth as 4, and enable the repeat mode
62398     2.  Optimize transactions between QE and CSB.  Added CFG_SPCR_OPT
62399         switch to enable this setting.
62400
62401     The following changes are based on the App Note AN3369 and
62402     verified to improve memory latency using LMbench:
62403
62404     3.  CS0_CONFIG[AP_n_EN] is changed from 1 to 0
62405     4.  CS0_CONFIG[ODT_WR_CONFIG] set to 1.  Was a reserved setting
62406         previously.
62407     5.  TIMING_CFG_1[WRREC] is changed from 3clks to 2clks  (based on
62408         Twr=15ns, and this was already the setting in DDR_MODE)
62409     6.  TIMING_CFG_1[PRETOACT] is changed from 3clks to 2clks. (based on
62410         Trp=15ns)
62411     7.  TIMING_CFG_1[ACTTOPRE] is changed from 9clks to 6clks. (based on
62412         Tras=40ns)
62413     8.  TIMING_CFG_1[ACTTORW] is changed from 3clks to 2clks. (based on
62414         Trcd=15ns)
62415     9.  TIMING_CFG_1[REFREC] changed from 21 clks to 11clks.  (based on
62416         Trfc=75ns)
62417     10. TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 7clks.  (based
62418         on Tfaw=50ns)
62419     11. TIMING_CFG_2[ADD_LAT] and DDR_MODE[AL] changed from 0 to 1 (based
62420         on CL=3 and WL=2).
62421
62422     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
62423     Acked-by: Kim Phillips <kim.phillips@freescale.com>
62424
62425 commit fc549c871f43933396a5b3e21d897023d4b31b8d
62426 Author: Michael Barkowski <michael.barkowski@freescale.com>
62427 Date:   Thu Mar 20 13:15:28 2008 -0400
62428
62429     mpc8323erdb: use readable DDR config macros
62430
62431     Use available shift/mask macros to define DDR configuration.
62432
62433     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
62434     Acked-by: Kim Phillips <kim.phillips@freescale.com>
62435
62436 commit 89c7784ed90ba50301eec521144f95111e472906
62437 Author: Timur Tabi <timur@freescale.com>
62438 Date:   Fri Feb 8 13:15:55 2008 -0600
62439
62440     83xx: Add Vitesse VSC7385 firmware uploading
62441
62442     Update the MPC8349E-mITX, MPC8313E-RDB, and MPC837XE-RDB board files to upload
62443     the Vitesse VSC7385 firmware.  Changed CONFIG_VSC7385 to CONFIG_VSC7385_ENET.
62444     Cleaned up the board header files to make selecting the VSC7385 easier to
62445     control.
62446
62447     Signed-off-by: Timur Tabi <timur@freescale.com>
62448     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
62449
62450 commit b55d98c6d5b8694e560a0e727b14cb6921d7cfcc
62451 Author: Timur Tabi <timur@freescale.com>
62452 Date:   Fri Feb 8 13:15:54 2008 -0600
62453
62454     NET: Add Vitesse VSC7385 firmware uploading
62455
62456     The Vitesse VSC7385 is a 5-port switch found on the Freescale MPC8349E-mITX
62457     and other boards.  A small firwmare must be uploaded to its on-board memory
62458     before it can be enabled.  This patch adds the code which uploads firmware
62459     (but not the firmware itself).
62460
62461     Previously, this feature was provided by a U-Boot application that was
62462     made available only on Freescale BSPs.  The VSC7385 firmware must still
62463     be obtained separately, but at least there is no longer a need for a separate
62464     application.
62465
62466     Signed-off-by: Timur Tabi <timur@freescale.com>
62467     Acked-by: Ben Warren <biggerbadderben@gmail.com>
62468
62469 commit aa6f6d171a1f9f46ee4f03ad6acb97a6bfb71855
62470 Author: Wolfgang Denk <wd@denx.de>
62471 Date:   Wed Mar 26 00:52:10 2008 +0100
62472
62473     Coding Style cleanyp; update CHANGELOG
62474
62475     Signed-off-by: Wolfgang Denk <wd@denx.de>
62476
62477 commit 43ddd9c820fec44816188f53346b464e20b3142d
62478 Author: Jerry Van Baren <gvb.uboot@gmail.com>
62479 Date:   Sat Mar 22 14:23:49 2008 -0400
62480
62481     Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T
62482
62483     These defines embedded the u-boot env variables and/or the bd_t structure
62484     in the fdt blob.  The conclusion of discussion on the u-boot email list
62485     was that embedding these in the fdt blob is not useful: there are better
62486     ways of passing the data (in fact, the fdt blob itself replaces the
62487     bd_t struct).
62488
62489     The only board that enables these is the stxxtc and they don't appear
62490     to be used by linux.
62491
62492     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
62493     Acked-by: Kim Phillips <kim.phillips@freescale.com>
62494
62495 commit 22ed2285743359fd1fe73e411dff914b2256e68f
62496 Author: Stefan Roese <sr@denx.de>
62497 Date:   Mon Mar 17 10:49:25 2008 +0100
62498
62499     rtc: Remove 2nd reference to max6900.o in drivers/rtc/Makefile
62500
62501     Signed-off-by: Stefan Roese <sr@denx.de>
62502
62503 commit 1bb707c39a0833e91d9f797dd862aaaaf4af264d
62504 Author: Kyungmin Park <kmpark@infradead.org>
62505 Date:   Mon Mar 17 08:54:06 2008 +0900
62506
62507     Add Flex-OneNAND booting support
62508
62509     Flex-OneNAND is a monolithic integrated circuit with a NAND Flash array
62510     using a NOR Flash interface. This on-chip integration enables system designers
62511     to reduce external system logic and use high-density NAND Flash
62512     in applications that would otherwise have to use more NOR components.
62513
62514     Flex-OneNAND enables users to configure to partition it into SLC and MLC areas
62515     in more flexible way. While MLC area of Flex-OneNAND can be used to store data
62516     that require low reliability and high density, SLC area of Flex-OneNAND
62517     to store data that need high reliability and high performance. Flex-OneNAND
62518     can let users take advantage of storing these two different types of data
62519     into one chip, which is making Flex-OneNAND more cost- and space-effective.
62520
62521     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
62522
62523 commit c512389cc4a10253249271ff6c887c6dab1f0db2
62524 Author: André Schwarz <andre.schwarz@matrix-vision.de>
62525 Date:   Thu Mar 13 13:50:52 2008 +0100
62526
62527     MPC5200: support setup without FEC
62528
62529     Include FEC specific nodes in ft_cpu_setup only if CONFIG_MPC5xxx_FEC is
62530     defined. Systems without FEC, i.e. no FEC node in DTB, should be possible.
62531
62532     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
62533     Acked-by: Grant Likely <grant.likely@secretlab.ca>
62534
62535 commit aa3511e422946041ef626f80a05ae5e8bfc700e6
62536 Author: Jon Loeliger <jdl@freescale.com>
62537 Date:   Wed Mar 5 18:05:46 2008 -0600
62538
62539     FSL: Move board/mpc8266ads under board/freescale
62540
62541     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62542
62543 commit 7f1d846e5c5754449c286587d099d85246062772
62544 Author: Jon Loeliger <jdl@freescale.com>
62545 Date:   Wed Mar 5 18:05:47 2008 -0600
62546
62547     FSL: Move board/mpc7448hpc2 under board/freescale
62548
62549     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62550
62551 commit b7e24d283e34727c2a6cdfdac2e09a426c579b73
62552 Author: Jon Loeliger <jdl@freescale.com>
62553 Date:   Wed Mar 5 18:05:45 2008 -0600
62554
62555     FSL: Move board/mpc8260ads under board/freescale
62556
62557     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62558
62559 commit 6a8a5dc4759867c45aa95580deb8bf26669a5d97
62560 Author: goda.yusuke <goda.yusuke@renesas.com>
62561 Date:   Wed Mar 5 17:08:33 2008 +0900
62562
62563     net: Add support AX88796L ethernet device
62564
62565     AX88796L is device of NE2000 compatible.
62566     This patch support AX88796L ethernet device.
62567
62568     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
62569     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
62570
62571 commit e0a6140dd381e1eed1ada2291166ef2616d8822b
62572 Author: Wolfgang Denk <wd@denx.de>
62573 Date:   Tue Mar 25 22:50:41 2008 +0100
62574
62575     ne2000 driver: change #ifdef to Makefile conditional compilation
62576
62577     Signed-off-by: Wolfgang Denk <wd@denx.de>
62578
62579 commit e710185aae90c64d39c2d453e40e58ceefe4f250
62580 Author: goda.yusuke <goda.yusuke@renesas.com>
62581 Date:   Wed Mar 5 17:08:20 2008 +0900
62582
62583     net: Divided code of NE2000 ethernet driver
62584
62585     There are more devices of the NE2000 base.
62586     A present code is difficult for us to support more devices.
62587     To support more NE2000 clone devices, separated the function.
62588
62589     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
62590     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
62591
62592 commit 395bce4f59a507a60a475f7ee46bed47de9482df
62593 Author: Mike Frysinger <vapier@gentoo.org>
62594 Date:   Sun Feb 24 23:58:13 2008 -0500
62595
62596     net/Blackfin: move on-chip MAC driver into drivers/net/
62597
62598     The Blackfin on-chip MAC driver was being managed in the BF537-STAMP board
62599     directory, but it is not board specific, so relocate it to the drivers dir
62600     so that other Blackfin ports can utilize it.
62601
62602     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
62603
62604 commit 8a30b4700942f37495d2e67f5998cdffb6e3ba8a
62605 Author: Mike Frysinger <vapier@gentoo.org>
62606 Date:   Sun Feb 24 23:52:35 2008 -0500
62607
62608     smc91111: use SSYNC() rather than asm(ssync) for Blackfin
62609
62610     Since the "ssync" instruction may have hardware anomalies associated with
62611     it, have the smc91111 driver use the SSYNC macro rather than invoking it
62612     directly.  We workaround all the anomalies via this macro.
62613
62614     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
62615
62616 commit 77ff7b7444ceb8022b46114f3d0b6d18e2fd1138
62617 Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
62618 Date:   Sun Feb 17 22:57:47 2008 +0000
62619
62620     8xx: Update OF support on 8xx
62621
62622     This patch does some shifting around of OF support on 8xx.
62623
62624     Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
62625
62626 commit 9c666a7db0b2285a270c68810889ce7d5dba304b
62627 Author: Kumar Gala <galak@kernel.crashing.org>
62628 Date:   Fri Feb 15 15:16:18 2008 -0600
62629
62630     ppc: Allow boards to specify how much memory they can map
62631
62632     For historical reasons we limited the stack to 256M because some boards
62633     could only map that much via BATS.  However newer boards are capable of
62634     mapping more memory (for example 85xx is capble of doing up to 2G).
62635
62636     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
62637
62638 commit a6f5f317cd074bbbfa2aab4fca05904c811c19fb
62639 Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
62640 Date:   Fri Feb 15 01:05:58 2008 +0000
62641
62642     8xx : Add OF support to Adder875 board port - resubmit
62643
62644     Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
62645
62646 commit d058698fd2d9f769ff38ac53c8708b3fdd314f2d
62647 Author: Kumar Gala <galak@kernel.crashing.org>
62648 Date:   Thu Feb 14 20:44:42 2008 -0600
62649
62650     Add setexpr command
62651
62652     Add a simple expr style command that will set an env variable as the result
62653     of the command.  This allows us to do simple math in shell.  The following
62654     operations are supported: &, |, ^, +, -, *, /.
62655
62656     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
62657
62658 commit 3f105faa64b9826e088711fdfcaa70cb1230397a
62659 Author: Jon Loeliger <jdl@freescale.com>
62660 Date:   Wed Mar 5 17:27:48 2008 -0600
62661
62662     FSL: Move board/mpc7448hpc2 under board/freescale
62663
62664     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62665
62666 commit 449c703374a8868453425e15da7e2f76221b72e4
62667 Author: Jon Loeliger <jdl@freescale.com>
62668 Date:   Wed Mar 5 17:21:43 2008 -0600
62669
62670     FSL: Move board/mpc8266ads under board/freescale
62671
62672     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62673
62674 commit 5863577989ad689427bb750107e9a75f1c1645d2
62675 Author: Jon Loeliger <jdl@freescale.com>
62676 Date:   Wed Mar 5 16:41:41 2008 -0600
62677
62678     FSL: Move board/mpc8260ads under board/freescale
62679
62680     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62681
62682 commit 8a773983957ee6c4aa344469b742f29c7d26afbd
62683 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
62684 Date:   Tue Mar 25 21:30:08 2008 +0900
62685
62686     [MIPS] Move gth2_config from ARM section to MIPS
62687
62688     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
62689
62690 commit 373b16fc0c5ae34d28b9027f809ae3cbf45cdd15
62691 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
62692 Date:   Tue Mar 25 21:30:07 2008 +0900
62693
62694     [MIPS] Extend MIPS_MAX_CACHE_SIZE upto 64kB
62695
62696     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
62697
62698 commit d98e348e2ed5aab8f7a6471ff628ab0688b8a459
62699 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
62700 Date:   Tue Mar 25 21:30:07 2008 +0900
62701
62702     [MIPS] Fix dcache_status()
62703
62704     You can't judge UNCACHED by Config.K0 LSB.
62705
62706     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
62707
62708 commit b0c66af53ec9385ac2d1cc2e5d7d1ecdc81caf34
62709 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
62710 Date:   Tue Mar 25 21:30:07 2008 +0900
62711
62712     [MIPS] Introduce _machine_restart
62713
62714     Handles machine specific functions by using weak functions.
62715
62716     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
62717
62718 commit decaba6f5cf386d569ac3997bebb871b966c6b18
62719 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
62720 Date:   Tue Mar 25 21:30:07 2008 +0900
62721
62722     [MIPS] Cleanup CP0 Status initialization
62723
62724     Add setup_c0_status from Linux. For the moment we disable interrupts, set
62725     CU0, mark the kernel mode, and clear ERL and EXL. This is good enough for
62726     reset-time configuration and will work well across most processors.
62727
62728     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
62729
62730 commit d43d43ef2845af309c25a64bb9c2c5fb3261bc23
62731 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
62732 Date:   Tue Mar 25 21:30:07 2008 +0900
62733
62734     [MIPS] Initialize CP0 Cause before setting up CP0 Status register
62735
62736     Without this change, we'll be suffering from deffered WATCH exception
62737     once Status.EXL is cleared. Make sure Cause.WP is cleared.
62738
62739     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
62740
62741 commit 26138623230ca2bad3c78e05a65527ea70c8b688
62742 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
62743 Date:   Tue Mar 25 21:30:07 2008 +0900
62744
62745     [MIPS] INCA-IP: Move watchdog init code from start.S to lowlevel_init()
62746
62747     Move things to appropriate place.
62748
62749     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
62750
62751 commit ccf8f824ef67df028dedb29f8ea5d71a5a88d895
62752 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
62753 Date:   Tue Mar 25 21:30:06 2008 +0900
62754
62755     [MIPS] Implement flush_cache()
62756
62757     We do Hit_Writeback_Inv_D and Hit_Invalidate_I. You might think that you
62758     don't need to do Hit_Invalidate_I, but flush_cache() needs it since this
62759     function is used not only in U-Boot specfic programs but also at loading
62760     target binaries.
62761
62762     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
62763
62764 commit 2e0e5271aac917812a76c72030a2b2c6f1d3387d
62765 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
62766 Date:   Tue Mar 25 21:30:06 2008 +0900
62767
62768     [MIPS] Fix I-/D-cache initialization loops
62769
62770     Currently we do 1) Index_Store_Tag_I, 2) Fill and 3) Index_Store_Tag_I
62771     again per a loop for I-cache initialization. But according to 'See MIPS
62772     Run', we're encouraged to use three separate loops rather than combining
62773     them *for both I- and D-cache*. This patch tries to fix this.
62774
62775     In accordance with fixing above, mips_init_[id]cache are separated from
62776     mips_cache_reset(), and rewrite cache loops are completely rewritten with
62777     useful macros.
62778
62779     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
62780
62781 commit 1898840797c7f50799377bd5b285a8a93a82c419
62782 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
62783 Date:   Tue Mar 25 21:30:06 2008 +0900
62784
62785     [MIPS] Replace memory clearance code with f_fill64
62786
62787     This routine fills memory with zero by 64 bytes, and is 64-bit capable.
62788
62789     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
62790
62791 commit 2f5d414ccb4024dd0992ff6b22561732dbc73590
62792 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
62793 Date:   Tue Mar 25 21:30:06 2008 +0900
62794
62795     [MIPS] cpu/mips/cache.S: Introduce NESTED/LEAF/END macros
62796
62797     This patch replaces the current function definitions with NESTED, LEAF
62798     and END macro. They specify some more additional information about the
62799     function; an alignment of symbol, type of symbol, stack frame usage, etc.
62800     These information explicitly tells the assembler and the debugger about
62801     the types of code we want to generate.
62802
62803     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
62804
62805 commit 282223a607c611425fa33f5428f8eae6636972bb
62806 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
62807 Date:   Tue Mar 25 11:43:17 2008 +0900
62808
62809     [MIPS] asm headers' updates
62810
62811     Make some asm headers adjusted to the latest Linux kernel.
62812
62813     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
62814
62815 commit e1390801a3c1a2b6d12fa90be368efc19f5b9bfd
62816 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
62817 Date:   Tue Mar 25 11:39:29 2008 +0900
62818
62819     [MIPS] Request for the 'mips_cache_lock()' removal
62820
62821     The initial intension of having mips_cache_lock() was to use the cache
62822     as memory for temporary stack use so that a C environment can be set up
62823     as early as possible.
62824
62825     But now mips_cache_lock() follow lowlevel_init(). We've already have the
62826     real memory initilaized at this point, therefore we could/should use it.
62827     No reason to lock at all.
62828
62829     Other problems:
62830
62831     Cache locking is not consistent across MIPS implementaions. Some imple-
62832     mentations don't support locking at all. The style of locking varies -
62833     some support per line locking, others per way, etc. Some parts use bits
62834     in status registers instead of cache ops. Current mips_cache_lock() is
62835     not necessarily general-purpose.
62836
62837     And this is worthy of special mention; once U-Boot/MIPS locks the lines,
62838     they are never get unlocked, so the code relies on whatever gets loaded
62839     after U-Boot to re-initialize the cache and clear the locks. We're sup-
62840     posed to have CFG_INIT_RAM_LOCK and unlock_ram_in_cache() implemented,
62841     but leave the situation as it is for a long time.
62842
62843     For these reasons, I proposed the removal of mips_cache_lock() from the
62844     global start-up code.
62845
62846     This patch adds CFG_INIT_RAM_LOCK_MIPS to make existing users aware that
62847     *things have changed*. If he wants the same behavior as before, he needs
62848     to have CFG_INIT_RAM_LOCK_MIPS in his config file.
62849
62850     If we don't have any regression report through several releases, then
62851     we'll remove codes entirely.
62852
62853     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
62854     Acked-by: Andrew Dyer <amdyer@gmail.com>
62855
62856 commit 0d48926c87ec96f974a6ac4034f4a2f2eab3255f
62857 Author: Yuri Tikhonov <yur@emcraft.com>
62858 Date:   Mon Mar 24 11:30:54 2008 +0100
62859
62860     lwmon5 SYSMON POST: fix backlight control
62861
62862     If the LWMON5 config has SYSMON POST among CONFIG_POSTs which may be
62863     run on the board, then the SYSMON POST controls the display backlight
62864     (doesn't switch backlight ON if POST FAILED, and does switch the
62865     backlight ON if PASSED).
62866
62867     If not, then the video driver controls the display backlight (just
62868     switch ON the backlight upon initialization).
62869
62870     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
62871
62872 commit ff2bdfb2c1e073f65c065011f1e18d0a130bd3d8
62873 Author: Yuri Tikhonov <yur@emcraft.com>
62874 Date:   Mon Mar 24 11:29:14 2008 +0100
62875
62876     lwmon5 SYSMON POST: fix handling of negative temperatures
62877
62878     Fix errors in the LWMON5 Sysmon POST for negative temperatures.
62879
62880     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
62881
62882 commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
62883 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
62884 Date:   Fri Mar 7 16:04:25 2008 +0900
62885
62886     pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option
62887
62888     In current source code, when the device number of PCI is 0, process PCI
62889     bridge without fail. However, when the device number is 0, it is not PCI
62890     always bridge. There are times when device of PCI allocates.
62891
62892     When CONFIG_PCI_SKIP_HOST_BRIDGE is enable, this problem is solved when
62893     use this patch.
62894
62895     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
62896     Acked-by: Stefan Roese <sr@denx.de>
62897
62898 commit 86aea3eaefa248ffb9328e2b50c64720489cdbeb
62899 Author: Yuri Tikhonov <yur@emcraft.com>
62900 Date:   Fri Mar 21 09:18:40 2008 +0100
62901
62902     LWMON5: fix dsPIC POST
62903
62904     Add test for DPIC_SYS_ERROR_REG to be zero in the LWMON5 dsPIC POST.
62905
62906     Signed-off-by: Yuri Tikhonov <yur@emcraft.com> ---
62907
62908 commit 388b82fddc7c05596f3f615f190da0448227dc82
62909 Author: Bartlomiej Sieka <tur@semihalf.com>
62910 Date:   Thu Mar 20 23:23:13 2008 +0100
62911
62912     [new uImage] Enable new uImage support for the pcs440ep board.
62913
62914     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
62915
62916 commit 95f4ec2b9c910c7261e6f060ea530d58b039692d
62917 Author: Bartlomiej Sieka <tur@semihalf.com>
62918 Date:   Thu Mar 20 23:23:13 2008 +0100
62919
62920     [new uImage] Do not compile new uImage format support by default
62921
62922     Disable default building of new uImage format support in preparation
62923     for merge with the master. Support for new format can be enabled on
62924     a per-board basis, by defining the following in the board's config file:
62925
62926     #define CONFIG_FIT             1
62927     #define CONFIG_OF_LIBFDT       1
62928
62929     This can be optionally defined to give more verbose output:
62930
62931     #define CONFIG_FIT_VERBOSE     1 /* enable fit_format_{error,warning}() */
62932
62933     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
62934
62935 commit dafaede8a46c7159310239e036c93e31c6374487
62936 Author: Bartlomiej Sieka <tur@semihalf.com>
62937 Date:   Thu Mar 20 23:20:31 2008 +0100
62938
62939     [new uImage] Disable debuging output in preparation for merge with master
62940
62941     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
62942
62943 commit fbe7a155027beacebaee9b32e1ada781fe924bca
62944 Author: Bartlomiej Sieka <tur@semihalf.com>
62945 Date:   Thu Mar 20 19:38:45 2008 +0100
62946
62947     [new uImage] Compilation and new uImage handling fixes for imxtract
62948
62949     Fix imxtract command not being compiled-in despite CONFIG_CMD_XIMG being in
62950     include/config_cmd_default.h. Fix few warnings and handling of new format
62951     images.
62952
62953     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
62954
62955 commit 36cc8cbb3379d5166f882641123521735c469f92
62956 Author: Bartlomiej Sieka <tur@semihalf.com>
62957 Date:   Thu Mar 20 23:10:19 2008 +0100
62958
62959     [new uImage] Fix autoscr command used with new uImage format
62960
62961     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
62962
62963 commit 43142e817f0597be412e7cbe19413f5532eafa5d
62964 Author: Bartlomiej Sieka <tur@semihalf.com>
62965 Date:   Thu Mar 20 23:10:19 2008 +0100
62966
62967     [new uImage] Fix *.its files location in documentation
62968
62969     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
62970
62971 commit 81a0ac62ea29f8252d0a714709d0ecfdbba2a15e
62972 Author: Wolfgang Denk <wd@denx.de>
62973 Date:   Thu Mar 20 22:01:38 2008 +0100
62974
62975     lwmon5 POST: remove unreachable code
62976
62977     plus some coding style cleanup
62978
62979     Signed-off-by: Wolfgang Denk <wd@denx.de>
62980
62981 commit b73a19e1609d0f705cbab8014ca17aefe89e4c76
62982 Author: Yuri Tikhonov <yur@emcraft.com>
62983 Date:   Thu Mar 20 17:56:04 2008 +0300
62984
62985     LWMON5: POST RTC fix
62986
62987     Modify the RTC API to provide one a status for the time reported by
62988     the rtc_get() function:
62989       0 - a reliable time is guaranteed,
62990     < 0 - a reliable time isn't guaranteed (power fault, clock issues,
62991           and so on).
62992
62993     The RTC chip drivers are responsible for providing this info if the
62994     corresponding chip supports such functionality. If not - always
62995     report that the time is reliable.
62996
62997     The POST RTC test was modified to detect the RTC faults utilizing
62998     this new rtc_get() feature.
62999
63000     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
63001
63002 commit a5cc5555ccee596908a7d8cf22a104f6b993bfd5
63003 Author: Martin Krause <martin.krause@tqs.de>
63004 Date:   Wed Mar 19 14:25:14 2008 +0100
63005
63006     TQM5200B: update MTD partition layout
63007
63008     - insert partition for dtb blob to TQM5200B MTD layout
63009     - set env variables dependent on the configured board
63010       (TQM5200 or TQM5200B)
63011
63012     Signed-off-by: Martin Krause <martin.krause@tqs.de>
63013
63014 commit f0105727d132f56a21fa3ed8b162309cca6cac44
63015 Author: Stefan Roese <sr@denx.de>
63016 Date:   Wed Mar 19 07:09:26 2008 +0100
63017
63018     CFI: Small cleanup for FLASH_SHOW_PROGRESS
63019
63020     With this patch we don't need that many #ifdef's in the code. It moves
63021     the subtraction into the macro and defines a NOP-macro when
63022     CONFIG_FLASH_SHOW_PROGRESS is not defined.
63023
63024     Signed-off-by: Stefan Roese <sr@denx.de>
63025     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
63026
63027 commit 9a042e9ca512beaaa2cb450274313fc477141241
63028 Author: Jerry Van Baren <gvb.uboot@gmail.com>
63029 Date:   Sat Mar 8 13:48:01 2008 -0500
63030
63031     Flash programming progress countdown.
63032
63033     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
63034
63035 commit 5e339fd9ed539a7d7fec59cfc88f0857ab26a53f
63036 Author: Bartlomiej Sieka <tur@semihalf.com>
63037 Date:   Wed Mar 19 10:00:06 2008 +0100
63038
63039     [new uImage] Fix style issue spotted by Wolfgang Denk <wd@denx.org>
63040
63041     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
63042
63043 commit 11abe45c48ec3485a6c1a5168ce8d79c3288adc1
63044 Author: David Gibson <david@gibson.dropbear.id.au>
63045 Date:   Mon Feb 18 18:09:04 2008 +1100
63046
63047     libfdt: Remove no longer used code from fdt_node_offset_by_compatible()
63048
63049     Since fdt_node_offset_by_compatible() was converted to the new
63050     fdt_next_node() iterator, a chunk of initialization code became
63051     redundant, but was not removed by oversight.  This patch cleans it up.
63052
63053     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
63054
63055 commit d0ccb9b140b472039732de102fc14597eedb14df
63056 Author: David Gibson <david@gibson.dropbear.id.au>
63057 Date:   Mon Feb 18 18:06:31 2008 +1100
63058
63059     libfdt: Trivial cleanup for CHECK_HEADER)
63060
63061     Currently the CHECK_HEADER() macro is defined local to fdt_ro.c.
63062     However, there are a handful of functions (fdt_move, rw_check_header,
63063     fdt_open_into) from other files which could also use it (currently
63064     they open-code something more-or-less identical).  Therefore, this
63065     patch moves CHECK_HEADER() to libfdt_internal.h and uses it in those
63066     places.
63067
63068     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
63069
63070 commit fe30a354cdbb808b5f15366a935b151a4ccee74f
63071 Author: Kumar Gala <galak@kernel.crashing.org>
63072 Date:   Wed Feb 20 14:32:36 2008 -0600
63073
63074     Fix fdt boardsetup command parsing
63075
63076     The introduciton of the 'fdt bootcpu' broke parsing for 'fdt boardsetup'.
63077
63078     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
63079
63080 commit 804887e6001e2f00bea11431bf34d6d472512cda
63081 Author: Kumar Gala <galak@kernel.crashing.org>
63082 Date:   Fri Feb 15 03:34:36 2008 -0600
63083
63084     Add sub-commands to fdt
63085
63086     fdt header                          - Display header info
63087     fdt bootcpu <id>                    - Set boot cpuid
63088     fdt memory <addr> <size>            - Add/Update memory node
63089     fdt rsvmem print                    - Show current mem reserves
63090     fdt rsvmem add <addr> <size>        - Add a mem reserve
63091     fdt rsvmem delete <index>           - Delete a mem reserves
63092
63093     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
63094
63095 commit f84d65f9b085ffbed464d1d58e8aaa8f5a2efc07
63096 Author: David Gibson <david@gibson.dropbear.id.au>
63097 Date:   Thu Feb 14 16:50:34 2008 +1100
63098
63099     libfdt: Fix NOP handling bug in fdt_add_subnode_namelen()
63100
63101     fdt_add_subnode_namelen() has a bug if asked to add a subnode to a
63102     node which has NOP tags interspersed with its properties.  In this
63103     case fdt_add_subnode_namelen() will put the new subnode before the
63104     first NOP tag, even if there are properties after it, which will
63105     result in an invalid blob.
63106
63107     This patch fixes the bug, and adds a testcase for it.
63108
63109     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
63110
63111 commit ae0b5908de3b9855f8931bc9b32c9fc4962df5a9
63112 Author: David Gibson <david@gibson.dropbear.id.au>
63113 Date:   Tue Feb 12 11:58:31 2008 +1100
63114
63115     libfdt: Add and use a node iteration helper function.
63116
63117     This patch adds an fdt_next_node() function which can be used to
63118     iterate through nodes of the tree while keeping track of depth.  This
63119     function is used to simplify the iteration code in a lot of other
63120     functions, and is also exported for use by library users.
63121
63122     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
63123
63124 commit 9eaeb07a7185d852c7aa10735ecd4e9edf24fb5d
63125 Author: David Gibson <david@gibson.dropbear.id.au>
63126 Date:   Fri Jan 11 14:55:05 2008 +1100
63127
63128     libfdt: Add fdt_set_name() function
63129
63130     This patch adds an fdt_set_name() function to libfdt, mirroring
63131     fdt_get_name().  This is a r/w function which alters the name of a
63132     given device tree node.
63133
63134     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
63135
63136 commit 23e20aa6488e6c0622496549861bfdc74108debe
63137 Author: Yuri Tikhonov <yur@pollux.denx.de>
63138 Date:   Tue Mar 18 13:33:30 2008 +0100
63139
63140     lwmon5: Fix register test logic to match the specific GDC h/w.
63141
63142     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
63143     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
63144
63145 commit 46bc0a938779aa1d664b847d36b08aa00f22e539
63146 Author: Yuri Tikhonov <yur@pollux.denx.de>
63147 Date:   Tue Mar 18 13:27:57 2008 +0100
63148
63149     Fix backlight in the lwmon5 POST.
63150
63151     Backlight was switched on even when temperature was too low.
63152
63153     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
63154     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
63155
63156 commit 3d61018643a2cd38c145aa6dde53f3f5f1a0e9cf
63157 Author: Yuri Tikhonov <yur@pollux.denx.de>
63158 Date:   Wed Feb 6 18:48:36 2008 +0100
63159
63160     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).
63161
63162      To enable this, alternative, configuration the U-Boot board configuration
63163     file for lwmon5 includes the definitions of alternative addresses for header
63164     (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
63165
63166      The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
63167     and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
63168     lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
63169
63170     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
63171
63172 commit 0f009f781b5b88f25769e154ea4d42db13baf0c6
63173 Author: Yuri Tikhonov <yur@pollux.denx.de>
63174 Date:   Mon Feb 4 17:11:53 2008 +0100
63175
63176     Add support for the lwmon5 board reset via GPIO58.
63177
63178     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
63179     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
63180
63181 commit f694e32f93565ec1fa8d0226c584d6b89e931ed9
63182 Author: Yuri Tikhonov <yur@pollux.denx.de>
63183 Date:   Mon Feb 4 17:09:55 2008 +0100
63184
63185     Some fixes to dspic, fpga, and gdc post tests for lwmon5. Disable external watch-dog for now.
63186
63187     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
63188     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
63189
63190 commit b428f6a8c65c5303e5f96db8d24f2f699d94a98c
63191 Author: Yuri Tikhonov <yur@pollux.denx.de>
63192 Date:   Mon Feb 4 14:11:03 2008 +0100
63193
63194     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.
63195
63196     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
63197     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
63198
63199 commit 8f15d4addd49c956412e1e3bfc764a0c8b1f3184
63200 Author: Yuri Tikhonov <yur@pollux.denx.de>
63201 Date:   Mon Feb 4 14:10:42 2008 +0100
63202
63203     The patch adds new POST tests for the Lwmon5 board. These are:
63204
63205     * External Watchdog test;
63206     * dsPIC tests;
63207     * FPGA test;
63208     * GDC test;
63209     * Sysmon tests.
63210
63211     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
63212     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
63213
63214 commit c2ed33efbfff5767bca236828e021c55fd547b6c
63215 Author: Yuri Tikhonov <yur@pollux.denx.de>
63216 Date:   Mon Feb 4 14:10:01 2008 +0100
63217
63218     Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
63219
63220     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
63221
63222 commit 3a5d1e7f1309998791702b2a559e3126781746b9
63223 Author: Yuri Tikhonov <yur@pollux.denx.de>
63224 Date:   Tue Mar 18 13:33:30 2008 +0100
63225
63226     lwmon5: Fix register test logic to match the specific GDC h/w.
63227
63228     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
63229     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
63230
63231 commit 0f855a1f056a8c22116a2103a3900cbfb669df0b
63232 Author: Yuri Tikhonov <yur@pollux.denx.de>
63233 Date:   Tue Mar 18 13:27:57 2008 +0100
63234
63235     Fix backlight in the lwmon5 POST.
63236
63237     Backlight was switcehd on even when temperature was too low.
63238
63239     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
63240     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
63241
63242 commit 2d991958b1e420fbfe17b128bd26ade74be5efcc
63243 Author: Yuri Tikhonov <yur@pollux.denx.de>
63244 Date:   Wed Feb 6 18:48:36 2008 +0100
63245
63246      The patch introduces the alternative configuration of the log buffer for
63247     the lwmon5 board: the storage for the log-buffer itself is OCM(on-chip memory),
63248     the log-buffer header is moved to six GPT registers (PPC440EPX_GPT0_COMP1, ...,
63249     PPC440EPX_GPT0_COMP5).
63250
63251      To enable this, alternative, configuration the U-Boot board configuration
63252     file for lwmon5 includes the definitions of alternative addresses for header
63253     (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
63254
63255      The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
63256     and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
63257     lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
63258
63259     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
63260
63261 commit ff818b21b069f4bc9cb73373cc5a16014be101b7
63262 Author: Yuri Tikhonov <yur@pollux.denx.de>
63263 Date:   Mon Feb 4 17:11:53 2008 +0100
63264
63265     Add support for the lwmon5 board reset via GPIO58.
63266
63267     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
63268     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
63269
63270 commit 603f194e5ad81bb2ef42d6d8aaa74de175bcb411
63271 Author: Yuri Tikhonov <yur@pollux.denx.de>
63272 Date:   Mon Feb 4 17:09:55 2008 +0100
63273
63274     Some fixes to dspic, fpga, and gdc post tests for lwmon5.
63275     Disable external watch-dog for now.
63276
63277     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
63278     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
63279
63280 commit e262efe35742c1ad4b0966ff501efc26f34a0aec
63281 Author: Yuri Tikhonov <yur@pollux.denx.de>
63282 Date:   Mon Feb 4 14:11:03 2008 +0100
63283
63284     The patch introduces the CRITICAL feature of POST tests. If the test
63285     marked as POST_CRITICAL fails then the alternative, post_critical,
63286     boot-command is used. If this command is not defined then U-Boot
63287     enters into interactive mode.
63288
63289     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
63290     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
63291
63292 commit 65b20dcefc89618193fa51947968dada91e4c778
63293 Author: Yuri Tikhonov <yur@pollux.denx.de>
63294 Date:   Mon Feb 4 14:10:42 2008 +0100
63295
63296     The patch adds new POST tests for the Lwmon5 board.
63297     These are:
63298
63299     * External Watchdog test;
63300     * dsPIC tests;
63301     * FPGA test;
63302     * GDC test;
63303     * Sysmon tests.
63304
63305     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
63306     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
63307
63308 commit 8dc3b2303d2b57c774b609ca0e7043ed8f9b88c1
63309 Author: Yuri Tikhonov <yur@pollux.denx.de>
63310 Date:   Mon Feb 4 14:10:01 2008 +0100
63311
63312     Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
63313
63314     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
63315
63316 commit 3515fd18d4e8e44f863ac7142b55e22b109e9af2
63317 Author: Wolfgang Denk <wd@denx.de>
63318 Date:   Tue Mar 18 17:35:51 2008 +0100
63319
63320     HMI1001: fix compile problem.
63321
63322     Signed-off-by: Wolfgang Denk <wd@denx.de>
63323
63324 commit 1f2a9970109cebf7446e0503b10b71f8673045ee
63325 Author: Mike Frysinger <vapier@gentoo.org>
63326 Date:   Mon Feb 18 05:32:30 2008 -0500
63327
63328     Blackfin: BF537-stamp: drop board-specific flash driver for CFI
63329
63330     The parallel flash on the BF537-STAMP is CFI compliant, so there is no need
63331     for the board specific driver at all.  Just use the common CFI driver.
63332
63333     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
63334
63335 commit 5b22163fef865af2b6bfb6b75f1b7bf443ce170c
63336 Author: Mike Frysinger <vapier@gentoo.org>
63337 Date:   Tue Feb 19 00:36:14 2008 -0500
63338
63339     Blackfin: add proper ELF markings to some assembly functions
63340
63341     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
63342
63343 commit cf675d3b2b9c3511c1d99bc8f8f38fd2f08bfcaf
63344 Author: Mike Frysinger <vapier@gentoo.org>
63345 Date:   Tue Feb 19 00:35:17 2008 -0500
63346
63347     Blackfin: new cplbinfo command for viewing cplb tables
63348
63349     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
63350
63351 commit aadb72503cd1602349a5fe53356d5f55ecc1b900
63352 Author: Mike Frysinger <vapier@gentoo.org>
63353 Date:   Mon Feb 18 05:37:51 2008 -0500
63354
63355     Blackfin: update MAINTAINERS list
63356
63357     Add maintainer information for the Blackfin boards.
63358
63359     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
63360
63361 commit f7ce12cb65a30c6e152eecf26f0304b7d78cf39d
63362 Author: Mike Frysinger <vapier@gentoo.org>
63363 Date:   Mon Feb 18 05:26:48 2008 -0500
63364
63365     Blackfin: convert BFIN_CPU to CONFIG_BFIN_CPU
63366
63367     Stop tying things to the processor that should be tied to other defines and
63368     change BFIN_CPU to CONFIG_BFIN_CPU so that it can be used in the build
63369     system to select the -mcpu option.
63370
63371     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
63372
63373 commit 86a20fb920bd198105acf7b1191117f566d637ed
63374 Author: Mike Frysinger <vapier@gentoo.org>
63375 Date:   Sat Feb 16 07:40:36 2008 -0500
63376
63377     Blackfin: move bootldr command to common code
63378
63379     This moves the Blackfin-common bootldr command out of the BF537-STAMP
63380     specific board directory and into the common directory so that all Blackfin
63381     boards may utilize it.
63382
63383     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
63384
63385 commit decbe029b2a9d3333d02c433389b1c821eea96d7
63386 Author: Heiko Schocher <hs@denx.de>
63387 Date:   Fri Mar 14 11:05:20 2008 +0100
63388
63389     mgcoge: update configuration
63390
63391     Fix configuration for mgcoge board
63392
63393     Signed-off-by: Heiko Schocher <hs@denx.de>
63394
63395 commit c136724cda0219c49f1d4b346f00da29b14fdf14
63396 Author: Wolfgang Denk <wd@denx.de>
63397 Date:   Sun Mar 16 01:22:59 2008 +0100
63398
63399     drivers/rtc/Makefile: keep list sorted
63400
63401     Signed-off-by: Wolfgang Denk <wd@denx.de>
63402
63403 commit 9536dfcce03e7be4ccbceb47a08d9ba07ada362f
63404 Author: Tor Krill <tor@excito.com>
63405 Date:   Sat Mar 15 15:40:26 2008 +0100
63406
63407     Add support for Intersil isl1208 RTC
63408
63409     Signed-off-by: Tor Krill <tor@excito.com>
63410
63411 commit 0210cff3d079d97b2156b13685ee8de368e68a1a
63412 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
63413 Date:   Sat Mar 15 17:36:41 2008 +0100
63414
63415     cramfs: Fix ifdef
63416
63417     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
63418
63419 commit 0b8f2a27861a9fd06eb55a34f855ec9c5102aab4
63420 Author: Wolfgang Denk <wd@denx.de>
63421 Date:   Sun Mar 16 01:12:58 2008 +0100
63422
63423     Conding style cleanup
63424
63425     Signed-off-by: Wolfgang Denk <wd@denx.de>
63426
63427 commit 41712b4e8c95dff23354bcd620e1f9477160c190
63428 Author: Stefan Roese <sr@denx.de>
63429 Date:   Wed Mar 5 12:31:53 2008 +0100
63430
63431     ppc4xx: Add USB OHCI support to AMCC Canyonlands 460EX eval board
63432
63433     This patch adds USB OHCI support to the Canyonlands board port. It also
63434     enables EXT2 support.
63435
63436     Signed-off-by: Stefan Roese <sr@denx.de>
63437
63438 commit 2596f5b9d353ff3e4387a3325d05740f16958038
63439 Author: Stefan Roese <sr@denx.de>
63440 Date:   Wed Mar 5 12:29:32 2008 +0100
63441
63442     usb: Add CFG_OHCI_USE_NPS to common USB-OHCI driver
63443
63444     This patch adds CFG_OHCI_USE_NPS to the common USB-OHCI driver. This
63445     way a board just needs to define this new option to enable the "force
63446     NoPowerSwitching mode" instead of adding new CPU/architecture defines
63447     to the USB source itself.
63448
63449     This new option will be used first with the new AMCC 460EX Canyonlands
63450     board port, which will be posted in a few days.
63451
63452     This patch also fixes a small compilation problem when DEBUG is enabled.
63453
63454     Signed-off-by: Stefan Roese <sr@denx.de>
63455
63456 commit 71665ebf88408ff2acb762af47989fd4365b321a
63457 Author: Stefan Roese <sr@denx.de>
63458 Date:   Mon Mar 3 17:27:02 2008 +0100
63459
63460     ppc4xx: Add Canyonlands NAND booting support
63461
63462     460EX doesn't support a fixed bootstrap option to boot from 512 byte page
63463     NAND devices. The only bootstrap option for NAND booting is option F for
63464     2k page devices. So to boot from a 512 bype page device, the I2C bootstrap
63465     EEPROM needs to be programmed accordingly.
63466
63467     This patch adds basic NAND booting support for the AMCC Canyonlands aval
63468     board and also adds support to the "bootstrap" command, to enable NAND
63469     booting I2C setting.
63470
63471     Tested with 512 byte page NAND device (32MByte) on Canyonlands.
63472
63473     Signed-off-by: Stefan Roese <sr@denx.de>
63474
63475 commit c813f1f835a7edfdb929f2843b09db72cd5cd2f2
63476 Author: Stefan Roese <sr@denx.de>
63477 Date:   Tue Mar 11 16:53:00 2008 +0100
63478
63479     ppc4xx: Add AMCC Canyonlands support (460EX) (3/3)
63480
63481     This patch adds support for the AMCC Canyonlands 460EX evaluation
63482     board.
63483
63484     Signed-off-by: Stefan Roese <sr@denx.de>
63485
63486 commit 6983fe21f774a924d3adb263a270bc2f301f2aa2
63487 Author: Stefan Roese <sr@denx.de>
63488 Date:   Tue Mar 11 16:52:24 2008 +0100
63489
63490     ppc4xx: Add AMCC Canyonlands support (460EX) (2/3)
63491
63492     This patch adds support for the AMCC Canyonlands 460EX evaluation
63493     board.
63494
63495     Signed-off-by: Stefan Roese <sr@denx.de>
63496
63497 commit 8e1a3fe545bbcfceafe183344ebc9f1ad03819c1
63498 Author: Stefan Roese <sr@denx.de>
63499 Date:   Tue Mar 11 16:51:17 2008 +0100
63500
63501     ppc4xx: Add AMCC Canyonlands support (460EX) (1/3)
63502
63503     This patch adds support for the AMCC Canyonlands 460EX evaluation
63504     board.
63505
63506     Signed-off-by: Stefan Roese <sr@denx.de>
63507
63508 commit 43c60992cdf72496e7eaaa3fbd37ebbe75835f69
63509 Author: Stefan Roese <sr@denx.de>
63510 Date:   Tue Mar 11 15:11:43 2008 +0100
63511
63512     ppc4xx: Add basic support for AMCC 460EX/460GT (5/5)
63513
63514     This patch adds basic support for the AMCC 460EX/460GT PPC's.
63515
63516     Signed-off-by: Stefan Roese <sr@denx.de>
63517
63518 commit 6f2eb3f3d8ea2dbb224d0da5a12038693bab9945
63519 Author: Stefan Roese <sr@denx.de>
63520 Date:   Tue Mar 11 15:11:18 2008 +0100
63521
63522     ppc4xx: Add basic support for AMCC 460EX/460GT (4/5)
63523
63524     This patch adds basic support for the AMCC 460EX/460GT PPC's.
63525
63526     Signed-off-by: Stefan Roese <sr@denx.de>
63527
63528 commit 999ecd5aca381984d8ebbeb207ece82a1c275577
63529 Author: Stefan Roese <sr@denx.de>
63530 Date:   Tue Mar 11 15:07:10 2008 +0100
63531
63532     ppc4xx: Add basic support for AMCC 460EX/460GT (3/5)
63533
63534     This patch adds basic support for the AMCC 460EX/460GT PPC's.
63535
63536     Signed-off-by: Stefan Roese <sr@denx.de>
63537
63538 commit 2801b2d2a9906f206ab9ee8d0b6e746d2b7fe05a
63539 Author: Stefan Roese <sr@denx.de>
63540 Date:   Tue Mar 11 15:05:50 2008 +0100
63541
63542     ppc4xx: Add basic support for AMCC 460EX/460GT (2/5)
63543
63544     This patch adds basic support for the AMCC 460EX/460GT PPC's.
63545
63546     Signed-off-by: Stefan Roese <sr@denx.de>
63547
63548 commit 8ac41e3e37c3080c6b1d9461d654161cfe2aa492
63549 Author: Stefan Roese <sr@denx.de>
63550 Date:   Tue Mar 11 15:05:26 2008 +0100
63551
63552     ppc4xx: Add basic support for AMCC 460EX/460GT (1/5)
63553
63554     This patch adds basic support for the AMCC 460EX/460GT PPC's.
63555
63556     Signed-off-by: Stefan Roese <sr@denx.de>
63557
63558 commit 56e410178375d9f20be25fb24e180974f0ae120b
63559 Author: Stefan Roese <sr@denx.de>
63560 Date:   Tue Feb 19 22:07:57 2008 +0100
63561
63562     ppc4xx: interrupt.c reworked
63563
63564     This patch is a rework of the 4xx interrupt handling done while
63565     adding the 460EX/GT support. Interrupts are needed on 4xx for the
63566     EMAC driver.
63567
63568     Signed-off-by: Stefan Roese <sr@denx.de>
63569
63570 commit 84a999b6cdd0b02dc7de2cacc306eaa84afe2b46
63571 Author: Stefan Roese <sr@denx.de>
63572 Date:   Tue Feb 19 22:01:57 2008 +0100
63573
63574     ppc4xx: program_tlb now uses 64bit physical addess
63575
63576     This patch changes the physical addess parameter from 32bit to 64bit.
63577     This is needed for 36bit 4xx platforms to access areas located
63578     beyond the 4GB border, like SoC peripherals (EBC etc.).
63579
63580     Signed-off-by: Stefan Roese <sr@denx.de>
63581
63582 commit c3307fa186af85771924c434997089b8104c0a46
63583 Author: Stefan Roese <sr@denx.de>
63584 Date:   Tue Feb 19 21:58:25 2008 +0100
63585
63586     ppc4xx: miiphy.c reworked
63587
63588     While adding the 460EX/GT support I reworked the 4xx miiphy code. It
63589     badly neede some cleanup.
63590
63591     Signed-off-by: Stefan Roese <sr@denx.de>
63592
63593 commit 88aff62df39c0756241ea9f9b5a7b3ade26cb82b
63594 Author: Stefan Roese <sr@denx.de>
63595 Date:   Tue Feb 19 16:21:49 2008 +0100
63596
63597     rtc: Add M41T62 support
63598
63599     This patch add support for the STM M41T62 RTC. It is used and tested
63600     on the AMCC Canyonlands 406EX platform.
63601
63602     Signed-off-by: Stefan Roese <sr@denx.de>
63603
63604 commit 217d383e201adc7f2271145ae345ea5eae2b7170
63605 Author: Niklaus Giger <niklaus.giger@netstal.com>
63606 Date:   Mon Feb 25 18:46:43 2008 +0100
63607
63608     ppc4xx: Add 405GPr based MCU25 board specific files
63609
63610     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
63611
63612 commit 75a66dcdb383863ad33f0534cfc27b7a86947dad
63613 Author: Niklaus Giger <niklaus.giger@netstal.com>
63614 Date:   Mon Feb 25 18:46:42 2008 +0100
63615
63616     ppc4xx: Add 405GPr based MCU25 board config file
63617
63618     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
63619
63620 commit b05f35436b733a240559e77e46bed8439665ecc5
63621 Author: Niklaus Giger <niklaus.giger@netstal.com>
63622 Date:   Mon Feb 25 18:46:41 2008 +0100
63623
63624     ppc4xx: Add 405GPr based MCU25 board. Global files
63625
63626     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
63627
63628 commit 14c27b35ac812a71abce6e3e2f4129d5e9313660
63629 Author: Niklaus Giger <niklaus.giger@netstal.com>
63630 Date:   Mon Feb 25 18:37:02 2008 +0100
63631
63632     ppc4xx: HCU4/5. remove obsolete hcu_flash.c
63633
63634     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
63635
63636 commit a079494853cc2bfeddb26673219db0b4b2b31566
63637 Author: Niklaus Giger <niklaus.giger@netstal.com>
63638 Date:   Mon Feb 25 18:37:01 2008 +0100
63639
63640     ppc4xx: HCU4/5. Use FLASH_CFI_LEGACY
63641
63642     Cleanup: Remove custom flash driver for 8 bit boot-eprom and replace it with
63643     the FLASH_CFI_LEGACY et al. config options.
63644
63645     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
63646
63647 commit e4170e5a50c8110f792bc37472833ae669d69951
63648 Author: Stefan Roese <sr@denx.de>
63649 Date:   Tue Mar 11 13:52:25 2008 +0100
63650
63651     ppc4xx: Fix comment in 405EX DDR2 init code
63652
63653     Signed-off-by: Stefan Roese <sr@denx.de>
63654
63655 commit 766529fccc860ecb9e955b4239dff69cd9e4ea09
63656 Author: Bartlomiej Sieka <tur@semihalf.com>
63657 Date:   Fri Mar 14 16:22:34 2008 +0100
63658
63659     Add MD5 support to the new uImage format
63660
63661     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
63662
63663 commit 0ede0c383530a418cf98be9122371a86573cd0db
63664 Author: Bartlomiej Sieka <tur@semihalf.com>
63665 Date:   Fri Mar 14 16:22:34 2008 +0100
63666
63667     Add the MD5 algorithm
63668
63669     MD5 supoprt is turned on by defining CONFIG_MD5, the digest can be then
63670     calculated using the md5() function -- see include/md5.h for details.
63671
63672     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
63673
63674 commit b8aa57b5d4d69e8f0810a5e632c0ce41c0f46ee0
63675 Author: Wolfgang Denk <wd@denx.de>
63676 Date:   Fri Mar 14 16:04:54 2008 +0100
63677
63678     tools/setlocalversion: use a git-describe-ish format
63679
63680     Change the automatic local version to have the form -nnnnn-gSHA1SUMID,
63681     where 'nnnnn' is the number of commits since the last tag (i.e.,
63682     1.3.2-rc3).  This makes it much easier to recognize "newer" versions
63683     and to see how much has been changed since the referenced tag.
63684
63685     Stolen from Linux kernel's scripts/setlocalversio, see commit d882421f.
63686
63687     Signed-off-by: Wolfgang Denk <wd@denx.de>
63688
63689 commit c6dc21c84de0f159a1752c5ebd33cff843f63609
63690 Author: Wolfgang Denk <wd@denx.de>
63691 Date:   Thu Mar 13 14:32:03 2008 +0100
63692
63693     HMI1001: add support for MPC5200 Rev. B processors.
63694
63695     Signed-off-by: Wolfgang Denk <wd@denx.de>
63696
63697 commit 90f13dce7a7a9a84d5730576c9a24d0dbb07cb3a
63698 Author: Wolfgang Denk <wd@denx.de>
63699 Date:   Thu Mar 13 14:29:49 2008 +0100
63700
63701     TQM5200: remove dead code
63702
63703     This board never used a MGT5100 processor.
63704
63705     Signed-off-by: Wolfgang Denk <wd@denx.de>
63706
63707 commit afe45c87e3c5d77bad76b1a57dccd20764d45b5d
63708 Author: Marian Balakowicz <m8@semihalf.com>
63709 Date:   Wed Mar 12 12:14:15 2008 +0100
63710
63711     [new uImage] Fix build issue on ARM
63712
63713     ARM platforms don't have a bd->bi_memsize so use bd->bi_dram[0].size instead.
63714
63715     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
63716
63717 commit 3310c549a73a949430bfda90876df7552a1dab0c
63718 Author: Marian Balakowicz <m8@semihalf.com>
63719 Date:   Wed Mar 12 12:13:13 2008 +0100
63720
63721     [new uImage] Add new uImage format documentation and examples
63722
63723     Create doc/uImage.FIT documentation directory with the following files:
63724     - command_syntax_extensions.txt : extended command syntax description
63725     - howto.txt                     : short usage howto
63726     - source_file_format.txt        : internal new uImage format description
63727
63728     Add example image source files:
63729     - kernel.its
63730     - kernel_fdt.its
63731     - multi.its
63732
63733     Update README appropriately.
63734
63735     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
63736     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
63737
63738 commit 1ec73761d2e247078f4520a265d463e8b73391a2
63739 Author: Marian Balakowicz <m8@semihalf.com>
63740 Date:   Wed Mar 12 10:35:52 2008 +0100
63741
63742     [new uImage] Fix definition of common bootm_headers_t fields
63743
63744     verify, autostart and lmb fields are used regardless of CONFIG_FIT
63745     setting, move their definitions to common section.
63746
63747     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
63748
63749 commit 1d1cb4270edc6a99276834064069717f9782c491
63750 Author: Marian Balakowicz <m8@semihalf.com>
63751 Date:   Wed Mar 12 10:35:51 2008 +0100
63752
63753     [new uImage] Fix build problems on trab board
63754
63755     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
63756
63757 commit f773bea8e11f4a11c388dcee956b2444203e6b65
63758 Author: Marian Balakowicz <m8@semihalf.com>
63759 Date:   Wed Mar 12 10:35:46 2008 +0100
63760
63761     [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used
63762
63763     Save FIT configuration provied in the first bootm argument and use it
63764     when to get ramdisk/FDT subimages when second and third (ramdisk/FDT)
63765     arguments are not specified.
63766
63767     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
63768
63769 commit 2682ce8a4225f23d72bb7fed069e928dd39d34ae
63770 Author: Marian Balakowicz <m8@semihalf.com>
63771 Date:   Wed Mar 12 10:33:01 2008 +0100
63772
63773     [new uImage] More verbose kernel image uncompress error message
63774
63775     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
63776
63777 commit 1372cce2b9040fb640e5032b84e3a033a22d6ff0
63778 Author: Marian Balakowicz <m8@semihalf.com>
63779 Date:   Wed Mar 12 10:33:01 2008 +0100
63780
63781     [new uImage] Use show_boot_progress() for new uImage format
63782
63783     This patch allocates a set of show_boot_progress() IDs for new uImage format
63784     and adds show_boot_progress() calls in new uImage format handling code.
63785
63786     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
63787
63788 commit c28c4d193dbfb20b2dd3a5447640fd6de7fd0720
63789 Author: Marian Balakowicz <m8@semihalf.com>
63790 Date:   Wed Mar 12 10:33:01 2008 +0100
63791
63792     [new uImage] Add new uImage fromat support to fpga command
63793
63794     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
63795
63796 commit 09475f7527460e426c0e0628fc5b8f3754fbaa23
63797 Author: Marian Balakowicz <m8@semihalf.com>
63798 Date:   Wed Mar 12 10:33:01 2008 +0100
63799
63800     [new uImage] Add new uImage format handling to other bootm related commands
63801
63802     Updated commands:
63803
63804     docboot  - cmd_doc.c
63805     fdcboot  - cmd_fdc.c
63806     diskboot - cmd_ide.c
63807     nboot    - cmd_nand.c
63808     scsiboot - cmd_scsi.c
63809     usbboot  - cmd_usb.c
63810
63811     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
63812
63813 commit 1b7897f28d49a80d78d760ec6f6f11dc0f914338
63814 Author: Marian Balakowicz <m8@semihalf.com>
63815 Date:   Wed Mar 12 10:33:00 2008 +0100
63816
63817     [new uImage] Add new uImage format support to imgextract command
63818
63819     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
63820
63821 commit 424c4abdd175d2c470510df8ce0e32d3f463ec16
63822 Author: Marian Balakowicz <m8@semihalf.com>
63823 Date:   Wed Mar 12 10:33:00 2008 +0100
63824
63825     [new uImage] Add new uImage format support to autoscript routine
63826
63827     autoscript() routine is updated to accept second argument, which
63828     is only used for FIT images and provides a FIT subimage unit name.
63829
63830     autoscript() routine callers must now pass two arguments. For
63831     non-interactive use (like in cmd_load.c, cmd_net.c), new environment
63832     variable 'autoscript_uname' is introduced and used as a FIT
63833     subimage unit name source.
63834
63835     autoscript command accepts extended syntax of the addr argument:
63836     addr:<subimg_uname>
63837
63838     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
63839
63840 commit cd7c596e9f561dbbc17b717277438aee78cde14f
63841 Author: Marian Balakowicz <m8@semihalf.com>
63842 Date:   Wed Mar 12 10:33:00 2008 +0100
63843
63844     [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines
63845
63846     This patch updates architecture specific implementations of
63847     do_bootm_linux() adding new uImage format handling for
63848     operations like get kernel entry point address, get kernel
63849     image data start address.
63850
63851     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
63852
63853 commit 3dfe110149311425919e6d6a14b561b4207498f1
63854 Author: Marian Balakowicz <m8@semihalf.com>
63855 Date:   Wed Mar 12 10:32:59 2008 +0100
63856
63857     [new uImage] Add node offsets for FIT images listed in struct bootm_headers
63858
63859     This patch adds new node offset fields to struct bootm_headers
63860     and updates bootm_headers processing code to make use of them.
63861     Saved node offsets allow to avoid repeating fit_image_get_node() calls.
63862
63863     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
63864
63865 commit bc8ed486b125452ba3bd8344f052f437329150c5
63866 Author: Marian Balakowicz <m8@semihalf.com>
63867 Date:   Wed Mar 12 10:32:53 2008 +0100
63868
63869     [new uImage] ppc: Add new uImage format support to FDT handling routines
63870
63871     Support for new (FIT) format uImages is added to powerpc specific
63872     boot_get_fdt() routine which now recognizes, sanity checks FIT image
63873     and is able to access data sections of the requested component image.
63874
63875     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
63876
63877 commit a44a269a905f924b420020506a4d7d7eedcc0eaf
63878 Author: Marian Balakowicz <m8@semihalf.com>
63879 Date:   Wed Mar 12 10:14:57 2008 +0100
63880
63881     [new uImage] Re-enable interrupts for non automatic booting
63882
63883     Re-enable interrupts if we return from do_bootm_<os> and 'autostart'
63884     environment variable is not set to 'yes'.
63885
63886     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
63887
63888 commit d985c8498c4e47095820da97aa722381d39172c5
63889 Author: Marian Balakowicz <m8@semihalf.com>
63890 Date:   Wed Mar 12 10:14:38 2008 +0100
63891
63892     [new uImage] Remove unnecessary arguments passed to ramdisk routines
63893
63894     boot_get_ramdisk() and image_get_ramdisk() do not need all
63895     cmdtp, flag, argc and argv arguments. Simplify routines definition.
63896
63897     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
63898
63899 commit c87796483bc7c2900470dc747c367f602577608d
63900 Author: Marian Balakowicz <m8@semihalf.com>
63901 Date:   Wed Mar 12 10:12:37 2008 +0100
63902
63903     [new uImage] Add new uImage format support for ramdisk handling
63904
63905     This patch updates boot_get_ramdisk() routine adding format
63906     verification and handling for new (FIT) uImages.
63907
63908     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
63909
63910 commit 6986a385671749ecb3f60cf99e9cbae8e47bb50e
63911 Author: Marian Balakowicz <m8@semihalf.com>
63912 Date:   Wed Mar 12 10:01:05 2008 +0100
63913
63914     [new uImage] Add new uImage format support for kernel booting
63915
63916     New format uImages are recognized by the bootm command,
63917     validity of specified kernel component image is checked and
63918     its data section located and used for further processing
63919     (uncompress, load, etc.)
63920
63921     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
63922
63923 commit e32fea6adb620ecf2bd70acf2dd37e53df9d1547
63924 Author: Marian Balakowicz <m8@semihalf.com>
63925 Date:   Tue Mar 11 12:35:20 2008 +0100
63926
63927     [new uImage] Add new uImage format support for imls and iminfo commands
63928
63929     imls and iminfo can now recognize nad print out contents of the new (FIT)
63930     format uImages.
63931
63932     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
63933
63934 commit 9d25438fe7d70cf35a8a293ea5e392fefc672613
63935 Author: Bartlomiej Sieka <tur@semihalf.com>
63936 Date:   Tue Mar 11 12:34:47 2008 +0100
63937
63938     [new uImage] Add support for new uImage format to mkimage tool
63939
63940     Support for the new uImage format (FIT) is added to mkimage tool.
63941     Commandline syntax is appropriately extended:
63942
63943     mkimage [-D dtc_options] -f fit-image.its fit-image
63944
63945     mkimage (together with dtc) takes fit-image.its and referenced therein
63946     binaries (like vmlinux.bin.gz) as inputs, and produces fit-image file -- the
63947     final image that can be transferred to the target (e.g., via tftp) and then
63948     booted using the bootm command in U-Boot.
63949
63950     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
63951
63952 commit eb6175edd6c120d8b89678243e5a2be362ee8e40
63953 Author: Marian Balakowicz <m8@semihalf.com>
63954 Date:   Mon Mar 10 17:53:49 2008 +0100
63955
63956     [new uImage] Make node unit names const in struct bootm_headers
63957
63958     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
63959
63960 commit 5dfb52138688ccbf0146f62683fe6217b3ce1b05
63961 Author: Marian Balakowicz <m8@semihalf.com>
63962 Date:   Fri Feb 29 21:24:06 2008 +0100
63963
63964     [new uImage] New uImage low-level API
63965
63966     Add FDT-based functions for handling new format component images,
63967     configurations, node operations, property get/set, etc.
63968
63969     fit_        - routines handling global new format uImage operations
63970                   like get/set top level property, process all nodes, etc.
63971     fit_image_  - routines handling component images subnodes
63972     fit_conf_   - routines handling configurations node
63973
63974     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
63975     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
63976
63977 commit 30f1806f60978d707b0cff2d7bf89d141fc24290
63978 Author: Wolfgang Denk <wd@denx.de>
63979 Date:   Sun Mar 9 16:20:02 2008 +0100
63980
63981     Release v1.3.2
63982
63983     Update CHANGELOG for release.
63984
63985     Signed-off-by: Wolfgang Denk <wd@denx.de>
63986
63987 commit 5b464c289ba715d0979b6e1f94947bb8f1068d16
63988 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
63989 Date:   Sun Mar 9 14:52:11 2008 +0100
63990
63991     SCM: fix 'packed' attribute ignored for field of type 'can_msg_t' warnings
63992
63993     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
63994     Signed-off-by: Wolfgang Denk <wd@denx.de>
63995
63996 commit db695b78515ddb88a2d4f3357c120345efbf59ec
63997 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
63998 Date:   Sun Mar 9 10:44:01 2008 +0100
63999
64000     scb9328: Fix flash warning: type qualifiers ignored on function return type
64001
64002     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64003
64004 commit 2b3e7e61d6a72f16aee93f870bc6af67f30758c4
64005 Author: Wolfgang Denk <wd@denx.de>
64006 Date:   Sun Mar 9 10:50:41 2008 +0100
64007
64008     esd/common/fpga.c: fix indentation.
64009
64010     Signed-off-by: Wolfgang Denk <wd@denx.de>
64011
64012 commit cc3843e36453e2b8db65d7e56de938ba045016a0
64013 Author: Wolfgang Denk <wd@denx.de>
64014 Date:   Sun Mar 9 10:33:31 2008 +0100
64015
64016     common/kgdb.c: fix 'dereferencing type-punned pointer' warning
64017
64018     and get rid of a couple of unneeded casts.
64019
64020     Signed-off-by: Wolfgang Denk <wd@denx.de>
64021
64022 commit 8d4f4a838d7dc7cf4de17e3e9a67e2f222b6a1c8
64023 Author: Wolfgang Denk <wd@denx.de>
64024 Date:   Sun Mar 9 10:09:53 2008 +0100
64025
64026     esd/common/fpga.c: fix 'assignment of read-only location' error
64027
64028     Signed-off-by: Wolfgang Denk <wd@denx.de>
64029
64030 commit c6fe4dabac066e8758345d249032768496983a3e
64031 Author: Wolfgang Denk <wd@denx.de>
64032 Date:   Sun Mar 9 02:13:19 2008 +0100
64033
64034     Makefile: make build silently again.
64035
64036     Signed-off-by: Wolfgang Denk <wd@denx.de>
64037
64038 commit 76babc86576f092573599334c85ec543fdbc6015
64039 Author: Wolfgang Denk <wd@denx.de>
64040 Date:   Sun Mar 9 02:07:49 2008 +0100
64041
64042     m501sk: Fix out of tree building
64043
64044     Signed-off-by: Wolfgang Denk <wd@denx.de>
64045
64046 commit 210ed2004e062fdd03f25ab4925998aa1bd08a07
64047 Author: Wolfgang Denk <wd@denx.de>
64048 Date:   Sun Mar 9 00:06:09 2008 +0100
64049
64050     ADS5121: fix out of tree build
64051
64052     and simplify Makefile a bit.
64053
64054     Signed-off-by: Wolfgang Denk <wd@denx.de>
64055
64056 commit 46cb5074a3f74de64ebd97dd0c4ec7eb3d768b93
64057 Author: Wolfgang Denk <wd@denx.de>
64058 Date:   Sat Mar 8 22:35:31 2008 +0100
64059
64060     Release v1.3.2
64061
64062     Signed-off-by: Wolfgang Denk <wd@denx.de>
64063
64064 commit 78a90f827df74520e939c794fc7413dace21c4db
64065 Author: Wolfgang Denk <wd@denx.de>
64066 Date:   Sat Mar 8 22:35:04 2008 +0100
64067
64068     Update CHANGELOG
64069
64070     Signed-off-by: Wolfgang Denk <wd@denx.de>
64071
64072 commit 58f3c57c6008b42e01f551d3be6efd88c14ac87f
64073 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64074 Date:   Sat Mar 8 21:30:04 2008 +0100
64075
64076     esd: Fix warning: passing argument 1 of 'fpga_boot' discards qualifiers from pointer target type
64077
64078     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64079
64080 commit d75469d48c05795144f4b8ba76addbb4920a7bba
64081 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
64082 Date:   Sat Mar 8 09:25:49 2008 +0900
64083
64084     net: rtl8169: Add processing when OWNbit did't enable in rtl_recv()
64085
64086     When rtl_recv() of rtl8169 is called, OWNbit of status register
64087     is not enable occasionally.
64088     rtl_recv() doesn't work normally when the driver doesn't do
64089     appropriate processing.
64090     This patch fix this problem.
64091
64092     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
64093
64094 commit 82afabfeb8ae6a27c7b396011ea99f4712aa73fa
64095 Author: Heiko Schocher <hs@denx.de>
64096 Date:   Fri Mar 7 08:15:28 2008 +0100
64097
64098     mgsuvd: update board configuration
64099
64100     initialize the UPIOx controller.
64101
64102     Signed-off-by: Heiko Schocher <hs@denx.de>
64103
64104 commit e492c90c26215e459aec0fdf0f8ef1fd204988f5
64105 Author: Heiko Schocher <hs@denx.de>
64106 Date:   Fri Mar 7 08:13:41 2008 +0100
64107
64108     mgcoge: update board configuration
64109
64110     add support for the config Flash.
64111     initialize the UPIOx controller.
64112
64113     Signed-off-by: Heiko Schocher <hs@denx.de>
64114
64115 commit 270fe261b7f9292800b2b3d1bf19ae7cbc880258
64116 Author: Kim Phillips <kim.phillips@freescale.com>
64117 Date:   Fri Mar 7 12:27:31 2008 -0600
64118
64119     mpc83xx: make dtb basename file references equal those of linux
64120
64121     the dts file basenames were updated in linux - this helps avoid
64122     inadvertently loading any old dtbs laying around.
64123
64124     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
64125
64126 commit f30b6154f16f5ffa4a9f5bfca5e114d72b6ef675
64127 Author: Kim Phillips <kim.phillips@freescale.com>
64128 Date:   Wed Feb 27 16:08:22 2008 -0600
64129
64130     net: uec_phy: actually increment the timeout counter
64131
64132     allow u-boot to recover (and, e.g., switch to another interface) in the
64133     case where a PHY does not report autonegotiation is complete within its
64134     two second timeout value.
64135
64136     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
64137
64138 commit 772003e43957ee0c895abed7cd82cbe72820cbb8
64139 Author: Markus Brunner <super.firetwister@googlemail.com>
64140 Date:   Wed Mar 5 21:38:12 2008 +0100
64141
64142     fix taihu soft spi_read
64143
64144     The taihu board used gpio_read_out_bit which reads the output register and not
64145     the pin state.
64146
64147     Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
64148
64149 commit fc84a8495ac750f6b4adae81f8c4f100f65b6340
64150 Author: Stefan Roese <sr@denx.de>
64151 Date:   Fri Mar 7 08:01:43 2008 +0100
64152
64153     ppc4xx: Sequoia: Add device tree (fdt) Linux booting default env variables
64154
64155     Signed-off-by: Stefan Roese <sr@denx.de>
64156
64157 commit bd4458cb47abecabd406b1210457be96c69fc49d
64158 Author: Dave Liu <r63238@freescale.com>
64159 Date:   Tue Mar 4 16:59:22 2008 +0800
64160
64161     837xEMDS: Improve the system performance
64162
64163     1. Make the CSB bus pipeline depth as 4, and enable
64164        the repeat mode;
64165     2. Raise the eTSEC emergency priority;
64166     3. Use the highest IP blocks clock.
64167
64168     Signed-off-by: Dave Liu <daveliu@freescale.com>
64169
64170 commit d8ab58b212481b1c57947ea21aa96c4ce800d0b4
64171 Author: Detlev Zundel <dzu@denx.de>
64172 Date:   Thu Mar 6 16:45:53 2008 +0100
64173
64174     Replace "run load; run update" with conditionalized "run load update".
64175
64176     The latter version stops when "run load" fails for whatever reasons
64177     rendering the combination *a lot* more secure.
64178
64179     Signed-off-by: Detlev Zundel <dzu@denx.de>
64180
64181 commit 6bc113886d7d316df1a4e459bec8baf027518551
64182 Author: Stefan Roese <sr@denx.de>
64183 Date:   Tue Mar 4 17:40:41 2008 +0100
64184
64185     net: Print error message upon net usage when no ethernet-interface is found
64186
64187     This patch fixes a problem seen on PPC4xx boards, when no MAC address is
64188     defined. Then no ethernet interface is available but a simple "tftp"
64189     command will return without any error message which is quite confusing.
64190
64191     Signed-off-by: Stefan Roese <sr@denx.de>
64192
64193 commit a30a549a3553032d809e0356306b62de0b125901
64194 Author: Jon Loeliger <jdl@freescale.com>
64195 Date:   Tue Mar 4 10:03:03 2008 -0600
64196
64197     Remove erroneous or extra spd.h #includers.
64198
64199     Many of the spd.h #includers don't need it,
64200     and wanted to have spd_sdram() declared instead.
64201     Since they didn't get that, some also had open
64202     coded extern declarations of it instead or as well.
64203     Fix it all up by using spd_sdram.h where needed.
64204
64205     Signed-off-by: Jon Loeliger <jdl@freescale.com>
64206
64207 commit a4475386cef14af3fd88f0518b688e755669486d
64208 Author: Wolfgang Denk <wd@denx.de>
64209 Date:   Tue Mar 4 17:41:28 2008 +0100
64210
64211     PCS440EP: fix build problems (redundant #define)
64212
64213     Signed-off-by: Wolfgang Denk <wd@denx.de>
64214
64215 commit e85e2fa85ec09a6fac2846d1d881d8737e2bbda9
64216 Author: Stefan Roese <sr@denx.de>
64217 Date:   Tue Mar 4 17:39:25 2008 +0100
64218
64219     net: Print error message upon net usage when no ethernet-interface is found
64220
64221     This patch fixes a problem seen on PPC4xx boards, when no MAC address is
64222     defined. Then no ethernet interface is available but a simple "tftp"
64223     command will return without any error message which is quite confusing.
64224
64225     Signed-off-by: Stefan Roese <sr@denx.de>
64226
64227 commit 384faaafb999cae3ce447c93e28a0b7e2e5fef53
64228 Author: Wolfgang Denk <wd@denx.de>
64229 Date:   Tue Mar 4 17:38:50 2008 +0100
64230
64231     W7OLMC/W7OLMG: fix build problems (redundant #define)
64232
64233     Signed-off-by: Wolfgang Denk <wd@denx.de>
64234
64235 commit f9301e1cda296245ba052d7b08321199c3d0af9d
64236 Author: Wolfgang Denk <wd@denx.de>
64237 Date:   Tue Mar 4 14:58:31 2008 +0100
64238
64239     Makefile: fix problem with out-of-tree builds introduced by 5013c09f
64240
64241     Commit 5013c09f (Makefile: cleanup "clean" target) introduced a
64242     problem for out-of-tree builds which caused "make clean" to fail.
64243
64244     Signed-off-by: Wolfgang Denk <wd@denx.de>
64245
64246 commit dfece9500556bed5d8244b1c15d973cec7c25bfe
64247 Author: Wolfgang Denk <wd@denx.de>
64248 Date:   Tue Mar 4 11:58:26 2008 +0100
64249
64250     examples/Makefile: build "hello_world" on 8xx, too.
64251
64252     Signed-off-by: Wolfgang Denk <wd@denx.de>
64253
64254 commit 74eb0222594fd23aafdf168e60e872814eea8b62
64255 Author: Mike Nuss <mike@terascala.com>
64256 Date:   Mon Mar 3 15:27:05 2008 -0500
64257
64258     PPC4xx (Sequoia): Fix Ethernet "remote fault" problems
64259
64260     Every now and then a Sequoia board (or equivalent hardware) had
64261     problems connecting to a Gigabit capable network interface.
64262
64263     There were differences in the PHY setup between Linux and U-Boot.
64264
64265     This patch fixes the problem. Apparently "remote fault" is being set,
64266     which signals to some devices (on the other end of the cable) that a
64267     fault has occurred, while other devices ignore it. I believe the RF bit
64268     was causing the issue, but I removed T4 also, to match up with Linux.
64269
64270     Signed-off-by: Mike Nuss <mike@terascala.com>
64271
64272 commit 491fb6dea9f52fdb9cb5996e8e978b9e9685179f
64273 Author: Timur Tabi <timur@freescale.com>
64274 Date:   Mon Mar 3 09:58:52 2008 -0600
64275
64276     fix QE firmware uploading limit
64277
64278     Fix a typo in qe_upload_firmware() that prevented uploading firmware on
64279     systems with more than one RISC core.
64280
64281     Signed-off-by: Timur Tabi <timur@freescale.com>
64282
64283 commit 42ba58e0c302b339a3c2faa6006a013c6f186b7a
64284 Author: Bernhard Nemec <bnemec@ganssloser.com>
64285 Date:   Mon Mar 3 11:57:23 2008 +0000
64286
64287     Fix endianess problem in cramfs code (cramfs is always host-endian in Linux)
64288
64289     Originally pointed out by Laurent Pinchart <laurent.pinchart@tbox.biz>,
64290     see http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/22846
64291
64292     Signed-off-by: Bernhard Nemec <bnemec <at> ganssloser.com>
64293
64294 commit 84d0c2f1e39caff58bf765a7ab7c72da23c25ec8
64295 Author: Kim B. Heino <Kim.Heino@bluegiga.com>
64296 Date:   Mon Mar 3 10:39:13 2008 +0200
64297
64298     fix copy from ram to dataflash
64299
64300     If I try to "cp.b <ram> <dataflash>", u-boot selects normal flash
64301     routines instead of dataflash. This is because it checks "if source
64302     address is not dataflash" instead of target address.
64303
64304     Signed-off-by: Kim B. Heino <Kim.Heino@bluegiga.com>
64305
64306 commit 32bf3d143a888f8deacfdcc97e898f6c06d0aea4
64307 Author: Wolfgang Denk <wd@denx.de>
64308 Date:   Mon Mar 3 12:16:44 2008 +0100
64309
64310     Fix quoting problem (preboot setting) in many board config files.
64311
64312     Signed-off-by: Wolfgang Denk <wd@denx.de>
64313
64314 commit 5b0b2b6fc9fe22e3864c2a57316d91a2507ec215
64315 Author: Wolfgang Denk <wd@denx.de>
64316 Date:   Mon Mar 3 12:36:49 2008 +0100
64317
64318     ADS5121: Fix default environment.
64319
64320     Signed-off-by: Wolfgang Denk <wd@denx.de>
64321
64322 commit 91c82076ae492bb1f9d9c47a481314631d32dc8e
64323 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64324 Date:   Sun Mar 2 16:12:31 2008 +0100
64325
64326     Makefile: Fix missing unconfig and mkconfig use
64327
64328     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64329
64330 commit 8ce4e5c2c02cb7e8adddf7b651d3050d81ce4c1d
64331 Author: michael <trimarchi@gandalf.sssup.it>
64332 Date:   Sun Mar 2 23:33:46 2008 +0100
64333
64334     Fix checking fat32 cluster size.
64335
64336     This fixes the cluster size tests in the FAT32 file system.
64337     The current implementation of VFAT support doesn't work if the
64338     referred cluster has an offset > 16bit representation, causing
64339     "fatload" and "fatls" commands etc. to fail.
64340
64341     Signed-off-by: michael trimarchi <trimarchi@gandalf.sssup.it>
64342
64343 commit 661bad63a076a96c39c64f136915f146725af92b
64344 Author: Wolfgang Denk <wd@denx.de>
64345 Date:   Sun Mar 2 22:57:23 2008 +0100
64346
64347     Prepare v1.3.2-rc2 release candidate
64348
64349     Signed-off-by: Wolfgang Denk <wd@denx.de>
64350
64351 commit 76957cb3d621bf664311908e5962e151c633c285
64352 Author: Stefan Roese <sr@denx.de>
64353 Date:   Sat Mar 1 12:11:40 2008 +0100
64354
64355     ppc4xx: EMAC: Fix 405EZ fifo size setup in EMAC_MR1
64356
64357     The 405EZ only supports 512 bytes of rx-/tx-fifo EMAC sizes. But
64358     currently 4k/2k is configured. This patch fixes this issue.
64359
64360     Thanks to Thomas Kindler <tkindler@lenord.de> for pointing this out.
64361
64362     Signed-off-by: Stefan Roese <sr@denx.de>
64363
64364 commit 118978c8eb43803e2794233922df4249fa278b83
64365 Author: Woodruff, Richard <r-woodruff2@ti.com>
64366 Date:   Fri Feb 29 17:34:35 2008 -0600
64367
64368     Fix alignment error on ARM for modules
64369
64370     Fix alignment fault on ARM when running modules.  With out an explicit
64371     linker file gcc4.2.1 will half word align __bss_start's value.  The word
64372     dereference will crash hello_world.
64373
64374     signed-off-by Richard Woodruff <r-woodruff2@ti.com>
64375
64376 commit ce1120dd703e6f12c59e4eba9962356a0300b832
64377 Author: Dave Liu <r63238@freescale.com>
64378 Date:   Fri Feb 29 17:45:31 2008 +0800
64379
64380     fs: Fix ext2 read issue
64381
64382     The ext2 aligned process will corrupt the key
64383     data struct, the patch fix this.
64384
64385     Signed-off-by: Dave Liu <daveliu@freescale.com>
64386
64387 commit 5013c09f7a5675952a3ca88b6bc6c924e63af33e
64388 Author: Wolfgang Denk <wd@denx.de>
64389 Date:   Sun Mar 2 22:45:33 2008 +0100
64390
64391     Makefile: cleanup "clean" target
64392
64393     Make sure CDPATH settings cannot interfere.
64394     Update CHANGELOG.
64395
64396     Signed-off-by: Wolfgang Denk <wd@denx.de>
64397
64398 commit ffda586fc1373243c9794babde69500f6293a8d8
64399 Author: Li Yang <leoli@freescale.com>
64400 Date:   Fri Feb 29 11:46:05 2008 +0800
64401
64402     add cscope build target
64403
64404     Add cscope build target to generate cscope database for code browsing.
64405
64406     Signed-off-by: Li Yang <leoli@freescale.com>
64407
64408 commit f655adef65e4cf6b929054b049ee19ae9b5ccbe2
64409 Author: Kim Phillips <kim.phillips@freescale.com>
64410 Date:   Wed Feb 27 15:06:39 2008 -0600
64411
64412     net: uec_phy: handle 88e1111 rev.B2 erratum 5.6
64413
64414     erratum 5.6 states the autoneg completion bit is functional only if the
64415     autoneg bit is asserted.
64416
64417     This fixes any secondarily-issued networking commands on non-gigabit
64418     links on the mpc8360 mds board.
64419
64420     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
64421
64422 commit 5f91db7f582ca17b1f19f10189c025696f333d2e
64423 Author: John Rigby <jrigby@freescale.com>
64424 Date:   Tue Feb 26 09:38:14 2008 -0700
64425
64426     MPC5121e ADS PCI support take 3
64427
64428     Adds PCI support for MPC5121
64429
64430     Tested with drivers/net/rtl8139.c
64431
64432     Support is conditional since PCI on old silicon does not work.
64433
64434     ads5121_PCI_config turns on PCI
64435
64436     In this version, condition compilation of PCI code has been moved
64437     from ifdef in board/ads5121/pci.c to board/ads5121/Makefile as
64438     suggested by Jean-Christophe PLAGNIOL-VILLARD
64439
64440     Signed-off-by: John Rigby <jrigby@freescale.com>
64441
64442 commit 44b4dbed4133f657705b7c5193209da9978243a7
64443 Author: Anatolij Gustschin <agust@denx.de>
64444 Date:   Mon Feb 25 23:53:07 2008 +0100
64445
64446     Fix warnings while compilation of post/drivers/memory.c
64447
64448     Fix warnings while compilation with new gcc in eldk-4.2
64449
64450     Signed-off-by: Anatolij Gustschin <agust@denx.de>
64451
64452 commit 4fae35a53b3e958254d6574a1cc7e10811fc6726
64453 Author: Anatolij Gustschin <agust@denx.de>
64454 Date:   Mon Feb 25 20:54:04 2008 +0100
64455
64456     ppc4xx: Fix problem in 4xx_enet.c driver
64457
64458     U-Boot crashes in the net loop if CONFIG_4xx_DCACHE is
64459     enabled. To reproduce the problem ensure that 'ethrotate'
64460     environment variable isn't set to "no" and then run
64461     "tftp 200000 not_existent_file".
64462     This patch tries to fix the issue.
64463
64464     Signed-off-by: Anatolij Gustschin <agust@denx.de>
64465
64466 commit 60ec654c5eb80d0fe0c38a3bd42140215bc06484
64467 Author: Anatolij Gustschin <agust@denx.de>
64468 Date:   Mon Feb 25 20:04:20 2008 +0100
64469
64470     POST: Disable cache while SPR POST
64471
64472     Currently (since commit b2e2142c) u-boot crashes on
64473     sequoia board while SPR test if CONFIG_4xx_DCACHE is
64474     enabled. This patch disables the cache while SPR test.
64475
64476     Signed-off-by: Anatolij Gustschin <agust@denx.de>
64477
64478 commit c313b2c6c555e7d89ec59bd51c59ab164ad0105d
64479 Author: Martin Krause <martin.krause@tqs.de>
64480 Date:   Mon Feb 25 17:52:40 2008 +0100
64481
64482     TQM5200: use automatic fdt memory fixup (part 2)
64483
64484     Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
64485     TB5200 and TB5200_B to fixup the /memory node with the memory values
64486     detected by U-Boot.
64487
64488     Signed-off-by: Martin Krause <martin.krause@tqs.de>
64489
64490 commit 44ceec253ea941b301abf4b079d52324def69d92
64491 Author: Martin Krause <martin.krause@tqs.de>
64492 Date:   Mon Feb 25 15:17:05 2008 +0100
64493
64494     TQM5200: use automatic fdt memory fixup
64495
64496     Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
64497     TB5200 and TB5200_B to fixup the /memory node with the memory values
64498     detected by U-Boot.
64499
64500     Signed-off-by: Martin Krause <martin.krause@tqs.de>
64501
64502 commit f3a329acb26017d8e10e9c93e1e726c2a5ac634a
64503 Author: Martin Krause <martin.krause@tqs.de>
64504 Date:   Mon Feb 25 13:27:52 2008 +0100
64505
64506     TQM5200: fix bug in SDRAM initialization code
64507
64508     This patch fixes a bug in the SDRAM initialization code for the
64509     TQM5200. The hi_addr bit is now set correctly. Without this patch
64510     the hi_addr bit is always set to 1, if the second SDRAM bank is
64511     not populated.
64512
64513     For other MPC5200 boards a correspondig patch has already been applied
64514     some time ago, see commit a63109281ad41b0fb489fdcb901171f76bcdbc2c.
64515
64516     Signed-off-by: Martin Krause <martin.krause@tqs.de>
64517     --
64518     Forget the first patch please. I confused flash with SDRAM in
64519     the comment ...
64520
64521 commit 217bf6b6a313d9ccb619a4dbc09f73f77cd48df1
64522 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64523 Date:   Mon Feb 25 00:03:12 2008 +0100
64524
64525     mx1fs2/flash: Fix multiple compiler warnings
64526
64527     "pointer targets in assignment differ in signedness"
64528
64529     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64530
64531 commit 5599c28cef55be42a8ca6fa8086b1a44e56a85d2
64532 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64533 Date:   Mon Feb 25 00:03:11 2008 +0100
64534
64535     arm-imx: Fix register definitions
64536
64537     Sync register definitions with linux
64538
64539     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64540
64541 commit c9bcf75fecc58886af77d2a571cff2eab39eab6f
64542 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64543 Date:   Mon Feb 25 00:03:10 2008 +0100
64544
64545     actua1/actua2/actua3: Fix multiple unused variable warnings
64546
64547     - actua1:
64548         actux1.c: In function 'checkboard':
64549         actux1.c:92: warning: unused variable 'revision'
64550
64551     - actua2:
64552         actux2.c: In function 'checkboard':
64553         actux2.c:100: warning: unused variable 's'
64554         actux2.c:99: warning: unused variable 'revision'
64555         actux2.c: In function 'reset_phy':
64556         actux2.c:130: warning: unused variable 'i'
64557
64558     - actua3:
64559         actux3.c: In function 'checkboard':
64560         actux3.c:114: warning: unused variable 'revision'
64561
64562     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64563
64564 commit f8fa6368a6a0c02164da8e2f52f18d457c6977bd
64565 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
64566 Date:   Sun Feb 24 11:44:29 2008 +0900
64567
64568     Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
64569
64570     The previous patch was lacking of i386, microblaze, nios and nios2. This
64571     patch tries to fix them.
64572
64573     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
64574
64575 commit 05e07b1ea22844e946cfcf7d5e8a0199d18d2a95
64576 Author: Marian Balakowicz <m8@semihalf.com>
64577 Date:   Fri Feb 29 22:22:46 2008 +0100
64578
64579     [new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt()
64580
64581     Do not use global fdt blob pointer, calculate blob size from routine
64582     argument blob pointer.
64583
64584     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
64585
64586 commit d1cc52879c8966507dad9fb575481e6d3985e64e
64587 Author: David Gibson <david@gibson.dropbear.id.au>
64588 Date:   Tue Feb 12 00:58:31 2008 +1100
64589
64590     libfdt: Add and use a node iteration helper function.
64591
64592     This patch adds an fdt_next_node() function which can be used to
64593     iterate through nodes of the tree while keeping track of depth.  This
64594     function is used to simplify the iteration code in a lot of other
64595     functions, and is also exported for use by library users.
64596
64597     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
64598
64599 commit 8cf30809a82902a471866d2f07725ce3b8a22291
64600 Author: Bartlomiej Sieka <tur@semihalf.com>
64601 Date:   Fri Feb 29 16:00:24 2008 +0100
64602
64603     [new uImage] Add libfdt support to mkimage
64604
64605     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
64606
64607 commit a6e530f00d31a8494a0422799b2b9a692a9c0eb9
64608 Author: Bartlomiej Sieka <tur@semihalf.com>
64609 Date:   Fri Feb 29 16:00:23 2008 +0100
64610
64611     [new uImage] Add sha1.o object to mkimage binary build
64612
64613     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
64614
64615 commit df6f1b895c997978f03afe04502ee76b7ba34ab9
64616 Author: Marian Balakowicz <m8@semihalf.com>
64617 Date:   Fri Feb 29 16:00:06 2008 +0100
64618
64619     [new uImage] Fix component handling for legacy multi component images
64620
64621     Use uint32_t when accessing size table in image_multi_count() and
64622     image_multi_getimg() for multi component images.
64623
64624     Add missing uimage_to_cpu() endianness conversion.
64625
64626     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
64627
64628 commit 570abb0ad120f6002bcaa3cf6f32bd4ca2e1b248
64629 Author: Marian Balakowicz <m8@semihalf.com>
64630 Date:   Fri Feb 29 15:59:59 2008 +0100
64631
64632     [new uImage] Share common uImage code between mkimage and U-boot
64633
64634     This patch adds the following common routines:
64635
64636     1) Dedicated mkimage print_header() is replaced with common
64637     image_print_contents()
64638     image_print_contents_noindent()
64639
64640     2) Common os/arch/type/comp fields name <--> id translation routines
64641     genimg_get_os_name()
64642     genimg_get_arch_name()
64643     genimg_get_type_name()
64644     genimg_get_comp_name()
64645     genimg_get_os_id()
64646     genimg_get_arch_id()
64647     genimg_get_type_id()
64648     genimg_get_comp_id()
64649
64650     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
64651
64652 commit 9a4daad0a35eb5143037eea9f786a3e9d672bdd6
64653 Author: Marian Balakowicz <m8@semihalf.com>
64654 Date:   Fri Feb 29 14:58:34 2008 +0100
64655
64656     [new uImage] Update naming convention for bootm/uImage related code
64657
64658     This patch introduces the following prefix convention for the
64659     image format handling and bootm related code:
64660
64661     genimg_             - dual format shared code
64662     image_              - legacy uImage format specific code
64663     fit_                - new uImage format specific code
64664     boot_               - booting process related code
64665
64666     Related routines are renamed and a few pieces of code are moved around and
64667     re-grouped.
64668
64669     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
64670
64671 commit 75fa002c47171b73fb4c1f2c2fe4d6391c136276
64672 Author: Kumar Gala <galak@kernel.crashing.org>
64673 Date:   Wed Feb 27 21:51:51 2008 -0600
64674
64675     [new uImage] Respect autostart setting in linux bootm
64676
64677     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
64678     Acked-by: Marian Balakowicz <m8@semihalf.com>
64679
64680 commit d3f2fa0d278467b2232e4eb2372f905c3febfbeb
64681 Author: Kumar Gala <galak@kernel.crashing.org>
64682 Date:   Wed Feb 27 21:51:50 2008 -0600
64683
64684     [new uImage] Provide ability to restrict region used for boot images
64685
64686     Allow the user to set 'bootm_low' and 'bootm_size' env vars as a way
64687     to restrict what memory range is used for bootm.
64688
64689     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
64690     Acked-by: Marian Balakowicz <m8@semihalf.com>
64691
64692 commit e822d7fc4dd4755d4d0a22f05e33f33d1a0481da
64693 Author: Kumar Gala <galak@kernel.crashing.org>
64694 Date:   Wed Feb 27 21:51:49 2008 -0600
64695
64696     [new uImage] Use lmb for bootm allocations
64697
64698     Convert generic ramdisk_high(), get_boot_cmdline(), get_boot_kbd()
64699     functions over to using lmb for allocation of the ramdisk, command line
64700     and kernel bd info.
64701
64702     Convert PPC specific fdt_relocate() to use lmb for allocation of the device
64703     tree.
64704
64705     Provided a weak function that board code can call to do additional
64706     lmb reserves if needed.
64707
64708     Also introduce the concept of bootmap_base to specify the offset in
64709     physical memory that the bootmap is located at.  This is used for
64710     allocations of the cmdline, kernel bd, and device tree as they should
64711     be contained within bootmap_base and bootmap_base + CFG_BOOTMAPSZ.
64712
64713     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
64714
64715 commit f5614e7926863bf0225ec860d9b319741a9c4004
64716 Author: Kumar Gala <galak@kernel.crashing.org>
64717 Date:   Wed Feb 27 21:51:48 2008 -0600
64718
64719     [new uImage] Add autostart flag to bootm_headers structure
64720
64721     The autostart env variable was dropped as part of the initial new uImage
64722     cleanup.  Add it back here so the arch specific code can decide if it
64723     wants to really boot or not.
64724
64725     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
64726     Acked-by: Marian Balakowicz <m8@semihalf.com>
64727
64728 commit 4ed6552f715983bfc7d212c1199a1f796f1144ad
64729 Author: Kumar Gala <galak@kernel.crashing.org>
64730 Date:   Wed Feb 27 21:51:47 2008 -0600
64731
64732     [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images
64733
64734     Introduce the LMB lib used on PPC in the kernel as a clean way to manage
64735     the memory spaces used by various boot images and structures.  This code
64736     will allow us to simplify the code in bootm and its support functions.
64737
64738     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
64739
64740 commit 4648c2e7a173b0d7f17bef4adaa0623090c9e904
64741 Author: Kumar Gala <galak@kernel.crashing.org>
64742 Date:   Tue Feb 19 22:03:47 2008 -0600
64743
64744     [new uImage] ppc: Allow boards to specify effective amount of memory
64745
64746     For historical reasons we limited the stack to 256M because some boards
64747     could only map that much via BATS.  However newer boards are capable of
64748     mapping more memory (for example 85xx is capable of doing up to 2G).
64749
64750     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
64751     Acked-by: Marian Balakowicz <m8@semihalf.com>
64752
64753 commit 274cea2bddbca10cdad7daa518951b75c44ef6bc
64754 Author: Kumar Gala <galak@kernel.crashing.org>
64755 Date:   Wed Feb 27 21:51:46 2008 -0600
64756
64757     [new uImage] rework error handling so common functions don't reset
64758
64759     Changed image_get_ramdisk() to just return NULL on error and have
64760     get_ramdisk() propogate that error to the caller.  It's left to the
64761     caller to call do_reset() if it wants to.
64762
64763     Also moved calling do_reset() in get_fdt() and fdt_relocate() on ppc
64764     to a common location.  In the future we will change get_fdt() and
64765     fdt_relocate() to return success/failure and not call do_reset() at all.
64766
64767     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
64768     Acked-by: Marian Balakowicz <m8@semihalf.com>
64769
64770 commit d2bc095a639672def11d5d043b5688d0dbd692ec
64771 Author: Kumar Gala <galak@kernel.crashing.org>
64772 Date:   Wed Feb 27 21:51:45 2008 -0600
64773
64774     [new uImage] ppc: Re-order ramdisk/fdt handling sequence
64775
64776     Doing the fdt before the ramdisk allows us to grow the fdt w/o concern
64777     however it does mean we have to go in and fixup the initrd info since
64778     we don't know where it will be.
64779
64780     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
64781
64782 commit 27953493ef025fb698d68c5dee39b36f01f4d530
64783 Author: Kumar Gala <galak@kernel.crashing.org>
64784 Date:   Wed Feb 27 21:51:44 2008 -0600
64785
64786     [new uImage] ppc: Determine if we are booting an OF style
64787
64788     If we are bootin OF style than we can skip setting up some things
64789     that are used for the old boot method.
64790
64791     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
64792     Acked-by: Marian Balakowicz <m8@semihalf.com>
64793
64794 commit a6612bdfe7ef37b9787b66800cf02aaded05fbeb
64795 Author: Kumar Gala <galak@kernel.crashing.org>
64796 Date:   Wed Feb 27 21:51:43 2008 -0600
64797
64798     [new uImage] Don't pass kdb to ramdisk_high since we may not have one
64799
64800     We don't actually need the kdb param as we are just using it to get
64801     bd->bi_memsize which we can get from gd->bd->bi_memsize.  Also, if we
64802     boot via OF we might not actually fill out a kdb.
64803
64804     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
64805     Acked-by: Marian Balakowicz <m8@semihalf.com>
64806
64807 commit 2b22fa4baee51e6b467c44ea1be0d1ecd86e8775
64808 Author: Kumar Gala <galak@kernel.crashing.org>
64809 Date:   Wed Feb 27 16:30:47 2008 -0600
64810
64811     85xx: Don't icbi when unlocking the cache
64812
64813     There is no reason to icbi when invalidating the temporary stack in
64814     the d-cache.  Its impossible on e500 to have the i-cache contain
64815     any addresses in the temp stack and it can be problematic in generating
64816     transactions on the bus to non-valid addresses.
64817
64818     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
64819
64820 commit 534ea6b6f86f8b75ef2ac061ef110a98f103d7d6
64821 Author: Andy Fleming <afleming@freescale.com>
64822 Date:   Wed Feb 27 15:50:50 2008 -0600
64823
64824     Fix source for ECM error IVPR
64825
64826     The source vector for the ECM was being set to 2,
64827     but that's what the source vector for DDR was being
64828     set to.  Change it to 1.
64829
64830     Signed-off-by: Andy Fleming <afleming@freescale.com>
64831
64832 commit 21fae8b2b4e4e6e648796e07e20ab13e9cb18923
64833 Author: Andy Fleming <afleming@freescale.com>
64834 Date:   Wed Feb 27 14:29:58 2008 -0600
64835
64836     Invalidate INIT_RAM TLB mappings
64837
64838     Commit 0db37dc...  (and some others) changed the INIT_RAM TLB
64839     mappings to be unguarded.  This collided with an existing "bug"
64840     where the mappings for the INIT_RAM were being kept around.
64841     This meant that speculative loads to those addresses were
64842     succeeding in the TLB, and going out to the bus, where they
64843     were causing an exception (there's nothing at that address). The
64844     Flash code was coincidentally causing such a speculative load.
64845     Rather than go back to mapping the INIT RAM as guarded, we fix
64846     it so that the entries for the INIT_RAM are invalidated.  Thus
64847     the speculative loads will fail in the TLB, and have no effect.
64848
64849     Signed-off-by: Andy Fleming <afleming@freescale.com>
64850
64851 commit 347b7938d3e561eb215aa386c37fb5acb5a383c6
64852 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64853 Date:   Sun Feb 17 22:56:17 2008 +0100
64854
64855     sbc8548: Fix Revision reading and unused variable 'path'
64856
64857     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64858
64859 commit 495d162374c472f46454453553382ad0735dc725
64860 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64861 Date:   Sun Feb 17 22:56:16 2008 +0100
64862
64863     sbc8548: Fix cfi flash bank declaration
64864
64865     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64866
64867 commit 4efbe9dbb129f857f27856936112c8c02f016be6
64868 Author: Marian Balakowicz <m8@semihalf.com>
64869 Date:   Wed Feb 27 11:02:26 2008 +0100
64870
64871     [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled
64872
64873     Dual format image code must properly handle all three FDT passing methods:
64874     - raw FDT blob passed
64875     - FDT blob embedded in the legacy uImage
64876     - FDT blob embedded in the new uImage
64877
64878     This patch enables proper raw FDT handling when no FIT imaeg support
64879     is compiled in. This is a bit tricky as we must dected FIT format even
64880     when FIT uImage handling is not enabled as both FIT uImages and raw FDT
64881     blobs use tha same low level format (libfdt).
64882
64883     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
64884
64885 commit ff0734cff0fb5397ce2f4602f4f3e5ec9c8a36e8
64886 Author: Marian Balakowicz <m8@semihalf.com>
64887 Date:   Wed Feb 27 11:02:26 2008 +0100
64888
64889     [new uImage] POWERPC: Add image_get_fdt() routine
64890
64891     FDT blob may be passed either: (1) raw (2) or embedded in the legacy uImage
64892     (3) or embedded in the new uImage. For the (2) case embedding image must be
64893     verified before we get FDT from it. This patch factors out legacy image
64894     specific verification routine to the separate helper routine.
64895
64896     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
64897     Acked-by: Kumar Gala <galak@kernel.crashing.org>
64898
64899 commit 1efd43601f90de21ec6c0ebb9880823e822927b1
64900 Author: Marian Balakowicz <m8@semihalf.com>
64901 Date:   Wed Feb 27 11:02:07 2008 +0100
64902
64903     [new uImage] Add image_get_kernel() routine
64904
64905     Legacy image specific verification is factored out to a separate helper
64906     routine to keep get_kernel() generic and simple.
64907
64908     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
64909     Acked-by: Kumar Gala <galak@kernel.crashing.org>
64910
64911 commit 8a5ea3e6168fe6a2780eeaf257a3b19f30dec658
64912 Author: Marian Balakowicz <m8@semihalf.com>
64913 Date:   Wed Feb 27 11:01:04 2008 +0100
64914
64915     [new uImage] Move image verify flag to bootm_headers structure
64916
64917     Do not pass image verification flag directly to related routines.
64918     Simplify argument passing and move it to the bootm_header structure which
64919     contains curently processed image specific data and is already being passed
64920     on the argument list.
64921
64922     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
64923     Acked-by: Kumar Gala <galak@kernel.crashing.org>
64924
64925 commit 823afe7cefe00dafefc6696c1cc7aa828c394234
64926 Author: Marian Balakowicz <m8@semihalf.com>
64927 Date:   Wed Feb 27 11:00:47 2008 +0100
64928
64929     [Makefile] Sort COBJS in lib_<arch> Makefiles
64930
64931     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
64932
64933 commit 6f0f9dfc4ee880fbf400a2ebe14238181a6c3f91
64934 Author: Marian Balakowicz <m8@semihalf.com>
64935 Date:   Wed Feb 27 11:00:47 2008 +0100
64936
64937     [new uImage] Optimize gen_get_image() flow control
64938
64939     When CONFIG_HAS_DATAFLASH is not defined gen_get_image() routine has nothing
64940     to do, update its control flow to better reflect that simple case.
64941
64942     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
64943     Acked-by: Kumar Gala <galak@kernel.crashing.org>
64944
64945 commit d2ced9eb19ec74f4a359949dbe353427fa6d55ca
64946 Author: Marian Balakowicz <m8@semihalf.com>
64947 Date:   Mon Feb 4 08:28:17 2008 +0100
64948
64949     [new uImage] POWERPC: Split get_fdt() into get and relocate routines
64950
64951     PPC specific FDT blob handling code is divided into two separate routines:
64952
64953     get_fdt()   - find and verify a FDT blob (either raw or image embedded)
64954     fdt_relocate()      - move FDT blob to within BOOTMAP if needed
64955
64956     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
64957     Acked-by: Kumar Gala <galak@kernel.crashing.org>
64958
64959 commit 33fa5c0bfaf465de8ceb23fcd6b397f68b35a817
64960 Author: Jon Loeliger <jdl@freescale.com>
64961 Date:   Mon Feb 25 13:13:37 2008 -0600
64962
64963     86xx: Fix renamed GUR symbols in sbc8641d board.
64964
64965     Back in commit a551cee99ad1d1da20fd23ad265de47448852f56
64966     (86xx: Fix GUR PCI config registers properly), we should have
64967     changed the MPC86xx_PORBMSR_HA and MPC86xx_PORDEVSR_IO_SEL
64968     symbols in the sbc8641d board as well.  Fix this oversight.
64969
64970     Signed-off-by: Jon Loeliger <jdl@freescale.com>
64971
64972 commit 64cd594e623c39f73964d18787763e4533f791f7
64973 Author: Stefan Roese <sr@denx.de>
64974 Date:   Mon Feb 25 16:50:48 2008 +0100
64975
64976     ppc4xx: Fix acadia_nand build problem
64977
64978     Don't include testdram() on NAND-booting target acadia_nand. This saves
64979     a few bytes and makes the target build clean again.
64980
64981     Signed-off-by: Stefan Roese <sr@denx.de>
64982
64983 commit 14e099e698d41e8179d05c2b2dbcf704a236f748
64984 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64985 Date:   Sun Feb 24 23:03:12 2008 +0000
64986
64987     mx1fs2/flash: Fix multiple pointertargets in assignment differ in signedness
64988
64989     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64990
64991 commit 724902c8464e610642b3a170278b99710325888e
64992 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64993 Date:   Sun Feb 24 23:03:11 2008 +0000
64994
64995     arm-imx: Fix registers definition
64996
64997     Sync registers definition with linux
64998
64999     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65000
65001 commit 4cd288b589ea1178947c6e364453c32b3dede6b7
65002 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65003 Date:   Sun Feb 24 23:03:10 2008 +0000
65004
65005     actua1/actua2/actua3: Fix multipleunused variable
65006
65007     - actua1:
65008         actux1.c: In function 'checkboard':
65009         actux1.c:92: warning: unused variable 'revision'
65010
65011     - actua2:
65012         actux2.c: In function 'checkboard':
65013         actux2.c:100: warning: unused variable 's'
65014         actux2.c:99: warning: unused variable 'revision'
65015         actux2.c: In function 'reset_phy':
65016         actux2.c:130: warning: unused variable 'i'
65017
65018     - actua3:
65019         actux3.c: In function 'checkboard':
65020         actux3.c:114: warning: unused variable 'revision'
65021
65022     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65023
65024 commit d5934ad7756f038a393a9cfab76a4fe306d9d930
65025 Author: Marian Balakowicz <m8@semihalf.com>
65026 Date:   Mon Feb 4 08:28:09 2008 +0100
65027
65028     [new uImage] Add dual format uImage support framework
65029
65030     This patch adds framework for dual format images. Format detection is added
65031     and the bootm controll flow is updated to include cases for new FIT format
65032     uImages.
65033
65034     When the legacy (image_header based) format is detected appropriate
65035     legacy specific handling is invoked. For the new (FIT based) format uImages
65036     dual boot framework has a minial support, that will only print out a
65037     corresponding debug messages. Implementation of the FIT specific handling will
65038     be added in following patches.
65039
65040     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
65041
65042 commit b29661fc1151077776454288051bc9a488351ce8
65043 Author: Wolfgang Denk <wd@denx.de>
65044 Date:   Sun Feb 24 15:21:36 2008 +0100
65045
65046     Coding style cleanup. Prepare v1.3.2-rc2 release candidate
65047
65048     Signed-off-by: Wolfgang Denk <wd@denx.de>
65049
65050 commit 00b48a48424894daa589d166d73277830b1c6ac4
65051 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65052 Date:   Sat Feb 23 12:15:56 2008 +0100
65053
65054     ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selected
65055
65056     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65057
65058 commit b075d74efb70ff68c49a2532f26b56d6703b69c1
65059 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
65060 Date:   Sat Feb 23 17:24:16 2008 +0900
65061
65062     Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
65063
65064     ----------------------------------------------------------------
65065     Olaf Hering [Wed, 17 Oct 2007 06:27:13 +0000 (23:27 -0700)]
65066
65067     Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on
65068     32bit targets.
65069
65070     GCC can be made to warn about usage of long long types with ISO C90
65071     (-ansi), but only with -pedantic.  You can write this in a way that even
65072     then it doesn't cause warnings, namely by:
65073
65074     #ifdef __GNUC__
65075     __extension__ typedef __signed__ long long __s64;
65076     __extension__ typedef unsigned long long __u64;
65077     #endif
65078
65079     The __extension__ keyword in front of this switches off any pedantic
65080     warnings for this expression.
65081
65082     Signed-off-by: Olaf Hering <olh@suse.de>
65083     Cc: <linux-arch@vger.kernel.org>
65084     Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
65085     Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
65086     ----------------------------------------------------------------
65087
65088     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
65089
65090 commit 208acd112e6517b21fc30c420396902b103563ac
65091 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
65092 Date:   Sat Feb 23 17:07:57 2008 +0900
65093
65094     cpu/mcf52x2/config.mk: Make needlessly deffered expansions immediate.
65095
65096     This will reduce the build time.
65097
65098     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
65099
65100 commit 495a0dde7fa1b14cdc15607d86503ec2bdcd02c4
65101 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
65102 Date:   Sat Feb 23 17:05:00 2008 +0900
65103
65104     cpu/ppc4xx/config.mk: Make a needlessly deffered expansion immediate.
65105
65106     This will reduce the build time.
65107
65108     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
65109
65110 commit e682ba399a1d76f09d8cc7af1e57066f1d360d91
65111 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
65112 Date:   Sat Feb 23 16:58:41 2008 +0900
65113
65114     cpu/mips/cofigl.mk: Make a needlessly deffered expansion immediate.
65115
65116     This reduces the build time by ~10%. Here's the gth2_config example.
65117
65118             BEFORE       AFTER
65119     real    0m31.441s    0m27.833s
65120     user    0m24.766s    0m23.045s
65121     sys     0m10.425s    0m7.468s
65122
65123     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
65124
65125 commit 02409f8cf54c7cd91981f0dfec135dbf3858090c
65126 Author: Marcel Moolenaar <marcelm@juniper.net>
65127 Date:   Fri Feb 22 10:48:07 2008 -0800
65128
65129     make define2mk.sed work on FreeBSD
65130
65131     In the thread "[1.3.2-rc1] MPC8548CDS/MPC8555CDS configs fails to link",
65132     the define2mk.sed script was identified as the source of the link
65133     failure on FreeBSD. The problem is that sed(1) does not always support
65134     the '+' operator. It isn't on FreeBSD. The attach patch implements the
65135     equivalent, using the '*' operator instead and should work everywhere.
65136
65137     Signed-off-by: Marcel Moolenaar <marcelm@juniper.net>
65138
65139 commit e5084af8ded58453cd07ec1af8b0f29f34122bbc
65140 Author: Detlev Zundel <dzu@denx.de>
65141 Date:   Fri Feb 22 17:21:32 2008 +0100
65142
65143     Replace deprecated "ramdisk" with "ramdisk_size" kernel parameter.
65144
65145     The Linux commit fac8b209b1084bc85748bd54e13d00c1262b220f ("Remove
65146     final traces of long-deprecated "ramdisk" kernel parm") makes these
65147     changes neccessary.
65148
65149     Signed-off-by: Detlev Zundel <dzu@denx.de>
65150
65151 commit d01b847c5cd070895c4ba178c85cd068a95cf7cd
65152 Author: Larry Johnson <lrj@acm.org>
65153 Date:   Thu Feb 21 13:58:16 2008 -0500
65154
65155     LM75 bug fix for negative temperatures
65156
65157     When the LM75 temperature sensor measures a temperature below 0 C, the
65158     current driver does not perform sign extension, so the result returned is
65159     256 C too high.  This patch fixes the problem.
65160
65161     Signed-off-by: Larry Johnson <lrj@acm.org>
65162
65163 commit 5a910c224b13e413bda41922379add6d75c32da3
65164 Author: Heiko Schocher <hs@denx.de>
65165 Date:   Thu Feb 21 18:33:45 2008 +0100
65166
65167     IDS8247: update MAINTAINER entry.
65168
65169     Signed-off-by: Heiko Schocher <hs@denx.de>
65170
65171 commit 79eac2bfb591f2b028ec1735049dc91e4320de4a
65172 Author: Heiko Schocher <hs@denx.de>
65173 Date:   Thu Feb 21 18:31:15 2008 +0100
65174
65175     Fix device tree for mgsuvd board.
65176
65177     Rename the "scc" node in "ethernet" for the mgsuvd board.
65178
65179     Signed-off-by: Heiko Schocher <hs@denx.de>
65180
65181 commit 2e721094a70a52206af2e1bf1208d9a7131f6dad
65182 Author: Yuri Tikhonov <yur@emcraft.com>
65183 Date:   Thu Feb 21 14:23:42 2008 +0100
65184
65185     lwmon5: enable hardware watchdog
65186
65187     Some boards (e.g. lwmon5) may use rather small watchdog intervals, so
65188     causing it to reboot the board if U-Boot does a long busy-wait with
65189     udelay(). Thus, for these boards we have to restart WD more
65190     frequently.
65191
65192     This patch splits the busy-wait udelay() into smaller, predefined,
65193     intervals, so that the watchdog timer may be resetted with the
65194     configurable (CONFIG_WD_PERIOD) interval.
65195
65196     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
65197
65198 commit bc77881247ee6f95d7a9ebc499d26b96bae38c9d
65199 Author: Anatolij Gustschin <agust@denx.de>
65200 Date:   Thu Feb 21 12:52:29 2008 +0100
65201
65202     ppc4xx: Support for ATI Radeon 9200 card on sequoia
65203
65204     Adds configuration option for ATI Radeon 9200 card
65205     support to sequoia config file. If CONFIG_VIDEO
65206     is enabled, TEXT_BASE should be changed to 0xFFF80000.
65207
65208     Signed-off-by: Anatolij Gustschin <agust@denx.de>
65209
65210 commit 5a9abcc317cf3c8a69559ff83081f4e5d719edb7
65211 Author: Kumar Gala <galak@kernel.crashing.org>
65212 Date:   Mon Feb 18 08:18:07 2008 -0600
65213
65214     Remove duplicate defines for ARRAY_SIZE
65215
65216     A few duplicate of the ARRAY_SIZE macro sneaked in since we put
65217     the define in common.h.
65218
65219     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
65220
65221 commit 81d93e5c4b83d8b6dcee69de6f4a14ccf6f7114a
65222 Author: Kumar Gala <galak@kernel.crashing.org>
65223 Date:   Mon Feb 18 08:09:37 2008 -0600
65224
65225     ppc: Allow boards to specify effective amount of memory
65226
65227     For historical reasons we limited the stack to 256M because some boards
65228     could only map that much via BATS.  However newer boards are capable of
65229     mapping more memory (for example 85xx is capable of doing up to 2G).
65230
65231     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
65232
65233 commit 755c35f54ba7eb7687aa7935e04a02a01ef1b27b
65234 Author: Mike Frysinger <vapier@gentoo.org>
65235 Date:   Mon Feb 18 05:24:13 2008 -0500
65236
65237     include autoconf.mk before any other .mk files
65238
65239     This bumps the autoconf.mk include step above board/cpu/arch/etc... so that
65240     those .mk files can have make if statements based on the current config.
65241
65242     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
65243
65244 commit 16fe77752eee099b9fb61ed73460e51cc94b37ba
65245 Author: Mike Frysinger <vapier@gentoo.org>
65246 Date:   Mon Feb 18 05:10:07 2008 -0500
65247
65248     error check autoconf.mk generation
65249
65250     If any of the steps for generating autoconf.mk fail currently, they go
65251     unnoticed.  To fix, we can simply add 'set -e' to the long list of commands.
65252     This is simpler and more robust than placing '|| exit $$?' after every line.
65253
65254     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
65255
65256 commit 019895a8dee71a9f00da05c03e379f45d581b0fe
65257 Author: Stefano Babic <sbabic@denx.de>
65258 Date:   Mon Feb 18 08:03:51 2008 +0100
65259
65260     Fix bug in dependency checking
65261
65262     By adding VERSION_FILE to the PHONY targets the script
65263     /tools/setlocalversion is always called and version_autogenerated.h
65264     is replaced only if the script find a modified source file.
65265
65266     Signed-off-by: Stefano Babic <sbabic@denx.de>
65267
65268 commit 98ba144ccc912eee90dd42699f023c497ce774c6
65269 Author: Kyungmin Park <kmpark@infradead.org>
65270 Date:   Mon Feb 18 14:35:43 2008 +0900
65271
65272     Fix GPMC CS2 memory setup at apollon
65273
65274     It disables the current map first
65275
65276     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
65277
65278 commit e845e07e1e6e64f40e35688439d3cdcf01cfff4f
65279 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65280 Date:   Sun Feb 17 23:52:46 2008 +0100
65281
65282     uli526x: Fix multiple differ in signedness and parentheses around comparison
65283
65284     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65285
65286 commit beeccf7a5dc5415c202e0132a33c58fc316c2a62
65287 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65288 Date:   Sun Feb 17 16:58:04 2008 +0100
65289
65290     MIPS: Fix CFG_NO_FLASH support
65291
65292     - Fix flash_init call when CFG_NO_FLASH is used
65293     - Remove no more needed flash.c for qemu-mips
65294
65295     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65296
65297 commit edfed1d91df2b2670a812ca9d1a1f9faae7dba47
65298 Author: Mike Frysinger <vapier@gentoo.org>
65299 Date:   Sat Feb 16 02:40:18 2008 -0500
65300
65301     easylogo: clean up some more and add -r (rgb) support
65302
65303     Michael Hennerich added support for outputting an image in RGB format rather
65304     than forcing YUYV all the time.  This makes obvious sense if the display you
65305     have takes RGB input rather than YUYV.
65306
65307     Rather than hack in support for options, I've converted it to use getopt and
65308     cleaned up the argument parsing in the process.
65309
65310     Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
65311     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
65312
65313 commit f65c98129ccada3f7caf97d80395a95b84e911de
65314 Author: Mike Frysinger <vapier@gentoo.org>
65315 Date:   Sat Feb 16 02:12:37 2008 -0500
65316
65317     Makefile: add target for $(LDSCRIPT)
65318
65319     If the $(LDSCRIPT) does not exist (normally it's board/$(BOARD)/u-boot.lds),
65320     then change into the board directory and try and create it.  This allows you
65321     to generate the linker script on the fly based upon board defines (like the
65322     Blackfin boards do).
65323
65324     There should be no regressions due to this change as the normal case is to
65325     already have a u-boot.lds file.  If that's the case, then there's nothing to
65326     generate, and so make will always exit.  The fix here is that if the linker
65327     script does not exist, the implicit rules take over and attempt to guess how
65328     to generate the file.
65329
65330     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
65331
65332 commit 5583cbf736474ef754e128a54fb78632f57b48fd
65333 Author: Marian Balakowicz <m8@semihalf.com>
65334 Date:   Thu Feb 21 17:27:49 2008 +0100
65335
65336     [new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmds
65337
65338     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
65339
65340 commit 2242f5369822bc7780db95c47985bb408ea9157b
65341 Author: Marian Balakowicz <m8@semihalf.com>
65342 Date:   Thu Feb 21 17:27:41 2008 +0100
65343
65344     [new uImage] Rename and move print_image_hdr() routine
65345
65346     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
65347
65348 commit f50433d670ec2ee9e96abac67cdc6e5e061a810d
65349 Author: Marian Balakowicz <m8@semihalf.com>
65350 Date:   Thu Feb 21 17:20:20 2008 +0100
65351
65352     [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines
65353
65354     Introducing routines for parsing new uImage format bootm arguments:
65355     [<addr>]#<conf>             - configuration specification
65356     [<addr>]:<subimg>   - subimage specification
65357
65358     New format images can contain multiple subimages of the same type. For example
65359     a single new format image file can contain three kernels, two ramdisks and a
65360     couple of FDT blobs. Subimage and configuration specifications are extensions
65361     to bootm (and other image-related commands) arguments' syntax that allow to
65362     specify which particular subimage should be operated on.
65363
65364     Subimage specification is used to denote a particular subimage. Configurations
65365     are a bit more complex -- they are used to define a particualr booting setup,
65366     for example a (kernel, fdt blob) pair, or a (kernel, ramdisk, fdt blob) tuple,
65367     etc.
65368
65369     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
65370
65371 commit fff888a1997ff7de9b29e24050fc4a0fd403ba16
65372 Author: Marian Balakowicz <m8@semihalf.com>
65373 Date:   Thu Feb 21 17:20:19 2008 +0100
65374
65375     [new uImage] Add gen_get_image() routine
65376
65377     This routine assures that image (whether legacy or FIT) is not
65378     in a special dataflash storage.
65379
65380     If image address is a dataflash address image is moved to system RAM.
65381
65382     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
65383
65384 commit 75d3e8fbd93c14d9929d024c75af2d742c76db70
65385 Author: Marian Balakowicz <m8@semihalf.com>
65386 Date:   Thu Feb 21 17:20:18 2008 +0100
65387
65388     [new uImage] Pull in libfdt if CONFIG_FIT is enabled
65389
65390     New uImage format (Flattened Image Tree) requires libfdt
65391     functionality, print out error message if CONFIG_OF_LIBFDT
65392     is not defined.
65393
65394     New uImage support is enabled by defining CONFIG_FIT (and CONFIG_OF_LIBFDT).
65395     This commit turns it on by default.
65396
65397     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
65398
65399 commit 1ba639da5604a64b3ed884a2cbb1c5414a9fa728
65400 Author: Michael Schwingen <michael@schwingen.org>
65401 Date:   Mon Feb 18 23:16:35 2008 +0100
65402
65403     CFI: Do not use uninitialized cmd_reset
65404
65405     Do not use uninitialized cmd_reset; issue both AMD and Intel reset
65406     commands instead
65407
65408     From a short test, it looks like AMD-style flash roms treat *any* unknown
65409     command write as a reset, at least when in CFI Query mode, so issuing the
65410     Intel reset command to AMD-style flashs seems safe (from the small sample I
65411     have), plus the 3-cycle magic sequence should kick the state machine into
65412     the right state even without a reset command. Since the AMD-style flashs
65413     require the unlock sequence for real operation, I chose to try the AMD reset
65414     command first, so that Intel flashs do no see an invalid command prior to
65415     the CFI query.
65416
65417     I have tested the patch on AM29LV320-style flashs from Fujitsu and Macronix,
65418     plus Intel StrataFlash.
65419
65420     Signed-off-by: Michael Schwingen <michael@schwingen.org>
65421     Signed-off-by: Stefan Roese <sr@denx.de>
65422
65423 commit e7a85f26830c9f2e78506421c2d519a2965bc7a1
65424 Author: Rafal Jaworowski <raj@semihalf.com>
65425 Date:   Thu Feb 21 11:56:44 2008 +0100
65426
65427     API: Add (c) and licensing notice to the public API header.
65428
65429     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
65430
65431 commit 928d1d77f8623c120d8763e20e1ca58df9c5c4c6
65432 Author: Yuri Tikhonov <yur@emcraft.com>
65433 Date:   Thu Feb 21 11:06:07 2008 +0100
65434
65435     Fix CPU POST test failure
65436
65437     The CPU POST test code (run from cpu_post_exec_31()) doesn't follow the
65438     ABI carefully, at least the CR3, CR4, and CR5 fields of CR are clobbered
65439     by it. The gcc-4.2 with its more aggressive optimization exposes this fact.
65440     This patch just saves the CR value before running the test code, so allowing
65441     it to do anything it wants with CR.
65442
65443     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
65444     Acked-by: Yuri Tikhonov <yur@emcraft.com>
65445     --
65446
65447 commit d5908b093955415f3d340706378b991f911af671
65448 Author: Jon Loeliger <jdl@freescale.com>
65449 Date:   Wed Feb 20 15:26:51 2008 -0600
65450
65451     8610HPCD: Document the flashbank selection switches.
65452
65453     Signed-off-by: Jon Loeliger <jdl@freescale.com>
65454
65455 commit a551cee99ad1d1da20fd23ad265de47448852f56
65456 Author: Jon Loeliger <jdl@freescale.com>
65457 Date:   Wed Feb 20 14:22:26 2008 -0600
65458
65459     86xx: Fix GUR PCI config registers properly.
65460
65461     Back in commit 975a083a5ef785c414b35f9c5b8ae25b26b41524 where
65462     I tried to "8610HPCD: Fix typos in two PCI setup registers", I
65463     botched it due to not realizing that 8610 and 8641 had different
65464     Global Utility Register defintions, one of which was like 85xx,
65465     and the other wasn't.  Correct this problem by introducing two
65466     symbols, one for each 86xx SoC, but neither of which is named
65467     anything like 85xx.
65468
65469     My bad.  Lovely Wednesday with git bisect.  You know.
65470
65471     Signed-off-by: Jon Loeliger <jdl@freescale.com>
65472
65473 commit cb06eb961bdffc8728b38c242473d802e83ab2b4
65474 Author: Jon Loeliger <jdl@freescale.com>
65475 Date:   Wed Feb 20 12:24:11 2008 -0600
65476
65477     8610HPCD: Don't use VIDEO/CFB_CONSOLE by default.
65478
65479     Without an actual supported video card hooked up, enabling
65480     the CONFIG_VIDEO by default just makes it look broken by
65481     routing all console output to the video card.   Don't.
65482
65483     Signed-off-by: Jon Loeliger <jdl@freescale.com>
65484
65485 commit 4d264eff4312f230776b913edade7ceb75f1b1e0
65486 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
65487 Date:   Wed Jan 30 15:08:15 2008 -0600
65488
65489     ColdFire: Fix missing code flash size for M5485EVB
65490
65491     Signed-off-by: James Mahan <kmahan@freescale.com>
65492     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
65493
65494 commit c54f9263e4e11e34b1e70c160bc467ef1d8ec59d
65495 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
65496 Date:   Wed Jan 30 15:04:42 2008 -0600
65497
65498     ColdFire: Fix 5282 and 5271 interrupt mask bit
65499
65500     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
65501
65502 commit 975a083a5ef785c414b35f9c5b8ae25b26b41524
65503 Author: Jon Loeliger <jdl@freescale.com>
65504 Date:   Tue Feb 19 12:31:08 2008 -0600
65505
65506     8610HPCD: Fix typos in two PCI setup registers.
65507
65508     The two symbols MPC86xx_PORDEVSR_IO_SEL and MPC86xx_PORBMSR_HA
65509     were erroneously present as 85xx names and values, leftover from
65510     the clone wars.  Fix this by removing the 85xx cruft from the
65511     86xx codebase.
65512
65513     Signed-off-by: Jon Loeliger <jdl@freescale.com>
65514
65515 commit 13f5433f700d4da9f6fdf2a4bb80310133a7c170
65516 Author: Jon Loeliger <jdl@freescale.com>
65517 Date:   Mon Feb 18 14:01:56 2008 -0600
65518
65519     86xx: Convert sbc8641d to use libfdt.
65520
65521     This is the proper fix for a missing closing brace in the function
65522     ft_cpu_setup() noticed by joe.hamman <at> embeddedspecialties.com.
65523     The ft_cpu_setup() function in mpc8641hpcn.c should have been
65524     removed earlier as it was under the obsolete CONFIG_OF_FLAT_TREE,
65525     but was missed.  Only, the sbc8641d was nominally still using it.
65526     It all got ripped out, and the funcality that was in ft_board_setup()
65527     was refactored to remove the CPU portions into the new file
65528     cpu/mpc86xx/fdt.c instead.  Make sbc8641d use this now.
65529
65530     Based loosely on an original patch from joe.hamman@embeddedspecialties.com
65531
65532     Signed-off-by: Jon Loeliger <jdl@freescale.com>
65533
65534 commit 04efddc87c50c84f85dad5c331c634a6ce830a83
65535 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65536 Date:   Sun Feb 17 23:35:31 2008 +0100
65537
65538     mpc86xx: Fix unused variable 'config' and 'immap'
65539
65540     and remove useless CONFIG_DDR_INTERLEAVE
65541
65542     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65543
65544 commit 83d1b3876695c4f21faff2b731d9ef83f38ed208
65545 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65546 Date:   Sun Feb 17 23:03:36 2008 +0100
65547
65548     mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law'
65549
65550     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65551
65552 commit b6f29c84c208a091f95a10cbc9852d729659ba20
65553 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65554 Date:   Sun Feb 17 14:15:31 2008 +0100
65555
65556     s3c24x0: Fix unused variable 'i' in function 'serial_init_dev'
65557
65558     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65559
65560 commit 0937b8d869fdb42d6ad4fe312958639bd62c973f
65561 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65562 Date:   Sun Feb 17 14:15:32 2008 +0100
65563
65564     pxa: fix assignment from incompatible pointer type
65565
65566     fix mmc_bread function prototype
65567
65568     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65569
65570 commit 64d792063fff90b8118179b092feee09fe5cae13
65571 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65572 Date:   Sun Feb 17 14:15:30 2008 +0100
65573
65574     at91cap9adk: fix implicit declaration of function 'eth_init'
65575
65576     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65577
65578 commit 375c4353db8f900f7ec772e26fab116ec00f7d3a
65579 Author: Wolfgang Denk <wd@denx.de>
65580 Date:   Sun Feb 17 15:43:44 2008 +0100
65581
65582     Remove files added by mistake, update CHANGELOG.
65583
65584     Signed-off-by: Wolfgang Denk <wd@denx.de>
65585
65586 commit b738654d3c84a30f2bfd9a8d7652ff20807c890c
65587 Author: Mike Nuss <mike@terascala.com>
65588 Date:   Wed Feb 6 11:10:11 2008 -0500
65589
65590     PPC440EPx: Optionally enable second I2C bus
65591
65592     The option CONFIG_I2C_MULTI_BUS does not have any effect on Sequoia, the
65593     PPC440EPx reference platform, because IIC1 is never enabled. Add Sequoia board
65594     code to turn on IIC1 if CONFIG_I2C_MULTI_BUS is selected.
65595
65596     Signed-off-by: Mike Nuss <mike@terascala.com>
65597     Cc: Stefan Roese <sr@denx.de>
65598
65599 commit ef5b4f221c22d05770878513951745f236b5b43f
65600 Author: Niklaus Giger <niklaus.giger@netstal.com>
65601 Date:   Tue Feb 5 10:26:44 2008 +0100
65602
65603     ppc4xx: HCU4/5. Cleanup configs
65604
65605     - hcu4.h: Removed define of CONFIG_PPC405GPr
65606     - Corrected phy addresses
65607     - Fix boot variables
65608     - Respect line length of 80 chars
65609
65610     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
65611
65612 commit 74973126d1be63ac75bdc192f46234dca3a7c421
65613 Author: Niklaus Giger <niklaus.giger@netstal.com>
65614 Date:   Tue Feb 5 11:31:28 2008 +0100
65615
65616     ppc4xx: HCU4/5. Cleanups
65617
65618     - Fix some coding style violations.
65619     - Use in/out_u16/32 where appropriate.
65620     - Use register names from ppc405.h.
65621     - Fix trace useage for Lauterbach.
65622     - Remove obsolete generation HCU2.
65623     - Renamed fixed_hcu4_sdram to init_ppc405_sdram.
65624
65625     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
65626
65627 commit 8cc10d06b833ed917a19ad358c8ebbed8bc19555
65628 Author: Niklaus Giger <niklaus.giger@netstal.com>
65629 Date:   Tue Feb 5 10:26:41 2008 +0100
65630
65631     ppc4xx: PPC405GPr fix missing register definitions
65632
65633     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
65634
65635 commit 214398d9cb22268d9d4f7563359edca0f78297a2
65636 Author: Larry Johnson <lrj@acm.org>
65637 Date:   Fri Jan 18 21:49:05 2008 -0500
65638
65639     ppc4xx: Beautify configuration files for Sequoia and Korat boards
65640
65641     Signed-off-by: Larry Johnson <lrj@acm.org>
65642
65643 commit 30c6a241e88499f536e86d325759e29ba00ff67f
65644 Author: Anatolij Gustschin <agust@denx.de>
65645 Date:   Fri Feb 15 20:09:01 2008 +0100
65646
65647     Wipe out assembler warnings while compiling x86 biosemu
65648
65649     This patch tries to get rid of some assembler warnings about
65650     changed .got2 section type while compiling x86 bios emulator
65651     code.
65652
65653     Signed-off-by: Anatolij Gustschin <agust@denx.de>
65654
65655 commit 67a4389e39ad853d65b72e2b7cad15c7e8291147
65656 Author: Wolfgang Denk <wd@denx.de>
65657 Date:   Fri Feb 15 00:57:09 2008 +0100
65658
65659     Prepare v1.3.2-rc1 release candidate
65660
65661 commit f33e9653c9c09868995d788511d573771c209fe5
65662 Author: Anatolij Gustschin <agust@denx.de>
65663 Date:   Fri Feb 15 00:13:20 2008 +0100
65664
65665     Fix compile warning on lib_ppc/board.c
65666
65667     Signed-off-by: Anatolij Gustschin <agust@denx.de>
65668
65669 commit e5c6f9f8bec4dff9603419161e3a15cc8ad5d5f4
65670 Author: Anatolij Gustschin <agust@denx.de>
65671 Date:   Thu Feb 14 18:22:04 2008 +0100
65672
65673     Add Radeon Mobility 9200 pci device id to the radeon driver
65674
65675     This patch extends PCI device id table of the
65676     radeon driver so that the driver will also support
65677     Radeon Mobility 9200 (M9+) based boards.
65678
65679     Signed-off-by: Anatolij Gustschin <agust@denx.de>
65680
65681 commit 1b8607e1f7143548c6062c28371449ec69588c00
65682 Author: Anatolij Gustschin <agust@denx.de>
65683 Date:   Thu Feb 14 18:19:50 2008 +0100
65684
65685     Extend ATI Radeon driver to support more video modes
65686
65687     Adds ATI Radeon 9200 support for 1280x1024, 1024x768,
65688     800x600, 640x480 at 24, 16 and 8 bpp.
65689
65690     Signed-off-by: Anatolij Gustschin <agust@denx.de>
65691
65692 commit 4124382de029d361162a4b8cecc773eb8f26e2a8
65693 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65694 Date:   Sun Feb 10 17:05:20 2008 +0100
65695
65696     xsengine: fix typo and few coding style
65697
65698     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65699
65700 commit 6f4abee789b6d9be3ec4b97ad48f509355559e9e
65701 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
65702 Date:   Fri Feb 8 21:25:58 2008 +0100
65703
65704     Fix wrong memory limit calculation in memory-test
65705
65706     If the length of the memory address range passed to the "mtest" command is
65707     not of the form 2^x - 1, not all address lines are tested. This bug is
65708     inherited from the original software at
65709     http://www.netrino.com/Embedded-Systems/How-To/Memory-Test-Suite-C. Fix
65710     this.
65711
65712     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
65713
65714 commit 7e30f5eac7f07082a7ca77b7d91b944a8d0af6db
65715 Author: Wolfgang Denk <wd@denx.de>
65716 Date:   Fri Feb 15 00:11:39 2008 +0100
65717
65718     Coding STyle cleanup.
65719
65720     Signed-off-by: Wolfgang Denk <wd@denx.de>
65721
65722 commit f6921e3dc331293c873ec4d109fd5517a42a90b3
65723 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
65724 Date:   Tue Feb 5 13:30:43 2008 +0900
65725
65726     sh: Fix register address of SH7722
65727
65728     The address of SH7722 is wrong by old document.
65729     This patch fixes this problem.
65730
65731     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
65732
65733 commit 0ec7a061fb1c277f6afd73d61dd71bd21e7ef7b2
65734 Author: Mike Frysinger <vapier@gentoo.org>
65735 Date:   Mon Feb 4 17:44:23 2008 -0500
65736
65737     only update version header as needed
65738
65739     Constantly rebuilding the version header will force useless relinking, so we
65740     simply need to compare the new header with the existing one before updating
65741     it.
65742
65743     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
65744
65745 commit 208447f8e953f347425eb92c8e28d59e6d911363
65746 Author: Mike Frysinger <vapier@gentoo.org>
65747 Date:   Mon Jan 28 05:56:19 2008 -0500
65748
65749     Do not specify a CROSS_COMPILE default when executing size
65750
65751     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
65752
65753 commit 1f780aa6f17a5d79791d69ec1d2f66d76ac45d8e
65754 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
65755 Date:   Wed Feb 13 11:19:19 2008 +0100
65756
65757     Fix return value of mtest when CFG_ALT_MEMTEST set
65758
65759     Fix a missing return statement from a non-void function.
65760
65761     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
65762
65763 commit 943afa229cf5bf70ef917c7eb6bd0db59a1ba602
65764 Author: Timur Tabi <timur@freescale.com>
65765 Date:   Wed Jan 9 14:35:26 2008 -0600
65766
65767     85xx, 86xx: Determine I2C clock frequencies and store in global_data
65768
65769     Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx.
65770
65771     Update the get_clocks() function in 85xx and 86xx to determine the I2C
65772     clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk.
65773
65774     Signed-off-by: Timur Tabi <timur@freescale.com>
65775
65776 commit b931b3a9c3bdfaaeaa71e57a6026eec726005b08
65777 Author: Wolfgang Denk <wd@denx.de>
65778 Date:   Thu Feb 14 23:18:01 2008 +0100
65779
65780     TQM834x: clean up configuration
65781
65782     Get board name consistent with Linux and elsewhere;
65783     get rid of local network definitions etc.
65784
65785     Signed-off-by: Wolfgang Denk <wd@denx.de>
65786
65787 commit 38cc09c55b1d7f233789052c6fc462e5377669a9
65788 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65789 Date:   Thu Feb 14 08:02:12 2008 +0100
65790
65791     TFTP: fix search of ':' in BootFile
65792
65793     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
65794
65795 commit 0bc9efada170096c6b273f19165e32936d330d80
65796 Author: Wolfgang Denk <wd@denx.de>
65797 Date:   Thu Feb 14 22:46:55 2008 +0100
65798
65799     Coding style cleanup; update CHANGELOG.
65800
65801     Signed-off-by: Wolfgang Denk <wd@denx.de>
65802
65803 commit e7670f6c1e52ae6d2a43ff75a8bcfa7a5c86e47b
65804 Author: Wolfgang Denk <wd@denx.de>
65805 Date:   Thu Feb 14 22:43:22 2008 +0100
65806
65807     PPC: Use r2 instead of r29 as global data pointer
65808
65809     R29 was an unlucky choice as with recent toolchains (gcc-4.2.x) gcc
65810     will refuse to use load/store multiple insns; instead, it issues a
65811     list of simple load/store instructions upon function entry and exit,
65812     resulting in bigger code size, which in turn makes the build for a
65813     few boards fail.
65814
65815     Use r2 instead.
65816
65817     Signed-off-by: Wolfgang Denk <wd@denx.de>
65818
65819 commit 3c234efa693bc59906c2be55c7918ecbb55392ea
65820 Author: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
65821 Date:   Wed Jan 30 09:08:49 2008 +0100
65822
65823     ARM: make the machid configurable via the environment
65824
65825     If the variable "machid" exists, let do_bootm_linux use that instead
65826     of bd->bi_arch_number.
65827
65828     Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
65829
65830 commit dd24058407c5add45cc60aec6c757ddc1a17e1b0
65831 Author: Vlad Lungu <vlad@comsys.ro>
65832 Date:   Wed Jan 23 16:34:46 2008 +0200
65833
65834     Use #ifdef CONFIG_FSLDMAFEC
65835
65836     MCD_tasks.c lacks [subject] so compilation of mips targets (and more, probably)
65837     fails
65838
65839     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
65840
65841 commit 26c7bab81e08dc7bd696c48f753428a829629bd8
65842 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
65843 Date:   Sat Jan 19 10:25:59 2008 +0900
65844
65845     common/miiphyutil.c: Cleanup MII_DEBUG and debug()
65846
65847     Current MII_DEBUG is confusing in two ways. One is useless define-then-
65848     undef at the top of the file. The other is there is only one debug() in
65849     this file, and that doesn't seem worthwhile to bother having MII_DEBUG.
65850     While there are many useful printf()/puts() debug codes, but they are for
65851     DEBUG, not for MII_DEBUG.
65852
65853     This patch tries to put them all together into MII_DEBUG and debug().
65854
65855     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
65856
65857 commit 751b9b5189f3274b03c809172631316d6b002c82
65858 Author: Kyungmin Park <kmpark@infradead.org>
65859 Date:   Thu Jan 17 16:43:25 2008 +0900
65860
65861     OneNAND Initial Program Loader (IPL) support
65862
65863     This patch enables the OneNAND boot within U-Boot.
65864     Before this work, we used another OneNAND IPL called X-Loader based
65865     on open source. With this work, we can build the oneboot.bin image
65866     without other program.
65867
65868     The build sequence is simple.
65869     First, it compiles the u-boot.bin
65870     Second, it compiles OneNAND IPL
65871     Finally, it becomes the oneboot.bin from OneNAND IPL and u-boot.bin
65872     The mechanism is similar with NAND boot except it boots from itself.
65873
65874     Another thing is that you can only use the OneNAND IPL only to work
65875     other bootloader such as RedBoot and so on.
65876
65877     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
65878
65879 commit 21f6f9636f0e978397548751347425fbf8d42bb3
65880 Author: Andy Fleming <afleming@freescale.com>
65881 Date:   Wed Jan 16 13:06:59 2008 -0600
65882
65883     Fix CONFIG_MMC usage in fat code
65884
65885     A #if statement in fat.c depended on CONFIG_MMC, instead of
65886     defined(CONFIG_MMC).  This meant CONFIG_MMC needed to be defined
65887     as "1" rather than just defined.  Now it's better.
65888
65889     Signed-off-by: Andy Fleming <afleming@freescale.com>
65890
65891 commit f57d7d364ce189e39b0a64338d2f8012c074a2bd
65892 Author: Rafal Jaworowski <raj@semihalf.com>
65893 Date:   Tue Jan 15 12:52:31 2008 +0100
65894
65895     ppc: Refactor cache routines, so there is only one common set.
65896
65897     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
65898
65899 commit 3f2ac8f928c76cbd2374437b2d079f8b4324aaba
65900 Author: Jon Loeliger <jdl@jdl.com>
65901 Date:   Wed Jan 23 15:55:02 2008 -0600
65902
65903     86xx: Fix compilation warning in sys_eprom.c
65904
65905     sys_eeprom.c:82:9: warning: unknown escape sequence '\/'
65906
65907     Signed-off-by: Jon Loeliger <jdl@freescale.com>
65908
65909 commit 65230107025733e89e28fd5e5cfd916d4953c28a
65910 Author: Haavard Skinnemoen <hskinnemoen at>
65911 Date:   Fri Feb 22 11:40:50 2008 +0000
65912
65913     Move AT91RM9200DK board support under board/atmel
65914
65915     We already have a vendor subdir for Atmel, so we should use it.
65916
65917     Signed-off-by: Haavard Skinnemoen <hskinnemoen <at> atmel.com>
65918
65919 commit 6d0943a6be99977d6d853d51749e9963d68eb192
65920 Author: Andreas Engel <andreas.engel@ericsson.com>
65921 Date:   Mon Jan 14 09:06:52 2008 +0000
65922
65923     ARM: cleanup duplicated exception handlingcode
65924
65925     Move duplicated exception handling code into lib_arm.
65926
65927     Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
65928
65929 commit ea8d989f4ef8203e1c0291e62435a8c62e3cfb29
65930 Author: Timo Tuunainen <timo.tuunainen@sysart.fi>
65931 Date:   Fri Feb 1 10:09:03 2008 +0000
65932
65933     Support for Artila M-501 starter kit
65934
65935     Kimmo Leppala / Sysart and
65936     Timo Tuunainen / Sysart
65937
65938 commit 9604b6e53ddae4fe00a488cbcd6b0e6cb344bccc
65939 Author: Stelian Pop <stelian@popies.net>
65940 Date:   Mon Feb 11 10:50:19 2008 +0000
65941
65942     AT91CAP9 support
65943
65944     ---------------------------------
65945
65946     read_dataflash() takes a signed char pointer as a parameter. Silence a
65947     few warnings dues to incorrect parameter types in env_dataflash.c.
65948
65949     Signed-off-by: Stelian Pop <stelian@popies.net>
65950
65951 commit 64e8a06af68cda174a8a06d0a61fce5e5bb189d7
65952 Author: Stelian Pop <stelian@popies.net>
65953 Date:   Thu Feb 7 09:42:57 2008 +0000
65954
65955     AT91CAP9 support : move board files to Atmel vendor directory.
65956
65957     AT91CAP9 support : move at91cap9adk board files to Atmel vendor directory.
65958
65959     Signed-off-by: Stelian Pop <stelian@popies.net>
65960
65961 commit 7263ef191b87da94768f762c7093bedeb70db98f
65962 Author: Stelian Pop <stelian at>
65963 Date:   Thu Jan 3 21:15:56 2008 +0000
65964
65965     AT91CAP9 support : MACB changes
65966
65967     Signed-off-by: Stelian Pop <stelian <at> popies.net>
65968     Acked-by: Haavard Skinnemoen <hskinnemoen <at> atmel.com>
65969
65970 commit 6afcabf11d7321850f4feaadfee841488ace54c5
65971 Author: Stelian Pop <stelian@popies.net>
65972 Date:   Thu Feb 7 16:37:54 2008 +0000
65973
65974     AT91CAP9 support : board/ files
65975
65976     Signed-off-by: Stelian Pop <stelian@popies.net>
65977
65978 commit fefb6c10928caa9e71335cad64dcb65c83fce8ab
65979 Author: Stelian Pop <stelian at>
65980 Date:   Wed Jan 30 21:15:54 2008 +0000
65981
65982     AT91CAP9 support : cpu/ files
65983
65984     Signed-off-by: Stelian Pop <stelian <at> popies.net>
65985
65986 commit fa506a926cec348805143576c941f8e61b333cc0
65987 Author: Stelian Pop <stelian@popies.net>
65988 Date:   Thu Jan 31 21:15:53 2008 +0000
65989
65990     AT91CAP9 support : include/ files
65991
65992     Signed-off-by: Stelian Pop <stelian@popies.net>
65993
65994 commit 20b197c6f2799af399a68f96a1aff543a75621b8
65995 Author: Stelian Pop <stelian@popies.net>
65996 Date:   Sun Jan 20 19:49:21 2008 +0000
65997
65998     AT91CAP9 support : build integration
65999
66000     Signed-off-by: Stelian Pop <stelian@popies.net>
66001
66002 commit d49fe4bed5b69ec910909d1bd62da23ecd8801fd
66003 Author: Stelian Pop <stelian@popies.net>
66004 Date:   Sun Jan 20 21:07:00 2008 +0000
66005
66006     Improve DataFlash CS definition.
66007
66008     Use a structure instead of the error prone unnamed array to
66009     define the possible dataflash banks.
66010
66011     Signed-off-by: Stelian Pop <stelian@popies.net>
66012
66013 commit a6cdd21b56014208706238712a853a9e9a0a2290
66014 Author: Stelian Pop <stelian@popies.net>
66015 Date:   Sat Jan 19 21:09:35 2008 +0000
66016
66017     Fix arm926ejs compile when SKIP_LOWLEVEL_INIT is on
66018
66019     Fix arm926ejs compile when SKIP_LOWLEVEL_INIT is on.
66020
66021     cpu/arm926ejs/start.o: In function `cpu_init_crit':
66022     .../cpu/arm926ejs/start.S:227: undefined reference to `lowlevel_init'
66023
66024     Signed-off-by: Stelian Pop <stelian@popies.net>
66025
66026 commit ea686f52e45b3df2938866d3f5a98bb2556dfe2b
66027 Author: Peter Pearse <peter.pearse@arm.com>
66028 Date:   Fri Feb 1 16:50:24 2008 +0000
66029
66030     Fix timer overflow in DaVinci
66031     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
66032
66033 commit f4e7cbfcb0fcbc325a2bcfea7e00e3dd37f93846
66034 Author: Peter Pearse <peter.pearse@arm.com>
66035 Date:   Fri Feb 1 16:49:08 2008 +0000
66036
66037     Update board NetStar
66038     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
66039
66040 commit b7f6193e76651e1fd606e46eb11915b53cb6618b
66041 Author: Niklaus Giger <niklaus.giger@netstal.com>
66042 Date:   Tue Feb 5 10:26:42 2008 +0100
66043
66044     ppc4xx: HCU4/5. Fix make O=../xx
66045
66046     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
66047
66048 commit 29e3500cbc43c89eff6e720ca83e375deeecd9b3
66049 Author: Larry Johnson <lrj@acm.org>
66050 Date:   Tue Jan 22 08:51:59 2008 -0500
66051
66052     ppc4xx: Add CONFIG_4xx_DCACHE compile switch to Denali-core SPD code
66053
66054     Signed-off-by: Larry Johnson <lrj@acm.org>
66055
66056 commit fe891ecf4d187e9d11dde869ed4623af52b54451
66057 Author: Hiroshi Ito <ito@mlb.co.jp>
66058 Date:   Thu Jan 31 18:35:04 2008 +0900
66059
66060     NFS Timeout with large files.
66061
66062     Retry to send NFS packet before reaching timeout.
66063
66064     Signed-off-by: Hiroshi Ito <ito@mlb.co.jp>
66065
66066 commit 88f72527f5b89c0905ad5c36cc2ef8d29dd6bbf0
66067 Author: Johannes Stezenbach <js@sig21.net>
66068 Date:   Tue Jan 29 00:11:25 2008 +0100
66069
66070     Add dependencies to avoid race conditions with parallel make.
66071
66072     Signed-off-by: Johannes Stezenbach <js@sig21.net>
66073
66074 commit 6d1b6f9f89c815eaca44acff8e73ece7181f61b6
66075 Author: Mike Frysinger <vapier@gentoo.org>
66076 Date:   Mon Jan 28 05:46:01 2008 -0500
66077
66078     Mark board_init_[fr] as noreturn
66079
66080     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
66081
66082 commit 161b2af4d7b48fd602ce333c355a4df0337892bb
66083 Author: Mike Frysinger <vapier@gentoo.org>
66084 Date:   Mon Jan 28 05:28:50 2008 -0500
66085
66086     Only use TEXT_BASE if defined by the board
66087
66088     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
66089
66090 commit 1b769881750030f10743808b9d6013e11f559350
66091 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
66092 Date:   Fri Jan 25 07:54:47 2008 +0100
66093
66094     Fix remaining CONFIG_COMMANDS
66095
66096     update comments
66097     Fix coding style
66098
66099     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
66100
66101 commit 0c9d42e6b0b83d507335a291e3ea99240038f4b9
66102 Author: Niklaus Giger <niklaus.giger@netstal.com>
66103 Date:   Mon Jan 21 16:46:00 2008 +0100
66104
66105     Add *~ to .gitignore
66106
66107     One should never add a backup file ending in with ~ to the git repository.
66108
66109     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
66110
66111 commit 3cfb0c51b2bb5ede54eca85ace5b1ba12be314b0
66112 Author: Kumar Gala <galak@kernel.crashing.org>
66113 Date:   Thu Jan 17 00:02:10 2008 -0600
66114
66115     Remove duplicate defines for ARRAY_SIZE
66116
66117     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
66118
66119 commit c77ce474b1c57b13e9d36d9830f147966c143694
66120 Author: Stelian Pop <stelian@popies.net>
66121 Date:   Mon Jan 14 22:08:14 2008 +0100
66122
66123     Fix incorrect address test in AT91F_DataflashSelect().
66124
66125     Signed-off-by: Stelian Pop <stelian@popies.net>
66126
66127 commit d9ad115bbf7bb0842de7dbd2502b7e430f83cc3d
66128 Author: Kumar Gala <galak@kernel.crashing.org>
66129 Date:   Wed Feb 13 15:09:58 2008 -0600
66130
66131     Fix building of fdt_support.c if DEBUG set
66132
66133     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
66134
66135 commit ccd6e1464e5396bc1a9aebf7077ddf4342eafe03
66136 Author: Jon Loeliger <jdl@freescale.com>
66137 Date:   Tue Feb 12 14:53:28 2008 -0600
66138
66139     Add CFG_MPC86xx_DDR_ADDR and CFG_MPC86xx_DDR2_ADDR symbols
66140
66141     These replace direct structure references for IMMR sections.
66142
66143     Signed-off-by: Jon Loeliger <jdl@freescale.com>
66144
66145 commit c62776be8dca4097ca03d4f9415f08d4887b45d0
66146 Author: Wolfgang Denk <wd@denx.de>
66147 Date:   Tue Feb 12 00:45:06 2008 +0100
66148
66149     Get rid of "#undef DEBUG" from board config files.
66150
66151     Signed-off-by: Wolfgang Denk <wd@denx.de>
66152
66153 commit 73bf1e2de7862bcdbd5a9f993b3e84b67c8ea9c8
66154 Author: Timur Tabi <timur@freescale.com>
66155 Date:   Tue Jan 15 17:09:41 2008 -0600
66156
66157     Remove #undef DEBUG from MPC83xx board header files
66158
66159     Remove the "#undef DEBUG" line from all Freescale 83xx board header files.
66160     The inclusion of this line makes it impossible to enable debug code in
66161     other source files, because "#define DEBUG" typically needs to be defined
66162     before any header files are included.
66163
66164     Signed-off-by: Timur Tabi <timur@freescale.com>
66165
66166 commit 69018ce2e086e9caf35b914d675b82bc4888f077
66167 Author: Kumar Gala <galak@kernel.crashing.org>
66168 Date:   Thu Jan 17 08:25:45 2008 -0600
66169
66170     QE: Move FDT support into a common file
66171
66172     Move the flat device tree setup for QE related devices into
66173     a common file shared between 83xx & 85xx platforms that have QE's.
66174
66175     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
66176
66177 commit 5cf746c303710329f8040d9c62ee354313e3e91f
66178 Author: Marian Balakowicz <m8@semihalf.com>
66179 Date:   Thu Jan 31 13:59:09 2008 +0100
66180
66181     [new uImage] Move kernel data find code to get_kernel() routine
66182
66183     Verification of the kernel image (in old format) and finding kernel
66184     data is moved to a dedicated routine. The routine will also hold
66185     support for, to be added, new image format.
66186
66187     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
66188
66189 commit 7b325454fd231d4273de3fe373850f777fb086bf
66190 Author: Marian Balakowicz <m8@semihalf.com>
66191 Date:   Thu Jan 31 13:58:20 2008 +0100
66192
66193     [new uImage] Cleanup FDT handling in PPC do_boot_linux()
66194
66195     Move FDT blob finding and relocation to a dedicated
66196     get_fdt() routine. It increases code readability and
66197     will make adding support for new uImage format easier.
66198
66199     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
66200
66201 commit b6b0fe6460b7063ac60b9a3531ef210aedb31451
66202 Author: Marian Balakowicz <m8@semihalf.com>
66203 Date:   Thu Jan 31 13:58:13 2008 +0100
66204
66205     [new uImage] Cleanup do_botm_linux() boot allocations
66206
66207     This patch moves common pre-boot allocation steps shared between PPC
66208     and M68K to a helper routines:
66209
66210     common:
66211     - get_boot_sp_limit()
66212     - get_boot_cmline()
66213     - get_boot_kbd()
66214
66215     platform:
66216     - set_clocks_in_mhz()
66217
66218     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
66219
66220 commit ceaed2b1e54ebf14d600e02fef016c8df5cc4d40
66221 Author: Marian Balakowicz <m8@semihalf.com>
66222 Date:   Thu Jan 31 13:57:17 2008 +0100
66223
66224     [new uImage] Move ramdisk loading to a common routine
66225
66226     Ramdisk loading code, including initrd_high variable handling,
66227     was duplicated for PPC and M68K platforms. This patch creates
66228     common helper routine that is being called from both platform
66229     do_bootm_linux() routines.
66230
66231     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
66232
66233 commit 68d4f05e6b2383a442fb71f80f2a9fbb3d8def68
66234 Author: Marian Balakowicz <m8@semihalf.com>
66235 Date:   Thu Jan 31 13:55:53 2008 +0100
66236
66237     [new uImage] Removed dead ramdisk code on microblaze architectures
66238
66239     Microblaze do_bootm_linux() includes ramdisk processing code but
66240     the ramdisk does not get used anywhere later on.
66241
66242     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
66243
66244 commit 5ad03eb3854c162684222a718b44c0716ea0db03
66245 Author: Marian Balakowicz <m8@semihalf.com>
66246 Date:   Thu Jan 31 13:55:39 2008 +0100
66247
66248     [new uImage] Factor out common image_get_ramdisk() routine
66249
66250     Architecture specific do_bootm_linux() routines share common
66251     ramdisk image processing code. Move this code to a common
66252     helper routine.
66253
66254     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
66255
66256 commit d3c5eb6dd1f4ed3c3388386cf1d1bf82aa51d56b
66257 Author: Marian Balakowicz <m8@semihalf.com>
66258 Date:   Thu Jan 31 13:20:08 2008 +0100
66259
66260     [new uImage] Move FDT error printing to common fdt_error() routine
66261
66262     FDT error handling in PPC do_bootm_linux() shares the same message format.
66263     This patch moves error message printing to a helper fdt_error() routine.
66264
66265     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
66266     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
66267
66268 commit 42b73e8ee00d48004791dea64b8093fb974c57e1
66269 Author: Marian Balakowicz <m8@semihalf.com>
66270 Date:   Thu Jan 31 13:20:07 2008 +0100
66271
66272     [new uImage] Factor out common routines for getting os/arch/type/comp names
66273
66274     Move numeric-id to name translation for image os/arch/type/comp header
66275     fields to a helper routines: image_get_os_name(), image_get_arch_name(),
66276     image_get_type_name(), image_get_comp_name().
66277
66278     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
66279
66280 commit e99c26694a384221d336f6448c06a57479c0baa4
66281 Author: Marian Balakowicz <m8@semihalf.com>
66282 Date:   Thu Jan 31 13:20:07 2008 +0100
66283
66284     [new uImage] Remove standalone applications handling from boootm
66285
66286     Standalone applications are supposed to be run using the "go" command.
66287     This patch removes standalone images handling from the do_bootm().
66288
66289     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
66290
66291 commit 4a2ad5ff6400698433dd7203d34939c3c9cc9bff
66292 Author: Marian Balakowicz <m8@semihalf.com>
66293 Date:   Thu Jan 31 13:20:07 2008 +0100
66294
66295     [new uImage] Remove OF_FLAT_TREE support from PPC bootm code
66296
66297     Support for OF_FLAT_TREE is to be obsoleted in the near future,
66298     remove related code from the bootm routines.
66299
66300     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
66301
66302 commit 82850f3d32a2661868ec6876bed7a22c55cef718
66303 Author: Marian Balakowicz <m8@semihalf.com>
66304 Date:   Thu Jan 31 13:20:06 2008 +0100
66305
66306     [new uImage] Use image API in SH do_bootm_linux() routine
66307
66308     Introduce image handling API for lately added Hitachi SH architecture.
66309
66310     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
66311
66312 commit 4a995edec1ac163d9326d143ffe2b47e7543407f
66313 Author: Marian Balakowicz <m8@semihalf.com>
66314 Date:   Thu Jan 31 13:20:06 2008 +0100
66315
66316     [new uImage] Rename architecture specific bootm code files
66317
66318     Implementation of the do_bootm_linux() and other bootm helper routines is
66319     architecture specific code. As such it resides in lib_<arch> directories
66320     in files named <arch>_linux.c
66321
66322     This patch renames those files to a more clear and accurate
66323     lib_<arch>/bootm.c form.
66324
66325     List of the renamed files:
66326        lib_arm/armlinux.c -> lib_arm/bootm.c
66327        lib_avr32/avr32_linux.c -> lib_avr32/bootm.c
66328        lib_blackfin/bf533_linux.c -> lib_blackfin/bootm.c
66329        lib_i386/i386_linux.c -> lib_i386/bootm.c
66330        lib_m68k/m68k_linux.c -> lib_m68k/bootm.c
66331        lib_microblaze/microblaze_linux.c -> lib_microblaze/bootm.c
66332        lib_mips/mips_linux.c -> lib_mips/bootm.c
66333        lib_nios/nios_linux.c -> lib_nios/bootm.c
66334        lib_nios2/nios_linux.c -> lib_nios2/bootm.c
66335        lib_ppc/ppc_linux.c -> lib_ppc/bootm.c
66336        lib_sh/sh_linux.c -> lib_sh/bootm.c
66337
66338     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
66339
66340 commit 7582438c285bf0cef82909d0f232de64ec567a8a
66341 Author: Marian Balakowicz <m8@semihalf.com>
66342 Date:   Thu Jan 31 13:20:06 2008 +0100
66343
66344     [new uImage] Return error on image move/uncompress overwrites
66345
66346     Check for overwrites during image move/uncompress, return with error
66347     when the original image gets corrupted. Report clear message to the user
66348     and prevent further troubles when pointer to the corrupted images is passed
66349     to do_bootm_linux routine.
66350
66351     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
66352
66353 commit f13e7b2e993c61fed1f607962501e051940d6e80
66354 Author: Marian Balakowicz <m8@semihalf.com>
66355 Date:   Tue Jan 8 18:12:17 2008 +0100
66356
66357     [new uImage] Cleanup image header pointer use in bootm code
66358
66359     - use single image header pointer instead of a set of auxilliary variables.
66360     - add multi component image helper routines: get component size/data address
66361
66362     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
66363
66364 commit 1ee1180b6e93e56d0282ac8d943e448e9d0eab20
66365 Author: Marian Balakowicz <m8@semihalf.com>
66366 Date:   Tue Jan 8 18:17:10 2008 +0100
66367
66368     [new uImage] Cleanup cmd_bootm.c
66369
66370     - sort and cleanup headers, declarations, etc.
66371     - group related routines
66372     - cleanup indentation, white spaces
66373
66374     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
66375
66376 commit af13cdbc01eaf88880978bfb4f603e012818ba24
66377 Author: Marian Balakowicz <m8@semihalf.com>
66378 Date:   Tue Jan 8 18:11:45 2008 +0100
66379
66380     [new uImage] Add memmove_wd() common routine
66381
66382     Move common, watchdog sensible memmove code to a helper memmmove_wd() routine.
66383
66384     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
66385
66386 commit 958fc48abddeab513ea4847e34f22a2e9fe67fe1
66387 Author: Marian Balakowicz <m8@semihalf.com>
66388 Date:   Tue Jan 8 18:11:44 2008 +0100
66389
66390     [new uImage] Fix FDT header verification in PPC do_boot_linux() routine
66391
66392     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
66393
66394 commit 15158971f49255ccef54f0979a942cfd3de2ae52
66395 Author: Marian Balakowicz <m8@semihalf.com>
66396 Date:   Tue Jan 8 18:11:44 2008 +0100
66397
66398     [new uImage] Fix uImage header pointer use in i386 do_bootm_linux()
66399
66400     Use image header copy instead of a (possibly corrupted) pointer to
66401     a initial image location.
66402
66403     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
66404
66405 commit 261dcf4624b25f3c551efcf8634e9194fabba9c3
66406 Author: Marian Balakowicz <m8@semihalf.com>
66407 Date:   Tue Jan 8 18:11:44 2008 +0100
66408
66409     [new uImage] Remove I386 uImage fake_header() routine
66410
66411     I386 targets are not using a uImage format, instead fake header
66412     is added to ram image before it is further processed by bootm.
66413
66414     Remove this fixup and force proper uImage use for I386.
66415
66416     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
66417
66418 commit 559316faf7eae0614c91d77f509b57d6c4c091ba
66419 Author: Marian Balakowicz <m8@semihalf.com>
66420 Date:   Tue Jan 8 18:11:44 2008 +0100
66421
66422     [new uImage] Move CHUNKSZ definition to image.h
66423
66424     CHUNKSZ defined for PPC and M68K is set to the same value of 64K,
66425     move this definition to a common header.
66426
66427     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
66428
66429 commit 321359f20823e0b8c5ad38b64d007a6c48cda16e
66430 Author: Marian Balakowicz <m8@semihalf.com>
66431 Date:   Tue Jan 8 18:11:43 2008 +0100
66432
66433     [new uImage] Move gunzip() common code to common/gunzip.c
66434
66435     Move gunzip(), zalloc() and zfree() to a separate file.
66436     Share zalloc() and zfree() with cramfs uncompress routine.
66437
66438     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
66439
66440 commit d45d5a18b6b36688f2365623f9d550566c664b5b
66441 Author: Marian Balakowicz <m8@semihalf.com>
66442 Date:   Tue Jan 8 18:11:43 2008 +0100
66443
66444     [new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux()
66445
66446     Make CONFIG_OF_LIBFDT and CONFIG_OF_FLAT_TREE use more
66447     readable in PPC variant of do_bootm_linux() routine.
66448
66449     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
66450
66451 commit 5d3cc55ecbae277e08f5ff771da20b1d6a36ec36
66452 Author: Marian Balakowicz <m8@semihalf.com>
66453 Date:   Tue Jan 8 18:11:43 2008 +0100
66454
66455     [new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.c
66456
66457     PPC implementation of do_bootm_linux() routine is moved to
66458     a dedicated file lib_ppc/ppc_linux.c
66459
66460     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
66461
66462 commit b97a2a0a21f279d66de8a9bdbfe21920968bcb1c
66463 Author: Marian Balakowicz <m8@semihalf.com>
66464 Date:   Tue Jan 8 18:14:09 2008 +0100
66465
66466     [new uImage] Define a API for image handling operations
66467
66468     - Add inline helper macros for basic header processing
66469     - Move common non inline code common/image.c
66470     - Replace direct header access with the API routines
66471     - Rename IH_CPU_* to IH_ARCH_*
66472
66473     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
66474
66475 commit ed29bc4e8142b46b626f67524207b36e43d9aad6
66476 Author: Marian Balakowicz <m8@semihalf.com>
66477 Date:   Thu Jan 31 13:19:58 2008 +0100
66478
66479     Add missing cmd_ximg.o to common/Makefile
66480
66481     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
66482
66483 commit 37e3c62fa07a823e7569c872e3a9395d227ed8e3
66484 Author: Grzegorz Bernacki <gjb@semihalf.com>
66485 Date:   Mon Jan 28 10:15:02 2008 +0100
66486
66487     ADS5121e: DDR2 init/timing update.
66488
66489     Signed-off-by: John Rigby <jrigby@freescale.com>
66490     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
66491
66492 commit ac9152830d7fdebace8a260b7737ef2870c21ca0
66493 Author: John Rigby <jrigby@freescale.com>
66494 Date:   Wed Jan 30 13:36:57 2008 -0700
66495
66496     Device tree updates
66497
66498     Changes to match 5121 device tree going mainline in 2.6.25.
66499
66500     Change OF_SOC from "soc5121" to plain "soc".
66501     Remove unneeded "ref-frequency" fixups.
66502     Remove "address" enetaddr fixup.
66503
66504     Add bus-frequency fixup for old OF_SOC so old
66505     kernels with old device trees will work with new
66506     u-boot with 66MHz IPS clock
66507
66508     Signed-off-by: John Rigby <jrigby@freescale.com>
66509
66510 commit de55d18df3ff2ea614624e74793de7c43520e0e7
66511 Author: John Rigby <jrigby@freescale.com>
66512 Date:   Wed Jan 30 13:36:56 2008 -0700
66513
66514     Change IPS freq to 66MHz
66515
66516     Recommended frequency is 66MHz
66517     Change divider from 4 to 3.
66518
66519     Signed-off-by: John Rigby <jrigby@freescale.com>
66520
66521 commit cd9cb62f9d8b78d6c3af5d1e9b5a3d68a3d73974
66522 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
66523 Date:   Mon Jan 14 22:38:55 2008 +0100
66524
66525     xsengine: rename board_post_init to board_late_init
66526
66527     missing migration from "Cleanup of some init functions"
66528     in c837dcb1a316745092567bfe4fb266d0941884ff
66529
66530     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
66531
66532 commit 8dafa87476b0d7170e219c2f5e3842c833a91807
66533 Author: Larry Johnson <lrj@acm.org>
66534 Date:   Sat Jan 12 23:35:33 2008 -0500
66535
66536     Add attribute POST_PREREL to ECC memory POST
66537
66538     Signed-off-by: Larry Johnson <lrj@acm.org>
66539
66540 commit ed2cf548cac80cd3cf8154dcfe7b2685bef45938
66541 Author: Kumar Gala <galak@kernel.crashing.org>
66542 Date:   Thu Jan 17 08:25:45 2008 -0600
66543
66544     QE: Move FDT support into a common file
66545
66546     Move the flat device tree setup for QE related devices into
66547     a common file shared between 83xx & 85xx platforms that have QE's.
66548
66549     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
66550
66551 commit d38da537943cd36356b9d3d9d9b60533554b81d8
66552 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
66553 Date:   Wed Jan 23 17:20:14 2008 +0100
66554
66555     AVR32: Make SDRAM refresh rate configurable
66556
66557     The existing code assumes the SDRAM row refresh period should always
66558     be 15.6 us. This is not always true, and indeed on the ATNGW100, the
66559     refresh rate should really be 7.81 us.
66560
66561     Add a refresh_period member to struct sdram_info and initialize it
66562     properly for both ATSTK1000 and ATNGW100. Out-of-tree boards will
66563     panic() until the refresh_period member is updated properly.
66564
66565     Big thanks to Gerhard Berghofer for pointing out this issue.
66566
66567     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
66568
66569 commit 61151cccb660cdb06a07fb283de6089913d7bde0
66570 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
66571 Date:   Thu Apr 19 10:10:11 2007 +0200
66572
66573     ATSTK1000: Fix potential flash programming bug
66574
66575     The (now obsolete) atngw100 flash programming code was having problems
66576     programming the onboard at49bv642 chip. The atstk1000 flash
66577     programming code may have the same bug, so import fix for this problem
66578     from the AVR32 Linux BSP.
66579
66580     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
66581
66582 commit b2e1d5b64469f10dfcce27f7b0afd935684a8e11
66583 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
66584 Date:   Thu Nov 22 17:04:13 2007 +0100
66585
66586     ATSTK1004: Fix comment about default load address
66587
66588     The default load address is SDRAM + 2MB, not SDRAM + 4MB. The latter
66589     wouldn't have worked anyway since the board can only access 4MB of
66590     SDRAM.
66591
66592     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
66593
66594 commit 8269ab53608d8db2aa06969c337ab0b0518211e5
66595 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
66596 Date:   Thu Nov 22 17:01:24 2007 +0100
66597
66598     ATSTK1002: Use SDRAM + 4MB as default load address
66599
66600     Many people run into problems when they compile a big kernel and load
66601     the uImage at the default SDRAM + 2MB address as the kernel will
66602     overwrite the uImage as it is being unpacked. Increase the default
66603     load address so that we can load a 4MB kernel image without any
66604     problems.
66605
66606     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
66607
66608 commit 2bcacc2d841b77f3d2d3910db722003742727e9f
66609 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
66610 Date:   Thu Nov 22 16:51:39 2007 +0100
66611
66612     ATNGW100: Fix default mtest range
66613
66614     Let mtest cover the whole SDRAM except the last megabyte, which is
66615     where u-boot lives.
66616
66617     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
66618
66619 commit 9856a6b3104e0bc210b0868dfe691c52bf03c227
66620 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
66621 Date:   Tue Jan 22 15:31:56 2008 +0900
66622
66623     sh: Fix register address of SH7722.
66624
66625     The address of SH7722 is wrong by old document.
66626     This patch fixes this problem.
66627
66628     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
66629
66630 commit 30942b18b66f35f2ceedab39af10e9eccaa943cc
66631 Author: Mike Frysinger <vapier@gentoo.org>
66632 Date:   Mon Feb 4 19:26:57 2008 -0500
66633
66634     new command for displaying strings at specified memory locations
66635
66636     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
66637
66638 commit b58d8b48e25b0c866d167cc577f118f528cd9e0a
66639 Author: Mike Frysinger <vapier@gentoo.org>
66640 Date:   Mon Feb 4 19:26:57 2008 -0500
66641
66642     rewrite/cleanup Blackfin RTC driver
66643
66644     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
66645
66646 commit 94a91e248b71c3ff951fc27cff6909e82ca37d15
66647 Author: Mike Frysinger <vapier@gentoo.org>
66648 Date:   Mon Feb 4 19:26:57 2008 -0500
66649
66650     generate u-boot.ldr for Blackfin targets
66651
66652     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
66653
66654 commit b779f7a59530436040f157f7841db7ab796542df
66655 Author: Mike Frysinger <vapier@gentoo.org>
66656 Date:   Mon Feb 4 19:26:57 2008 -0500
66657
66658     scrub unused symbols
66659
66660     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
66661
66662 commit cc2977acc3bbbb7850f16645dd1081f95335868d
66663 Author: Mike Frysinger <vapier@gentoo.org>
66664 Date:   Mon Feb 4 19:26:57 2008 -0500
66665
66666     move Blackfin cpu object list to respective cpu directories
66667
66668     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
66669
66670 commit d0b01a246d0a351bc7dce1d0c9cf6aebdf6d7505
66671 Author: Mike Frysinger <vapier@gentoo.org>
66672 Date:   Mon Feb 4 19:26:57 2008 -0500
66673
66674     interface to Blackfin on-chip One-Time-Programmable memory
66675
66676     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
66677
66678 commit 4c727c77e43872d3a1d1f76a949fcb3f26a38788
66679 Author: Mike Frysinger <vapier@gentoo.org>
66680 Date:   Mon Feb 4 19:26:56 2008 -0500
66681
66682     add support for memory commands with Blackfin L1 instruction memory
66683
66684     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
66685
66686 commit 6b9097e5e7490aa7b828c6f1a1c7a0e875df8464
66687 Author: Mike Frysinger <vapier@gentoo.org>
66688 Date:   Mon Feb 4 19:26:56 2008 -0500
66689
66690     use C code rather than inline assembly
66691
66692     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
66693
66694 commit 97c26e006d2fa6d4e1560933ee6f385d8b8908b9
66695 Author: Mike Frysinger <vapier@gentoo.org>
66696 Date:   Mon Feb 4 19:26:56 2008 -0500
66697
66698     add Blackfin-specific reginfo command
66699
66700     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
66701
66702 commit 0858b835e7ea501ea084d34cef75932f098342bb
66703 Author: Mike Frysinger <vapier@gentoo.org>
66704 Date:   Mon Feb 4 19:26:55 2008 -0500
66705
66706     add support for Blackfin symbol prefixes to examples
66707
66708     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
66709
66710 commit 8dc48d71a4be753ea9f84956cd33600de35fad04
66711 Author: Mike Frysinger <vapier@gentoo.org>
66712 Date:   Mon Feb 4 19:26:55 2008 -0500
66713
66714     add Blackfin-specific bdinfo command
66715
66716     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
66717
66718 commit 0003613e3c7df3b84b2cb92e797d77f46f15a43a
66719 Author: Mike Frysinger <vapier@gentoo.org>
66720 Date:   Mon Feb 4 19:26:55 2008 -0500
66721
66722     move -ffixed-P5 to blackfin_config.mk and drop unused -D__BLACKFIN__
66723
66724     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
66725
66726 commit 60fa72d65610c7ef33e1d6db858979d05ff0df58
66727 Author: Mike Frysinger <vapier@gentoo.org>
66728 Date:   Mon Feb 4 19:26:55 2008 -0500
66729
66730     unify the Blackfin board targets
66731
66732     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
66733
66734 commit d4d7730853e5d675f76ec666807da3028c91d592
66735 Author: Mike Frysinger <vapier@gentoo.org>
66736 Date:   Mon Feb 4 19:26:55 2008 -0500
66737
66738     punt Blackfin VDSP headers and import sanitized/auto-generated ones
66739
66740     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
66741
66742 commit 6cfcce67671a3425229d66203386fa3cbd0cc3bd
66743 Author: Mike Frysinger <vapier@gentoo.org>
66744 Date:   Mon Feb 4 19:26:54 2008 -0500
66745
66746     always pull in asm/blackfin.h for Blackfin ports
66747
66748     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
66749
66750 commit bf53974c2ddae678d7660f2b5ccfeb0732b6f5dc
66751 Author: Mike Frysinger <vapier@gentoo.org>
66752 Date:   Mon Feb 4 19:26:54 2008 -0500
66753
66754     add missing __raw versions of Blackfin read/write io functions
66755
66756     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
66757
66758 commit 24e02d0fd3acc50e73e1a3cdd567f0a77946f15d
66759 Author: Mike Frysinger <vapier@gentoo.org>
66760 Date:   Mon Feb 4 19:26:54 2008 -0500
66761
66762     add the default Blackfin logo used by Blackfin boards with splash screens
66763
66764     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
66765
66766 commit 4c58eb5552220e425c8af6ac8d2839244a2f57b1
66767 Author: Mike Frysinger <vapier@gentoo.org>
66768 Date:   Mon Feb 4 19:26:54 2008 -0500
66769
66770     add some more Blackfin docs
66771
66772     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
66773
66774 commit 32a9f5f2160a034ea87ea651b233ef7c635e55cf
66775 Author: Mike Frysinger <vapier@gentoo.org>
66776 Date:   Mon Feb 4 19:26:54 2008 -0500
66777
66778     make smc91111_eeprom managment simpler by depending on the board configuration file rather than a hardcoded list of boards
66779
66780     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
66781
66782 commit 4087bc88cebec75c432a7fe9f6afb545b0919831
66783 Author: Mike Frysinger <vapier@gentoo.org>
66784 Date:   Mon Feb 4 19:26:54 2008 -0500
66785
66786     fix building on Blackfin as the assembler supports the .set syntax, not the = syntax, for assigning symbols
66787
66788     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
66789
66790 commit b45264ee85cbd92020640a32e02fb434fd557108
66791 Author: Mike Frysinger <vapier@gentoo.org>
66792 Date:   Mon Feb 4 19:26:53 2008 -0500
66793
66794     add gitignores for Blackfin pieces
66795
66796     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
66797
66798 commit a93907c43f847f076dd0e34ee3b69b5e8e6d0d29
66799 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
66800 Date:   Fri Jan 18 01:14:03 2008 +0100
66801
66802     TFTP: add host ip addr support
66803
66804     allow to use a different server as set in serverip
66805     add CONFIG_TFTP_FILE_NAME_MAX_LEN to configure the file name length
66806     if not defined the max length will be at 128
66807
66808     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
66809
66810 commit e56b4b494cd92def577969f9678395aa22d34c9f
66811 Author: Timur Tabi <timur@freescale.com>
66812 Date:   Wed Jan 9 14:35:26 2008 -0600
66813
66814     85xx,86xx: Determine I2C clock frequencies and store in global_data
66815
66816     Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx.
66817
66818     Update the get_clocks() function in 85xx and 86xx to determine the I2C
66819     clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk.
66820
66821     Signed-off-by: Timur Tabi <timur@freescale.com>
66822
66823 commit 7ec8bb15ee368ea54d48d64867767a704d9ab4c2
66824 Author: Wolfgang Denk <wd@denx.de>
66825 Date:   Thu Dec 27 10:56:54 2007 +0100
66826
66827     OMAP5912: fix FIFO handling in UART driver
66828
66829     According to the OMAP5912 Serial Interfaces Reference Guide (see
66830     http://focus.ti.com/lit/ug/spru760c/spru760c.pdf, page 150), the
66831     FIFO_EN enable bit in the FIFO Control Register (FCR) can only be
66832     changed when the baud clock is not running, i. e. when both DLL and
66833     DLH are set to 0.
66834
66835     Thus make sure that DLL and DLH are 0 when writing the FCR.
66836
66837     Signed-off-by: Wolfgang Denk <wd@denx.de>
66838
66839 commit 16158778b5f52f201e95ded2d2d9084b0ed5670d
66840 Author: Harald Welte <laforge@openmoko.org>
66841 Date:   Wed Dec 19 15:10:52 2007 +0100
66842
66843     ARM: S3C24x0 SoC NAND controller support
66844
66845     This patch adds NAND support to the S3C24x0 SoC code in u-boot
66846
66847     Signed-off-by: Harald Welte <laforge@openmoko.org>
66848
66849 commit a7c185ed3d9f8ebd85cfc286e1ffee72e4803163
66850 Author: Harald Welte <laforge@openmoko.org>
66851 Date:   Wed Dec 19 14:24:40 2007 +0100
66852
66853     ARM: s3c24xx: Multiple serial port support
66854
66855     This patch adds support for CONFIG_SERIAL_MULTI on s3c24x0 CPU's
66856
66857     Signed-off-by: Harald Welte <laforge@openmoko.org>
66858
66859 commit a25f72f1f73a11de68251fb88c89991e202e68fa
66860 Author: Harald Welte <laforge@openmoko.org>
66861 Date:   Wed Dec 19 14:16:57 2007 +0100
66862
66863     ARM: arm920t: Allow use of 'gd' pointer from IRQ
66864
66865     This patch allows us to use the 'gd' pointer (and thus environment
66866     and everything else associated with it) from interrupt context on
66867     arm920t.
66868
66869     Signed-off-by: Harald Welte <laforge@openmoko.org>
66870
66871 commit be19bd5cd0f454b63298844a0b5377e029b2caad
66872 Author: Harald Welte <laforge@openmoko.org>
66873 Date:   Wed Dec 19 14:19:38 2007 +0100
66874
66875     ARM: arm920/s3c24xx: IRQ demulitplexer callback
66876
66877     This patch adds a IRQ demultiplexer callback to the arm920 cpu core code,
66878     plus a stub implementation of it for the S3C2410.
66879
66880     The purpose is to allow arm920t implementations such as the s3c24x0 to
66881     implement interrupt handlers in u-boot without having to touch core
66882     arm920t code.
66883
66884     Signed-off-by: Harald Welte <laforge@openmoko.org>
66885
66886 commit a41dbbd98d201d8aea31b5d21df4742c20cd7eda
66887 Author: Hebbar <gururajakr@sanyo.co.in>
66888 Date:   Tue Dec 18 16:03:07 2007 -0800
66889
66890     ARM: Display Ethernet info in do_bdinfo only if CONFIG_CMD_NET is defined
66891
66892     Add ifdef to bdinfo command to display ethernet information
66893     only if CONFIG_CMD_NET is defined for arm modules.
66894
66895     Signed-off-by: K R Gururaja Hebbar <gururajakr@sanyo.co.in>
66896
66897 commit f7ad79b6f9f0f45437b62e19b45356cc2aaf4884
66898 Author: Hebbar <gururajakr@sanyo.co.in>
66899 Date:   Tue Dec 18 16:00:54 2007 -0800
66900
66901     ARM: add I2C init function call in lib_arm/board.c
66902
66903     Adds I2C init func call to init sequence for ARM boards. This is
66904     present in ppc,blackfin and other processor init sequence.
66905
66906     Signed-off-by: K R Gururaja Hebbar <gururajakr@sanyo.co.in>
66907
66908 commit ff02f139804f3cb61414f7bbcbfdaa0279e3efae
66909 Author: Stefan Roese <sr@denx.de>
66910 Date:   Fri Feb 1 09:38:29 2008 +0100
66911
66912     ppc4xx: Fix ndfc HW ECC byte order
66913
66914     The current ndfc HW ECC implementation swaps the first two ECC bytes.
66915     But the 4xx NDFC already uses the SMC (Smart Media Card) ECC ordering,
66916     so this swapping in the HW ECC driver is bogus. This patch fixes this
66917     problem and now really uses the SMC ECC byte order.
66918
66919     Thanks to Sean MacLennan for pointing this out.
66920
66921     Signed-off-by: Stefan Roese <sr@denx.de>
66922
66923 commit e1d1429b49b0ee58c80f8c7b29c1ebaf8be7f5f1
66924 Author: Stefan Roese <sr@denx.de>
66925 Date:   Wed Jan 30 15:35:50 2008 +0100
66926
66927     ppc4xx: Fix GPIO configuration for pcs440ep
66928
66929     The SRD0_PFC0 register was not configured correctly to enable the GPIO's
66930     49-63 for GPIO. They have been configured as trace signals. This patch
66931     fixes this by clearing the corresponding bit.
66932
66933     Signed-off-by: Stefan Roese <sr@denx.de>
66934
66935 commit 28d77d968bfe0316deb5bf15c17f57d5ff2c8821
66936 Author: Stefan Roese <sr@denx.de>
66937 Date:   Wed Jan 30 14:48:28 2008 +0100
66938
66939     ppc4xx: Fix problem with init-ram bigger than 4k on 440 platforms
66940
66941     Signed-off-by: Stefan Roese <sr@denx.de>
66942
66943 commit 4fedfddf97461b88668b9aec774dfb7a0c6dc368
66944 Author: Ladislav Michl <ladis@linux-mips.org>
66945 Date:   Fri Dec 7 00:42:32 2007 +0100
66946
66947     ARM: Board voiceblue update
66948
66949     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
66950
66951 commit 2c5260f711168d5ee91c70ddbb7d897013eefc46
66952 Author: Ladislav Michl <ladis@linux-mips.org>
66953 Date:   Thu Dec 6 23:24:57 2007 +0100
66954
66955     ARM: AT91RM9200 based boards config cleanup
66956
66957     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
66958
66959     Remove nowhere used struct bd_info_ext, remove trailing whitespaces, fix
66960     indentation.
66961
66962 commit 481f28b1db5cd21deb55f69399ba240e107af4c7
66963 Author: Ladislav Michl <ladis@linux-mips.org>
66964 Date:   Thu Dec 6 22:59:16 2007 +0100
66965
66966     ARM: Fix at91rm9200dk base address
66967
66968     Somewhere during development of U-Boot-1.1.3 CONFIG_BOOTBINFUNC was
66969     renamed into CONFIG_INIT_CRITICAL which was 04 Apr 2005 replaced
66970     with CONFIG_SKIP_LOWLEVEL_INIT and CONFIG_SKIP_RELOCATE_UBOOT.
66971     However CONFIG_SKIP_LOWLEVEL_INIT has oposite meaning to
66972     CONFIG_BOOTBINFUNC, so fix configuration to reflect this fact.
66973     I'm sending this patch 4th (!) time in hope it produces at least some
66974     reaction.
66975
66976     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
66977
66978     Fix at91rm9200dk base and environment address.
66979
66980 commit c95219fae2a7add7daa2f91aedca65b1698465c7
66981 Author: stefano babic <sbabic@denx.de>
66982 Date:   Tue Nov 20 10:40:24 2007 +0100
66983
66984     MMC for PXA 27X (resubmit)
66985
66986     MMC support for X_Scale PXA is broken and does not work.
66987     Mainly, the mmc_init() function cannot recognize current SD/MMC cards.
66988     There were already some patches around the world but none of them was
66989     merged into the official u-boot tree.
66990
66991     This patch makes order fixing this issue. Resubmit after code cleanup.
66992
66993     Applied and tested on PXA 270 (TrizepsIV module).
66994
66995     Signed-off-by: Stefano Babic <sbabic@denx.de>
66996
66997 commit 96bbfa1e6625ce23a150936863b3ecf4c853eb33
66998 Author: stefano babic <sbabic@denx.de>
66999 Date:   Tue Nov 20 10:37:04 2007 +0100
67000
67001     Fix gcc issues in pxa-regs.h
67002
67003     Fix gcc4 issue. With some toolchain, a previous patch that fixes gcc4
67004     issues generates wrong code.
67005     (Problem was reported with gcc-4.0.2-glibc-2.3.6/arm-softfloat-linux-gnu).
67006     This patch fixes the problem and solves the gcc-4 issues as the linux
67007     kernel does.
67008
67009     Signed-off-by: Stefano Babic <sbabic@denx.de>
67010     Signed-off-by: Dmitry Ivanov <ivadmitry@gmail.com>
67011
67012 commit 7047b388876e7b905b2ec4edb8010543e3641b85
67013 Author: Jens Gehrlein <sew_s@tqs.de>
67014 Date:   Tue Jan 29 08:45:03 2008 +0100
67015
67016     TQM834x: enable DHCP
67017
67018     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
67019     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
67020
67021 commit a877004d44ca7dbc1e618add3eeb1da7c84e4bec
67022 Author: Jens Gehrlein <sew_s@tqs.de>
67023 Date:   Tue Jan 29 08:45:02 2008 +0100
67024
67025     TQM834x: support for Spansion N-type Flashes (sector size = 256 KiB at 2x16 Bit).
67026
67027     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
67028     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
67029
67030 commit 8931ab176025b03cfc320b3fd1eca432a88ed560
67031 Author: Ben Warren <biggerbadderben@gmail.com>
67032 Date:   Sat Jan 26 23:41:19 2008 -0500
67033
67034     Fix conditional compilation of mpx8xxx_spi driver
67035
67036     This driver should only compile if CONFIG_MPC8XXX_SPI is set
67037
67038     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
67039     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
67040
67041 commit 63f732d3d3880feb531f48af247c025bf01462b0
67042 Author: Rafal Jaworowski <raj@semihalf.com>
67043 Date:   Tue Jan 29 17:00:34 2008 +0100
67044
67045     API: Provide dummy halt() in the glue layer.
67046
67047     This fixes a demo app link failure on platforms configured with CONFIG_PANIC_HANG.
67048
67049     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
67050
67051 commit 0dc1fc22af86d16993388d9ed9630dbaa2d51826
67052 Author: Rafal Jaworowski <raj@semihalf.com>
67053 Date:   Tue Jan 29 16:57:38 2008 +0100
67054
67055     API: Convert conditional building to the new scheme.
67056
67057     This fixes a build breakage with CONFIG_API enabled, which appeared after
67058     the recent changes in the U-Boot build system.
67059
67060     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
67061
67062 commit 98b742489c09780be6a832eeaa4e5eff824792bb
67063 Author: Wolfgang Denk <wd@denx.de>
67064 Date:   Fri Jan 25 09:56:17 2008 +0100
67065
67066     inka4x0: remove dead code
67067
67068     Signed-off-by: Wolfgang Denk <wd@denx.de>
67069
67070 commit 4f93f8b1a4d35b6d302842132edba920ef8f62aa
67071 Author: Becky Bruce <becky.bruce@freescale.com>
67072 Date:   Wed Jan 23 16:31:06 2008 -0600
67073
67074     86xx: Add reginfo command
67075
67076     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
67077
67078 commit ddcebcb638715a6278da93b553d5016f99823816
67079 Author: Becky Bruce <becky.bruce@freescale.com>
67080 Date:   Wed Jan 23 16:31:05 2008 -0600
67081
67082     86xx: Add print_laws function to fsl_law.c
67083
67084     This can be used for debug, and will be used by board code
67085     to help implement reginfo.
67086
67087     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
67088
67089 commit 9cd32426f26a0567bb61f339edd83c6a2ce9bfc3
67090 Author: Becky Bruce <becky.bruce@freescale.com>
67091 Date:   Wed Jan 23 16:31:04 2008 -0600
67092
67093     86xx: Remove old-style law setup code
67094
67095     This includes mpc8610hpcd, mpc8641hpcn, and sbc8641d.
67096
67097     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
67098
67099 commit 713d8186649dae874613d495b0cecaa039a98b30
67100 Author: Becky Bruce <becky.bruce@freescale.com>
67101 Date:   Wed Jan 23 16:31:03 2008 -0600
67102
67103     86xx: Convert sbc8641d to use new law setup code.
67104
67105     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
67106
67107 commit 031976f6364b93833e989f57e9f1e023e0be8c4c
67108 Author: Becky Bruce <becky.bruce@freescale.com>
67109 Date:   Wed Jan 23 16:31:02 2008 -0600
67110
67111     86xx: Convert mpc8610hpcd to new law setup method.
67112
67113     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
67114
67115 commit 4933b91f8a49e436681f163df3173beb91cac44a
67116 Author: Becky Bruce <becky.bruce@freescale.com>
67117 Date:   Wed Jan 23 16:31:01 2008 -0600
67118
67119     86xx: Support new law setup method and convert mpc8641
67120
67121     Adds the support code in cpu/mpc86xx for the new law setup code
67122     recently created fsl_law.c, and changes the MPC8641HPCN config
67123     to use this code.
67124
67125     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
67126
67127 commit 1a41f7ce9c086e208c0eabf52565a237af2a2bd1
67128 Author: Becky Bruce <becky.bruce@freescale.com>
67129 Date:   Wed Jan 23 16:31:00 2008 -0600
67130
67131     86xx: Rearrange the sequence in start.S
67132
67133     * split the BAT initialization so that only 2 BATs (for the boot page
67134     and stack) are programmed very early on.  The rest are initialized later.
67135     * Move other BAT setup,  ccsrbar setup, and law setup later in the code
67136     after translation has been enabled.
67137
67138     These changes will facilitate the moving of law and BAT initialization
67139     to C code, and will aid with 36-bit physical addressing support.
67140
67141     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
67142
67143 commit 33dac03b1b5d61e4fed7bad445ba40b4c97feba0
67144 Author: Wolfgang Denk <wd@denx.de>
67145 Date:   Wed Jan 23 14:41:37 2008 +0100
67146
67147     Coding Style Cleanup; update CHANGELOG
67148
67149     Signed-off-by: Wolfgang Denk <wd@denx.de>
67150
67151 commit 865f0f9754b95183cad395de7e8cb85df0c6ea1f
67152 Author: Wolfgang Denk <wd@denx.de>
67153 Date:   Wed Jan 23 14:31:17 2008 +0100
67154
67155     Coding Style Cleanup; update CHANGELOG
67156
67157     Signed-off-by: Wolfgang Denk <wd@denx.de>
67158
67159 commit cfe5ca77976afdbe7ecb86e39fd7505bde636ace
67160 Author: Dave Liu <r63238@freescale.com>
67161 Date:   Fri Jan 18 10:07:04 2008 +0800
67162
67163     mpc83xx: Correct the struct spi8xxx in mpc8xxx_spi.h
67164
67165     The commit 04a9e1180ac76a7bacc15a6fcd95ad839d65bddb
67166     cause the 83xx immap broken, so the DMA and PCI will
67167     be failed.
67168
67169     The patch fix the struct spi8xxx and rm struct spi83xx.
67170
67171     Signed-off-by: Dave Liu <daveliu@freescale.com>
67172     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
67173
67174 commit 6b4439444286e0fcd01596df504e6ca897ad3e5a
67175 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
67176 Date:   Sat Apr 14 17:11:49 2007 +0200
67177
67178     AVR32: ATNGW100 board support
67179
67180     Add support for the ATNGW100 Network Gateway reference design,
67181     including flash, ethernet and MMC support.
67182
67183     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
67184
67185 commit e006927a0b9a54e8ee7685d8ac748aaad6801862
67186 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
67187 Date:   Sat Nov 24 18:15:31 2007 +0100
67188
67189     AVR32: Initialize ipaddr, loadaddr and bootfile at startup
67190
67191     I don't know why the relevant layers can't do this by itself, but this
67192     is what ppc does.
67193
67194     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
67195
67196 commit 799891ef7b1b3432032ec23466df6b665a797fa4
67197 Author: Michael Schwingen <michael@schwingen.org>
67198 Date:   Fri Jan 18 00:04:28 2008 +0100
67199
67200     Add AcTux board support
67201
67202     Hi,
67203
67204     The patch adds 4 boards, called AcTux-1 .. AcTux-4. This patch contains the
67205     files that
67206     contain changes for multiple boards, the board-specific files follow as
67207     separate patches.
67208
67209     Signed-off-by: Michael Schwingen <michael@schwingen.org>
67210
67211 commit 66a4344a4d910a11125df7768899ad529719855e
67212 Author: Michael Schwingen <michael@schwingen.org>
67213 Date:   Wed Jan 16 19:53:23 2008 +0100
67214
67215     add AcTux-4 board support
67216
67217     Signed-off-by: Michael Schwingen <michael@schwingen.org>
67218
67219 commit bc24345e4101a5c996d6b48ce497b09c53025dc6
67220 Author: Michael Schwingen <michael@schwingen.org>
67221 Date:   Wed Jan 16 19:51:55 2008 +0100
67222
67223     add AcTux-3 board support
67224
67225     Signed-off-by: Michael Schwingen <michael@schwingen.org>
67226
67227 commit aebf00fc4d1343b24715373893f7b20bf462d1e9
67228 Author: Michael Schwingen <michael@schwingen.org>
67229 Date:   Wed Jan 16 19:51:14 2008 +0100
67230
67231     add AcTux-2 board support
67232
67233     Signed-off-by: Michael Schwingen <michael@schwingen.org>
67234
67235 commit ea99e8f05b7240fd657739e286664664ae160abe
67236 Author: Michael Schwingen <michael@schwingen.org>
67237 Date:   Wed Jan 16 19:50:37 2008 +0100
67238
67239     add AcTux-1 board support
67240
67241     Signed-off-by: Michael Schwingen <michael@schwingen.org>
67242
67243 commit 3d9f3bfb7a33efe8e41e01b025563cd712c57d64
67244 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67245 Date:   Mon Jan 14 19:20:08 2008 +0100
67246
67247     ARM: remove useless function board_post_init
67248
67249     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67250
67251 commit 96bd462942022e4569b582c072a0ed26de1cd19b
67252 Author: Michael Schwingen <michael@schwingen.org>
67253 Date:   Thu Jan 10 14:59:46 2008 +0100
67254
67255     IXP: enable RTS
67256
67257     enables the RTS signal with CONFIG_SERIAL_RTS_ACTIVE.
67258     No handshaking is done, but the active RTS signal allows to
67259     connect to the target using a PC which is using RTS/CTS
67260     handshake, and does no harm if the PC is set to ignore RTS.
67261
67262     Signed-off-by: Michael Schwingen <michael@schwingen.org>
67263
67264 commit a1cf027a08f9dc1c0e769499e6f4fbddcf9cab93
67265 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67266 Date:   Mon Jan 7 08:41:34 2008 +0100
67267
67268     IXP: add dynamic microcode addr
67269
67270     allow to load the microde from flash or ram by download it through
67271     the serial or other.
67272
67273     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67274     Acked-by: Stefan Roese <sr@denx.de>
67275
67276 commit 63ebcc4615dd39926ccf61f1d5f3510262ef6564
67277 Author: Michael Schwingen <michael@schwingen.org>
67278 Date:   Sat Nov 10 15:44:12 2007 +0100
67279
67280     load ixp42x NPE firmware from separate flash block, remove dead code
67281
67282     Hi,
67283
67284     the following patch adds support to move the IXP42X NPE firmware to a
67285     separate flash block, whose start address is defined in
67286     CONFIG_IXP4XX_NPE_EXT_UCODE_BASE. Using that, it is possible to build
67287     NPE-enabled u-boot without copyright problems due to the NPE firmware.
67288
67289     I hope the patch applies, I get whitespace-related differences in the NPE
67290     files due to trailing whitespace in the original versions.
67291
67292     Signed-off-by: Michael Schwingen <michael@schwingen.org>
67293     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67294
67295 commit 57a127201eb3d8cc19170a008e0bd7af608bd72f
67296 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67297 Date:   Tue Jan 15 14:15:46 2008 -0600
67298
67299     ColdFire: MCF547x_8x - Add M5475EVB and M5485EVB support
67300
67301     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67302     Signed-off by: John Rigby <jrigby@freescale.com>
67303
67304 commit 1aee111135d8660a164d4f6bf7d66b032ea535cf
67305 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67306 Date:   Tue Jan 15 14:02:49 2008 -0600
67307
67308     ColdFire: MCF547x_8x - Add M547xEVB and M548xEVB board
67309
67310     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67311     Signed-off by: John Rigby <jrigby@freescale.com>
67312
67313 commit 777d1abd9796f1c2e148417cc10657e847d318ce
67314 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67315 Date:   Tue Jan 15 14:00:25 2008 -0600
67316
67317     ColdFire: Add MCF547x_8x FEC driver
67318
67319     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67320     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
67321     Signed-off by: John Rigby <jrigby@freescale.com>
67322
67323 commit 72f56adc0b25d43875ad067bae6be1bcea86b79f
67324 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67325 Date:   Tue Jan 15 13:54:09 2008 -0600
67326
67327     ColdFire: Add MCF547x_8x dma code and header files
67328
67329     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67330     Signed-off by: John Rigby <jrigby@freescale.com>
67331
67332 commit ce09fc49b56ea3c442794b6be9b7db4b99dfdc87
67333 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67334 Date:   Tue Jan 15 13:52:03 2008 -0600
67335
67336     ColdFire: Add MCF547x_8x dma code - 2
67337
67338     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67339     Signed-off by: John Rigby <jrigby@freescale.com>
67340
67341 commit 11865ea844e7154fd30c7e2860da4eed4a12ad1f
67342 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67343 Date:   Tue Jan 15 13:48:52 2008 -0600
67344
67345     ColdFire: Add MCF547x_8x dma code - 1
67346
67347     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67348     Signed-off by: John Rigby <jrigby@freescale.com>
67349
67350 commit 4621fc3fe7cd65b78b3cbd31f65c9f7f72b22bd3
67351 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67352 Date:   Tue Jan 15 13:39:44 2008 -0600
67353
67354     ColdFire: Add MCF547x_8x related header files
67355
67356     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67357     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
67358     Signed-off by: John Rigby <jrigby@freescale.com>
67359
67360 commit 570c0186aecab1b747b2d44d0e1d3c1ac4cb27f5
67361 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67362 Date:   Tue Jan 15 13:37:34 2008 -0600
67363
67364     ColdFire: Add MCF547x_8x cpu arch
67365
67366     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67367     Signed-off by: John Rigby <jrigby@freescale.com>
67368
67369 commit e2756f4b54aba0e0523b81dd145666829cf7fd59
67370 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67371 Date:   Mon Jan 14 17:47:23 2008 -0600
67372
67373     ColdFire: Add MCF5227x cpu and M52277EVB support-3
67374
67375     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67376     Signed-off by: John Rigby <jrigby@freescale.com>
67377
67378 commit c87581027994c148131b2f11aa75501f782ec19a
67379 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67380 Date:   Mon Jan 14 17:46:19 2008 -0600
67381
67382     ColdFire: Add MCF5227x cpu and MCF52277EVB support-2
67383
67384     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67385     Signed-off by: John Rigby <jrigby@freescale.com>
67386
67387 commit 1552af70ecab11b9f3dceff7528ed15faf678b9d
67388 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67389 Date:   Mon Jan 14 17:43:33 2008 -0600
67390
67391     ColdFire: Add MCF5227x cpu and M52277EVB support-1
67392
67393     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67394     Signed-off by: John Rigby <jrigby@freescale.com>
67395
67396 commit 397b7b81a1f1008798ae1206913508cc89cb3a7d
67397 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67398 Date:   Mon Jan 14 17:35:44 2008 -0600
67399
67400     ColdFire: Fix CFI Flash low level Read/Write macro
67401
67402     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67403     Signed-off by: John Rigby <jrigby@freescale.com>
67404
67405 commit aa5f1f9dc815a76f6dffb580798599c028fe7feb
67406 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67407 Date:   Mon Jan 14 17:23:08 2008 -0600
67408
67409     ColdFire: Add M5373EVB platform support - 2
67410
67411     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67412     Signed-off by: John Rigby <jrigby@freescale.com>
67413
67414 commit 1ac559d4aa358f63b48c62b564224c06feeb4e36
67415 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67416 Date:   Mon Jan 14 17:19:54 2008 -0600
67417
67418     ColdFire: Add M5373EVB platform support - 1
67419
67420     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67421     Signed-off by: John Rigby <jrigby@freescale.com>
67422
67423 commit 320d61991fa3190ee41765601ed017b6b5ff7b2b
67424 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67425 Date:   Mon Jan 14 17:17:03 2008 -0600
67426
67427     ColdFire: Update FlexBus CS for MCF532x
67428
67429     Definition update and change from 16bit to 32bit
67430
67431     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67432     Signed-off by: John Rigby <jrigby@freescale.com>
67433
67434 commit 2e72ad0644b940817a89a3590ce0d7b99c05c396
67435 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67436 Date:   Mon Jan 14 17:11:47 2008 -0600
67437
67438     ColdFire: PCI and misc updates for MCF5445x
67439
67440     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67441     Signed-off by: John Rigby <jrigby@freescale.com>
67442
67443 commit d2b16493480ac3d4a60ad7d835b0dc27d2e99cee
67444 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67445 Date:   Mon Jan 14 17:06:55 2008 -0600
67446
67447     ColdFire: MCF5445x header files cleanup
67448
67449     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67450     Signed-off by: John Rigby <jrigby@freescale.com>
67451
67452 commit d9aae6260993a93f7fcf13abff85a601f4f50ea7
67453 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67454 Date:   Mon Jan 14 16:59:42 2008 -0600
67455
67456     ColdFire: MCF532x header files cleanup
67457
67458     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67459     Signed-off by: John Rigby <jrigby@freescale.com>
67460
67461 commit 7af7751d047e74b2ec58400f97b879c56446b3e8
67462 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67463 Date:   Mon Jan 14 15:30:15 2008 -0600
67464
67465     ColdFire: Add modules header files
67466
67467     Add CF specific modules header files
67468
67469     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
67470     Signed-off-by: John Rigby <jrigby@freescale.com>
67471
67472 commit 2956acd5ef93a498337f8ac2ec6ae6a77d491dc5
67473 Author: Kim Phillips <kim.phillips@freescale.com>
67474 Date:   Thu Jan 17 12:48:00 2008 -0600
67475
67476     codingstyle cleanup for spi driver
67477
67478     ..and rm unused CONFIG_FSL_SPI define
67479
67480     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
67481
67482 commit d59feffb42c9f174116db7a82a311df98983dfce
67483 Author: Haiying Wang <Haiying.Wang@freescale.com>
67484 Date:   Wed Jan 16 17:12:12 2008 -0500
67485
67486     FSL: Fix common EEPROM_data structure definition
67487
67488     - Fix EEPROM_data structure definition according to System EEPROM Data Format.
67489     - Read MAC addresses from EEPROM to ethXaddr before saving ethXaddr to
67490       bd->bi_ethaddr.
67491
67492     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
67493
67494 commit 6bee764bd6da510a4aad614880300c968bc7318d
67495 Author: Timur Tabi <timur@freescale.com>
67496 Date:   Wed Jan 16 15:48:12 2008 -0600
67497
67498     86xx: enable command-line editing
67499
67500     Enable command-line editing for all MPC86xx boards.
67501
67502     Signed-off-by: Timur Tabi <timur@freescale.com>
67503
67504 commit 80ddd22626d321a772ebfba304eb7830cb4f6bac
67505 Author: Ben Warren <biggerbadderben@gmail.com>
67506 Date:   Wed Jan 16 22:37:42 2008 -0500
67507
67508     Implement hard SPI driver on MPC8349EMDS
67509
67510     This patch implements the fsl_spi driver on the MPC8349EMDS evaluation board.
67511     This board has an ST M25P40 4Mbit EEPROM on its SPI bus
67512
67513     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
67514     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
67515
67516 commit 04a9e1180ac76a7bacc15a6fcd95ad839d65bddb
67517 Author: Ben Warren <biggerbadderben@gmail.com>
67518 Date:   Wed Jan 16 22:37:35 2008 -0500
67519
67520     Add support for a Freescale non-CPM SPI controller
67521
67522     This patch adds support for the SPI controller found on Freescale PowerPC
67523     processors such as the MCP834x family.  Additionally, a new config option,
67524     CONFIG_HARD_SPI, is added for general purpose SPI controller use.
67525
67526     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
67527     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
67528
67529 commit a8cb43a89be6cfd283257a603dd9841503ccce0f
67530 Author: Dave Liu <r63238@freescale.com>
67531 Date:   Thu Jan 17 18:23:19 2008 +0800
67532
67533     mpc83xx: Fix the fatal conflict of merge
67534
67535     The commit 9e89647889cd4b5ada5b5e7cad6cbe55737a08d7
67536     will cause the mpc8315erdb board can't boot up.
67537
67538     The patch fix that bug, and remove the duplicated #ifdef
67539     CFG_SPCR_TSECEP code and clean the SCCR_TSEC2 for
67540     MPC8313E processor.
67541
67542     Signed-off-by: Dave Liu <daveliu@freescale.com>
67543     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
67544
67545 commit 3259eeaa4148125a81417477f62c05bd67f60587
67546 Author: Larry Johnson <lrj@acm.org>
67547 Date:   Thu Jan 17 08:50:09 2008 -0500
67548
67549     Merge Sequoia beautification into Korat code
67550
67551     Signed-off-by: Larry Johnson <lrj@acm.org>
67552
67553 commit e16925773211291b562e77187061e9dd1d757217
67554 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
67555 Date:   Thu Jan 17 07:45:05 2008 +0100
67556
67557     net: add 'ethrotate' environment variable
67558
67559     [PATCH] net: add 'ethrotate' environment variable
67560
67561     This patch replaces the buildtime configuration option
67562     CONFIG_NET_DO_NOT_TRY_ANOTHER through the 'ethrotate' runtime
67563     configuration veriable. See README.
67564
67565     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
67566     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
67567
67568 commit ba52be3d0e618c26070e93aaf3c1f2d2adf5571f
67569 Author: Stefan Roese <sr@denx.de>
67570 Date:   Thu Jan 17 14:29:04 2008 +0100
67571
67572     ppc4xx: Fix compilation warnings and coding style issues in HCU4/HCU5
67573
67574     Signed-off-by: Stefan Roese <sr@denx.de>
67575
67576 commit 55ed1516cbc1dad3ae277c67ee06fc4a46eaac7d
67577 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
67578 Date:   Thu Jan 17 18:07:32 2008 +0900
67579
67580     sh: Remove CONFIG_COMMANDS from MS7720SE config file
67581
67582     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
67583
67584 commit 055606bd25e88c0cd04ad348a679a04b1b616bee
67585 Author: Niklaus Giger <niklaus.giger@netstal.com>
67586 Date:   Wed Jan 16 18:39:20 2008 +0100
67587
67588     ppc4xx: Netstal HCU4 board: added various fixes and POST
67589
67590     - Moved some common code to netstal/common/nm_bsp.c.
67591     - sdram initialisation goes go netstal/common/fixed_sdram.c.
67592     - Added support for POST.
67593     - Stylistic cleanups (multi-line comments/ enforce 80 colomn width)
67594
67595     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
67596
67597 commit 69b0634a4ee98c9791815600d43b99f626a952f3
67598 Author: Niklaus Giger <niklaus.giger@netstal.com>
67599 Date:   Thu Jan 17 12:53:56 2008 +0100
67600
67601     ppc4xx: netstal/common define routines used by all boards
67602
67603     Added some routines used by all Netstal boards:
67604     - nm_bsp.c: - nm_show_print and
67605             -  common_misc_init_r
67606             - set_params_for_sw_install. Very specific code to handle our SW
67607               installation procedure
67608     - fixed_sdram.c: Common routines for HCU4 (and upcoming) MCU25 boards
67609       to handle sdram initialization.
67610     - nm.h: Common header
67611
67612     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
67613
67614 commit efeff5382b7a91b48a1aa68b2b75f92ad1d33ff8
67615 Author: Niklaus Giger <niklaus.giger@netstal.com>
67616 Date:   Wed Jan 16 18:39:18 2008 +0100
67617
67618     ppc4xx: Netstal HCU5 board: added various fixes and POST
67619
67620     - Moved some common code to nestal/common/nm_bsp.c.
67621     - Added support for the vxWorks EDR.
67622     - Enable trace for Lauterbach, if present.
67623     - Added support for POST.
67624     - Stylistic cleanups (multi-line comments/ enforce 80 colomn width)
67625
67626     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
67627
67628 commit 4371090e5da77edc7bf9f296364db4801639d9c4
67629 Author: Niklaus Giger <niklaus.giger@netstal.com>
67630 Date:   Wed Jan 16 18:39:08 2008 +0100
67631
67632     ppc4xx: Netstal HCU5 board. Added POST. Various fixes
67633
67634     - Various fixes
67635     - Reduced rom_size from 384 to 320 kB
67636     - Environment is now in flash
67637     - Added POST
67638     - Support for OF
67639
67640     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
67641
67642 commit 4bd5036e60afac37e484c2d35cbbe7f6cc1623e7
67643 Author: Niklaus Giger <niklaus.giger@netstal.com>
67644 Date:   Wed Jan 16 18:37:50 2008 +0100
67645
67646     ppc4xx: Netstal HCU4 board. Added POST. Various fixes
67647
67648     - Various fixes
67649     - Reduced rom_size from 384 to 320 kB
67650     - Environment is now in flash
67651     - Added POST
67652     - Support for OF
67653
67654     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
67655
67656 commit 1a3ac86b79fcb690275c85861c8efa6a3899060a
67657 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
67658 Date:   Thu Jan 17 10:53:08 2008 +0100
67659
67660     ppc4xx: Complete DU440 board support
67661
67662     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
67663
67664 commit 15a08bc2bef91e5f1ea4b9cf60e46832d86bcc1f
67665 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
67666 Date:   Thu Jan 17 10:52:30 2008 +0100
67667
67668     ppc4xx: Add DU440 board support
67669
67670     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
67671
67672 commit ac331da07db3860f11fa1d0fd3db7c810bce1198
67673 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
67674 Date:   Thu Jan 17 15:53:52 2008 +0900
67675
67676     sh: Update SuperH SCIF driver
67677
67678     This patch fixed wrong SH7720 CPU macro and changed macro that
67679     calculated value of SCBRR register.
67680
67681     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
67682
67683 commit 334e442e6fac59be91244063e9b3f6ca25e8daf8
67684 Author: Grzegorz Bernacki <gjb@semihalf.com>
67685 Date:   Wed Jan 16 15:12:47 2008 +0100
67686
67687     Set ips dividor to 1/4 of csb clock.
67688
67689     Previous setting cause ips clock to be out of spec. This bug was found by John
67690     Rigby from Freescale.
67691
67692     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
67693
67694 commit 7dc358bb0de9e2fa341f3b4c914466b1f34b2d89
67695 Author: Kumar Gala <galak@kernel.crashing.org>
67696 Date:   Thu Jan 17 02:19:18 2008 -0600
67697
67698     85xx: Get ride of old TLB setup code
67699
67700     Now that all boards have been converted, remove old config code and the
67701     config option for the new style.
67702
67703     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67704
67705 commit 3b558e26a5ef31635787d6d6e97d70939d4f892d
67706 Author: Kumar Gala <galak@kernel.crashing.org>
67707 Date:   Thu Jan 17 02:02:10 2008 -0600
67708
67709     85xx: Convert TQM85xx to new TLB setup
67710
67711     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67712
67713 commit 74121b470c14f7eaf284ee838bffca6f9521069e
67714 Author: Kumar Gala <galak@kernel.crashing.org>
67715 Date:   Thu Jan 17 01:56:32 2008 -0600
67716
67717     85xx: Convert STXGP3 & STXSSA to new TLB setup
67718
67719     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67720
67721 commit 143b518d9125b54f96f1d7f1afc640b8aae81ff0
67722 Author: Kumar Gala <galak@kernel.crashing.org>
67723 Date:   Thu Jan 17 01:44:34 2008 -0600
67724
67725     85xx: Convert SBC8540/SBC8560/SBC8548 to new TLB setup
67726
67727     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67728
67729 commit 818218bac6a11591e2542c344d2330e0f4e1968b
67730 Author: Kumar Gala <galak@kernel.crashing.org>
67731 Date:   Thu Jan 17 01:31:34 2008 -0600
67732
67733     85xx: Convert PM854/PM856 to new TLB setup
67734
67735     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67736
67737 commit ff4681c9285b2b4d24552a19cacc1769fe2fc7e0
67738 Author: Kumar Gala <galak@kernel.crashing.org>
67739 Date:   Thu Jan 17 01:25:33 2008 -0600
67740
67741     85xx: Convert MPC8540EVAL to new TLB setup
67742
67743     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67744
67745 commit 73aa9ac2b46f1cfd039106ebd6b9865016005234
67746 Author: Kumar Gala <galak@kernel.crashing.org>
67747 Date:   Thu Jan 17 01:12:22 2008 -0600
67748
67749     85xx: Convert MPC8568 MDS to new TLB setup
67750
67751     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67752
67753 commit 0db37dc2eed30884db2daa24dbd9a113b5d00610
67754 Author: Kumar Gala <galak@kernel.crashing.org>
67755 Date:   Thu Jan 17 01:01:09 2008 -0600
67756
67757     85xx: Convert MPC8541/MPC8555/MPC8548 CDS to new TLB setup
67758
67759     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67760
67761 commit 219a81b98d834f9071b6f7c3bdc6b7ec39cc46cc
67762 Author: Kumar Gala <galak@kernel.crashing.org>
67763 Date:   Thu Jan 17 00:52:29 2008 -0600
67764
67765     85xx: Convert MPC8540/MPC8560 ADS to new TLB setup
67766
67767     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67768
67769 commit 80d0b6a1498761c4355b2db9c8001b04c295e7b8
67770 Author: Kumar Gala <galak@kernel.crashing.org>
67771 Date:   Thu Jan 17 00:32:17 2008 -0600
67772
67773     85xx: Convert ATUM8548 to new TLB setup
67774
67775     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67776
67777 commit 0f7a3dc95cbff3c21bd6dbc639313796412bbbab
67778 Author: Kumar Gala <galak@kernel.crashing.org>
67779 Date:   Wed Jan 16 23:11:57 2008 -0600
67780
67781     85xx: Convert MPC8544 DS to new TLB setup
67782
67783     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67784
67785 commit 8716318057a5f60ab1ba081ece2dbe82ae00e1ee
67786 Author: Kumar Gala <galak@kernel.crashing.org>
67787 Date:   Wed Jan 16 22:38:34 2008 -0600
67788
67789     85xx: Reworked initial processor init
67790
67791     Reworked the initial processor initialzation sequence:
67792     * introduced cpu_early_init_f that is run in address space 1 (AS=1)
67793     * Moved TLB/LAW and CCSR init into cpu_early_init_f()
67794     * Reworked initial asm code to do most of the core init before TLBs
67795
67796     The main reasons for these changes are to allow handling of 36-bit phys
67797     addresses in the future and some of the issues that will exist when we
67798     do that.
67799
67800     There are a few caveats on what can be initialized via the LAW and TLB
67801     static tables:
67802     * TLB entry 14/15 can't be initialized via the TLB table
67803     * any LAW that covers the implicit boot window (4G-8M to 4G) must map to
67804       the code that is currently executing.
67805
67806     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67807
67808 commit 44a23cfd6360a68eaa41f945190618a55519eac3
67809 Author: Kumar Gala <galak@kernel.crashing.org>
67810 Date:   Wed Jan 16 22:33:22 2008 -0600
67811
67812     85xx: Introduce new tlb API
67813
67814     Add a set of functions to manipulate TLB entries:
67815      * set_tlb() - write a tlb entry
67816      * invalidate_tlb() - invalidate a tlb array
67817      * disable_tlb() - disable a variable size tlb entry
67818      * init_tlbs() - setup initial tlbs based on static table
67819
67820     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67821
67822 commit be88b1699863c262818f3af7f60173b4d48df8fc
67823 Author: Stefan Roese <sr@denx.de>
67824 Date:   Thu Jan 17 07:50:17 2008 +0100
67825
67826     ppc4xx: Fix remaining CONFIG_COMMANDS in 4xx files
67827
67828     Signed-off-by: Stefan Roese <sr@denx.de>
67829
67830 commit c8c41d4a80b1a8ad5984a287d81ea780496259f8
67831 Author: Kumar Gala <galak@kernel.crashing.org>
67832 Date:   Wed Jan 16 10:04:42 2008 -0600
67833
67834     85xx: Use proper defines for PCI addresses
67835
67836     We should be using the _MEM_PHYS for LAW and TLB setup and not _MEM_BASE.
67837     While _MEM_BASE & _MEM_PHYS are normally the same, _MEM_BASE should only
67838     be used for configuring the PCI ATMU.
67839
67840     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67841
67842 commit 54a5070115eff38e9b324b78abdfa0b4520580b9
67843 Author: Kumar Gala <galak@kernel.crashing.org>
67844 Date:   Wed Jan 16 09:22:29 2008 -0600
67845
67846     85xx: Remove old style of LAW init
67847
67848     All boards are now using the new fsl_law code so we can drop the old version.
67849
67850     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67851
67852 commit 4d3521cc79cabc61edf12c48c0ce318d4efb712f
67853 Author: Kumar Gala <galak@kernel.crashing.org>
67854 Date:   Wed Jan 16 09:15:29 2008 -0600
67855
67856     85xx: convert remaining 85xx boards over to use new LAW init code
67857
67858     Converted ATUM8548, MPC8568 MDS, MPC8540 EVAL, and TQM85xx boards over
67859     to use new LAW init code.
67860
67861     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67862
67863 commit 572b13afc42710f2957c382a710360429c0e099b
67864 Author: Kumar Gala <galak@kernel.crashing.org>
67865 Date:   Wed Jan 16 09:11:53 2008 -0600
67866
67867     85xx: convert STXGP3/STXSSA over to use new LAW init code
67868
67869     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67870
67871 commit 45f2166ac0233a9263058378f39612bd11f61196
67872 Author: Kumar Gala <galak@kernel.crashing.org>
67873 Date:   Wed Jan 16 09:06:48 2008 -0600
67874
67875     85xx: convert PM854/PM856 over to use new LAW init code
67876
67877     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67878
67879 commit e2b159d0070ee06e4ac7e2f9381d3e8e542e614a
67880 Author: Kumar Gala <galak@kernel.crashing.org>
67881 Date:   Wed Jan 16 09:05:27 2008 -0600
67882
67883     85xx: convert SBC8540/SBC8560/SBC8548 over to use new LAW init code
67884
67885     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67886
67887 commit 2cfaa1aa1aac39a81006b7b27e0e431bf21f6dfa
67888 Author: Kumar Gala <galak@kernel.crashing.org>
67889 Date:   Wed Jan 16 01:45:10 2008 -0600
67890
67891     85xx: convert MPC8541/MPC8555/MPC8548 CDS over to use new LAW init code
67892
67893     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67894
67895 commit 7232a2724ccc9dcbc3ec4ef84ada02f13ccd1238
67896 Author: Kumar Gala <galak@kernel.crashing.org>
67897 Date:   Wed Jan 16 01:32:06 2008 -0600
67898
67899     85xx: convert MPC8540/MPC8560 ADS over to use new LAW init code
67900
67901     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67902
67903 commit 4bcae9c92aee0d72a2f19b81cab27ef38107ce75
67904 Author: Kumar Gala <galak@kernel.crashing.org>
67905 Date:   Wed Jan 16 01:16:16 2008 -0600
67906
67907     85xx: convert MPC8544 DS over to use new LAW init code
67908
67909     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67910
67911 commit 83d40dfd79fe868796275802f60116d84b9e4395
67912 Author: Kumar Gala <galak@kernel.crashing.org>
67913 Date:   Wed Jan 16 01:13:58 2008 -0600
67914
67915     85xx: Move LAW init code into C
67916
67917     Move the initialization of the LAWs into C code and provide an API
67918     to allow modification of LAWs after init.
67919
67920     Board code is responsible to provide a law_table and num_law_entries.
67921
67922     We should be able to use the same code on 86xx as well.
67923
67924     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67925
67926 commit bed8ce838a609aaab136d43b25e6df2a520bc854
67927 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67928 Date:   Sat Dec 22 15:03:12 2007 +0100
67929
67930     qemu-mips: active HUSH PARSER, AUTO_COMPLETE and CMDLINE_EDITING
67931
67932     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67933
67934 commit 0764c164fed6277d359cf132d55187ea34290114
67935 Author: Vlad Lungu <vlad@comsys.ro>
67936 Date:   Wed Jan 16 19:27:51 2008 +0200
67937
67938     MIPS:Target support for qemu -M mips
67939
67940     With serial, NE2000, IDE support. Tested in big-endian mode.
67941     Memory size hard-coded to 128M for now, so don't play with
67942     the -m option.
67943
67944     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
67945
67946 commit 7f52fa3c2df59e49dc2badd7c084cf2d007c438f
67947 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67948 Date:   Fri Jan 11 00:01:37 2008 +0100
67949
67950     Fix nfs command help to reflect that the serverip is optional
67951
67952     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67953     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
67954
67955 commit b8f4162a4f7a9bee5e9d0305c17f2d34de466a9b
67956 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67957 Date:   Mon Dec 10 22:32:14 2007 +0100
67958
67959     bf537-stamp: remove already defined is_zero_ether_addr and is_multicast_ether_addr
67960
67961     and move is_valid_ether_addr board file
67962
67963     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
67964     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
67965
67966 commit c2f896b8fc4722e36915903e1942e138e68ce804
67967 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
67968 Date:   Wed Jan 16 16:13:31 2008 +0900
67969
67970     drivers/net/rtl8139.c: rx_status should be le32_to_cpu(rx_status).
67971
67972     rx_status on the memory is basically in LE, but needs to be handled in CPU
67973     endian. le32_to_cpu() takes up this mission. Even if on the sane hardware,
67974     it'll work fine.
67975
67976     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
67977     Cc: Masami Komiya <mkomiya@sonare.it>
67978     Cc: Lucas Jin <lucasjin@gmail.com>
67979     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
67980
67981 commit 96a236746fe6a7b84802afb4ed31536696d34812
67982 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
67983 Date:   Wed Jan 16 16:12:26 2008 +0900
67984
67985     drivers/net/rtl8139.c: Fix cache coherency issues
67986
67987     Current driver is meant for cache coherent systems. This patch adds
67988     flush_cache() routines to support cache non-coherent systems.
67989
67990     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
67991     Cc: Masami Komiya <mkomiya@sonare.it>
67992     Cc: Lucas Jin <lucasjin@gmail.com>
67993     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
67994
67995 commit d1276c76c1e2b5035296689280ba1acb2c425104
67996 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
67997 Date:   Wed Jan 16 16:11:14 2008 +0900
67998
67999     drivers/net/rtl8139.c: Fix tx timeout
68000
68001     "to = (currticks() + RTL_TIMEOUT)" has possibilities to wrap around. If it
68002     does, the condition "(currticks() < to)" becomes invalid and immediately
68003     leads to tx timeout error. This patch introduces the fine-graded udely(10)
68004     loops to ease the impact of wrapping around.
68005
68006     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
68007     Cc: Masami Komiya <mkomiya@sonare.it>
68008     Cc: Lucas Jin <lucasjin@gmail.com>
68009     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
68010
68011 commit 18ee320ff63edbf7b27bbeb05f0e12a52302c68a
68012 Author: Dave Liu <r63238@freescale.com>
68013 Date:   Fri Jan 11 18:45:28 2008 +0800
68014
68015     TSEC: Add the support for RealTek RTL8211B PHY
68016
68017     Add the support of RealTek RTL8211B PHY, the RTL8211B
68018     PHY only supports RGMII and MII mode.
68019
68020     Signed-off-by: Dave Liu <daveliu@freescale.com>
68021     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
68022
68023 commit 84a3047b72b70e862b0b7a8e2058077457f89a32
68024 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
68025 Date:   Wed Jan 16 09:40:41 2008 +0100
68026
68027     Remove annoying debug printout for PHY less boards.
68028
68029     PHY less board prints out lots of "read wrong ...":
68030     read wrong value : mii_id 3,mii_reg 2, base e0102320
68031     read wrong value : mii_id 3,mii_reg 3, base e0102320
68032     UEC: PHY is Generic MII (ffffffff)
68033     read wrong value : mii_id 3,mii_reg 4, base e0102320
68034     read wrong value : mii_id 3,mii_reg 0, base e0102320
68035     read wrong value : mii_id 3,mii_reg 1, base e0102320
68036     read wrong value : mii_id 3,mii_reg 1, base e0102320
68037     read wrong value : mii_id 3,mii_reg 5, base e0102320
68038     read wrong value : mii_id 3,mii_reg 1, base e0102320
68039     read wrong value : mii_id 3,mii_reg 1, base e0102320
68040     read wrong value : mii_id 3,mii_reg 5, base e0102320
68041     FSL UEC0: Full Duplex
68042     FSL UEC0: Speed 100BT
68043     FSL UEC0: Link is up
68044     Using FSL UEC0 device
68045
68046     Make this printout depend on UEC_VERBOSE_DEBUG and
68047     remove its definition in uec_phy.c
68048
68049     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
68050     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
68051
68052 commit ee62ed3286f83b98b7785e0318dc6379e78f7ff6
68053 Author: Kim Phillips <kim.phillips@freescale.com>
68054 Date:   Tue Jan 15 14:11:00 2008 -0600
68055
68056     net: reduce boot latency on QE UEC based boards
68057
68058     actually polling for PHY autonegotiation to finish enables us to remove the
68059     5 second boot prompt latency present on QE based boards.
68060
68061     call to qe_set_mii_clk_src in init_phy, and mv call to init_phy from
68062     uec_initialize to uec_init by Joakim Tjernlund; autonegotiation wait
68063     code shamelessly stolen from tsec driver.
68064
68065     also rm unused CONFIG_RMII_MODE code.
68066
68067     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
68068     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
68069     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
68070
68071 commit 55fe7c57a8b99a130925052dcdbb77f053dc50e3
68072 Author: michael.firth@bt.com <michael.firth@bt.com>
68073 Date:   Wed Jan 16 11:40:51 2008 +0000
68074
68075     TSEC driver: Change MDIO support to allow access to any PHYs on the MDIO bus
68076
68077     The current TSEC driver limits MDIO access to the devices that have been configured as attached
68078     to a TSEC MAC. This patch allows access to any PHY device on the MDIO bus through the 'mii' commands.
68079
68080     Signed-off-by: Michael Firth <michael.firth@bt.com>
68081     Acked-by: Andy Fleming <afleming@freescale.com>
68082     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
68083
68084 commit 5e918a98c26e8ab9b5d2d48d998a2ced2b5b85b3
68085 Author: Kim Phillips <kim.phillips@freescale.com>
68086 Date:   Wed Jan 16 00:38:05 2008 -0600
68087
68088     Add support for the MPC837xERDB
68089
68090     MPC837xERDB board support includes:
68091     * DDR2 330MHz hardcoded (soldered on the board)
68092     * Local Bus NOR Flash
68093     * I2C, UART and RTC
68094     * eTSEC RGMII (TSEC0 - RTL8211B with MII;
68095     *          TSEC1 - VSC7385 local bus, hardcoded, requires seperate firmware
68096     *                  load)
68097
68098     Signed-off-by: Kevin Lam <kevin.lam@freescale.com>
68099     Signed-off-by: Joe D'Abbraccio <joe.d'abbraccio@freescale.com>
68100     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
68101
68102 commit 9e89647889cd4b5ada5b5e7cad6cbe55737a08d7
68103 Author: Kim Phillips <kim.phillips@freescale.com>
68104 Date:   Wed Jan 16 12:06:16 2008 -0600
68105
68106     mpc83xx: add support for more system clock performance controls
68107
68108     System registers that are modified are the Arbiter Configuration
68109     Register (ACR), the System Priority Control Register (SPCR), and the
68110     System Clock Configuration Register (SCCR).
68111
68112     Signed-off by: Michael F. Reiss <Michael.F.Reiss@freescale.com>
68113     Signed-off by: Joe D'Abbraccio <ljd015@freescale.com>
68114     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
68115
68116 commit 16c3cde050e2d243e62b37486f1558570787beb8
68117 Author: James Yang <james.yang@freescale.com>
68118 Date:   Wed Jan 16 11:58:08 2008 -0600
68119
68120     FSL: Generalize PIXIS reset command parsing.
68121
68122     Before, the order of arguments to the pixis_reset
68123     command needed to be supplied in a hard-coded order.
68124     Generalize the command parsing to allow any order.
68125
68126     Signed-off-by: James Yang <james.yang@freescale.com>
68127     Acked-by: Jon Loeliger <jdl@freescale.com>
68128
68129 commit ad8f8687b78c3e917b173f038926695383c55555
68130 Author: Jon Loeliger <jdl@freescale.com>
68131 Date:   Tue Jan 15 13:42:41 2008 -0600
68132
68133     FSL: Convert board/freescale/common/Makefile to use CONFIG_
68134
68135     Convert the board/freescale/common/Makefile to use
68136     CONFIG_* options to select which files to conditionally
68137     compile into the board/freescale/common library rather
68138     than conditionally compiling entire files.
68139
68140     Now handles::
68141         CONFIG_FSL_PIXIS
68142         CONFIG_FSL_DIU_FB
68143         CONFIG_PQ_MDS_PIB
68144
68145     CONFIG_ID_EEPROM is introduced until CFG_ID_EEPROM is gone.
68146
68147     Signed-off-by: Jon Loeliger <jdl@freescale.com>
68148
68149 commit 7c2221eb230372a9e537c4f6636b147b0909325f
68150 Author: Roy Zang <tie-fei.zang@freescale.com>
68151 Date:   Tue Jan 15 16:38:38 2008 +0800
68152
68153     Use CONFIG_ULI526X as MPC8610HPCD default Ethernet driver
68154
68155     Use driver/net/uli526x.c as MPC8610HPCD default Ethernet driver.
68156     Remove unused ethernet CONFIG_ options.
68157
68158     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
68159     Acked-by: Jon Loeliger <jdl@freescale.com>
68160
68161 commit 711a7946277d2e29af481011e8635e9975c54e45
68162 Author: Kim Phillips <kim.phillips@freescale.com>
68163 Date:   Tue Jan 15 14:05:14 2008 -0600
68164
68165     mpc83xx: fix QE ETHPRIMEs to correct 'FSL UEC0' value
68166
68167     continuation of commit b96c83d4ae475a70ef2635cd0e748174c44c8601
68168
68169     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
68170
68171 commit 363eea9ff7f19a2cba17f262bd17559f166e134e
68172 Author: Kim Phillips <kim.phillips@freescale.com>
68173 Date:   Tue Jan 15 09:51:12 2008 -0600
68174
68175     mpc83xx: clean up mpc8360emds.c warnings
68176
68177     mpc8360emds.c: In function 'ft_board_setup':
68178     mpc8360emds.c:327: warning: assignment makes pointer from integer without a cast
68179     mpc8360emds.c:329: warning: passing argument 2 of 'fdt_getprop' makes integer from pointer without a cast
68180     mpc8360emds.c:334: warning: passing argument 2 of 'fdt_setprop' makes integer from pointer without a cast
68181     mpc8360emds.c:341: warning: assignment makes pointer from integer without a cast
68182     mpc8360emds.c:343: warning: passing argument 2 of 'fdt_getprop' makes integer from pointer without a cast
68183     mpc8360emds.c:348: warning: passing argument 2 of 'fdt_setprop' makes integer from pointer without a cast
68184
68185     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
68186
68187 commit f09880ea72a1c806db223ce594c5fb1b6542ff6a
68188 Author: Kim Phillips <kim.phillips@freescale.com>
68189 Date:   Mon Jan 14 16:14:46 2008 -0600
68190
68191     mpc83xx: fix phy-connection-type fixup code
68192
68193     use tree passed to us in local blob, not global fdt.
68194
68195     Also use fdt_path_offset to convert to relative offset, since absolute
68196     reference is needed to check for rgmii-id mode string value.
68197
68198     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
68199
68200 commit 2b4c952be7c4357a13e839d48df80853820c33eb
68201 Author: Kumar Gala <galak@kernel.crashing.org>
68202 Date:   Mon Jan 14 09:01:40 2008 -0600
68203
68204     mpc83xx: fix mpc8313/mpc8315/mpc8349itx Makefiles for silent build (with -s)
68205
68206     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
68207     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
68208
68209 commit e1d8ed2c08da14b168658cc5fa78529d461aea70
68210 Author: Poonam Aggrwal <b10812@freescale.com>
68211 Date:   Mon Jan 14 09:41:14 2008 +0530
68212
68213     Changes in uboot DDR configuration for MPC8313eRDB
68214
68215     These changes were identified by HighSmith Bill ,Mazzyar and Joseph for
68216     DDR configuration in u-boot code. Some are related to performance, some
68217     affect stability and some correct few basic errors in the current
68218     configuration.
68219
68220     The changes have been tested and found to give better memory latency
68221     figures on MPC8313eRDB.LMBench figures prove it.
68222
68223     The changes are:
68224
68225     - CS0_CONFIG[ AP_n_EN] is changed from 1 to 0
68226       (this may improve performance for application with many read
68227       or write to open pages).
68228     - CS0_CONFIG[ODT_WR_CFG] is currently changed from 100 to
68229       001 (activating all the CS when only one is used may cause
68230       unwanted noise on the system)
68231
68232     - TIMING_CFG_1[ACTTOPRE] is changed from 9clks to 8clks (based on
68233       Tras=45ns)
68234     - TIMING_CFG_1[REFREC] changed from 21 clks to 18clks.
68235
68236     - TIMING_CFG_2[AL] value changed from 0 setting to 1 clk to
68237       comply with the 3 ODT clk requirements)
68238     - TIMING_CFG_2[CPO] was set to a reserved value, changed to RL+3/4.
68239     - TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 6clks.
68240
68241     - DDR_SDRAM_MODE[AL]changed from 0 to 1.
68242     - DDR_SDRAM_MODE[WRREC] changed from 1 clk to 3 clks.
68243
68244     - DDR_SDRAM_INTERVAL[REFINT] is changed from 0x0320 to 0x0510.
68245     - DDR_SDRAM_INTERVAL[BSTOPRE] is changed from 0x64 to 0x0500.
68246
68247     The patch is based of git://www.denx.de/git/u-boot-mpc83xx.git
68248     The last commit on this tree was 6775c68683a53c7abc778774641aac6f833a2cbf
68249
68250     Signed-off-by: Poonam Aggrwal-b10812 <b10812@freescale.com>
68251     Cc: Bill HighSmith <Bill.Highsmith@freescale.com>
68252     Cc: Razzaz Mazyar <MRazzaz@freescale.com>
68253     Cc: Josep P J <PJ.Joseph@freescale.com>
68254     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
68255
68256 commit b5cdd7df4a06edb91539c9a2ea7c178a870c3a95
68257 Author: Jerry Van Baren <gvb.uboot@gmail.com>
68258 Date:   Sat Jan 12 13:24:14 2008 -0500
68259
68260     Enable the isdram command on the MPC8360EMDS board
68261
68262     The isdram command prints out decoded information the "serial presence
68263     detect" (SPD) chip on the SDRAM SIMMs.  This can be very helpful when
68264     debugging memory configuration problems.
68265
68266     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
68267     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
68268
68269 commit 8bd522ce4afda3d4868ee8c913f5394094326be1
68270 Author: Dave Liu <r63238@freescale.com>
68271 Date:   Fri Jan 11 18:48:24 2008 +0800
68272
68273     mpc83xx: Add the support for MPC8315ERDB board
68274
68275     The features list:
68276     - Boot from NOR Flash
68277     - DDR2 266MHz hardcoded configuration
68278     - Local bus NOR Flash R/W operation
68279     - I2C, UART, MII and RTC
68280     - eTSEC0/1 support
68281     - PCI host
68282
68283     Signed-off-by: Dave Liu <daveliu@freescale.com>
68284     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
68285
68286 commit b05884efa614e4d8a9413158fc228e0dc02ab704
68287 Author: Dave Liu <r63238@freescale.com>
68288 Date:   Fri Jan 11 18:46:50 2008 +0800
68289
68290     mpc83xx: Add config of eTSEC emergency priority in SPCR
68291
68292     The TSEC emergency priority definition of 831x/837x
68293     is different than the definition of 834x in SPCR register.
68294
68295     Add the other config of TSEC emergency priority into
68296     cpu_init.c
68297
68298     Signed-off-by: Dave Liu <daveliu@freescale.com>
68299     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
68300
68301 commit 9b958234b0783f13d92f007f753fd2c3ae2c8680
68302 Author: Dave Liu <r63238@freescale.com>
68303 Date:   Fri Jan 11 18:42:19 2008 +0800
68304
68305     mpc83xx: Remove cache config from MPC8360ERDK.h
68306
68307     The MPC8360ERDK board support patch is added before
68308     the commit 2c5b48fc205c3e2752910da8f39209ed075929e5
68309     so, miss clean up it.
68310
68311     The patch clean up the miss cache config.
68312
68313     Signed-off-by: Dave Liu <daveliu@freescale.com>
68314     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
68315
68316 commit cd9d23053d435c08fc8695017b5cb9003fcda786
68317 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
68318 Date:   Mon Jan 14 23:09:32 2008 +0300
68319
68320     nand: FSL UPM NAND driver
68321
68322     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
68323
68324 commit 6cb2239ae76faee64434286c4f8fc71374702dd2
68325 Author: Kyungmin Park <kmpark@infradead.org>
68326 Date:   Tue Jan 15 08:59:44 2008 +0900
68327
68328     OneNAND: Separate U-Boot dependent code from OneNAND
68329
68330     OneNAND: Separate U-Boot dependent code from OneNAND
68331
68332     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
68333
68334 commit 83a49c8dd7998be2d1f0d420597a36bbf0bf4164
68335 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
68336 Date:   Wed Jan 16 10:33:46 2008 +0100
68337
68338     ppc4xx: Sequoia coding style cleanup and beautification
68339
68340     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
68341
68342 commit 4b3cc6ece9c455504cf12909fae38d085d848ac0
68343 Author: Larry Johnson <lrj@acm.org>
68344 Date:   Tue Jan 15 14:35:58 2008 -0500
68345
68346     ppc4xx: Refactor ECC POST for AMCC Denali core
68347
68348     The ECC POST reported intermittent failures running after power-up on
68349     the Korat PPC440EPx board.  Even when the test passed, the debugging
68350     output occasionally reported additional unexpected ECC errors.
68351
68352     This refactoring has three main objectives: (1) minimize the code
68353     executed with ECC enabled during the tests, (2) add more checking of the
68354     results so any unexpected ECC errors would cause the test to fail, and
68355     (3) use synchronization (only) where required by the processor.
68356
68357     Signed-off-by: Larry Johnson <lrj@acm.org>
68358
68359 commit 2465665b73ac2f688af945b1ed510752afa816a4
68360 Author: David Saada <David.Saada@ecitele.com>
68361 Date:   Tue Jan 15 10:40:24 2008 +0200
68362
68363     QE UEC: Extend number of supported UECs to 4
68364
68365     This patch extends the number of supported UECs to 4. Note that the
68366     problem of QE thread resources exhaustion is resolved by setting the
68367     correct number of QE threads according to Ethernet type (GBE or FE).
68368
68369     Signed-off-by: David Saada <david.saada@ecitele.com>
68370     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
68371
68372 commit 58d204256cb1ce1bd323847d9f644acf70a72e6a
68373 Author: Wolfgang Denk <wd@denx.de>
68374 Date:   Wed Jan 16 00:01:01 2008 +0100
68375
68376     LWMON5: enable hush shell as command line parser
68377
68378     Signed-off-by: Wolfgang Denk <wd@denx.de>
68379
68380 commit 66ffb1883feedddc813d8a507d060f2a940eb2b2
68381 Author: Wolfgang Denk <wd@denx.de>
68382 Date:   Tue Jan 15 17:22:28 2008 +0100
68383
68384     ADS5121: disable watchdog; enable image timestamps
68385
68386     Signed-off-by: Wolfgang Denk <wd@denx.de>
68387
68388 commit 2b4f778fe9d1de61d7445bae7b325340aba6968d
68389 Author: Wolfgang Denk <wd@denx.de>
68390 Date:   Tue Jan 15 17:21:28 2008 +0100
68391
68392     TK885D: fixes for bigger flash sector sizes on new modules;
68393     adjust default environment;
68394     disable SCC ethernet (not used on this board).
68395
68396     Signed-off-by: Wolfgang Denk <wd@denx.de>
68397
68398 commit f91d7ae5ca89acf9fa1ed1015dc078cf29581607
68399 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
68400 Date:   Tue Jan 15 17:48:13 2008 +0900
68401
68402     pcmcia: Remove CONFIG_COMMANDS from marubun pcmcia driver
68403
68404     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
68405
68406 commit 76e49aa7fb8e76cc49092c1acd53fff921e26360
68407 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
68408 Date:   Tue Jan 15 23:25:25 2008 +0900
68409
68410     sh: Add support SH7710/SH7712
68411
68412     SH7710/SH7712 of SH3 CPU are supported.
68413     SH771X is called SH-Ether, and has the Ether controller in CPU.
68414     The driver of Ether is not included in this patch.
68415
68416     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
68417
68418 commit 63a11be68306870e04d3851ed9fa41955cdf4894
68419 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
68420 Date:   Tue Jan 15 23:06:17 2008 +0900
68421
68422     sh: Add support of map_physmem() and unmap_physmem() to SuperH
68423
68424     This patch add the support of map_physmem() and unmap_physmem()
68425     used with Common Flash Interface(CFI) driver.
68426
68427     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
68428
68429 commit db3995fe5164ac5d630b7ecb96286a9828dfbb54
68430 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
68431 Date:   Wed Jan 9 14:42:27 2008 +0900
68432
68433     sh: Add maintainer of MS7720SE to the MAINTAINER file
68434
68435     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
68436
68437 commit dcd99e88e03d56a0aeecd42b507d2d29d20ab0e3
68438 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
68439 Date:   Wed Jan 9 14:39:58 2008 +0900
68440
68441     sh: Fix board name in MS7720SE's config.mk
68442
68443     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
68444
68445 commit c0a04d93734d768b39dbb72fb501b65614c8615d
68446 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
68447 Date:   Wed Jan 9 14:37:36 2008 +0900
68448
68449     sh: Add MS7720SE to MAKEALL
68450
68451     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
68452
68453 commit b2b5e2bb78a1ef4ae8504f5a26bfdc3293ea74ae
68454 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
68455 Date:   Mon Dec 3 22:58:50 2007 +0900
68456
68457     sh: Add support for MS7720RP02 board
68458
68459     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
68460     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
68461     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
68462
68463 commit 7c10c57275901939a8ece4a9ef3e7ccb7c12a0ed
68464 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
68465 Date:   Wed Jan 9 14:30:02 2008 +0900
68466
68467     sh: Add support for SH7720 in serial_sh driver.
68468
68469     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
68470     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
68471     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
68472
68473 commit f9913a8ee71ff14fcfc1c7fd0e6912f897e69403
68474 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
68475 Date:   Mon Dec 3 22:58:45 2007 +0900
68476
68477     sh: Add support SH3 and SH7720
68478
68479     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
68480     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
68481     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
68482
68483 commit 9adfc9fb9ade64cdf1ed9ff842e4f900cbda78bd
68484 Author: Stefan Roese <sr@denx.de>
68485 Date:   Tue Jan 15 10:11:02 2008 +0100
68486
68487     ppc4xx: Remove compiler warning in cpu/ppc4xx/44x_spd_ddr2.c
68488
68489     Signed-off-by: Stefan Roese <sr@denx.de>
68490
68491 commit 17bef68097ab3692500a36fb31115bff7910aa99
68492 Author: Niklaus Giger <niklausgiger@gmx.ch>
68493 Date:   Mon Jan 14 14:04:42 2008 +0100
68494
68495     ppc_4xx: Fix post spr.c for PPC405
68496
68497     post/cpu/ppc4xx/spr.c contained a few checks for registers only present
68498     for PPC440 and derivates processor.
68499
68500     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
68501
68502 commit 06c428bcd4413014b43236e77765022071424fa6
68503 Author: Dave Liu <r63238@freescale.com>
68504 Date:   Mon Jan 14 11:12:01 2008 +0800
68505
68506     QE: fix compile warning
68507
68508     qe.c: In function 'qe_upload_firmware':
68509     qe.c:390: warning: pointer targets in passing argument 2
68510     uec.c: In function 'uec_initialize':
68511     uec.c:1236: warning: 'uec_info' may be used uninitialized
68512
68513     Signed-off-by: Dave Liu <daveliu@freescale.com>
68514
68515 commit a0dd99d51efa55fe023e19c97ead92683725eb11
68516 Author: Stefan Roese <sr@denx.de>
68517 Date:   Mon Jan 14 10:05:05 2008 +0100
68518
68519     ppc4xx: Update Kilauea CPLD configuration with USB PHY reset bit
68520
68521     Now that bit 29 is the USB PHY reset bit, update the Kilauea port
68522     to remove the USB PHY reset after powerup. The CPLD will keep the
68523     USB PHY in reset (active low) until the bit is set to 1 in
68524     board_early_init_f().
68525
68526     Signed-off-by: Stefan Roese <sr@denx.de>
68527
68528 commit f43ad53908f1ea83a7c26c3505bbe84382e47aad
68529 Author: Wolfgang Denk <wd@denx.de>
68530 Date:   Sun Jan 13 23:26:45 2008 +0100
68531
68532     ARM: update mach-types.h from 2.6.24-rc7 Linux kernel tree
68533
68534     Signed-off-by: Wolfgang Denk <wd@denx.de>
68535
68536 commit 8d103071b7b0e3ec888859bfcb9d422565e6d750
68537 Author: Wolfgang Denk <wd@denx.de>
68538 Date:   Sun Jan 13 23:37:50 2008 +0100
68539
68540     ADS5121: Fix typo in ads5121.c, adjust default environment
68541
68542     Signed-off-by: Wolfgang Denk <wd@denx.de>
68543
68544 commit 51b67d06faa670c65de6f29ec5b5aace74b2a047
68545 Author: John Rigby <jrigby@freescale.com>
68546 Date:   Fri Aug 24 18:18:43 2007 -0600
68547
68548     ADS5121: MAX slew rate for PATA pins
68549
68550     Signed-off-by: John Rigby <jrigby@freescale.com>
68551
68552 commit dd531aac34aaad138f16cacdb51d61908d59c0e2
68553 Author: Wolfgang Denk <wd@denx.de>
68554 Date:   Sun Jan 13 21:05:52 2008 +0100
68555
68556     Fix Makefile dependency problem with parallel builds.
68557
68558     Signed-off-by: Wolfgang Denk <wd@denx.de>
68559
68560 commit 89967841e3ea02e3d0e5e1295ab687576e5b1089
68561 Author: Wolfgang Denk <wd@denx.de>
68562 Date:   Sun Jan 13 19:51:39 2008 +0100
68563
68564     MPC8544DS: fix board Makefile for silent build (with -s)
68565
68566     Signed-off-by: Wolfgang Denk <wd@denx.de>
68567
68568 commit 6d714f82fb4b8bb7e267e9c71b8009bc670bfe88
68569 Author: Wolfgang Denk <wd@denx.de>
68570 Date:   Sun Jan 13 16:44:08 2008 +0100
68571
68572     PMC440 board: fix board Makefile for out-of-tree building
68573
68574     Signed-off-by: Wolfgang Denk <wd@denx.de>
68575
68576 commit 6eb3fb15588d319bd3099d5f9b910051dfeab6b2
68577 Author: Wolfgang Denk <wd@denx.de>
68578 Date:   Sun Jan 13 16:07:44 2008 +0100
68579
68580     Makalu: fix compile warning
68581
68582     Signed-off-by: Wolfgang Denk <wd@denx.de>
68583
68584 commit 0a1e03bcadc7734688a21e8dd2e46a4f608193c0
68585 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
68586 Date:   Sun Jan 13 12:36:12 2008 +0100
68587
68588     cmd_nand : fix compiler warning.
68589
68590     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
68591
68592 commit 8225d1e3ac0ab147cdde4b0042812583380afb8a
68593 Author: Michael Schwingen <rincewind@discworld.dascon.de>
68594 Date:   Sat Jan 12 20:29:47 2008 +0100
68595
68596     CFI: Fix CONFIG_FLASH_CFI_LEGACY compilation
68597
68598     Signed-off-by: Michael Schwingen <michael@schwingen.org>
68599     Acked-by: Stefan Roese <sr@denx.de>
68600
68601 commit 2b2f43ed6a30ece77f76191c845ac95267daa31a
68602 Author: Wolfgang Denk <wd@denx.de>
68603 Date:   Sun Jan 13 02:19:44 2008 +0100
68604
68605     MPC8360ERDK: fix incorrect initialization of CFG_I2C_NOPROBES
68606
68607     Signed-off-by: Wolfgang Denk <wd@denx.de>
68608
68609 commit 08e99e1dd01a3e0e3dc3a7138eb827c997e2b74d
68610 Author: Wolfgang Denk <wd@denx.de>
68611 Date:   Sun Jan 13 02:19:13 2008 +0100
68612
68613     MPC8xx FEC driver: fix compiler warning.
68614
68615     Signed-off-by: Wolfgang Denk <wd@denx.de>
68616
68617 commit ae6d1056d2c2e4d1266413c0ae8a6d5529ecde4b
68618 Author: Wolfgang Denk <wd@denx.de>
68619 Date:   Sun Jan 13 00:59:21 2008 +0100
68620
68621     Fix Makefile dependencies issues; allow silent build
68622
68623     - get rid of "version" target whichdidn't really work
68624     - make autoconf.mk depend on version_autogenerated.h to make sure
68625       to rebuild files as needed
68626     - add XECHO macro to allow for silent build using "make -s"
68627
68628     Signed-off-by: Wolfgang Denk <wd@denx.de>
68629
68630 commit e343ab83d5135b558aa58db9be8fc7faa68d77ed
68631 Author: Wolfgang Denk <wd@denx.de>
68632 Date:   Sun Jan 13 00:55:47 2008 +0100
68633
68634     ADS5121e: fix compile warning
68635
68636     Signed-off-by: Wolfgang Denk <wd@denx.de>
68637
68638 commit f2b6f4610627fe3d607620e25082916a01538875
68639 Author: Wolfgang Denk <wd@denx.de>
68640 Date:   Sun Jan 13 00:55:18 2008 +0100
68641
68642     MUNICes: fix board Makefile for remote build directory
68643
68644     Signed-off-by: Wolfgang Denk <wd@denx.de>
68645
68646 commit 2ad4d3999fe801aa716221d7d9a4c5bdad74783a
68647 Author: Oliver Weber <almoeli@gmx.de>
68648 Date:   Wed Jan 9 17:04:38 2008 +0100
68649
68650     MPC5200: don't use hardcoded MBAR address in Bestcomm firmware
68651
68652     Signed-off-by: Oliver Weber <almoeli@gmx.de>
68653
68654 commit 00ac50e348d1bace27a174b7f528d113bc7cdf7f
68655 Author: Andreas Engel <andreas.engel@ericsson.com>
68656 Date:   Wed Jan 9 17:10:56 2008 +0100
68657
68658     Make bootretry work when command line editing is enabled
68659
68660     Currently, when CONFIG_CMDLINE_EDITING is set, bootretry doesn't work.
68661     This patch fixes the problem.
68662
68663     Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
68664
68665 commit 632de0672d3c3ab53ad798c47f5f1eb26008a0e4
68666 Author: Larry Johnson <lrj@acm.org>
68667 Date:   Fri Jan 11 23:26:18 2008 -0500
68668
68669     Refactor code for "i2c sdram" command
68670
68671     Signed-off-by: Larry Johnson <lrj@acm.org>
68672
68673 commit 0df6b8446c4721b91ce311548114891130371083
68674 Author: Larry Johnson <lrj@acm.org>
68675 Date:   Thu Jan 10 22:23:39 2008 -0500
68676
68677     Fix "i2c sdram" command for DDR2 DIMMs
68678
68679     Many of the SPD bytes for DDR2 SDRAM are not interpreted correctly by the
68680     "i2c sdram" command.  This patch provides correct alternative
68681     interpretations when DDR2 memory is detected.
68682
68683     Signed-off-by: Larry Johnson <lrj@acm.org>
68684
68685 commit 64134f011254123618798ff77c42ba196b2ec485
68686 Author: Wolfgang Denk <wd@denx.de>
68687 Date:   Sat Jan 12 20:31:39 2008 +0100
68688
68689     Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
68690
68691     With recent toolchain versions, some boards would not build because
68692     or errors like this one (here for ocotea board when building with
68693     ELDK 4.2 beta):
68694     ppc_4xx-ld: section .bootpg [fffff000 -> fffff23b] overlaps section .bss [fffee900 -> fffff8ab]
68695
68696     For many boards, the .bss section is big enough that it wraps around
68697     at the end of the address space (0xFFFFFFFF), so the problem will not
68698     be visible unless you use a 64 bit tool chain for development. On
68699     some boards however, changes to the code size (due to different
68700     optimizations) we bail out with section overlaps like above.
68701
68702     The fix is to add the NOLOAD attribute to the .bss and .sbss
68703     sections, telling the linker that .bss does not consume any space in
68704     the image.
68705
68706     Signed-off-by: Wolfgang Denk <wd@denx.de>
68707
68708 commit 3afac79ec27b91df185f090b31dad9620779f440
68709 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
68710 Date:   Fri Jan 11 20:42:58 2008 -0600
68711
68712     USB: Add Philips 1561 PCI-OHCI ids
68713     (needed for M5475EVB)
68714
68715     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68716
68717 commit 5e8def6731cd7bec74bff42a16b139de04010353
68718 Author: Wolfgang Denk <wd@denx.de>
68719 Date:   Sat Jan 12 15:51:34 2008 +0100
68720
68721     Add MAINTAINERS entries for ids8247, jupiter, municse, sc3 and uc101
68722     boards.
68723
68724     Signed-off-by: Heiko Schocher <hs@denx.de>
68725     Signed-off-by: Wolfgang Denk <wd@denx.de>
68726
68727 commit 5d49e0e152a8b81cc0602271e8fd259371f559b7
68728 Author: Grzegorz Bernacki <gjb@semihalf.com>
68729 Date:   Fri Jan 11 12:03:43 2008 +0100
68730
68731     MPC512X: Cleanup bus clock names.
68732
68733     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
68734
68735 commit 66a9455b6bf46d69cec5c88d1a600d1d9a10670d
68736 Author: Grzegorz Bernacki <gjb@semihalf.com>
68737 Date:   Tue Jan 8 17:16:59 2008 +0100
68738
68739     MPC512X: Fixed typo in macro name.
68740
68741     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
68742
68743 commit 281ff9a45cf9eb17b8a9afc436cb783cf1f62363
68744 Author: Grzegorz Bernacki <gjb@semihalf.com>
68745 Date:   Tue Jan 8 17:16:15 2008 +0100
68746
68747     ads5121: Added support for FDT.
68748
68749     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
68750
68751 commit a10ff9196183e7e5f2ae3c4f5f3cbe92ae9cb719
68752 Author: Wolfgang Denk <wd@denx.de>
68753 Date:   Sat Jan 12 01:05:50 2008 +0100
68754
68755     Coding Style cleanup; update CHANGELOG.
68756
68757     Signed-off-by: Wolfgang Denk <wd@denx.de>
68758
68759 commit f6db945649e5e9d0c7efe33b507d243cdc86cf03
68760 Author: Heiko Schocher <hs@denx.de>
68761 Date:   Fri Jan 11 15:15:17 2008 +0100
68762
68763     Fixed syntax error in function init_e300_core() of mpc83xx/start.S if
68764
68765     Signed-off-by: Timur Tabi <timur@freescale.com>
68766     Signed-off-by: Heiko Schocher <hs@denx.de>
68767
68768 commit fa05664cd8c7ab1ecf062aa73b992b7b58bba49c
68769 Author: Heiko Schocher <hs@denx.de>
68770 Date:   Fri Jan 11 15:15:16 2008 +0100
68771
68772     MUNICes: Set the right CFG_DEFAULT_MBAR value.
68773
68774     Signed-off-by: Heiko Schocher <hs@denx.de>
68775
68776 commit 5fb2b2342ece8d786c6f7fdba1bc273febd3b3d2
68777 Author: Heiko Schocher <hs@denx.de>
68778 Date:   Fri Jan 11 15:15:15 2008 +0100
68779
68780     added the config File for the MUNICes board.
68781
68782     Signed-off-by: Heiko Schocher <hs@denx.de>
68783
68784 commit 6341d9d723b71b4c0bf86f979e4cb228c02fd09d
68785 Author: Heiko Schocher <hs@denx.de>
68786 Date:   Fri Jan 11 15:15:14 2008 +0100
68787
68788     added basic support for the MUNICes board.
68789
68790     Signed-off-by: Heiko Schocher <hs@denx.de>
68791
68792 commit 3bb77fb09a1caabf5a292cc5b486a78b977fbe19
68793 Author: Wolfgang Denk <wd@denx.de>
68794 Date:   Sat Jan 12 00:39:37 2008 +0100
68795
68796     Update CHANGELOG and MAINTAINERS files.
68797
68798     Signed-off-by: Wolfgang Denk <wd@denx.de>
68799
68800 commit 5ba7390c3cb579172be66888a371707b47b5be4e
68801 Author: Anatolij Gustschin <agust@denx.de>
68802 Date:   Fri Jan 11 02:15:02 2008 +0100
68803
68804     Fix compilation problem in common/cmd_bmp.c
68805
68806     common/cmd_bmp.c fails to compile if CONFIG_VIDEO_BMP_GZIP
68807     isn't defined. This patch fix this.
68808
68809     Signed-off-by: Anatolij Gustschin <agust@denx.de>
68810
68811 commit 5aa437baae5fe629abeab99bef793a2a1fc71b58
68812 Author: Heiko Schocher <hs@denx.de>
68813 Date:   Fri Jan 11 01:12:09 2008 +0100
68814
68815     Fix defaultconfig for the mgcoge board.
68816
68817     Signed-off-by: Heiko Schocher <hs@denx.de>
68818
68819 commit ac9db066b26935f31bff15c98168b19faeb603f3
68820 Author: Heiko Schocher <hs@denx.de>
68821 Date:   Fri Jan 11 01:12:08 2008 +0100
68822
68823     Added support for the mgcoge board from keymile.
68824
68825     Signed-off-by: Heiko Schocher <hs@denx.de>
68826
68827 commit b423d055cc2e13c4ef1f0389c3fa2988d0eed818
68828 Author: Heiko Schocher <hs@denx.de>
68829 Date:   Fri Jan 11 01:12:07 2008 +0100
68830
68831     Enable SMC microcode relocation patch for SMC1.
68832
68833     Signed-off-by: Heiko Schocher <hs@denx.de>
68834
68835 commit 381e4e639720d8d2efb8066c7c48ec9588cb28c7
68836 Author: Heiko Schocher <hs@denx.de>
68837 Date:   Fri Jan 11 01:12:06 2008 +0100
68838
68839     Added support for the mgsuvd board from keymile.
68840
68841     Signed-off-by: Heiko Schocher <hs@denx.de>
68842
68843 commit bf05293973b348f6946c9df92cd3c65ece42d0be
68844 Author: James Yang <james.yang@freescale.com>
68845 Date:   Thu Jan 10 16:02:07 2008 -0600
68846
68847     Fix 64-bit vsprintf.
68848
68849     There were some size and unsigned problems.
68850     Also add support for "ll" size modifier in format string like glibc
68851
68852     Signed-off-by: James Yang <James.Yang@freescale.com>
68853     Acked-by: Jon Loeliger <jdl@freescale.com>
68854
68855 commit 92fa37eac530860643afa26ae347af3d23d67309
68856 Author: Larry Johnson <lrj@acm.org>
68857 Date:   Wed Jan 9 12:42:35 2008 -0500
68858
68859     Remove superfluous preprocessor conditionals from LM73 driver
68860
68861     (1) Remove unused symbol "CFG_EEPROM_PAGE_WRITE_ENABLE".
68862
68863     (2) Use conditional Makefile.o.
68864
68865     Signed-off-by: Larry Johnson <lrj@acm.org>
68866
68867 commit efc6f447c1b940d1650c4b854c5598a595ddc3da
68868 Author: Guennadi Liakhovetski <lg@denx.de>
68869 Date:   Thu Jan 10 17:59:07 2008 +0100
68870
68871     Add support for the TK885D baseboard from TELE-DATA
68872
68873     The TK885D board uses a TQM885D module from TQ, this port adds an
68874     own configuration file and adds a last_stage_init() method to
68875     configure the two PHYs, depending on the phy_auto_nego environment
68876     variable.
68877
68878     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
68879
68880 commit 0ec595243dc99edcd248bbcfbfd5a1dc860bde89
68881 Author: Kumar Gala <galak@kernel.crashing.org>
68882 Date:   Thu Jan 10 02:22:05 2008 -0600
68883
68884     Fix compiler warning
68885
68886     main.c: In function 'readline_into_buffer':
68887     main.c:927: warning: unused variable 'p_buf'
68888
68889     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
68890
68891 commit bed53753dd1d7e6bcbea4339be0fb7760214cc35
68892 Author: Anatolij Gustschin <agust@denx.de>
68893 Date:   Fri Jan 11 14:30:01 2008 +0100
68894
68895     Add Fujitsu CoralP/Lime video driver
68896
68897     Signed-off-by: Anatolij Gustschin <agust@denx.de>
68898     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
68899
68900 commit 20c450ef61ef2eb1c96f9b59ba0eb8d849bba058
68901 Author: Anatolij Gustschin <agust@denx.de>
68902 Date:   Fri Jan 11 02:39:47 2008 +0100
68903
68904     Fix video console newline and carriage return handling
68905
68906     Lines of the lenght CONSOLE_COLS or greater than CONSOLE_COLS
68907     are not displayed correctly. This is an attempt to fix
68908     this issue. Also add carriage return handling.
68909
68910     Signed-off-by: Anatolij Gustschin <agust@denx.de>
68911     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
68912
68913 commit d5a163d6baa04f5a8edcc10ebc6fad08657d3093
68914 Author: Stefan Roese <sr@denx.de>
68915 Date:   Fri Jan 11 15:53:58 2008 +0100
68916
68917     ppc4xx: Fix sdram init on Sequoia boards
68918
68919     Clear possible errors in MCSR resulting from data-eye-search.
68920     If not done, then we could get an interrupt later on when
68921     exceptions are enabled.
68922
68923     Signed-off-by: Stefan Roese <sr@denx.de>
68924
68925 commit d610a60730b7464f6f659db49d264d89a7c71061
68926 Author: Anatolij Gustschin <agust@denx.de>
68927 Date:   Fri Jan 11 15:31:09 2008 +0100
68928
68929     ppc4xx: Rework Lime support for lwmon5
68930
68931     Rework Lime support for lwmon5 using new video driver
68932
68933     Signed-off-by: Anatolij Gustschin <agust@denx.de>
68934
68935 commit ff41ffc93c1592e77a44bdbebd5d781739f3aae0
68936 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
68937 Date:   Fri Jan 11 14:55:16 2008 +0100
68938
68939     ppc4xx: Update PMC440 config file
68940
68941     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
68942
68943 commit e3edcb36f14f0aabb6f50e96014d6877f73d64ea
68944 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
68945 Date:   Fri Jan 11 14:55:08 2008 +0100
68946
68947     ppx4xx: Fix sdram init on PMC440 boards
68948
68949     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
68950
68951 commit 061aad4d320dddce26247699dcf2875ee2ea1366
68952 Author: Dave Liu <r63238@freescale.com>
68953 Date:   Thu Jan 10 23:09:33 2008 +0800
68954
68955     mpc83xx: Fix the bug of 266MHz data rate DDR
68956
68957     The DDR doesn't work on the 266MHz data rate,
68958     the patch fix the bug.
68959
68960     Signed-off-by: Dave Liu <daveliu@freescale.com>
68961     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
68962
68963 commit ded08317ad9e340b887bf2eb46e9565a0f610a93
68964 Author: Dave Liu <r63238@freescale.com>
68965 Date:   Thu Jan 10 23:08:26 2008 +0800
68966
68967     mpc83xx: Make the code more readable
68968
68969     Format the code, make it more readable
68970
68971     Signed-off-by: Dave Liu <daveliu@freescale.com>
68972     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
68973
68974 commit 7e74d63d1a211fbc34ec424e2dc6726601f323d0
68975 Author: Dave Liu <r63238@freescale.com>
68976 Date:   Thu Jan 10 23:07:23 2008 +0800
68977
68978     mpc83xx: Reduce the latency of DDR
68979
68980     Reduce the AL from 2 to 1 clock to improve the performance.
68981
68982     Signed-off-by: Dave Liu <daveliu@freescale.com>
68983     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
68984
68985 commit 6f3931a2bed5412c20d5e5536c865fbd657f7d28
68986 Author: Dave Liu <r63238@freescale.com>
68987 Date:   Thu Jan 10 23:06:05 2008 +0800
68988
68989     mpc83xx: Fix the wrong definition of MPC8315E
68990
68991     According to the latest user manual of MPC8315E,
68992     1) The SVCOD of HRCWL is different than 837x
68993     2) The SCCR has changes
68994
68995     Signed-off-by: Dave Liu <daveliu@freescale.com>
68996     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
68997
68998 commit ec2638ea08a537a1bd409db873aaaa33a053ebae
68999 Author: Dave Liu <r63238@freescale.com>
69000 Date:   Thu Jan 10 23:05:00 2008 +0800
69001
69002     mpc83xx: Fix the typo in mpc83xx.h
69003
69004     The SPCR about TSEC priority is wrong.
69005
69006     Signed-off-by: Michael Barkowski <Michael.Barkowski@freescale.com>
69007     Signed-off-by: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com>
69008     Signed-off-by: Dave Liu <daveliu@freescale.com>
69009     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
69010
69011 commit c86ef2cd9ef81935049231fa89f36c7b793f2d4b
69012 Author: Dave Liu <r63238@freescale.com>
69013 Date:   Thu Jan 10 23:04:13 2008 +0800
69014
69015     mpc83xx: Fix the typo in global data struct
69016
69017     Fix the typo in global_data.h
69018
69019     Signed-off-by: Dave Liu <daveliu@freescale.com>
69020     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
69021
69022 commit 2c5b48fc205c3e2752910da8f39209ed075929e5
69023 Author: Dave Liu <r63238@freescale.com>
69024 Date:   Thu Jan 10 23:03:03 2008 +0800
69025
69026     mpc83xx: Remove cache config from config.h
69027
69028     clean up the cache config from configs.h of board
69029
69030     Signed-off-by: Dave Liu <daveliu@freescale.com>
69031     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
69032
69033 commit fab6f556bbbbd1bb35a5433161f7f173c18df559
69034 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
69035 Date:   Wed Jan 9 20:57:47 2008 +0300
69036
69037     mpc83xx: add support for the MPC8360E-RDK
69038
69039     This is MPC8360E based board with:
69040     - 256MB fixed SDRAM;
69041     - 8MB Intel Strata NOR flash;
69042     - StMICRO 64MiB NAND flash;
69043     - two 10/100/1000 ethernet ports connected via Broadcom
69044       BCM5481 PHYs;
69045     - two 10/100 ethernet ports connected via National
69046       DP83848 PHYs;
69047     - one PCI and one miniPCI slots;
69048     - four serial ports (two NS16550-compatible, two UCCs);
69049     - four USB ports working through MPC8360E "FHCI" USB controller;
69050     - Fujitsu MB86277 graphics controller;
69051     - Analog to Digital Converter/Touchscreen controller, AD7843
69052       connected to SPI.
69053
69054     Features not supported in this patch are:
69055     - StMICRO 64MiB NAND flash (patch sent);
69056     - MINT framebuffer initialization (patch is pending);
69057     - Fetching production information from the EEPROM via I2C;
69058     - FHCI USB;
69059     - Two slow UCCs used as RS-485 UARTs.
69060
69061     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
69062     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
69063
69064 commit b3d2cde7a3aa1e83b7968cdff929e52c8cc617bb
69065 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
69066 Date:   Wed Jan 9 20:57:40 2008 +0300
69067
69068     mpc83xx: add "fsl, qe" compatible fixups
69069
69070     New device trees will use "fsl,qe" compatible properties.
69071
69072     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
69073     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
69074
69075 commit 977b57583a7c34010e566a09a679ec3c1836f996
69076 Author: Kim Phillips <kim.phillips@freescale.com>
69077 Date:   Wed Jan 9 15:24:06 2008 -0600
69078
69079     mpc83xx: add missing CONFIG_HAS_ETH0 defines
69080
69081     the new libfdt code only updates eth0 if CONFIG_HAS_ETH0
69082     is defined; add the define to the missing board configs.
69083
69084     Thanks to Emilian Medve for finding this.
69085
69086     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
69087
69088 commit b830b7f1635984ba607219fcbd78597c28eeb529
69089 Author: Becky Bruce <bgill@freescale.com>
69090 Date:   Thu Jan 10 14:00:28 2008 -0600
69091
69092     86xx: Support 2GB DIMMs
69093
69094     Configure the number of bits used to address the banks inside the SDRAM
69095     device.  The default register value of 0 means 2 bits to address 4 banks.
69096     Higher capacity devices like a 2GB DIMM require 3 bits to address 8 banks.
69097
69098     Signed-off-by: Becky Bruce <bgill@freescale.com>
69099
69100 commit 4d332dbeb08f5863d1ea69d91a00c5499d3a87ed
69101 Author: Niklaus Giger <niklausgiger@gmx.ch>
69102 Date:   Thu Jan 10 18:50:33 2008 +0100
69103
69104     ppc4xx: Make Sequoia boot vxWorks
69105
69106     vxWorks expects in
69107     TLB 0 a entry for the Machine Check interrupt
69108     TLB 1 a entry for the RAM
69109     TLB 2 a entry for the EBC
69110     TLB 3 a entry for the boot flash
69111
69112     After changing the baudrate to 9600 I had no problems to boot the
69113     vxWorks image as distributed by WindRiver (Revision 2.0/1 from
69114     June 18, 2007)
69115
69116     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
69117
69118 commit 6d8184b00c0d1d7090e4a2f514e310d98a394f8d
69119 Author: Larry Johnson <lrj@arlinx.com>
69120 Date:   Wed Jan 9 23:10:27 2008 -0500
69121
69122     ppc4xx: Fix dflush() to restore DVLIM register
69123
69124     Signed-off-by: Larry Johnson <lrj@acm.org>
69125
69126 commit 252f60b068d1f94190b5bcfda169db582387e15e
69127 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
69128 Date:   Thu Jan 10 03:52:44 2008 -0500
69129
69130     Nios2: remove common/cmd_bdinfo.c unused variable.
69131
69132     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
69133     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
69134
69135 commit 422b1a01602b6e2fbf8444a1192c7ba31461fd4c
69136 Author: Ben Warren <biggerbadderben@gmail.com>
69137 Date:   Wed Jan 9 18:15:53 2008 -0500
69138
69139     Fix Ethernet init() return codes
69140
69141     Change return values of init() functions in all Ethernet drivers to conform
69142     to the following:
69143
69144         >=0: Success
69145         <0:  Failure
69146
69147     All drivers going forward should return 0 on success.  Current drivers that
69148     return 1 on success were left as-is to minimize changes.
69149
69150     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
69151     Acked-by: Stefan Roese <sr@denx.de>
69152     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
69153     Acked-by: Kim Phillips <kim.phillips@freescale.com>
69154     Acked-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
69155     Acked-By: Timur Tabi <timur@freescale.com>
69156
69157 commit d3a6532cbe263d992f49e86ac95bede28e96f9c8
69158 Author: Wolfgang Denk <wd@denx.de>
69159 Date:   Thu Jan 10 00:55:14 2008 +0100
69160
69161     Coding Style cleanup; update CHANGELOG
69162
69163     Signed-off-by: Wolfgang Denk <wd@denx.de>
69164
69165 commit 17a41e4492121ccf9fa2c10c2cb1a6d1c18d74f7
69166 Author: Kim Phillips <kim.phillips@freescale.com>
69167 Date:   Wed Jan 9 16:56:54 2008 -0600
69168
69169     Add QE brg freq and correct qe bus freq fdt update code
69170
69171     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
69172     Signed-off-by: Andy Fleming <afleming@freescale.com>
69173
69174 commit 890dfef06c2d169a3356359596890754dfb8ee1c
69175 Author: Andy Fleming <afleming@freescale.com>
69176 Date:   Wed Jan 9 16:34:51 2008 -0600
69177
69178     Remove cache config from ATUM8548 and sbc8548 configs
69179
69180     These boards weren't updated by Kumar's config patch because they
69181     weren't in the tree, yet.
69182
69183     Signed-off-by: Andy Fleming <afleming@freescale.com>
69184
69185 commit b8ec2385038c094b07ec5b49336289a46b6e9cc6
69186 Author: Timur Tabi <timur@freescale.com>
69187 Date:   Mon Jan 7 13:31:19 2008 -0600
69188
69189     85xx: add ability to upload QE firmware
69190
69191     Define the layout of a binary blob that contains a QE firmware and instructions
69192     on how to upload it.  Add function qe_upload_firmware() to parse the blob and
69193     perform the actual upload.  Add command-line command "qe fw" to take a firmware
69194     blob in memory and upload it.  Update ft_cpu_setup() on 85xx to create the
69195     'firmware' device tree node if U-Boot has uploaded a firmware.  Fully define
69196     'struct rsp' in immap_qe.h to include the actual RISC Special Registers.
69197
69198     Signed-off-by: Timur Tabi <timur@freescale.com>
69199
69200 commit b009f3eca99bb7b9e6ba6639a8909a138dd5e9fe
69201 Author: Kumar Gala <galak@kernel.crashing.org>
69202 Date:   Tue Jan 8 01:22:21 2008 -0600
69203
69204     85xx: Remove cache config from configs.h
69205
69206     Either use the standard defines in asm/cache.h or grab the information
69207     at runtime from the L1CFG SPR.
69208
69209     Also, minor cleanup in cache.h to make the code a bit more readable.
69210
69211     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
69212
69213 commit b964e9368f45372aaf1da0c13fe56f6d81ae8e96
69214 Author: robert lazarski <robertlazarski@gmail.com>
69215 Date:   Fri Dec 21 10:39:27 2007 -0500
69216
69217     mpc85xx: Add support for ATUM8548 (updated)
69218
69219     Add support for Instituto Atlantico's ATUM8548 board
69220
69221     Signed-off-by: robert lazarski <robertlazarski@gmail.com>
69222     Signed-off-by: Andy Fleming <afleming@freescale.com>
69223
69224 commit 7bd6104b71de9bca80ac8e0936003443bb42f2fc
69225 Author: robert lazarski <robertlazarski@gmail.com>
69226 Date:   Fri Dec 21 10:36:37 2007 -0500
69227
69228     mpc85xx: Add support for ATUM8548 (updated)
69229
69230     Add support for Instituto Atlantico's ATUM8548 board
69231
69232     Signed-off-by: robert lazarski <robertlazarski@gmail.com>
69233
69234 commit 9e3ed392d2c8965e24c942b58796c31c644c2f70
69235 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
69236 Date:   Thu Dec 13 06:45:14 2007 -0600
69237
69238     mpc85xx: Add support for SBC8548 (updated)
69239
69240     Add support for Wind River's SBC8548 reference board.
69241
69242     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
69243
69244 commit 11c45ebd46d6517b51b7a92dd52a618b2f4e5586
69245 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
69246 Date:   Thu Dec 13 06:45:08 2007 -0600
69247
69248     mpc85xx: Add support for SBC8548 (updated)
69249
69250     Add support for Wind River's SBC8548 reference board.
69251
69252     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
69253     Signed-off by: Andy Fleming <afleming@freescale.com>
69254
69255 commit 64d4bcb087c2ece1c4d0de8efe85e0075e5b1594
69256 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
69257 Date:   Mon Oct 22 19:58:19 2007 +0400
69258
69259     MPC8568E-MDS: set up QE pario for UART1
69260
69261     To use UART1 on the MPC8568E-MDS, QE pario pins PC[0:3] should
69262     be set up appropriately.
69263
69264     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
69265
69266 commit ad162249cb371e9e38971676f09be791e5f3cf4a
69267 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
69268 Date:   Mon Oct 22 18:12:46 2007 +0400
69269
69270     MPC8568E-MDS: reset UCCs to use them reliably
69271
69272     In order to use GETH1 and GETH2 on the MPC8568E-MDS, we should reset
69273     UCCs.
69274
69275     p.s Similar code exists in the Linux kernel board file (for capability
69276     reasons with older U-Boots), but should be removed some day.
69277
69278     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
69279
69280 commit 2146cf56821c3364786ca94a7306008c5824b238
69281 Author: Kumar Gala <galak@kernel.crashing.org>
69282 Date:   Wed Dec 19 01:18:15 2007 -0600
69283
69284     Reworked FSL Book-E TLB macros to be more readable
69285
69286     The old macros made it difficult to know what WIMGE and perm bits
69287     were set for a TLB entry.  Actually use the bit masks for these items
69288     since they are only a single bit.
69289
69290     Also moved the macros into mmu.h out of e500.h since they aren't specific
69291     to e500.
69292
69293     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
69294
69295 commit 1d47273d46925929f8f2c1913cd96d7257aade88
69296 Author: Kumar Gala <galak@kernel.crashing.org>
69297 Date:   Tue Dec 18 23:21:51 2007 -0600
69298
69299     Use FSL Book-E MMU macros from Linux Kernel
69300
69301     Grab the FSL Book-E MAS register macros from Linux.  Also added
69302     defines for page sizes up to 4TB and removed SHAREN since it doesnt
69303     really exist.
69304
69305     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
69306
69307 commit 02df4a270f817ef6ec39047a01b55fecdc5f3b37
69308 Author: Andy Fleming <afleming@freescale.com>
69309 Date:   Wed Jan 9 13:51:32 2008 -0600
69310
69311     Fix my own merge stupidity
69312
69313     Way back in August I merged Heiko's patch:
69314     566a494f592: [PCS440EP] upgrade the PCS440EP board
69315
69316     with Jon's CONFIG_COMMANDS patches.
69317
69318     This was done in commit: 6bf6f114dcdd97ec3f80c2761ed40e31229d6b78
69319
69320     However, in the process, I left out some of Heiko's good changes.
69321
69322     Now Heiko's and Jon's patches are properly merged in fat_register_device()
69323
69324     Signed-off-by: Andy Fleming <afleming@freescale.com>
69325
69326 commit 6636b62a6efc7f14e6e788788631ae7a7fca4537
69327 Author: James Yang <James.Yang@freescale.com>
69328 Date:   Wed Jan 9 11:17:49 2008 -0600
69329
69330     Expose parse_line() globally.
69331
69332     Add new function readline_into_buffer() that allows the
69333     output of readline to be put into a pointer to char buffer.
69334
69335     This refactoring allows other functions besides the
69336     main command loop to also use the same input mechanism.
69337
69338     Signed-off-by: James Yang <James.Yang@freescale.com>
69339     Acked-by: Jon Loeliger <jdl@freescale.com>
69340
69341 commit 7ca90513486abd4ae50bd1b7403f47cc58c5ad25
69342 Author: Guennadi Liakhovetski <lg@denx.de>
69343 Date:   Wed Jan 9 01:15:25 2008 +0100
69344
69345     trivial: fix consequences of a bad merge
69346
69347     Fix what looks like a merge artifact.
69348
69349     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
69350
69351 commit 4785a694c0045996ccf0ac5b8edf531efc1b730e
69352 Author: Zhang Wei <wei.zhang@freescale.com>
69353 Date:   Thu Jan 3 10:51:15 2008 +0800
69354
69355     Add Ctrl combo key support to usb keyboard driver.
69356
69357     Ctrl combo key support is added, which is very useful to input Ctrl-C
69358     for interrupt current job.
69359     Also add usb_event_poll() calling to usb_kbd_testc(), which can get
69360     key input when tstc() is called.
69361
69362     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
69363
69364 commit 10c7382bc5d5e64c47f94ac2ca78cc574442e82d
69365 Author: Marcel Ziswiler <marcel@ziswiler.com>
69366 Date:   Sun Dec 30 03:30:56 2007 +0100
69367
69368     fix various comments
69369
69370     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
69371
69372 commit 7817cb2083d982923752fe0f12b67c0e7c09a027
69373 Author: Marcel Ziswiler <marcel@ziswiler.com>
69374 Date:   Sun Dec 30 03:30:46 2007 +0100
69375
69376     fix comments with new drivers organization
69377
69378     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
69379
69380 commit a9b410dc7d2a4721c408b13abfc037988150f145
69381 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
69382 Date:   Fri Dec 28 12:50:59 2007 +0900
69383
69384     Remove the obsolete terse version of do_mii()
69385
69386     We now have more useful version of do_mii() and everybody use it.
69387     Gerald Van Baren says:
69388
69389     > When I originally wrote the mii command 6(!) years ago, I wrote a
69390     > verbose version that printed human readable decomposition of the flags,
69391     > etc., and a terse one that didn't print as much stuff and thus had a
69392     > smaller memory footprint.
69393     >
69394     > It sounds like the terse version has withered and died, apparently
69395     > people are only using the verbose version (which is very understandable,
69396     > I do myself).
69397
69398     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
69399     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
69400
69401 commit 01c687aa6e065bd4faf80f723361e798941dd6b0
69402 Author: Mike Frysinger <vapier@gentoo.org>
69403 Date:   Thu Dec 27 13:42:56 2007 -0500
69404
69405     Do not reference sha1.c when building mkimage.
69406
69407     remove sha1.o from mkimage linking since it isn't actually used.
69408
69409     Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
69410
69411 commit b9173af73e524d37c812f210173cf83385c5171a
69412 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
69413 Date:   Thu Dec 27 15:39:54 2007 +0900
69414
69415     common/cmd_mii.c: Add sanity argc check
69416
69417     If type mii command without arguments, we suffer from uninitialized argv[]
69418     entries; for example we MIPS get stuck by TLB error.
69419
69420     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
69421
69422 commit 500856eb1707ed17d9204baa61dd59948d3b2899
69423 Author: Rafal Jaworowski <raj@semihalf.com>
69424 Date:   Wed Jan 9 19:39:36 2008 +0100
69425
69426     API for external applications.
69427
69428     This is an API for external (standalone) applications running on top of
69429     U-Boot, and is meant to be more extensible and robust than the existing
69430     jumptable mechanism. It is similar to UNIX syscall approach. See api/README
69431     for more details.
69432
69433     Included is the demo application using this new framework (api_examples).
69434
69435     Please note this is still an experimental feature, and is turned off by
69436     default.
69437
69438     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
69439
69440 commit fe8dd0b2220b7c02b0d4c9c4f9967879970477b1
69441 Author: Jon Loeliger <jdl@freescale.com>
69442 Date:   Wed Jan 9 12:14:55 2008 -0600
69443
69444     86xx: Remove cache config from configs.h
69445
69446     Just use the standard defines in asm/cache.h.
69447
69448     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69449
69450 commit 26a41790f8eba19ad450e18ae91351daf485b3e2
69451 Author: Rafal Jaworowski <raj@semihalf.com>
69452 Date:   Wed Jan 9 18:05:27 2008 +0100
69453
69454     Globalize envmatch()
69455
69456     The newly introduced API (routines related to env vars) will need to call
69457     it.
69458
69459     Signed-off-by: Rafal Zabdyr <armo@semihalf.com>
69460
69461 commit 1df170f8b2a99e1e2f940f9f0b56511e1e4c9e1f
69462 Author: Jon Loeliger <jdl@freescale.com>
69463 Date:   Fri Jan 4 12:07:27 2008 -0600
69464
69465     Convert MPC8610HPCD to use libfdt.
69466
69467     Assumes the presence of the aliases node in the DTS to
69468     locate the pci and serial nodes for fixups.
69469
69470     Use consistent fdtaddr and fdtfile in environment variables.
69471
69472     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69473
69474 commit c9974ab0a4d3731cdb76a7599d9fe9445d764d60
69475 Author: Jon Loeliger <jdl@freescale.com>
69476 Date:   Fri Jan 4 11:58:23 2008 -0600
69477
69478     8610: Fix lingering compile warnings.
69479
69480     Turn off DEBUG.
69481
69482     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69483
69484 commit 6007f3251c0967adc13f2ed8be1b924ddc30124d
69485 Author: Wolfgang Denk <wd@denx.de>
69486 Date:   Wed Jan 9 15:14:46 2008 +0100
69487
69488     Coding Style cleanup, update CHANGELOG
69489
69490     Signed-off-by: Wolfgang Denk <wd@denx.de>
69491
69492 commit fc6414eca55f1fc108fb12fc8cdc43bd8b4463f9
69493 Author: Mike Frysinger <vapier@gentoo.org>
69494 Date:   Tue Dec 18 04:29:55 2007 -0500
69495
69496     fix easylogo on big endian dev systems
69497
69498     didnt realize how out of shape easylogo actually was until i tried using it.
69499     this patch does byte swapping as need be on the input tga header since the tga
69500     is in little endian but the host could just as well be big endian.  i didnt
69501     bother using bswap macros or such stuff from system headers as nothing in
69502     POSIX dictates byte swapping functionality.
69503
69504     Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
69505
69506 commit 38d299c2db81bd889c601b5dfc12c4e83ef83333
69507 Author: Mike Frysinger <vapier@gentoo.org>
69508 Date:   Tue Dec 18 03:23:25 2007 -0500
69509
69510     cleanup easylogo
69511
69512     - make the Makefile not suck
69513     - include proper headers for prototypes
69514     - fix obvious broken handling of strchr() when handling '.' in filenames
69515
69516     Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
69517
69518 commit 883e3925d99a8dd69c5b0201cba5b1887f88f95c
69519 Author: raptorbrino@aim.com <raptorbrino@aim.com>
69520 Date:   Thu Dec 13 21:23:28 2007 -0500
69521
69522     Fix build problems under Cygwin
69523
69524     This patch allows u-boot to build without error in a cygwin
69525     environment.  Cygwin does not define __u64 in it's
69526     include/asm/types.h file.  The -idirafter flag in the u-boot
69527     build causes the inclusion of the cygwin types.h file as opposed
69528     to u-bot/include/asm/types.h file which does define __u64.
69529     Subsequently, sha1.c compile fails due to unknown symbol.
69530
69531     Signed-off-by: Brian Miller <raptorbrino@netscape.net>
69532
69533 commit 43ef1c381f9195504a2488f5cb909227eb97d475
69534 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
69535 Date:   Fri Nov 30 17:29:59 2007 +0100
69536
69537     cmd_bmp: Add support for displaying gzip compressed bmps
69538
69539     The existing code can show information about a gzip compressed BMP
69540     image, but can't actually display it.
69541
69542     Therefore, move the decompression code out of bmp_info() and use it in
69543     bmp_display() as well in order to display a compressed BMP image.
69544
69545     Also, clean things up a bit and fix a memory leak while we're at it.
69546
69547     [hskinnemoen@atmel.com: a bit of refactoring]
69548     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
69549
69550 commit d197ffd8172c6fdef38733424640a9a47295d6e9
69551 Author: Guennadi Liakhovetski <lg@denx.de>
69552 Date:   Thu Nov 29 21:15:56 2007 +0100
69553
69554     Fix and optimize MII operations on FEC (MPC8xx) controllers
69555
69556     This patch fixes several issues at least on a MPC885 based system with two
69557     FEC interfaces used in MII mode.
69558
69559     1. PHY discovery should first read PHY_PHYIDR2 register and only then
69560        PHY_PHYIDR1 like cpu/mpc8xx/fec.c::mii_discover_phy() does it,
69561        otherwise the values read are wrong. Also notice, that PHY discovery
69562        cannot work on MPC88x / MPC87x in setups with both FECs active at all
69563        in its present form, because for both interfaces the registers from FEC
69564        1 are used to communicate over MII.
69565
69566     2. Remove code duplication for resetting the FEC by isolating it into a
69567        separate function.
69568
69569     3. Initialize MII on FEC 1 when communicating over FEC 2 in fec_init().
69570
69571     4. Optimize mii_init() to only reset the FEC 1 controller once.
69572
69573     5. Fix a typo in mii_init() using index i instead of j thus potentially
69574        leading to unpredictable results.
69575
69576     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
69577
69578 commit 6a5e1d75bf106fa157e9ce68bcaf4b13e8a1d214
69579 Author: Guennadi Liakhovetski <lg@denx.de>
69580 Date:   Tue Nov 20 13:14:20 2007 +0100
69581
69582     Fix endianness conversions in rtl8169 driver
69583
69584     It is unclear on what platforms this driver has been tested, since
69585     noone up to now defines CONFIG_RTL8169 in the board configuration
69586     header. Now it has been fixed for a big-endian mpc8241 based
69587     linkstation platform. This patch presents the necessary endianness
69588     conversion fixes.
69589
69590     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
69591
69592 commit 58694f9709c0c3e3178e349ae748d98cfb0c639a
69593 Author: Zhang Wei <wei.zhang@freescale.com>
69594 Date:   Thu Jan 3 10:51:15 2008 +0800
69595
69596     Add Ctrl combo key support to usb keyboard driver.
69597
69598     Ctrl combo key support is added, which is very useful to input Ctrl-C
69599     for interrupt current job.
69600     Also add usb_event_poll() calling to usb_kbd_testc(), which can get
69601     key input when tstc() is called.
69602
69603     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
69604     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
69605
69606 commit 07eb02687f008721974a2fb54cd7fdc28033ab3c
69607 Author: Wolfgang Denk <wd@denx.de>
69608 Date:   Wed Jan 9 13:43:38 2008 +0100
69609
69610     Coding Style clenaup; update CHANGELOG
69611
69612     Signed-off-by: Wolfgang Denk <wd@denx.de>
69613
69614 commit c26acc1a43b31ddca5add42fd0360ff0eee90c80
69615 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
69616 Date:   Thu Dec 27 17:13:11 2007 +0100
69617
69618     Remove bit swapping in Xilinx Spartan bitfile loading
69619
69620     This patch removes the unnecessary bit swapping when
69621     booting .bit files with the 'fpga loadb' command.
69622
69623     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
69624
69625 commit 437fc7327f0611f82937858f2d80e4cd61b40984
69626 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
69627 Date:   Thu Dec 27 17:13:05 2007 +0100
69628
69629     Fix MSB check in Xilinx Spartan slave serial mode
69630
69631     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
69632
69633 commit 3bff4ffa33729a42645e328a21e8d16488872958
69634 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
69635 Date:   Thu Dec 27 17:12:56 2007 +0100
69636
69637     Add new Xilinx Spartan FPGA types
69638
69639     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
69640
69641 commit 21d39d598c4e74d4e7761608c79dba2715d40a4c
69642 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
69643 Date:   Thu Dec 27 17:12:43 2007 +0100
69644
69645     Add pre and post configuration callbacks for Spartan FPGAs
69646
69647     This patch adds a post configuration callback for Spartan2/3 FPGAs.
69648     pre and post configuration callback are now optional and
69649     not called when the function pointer is set to NULL.
69650
69651     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
69652
69653 commit 0133502e39ff89b67c26cb4015e0e7e8d9571184
69654 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
69655 Date:   Thu Dec 27 17:12:34 2007 +0100
69656
69657     Improve configuration of FPGA subsystem
69658
69659     This patch removes the FPGA subsystem configuration through
69660     the CONFIG_FPGA bitmask configuration option.
69661
69662     See README for the new options:
69663
69664         CONFIG_FPGA,
69665         CONFIG_FPGA_<vendor>,
69666         CONFIG_FPGA_<family>
69667
69668     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
69669
69670 commit 95c6bc7d4a3588b452baca610f8c795a83630477
69671 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
69672 Date:   Thu Dec 27 16:55:17 2007 +0100
69673
69674     Add Epson RX8025 RTC support
69675
69676     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
69677
69678 commit 1208a2dfde02bedd3c5bda29a606632b8e0be058
69679 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
69680 Date:   Thu Dec 27 16:57:23 2007 +0100
69681
69682     serial: Make default_serial_console() a weak function
69683
69684     With this patch it is possible to reimplement default_serial_console()
69685     in board specific code. This will be done in the upcomming PMC440
69686     U-Boot port. This also allows the lwmon board maintainer to
69687     remove the '#if !defined(CONFIG_LWMON) ...' from common/serial.c.
69688
69689     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
69690
69691 commit d16471ee05ce7ac5392bc0e9fe3ff4b58a768f33
69692 Author: Harald Welte <laforge@openmoko.org>
69693 Date:   Wed Dec 19 14:14:47 2007 +0100
69694
69695     add 'terminal program' functionality
69696
69697     This patch adds a 'cu' like serial terminal command to u-boot
69698     using which you can access other serial ports from the system console.
69699
69700     OpenMoko uses this in their Neo1973 phones to get access to the GSM
69701     Modem and GPS chip from the bootloader.
69702
69703     Signed-off-by: Harald Welte <laforge@openmoko.org>
69704
69705 commit 62d4f4365341576f5a5307b2b205a5aa2e3c6be6
69706 Author: Harald Welte <laforge@openmoko.org>
69707 Date:   Wed Dec 19 14:12:53 2007 +0100
69708
69709     Re-introduce the 'nand read.oob' and 'nand write.oob' commands
69710     that used to exist with the legacy NAND code
69711
69712     Signed-off-by: Harald Welte <laforge@openmoko.org>
69713
69714 commit f540c42d9564854b19ce9bbb70affe172529fe70
69715 Author: Harald Welte <laforge@openmoko.org>
69716 Date:   Wed Dec 19 14:09:58 2007 +0100
69717
69718     Fix building with CRAMFS but not JFFS2 support
69719
69720     Signed-off-by: Harald Welte <laforge@openmoko.org>
69721
69722 commit 23d0baf967fecdaf1804f045f6339337c5607eec
69723 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
69724 Date:   Sat Dec 22 15:52:58 2007 +0100
69725
69726     Allow CONFIG_AUTO_COMPLETE and command history CONFIG_CMDLINE_EDITING at the sametime
69727
69728     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
69729     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
69730
69731 commit 23776ff292966a85d811126933830bed48211826
69732 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
69733 Date:   Tue Dec 11 10:53:12 2007 +0100
69734
69735     ARM: support board-specific ethernet PHY init
69736
69737     Add until the new phylib will be arrived
69738
69739     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
69740
69741 commit 7b74ebe723e576baedf5a8b6240589b19b845a1b
69742 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
69743 Date:   Sat Dec 8 16:34:08 2007 +0100
69744
69745     IXP: Add full baud-rate support for ixp42x, ixp45x and ixp46x
69746
69747     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
69748
69749 commit a2df4da31b1a1e41e3e9e1358cfc52b806046ce1
69750 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
69751 Date:   Sun Dec 9 11:01:10 2007 +0100
69752
69753     Add missing file in gitignore and comments
69754
69755     based on Linux source tree's .gitignore files
69756
69757     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
69758
69759 commit 435dc8fcdb3bc61d3d490773a8f369f98a20c868
69760 Author: Wolfgang Denk <wd@denx.de>
69761 Date:   Wed Jan 9 11:36:21 2008 +0100
69762
69763     Coding Style cleanup, update CHANGELOG
69764
69765     Signed-off-by: Wolfgang Denk <wd@denx.de>
69766
69767 commit b2e2142c500c48a57f18f9dd30e66c13caea0971
69768 Author: Stefan Roese <sr@denx.de>
69769 Date:   Wed Jan 9 10:38:58 2008 +0100
69770
69771     POST: Execute SPR test after relocation
69772
69773     On LWMON5 we now use d-cache as init-ram and stack. The SPR POST test uses
69774     self modifying code and this doesn't work with stack in d-cache, since
69775     I can't move the code from d-cache to i-cache. We move the SPR test to
69776     be executed a little later, after relocation. Then stack is located in
69777     SDRAM and this self-modifying code is no problem anymore.
69778
69779     Signed-off-by: Stefan Roese <sr@denx.de>
69780
69781 commit 8f24e0637ae113500d8bd60d80d57afcc0aa8bde
69782 Author: Stefan Roese <sr@denx.de>
69783 Date:   Wed Jan 9 10:28:20 2008 +0100
69784
69785     ppc4xx: Change LWMON5 to not use OCM for init-ram and POST anymore
69786
69787     This patch configures the LWMON5 port to use d-cache as init-ram and
69788     the unused GPT0_COMP6 as POST WORD storage.
69789
69790     Signed-off-by: Stefan Roese <sr@denx.de>
69791
69792 commit 1754f50b710194f886b6f2831803d8960171a14d
69793 Author: Stefan Roese <sr@denx.de>
69794 Date:   Wed Jan 9 10:25:46 2008 +0100
69795
69796     ppc4xx: Add CFG_POST_ALT_WORD_ADDR to support non OCM POST WORD storage
69797
69798     The privious 4xx POST implementation only supported storing the POST
69799     WORD in OCM. Since we need to reserve the OCM on LWMON5 for the logbuffer
69800     we need to store the POST WORD in some other non volatile location.
69801     This patch adds CFG_POST_ALT_WORD_ADDR to specify an address for such
69802     a location.
69803
69804     Signed-off-by: Stefan Roese <sr@denx.de>
69805
69806 commit e02c521d94b45d7b05aa522e4ccde6b74bf5fe57
69807 Author: Stefan Roese <sr@denx.de>
69808 Date:   Wed Jan 9 10:23:16 2008 +0100
69809
69810     ppc4xx: Add 44x cache locking to better support init-ram in d-cache
69811
69812     This patch adds support for locking the init-ram/stack in d-cache,
69813     so that other regions may use d-cache as well
69814
69815     Note, that this current implementation locks exactly 4k of d-cache,
69816     so please make sure that you don't define a bigger init-ram area. Take
69817     a look at the lwmon5 440EPx implementation as a reference.
69818
69819     Signed-off-by: Stefan Roese <sr@denx.de>
69820
69821 commit 0ddb89601a8d29e808db450366752ffdc6267c53
69822 Author: Wolfgang Denk <wd@denx.de>
69823 Date:   Wed Jan 9 10:16:33 2008 +0100
69824
69825     Fix memset bug in ext2fs_read_file()
69826
69827     ext2fs_read_file() had the function arguments swapped.
69828
69829     Pointed out by Mike Montour, 19 Dec 2007 22:34:25 -0800
69830
69831     Signed-off-by: Wolfgang Denk <wd@denx.de>
69832
69833 commit 32d6f1bc09175f3b77469771e839bc7255a9f22e
69834 Author: Markus Klotzbücher <mk@denx.de>
69835 Date:   Tue Jan 5 08:17:15 1988 +0100
69836
69837     Fix problems with usb storage devices on MPC5200 /TQM5200
69838
69839     The MPC5200 OHCI controller operates in big endian, so
69840     CFG_OHCI_BE_CONTROLLER must be defined for it to work properly.
69841
69842     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
69843
69844 commit 46f6e5019048b103d7693d5310de0f1cfbaf4c19
69845 Author: Wolfgang Denk <wd@denx.de>
69846 Date:   Tue Jan 8 22:58:27 2008 +0100
69847
69848     Fix compile problem with new env code.
69849
69850     Signed-off-by: Wolfgang Denk <wd@denx.de>
69851
69852 commit 64b3727b9779d86127cd576e392a987de5ebb9fd
69853 Author: Markus Klotzbücher <mk@denx.de>
69854 Date:   Tue Nov 27 10:23:20 2007 +0100
69855
69856     tools: fix fw_printenv tool to compile again
69857
69858     This patch updates the fw_printenv/fw_setenv userspace tool to include
69859     the correct MTD header in order to compile against current kernel
69860     headers. Backward compatibility is preserved by introducing an option
69861     MTD_VERSION which can be set to "old" for compilation using the old MTD
69862     headers. Along with this a number of warnings are fixed.
69863
69864     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
69865
69866 commit 1f84021a85abeb837d2ce0dc84297b4f1d45d516
69867 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
69868 Date:   Tue Jan 8 15:40:09 2008 +0100
69869
69870     ppc4xx: assign PCI interrupts on seuqoia boards
69871
69872     Some operating systems rely on assigned PCI interrupts.
69873
69874     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
69875
69876 commit 6e9233d30afe57cb6e148fbfa4895e7810196fac
69877 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
69878 Date:   Tue Jan 8 15:50:49 2008 +0100
69879
69880     ppc4xx: Move cpu/ppc4xx/vecnum.h into include path
69881
69882     This patch allows the use of 4xx interrupt vector number defines
69883     in board specific code outside cpu/ppc4xx.
69884
69885     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
69886
69887 commit 580d1d3186a2bc6dbdb626941b716dae1788e51e
69888 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
69889 Date:   Tue Jan 8 15:39:01 2008 +0100
69890
69891     ppc4xx: Fix UIC2 vector number base
69892
69893     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
69894
69895 commit ff5fb8a6ccba56e3482d0e297d8cfb7faa040811
69896 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
69897 Date:   Tue Jan 8 12:49:58 2008 +0100
69898
69899     ppc4xx: Update PLB/PCI divider for PMC440 board
69900
69901     This patch updates the PLB/PCI divider when running at
69902     400MHz CPU frequency from 4 to 3 which results in 44MHz PCI sync clock.
69903
69904     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
69905
69906 commit 7d5d75633174867316a0c0f2fca5ceb2cf312cde
69907 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
69908 Date:   Tue Jan 8 11:13:09 2008 +0100
69909
69910     ppc4xx: Disable error message when no NAND chip is installed on PMC440
69911
69912     Add CFG_NAND_QUIET_TEST option to disable error message when
69913     no NAND chip is installed on PMC440 boards.
69914
69915     Disable a couple of config defines that are only used for NAND_U_BOOT.
69916
69917     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
69918
69919 commit c83d7ca4dadd44ae430235077f63b64a11f36f6e
69920 Author: Wolfgang Denk <wd@denx.de>
69921 Date:   Tue Jan 8 22:58:27 2008 +0100
69922
69923     Fix compile problem with new env code.
69924
69925     Signed-off-by: Wolfgang Denk <wd@denx.de>
69926
69927 commit 6de66b35426312a21174a9bf0576a094e2904bea
69928 Author: Markus Klotzbücher <mk@denx.de>
69929 Date:   Tue Nov 27 10:23:20 2007 +0100
69930
69931     tools: fix fw_printenv tool to compile again
69932
69933     This patch updates the fw_printenv/fw_setenv userspace tool to include
69934     the correct MTD header in order to compile against current kernel
69935     headers. Backward compatibility is preserved by introducing an option
69936     MTD_VERSION which can be set to "old" for compilation using the old MTD
69937     headers. Along with this a number of warnings are fixed.
69938
69939     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
69940
69941 commit ad3006fe7e84667021753b74247b0bafd97ba35f
69942 Author: Gerald Van Baren <vanbaren@cideas.com>
69943 Date:   Mon Jan 7 23:47:32 2008 -0500
69944
69945     LIBFDT: use memmove() instead of memcpy()
69946
69947     This is partial patch from the DTC/libfdt
69948     commit  67b6b33b9b413a450a72135b5dc59c0a1e33e647
69949     Author: David Gibson <david@gibson.dropbear.id.au>
69950     Date:   Wed Nov 21 11:56:14 2007 +1100
69951
69952         The patch also fixes one genuine bug caught by valgrind -
69953         _packblocks() in fdt_rw.c was using memcpy() where it should have been
69954         using memmove().
69955
69956     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
69957
69958 commit aec7135bc300e3340d18f203347ee00c5b5f68c0
69959 Author: David Gibson <david@gibson.dropbear.id.au>
69960 Date:   Mon Dec 17 14:42:07 2007 +1100
69961
69962     libfdt: Add more documentation (patch the seventh)
69963
69964     This patch adds more documenting comments to libfdt.h.  Specifically,
69965     these document the read/write functions (not including fdt_open_into()
69966     and fdt_pack(), for now).
69967
69968     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
69969
69970 commit 9d4450b5adc36623e9c1de1f92539db77ad0c57e
69971 Author: David Gibson <david@gibson.dropbear.id.au>
69972 Date:   Mon Dec 17 14:41:52 2007 +1100
69973
69974     libfdt: Add more documentation (patch the sixth)
69975
69976     This patch adds some more documenting comments to libfdt.h.
69977     Specifically this documents all the write-in-place functions.
69978
69979     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
69980
69981 commit b60af3d4c1680487ee37e11aa1b3db6dec04d8f0
69982 Author: Gerald Van Baren <vanbaren@cideas.com>
69983 Date:   Sat Dec 29 22:45:27 2007 -0500
69984
69985     Fine grained per property /chosen updating.
69986
69987     Implement a suggestion by Scott Wood to make the /chosen handling fine
69988     grained.  Don't overwrite pre-existing properties on a per-property basis,
69989     so if /chosen exists but a necessary /chosen/property doesn't, it gets
69990     created.  If a /chosen property exists, it is NOT overwritten unless the
69991     "force" flag is true.
69992
69993     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
69994
69995 commit 238cb7a423c6eaa36496efb788cfb9798cea7f95
69996 Author: Gerald Van Baren <vanbaren@cideas.com>
69997 Date:   Sat Jan 5 15:33:29 2008 -0500
69998
69999     Improve the FDT help message.
70000
70001     Add a note that "fdt copy" makes the new address active.
70002     Remove most of the extra hints at the end of the fdt help.
70003
70004     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
70005
70006 commit ea6d8be153ceaf16958f8009cea6d75f3ff58d92
70007 Author: Gerald Van Baren <vanbaren@cideas.com>
70008 Date:   Sat Jan 5 14:52:04 2008 -0500
70009
70010     Support setting FDT properties with optional values.
70011
70012     Fix a bug found and documented by Bartlomiej Sieka where the optional
70013     value on "fdt set <path> <prop> [<val>]" wasn't optional.
70014
70015     => fdt mknode / testnode
70016     => fdt print /testnode
70017     testnode {
70018     };
70019     => fdt set /testnode testprop
70020     => fdt print /testnode
70021     testnode {
70022             testprop;
70023     };
70024
70025     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
70026
70027 commit 22fb2246df91bfc840d87f0c5910818bad55577a
70028 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70029 Date:   Fri Dec 28 11:56:30 2007 +0100
70030
70031     Add fdt_find_and_setprop() to fdt_support.h
70032
70033     fdt_find_and_setprop() is used by several 4xx boards and it's
70034     missing in the appropriate header. This patch eliminates a
70035     warning when building U-Boot for such boards.
70036
70037     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70038     Acked-by: Stefan Roese <sr@denx.de>
70039
70040 commit 802b769bac17b0560d3535a42c502469ee190cd1
70041 Author: Stefan Roese <sr@denx.de>
70042 Date:   Tue Jan 8 18:39:30 2008 +0100
70043
70044     ppc4xx: Return 0 on success in 4xx ethernet driver
70045
70046     Signed-off-by: Stefan Roese <sr@denx.de>
70047
70048 commit 6775c68683a53c7abc778774641aac6f833a2cbf
70049 Author: Kim Phillips <kim.phillips@freescale.com>
70050 Date:   Tue Jan 8 09:59:49 2008 -0600
70051
70052     mpc83xx: fix missed pci_hose -> hose conversion for new libfdt code
70053
70054     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
70055
70056 commit 94fab25f5f1a7d1c0cc63c17e813ea8943fe49c7
70057 Author: Kim Phillips <kim.phillips@freescale.com>
70058 Date:   Thu Dec 20 16:28:34 2007 -0600
70059
70060     mpc83xx: rm remaining FLAT_TREE code
70061
70062     ..in board pci.c files
70063
70064     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
70065
70066 commit b3458d2cd55d01732e30a76d898afd99e871cd67
70067 Author: Kim Phillips <kim.phillips@freescale.com>
70068 Date:   Thu Dec 20 15:57:28 2007 -0600
70069
70070     mpc83xx: remove FLAT_TREE code
70071
70072     need to rm it from pci code, too!
70073
70074     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
70075
70076 commit 5b8bc606c61456566af6912f818a153b6b06f242
70077 Author: Kim Phillips <kim.phillips@freescale.com>
70078 Date:   Thu Dec 20 14:09:22 2007 -0600
70079
70080     mpc83xx: convert to using do_fixup_*()
70081
70082     convert to using simpler mpc85xx style fdt update code; streamline by
70083     eliminating macros OF_SOC, OF_CPU, etc. which allows us to rm
70084     the old school FLAT_TREE code from 83xx (since the sbc8349 was just
70085     converted over to using libfdt).
70086
70087     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
70088
70089 commit e496865ecc31a2fe2f9abfe798334bb02aaf05ab
70090 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
70091 Date:   Thu Dec 20 12:58:51 2007 -0500
70092
70093     sbc8349: enable libfdt by default on WRS SBC8349 board.
70094
70095     Make libfdt the default for the WRS SBC8349 board.
70096     Parallel of commit 35cc4e4823668e8745854899cfaedd4489beb0ef
70097     done for the other 83xx based boards.  Also fix a typo in CONFIG_PCI.
70098
70099     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
70100
70101 commit 2408b3f20bcbdd9c6c397cd03ab0d71d54680a40
70102 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
70103 Date:   Thu Dec 20 12:58:16 2007 -0500
70104
70105     sbc8349: migrate board to libfdt
70106
70107     This adds libfdt support code for the Wind River sbc8349 board.
70108
70109     Parallel of commit 3fde9e8b22cfbd7af489214758f9839a206576cb for
70110     the other Freescale 83xx boards.
70111
70112     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
70113
70114 commit 27a256a90cc86392ac9bf0039a3afe638ec2c18d
70115 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
70116 Date:   Thu Dec 20 12:56:19 2007 -0500
70117
70118     sbc8349: Remove board specific ECC code
70119
70120     ECC code is now shared for all 83xx boards, so remove board specific one.
70121     See commit daab8c67d2defef73dc26ab07f0c3afd1b05d019 for reference.
70122
70123     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
70124
70125 commit a1e1ac849249310e5e2e5c7148e9fb353a8317a7
70126 Author: Kim Phillips <kim.phillips@freescale.com>
70127 Date:   Thu Dec 20 01:30:48 2007 -0600
70128
70129     mpc83xx: Remove CONFIG options related to OF that we dont use (on 837x)
70130
70131     continuation of commit 37395fa2b0d9d617f28d44ca11592260ef16105a to 837x
70132
70133     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
70134
70135 commit ccf21c311e68d48399eff1e72936052885f6e3f7
70136 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
70137 Date:   Thu Dec 6 16:43:40 2007 +0100
70138
70139     Add support CONFIG_UEC_ETH3 in MPC83xx
70140
70141     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
70142
70143 commit e6af9932d31171e35db880e7b2f29f903b1b7660
70144 Author: Kumar Gala <galak@kernel.crashing.org>
70145 Date:   Mon Nov 26 11:00:54 2007 -0600
70146
70147     Remove CONFIG options related to OF that we dont use
70148
70149     The MPC8360E MDS config defined:
70150         CONFIG_OF_HAS_BD_T
70151         CONFIG_OF_HAS_UBOOT_ENV
70152
70153     Which we don't use or ever needed.  This seems like copy-paste feature creep.
70154
70155     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
70156
70157 commit f602082b4b7ed4ee16432067cc67a0a24fedc715
70158 Author: Kim Phillips <kim.phillips@freescale.com>
70159 Date:   Mon Dec 10 14:16:22 2007 -0600
70160
70161     mpc83xx: supress compiler warning
70162
70163     mpc8360emds.c: In function ‘ft_board_setup’:
70164     mpc8360emds.c:335: warning: assignment discards qualifiers from pointer target type
70165     mpc8360emds.c:345: warning: assignment discards qualifiers from pointer target type
70166
70167     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
70168
70169 commit c16e44fa835fb9eec982d919863a04e2f78e5ce7
70170 Author: Kim Phillips <kim.phillips@freescale.com>
70171 Date:   Tue Nov 27 14:17:29 2007 -0600
70172
70173     mpc83xx: fix remaining fdt_find_node_by_path references
70174
70175     rename to fdt_path_offset
70176
70177     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
70178
70179 commit 921d4b19ad1be704df58725485d9292dc0414adf
70180 Author: Kim Phillips <kim.phillips@freescale.com>
70181 Date:   Mon Nov 19 12:30:09 2007 -0600
70182
70183     mpc83xx: fix CFG_ENV_ADDR and CFG_ENV_SECT_SIZE definitions for 837x
70184
70185     Fix the definitions of CFG_ENV_ADDR and CFG_ENV_SECT_SIZE for 837x.
70186     This change guarantees that the environment will be located on the
70187     first flash sector after the U-Boot image.
70188
70189     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
70190
70191 commit 24f868433b50ecbaa88e118aadc7bd254013c6ae
70192 Author: Kim Phillips <kim.phillips@freescale.com>
70193 Date:   Fri Nov 9 14:28:08 2007 -0600
70194
70195     mpc83xx: mpc8360 rev.2.1 erratum 2: replace rgmii-id with rgmii-rxid
70196
70197     u-boot itself uses GMII mode on the 8360.  Fix up UCC phy-connection-type
70198     properties in the device tree so the PHY gets configured for internal delay on
70199     RX only by the OS, as prescribed by mpc8360 rev. 2.1 pb mds erratum #2.
70200
70201     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
70202
70203 commit 22b448dbfbe2a98f01ff4adc3c3979f8c541ad7b
70204 Author: Dave Liu <r63238@freescale.com>
70205 Date:   Tue Sep 18 12:41:15 2007 +0800
70206
70207     mpc83xx: update the CREDITS and MAINTAINERS
70208
70209     update the CREDITS and MAINTAINERS.
70210
70211     Signed-off-by: Dave Liu <daveliu@freescale.com>
70212
70213 commit b21add4b42af7b767448251b599b91066a160e0d
70214 Author: Dave Liu <r63238@freescale.com>
70215 Date:   Tue Sep 18 12:40:21 2007 +0800
70216
70217     mpc83xx: add MAINTAINER and MAKEALL entries for the mpc837xemds
70218
70219     Add the MAINTAINER and MAKEALL entries for mpc837xemds
70220
70221     Signed-off-by: Dave Liu <daveliu@freescale.com>
70222
70223 commit f8900ce9094c462355eb792eea264ff16ac8fd16
70224 Author: Dave Liu <r63238@freescale.com>
70225 Date:   Tue Sep 18 12:38:53 2007 +0800
70226
70227     mpc83xx: Add the MPC837xEMDS board readme
70228
70229     Add the README.mpc837xemds to /doc
70230
70231     Signed-off-by: Dave Liu <daveliu@freescale.com>
70232
70233 commit 19580e660cc8da49f16536a8bd78c047c7bc12e5
70234 Author: Dave Liu <r63238@freescale.com>
70235 Date:   Tue Sep 18 12:37:57 2007 +0800
70236
70237     mpc83xx: Add the support of MPC837xEMDS board
70238
70239     The MPC837xEMDS board support:
70240     * DDR2 400MHz hardcoded and SPD init
70241     * Local bus NOR Flash
70242     * I2C, UART, MII and RTC
70243     * eTSEC RGMII
70244     * PCI host
70245
70246     Signed-off-by: Dave Liu <daveliu@freescale.com>
70247
70248 commit 555da61702771fe0f76f3de23b4e7590f3704161
70249 Author: Dave Liu <r63238@freescale.com>
70250 Date:   Tue Sep 18 12:36:58 2007 +0800
70251
70252     mpc83xx: Add the support of MPC8315E SoC
70253
70254     The MPC8315E SoC including e300c3 core and new IP blocks,
70255     such as TDM, PCI Express and SATA controller.
70256
70257     Signed-off-by: Dave Liu <daveliu@freescale.com>
70258
70259 commit 03051c3d35c9981ceaa059005660e699f3eacf1c
70260 Author: Dave Liu <r63238@freescale.com>
70261 Date:   Tue Sep 18 12:36:11 2007 +0800
70262
70263     mpc83xx: Add the support of MPC837x SoC
70264
70265     The MPC837x SoC including e300c4 core and new IP blocks,
70266     such as SDHC, PCI Express and SATA controller.
70267
70268     Signed-off-by: Dave Liu <daveliu@freescale.com>
70269
70270 commit 651d96f7e4c84adcdb98ef07ec878c20326e3359
70271 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
70272 Date:   Wed Nov 14 18:54:53 2007 +0300
70273
70274     MPC8360E-MDS: configure and enable second UART
70275
70276     Despite user manual, BCSR9.7 is negated (high) on HRST, so
70277     UART2 is disabled. Fix that and configure QE pins properly.
70278
70279     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
70280
70281 commit b2893e1fcb28fad8c8b317104df8cee0142c7631
70282 Author: Timur Tabi <timur@freescale.com>
70283 Date:   Mon Nov 5 09:34:06 2007 -0600
70284
70285     83xx: fix CFG_ENV_ADDR and CFG_ENV_SECT_SIZE definitions
70286
70287     Fix the definitions of CFG_ENV_ADDR and CFG_ENV_SECT_SIZE for all of the
70288     currently-defined 83xx boards.  This change guarantees that the environment
70289     will be located on the first flash sector after the U-Boot image.
70290
70291     Signed-off-by: Timur Tabi <timur@freescale.com>
70292     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
70293
70294 commit e05329516a13616b53240cd85b739217c2bf87f1
70295 Author: Larry Johnson <lrj@acm.org>
70296 Date:   Fri Jan 4 13:27:02 2008 -0500
70297
70298     ppc4xx: Remove weak binding from common Denali data-eye search code
70299
70300     Now that there are no board-specific versions of
70301     "denali_core_search_data_eye()", the weak binding on the common version
70302     can be removed.
70303
70304     Signed-off-by: Larry Johnson <lrj@acm.org>
70305
70306 commit 5ba576c01602fd328800a427964c36a0a05c5dce
70307 Author: Stefan Roese <sr@denx.de>
70308 Date:   Sat Jan 5 09:13:46 2008 +0100
70309
70310     ppc4xx: Remove unused CONFIG_ECC_ERROR_RESET from 44x_spd_ddr2.c
70311
70312     Signed-off-by: Stefan Roese <sr@denx.de>
70313
70314 commit 845c6c95dbfe6c915ce68a0a115852fa17932fb4
70315 Author: Stefan Roese <sr@denx.de>
70316 Date:   Sat Jan 5 09:12:41 2008 +0100
70317
70318     ppc4xx: Update Katmai/44x_spd_ddr2.c code for optimal DDR2 setup
70319
70320     On Katmai the complete auto-calibration somehow doesn't seem to
70321     produce the best results, meaning optimal values for RQFD/RFFD.
70322     This was discovered by GDA using a high bandwidth scope,
70323     analyzing the DDR2 signals. GDA provided a fixed value for RQFD,
70324     so now on Katmai "only" RFFD is auto-calibrated.
70325
70326     This patch also adds RDCC calibration as mentioned on page 7 of
70327     the AMCC PowerPC440SP/SPe DDR2 application note:
70328     "DDR1/DDR2 Initialization Sequence and Dynamic Tuning"
70329
70330     Signed-off-by: Stefan Roese <sr@denx.de>
70331
70332 commit 49db47b8ae6afff2b898be312948ff501357dc80
70333 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70334 Date:   Wed Jan 2 16:48:42 2008 +0100
70335
70336     ppc4xx: Remove sdram.h from PMC440 board
70337
70338     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70339
70340 commit 34065a2ce0d8972f2ec6652076014ab243d2ce8a
70341 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70342 Date:   Wed Jan 2 16:48:34 2008 +0100
70343
70344     ppc4xx: use common denali core defines and data eye search code for PMC440
70345
70346     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70347
70348 commit 9ac6b6f3d3f1b072d89268b2efe47e95e6659489
70349 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70350 Date:   Wed Jan 2 12:05:14 2008 +0100
70351
70352     ppc4xx: More cleanup for esd's LCD code
70353
70354     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70355
70356 commit fe9c26b330a21ce73e52b5bd347d725cb81e3cfb
70357 Author: Stefan Roese <sr@denx.de>
70358 Date:   Fri Jan 4 12:00:01 2008 +0100
70359
70360     ppc4xx: Fix Sequoia NAND booting target
70361
70362     The Sequoia NAND booting target now uses the recently extracted
70363     cpu/ppc4xx/denali_data_eye.c file too.
70364
70365     Signed-off-by: Stefan Roese <sr@denx.de>
70366
70367 commit 0ddd969aec532bd7eae30fc09590488a3aaa629a
70368 Author: Lawrence R. Johnson <lrj@acm.org>
70369 Date:   Thu Jan 3 15:02:02 2008 -0500
70370
70371     ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Korat board
70372
70373     Signed-off-by: Larry Johnson <lrj@acm.org>
70374
70375 commit b05e8bf58be9d8956fdfde3d8c8e87c140414663
70376 Author: Lawrence R. Johnson <lrj@acm.org>
70377 Date:   Fri Jan 4 02:11:56 2008 -0500
70378
70379     ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Sequoia board
70380
70381     Note: this patch changes the configuration of some GPIO registers:
70382
70383        Register      Old Value   New Value
70384     ---------------  ----------  ----------
70385     DCR GPIO0_TCR    0x0000000F  0x0000F0CF
70386     DCR GPIO0_TSRH   0x55005000  0x00000000
70387     DCR GPIO1_TCR    0xC2000000  0xE2000000
70388     DCR GPIO1_TSRL   0x0C000000  0x00200000
70389     DCR GPIO1_ISR2L  0x00050000  0x00110000
70390
70391     Signed-off-by: Larry Johnson <lrj@acm.org>
70392
70393 commit 5ab884b254ca2e707ab50545cd705f30108cf491
70394 Author: Lawrence R. Johnson <lrj@acm.org>
70395 Date:   Thu Jan 3 18:54:00 2008 -0500
70396
70397     ppc4xx: Add functionality to GPIO support
70398
70399     This patch makes two additions to GPIO support:
70400
70401     First, it adds function gpio_read_in_bit() to read the a bit from the
70402     GPIO Input Register (GPIOx_IR) in the same way that function
70403     gpio_read_out_bit() reads a bit from the GPIO Output Register
70404     (GPIOx_OR).
70405
70406     Second, it modifies function gpio_set_chip_configuration() to provide
70407     an additional option for configuring the GPIO from the
70408     "CFG_4xx_GPIO_TABLE".
70409
70410     According to the 440EPx User's Manual, when an alternate output is used,
70411     the three-state control is configured in one of two ways, depending on
70412     the particular output.  The first option is to select the corresponding
70413     alternate three-state control in the GPIOx_TRSH/L registers.  The second
70414     option is to select the GPIO Three-State Control Register (GPIOx_TCR) in
70415     the GPIOx_TRSH/L registers, and set the corresponding bit in the
70416     GPIOx_TCR register to enable the output.  For example, the Manual
70417     specifies configuring the GPIO00 Alternate 1 Signal (PreAddr07) to use
70418     the alternate three-state control (first option), and specifies
70419     configuring the GPIO32 Alternate 1 Signal (USB2OM0) with the output
70420     enabled in the GPIOx_TCR register (second option).
70421
70422     Currently, gpio_set_chip_configuration() configures all alternate signal
70423     outputs to use the first option.  This patch allow the second option to
70424     be selected by setting the "out_val" element in the table entry to
70425     "GPIO_OUT_1".  The first option is used when the "out_val" element is
70426     set to "GPIO_OUT_0".  Because "out_val" is not currently used when an
70427     alternate signal is selected, and because all current GPIO tables set
70428     "out_val" to "GPIO_OUT_0" for all alternate signals, this patch should
70429     not change any existing configurations.
70430
70431     Signed-off-by: Larry Johnson <lrj@acm.org>
70432
70433 commit 196404cdc1de495d6182e84731c200fc5748df15
70434 Author: Larry Johnson <lrj@arlinx.com>
70435 Date:   Sun Dec 30 01:01:54 2007 -0500
70436
70437     PPC4xx: Remove sdram.h from board/lwmon5
70438
70439     These definitions are now in "include/ppc440.h".
70440
70441     Signed-off-by: Larry Johnson <lrj@acm.org>
70442
70443 commit ef16fccf96e55eab93fe25d03ebe2e9b56e5332b
70444 Author: Larry Johnson <lrj@arlinx.com>
70445 Date:   Sun Dec 30 01:01:32 2007 -0500
70446
70447     PPC4xx: Use common code for LWMON5 board SDRAM support
70448
70449     This patch also modifies the functionality of the code so that the data-eye
70450     search is now done with with the cache disabled.
70451
70452     Signed-off-by: Larry Johnson <lrj@acm.org>
70453
70454 commit 62cc3951ab72135d9c101f1845b794e63a0fa189
70455 Author: Larry Johnson <lrj@arlinx.com>
70456 Date:   Sun Dec 30 01:01:14 2007 -0500
70457
70458     PPC4xx: Remove sdram.h from board/amcc/sequoia
70459
70460     These definitions are now in "include/ppc440.h".
70461
70462     Signed-off-by: Larry Johnson <lrj@acm.org>
70463
70464 commit ce3902e1765bbfb07cf5bbe98be9a68e3009996a
70465 Author: Larry Johnson <lrj@arlinx.com>
70466 Date:   Sun Dec 30 01:00:50 2007 -0500
70467
70468     PPC4xx: Use common code for Sequoia board SDRAM support
70469
70470     Signed-off-by: Larry Johnson <lrj@acm.org>
70471
70472 commit 8b0c5c127690335758100c25eaec2b84db97c101
70473 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70474 Date:   Thu Dec 27 16:58:41 2007 +0100
70475
70476     net: Add CONFIG_NET_DO_NOT_TRY_ANOTHER option
70477
70478     When CONFIG_NET_DO_NOT_TRY_ANOTHER is defined U-Boot's
70479     networking stack does not automatically switch to
70480     another interface. This patch does not touch the default
70481     behavior.
70482
70483     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70484     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
70485
70486 commit 505be87a65e4f87ad7d8da1d57ea4dcd487d7e32
70487 Author: Upakul Barkakaty <upakul@gmail.com>
70488 Date:   Thu Nov 29 12:16:13 2007 +0530
70489
70490     NET: Proper return code handling in eth_init() function in file eth.c
70491
70492     This patch modifies the return code handling in the eth_init()
70493     function, to be compatible with the handling of the return codes in
70494     the other network stack files. It now returns a 0 on Success and -1 on
70495     error.
70496
70497     Signed-off-by: Upakul Barkakaty <upakul.barkakaty@conexant.com>
70498     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
70499
70500 commit 5ca2d0953e4579a80810966cca2077e20d912c97
70501 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
70502 Date:   Mon Nov 19 20:27:04 2007 +0900
70503
70504     net/eth.c: Fix env_enetaddr signed overflow
70505
70506     Assigning the output of simple_strtoul(CB:A9:87:65:43:21) to `char', we are
70507     warned as below:
70508
70509       U-Boot 1.2.0 (Aug 30 2007 - 08:27:37)
70510
70511       DRAM:  256 MB
70512       Flash: 32 MB
70513       In:    serial
70514       Out:   serial
70515       Err:   serial
70516       Net:   NEC-Candy
70517       Warning: NEC-Candy MAC addresses don't match:
70518       Address in SROM is         00:00:4C:80:92:A2
70519       Address in environment is  FFFFFFCB:FFFFFFA9:FFFFFF87:65:43:21
70520
70521     This patch changes env_enetaddr type from `char' to `unsigned char'.
70522
70523     Cc: Masaki Ishikawa <ishikawa-masaki@cnt.mxe.nes.nec.co.jp>
70524     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
70525     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
70526
70527 commit f85b60710571b37293d2233933b76e2aa3db5635
70528 Author: Rafal Jaworowski <raj@semihalf.com>
70529 Date:   Thu Dec 27 18:19:02 2007 +0100
70530
70531     Introduce new eth_receive routine
70532
70533     The purpose of this routine is receiving a single network frame, outside of
70534     U-Boot's NetLoop(). Exporting it to standalone programs that run on top of
70535     U-Boot will let them utilise networking facilities. For sending a raw frame
70536     the already existing eth_send() can be used.
70537
70538     The direct consumer of this routine is the newly introduced API layer for
70539     external applications (enabled with CONFIG_API).
70540
70541     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
70542     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
70543     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
70544
70545 commit 5c740711f0ea5b51414b341b71597c4a0751be74
70546 Author: Jon Loeliger <jdl@freescale.com>
70547 Date:   Thu Jan 3 10:41:04 2008 -0600
70548
70549     8610: Move include of config.h earlier.
70550
70551     Include config.h earlier in the set of #includes
70552     so as to avoid a incidental and duplicate definition
70553     of CFG_CACHELINE_SIZE.
70554
70555     Signed-off-by: Jon Loeliger
70556
70557 commit 61d3421bdea090bd0399b14c3e10a3bebcc8d5ff
70558 Author: Jon Loeliger <jdl@freescale.com>
70559 Date:   Tue Dec 4 10:53:34 2007 -0600
70560
70561     Don't slam #undef DEBUG in the 8641HPCN config file.
70562
70563     Doing so prevents it from being individually set
70564     and useful in other files.
70565
70566     Signed-off-by: Jon Loeliger <jdl@freescale.com>
70567
70568 commit ea9f7395ec362584e5e4f266bd0b0c4422cf6a4c
70569 Author: Jon Loeliger <jdl@freescale.com>
70570 Date:   Wed Nov 28 14:47:18 2007 -0600
70571
70572     Convert MPC8641HPCN to use libfdt.
70573
70574     Assumes the presence of the aliases node in the DTS to
70575     locate the ethernet, pci and serial nodes for fixups.
70576
70577     Use consistent fdtaddr and fdtfile in environment variables.
70578
70579     Signed-off-by: Jon Loeliger <jdl@freescale.com>
70580
70581 commit ce37422d0002e10490e268392e0c4e3028e52cec
70582 Author: Stefan Roese <sr@denx.de>
70583 Date:   Wed Jan 2 14:06:26 2008 +0100
70584
70585     cfi_flash: Fix bug in flash_isset() to use correct 32bit function
70586
70587     This bug was detected on the LWMON5 target which has 2 Intel 16bit wide
70588     flash chips connected to a 32bit wide port.
70589
70590     Signed-off-by: Stefan Roese <sr@denx.de>
70591
70592 commit 1182e9f8e3b92fc372d64943293de53daa2e26cf
70593 Author: Wolfgang Denk <wd@denx.de>
70594 Date:   Wed Jan 2 15:58:44 2008 +0100
70595
70596     Fix compile problem introduced by "cleanup" commit 3dfd708c
70597
70598     Signed-off-by: Wolfgang Denk <wd@denx.de>
70599
70600 commit 1aaab9bfae0b3b2ee2b418c22c651280ee7b65c7
70601 Author: Wolfgang Denk <wd@denx.de>
70602 Date:   Wed Jan 2 15:54:45 2008 +0100
70603
70604     Make scripts and Makefiles POSIX compliant
70605
70606     The bash builtin versions of the "test" (resp. "[") command allow
70607     using "==" for string comparisons, but POSIX compatible implemen-
70608     tations (like /usr/bin/test) insist on using "=" only. On such systems
70609     you will see:
70610
70611         $ /usr/bin/test a == a && echo OK
70612         /usr/bin/test: ==: binary operator expected
70613
70614     This patch fixes Makefiles and scripts to use POSIX style.
70615
70616     Signed-off-by: Wolfgang Denk <wd@denx.de>
70617
70618 commit 47cc23cbe9a669c510183f4f049bf703ef445f3b
70619 Author: Stefan Roese <sr@denx.de>
70620 Date:   Wed Jan 2 14:05:37 2008 +0100
70621
70622     cfi_flash: Fix bug in flash_isset() to use correct 32bit function
70623
70624     This bug was detected on the LWMON5 target which has 2 Intel 16bit wide
70625     flash chips connected to a 32bit wide port.
70626
70627     Signed-off-by: Stefan Roese <sr@denx.de>
70628
70629 commit 3dfd708cc1b2a966ad454ca9ed125dd17dbadbcc
70630 Author: Wolfgang Denk <wd@denx.de>
70631 Date:   Wed Jan 2 12:38:43 2008 +0100
70632
70633     Minor coding style cleanup.
70634
70635     Signed-off-by: Wolfgang Denk <wd@denx.de>
70636
70637 commit e174ac34adf5d5653df12bc3cf19c52063a71269
70638 Author: Stefan Roese <sr@denx.de>
70639 Date:   Fri Dec 28 17:29:56 2007 +0100
70640
70641     ppc4xx: Coding style cleanup
70642
70643     Signed-off-by: Stefan Roese <sr@denx.de>
70644
70645 commit 8ba132cab18ae438b6dd5b0214c28a8fc0d976e5
70646 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70647 Date:   Fri Dec 28 17:07:24 2007 +0100
70648
70649     ppc4xx: Complete PMC440 board support
70650
70651     This patch brings the PMC440 board configuration file.
70652     Finally it enables the PMC440 board support.
70653
70654     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70655
70656 commit 407843a582560fc5231299561ab3c2b6b6cd3397
70657 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70658 Date:   Fri Dec 28 17:07:18 2007 +0100
70659
70660     ppc4xx: Add FPGA support and BSP commands for PMC440 boards
70661
70662     This patch adds some BSP commands and FPGA booting support
70663     for esd's PMC440 boards.
70664
70665     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70666
70667 commit 72c5d52aedcce35e4b4fa5895605554825b6a76f
70668 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70669 Date:   Fri Dec 28 17:07:14 2007 +0100
70670
70671     ppc4xx: Add initial esd PMC440 board files
70672
70673     This patch adds the first files for the new esd PMC440 boards.
70674     The next two patches will complete the PMC440 board support.
70675
70676     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70677
70678 commit f6e0f1f61896ce7729ba1bcea2ffbd138d3947f5
70679 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70680 Date:   Fri Dec 28 17:10:36 2007 +0100
70681
70682     ppc4xx: Add EEPROM write protection for PLU405 boards + misc. updates
70683
70684     - add EEPROM write protection for esd PLU405 boards.
70685     - initialize NAND GPIOs
70686     - use correct io accessors
70687     - cleanup
70688
70689     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70690
70691 commit 77660c4b59055d621d2a8595bd4c18bb277268fc
70692 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70693 Date:   Fri Dec 28 17:10:44 2007 +0100
70694
70695     ppc4xx: use correct io accessors for esd's LCD code
70696
70697     This patch fixes esd's LCD dectection code to work correctly with
70698     newer gcc versions.
70699
70700     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70701
70702 commit b56bd0fcfc1c73db722e3462c8a9bf607ba7775e
70703 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70704 Date:   Fri Dec 28 17:10:42 2007 +0100
70705
70706     ppc4xx: Maintenance patch for VOH405 boards
70707
70708     - add EEPROM write protection
70709     - initialize NAND GPIOs
70710     - use correct io accessors
70711     - slow down I2C clock to 100kHz
70712     - enable ext. I2C bus
70713     - cleanup
70714
70715     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70716
70717 commit c05569066dbcba3fdf36d4d1943df265dc316a86
70718 Author: Stefan Roese <sr@denx.de>
70719 Date:   Fri Dec 28 16:08:08 2007 +0100
70720
70721     ppc4xx: Enable 405EP PCI arbiter per default on all boards
70722
70723     In an attmemt to clean up the 4xx start.S file, I removed the enabling
70724     of the internal 405EP PCI arbiter. This is needed for multiple other
70725     405EP platforms, like most of the esd 405EP. Now the internal PCI
70726     arbiter is enabled again per default as it has been before.
70727
70728     Signed-off-by: Stefan Roese <sr@denx.de>
70729     Acked-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70730
70731 commit bec9264616fb78273a1d93e87ff4b0b67c7bec1b
70732 Author: Stefan Roese <sr@denx.de>
70733 Date:   Fri Dec 28 15:53:46 2007 +0100
70734
70735     ppc4xx: Fix bug in cpu_init.c (405EP instead of 450EP)
70736
70737     Signed-off-by: Stefan Roese <sr@denx.de>
70738     Acked-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70739
70740 commit fb83a65c60ab5ca12358b75f1257e5eee6cdbf79
70741 Author: Stefan Roese <sr@denx.de>
70742 Date:   Fri Dec 28 06:06:04 2007 +0100
70743
70744     ppc4xx: Fix compilation problem of kilauea/haleakala nand booting target
70745
70746     Use correct link to nand_ecc now located in drivers/mtd/nand/ for the
70747     platforms mentioned above.
70748
70749     Signed-off-by: Stefan Roese <sr@denx.de>
70750
70751 commit b568fd25574181a3b12ae3d66b2913903442cb83
70752 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70753 Date:   Thu Dec 27 17:03:46 2007 +0100
70754
70755     Remove CPCI440 board
70756
70757     This board never left prototyping state and it
70758     became a millstone round my neck. So remove it.
70759
70760     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70761
70762 commit c591dffe0cbacd896ccbad06011fe6d6afa080da
70763 Author: Larry Johnson <lrj@arlinx.com>
70764 Date:   Thu Dec 27 11:28:51 2007 -0500
70765
70766     Add support for Korat PPC440EPx board
70767
70768     These patches add support for the PPC440EPx-based "Korat" board to
70769     U-Boot.  They are based primarily on support for the Sequoia board.
70770
70771     Signed-off-by: Larry Johnson <lrj@acm.org>
70772
70773 commit 87dc096829e6a6363f4fdd73653b0093a85adbe0
70774 Author: Larry Johnson <lrj@arlinx.com>
70775 Date:   Sat Dec 22 15:16:25 2007 -0500
70776
70777     Add configuration file for Korat board
70778
70779     This patch supplies the configuration file for the Korat PPC440EPx-
70780     processor board.
70781
70782     Signed-off-by: Larry Johnson <lrj@acm.org>
70783
70784 commit 8eb52d5d982b764b39c88d9d1064d56c5397bfa5
70785 Author: Larry Johnson <lrj@arlinx.com>
70786 Date:   Sat Dec 22 15:16:11 2007 -0500
70787
70788     Add denali_data_eye.o and denali_spd_ddr2.o to PPC4xx Makefile
70789
70790     Signed-off-by: Larry Johnson <lrj@acm.org>
70791
70792 commit aba19604d848b2838cfb9ebe818909e6a216058e
70793 Author: Larry Johnson <lrj@arlinx.com>
70794 Date:   Thu Dec 27 10:54:48 2007 -0500
70795
70796     Add 440EPx DDR2 SPD DIMM support
70797
70798     This patch adds SPD DDR2 support for the 440EPx ("Denali") SDRAM
70799     controller.  It should also work on the 440GRx.  It is based on the DDR2
70800     SPD code for the 440EP/440EPx, but makes no provision for DDR1 support.
70801
70802     This code has been tested on prototype Korat boards with three Kingston
70803     DIMMS: 512 MiB ECC (one rank), 512 MiB non-ECC (one rank) and 1 GiB ECC
70804     (two ranks).  The Korat board has a single DIMM socket, but support has
70805     been provided (though not tested) for boards with two DIMM sockets.
70806
70807     Signed-off-by: Larry Johnson <lrj@acm.org>
70808
70809 commit 8a24a6963002cb867d5a6b70e3560f0b1467f55f
70810 Author: Larry Johnson <lrj@arlinx.com>
70811 Date:   Sat Dec 22 15:15:30 2007 -0500
70812
70813     Copy 440EPx/GRx SDRAM data-eye search to common directory
70814
70815     This patch creates a non-board-specific file for performing the SDRAM
70816     data-eye search.  It also adds ECC error checking to the test of valid
70817     data on readback when ECC is enabled.
70818
70819     Signed-off-by: Larry Johnson <lrj@acm.org>
70820
70821 commit c46f53333b22b1f9098676bea8884fc7db820cf3
70822 Author: Larry Johnson <lrj@arlinx.com>
70823 Date:   Sat Dec 22 15:15:13 2007 -0500
70824
70825     Add definitions for 440EPx/GRx SDRAM controller to ppc440.h
70826
70827     This patch adds the Denali SDRAM controller definitions to "ppc440.h".
70828     It also fixes two typos in the definitions, so the board-specific
70829     "sdram.h" files containing these definitions are also fixed to avoid
70830     compiler warnings.
70831
70832     Signed-off-by: Larry Johnson <lrj@acm.org>
70833
70834 commit c348578bf612d0c56d8d376d23cae16defbd86af
70835 Author: Larry Johnson <lrj@arlinx.com>
70836 Date:   Thu Dec 27 10:50:55 2007 -0500
70837
70838     Add Ethernet 1000BASE-X support for PPC4xx
70839
70840     This patch adds a new switch: "CONFIG_PHY_DYNAMIC_ANEG".  When this symbol
70841     is defined, the PHY will advertise it's capabilities for autonegotiation
70842     based on the capabilities shown in the PHY's status registers, including
70843     1000BASE-X.  When "CONFIG_PHY_DYNAMIC_ANEG" is not defined, the PHY will
70844     advertise hard-coded capabilities, as before.
70845
70846     Signed-off-by: Larry Johnson <lrj@acm.org>
70847
70848 commit 9e2c347151db5ae8acf5f18b99493cd53e6637e3
70849 Author: Larry Johnson <lrj@arlinx.com>
70850 Date:   Thu Dec 27 09:52:17 2007 -0500
70851
70852     Add driver for National Semiconductor LM73 temperature sensor
70853
70854     This driver is based on the driver for the LM75.
70855
70856     Signed-off-by: Larry Johnson <lrj@acm.org>
70857
70858 commit 12618278688ea9b3d76536960a5ad2e3790fac40
70859 Author: Larry Johnson <lrj@arlinx.com>
70860 Date:   Sat Dec 22 15:14:00 2007 -0500
70861
70862     Add driver for STMicroelectronics M41T60 RTC
70863
70864     This driver is based on the driver for the M41T11.  In the intended
70865     application, the RTC will be powered by a large capacitor, rather than a
70866     battery.  The driver therefore checks to see whether the RTC has lost
70867     power.  The chip's OUT bit is normally reset from its power-up state.  If
70868     the OUT bit is read as set, or if the date and time are not valid, then the
70869     RTC is assumed to have lost power, and its date and time are reset to
70870     1900-01-01 00:00:00.
70871
70872     Support for adjusting the speed of the clock to improve accuracy is
70873     provided through an environment variable.
70874
70875     Signed-off-by: Larry Johnson <lrj@acm.org>
70876
70877 commit d3471173e14b7544bb60339eda8d3d3906694b0a
70878 Author: Larry Johnson <lrj@arlinx.com>
70879 Date:   Sat Dec 22 15:34:39 2007 -0500
70880
70881     Use out_be32() and friends to access memory-mapped registers in sequoia.c
70882
70883     Signed-off-by: Larry Johnson <lrj@acm.org>
70884
70885 commit c68f59fe3ec16769f82b5fca7421983c336d3aac
70886 Author: Larry Johnson <lrj@arlinx.com>
70887 Date:   Sat Dec 22 15:34:20 2007 -0500
70888
70889     Use definitions from "asm-ppc/mmu.h" in init.S for Sequoia
70890
70891     Signed-off-by: Larry Johnson <lrj@acm.org>
70892
70893 commit 0d9cdeac1d3fa8d62ed7d883acc950c364f5bda8
70894 Author: Larry Johnson <lrj@arlinx.com>
70895 Date:   Sat Dec 22 15:23:50 2007 -0500
70896
70897     Cosmetic changes to ECC POST for AMCC Denali core
70898
70899     Signed-off-by: Larry Johnson <lrj@acm.org>
70900
70901 commit 2e583d6c81034f80a267b89fa55498ae063ccef1
70902 Author: Stefan Roese <sr@denx.de>
70903 Date:   Wed Dec 26 20:20:19 2007 +0100
70904
70905     ppc4xx: Fix compilation problem in 405 cache POST test
70906
70907     Signed-off-by: Stefan Roese <sr@denx.de>
70908
70909 commit 42d55ea0bde06e47d5a3b49b0d91002acd8e5708
70910 Author: Stefan Roese <sr@denx.de>
70911 Date:   Sat Dec 22 12:20:09 2007 +0100
70912
70913     ppc4xx: Move virtual address of POST cache test to bigger address
70914
70915     On Sequoia & LWMON5 the virtual address of the POST cache test is now
70916     moved to a bigger address. This enables usage of more memory on those
70917     boards.
70918
70919     Signed-off-by: Stefan Roese <sr@denx.de>
70920
70921 commit d91722102cf63f77a0148ed3f3d54a26d87575e9
70922 Author: Stefan Roese <sr@denx.de>
70923 Date:   Sat Dec 22 12:18:26 2007 +0100
70924
70925     ppc4xx: Fix problem in 44x cache POST routine
70926
70927     As repoted by Larry Johnson, running "diag run cache" caused a crash
70928     in U-Boot. This problem was introduced by a patch that removed the
70929     TLB entry for the cache test after the test has completed. Since this
70930     TLB was only setup once, a 2nd attempt to run this cache test
70931     failed with a crash. Now this TLB entry is created every time the
70932     routine is called.
70933
70934     Signed-off-by: Stefan Roese <sr@denx.de>
70935
70936 commit b0265b576bb8fa9465f99e99c323768b562fadc2
70937 Author: Stefan Roese <sr@denx.de>
70938 Date:   Fri Dec 21 07:51:29 2007 +0100
70939
70940     ppc4xx: Update Makalu fdt support
70941
70942     Signed-off-by: Stefan Roese <sr@denx.de>
70943
70944 commit bf8324e4a50758daff8cddd04c6a2ff8ed775bea
70945 Author: Stefan Roese <sr@denx.de>
70946 Date:   Wed Dec 19 09:05:40 2007 +0100
70947
70948     ppc4xx: Add fdt support to AMCC Katmai eval board
70949
70950     Signed-off-by: Stefan Roese <sr@denx.de>
70951
70952 commit 328a340392a5df9aaf00792be989df73e750859e
70953 Author: Stefan Roese <sr@denx.de>
70954 Date:   Tue Dec 18 08:44:51 2007 +0100
70955
70956     ppc4xx: fdt: Cleanup setup of cpu node setup
70957
70958     Now the cpu node setup ("timebase-frequency" and "clock-frequency") is
70959     without using the absolute path to the cpu node. This makes it possible
70960     to use this U-Boot version with both versions of cpu-node naming
70961     "cpu@0" and the former "PowerPC,440EPx@0".
70962
70963     Signed-off-by: Stefan Roese <sr@denx.de>
70964
70965 commit 7812bc4a2e2436ebbc0ce5b4e99c1dfc2e77eb5b
70966 Author: Stefan Roese <sr@denx.de>
70967 Date:   Mon Dec 17 17:26:21 2007 +0100
70968
70969     ppc4xx: Fix lwmon5 compilation problem
70970
70971     Now that the 440EPx ECC test is not board specific anymore
70972     remove this Makefile.
70973
70974     Signed-off-by: Stefan Roese <sr@denx.de>
70975
70976 commit 42ed33ffe135f618680f9d6e9712eb35a85bcb62
70977 Author: Anatolij Gustschin <agustschin@t-online.de>
70978 Date:   Wed Dec 5 17:43:20 2007 +0100
70979
70980     Fix ppc4xx clear_bss() code
70981
70982     ppc4xx clear_bss() fails if BSS segment size is not
70983     divisible by 4 without remainder. This patch provides
70984     fix for this problem.
70985
70986     Signed-off-by: Anatolij Gustschin <agust@denx.de>
70987
70988 commit 85dc2a7f82d11e17f0ca2a448118aed7f7a4b85d
70989 Author: Niklaus Giger <niklausgiger@gmx.ch>
70990 Date:   Fri Nov 30 18:35:11 2007 +0100
70991
70992     PPC4xx: Minimal changes to add vxWorks support
70993
70994     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
70995
70996 commit 052440b022ca8981d39b6f8c10d1aa6326f47480
70997 Author: Markus Klotzbücher <mk@denx.de>
70998 Date:   Fri Nov 23 13:09:18 2007 +0100
70999
71000     ppc4xx: Add CONFIG_BOOTP_SUBNETMASK to Sequoia board config
71001
71002     When using dhcp/bootp the "netmask" environment variable is not
71003     set because CONFIG_BOOTP_SUBNETMASK is not defined. But usually this is
71004     desireable, so the following patch adds this this option to the board
71005     config.
71006
71007     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
71008     Signed-off-by: Stefan Roese <sr@denx.de>
71009
71010 commit a724a9b40c7fbeb6ade193ca52321b441eaecb4e
71011 Author: Larry Johnson <lrj@arlinx.com>
71012 Date:   Sat Oct 27 12:48:15 2007 -0400
71013
71014     Fix/enhance ECC POST for 440EPx/GRx
71015
71016     This patch allows the ECC POST to be used for different boards with the
71017     PPC440 Denali SDRAM controller.  Modifications include skipping the test
71018     if ECC is not enabled (as for non-ECC DIMMs) and adding synchronization
71019     to prevent timing errors.
71020
71021     Signed-off-by: Larry Johnson <lrj@acm.org>
71022
71023 commit 454a6cf8d498f70d2b3e18f07837603eb24b12d4
71024 Author: Larry Johnson <lrj@arlinx.com>
71025 Date:   Sat Oct 27 12:48:05 2007 -0400
71026
71027     PPC4xx: Move/rename ECC POST for 440EPx/GRx
71028
71029     Signed-off-by: Larry Johnson <lrj@acm.org>
71030
71031 commit c29d2d3680046d430022c55e50fcb27f5866517e
71032 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
71033 Date:   Fri Dec 14 11:20:33 2007 +0100
71034
71035     ppc4xx: use correct io accessors for 4xx ethernet POST
71036
71037     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
71038
71039 commit ba79fde58a48c0a6ff8e2a96caba951594142203
71040 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
71041 Date:   Fri Dec 14 11:19:56 2007 +0100
71042
71043     ppc4xx: fix flush + invalidate_dcache_range arguments
71044
71045     flush + invalidate_dcache_range() expect the start and stop+1 address.
71046     So the stop address is the first address behind (!) the range.
71047
71048     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
71049
71050 commit 871e6ce188a7c6bc7321bcf8372857035d20f1cd
71051 Author: Stefan Roese <sr@denx.de>
71052 Date:   Fri Dec 14 08:41:29 2007 +0100
71053
71054     ppc4xx: fdt: use fdt_fixup_ethernet()
71055
71056     By using aliases in the dts file, the ethernet node fixup is
71057     much easier with the recently added functions.
71058
71059     Please note that the dts file needs the aliases for this to work.
71060
71061     Signed-off-by: Stefan Roese <sr@denx.de>
71062
71063 commit 136288847e3b04f2ff357a067ad45e10afa0a24c
71064 Author: Stefan Roese <sr@denx.de>
71065 Date:   Thu Dec 13 14:52:53 2007 +0100
71066
71067     ppc4xx: Bring 4xx fdt support up-to-date
71068
71069     This patch update the 4xx fdt support. It enabled fdt booting
71070     on the AMCC Kilauea and Sequoia for now. More can follow later
71071     quite easily.
71072
71073     Signed-off-by: Stefan Roese <sr@denx.de>
71074
71075 commit 0dc80e2759fba859ccc4cdadc633577ca2971f3e
71076 Author: Stefan Roese <sr@denx.de>
71077 Date:   Thu Dec 27 07:50:54 2007 +0100
71078
71079     cfi_flash: Add missing check for erased dest to flash_write_cfibuffer()
71080
71081     The check for an sufficiently erased destination was missing in the
71082     buffered write function of the cfi flash driver (when
71083     CFG_FLASH_USE_BUFFER_WRITE is defined). This patch adds this check to that
71084     writing to such a region will fail with the currect error message.
71085
71086     Signed-off-by: Stefan Roese <sr@denx.de>
71087
71088 commit 33ed73bc0e38d0f2b5c183d4629d8f207e5b9994
71089 Author: Martin Krause <martin.krause@tqs.de>
71090 Date:   Mon Nov 12 10:56:17 2007 +0100
71091
71092     Some configuration updates for the TQM5200 based TB5200 board:
71093
71094     - enable command line history
71095     - increase malloc space (because of bigger flash sectors)
71096
71097     Signed-off-by: Martin Krause <martin.krause@tqs.de>
71098
71099 commit e318d9e9021a0af7508171f84ed09d0e79f0284e
71100 Author: Martin Krause <martin.krause@tqs.de>
71101 Date:   Thu Sep 27 11:10:08 2007 +0200
71102
71103     TQM8xx: use the CFI flash driver on all TQM8xx boards
71104
71105     Signed-off-by: Martin Krause <martin.krause@tqs.de>
71106
71107 commit 11d9eec479b470eab9242ab937fca70a876d9376
71108 Author: Martin Krause <martin.krause@tqs.de>
71109 Date:   Wed Sep 26 17:55:56 2007 +0200
71110
71111     TQM885D: adjust for doubled flash sector size + some minor fixes
71112
71113     Signed-off-by: Martin Krause <martin.krause@tqs.de>
71114
71115 commit 22d1a56cbfb0bff34f477b4db6a55d076d829b83
71116 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
71117 Date:   Wed Sep 26 17:55:54 2007 +0200
71118
71119     TQM885D: Exchanged SDRAM timing by a more relaxed timing.
71120
71121     CAS-Latency=2, Write Recovery Time tWR=2
71122     The max. supported bus frequency is 66 MHz. Therefore, changed
71123     threshold to switch from 1:1 mode to 2:1 from 80 MHz to 66 MHz.
71124
71125     Signed-off-by: Martin Krause <martin.krause@tqs.de>
71126
71127 commit b988b8cd443989be65161888eea0127ad03f846f
71128 Author: Martin Krause <martin.krause@tqs.de>
71129 Date:   Wed Sep 26 17:55:56 2007 +0200
71130
71131     TQM885D: use calculated cpuclk instead of measuring it
71132
71133     On the TQM885D the measurement of cpuclk with the PIT reference
71134     timer ist not necessary. Since all module variants use the same
71135     external 10 MHz oscillator, the cpuclk only depends on the PLL
71136     configuration - which is readable by software.
71137
71138     Signed-off-by: Martin Krause <martin.krause@tqs.de>
71139
71140 commit 492c7049869348d31168de8dad89651315e468e0
71141 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
71142 Date:   Thu Sep 27 14:54:46 2007 +0200
71143
71144     TQM885D: fix SDRAM refresh
71145
71146     At 133 MHz the current SDRAM refresh rate is too fast
71147     (measured 4 * 1.17 us).
71148     CFG_MAMR_PTA changes from 39 to 128. This result
71149     in a refresh rate of 4 * 7.8 us at the default clock
71150     66 MHz. At 133 MHz the value will be then 4 * 3.8 us.
71151     This is a compromise until a new method is found to
71152     adjust the refresh rate.
71153
71154     Signed-off-by: Martin Krause <martin.krause@tqs.de>
71155
71156 commit dabad4b9bc46908e301f73ce76b38b23626a96e9
71157 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
71158 Date:   Thu Sep 27 14:54:46 2007 +0200
71159
71160     TQM860M: Support for 10col SDRAMs, max. 128 MiB
71161
71162     Signed-off-by: Martin Krause <martin.krause@tqs.de>
71163
71164 commit 61fb15c516fef5631e305f1976d7b3a679725856
71165 Author: Wolfgang Denk <wd@denx.de>
71166 Date:   Thu Dec 27 01:52:50 2007 +0100
71167
71168     Fix coding style issues; update CHANGELOG.
71169
71170     Signed-off-by: Wolfgang Denk <wd@denx.de>
71171
71172 commit 467bcee11fe26ad422f2de971aa70866079870f2
71173 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
71174 Date:   Fri Dec 14 15:36:18 2007 +0100
71175
71176     cfi_flash: Add manufacturer-specific fixups
71177
71178     Run fixups based on the JEDEC manufacturer ID independent of the
71179     command set ID.
71180
71181     This changes current behaviour: Previously, geometry reversal for AMD
71182     chips were done based on the command set ID, while they are now done
71183     based on the JEDEC manufacturer and device ID.
71184
71185     Also add fixup for top-boot Atmel chips. A fixup is needed for
71186     AT49BV6416(T) too, but since u-boot currently only reads the low byte
71187     of the device ID, there's no way to tell it apart from AT49BV642D,
71188     which should not have this fixup. Since AT49BV642D support is
71189     necessary to get ATNGW100 board support into mainline, I've commented
71190     out the fixup for now.
71191
71192     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
71193
71194 commit 0ddf06ddf6b4bd057ad4c5f0dffea7870ba06a2a
71195 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
71196 Date:   Fri Dec 14 15:36:17 2007 +0100
71197
71198     cfi_flash: Add cmdset-specific init functions
71199
71200     Move things like reading JEDEC IDs and fixing up geometry reversal
71201     into separate functions. The geometry reversal fixup is now performed
71202     by altering the qry structure directly, which makes the sector init
71203     code slightly cleaner.
71204
71205     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
71206
71207 commit e23741f4a6d8047520ef0d4971762749b3587d32
71208 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
71209 Date:   Fri Dec 14 15:36:16 2007 +0100
71210
71211     cfi_flash: Read whole QRY structure in one go
71212
71213     Read out the whole CFI Standard Query structure after successful cfi
71214     identification. This allows subsequent code to access this information
71215     directly without having to go through flash_read_uchar() and friends.
71216
71217     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
71218
71219 commit df9c25ea04b38a0e05d4f8c73c5cc144cdafa7db
71220 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
71221 Date:   Mon Dec 17 11:02:44 2007 +0100
71222
71223     AVR32: Fix logic inversion in disable_interrupts()
71224
71225     disable_interrupts() should return nonzero if interrupts were
71226     _enabled_ before, not disabled.
71227
71228     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
71229
71230 commit acac475212cbedb17b321a363a1c878e2b47b37f
71231 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
71232 Date:   Fri Dec 14 16:51:22 2007 +0100
71233
71234     AVR32: Enable interrupts at bootup
71235
71236     The timer code depends on the timer interrupt to keep track of the
71237     upper 32 bits of the cycle counter. This obviously doesn't work when
71238     interrupts are disabled the whole time.
71239
71240     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
71241
71242 commit 9570bcd87f4db255514f43b6701746c412f8fef0
71243 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
71244 Date:   Thu Nov 15 10:03:45 2007 +0100
71245
71246     AVR32: Fix wrong pin setup for USART3
71247
71248     As reported by Gerhard Berghofer:
71249
71250     in "gpio_enable_usart3" the correct pins for USART 3 are PB17 and PB18
71251     instead of PB18 and PB19.
71252
71253     which is obviously correct. There's currently no code that uses
71254     USART3, but custom boards may run into problems.
71255
71256     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
71257
71258 commit 09ea0de03dcc3ee7af045b0b572227bda2c1c918
71259 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
71260 Date:   Thu Nov 1 12:44:20 2007 +0100
71261
71262     README: Remove ATSTK1000 daughterboard list
71263
71264     As noted by Kim Phillips, these lists tend to become out of date.
71265
71266     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
71267
71268 commit c81cbbad21cb0ae983e2e796211202234cdc8be2
71269 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
71270 Date:   Tue Oct 30 14:56:36 2007 +0100
71271
71272     Add ATSTK100[234] to MAINTAINERS
71273
71274     Add all the ATSTK1000 daughterboards to MAINTAINERS along with their
71275     "mother". Also update the entry for ATSTK1000 to be not only about the
71276     AP7000 CPU; it's intended to handle all CPUs in the AT32AP family.
71277
71278     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
71279
71280 commit 64ff2357b1727213803591813dbc779c924bf772
71281 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
71282 Date:   Mon Oct 29 13:02:54 2007 +0100
71283
71284     AVR32: Add support for the ATSTK1004 board
71285
71286     ATSTK1004 is a daughterboard for ATSTK1000 with the AT32AP7002 CPU,
71287     which is a derivative of AT32AP7000.
71288
71289     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
71290
71291 commit 667568db157f374b85abd7e03596ddd1f0b25681
71292 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
71293 Date:   Mon Oct 29 13:02:54 2007 +0100
71294
71295     AVR32: Add support for the ATSTK1003 board
71296
71297     ATSTK1003 is a daughterboard for ATSTK1000 with the AT32AP7001 CPU,
71298     which is a derivative of AT32AP7000.
71299
71300     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
71301
71302 commit 5fee84a794a51ec830548cda485a770efb018b92
71303 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
71304 Date:   Mon Oct 29 13:23:33 2007 +0100
71305
71306     AVR32: Make some AT32AP700x peripherals optional
71307
71308     Add a chip-features file providing definitions of the form
71309
71310     AT32AP700x_CHIP_HAS_<peripheral>
71311
71312     to indicate the availability of the given peripheral on the currently
71313     selected chip.
71314
71315     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
71316
71317 commit 36f28f8a9605ee5dcfa330482cfc62171261af97
71318 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
71319 Date:   Mon Oct 29 13:09:56 2007 +0100
71320
71321     AVR32: Rename at32ap7000 -> at32ap700x
71322
71323     The SoC-specific code for all the AT32AP700x CPUs is practically
71324     identical; the only difference is that some chips have less features
71325     than others. By doing this rename, we can add support for the AP7000
71326     derivatives simply by making some features conditional.
71327
71328     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
71329
71330 commit 4d5fa99c73f354e7cf985efcf417ea55ca2f6a5e
71331 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
71332 Date:   Fri Jun 29 18:22:34 2007 +0200
71333
71334     atmel_mci: Show SR when block read fails
71335
71336     Show controller status as well as card status when an error occurs
71337     during block read.
71338
71339     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
71340
71341 commit 8697e6a19b10f514511b6a9c86de88bd108c4f8d
71342 Author: Stefan Roese <sr@denx.de>
71343 Date:   Thu Dec 13 14:52:53 2007 +0100
71344
71345     ppc4xx: Bring 4xx fdt support up-to-date
71346
71347     This patch update the 4xx fdt support. It enabled fdt booting
71348     on the AMCC Kilauea and Sequoia for now. More can follow later
71349     quite easily.
71350
71351     Signed-off-by: Stefan Roese <sr@denx.de>
71352
71353 commit 12d30aa79779c2aa7a998bbae4c075f822a53004
71354 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
71355 Date:   Thu Dec 13 12:56:34 2007 +0100
71356
71357     cfi_flash: Use map_physmem() and unmap_physmem()
71358
71359     Use map_physmem() and unmap_physmem() to convert from physical to
71360     virtual addresses. This gives the arch a chance to provide an uncached
71361     mapping for flash accesses.
71362
71363     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
71364
71365 commit 4d7d6936eb29af7cca330937808312aa5f61454d
71366 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
71367 Date:   Thu Dec 13 12:56:33 2007 +0100
71368
71369     Introduce map_physmem() and unmap_physmem()
71370
71371     map_physmem() returns a virtual address which can be used to access a
71372     given physical address without involving the cache. unmap_physmem()
71373     should be called when the virtual address returned by map_physmem() is
71374     no longer needed.
71375
71376     This patch adds a stub implementation which simply returns the
71377     physical address cast to a uchar * for all architectures except AVR32,
71378     which converts the physical address to an uncached virtual mapping.
71379     unmap_physmem() is a no-op on all architectures, but if any
71380     architecture needs to do such mappings through the TLB, this is the
71381     hook where those TLB entries can be invalidated.
71382
71383     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
71384
71385 commit cdbaefb5f5f03e54455d0439dcf6dbd97ead1f9d
71386 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
71387 Date:   Thu Dec 13 12:56:32 2007 +0100
71388
71389     cfi_flash: Introduce read and write accessors
71390
71391     Introduce flash_read{8,16,32,64) and flash_write{8,16,32,64} and use
71392     them to access the flash memory. This makes it clearer when the flash
71393     is actually being accessed; merely dereferencing a volatile pointer
71394     looks just like any other kind of access.
71395
71396     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
71397
71398 commit 812711ce6b3a386125dcf0d6a59588e461abbb87
71399 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
71400 Date:   Thu Dec 13 12:56:31 2007 +0100
71401
71402     Implement __raw_{read,write}[bwl] on all architectures
71403
71404     This adds implementations of __raw_read[bwl] and __raw_write[bwl] to
71405     m68k, ppc, nios and nios2. The m68k and ppc implementations were taken
71406     from Linux.
71407
71408     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
71409
71410 commit be60a9021c82fc5aecd5b2b1fc96f70a9c81bbcd
71411 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
71412 Date:   Sat Oct 6 18:55:36 2007 +0200
71413
71414     cfi_flash: Reorder functions and eliminate extra prototypes
71415
71416     Reorder the functions in cfi_flash.c so that each function only uses
71417     functions that have been defined before it. This allows the static
71418     prototype declarations near the top to be eliminated and might allow
71419     gcc to do a better job inlining functions.
71420
71421     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
71422
71423 commit 3055793bcbdf24b1f8117f606ffb766d32eb766f
71424 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
71425 Date:   Thu Dec 13 12:56:29 2007 +0100
71426
71427     cfi_flash: Make some needlessly global functions static
71428
71429     Make functions not declared in any header file static.
71430
71431     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
71432
71433 commit 7e5b9b471518c5652febc68ba62b432193d6abf4
71434 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
71435 Date:   Thu Dec 13 12:56:28 2007 +0100
71436
71437     cfi_flash: Break long lines
71438
71439     This patch tries to keep all lines in the cfi_flash driver below 80
71440     columns. There are a few lines left which don't fit this requirement
71441     because I couldn't find any trivial way to break them (i.e. it would
71442     take some restructuring, which I intend to do in a later patch.)
71443
71444     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
71445
71446 commit 42026c9cb3a76849b41e6e24abfb7b56807a5c1a
71447 Author: Bartlomiej Sieka <tur@semihalf.com>
71448 Date:   Tue Dec 11 13:59:57 2007 +0100
71449
71450     CFI: synchronize command offsets with Linux CFI driver
71451
71452     Fixes non-working CFI Flash on the Inka4x0 board.
71453
71454     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
71455
71456 commit 8ff3de61fc5f9b3b21647bce081a3b7f710f0d4d
71457 Author: Kumar Gala <galak@kernel.crashing.org>
71458 Date:   Fri Dec 7 12:17:34 2007 -0600
71459
71460     Handle MPC85xx PCIe reset errata (PCI-Ex 38)
71461
71462     On the MPC85xx boards that have PCIe enable the PCIe errata fix.
71463     (MPC8544DS, MPC8548CDS, MPC8568MDS).
71464
71465     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
71466
71467 commit 82ac8c97145a4c3bf8b3dbfad00fa96e920f9b9c
71468 Author: Kumar Gala <galak@kernel.crashing.org>
71469 Date:   Fri Dec 7 12:04:30 2007 -0600
71470
71471     Update Freescale MPC85xx ADS/CDS/MDS board config
71472
71473     * Enabled CONFIG_CMD_ELF
71474
71475     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
71476
71477 commit d435793229ce29a42797c1edc39f5b34f987f91a
71478 Author: Kumar Gala <galak@kernel.crashing.org>
71479 Date:   Fri Dec 7 04:59:26 2007 -0600
71480
71481     Handle Asynchronous DDR clock on 85xx
71482
71483     The MPC8572 introduces the concept of an asynchronous DDR clock with
71484     regards to the platform clock.
71485
71486     Introduce get_ddr_freq() to report the DDR freq regardless of sync/async
71487     mode.
71488
71489     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
71490
71491 commit 22abb2d2eaf7b795a6923c6273ec9cb53fda9a10
71492 Author: Kumar Gala <galak@kernel.crashing.org>
71493 Date:   Thu Nov 29 10:34:28 2007 -0600
71494
71495     Update Freescale MPC85xx ADS/CDS/MDS board config
71496
71497     * Removed some misc environment setup
71498     * Enabled CONFIG_CMDLINE_EDITING
71499
71500     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
71501
71502 commit 415a613babb84d5e5d5b42e8e553868c71fc3a64
71503 Author: Kumar Gala <galak@kernel.crashing.org>
71504 Date:   Thu Nov 29 10:47:44 2007 -0600
71505
71506     Move the MPC8541/MPC8555/MPC8548 CDS board under board/freescale.
71507
71508     Minor path corrections needed to ensure buildability.
71509
71510     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
71511
71512 commit c2d943ffbfd3359b3b45d177b437379d2cb86fbf
71513 Author: Kumar Gala <galak@kernel.crashing.org>
71514 Date:   Thu Nov 29 10:16:18 2007 -0600
71515
71516     Move the MPC8540 ADS board under board/freescale.
71517
71518     Minor path corrections needed to ensure buildability.
71519
71520     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
71521
71522 commit 870ceac5b3a3486c109396e005af81ae762b5710
71523 Author: Kumar Gala <galak@kernel.crashing.org>
71524 Date:   Thu Nov 29 10:14:50 2007 -0600
71525
71526     Move the MPC8560 ADS board under board/freescale.
71527
71528     Minor path corrections needed to ensure buildability.
71529
71530     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
71531
71532 commit acbca876fb3fec25cd9c55b0efc81ff618ff5262
71533 Author: Kumar Gala <galak@kernel.crashing.org>
71534 Date:   Thu Nov 29 10:13:47 2007 -0600
71535
71536     Move the MPC8568 MDS board under board/freescale.
71537
71538     Minor path corrections needed to ensure buildability.
71539
71540     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
71541
71542 commit a853d56c59b33415304531443633808736acfc6e
71543 Author: Kumar Gala <galak@kernel.crashing.org>
71544 Date:   Thu Nov 29 02:18:59 2007 -0600
71545
71546     Use standard LAWAR_TRGT_IF_* defines for LAW setup on 85xx
71547
71548     We already had defines for LAWAR_TRGT_IF_* that we should use
71549     rather than creating new ones.  Also, added some missing defines for
71550     PCIE targets.
71551
71552     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
71553
71554 commit 04db400892da37b76a585e332a0c137954ad2015
71555 Author: Kumar Gala <galak@kernel.crashing.org>
71556 Date:   Thu Nov 29 02:10:09 2007 -0600
71557
71558     Stop using immap_t on 85xx
71559
71560     In the future the offsets to various blocks may not be in same location.
71561     Move to using CFG_MPC85xx_*_ADDR as the base of the registers
71562     instead of getting it via &immap.
71563
71564     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
71565
71566 commit 2714223f8e04ab3e4133ff65872eef366d90bfea
71567 Author: Kumar Gala <galak@kernel.crashing.org>
71568 Date:   Thu Nov 29 01:23:09 2007 -0600
71569
71570     Remove CONFIG_OF_FLAT_TREE related code from mpc85xx since we now use libfdt
71571
71572     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
71573
71574 commit c480861bf000156e6a3e932c258db59ff2212dd3
71575 Author: Kumar Gala <galak@kernel.crashing.org>
71576 Date:   Thu Nov 29 01:06:19 2007 -0600
71577
71578     Update MPC8568 MDS to use libfdt
71579
71580     Updated the MPC8568 MDS config to use libfdt and assume use of aliases for
71581     ethernet, pci, and serial for the various fixups that are done.
71582
71583     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
71584
71585 commit 1563f56e0c68f6920f956382d6d13bee3f01c0f7
71586 Author: Haiying Wang <Haiying.Wang@freescale.com>
71587 Date:   Wed Nov 14 15:52:06 2007 -0500
71588
71589     Add PCI Express support on MPC8568MDS
71590
71591     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
71592     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
71593
71594 commit b90d25497625b90ffa3f2911a0895ca237556ff5
71595 Author: Kumar Gala <galak@kernel.crashing.org>
71596 Date:   Thu Nov 29 00:11:44 2007 -0600
71597
71598     Update MPC85xx CDS to use libfdt
71599
71600     Updated the MPC85xx CDS config to use libfdt and assume use of aliases for
71601     ethernet, pci, and serial for the various fixups that are done.
71602
71603     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
71604
71605 commit 0fd5ec66b10521a057ad73e69ab5f0f9eafba255
71606 Author: Kumar Gala <galak@kernel.crashing.org>
71607 Date:   Wed Nov 28 22:54:27 2007 -0600
71608
71609     Update MPC8540 ADS to use libfdt
71610
71611     Updated the MPC8540 ADS config to use libfdt and assume use of aliases for
71612     ethernet, pci, and serial for the various fixups that are done.
71613
71614     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
71615
71616 commit 5ce715802f6c50dc78b3405b92f184b1e3710519
71617 Author: Kumar Gala <galak@kernel.crashing.org>
71618 Date:   Wed Nov 28 22:40:31 2007 -0600
71619
71620     Update MPC8560 ADS to use libfdt
71621
71622     Updated the MPC8560 ADS config to use libfdt and assume use of aliases for
71623     ethernet, pci, and serial for the various fixups that are done.
71624
71625     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
71626
71627 commit aafeefbdb8b029f5ca2a195598d0a501a606eea9
71628 Author: Kumar Gala <galak@kernel.crashing.org>
71629 Date:   Wed Nov 28 00:36:33 2007 -0600
71630
71631     Stop using immap_t for cpm offset on 85xx
71632
71633     In the future the offsets to various blocks may not be in same location.
71634     Move to using CFG_MPC85xx_CPM_ADDR as the base of the CPM registers
71635     instead of getting it via &immap->im_cpm.
71636
71637     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
71638
71639 commit f59b55a5b8fcadaa99781ba48e7a38e956afa527
71640 Author: Kumar Gala <galak@kernel.crashing.org>
71641 Date:   Tue Nov 27 23:25:02 2007 -0600
71642
71643     Stop using immap_t for guts offset on 85xx
71644
71645     In the future the offsets to various blocks may not be in same location.
71646     Move to using CFG_MPC85xx_GUTS_ADDR as the base of the guts registers
71647     instead of getting it via &immap->im_gur.
71648
71649     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
71650
71651 commit 50c03c8cf494d91cdec39670d95337c743e16ec9
71652 Author: Kumar Gala <galak@kernel.crashing.org>
71653 Date:   Tue Nov 27 22:42:34 2007 -0600
71654
71655     Update MPC8544 DS config
71656
71657     * Removed HAS_ETH2/HAS_ETH3 - MPC8544 only has TSEC1/2
71658     * Removed some misc environment setup
71659     * Moved to using fdtfile & fdtaddr as fdt env var names
71660     * Enabled CONFIG_CMDLINE_EDITING
71661
71662     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
71663
71664 commit addce57e2e4c49e77ffb2020a84690713bb18b47
71665 Author: Kumar Gala <galak@kernel.crashing.org>
71666 Date:   Mon Nov 26 17:12:24 2007 -0600
71667
71668     Update MPC8544DS to use libfdt
71669
71670     Updated the MPC8544DS config to use libfdt and assume use of aliases for
71671     ethernet, pci, and serial for the various fixups that are done.
71672
71673     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
71674
71675 commit f852ce72f100cabd1f11c21c085a0ad8eca9fb65
71676 Author: Kumar Gala <galak@kernel.crashing.org>
71677 Date:   Thu Nov 29 00:15:30 2007 -0600
71678
71679     Add libfdt based ft_cpu_setup for mpc85xx
71680
71681     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
71682
71683 commit 3b9abdc448a1c2c6a4c2aa292724b4d1a05166a9
71684 Author: Stefan Roese <sr@denx.de>
71685 Date:   Tue Dec 11 13:38:19 2007 +0100
71686
71687     ppc4xx: Correct GPIO offset in gpio_config()
71688
71689     Thanks to Gary Jennejohn for pointing this out.
71690
71691     Signed-off-by: Stefan Roese <sr@denx.de>
71692
71693 commit 8809a2713b1ceaf3da55d9d785470294f15de06a
71694 Author: Stefan Roese <sr@denx.de>
71695 Date:   Tue Dec 11 11:46:01 2007 +0100
71696
71697     rtc: Fix merging problem
71698
71699     Signed-off-by: Stefan Roese <sr@denx.de>
71700
71701 commit 7cfc12a7dcfdb350e2ab76db4dafcc30f7e77c2b
71702 Author: Stefan Roese <sr@denx.de>
71703 Date:   Sat Dec 8 14:47:34 2007 +0100
71704
71705     ppc4xx: 405EX: Correctly enable USB pins
71706
71707     This patch selects the USB data pins in the 405EX GPIO and MFC (multi
71708     function control) registers. This is done for the AMCC Kilauea and
71709     Makalu eval boards.
71710
71711     Signed-off-by: Stefan Roese <sr@denx.de>
71712
71713 commit 9692c2734a47f23b44a0f68042a3e2ca8d1bfb39
71714 Author: Stefan Roese <sr@denx.de>
71715 Date:   Sat Dec 8 08:25:09 2007 +0100
71716
71717     CFI: Coding style cleanup
71718
71719     Signed-off-by: Stefan Roese <sr@denx.de>
71720
71721 commit 81b20ccc2d795ae9a1199db5a50ad9c28d1e4d22
71722 Author: Michael Schwingen <michael@schwingen.org>
71723 Date:   Fri Dec 7 23:35:02 2007 +0100
71724
71725     CFI: support JEDEC flash roms in CFI-flash framework
71726
71727     The following patch adds support for non-CFI flash ROMS, by hooking into the
71728     CFI flash code and using most of its code, as recently discussed here in the
71729     thread "Mixing CFI and non-CFI flashs".
71730
71731     Signed-off-by: Michael Schwingen <michael@schwingen.org>
71732     Signed-off-by: Stefan Roese <sr@denx.de>
71733
71734 commit c01b17dd856fa120b2970f50d9598546a4927ec3
71735 Author: Gerald Van Baren <vanbaren@cideas.com>
71736 Date:   Wed Nov 28 21:24:50 2007 -0500
71737
71738     Conditionally compile fdt_fixup_ethernet()
71739
71740     Fix compiler warnings: On boards that don't have ethernets defined,
71741     don't compile fdt_fixup_ethernet().
71742
71743 commit 246d4ae6bc282bc1841224e1c5fc49dc925e0bf7
71744 Author: Kumar Gala <galak@kernel.crashing.org>
71745 Date:   Tue Nov 27 21:59:46 2007 -0600
71746
71747     Convert boards that set memory node to use fdt_fixup_memory()
71748
71749     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
71750
71751 commit 151c8b09b35eebe8fd9139cb6c1d91c27b22f058
71752 Author: Kumar Gala <galak@kernel.crashing.org>
71753 Date:   Mon Nov 26 17:06:15 2007 -0600
71754
71755     Added fdt_fixup_stdout that uses aliases to set linux,stdout-path
71756
71757     We use a combination of the serialN alias and CONFIG_CONS_INDEX to
71758     determine which serial alias we should set linux,stdout-path to.
71759
71760     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
71761
71762 commit 3c9272813fad84c691d0e4989bb18a3ffebdebfc
71763 Author: Kumar Gala <galak@kernel.crashing.org>
71764 Date:   Mon Nov 26 14:57:45 2007 -0600
71765
71766     Add common memory fixup function
71767
71768     Add the function fdt_fixup_memory() to fixup the /memory node of the fdt
71769
71770     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
71771
71772 commit 9c9109e7fcf7ac2ca19c95b8ac54b8d1c773b157
71773 Author: Kumar Gala <galak@kernel.crashing.org>
71774 Date:   Mon Nov 26 11:19:12 2007 -0600
71775
71776     Conditionally compile fdt_support.c
71777
71778     Modify common/Makefile to conditionally compile fdt_support.c based
71779     on CONFIG_OF_LIBFDT.
71780
71781     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
71782
71783 commit d88e7ba0980773479e1a64badb293116071b7ef0
71784 Author: Kumar Gala <galak@kernel.crashing.org>
71785 Date:   Mon Nov 26 10:41:40 2007 -0600
71786
71787     Fix build breakage due to libfdt import
71788
71789     The IDS8247 got lost in the update and need an API update
71790     do to rename of functions in libfdt.
71791
71792     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
71793
71794 commit 28f384b171bbf1fb2dafb1046e6d259a6b2f8714
71795 Author: Gerald Van Baren <vanbaren@cideas.com>
71796 Date:   Fri Nov 23 19:43:20 2007 -0500
71797
71798     Add spaces around the = in the fdt print format.
71799
71800     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
71801
71802 commit 29592ecba3b932b9b152bcec6c0c0806412db4a3
71803 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
71804 Date:   Fri Dec 7 01:25:38 2007 +0900
71805
71806     sh: Moved driver of the SuperH dependence
71807
71808     The composition of the directory in the drivers/ changed.
71809     I moved SuperH serial driver and marubun PCMCIA driver.
71810
71811     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
71812
71813 commit 41be969f4957115ed7b1fe8b890bfaee99d7a7a2
71814 Author: Wolfgang Denk <wd@denx.de>
71815 Date:   Thu Dec 6 10:21:19 2007 +0100
71816
71817     Release v1.3.1
71818
71819     Signed-off-by: Wolfgang Denk <wd@denx.de>
71820
71821 commit cf5933ba1e97a1cd8f5f24070e820f21d976eaeb
71822 Author: Wolfgang Denk <wd@denx.de>
71823 Date:   Thu Dec 6 10:21:03 2007 +0100
71824
71825     ADS5121 Board: fix compile problem.
71826
71827     Signed-off-by: Wolfgang Denk <wd@denx.de>
71828
71829 commit a27044b14a9e93678a82d7b35f202b93e7687abc
71830 Author: Stefan Roese <sr@denx.de>
71831 Date:   Thu Dec 6 05:58:43 2007 +0100
71832
71833     ppc4xx: Enable hardware-fix for PCI/DMA errata on AMCC 440SP/SPe boards
71834
71835     This patch enables the hardware-fix for the PCI/DMA errata's 19+22 by
71836     setting the FIXD bit in the SDR0_MFR register. Here a description of the
71837     symptoms:
71838
71839     Problem Description
71840     ------------------------------
71841     If a DMA is performed between memory and PCI with the DMA 1 Controller
71842     using prefetch, and as a result uses a special purpose buffer selected by
71843     the PCIXn Bridge Options 1 Register (PCIXn_BRDGOPT1[RBP7] - bits 31-29),
71844     the first part of the transfer sequence is performed twice. The
71845     PPC440SPe PCI Controller requests more data than was needed such that in
71846     the case of enforce memory protection, a host CPU  exception can occur.
71847     No data is corrupted, because data transfer is stopped in the PCI
71848     Controller. Prefetch enable is specified by setting DMA Configuration
71849     Register (I2O0_DMAx_CFG[DXEPD] - bit 31) to 0.
71850
71851     Behavior that may be observed in a running system
71852     ---------------------------------------------------------------------------
71853
71854     1. DMA performance is decreased because of the double access on the PCI bus
71855     interface.
71856     2. If an illegal access to some address on the PCI bus is detected at the
71857     system level, a machine check or similar system error may occur.
71858
71859     Workarounds Available
71860     ----------------------------------
71861
71862     1. Do not program prefetch. Note that a prefetch command cannot be programmed
71863     without selecting a special purpose buffer.
71864     2. To avoid crossing a physical boundary of the PCI slave device, add 512
71865     bytes of address to the PCI address range.
71866
71867     This patch was originally provided by Pravin M. Bathija <pbathija@amcc.com>
71868     from AMCC and slighly changed.
71869
71870     Signed-off-by: Pravin M. Bathija <pbathija@amcc.com>
71871     Signed-off-by: Stefan Roese <sr@denx.de>
71872
71873 commit a90921f71d225bf9e0f0fc7b8beadeb8001bf78a
71874 Author: Stefan Roese <sr@denx.de>
71875 Date:   Tue Dec 4 16:29:48 2007 +0100
71876
71877     ppc4xx: Yosemite/Yellowstone: Add DTT AD7414 support
71878
71879     Signed-off-by: Stefan Roese <sr@denx.de>
71880
71881 commit 8d4f040a3c15036a6ea25a9c39e7d89fefa8440d
71882 Author: Wolfgang Denk <wd@denx.de>
71883 Date:   Mon Dec 3 00:15:28 2007 +0100
71884
71885     Prepare for 1.3.1-rc1
71886
71887     Signed-off-by: Wolfgang Denk <wd@denx.de>
71888
71889 commit e15e33433e7c05111968dc9b434a52fd42cbd221
71890 Author: Stefan Roese <sr@denx.de>
71891 Date:   Fri Nov 30 07:15:41 2007 +0100
71892
71893     ppc4xx: Kilauea: Add PCIe reset assertion upon power-up
71894
71895     This manual PCIe reset triggering solves the problem seen with the
71896     Intel EPRO/1000 card, which was not detected (link not established)
71897     upon power-up reset.
71898
71899     Signed-off-by: Stefan Roese <sr@denx.de>
71900
71901 commit 260eea5676ca46903a335686cc020b29c4ca46fe
71902 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
71903 Date:   Thu Nov 29 01:21:54 2007 +0900
71904
71905     sh: Add SuperH boards maintainer to MAINTAINERS file
71906
71907     Add MS7750SE and MS7722SE's board maintainer to MAINTAINERS file.
71908
71909     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
71910
71911 commit aa9c4f1d22701a92347c1c81f34d12c8ad3a3747
71912 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
71913 Date:   Thu Nov 29 00:13:04 2007 +0900
71914
71915     sh: Add ms7750se support in MAKEALL
71916
71917     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
71918
71919 commit c7144373427a178332bf9754131c8c34c52c200a
71920 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
71921 Date:   Tue Nov 27 09:44:53 2007 +0100
71922
71923     sh: Add sh3 and sh4 support in MAKEALL
71924
71925     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
71926     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
71927
71928 commit 130080874a3d28450098481a262c5f7c855e908d
71929 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
71930 Date:   Sun Nov 25 02:51:17 2007 +0900
71931
71932     sh: Add document for SuperH.
71933
71934     This document is a summary of information concerning SuperH of U-Boot.
71935
71936     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
71937
71938 commit 33ecdc2f9d64926e1a6067b28f3a0aefc3b6d23d
71939 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
71940 Date:   Sun Nov 25 02:39:31 2007 +0900
71941
71942     sh: Add marubun's pcmcia driver
71943
71944     Marubun pcmcia is a chip for PCMCIA used with SuperH.
71945     Of course, this can be used even by other architectures.
71946     When use this driver, came to be able to use CompactFlash
71947     and Ethernet.
71948
71949     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
71950
71951 commit febd86b969b975289ed948f1ac0eb9722da41ced
71952 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
71953 Date:   Sun Nov 25 02:32:13 2007 +0900
71954
71955     sh: Update SuperH SCIF driver
71956
71957     - Changed volatile unsigned to vu_.
71958     - Changed Makefile for kconfig.
71959
71960     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
71961
71962 commit 8be760903645af09871be50ad0a6f9ebb62b311d
71963 Author: Stefan Roese <sr@denx.de>
71964 Date:   Tue Nov 27 11:57:35 2007 +0100
71965
71966     ppc4xx: Kilauea & Makalu: Fix ext IRQ pin multiplexing
71967
71968     After an error in the AMCC 405EX users manual now correctly configure
71969     IRQ2 (Kilauea)/IRQ0 (Makalu) as alternate 2 signal for external IRQ
71970     usage.
71971
71972     Signed-off-by: Stefan Roese <sr@denx.de>
71973
71974 commit a5f601fd1b1278deae5aa9fc27a232b0d1c1c788
71975 Author: Wolfgang Denk <wd@denx.de>
71976 Date:   Mon Nov 26 19:18:21 2007 +0100
71977
71978     Cleanup coding style; update CHANGELOG
71979
71980     Signed-off-by: Wolfgang Denk <wd@denx.de>
71981
71982 commit 3deca9d44767efd1b83f4b701f0dbf21a7595f7b
71983 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
71984 Date:   Sun Nov 25 22:39:25 2007 +0100
71985
71986     MAKEALL: add missing 512x boards in ppc
71987
71988     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
71989
71990 commit a340c325e668ca7386c2276387681720be9c3757
71991 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
71992 Date:   Sun Nov 25 18:45:47 2007 +0100
71993
71994     Makefile : fix tags ctags etags with new drivers organization
71995
71996     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
71997
71998 commit 63362cfc6baa97ae0e37ba2c6ece530fcac9f79e
71999 Author: Stefan Roese <sr@denx.de>
72000 Date:   Mon Nov 26 15:06:14 2007 +0100
72001
72002     ppc4xx: Makalu: Change EBC setup for CS0 to enable 400MHz usage
72003
72004     As suggested by Senao, use a different EBC_PB0AP setup for 400MHz
72005     operation.
72006
72007     Signed-off-by: Stefan Roese <sr@denx.de>
72008
72009 commit ca1ce226287270bb01e25b8e3674c701f12edf19
72010 Author: Stefan Roese <sr@denx.de>
72011 Date:   Mon Nov 26 15:01:45 2007 +0100
72012
72013     ppc4xx: Kilauea: Configure pin mux to use ext IRQ2 as interrupt
72014
72015     Signed-off-by: Stefan Roese <sr@denx.de>
72016
72017 commit 87ddedd6ad804427ce125ceaa076d7a4f74e9d5d
72018 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72019 Date:   Sun Nov 25 18:45:47 2007 +0100
72020
72021     Makefile : fix tags ctags etags with new drivers organization
72022
72023     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72024
72025 commit 59829cc189378c142c13d2aa8d9a897d8bef3961
72026 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72027 Date:   Sat Nov 24 21:26:56 2007 +0100
72028
72029     drivers/mtd : move mtd drivers to drivers/mtd
72030
72031     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72032
72033 commit 318c0b90431f2648552e5ade78833f42652ce859
72034 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72035 Date:   Sat Nov 24 21:17:55 2007 +0100
72036
72037     drivers/misc : move misc drivers to drivers/misc
72038
72039     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72040
72041 commit 33daf5b7858807cb4ce4158c2c56524671c14c08
72042 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72043 Date:   Sat Nov 24 21:13:59 2007 +0100
72044
72045     drivers/block : move block drivers to drivers/block
72046
72047     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72048
72049 commit 0c698dcaa70275eb8814f665b545547cee013892
72050 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72051 Date:   Sat Nov 24 20:59:50 2007 +0100
72052
72053     drivers/rtc : move rtc drivers to drivers/rtc
72054
72055     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72056
72057 commit f868cc5a50757d94f36c312395481cb0f187d9e6
72058 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72059 Date:   Sat Nov 24 20:14:44 2007 +0100
72060
72061     drivers/hwmon : move hardware monitor drviers to drivers/hwmon
72062
72063     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72064
72065 commit 16b195c82a18cbfd164800f17a1ef9db2e48331a
72066 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72067 Date:   Sat Nov 24 19:46:45 2007 +0100
72068
72069     drivers/input : move input drivers to drivers/input
72070
72071     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72072
72073 commit e4558666293364fc3af1c1d9381ca933fa0f1275
72074 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72075 Date:   Sat Nov 24 19:40:11 2007 +0100
72076
72077     drivers/usb : move usb drivers to drivers/usb
72078
72079     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72080
72081 commit 1378df792a7ff3abd1bf54a63f5475784f5b083c
72082 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72083 Date:   Sat Nov 24 19:33:38 2007 +0100
72084
72085     drivers/serial : move serial drivers to drivers/serial
72086
72087     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72088
72089 commit 2439e4bfa111babf4bc07ba20efbf3e36036813e
72090 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72091 Date:   Wed Nov 21 21:19:24 2007 +0100
72092
72093     drivers/net : move net drivers to drivers/net
72094
72095     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72096
72097 commit 352d259130b349fe9593b8dada641bd78a9659e5
72098 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72099 Date:   Tue Nov 20 20:41:48 2007 +0100
72100
72101     drivers/video : move video drivers to drivers/video
72102
72103     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72104
72105 commit 73646217186aa17afc8e305c5f06f06dd335eaad
72106 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72107 Date:   Tue Nov 20 20:33:09 2007 +0100
72108
72109     drivers/pcmcia : move pcmcia drivers to drivers/pcmcia
72110
72111     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72112
72113 commit 93a686ee9c5ddc6fa368c32cfbfde6f6724599fc
72114 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72115 Date:   Tue Nov 20 20:28:09 2007 +0100
72116
72117     drivers/pci : move pci drivers to drivers/pci
72118
72119     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72120
72121 commit 9162352817579840d7802da6d85872b3ca003c97
72122 Author: Gerald Van Baren <vanbaren@cideas.com>
72123 Date:   Thu Nov 22 17:23:23 2007 -0500
72124
72125     Fix fdt printing for updated libfdt
72126
72127     Also improve printing (adopt dtc v1 "c style" hex format), whitespace cleanup.
72128
72129     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
72130
72131 commit 9eb77cea1fa12d5969eb26a1d1d81da381bd6b1c
72132 Author: Kumar Gala <galak@kernel.crashing.org>
72133 Date:   Wed Nov 21 13:30:15 2007 -0600
72134
72135     Add additional fdt fixup helper functions
72136
72137     Added the following fdt fixup helpers:
72138      * do_fixup_by_prop{_u32} - Find matching nodes by property name/value
72139      * do_fixup_by_compat{_u32} - Find matching nodes by compat
72140
72141     The _u32 variants work the same only the property they are setting
72142     is know to be a 32-bit integer instead of a byte buffer.
72143
72144     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
72145
72146 commit ab544633abdd14f4dd5d92e500b73eb59ef57e67
72147 Author: Kumar Gala <galak@kernel.crashing.org>
72148 Date:   Wed Nov 21 11:11:03 2007 -0600
72149
72150     Add fdt_fixup_ethernet helper to set mac addresses
72151
72152     Added a fixup helper that uses aliases to set mac addresses
72153     in the device tree based on the bd_t
72154
72155     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
72156
72157 commit dbaf07ce620aab249e3502b20a986234a6af1d3a
72158 Author: Kumar Gala <galak@kernel.crashing.org>
72159 Date:   Wed Nov 21 14:07:46 2007 -0600
72160
72161     Fix warnings from import of libfdt
72162
72163     cmd_fdt.c: In function fdt_print:
72164     cmd_fdt.c:586: warning: assignment discards qualifiers from pointer target type
72165     cmd_fdt.c:613: warning: assignment discards qualifiers from pointer target type
72166     cmd_fdt.c:635: warning: assignment discards qualifiers from pointer target type
72167     cmd_fdt.c:636: warning: assignment discards qualifiers from pointer target type
72168
72169     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
72170
72171 commit 8d04f02f6224e6983f4812ea4da704950ec8539c
72172 Author: Kumar Gala <galak@kernel.crashing.org>
72173 Date:   Wed Oct 24 11:04:22 2007 -0500
72174
72175     Update libfdt from device tree compiler (dtc)
72176
72177     Update libfdt to commit 8eaf5e358366017aa2e846c5038d1aa19958314e from
72178     the device tree compiler (dtc) project.
72179
72180     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
72181
72182 commit e93becf80d732b64aef81b23e8b6ece02c40533d
72183 Author: Kumar Gala <galak@kernel.crashing.org>
72184 Date:   Sat Nov 3 19:46:28 2007 -0500
72185
72186     Move do_fixup* for libfdt into common code
72187
72188     Moved the generic fixup handling code out of cpu/mpc5xxx and cpu/mpc8260
72189     into common/fdt_support.c and renamed:
72190
72191     do_fixup()  -> do_fixup_by_path()
72192     do_fixup_u32()      -> do_fixup_by_path_u32()
72193
72194     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
72195
72196 commit f738b4a75998f42a7408defadc9baac7a31c92db
72197 Author: Kumar Gala <galak@kernel.crashing.org>
72198 Date:   Thu Oct 25 16:15:07 2007 -0500
72199
72200     Make no options to fdt print default to '/'
72201
72202     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
72203
72204 commit a3c2933e02503fe36ade2c1b65af46f2b7a168e7
72205 Author: Kumar Gala <galak@kernel.crashing.org>
72206 Date:   Wed Oct 24 10:21:57 2007 -0500
72207
72208     Removed some nonused fdt functions and moved fdt_find_and_setprop out of libfdt
72209
72210     Removed:
72211         fdt_node_is_compatible
72212         fdt_find_node_by_type
72213         fdt_find_compatible_node
72214
72215     To ease merge of newer libfdt as we aren't using them anywhere at this time.
72216
72217     Also moved fdt_find_and_setprop out of libfdt into fdt_support.c for the same
72218     reason.
72219
72220     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
72221
72222 commit 98e2867cc85409b919f862e6c16026461ec955df
72223 Author: Grant Likely <grant.likely@secretlab.ca>
72224 Date:   Wed Nov 21 09:19:37 2007 -0700
72225
72226     [BUILD] Remove libraries when updating autoconf.mk
72227
72228     Fix library problems caused by conditional compilation.  Using
72229     autoconf.mk to decide which files to compile has caused a problem when
72230     changing configuration from one board to another without clearing out
72231     the library (*.a) files.
72232
72233     It used to be that the linker was always passed the same list of .o
72234     files when building the .a files.  However, that is not longer true
72235     with conditional compilation.  Now, a different board config will have
72236     a different file list passed to the linker.  The problem occurs when
72237     a library has already been built and the board config is changed.
72238
72239     Since the linker will update instead of replace a preexisting library,
72240     then if the file list changes to remove some object files the old
72241     objects will still exist in the library.
72242
72243     The solution is to remove all old library files when autoconf.mk is
72244     made.
72245
72246     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
72247
72248 commit ed1353d74b9ce8a7fcd660570b848a184d614b5f
72249 Author: Kumar Gala <galak@kernel.crashing.org>
72250 Date:   Wed Nov 21 08:49:50 2007 -0600
72251
72252     [BUILD] conditionally compile libfdt/*.c in libfdt/Makefile
72253
72254     Modify libfdt/Makefile to conditionally compile the *.c files based
72255     on the board config.
72256
72257     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
72258
72259 commit 4a43719a7738712811d822ca8125427b27a55cdc
72260 Author: Grant Likely <grant.likely@secretlab.ca>
72261 Date:   Mon Sep 24 09:05:31 2007 -0600
72262
72263     [BUILD] conditionally compile common/cmd_*.c in common/Makefile
72264
72265     Modify common/Makefile to conditionally compile the cmd_*.c files based
72266     on the board config.
72267
72268     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
72269
72270 commit 2f155f6c0a1f5e9a306a3f1f4fbe067db7ced3b1
72271 Author: Grant Likely <grant.likely@secretlab.ca>
72272 Date:   Mon Sep 24 09:05:31 2007 -0600
72273
72274     [BUILD] Generate include/autoconf.mk from board config files
72275
72276     Use cpp and sed to postprocess config.h and import the defined values
72277     into include/autoconf.mk.  autoconf.mk is then included by config.mk to
72278     give 'make' access to the board configuration.
72279
72280     Doing this enables conditional compilation at the Makefile level instead
72281     of by wrapping every .c file with #ifdef/#endif wrappers.
72282
72283     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
72284
72285 commit 68b88999da87ab88e71e1306192905be3450198e
72286 Author: Jon Loeliger <jdl@freescale.com>
72287 Date:   Tue Nov 20 15:02:26 2007 -0600
72288
72289     8610HPCD: Enable the 8610 Display Interface Unit
72290
72291     Signed-off-by: Jon Loeliger <jdl@freescale.com>
72292
72293 commit 74f89faa9d1e77ed947e628d3effaa513fe05d05
72294 Author: Jon Loeliger <jdl@freescale.com>
72295 Date:   Tue Nov 20 15:00:53 2007 -0600
72296
72297     Move 8610 DIU interface structure definitions to header file.
72298
72299     These two structures are still needed during the
72300     initialization and setup of the DIU hardware.
72301     So move them to the fsl_diu_fb.h file for now.
72302     Official "blah".
72303
72304     Noticed-by: York Sun <yorksun@freescale.com>
72305     Signed-off-by: Jon Loeliger <jdl@freescale.com>
72306
72307 commit 080c646dbf474a109c3f85718fb01ce042a38c45
72308 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72309 Date:   Tue Nov 20 20:14:18 2007 +0100
72310
72311     drivers/i2c : move i2c drivers to drivers/i2c
72312
72313     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72314
72315 commit 9a337ddc154a10a26f117fd147b009abcdeba75a
72316 Author: Wolfgang Denk <wd@denx.de>
72317 Date:   Mon Nov 19 22:20:24 2007 +0100
72318
72319     Prepare for 1.3.0 release.
72320
72321     Signed-off-by: Wolfgang Denk <wd@denx.de>
72322
72323 commit f30ad49b16bf998b03c1a5228b6c86369d61c258
72324 Author: Haiying Wang <Haiying.Wang@freescale.com>
72325 Date:   Mon Nov 19 10:02:13 2007 -0500
72326
72327     Move CONFIG_QE out of CONFIG_PCI wrap for MPC8568MDS
72328
72329     CONFIG_QE shouldn't be in the wrap of CONFIG_PCI, fix it.
72330
72331     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
72332
72333 commit f8c320609366176b31104d9bf5e295232e1c7f1d
72334 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
72335 Date:   Mon Nov 19 11:14:16 2007 +0900
72336
72337     [MIPS] board/gth2/lowlevel_init.S: Fix a build warning
72338
72339     lowlevel_init.S: Assembler messages:
72340     lowlevel_init.S:413: Warning: Pretending global symbol used as branch target is local.
72341
72342     Looking at codes, the `memtest' and `clearmem' are intentional mixed
72343     use of `global symbols' and `label' for debugging purpose. To make it
72344     build, just disable global-symbols-use for now. As a result `memtest'
72345     still remains as unused, but leave it be...
72346
72347     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
72348
72349 commit e8da58f2bc092891e8cc92b927ed5c4bd0cb0cab
72350 Author: Wolfgang Denk <wd@denx.de>
72351 Date:   Mon Nov 19 12:59:14 2007 +0100
72352
72353     Fix build problems with mp2usb board
72354
72355     Signed-off-by: Wolfgang Denk <wd@denx.de>
72356
72357 commit 6bf4c686afca1e86e1c384d59218f914605713bf
72358 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72359 Date:   Sun Nov 18 18:36:11 2007 +0100
72360
72361     s3c24x0: Fix usb_ohci.c missing in Makefile
72362     and usb_ohci.c warning differ in signedness
72363
72364     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72365
72366 commit 6073f61e078da5ddb521b56256bcc36508589883
72367 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72368 Date:   Sun Nov 18 12:55:02 2007 +0100
72369
72370     pb1x00 board: Fix u16 status declaration when PCMCIA is defined
72371
72372     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72373
72374 commit 8412d814ce8bf5570a2b747f1e7fd321097fe987
72375 Author: Wolfgang Denk <wd@denx.de>
72376 Date:   Sun Nov 18 17:11:09 2007 +0100
72377
72378     Fix compiler warnings for ARM systems.
72379
72380     Signed-off-by: Wolfgang Denk <wd@denx.de>
72381
72382 commit 409ecdc0bb47dd28b0af6c25ffd658d22cc36b37
72383 Author: Wolfgang Denk <wd@denx.de>
72384 Date:   Sun Nov 18 16:36:27 2007 +0100
72385
72386     Fix compiler warnings for PPC systems. Update CHANGELOG.
72387
72388     Signed-off-by: Wolfgang Denk <wd@denx.de>
72389
72390 commit 653811a3c2b35856bf12e196dcc8c4694e28e420
72391 Author: Stefan Roese <sr@denx.de>
72392 Date:   Sun Nov 18 14:44:44 2007 +0100
72393
72394     ppc4xx: Correct 405EX PCIe UTL register mapping
72395
72396     Map 4k mem space for UTL registers for each port.
72397
72398     Signed-off-by: Stefan Roese <sr@denx.de>
72399
72400 commit 079c2c4fa71c0d1ebef394508df9088df8a308d3
72401 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72402 Date:   Sat Nov 17 11:31:10 2007 +0100
72403
72404     Fix warning differ in signedness in net/net.c and net/nfs.c
72405
72406 commit 7e14fc65368cbd2861b1207453da55a4fc7b3f81
72407 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
72408 Date:   Sat Nov 17 20:42:45 2007 +0900
72409
72410     gth2.c: Fix a warning on gth2 build.
72411
72412     gth2.c: In function 'misc_init_r':
72413     gth2.c:434: warning: pointer targets in passing argument 2 of 'setenv' differ in signedness
72414
72415     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
72416
72417 commit 2309c130aa4c84b91bd874a41269c923eb61b555
72418 Author: Stefan Roese <sr@denx.de>
72419 Date:   Sat Nov 17 07:58:25 2007 +0100
72420
72421     Fix warning differ in signedness in common/cmd_scsi.c
72422
72423     Signed-off-by: Stefan Roese <sr@denx.de>
72424
72425 commit 9ea61b57968554eaf0f474ec7e088b17d367f474
72426 Author: Stefan Roese <sr@denx.de>
72427 Date:   Sat Nov 17 14:52:29 2007 +0100
72428
72429     ppc4xx: Update AMCC Kilauea config file
72430
72431     - Use generic GPIO configuration framework (CFG_4xx_GPIO_TABLE)
72432
72433     Signed-off-by: Stefan Roese <sr@denx.de>
72434
72435 commit 7e1d884b7cb602007329c517ec1c453e3a6a5d9c
72436 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
72437 Date:   Sat Nov 17 20:05:26 2007 +0900
72438
72439     [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker
72440
72441     Current trick to pick up GNU assembler minor version does not work with the
72442     latest binutils (2007-03-01 or later) due to ${PKGVERSION} now default to
72443     "(GNU Binutils) ".
72444
72445       $ sde-as --version |grep "GNU assembler"
72446       GNU assembler 2.15.94 mipssde-6.02.02-20050602
72447       $ sde-as --version |grep "GNU assembler" |awk '{print $3}'
72448       2.15.94
72449       $ sde-as --version |grep "GNU assembler" |awk '{print $3}' |awk -F. '{print $2}'
72450       15
72451       $
72452
72453       $ mips-linux-as --version |grep "GNU assembler"
72454       GNU assembler (GNU Binutils) 2.18
72455       $ mips-linux-as --version |grep "GNU assembler" |awk '{print $3}'
72456       (GNU
72457       $ mips-linux-as --version |grep "GNU assembler" |awk '{print $3}' |awk -F. '{print $2}'
72458       (no output)
72459       $
72460
72461     As a result of above, you'll see many noises with such binutils:
72462
72463       make -C cpu/mips/
72464       /bin/sh: line 0: [: : integer expression expected
72465       /bin/sh: line 0: [: : integer expression expected
72466       make[1]: Entering directory `/home/skuribay/devel/u-boot.git/cpu/mips'
72467       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
72468       /bin/sh: line 0: [: : integer expression expected
72469       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
72470       /bin/sh: line 0: [: : integer expression expected
72471       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
72472       /bin/sh: line 0: [: : integer expression expected
72473
72474     This patch simplifies the trick and makes it work with both versions of gas.
72475     I also replace an expensive `awk (or gawk)' with `cut'.
72476
72477     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
72478
72479 commit 16664f72850846e645616da1c0fa5afcd6d15f15
72480 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
72481 Date:   Sat Nov 17 20:05:26 2007 +0900
72482
72483     [MIPS] Remove useless instructions for initializing $gp.
72484
72485     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
72486
72487 commit 03c031d5660ea946c39af6e2e16267da857c609f
72488 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
72489 Date:   Sat Oct 27 15:27:06 2007 +0900
72490
72491     [MIPS] MIPS 4K core: Coding style cleanups
72492
72493     No logical changes.
72494
72495     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
72496
72497 commit f5e429d3860bba4c6ae8bead8f78349fa24491b2
72498 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
72499 Date:   Sat Nov 17 20:05:20 2007 +0900
72500
72501     [MIPS] gth2.c: Fix a warning on gth2 build.
72502
72503     gth2.c: In function 'misc_init_r':
72504     gth2.c:434: warning: pointer targets in passing argument 2 of 'setenv' differ in signedness
72505
72506     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
72507
72508 commit 4fbd0741b2b6441da10be93e10267122581b7079
72509 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
72510 Date:   Sat Oct 27 15:22:33 2007 +0900
72511
72512     [MIPS] au1x00_eth.c: Fixed a warning on pb1000 build.
72513
72514     au1x00_eth.c: In function 'au1x00_miiphy_write':
72515     au1x00_eth.c:139: warning: 'return' with no value, in function returning non-void
72516
72517     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
72518
72519 commit f01320459736f156707425cf8112f98606301aa4
72520 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
72521 Date:   Sat Oct 27 15:00:25 2007 +0900
72522
72523     [MIPS] au1x00_eth.c: Fix au1x00_miiphy_{read,write} build error
72524
72525     au1x00_eth.c: In function 'au1x00_enet_initialize':
72526     au1x00_eth.c:246: error: 'au1x00_miiphy_read' undeclared (first use in this function)
72527     au1x00_eth.c:246: error: (Each undeclared identifier is reported only once
72528     au1x00_eth.c:246: error: for each function it appears in.)
72529     au1x00_eth.c:246: error: 'au1x00_miiphy_write' undeclared (first use in this function)
72530     au1x00_eth.c: In function 'au1x00_miiphy_write':
72531     au1x00_eth.c:298: warning: 'return' with no value, in function returning non-void
72532     make[1]: *** [au1x00_eth.o] Error 1
72533
72534     Fixed by moving these two functions forward.
72535
72536     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
72537
72538 commit b09258c5393edd1087c5f39ae68338f16b49f8b3
72539 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
72540 Date:   Sat Oct 27 15:00:25 2007 +0900
72541
72542     MAKEALL: Added missing pb1000 board
72543
72544     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
72545
72546 commit 2e4a6e3667a1e39c0e6e99498686b15d2718b369
72547 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
72548 Date:   Sat Oct 27 15:00:24 2007 +0900
72549
72550     [MIPS] pb1000: Replace obsolete memsetup.S with lowlevel_init.S
72551
72552     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
72553
72554 commit 662e5cb397249c3ea88a4c3255e9ccfc40b98d82
72555 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
72556 Date:   Sat Oct 27 15:00:24 2007 +0900
72557
72558     [MIPS] u-boot.lds: Cleanup __u_boot_cmd_{start,end}
72559
72560     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
72561
72562 commit 5947f6999aafa7c54c1390983d264a8463dfea8e
72563 Author: Wolfgang Denk <wd@denx.de>
72564 Date:   Sat Nov 17 02:34:38 2007 +0100
72565
72566     Update CHANGELOIG, prepare for -rc4
72567
72568     Signed-off-by: Wolfgang Denk <wd@denx.de>
72569
72570 commit fd329e6f05bbdfe6bd71b0e09f0c76d3b0a025a5
72571 Author: Luotao Fu <l.fu@pengutronix.de>
72572 Date:   Wed Nov 14 18:58:33 2007 +0100
72573
72574     Fix the i2c frequency and default address in rsdproto board
72575
72576     rsdproto board support has wrong I2C frequency and wrong return value
72577     handling.
72578
72579     Signed-off-by: Luotao Fu <l.fu@pengutronix.de>
72580
72581 commit 429c180edad038f91c989cb14b478228092e7054
72582 Author: Wolfgang Denk <wd@denx.de>
72583 Date:   Sat Nov 17 01:45:38 2007 +0100
72584
72585     powerpc: Backout relocation changes for MPC5121, too.
72586
72587     Apply Grant Likely's backout to MPC5121 code, too.
72588
72589     Pointed out by Rafal Jaworowski <raj@semihalf.com>
72590
72591     Signed-off-by: Wolfgang Denk <wd@denx.de>
72592
72593 commit 1c3dd43338a077165e7e0309cb3994e65d2bdbf8
72594 Author: Grant Likely <grant.likely@secretlab.ca>
72595 Date:   Tue Nov 13 22:18:33 2007 -0700
72596
72597     powerpc: Backout relocation changes.
72598
72599     Ugh.  I *hate* to back this change out, but these compiler flags don't
72600     work for relocation on all versions of GCC.  I've not been able to
72601     reproduce the environment in my setup (and hence, not been able to
72602     find a combination that *does* work), so I've got no choice but to go
72603     back to the old gcc flags and linker script.
72604
72605     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
72606
72607 commit 5c15010efad980ad5498cc565fc1ed70df2f52b4
72608 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72609 Date:   Tue Nov 13 09:11:05 2007 +0100
72610
72611     Fixed mips_io_port_base build errors.
72612
72613     This patch has been sent on:
72614     - 29 Sep 2007
72615
72616     Although mips_io_port_base is currently a part of IDE command, it is quite
72617     fundamental for MIPS I/O port access such as in[bwl] and out[bwl]. So move
72618     it to MIPS general part, and introduce `set_io_port_base()' from Linux.
72619
72620     This patch is triggered by multiple definition of `mips_io_port_base' build
72621     error on gth2 (and tb0229 also needs this fix.)
72622
72623     board/gth2/libgth2.a(gth2.o): In function `log_serial_char':
72624     /home/skuribay/devel/u-boot.git/board/gth2/gth2.c:47: multiple definition of `mips_io_port_base'
72625     common/libcommon.a(cmd_ide.o):/home/skuribay/devel/u-boot.git/common/cmd_ide.c:712: first defined here
72626     make: *** [u-boot] Error 1
72627
72628     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
72629     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72630
72631 commit 6ecbb7a3fa9b0940ed33e490d195d4b6830b2422
72632 Author: Wolfgang Denk <wd@denx.de>
72633 Date:   Sat Nov 17 01:30:40 2007 +0100
72634
72635     Fix a bug in the slave serial programming mode for the Xilinx
72636     Spartan2/3 FPGAs. The old code used "< 0" on a "char" type to test if
72637     the most significant bit was set, which did not work on any
72638     architecture where "char" defaulted to be an unsigned type.
72639
72640     Based on a patch by Angelos Manousaridis <amanous@inaccessnetworks.com>
72641
72642     Signed-off-by: Wolfgang Denk <wd@denx.de>
72643
72644 commit d08b7233bc252faad8339e7ca0ddfd62fa79903c
72645 Author: Jon Loeliger <jdl@freescale.com>
72646 Date:   Thu Nov 1 12:23:29 2007 -0500
72647
72648     86xx: Fix broken variable reference when #def DEBUGing.
72649
72650     Sometimes you can't reference the DDR2 controller variables.
72651
72652     Signed-off-by: Jon Loeliger <jdl@freescale.com>
72653
72654 commit f9d9164d9c6b5a7f0393fd8d7e246b8a0326bc19
72655 Author: Jason Jin <Jason.jin@freescale.com>
72656 Date:   Fri Oct 26 18:32:00 2007 +0800
72657
72658     make 8610 board use pixis reset
72659
72660     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
72661
72662 commit db74b3c1c9481a6bffbf8cd445e5bcbf6908e836
72663 Author: Jason Jin <Jason.jin@freescale.com>
72664 Date:   Mon Oct 29 19:26:21 2007 +0800
72665
72666     Unify pixis_reset altbank across board families
72667
72668     Basically, refactor the CFG_PIXIS_VBOOT_MASK values
72669     into the separate board config files.
72670
72671     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
72672     Signed-off-by: Jon Loeliger <jdl@freescale.com>
72673
72674 commit 64bf555465c7926be13e1046ac0d0f05ac72829c
72675 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72676 Date:   Wed Nov 7 08:19:21 2007 +0100
72677
72678     Fix warning: pointer targets in assignment differ in signedness
72679
72680     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72681
72682 commit 7a60ee7c6248a958c5757d3660a1702723a2786d
72683 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72684 Date:   Wed Nov 7 08:19:19 2007 +0100
72685
72686     Fix warning differ in signedness in common/cmd_ide.c
72687
72688     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
72689
72690 commit f31d38b9eea9b32f6a1ac848a298cc71ca4c9a03
72691 Author: Stefan Roese <sr@denx.de>
72692 Date:   Fri Nov 16 14:16:54 2007 +0100
72693
72694     ppc4xx: Enable 405EX PCIe UTL register configuration
72695
72696     Till now the UTL registers on 405EX were not initialized but left with
72697     their default values. This patch new initializes some of the UTL
72698     registers on 405EX.
72699
72700     Signed-off-by: Stefan Roese <sr@denx.de>
72701
72702 commit ecdcbd4f8c1f8cefd785752f4e7536aae2a4ecf9
72703 Author: Stefan Roese <sr@denx.de>
72704 Date:   Fri Nov 16 14:00:59 2007 +0100
72705
72706     ppc4xx: Update AMCC Makalu for board rev 1.1
72707
72708     This patch adds changes needed for Makalu rev 1.1:
72709
72710     - Enable 2nd DDR2 bank resulting in 256MByte of SDRAM
72711     - Enable 2nd ethernet port EMAC1
72712     - Use generic GPIO configuration framework (CFG_4xx_GPIO_TABLE)
72713     - Reset PCIe ports via GPIO upon bootup
72714
72715     Signed-off-by: Stefan Roese <sr@denx.de>
72716
72717 commit 4d4faae65e115e327425cd514c1a35146a85166b
72718 Author: Grant Likely <grant.likely@secretlab.ca>
72719 Date:   Mon Sep 24 09:05:31 2007 -0600
72720
72721     Group PCI and PCMCIA drivers in drivers/Makefile
72722
72723     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
72724
72725 commit 5798f87dc10a496d79d3177b9f5a76488987fd35
72726 Author: Grant Likely <grant.likely@secretlab.ca>
72727 Date:   Mon Sep 24 09:05:31 2007 -0600
72728
72729     Group block/flash drivers in drivers/Makefile
72730
72731     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
72732
72733 commit df58c81551700f058b44cacf55a7997fa63bfe0a
72734 Author: Grant Likely <grant.likely@secretlab.ca>
72735 Date:   Mon Sep 24 09:05:31 2007 -0600
72736
72737     Group USB drivers in drivers/Makefile
72738
72739     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
72740
72741 commit 5dbb6ed622e539b0c8493ef7e578d3a533181d29
72742 Author: Grant Likely <grant.likely@secretlab.ca>
72743 Date:   Mon Sep 24 09:05:30 2007 -0600
72744
72745     Group i2c drivers in drivers/Makefile
72746
72747     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
72748
72749 commit ec00c76de0e5971273905998d62d6bb119324218
72750 Author: Grant Likely <grant.likely@secretlab.ca>
72751 Date:   Mon Sep 24 09:05:30 2007 -0600
72752
72753     Group console drivers in drivers/Makefile
72754
72755     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
72756
72757 commit 754f230aa01b8c789fc31f8013c2487954073300
72758 Author: Grant Likely <grant.likely@secretlab.ca>
72759 Date:   Mon Sep 24 09:05:30 2007 -0600
72760
72761     Group network drivers in drivers/Makefile
72762
72763     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
72764
72765 commit f0037c56b0d12cd46215124667b9f83d60ef9391
72766 Author: Grant Likely <grant.likely@secretlab.ca>
72767 Date:   Mon Sep 24 09:05:30 2007 -0600
72768
72769     Build: split COBJS value into multiple lines
72770
72771     This change is in preparation for condtitionial compile support in the
72772     build system.  By spliting them all into seperate lines now, subsequent
72773     patches that change 'COBJS-y += ' into 'COBJS-$(CONFIG_<blah>) += ' will
72774     be less invasive and easier to review
72775
72776     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
72777
72778 commit 1b4aaffe4fb2a5e95d9111a5d94fd1f89215dce4
72779 Author: Grant Likely <grant.likely@secretlab.ca>
72780 Date:   Mon Sep 24 09:05:30 2007 -0600
72781
72782     Add .gitignore files
72783
72784     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
72785     Acked-by: Kim Phillips <kim.phillips@freescale.com>
72786
72787 commit 955413f35f054a82e40042f1dbcf501c6a05719b
72788 Author: Grant Likely <grant.likely@secretlab.ca>
72789 Date:   Thu Nov 15 08:27:52 2007 -0700
72790
72791     Revert "Correct relocation fixup for mpc5xx"
72792
72793     This reverts commit 3649cd99ba815b6601868735765602f00ef3692b.
72794     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
72795
72796 commit e15633888a058aacb31a62d2cf1278e1e4c236ab
72797 Author: Grant Likely <grant.likely@secretlab.ca>
72798 Date:   Thu Nov 15 08:24:32 2007 -0700
72799
72800     Revert "Correct fixup relocation for MPC5xxx"
72801
72802     This reverts commit 6f7576b20ecf0d040c3ac3b032b5cbc860e38a90.
72803     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
72804
72805 commit 139365fbe566d0fc619a1ed04452ec5388f0cef8
72806 Author: Grant Likely <grant.likely@secretlab.ca>
72807 Date:   Thu Nov 15 08:21:04 2007 -0700
72808
72809     Revert "Correct fixup relocation for mpc8220"
72810
72811     This reverts commit a85dd254c0577fca13627c46e93fc2ad4c4f1f00.
72812     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
72813
72814 commit 70922342369e5e39b286fe21e768a239ca07a514
72815 Author: Grant Likely <grant.likely@secretlab.ca>
72816 Date:   Thu Nov 15 08:20:57 2007 -0700
72817
72818     Revert "Correct fixup relocation for mpc824x"
72819
72820     This reverts commit f3a52fe05923935db86985daf9438e2f70ac39aa.
72821     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
72822
72823 commit 96279ab4cad60cb5972aa934fbe4845ac02cc75a
72824 Author: Grant Likely <grant.likely@secretlab.ca>
72825 Date:   Thu Nov 15 08:20:50 2007 -0700
72826
72827     Revert "Correct fixup relocation for mpc8260"
72828
72829     This reverts commit 5af61b2f4b838a05f79be274f3e5a66edd2d9c96.
72830     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
72831
72832 commit 928fe33b24cdf382a8dc8687fed24b1961cdb5d6
72833 Author: Grant Likely <grant.likely@secretlab.ca>
72834 Date:   Thu Nov 15 08:20:43 2007 -0700
72835
72836     Revert "Correct fixup relocation for mpc83xx"
72837
72838     This reverts commit 057004f4a4863554d56cc56268bfa7c7d9738e27.
72839     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
72840
72841 commit c93945e8f9e300860d2bf73a2549ce5794f8bd00
72842 Author: Grant Likely <grant.likely@secretlab.ca>
72843 Date:   Thu Nov 15 08:20:25 2007 -0700
72844
72845     Revert "[MPC512x] Correct fixup relocation"
72846
72847     This reverts commit 8d17979d0359492a822a0a409d26e3a3549b4cd4.
72848     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
72849
72850 commit c9672f81f1bdb4e8ddf62aa72ca0206e8b72aa1c
72851 Author: Stefan Roese <sr@denx.de>
72852 Date:   Thu Nov 15 14:25:09 2007 +0100
72853
72854     ppc4xx: Small AMCC Kilauea cleanup
72855
72856     Remove not needed pci_target_init() function.
72857
72858     Signed-off-by: Stefan Roese <sr@denx.de>
72859
72860 commit aee747f19b460a0e9da20ff21e90fdaac1cec359
72861 Author: Stefan Roese <sr@denx.de>
72862 Date:   Thu Nov 15 14:23:55 2007 +0100
72863
72864     ppc4xx: Enable 440 GPIO init table CFG_440_GPIO_TABLE for 405 platforms
72865
72866     - Rename CFG_440_GPIO_TABLE to CFG_4xx_GPIO_TABLE
72867     - Cleanup of the 4xx GPIO functions
72868     - Move some GPIO defines from the cpu headers ppc405.h/ppc440.h into gpio.h
72869
72870     Signed-off-by: Stefan Roese <sr@denx.de>
72871
72872 commit 8ada0ebf38e4073beea0309188b25d82a112a2ae
72873 Author: Stefan Roese <sr@denx.de>
72874 Date:   Thu Nov 15 14:20:08 2007 +0100
72875
72876     ppc4xx: AMCC Taihu board config file cleanup
72877
72878     This patch makes the AMCC Taihu a little more compatible to the other
72879     AMCC eval boards.
72880
72881     Signed-off-by: Stefan Roese <sr@denx.de>
72882
72883 commit 5e71c51d74c963d3174060c078dcacf13bdd02ef
72884 Author: Marian Balakowicz <m8@semihalf.com>
72885 Date:   Thu Nov 15 13:37:28 2007 +0100
72886
72887     [INKA4x0] NG hardware: flash support
72888
72889     Disabled and remove inka4x0 custom flash driver, use CFI flash
72890     driver instead.
72891
72892     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
72893
72894 commit 5fb6d7191e206cdde0e23140fd8111caed93a595
72895 Author: Marian Balakowicz <m8@semihalf.com>
72896 Date:   Thu Nov 15 13:29:55 2007 +0100
72897
72898     [INKA4x0] NG hardware: SDRAM support
72899
72900     Add support for three new DDR chips that may  be present on a NG
72901     INKA4x0 hardware: HYB25D512160BF-5, K4H511638C-7CB3, T46V32M16BN-6IT.
72902
72903     Cleanup board/inka4x0/mt48lc16m16a2-75.h file.
72904
72905     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
72906
72907 commit f23cb34c367bb27585a4fdb8a75277370e7d0596
72908 Author: Marian Balakowicz <m8@semihalf.com>
72909 Date:   Thu Nov 15 13:24:43 2007 +0100
72910
72911     [INKA4x0] NG hardware: platform code update
72912
72913     - Cleanup compile warnings.
72914     - Add missing '\0' in default environment.
72915     - Increase CFG_MONITOR_LEN to 256 KiB.
72916     - Add required CFG_USE_PPCENV.
72917
72918     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
72919
72920 commit 2ae64f5135e51bb18753884d1265b99e89b5aedd
72921 Author: Peter Pearse <peter.pearse@arm.com>
72922 Date:   Thu Nov 15 08:58:00 2007 +0000
72923
72924     Remove warnings re CONFIG_EXTRA_ENV_SETTINGS
72925     Remove warnings re onenand_read() & write()
72926
72927 commit 2db916e14410e3ec1738508c7bf4dfeb2b299ae7
72928 Author: Peter Pearse <peter.pearse@arm.com>
72929 Date:   Thu Nov 15 08:45:13 2007 +0000
72930
72931     Correction patch
72932
72933 commit 1d8a49eca1c7bdc8db1c47a92f9014a29ead03ae
72934 Author: Roy Zang <tie-fei.zang@freescale.com>
72935 Date:   Thu Sep 13 18:52:28 2007 +0800
72936
72937     Enable ULi1575 Ethernet support in 8610HPCD config
72938
72939     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
72940     Acked-by: Jon Loeliger <jdl@freescale.com>
72941
72942 commit 54fd6c93c28a0a45352fff5dd92673401ff563f2
72943 Author: Stefan Roese <sr@denx.de>
72944 Date:   Tue Nov 13 08:18:20 2007 +0100
72945
72946     ppc4xx: lwmon5: Change PHY reset sequence for PHY MDIO address latching
72947
72948     Signed-off-by: Stefan Roese <sr@denx.de>
72949
72950 commit 7d0a4066b5a6b698e5fc1b66cfe9705774bbce93
72951 Author: Stefan Roese <sr@denx.de>
72952 Date:   Tue Nov 13 08:06:11 2007 +0100
72953
72954     ppc4xx: Fix 405EX PCIe UTLSET register setup
72955
72956     Signed-off-by: Stefan Roese <sr@denx.de>
72957
72958 commit 1ce55151c85d068f70317a8d65c61058b891afb4
72959 Author: Heiko Schocher <hs@denx.de>
72960 Date:   Tue Nov 13 07:50:29 2007 +0100
72961
72962     [UC101] SRAM now with 2 MB working.
72963
72964     Signed-off-by: Heiko Schocher <hs@denx.de>
72965
72966 commit 2d14684341109a69616e4d6016cd61402d55086f
72967 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
72968 Date:   Fri Nov 9 15:37:53 2007 +0100
72969
72970     ppc4xx: Use generic usb-ohci driver for sequoia board
72971
72972     This patch makes the sequoia board use the generic usb-ohci driver
72973     instead of cpu/ppc4xx/usb_ohci.c.
72974
72975     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
72976     Signed-off-by: Stefan Roese <sr@denx.de>
72977
72978 commit 9be659ac0868dc367caa957c5c725e46b07f6a5f
72979 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
72980 Date:   Fri Nov 9 15:37:23 2007 +0100
72981
72982     ppc4xx: Make USB working with CONFIG_4xx_DCACHE defined
72983
72984     This patch disables the 44x d-cache on 'usb start' and
72985     reenables it on 'usb stop'. This should be seen as a
72986     temporary fix until the generic usb-ohci driver can
72987     life with d-cache enabled.
72988
72989     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
72990     Signed-off-by: Stefan Roese <sr@denx.de>
72991
72992 commit fbde2169d2c48fcc9ff03489534a78ffb0a8a0d4
72993 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
72994 Date:   Fri Nov 9 15:36:44 2007 +0100
72995
72996     ppc4xx: Remove redundant code from 4xx network driver
72997
72998     This patch removes some redundant code and decrements the end
72999     address of cache flush and invalidate by 1.
73000
73001     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
73002     Signed-off-by: Stefan Roese <sr@denx.de>
73003
73004 commit 5ca9881aad8c413ac2a82868a5e3719178254502
73005 Author: Peter Pearse <peter.pearse@arm.com>
73006 Date:   Fri Nov 9 15:24:26 2007 +0000
73007
73008     Add apollon board support
73009     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
73010
73011 commit b53313dbfc74525d85f1e7e0102f902d5c863beb
73012 Author: Stefan Roese <sr@denx.de>
73013 Date:   Fri Nov 9 12:19:58 2007 +0100
73014
73015     ppc4xx: Remove In:/Out:/Err: boot output for AMCC Kilauea
73016
73017     Signed-off-by: Stefan Roese <sr@denx.de>
73018
73019 commit c7f69c340277935a6c19a956421852da944a365f
73020 Author: Stefan Roese <sr@denx.de>
73021 Date:   Fri Nov 9 12:18:54 2007 +0100
73022
73023     ppc4xx: Make output a little shorter on I2C bootrom detection
73024
73025     Most 4xx PPC capable of using an I2C bootrom for bootstrap setting
73026     already print a line with the information which I2C bootrom is
73027     used for bootstrap configuration. So we don't need this extra line
73028     with "I2C boot EEPROM en-/dis-abled".
73029
73030     This patch also has a little code cleanup integrated.
73031
73032     Signed-off-by: Stefan Roese <sr@denx.de>
73033
73034 commit 8d737a28152ec12873f8544cca1fb39a49e5e693
73035 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
73036 Date:   Thu Nov 8 12:50:18 2007 -0600
73037
73038     ColdFire: MCF5329 - Remove reset registers from CCM
73039
73040     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
73041
73042 commit 7d7cdea769a60b0a6e4c18bef7f9d648fd14b8d7
73043 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
73044 Date:   Thu Nov 8 12:31:11 2007 -0600
73045
73046     ColdFire: MCF5329 - Add Reset structure to immap_5329.h
73047
73048     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
73049
73050 commit 09b26cf00d76d75fdf7fdc4b13e4dd929743bc21
73051 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
73052 Date:   Thu Nov 8 12:19:01 2007 -0600
73053
73054     ColdFire: MCF5329 - revert include/asm-m68k/m5329.h file mode
73055
73056     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
73057
73058 commit 225a24b5e062ad94627424508ae814f51dbe1a34
73059 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
73060 Date:   Wed Nov 7 18:00:54 2007 -0600
73061
73062     ColdFire: MCF5445x - Update correct RAMBAR and missing linker files
73063
73064     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
73065
73066 commit 248c7c14835f34d5d910b45e5600050e58ca6cab
73067 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
73068 Date:   Wed Nov 7 17:56:15 2007 -0600
73069
73070     ColdFire: MCF532x - Update do_reset() using core reset
73071
73072     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
73073
73074 commit d9240a5f827eb3b476a6ba2938d01f1a9e7688f4
73075 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
73076 Date:   Wed Nov 7 17:51:00 2007 -0600
73077
73078     ColdFire: Update cpu flag for 4.2-xx compiler
73079
73080     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
73081
73082 commit 070ba56115b4da63b46e974287fa4550d4023386
73083 Author: York Sun <yorksun@freescale.com>
73084 Date:   Wed Oct 31 14:59:04 2007 -0500
73085
73086     8610: Add console frame buffer support to FSL 8610 DIU driver.
73087
73088     Add cfb console support to FSL 8610 DIU driver.
73089     Inspect board version from PIXIS to obtain correct pixel format.
73090
73091     Use #define CONFIG_VIDEO in config file to enable fb console.
73092
73093     To switch monitor, set monitor variable to
73094     0 - DVI, 1 - Single link LVDS, 2 - Double link LVDS
73095     followed by "diufb init".
73096
73097     Preserve logo bitmap at the top of the fb console.
73098
73099     Signed-off-by: York Sun <yorksun@freescale.com>
73100     Signed-off-by: Jon Loeliger <jdl@freescale.com>
73101
73102 commit a877880c6949e948bd63cd6ea4e216573d2f53dd
73103 Author: York Sun <yorksun@freescale.com>
73104 Date:   Mon Oct 29 13:58:39 2007 -0500
73105
73106     8610: Add 8610 DIU display driver
73107
73108     1280x1024 and 1024x768 @ 32 bpp are supported now.
73109     DVI, Single-link LVDS, Double-link LVDS are all supported.
73110
73111     Environmental variable "monitor" is used to specify monitor port.
73112
73113     A new command "diufb" is introduced to reinitialize monitor
73114     and display a BMP file in the memory. So far, 1-bit, 4-bit,
73115     8-bit and 24-bit BMP formats are supported.
73116
73117         diufb init
73118             - initialize the diu driver
73119         Enable the port specified in the environmental variable "monitor"
73120
73121         diufb addr
73122             - display bmp file in memory.
73123         The bmp image should be no bigger than the resolution, 1280x1024
73124         for DVI and double-link LVDS, 1024x768 for single-link LVDS.
73125
73126     Note, this driver allocate memory but doesn't free it after use
73127     It is written on purpose -- to avoid a failure of reallocation
73128     due to memory fragement.
73129
73130     ECC of DDR is disabled for DIU performance. L2 data cache is also disabled.
73131
73132     Signed-off-by: York Sun <yorksun@freescale.com>
73133     Signed-off-by: Jon loeliger <jdl@freescale.com>
73134
73135 commit 52e5ddfecdda308f75782fae206b677b1810f5f9
73136 Author: York Sun <yorksun@freescale.com>
73137 Date:   Wed Oct 31 10:43:59 2007 -0500
73138
73139     FSL: Add a freescale bitmap logo.
73140
73141     This Freescale logo is a 340 x 128 x 4bpp BMP file
73142     that can be displayed by the DIU Framebuffer driver.
73143
73144     Signed-off-by: York Sun <yorksun@freescale.com>
73145     Signed-off-by: Jon Loeliger <jdl@freescale.com>
73146
73147 commit 1815338fbd1c0f94f8276d2891b99caa5a05f622
73148 Author: York Sun <yorksun@freescale.com>
73149 Date:   Mon Oct 29 13:57:53 2007 -0500
73150
73151     8610: Make some extra debug environment variables conditional.
73152
73153     One may #define ENV_DEBUG to get them back again.
73154
73155     Signed-off-by: York Sun <yorksun@freescale.com>
73156
73157 commit 761421ccca80a9fb37b19c37aa61d46ef75e0647
73158 Author: Jason Jin <Jason.jin@freescale.com>
73159 Date:   Mon Oct 29 19:26:21 2007 +0800
73160
73161     8610: Actually enable pixis_reset CONFIGs
73162
73163     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
73164
73165 commit f3bceaab230b4748d0afc4109b6837308f018b40
73166 Author: Jason Jin <Jason.jin@freescale.com>
73167 Date:   Fri Oct 26 18:31:59 2007 +0800
73168
73169     Fix the BAT definition of PCI IO on 8610 board
73170
73171     The address in the BAT register is aligned with the BAT size.
73172     The original definition actually did not define BAT for PCIE2 IO.
73173     This patch fix this.
73174
73175     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
73176
73177 commit 9f23ca334a6f5f021ef9e9d0fad9da80d63b2d56
73178 Author: Jason Jin <Jason.jin@freescale.com>
73179 Date:   Mon Oct 29 19:26:21 2007 +0800
73180
73181     Unify pixis_reset altbank across board families
73182
73183     Basically, refactor the CFG_PIXIS_VBOOT_MASK values
73184     into the separate board config files.
73185
73186     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
73187     Signed-off-by: Jon Loeliger <jdl@freescale.com>
73188
73189 commit a8318ec205c8e8794b5f9f1b8584abadb440e8ba
73190 Author: Jason Jin <Jason.jin@freescale.com>
73191 Date:   Fri Oct 26 18:32:00 2007 +0800
73192
73193     make 8610 board use pixis reset
73194
73195     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
73196
73197 commit 9c84709eedce9c680dd695984ab7d2328f4f04f5
73198 Author: Jon Loeliger <jdl@freescale.com>
73199 Date:   Thu Nov 1 12:23:29 2007 -0500
73200
73201     86xx: Fix broken variable reference when #def DEBUGing.
73202
73203     Sometimes you can't reference the DDR2 controller variables.
73204
73205     Signed-off-by: Jon Loeliger <jdl@freescale.com>
73206
73207 commit 1f103105a3746ab12279b63b8c1d372c0ce2cc58
73208 Author: Roy Zang <tie-fei.zang@freescale.com>
73209 Date:   Mon Nov 5 17:39:24 2007 +0800
73210
73211     Implement general ULi 526x Ethernet driver support in U-boot
73212
73213     This patch implements general ULi 526x Ethernet driver.
73214     Until now, it is the only native Ethernet port on
73215     MPC8610HPCD board, but it could be used on other boards
73216     with ULi 526x Ethernet port as well.
73217
73218     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
73219     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
73220     Acked-by: Jon Loeliger <jdl@freescale.com>
73221     Signed-off-by: Ben Warren <bwarren@qstreams.com>
73222
73223 commit 71bc6e6474fea8ef481b9b45d1edd7ad1f6dfbbd
73224 Author: Larry Johnson <lrj@arlinx.com>
73225 Date:   Thu Nov 1 08:46:50 2007 -0500
73226
73227     NET: Add Ethernet 1000BASE-X support for PPC4xx
73228
73229     This patch adds support for 1000BASE-X to functions "miiphy_speed ()" and
73230     "miiphy_duplex()".  It also adds function "miiphy_is_1000base_x ()", which
73231     returns non-zero iff the PHY registers are configured for 1000BASE-X.  The
73232     "mii info" command is modified to distinguish between 1000BASE-T and -X.
73233
73234     Signed-off-by: Larry Johnson <lrj@acm.org>
73235     Signed-off-by: Ben Warren <bwarren@qstreams.com>
73236
73237 commit 298035df4948b113d29ac0e694717d34b95bc5dc
73238 Author: Larry Johnson <lrj@arlinx.com>
73239 Date:   Wed Oct 31 11:21:29 2007 -0500
73240
73241     NET: Cosmetic changes
73242
73243     Signed-off-by: Larry Johnson <lrj@acm.org>
73244     Signed-off-by: Ben Warren <bwarren@qstreams.com>
73245
73246 commit 654f38b3a387886996a5a75771fbfc29cb4f225e
73247 Author: Stefan Roese <sr@denx.de>
73248 Date:   Mon Nov 5 07:43:05 2007 +0100
73249
73250     ppc4xx: Make output a little shorter on PCIe detection
73251
73252     Now not max 3 lines but 2 lines are printed per PCIe port.
73253
73254     Signed-off-by: Stefan Roese <sr@denx.de>
73255
73256 commit 992742a5b09d9040adbd156fb90756af66ade310
73257 Author: Wolfgang Denk <wd@denx.de>
73258 Date:   Sat Nov 3 23:09:27 2007 +0100
73259
73260     Cleanup coding style; update CHANGELOG
73261
73262     Signed-off-by: Wolfgang Denk <wd@denx.de>
73263
73264 commit e881cb563e32f45832b7b6db77bdcd017adcbb41
73265 Author: Bruce Adler <bruce.adler@ccpu.com>
73266 Date:   Fri Nov 2 13:15:42 2007 -0700
73267
73268     fix wording in README
73269
73270     Changed the wording to properly describe the shadowing
73271     of the environment from ROM to RAM
73272
73273     Signed-off-by: Bruce Adler <bruce.adler@acm.org>
73274
73275 commit ad845beef06245426c57b53dcdc01b7dc70e0d45
73276 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
73277 Date:   Wed Oct 31 02:18:15 2007 +0900
73278
73279     blackfin: Move `-D__BLACKFIN__' to $(ARCH)_config.mk
73280
73281     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
73282
73283 commit ec22755799466c8a103664bb3a5e647bf9c238f4
73284 Author: Vlad Lungu <vlad@comsys.ro>
73285 Date:   Thu Oct 25 16:08:14 2007 +0300
73286
73287     Trimmed some variables in ne2000.c
73288
73289     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
73290
73291 commit eb6f214d3644b2a77968c176ed36dcf858cfe7e0
73292 Author: Zhang Wei <wei.zhang@freescale.com>
73293 Date:   Thu Oct 25 17:51:27 2007 +0800
73294
73295     Fix the issue of usb_kbd driver missing the scan code of key 'z'.
73296
73297     The scan code of the key 'z' is 0x1d, which should be handled.
73298
73299     The change has be tested on NOVATEK USB keyboard and ULI PCI OHCI
73300     controller.
73301
73302     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
73303
73304 commit bbf4796f6498fbade56d56eff3a0a49b299d93e5
73305 Author: Zhang Wei <wei.zhang@freescale.com>
73306 Date:   Thu Oct 25 17:30:04 2007 +0800
73307
73308     Fix USB support issue for MPC8641HPCN board.
73309
73310     The configuration file has already enabled USB, but it
73311     missed definition of CFG_OHCI_SWAP_REG_ACCESS, the USB
73312     on MPC8641HPCN can not work because of the wrong USB
73313     register endian.
73314
73315     And add the USB command to U-Boot commands list.
73316
73317     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
73318
73319 commit 4e62041023dc3de9d98d977bb080235bc6d035e0
73320 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
73321 Date:   Wed Oct 24 18:16:01 2007 +0200
73322
73323     Use config_cmd_default.h instead of config_cmd_all.h
73324
73325     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
73326
73327 commit 56622f87857439b1c221e9deef11a9d5bb5d4308
73328 Author: Marian Balakowicz <m8@semihalf.com>
73329 Date:   Wed Oct 24 01:37:36 2007 +0200
73330
73331     TQM5200: Call usb_cpu_init() during board init
73332
73333     usb_cpu_init() configures GPS USB pins, clocks, etc. and
73334     is required for proper operation of kernel USB subsystem.
73335     This setup was previously done in the kernel by the fixup
73336     code which is being removed, thus low level init must be
73337     done by U-boot now.
73338
73339     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
73340
73341 commit 29c29c0267fe857e72014ce90c5d35b2ef6302bd
73342 Author: Guennadi Liakhovetski <lg@denx.de>
73343 Date:   Tue Oct 23 16:25:50 2007 +0200
73344
73345     Fix typo in nfs.c
73346
73347     An obvious typo. Originally fixed in linkstation u-boot port.
73348
73349     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
73350
73351 commit 59543fe00a4ce720ef9f5aa7fb387c6daf1c7d78
73352 Author: Guennadi Liakhovetski <lg@denx.de>
73353 Date:   Tue Oct 23 14:35:05 2007 +0200
73354
73355     Fix a typo in cpu/mpc824x/interrupts.c
73356
73357     Since December 2003 the timer_interrupt_cpu() function in
73358     cpu/mpc824x/interrupts.c contains what seems to be a superfluous
73359     parameter. Remove it.
73360
73361     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
73362
73363 commit c9e7b9b9a1700fe009678d1f9b41e6364ac5df2d
73364 Author: Sergej Stepanov <Sergej.Stepanov@ids.de>
73365 Date:   Wed Oct 17 11:13:51 2007 +0200
73366
73367     add ft_cpu_setup(..) on mpc8260
73368
73369     Add ft_cpu_setup(..)-function to adapt it for use with libfdt
73370     based on code from mpc5xxx
73371
73372     Sigend-off-by: Sergej Stepanov <Sergej.Stepanov@ids.de>
73373     --
73374
73375 commit 6abd82e19ae93c0b4d104e50165e235915ec0875
73376 Author: Sergej Stepanov <Sergej.Stepanov@ids.de>
73377 Date:   Wed Oct 17 11:18:42 2007 +0200
73378
73379     changes for IDS8247 board support
73380
73381     To get the IDS8247 board working following are done:
73382      - FCC2 is deactivated
73383      - FCC1 is activated
73384      - I2C is activated
73385      - CFI driver is activated
73386      - Adapted for use with LIBFDT
73387
73388     Signed-off-by: Sergej Stepanov <Sergej.Stepanov@ids.de>
73389     --
73390
73391 commit 3d6cb3b24add6415f86a0f013ea40f5639b90047
73392 Author: Stefan Roese <sr@denx.de>
73393 Date:   Sat Nov 3 12:08:28 2007 +0100
73394
73395     ppc4xx: Add AMCC Kilauea/Haleakala NAND booting support
73396
73397     This patch adds NAND booting support for the AMCC 405EX(r) eval boards.
73398     Again, only one image supports both targets.
73399
73400     Signed-off-by: Stefan Roese <sr@denx.de>
73401
73402 commit 8b6684a698500be9c142ec2c9f46cfc348e17f0c
73403 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
73404 Date:   Wed Oct 24 15:48:37 2007 +0200
73405
73406     ATSTK1002: Remove default ethernet addresses
73407
73408     Wolfgang is right: It's not a good idea to set up default initial
73409     ethernet addresses for a board, even though they belong to the local
73410     range.
73411
73412     This will change the failure mode from "IT manager screams at you for
73413     using duplicate ethernet addresses" to a nice error message explaining
73414     that the ethernet address hasn't been set properly.
73415
73416     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
73417
73418 commit e5c794e491a57d829b6d8733e2ed8368a2269abf
73419 Author: Justin Flammia <jflammia@savantav.com>
73420 Date:   Mon Oct 29 17:40:35 2007 -0400
73421
73422     DHCP Client Fix
73423
73424     This is a multi-part message in MIME format.
73425
73426     commit e6e505eae94ed721e123e177489291fc4544b7b8
73427     Author: Justin Flammia <jflammia@savantav.com>
73428     Date:   Mon Oct 29 17:19:03 2007 -0400
73429
73430         Found a bug in the way the DHCP Request packet is built, where the IP address
73431         that is offered by the server is bound to prematurely. This patch is a fix of
73432         that bug where the IP address offered by the DHCP server is not used until
73433         after the DHCP ACK from the server is received.
73434
73435     Signed-off-by: Justin Flammia <jflammia@savantav.com>
73436     Signed-off-by: Ben Warren <bwarren@qstreams.com>
73437
73438 commit 5d96d40d3f36da33348e68f9ea993f383e11f997
73439 Author: Stefan Roese <sr@denx.de>
73440 Date:   Wed Oct 31 20:58:34 2007 +0100
73441
73442     ppc4xx: Fix acadia_nand build problem
73443
73444     Since the cache handling functions were moved from start.S into cache.S
73445     the acadia NAND booting Makfile needs to be adapted accordingly.
73446
73447     Signed-off-by: Stefan Roese <sr@denx.de>
73448
73449 commit ea2e142843533ca593fcb5cb3e1daf1b7f5e5949
73450 Author: Stefan Roese <sr@denx.de>
73451 Date:   Wed Oct 31 20:57:11 2007 +0100
73452
73453     ppc4xx: Add CONFIG_4xx_DCACHE compile options to enable cached SDRAM
73454
73455     This patch adds the CONFIG_4xx_DCACHE options to some SDRAM init files
73456     and to the Sequoia TLB init code. Now the cache can be enabled on 44x
73457     boards by defining CONFIG_4xx_DCACHE in the board config file. This
73458     option will disappear, when more boards use is successfully and no
73459     more known problems exist.
73460
73461     This is tested successfully on Sequoia and Katmai. The only problem that
73462     needs to be fixed is, that USB is not working on Sequoia right now, since
73463     it will need some cache handling code too, similar to the 4xx EMAC driver.
73464
73465     Signed-off-by: Stefan Roese <sr@denx.de>
73466
73467 commit 3db93b8bedd32e914b38976141b3fdf4ea3ff738
73468 Author: Stefan Roese <sr@denx.de>
73469 Date:   Wed Oct 31 20:51:10 2007 +0100
73470
73471     ppc4xx: Enable CPU POST test for 4xx with dcache enabled
73472
73473     Now with caches enabled (i- and d-cache) on 44x, we need a chance to
73474     disable the cache for the CPU POST tests, since these tests consist
73475     of self modifying code. This is done via the new change_tlb() function.
73476
73477     Signed-off-by: Stefan Roese <sr@denx.de>
73478
73479 commit f71b2888b4b3c870909a0341427b2a914246f81f
73480 Author: Stefan Roese <sr@denx.de>
73481 Date:   Wed Oct 31 20:47:26 2007 +0100
73482
73483     ppc4xx: Change 4xx POST ethernet test to handle cached memory too
73484
73485     This patch enables the 4xx EMAC POST driver to work too, when dcache is
73486     enabled.
73487
73488     Signed-off-by: Stefan Roese <sr@denx.de>
73489
73490 commit a2685904061b35a17583d65fe47cdc2686a69eaa
73491 Author: Stefan Roese <sr@denx.de>
73492 Date:   Wed Oct 31 20:45:53 2007 +0100
73493
73494     ppc4xx: Remove temporary TLB entry in POST cache test only for 440
73495
73496     Signed-off-by: Stefan Roese <sr@denx.de>
73497
73498 commit ff768cb168d8157c24a25016dbfbeb465e47f420
73499 Author: Stefan Roese <sr@denx.de>
73500 Date:   Wed Oct 31 18:01:24 2007 +0100
73501
73502     ppc4xx: Change 4xx ethernet driver to handle cached memory too
73503
73504     This patch enables the 4xx EMAC driver to work too, when dcache is
73505     enabled.
73506
73507     Signed-off-by: Stefan Roese <sr@denx.de>
73508
73509 commit 483e09a223c666269ef81d3573a6591b1046b0ef
73510 Author: Stefan Roese <sr@denx.de>
73511 Date:   Wed Oct 31 17:59:22 2007 +0100
73512
73513     ppc4xx: Add change_tlb function to modify I attribute of TLB(s)
73514
73515     This function is used to either turn cache on or off in a specific
73516     memory area.
73517
73518     Signed-off-by: Stefan Roese <sr@denx.de>
73519
73520 commit d25dfe08fbd1220cb994e7e6b105049aa9aa8e79
73521 Author: Stefan Roese <sr@denx.de>
73522 Date:   Wed Oct 31 17:57:52 2007 +0100
73523
73524     ppc4xx: Remove cache definition from 4xx board config files
73525
73526     All 4xx board config files don't need the cache definitions anymore.
73527     These are now defined in common headers.
73528
73529     Signed-off-by: Stefan Roese <sr@denx.de>
73530
73531 commit 9b94ac61d2176185c30adf0793e079ec30e68687
73532 Author: Stefan Roese <sr@denx.de>
73533 Date:   Wed Oct 31 17:55:58 2007 +0100
73534
73535     ppc4xx: Rework 4xx cache support
73536
73537     New cache handling functions added and all existing functions
73538     moved from start.S into seperate cache.S.
73539
73540     Signed-off-by: Stefan Roese <sr@denx.de>
73541
73542 commit 06713773da4ac3d390c63d82641eb553224b27c2
73543 Author: Stefan Roese <sr@denx.de>
73544 Date:   Tue Oct 23 18:03:12 2007 +0200
73545
73546     ppc4xx: Remove compiler warning from previous commit
73547
73548     Signed-off-by: Stefan Roese <sr@denx.de>
73549
73550 commit 6fa397df67c0f269e4528bf181a6e8c88f9723f9
73551 Author: Stefan Roese <sr@denx.de>
73552 Date:   Tue Oct 23 14:40:30 2007 +0200
73553
73554     ppc4xx: Remove temporary TLB entry in POST cache test
73555
73556     Signed-off-by: Stefan Roese <sr@denx.de>
73557
73558 commit 1338e6a81834099ba19733b69aafd8ef5f098094
73559 Author: Stefan Roese <sr@denx.de>
73560 Date:   Tue Oct 23 14:05:08 2007 +0200
73561
73562     ppc4xx: Change autonegotiation timeout from 4 to 5 seconds
73563
73564     I lately noticed, that newer 4xx board with GBit support sometimes don't
73565     finish link autonegotiation in 4 seconds. Changing this timeout to 5
73566     seconds seems fine here.
73567
73568     Signed-off-by: Stefan Roese <sr@denx.de>
73569
73570 commit 2d83476a4c1c9911d158a3f8a4312d354bc1bdb7
73571 Author: Stefan Roese <sr@denx.de>
73572 Date:   Tue Oct 23 14:03:17 2007 +0200
73573
73574     ppc4xx: Change 4xx_enet & miiphy to use out_be32() and friends
73575
73576     This patch changes all in32/out32 calls to use the recommended in_be32/
73577     out_be32 macros instead.
73578
73579     Signed-off-by: Stefan Roese <sr@denx.de>
73580
73581 commit 7d47cee2cc57f907380f2c06f5b6c683d03e423a
73582 Author: Stefan Roese <sr@denx.de>
73583 Date:   Thu Oct 25 12:24:59 2007 +0200
73584
73585     ppc4xx: Fix POST ethernet test for Haleakala
73586
73587     The POST ethernet test needed to be changed to dynamically determine
73588     the count of ethernet devices. This code is cloned from the 4xx
73589     ethernet driver.
73590
73591     Signed-off-by: Stefan Roese <sr@denx.de>
73592
73593 commit f10493c6d77a1e07a6c2ff4d772937a5e7359d6a
73594 Author: Stefan Roese <sr@denx.de>
73595 Date:   Tue Oct 23 11:31:05 2007 +0200
73596
73597     ppc4xx: Correct UART input clock calculation and passing to fdt
73598
73599     We now use a value in the gd (global data) structure for the UART input
73600     frequency, since the PPC4xx_SYS_INFO struct is always rewritten completely
73601     in get_sys_info().
73602
73603     Signed-off-by: Stefan Roese <sr@denx.de>
73604
73605 commit 353f2688b4e0fc7b969bc70a02be4b40bf0dd124
73606 Author: Stefan Roese <sr@denx.de>
73607 Date:   Tue Oct 23 10:10:08 2007 +0200
73608
73609     ppc4xx: Add initial AMCC Haleakala PPC405EXr eval board support
73610
73611     The Haleakala is nearly identical with the Kilauea eval board. The only
73612     difference is that the 405EXr only supports one EMAC and one PCIe
73613     interface. This patch adds support for the Haleakala board by using
73614     the identical image for Kilauea and Haleakala. The distinction is done
73615     by comparing the PVR.
73616
73617     Signed-off-by: Stefan Roese <sr@denx.de>
73618
73619 commit 9f798766aa85e62eb8fa8c721e148df609b78137
73620 Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
73621 Date:   Tue Oct 23 08:29:10 2007 +0200
73622
73623     ppc4xx: Fixed offset of refresh rate type for Bamboo on-board DDR SDRAM
73624
73625     This patch also adds a note to the fixed DDR setup for Bamboo NAND booting:
73626
73627     Note:
73628     As found out by Eugene O'Brien <eugene.obrien@advantechamt.com>, the fixed
73629     DDR setup has problems (U-Boot crashes randomly upon TFTP), when the DIMM
73630     modules are still plugged in. So it is recommended to remove the DIMM
73631     modules while using the NAND booting code with the fixed SDRAM setup!
73632
73633     Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
73634     Signed-off-by: Stefan Roese <sr@denx.de>
73635
73636 commit afe9fa59cb63b4f9d16bf01c93eb212f25a38c2a
73637 Author: Stefan Roese <sr@denx.de>
73638 Date:   Mon Oct 22 16:24:44 2007 +0200
73639
73640     ppc4xx: Add SNTP support to AMCC Katmai, Kilauea & Makalu boards
73641
73642     Signed-off-by: Stefan Roese <sr@denx.de>
73643
73644 commit 3248f63ad89cb031491edb7016587fe6e9a238b9
73645 Author: Stefan Roese <sr@denx.de>
73646 Date:   Mon Oct 22 16:22:40 2007 +0200
73647
73648     ppc4xx: Rework of 4xx serial driver (4)
73649
73650     Change 4xx_uart.c:
73651
73652     - Use in_8/out_8 macros instead of in8/out8
73653     - No need for UART_BASE marco anymore, now really handled via function
73654       parameter
73655     - serial_init_common() introduced
73656     - Further coding style cleanup
73657
73658     Signed-off-by: Stefan Roese <sr@denx.de>
73659
73660 commit e61cb8163a66b8a135696ae232e2bead1ce0a049
73661 Author: Stefan Roese <sr@denx.de>
73662 Date:   Mon Oct 22 15:45:49 2007 +0200
73663
73664     ppc4xx: Rework of 4xx serial driver (3)
73665
73666     Change all linker scripts to reference the changed driver name iop480_uart.o.
73667
73668     Signed-off-by: Stefan Roese <sr@denx.de>
73669
73670 commit 882ae41274921f9016131806bdeb27e19606f47a
73671 Author: Stefan Roese <sr@denx.de>
73672 Date:   Mon Oct 22 15:44:39 2007 +0200
73673
73674     ppc4xx: Rework of 4xx serial driver (2)
73675
73676     Change all linker scripts to reference the changed driver name 4xx_uart.o.
73677
73678     Note: In most cased all these explicit referencing of these object files
73679     in the linker scripts is not neccessary. Only for manually embedded
73680     environment into the U-Boot image, which is not done is most cases.
73681
73682     Signed-off-by: Stefan Roese <sr@denx.de>
73683
73684 commit ad31e40bed042cb670d0036fea96435007afb838
73685 Author: Stefan Roese <sr@denx.de>
73686 Date:   Mon Oct 22 15:09:59 2007 +0200
73687
73688     ppc4xx: Rework of 4xx serial driver (1)
73689
73690     This patch starts the rework of the PPC4xx serial driver. First we split
73691     the file into two seperate files, one 4xx_uart.c with the 405/440 UART
73692     handling code and the other one iop480_uart.c with the UART code for the
73693     PLX-Tech IOP480 PPC (PPC403 based).
73694
73695     Signed-off-by: Stefan Roese <sr@denx.de>
73696
73697 commit 764e7417ee5f6e25b1715720e7d7dd3487109385
73698 Author: Stefan Roese <sr@denx.de>
73699 Date:   Mon Oct 22 10:30:38 2007 +0200
73700
73701     ppc4xx: Correct UART input clock calculation and passing to fdt
73702
73703     Signed-off-by: Stefan Roese <sr@denx.de>
73704
73705 commit 211ea91ac6c225bec7e668a03d0ba7d7310679fa
73706 Author: Stefan Roese <sr@denx.de>
73707 Date:   Mon Oct 22 07:34:34 2007 +0200
73708
73709     ppc4xx: Add initial AMCC Makalu 405EX support
73710
73711     Signed-off-by: Stefan Roese <sr@denx.de>
73712
73713 commit fa8aea20456e6f1dba43f46bcc72024dd9499998
73714 Author: Stefan Roese <sr@denx.de>
73715 Date:   Mon Oct 22 07:33:52 2007 +0200
73716
73717     ppc4xx: Add freqUART to CPU speed detection
73718
73719     This value is needed later for the device tree configuration of
73720     the uart clock.
73721
73722     Signed-off-by: Stefan Roese <sr@denx.de>
73723
73724 commit 837c730b4d7c6b1ddf3d1e247cb4445005d9bf0d
73725 Author: Stefan Roese <sr@denx.de>
73726 Date:   Sun Oct 21 14:26:29 2007 +0200
73727
73728     ppc: Small Kilauea cleanup of config file
73729
73730     Signed-off-by: Stefan Roese <sr@denx.de>
73731
73732 commit 758c037aeead34b49631b8da3a90b1bba14c0410
73733 Author: Stefan Roese <sr@denx.de>
73734 Date:   Sun Oct 21 08:16:12 2007 +0200
73735
73736     rtc: Add Xicor/Intersil X1205 RTC support
73737
73738     This patch adds support for the Xicor/Intersil X1205 RTC used on the
73739     AMCC Makalu eval board. This driver is basically cloned from the Linux
73740     driver version (2.6.23).
73741
73742     This patch also introduces the Linux bcd.h header for the BCD2BIN/
73743     BIN2BCD conversions. In the future some of the other U-Boot RTC driver
73744     should be converted to also use this header instead of implementing
73745     their own local copy of these functions/macros.
73746
73747     Signed-off-by: Stefan Roese <sr@denx.de>
73748
73749 commit 087dfdb79b5fd1ab99a26990c62a732c01a8c7f6
73750 Author: Stefan Roese <sr@denx.de>
73751 Date:   Sun Oct 21 08:12:41 2007 +0200
73752
73753     ppc4xx: Consolidate some of the 405 and 440 macros/structs into 4xx
73754
73755     This patch moves some common 4xx macros and the PPC405_SYS_INFO/
73756     PPC440_SYS_INFO structure into the common ppc4xx.h header.
73757
73758     Lot's of other macros are good candidates to be consolidated this way
73759     in the future.
73760
73761     Signed-off-by: Stefan Roese <sr@denx.de>
73762
73763 commit 770c7af5800f598d22730d1f4b70f16c9b33512e
73764 Author: Stefan Roese <sr@denx.de>
73765 Date:   Sun Oct 21 08:05:18 2007 +0200
73766
73767     ppc4xx: Fix size setup in Kilauea DDR2 init routine
73768
73769     The size was initilized wrong. Instead of 256MB, the DDR2 controller
73770     was setup to 512MB. Now the correct values is used.
73771
73772     This patch also does a little cleanup and adds a comment here.
73773
73774     Signed-off-by: Stefan Roese <sr@denx.de>
73775
73776 commit f6ba9b56607d4b27550301c7c7f6b55b654fd62a
73777 Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
73778 Date:   Thu Oct 18 17:29:04 2007 +0200
73779
73780     ppc4xx: Define CONFIG_BOOKE for all PPC440 based processors
73781
73782     CONFIG_BOOKE must be defined for PPC440 processors so that the proper SPR
73783     number is used to access system registers.
73784
73785     Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
73786     Signed-off-by: Stefan Roese <sr@denx.de>
73787
73788 commit c36c68160333ac5fe41ec3db12a728b7075b3912
73789 Author: Stefan Roese <sr@denx.de>
73790 Date:   Thu Oct 18 07:42:27 2007 +0200
73791
73792     ppc4xx: Change inbound PCIe location for endpoint tests on Katmai
73793
73794     On Yucca & Katmai, the inbound memory map pointed to 0x4.0000.0000, which
73795     is the internal SRAM. Since I now ported and tested this endpoint mode
73796     on Kilauea successfully to map to 0 (SDRAM), I also changed this for
73797     Katmai.
73798
73799     Yucca will stay at internal SRAM for now. Not sure if somebody relies on
73800     this setup.
73801
73802     Signed-off-by: Stefan Roese <sr@denx.de>
73803
73804 commit 5cb4af4791f61843432155142b6cfac901f66c10
73805 Author: Stefan Roese <sr@denx.de>
73806 Date:   Thu Oct 18 07:39:38 2007 +0200
73807
73808     ppc4xx: Add PCIe endpoint support on Kilauea (405EX)
73809
73810     This patch adds endpoint support for the AMCC Kilauea eval board. It can
73811     be tested by connecting a reworked PCIe cable (only 1x lane singles
73812     connected) to another root-complex.
73813
73814     In this test setup, a 64MB inbound window is configured at BAR0 which maps
73815     to 0 on the PLB side. So accessing this BAR0 from the root-complex will
73816     access the first 64MB of the SDRAM on the PPC side.
73817
73818     Signed-off-by: Stefan Roese <sr@denx.de>
73819
73820 commit d4cb2d17946466740afeb195a57d6cb290bf4cc0
73821 Author: Stefan Roese <sr@denx.de>
73822 Date:   Sat Oct 13 16:43:23 2007 +0200
73823
73824     ppc4xx: Dynamic configuration of 4xx PCIe mode as root or endpoint mode
73825
73826     This patch adds support for dynamic configuration of PCIe ports for the
73827     AMCC PPC4xx boards equipped with PCIe interfaces. These are the PPC440SPe
73828     boards Yucca & Katmai and the 405EX board Kilauea.
73829
73830     This dynamic configuration is done via the "pcie_mode" environement
73831     variable. This variable can be set to "EP" or "RP" for endpoint or
73832     rootpoint mode. Multiple values can be joined via the ":" delimiter.
73833     Here an example:
73834
73835     pcie_mode=RP:EP:EP
73836
73837     This way, PCIe port 0 will be configured as rootpoint, PCIe port 1 and 2
73838     as endpoint.
73839
73840     Per default Yucca will be configured as:
73841     pcie_mode=RP:EP:EP
73842
73843     Per default Katmai will be configured as:
73844     pcie_mode=RP:RP:REP
73845
73846     Per default Kilauea will be configured as:
73847     pcie_mode=RP:RP
73848
73849     Signed-off-by: Tirumala R Marri <tmarri@amcc.com>
73850     Signed-off-by: Stefan Roese <sr@denx.de>
73851
73852 commit fd671802b67a0ef37a06124fa2ce85f00aa22c6f
73853 Author: Stefan Roese <sr@denx.de>
73854 Date:   Thu Oct 11 11:15:59 2007 +0200
73855
73856     ppc4xx: Enable device tree support (fdt) on Kilauea per default
73857
73858     This patch enables the fdt support on the AMCC Kilauea eval board.
73859     Additionally now EBC ranges fdt fixup is included to support NOR
73860     FLASH mapping via the Linux physmap_of driver.
73861
73862     This Kilauea port now support booting arch/ppc and arch/powerpc
73863     Linux kernels. The default environment "net_nfs" is for arch/ppc
73864     and "net_nfs_fdt" is for arch/powerpc. In the long run, arch/ppc
73865     support will be removed.
73866
73867     Signed-off-by: Stefan Roese <sr@denx.de>
73868
73869 commit 4994ffd890b9d95d807387a9b7bd8a4803ee406e
73870 Author: Stefan Roese <sr@denx.de>
73871 Date:   Thu Oct 11 11:11:45 2007 +0200
73872
73873     ppc4xx: Add additional debug info to 4xx fdt support
73874
73875     Signed-off-by: Stefan Roese <sr@denx.de>
73876
73877 commit db3232ddb058d0ed0bc31f7c5c296748a1afac67
73878 Author: Stefan Roese <sr@denx.de>
73879 Date:   Fri Oct 5 21:28:58 2007 +0200
73880
73881     ppc4xx: Fix small merge problems with CPCI440 and Acadia boards
73882
73883     Signed-off-by: Stefan Roese <sr@denx.de>
73884
73885 commit 1941cce71b1ae975602854045061e82f94ecd012
73886 Author: Stefan Roese <sr@denx.de>
73887 Date:   Fri Oct 5 17:35:10 2007 +0200
73888
73889     ppc4xx: Fix small merge problem in 4xx_enet.c
73890
73891     Signed-off-by: Stefan Roese <sr@denx.de>
73892
73893 commit 566806ca1a1bf4d895daaf0b2ba5494abbffebaf
73894 Author: Stefan Roese <sr@denx.de>
73895 Date:   Fri Oct 5 17:11:30 2007 +0200
73896
73897     ppc4xx: Add initial AMCC Kilauea 405EX support
73898
73899     Signed-off-by: Stefan Roese <sr@denx.de>
73900
73901 commit dbbd125721aea6645fdb962f36bd41f59e272f9d
73902 Author: Stefan Roese <sr@denx.de>
73903 Date:   Fri Oct 5 17:10:59 2007 +0200
73904
73905     ppc4xx: Add PPC405EX support
73906
73907     Signed-off-by: Stefan Roese <sr@denx.de>
73908
73909 commit 1d7b874e9c9a7c66f5d8da9ec78a3733765d3e31
73910 Author: Stefan Roese <sr@denx.de>
73911 Date:   Fri Oct 5 17:09:36 2007 +0200
73912
73913     ppc4xx: Cleanup of 4xx PCI and PCIe support (renaming)
73914
73915     Signed-off-by: Stefan Roese <sr@denx.de>
73916
73917 commit 4f14ed6230b9c109aac9a6fb878497dabd44c2db
73918 Author: Stefan Roese <sr@denx.de>
73919 Date:   Fri Oct 5 17:07:50 2007 +0200
73920
73921     ppc4xx: Add initial fdt support to 4xx (first needed on 405EX)
73922
73923     Signed-off-by: Stefan Roese <sr@denx.de>
73924
73925 commit a424a8bb2924b90724b944165d3141f1fa8dfe5b
73926 Author: Stefan Roese <sr@denx.de>
73927 Date:   Fri Oct 5 17:04:57 2007 +0200
73928
73929     POST: Add 405EX support to 4xx UART POST test
73930
73931     Signed-off-by: Stefan Roese <sr@denx.de>
73932
73933 commit 4f2e92c11f6e2392fc8187829211a5ca7f0c1e12
73934 Author: Stefan Roese <sr@denx.de>
73935 Date:   Fri Oct 5 15:10:02 2007 +0200
73936
73937     DTT: Prepare DS1775 driver for use of different I2C addresses
73938
73939     Signed-off-by: Stefan Roese <sr@denx.de>
73940
73941 commit 19e93b1e16d267220440d827b920fbad8abfa70f
73942 Author: Stefan Roese <sr@denx.de>
73943 Date:   Fri Oct 5 14:23:43 2007 +0200
73944
73945     ppc4xx: 4xx_pcie: Change PCIe status output to match common style
73946
73947     Signed-off-by: Stefan Roese <sr@denx.de>
73948
73949 commit ff68f66bcb0da847845aa2fac11eba6c25938c99
73950 Author: Stefan Roese <sr@denx.de>
73951 Date:   Fri Oct 5 09:22:33 2007 +0200
73952
73953     ppc4xx: 4xx_pcie: Disable debug output as default
73954
73955     Signed-off-by: Stefan Roese <sr@denx.de>
73956
73957 commit 97923770cb52b64d69eec958a11b2eda8d46e0f7
73958 Author: Stefan Roese <sr@denx.de>
73959 Date:   Fri Oct 5 09:18:23 2007 +0200
73960
73961     ppc4xx: 4xx_pcie: More general cleanup and 405EX PCIe support added
73962
73963     Signed-off-by: Stefan Roese <sr@denx.de>
73964
73965 commit 4dbee8a90df613eb517aadbecebd70f168913d30
73966 Author: Stefan Roese <sr@denx.de>
73967 Date:   Fri Oct 5 07:57:20 2007 +0200
73968
73969     ppc4xx: 4xx_pcie: Change CFG_PCIE_MEMSIZE to 128MB on Yucca & Katmai
73970
73971     128MB seems to be the smallest possible value for the memory size
73972     for on PCIe port. With this change now the BAR's of the PCIe cards
73973     are accessible under U-Boot.
73974
73975     One big note: This only works for PCIe port 0 & 1. For port 2 this
73976     currently doesn't work, since the base address is now 0xc0000000
73977     (0xb0000000 + 2 * 0x08000000), and this is already occupied by
73978     CFG_PCIE0_CFGBASE. But solving this issue for port 2 would mean
73979     to change the base addresses completely and this change would have
73980     too much impact right now.
73981
73982     This patch adds debug output to the 4xx pcie driver too.
73983
73984     Signed-off-by: Stefan Roese <sr@denx.de>
73985
73986 commit 6d95289281ed2958ebf76d2b55f86bbd88591fd2
73987 Author: Stefan Roese <sr@denx.de>
73988 Date:   Wed Oct 3 21:16:32 2007 +0200
73989
73990     ppc4xx: 4xx_pcie: Fix problem with SDRN access using port number as idx
73991
73992     Signed-off-by: Stefan Roese <sr@denx.de>
73993
73994 commit 3048bcbf0bad262378c5af68f2bf6778fb7d829a
73995 Author: Stefan Roese <sr@denx.de>
73996 Date:   Wed Oct 3 15:01:02 2007 +0200
73997
73998     ppc4xx: Rename 405gp_pci to 4xx_pci since its used on all 4xx platforms
73999
74000     These files were introduced with the IBM 405GP but are currently used on all
74001     4xx PPC platforms. So the name doesn't match the content anymore. This patch
74002     renames the files to 4xx_pci.c/h.
74003
74004     Signed-off-by: Stefan Roese <sr@denx.de>
74005
74006 commit 94276eb0a7a35b9e8c053d589ae225b0f017a237
74007 Author: Stefan Roese <sr@denx.de>
74008 Date:   Wed Oct 3 14:14:58 2007 +0200
74009
74010     ppc4xx: Add a comment for 405EX PCIe endpoint configuration
74011
74012     Signed-off-by: Stefan Roese <sr@denx.de>
74013
74014 commit 03d344bb6a5f082ea10ec9d753558ea7dfd1c626
74015 Author: Stefan Roese <sr@denx.de>
74016 Date:   Wed Oct 3 10:38:09 2007 +0200
74017
74018     ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (3)
74019
74020     (3) This patch introduces macros like SDRN_PESDR_DLPSET(port) to access
74021         the SDR registers of the PCIe ports. This makes the overall design
74022         clearer, since it removed a lot of switch statements which are not
74023         needed anymore.
74024
74025         Also, the functions ppc4xx_init_pcie_rootport() and
74026         ppc4xx_init_pcie_entport() are merged into a single function
74027         ppc4xx_init_pcie_port(), since most of the code was duplicated.
74028         This makes maintainance and porting to other 4xx platforms
74029         easier.
74030
74031     Signed-off-by: Stefan Roese <sr@denx.de>
74032
74033 commit 026f71106871f31d17d0ea0db9a7547ff92934bc
74034 Author: Stefan Roese <sr@denx.de>
74035 Date:   Wed Oct 3 07:48:09 2007 +0200
74036
74037     ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (2)
74038
74039     This patch is the first patch of a series to make the 440SPe PCIe code
74040     usable on different 4xx PPC platforms. In preperation for the new 405EX
74041     which is also equipped with PCIe interfaces.
74042
74043     (2) This patch renames the functions from 440spe_ to 4xx_ with a
74044         little additional cleanup
74045
74046     Signed-off-by: Stefan Roese <sr@denx.de>
74047
74048 commit c7c6da23028f146d912514b95aefa3da7cf37699
74049 Author: Stefan Roese <sr@denx.de>
74050 Date:   Wed Oct 3 07:34:10 2007 +0200
74051
74052     ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (1)
74053
74054     This patch is the first patch of a series to make the 440SPe PCIe code
74055     usable on different 4xx PPC platforms. In preperation for the new 405EX
74056     which is also equipped with PCIe interfaces.
74057
74058     (1) This patch renames the files from 440spe_pcie to 4xx_pcie
74059
74060     Signed-off-by: Stefan Roese <sr@denx.de>
74061
74062 commit 245a362ad3c0c1b84fccc9fec7b623eb14f6e502
74063 Author: Marian Balakowicz <m8@semihalf.com>
74064 Date:   Wed Oct 24 01:37:36 2007 +0200
74065
74066     TQM5200: Call usb_cpu_init() during board init
74067
74068     usb_cpu_init() configures GPS USB pins, clocks, etc. and
74069     is required for proper operation of kernel USB subsystem.
74070     This setup was previously done in the kernel by the fixup
74071     code which is being removed, thus low level init must be
74072     done by U-boot now.
74073
74074     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
74075     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
74076
74077 commit b5af773f8d92677e06f3295b45557c9d0a487c24
74078 Author: Zhang Wei <wei.zhang@freescale.com>
74079 Date:   Thu Oct 25 17:51:27 2007 +0800
74080
74081     Fix the issue of usb_kbd driver missing the scan code of key 'z'.
74082
74083     The scan code of the key 'z' is 0x1d, which should be handled.
74084
74085     The change has be tested on NOVATEK USB keyboard and ULI PCI OHCI
74086     controller.
74087
74088     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
74089     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
74090
74091 commit 85ac988e86f9414fa645b0148dc66c3520a1eb84
74092 Author: Rodolfo Giometti <giometti@enneenne.com>
74093 Date:   Mon Oct 15 11:59:17 2007 +0200
74094
74095     PXA USB OHCI: "usb stop" implementation.
74096
74097     Some USB keys need to be switched off before loading the kernel
74098     otherwise they can remain in an undefined status which prevents them
74099     to be correctly recognized by the kernel.
74100
74101     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
74102     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
74103
74104 commit 31548249decf18a6b877a18436b6139dd483fe4a
74105 Author: Justin Flammia <jflammia@savantav.com>
74106 Date:   Mon Oct 29 17:40:35 2007 -0400
74107
74108     DHCP Client Fix
74109
74110     This is a multi-part message in MIME format.
74111
74112     commit e6e505eae94ed721e123e177489291fc4544b7b8
74113     Author: Justin Flammia <jflammia@savantav.com>
74114     Date:   Mon Oct 29 17:19:03 2007 -0400
74115
74116         Found a bug in the way the DHCP Request packet is built, where the IP address
74117         that is offered by the server is bound to prematurely. This patch is a fix of
74118         that bug where the IP address offered by the DHCP server is not used until
74119         after the DHCP ACK from the server is received.
74120
74121     Signed-off-by: Justin Flammia <jflammia@savantav.com>
74122     Signed-off-by: Ben Warren <bwarren@qstreams.com>
74123
74124 commit e8ee8f3ade2a06c1893dd5e68f223070d650c7ed
74125 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74126 Date:   Thu Oct 25 17:16:22 2007 -0500
74127
74128     ColdFire 54455: Fix correct boot location for atmel and intel
74129
74130     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74131
74132 commit 688e8eb414ac111cca7ce60bdf30e805ab9a7bcb
74133 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74134 Date:   Thu Oct 25 17:14:00 2007 -0500
74135
74136     ColdFire: Fix build error when CONFIG_WATCHDOG is defined
74137
74138     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74139
74140 commit c67e12e705b204cfe914e3e3e693d69a445dcabf
74141 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74142 Date:   Thu Oct 25 17:12:36 2007 -0500
74143
74144     ColdFire 5329: Assign correct SDRAM size and fix cache
74145
74146     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74147
74148 commit 95e9f2c212a65610b2e59a5c00d0113383a4da0b
74149 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74150 Date:   Thu Oct 25 17:10:23 2007 -0500
74151
74152     ColdFire 5253: Assign correct SDRAM size
74153
74154     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74155
74156 commit 2acefa72ee0026f862ab65597ca687428f63a973
74157 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74158 Date:   Thu Oct 25 17:09:17 2007 -0500
74159
74160     ColdFire 5282: Fix external flash boot and return dramsize
74161
74162     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
74163
74164 commit d78791ae914d4e7c5edca1cdad73b3dc81a4eb82
74165 Author: Bartlomiej Sieka <tur@semihalf.com>
74166 Date:   Thu Oct 25 17:20:01 2007 +0200
74167
74168     TQM5200: increase kernel_addr_r and fdt_addr_r (hinted by Wolfgang Denk).
74169
74170     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
74171
74172 commit 1a0ce20aa4cb4e3068da04e7290ee9986fd0b834
74173 Author: Martin Krause <martin.krause@tqs.de>
74174 Date:   Wed Oct 24 08:42:25 2007 +0200
74175
74176     TQM5200: fix spurious characters on second serial interface
74177
74178     With this patch PSC3 is configured as UART. This is done, because if
74179     the pins of PSC3 are not configured at all (-> all pins are GPI),
74180     due to crosstalk, spurious characters may be send over the RX232_2_TXD
74181     signal line.
74182
74183     Signed-off-by: Martin Krause <martin.krause@tqs.de>
74184     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
74185
74186 commit be4a87f11e297a5cededbf7dd71c0248f3874acd
74187 Author: Martin Krause <martin.krause@tqs.de>
74188 Date:   Wed Oct 24 08:41:27 2007 +0200
74189
74190     TQM5200S: fix commands for STK52xx base board because of missing SM501 grafic controller
74191
74192     Some commands for the STK52xx base board try to access the SM501 grafic
74193     controller. But the TQM5200S has no grafic controller (only the TQM5200
74194     and the TQM5200B have). This patch deactivates the commands accessing
74195     the SM501 for the TQM5200S.
74196
74197     Signed-off-by: Martin Krause <martin.krause@tqs.de>
74198     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
74199
74200 commit b31f64343ead9482cd439b1adbe4c34026a641b1
74201 Author: Martin Krause <martin.krause@tqs.de>
74202 Date:   Mon Oct 22 16:45:53 2007 +0200
74203
74204     TQM5200: fix spurious characters on second serial interface
74205
74206     With this patch PSC3 is configured as UART. This is done, because if
74207     the pins of PSC3 are not configured at all (-> all pins are GPI),
74208     due to crosstalk, spurious characters may be send over the RX232_2_TXD
74209     signal line.
74210
74211     Signed-off-by: Martin Krause <martin.krause@tqs.de>
74212
74213 commit 0fc0f91b20ffa802f5a66534ca5c2844910583f6
74214 Author: Martin Krause <martin.krause@tqs.de>
74215 Date:   Mon Oct 22 16:40:06 2007 +0200
74216
74217     TQM5200S: fix commands for STK52xx base board because of missing SM501 grafic controller
74218
74219     Some commands for the STK52xx base board try to access the SM501 grafic
74220     controller. But the TQM5200S has no grafic controller (only the TQM5200
74221     and the TQM5200B have). This patch deactivates the commands accessing
74222     the SM501 for the TQM5200S.
74223
74224     Signed-off-by: Martin Krause <martin.krause@tqs.de>
74225
74226 commit 7b0a42219f30277f71f4405cbaf8a269f6d2d227
74227 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
74228 Date:   Sun Oct 21 09:14:28 2007 +0200
74229
74230     Mips: Fix string functions differ prototype declaration
74231
74232     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
74233
74234 commit cb8250fe4b3c4ed549b270e8a20bc22060e7e1d2
74235 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
74236 Date:   Fri Oct 19 17:51:40 2007 -0500
74237
74238     fsl_pci_init enable COMMAND_MEMORY if inbound window
74239
74240     Patch 16e23c3f removed PCSRBAR allocation.  But passing zero windows
74241     to pciauto_setup_device has the side effect of not getting
74242     COMMAND_MEMORY set.
74243
74244     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
74245
74246 commit e9d0d527992566ebef9826962ff1745b2f082b92
74247 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
74248 Date:   Fri Oct 19 10:55:24 2007 +0200
74249
74250     delta: Fix OHCI_REGS_BASE undeclared and wait_ms implicit declaration
74251
74252     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
74253
74254 commit 9c4884f54da982ce990c7d1760ac81b0704d3c64
74255 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
74256 Date:   Fri Oct 19 08:10:15 2007 +0200
74257
74258     fix warning: no return statement in function returning non-void
74259
74260     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
74261
74262 commit e78220f6e514206757acfe247297fc9a328a881f
74263 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
74264 Date:   Fri Oct 19 06:33:45 2007 +0200
74265
74266     xsengine: Fix no partition type specified, use DOS as default
74267
74268     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
74269
74270 commit 10cdb8dbd67a818823ab9ec88b68fc348903db59
74271 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
74272 Date:   Fri Oct 19 00:24:59 2007 +0200
74273
74274     lubbock: Fix no partition type specified, use DOS as default
74275
74276     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
74277
74278 commit 41b4d282d38fa7231c315c5f6cfff5bdd24e0191
74279 Author: Wolfgang Denk <wd@denx.de>
74280 Date:   Tue Oct 23 16:50:03 2007 +0200
74281
74282     Coding style: keep lists sorted; update CHANGELOG
74283
74284     Signed-off-by: Wolfgang Denk <wd@denx.de>
74285
74286 commit 58b74b05c621e2835ecf4e2d3243042cf4186777
74287 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
74288 Date:   Fri Oct 19 00:09:05 2007 +0200
74289
74290     Fix missing drivers makefile entries ds1722.c mw_eeprom.c
74291
74292     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
74293
74294 commit 96455bfebc9887837095c9051d216f53c61b5f10
74295 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
74296 Date:   Fri Oct 19 00:07:39 2007 +0200
74297
74298     Fix warning differ in signedness in board/innokom/innokom.c
74299
74300     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
74301
74302 commit 2a4741d9a14ec475f50e9856d2c0a67e8b4271bd
74303 Author: Marcel Ziswiler <marcel@ziswiler.com>
74304 Date:   Fri Oct 19 00:25:33 2007 +0200
74305
74306     fix pxa255_idp board
74307
74308     The pxa255_idp being an old unmaintained board showed several issues:
74309     1. CONFIG_INIT_CRITICAL was still defined.
74310     2. Neither CONFIG_MAC_PARTITION nor CONFIG_DOS_PARTITION was defined.
74311     3. Symbol flash_addr was undeclared.
74312     4. The boards lowlevel_init function was still called memsetup.
74313     5. The TEXT_BASE was still 0xa3000000 rather than 0xa3080000.
74314     6. Using -march=armv5 instead of -march=armv5te resulted in lots of
74315     'target CPU does not support interworking' warnings on recent compilers.
74316     7. The PXA's serial driver redefined FFUART, BTUART and STUART used as
74317     indexes rather than the register definitions from the pxa-regs header
74318     file. Renamed them to FFUART_INDEX, BTUART_INDEX and STUART_INDEX to
74319     avoid any ambiguities.
74320     8. There were several redefinition warnings concerning ICMR, OSMR3,
74321     OSCR, OWER, OIER, RCSR and CCCR in the PXA's assembly start file.
74322     9. The board configuration file was rather outdated.
74323     10. The part header file defined the vendor, product and revision arrays
74324     as unsigned chars instead of just chars in the block_dev_desc_t
74325     structure.
74326
74327     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
74328
74329 commit 298cd4cafe81ff8a6c87be8fbc440a20720d3ed6
74330 Author: Rune Torgersen <runet@innovsys.com>
74331 Date:   Wed Oct 17 11:56:31 2007 -0500
74332
74333     Make MPC8266ADS command selection more robust
74334
74335     Fix MPC8266 command line definition so it won't break when new commands
74336     are added to u-boot.
74337     Signed-off-by Rune Torgersen <runet@innovsys.com>
74338
74339 commit d3afa1ee19345a31fd1eaad3e98b97d13ca47315
74340 Author: Bartlomiej Sieka <tur@semihalf.com>
74341 Date:   Tue Oct 23 13:14:10 2007 +0200
74342
74343     Motion-PRO: Update configuration to accomodate next generation board.
74344
74345     New board has faster oscillator and a different Flash chip. This affects:
74346     - CFG_MPC5XXX_CLKIN
74347     - SDRAM timings
74348     - Flash CS configuration (timings)
74349     - Flash sector size, and thus MTD partition layout
74350     - malloc() arena size (due to bigger Flash sectors)
74351     - smaller memory test range (due to bigger malloc() arena)
74352
74353     This patch also enables more extensive memory testing via "mtest".
74354
74355     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
74356
74357 commit eff501904df2bf1724a750062628ba2c51dbb1f8
74358 Author: Bartlomiej Sieka <tur@semihalf.com>
74359 Date:   Tue Oct 23 11:36:07 2007 +0200
74360
74361     Motion-PRO: Add setting of SDelay reg. to SDRAM controller configuration.
74362
74363     Per AN3221 (MPC5200B SDRAM Initialization and Configuration), the SDelay
74364     register must be written a value of 0x00000004 as the first step of the
74365     SDRAM contorller configuration.
74366
74367     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
74368
74369 commit 7a9348728ebda63cdbaacffd83099aa71d9d4c54
74370 Author: Peter Pearse <peter.pearse@arm.com>
74371 Date:   Tue Oct 23 10:22:16 2007 +0100
74372
74373     Move PL01* serial drivers to drivers/serial and adjust Makefiles.
74374
74375 commit 20d500d531a6b971ce6cc1bf191cb0092cdc0afc
74376 Author: Stefan Roese <sr@denx.de>
74377 Date:   Tue Oct 23 10:17:42 2007 +0200
74378
74379     ppc4xx: lwmon5: Some further GPIO config changes
74380
74381     Signed-off-by: Stefan Roese <sr@denx.de>
74382
74383 commit de9a738faa7c2f47286119c3bfebc3dfbfe7d86d
74384 Author: Vlad Lungu <vlad@comsys.ro>
74385 Date:   Sun Oct 21 22:10:10 2007 +0900
74386
74387     [MIPS] Fix UNCACHED_SDRAM
74388
74389     PHYSADDR is for physical address, KSEG1ADDR is for uncached.
74390
74391     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
74392     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
74393
74394 commit 00101dd7a32d12f698150123e47e4b3420279f86
74395 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
74396 Date:   Sun Oct 21 21:30:42 2007 +0900
74397
74398     [MIPS] Add PIC-related switches to PLATFORM_{CPP,LD}FLAGS and cleanup
74399
74400     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
74401
74402 commit eb700636db017d310edaeb559b13d82588560674
74403 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
74404 Date:   Sun Oct 21 10:55:37 2007 +0900
74405
74406     [MIPS] u-boot.lds: Define _gp in a standard manner
74407
74408     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
74409
74410 commit 22069215eb7adf5a3888bf7c7784ea9d70a72cd0
74411 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
74412 Date:   Sun Oct 21 10:55:36 2007 +0900
74413
74414     [MIPS] Fix $gp usage
74415
74416     Now we load $gp with _GLOBAL_OFFSET_TABLE_, but this is incorrect use.
74417     As a general principle, we should use _gp for $gp.
74418
74419     Thanks to linker script's help we fortunately have _gp which equals to
74420     _GLOBAL_OFFSET_TABLE_. But once _gp gets out of alignment, we will not
74421     be able to access to GOT entires, global variables and procedure entry
74422     points. The right thing to do is to use _gp.
74423
74424     This patch also introduce a new symbol `.gpword _GLOBAL_OFFSET_TABLE_'
74425     which holds the offset from _gp. When updating GOT entries, we use this
74426     offset and _gp to calculate the final _GLOBAL_OFFSET_TABLE_.
74427
74428     This patch is originally submitted by Vlad Lungu <vlad@comsys.ro>, then
74429     I made some change to leave over num_got_entries.
74430
74431     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
74432     Cc: Vlad Lungu <vlad@comsys.ro>
74433
74434 commit cbf2323b5b8285ea01acba7bbb905a3162d9b021
74435 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
74436 Date:   Sun Oct 21 10:55:36 2007 +0900
74437
74438     [MIPS] u-boot.lds: Fix __got_start and __got_end
74439
74440     Ensure that __got_start points to top of the `.got', and __got_end points
74441     to bottom as well, so that we never fail to count num_got_entries.
74442
74443     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
74444
74445 commit e5f325fec5b48ae705c89522923ba5a2e37cd5c7
74446 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
74447 Date:   Sun Oct 21 10:55:36 2007 +0900
74448
74449     [MIPS] u-boot.lds: Remove duplicated .sdata section
74450
74451     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
74452
74453 commit 05bf4919c1ce49cdedadacd564d0786a8ed796a1
74454 Author: Wolfgang Denk <wd@denx.de>
74455 Date:   Sun Oct 21 01:01:17 2007 +0200
74456
74457     Minor coding style cleanup; update CHANGELOG
74458
74459     Signed-off-by: Wolfgang Denk <wd@denx.de>
74460
74461 commit ff285ca07eda1ea4a8909848cc1cc604ec8fec9c
74462 Author: Vlad Lungu <vlad@comsys.ro>
74463 Date:   Thu Oct 4 20:47:10 2007 +0300
74464
74465     Fix NE2000 driver:
74466
74467     Fixed typo in ne2000.h, thinko re n2k_inb() usage, don't try
74468     to do anything in eth_stop() if eth_init() was not called.
74469     Simplified RX path in order to avoid timeouts on really really
74470     fast NE2000 cards (read: qemu with internal tftp), NetLoop() is
74471     clever enough to cope with 1 packet per eth_rx().
74472
74473     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
74474
74475 commit df90968b48fb34fa9072fab150db2ac89678f537
74476 Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
74477 Date:   Mon Sep 24 13:32:13 2007 -0400
74478
74479     Setting MSR[DE] in do_reset
74480
74481     Hello,
74482        This patch ensures the soft reset of the board for the 85xx boards
74483        by setting the MSR[DE] in the do_reset function.
74484
74485     Signed-off-by: Sughosh Ganu <urwithsughosh@gmail.com>
74486
74487 commit 1e701e701304b3c3a3768ca83dd2ab7b9e88c77d
74488 Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
74489 Date:   Mon Sep 24 13:36:01 2007 -0400
74490
74491     MSR overwrite fix
74492
74493     Hello,
74494       This patch fixes the MSR overwrite in the start.S when moving out of
74495       the last 4K page.
74496
74497     Signed-off-by: Sughosh Ganu <urwithsughosh@gmail.com>
74498
74499 commit 5c7ea64bb74a850a2b2303f853a8270695ad8602
74500 Author: Dan Wilson <dwilson@fulcrummicro.com>
74501 Date:   Fri Oct 19 11:33:48 2007 -0500
74502
74503     tsec driver should clear RHALT on startup
74504
74505     This was causing problems for some people.
74506
74507     Signed-off-by: Alain Gravel <agravel@fulcrummicro.com>
74508     Signed-off-by: Dan Wilson <dwilson@fulcrummicro.com>
74509     Signed-off-by: Andy Fleming <afleming@freescale.com>
74510
74511 commit 7600d47b8f6a10019e537dc9a62aa1498df58d25
74512 Author: Kumar Gala <galak@kernel.crashing.org>
74513 Date:   Thu Oct 11 00:29:18 2007 -0500
74514
74515     Improve handling of PCI interrupt device tree fixup on MPC85xx CDS
74516
74517     On the MPC85xx CDS we have two issues:
74518
74519     1. The device tree fixup code did not check to see if the property we are
74520     trying to update is actually found.  Its possible that it would update
74521     random memory starting at 0.
74522
74523     2. Newer Linux kernel's have moved the location of the PCI nodes to be
74524     sibilings of the soc node and not children.  The explicit PATH to the PCI
74525     node would not be found for these device trees.  Add the ability to handle
74526     both paths.  In the future we shouldn't handle such fixups by explicit path.
74527
74528     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
74529
74530 commit a3063eec775719b7e91023bbec3f64b3118791df
74531 Author: Kumar Gala <galak@kernel.crashing.org>
74532 Date:   Thu Oct 11 00:18:48 2007 -0500
74533
74534     Set OF_STDOUT_PATH to match the default console on MPC8568 MDS
74535
74536     On the MPC8568 MDS we use ttyS0, UART0, etc. as the standard configured
74537     console.  Make it so we match that config what we tell Linux as the early
74538     STDOUT console.
74539
74540     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
74541
74542 commit e1ce3cb617bb06f91f82f98915391175addf3e82
74543 Author: Kumar Gala <galak@kernel.crashing.org>
74544 Date:   Tue Oct 2 11:12:27 2007 -0500
74545
74546     Remove magic numbers from cache related operations for mpc85xx
74547
74548     The mpc85xx start code uses some magic numbers that we actually
74549     have #defines for in <config.h> so use those instead.
74550
74551     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
74552
74553 commit 5441f61a3d8b7034f19fc1361183e936198e6dbb
74554 Author: Detlev Zundel <dzu@denx.de>
74555 Date:   Fri Oct 19 16:47:26 2007 +0200
74556
74557     Fix two typos.
74558
74559     Signed-off-by: Detlev Zundel <dzu@denx.de>
74560
74561 commit 281df457c1aa50d2752165d0c5c3282d4027b974
74562 Author: Tony Li <tony.li@freescale.com>
74563 Date:   Thu Oct 18 17:47:19 2007 +0800
74564
74565     mpc83xx: Add configure entry for MPC83xx ATM support
74566
74567     Add MPC8360EMDS_ATM_config and MPC832XEMDS_ATM_config into
74568     Makfile and MAKEALL
74569
74570     Signed-off-by: Tony Li <tony.li@freescale.com>
74571     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
74572
74573 commit d2646554f529a9577515eceb0ec5eceee18244ba
74574 Author: Tony Li <tony.li@freescale.com>
74575 Date:   Thu Oct 18 17:44:38 2007 +0800
74576
74577     mpc83xx: pq-mds-pib.c typo error
74578
74579     Correct to val8 from val.
74580
74581     Signed-off-by: Tony Li <tony.li@freescale.com>
74582     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
74583
74584 commit 3e11ae80fec1ee12194940955431186abf6009c2
74585 Author: Stefan Roese <sr@denx.de>
74586 Date:   Wed Oct 17 15:40:19 2007 +0200
74587
74588     ppc4xx: Add 667/133 (CPU/PLB) frequency setup to Sequoia bootstrap command
74589
74590     Signed-off-by: Stefan Roese <sr@denx.de>
74591
74592 commit 3c89d75409eb26639d36dfa11d4ee3d8b962dc3c
74593 Author: Jon Loeliger <jdl@freescale.com>
74594 Date:   Tue Oct 16 15:27:43 2007 -0500
74595
74596     Initial mpc8610hpcd Makefile files.
74597
74598     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
74599     Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com>
74600     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
74601     Signed-off-by: Jon Loeliger <jdl@freescale.com>
74602
74603 commit 9553df86d3a319c3a1a7cde7e4edd6eeb5aa64c7
74604 Author: Jon Loeliger <jdl@freescale.com>
74605 Date:   Tue Oct 16 15:26:51 2007 -0500
74606
74607     Initial mpc8610hpcd cpu/, README and include/ files.
74608
74609     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
74610     Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com>
74611     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
74612     Signed-off-by: Jon Loeliger <jdl@freescale.com>
74613
74614 commit 3dd2db53ceb0dff80f25c2a07f83f29b907b403e
74615 Author: Jon Loeliger <jdl@freescale.com>
74616 Date:   Tue Oct 16 13:54:01 2007 -0500
74617
74618     Initial mpc8610hpcd board files.
74619
74620     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
74621     Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com>
74622     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
74623     Signed-off-by: Jon Loeliger <jdl@freescale.com>
74624
74625 commit 7ee6ba1a056e4061ab4cfde30127e332e7957afd
74626 Author: runet@innovsys.com <runet@innovsys.com>
74627 Date:   Tue Oct 16 14:50:40 2007 -0500
74628
74629     Make MPC8266ADS board compile again.
74630
74631     Signed-off-by: Runet Torgersen <runet@innovsys.com>
74632
74633 commit 2491167c245d8ebe6f2dbd8c4287aaa0d14fe93a
74634 Author: Jon Loeliger <jdl@freescale.com>
74635 Date:   Mon Aug 27 12:41:03 2007 -0500
74636
74637     86xx: Allow for fewer DDR slots per memory controller.
74638
74639     As a direct correlation exists between DDR DIMM slots
74640     and SPD EEPROM addresses used to configure them, use
74641     the individually defined SPD_EEPROM_ADDRESS* values to
74642     determine if a DDR DIMM slot should have its SPD
74643     configuration read or not.
74644
74645     Effectively, this now allows for 1 or 2 DIMM slots
74646     per memory controller.
74647
74648     Signed-off-by: Jon Loeliger <jdl@freescale.com>
74649
74650 commit 4d4a945e189a2f384c66432316da2788a0ac1607
74651 Author: Rodolfo Giometti <giometti@enneenne.com>
74652 Date:   Mon Oct 15 11:59:17 2007 +0200
74653
74654     PXA USB OHCI: "usb stop" implementation.
74655
74656     Some USB keys need to be switched off before loading the kernel
74657     otherwise they can remain in an undefined status which prevents them
74658     to be correctly recognized by the kernel.
74659
74660     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
74661
74662 commit e2e93442e558cf1500e92861f99713b2f045ea22
74663 Author: Stefan Roese <sr@denx.de>
74664 Date:   Mon Oct 15 11:39:00 2007 +0200
74665
74666     ppc4xx: Fix bug in I2C bootstrap values for Sequoia/Rainier
74667
74668     The I2C bootstrap values that can be setup via the "bootstrap" command,
74669     were setup incorrect regarding the generation of the internal sync PCI
74670     clock. The values for PLB clock == 133MHz were slighly incorrect and the
74671     values for PLB clock == 166MHz were totally incorrect. This could
74672     lead to a hangup upon booting while PCI configuration scan.
74673
74674     This patch fixes this issue and configures valid PCI divisor values
74675     for the sync PCI clock, with respect to the provided external async
74676     PCI frequency.
74677
74678     Here the values of the formula in the chapter 14.2 "PCI clocking"
74679     from the 440EPx users manual:
74680
74681     AsyncPCICLK - 1MHz <= SyncPCIClk <= (2 * AsyncPCIClk) - 1MHz
74682
74683     33MHz async PCI frequency:
74684     PLB = 133:
74685     =>      32 <= 44.3 <= 65        (div = 3)
74686
74687     PLB = 166:
74688     =>      32 <= 55.3 <= 65        (div = 3)
74689
74690     66MHz async PCI frequency:
74691     PLB = 133:
74692     =>      65 <= 66.5 <= 132       (div = 2)
74693
74694     PLB = 166:
74695     =>      65 <= 83 <= 132         (div = 2)
74696
74697     Signed-off-by: Stefan Roese <sr@denx.de>
74698
74699 commit 5a5958b7de70ae99f0e7cbd5c97ec1346e051587
74700 Author: Stefan Roese <sr@denx.de>
74701 Date:   Mon Oct 15 11:29:33 2007 +0200
74702
74703     ppc4xx: Fix incorrect 33/66MHz PCI clock log-message on Sequoia & Yosemite
74704
74705     The BCSR status bit for the 66MHz PCI operation was correctly
74706     addressed (MSB/LSB problem). Now the correct currently setup
74707     PCI frequency is displayed upon bootup.
74708
74709     This patch also fixes this problem on Rainier & Yellowstone, since these
74710     boards use the same souce code as Sequoia & Yosemite do.
74711
74712     Signed-off-by: Stefan Roese <sr@denx.de>
74713
74714 commit da3aad55cbde80ab6e301aafa82a2c411aa53eff
74715 Author: Martin Krause <martin.krause@tqs.de>
74716 Date:   Wed Sep 26 17:55:56 2007 +0200
74717
74718     TQM860M: adjust for doubled flash sector size.
74719
74720     Adjust flash map to support the new S29GLxxN (N-Type) Flashes with
74721     doubled sector size.
74722
74723     Signed-off-by: Martin Krause <martin.krause@tqs.de>
74724
74725 commit 9d29250e2e62f4bf20c7a20b4173d84c48f11f5d
74726 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
74727 Date:   Wed Sep 26 17:55:54 2007 +0200
74728
74729     TQM8xx: Fix CAN timing.
74730
74731     Signed-off-by: Martin Krause <martin.krause@tqs.de>
74732
74733 commit d43e489baf02afae49077791fb22332d240d8656
74734 Author: Martin Krause <martin.krause@tqs.de>
74735 Date:   Thu Sep 27 14:54:36 2007 +0200
74736
74737     TQM866M: fix SDRAM refresh
74738
74739     At 133 MHz the current SDRAM refresh rate is too fast
74740     (measured 4 * 1.17 us).
74741     CFG_MAMR_PTA changes from 39 to 97. This result
74742     in a refresh rate of 4 * 7.8 us at the default clock
74743     50 MHz. At 133 MHz the value will be then 4 * 2.9 us.
74744     This is a compromise until a new method is found to
74745     adjust the refresh rate.
74746
74747     Signed-off-by: Martin Krause <martin.krause@tqs.de>
74748
74749 commit 9ef57bbee1c67cc01da2026c242c4692db32be36
74750 Author: Martin Krause <martin.krause@tqs.de>
74751 Date:   Wed Sep 26 17:55:55 2007 +0200
74752
74753     TQM866M: adjust for doubled flash sector size.
74754
74755     Adjust flash map to support the new S29GLxxN (N-Type) Flashes with
74756     doubled sector size.
74757
74758     Signed-off-by: Martin Krause <martin.krause@tqs.de>
74759
74760 commit f8bf90461d9bad2e6fed31fcebaf235f60dd6763
74761 Author: Michal Simek <monstr@monstr.eu>
74762 Date:   Sun Oct 14 16:12:29 2007 +0200
74763
74764     [FIX] XUPV2P change command handling
74765     and remove code violation
74766
74767 commit 636400198228d96983c06657b17f760f5989958e
74768 Author: Wolfgang Denk <wd@denx.de>
74769 Date:   Sun Oct 14 00:13:19 2007 +0200
74770
74771     Prepare for 1.3.0-rc3 release
74772
74773     Signed-off-by: Wolfgang Denk <wd@denx.de>
74774
74775 commit 68f14f77ca5fe5f9cc025c8cae101671f628309f
74776 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
74777 Date:   Sat Sep 29 13:41:37 2007 +0200
74778
74779     Fix warning differ in signedness in cpu/pxa/mmc.c
74780
74781     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
74782
74783 commit fc19e36f741e8bc727c0a330170b3b5db90399ef
74784 Author: Wolfgang Denk <wd@denx.de>
74785 Date:   Sat Oct 13 23:51:14 2007 +0200
74786
74787     Fix warning differ in signedness in board/mpl/vcma9/vcma9.c
74788
74789     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
74790     Signed-off-by: Wolfgang Denk <wd@denx.de>
74791
74792 commit de74b9eeacccaf0a42e5ecc9ae79a88f7a311296
74793 Author: Wolfgang Denk <wd@denx.de>
74794 Date:   Sat Oct 13 21:15:39 2007 +0200
74795
74796     Coding Style cleanup.
74797
74798     Signed-off-by: Wolfgang Denk <wd@denx.de>
74799
74800 commit e1893815b0999410d7a327589611c7b38e95299e
74801 Author: Wolfgang Denk <wd@denx.de>
74802 Date:   Fri Oct 12 15:49:39 2007 +0200
74803
74804     GP3 SSA: enable RTC
74805
74806     Signed-off-by: Wolfgang Denk <wd@denx.de>
74807
74808 commit 8002012041f1ff9f997a5727abe5015f70cd2e46
74809 Author: Grzegorz Bernacki <gjb@semihalf.com>
74810 Date:   Tue Oct 9 13:58:24 2007 +0200
74811
74812     [ads5121] EEPROM support added.
74813
74814     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
74815
74816 commit 7b624ad254b97e5a25dca2304a398b64aeedaffe
74817 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
74818 Date:   Sat Oct 6 18:55:35 2007 +0200
74819
74820     AVR32: Initialize bi_flash* in board_init_r
74821
74822     The ATSTK1000-specific flash driver intializes bi_flashstart,
74823     bi_flashsize and bi_flashoffset, but other flash drivers, like the CFI
74824     driver, don't.
74825
74826     Initialize these in board_init_r instead so that things will still be
74827     set up correctly when we switch to the CFI driver.
74828
74829     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
74830
74831 commit 2b2a587d6d3076387d22ac740f44044bf46e2cb8
74832 Author: Marian Balakowicz <m8@semihalf.com>
74833 Date:   Fri Oct 5 10:40:54 2007 +0200
74834
74835     tqm5200: Fix CONFIG_CMD_PCI typo in board config file.
74836
74837     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
74838
74839 commit 92869195ef8210758d2176230c0a36897afd50ed
74840 Author: Bartlomiej Sieka <tur@semihalf.com>
74841 Date:   Fri Oct 5 09:46:06 2007 +0200
74842
74843     CM5200: Fix missing null-termination in hostname manipulation code
74844
74845     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
74846
74847 commit 9add9884b1fddc34ca186e00a2f868ccd5d02d87
74848 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
74849 Date:   Tue Oct 2 19:09:01 2007 +0200
74850
74851     Fix memtest breakage
74852
74853     CFG_MEMTEST_START uses weird magic involving gd, which fails to
74854     compile. Use hardcoded values instead (we actually know how much RAM
74855     we have on board.)
74856
74857     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
74858
74859 commit 738815c0cc44aa329097f868dc1efc49ede9c5ba
74860 Author: Stefan Roese <sr@denx.de>
74861 Date:   Tue Oct 2 11:44:46 2007 +0200
74862
74863     ppc4xx: Coding style cleanup
74864
74865     Signed-off-by: Stefan Roese <sr@denx.de>
74866
74867 commit 87c1833a39e944db66385286fd5e28f9b3fcdd50
74868 Author: Stefan Roese <sr@denx.de>
74869 Date:   Tue Oct 2 11:44:19 2007 +0200
74870
74871     ppc4xx: lwmon5: Remove watchdog for now, since not fully tested yet
74872
74873     Signed-off-by: Stefan Roese <sr@denx.de>
74874
74875 commit 2db64784061bfc34f4ba70ef1d2fbe7133b55670
74876 Author: Grzegorz Bernacki <gjb@semihalf.com>
74877 Date:   Mon Oct 1 09:51:50 2007 +0200
74878
74879     Program EPLD to force full duplex mode for PHY.
74880
74881     EPLD forces modes of PHY operation. By default full duplex is turned off.
74882     This fix turns it on.
74883
74884     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
74885
74886 commit 785c13477b77dcd2e6c5128fffcdb4e1943f4818
74887 Author: Timo Ketola <timo.ketola@exertus.fi>
74888 Date:   Mon Sep 24 14:50:32 2007 +0300
74889
74890     Bugfix: Use only one PTD for one endpoint
74891
74892     Original isp116x-hcd code prepared multiple PTDs for longer than 16
74893     byte transfers for one endpoint. That is unnecessary because the
74894     ISP116x is able to split long data from one PTD into multiple
74895     transactions based on the buffer size of the endpoint. It also caused
74896     serious problems if the endpoint NAKed some of the transactions. In
74897     that case ISP116x wouldn't notice that the other PTDs were for the same
74898     endpoint and would try the other PTDs possibly out of order. That would
74899     break the whole transfer.
74900
74901     This patch makes isp116x_submit_job to use one PTD for one transfer.
74902
74903     Signed-off-by: Timo Ketola <timo.ketola@exertus.fi>
74904     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
74905
74906 commit 86ec86c04326c3913178a7679aa910de071da75d
74907 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
74908 Date:   Thu Sep 27 23:27:47 2007 +0200
74909
74910     Fix missing DECLARE_GLOBAL_DATA_PTR on CONFIG_LPC2292 in serial
74911
74912     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
74913
74914 commit 3e954beb614b5b190d7f4f4c3b641437a0132e35
74915 Author: Stefan Roese <sr@denx.de>
74916 Date:   Tue Sep 11 14:12:55 2007 +0200
74917
74918     ppc4xx: lwmon5: Change GPIO 58 to default to low (watchdog test)
74919
74920     Signed-off-by: Stefan Roese <sr@denx.de>
74921
74922 commit 1487adbdcf9594bb2eb686325a6f9540dad1b70a
74923 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
74924 Date:   Wed Sep 26 16:35:54 2007 -0500
74925
74926     85xx io out functions need sync after write.
74927
74928     This fixes the mc146818 rtc_read/write functions for 85xx.
74929
74930     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
74931
74932 commit 0d38effc6e359e6b1b0c78d66e8bc1a4dc15a2ae
74933 Author: Grant Likely <grant.likely@secretlab.ca>
74934 Date:   Tue Sep 25 15:48:05 2007 -0600
74935
74936     Fpga: fix incorrect test of CFG_FPGA_XILINX macro
74937
74938     CFG_FPGA_XILINX is a bit value used to test against the value in
74939     CONFIG_FPGA.  Testing for a value will always return TRUE.  I don't
74940     think that is the intention in this code.
74941
74942     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
74943
74944 commit 853643d8cf2ca80cb2e25c53ad5dc580abafe166
74945 Author: Michal Simek <monstr@monstr.eu>
74946 Date:   Mon Sep 24 00:41:30 2007 +0200
74947
74948     [FIX] change command handling and removing code violation
74949
74950 commit f240356507038e5ce55e8a24cb2607e9eae6d10c
74951 Author: Michal Simek <monstr@monstr.eu>
74952 Date:   Mon Sep 24 00:36:06 2007 +0200
74953
74954     [FIX] change sets of commands
74955     because changing of command handling brings
74956     compilation problems
74957
74958 commit cb1bc63b75a232571eb69aa2c8aa919321655845
74959 Author: Michal Simek <monstr@monstr.eu>
74960 Date:   Mon Sep 24 00:30:42 2007 +0200
74961
74962     [FIX] Email reparation & Copyright
74963     Both codes are written by myself without any
74964     support from CTU
74965
74966 commit 0731cbae6c2feab93b244d83fd6a43f5cc9bf852
74967 Author: Michal Simek <monstr@monstr.eu>
74968 Date:   Mon Sep 24 00:25:11 2007 +0200
74969
74970     [PATCH] Change macro name for UartLite
74971     because PowerPC 405 can use UartLite as console
74972
74973 commit 1c1100d2fcf46b9d11dcf78d6e5aea75e2e8b716
74974 Author: Michal Simek <monstr@monstr.eu>
74975 Date:   Mon Sep 24 00:21:19 2007 +0200
74976
74977     [PATCH] Add support for design without interrupt controller
74978     Polling timer
74979
74980 commit 0731933ec8ec45d02ba89b52df673d526873cdde
74981 Author: Michal Simek <monstr@monstr.eu>
74982 Date:   Mon Sep 24 00:19:48 2007 +0200
74983
74984     [FIX] resolve problem with cpu without barrel shifter
74985
74986 commit db14d77995ce515b728b178b63f82babe60e3d56
74987 Author: Michal Simek <monstr@monstr.eu>
74988 Date:   Mon Sep 24 00:18:46 2007 +0200
74989
74990     [FIX] repair email address
74991
74992 commit 481d4328618804add1f818a6c96296121cd0528e
74993 Author: Michal Simek <monstr@monstr.eu>
74994 Date:   Mon Sep 24 00:17:42 2007 +0200
74995
74996     [FIX] repair MFSL commands
74997
74998 commit b90c045f035c3cc9b5d2edaed6048dfb74e40763
74999 Author: Michal Simek <monstr@monstr.eu>
75000 Date:   Mon Sep 24 00:08:37 2007 +0200
75001
75002     synchronizition with mainline
75003
75004 commit eda3e1e6619ad0bee94ae4b16c99d88e77e2af13
75005 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
75006 Date:   Sun Sep 23 02:42:38 2007 +0900
75007
75008     sh: Add support command of ide with sh
75009
75010     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
75011
75012 commit d91ea45d15cf8e0987456bd211ffbb650824b6f1
75013 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
75014 Date:   Sun Sep 23 02:38:42 2007 +0900
75015
75016     sh: Update Makefile
75017
75018     Add support MS7722SE01 to Makefile.
75019
75020     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
75021
75022 commit 6c0bbdccd379f5c8702af9e0765294c2fb7472a6
75023 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
75024 Date:   Sun Sep 23 02:31:13 2007 +0900
75025
75026     sh: Add support Renesas sh7722 processor and Hitachi MS7722SE01 board
75027
75028     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
75029
75030 commit 047375bfa4c3052fa50a748da7ff89e9dad3b364
75031 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
75032 Date:   Sun Sep 23 02:19:24 2007 +0900
75033
75034     sh: Update MS7750SE01 platform
75035
75036     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
75037
75038 commit 516ad760db3553766267ada01b7d5d727faa4bbd
75039 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
75040 Date:   Sun Sep 23 02:17:08 2007 +0900
75041
75042     sh: Remove comment out code from include/asm-sh/cpu_sh4.h
75043
75044     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
75045
75046 commit b02bad128669e567fce87d8df823b06a0144b8db
75047 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
75048 Date:   Sun Sep 23 02:12:30 2007 +0900
75049
75050     sh: Update core code of SuperH.
75051
75052     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
75053
75054 commit 66dcad3a9a53e0766d90e0084123bd8529522fb0
75055 Author: Wolfgang Denk <wd@denx.de>
75056 Date:   Thu Sep 20 00:04:14 2007 +0200
75057
75058     v1.3.0-rc2
75059
75060     Signed-off-by: Wolfgang Denk <wd@denx.de>
75061
75062 commit 135e19bc2773ebca487e9a8371f67e1ba202313a
75063 Author: Wolfgang Denk <wd@denx.de>
75064 Date:   Tue Sep 18 21:36:35 2007 +0200
75065
75066     Avoid compiler warning.
75067
75068     Signed-off-by: Wolfgang Denk <wd@denx.de>
75069
75070 commit 8a783a65851bc7421ab69f442261215e21b8891a
75071 Author: Grant Likely <grant.likely@secretlab.ca>
75072 Date:   Tue Sep 18 12:24:57 2007 -0600
75073
75074     Bugfix: remove embedded null (\0) from CFG_BOOTFILE macro in TQM8540_config
75075
75076     /bin/bash and /bin/dash (which /bin/sh is linked to on ubuntu) handle embedded
75077     nulls in a string differently.  For example, the following statement:
75078         echo "this is a string\0" > afile
75079     Will produce the following with /bin/bash:
75080         "this is a string\0"
75081     But with /bin/dash, will produce:
75082         "this is a string
75083
75084     Bug fixed by moving the embedded null out of the makefile and into the
75085     config header.  Also renamed the macro to avoid usage colision with the same
75086     macro used by other board ports.
75087
75088     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
75089
75090 commit f8d3ca7b6fa322ac57e8e831f07dbeea039a9f35
75091 Author: Wolfgang Denk <wd@denx.de>
75092 Date:   Tue Sep 18 17:40:27 2007 +0200
75093
75094     MCC200: fix build warning
75095
75096     The MCC200 board config file includes version.h for some customer-
75097     specific setting, which causes warnings with "make depend"; build
75098     version.h before depend.
75099
75100     Signed-off-by: Wolfgang Denk <wd@denx.de>
75101
75102 commit bd86220f58b99d6896198c385fda132f0c980915
75103 Author: Peter Pearse <peter.pearse@arm.com>
75104 Date:   Tue Sep 18 13:07:54 2007 +0100
75105
75106     Move coloured led API to status_led.h
75107     Improve indentation in drivers/at45.c
75108
75109 commit e80e585b00fbbab7ad1bf71619741f2c5b029ab7
75110 Author: Eirik Aanonsen <eaa@wprmedical.com>
75111 Date:   Tue Sep 18 08:47:20 2007 +0200
75112
75113     Update atstk1002 bootargs.
75114
75115     Updates to atstk1002 U-Boot header file:
75116     - Changed bootargs:
75117         * Set the bootargs for at1002 to point to the SD-card partition instead
75118         * ... of the boot flash.
75119         * Removing the rootfstype since that argument are not needed.
75120
75121     Signed-off-by: Eirik Aanonsen <eaa@wprmedical.com>
75122     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
75123
75124 commit a4f3aab6dfbed6c29367c688bfb8a47eef62c225
75125 Author: Eirik Aanonsen <eaa@wprmedical.com>
75126 Date:   Wed Sep 12 13:32:37 2007 +0200
75127
75128     Add some comments to clocks in atstk1002.h
75129
75130     This patch applies some clarifying comments to how the different
75131     clocks are setup according to atstk1002.h Some of the previous
75132     comments where stating wrongful information.
75133
75134     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
75135
75136 commit 97213f32416ead885deafea86774e912ffd60ad0
75137 Author: David Saada <David.Saada@ecitele.com>
75138 Date:   Mon Sep 17 17:04:47 2007 +0200
75139
75140     Description: Add NEC's PCI OHCI module ID to the USB OHCI driver
75141
75142     Signed-off-by: David Saada <david.saada@ecitele.com>
75143
75144 commit 30363e98fa470fbecea5e8bc0f1443352754f303
75145 Author: Stefan Roese <sr@denx.de>
75146 Date:   Mon Sep 17 08:20:47 2007 +0200
75147
75148     Small whitespace cleanup of OneNAND patch
75149
75150     Signed-off-by: Stefan Roese <sr@denx.de>
75151
75152 commit d7e8ce101a4a45ed6ed45739fc2de5f87b13f7f1
75153 Author: Kyungmin Park <kmpark@infradead.org>
75154 Date:   Mon Sep 10 17:15:14 2007 +0900
75155
75156     OneNAND support (take #2)
75157
75158     [PATCH 3/3] OneNAND support (take #2)
75159
75160     OneNAND support at U-Boot
75161
75162     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
75163
75164 commit 17aa2800457df0c06b41516f46f126712c196219
75165 Author: Kyungmin Park <kmpark@infradead.org>
75166 Date:   Mon Sep 10 17:14:34 2007 +0900
75167
75168     OneNAND support (take #2)
75169
75170     [PATCH 2/3] OneNAND support (take #2)
75171
75172     OneNAND support at U-Boot
75173
75174     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
75175
75176 commit 916527f4809a7bcd811f1f1daf34af184e31dd8c
75177 Author: Kyungmin Park <kmpark@infradead.org>
75178 Date:   Mon Sep 10 17:13:49 2007 +0900
75179
75180     OneNAND support (take #2)
75181
75182     [PATCH 1/3] OneNAND support (take #2)
75183
75184     OneNAND support at U-Boot
75185
75186     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
75187
75188 commit b49c90df6e7cfcfb8b862b8bbf8448dff5eed9a5
75189 Author: Michal Simek <monstr@monstr.eu>
75190 Date:   Sun Sep 16 20:51:57 2007 +0200
75191
75192     [FIX] remove files form repository
75193
75194 commit 67c31036acaaaa992fc346cc89db0909a7e733c4
75195 Author: Wolfgang Denk <wd@denx.de>
75196 Date:   Sun Sep 16 17:10:04 2007 +0200
75197
75198     TQM8xx[LM]: Fix broken environment alignment.
75199
75200     With recent toolchains, the environment sectors were no longer aligned to
75201     sector boundaries. The reason was a combination of two bugs:
75202
75203     1) common/environment.c assumed that CONFIG_TQM8xxL would be defined
75204        for all TQM8xxL and TQM8xxM boards. But "include/common.h", where
75205        this gets defined, is not included here (and cannot be included
75206        without causing lots of problems).
75207
75208        Added a new #define CFG_USE_PPCENV for all boards which really
75209        want to put the environment is a ".ppcenv" section.
75210
75211     2) The linker scripts just include environment.o, silently assuming
75212        that the objects in that file are really in the order in which
75213        they are coded in the C file, i. e. "environment" first, then
75214        "redundand_environment", and "env_size" last. However, current
75215        toolchains (GCC-4.x) reorder the objects, causing the environment
75216        data not to start on a flash sector boundary:
75217
75218        Instead of:                                      we got:
75219
75220         40008000 T environment                  40008000 T env_size
75221         4000c000 T redundand_environment        40008004 T redundand_environment
75222         40010000 T env_size                     4000c004 T environment
75223
75224        Note: this patch fixes just the first part, and cures the alignment
75225        problem by making sure that "env_size" gets placed correctly. However,
75226        we still have a potential issue because primary and redundant
75227        environment sectors are actually swapped, i. e. we have now:
75228
75229         40008000 T redundand_environment
75230         4000c000 T environment
75231         40010000 T env_size
75232
75233        This shall be fixed in the next version.
75234
75235     Signed-off-by: Wolfgang Denk <wd@denx.de>
75236
75237 commit eb6da8050797c204c9d010548424186c7ce32fc1
75238 Author: Wolfgang Denk <wd@denx.de>
75239 Date:   Sun Sep 16 02:39:35 2007 +0200
75240
75241     TQM8xx/FPS8xx: adjust flash partitions for 2.6 ARCH=powerpc kernels
75242
75243     Signed-off-by: Wolfgang Denk <wd@denx.de>
75244
75245 commit cd2d1602c54cc6957bdef3872272a4b264893960
75246 Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
75247 Date:   Mon Sep 10 14:54:56 2007 -0400
75248
75249     Typo fix in tsec.c
75250
75251     Fixup for the break statement in wrong place.
75252
75253     [Patch by urwithsughosh@gmail.com]
75254     Acked-by: Andy Fleming <afleming@freescale.com>
75255     Signed-off-by:      Wolfgang Denk <wd@denx.de>
75256
75257 commit 5bd7fe9aeb76906371f40b8fd07613f10922e3e7
75258 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
75259 Date:   Tue Sep 11 17:04:00 2007 +0200
75260
75261     Fix do_div() usage in nand process output
75262
75263     Fix usage of do_div() in nand erase|read|write process output.
75264
75265     The last patch to nand_util.c introduced do_div() instead of libgcc's
75266     implementation. But do_div() returns the quotient in its first
75267     macro parameter and not as result.
75268
75269     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
75270
75271 commit c750d2e6692a000a82f29de7bf24e3dc21239161
75272 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
75273 Date:   Wed Sep 12 12:36:53 2007 +0200
75274
75275     NAND: Add CFG_NAND_QUIET option
75276
75277     This config option sets the default for the progress information
75278     output behavior that can also be configured through the 'quiet'
75279     environment variable.
75280
75281     The legacy NAND code does not print the current progress info
75282     on the console. So this option is for backward compatibility for
75283     units that are in the field and where setting the quiet variable
75284     is not an option. With CFG_NAND_QUIET set to '1' the console
75285     progress info is turned off. This can still be overwritten
75286     through the environment variable.
75287
75288     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
75289
75290 commit dcb88630290d2bcd803386dd4c2be73142994c4f
75291 Author: Liew Tsi Chung-r5aahp <Tsi-chung.Liew@freescale.com>
75292 Date:   Thu Sep 13 16:06:05 2007 -0700
75293
75294     ColdFire: fix build error becasue of bad type of mii_init()
75295
75296     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
75297
75298 commit 314d5b6ce52a4ed19dd295d1364e246c5e605017
75299 Author: Liew Tsi Chung-r5aahp <Tsi-chung.Liew@freescale.com>
75300 Date:   Thu Sep 13 16:04:05 2007 -0700
75301
75302     ColdFire: Fix build error caused by pixis.c
75303
75304     Moved the #include <asm/cache.h> inside the #ifdef CONFIG_FSL_PIXIS.
75305
75306     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
75307
75308 commit e21659e30660a1377c42af135a6114efe39801d9
75309 Author: Sam Sparks <SSparks@twacs.com>
75310 Date:   Fri Sep 14 11:14:42 2007 -0600
75311
75312     Update MPC8349ITX*_config to place config.tmp in right place.
75313
75314     MPC834ITX*_config does not store config.tmp at the correct locatation,
75315     causing MPC8349ITXGP to have the wrong TEXT_BASE.
75316
75317     Signed-off-by: Sam Sparks <SSparks@twacs.com>
75318     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
75319
75320 commit 1218abf1b5817a39a82399b4b928b00750575bda
75321 Author: Wolfgang Denk <wd@denx.de>
75322 Date:   Sat Sep 15 20:48:41 2007 +0200
75323
75324     Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as global
75325
75326     Signed-off-by: Wolfgang Denk <wd@denx.de>
75327
75328 commit 66b3f24d665be678a9dbb125b1e84185400f63b5
75329 Author: Dirk Behme <dirk.behme@googlemail.com>
75330 Date:   Sat Sep 15 11:55:42 2007 +0200
75331
75332     Make DECLARE_GLOBAL_DATA_PTR global for DaVinci
75333
75334     As discussed in [1], DECLARE_GLOBAL_DATA_PTR has to be global and not
75335     function local.
75336
75337     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
75338
75339     [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/31805
75340
75341 commit 991b089d1ce5ad945725e3657a8f106dfa02a38e
75342 Author: Michal Simek <monstr@monstr.eu>
75343 Date:   Sat Sep 15 00:03:35 2007 +0200
75344
75345     Synchronize with U-BOOT mainline
75346
75347 commit d7fee32b7e61fe11c64e371cde79faa4768e8350
75348 Author: Sam Sparks <SSparks@twacs.com>
75349 Date:   Fri Sep 14 11:14:42 2007 -0600
75350
75351     Update MPC8349ITX*_config to place config.tmp in right place.
75352
75353     MPC834ITX*_config does not store config.tmp at the correct locatation,
75354     causing MPC8349ITXGP to have the wrong TEXT_BASE.
75355
75356     Signed-off-by: Sam Sparks <SSparks@twacs.com>
75357     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
75358     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
75359
75360 commit 6e7b7b6ea1b6d04dbe96242eb6a0c1c664c98e8c
75361 Author: Bartlomiej Sieka <tur@semihalf.com>
75362 Date:   Thu Sep 13 18:21:48 2007 +0200
75363
75364     cm5200: Fix a typo introduced by afaac86fe2948ac84cd9a12bbed883b3c683e7d9
75365
75366     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
75367
75368 commit e1f601b572db5de9aa81a0b77c68a86994fe24c4
75369 Author: Bartlomiej Sieka <tur@semihalf.com>
75370 Date:   Thu Sep 13 16:33:59 2007 +0200
75371
75372     tqm5200: Restore customary env. variable boot commands for powerpc kernels
75373
75374     - update default definitions of kernel_addr and fdt_addr env. variables
75375     - make arch/powerpc booting the default scenario
75376     - update MTD partition layout to match the above
75377
75378     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
75379
75380 commit f34024d4a328e6edd906456da98d2c537155c4f7
75381 Author: Wolfgang Denk <wd@denx.de>
75382 Date:   Wed Sep 12 00:48:57 2007 +0200
75383
75384     Fix memory corruption problem on STX GP3 SSA Board.
75385
75386     Signed-off-by: Wolfgang Denk <wd@denx.de>
75387
75388 commit d94c79e47011af5e8dd10ed6163c09b4cfc743cc
75389 Author: Peter Pearse <peter.pearse@arm.com>
75390 Date:   Tue Sep 11 15:35:01 2007 +0100
75391
75392     Final tidy
75393
75394 commit 38ad82da0c1180ecdeb212a8f4245e945bcc546e
75395 Author: Grzegorz Bernacki <gjb@semihalf.com>
75396 Date:   Tue Sep 11 15:42:11 2007 +0200
75397
75398     [GP3SSA] Add define CONFIG_MPC85XX_PCI2 in config file to allow u-boot to
75399     scan on second pci bus.
75400
75401     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
75402
75403 commit 6c2f4f388e8181655ea8b69343ea00b68aa6e8d0
75404 Author: Grzegorz Bernacki <gjb@semihalf.com>
75405 Date:   Tue Sep 11 12:57:52 2007 +0200
75406
75407     [ppc4xx] Individual handling of sdram.c for bamboo_nand build
75408
75409     Bamboo has a file sdram.c which needs special treatment when building in
75410     separate directory. It has to be linked to build directory otherwise it is
75411     not seen.
75412
75413     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
75414
75415 commit d45963854eff39d575124d859419bb4953ce2c87
75416 Author: Michal Simek <monstr@monstr.eu>
75417 Date:   Tue Sep 11 00:37:04 2007 +0200
75418
75419     [FIX] Microblaze ML401 - repare FLASH handling
75420
75421 commit 38c1ef728d19950414a8ab1ccfc53767848fa346
75422 Author: Sean MCGOOGAN <sean.mcgoogan@st.com>
75423 Date:   Mon Sep 10 16:55:59 2007 +0100
75424
75425     Allocate CPU Architecture Code for STMicroelectronics' ST200.
75426
75427     Signed-off-by: Sean McGoogan <Sean.McGoogan@st.com>
75428     ---------------------------------------------------
75429
75430 commit 754bac48156f8958d8f6a53a51eda88ab5758929
75431 Author: Wolfgang Denk <wd@denx.de>
75432 Date:   Mon Sep 10 20:42:31 2007 +0200
75433
75434     Update version to match current state.
75435
75436     Signed-off-by: Wolfgang Denk <wd@denx.de>
75437
75438 commit 7a888d6b3c32a126dbb504ef146bb4c26574ca7b
75439 Author: Grzegorz Bernacki <gjb@semihalf.com>
75440 Date:   Mon Sep 10 17:39:08 2007 +0200
75441
75442     [MPC512x] Streamline frame handling in the FEC driver
75443
75444     - convert frame size settings to be derived from a single base
75445     - set frame size to the recommended default value
75446
75447     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
75448
75449 commit e251e00d0db4b36d1d2b7e38fec43a7296b529a2
75450 Author: Kyungmin Park <kmpark@infradead.org>
75451 Date:   Mon Sep 10 11:34:00 2007 +0900
75452
75453     Remove compiler warning: target CPU does not support interworking
75454
75455     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
75456
75457 commit 1d9e31e04911a6bb7cc66dd91132c699101c32e2
75458 Author: Wolfgang Denk <wd@denx.de>
75459 Date:   Sun Sep 9 21:21:33 2007 +0200
75460
75461     Fix compile error in spc1920 config.
75462
75463     Signed-off-by: Markus Klotzbücher <mk@denx.de>
75464     Signed-off-by: Wolfgang Denk <wd@denx.de>
75465
75466 commit a7d7eca791a37f452c9da10fef4b31dd7aa9a622
75467 Author: Grant Likely <grant.likely@secretlab.ca>
75468 Date:   Fri Sep 7 09:25:07 2007 -0600
75469
75470     Bugfix: make bootm+libfdt compile on boards with no flash
75471
75472     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
75473
75474 commit 6efc1fc0b63e55f94c5bc61d8dd23c918e3bc778
75475 Author: Grzegorz Bernacki <gjb@semihalf.com>
75476 Date:   Fri Sep 7 18:35:37 2007 +0200
75477
75478     [PPC440SPe] PCIe environment settings for Katmai and Yucca
75479
75480     - 'pciconfighost' is set by default in order to be able to scan bridges
75481     behind the primary host/PCIe
75482
75483     - 'pciscandelay' env variable is recognized to allow for user-controlled
75484     delay before the PCIe bus enumeration; some peripheral devices require a
75485     significant delay before they can be scanned (e.g. LSI8408E); without the
75486     delay they are not detected
75487
75488     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
75489
75490 commit 7f1913938984ef6c6a46cb53e003719196d9c5de
75491 Author: Grzegorz Bernacki <gjb@semihalf.com>
75492 Date:   Fri Sep 7 18:20:23 2007 +0200
75493
75494     [PPC440SPe] Improve PCIe configuration space access
75495
75496     - correct configuration space mapping
75497     - correct bus numbering
75498     - better access to config space
75499
75500     Prior to this patch, the 440SPe host/PCIe bridge was able to configure only the
75501     first device on the first bus. We now allow to configure up to 16 buses;
75502     also, scanning for devices behind the PCIe-PCIe bridge is supported, so
75503     peripheral devices farther in hierarchy can be identified.
75504
75505     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
75506
75507 commit 15ee4734e4e08003d73d9ead3ca80e2a0672e427
75508 Author: Grzegorz Bernacki <gjb@semihalf.com>
75509 Date:   Fri Sep 7 17:46:18 2007 +0200
75510
75511     [PPC440SPe] Convert machine check exceptions handling
75512
75513     Convert using fixup mechanism to suppressing MCK for the duration of config
75514     read/write transaction: while fixups work fine with the case of a precise
75515     exception, we identified a major drawback with this approach when there's
75516     an imprecise case. In this scenario there is the following race condition:
75517     the fixup is (by design) set to catch the instruction following the one
75518     actually causing the exception; if an interrupt (e.g. decrementer) happens
75519     between those two instructions, the ISR code is executed before the fixup
75520     handler the machine check is no longer protected by the fixup handler as it
75521     appears as within the ISR code. In consequence the fixup approach is being
75522     phased out and replaced with explicit suppressing of MCK during a PCIe
75523     config read/write cycle.
75524
75525     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
75526
75527 commit ff7640c9ead8806b5d827f2b29f9cb2632add729
75528 Author: Wolfgang Denk <wd@denx.de>
75529 Date:   Fri Sep 7 17:43:36 2007 +0200
75530
75531     Fix typo in MAKEALL script.
75532
75533     Signed-off-by: Wolfgang Denk <wd@denx.de>
75534
75535 commit 08e2e5fcd2e06670b62e1680a3934c0e55c72810
75536 Author: Grzegorz Bernacki <gjb@semihalf.com>
75537 Date:   Fri Sep 7 17:09:21 2007 +0200
75538
75539     [MPC512x] Proper handling of larger frames in the FEC driver
75540
75541     When frame larger than local RX buffer is received, it is split and handled
75542     by two buffer descriptors. Prior to this patch the FEC driver discarded
75543     contents of a buffer descriptor without the 'LAST' bit set, so the first
75544     part of the frame was lost in case of larger frames. This fix allows to
75545     safely combine the two pieces into the whole frame.
75546
75547     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
75548
75549 commit 8d17979d0359492a822a0a409d26e3a3549b4cd4
75550 Author: Rafal Jaworowski <raj@semihalf.com>
75551 Date:   Fri Sep 7 17:05:36 2007 +0200
75552
75553     [MPC512x] Correct fixup relocation
75554
75555     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
75556
75557 commit a89cbbd27a60e6740772000fd0688ffba1c2576a
75558 Author: Wolfgang Denk <wd@denx.de>
75559 Date:   Fri Sep 7 01:21:25 2007 +0200
75560
75561     Update CHANGELOG, minor coding style cleanup.
75562
75563 commit 5e5803e119de3bebd76fc9a57baac0b5aeccc8a3
75564 Author: stefano babic <sbabic@denx.de>
75565 Date:   Thu Aug 30 23:01:49 2007 +0200
75566
75567     PXA270: Added support for TrizepsIV board.
75568
75569     This patch add support for the Trizeps IV module (520Mhz).
75570
75571     Signed-off-by: Stefano Babic <sbabic@denx.de>
75572
75573 commit 80172c6181c912fbb34ea3ba0c22b232b419b47f
75574 Author: stefano babic <sbabic@denx.de>
75575 Date:   Thu Aug 30 22:57:04 2007 +0200
75576
75577     PXA270: Add support for multiple serial ports.
75578
75579     This patch adds support for multiple serial ports to the PXA target.
75580     FFUART, BTUART and STUART are supported.
75581
75582     Signed-off-by: Stefano Babic <sbabic@denx.de>
75583
75584 commit 28bb3f72c687ac6b2eb076b01dd21a5fd657d45e
75585 Author: stefano babic <sbabic@denx.de>
75586 Date:   Thu Aug 30 22:48:47 2007 +0200
75587
75588     PXA270: fix compile issue (invalid lvalue)
75589
75590     Code is broken for PXA270 due to "invalid lvalue in assignment".
75591
75592     This patch fix it in pxa-regs.h
75593
75594     Signed-off-by: Stefano Babic <sbabic@denx.de>
75595
75596 commit 1d2ca446e1a731df420206d04fe278c27ea6b8e8
75597 Author: Jason Jin <Jason.jin@freescale.com>
75598 Date:   Thu Aug 30 18:19:05 2007 +0800
75599
75600     Add BUILD_DIR support for bios emulator.
75601
75602     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
75603
75604 commit b4d8a55145442f136982634862341a3e02002bda
75605 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
75606 Date:   Fri Aug 31 14:41:51 2007 +0900
75607
75608     [MIPS] Remove inline asm string functions
75609
75610     Stop using inline string functions on MIPS as other ARCHs do so,
75611     since the optimized inline asm versions are not small.
75612
75613     This change is triggered by a following MIPS build error:
75614     common/libcommon.a(exports.o)(.text+0xdc): In function `jumptable_init':
75615     common/exports.c:32: undefined reference to `strcmp'
75616     make: *** [u-boot] Error 1
75617
75618     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
75619
75620 commit 8ea2c4e54833deaebc24c3ca6b7f21353c25b0f5
75621 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
75622 Date:   Fri Aug 31 14:41:45 2007 +0900
75623
75624     [MIPS] Update asm string header
75625
75626     This patches contains several bugfixes and cleanups in the latest upstream:
75627
75628      - Don't include linux/config.h
75629      - Remove buggy inline version of memscan.
75630      - Merge with Linux 2.6.11-rc3.
75631      - Fix undefined reference to strcpy in binfmt_misc caused by gcc 3.4.
75632      - Goodbye mips64.  31704 lines of code bite the dust.
75633      - Replace extern inline with static inline.
75634      - Fix return value of strncpy.
75635      - Remove a bunch more "$1" clobbers.
75636
75637     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
75638
75639 commit 5b729fb3bd98f49855d6bfc657c3fbae95f2adc2
75640 Author: Bartlomiej Sieka <tur@semihalf.com>
75641 Date:   Tue Sep 4 17:31:22 2007 +0200
75642
75643     Fix do_bootm_linux() so that multi-file images with FDT blob boot.
75644
75645     Fix incorrect blob address calculation in do_bootm_linux() that prevents
75646     booting the kernel from a multi-file image (kernel + initrd + blob).
75647
75648     Also, make minor updates to the U-Boot's output and to the coding style.
75649
75650     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
75651
75652 commit 041a2554ad619e80dce520c1a33210affcb6a3f2
75653 Author: Gary Jennejohn <gary.jennejohn@freenet.de>
75654 Date:   Fri Aug 31 14:29:04 2007 +0200
75655
75656     Add support for Sil680 IDE controller.
75657
75658     o add drivers/sil680.c to support the Sil680 IDE-controller.
75659     o drivers/Makefile: add sil680.o.
75660
75661     Signed-off-by: Gary Jennejohn <garyj@denx.de>
75662
75663 commit e79021223bc339df655e360645a52c457a74b067
75664 Author: Grant Likely <grant.likely@secretlab.ca>
75665 Date:   Thu Sep 6 09:47:40 2007 -0600
75666
75667     bootm/fdt: Only process the fdt if an fdt address was provided
75668
75669     Boards with CONFIG_OF_LIBFDT enabled are not able to boot old-style
75670     kernels using the board info structure (instead of passing a device tree)
75671     This change allows the old style booting to be used if the fdt argument
75672     was not passed to 'bootm'.
75673
75674     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
75675     Acked-by: Kim Phillips <kim.phillips@freescale.com>
75676
75677 commit cf2817a84c2e9bea2c5dfc084bce2f2d2563ac43
75678 Author: Grant Likely <grant.likely@secretlab.ca>
75679 Date:   Thu Sep 6 09:46:23 2007 -0600
75680
75681     Migrate 5xxx boards from CONFIG_OF_FLAT_TREE to CONFIG_OF_LIBFDT
75682
75683     Affects boards: icecube (lite5200), jupiter, motionpro, tqm5200
75684
75685     Tested on: lite5200b
75686
75687     Note: the fixup functions have not been moved to a common place.  This
75688     patch is targeted for immediate merging as in solves a build issue, but
75689     the final name/location of the fixups is still subject to debate.  I
75690     propose to merge this now, and move the fixups in the next merge window
75691     to be usable by all targets.
75692
75693     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
75694
75695 commit 41bb76e941929f54a73206fb132f7a4c275543a3
75696 Author: Grant Likely <grant.likely@secretlab.ca>
75697 Date:   Thu Sep 6 09:46:17 2007 -0600
75698
75699     libfdt: add convenience function fdt_find_and_setprop()
75700
75701     Given the path to a node, fdt_find_and_setprop() allows a property value
75702     to be set directly.
75703
75704     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
75705
75706 commit 80767a6cead9990d9e77e62be947843c2c72f469
75707 Author: Peter Pearse <peter.pearse@arm.com>
75708 Date:   Wed Sep 5 16:04:41 2007 +0100
75709
75710     Changed API name to coloured_led.h
75711     Removed code using deprecated ifdef CONFIG_BOOTBINFUNC
75712     Tidied other cpu/arm920t/start.S code
75713
75714 commit 56a9270521baaa00e12639a978302a67f61ef060
75715 Author: Kumar Gala <galak@kernel.crashing.org>
75716 Date:   Thu Aug 30 16:18:18 2007 -0500
75717
75718     Fix ULI RTC support on MPC8544 DS
75719
75720     The RTC on the M1575 ULI chipset requires a dummy read before
75721     we are able to talk to the RTC.  We accomplish this by adding a
75722     second memory region to the PHB the ULI is on and read from it.
75723
75724     The second region is added to maintain compatiabilty with Linux's
75725     view of the PCI memory map.
75726
75727     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
75728
75729 commit f75e89e9b5714db2b0e80074071dfbdd6f59488a
75730 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
75731 Date:   Thu Aug 30 01:58:48 2007 -0500
75732
75733     ft_board_setup update 85xx/86xx of pci/pcie bus-range property.
75734
75735     pcie is now differentiated from pci.  Add 8641 bus-range updates.
75736
75737     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
75738
75739 commit 9f5c3d3720e777a572dcdc8af2008b44c7243885
75740 Author: Peter Pearse <peter.pearse@arm.com>
75741 Date:   Tue Sep 4 16:18:38 2007 +0100
75742
75743     Add coloured led interface for ARM boards.
75744     Use it in cpu/arm920t/start.S to indicate U-Boot code has been entered.
75745
75746 commit 7462fe0d5a9d40cde083fb1a3cd73911996b5ecb
75747 Author: Peter Pearse <peter.pearse@arm.com>
75748 Date:   Tue Sep 4 14:49:28 2007 +0100
75749
75750     Move include/led.h to board/at91rm9200dk
75751
75752 commit 6e4bf9b24e57c15abc6542e685d06380bc64af27
75753 Author: Peter Pearse <peter.pearse@arm.com>
75754 Date:   Tue Sep 4 14:25:51 2007 +0100
75755
75756     Ran Lindent on drivers/at45.c
75757
75758 commit 557ab89d294f08dd532f21d19861b40093200a33
75759 Author: Peter Pearse <peter.pearse@arm.com>
75760 Date:   Tue Sep 4 14:23:50 2007 +0100
75761
75762     Rename CONFIG_CMD_MUX to CONFIG_CMD_AT91_SPIMUX
75763
75764 commit 81b73dec16fd1227369a191e725e10044a9d56b8
75765 Author: Gary Jennejohn <garyj@denx.de>
75766 Date:   Fri Aug 31 15:21:46 2007 +0200
75767
75768     ppc4xx: (Re-)Enable CONFIG_PCI_PNP on AMCC 440EPx Sequoia
75769
75770     The 440EPx has a problem when the PCI_CACHE_LINE_SIZE register is
75771     set to non-zero, because it doesn't support MRM (memory-read-
75772     multiple) correctly. We now added the possibility to configure
75773     this register in the board config file, so that the default value
75774     of 8 can be overridden.
75775
75776     Here the details of this patch:
75777
75778     o drivers_pci_auto.c: introduce CFG_PCI_CACHE_LINE_SIZE to allow
75779       board-specific settings. As an example the sequoia board requires 0.
75780       Idea from Stefan Roese <sr@denx.de>.
75781     o board/amcc/sequoia/init.S: add a TLB mapping at 0xE8000000 for the
75782       PCI IO-space. Obtained from Stefan Roese <sr@denx.de>.
75783     o include/configs/sequoia.h: turn CONFIG_PCI_PNP back on and set
75784       CFG_PCI_CACHE_LINE_SIZE to 0.
75785
75786     Signed-off-by: Gary Jennejohn <garyj@denx.de>
75787     Signed-off-by: Stefan Roese <sr@denx.de>
75788
75789 commit 60174746c668b309378a91488dded898e9553eae
75790 Author: Wolfgang Denk <wd@denx.de>
75791 Date:   Fri Aug 31 10:01:51 2007 +0200
75792
75793     Fix TFTP OACK code for short packets.
75794
75795     The old code had a loop limit overflow bug which caused a semi-
75796     infinite loop for small packets, because in "i<len-8", "i" was signed,
75797     but "len" was unsigned, and "len-8" became a huge number for small
75798     values of "len".
75799
75800     This is a workaround which replaces broken commit 8f1bc284.
75801
75802     Signed-off-by: Wolfgang Denk <wd@denx.de>
75803
75804 commit 696dd1307cd8e73a10e9bb3c51731bfd6f837bee
75805 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
75806 Date:   Thu Aug 30 15:03:05 2007 +0200
75807
75808     Reduce BOOTDELAY variable to 1 second by default for STK1002
75809
75810     Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
75811     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
75812
75813 commit c88b6e1cbf9a8ae2a34fb602f78a1bf4e6692b6a
75814 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
75815 Date:   Thu Aug 30 15:03:04 2007 +0200
75816
75817     Remove double quotation marks around MAC address for STK1002
75818
75819     Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
75820     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
75821
75822 commit ff13ac8c7bbebb238e339592de765c546dba1073
75823 Author: Wolfgang Denk <wd@denx.de>
75824 Date:   Thu Aug 30 14:42:15 2007 +0200
75825
75826     Backout commit 8f1bc284 as it causes TFTP to fail.
75827
75828     Signed-off-by: Wolfgang Denk <wd@denx.de>
75829
75830 commit 1900fbf255acba8b94fb442a16408ea85a1d46a6
75831 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
75832 Date:   Thu Aug 30 02:26:17 2007 -0500
75833
75834     Revert "Fix MPC8544DS PCIe3 scsi."
75835
75836     This reverts commit 9468e680.
75837     Commit 16e23c3f5da removing allocation of PCSRBAR is sufficient.
75838
75839     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
75840
75841 commit 8f1bc28408ded213418d9bc0780c7d8fb8a03774
75842 Author: Grant Likely <grant.likely@secretlab.ca>
75843 Date:   Wed Aug 29 18:26:24 2007 -0600
75844
75845     tftp: don't implicity trust the format of recevied packets
75846
75847     The TFTP OACK code trusts that the incoming packet is formated as
75848     ASCII text and can be processed by string functions. It also has a
75849     loop limit overflow bug where if the packet length is less than 8, it
75850     ends up looping over *all* of memory to find the 'blksize' string.
75851
75852     This patch solves the problem by forcing the packet to be null
75853     terminated and using strstr() to search for the sub string.
75854
75855     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
75856
75857 commit 04625764cc93ce8a61625ac19d7fe2a2ceee8143
75858 Author: Stefan Roese <sr@denx.de>
75859 Date:   Wed Aug 29 16:31:18 2007 +0200
75860
75861     ppc4xx: Change lwmon5 default environment to support Linux RTC
75862
75863     The Linux PCF8563 RTC driver doesn't do autoprobing, so we need
75864     to supply the RTC I2C address as bootline parameter. This patch
75865     adds support for this rtc probing parameter to the bootargs:
75866
75867     "rtc-pcf8563.probe=0,0x51"
75868
75869     Signed-off-by: Stefan Roese <sr@denx.de>
75870
75871 commit 2602a5c40ae37ab965a4e240854fdaffb51328a4
75872 Author: Kim Phillips <kim.phillips@freescale.com>
75873 Date:   Wed Aug 29 09:06:05 2007 -0500
75874
75875     sbc8641: remove unused OF_FLAT_TREE_MAX_SIZE
75876
75877     this had slipped through the cracks, since the sbc board was added
75878     after I wrote the original patch to remove all these symbols, and
75879     before it was merged.
75880
75881     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
75882
75883 commit c5bded3c88e48ae648a75d357dc81a8255fa81f1
75884 Author: Wolfgang Denk <wd@denx.de>
75885 Date:   Wed Aug 29 14:05:30 2007 +0200
75886
75887     Add mii_init() prototype
75888
75889     to get rid of a *lot* of compiler warnings.
75890
75891     Signed-off-by: Wolfgang Denk <wd@denx.de>
75892
75893 commit 2d1f23aa1e74e4a8f8ffa67f246eb98c522dfd7f
75894 Author: Wolfgang Denk <wd@denx.de>
75895 Date:   Wed Aug 29 13:35:03 2007 +0200
75896
75897     Disable network support on cmi_mpc5xx board
75898
75899     ..because it caused compiler errors and there seems to be no
75900     board maintainer to take care of this.
75901
75902     Signed-off-by: Wolfgang Denk <wd@denx.de>
75903
75904 commit 9468e6804b7e25b0f6f52e53f47bce3175400a16
75905 Author: Kumar Gala <galak@kernel.crashing.org>
75906 Date:   Mon Aug 20 09:44:00 2007 -0500
75907
75908     Fix MPC8544DS PCIe3 scsi.
75909
75910     <ed.swarthout@freescale.com>
75911
75912     The problem is pciauto_setup_device() getting called from fsl_pci_init.c
75913     is allocating memory space it doesn't need.
75914
75915     Signed-off-by: Ed Swarthout <ed.swarthout@freescale.com>
75916     Signed-off-by: Andy Fleming <afleming@freescale.com>
75917
75918 commit 4bf4abb8a4e9955556b120a1aafa30c03e74032a
75919 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
75920 Date:   Tue Aug 21 09:38:59 2007 -0500
75921
75922     8548cds fixes
75923
75924     Restore CONFIG_EXTRA_ENV_SETTINGS definition which contains the
75925     correct consoledev needed for linux boot.
75926     Standardize on fdt{file,addr} var to hold dtb file name.
75927
75928     Set PCI inbound memory region from CFG_MEMORY_{BUS,PHYS}.
75929
75930     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
75931
75932 commit 7a1ac419fa0d2d23ddd08bd61d16896a9f33c933
75933 Author: Haiying Wang <Haiying.Wang@freescale.com>
75934 Date:   Thu Aug 23 15:20:54 2007 -0400
75935
75936     Enable L2 cache for MPC8568MDS board
75937
75938     The L2 cache size is 512KB for 8568, print out the correct informaiton.
75939
75940     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
75941
75942 commit 94c47fdaf14cb29fa3fb4d4da2efdd96c803b46b
75943 Author: Jason Jin <Jason.jin@freescale.com>
75944 Date:   Wed Aug 22 17:54:49 2007 +0800
75945
75946     Remove the bios emulator binary files from MAI board
75947
75948     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
75949
75950 commit 7608d75f9c87c9eb5b3a43219d0506d3e979a13f
75951 Author: Kim Phillips <kim.phillips@freescale.com>
75952 Date:   Tue Aug 21 17:00:17 2007 -0500
75953
75954     support board vendor-common makefiles
75955
75956     if a board/$(VENDOR)/common/Makefile exists, build it.
75957
75958     also add the first such case, board/freescale/common/Makefile, to
75959     handle building board-shared EEPROM, PIXIS, and MDS-PIB code, as
75960     dictated by board configuration.
75961
75962     thusly get rid of alternate build dir errors such as:
75963
75964     FATAL: can't create /work/wd/tmp/u-boot-ppc/board/freescale/mpc8360emds/../common/pq-mds-pib.o: No such file or directory
75965
75966     by putting the common/ mkdir command in its proper place (the common
75967     Makefile). Common bits from existing individual board Makefiles have
75968     been removed.
75969
75970     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
75971
75972 commit ef8f20752712dc1cdbd86f47e3bd6e35f81c83fd
75973 Author: stefano babic <sbabic@denx.de>
75974 Date:   Tue Aug 21 15:52:33 2007 +0200
75975
75976     Fix: TFTP is not working on little endian systems
75977
75978     TFTP does not work anymore after multicast tftp
75979     patch was applied on little endian systems.
75980     This patch fix it.
75981
75982     Signed-off-by: Stefano Babic <sbabic@denx.de>
75983
75984 commit 5f470948570526e9186f053a3003da7719604e90
75985 Author: stefano babic <sbabic@denx.de>
75986 Date:   Tue Aug 21 15:50:33 2007 +0200
75987
75988     Fix MAC address setting in DM9000 driver.
75989
75990     The logic to check if there is a correct MAC address in the DM9000
75991     EEPROM, added in the last patch, is wrong. Now the MAC address is
75992     always taken from the environment, even if a suitable MAC is present
75993     in the EEPROM.
75994
75995     Signed-off-by: Stefano Babic <sbabic@denx.de>
75996
75997 commit 4a8527ef086ec7c89f40674ef024ae6f988a614a
75998 Author: Martin Krause <martin.krause@tqs.de>
75999 Date:   Tue Aug 21 12:40:34 2007 +0200
76000
76001     MPC5xxx: fix some compiler warnings in USB code
76002
76003     Fix the following warnings:
76004     - usb.c:xx: warning: function declaration isn't a prototype
76005     - usb_ohci.c:xxx: warning: passing argument 1 of '__fswab32' makes integer
76006       from pointer wihtout a cast
76007
76008     Signed-off-by: Martin Krause <martin.krase@tqs.de>
76009
76010 commit 16e23c3f5dab6937f5109365416808c7f15c122b
76011 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
76012 Date:   Mon Aug 20 23:55:33 2007 -0500
76013
76014     fsl_pci_init - Remove self PCSRBAR allocation
76015
76016     CPU physical address space was being wasted by allocating a
76017     PCSRBAR PCI inbound region to it's memory space.
76018
76019     As a rule, PCSRBAR should be left alone since it does not affect
76020     transactions from self and other masters may have changed it.
76021
76022     Signed-off-by: Ed Swarthout <ed.swarthout@freescale.com>
76023
76024 commit 0e700ce03a23bb1921149bc77008ace7103d5289
76025 Author: Martin Krause <martin.krause@tqs.de>
76026 Date:   Mon Aug 20 13:56:47 2007 +0200
76027
76028     Fix compiler warning in include/s3c2410.h
76029
76030     This patch fixes the "type qualifiers ignored on fuction return tpye"
76031     warning for include/s3c2410.h
76032
76033     Signed-off-by: Martin Krause <martin.krause@tqs.de>
76034
76035 commit 9bb8b209ed2058a5756ecbeb544c067e44a42aea
76036 Author: Dirk Behme <dirk.behme@googlemail.com>
76037 Date:   Mon Aug 20 07:09:05 2007 +0200
76038
76039     Fix compilation error for omap2420h4_config.
76040
76041     omap2420h4 switched to cfi, so remove old (already disabled) flash.c
76042     and flash_probe() calls in env_flash.c.
76043
76044     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
76045
76046 commit 3bb342fc85d79dbb6b8c2039e7cdcddc82b8d90f
76047 Author: Kim Phillips <kim.phillips@freescale.com>
76048 Date:   Fri Aug 10 14:34:14 2007 -0500
76049
76050     fdt: remove unused OF_FLAT_TREE_MAX_SIZE references
76051
76052     and make some minor corrections to the FDT part of the README.
76053
76054     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
76055
76056 commit 6af2eeb1e99c2dcc584d4c5ab7fcae30a325f4de
76057 Author: Wolfgang Denk <wd@denx.de>
76058 Date:   Wed Aug 29 01:32:05 2007 +0200
76059
76060     Minor coding style cleanup.
76061
76062     Signed-off-by: Wolfgang Denk <wd@denx.de>
76063
76064 commit a861558c65f65f1cf1302f3a35e9db7686b9e1a3
76065 Author: Heiko Schocher <hs@pollux.denx.de>
76066 Date:   Tue Aug 28 17:40:33 2007 +0200
76067
76068     [UC101] Fix: if no CF in the board, U-Boot resets sometimes.
76069
76070     Signed-off-by: Heiko Schocher <hs@denx.de>
76071
76072 commit f98984cb194bb34dbe1db9429d3b51133af30d07
76073 Author: Heiko Schocher <hs@pollux.denx.de>
76074 Date:   Tue Aug 28 17:39:14 2007 +0200
76075
76076     IDE:        - make ide_inb () and ide_outb () "weak", so boards can
76077               define there own I/O functions.
76078               (Needed for the pcs440ep board).
76079             - The default I/O Functions are again 8 Bit accesses.
76080             - Added CONFIG_CMD_IDE for the pcs440ep Board.
76081
76082     Signed-off-by: Heiko Schocher <hs@denx.de>
76083
76084 commit 2c05fd125744981e5f2828d24e66ccc20a77d25d
76085 Author: Semih Hazar <semih.hazar@indefia.com>
76086 Date:   Mon Aug 20 19:00:01 2007 +0300
76087
76088     AVR32: Change prototype of memset
76089
76090     Signed-off-by: Semih Hazar <semih.hazar@indefia.com>
76091     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
76092
76093 commit 9c02defc29b57945b600714cf61ddfd02b02fb14
76094 Author: Yuri Tikhonov <yur@emcraft.com>
76095 Date:   Sat Aug 25 05:07:16 2007 +0200
76096
76097     POST: limit memory test area to not touch global data anymore
76098
76099     As experienced on lwmon5, on some boards the POST memory test can
76100     corrupt the global data buffer (bd). This patch fixes this issue
76101     by checking and limiting this area.
76102
76103     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
76104     Signed-off-by: Stefan Roese <sr@denx.de>
76105
76106 commit 75e1a84d483e36be10e206e539b028c4889e1158
76107 Author: Stefan Roese <sr@denx.de>
76108 Date:   Fri Aug 24 15:41:42 2007 +0200
76109
76110     ppc4xx: Add RTC POST test to lwmon5 board configuration
76111
76112     Since this RTC POST test is taking quite a while to complete
76113     it's only initiated upon special keypress same as the complete
76114     memory POST.
76115
76116     Signed-off-by: Stefan Roese <sr@denx.de>
76117
76118 commit d7bfa620037a6d2210159387571bdf93aa32c162
76119 Author: Stefan Roese <sr@denx.de>
76120 Date:   Fri Aug 24 15:19:10 2007 +0200
76121
76122     ppc4xx: Change GPIO signal for watchdog triggering on lwmon5
76123
76124     Signed-off-by: Stefan Roese <sr@denx.de>
76125
76126 commit c25dd8fc25e9ca3695db996a257d9ba4dab414db
76127 Author: Stefan Roese <sr@denx.de>
76128 Date:   Thu Aug 23 11:02:37 2007 +0200
76129
76130     ppc4xx: Add support for 2nd I2C EEPROM on lwmon5 board
76131
76132     This patch adds support for the 2nd EEPROM (AT24C128) on the lwmon5
76133     board. Now the "eeprom" command can be used to read/write from/to this
76134     device. Additionally a new command was added "eepromwp" to en-/disable
76135     the write-protect of this 2nd EEPROM.
76136
76137     The 1st EEPROM is not affected by this write-protect command.
76138
76139     Signed-off-by: Stefan Roese <sr@denx.de>
76140
76141 commit c64fb30e4c5976007d56fc1789c7a0666082b536
76142 Author: Stefan Roese <sr@denx.de>
76143 Date:   Wed Aug 22 08:56:09 2007 +0200
76144
76145     ppc4xx: Remove unused option CFG_INIT_RAM_OCM
76146
76147     Signed-off-by: Stefan Roese <sr@denx.de>
76148
76149 commit 3ad63878737a5a2b1e60825bf0a7d601d7a695e7
76150 Author: Stefan Roese <sr@denx.de>
76151 Date:   Tue Aug 21 16:27:57 2007 +0200
76152
76153     ppc4xx: Add matrix kbd support to lwmon5 board (440EPx based)
76154
76155     This patch adds support for the matrix keyboard on the lwmon5 board.
76156     Since the implementation in the dsPCI is kind of compatible with the
76157     "old" lwmon board, most of the code is copied from the lwmon
76158     board directory.
76159
76160     Signed-off-by: Stefan Roese <sr@denx.de>
76161
76162 commit 3e66c078003607a7d1d214c15a5f262bc1b4032f
76163 Author: Wolfgang Denk <wd@denx.de>
76164 Date:   Sun Aug 19 10:27:34 2007 +0200
76165
76166     Fix some build errors.
76167
76168     Signed-off-by: Wolfgang Denk <wd@denx.de>
76169
76170 commit 05675735ef77dc23b5e0eb782bad1ff477b55e86
76171 Author: Wolfgang Denk <wd@denx.de>
76172 Date:   Sat Aug 18 22:00:38 2007 +0200
76173
76174     Update CHANGELOG.
76175
76176 commit 79f240f7ecc0506b43ac50d1ea405ff6540d4d57
76177 Author: Kim Phillips <kim.phillips@freescale.com>
76178 Date:   Thu Aug 16 22:52:39 2007 -0500
76179
76180     lib_ppc: make board_add_ram_info weak
76181
76182     platforms wishing to display RAM diagnostics in addition to size,
76183     can do so, on one line, in their own board_add_ram_info()
76184     implementation.
76185
76186     this consequently eliminates CONFIG_ADD_RAM_INFO.
76187
76188     Thanks to Stefan for the hint.
76189
76190     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
76191
76192 commit 815b5bd5b18569917c3e04b9757511e6ed23b9f6
76193 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
76194 Date:   Fri Aug 17 12:43:44 2007 +0900
76195
76196     PCI_READ_VIA_DWORD_OP: Fix *val uninitialized bug
76197
76198     This patch has been sent on:
76199     - 6 Jun 2007
76200
76201     Many users of PCI config read routines tend to ignore the function
76202     ret value, and are only concerned about the contents of *val. Based
76203     on this, pci_hose_read_config_{byte,word}_via_dword should initialize
76204     the *val on dword read error.
76205
76206     Without this fix, for example, we'll go on scanning bus with vendor or
76207     header_type uninitialized. This brings many unnecessary config trials.
76208
76209     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
76210
76211 commit 26667b7fa05a8bf2fc65fb9f3230b02b1a10c367
76212 Author: Stefan Roese <sr@denx.de>
76213 Date:   Sat Aug 18 14:37:52 2007 +0200
76214
76215     ColdFire: Fix some remaining problems with CFG_CMD_
76216
76217     Signed-off-by: Stefan Roese <sr@denx.de>
76218
76219 commit 8280f6a1c43247616b68224675188e5ccd124650
76220 Author: Stefan Roese <sr@denx.de>
76221 Date:   Sat Aug 18 14:33:02 2007 +0200
76222
76223     Coding style cleanup
76224
76225     Signed-off-by: Stefan Roese <sr@denx.de>
76226
76227 commit 4a442d3186b31893b4f77c6e82f63c4517a5224b
76228 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76229 Date:   Thu Aug 16 19:23:50 2007 -0500
76230
76231     ColdFire: Add M5235EVB Platform for MCF523x
76232
76233     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76234
76235 commit 4cc1cd5941827a04cf5c51a07fcc42e8945894aa
76236 Author: Kim Phillips <kim.phillips@freescale.com>
76237 Date:   Fri Aug 17 09:30:00 2007 -0500
76238
76239     mpc83xx: fix typo in DDR2 programming
76240
76241     introduced in the implement board_add_ram_info patch as I was cleaning out the
76242     magic numbers.  sorry.
76243
76244     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
76245
76246 commit e58fe95784d2514fc9c21028dc59f2b319a35d80
76247 Author: Kim Phillips <kim.phillips@freescale.com>
76248 Date:   Thu Aug 16 22:53:09 2007 -0500
76249
76250     mpc83xx: move freescale boards to boards/freescale
76251
76252     includes build fixes.
76253
76254     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
76255
76256 commit 5aa4ad8d8e7e9468219990c7875d5fdc9e962f47
76257 Author: Kim Phillips <kim.phillips@freescale.com>
76258 Date:   Thu Aug 16 22:52:59 2007 -0500
76259
76260     mpc83xx: suppress unused variable 'val8' warning
76261
76262     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
76263
76264 commit bbea46f76f767b919070b4829bf34c86bd223248
76265 Author: Kim Phillips <kim.phillips@freescale.com>
76266 Date:   Thu Aug 16 22:52:48 2007 -0500
76267
76268     mpc83xx: implement board_add_ram_info
76269
76270     add board_add_ram_info, to make memory diagnostic output more
76271     consistent. u-boot banner output now looks like:
76272
76273     DRAM:  256 MB (DDR1, 64-bit, ECC on)
76274
76275     and for boards with SDRAM on the local bus, a line such as this is
76276     added:
76277
76278     SDRAM: 64 MB (local bus)
76279
76280     also replaced some magic numbers with their equivalent define names.
76281
76282     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
76283
76284 commit 14778585d1389d86d5846efec29e5fce892680ce
76285 Author: Tony Li <tony.li@freescale.com>
76286 Date:   Fri Aug 17 10:35:59 2007 +0800
76287
76288     mpc83xx: Split PIB init code from pci.c and add Qoc3 ATM card support
76289
76290     The patch split the PIB init code from pci.c to a single file board/freescale/common/pq-mds-pib.c
76291     And add Qoc3 ATM card support for MPC8360EMDS and MPC832XEMDS board.
76292
76293     Signed-off-by Tony Li <tony.li@freescale.com>
76294
76295 commit 8ae158cd87a4a25722b27835261b6ff0fa2aa6a7
76296 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76297 Date:   Thu Aug 16 15:05:11 2007 -0500
76298
76299     ColdFire: Add M54455EVB for MCF5445x
76300
76301     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76302
76303 commit a1436a842654a8d3927d082a8ae9ee0a10da62d7
76304 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76305 Date:   Thu Aug 16 13:20:50 2007 -0500
76306
76307     ColdFire: Add M5253EVBE platform for MCF52x2
76308
76309     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76310
76311 commit a605aacd8324094199402816cc6d9124aba57b8d
76312 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76313 Date:   Thu Aug 16 05:04:31 2007 -0500
76314
76315     ColdFire: Add M5249EVB platform for MCF52x2
76316
76317     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76318
76319 commit f28e1bd9daa6de5eb33ae4822bda6b008ccb4e9e
76320 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76321 Date:   Wed Aug 15 20:32:06 2007 -0500
76322
76323     ColdFire: Update Freescale MCF52x2 platforms
76324
76325     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76326
76327 commit 870470dbf6f4bb9864e0d97aeedbc17c167c6d1c
76328 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76329 Date:   Wed Aug 15 19:55:10 2007 -0500
76330
76331     ColdFire: Update EB+MCF-EV123 platform
76332
76333     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76334
76335 commit aa93d859d9b1fcd8eea52d51b06e86c38f72111b
76336 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76337 Date:   Wed Aug 15 19:46:38 2007 -0500
76338
76339     ColdFire: update TASREG platform for MCF52x2
76340
76341     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76342
76343 commit a9505510bf56a9b5558248dd8b73ec9d9a1556a2
76344 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76345 Date:   Wed Aug 15 19:45:51 2007 -0500
76346
76347     ColdFire: update r5200 platform for MCF52x2
76348
76349     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76350
76351 commit 6cfd3c7bc813fb317ab7c0781f0d1874b1c0877c
76352 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76353 Date:   Wed Aug 15 19:43:20 2007 -0500
76354
76355     ColdFire: idmr platform MCF52x2 update
76356
76357     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76358
76359 commit 6706424d0bb851fb52af00cd1c3301e91ee7f2b0
76360 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76361 Date:   Wed Aug 15 19:41:06 2007 -0500
76362
76363     ColdFire: cobra5272 platform for MCF52x2 update
76364
76365     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76366
76367 commit 56115665b4a64c10c01440c57749b265e0908fa4
76368 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76369 Date:   Wed Aug 15 19:38:15 2007 -0500
76370
76371     ColdFire: MCF52x2 Header files update
76372
76373     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76374
76375 commit 83ec20bc4380eebddfde45da6e3a69a92d4db21d
76376 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76377 Date:   Wed Aug 15 19:21:21 2007 -0500
76378
76379     ColdFire: MCF52x2 update
76380
76381     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76382
76383 commit f52e78304dcc0ac459c0ea1fa5be275c7d1642cf
76384 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76385 Date:   Wed Aug 15 18:46:11 2007 -0500
76386
76387     ColdFire: MCF5329 update cache
76388
76389     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76390
76391 commit 7171977fb8fd77cfb6676953fa9a05789c450513
76392 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76393 Date:   Wed Aug 15 15:40:20 2007 -0500
76394
76395     ColdFire: MCF5329 header file clean up
76396
76397     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76398
76399 commit ab77bc547ba561c25ea34457ed17aa0b2f7c2723
76400 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76401 Date:   Wed Aug 15 15:39:17 2007 -0500
76402
76403     ColdFire: MCF5329 Update and cleanup
76404
76405     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
76406
76407 commit 10327dc5541f947c0cf7e31fef86c4706169607a
76408 Author: Andy Fleming <afleming@freescale.com>
76409 Date:   Thu Aug 16 16:35:02 2007 -0500
76410
76411     Add CONFIG_HAS_ETH0 to all boards with TSEC
76412
76413     The 85xx code now relies on CONFIG_HAS_ETH0 to determine whether
76414     to update TSEC1's device-tree node, so we need to add it
76415     to all the boards with TSECs.  Do this for 83xx and 86xx, too,
76416     since they will eventually do something similar.
76417
76418     Signed-off-by: Andy Fleming <afleming@freescale.com>
76419
76420 commit d64ee908a1b525e5bb2b4cbeb5c449ad6a469666
76421 Author: Kumar Gala <galak@kernel.crashing.org>
76422 Date:   Thu Aug 16 15:05:04 2007 -0500
76423
76424     Update MPC8544 DS PCI memory map
76425
76426     The PCIe bus that the ULI M1575 is connected to has no possible way of
76427     needing more than the fixed amount of IO & Memory space needed by the ULI.
76428
76429     So make it use far less IO & memory space and have it use the shared LAW.  This
76430     free's up a LAW for PCIe1 IO space.  Also reduce the amount of IO space needed
76431     by each bus.
76432
76433     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
76434
76435 commit ea5877e31ed63ade948fd1293895ec23fe01472e
76436 Author: Kumar Gala <galak@kernel.crashing.org>
76437 Date:   Thu Aug 16 11:01:21 2007 -0500
76438
76439     Fix up some fdt issues on 8544DS
76440
76441     It looks like we had a merge issue that duplicated a bit of code
76442     in ft_board_setup.  Also, we need to set CONFIG_HAS_ETH0 to get
76443     the MAC address properly set in the device tree on boot for TSEC1
76444
76445     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
76446
76447 commit 07bc20560cb9d3d186cca268c05c82762e8c55ad
76448 Author: Niklaus Giger <niklaus.giger@netstal.com>
76449 Date:   Thu Aug 16 15:16:03 2007 +0200
76450
76451     PPC4xx:HCU4/5 cleanup
76452
76453     Minor cleanups to confirm to the u-boot coding style.
76454     Some german expressions -> english.
76455     HCU5 enforces a unique IP adress for a given slot in the rack.
76456
76457     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
76458
76459 commit 1e6b07c64967c1eb2cd84faa4c32bf2a769bc8eb
76460 Author: Niklaus Giger <niklaus.giger@netstal.com>
76461 Date:   Thu Aug 16 15:16:02 2007 +0200
76462
76463     PPC4xx:HCU4/5 cleanup ecc/sdram init
76464
76465     Make ecc initialisation robust, as DDR2-ECC errors may be generated
76466     while zeroing the RAM.
76467
76468     Return 16 bytes (a cacheline) less than the available memory, as the
76469     board and/or PPC440EPx might have problems accessing the last bytes.
76470
76471     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
76472
76473 commit d35b508a55508535b6e8445b718585d27df733d3
76474 Author: Kim Phillips <kim.phillips@freescale.com>
76475 Date:   Wed Aug 15 22:29:56 2007 -0500
76476
76477     fdt: suppress unused variable 'bd' warning
76478
76479     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
76480
76481 commit 82bd9ee77490588d4da785d75829ca63d0176baf
76482 Author: Andy Fleming <afleming@freescale.com>
76483 Date:   Wed Aug 15 20:06:50 2007 -0500
76484
76485     Fix warnings from of_data copy fix
76486
76487     Forgot to cast of_flat_tree to ulong.
76488
76489     Signed-off-by: Andy Fleming <afleming@freescale.com>
76490
76491 commit 7613afda77d5eec0f47d303025b0c661b70e4c73
76492 Author: Andy Fleming <afleming@freescale.com>
76493 Date:   Wed Aug 15 20:03:44 2007 -0500
76494
76495     Don't wait for disconnected TSECs
76496
76497     The TSEC driver's PHY code waits a long time for autonegotiation to
76498     complete, even if the link is down.  The PHY knows the link is
76499     down or up before autonegotiation completes, so we can short-circuit
76500     the process if the link is down.
76501
76502     Signed-off-by: Andy Fleming <afleming@freescale.com>
76503
76504 commit b96c83d4ae475a70ef2635cd0e748174c44c8601
76505 Author: Andy Fleming <afleming@freescale.com>
76506 Date:   Wed Aug 15 20:03:34 2007 -0500
76507
76508     Fix numerous bugs in the 8568 UEC support
76509
76510     Actually, fixed a large bug in the UEC for *all* platforms.
76511     How did this ever work?
76512
76513     uec_init() did not follow the spec for eth_init(), and returned
76514     0 on success.  Switch it to return the link like tsec_init()
76515     (and 0 on error)
76516
76517     The immap for the 8568 was defined based on MPC8568, rather than
76518     CONFIG_MPC8568
76519
76520     CONFIG_QE was off
76521
76522     CONFIG_ETHPRIME was set to "Freescale GETH".  Now is "FSL UEC0"
76523
76524     Fixed a comment about the ranges for CONFIG_ETHPRIME if TSEC_ENET is
76525     enabled
76526
76527     Signed-off-by: Andy Fleming <afleming@freescale.com>
76528
76529 commit 3a79013e2adda53332dfd0b511066a805e929a9d
76530 Author: Andy Fleming <afleming@freescale.com>
76531 Date:   Wed Aug 15 20:03:25 2007 -0500
76532
76533     Define tsec flag values in config files
76534
76535     The tsec_info structure and array has a "flags" field for each
76536     ethernet controller.  This field is the only reason there are
76537     settings.  Switch to defining TSECn_FLAGS for each controller
76538     in the config header, and we can greatly simplify the array, and
76539     also simplify the addition of future boards.
76540
76541     Signed-off-by: Andy Fleming <afleming@freescale.com>
76542
76543 commit ec7238229507e7f47533a611ea8c53319d234cf3
76544 Author: Andy Fleming <afleming@freescale.com>
76545 Date:   Wed Aug 15 20:03:13 2007 -0500
76546
76547     Add support for building all boards with a TSEC
76548
76549     Changes to the TSEC driver affect almost all 83xx, 85xx, and 86xx boards.
76550     Now we can do a MAKEALL test on all of them!
76551
76552     Signed-off-by: Andy Fleming <afleming@freescale.com>
76553
76554 commit 10aaf716cb0dc6614df54ef78bed5144afd23ef8
76555 Author: Andy Fleming <afleming@freescale.com>
76556 Date:   Wed Aug 15 17:30:56 2007 -0500
76557
76558     Fix of_data copying for CONFIG_OF_FLAT_TREE-using boards
76559
76560     The fix, "Fix where the #ifdef CFG_BOOTMAPSZ is placed"
76561     neglected to *also* put the code inside the similar #ifdef
76562     for CONFIG_OF_FLAT_TREE.
76563
76564     Signed-off-by: Andy Fleming <afleming@freescale.com>
76565
76566 commit 78f9fef7f406078c8bf7191e665a73f795157746
76567 Author: Scott Wood <scottwood@freescale.com>
76568 Date:   Wed Aug 15 15:46:46 2007 -0500
76569
76570     mpc885ads: Don't define CONFIG_BZIP2.
76571
76572     bzip2 requires a significant chunk of malloc space, and there isn't
76573     enough room on mpc885ads (with only 8MB RAM) for both bzip2's malloc area
76574     and a downloaded image at 0x400000.
76575
76576     Signed-off-by: Scott Wood <scottwood@freescale.com>
76577
76578 commit 002275a3ed8b114885f6702d6d544d0780dfe689
76579 Author: Michal Simek <Monstr@seznam.cz>
76580 Date:   Thu Aug 16 08:54:10 2007 +0200
76581
76582     Bios emulator - fix microblaze toolchain problem
76583
76584     microblaze CPU have problem with bios_emulator code.
76585     Microblaze toolchain doesn't support PRAGMA PACK.
76586
76587     Signed-off-by: Michal Simek <monstr@monstr.eu>
76588
76589 commit a5a38f4fd7e5366d706ff6a985f9b6715ddbc98b
76590 Author: Wolfgang Denk <wd@denx.de>
76591 Date:   Thu Aug 16 11:51:04 2007 +0200
76592
76593     Minor Coding Style fix; Update CHANGELOG file.
76594
76595     Signed-off-by: Wolfgang Denk <wd@denx.de>
76596
76597 commit 8fb6e80c06849e3013ac5c9350d8ed9e52967991
76598 Author: Stefan Roese <sr@denx.de>
76599 Date:   Thu Aug 16 11:21:49 2007 +0200
76600
76601     ppc4xx: Remove #warning in esd auto_update.c
76602
76603     Signed-off-by: Stefan Roese <sr@denx.de>
76604
76605 commit 2d78074d2e806edc380c1464eb9e5df335ece65e
76606 Author: Stefan Roese <sr@denx.de>
76607 Date:   Fri Jun 22 17:32:28 2007 +0200
76608
76609     ppc7xx: Update CPCI750 board
76610
76611     This small CPCI750 update extends the board specific command
76612     "show_config" to display the Marvell strapping registers and
76613     extends the PCI IDE controller.
76614
76615     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
76616     Signed-off-by: Stefan Roese <sr@denx.de>
76617
76618 commit 78cff50edba6b1508eb15c2f53ce966ac891eb9e
76619 Author: Michal Simek <monstr@monstr.eu>
76620 Date:   Thu Aug 16 10:46:28 2007 +0200
76621
76622     [FIX] Changes for bios_emulator code for others architecture
76623
76624 commit 6e0e2253f039344f8ebd2787285fdba90e6714e8
76625 Author: Michal Simek <monstr@monstr.eu>
76626 Date:   Thu Aug 16 10:45:09 2007 +0200
76627
76628     [FIX] Remove unused include file
76629
76630 commit 9de469bd960cc1870bb40d6672ed42726b8b50d7
76631 Author: Stefan Roese <sr@denx.de>
76632 Date:   Thu Aug 16 10:18:33 2007 +0200
76633
76634     ppc4xx: Only enable POST FPU test on Sequoia and not Rainier
76635
76636     Signed-off-by: Stefan Roese <sr@denx.de>
76637
76638 commit 6da0c5bd4a53e40eb4f7eb72a4c051ecabad783c
76639 Author: Stefan Roese <sr@denx.de>
76640 Date:   Thu Aug 16 09:54:51 2007 +0200
76641
76642     Add missing rainier (PPC440GRx) target to MAKEALL and MAINTAINERs files
76643
76644     Signed-off-by: Stefan Roese <sr@denx.de>
76645
76646 commit 02ba7022f62bb75908296c58c63866e1d294b69a
76647 Author: Stefan Roese <sr@denx.de>
76648 Date:   Thu Aug 16 09:52:29 2007 +0200
76649
76650     ppc4xx: Update Sequoia/Rainier bootstrap command
76651
76652     As suggested by David Mitchell, here an update for the Sequoia/Rainier
76653     bootstrap command.
76654
76655     Signed-off-by: Stefan Roese <sr@denx.de>
76656
76657 commit 35cc4e4823668e8745854899cfaedd4489beb0ef
76658 Author: Kim Phillips <kim.phillips@freescale.com>
76659 Date:   Wed Aug 15 22:30:39 2007 -0500
76660
76661     mpc83xx: enable libfdt by default on freescale boards
76662
76663     this enables libfdt code by default for the
76664     freescale mpc8313erdb, mpc832xemds, mpc8349emds,
76665     mpc8349itx and gp boards.
76666
76667     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
76668
76669 commit 3fde9e8b22cfbd7af489214758f9839a206576cb
76670 Author: Kim Phillips <kim.phillips@freescale.com>
76671 Date:   Wed Aug 15 22:30:33 2007 -0500
76672
76673     mpc83xx: migrate remaining freescale boards to libfdt
76674
76675     this adds libfdt support code for the freescale
76676     mpc8313erdb, mpc832xemds, mpc8349emds, mpc8349itx,
76677     and gp boards.
76678
76679     Boards remain compatible with OF_FLAT_TREE.
76680
76681     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
76682
76683 commit 6a16e0dfcc4119b46adb1dce2d6c8fb3c5d108e1
76684 Author: Kim Phillips <kim.phillips@freescale.com>
76685 Date:   Wed Aug 15 22:30:26 2007 -0500
76686
76687     mpc83xx: move common /memory node update mechanism to cpu.c
76688
76689     also adds common prototypes to include/common.h.
76690
76691     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
76692
76693 commit 8f9e0e9f339aee4ce31a338d5f27356eb5457f85
76694 Author: Kim Phillips <kim.phillips@freescale.com>
76695 Date:   Wed Aug 15 22:30:19 2007 -0500
76696
76697     mpc83xx: remaining 8360 libfdt fixes
76698
76699     PCI clocks and QE frequencies weren't being updated, and the core clock
76700     was being updated incorrectly.  This patch also adds a /memory node if
76701     it doesn't already exist prior to update.
76702
76703     plus some cosmetic trimming to single line comments.
76704
76705     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
76706
76707 commit f4b2ac5ed9aaff9920d487bff8a59696c083a524
76708 Author: Kim Phillips <kim.phillips@freescale.com>
76709 Date:   Wed Aug 15 22:30:12 2007 -0500
76710
76711     mpc83xx: fix UEC2->1 typo in libfdt setup code
76712
76713     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
76714
76715 commit 19fa1c35368484d4ed10ddce8a7793c21862e3a3
76716 Author: Kim Phillips <kim.phillips@freescale.com>
76717 Date:   Wed Aug 15 22:30:05 2007 -0500
76718
76719     mpc83xx: add MAINTAINER and MAKEALL entries for the mpc8323erdb
76720
76721     and reorder the existing 83xx maintainers alpha.
76722
76723     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
76724
76725 commit 5b4de9309d7a03aa1db2e5391ab696363391f460
76726 Author: Michal Simek <monstr@monstr.eu>
76727 Date:   Wed Aug 15 21:15:05 2007 +0200
76728
76729     [FIX] Resolve problem with warnings
76730     microblaze toolchain don't support PRAGMA PACK.
76731
76732 commit d1ed28cf36ab6b1d4c479809de7252bf53d2f2d4
76733 Author: Michal Simek <monstr@monstr.eu>
76734 Date:   Wed Aug 15 21:05:07 2007 +0200
76735
76736     [FIX] Correction command setting for Microblaze boards
76737
76738 commit 7aa63d8cd30ab20ac2fd1ab86e60471de8b1f1e5
76739 Author: Michal Simek <monstr@monstr.eu>
76740 Date:   Wed Aug 15 21:03:41 2007 +0200
76741
76742     [FIX] Correction command definition
76743
76744 commit 30b52df9e906bf0e465916c2c6bb5192b438e0b8
76745 Author: Jon Loeliger <jdl@freescale.com>
76746 Date:   Wed Aug 15 11:55:35 2007 -0500
76747
76748     86xx: Fix lingering CFG_CMD_* references in sbc8641d.h
76749
76750     Remove a leftover in net/tftp.c while we're at it.
76751
76752     Signed-off-by: Jon Loeliger <jdl@freescale.com>
76753
76754 commit 4ce917742b1e48faa9bf9a9757545e56fb4cfe44
76755 Author: Jon Loeliger <jdl@freescale.com>
76756 Date:   Wed Aug 15 12:20:40 2007 -0500
76757
76758     Move the MPC8641HPCN board under board/freescale.
76759
76760     Minor path corrections needed to ensure buildability.
76761
76762     Signed-off-by: Jon Loeliger <jdl@freescale.com>
76763
76764 commit 8662577fe36fdb6a44b55b998d9daac6392a736a
76765 Author: Jon Loeliger <jdl@freescale.com>
76766 Date:   Wed Aug 15 11:46:22 2007 -0500
76767
76768     86xx: Fix lingering CFG_CMD_* references in sbc8641d.h
76769
76770     Remove a leftover in net/tftp.c while we're at it.
76771
76772     Signed-off-by: Jon Loeliger <jdl@freescale.com>
76773
76774 commit 210f463c71917b7a4495c2103c228b9c179ae64d
76775 Author: Jerry Van Baren <gvb.uboot@gmail.com>
76776 Date:   Wed Aug 15 11:13:15 2007 -0400
76777
76778     Fix where the #ifdef CFG_BOOTMAPSZ is placed.
76779
76780     Commit 073e1b509980cefe6f53c2d7fbbcd135df1e3924 "Fix initrd/dtb
76781     interaction" put the new code outside of the #if defined(CONFIG_OF_LIBFDT)
76782     when it should have gone inside of the conditional.  As a result, it
76783     broke non-LIBFDT board builds.
76784
76785     Also added a missing "not." to the comment.
76786
76787     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
76788
76789 commit 0e19209767194a97cec6d93dba9e64d1da8d548e
76790 Author: Niklaus Giger <niklaus.giger@netstal.com>
76791 Date:   Wed Aug 15 12:14:23 2007 +0200
76792
76793     PPC4xx:HCU4/5-Board fix compile warning
76794
76795     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
76796
76797 commit 594e79838ce5078a90d0c27abb2b2d61d5f8e8a7
76798 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
76799 Date:   Tue Aug 14 14:06:45 2007 -0500
76800
76801     Fix malloc size error in ahci_init_one.
76802
76803     Typically this causes scsi init to corrupt the
76804     devlist and break the coninfo command.
76805     Fix a compiler size warning.
76806
76807     Signed-off-by: Jason Jin <jason.jin@freescale.com>
76808     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
76809     Acked-by: Andy Fleming <afleming@freescale.com>
76810
76811 commit b361acd64fd2525c081b9b288b0804efe209c0e9
76812 Author: ksi@koi8.net <ksi@koi8.net>
76813 Date:   Tue Aug 14 10:02:16 2007 -0700
76814
76815     TI DaVinci - fix unsupported %hhx format
76816
76817     Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
76818
76819 commit f01dbb5424a81453c81190dd30e945891466f621
76820 Author: Wolfgang Denk <wd@denx.de>
76821 Date:   Tue Aug 14 18:42:36 2007 +0200
76822
76823     Coding style cleanup. Update CHANGELOG.
76824
76825     Signed-off-by: Wolfgang Denk <wd@denx.de>
76826
76827 commit 073e1b509980cefe6f53c2d7fbbcd135df1e3924
76828 Author: Andy Fleming <afleming@freescale.com>
76829 Date:   Tue Aug 14 10:32:59 2007 -0500
76830
76831     Fix initrd/dtb interaction
76832
76833     The original code would wrongly relocate the blob to be right before
76834     the initrd if it existed.  The blob *must* be within CFG_BOOTMAPSZ,
76835     if it is defined.  So we make two changes:
76836
76837     1) flag the blob for relocation whenever its address is above BOOTMAPSZ
76838
76839     2) If the blob is being relocated, relocate it before kbd, not initrd
76840
76841     Signed-off-by: Andy Fleming <afleming@freescale.com>
76842
76843 commit e54b970173769307a116bd34028b6d0c2eea2a4e
76844 Author: Peter Pearse <peter.pearse@arm.com>
76845 Date:   Tue Aug 14 15:40:00 2007 +0100
76846
76847     Supply spi interface in at45.c
76848
76849 commit 4ce846ec59f36b85d6644a769690ad3feb667575
76850 Author: Stefan Roese <sr@denx.de>
76851 Date:   Tue Aug 14 15:12:01 2007 +0200
76852
76853     POST: Fix merge problem
76854
76855     Signed-off-by: Stefan Roese <sr@denx.de>
76856
76857 commit 429d9571f60631ae8a2fe12b11be4c75b0c2b37c
76858 Author: Stefan Roese <sr@denx.de>
76859 Date:   Tue Aug 14 15:03:17 2007 +0200
76860
76861     Coding style cleanup
76862
76863     Signed-off-by: Stefan Roese <sr@denx.de>
76864
76865 commit 779e975117a75e91fcebe226a63104dbfb924ab1
76866 Author: Stefan Roese <sr@denx.de>
76867 Date:   Tue Aug 14 14:44:41 2007 +0200
76868
76869     ppc4xx: Add initial Zeus (PPC405EP) board support
76870
76871     Signed-off-by: Stefan Roese <sr@denx.de>
76872
76873 commit c5a172a5fd636c12467429e3f7910e53773979c6
76874 Author: Stefan Roese <sr@denx.de>
76875 Date:   Tue Aug 14 14:41:55 2007 +0200
76876
76877     POST: Add option for external ethernet loopback test
76878
76879     When CFG_POST_ETHER_EXT_LOOPBACK is defined, the ethernet POST
76880     is not done using an internal loopback connection, but by assuming
76881     that an external loopback connector is plugged into the board.
76882
76883     Signed-off-by: Stefan Roese <sr@denx.de>
76884
76885 commit eb2b4010ae426245172988804ee8d9193fb41038
76886 Author: Stefan Roese <sr@denx.de>
76887 Date:   Tue Aug 14 14:39:44 2007 +0200
76888
76889     POST: Add ppc405 support to cache and UART POST
76890
76891     Signed-off-by: Stefan Roese <sr@denx.de>
76892
76893 commit 0c42f36f15074bd9808a7dbd7ef611fad9bf537c
76894 Author: Peter Pearse <peter.pearse@arm.com>
76895 Date:   Tue Aug 14 10:46:32 2007 +0100
76896
76897     Replace lost end of at45.c.
76898
76899 commit 65d7ada64557e76094b4fd3bad30a0f18f5fb2b2
76900 Author: Peter Pearse <peter.pearse@arm.com>
76901 Date:   Tue Aug 14 10:30:06 2007 +0100
76902
76903     Update Makefiles for merged and split at45.c.
76904
76905 commit 3454cece2db57cb9eb7087995f7e73066a163f71
76906 Author: Peter Pearse <peter.pearse@arm.com>
76907 Date:   Tue Aug 14 10:21:06 2007 +0100
76908
76909     Delete the merged files.
76910
76911 commit dcbfd2e5649f97aa04fbbc6ea2b008aa4486e225
76912 Author: Peter Pearse <peter.pearse@arm.com>
76913 Date:   Tue Aug 14 10:14:05 2007 +0100
76914
76915     Add the files.
76916
76917 commit d4fc6012fd0a5c211b825691f44b06f8032c0551
76918 Author: Peter Pearse <peter.pearse@arm.com>
76919 Date:   Tue Aug 14 10:10:52 2007 +0100
76920
76921     Add MACH_TYPE records for several AT91 boards.
76922     Merge to two at45.c files into a common file, split to at45.c and spi.c
76923     Fix spelling error in DM9161 PHY Support.
76924     Initialize at91rm9200 board (and set LED).
76925     Add PIO control for at91rm9200dk LEDs and Mux.
76926     Change dataflash partition boundaries to be compatible with Linux 2.6.
76927
76928     Signed-off-by:      Peter Pearse <peter.pearse@arm.com>
76929     Signed-off-by:      Ulf Samuelsson <ulf@atmel.com>
76930
76931 commit 4ef35e53c693556c54b0c22d6f873de87bade253
76932 Author: Wolfgang Denk <wd@denx.de>
76933 Date:   Tue Aug 14 09:54:46 2007 +0200
76934
76935     Coding style cleanup, update CHANGELOG
76936
76937     Signed-off-by: Wolfgang Denk <wd@denx.de>
76938
76939 commit 85eb5caf6b906f7ec5b54814e8c7c74f55986bb7
76940 Author: Wolfgang Denk <wd@denx.de>
76941 Date:   Tue Aug 14 09:47:27 2007 +0200
76942
76943     Coding style cleanup; rebuild CHANGELOG
76944
76945 commit 7f3f2bd2dc08e0b05e185662ca2e2d283757104a
76946 Author: Randy Vinson <rvinson@linuxbox.(none)>
76947 Date:   Tue Feb 27 19:42:22 2007 -0700
76948
76949     85xxCDS: Add make targets for legacy systems.
76950
76951     The PCI ID select values on the Arcadia main board differ depending
76952     on the version of the hardware. The standard configuration supports
76953     Rev 3.1. The legacy target supports Rev 2.x.
76954
76955     Signed-off-by Randy Vinson <rvinson@mvista.com>
76956
76957 commit e41094c7e38177c755fbd9b182018069614f080d
76958 Author: Andy Fleming <afleming@freescale.com>
76959 Date:   Tue Aug 14 01:50:09 2007 -0500
76960
76961     85xxCDS: Enable the VIA PCI-to-ISA bridge.
76962
76963     Author: Randy Vinson <rvinson@linuxbox.(none)>
76964
76965     Enable the PCI-to-ISA bridge in the VIA Southbridge located on the
76966     Arcadia main board.
76967
76968     Signed-off-by: Randy Vinson <rvinson@mvista.com>
76969     Signed-off-by: York Sun <yorksun@freescale.com>
76970
76971 commit da9d4610d76e52c4d20a8f3d8433439a7fcf5b71
76972 Author: Andy Fleming <afleming@freescale.com>
76973 Date:   Tue Aug 14 00:14:25 2007 -0500
76974
76975     Add support for UEC to 8568
76976
76977     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
76978     Signed-off-by: Andy Fleming <afleming@freescale.com>
76979
76980 commit c59e4091ffe0148398b9e9ff14a019ea038b7432
76981 Author: Haiying Wang <Haiying.Wang@freescale.com>
76982 Date:   Tue Jun 19 14:18:34 2007 -0400
76983
76984     Add PCI support for MPC8568MDS board
76985
76986     This patch is against u-boot-mpc85xx.git of www.denx.com
76987
76988     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
76989     Signed-off-by: Ebony Zhu <ebony.zhu@freescale.com>
76990
76991 commit d111d6382c99fdea08c2312eeeae8786945e189a
76992 Author: Haiying Wang <Haiying.Wang@freescale.com>
76993 Date:   Tue Jun 19 14:18:32 2007 -0400
76994
76995     Empirically set cpo and clk_adjust for mpc85xx DDR2 support
76996
76997     This patch is against u-boot-mpc85xx.git of www.denx.com
76998
76999     Setting cpo to 0x9 for frequencies higher than 333MHz is verified on
77000     both MPC8548CDS board and MPC8568MDS board, especially for supporting
77001     533MHz DDR2.
77002
77003     Setting clk_adjust to 0x6(3/4 late cycle) for MPC8568MDS board is for
77004     DDR2 on all current board versions especially ver 1.92 or later to bring
77005     up.
77006
77007     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
77008
77009 commit 3db0bef59eab1155801618cef5c481e97553b597
77010 Author: Kumar Gala <galak@kernel.crashing.org>
77011 Date:   Tue Aug 7 18:07:27 2007 -0500
77012
77013     Use an absolute address when jumping out of 4k boot page
77014
77015     On e500 when we leave the 4k boot page we should use an absolute address since
77016     we don't know where the board code may want us to be really running at.
77017
77018     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
77019
77020 commit 39980c610c9a4c381907c9e1d1b9c0e1c0dca57a
77021 Author: Andy Fleming <afleming@freescale.com>
77022 Date:   Mon Aug 13 14:49:59 2007 -0500
77023
77024     MPC85xx BA bits not set for 3-bit bank address DIMM
77025
77026     The current implementation does not set the number of bank address bits
77027     (BA) in the processor. The default assumes 2 logical bank bits. This
77028     works fine for a DIMM that uses devices with 4 internal banks (SPD
77029     byte17 = 0x4) but needs to be set appropriately for a DIMM that uses
77030     devices with 8 internal banks (SPD byte17 = 0x8).
77031
77032     Signed-off-by: Greg Davis <DavisG@embeddedplanet.com>
77033
77034 commit 6c543597bb4b1ecf5d8589f7abb0f39929fb7fd1
77035 Author: Andy Fleming <afleming@freescale.com>
77036 Date:   Mon Aug 13 14:38:06 2007 -0500
77037
77038     Fix minor 85xx warnings
77039
77040     Some patches had inserted warnings into the build:
77041     * mpc8560ads declared data without using it
77042     * cpu_init declared ecm and immap without using it in all CONFIGs
77043     * MPC8548CDS.h had its default filenames changed so that they contained
77044       "\m" in the paths.  Made the defaults not Windows-specific (or
77045       anything-specific)
77046
77047     Signed-off-by: Andy Fleming <afleming@freescale.com>
77048
77049 commit f2cff6b104f82b993bef6086ce0c97159bbe1add
77050 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
77051 Date:   Fri Jul 27 01:50:52 2007 -0500
77052
77053     8548cds PCIE support.
77054
77055     Make the early L1 cache stack region guarded to prevent speculative
77056     fetches outside the locked range.
77057
77058     Use _PHYS defines, not _MEM for cpu-side PCI memory mapped regions.
77059     init.S whitespace cleanup.
77060
77061     Allow TEXT_BASE value to be specified on command line.  This allows it
77062     to be set to 0xfffc0000 which cuts the uboot binary in half.
77063
77064     Clear and enable lbc and ecm errors.
77065
77066     Update last_busno in device-tree for pci and pcie.
77067
77068     Remove load of obsolete cpu/mpc85xx/pci.0
77069
77070     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
77071     Acked-by: Andy Fleming <afleming@freescale.com>
77072
77073 commit 837f1ba05cfb248aba5ab8e1fb1bfeefa07d5962
77074 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
77075 Date:   Fri Jul 27 01:50:51 2007 -0500
77076
77077     8544ds PCIE support
77078
77079     PCI1 LAW mapping should use CFG_PCI1_MEM_PHY and not _BASE address.
77080
77081     Enable LBC and ECM errors and clear error registers.
77082
77083     Add tftpflash env var to get uboot from tftp server and flash it.
77084
77085     Add pci/pcie convenience env vars to display register space:
77086       "run pcie3regs" to see all pcie3 ccsr registers
77087       "run pcie3cfg" to see all cfg registers
77088     Whitespace cleanup and MPC8544DS.h
77089
77090     Enable CONFIG_INTERRUPTS.
77091
77092     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
77093     Acked-by: Andy Fleming <afleming@freescale.com>
77094
77095 commit 61a21e980a7b9188424d04f1c265fdc5c21c7e85
77096 Author: Andy Fleming <afleming@freescale.com>
77097 Date:   Tue Aug 14 01:34:21 2007 -0500
77098
77099     85xx start.S cleanup and exception support
77100
77101     From: Ed Swarthout <Ed.Swarthout@freescale.com>
77102
77103     Support external interrupts from platform to eliminate system hangs.
77104     Define CONFIG_INTERRUPTS board configure option to enable.
77105     Enable ecm, ddr, lbc, and pci/pcie error interrupts in PIC.
77106
77107     Remove extra cpu initialization redundant with hardware initialization.
77108     Whitespace cleanup.
77109
77110     Define and use _START_OFFSET consistent with other processors using
77111     ppc_asm.tmpl
77112
77113     Move additional code from .text to boot page to make room for
77114     exception vectors at start of image.
77115
77116     Handle Machine Check, External and Critical exceptions.
77117
77118     Fix e500 machine check error determination in traps.c
77119
77120     TEXT_BASE can now be 0xfffc_0000 - which cuts binary image in half.
77121
77122     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
77123     Acked-by: Andy Fleming <afleming@freescale.com>
77124
77125 commit 7bd30fc4a6475b41d6679ae3aafc9fa505260c47
77126 Author: Andy Fleming <afleming@freescale.com>
77127 Date:   Tue Aug 14 01:33:18 2007 -0500
77128
77129     Add MPC8544DS README
77130
77131     Signed-off-by: Andy Fleming <afleming@freescale.com>
77132
77133 commit 40c7f9b0de4e300370adfc704128fa0f79a143b6
77134 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
77135 Date:   Fri Jul 27 01:50:48 2007 -0500
77136
77137     85xx allow debugger to configure ddr.
77138
77139     Only check for mpc8548 rev 1 when compiled for 8548.
77140
77141     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
77142     Acked-by: Andy Fleming <afleming@freescale.com>
77143
77144 commit 29372ff38c5baab7d0e3a8c14fe11fa194a38704
77145 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
77146 Date:   Fri Jul 27 01:50:47 2007 -0500
77147
77148     mpc85xx L2 cache reporting and SRAM relocation option.
77149
77150     Allow debugger to override flash cs0/cs1 settings to enable alternate
77151     boot regions
77152
77153     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
77154     Acked-by: Andy Fleming <afleming@freescale.com>
77155
77156 commit 41f0f8fb1ab92f0cba7d329de90070f822f8299f
77157 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
77158 Date:   Fri Jul 27 01:50:46 2007 -0500
77159
77160     e500 needs ppc_asm.tmp MCK_EXCEPTION
77161
77162     Always define MCK_EXCEPTION macro - so e500 can use it too.
77163
77164     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
77165     Acked-by: Andy Fleming <afleming@freescale.com>
77166
77167 commit 53a5c424bf8655b7b4e2c305a441963259a26a81
77168 Author: David Updegraff <dave@cray.com>
77169 Date:   Mon Jun 11 10:41:07 2007 -0500
77170
77171     multicast tftp: RFC2090
77172
77173     Implemented IETF RFC2090, Multicast TFTP.  Initial implementation
77174     on Realtek RTL8139 and Freescale TSEC.
77175
77176     Signed-off-by: David Updegraff <dave@cray.com>
77177     Signed-off-by: Ben Warren <bwarren@qstreams.com>
77178
77179 commit 5d110f0aa69f065ee386ec1840dfee1e8cc46bc1
77180 Author: Wilson Callan <wcallan@savantav.com>
77181 Date:   Sat Jul 28 10:56:13 2007 -0400
77182
77183     New CONFIG_BOOTP_SERVERIP option
77184
77185     Added CONFIG_BOOTP_SERVERIP to allow the tftp server to be different
77186     from the bootp server
77187
77188     Signed-off-by: Wilson Callan <wcallan@savantav.com>
77189     Signed-off-by: Ben Warren <bwarren@qstreams.com>
77190
77191 commit 50cca8b976ec74069860208c36e64ce8f4d5e4c1
77192 Author: Mike Rapoport <mike@compulab.co.il>
77193 Date:   Sun Aug 12 08:48:27 2007 +0300
77194
77195     Add ability to take MAC address from the environment to DM9000 driver
77196
77197     Signed-off-by: Mike Rapoport <mike@compulab.co.il>
77198     Signed-off-by: Ben Warren <bwarren@qstreams.com>
77199
77200 commit be5d72d10d47609326226225181e301fb9a33b58
77201 Author: Wolfgang Denk <wd@denx.de>
77202 Date:   Mon Aug 13 21:57:53 2007 +0200
77203
77204     Minor coding style cleanup. Update CHANGELOG.
77205
77206     Signed-off-by: Wolfgang Denk <wd@denx.de>
77207
77208 commit cca34967cbd13ff6bd352be29e3f1cc88ab24c05
77209 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
77210 Date:   Sat Aug 11 06:54:58 2007 -0500
77211
77212     Modify SBC8641D to use new Freescale PCI routines
77213
77214     PCI-Express sockets 1 and 2 verified working with Intel Pro/1000 PT
77215     adapter.
77216
77217     Signed-off-by: Joe Hamman <joe.hamman@embeddedspecialties.com>
77218     Signde-off-by: Jon Loeliger <jdl@freescale.com>
77219
77220 commit a08458303e7f9db67f296980036d3292c35cb45c
77221 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
77222 Date:   Fri Jun 29 18:38:51 2007 +0200
77223
77224     atmel_mci: Fix data timeout value
77225
77226     Calculate the data timeout based on values from the CSD instead of
77227     just using a hardcoded DTOR value. This is a backport of a similar fix
77228     in BSP 2.0, with one additional fix: the DTOCYC value is rounded up
77229     instead of down.
77230
77231     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
77232
77233 commit 0ba8eed28b575626b17e0a7882f923b83e0d7584
77234 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
77235 Date:   Mon Aug 13 17:22:31 2007 +0200
77236
77237     AVR32: Include <div64.h> instead of <asm/div64.h>
77238
77239     include/asm-avr32/div64.h was recently moved to include/div64.h, but
77240     cpu/at32ap/interrupts.c wasn't properly updated (an earlier version of
77241     the patch was merged perhaps?)
77242
77243     This patch updates cpu/at32ap/interrupts.c so that the avr32 port
77244     compiles again.
77245
77246     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
77247
77248 commit f0d1246ed7cb5a88522244c596d7ae7e6f161283
77249 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
77250 Date:   Wed Jun 27 13:34:26 2007 +0200
77251
77252     atmel_mci: Use 512 byte blocksize if possible
77253
77254     Instead of always using the largest blocksize the card supports, check
77255     if it can support smaller block sizes and use 512 bytes if possible.
77256     Most cards do support this, and other parts of u-boot seem to have
77257     trouble with block sizes different from 512 bytes.
77258
77259     Also enable underrun/overrun protection.
77260
77261     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
77262     Acked-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
77263
77264 commit 273db7e1bdd1937e32f1d4507321bb721ebd3118
77265 Author: Stefan Roese <sr@denx.de>
77266 Date:   Mon Aug 13 09:05:33 2007 +0200
77267
77268     ppc4xx: Fix problem in PLL clock calculation
77269
77270     This patch was originall provided by David Mitchell <dmitchell@amcc.com>
77271     and fixes a bug in the PLL clock calculation.
77272
77273     Signed-off-by: Stefan Roese <sr@denx.de>
77274
77275 commit 9986bc3e40e899bea372a99a2bca4071bdf2e24b
77276 Author: Wolfgang Denk <wd@denx.de>
77277 Date:   Sun Aug 12 21:34:50 2007 +0200
77278
77279     Update CHANGELOG
77280
77281 commit 77d19a8bf3b0b1e401cb9f23c81e2ef419705c1a
77282 Author: Wolfgang Denk <wd@denx.de>
77283 Date:   Sun Aug 12 21:34:34 2007 +0200
77284
77285     Minor alignment of output, 2nd try.
77286     Also update CHANGELOG
77287
77288     Signed-off-by: Wolfgang Denk <wd@denx.de>
77289
77290 commit 6b309f22a724fad8418e811751a0741b893419cf
77291 Author: Wolfgang Denk <wd@denx.de>
77292 Date:   Sun Aug 12 20:35:49 2007 +0200
77293
77294     Minor alignment of output
77295
77296     Signed-off-by: Wolfgang Denk <wd@denx.de>
77297
77298 commit 6f6d7b9c8559e241e8d232621542b8b59699b07b
77299 Author: Wolfgang Denk <wd@denx.de>
77300 Date:   Sun Aug 12 18:28:18 2007 +0200
77301
77302     Cleanup output on ADS5121 board
77303
77304     Signed-off-by: Wolfgang Denk
77305
77306 commit a4d2636f2a859245ed3a401f26189da2dfda4ceb
77307 Author: Wolfgang Denk <wd@denx.de>
77308 Date:   Sun Aug 12 15:11:38 2007 +0200
77309
77310     Adapt board configuration and fix kernel crash on MCC200 board.
77311
77312     The update procedure was modified to turn off the USB subsystem
77313     before exit for MCC200 and TRAB. This is necessary as otherwise the
77314     USB controller continues to write periodically to system memory!
77315
77316     MCC200-specific notes:
77317     - the patch disables the magic key check for MCC200
77318     - the patch contains the configuration changes made
77319       for the new revision of the board.
77320
77321     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
77322     Signed-off-by: Wolfgang Denk <wd@denx.de>
77323
77324 commit e27f3a6efb9db5a533223b05c629ff4ac8d921bf
77325 Author: Wolfgang Denk <wd@denx.de>
77326 Date:   Sun Aug 12 14:47:54 2007 +0200
77327
77328     Adjust default configuration of ADS5121 board.
77329
77330     Signed-off-by: Wolfgang Denk <wd@denx.de>
77331
77332 commit afaac86fe2948ac84cd9a12bbed883b3c683e7d9
77333 Author: Wolfgang Denk <wd@denx.de>
77334 Date:   Sun Aug 12 14:27:39 2007 +0200
77335
77336     Clean up some remaining CFG_CMD_ -> CONFIG_CMD_ issues.
77337
77338     Signed-off-by: Wolfgang Denk <wd@denx.de>
77339
77340 commit 5fe6be6208dda852c3564e384bd78d75784dea3e
77341 Author: Gerald Van Baren <vanbaren@cideas.com>
77342 Date:   Tue Aug 7 21:14:22 2007 -0400
77343
77344     Improve error print messages.
77345
77346     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
77347
77348 commit 99dffca3b7590a16a00bc475c860b67b2a3f1462
77349 Author: Kim Phillips <kim.phillips@freescale.com>
77350 Date:   Tue Jul 17 13:57:04 2007 -0500
77351
77352     fdt: allow for builds that don't want env and bd_t nodes
77353
77354     protect fdt_env and fdt_bd_t invocations, fix codingstyle while in the
77355     area.
77356
77357     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
77358
77359 commit 91148bf7aeba142d6f348805db7625db7da64d6f
77360 Author: Kim Phillips <kim.phillips@freescale.com>
77361 Date:   Tue Jul 17 13:56:53 2007 -0500
77362
77363     fdt: do board setup based on fdt address specified on bootm line
77364
77365     The last fdt patch to bootm did board setup based on the address
77366     specified by a prior fdt address command invocation.  The bootm
77367     code, as its call to fdt_chosen does, should use the fdt specified
77368     by the user on the bootm command.  Note this restores full
77369     functionality for the 8360's existing default boot environment
77370     values, e.g. 'run nfsboot' (i.e. no having to 'fdt addr $fdtaddr'
77371     before booting a kernel).
77372
77373     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
77374
77375 commit e125a2ffc209dd34794e326c7175658253beadf3
77376 Author: Gerald Van Baren <vanbaren@cideas.com>
77377 Date:   Tue Jul 10 20:40:39 2007 -0400
77378
77379     Call ft_board_setup() from the bootm command.
77380
77381     In the patch titled "Create new fdt boardsetup command..." I removed the
77382     call to ft_board_setup() from the routine fdt_chosen(), but I forgot
77383     to add a direct call back into cmd_bootm.c
77384
77385     This fixes the oversight by adding the direct call to the bootm command.
77386
77387     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
77388
77389 commit fd61e55dd8cb52ce3ff91b3917af26e24b6b0845
77390 Author: Gerald Van Baren <vanbaren@cideas.com>
77391 Date:   Mon Jun 25 23:25:28 2007 -0400
77392
77393     Create new fdt boardsetup command, fix bug parsing [] form of set values.
77394
77395     Previously ft_board_setup() was called by fdt_chosen() which was not
77396     really correctly structured.  This splits ft_board_setup() out by creating
77397     a new fdt boardsetup command.
77398
77399     Fix a bug when parsing fdt set command values which have the square
77400     bracket form [00 11 22 33] - the length was updated incorrectly in when
77401     parsing that form.
77402
77403     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
77404
77405 commit 6f35ded9e85493595e0eb66a82b502a95326d049
77406 Author: Gerald Van Baren <vanbaren@cideas.com>
77407 Date:   Mon Jun 25 20:55:58 2007 -0400
77408
77409     Tighten up the error messages.
77410
77411     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
77412
77413 commit c45874b05aae897a6c29d1a97d4bb708fca2756c
77414 Author: Gerald Van Baren <vanbaren@cideas.com>
77415 Date:   Mon Jun 25 19:52:23 2007 -0400
77416
77417     Asthetic improvements: error messages and line lengths.
77418
77419     Tighten up the error messages, split overlength lines.
77420
77421     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
77422
77423 commit 35ec398f16e17df600edc1b38c1e9e62c15c9aa1
77424 Author: Gerald Van Baren <vanbaren@cideas.com>
77425 Date:   Fri May 25 22:08:57 2007 -0400
77426
77427     Fix fdt_chosen() to call ft_board_setup(), clean up long lines.
77428
77429     The fdt_chosen() function was adding/seting some properties ad-hoc
77430       improperly and duplicated (poorly) what was done in ft_board_setup()
77431
77432     Clean up long lines (setting properties, printing errors).
77433
77434     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
77435
77436 commit 06e19a07701c968f15d72c083b5872a1a11c7b01
77437 Author: Gerald Van Baren <vanbaren@cideas.com>
77438 Date:   Mon May 21 23:27:16 2007 -0400
77439
77440     For fdt_find_node_by_path(), handle the root path properly.
77441
77442     Also removes the special case root path detection in cmd_fdt.c since it
77443     is no longer necessary.
77444
77445     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
77446
77447 commit 9675ee7208ab965d13ea8d8262d77ac4160ef549
77448 Author: Gerald Van Baren <vanbaren@cideas.com>
77449 Date:   Thu May 17 23:54:36 2007 -0400
77450
77451     Add fdt_find_node_by_type() and fdt_find_compatible_node() to LIBFDT
77452
77453     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
77454     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
77455
77456 commit 1a861169bc3758f9de3aead62b058736c6891246
77457 Author: Gerald Van Baren <vanbaren@cideas.com>
77458 Date:   Wed Jun 6 22:47:58 2007 -0400
77459
77460     Replace fdt_node_offset() with fdt_find_node_by_path().
77461
77462     The new name matches more closely the kernel's name, which is also
77463     a much better description.
77464
77465     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
77466     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
77467
77468 commit addd8ce83078c25f0eca5f23adbdfc64ca50a243
77469 Author: Gerald Van Baren <vanbaren@cideas.com>
77470 Date:   Wed May 16 22:39:59 2007 -0400
77471
77472     Fix cmd_fdt line lengths, refactor code.
77473
77474     Break lines that were greater than 80 characters in length.
77475     Move the fdt print and property parsing code to separate static functions
77476       to reduce coding clutter in the fdt_cmd handling body.
77477
77478     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
77479
77480 commit 25114033ab21788810c48ba4df103b649da1223b
77481 Author: Gerald Van Baren <vanbaren@cideas.com>
77482 Date:   Sat May 12 09:47:25 2007 -0400
77483
77484     FDT command improvements.
77485
77486     Fix "fdt set" so that it will create a non-existing property.
77487     Add "fdt mknode" to create nodes.
77488
77489     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
77490
77491 commit 38eb508e8e811e2e57628f445de3a24a23c7d804
77492 Author: Gerald Van Baren <vanbaren@cideas.com>
77493 Date:   Sat May 12 09:45:46 2007 -0400
77494
77495     Reorganize and fix problems (returns) in the bootm command.
77496
77497     Do *NOT* return after the "point of no return" has been passed.
77498       If something goes wrong, the board must be reset after that point.
77499     Move the "Transferring control to Linux" debug message back to where it
77500       belongs: just before transferring control to linux.
77501
77502     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
77503
77504 commit 89c8757d8f213c47709bdc4efe0695263a6080a6
77505 Author: Gerald Van Baren <vanbaren@cideas.com>
77506 Date:   Tue May 8 21:27:35 2007 -0400
77507
77508     Fix bugs in the CONFIG_OF_LIBFDT
77509
77510     Stupid coding mistakes (identified by Timur Tabi, thanks).
77511
77512     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
77513
77514 commit 6be07cc1ca458278c85ecdbf1a0536cff4c701ec
77515 Author: Gerald Van Baren <vanbaren@cideas.com>
77516 Date:   Wed Apr 25 22:47:15 2007 -0400
77517
77518     Improve fdt move length handling.
77519
77520     Make the length parameter optional: if not specified, do the move using
77521     the current size unchanged.
77522
77523     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
77524
77525 commit bb930e76fea6cf89ca2d98e2f7c7a6043d79327d
77526 Author: Gerald Van Baren <vanbaren@cideas.com>
77527 Date:   Wed Apr 25 22:23:36 2007 -0400
77528
77529     Minor code clean up.
77530
77531     Declare the variable fdt properly as extern.
77532     Call the "set_fn" function pointer the "short way" without the full
77533       dereferencing syntax.
77534
77535     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
77536
77537 commit ba24e2ac3bdb5c489f3c787e7542b6474c4d65c6
77538 Author: Gerald Van Baren <vanbaren@cideas.com>
77539 Date:   Wed Apr 25 21:24:27 2007 -0400
77540
77541     Improve error messages, more informative.
77542
77543     Print more than the raw libfdt error message strings.  This is especially
77544     useful for cluing in the user when the bootm command aborts due to
77545     blob problems.
77546
77547     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
77548
77549 commit 8096b3b8f772c1894ddeda9dbceff6a8826473a4
77550 Author: Gerald Van Baren <vanbaren@cideas.com>
77551 Date:   Fri Apr 20 22:46:53 2007 -0400
77552
77553     libfdt: Conditionally compile based on CONFIG_OF_LIBFDT
77554
77555     This is the way u-boot reduces configured-out code.  At Wolfgang
77556     Grandegger and Wolfgang Denk's request, make libfdt conform.
77557
77558     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
77559
77560 commit 923efd286411ed052d9e074f59f8986d6081061c
77561 Author: Bruce Adler <bruce.adler@ccpu.com>
77562 Date:   Fri Aug 10 14:54:47 2007 -0700
77563
77564     add image size and descriptors for Spartan 3E FPGA chips
77565
77566     Spartan 3E image sizes taken from Table 1-4 in Xilinx UG332 (v1.1)
77567
77568     Signed-off by: Bruce Adler <bruce.adler@ccpu.com>
77569
77570 commit fb56579ffe7ef3275b7036bb7b924e5a0d32bd70
77571 Author: Kim Phillips <kim.phillips@freescale.com>
77572 Date:   Fri Aug 10 15:34:48 2007 -0500
77573
77574     make MAKEALL more immune to merge conflicts
77575
77576     ..by placing board entries one per line, as suggested by jdl.
77577
77578     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
77579
77580 commit 2628114ec564f969f34b5f7105fbd168cb8c9c3f
77581 Author: Kim Phillips <kim.phillips@freescale.com>
77582 Date:   Fri Aug 10 13:28:25 2007 -0500
77583
77584     README: Remove outdated cpu type, board type, and NAME_config lists
77585
77586     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
77587
77588 commit 49bb59912d21aacb507eb81fd21fb7af650c706c
77589 Author: Dave Liu <r63238@freescale.com>
77590 Date:   Fri Aug 10 15:48:59 2007 +0800
77591
77592     mpc83xx: Suppress the warning 'burstlen'
77593
77594     suppress the warning 'burstlen' of spd_sdram.
77595
77596     Signed-off-by: Dave Liu <daveliu@freescale.com>
77597
77598 commit c646bba6465a45c60746d4cc1602cd06c1960f2d
77599 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
77600 Date:   Thu Aug 9 15:11:03 2007 -0500
77601
77602     Add support for SBC8641D. Config files.
77603
77604     Add support for Wind River's SBC8641D reference board.
77605
77606     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
77607     Acked-by: Wolfgang Denk <wd@denx.de>
77608     Acked-by: Jon Loeliger <jdl@freescale.com>
77609
77610 commit 8ac273271d57321f90505c7a51cdb1ef2113b628
77611 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
77612 Date:   Thu Aug 9 15:10:53 2007 -0500
77613
77614     Add support for SBC8641D.  Board files.
77615
77616     Add support for Wind River's SBC8641D reference board.
77617
77618     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
77619     Acked-by: Wolfgang Denk <wd@denx.de>
77620     Acked-by: Jon Loeliger <jdl@freescale.com>
77621
77622 commit c2c0ab4aff86622b837a48a0e560351f9afafb95
77623 Author: Stefan Roese <sr@denx.de>
77624 Date:   Fri Aug 10 20:34:58 2007 +0200
77625
77626     Conding style cleanup
77627
77628     Signed-off-by: Stefan Roese <sr@denx.de>
77629
77630 commit c74b2108e31fe09bd1c5d291c3cf360510d4f13e
77631 Author: Sergey Kubushyn <ksi@koi8.net>
77632 Date:   Fri Aug 10 20:26:18 2007 +0200
77633
77634     [ARM] TI DaVinci support, hopefully final
77635
77636     Add support for the following DaVinci boards:
77637     - DV_EVM
77638     - SCHMOOGIE
77639     - SONATA
77640
77641     Changes:
77642
77643     - Split into separate board directories
77644     - Removed changes to MTD_DEBUG (or whatever it's called)
77645     - New CONFIG_CMD party line followed
77646     - Some cosmetic fixes, cleanup etc.
77647     - Patches against the latest U-Boot tree as of now.
77648     - Fixed CONFIG_CMD_NET in net files.
77649     - Fixed CONFIG_CMD_EEPROM for schmoogie.
77650     - Made sure it compiles and works (forceenv() link problem) on SCHMOOGIE and
77651        DV_EVM. Can't check if it works on SONATA, don't have a board any more,
77652        but it at least compiles.
77653
77654     Here is an excerpt from session log on SCHMOOGIE...
77655
77656     U-Boot 1.2.0-g6c33c785-dirty (Aug  7 2007 - 13:07:17)
77657
77658     DRAM:  128 MB
77659     NAND:  128 MiB
77660     In:    serial
77661     Out:   serial
77662     Err:   serial
77663     ARM Clock : 297MHz
77664     DDR Clock : 162MHz
77665     ETH PHY   : DP83848 @ 0x01
77666     U-Boot > iprobe
77667     Valid chip addresses: 1B 38 3A 3D 3F 50 5D 6F
77668     U-Boot > ping 192.168.253.10
77669     host 192.168.253.10 is alive
77670     U-Boot >
77671
77672     Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
77673     Acked-by: Dirk Behme <dirk.behme@gmail.com>
77674     Acked-by: Zach Sadecki <Zach.Sadecki@ripcode.com>
77675     Acked-by: Stefan Roese <sr@denx.de>
77676
77677 commit 2e4d94f1e3c2961428967a33b6ff2520568391b3
77678 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
77679 Date:   Fri Jul 27 01:50:45 2007 -0500
77680
77681     fsl_pci_init cleanup.
77682
77683     Do not enable normal errors created during probe (master abort, perr,
77684     and pcie Invalid Configuration access).
77685
77686     Add CONFIG_PCI_NOSCAN board option to prevent bus scan.
77687
77688     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
77689     Acked-by: Andy Fleming <afleming@freescale.com>
77690
77691 commit 936b3e69b667c3eb9a61ece4e78647d3fce9fc2a
77692 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
77693 Date:   Fri Jul 27 01:50:44 2007 -0500
77694
77695     pciauto_setup_device bars_num fix
77696
77697     Passing bars_num=0 to pciauto_setup_device should assign no bars.
77698
77699     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
77700     Acked-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
77701     Acked-by: Andy Fleming <afleming@freescale.com>
77702
77703 commit cf0b185e58ca0aec8ae2b2a8804ec0ef58ee21d4
77704 Author: Jon Loeliger <jdl@freescale.com>
77705 Date:   Mon Aug 6 17:39:44 2007 -0500
77706
77707     8641hpcn: Do correct sized pointer math.
77708
77709     When I rebased Ed's patch and cleaned up a few compilation
77710     problems, I apparently rebased my brain on crack first.
77711     Fix that by doing (char *) sized pointer math as needed.
77712
77713     Signed-off-by: Jon Loeliger <jdl@freescale.com>
77714
77715 commit cfc7a7f5bb3273c9951173c788001d45118f141f
77716 Author: Jon Loeliger <jdl@freescale.com>
77717 Date:   Thu Aug 2 14:42:20 2007 -0500
77718
77719     cpu/86xx fixes.
77720
77721     Remove rev 1 fixes.
77722     Always set PICGCR_MODE.
77723     Enable machine check and provide board config option
77724     to set and handle SoC error interrupts.
77725
77726     Include MSSSR0 in error message.
77727
77728     Isolate a RAMBOOT bit of code with #ifdef CFG_RAMBOOT.
77729
77730     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
77731     Signed-off-by: Jon Loeliger <jdl@freescale.com>
77732
77733 commit 35d22f957a85a22bb3cd1ad084fa5404620d1c42
77734 Author: Stefan Roese <sr@denx.de>
77735 Date:   Fri Aug 10 10:42:25 2007 +0200
77736
77737     Coding style cleanup
77738
77739     Signed-off-by: Stefan Roese <sr@denx.de>
77740
77741 commit 3a6d56c20989fe27360afe743bd2a7ad4d76e48f
77742 Author: Dirk Behme <dirk.behme@googlemail.com>
77743 Date:   Thu Aug 2 17:42:08 2007 +0200
77744
77745     Make use of generic 64bit division in nand_util.c
77746
77747     Use generic 64bit division in nand_util.c. This makes nand_util.c
77748     independent of any toolchain 64bit division.
77749
77750     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
77751
77752 commit f7c086e94e8ce9aad7268af97f73aa6884686f27
77753 Author: Dirk Behme <dirk.behme@googlemail.com>
77754 Date:   Thu Aug 2 17:41:14 2007 +0200
77755
77756     Move 64bit division from avr32 to generic lib
77757
77758     Move the 64bit division from lib_avr32 to lib_generic. With this, all
77759     boards can do_div/__div64_32 if needed, not only avr one. Code is put
77760     to lib_generic, so no larger memory footprint if not used. No code
77761     modifications. Thanks for proposal by Håvard Skinnemoen.
77762
77763     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
77764
77765 commit 157cda4d0c3d592ccbb19bbfc07d9251894f0894
77766 Author: Niklaus Giger <niklausgiger@gmx.ch>
77767 Date:   Fri Jul 27 11:31:22 2007 +0200
77768
77769     Add PPC4xx-HCU4 and HCU5 boards: HCU5 files
77770
77771     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
77772
77773 commit 6e5de26c6e7580faf16e87745cd488b92b492d0c
77774 Author: Niklaus Giger <niklausgiger@gmx.ch>
77775 Date:   Fri Jul 27 11:30:33 2007 +0200
77776
77777     Add PPC4xx-HCU4 and HCU5 boards: HCU4 files
77778
77779     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
77780
77781 commit e8397fc78c9394d71de233a4d810fbc9047e4c76
77782 Author: Niklaus Giger <niklausgiger@gmx.ch>
77783 Date:   Fri Jul 27 11:38:26 2007 +0200
77784
77785     Add PPC4xx-HCU4 and HCU5 boards: common files
77786
77787     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
77788
77789 commit ac982ea5a4f2f993efcf52dca122f5a59df047d8
77790 Author: Niklaus Giger <niklausgiger@gmx.ch>
77791 Date:   Fri Jul 27 11:28:44 2007 +0200
77792
77793     Add PPC4xx-HCU4 and HCU5 boards: make related
77794
77795     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
77796
77797 commit 137fdd9f474ecb853efdace5200576308c67f18d
77798 Author: Niklaus Giger <niklausgiger@gmx.ch>
77799 Date:   Fri Jul 27 11:28:03 2007 +0200
77800
77801     Add PPC4xx-HCU4 and HCU5 boards: HCU5 config
77802
77803     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
77804
77805 commit 714bc55b35b6f6a65cc8740a3842a543e88cdef2
77806 Author: Niklaus Giger <niklausgiger@gmx.ch>
77807 Date:   Fri Jul 27 11:27:15 2007 +0200
77808
77809     Add PPC4xx-HCU4 and HCU5 boards: HCU4 config
77810
77811     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
77812
77813 commit 1894dd381124bdbfbdae7cf3a6ca52a8eb1f4421
77814 Author: Niklaus Giger <niklausgiger@gmx.ch>
77815 Date:   Fri Jul 27 11:25:31 2007 +0200
77816
77817     Add PPC4xx-HCU4 and HCU5 boards: READMEs
77818
77819     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
77820
77821 commit 641cca9569ce351ddb287fd3343d8b1dcb591db4
77822 Author: Niklaus Giger <niklausgiger@gmx.ch>
77823 Date:   Fri Jul 27 11:37:40 2007 +0200
77824
77825     Add PPC4xx-HCU4 and HCU5 boards: Infrastructure
77826
77827     This series of patches adds support for 2 boards from Netstal Maschinen.
77828
77829     The HCU4 has a PPC405Gpr and
77830     the HCU5 has a PPC440EPX.
77831
77832     The HCU4 has a somehow complicated flash setup, as the booteprom is
77833     only 8 bits and the CFI 16 bits wide, which makes it impossible to use a more
77834     elegant solution.
77835
77836     The HCU5 has only a booteprom as the whole code will be downloaded from a
77837     different board which has HD, CD-ROM, etc and where all code is stored.
77838
77839     This is my third try. I incorporated all suggestions made by Wolfgang and Stefan.
77840     Thanks them a lot.
77841
77842     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
77843
77844 commit 3e4c90c6233618fc1806e63fde68df5f3d6a0171
77845 Author: Stefan Roese <sr@denx.de>
77846 Date:   Fri Aug 10 08:42:55 2007 +0200
77847
77848     ppc4xx: Update lwmon5 POST configuration
77849
77850     Signed-off-by: Stefan Roese <sr@denx.de>
77851
77852 commit 29cb25da56afe18cf5e7072a92a9d98ea8af1fd4
77853 Author: Yuri Tikhonov <yur@emcraft.com>
77854 Date:   Fri Aug 10 08:25:22 2007 +0200
77855
77856     POST: Add ppc4xx UART POST support without external uart clock (lwmon5)
77857
77858     The patch adds support for UART POST on ppc44x-based boards with no
77859     external serial clocks installed.
77860
77861     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
77862     Acked-by: Stefan Roese <sr@denx.de>
77863
77864 commit 99c2fdab91bc633e46fb41dbaa629f87ccf6e00f
77865 Author: Kim Phillips <kim.phillips@freescale.com>
77866 Date:   Mon Aug 6 18:18:34 2007 -0500
77867
77868     mpc83xx: fix ITX[GP] O=builddir builds
77869
77870     make: *** No rule to make target `/work/wd/tmp/board/mpc8349itx/u-boot.lds', needed by `/work/wd/tmp/u-boot'.  Stop.
77871
77872     Both the ITX and ITX-GP fail when you use "make O=<some dir> ..." or
77873     "BUILD_DIR=<some dir> ./MAKEALL ..."
77874
77875     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
77876
77877 commit 47e8bc846759e037b8af0e5f9c9f9cfa7a1050c3
77878 Author: Dave Liu <r63238@freescale.com>
77879 Date:   Wed Aug 1 15:00:59 2007 +0800
77880
77881     mpc83xx: Correct the README for DDR ECC
77882
77883     Update the README for DDR ECC, change the name
77884     to README.mpc83xx.ddrecc.
77885
77886     Signed-off-by: Dave Liu <daveliu@freescale.com>
77887     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
77888
77889 commit daab8c67d2defef73dc26ab07f0c3afd1b05d019
77890 Author: Dave Liu <r63238@freescale.com>
77891 Date:   Wed Aug 1 15:00:15 2007 +0800
77892
77893     mpc83xx: Consolidate the ECC support of 83xx
77894
77895     Remove the duplicated source code of ecc command on the <board>.c,
77896     for reused, move these code to cpu/mpc83xx directory.
77897
77898     Signed-off-by: Dave Liu <daveliu@freescale.com>
77899     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
77900
77901 commit 036575c544cf1b69654d8fb334bda69c6ff3da36
77902 Author: Dave Liu <r63238@freescale.com>
77903 Date:   Sat Aug 4 13:37:39 2007 +0800
77904
77905     mpc83xx: Correct the burst length for DDR2 with 32 bits
77906
77907     The burst length should be 4 for DDR2 with 32 bits bus
77908
77909     Signed-off-by: Dave Liu <daveliu@freescale.com>
77910
77911 commit 1c274c4e05b6dc9b24edc8aa618b02f607ee6eed
77912 Author: Kim Phillips <kim.phillips@freescale.com>
77913 Date:   Wed Jul 25 19:25:33 2007 -0500
77914
77915     mpc83xx: add support for the MPC8323E RDB
77916
77917     MPC8323E based board with 64MB fixed SDRAM, 16MB flash,
77918     five 10/100 ethernet ports connected via an ICPlus IP175C
77919     switch, one PCI slot, and serial.  Features not supported
77920     in this patch are SD card interface, 2 USB ports, and the
77921     two phone ports.
77922
77923     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
77924     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
77925
77926 commit 343d91009d55fc5b3ff8cc940597af6c6aa1d359
77927 Author: Kim Phillips <kim.phillips@freescale.com>
77928 Date:   Wed Jul 25 19:25:28 2007 -0500
77929
77930     mpc83xx: fixup generic pci for libfdt
77931
77932     add libfdt support to the generic 83xx pci code
77933
77934     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
77935
77936 commit f57ac7a7b37109245b69db80839ebee26179966a
77937 Author: Kim Phillips <kim.phillips@freescale.com>
77938 Date:   Wed Jul 25 19:25:22 2007 -0500
77939
77940     mpc83xx: fix 8360 and cpu functions to update fdt being passed
77941
77942     ..and not the global fdt. Rename local fdt vars to blob so as not to
77943     be confused with the global var with the same three-letter name.
77944
77945     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
77946
77947 commit 8be404459a6b7395415a57bb35e8377e3b2b5acb
77948 Author: Jerry Van Baren <gvb.uboot@gmail.com>
77949 Date:   Wed Jul 4 21:34:24 2007 -0400
77950
77951     mpc83xx: Fix errors when CONFIG_OF_LIBFDT is enabled
77952
77953     Several node strings were not correct (trailing slashes and properties
77954       in the strings)
77955     Added setting of the timebase-frequency.
77956     Improved error messages and use debug() instead of printf().
77957
77958     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
77959     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
77960
77961 commit 26d02c9bbac1751c5e19294f000100b48d43a920
77962 Author: Jerry Van Baren <gvb.uboot@gmail.com>
77963 Date:   Wed Jul 4 21:27:30 2007 -0400
77964
77965     mpc83xx: Replace fdt_node_offset() with fdt_find_node_by_path().
77966
77967     The new name matches more closely the kernel's name, which is also
77968     a much better description.
77969
77970     These are the mpc83xx changes made necessary by the function name change.
77971
77972     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
77973     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
77974     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
77975
77976 commit 9be39a67c9f8fef7107f5df09d673005f04d0963
77977 Author: Dave Liu <daveliu@freescale.com>
77978 Date:   Mon Jun 25 10:41:56 2007 +0800
77979
77980     mpc83xx: Add support for the display of reset status
77981
77982     83xx processor family has many reset sources, such as
77983     power on reset, software hard reset, software soft reset,
77984     JTAG, bus monitor, software watchdog, check stop reset,
77985     external hard reset, external software reset.
77986     sometimes, to figure out the fault of system, we need to
77987     know the cause of reset early before the prompt of
77988     u-boot present.
77989
77990     Signed-off-by: Dave Liu <daveliu@freescale.com>
77991     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
77992
77993 commit ff9658d7049bf8c8e8e0a05dbe5e9f7e91aa5a5d
77994 Author: Dave Liu <daveliu@freescale.com>
77995 Date:   Mon Jun 25 10:41:04 2007 +0800
77996
77997     mpc83xx: Fix the align bug of SDMA buffer
77998
77999     According to the latest user manual, the SDMA temporary
78000     buffer base address must be 4KB aligned.
78001
78002     Signed-off-by: Dave Liu <daveliu@freescale.com>
78003     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
78004
78005 commit 66dc2c2dc51f8b88bb8e231bc80cd92eae1d6476
78006 Author: Dave Liu <daveliu@freescale.com>
78007 Date:   Mon Jun 25 13:21:12 2007 +0800
78008
78009     mpc83xx: Revise the MPC8360EMDS readme doc
78010
78011     When the rev2.x silicon mount on the MPC8360EMDS baord,
78012     and if you are using the u-boot version after the commit
78013     3fc0bd159103b536e1c54c6f4457a09b3aba66ca.
78014     to make the ethernet interface usable, we have to setup
78015     the jumpers correctly.
78016
78017     Signed-off-by: Dave Liu <daveliu@freescale.com>
78018     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
78019
78020 commit e739bc95797aac4fefc4c75b55c7c78e59d3ea9c
78021 Author: Timur Tabi <timur@freescale.com>
78022 Date:   Tue Jul 3 13:46:32 2007 -0500
78023
78024     FSL I2C driver programs the two I2C busses differently
78025
78026     The i2c_init() function in fsl_i2c.c programs the two I2C busses differently.
78027     The second I2C bus has its slave address programmed incorrectly and is
78028     missing a 5-us delay.
78029
78030     Signed-off-by: Timur Tabi <timur@freescale.com>
78031     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
78032
78033 commit df33f6b4d6d63693dd9200808b242de1b86cb8e8
78034 Author: Timur Tabi <timur@freescale.com>
78035 Date:   Tue Jul 3 13:04:34 2007 -0500
78036
78037     Update SCCR programming in cpu_init_f() to support all 83xx processors
78038
78039     Update the cpu_init_f() function in cpu/mpc83xx/cpu_init.c to program the
78040     bitfields for all 83xx processors.  The code to update some bitfields was
78041     compiled only on some processors.  Now, the bitfields are programmed as long
78042     as the corresponding CFG_SCCR option is defined in the board header file.
78043     This means that the board header file should not define any CFG_SCCR macros
78044     for bitfields that don't exist on that processor, otherwise the SCCR will be
78045     programmed incorrectly.
78046
78047     Signed-off-by: Timur Tabi <timur@freescale.com>
78048     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
78049
78050 commit 9546266999f0b9b51372636614211b88d90f0f25
78051 Author: Martin Krause <martin.krause@tqs.de>
78052 Date:   Fri Jun 22 13:04:22 2007 +0200
78053
78054     TQM834x: cleanup configuraton
78055
78056     Remove irritating #undef DEBUG
78057
78058     Signed-off-by: Martin Krause <martin.krause@tqs.de>
78059     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
78060
78061 commit 5d497e6bf0f5bf63729b4a47b3fd786d3c77a1bc
78062 Author: david.saada <David.Saada@ecitele.com>
78063 Date:   Mon Jun 18 09:09:53 2007 -0700
78064
78065     MPC83xx: Fix makefile to generate config.h file in the build directory
78066
78067     MPC83xx: Fix the Makefile config sections to generate the include/config.h
78068     file in the build directory instead of the source directory.
78069
78070     Signed-off-by: David Saada <david.saada@ecitele.com>
78071     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
78072
78073 commit 1ded0242e437259366792d52b7e9d1e1931d8fa5
78074 Author: Lee Nipper <Lee.Nipper@freescale.com>
78075 Date:   Thu Jun 14 20:07:33 2007 -0500
78076
78077     mpc83xx: Add support for 8360 silicon revision 2.1
78078
78079     This change adds 8360 silicon revision 2.1 support to u-boot.
78080
78081     Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
78082     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
78083
78084 commit a22806469a8f2b69c829f4fd5361fdebd0cb01b4
78085 Author: Kumar Gala <galak@kernel.crashing.org>
78086 Date:   Wed Aug 8 04:14:28 2007 -0500
78087
78088     Treat ppc64 host as ppc
78089
78090     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
78091
78092 commit 0dc4279b08ff82472bec2e2c90858602459febe8
78093 Author: Jason Jin <Jason.jin@freescale.com>
78094 Date:   Wed Aug 8 09:01:46 2007 +0800
78095
78096     Minor fix for bios emulator makefile
78097
78098     Add $(obj) to LIB avoiding objects be built in the source dir
78099
78100     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
78101
78102 commit ce981dc857adfc8036ca2f6d5d5a06c2a8aa77d6
78103 Author: Jason Jin <Jason.jin@freescale.com>
78104 Date:   Wed Aug 8 08:33:11 2007 +0800
78105
78106     Add CONFIG_BIOSEMU define to guard all the bios emulator code
78107
78108     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
78109
78110     This patch fix the compile issue on the board that did not enable the bios emulator
78111
78112 commit ed8106433522f2ea8933e9808346860d061d7731
78113 Author: Zach Sadecki <Zach.Sadecki@ripcode.com>
78114 Date:   Tue Jul 31 12:27:25 2007 -0500
78115
78116     tsec: fix multiple PHY support
78117
78118     The change entitled "Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx"
78119     broke multiple PHY support in tsec.c.  This fixes it.
78120
78121     Signed-off-by: Zach Sadecki <Zach.Sadecki@ripcode.com>
78122     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
78123
78124 commit dcb84b7208ade0bbebbeb56bec9c2c64f8b2eede
78125 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
78126 Date:   Thu Aug 9 09:08:18 2007 -0500
78127
78128     tsec: Allow Ten Bit Interface address to be configurable
78129
78130     Allow the address of the Ten Bit Interface (TBI) to be changed in the
78131     event of a conflict with another device.
78132
78133     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
78134
78135 commit 3ba4c2d68f6541db4677b4aea12071f56e6ff6e6
78136 Author: Stefan Roese <sr@denx.de>
78137 Date:   Wed Aug 8 09:54:26 2007 +0200
78138
78139     Coding style cleanup
78140
78141     Signed-off-by: Stefan Roese <sr@denx.de>
78142
78143 commit a41de1f0d373e09c782dea558385a06247111ba5
78144 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
78145 Date:   Sun Aug 5 05:15:18 2007 -0500
78146
78147     Port enabled for I2C signals and chipselects port configuration.
78148
78149     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
78150
78151 commit 1a33ce65a4c51a69190dd8c408f9e1c62a66e94f
78152 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
78153 Date:   Sun Aug 5 04:31:18 2007 -0500
78154
78155     Added NAND support
78156
78157     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
78158
78159 commit eaf9e447beb3e498818ef8ad0b8c1597cd506149
78160 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
78161 Date:   Sun Aug 5 04:11:20 2007 -0500
78162
78163     Added I2C support
78164
78165     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
78166
78167 commit 99c03c175d2689093176facf17c58ce2cb320001
78168 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
78169 Date:   Sun Aug 5 03:58:52 2007 -0500
78170
78171     Changed CFG_CLK to gd->bus_clk for CFG_TIMER_PRESCALER. Added DECLARE_GLOBAL_DATA_PTR for time.c
78172
78173     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
78174
78175 commit 8d1d66af54d305de29d0bbf4aa8c9e6375f7f731
78176 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
78177 Date:   Sun Aug 5 03:55:21 2007 -0500
78178
78179     Added uart_gpio_conf() in serial_init(), seperated uart port configuration from cpu_init() to uart_gpio_conf()
78180
78181     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
78182
78183 commit 6fde84a44b7e575ea80fe0e2d5be3b6f73d1e630
78184 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
78185 Date:   Sun Aug 5 03:43:30 2007 -0500
78186
78187     Moved sync() from board file to include/asm-m68k/io.h
78188
78189     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
78190
78191 commit 9e737d8476e7d6a596d16caaf6a3853a9a1190a2
78192 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
78193 Date:   Sun Aug 5 03:30:44 2007 -0500
78194
78195     Declared attributes of void __mii_init(void) as an alias for int mii_init(void)
78196
78197     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
78198
78199 commit 9998bd37ead85e93953559720710d3b0685c81e6
78200 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
78201 Date:   Sun Aug 5 03:19:10 2007 -0500
78202
78203     Renamed CONFIG_MCFSERIAL to CONFIG_MCFUART
78204
78205     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
78206
78207 commit 7c4c3722a38d40b0cf537ddae72b04f4088b190c
78208 Author: Jason Jin <Jason.jin@freescale.com>
78209 Date:   Tue Aug 7 16:17:06 2007 +0800
78210
78211     Add CONFIG_BIOSEMU define to guard all the bios emulator code
78212
78213     This patch fix the compile issue on the board that did not enable the bios emulator
78214
78215 commit bf1060ea4f9eaa7e7d164a70a7d6f28939882053
78216 Author: Wolfgang Denk <wd@denx.de>
78217 Date:   Tue Aug 7 16:02:13 2007 +0200
78218
78219     Fix missing brace error in fs/fat/fat.c
78220     [pointed out by Roderik Wildenburg]
78221
78222     Signed-off-by: Wolfgang Denk <wd@denx.de>
78223
78224 commit 706714d97a0d08d59eda4de2268c39f504688329
78225 Author: Michal Simek <monstr@monstr.eu>
78226 Date:   Mon Aug 6 23:41:53 2007 +0200
78227
78228     [FIX] remove cute code
78229
78230 commit f500d9fdeb576288656dac427052ad2c5ca0ad1a
78231 Author: Michal Simek <monstr@monstr.eu>
78232 Date:   Mon Aug 6 23:35:26 2007 +0200
78233
78234     [FIX] Fix romfs code
78235
78236 commit ab4b956d3143f8f8174089053f5dfabbb04762b0
78237 Author: Michal Simek <monstr@monstr.eu>
78238 Date:   Mon Aug 6 23:31:49 2007 +0200
78239
78240     [FIX] Coding style cleanup - Wolfgang's suggestions
78241
78242 commit 6c33c78557ca6f8da68c01ce33e278695197d3f4
78243 Author: Wolfgang Denk <wd@denx.de>
78244 Date:   Mon Aug 6 23:21:05 2007 +0200
78245
78246     Fixed typo in README (pointed out by Martin Jost).
78247
78248     Signed-off-by: Wolfgang Denk <wd@denx.de>
78249
78250 commit 537223afa61f64480df31ce440a9cb386df4a814
78251 Author: Stefan Roese <sr@denx.de>
78252 Date:   Mon Aug 6 21:10:17 2007 +0200
78253
78254     ppc4xx: Update AMCC Bamboo README doc/README.bamboo
78255
78256     As suggested by Eugene O'Brien <Eugene.O'Brien@advantechamt.com>,
78257     here an updated Bamboo README.
78258
78259     Signed-off-by: Stefan Roese <sr@denx.de>
78260
78261 commit 9c7e4b06214db61bb21f1bcbe57c97519669baae
78262 Author: Wolfgang Denk <wd@denx.de>
78263 Date:   Mon Aug 6 02:17:36 2007 +0200
78264
78265     Coding style cleanup. Update CHANGELOG.
78266
78267     Signed-off-by: Wolfgang Denk <wd@denx.de>
78268
78269 commit 221838cc7eb178370ff62aa05920a582e12ac322
78270 Author: Jason Jin <Jason.jin@freescale.com>
78271 Date:   Tue Jul 10 09:03:22 2007 +0800
78272
78273     Remove the bios emulator from MAI board.
78274
78275     The bios emulator in the MAI board can not pass compile
78276     and have a lot of crap in it. remove it and will have a
78277     clean and small bios emulator in the drivers directory
78278     which can be uesed for every board.
78279
78280     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
78281
78282 commit 5618332409bb96f4448d1712899369fc80c0b489
78283 Author: Jason Jin <Jason.jin@freescale.com>
78284 Date:   Fri Jul 13 12:14:59 2007 +0800
78285
78286     Fix some compile issues for MAI board.
78287
78288     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
78289
78290 commit 0f460a1ee148b648ee242c3157650287d4296260
78291 Author: Jason Jin <Jason.jin@freescale.com>
78292 Date:   Fri Jul 13 12:14:58 2007 +0800
78293
78294     Configurations for ATI video card BIOS emulator
78295
78296     This patch add definition of the BIOS emulator and the ATI framebuffer
78297     driver for MPC8641HPCN board.
78298
78299     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
78300     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
78301
78302 commit ece92f85053b8df613edcf05b26a416cbc3d629c
78303 Author: Jason Jin <Jason.jin@freescale.com>
78304 Date:   Fri Jul 6 08:34:56 2007 +0800
78305
78306     This is a BIOS emulator, porting from SciTech for u-boot, mainly for
78307     ATI video card BIOS. and can be used for x86 code emulation by some
78308     modifications.
78309
78310     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
78311
78312 commit 5072188acabde3178fac7f5a597150e6e74fd40c
78313 Author: Jason Jin <Jason.jin@freescale.com>
78314 Date:   Fri Jul 6 08:33:33 2007 +0800
78315
78316     This is a framebuffer driver for ATI video card, can work for PCI9200,
78317     X300, X700, X800 ATI video cards.
78318
78319     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
78320     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
78321
78322 commit 5728be389e65fd47f34b33c2596271eb4db751ae
78323 Author: Wolfgang Denk <wd@denx.de>
78324 Date:   Mon Aug 6 01:01:49 2007 +0200
78325
78326     Coding style cleanup. Update CHANGELOG.
78327
78328     Signed-off-by: Wolfgang Denk <wd@denx.de>
78329
78330 commit 8092fef4c29b395958bb649647da7e3775731517
78331 Author: Martin Krause <Martin.Krause@tqs.de>
78332 Date:   Tue Dec 12 14:26:01 2006 +0100
78333
78334     Add functions to list of exported functions
78335
78336     Additionally export the following fuctions (to make trab_config build again):
78337     - simple_strtol()
78338     - strcmp()
78339
78340     Also bump the ABI version to reflect this change
78341
78342     Signed-off-by: Martin Krause <martin.krause@tqs.de>
78343
78344 commit 63cec5814fab5d2b1c86982327433807a5ac0249
78345 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
78346 Date:   Thu Aug 2 14:09:49 2007 -0500
78347
78348     Make MPC8641's PCI/PCI-E driver a common driver for many FSL parts.
78349
78350     All of the PCI/PCI-Express driver and initialization code that
78351     was in the MPC8641HPCN port has now been moved into the common
78352     drivers/fsl_pci_init.c.  In a subsequent patch, this will be
78353     utilized by the 85xx ports as well.
78354
78355     Common PCI-E IMMAP register blocks for FSL 85xx/86xx are added.
78356
78357     Also enable the second PCI-Express controller on 8641
78358     by getting its BATS and CFG_ setup right.
78359
78360     Fixed a u16 vendor compiler warning in AHCI driver too.
78361
78362     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
78363     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
78364     Signed-off-by: Jon Loeliger <jdl@freescale.com>
78365
78366 commit a274ca4f6d68830e7c916f897561cff8c4101c38
78367 Author: Michal Simek <monstr@monstr.eu>
78368 Date:   Sun Aug 5 22:33:05 2007 +0200
78369
78370     [FIX] Coding style cleanup
78371
78372 commit af8377d4eb3a0ac5a831830d5ce63fbf65fecb7f
78373 Author: Michal Simek <monstr@monstr.eu>
78374 Date:   Sun Aug 5 16:13:31 2007 +0200
78375
78376     [FIX] Xilinx Uartlite driver
78377     Because PPC405 can use UARTLITE serial interface and
78378     Microblaze can use Uart16550 serial interface not only Uartlite.
78379
78380 commit 98889edd50aadf862071eb5664747ad0d568a20e
78381 Author: Michal Simek <monstr@monstr.eu>
78382 Date:   Sun Aug 5 15:54:53 2007 +0200
78383
78384     [FIX] Change configuration for XUPV2P Microblaze board
78385
78386 commit 537091b4eed9302865d03fef3f7212b4fe5cf28f
78387 Author: Michal Simek <monstr@monstr.eu>
78388 Date:   Sun Aug 5 15:53:50 2007 +0200
78389
78390     [PATCH] Added support for Xilinx Emac community driver
78391
78392 commit 86b116b1b1e165ca4840daefed36d2e3b8460173
78393 Author: Bartlomiej Sieka <tur@semihalf.com>
78394 Date:   Fri Aug 3 12:08:16 2007 +0200
78395
78396     cm1_qp1 -> cm5200: single U-Boot image for modules from the cm5200 family.
78397
78398     Add the ability for modules from the Schindler cm5200 family to use a
78399     single U-Boot image:
78400     - rename cm1_qp1 to cm5200
78401     - add run-time module detection
78402     - parametrize SDRAM configuration according to the module we are running on
78403
78404     Few minor, board-specific fixes included in this patch:
78405     - better MAC address handling
78406     - updated default environment ('update' command uses +{filesize} now)
78407     - improved error messages in the auto-update code
78408     - allow booting U-Boot from RAM (CFG_RAMBOOT)
78409
78410     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
78411     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
78412     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
78413
78414 commit c7e717ebc2b044d7a71062552c9dc0f54ea9b779
78415 Author: Andy Fleming <afleming@freescale.com>
78416 Date:   Fri Aug 3 04:05:25 2007 -0500
78417
78418     Add Marvell 1149 PHY support to the TSEC
78419
78420 commit b1b54e352028ed370c3aa95d6fdeb9d64c5d2f86
78421 Author: Wolfgang Denk <wd@denx.de>
78422 Date:   Thu Aug 2 21:27:46 2007 +0200
78423
78424     Coding style cleanup, update CHANGELOG
78425
78426     Signed-off-by: Wolfgang Denk <wd@denx.de>
78427
78428 commit 63e22764d2f8653f68888c667eb65b3996b52680
78429 Author: Wolfgang Denk <wd@denx.de>
78430 Date:   Thu Aug 2 10:11:18 2007 +0200
78431
78432     Minor cleanup of <board>_nand build rules.
78433
78434 commit 9ca8d79de096c65b9b9c867259b3ff4685f775ef
78435 Author: Stefan Roese <sr@denx.de>
78436 Date:   Thu Aug 2 08:33:56 2007 +0200
78437
78438     ppc4xx: Code cleanup
78439
78440     Signed-off-by: Stefan Roese <sr@denx.de>
78441
78442 commit c92409812206ac67a7fa7aae298539a9c3804a46
78443 Author: Grzegorz Bernacki <gjb@semihalf.com>
78444 Date:   Tue Jul 31 18:51:48 2007 +0200
78445
78446     [ppc440SPe] Graceful recovery from machine check during PCIe configuration
78447
78448     During config transactions on the PCIe bus an attempt to scan for a
78449     non-existent device can lead to a machine check exception with certain
78450     peripheral devices. In order to avoid crashing in such scenarios the
78451     instrumented versions of the config cycle read routines are introduced, so
78452     the exceptions fixups framework can gracefully recover.
78453
78454     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
78455     Acked-by: Rafal Jaworowski <raj@semihalf.com>
78456
78457 commit dec99558b9ea75a37940d07f41a3565a50b54ad1
78458 Author: Rafal Jaworowski <raj@semihalf.com>
78459 Date:   Tue Jul 31 18:19:54 2007 +0200
78460
78461     [ppc4xx] Separate settings for PCIe bus numbering on 440SPe rev.A
78462
78463     This brings back separate settings for PCIe bus numbers depending on chip
78464     revision, which got eliminated in 2b393b0f0af8402ef43b25c1968bfd29714ddffa
78465     commit. 440SPe rev. A does NOT work properly with the same settings as for
78466     the rev. B (no devices are seen on the bus during enumeration).
78467
78468     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
78469
78470 commit cdd917a43da6fa7fc8f54a3cc9f420ce5ecf3197
78471 Author: Wolfgang Denk <wd@denx.de>
78472 Date:   Thu Aug 2 00:48:45 2007 +0200
78473
78474     Fix build errors and warnings / code cleanup.
78475
78476     Signed-off-by: Wolfgang Denk <wd@denx.de>
78477
78478 commit d2f68006627eda6cb6c7f364bddf621dbfd2fc68
78479 Author: Eugene OBrien <eugene.obrien@advantechamt.com>
78480 Date:   Tue Jul 31 10:24:56 2007 +0200
78481
78482     ppc4xx: Update AMCC Bamboo 440EP support
78483
78484     Changed storage type of cfg_simulate_spd_eeprom to const
78485     Changed storage type of gpio_tab to stack storage
78486     (Cannot access global data declarations in .bss until afer code relocation)
78487
78488     Improved SDRAM tests to catch problems where data is not uniquely addressable
78489     (e.g. incorrectly programmed SDRAM row or columns)
78490
78491     Added CONFIG_PROG_SDRAM_TLB to support Bamboo SIMM/DIMM modules
78492     Fixed AM29LV320DT (OpCode Flash) sector map
78493
78494     Signed-off-by: Eugene OBrien <eugene.obrien@advantechamt.com>
78495     Signed-off-by: Stefan Roese <sr@denx.de>
78496
78497 commit ea9f6bce383cc9fbcdee28b5836109b1a6dba574
78498 Author: Stefan Roese <sr@denx.de>
78499 Date:   Tue Jul 31 08:37:01 2007 +0200
78500
78501     ppc4xx: Update 440EPx lwmon5 board support
78502
78503     - Clear ECC status regs after ECC POST test
78504     - Set dcbz for ECC generation with caches enabled as default
78505     - Code cleanup
78506
78507     Signed-off-by: Stefan Roese <sr@denx.de>
78508
78509 commit 27a528fb41433c4c1e2b5d6bd3fd8d78606fc724
78510 Author: Stefan Roese <sr@denx.de>
78511 Date:   Mon Jul 30 11:04:57 2007 +0200
78512
78513     ppc4xx: Only print ECC related info when the error bis are set
78514
78515     Signed-off-by: Stefan Roese <sr@denx.de>
78516
78517 commit e36220a4baf1f188ba60f17e9d0f043069b1362a
78518 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
78519 Date:   Fri Jul 27 16:44:31 2007 +0200
78520
78521     new FPGA image for PLU405 board
78522
78523     new FPGA image for PLU405 board with improved CompactFlash timing
78524
78525     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
78526
78527 commit 8993e54b6f397973794f3d6f47d3b3c0c98dd4f6
78528 Author: Rafal Jaworowski <raj@semihalf.com>
78529 Date:   Fri Jul 27 14:43:59 2007 +0200
78530
78531     [ADS5121] Support for the ADS5121 board
78532
78533     The following MPC5121e subsystems are supported:
78534
78535     - low-level CPU init
78536     - NOR Boot Flash (common CFI driver)
78537     - DDR SDRAM
78538     - FEC
78539     - I2C
78540     - Watchdog
78541
78542     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
78543     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
78544     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
78545
78546 commit 1863cfb7b100ba0ee3401799457a01dc058745f8
78547 Author: Rafal Jaworowski <raj@semihalf.com>
78548 Date:   Fri Jul 27 14:22:04 2007 +0200
78549
78550     [PPC] Remove unused MSR_USER definition
78551
78552     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
78553
78554 commit d4024bb72dd81695ec099b2199eda0d27c623e62
78555 Author: John Otken <john@softadvances.com>
78556 Date:   Thu Jul 26 17:49:11 2007 +0200
78557
78558     ppc4xx: Add support for AMCC 405EP Taihu board
78559
78560     Signed-off-by: John Otken <john@softadvances.com>
78561
78562 commit b66091de6c7390620312c2501db23d8391e7cabb
78563 Author: Anatolij Gustschin <agust@denx.de>
78564 Date:   Thu Jul 26 15:08:01 2007 +0200
78565
78566     ppc4xx: lwmon5: Update Lime initialization
78567
78568     Change Lime SDRAM initialization to now support 100MHz and
78569     133MHz (if enabled). Also the framebuffer is initialized to
78570     display a blue rectangle with a white border.
78571
78572     Signed-off-by: Anatolij Gustschin <agust@denx.de>
78573     Signed-off-by: Stefan Roese <sr@denx.de>
78574
78575 commit 9f24a808f17fc0f37b7fb4805f734741335caecc
78576 Author: Stefan Roese <sr@denx.de>
78577 Date:   Tue Jul 24 09:52:52 2007 +0200
78578
78579     ppc4xx: lwmon5: Support for 128 MByte NOR FLASH added
78580
78581     The used Intel NOR FLASH chips have internally two dies, and are now
78582     treated as two seperate chips.
78583
78584     Signed-off-by: Stefan Roese <sr@denx.de>
78585
78586 commit aedf5bde179ecfbd0a96130d18996a96518b785f
78587 Author: Stefan Roese <sr@denx.de>
78588 Date:   Tue Jul 24 07:20:09 2007 +0200
78589
78590     ppc4xx: Fix lwmon5 interrupt controller setup (polarity, trigger...)
78591
78592     As suggested by Hakan Eryigit, here an updated setup for the lwmon5
78593     interrupt controller.
78594
78595     Signed-off-by: Stefan Roese <sr@denx.de>
78596
78597 commit a71d96eac8130b53a91f93cd10c70fca0db18d52
78598 Author: Stefan Roese <sr@denx.de>
78599 Date:   Fri Jul 20 15:03:44 2007 +0200
78600
78601     ppc4xx: Fix bug with default GPIO output value
78602
78603     As spotted by Matthias Fuchs, the default output values for all GPIO1
78604     outputs were not setup correctly. This patch fixes this issue.
78605
78606     Signed-off-by: Stefan Roese <sr@denx.de>
78607
78608 commit 531e3e8b831f357056448fa573137d5fb37000fd
78609 Author: Pavel Kolesnikov <concord@emcraft.com>
78610 Date:   Fri Jul 20 15:03:03 2007 +0200
78611
78612     POST: Add ECC POST for the lwmon5 board
78613
78614     This patch adds ECC Post test for the Lwmon5 board based
78615     on PPC440EPx to U-Boot.
78616
78617     Signed-off-by: Pavel Kolesnikov <concord@emcraft.com>
78618     Acked-by: Yuri Tikhonov <yur@emcraft.com>
78619     Acked-by: Stefan Roese <sr@denx.de>
78620
78621 commit cc3023b9f95d7ac959a764471a65001062aecf41
78622 Author: Rafal Jaworowski <raj@semihalf.com>
78623 Date:   Thu Jul 19 17:12:28 2007 +0200
78624
78625     Fix breakage of 8xx boards from recent commit.
78626
78627     This patch fixes the negative consequences for 8xx of the recent
78628     "ppc4xx: Clean up 440 exceptions handling" commit.
78629
78630     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
78631
78632 commit c883f6ea32dce91f07670b3aafecf6c99b1e5341
78633 Author: Stefan Roese <sr@denx.de>
78634 Date:   Mon Jul 16 13:11:12 2007 +0200
78635
78636     Coding style cleanup
78637
78638     Signed-off-by: Stefan Roese <sr@denx.de>
78639
78640 commit 8848ec858f74ed6dab06fb6d5ddc933e0a1328bf
78641 Author: Stefan Roese <sr@denx.de>
78642 Date:   Mon Jul 16 10:02:12 2007 +0200
78643
78644     ppc4xx: Code cleanup
78645
78646     Signed-off-by: Stefan Roese <sr@denx.de>
78647
78648 commit 2a49fc17d09020e7ebd9536694d99d20e419fcb8
78649 Author: Stefan Roese <sr@denx.de>
78650 Date:   Mon Jul 16 10:01:38 2007 +0200
78651
78652     ppc4xx: AMCC Luan uses the new boardspecific DDR2 controller setup
78653
78654     Signed-off-by: Stefan Roese <sr@denx.de>
78655
78656 commit df3f17422aeb03fb81a7ac8c78d2b05d05aa4cf9
78657 Author: Stefan Roese <sr@denx.de>
78658 Date:   Mon Jul 16 10:00:43 2007 +0200
78659
78660     ppc4xx: Support for Yucca board with 440SPe Rev A added to 44x_spd_ddr2.c
78661
78662     The new boardspecific DDR2 controller configuration is used for the Yucca
78663     board. Now the Yucca board with 440SPe Rev. A chips is also supported.
78664
78665     Signed-off-by: Stefan Roese <sr@denx.de>
78666
78667 commit 6ed14addf97c8cd8f531e9ae7b2d3e222fffd53e
78668 Author: Stefan Roese <sr@denx.de>
78669 Date:   Mon Jul 16 09:57:00 2007 +0200
78670
78671     ppc4xx: Add new weak functions to support boardspecific DDR2 configuration
78672
78673     The new "weak" functions ddr_wrdtr() and ddr_clktr() are added to better
78674     support non default, boardspecific DDR(2) controller configuration.
78675
78676     Signed-off-by: Stefan Roese <sr@denx.de>
78677
78678 commit 5743a9207a370b90f09b20ebd61167c806b937f3
78679 Author: Stefan Roese <sr@denx.de>
78680 Date:   Mon Jul 16 08:53:51 2007 +0200
78681
78682     ppc4xx: Add remove_tlb() function to remove a mem area from TLB setup
78683
78684     The new function remove_tlb() can be used to remove the TLB's used to
78685     map a specific memory region. This is especially useful for the DDR(2)
78686     setup routines which configure the SDRAM area temporarily as a cached
78687     area (for speedup on auto-calibration and ECC generation) and later
78688     need this area uncached for normal usage.
78689
78690     Signed-off-by: Stefan Roese <sr@denx.de>
78691
78692 commit 0c0a9cda1bde37106520476ed486bd67eb8d30ae
78693 Author: Michal Simek <monstr@monstr.eu>
78694 Date:   Mon Jul 16 00:31:07 2007 +0200
78695
78696     [PATCH] Support for Xilinx EmacLite controller
78697
78698 commit 3a6cab844cf74f76639d795e0be8717e02c86af7
78699 Author: Wolfgang Denk <wd@denx.de>
78700 Date:   Sat Jul 14 22:51:02 2007 +0200
78701
78702     Update CHANGELOG
78703
78704     Signed-off-by: Wolfgang Denk <wd@denx.de>
78705
78706 commit 5280f352c8da33b1d7fbf448768717d9e16ff9a1
78707 Author: Michal Simek <monstr@monstr.eu>
78708 Date:   Sat Jul 14 13:11:28 2007 +0200
78709
78710     [FIX] support for simply measuring time
78711
78712 commit 91bb4ca665d2e0cf7f60c4b5b370990250ec0c43
78713 Author: Michal Simek <monstr@monstr.eu>
78714 Date:   Sat Jul 14 12:41:23 2007 +0200
78715
78716     [FS] Added support for ROMFS
78717
78718 commit 011595307731a7a67a7445d107c279d031e8ab97
78719 Author: Heiko Schocher <hs@pollux.denx.de>
78720 Date:   Sat Jul 14 01:06:58 2007 +0200
78721
78722     [PCS440EP]  - fix compile error, if BUILD_DIR is used
78723
78724 commit 5a2f1098d81ad58b309e5e558d0492643166a799
78725 Author: Michal Simek <monstr@monstr.eu>
78726 Date:   Sat Jul 14 00:18:48 2007 +0200
78727
78728     [PATCH] Support time without timer
78729
78730 commit a476ca2ac2217ddd05a2bf0c514075814b10a3c0
78731 Author: Michal Simek <monstr@monstr.eu>
78732 Date:   Fri Jul 13 21:43:55 2007 +0200
78733
78734     [PATCH] Remove problem with disabled BARREL SHIFTER
78735
78736 commit 55e26ad62107d2f14f757de3ae0b14b9aa7aed94
78737 Author: Michal Simek <monstr@monstr.eu>
78738 Date:   Fri Jul 13 21:41:44 2007 +0200
78739
78740     [FIX] correct help for rspr
78741
78742 commit fad63407154f46246ce80d53a9c669a44362ac67
78743 Author: Heiko Schocher <hs@pollux.denx.de>
78744 Date:   Fri Jul 13 09:54:17 2007 +0200
78745
78746     make show_boot_progress () weak.
78747
78748     Signed-off-by: Heiko Schocher <hs@denx.de>
78749
78750 commit 907902472391b6ca1876ec300687562ecaf459b1
78751 Author: Heiko Schocher <hs@pollux.denx.de>
78752 Date:   Fri Jul 13 08:26:05 2007 +0200
78753
78754     [PCS440EP]  - The DIAG LEDs are now blinking, if an error occur
78755                 - fix compile error, if BUILD_DIR is used
78756
78757     Signed-off-by: Heiko Schocher <hs@denx.de>
78758
78759 commit a2e1c7098cf9574386b0c96841dfc8ea5cc93578
78760 Author: Stefan Roese <sr@denx.de>
78761 Date:   Thu Jul 12 16:32:08 2007 +0200
78762
78763     ppc4xx: Change receive buffer handling in the 4xx emac driver
78764
78765     This change fixes a bug in the receive buffer handling, that
78766     could lead to problems upon high network traffic (broadcasts...).
78767
78768     Signed-off-by: Stefan Roese <sr@denx.de>
78769
78770 commit 239f05ee4dd4cfe0b50f251b533dcebe9e67c360
78771 Author: Wolfgang Denk <wd@denx.de>
78772 Date:   Thu Jul 12 01:45:34 2007 +0200
78773
78774     Update CHANGELOG, minor coding style cleanup.
78775
78776     Signed-off-by: Wolfgang Denk <wd@denx.de>
78777
78778 commit 5a56af3b522ba47fb33a3fee84d23bf1e5429654
78779 Author: Andy Fleming <afleming@freescale.com>
78780 Date:   Fri Jun 8 16:41:18 2007 -0500
78781
78782     Remove erroneous errata code from Marvel 88E1111S driver
78783
78784     The Marvel 88E1111S driver for the TSEC was copied from the
78785     88E1101 driver, and included a fix for an erratum which does not
78786     exist on that part.  Now it is removed
78787
78788     Signed-off-by: Andy Fleming <afleming@freescale.com>
78789
78790 commit 982efcf23fd03647e01e2fbe28a7a36239156cc0
78791 Author: Andy Fleming <afleming@freescale.com>
78792 Date:   Tue Jun 5 16:38:44 2007 -0500
78793
78794     From: eran liberty <eran.liberty@gmail.com>
78795
78796     adds the reset register to 85xx immap
78797
78798     Signed-off-by: Eran Liberty <eran.liberty@gmail.com>
78799     Signed-off-by: Andy Fleming <afleming@freescale.com>
78800
78801 commit d3ec0d943a045bdb99e159e7bbc77430e09f11d7
78802 Author: Andy Fleming <afleming@freescale.com>
78803 Date:   Thu May 10 17:50:01 2007 -0500
78804
78805     Polished the 85xx ADS config files
78806
78807     Made the boot commands use device trees by default.
78808     Also moved the ramdisk to 1000000 (I think the previous address
78809     was getting overridden during boot).
78810
78811     Signed-off-by: Andy Fleming <afleming@freescale.com>
78812
78813 commit bfb37b32d1b0b03f18077dba49cc66a6e76fa038
78814 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
78815 Date:   Wed May 9 11:03:32 2007 -0500
78816
78817     8544ds: Fix Makefile after moving pixis to board/freescale.
78818
78819     The OBJTREE != SRCTREE build scenario was broken.
78820     This fixes it.
78821
78822     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
78823     Signed-off-by: Jon Loeliger <jdl@freescale.com>
78824
78825 commit 2a3cee43c3b71fa5b8d91db19f05067865290f3e
78826 Author: Andy Fleming <afleming@freescale.com>
78827 Date:   Wed May 9 00:54:20 2007 -0500
78828
78829     tsec: Fix PHY code to match first driver
78830
78831     Jarrold Wen noticed that the generic PHY code always matches
78832     under the current implementation.  Change it so the first match
78833     wins, and *only* unknown PHYs trigger the generic driver
78834
78835     Signed-off-by: Andy Fleming <afleming@freescale.com>
78836
78837 commit ccc091aac61a38cd998d575d92f7232e256d6312
78838 Author: Andy Fleming <afleming@freescale.com>
78839 Date:   Tue May 8 17:27:43 2007 -0500
78840
78841     Add support for CPM device tree configuration to 8560 ADS
78842
78843     * Adds code to modify CPM frequencies
78844     * Cleans up the config file to #define TSEC and (for now) #undef FCC
78845     * Adds the MII command for all 8560 ADS configurations
78846     * Updates config file to provide convenience commands for booting
78847       with a device tree
78848
78849     Signed-off-by: Vitaly Bordug <vbordug@ru.mvista.com>
78850     Signed-off-by: Andy Fleming <afleming@freescale.com>
78851
78852 commit 7507d56ccaf7aae1c474342a9a5540165cd7e9d9
78853 Author: Andy Fleming <afleming@freescale.com>
78854 Date:   Tue May 8 17:23:02 2007 -0500
78855
78856     Fix Marvell 88e1145 PHY init code
78857
78858     Fix a bug in the Marvell 88e1145 PHY init code in the TSEC driver
78859     where the reset was being done after the errata code instead of
78860     before.
78861
78862     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
78863     Signed-off-by: Andy Fleming <afleming@freescale.com>
78864
78865 commit 5dc210dec5bace98a50b6ba905347890091a9bb0
78866 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
78867 Date:   Wed Jul 11 14:52:16 2007 -0500
78868
78869     Add simple agent/end-point configuration in PCI AutoConfig for PCI_CLASS_PROCESSOR_POWERPC.
78870
78871     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
78872
78873 commit e8b85f3ba4cd8930e0a2fea2100c815d64201765
78874 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
78875 Date:   Wed Jul 11 14:52:08 2007 -0500
78876
78877     pciauto setup bridge
78878
78879     The P2P bridge bus numbers programmed into the device are relative to
78880     hose->first_busno.
78881
78882     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
78883
78884 commit 571f49fa717004ca4268b4e24057efc7bf9f987b
78885 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
78886 Date:   Wed Jul 11 14:52:01 2007 -0500
78887
78888     Support PCIe extended config registers
78889
78890     FSL PCIe block has extended cfg registers in the 100 and 400 range.
78891     For example, to read the LTSSM register: pci display <busn>.0 404 1
78892
78893     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
78894
78895 commit ba5feb12581bb2912ce301e4866b71f846e9fc07
78896 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
78897 Date:   Wed Jul 11 14:51:48 2007 -0500
78898
78899     Minor improvements to drivers/pci_auto.c
78900
78901     - Make pciauto_{pre,post}scan_setup_bridge non-static
78902     - Added physical address display in debug messages.
78903
78904     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
78905
78906 commit 40e81addab7bb74d20ddf681ce9babc880a828ee
78907 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
78908 Date:   Wed Jul 11 14:51:35 2007 -0500
78909
78910     Start pci hose scan from hose->current_busno.
78911
78912     Ensure hose->current_busno is not less than first_busno.  This fixes
78913     broken board code which leaves current_busno=0 when first_busno is
78914     greater than 0 for the cases with multiple controllers.
78915
78916     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
78917
78918 commit 3865b1fb7843a08ad49a6319a36415752276ff48
78919 Author: Stefan Roese <sr@denx.de>
78920 Date:   Wed Jul 11 12:13:53 2007 +0200
78921
78922     Fix some compile problems introduced by the latest CFG_CMD_xxx cleanup
78923
78924     Signed-off-by: Stefan Roese <sr@denx.de>
78925
78926 commit fa1df308926a6f70e3504c57514ef27ac31fd13a
78927 Author: Bartlomiej Sieka <tur@semihalf.com>
78928 Date:   Wed Jul 11 20:11:07 2007 +0200
78929
78930     CM1.QP1: Support for the Schindler CM1.QP1 board.
78931
78932     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
78933     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
78934
78935 commit 96e1d75be8193ca79e4215a368bf9d7f2362450f
78936 Author: Heiko Schocher <hs@pollux.denx.de>
78937 Date:   Wed Jul 11 18:39:11 2007 +0200
78938
78939     [PCS440EP]  - Show on the DIAG LEDs, if the SHA1 check failed
78940                 - now the Flash ST M29W040B is supported (not tested)
78941                 - fix the "led" command
78942                 - fix compile error, if BUILD_DIR is used
78943
78944     Signed-off-by: Heiko Schocher <hs@denx.de>
78945
78946 commit e9514751cfa5cce61ea699fa0d3eb37898a5eeb5
78947 Author: Stefan Roese <sr@denx.de>
78948 Date:   Sun Jul 8 13:44:27 2007 +0200
78949
78950     Fix malloc problem introduced with the relocation fixup for the PPC platform
78951
78952     The relocation fixup didn't handle the malloc pointer initialization
78953     correctly. This patch fixes this problem. Tested successfully on 4xx.
78954     The relocation fixup patches for 4xx will follow soon.
78955
78956     Signed-off-by: Stefan Roese <sr@denx.de>
78957
78958 commit 0dca874db62718e41253659e60f3a1de7eb418ce
78959 Author: TsiChung <tcliew@Goku.(none)>
78960 Date:   Tue Jul 10 15:45:43 2007 -0500
78961
78962     Cache update and added CFG_UNIFY_CACHE
78963
78964     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.
78965
78966     Signed-off-by: TsiChung <tcliew@Goku.(none)>
78967
78968 commit 52b017604a8f4d4a795880ef6e7861d7f2f1b005
78969 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
78970 Date:   Thu Jul 5 23:36:16 2007 -0500
78971
78972     Update header file. Include dtimer_intr_setup(). Changed timer divider to global define.
78973
78974     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
78975
78976     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
78977
78978 commit 5cdc07c7ef8f08ea55d3c47ed9221d91aa6d5fac
78979 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
78980 Date:   Thu Jul 5 23:31:25 2007 -0500
78981
78982     Update header files
78983
78984     Include immap.h and renamed mcfrtc.h to rtc.h
78985
78986     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
78987
78988 commit 2870e98ac8e5553e9187b12a47e5f46babb53990
78989 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
78990 Date:   Thu Jul 5 23:29:21 2007 -0500
78991
78992     Add mcffec_initialize()
78993
78994     Added mcffec_initialize() in eth_initialize()
78995
78996     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
78997
78998 commit 45a25bfd0c52f8a3fa137216bc94d32f90bedc5d
78999 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79000 Date:   Thu Jul 5 23:27:40 2007 -0500
79001
79002     Update header file and clean up
79003
79004     Include immap.h
79005
79006     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79007
79008 commit 0cee9c66318602c856a899ae5fa7579ccba6443a
79009 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79010 Date:   Thu Jul 5 23:23:15 2007 -0500
79011
79012     New uart structure and defines
79013
79014     Seperated from mcfuart.h
79015
79016     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79017
79018 commit a90e79de8d99e9c9d69d60bfff9f24c337165900
79019 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79020 Date:   Thu Jul 5 23:22:31 2007 -0500
79021
79022     New timer structure and defines
79023
79024     Seperated from mcftimer.h
79025
79026     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79027
79028 commit e04acb2eba4782489417240eff76e20e176aec10
79029 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79030 Date:   Thu Jul 5 23:21:09 2007 -0500
79031
79032     Rename mcfrtc to rtc
79033
79034     Since it is already in m68k folder, un-necessary to pad mcf. Replaced immap_5329.h and m5329.h to immap.h
79035
79036     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79037
79038 commit 2bd806fe4fc23958b8f78778199e7a6e3f8f6ad5
79039 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79040 Date:   Thu Jul 5 23:17:36 2007 -0500
79041
79042     Rename mcfserial.c. Update include header
79043
79044     Renamed mcfserial.c to mcfuart.c. Modified Makefile for mcfuart.o from mcfserial.o. Replace immap_5329.h and m5329.h to immap.h
79045
79046     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79047
79048 commit f2208fbc2eb9de3f4285bfaa021c6ebae16c9b0e
79049 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79050 Date:   Thu Jul 5 23:13:58 2007 -0500
79051
79052     Header file update, clean up and cache handling
79053
79054     Replaced immap_5329.h and m5329.h with immap.h. Included cache_invalid.
79055
79056     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79057
79058 commit 2e3f25ae9082daa9f5d181db45dfbc2e52ce0f97
79059 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79060 Date:   Thu Jul 5 23:10:40 2007 -0500
79061
79062     Create interrupts.c and modify Makefile
79063
79064     interrupt_init() and dtimer_intr_setup() are placed in interrupts.c. Added interrupts.o to Makefile
79065
79066     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79067
79068 commit ddd104f1ed655eda50c06ba636237a83ed943f34
79069 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79070 Date:   Thu Jul 5 23:06:55 2007 -0500
79071
79072     Enable Icache
79073
79074     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79075
79076 commit b9bf3de377b2bae70c983c9b97feae914999e735
79077 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79078 Date:   Thu Jul 5 23:05:31 2007 -0500
79079
79080     Update header file and some clean up
79081
79082     Replaced immap_5329.h and m5329.h with immap.h. Removed whitespaces.
79083
79084     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79085
79086 commit 84a015b52ec820a5ae173717d78516de731c89c2
79087 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79088 Date:   Thu Jul 5 23:03:28 2007 -0500
79089
79090     Update header file and enable icache
79091
79092     Replaced immap_5329.h and m5329.h with immap.h. Enabled icache_enable() in cpu_init_r().
79093
79094     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79095
79096 commit 7a17e759c7a8b58e910daf54df611e94fc8ca074
79097 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79098 Date:   Thu Jul 5 23:01:22 2007 -0500
79099
79100     Update header file and removed interrupt_init()
79101
79102     Replace immap_5329.h and m5329.h with immap.h. Removed interrupt_init() and placed it in interrupts.c
79103
79104     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79105
79106 commit 3b635492c95bd0d6e08f93f699821cba1f602a64
79107 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79108 Date:   Thu Jul 5 22:57:46 2007 -0500
79109
79110     Update for flash.o and mii.o
79111
79112     Removed flash.o and added mii.o
79113
79114     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79115
79116 commit c5ded275d839e4ff79f41718d50a835d989f57bc
79117 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79118 Date:   Thu Jul 5 22:56:19 2007 -0500
79119
79120     MII functions calls.
79121
79122     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79123
79124 commit 427c814104560e29bda14955c67703245aaaa5b4
79125 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79126 Date:   Thu Jul 5 22:54:42 2007 -0500
79127
79128     Removed MII functions and replaced immap_5329.h and m5329.h with immap.h.
79129
79130     The removed MII routines will be placed in mii.c.
79131
79132     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79133
79134 commit 01a793fda09c63df5a496f09dc1c7cb26e6751a2
79135 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79136 Date:   Thu Jul 5 22:51:05 2007 -0500
79137
79138     Duplicate code
79139
79140     There is a Common Flash Interface Driver existed. To use the CFI driver, define CFG_FLASH_CFI in configuration file.
79141
79142     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79143
79144 commit 2744354a8437b8f78db178e30660215688bff570
79145 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79146 Date:   Thu Jul 5 22:46:38 2007 -0500
79147
79148     Seperate old structure defines and new structure defines
79149
79150     Removed new uart structure and defines to uart.h
79151
79152     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79153
79154 commit 2bd58608dbcff8890ca9a0c59e861ac24f8bb230
79155 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79156 Date:   Thu Jul 5 22:45:01 2007 -0500
79157
79158     Seperate old structure defines and new structure defines
79159
79160     New timer structure and defines will move to new timer.h
79161
79162     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79163
79164 commit 8cd5cd6de4ff92e03978338ed7aeb3ce7b7b9784
79165 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79166 Date:   Thu Jul 5 22:42:23 2007 -0500
79167
79168     Clean up
79169
79170     Removed whitespace
79171
79172     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79173
79174 commit 514871f565dd8bd1121e4a3ac1665a790e20b8f2
79175 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79176 Date:   Thu Jul 5 22:41:24 2007 -0500
79177
79178     Clean up
79179
79180     Replaced whitespace with tabs
79181
79182     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79183
79184 commit 48dbfeabc7afffe30609a4489f10c22cb67ef7dd
79185 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79186 Date:   Thu Jul 5 22:39:07 2007 -0500
79187
79188     Create new header file and move peripherals base address from configs file to new header file.
79189
79190     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.
79191
79192     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79193
79194 commit be296e31c4411f96d9cb3d2afc8fcb006867abfa
79195 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79196 Date:   Thu Jul 5 22:24:58 2007 -0500
79197
79198     Revert file mode
79199
79200     Changed MAKEALL file mode to executable, removed executable file mode from Makefile
79201
79202     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
79203
79204 commit b3aff0cb9ecf236d7e8c93761dd1dadf6837a582
79205 Author: Jon Loeliger <jdl@freescale.com>
79206 Date:   Tue Jul 10 11:19:50 2007 -0500
79207
79208     disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols.
79209
79210     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
79211     Those always evaluated TRUE, and thus were always compiled
79212     even when IDE really wasn't defined/wanted.
79213
79214     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79215
79216 commit ddb5d86f0215bcb6c293510c50eb050e92883b7a
79217 Author: Jon Loeliger <jdl@freescale.com>
79218 Date:   Tue Jul 10 11:13:21 2007 -0500
79219
79220     drivers/: Remove lingering references to CFG_CMD_* symbols.
79221
79222     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
79223     Those always evaluated TRUE, and thus were always compiled
79224     even when IDE really wasn't defined/wanted.
79225
79226     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79227
79228 commit f40a7f3e3888b42a43674b099e5470022c8c544c
79229 Author: Jon Loeliger <jdl@freescale.com>
79230 Date:   Tue Jul 10 11:07:56 2007 -0500
79231
79232     fs/: Remove lingering references to CFG_CMD_* symbols.
79233
79234     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
79235     Those always evaluated TRUE, and thus were always compiled
79236     even when IDE really wasn't defined/wanted.
79237
79238     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79239
79240 commit 610f2e9c28a9c101e09fa1b78143cf5f00ed1593
79241 Author: Jon Loeliger <jdl@freescale.com>
79242 Date:   Tue Jul 10 11:05:02 2007 -0500
79243
79244     net/: Remove lingering references to CFG_CMD_* symbols.
79245
79246     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
79247     Those always evaluated TRUE, and thus were always compiled
79248     even when IDE really wasn't defined/wanted.
79249
79250     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79251
79252 commit 902531788376046da212afd1661cffb62f3daa1c
79253 Author: Jon Loeliger <jdl@freescale.com>
79254 Date:   Tue Jul 10 11:02:44 2007 -0500
79255
79256     common/: Remove lingering references to CFG_CMD_* symbols.
79257
79258     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
79259     Those always evaluated TRUE, and thus were always compiled
79260     even when IDE really wasn't defined/wanted.
79261
79262     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79263
79264 commit d39b57415838c73fb0a37eca84de3c68ba990586
79265 Author: Jon Loeliger <jdl@freescale.com>
79266 Date:   Tue Jul 10 10:48:22 2007 -0500
79267
79268     board/[j-z]*: Remove lingering references to CFG_CMD_* symbols.
79269
79270     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
79271     Those always evaluated TRUE, and thus were always compiled
79272     even when IDE really wasn't defined/wanted.
79273
79274     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79275
79276 commit 77a318545d57aefa844752465b94c7e09a3f26d0
79277 Author: Jon Loeliger <jdl@freescale.com>
79278 Date:   Tue Jul 10 10:39:10 2007 -0500
79279
79280     board/[A-Za-i]*: Remove lingering references to CFG_CMD_* symbols.
79281
79282     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
79283     Those always evaluated TRUE, and thus were always compiled
79284     even when IDE really wasn't defined/wanted.
79285
79286     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79287
79288 commit 068b60a0eb7e73b243ca55399f2a7df76e2c3f3d
79289 Author: Jon Loeliger <jdl@freescale.com>
79290 Date:   Tue Jul 10 10:27:39 2007 -0500
79291
79292     cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols.
79293
79294     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79295
79296 commit 079a136c3588814784561d6e4856970ee82d6e2a
79297 Author: Jon Loeliger <jdl@freescale.com>
79298 Date:   Tue Jul 10 10:12:10 2007 -0500
79299
79300     include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*.
79301
79302     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
79303     used to be included but CONFIG_BOOTP_MASK was not defined.
79304
79305     Remove lingering references to CFG_CMD_* symbols.
79306
79307     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79308
79309 commit 7f5c01577400c74cc5bac74f41dd0d3c79df623c
79310 Author: Jon Loeliger <jdl@freescale.com>
79311 Date:   Tue Jul 10 09:38:02 2007 -0500
79312
79313     include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*.
79314
79315     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
79316     used to be included but CONFIG_BOOTP_MASK was not defined.
79317
79318     Remove lingering references to CFG_CMD_* symbols.
79319
79320     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79321
79322 commit 80ff4f99b84b64edca3fd10da365ec1493be1c95
79323 Author: Jon Loeliger <jdl@freescale.com>
79324 Date:   Tue Jul 10 09:29:01 2007 -0500
79325
79326     include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*.
79327
79328     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
79329     used to be included but CONFIG_BOOTP_MASK was not defined.
79330
79331     Remove lingering references to CFG_CMD_* symbols.
79332
79333     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79334
79335 commit a1aa0bb502e25fd598b5e0ccdfb2c174921d714a
79336 Author: Jon Loeliger <jdl@freescale.com>
79337 Date:   Tue Jul 10 09:22:23 2007 -0500
79338
79339     include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*.
79340
79341     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
79342     used to be included but CONFIG_BOOTP_MASK was not defined.
79343
79344     Remove lingering references to CFG_CMD_* symbols.
79345
79346     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79347
79348 commit 659e2f6736232a08acca8785c206e2b4d9cd07d7
79349 Author: Jon Loeliger <jdl@freescale.com>
79350 Date:   Tue Jul 10 09:10:49 2007 -0500
79351
79352     include/configs/[J-O]*: Cleanup BOOTP and lingering CFG_CMD_*.
79353
79354     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
79355     used to be included but CONFIG_BOOTP_MASK was not defined.
79356
79357     Remove lingering references to CFG_CMD_* symbols.
79358
79359     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79360
79361 commit 11799434c5ff15a612577bb1ad1f4ea1a0595e4b
79362 Author: Jon Loeliger <jdl@freescale.com>
79363 Date:   Tue Jul 10 09:02:57 2007 -0500
79364
79365     include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*.
79366
79367     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
79368     used to be included but CONFIG_BOOTP_MASK was not defined.
79369
79370     Remove lingering references to CFG_CMD_* symbols.
79371
79372     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79373
79374 commit 1fe80d79c5c4e52d3410a7ab4b8515da095cdab3
79375 Author: Jon Loeliger <jdl@freescale.com>
79376 Date:   Mon Jul 9 22:08:34 2007 -0500
79377
79378     Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK!
79379
79380     All of the choices for CONFIG_BOOTP_ are now documented in
79381     the README file.  You must now individually select exactly
79382     the set that you want using a series of
79383         #define CONFIG_BOOTP_<x>
79384     statements in the board port config files now.
79385
79386     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79387
79388 commit d3b8c1a743dcd31625c99e6a44590f207eb00028
79389 Author: Jon Loeliger <jdl@freescale.com>
79390 Date:   Mon Jul 9 21:57:31 2007 -0500
79391
79392     include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
79393
79394     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79395
79396 commit 2fd90ce575b02d189cbf443c85309bcd001aa393
79397 Author: Jon Loeliger <jdl@freescale.com>
79398 Date:   Mon Jul 9 21:48:26 2007 -0500
79399
79400     include/configs/[a-m]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
79401
79402     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79403
79404 commit 37d4bb70586659dedef1658ce1bed071be098aec
79405 Author: Jon Loeliger <jdl@freescale.com>
79406 Date:   Mon Jul 9 21:38:02 2007 -0500
79407
79408     include/configs/[T-Z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
79409
79410     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79411
79412 commit 18225e8dd1950bd6dbf35011e436db7f474c187d
79413 Author: Jon Loeliger <jdl@freescale.com>
79414 Date:   Mon Jul 9 21:31:24 2007 -0500
79415
79416     include/configs/[P-S]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
79417
79418     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79419
79420 commit 7be044e4ea644b0ef1c486dadc1a4c2665b4374d
79421 Author: Jon Loeliger <jdl@freescale.com>
79422 Date:   Mon Jul 9 21:24:19 2007 -0500
79423
79424     include/configs/[H-N]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
79425
79426     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79427
79428 commit 5d2ebe1b3ef0055c661bb1a0d252bf252380069f
79429 Author: Jon Loeliger <jdl@freescale.com>
79430 Date:   Mon Jul 9 21:16:53 2007 -0500
79431
79432     include/configs/[A-G]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
79433
79434     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79435
79436 commit f55f7f8d83f36021ab1f0e3d738f5d8c8083a7e3
79437 Author: Jon Loeliger <jdl@freescale.com>
79438 Date:   Mon Jul 9 19:12:30 2007 -0500
79439
79440     Retire CONFIG_COMMANDS finally.
79441     Strip old CFG_CMD_* symbols out.
79442
79443     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79444
79445 commit b5501f7d720fed99ab0b42c83f5dea52868ce007
79446 Author: Jon Loeliger <jdl@freescale.com>
79447 Date:   Mon Jul 9 19:10:03 2007 -0500
79448
79449     Update README.* to reference new CONFIG_CMD_* names now.
79450
79451     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79452
79453 commit 4431283c7e6d54ae180d466e51bf2d97471a0ad9
79454 Author: Jon Loeliger <jdl@freescale.com>
79455 Date:   Mon Jul 9 19:06:00 2007 -0500
79456
79457     cpu/m*: Remove obsolete references to CONFIG_COMMANDS
79458
79459     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79460
79461 commit 3a1ed1e1f922c419bb71f7df4949d783ade369fa
79462 Author: Jon Loeliger <jdl@freescale.com>
79463 Date:   Mon Jul 9 18:57:22 2007 -0500
79464
79465     cpu/[7a-ln-z]*: Remove obsolete references to CONFIG_COMMANDS
79466
79467     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79468
79469 commit ab3abcbabd840928fb1eb5122118ca466b5e5013
79470 Author: Jon Loeliger <jdl@freescale.com>
79471 Date:   Mon Jul 9 18:45:16 2007 -0500
79472
79473     board/[q-z]*: Remove obsolete references to CONFIG_COMMANDS
79474
79475     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79476
79477 commit 3fe00109a5f12de55b6e25b1f98dfc24bc9090c9
79478 Author: Jon Loeliger <jdl@freescale.com>
79479 Date:   Mon Jul 9 18:38:39 2007 -0500
79480
79481     board/[m-p]*: Remove obsolete references to CONFIG_COMMANDS
79482
79483     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79484
79485 commit c508a4cefd8a953fc64957650506a035e6e3d9d1
79486 Author: Jon Loeliger <jdl@freescale.com>
79487 Date:   Mon Jul 9 18:31:28 2007 -0500
79488
79489     board/[f-l]*: Remove obsolete references to CONFIG_COMMANDS
79490
79491     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79492
79493 commit b9307262f8a9f3b5c9e15a6067eadc17407146f6
79494 Author: Jon Loeliger <jdl@freescale.com>
79495 Date:   Mon Jul 9 18:24:55 2007 -0500
79496
79497     board/[d-e]*: Remove obsolete references to CONFIG_COMMANDS
79498
79499     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79500
79501 commit fcec2eb93e126400009729328e797f12bc94f1fd
79502 Author: Jon Loeliger <jdl@freescale.com>
79503 Date:   Mon Jul 9 18:19:09 2007 -0500
79504
79505     board/[A-Za-c]*: Remove obsolete references to CONFIG_COMMANDS
79506
79507     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79508
79509 commit a593814f2be0c9cdc3133cd550b167b8a988328f
79510 Author: Jon Loeliger <jdl@freescale.com>
79511 Date:   Mon Jul 9 18:10:50 2007 -0500
79512
79513     rtc/: Remove obsolete references to CONFIG_COMMANDS
79514
79515     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79516
79517 commit 67350568f9d46e66c21829f3513b3db0caeb948b
79518 Author: Jon Loeliger <jdl@freescale.com>
79519 Date:   Mon Jul 9 18:05:38 2007 -0500
79520
79521     lib_{arm,avr32,blackfin,generic,i386}/: Remove obsolete references to CONFIG_COMMANDS
79522
79523     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79524
79525 commit 7def6b34f910f08d7ef0a14646da067719237ca2
79526 Author: Jon Loeliger <jdl@freescale.com>
79527 Date:   Mon Jul 9 18:02:11 2007 -0500
79528
79529     lib_{m68k,microblaze,mips,ppc}/: Remove obsolete references to CONFIG_COMMANDS
79530
79531     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79532
79533 commit dd60d1223b99a88a7216f3e041fe40634ad4c2bb
79534 Author: Jon Loeliger <jdl@freescale.com>
79535 Date:   Mon Jul 9 17:56:50 2007 -0500
79536
79537     fs/: Remove obsolete references to CONFIG_COMMANDS
79538
79539     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79540
79541 commit c91898bbc505aff3e12a807af88e76da18efb7ee
79542 Author: Jon Loeliger <jdl@freescale.com>
79543 Date:   Mon Jul 9 17:46:09 2007 -0500
79544
79545     tools/: Remove obsolete references to CONFIG_COMMANDS
79546
79547     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79548
79549 commit 643d1ab23960950b52e0a2803c2d3ea4c558fa01
79550 Author: Jon Loeliger <jdl@freescale.com>
79551 Date:   Mon Jul 9 17:45:14 2007 -0500
79552
79553     net/: Remove obsolete references to CONFIG_COMMANDS
79554
79555     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79556
79557 commit cb51c0bf88f95a1bca68324b0126f8eed8b43273
79558 Author: Jon Loeliger <jdl@freescale.com>
79559 Date:   Mon Jul 9 17:39:42 2007 -0500
79560
79561     drivers/[n-z]*: Remove obsolete references to CONFIG_COMMANDS
79562
79563     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79564
79565 commit 07d38a17e964aec4c7827f0ee9a583bc8cc1ad6b
79566 Author: Jon Loeliger <jdl@freescale.com>
79567 Date:   Mon Jul 9 17:30:01 2007 -0500
79568
79569     drivers/[a-m]*: Remove obsolete references to CONFIG_COMMANDS
79570
79571     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79572
79573 commit cde5c64d17cf4834aa7b5c373f288bc7dad27b29
79574 Author: Jon Loeliger <jdl@freescale.com>
79575 Date:   Mon Jul 9 17:22:37 2007 -0500
79576
79577     disk/: Remove obsolete references to CONFIG_COMMANDS
79578
79579     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79580
79581 commit 639221c76c88215bd55af83ad174fc30d1940f8f
79582 Author: Jon Loeliger <jdl@freescale.com>
79583 Date:   Mon Jul 9 17:15:49 2007 -0500
79584
79585     include/: Remove obsolete references to CONFIG_COMMANDS
79586     Mostly removed from comments here.
79587
79588     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79589
79590 commit 4ef218f6fdf8d747f4589da5252b004e7d2c2876
79591 Author: Wolfgang Denk <wd@denx.de>
79592 Date:   Tue Jul 10 00:01:28 2007 +0200
79593
79594     Coding style cleanup; update CHANGELOG.
79595
79596     Signed-off-by: Wolfgang Denk <wd@denx.de>
79597
79598 commit c8603cfbd4573379a6076c9c208545ba2bbf019a
79599 Author: Stefan Roese <sr@denx.de>
79600 Date:   Mon Jul 9 11:00:24 2007 +0200
79601
79602     Small coding style cleanup
79603
79604     Signed-off-by: Stefan Roese <sr@denx.de>
79605
79606 commit 0f92c7e7c9a62755b1457d3c46f93c8c1f6c19fc
79607 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
79608 Date:   Mon Jul 9 10:10:08 2007 +0200
79609
79610     Migrate esd 405EP boards to new NAND subsystem
79611
79612     Remove unused CFG_NAND_LEGACY define
79613
79614     These boards to not have NAND.
79615
79616     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
79617
79618 commit bd84ee4c2020c3a6861f4bb2e7ea0fb49f82e803
79619 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
79620 Date:   Mon Jul 9 10:10:06 2007 +0200
79621
79622     Migrate esd 405EP boards to new NAND subsystem
79623
79624     Migrate esd 405EP boards to new NAND subsystem
79625
79626     -cleanup
79627     -use correct io accessors (in/out_be32())
79628
79629     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
79630
79631 commit e09f7ab5749c345f924da272bea0521a73af5b11
79632 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
79633 Date:   Mon Jul 9 10:10:04 2007 +0200
79634
79635     Migrate esd 405EP boards to new NAND subsystem
79636
79637     This patch prepares the migration from the legacy NAND driver
79638     to U-Boot's new NAND subsystem for esd boards.
79639
79640     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
79641
79642 commit c3517f919d0f61650cf3027fd4faf0f631142f6c
79643 Author: Jon Loeliger <jdl@freescale.com>
79644 Date:   Sun Jul 8 18:10:08 2007 -0500
79645
79646     common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS
79647
79648     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79649
79650 commit fd9bcaa35be64fe41a4223fdb6ecdbad52470b39
79651 Author: Jon Loeliger <jdl@freescale.com>
79652 Date:   Sun Jul 8 18:05:39 2007 -0500
79653
79654     common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS.
79655
79656     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79657
79658 commit c76fe47425afc7d5d670ff0539823c85d65d9c42
79659 Author: Jon Loeliger <jdl@freescale.com>
79660 Date:   Sun Jul 8 18:02:23 2007 -0500
79661
79662     common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.
79663
79664     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79665
79666 commit baa26db4113679b80970ff447d91cc10217742a6
79667 Author: Jon Loeliger <jdl@freescale.com>
79668 Date:   Sun Jul 8 17:51:39 2007 -0500
79669
79670     common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS.
79671
79672     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79673
79674 commit af075ee96e52dda7b6bca6c937588aeaaec5f2cd
79675 Author: Jon Loeliger <jdl@freescale.com>
79676 Date:   Sun Jul 8 17:02:01 2007 -0500
79677
79678     Clear up confusion over the CMD_POST and POST_DIAG mess.
79679
79680     For some reason, CONFIG_POST permeated as CONFIG_CMD_POST_DIAG
79681     when it really means just CONFIG_CMD_DIAG.  There is no CMD_POST.
79682     Clear this mess up some.
79683
79684     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79685
79686 commit b3631487105a57ab7cbadfc26efbaf9676275018
79687 Author: Jon Loeliger <jdl@freescale.com>
79688 Date:   Sun Jul 8 15:45:08 2007 -0500
79689
79690     Remove references to the old cmd_confdefs.h include file.
79691
79692     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79693
79694 commit a22d4da95e20049b4daa1c2a022f61e8a72f2fb6
79695 Author: Jon Loeliger <jdl@freescale.com>
79696 Date:   Sun Jul 8 15:42:59 2007 -0500
79697
79698     include/configs: Catch some CONFIG_CMD_* conversion stragglers.
79699
79700     Use new CONFIG_CMD_* in lwmon5.h board config file.
79701     Fix CONFIG_CMD_* typo braindamage in omap1510inn.h
79702
79703     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79704
79705 commit a5562901661bd428f7e5feb333f796372cb81019
79706 Author: Jon Loeliger <jdl@freescale.com>
79707 Date:   Sun Jul 8 15:31:57 2007 -0500
79708
79709     include/configs: Use new CONFIG_CMD_* in various [TUVWZYZ]* named board config files.
79710
79711     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79712
79713 commit fe7f782d5b8c64a0195c68c31a0a11d4f641355e
79714 Author: Jon Loeliger <jdl@freescale.com>
79715 Date:   Sun Jul 8 15:02:44 2007 -0500
79716
79717     include/configs: Use new CONFIG_CMD_* in various S* named board config files.
79718
79719     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79720
79721 commit e9a0f8f15c11f337967aa0600ad6e8af33037f50
79722 Author: Jon Loeliger <jdl@freescale.com>
79723 Date:   Sun Jul 8 15:12:40 2007 -0500
79724
79725     include/configs: Use new CONFIG_CMD_* in various R* named board config files.
79726
79727     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79728
79729 commit 12aa9fd23d724bd6ab88e1baa0db35133a27303f
79730 Author: Jon Loeliger <jdl@freescale.com>
79731 Date:   Sun Jul 8 14:55:07 2007 -0500
79732
79733     include/configs: Use new CONFIG_CMD_* in various Q* named board config files.
79734
79735     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79736
79737 commit acf0269779422f3e147d2ddfb499c9f6ff10ad5e
79738 Author: Jon Loeliger <jdl@freescale.com>
79739 Date:   Sun Jul 8 14:49:44 2007 -0500
79740
79741     include/configs: Use new CONFIG_CMD_* in various P* named board config files.
79742
79743     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79744
79745 commit e18a1061a8630cb67995fdf99afd3fb50d1b187d
79746 Author: Jon Loeliger <jdl@freescale.com>
79747 Date:   Sun Jul 8 14:21:43 2007 -0500
79748
79749     include/configs: Use new CONFIG_CMD_* in various [NO]* named board config files.
79750
79751     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79752
79753 commit 8353e139bfad9059c54f5b2421f1a3090e15a2e2
79754 Author: Jon Loeliger <jdl@freescale.com>
79755 Date:   Sun Jul 8 14:14:17 2007 -0500
79756
79757     include/configs: Use new CONFIG_CMD_* in various M* named board config files.
79758
79759     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79760
79761 commit 348f258f24253433e4a2302a0bbceb6740a67246
79762 Author: Jon Loeliger <jdl@freescale.com>
79763 Date:   Sun Jul 8 13:46:18 2007 -0500
79764
79765     include/configs: Use new CONFIG_CMD_* in various [IJKL]* named board config files.
79766
79767     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79768
79769 commit 6c4f4da9bfc9f9403f54fce678ed0364b7c86a6a
79770 Author: Jon Loeliger <jdl@freescale.com>
79771 Date:   Sun Jul 8 10:09:35 2007 -0500
79772
79773     include/configs: Use new CONFIG_CMD_* in various H* named board config files.
79774
79775     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79776
79777 commit 60a0876b5106b34220e459c208bbf648073306c0
79778 Author: Jon Loeliger <jdl@freescale.com>
79779 Date:   Sat Jul 7 21:04:26 2007 -0500
79780
79781     include/configs: Use new CONFIG_CMD_* in various F* and G* named board config files.
79782
79783     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79784
79785 commit dcaa71562826a2466e894c868d132509dcda8444
79786 Author: Jon Loeliger <jdl@freescale.com>
79787 Date:   Sat Jul 7 20:56:05 2007 -0500
79788
79789     include/configs: Use new CONFIG_CMD_* in various E* named board config files.
79790
79791     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79792
79793 commit 3c3227f3c737502311b25b72084573901cbbf17d
79794 Author: Jon Loeliger <jdl@freescale.com>
79795 Date:   Sat Jul 7 20:40:43 2007 -0500
79796
79797     include/configs: Use new CONFIG_CMD_* in various D* named board config files.
79798
79799     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79800
79801 commit 49cf7e8ee7ef943fdfe866ce28410b0bfbf6a26c
79802 Author: Jon Loeliger <jdl@freescale.com>
79803 Date:   Thu Jul 5 19:52:35 2007 -0500
79804
79805     include/configs: Use new CONFIG_CMD_* in various C* named board config files.
79806
79807     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79808
79809 commit de8b2a6e33298dcdb10bdda48db25e53c3089eba
79810 Author: Jon Loeliger <jdl@freescale.com>
79811 Date:   Thu Jul 5 19:32:07 2007 -0500
79812
79813     include/configs: Use new CONFIG_CMD_* in various B* named board config files.
79814
79815     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79816
79817 commit 498ff9a228485bd4b9f23d066bada268f9add1dd
79818 Author: Jon Loeliger <jdl@freescale.com>
79819 Date:   Thu Jul 5 19:13:52 2007 -0500
79820
79821     include/configs: Use new CONFIG_CMD_* in various A* named board config files.
79822
79823     Since ADS860.h includes "board/fads/fads.h" with ramifications
79824     on the CONFIG_COMMAND treatment, it too has to be adjusted to
79825     exclude already configured commands in this same commit.
79826
79827     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79828
79829 commit 10e038932f22ee80ebd53de312531e70e6590a2f
79830 Author: Thomas Knobloch <knobloch@siemens.com>
79831 Date:   Fri Jul 6 14:58:39 2007 +0200
79832
79833     [NAND] Bad block skipping for command nboot
79834
79835     The old implementation of command nboot does not support reading the image from
79836     NAND flash with skipping of bad blocks. The patch implements a new version of
79837     the nboot command: by calling nboot.jffs2 from the u-boot command line the
79838     command will load the image from NAND flash with respect to bad blocks (by using
79839     nand_read_opts()). This is similar to e.g. the NAND read command: "nand
79840     read.jffs2 ...".
79841
79842     Signed-off-by: Thomas Knobloch <knobloch@siemens.com>
79843     Signed-off-by: Stefan Roese <sr@denx.de>
79844
79845 commit 334043f601a90ac53e5ecc846fbb73a1ef38cb1f
79846 Author: Stefan Roese <sr@denx.de>
79847 Date:   Fri Jul 6 12:26:51 2007 +0200
79848
79849     ppc4xx: Update lwmon5 default environment
79850
79851     Signed-off-by: Stefan Roese <sr@denx.de>
79852
79853 commit 5d187430a055d62f17ca84d75e7245439d1f7e75
79854 Author: Stefan Roese <sr@denx.de>
79855 Date:   Fri Jul 6 11:48:24 2007 +0200
79856
79857     ppc4xx: Update lwmon5 board
79858
79859     Add unlock=yes environment variable to default variables to unlock
79860     the CFI flash by default.
79861
79862     Signed-off-by: Stefan Roese <sr@denx.de>
79863
79864 commit 6b0a174a1e6f55e1f5a1fbb223cdad7645a4646e
79865 Author: Stefan Roese <sr@denx.de>
79866 Date:   Fri Jul 6 09:45:47 2007 +0200
79867
79868     Fix problem with get/setdcr commands introduced by cfg patches
79869
79870     Signed-off-by: Stefan Roese <sr@denx.de>
79871
79872 commit f1152f8c28db4a22087c21c618a3f7baa48e9a4f
79873 Author: Wolfgang Denk <wd@denx.de>
79874 Date:   Fri Jul 6 02:50:19 2007 +0200
79875
79876     Code cleanup and default config update for STC GP3 SSA board.
79877
79878     Signed-off-by: Wolfgang Denk <wd@denx.de>
79879
79880 commit e4dbe1b215f5c6c462e76909d240bd96472b84de
79881 Author: Wolfgang Denk <wd@denx.de>
79882 Date:   Thu Jul 5 17:56:27 2007 +0200
79883
79884     Fixing some typos etc. introduced mainly by cfg patches.
79885
79886     Signed-off-by: Wolfgang Denk <wd@denx.de>
79887
79888 commit b6b4684546809f89c8bac72863ca49b5fd8ac0cd
79889 Author: Wolfgang Denk <wd@denx.de>
79890 Date:   Thu Jul 5 11:12:16 2007 +0200
79891
79892     Minor coding style cleanup. Update CHANGELOG.
79893
79894 commit dca3b3d6d6396b67e5e84af53452164923c73443
79895 Author: Jon Loeliger <jdl@jdl.com>
79896 Date:   Wed Jul 4 22:33:46 2007 -0500
79897
79898     include/configs: Use new CONFIG_CMD_* in various [v-z]* named board config files.
79899
79900     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79901
79902 commit 6c18eb9804b525f3e4f3bb3d014dd69a200d9fa7
79903 Author: Jon Loeliger <jdl@jdl.com>
79904 Date:   Wed Jul 4 22:33:38 2007 -0500
79905
79906     include/configs: Use new CONFIG_CMD_* in various t* and u* named board config files.
79907
79908     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79909
79910 commit 46da1e96b7db14f4fcd2c92544e7c0862024bc76
79911 Author: Jon Loeliger <jdl@jdl.com>
79912 Date:   Wed Jul 4 22:33:30 2007 -0500
79913
79914     include/configs: Use new CONFIG_CMD_* in various s* named board config files.
79915
79916     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79917
79918 commit 90cc3eb6d2be856d9ddd81436de9cf343bc6b5c8
79919 Author: Jon Loeliger <jdl@jdl.com>
79920 Date:   Wed Jul 4 22:33:23 2007 -0500
79921
79922     include/configs: Use new CONFIG_CMD_* in various q* and r* named board config files.
79923
79924     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79925
79926 commit 26a34560d56a9df5bc2ae23525d9229736134757
79927 Author: Jon Loeliger <jdl@jdl.com>
79928 Date:   Wed Jul 4 22:33:17 2007 -0500
79929
79930     include/configs: Use new CONFIG_CMD_* in various p* named board config files.
79931
79932     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79933
79934 commit a5cb23092a7d31490a33d4ec871468b63babfa3c
79935 Author: Jon Loeliger <jdl@jdl.com>
79936 Date:   Wed Jul 4 22:33:13 2007 -0500
79937
79938     include/configs: Use new CONFIG_CMD_* in various o* named board config files.
79939
79940     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79941
79942 commit 929a2bfd142737003a8fc32e1b86e1f2c1850257
79943 Author: Jon Loeliger <jdl@jdl.com>
79944 Date:   Wed Jul 4 22:33:07 2007 -0500
79945
79946     include/configs: Use new CONFIG_CMD_* in various n* named board config files.
79947
79948     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79949
79950 commit 5dc11a511960d490f7f01ffd746edfe6277f99b0
79951 Author: Jon Loeliger <jdl@jdl.com>
79952 Date:   Wed Jul 4 22:33:01 2007 -0500
79953
79954     include/configs: Use new CONFIG_CMD_* in various m* named board config files.
79955
79956     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79957
79958 commit 9bbb1c0820c1fbd3811ab6ee4ba0f6c6f76b27e4
79959 Author: Jon Loeliger <jdl@jdl.com>
79960 Date:   Wed Jul 4 22:32:57 2007 -0500
79961
79962     include/configs: Use new CONFIG_CMD_* in various l* named board config files.
79963
79964     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79965
79966 commit bc234c129fa04fb9fa33530930e5cbc6084cd47a
79967 Author: Jon Loeliger <jdl@jdl.com>
79968 Date:   Wed Jul 4 22:32:51 2007 -0500
79969
79970     include/configs: Use new CONFIG_CMD_* in various j* and k* named board config files.
79971
79972     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79973
79974 commit 1d2c6bc491969f8d8fb34c8e30e8bea7a2af9c31
79975 Author: Jon Loeliger <jdl@jdl.com>
79976 Date:   Wed Jul 4 22:32:32 2007 -0500
79977
79978     include/configs: Use new CONFIG_CMD_* in various i* named board config files.
79979
79980     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79981
79982 commit 48d5d102a2f2e619c92050b9aedbb69689185bc0
79983 Author: Jon Loeliger <jdl@jdl.com>
79984 Date:   Wed Jul 4 22:32:25 2007 -0500
79985
79986     include/configs: Use new CONFIG_CMD_* in various h* named board config files.
79987
79988     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79989
79990 commit 72eb0efaed7048afcc61fc6f0085c49394b5dc36
79991 Author: Jon Loeliger <jdl@jdl.com>
79992 Date:   Wed Jul 4 22:32:19 2007 -0500
79993
79994     include/configs: Use new CONFIG_CMD_* in various g* named board config files.
79995
79996     Signed-off-by: Jon Loeliger <jdl@freescale.com>
79997
79998 commit 1bec3d3002d3bbbae6f2468a0f7376db1120d33e
79999 Author: Jon Loeliger <jdl@jdl.com>
80000 Date:   Wed Jul 4 22:32:10 2007 -0500
80001
80002     include/configs: Use new CONFIG_CMD_* in various e* named board config files.
80003
80004     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80005
80006 commit ab999ba1b31ebe78dd16374394a55d7c6e5aa6e4
80007 Author: Jon Loeliger <jdl@jdl.com>
80008 Date:   Wed Jul 4 22:32:03 2007 -0500
80009
80010     include/configs: Use new CONFIG_CMD_* in various d* named board config files.
80011
80012     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80013
80014 commit 37e4f24b87fa255ae456d193b7cd23c18dd1d56b
80015 Author: Jon Loeliger <jdl@jdl.com>
80016 Date:   Wed Jul 4 22:31:56 2007 -0500
80017
80018     include/configs: Use new CONFIG_CMD_* in various c* named board config files.
80019
80020     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80021
80022 commit ba2351f9d1e841bd00ea6dad1e3c16d0259ad264
80023 Author: Jon Loeliger <jdl@jdl.com>
80024 Date:   Wed Jul 4 22:31:49 2007 -0500
80025
80026     include/configs: Use new CONFIG_CMD_* in various b* named board config files.
80027
80028     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80029
80030 commit 0b361c916617aff79e647b40f0e43361e0bbaccf
80031 Author: Jon Loeliger <jdl@jdl.com>
80032 Date:   Wed Jul 4 22:31:42 2007 -0500
80033
80034     include/configs: Use new CONFIG_CMD_* in various a* named board config files.
80035
80036     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80037
80038 commit b730cda82e362df6a22f4c59c0a9b97e885b1014
80039 Author: Jon Loeliger <jdl@jdl.com>
80040 Date:   Wed Jul 4 22:31:35 2007 -0500
80041
80042     include/configs: Use new CONFIG_CMD_* in mpc5xx board config files.
80043
80044     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80045
80046 commit d794cfefead5fc177cf4f41164e80382e9c9484a
80047 Author: Jon Loeliger <jdl@jdl.com>
80048 Date:   Wed Jul 4 22:31:15 2007 -0500
80049
80050     include/configs: Use new CONFIG_CMD_* in various 5200 board config files.
80051
80052     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80053
80054 commit ef0df52ab49eea4a30c15087fd27d54c1d946f2c
80055 Author: Jon Loeliger <jdl@jdl.com>
80056 Date:   Wed Jul 4 22:31:07 2007 -0500
80057
80058     include/configs: Use new CONFIG_CMD_* in STx board config files.
80059
80060     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80061
80062 commit 866e3089bfc826bb4dc74637f8aad87a3bab79fc
80063 Author: Jon Loeliger <jdl@jdl.com>
80064 Date:   Wed Jul 4 22:30:58 2007 -0500
80065
80066     include/configs: Use new CONFIG_CMD_* in sbc* board config files.
80067
80068     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80069
80070 commit 2694690e285acaa34922f55f4b5ae030da60c55a
80071 Author: Jon Loeliger <jdl@jdl.com>
80072 Date:   Wed Jul 4 22:30:50 2007 -0500
80073
80074     include/configs: Use new CONFIG_CMD_* in TQM board config files.
80075
80076     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80077
80078 commit 1cc4c458329765b58e584a19821e796b3c10e976
80079 Author: Jon Loeliger <jdl@jdl.com>
80080 Date:   Wed Jul 4 22:30:28 2007 -0500
80081
80082     include/configs: Use new CONFIG_CMD_* in 82xx board config files.
80083
80084     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80085
80086 commit 8ea5499afdaba0acf60923dd99001c399d4a7c8e
80087 Author: Jon Loeliger <jdl@jdl.com>
80088 Date:   Wed Jul 4 22:30:06 2007 -0500
80089
80090     include/configs: Use new CONFIG_CMD_* in 83xx board config files.
80091
80092     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80093
80094 commit b44896215a09c60fa40cae906f7ed207bbc2c492
80095 Author: Sergei Poselenov <sposelenov@emcraft.com>
80096 Date:   Thu Jul 5 08:17:37 2007 +0200
80097
80098     Merged POST framework with the current TOT.
80099
80100     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
80101
80102 commit b24629fa377214d63bb40d1360e354b6d3e4af56
80103 Author: Jon Loeliger <jdl@jdl.com>
80104 Date:   Wed Jun 13 13:23:15 2007 -0500
80105
80106     mpc86xx: Remove old CFG_CMD_* references.
80107
80108     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80109
80110 commit 46175d9764da129bb4fd341cd2554dc7d55f5b2a
80111 Author: Jon Loeliger <jdl@jdl.com>
80112 Date:   Wed Jun 13 13:22:54 2007 -0500
80113
80114     Add MPC8568MDS to MAKEALL 85xx target.
80115
80116     It was missing from the original port submission.
80117
80118     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80119
80120 commit 2835e518c969e5124ba1174eef3e8375e12fa7d5
80121 Author: Jon Loeliger <jdl@jdl.com>
80122 Date:   Wed Jun 13 13:22:08 2007 -0500
80123
80124     include/configs: Use new CONFIG_CMD_* in 85xx board config files.
80125
80126     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80127
80128 commit 56b304ac2091689506088a9ae67f63fd6300cf16
80129 Author: Jon Loeliger <jdl@jdl.com>
80130 Date:   Wed Jun 13 13:21:37 2007 -0500
80131
80132     Fix #if typo in CONFIG_CMD_* changes.
80133
80134     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80135
80136 commit f780b83316d9af1f61d71cc88b1917b387b9b995
80137 Author: Niklaus Giger <niklausgiger@gmx.ch>
80138 Date:   Wed Jun 27 18:11:38 2007 +0200
80139
80140     resubmit: ppc4xx: Remove sequoia/sequioa.h. Cleanup ppc440.h for PPC440EPX
80141
80142     Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
80143
80144 commit 04e6c38b766eaa2f3287561563c9e215e0c3a0d4
80145 Author: Stefan Roese <sr@denx.de>
80146 Date:   Wed Jul 4 10:06:30 2007 +0200
80147
80148     ppc4xx: Update lwmon5 board
80149
80150     - Add optional ECC generation routine to preserve existing
80151       RAM values. This is needed for the Linux log-buffer support
80152     - Add optional DDR2 setup with CL=4
80153     - GPIO50 not used anymore
80154     - Lime register setup added
80155
80156     Signed-off-by: Stefan Roese <sr@denx.de>
80157
80158 commit 6810a34677dbc446334f5e451f1682426dd33b49
80159 Author: Grant Likely <grant.likely@secretlab.ca>
80160 Date:   Tue Jul 3 00:17:28 2007 -0600
80161
80162     Fix Makefile to use $(MKCONFIG) macro for all board ports
80163
80164     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80165
80166 commit 90b1b2d69b9396ff2f01165ebc16c9a594eb5926
80167 Author: Grant Likely <grant.likely@secretlab.ca>
80168 Date:   Tue Jul 3 00:17:28 2007 -0600
80169
80170     Fix Makefile to use $(MKCONFIG) macro for all board ports
80171
80172     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80173
80174 commit 057004f4a4863554d56cc56268bfa7c7d9738e27
80175 Author: Grant Likely <grant.likely@secretlab.ca>
80176 Date:   Tue Jul 3 00:34:49 2007 -0600
80177
80178     Correct fixup relocation for mpc83xx
80179
80180     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80181
80182 commit 5af61b2f4b838a05f79be274f3e5a66edd2d9c96
80183 Author: Grant Likely <grant.likely@secretlab.ca>
80184 Date:   Tue Jul 3 00:34:44 2007 -0600
80185
80186     Correct fixup relocation for mpc8260
80187
80188     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80189
80190 commit f3a52fe05923935db86985daf9438e2f70ac39aa
80191 Author: Grant Likely <grant.likely@secretlab.ca>
80192 Date:   Tue Jul 3 00:34:39 2007 -0600
80193
80194     Correct fixup relocation for mpc824x
80195
80196     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80197
80198 commit a85dd254c0577fca13627c46e93fc2ad4c4f1f00
80199 Author: Grant Likely <grant.likely@secretlab.ca>
80200 Date:   Tue Jul 3 00:34:34 2007 -0600
80201
80202     Correct fixup relocation for mpc8220
80203
80204     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80205
80206 commit 6f7576b20ecf0d040c3ac3b032b5cbc860e38a90
80207 Author: Grant Likely <grant.likely@secretlab.ca>
80208 Date:   Tue Jul 3 00:34:29 2007 -0600
80209
80210     Correct fixup relocation for MPC5xxx
80211
80212     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80213
80214 commit 3649cd99ba815b6601868735765602f00ef3692b
80215 Author: Grant Likely <grant.likely@secretlab.ca>
80216 Date:   Tue Jul 3 00:34:24 2007 -0600
80217
80218     Correct relocation fixup for mpc5xx
80219
80220     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80221
80222 commit f82b3b6304b620ef7e28bfaa1ea887a2ad2fa325
80223 Author: Grant Likely <grant.likely@secretlab.ca>
80224 Date:   Tue Jul 3 00:34:19 2007 -0600
80225
80226     Don't set gd->reloc_off if relocation of .fixup works correctly
80227
80228     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80229
80230 commit e1a6144c32dc7de73bcdd33995de0148cbd0bd28
80231 Author: Grant Likely <grant.likely@secretlab.ca>
80232 Date:   Tue Jul 3 00:34:14 2007 -0600
80233
80234     Remove obsolete mpc83xx linker scripts
80235
80236     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80237
80238 commit 17e32fc3908bf7089d3f16fc82a1c3ae674dd65b
80239 Author: Grant Likely <grant.likely@secretlab.ca>
80240 Date:   Tue Jul 3 00:34:09 2007 -0600
80241
80242     Consolidate mpc8260 linker scripts
80243
80244     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80245
80246 commit af7d38b393690d7eeaf418ac85a1e831a50d5fd0
80247 Author: Grant Likely <grant.likely@secretlab.ca>
80248 Date:   Tue Jul 3 00:34:04 2007 -0600
80249
80250     Remove obsolete mpc824x linker scripts
80251
80252     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80253
80254 commit f94a3aecebc40ca0939c7d66d010009cf51be9e2
80255 Author: Grant Likely <grant.likely@secretlab.ca>
80256 Date:   Tue Jul 3 00:33:59 2007 -0600
80257
80258     Remove obsolete mpc824x linker scripts (3 of 4)
80259
80260     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80261
80262 commit a71c084f3ac7fedf144537db2b2da47323068833
80263 Author: Grant Likely <grant.likely@secretlab.ca>
80264 Date:   Tue Jul 3 00:33:53 2007 -0600
80265
80266     Remove obsolete mpc824x linker scripts (2 of 4)
80267
80268     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80269
80270 commit f670a15468d1365241d40022b9408e1004181f5e
80271 Author: Grant Likely <grant.likely@secretlab.ca>
80272 Date:   Tue Jul 3 00:33:48 2007 -0600
80273
80274     Remove obsolete mpc824x linker scripts (1 of 4)
80275
80276     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80277
80278 commit 09555bd45a04c0e54f172528d21bc18896550d28
80279 Author: Grant Likely <grant.likely@secretlab.ca>
80280 Date:   Tue Jul 3 00:33:43 2007 -0600
80281
80282     Remove obsolete mpc8220 linker scripts
80283
80284     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80285
80286 commit 5efb992f046e51225c93d52f80fecbe433abd789
80287 Author: Grant Likely <grant.likely@secretlab.ca>
80288 Date:   Tue Jul 3 00:33:38 2007 -0600
80289
80290     Remove obsolete mpc5xxx linker scripts (3 of 3)
80291
80292     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80293
80294 commit 07c13dfef65b31647e69d8b61daa1eec598add1a
80295 Author: Grant Likely <grant.likely@secretlab.ca>
80296 Date:   Tue Jul 3 00:33:33 2007 -0600
80297
80298     Remove obsolete mpc5xxx linker scripts (2 of 3)
80299
80300     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80301
80302 commit b4f67513a624ce85866c66c575bd2d9d7977d7f0
80303 Author: Grant Likely <grant.likely@secretlab.ca>
80304 Date:   Tue Jul 3 00:33:28 2007 -0600
80305
80306     Remove obsolete mpc5xxx linker scripts (1 of 3)
80307
80308     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80309
80310 commit b7d8e05f8675249b5f208aa73babeed384a4519d
80311 Author: Grant Likely <grant.likely@secretlab.ca>
80312 Date:   Tue Jul 3 00:33:23 2007 -0600
80313
80314     Remove obsolete mpc5xx linker scripts
80315
80316     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80317
80318 commit 416a0b6d40f6eba3a2fc547253c16bda28d922f7
80319 Author: Grant Likely <grant.likely@secretlab.ca>
80320 Date:   Tue Jul 3 00:33:18 2007 -0600
80321
80322     Consolidate mpc83xx linker scripts
80323
80324     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80325
80326 commit 5fc59175b92883ed5d2666a04e6bc49e70a4a365
80327 Author: Grant Likely <grant.likely@secretlab.ca>
80328 Date:   Tue Jul 3 00:33:13 2007 -0600
80329
80330     Consolidate mpc8260 linker scripts
80331
80332     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80333
80334 commit 737f9eb02d7335df2b3e4d7a4d3348784d1da207
80335 Author: Grant Likely <grant.likely@secretlab.ca>
80336 Date:   Tue Jul 3 00:33:08 2007 -0600
80337
80338     Consolidate mpc824x linker scripts
80339
80340     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80341
80342 commit 9c757b789a59a855db57b448dd825329c4e9c4a0
80343 Author: Grant Likely <grant.likely@secretlab.ca>
80344 Date:   Tue Jul 3 00:33:03 2007 -0600
80345
80346     Consolidate mpc8220 linker scripts
80347
80348     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80349
80350 commit d181c9a15cd41863fe24840d17848429f27d3c8c
80351 Author: Grant Likely <grant.likely@secretlab.ca>
80352 Date:   Tue Jul 3 00:32:58 2007 -0600
80353
80354     Consolidate mpc5xxx linker scripts
80355
80356     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80357
80358 commit 287ac924adb7291bebe5086652a362a30ab28b13
80359 Author: Grant Likely <grant.likely@secretlab.ca>
80360 Date:   Tue Jul 3 00:32:53 2007 -0600
80361
80362     Consolidate mpc5xx linker scripts
80363
80364     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
80365
80366 commit 52b8704d0245e589f86d462e9ec25aeb7ecbbbdd
80367 Author: Wolfgang Denk <wd@denx.de>
80368 Date:   Wed Jul 4 00:43:53 2007 +0200
80369
80370     Fix a few file permission problems.
80371
80372     Signed-off-by: Wolfgang Denk <wd@denx.de>
80373
80374 commit 78e0cf2de7be7f1eaeeb622eb61fd50e4d5e205c
80375 Author: Wolfgang Denk <wd@denx.de>
80376 Date:   Wed Jul 4 00:38:38 2007 +0200
80377
80378     Minor coding style cleanup. Rebuild CHANGELOG file.
80379
80380 commit 2f9c19e496acb6bb50d9299e1aab377625d48c38
80381 Author: Jon Loeliger <jdl@jdl.com>
80382 Date:   Mon Jun 11 19:03:44 2007 -0500
80383
80384     configs/ mpc86xx: Rewrite command line options using new CONFIG_CMD-* style.
80385
80386     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80387
80388 commit 602ad3b33d9ceef83dbab46be68646d645d637ee
80389 Author: Jon Loeliger <jdl@jdl.com>
80390 Date:   Mon Jun 11 19:03:39 2007 -0500
80391
80392     README: Rewrite command line config to use CONFIG_CMD_* names.
80393
80394     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80395
80396 commit 72a074cec68e5bad60d63206c050974e08afd804
80397 Author: Jon Loeliger <jdl@jdl.com>
80398 Date:   Mon Jun 11 19:03:34 2007 -0500
80399
80400     include/ non-config: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
80401
80402     This is a compatibility step that allows both the older form
80403     and the new form to co-exist for a while until the older can
80404     be removed entirely.
80405
80406     All transformations are of the form:
80407     Before:
80408         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
80409     After:
80410         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
80411
80412     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80413
80414 commit 5fcf543e0b6628c76ff48705b1b0566bfd11507b
80415 Author: Jon Loeliger <jdl@jdl.com>
80416 Date:   Mon Jun 11 19:03:28 2007 -0500
80417
80418     tools/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
80419
80420     This is a compatibility step that allows both the older form
80421     and the new form to co-exist for a while until the older can
80422     be removed entirely.
80423
80424     All transformations are of the form:
80425     Before:
80426         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
80427     After:
80428         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
80429
80430     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80431
80432 commit 9107ebe0d352420895ab69b715697bdebc8caf50
80433 Author: Jon Loeliger <jdl@jdl.com>
80434 Date:   Mon Jun 11 19:03:23 2007 -0500
80435
80436     board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
80437
80438     This is a compatibility step that allows both the older form
80439     and the new form to co-exist for a while until the older can
80440     be removed entirely.
80441
80442     All transformations are of the form:
80443     Before:
80444         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
80445     After:
80446         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
80447
80448     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80449
80450 commit 5e378003d592ea828ec69d6defcd4de79096dd5c
80451 Author: Jon Loeliger <jdl@jdl.com>
80452 Date:   Mon Jun 11 19:03:19 2007 -0500
80453
80454     board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
80455
80456     This is a compatibility step that allows both the older form
80457     and the new form to co-exist for a while until the older can
80458     be removed entirely.
80459
80460     All transformations are of the form:
80461     Before:
80462         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
80463     After:
80464         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
80465
80466     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80467
80468 commit 737184114ec9c9e0ab94d6713536126073bd2472
80469 Author: Jon Loeliger <jdl@jdl.com>
80470 Date:   Mon Jun 11 19:03:15 2007 -0500
80471
80472     cpu/ non-mpc*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
80473
80474     This is a compatibility step that allows both the older form
80475     and the new form to co-exist for a while until the older can
80476     be removed entirely.
80477
80478     All transformations are of the form:
80479     Before:
80480         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
80481     After:
80482         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
80483
80484     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80485
80486 commit f48070fe5fe440dfb5ee5268c920de70e48ea327
80487 Author: Jon Loeliger <jdl@jdl.com>
80488 Date:   Mon Jun 11 19:03:08 2007 -0500
80489
80490     cpu/mpc*/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
80491
80492     This is a compatibility step that allows both the older form
80493     and the new form to co-exist for a while until the older can
80494     be removed entirely.
80495
80496     All transformations are of the form:
80497     Before:
80498         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
80499     After:
80500         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
80501
80502     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80503
80504 commit 0c505db0a0dc1f670b13ce3b4d3fbf1ec5b3cbd2
80505 Author: Jon Loeliger <jdl@jdl.com>
80506 Date:   Mon Jun 11 19:03:03 2007 -0500
80507
80508     lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
80509
80510     This is a compatibility step that allows both the older form
80511     and the new form to co-exist for a while until the older can
80512     be removed entirely.
80513
80514     All transformations are of the form:
80515     Before:
80516         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
80517     After:
80518         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
80519
80520     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80521
80522 commit 73f032021ec5f13cda8faa4e34b6de80960eb86f
80523 Author: Jon Loeliger <jdl@jdl.com>
80524 Date:   Mon Jun 11 19:02:58 2007 -0500
80525
80526     lib_ppc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
80527
80528     This is a compatibility step that allows both the older form
80529     and the new form to co-exist for a while until the older can
80530     be removed entirely.
80531
80532     All transformations are of the form:
80533     Before:
80534         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
80535     After:
80536         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
80537
80538     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80539
80540 commit 98b79003c21c2578206003256de4e781d6b36ca8
80541 Author: Jon Loeliger <jdl@jdl.com>
80542 Date:   Mon Jun 11 19:02:53 2007 -0500
80543
80544     rtc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
80545
80546     This is a compatibility step that allows both the older form
80547     and the new form to co-exist for a while until the older can
80548     be removed entirely.
80549
80550     All transformations are of the form:
80551     Before:
80552         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
80553     After:
80554         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
80555
80556     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80557
80558 commit 6e2115acb6a892d53a6881bf253ae41d3df39156
80559 Author: Jon Loeliger <jdl@jdl.com>
80560 Date:   Mon Jun 11 19:02:49 2007 -0500
80561
80562     net/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
80563
80564     This is a compatibility step that allows both the older form
80565     and the new form to co-exist for a while until the older can
80566     be removed entirely.
80567
80568     All transformations are of the form:
80569     Before:
80570         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
80571     After:
80572         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
80573
80574     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80575
80576 commit 45cdb9b72c94655c7308b464a2666057c0b286e0
80577 Author: Jon Loeliger <jdl@jdl.com>
80578 Date:   Mon Jun 11 19:02:34 2007 -0500
80579
80580     disk/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
80581
80582     This is a compatibility step that allows both the older form
80583     and the new form to co-exist for a while until the older can
80584     be removed entirely.
80585
80586     All transformations are of the form:
80587     Before:
80588         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
80589     After:
80590         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
80591
80592     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80593
80594 commit 4e109ae98294a5ca7ff848b7652c7bfd4023a94a
80595 Author: Jon Loeliger <jdl@jdl.com>
80596 Date:   Mon Jun 11 19:02:20 2007 -0500
80597
80598     fs/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
80599
80600     This is a compatibility step that allows both the older form
80601     and the new form to co-exist for a while until the older can
80602     be removed entirely.
80603
80604     All transformations are of the form:
80605     Before:
80606         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
80607     After:
80608         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
80609
80610     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80611
80612 commit d5be43de93ff905c465e509d45a3164ef48d26e7
80613 Author: Jon Loeliger <jdl@jdl.com>
80614 Date:   Mon Jun 11 19:02:10 2007 -0500
80615
80616     drivers/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
80617
80618     This is a compatibility step that allows both the older form
80619     and the new form to co-exist for a while until the older can
80620     be removed entirely.
80621
80622     All transformations are of the form:
80623     Before:
80624         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
80625     After:
80626         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
80627
80628     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80629
80630 commit b453960d4fdb87b3970d96119b90df2ed024fc4a
80631 Author: Jon Loeliger <jdl@jdl.com>
80632 Date:   Mon Jun 11 19:02:05 2007 -0500
80633
80634     common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
80635
80636     This is a compatibility step that allows both the older form
80637     and the new form to co-exist for a while until the older can
80638     be removed entirely.
80639
80640     All transformations are of the form:
80641     Before:
80642         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
80643     After:
80644         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
80645
80646     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80647
80648 commit 65c450b47a62659d522cfa8f4fa1e4e5c60dccd0
80649 Author: Jon Loeliger <jdl@jdl.com>
80650 Date:   Mon Jun 11 19:01:54 2007 -0500
80651
80652     common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
80653
80654     This is a compatibility step that allows both the older form
80655     and the new form to co-exist for a while until the older can
80656     be removed entirely.
80657
80658     All transformations are of the form:
80659     Before:
80660         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
80661     After:
80662         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
80663
80664     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80665
80666 commit a76adc8142c1d956385a109e0b70f9319ede4d66
80667 Author: Jon Loeliger <jdl@jdl.com>
80668 Date:   Mon Jun 11 19:01:43 2007 -0500
80669
80670     common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
80671
80672     This is a compatibility step that allows both the older form
80673     and the new form to co-exist for a while until the older can
80674     be removed entirely.
80675
80676     All transformations are of the form:
80677     Before:
80678         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
80679     After:
80680         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
80681
80682     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80683
80684 commit ec63b10b61fd68238d4c15c1cd04c0b38228e2c1
80685 Author: Jon Loeliger <jdl@jdl.com>
80686 Date:   Mon Jun 11 19:01:34 2007 -0500
80687
80688     Introduce initial versions of new Command Config files.
80689
80690     Derive three new files from cmd_confdefs.h:
80691         config_bootp.h - Has BOOTP related config options, not commands
80692         config_cmd_all.h - Has a CONFIG_CMD_* definition for every command
80693         config_cmd_default.h - Has a CONFIG_CMD_* definition for default cmds.
80694
80695     For now, include "config_bootp.h" for compatability until all
80696     users of it directly include it properly.
80697
80698     Signed-off-by: Jon Loeliger <jdl@freescale.com>
80699
80700 commit 1f2a05898658900dc5717761e27abf2052e67e13
80701 Author: Mushtaq Khan <mushtaqk_921@yahoo.co.in>
80702 Date:   Sat Jun 30 18:50:48 2007 +0200
80703
80704     Fix S-ATA support.
80705
80706     Signed-off-by: mushtaq khan <mushtaqk_921@yahoo.co.in>
80707
80708 commit a5d71e290f3673269be8eefb4ec44f53412f9461
80709 Author: Heiko Schocher <hs@pollux.denx.de>
80710 Date:   Mon Jun 25 19:11:37 2007 +0200
80711
80712     [PCS440EP]  get rid of CONFIG_PPC4xx_USE_SPD_DDR_INIT_HANG
80713
80714     Signed-off-by: Heiko Schocher <hs@denx.de>
80715
80716 commit a1bd6200eccd3a02040a955d5f43d3ee1fc9f93b
80717 Author: Niklaus Giger <niklaus.giger@nestal.com>
80718 Date:   Mon Jun 25 17:03:13 2007 +0200
80719
80720     ppc4xx: PPC440EPx Emit DDR0 registers on machine check interrupt
80721
80722     This patch prints the DDR status registers upon machine check
80723     interrupt on the 440EPx/GRx. This can be useful especially when
80724     ECC support is enabled.
80725
80726     I added some small changes to the original patch from Niklaus to
80727     make it compile clean.
80728
80729     Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
80730     Signed-off-by: Stefan Roese <sr@denx.de>
80731
80732 commit 807018fb7faceb429ce0cb47baa2073746b33a4e
80733 Author: Niklaus Giger <niklaus.giger@nestal.com>
80734 Date:   Mon Jun 25 16:50:55 2007 +0200
80735
80736     ppc4xx: Fix O=buildir builds
80737
80738     This patch fixes the problem to assemble cpu/ppc4xx/start.S
80739     experienced last week where building failed having specified
80740     O=../build.sequoia.
80741
80742     Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
80743
80744 commit 466fff1a7bb5fe764a06450626f6098219f446b8
80745 Author: Stefan Roese <sr@denx.de>
80746 Date:   Mon Jun 25 15:57:39 2007 +0200
80747
80748     ppc4xx: Add pci_pre_init() for 405 boards
80749
80750     This patch removes the CFG_PCI_PRE_INIT option completely, since
80751     it's not needed anymore with the patch from Matthias Fuchs with
80752     the "weak" pci_pre_init() implementation.
80753
80754     Signed-off-by: Stefan Roese <sr@denx.de>
80755
80756 commit 6f35c53166213c24a5a0e2390ed861136ff73870
80757 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
80758 Date:   Sun Jun 24 17:41:21 2007 +0200
80759
80760     ppc4xx: Maintenance patch for esd's CPCI405 derivats
80761
80762     -add pci_pre_init() for pci interrupt fixup code
80763     -disable phy sleep mode via reset_phy() function
80764     -use correct io accessors
80765     -cleanup
80766
80767     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
80768
80769 commit 5a1c9ff0c44305b57cb4d8f9369bba90bcf0e1f8
80770 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
80771 Date:   Sun Jun 24 17:23:41 2007 +0200
80772
80773     ppc4xx: Add pci_pre_init() for 405 boards
80774
80775     This patch adds support for calling a plattform dependant
80776     pci_pre_init() function for 405 boards. This can be used to
80777     move the current pci_405gp_fixup_irq() function into the
80778     board code.
80779
80780     This patch also makes the CFG_PCI_PRE_INIT define obsolete.
80781     A default function with 'weak' attribute is used when
80782     a board specific pci_pre_init() is not implemented.
80783
80784     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
80785
80786 commit 1636d1c8529c006d106287cfbc20cd0a246fe1cb
80787 Author: Wolfgang Denk <wd@denx.de>
80788 Date:   Fri Jun 22 23:59:00 2007 +0200
80789
80790     Coding stylke cleanup; rebuild CHANGELOG
80791
80792 commit 2dc64451b4c08ffd619372abfdc2506a2e2363b9
80793 Author: Igor Lisitsin <igor@emcraft.com>
80794 Date:   Wed Apr 18 14:55:19 2007 +0400
80795
80796     Adapt log buffer code to support Linux 2.6
80797
80798     A new environment variable, "logversion", selects the log buffer
80799     behaviour. If it is not set or set to a value other than 2, then the
80800     old, Linux 2.4.4, behaviour is selected.
80801
80802     Signed-off-by: Igor Lisitsin <igor@emcraft.com>
80803     --
80804
80805 commit a11e06965ec91270c51853407ff1261d3c740386
80806 Author: Igor Lisitsin <igor@emcraft.com>
80807 Date:   Wed Mar 28 19:06:19 2007 +0400
80808
80809     Extend POST support for PPC440
80810
80811     Added memory, CPU, UART, I2C and SPR POST tests for PPC440.
80812
80813     Signed-off-by: Igor Lisitsin <igor@emcraft.com>
80814     --
80815
80816 commit 566a494f592ae3b3c0785d90d4e1ba45574880c4
80817 Author: Heiko Schocher <hs@pollux.denx.de>
80818 Date:   Fri Jun 22 19:11:54 2007 +0200
80819
80820     [PCS440EP]      upgrade the PCS440EP board:
80821                     - Show on the Status LEDs, some States of the board.
80822                     - Get the MAC addresses from the EEProm
80823                     - use PREBOOT
80824                     - use the CF on the board.
80825                     - check the U-Boot image in the Flash with a SHA1
80826                       checksum.
80827                     - use dynamic TLB entries generation for the SDRAM
80828
80829     Signed-off-by: Heiko Schocher <hs@denx.de>
80830
80831 commit 3a1f5c81b0b9557817a789bece839905581c2205
80832 Author: Stefan Roese <sr@denx.de>
80833 Date:   Fri Jun 22 16:58:40 2007 +0200
80834
80835     ppc4xx: Fix problem with extended program_tlb() funtion
80836
80837     The recently extended program_tlb() function had a problem when
80838     multiple TLB's had to be setup (for example with 512MB of SDRAM). The
80839     virtual address was not incremented. This patch fixes this issue
80840     and is tested on Katmai with 512MB SDRAM.
80841
80842     Signed-off-by: Stefan Roese <sr@denx.de>
80843
80844 commit 02032e8f14751a1a751b09240a4f1cf9f8a2077f
80845 Author: Rafal Jaworowski <raj@semihalf.com>
80846 Date:   Fri Jun 22 14:58:04 2007 +0200
80847
80848     [ppc] Fix build breakage for all non-4xx PowerPC variants.
80849
80850     - adapt to the more generic EXCEPTION_PROLOG and CRIT_EXCEPTION macros
80851     - minor 4xx cleanup
80852
80853 commit d677b32855f577ae2690dcd64a172cdd706e0ffc
80854 Author: Mike Frysinger <vapier@gentoo.org>
80855 Date:   Fri Jun 22 10:34:12 2007 +0200
80856
80857     [patch] add nand_init() prototype to nand.h
80858
80859     since nand_init() is expected to be called by other parts of u-boot, there
80860     should be a prototype for it in nand.h
80861
80862     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
80863     Signed-off-by: Stefan Roese <sr@denx.de>
80864
80865 commit 83b4cfa3d629dff0264366263c5e94d9a50ad80b
80866 Author: Wolfgang Denk <wd@denx.de>
80867 Date:   Wed Jun 20 18:14:24 2007 +0200
80868
80869     Coding style cleanup. Refresh CHANGELOG.
80870
80871 commit b3f9ec86e388207fd03dcdf7b145b9ed080bf024
80872 Author: Stefan Roese <sr@denx.de>
80873 Date:   Tue Jun 19 17:22:44 2007 +0200
80874
80875     ppc4xx: Add bootstrap command for AMCC Sequoia (440EPx) eval board
80876
80877     This patch adds a board command to configure the I2C bootstrap EEPROM
80878     values. Right now 533 and 667MHz are supported for booting either via NOR
80879     or NAND FLASH. Here the usage:
80880
80881     => bootstrap 533 nor        ;to configure the board for 533MHz NOR booting
80882     => bootstrap 667 nand       ;to configure the board for 667MHz NNAND booting
80883
80884     Signed-off-by: Stefan Roese <sr@denx.de>
80885
80886 commit df8a24cdd30151505cf57bbee5289e91bf53bd1b
80887 Author: Stefan Roese <sr@denx.de>
80888 Date:   Tue Jun 19 16:42:31 2007 +0200
80889
80890     [ppc4xx] Fix problem with NAND booting on AMCC Acadia
80891
80892     The latest changes showed a problem with the location of the NAND-SPL
80893     image in the OCM and the init-data area (incl. cache). This patch
80894     fixes this problem.
80895
80896     Signed-off-by: Stefan Roese <sr@denx.de>
80897
80898 commit 86ba99e34194394052d24c04dc40d1263d29a26f
80899 Author: Stefan Roese <sr@denx.de>
80900 Date:   Tue Jun 19 16:40:58 2007 +0200
80901
80902     [ppc4xx] Change board/amcc/acadia/cpr.c to pll.c
80903
80904     Signed-off-by: Stefan Roese <sr@denx.de>
80905
80906 commit 8e585f02f82c17cc66cd229dbf0fd3066bbbf658
80907 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
80908 Date:   Mon Jun 18 13:50:13 2007 -0500
80909
80910     Added M5329AFEE and M5329BFEE Platforms
80911
80912     Added board/freescale/m5329evb, cpu/mcf532x, drivers/net,
80913     drivers/serial,  immap_5329.h, m5329.h, mcfrtc.h,
80914     include/configs/M5329EVB.h, lib_m68k/interrupts.c, and
80915     rtc/mcfrtc.c
80916
80917     Modified CREDITS, MAKEFILE, Makefile, README, common/cmd_bdinfo.c,
80918     common/cmd_mii.c, include/asm-m68k/byteorder.h, include/asm-m68k/fec.h,
80919     include/asm-m68k/io.h, include/asm-m68k/mcftimer.h,
80920     include/asm-m68k/mcfuart.h, include/asm-m68k/ptrace.h,
80921     include/asm-m68k/u-boot.h, lib_m68k/Makefile, lib_m68k/board.c,
80922     lib_m68k/time.c, net/eth.c and rtc/Makefile
80923
80924     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
80925
80926 commit 093172f08d6afb3f34d8a2f26ee0ee874261cf27
80927 Author: Michal Simek <monstr@monstr.eu>
80928 Date:   Sun Jun 17 19:04:11 2007 +0200
80929
80930     [fix] email reparation
80931
80932 commit 3666afffe7baf859c6ae0ce2bebbc8ab7e512ddc
80933 Author: Michal Simek <monstr@monstr.eu>
80934 Date:   Sun Jun 17 19:03:21 2007 +0200
80935
80936     [FIX] fix microblaze file permitission
80937
80938 commit e73846b7cf1e29ae635bf9bb5570269663df2ee5
80939 Author: Stefan Roese <sr@denx.de>
80940 Date:   Fri Jun 15 11:33:41 2007 +0200
80941
80942     [ppc4xx] Change lwmon5 port to work with recent 440 exception rework
80943
80944     Now CONFIG_440 has to be defined in all PPC440 board config files.
80945
80946     Signed-off-by: Stefan Roese <sr@denx.de>
80947
80948 commit efa35cf12d914d4caba942acd5a6c45f217de302
80949 Author: Grzegorz Bernacki <gjb@semihalf.com>
80950 Date:   Fri Jun 15 11:19:28 2007 +0200
80951
80952     ppc4xx: Clean up 440 exceptions handling
80953
80954     - Introduced dedicated switches for building 440 and 405 images required
80955       for 440-specific machine instructions like 'rfmci' etc.
80956
80957     - Exception vectors moved to the proper location (_start moved away from
80958       the critical exception handler space, which it occupied)
80959
80960     - CriticalInput now serviced (with default handler)
80961
80962     - MachineCheck properly serviced (added a dedicated handler and return
80963       subroutine)
80964
80965     - Overall cleanup of exceptions declared with STD_EXCEPTION macro (unused,
80966       unhandled and those not relevant for 4xx were eliminated)
80967
80968     - Eliminated Linux leftovers, removed dead code
80969
80970     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
80971     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
80972     Signed-off-by: Stefan Roese <sr@denx.de>
80973
80974 commit b765ffb773f5a3cd5aa94ec76b6a05276b8cd5b2
80975 Author: Stefan Roese <sr@denx.de>
80976 Date:   Fri Jun 15 08:18:01 2007 +0200
80977
80978     [ppc4xx] Add initial lwmon5 board support
80979
80980     This patch adds initial support for the Liebherr lwmon5 board euqipped
80981     with an AMCC 440EPx PowerPC.
80982
80983     Signed-off-by: Stefan Roese <sr@denx.de>
80984
80985 commit 85f737376d5ff3d5f0d45a8b657686326d175307
80986 Author: Stefan Roese <sr@denx.de>
80987 Date:   Fri Jun 15 07:39:43 2007 +0200
80988
80989     [ppc4xx] Extend 44x GPIO setup with default output state
80990
80991     The board config array CFG_440_GPIO_TABLE for the ppc440 GPIO setup
80992     is extended with the default GPIO output state (level).
80993
80994     Signed-off-by: Stefan Roese <sr@denx.de>
80995
80996 commit dbca208518e5e7f01a6420588d1cd6e60db74c2b
80997 Author: Stefan Roese <sr@denx.de>
80998 Date:   Thu Jun 14 11:14:32 2007 +0200
80999
81000     [ppc4xx] Extend program_tlb() with virtual & physical addresses
81001
81002     Now program_tlb() allows to program a TLB (or multiple) with
81003     different virtual and physical addresses. With this change, now one
81004     physical region (e.g. SDRAM) can be mapped 2 times, once with caches
81005     diabled and once with caches enabled.
81006
81007     Signed-off-by: Stefan Roese <sr@denx.de>
81008
81009 commit 9912121f7ed804ea58fd62f3f230b5dcfc357d88
81010 Author: Detlev Zundel <dzu@denx.de>
81011 Date:   Wed May 23 19:02:41 2007 +0200
81012
81013     Change 'repeatable' attribute of some commands to sensible values.
81014
81015     Most prominently this changes 'erase' to be non-repeatable.
81016
81017     Signed-off-by: Detlev Zundel <dzu@denx.de>
81018
81019 commit 5afb202093f6a001797db92cf695b93a70ea9ab4
81020 Author: Detlev Zundel <dzu@denx.de>
81021 Date:   Wed May 23 18:47:48 2007 +0200
81022
81023     Fix 'run' not to continue after interrupted command
81024
81025     Signed-off-by: Detlev Zundel <dzu@denx.de>
81026
81027 commit 9b7464a2c88614e1061f509c48930a3d240d1a35
81028 Author: Jason Jin <Jason.jin@freescale.com>
81029 Date:   Mon Jun 11 15:14:24 2007 +0200
81030
81031     USB: This patch fix readl in ohci swap reg access.
81032
81033     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
81034
81035 commit 8f8416fada9faf94b9a92f21fe6000643cb521d5
81036 Author: Bartlomiej Sieka <tur@semihalf.com>
81037 Date:   Fri Jun 8 14:52:22 2007 +0200
81038
81039     TQM5200: Add Flat Device Tree support, update default env. accordingly.
81040
81041     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
81042     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
81043
81044 commit 9045f33c023f698660a2e45d1b2194c0711abebc
81045 Author: Wolfgang Denk <wd@denx.de>
81046 Date:   Fri Jun 8 10:24:58 2007 +0200
81047
81048     Fix config problems on SC3 board; make ide_reset_timeout work.
81049
81050 commit fba3fb0449b8a54542aed1e729de76e7f5a2ff1b
81051 Author: Benoît Monin <bmonin@adeneo.eu>
81052 Date:   Fri Jun 8 09:55:24 2007 +0200
81053
81054     [PATCH] fix gpio setting when using CFG_440_GPIO_TABLE
81055
81056     Set the correct value in GPIOx_TCR when configuring the gpio
81057     with CFG_440_GPIO_TABLE.
81058
81059     Signed-off-by: Benoit Monin <bmonin@adeneo.eu>
81060     Signed-off-by: Stefan Roese <sr@denx.de>
81061
81062 commit f539edc076cfe52bff919dd512ba8d7af0e22092
81063 Author: Vadim Bendebury <vbendeb@google.com>
81064 Date:   Thu May 24 15:52:25 2007 -0700
81065
81066     cosmetic changes to bcm570x driver
81067
81068     This is a cosmetic only changes submission.
81069     It affects files relevant to bcm570x driver.
81070     the commands used to generate this change was
81071
81072     cd drivers
81073     Lindent -pcs -l80  bcm570x.c   bcm570x_lm.h   bcm570x_mm.h  tigon3.c  tigon3.h
81074
81075     The BMW target (the only one using this chip so far) builds cleanly, the
81076     `before and after' generated object files for drivers/bcm570x.c and
81077     drivers/tigon3.o are identical as reported by objdump -d
81078
81079     Signed-off-by: Vadim Bendebury <vbendeb@google.com>
81080     Signed-off-by: Ben Warren <bwarren@qstreams.com>
81081
81082 commit 725671ccd2cd04c9ebc50c9e5a94dd8cbade66b7
81083 Author: Wolfgang Denk <wd@denx.de>
81084 Date:   Wed Jun 6 16:26:56 2007 +0200
81085
81086     Coding Style cleanup; generate new CHANGELOG file.
81087
81088     Signed-off-by: Wolfgang Denk <wd@denx.de>
81089
81090 commit 19d763c35e0b5568eaf0b8adbf7a68ccfe7fa243
81091 Author: Markus Klotzbuecher <mk@denx.de>
81092 Date:   Wed Jun 6 11:49:44 2007 +0200
81093
81094     TRAB, USB: update trab board configuration for use of generic ohci driver
81095
81096 commit dace45acd1c1357daa9322099d07c9a9e08b0024
81097 Author: Markus Klotzbuecher <mk@denx.de>
81098 Date:   Wed Jun 6 11:49:43 2007 +0200
81099
81100     USB: ohci fixes and cleanup for ppc4xx and yosemite board.
81101
81102 commit 72657570b61635c74fa0c3f0e9e7d0671a9d08df
81103 Author: Markus Klotzbuecher <mk@denx.de>
81104 Date:   Wed Jun 6 11:49:43 2007 +0200
81105
81106     USB: ohci fixes and cleanup for mpc5xxx and IceCube board config
81107
81108 commit fc43be478f2aa37ce38acd85355038866e4162af
81109 Author: Markus Klotzbuecher <mk@denx.de>
81110 Date:   Wed Jun 6 11:49:35 2007 +0200
81111
81112     USB/OHCI: endianness cleanup in the generic ohci driver
81113
81114 commit c440bfe6d6d92d66478a7e84402b31f48413617b
81115 Author: Stefan Roese <sr@denx.de>
81116 Date:   Wed Jun 6 11:42:13 2007 +0200
81117
81118     ppc4xx: Add NAND booting support for AMCC Acadia (405EZ) eval board
81119
81120     This patch adds NAND booting support for the AMCC Acadia eval board.
81121
81122     Please make sure to configure jumper J7 to position 2-3 when booting
81123     from NOR, and to position 1-2 when booting for NAND.
81124
81125     I also added a board command to configure the I2C bootstrap EEPROM
81126     values. Right now only 267MHz is support for booting either via NOR
81127     or NAND FLASH. Here the usage:
81128
81129     => bootstrap 267 nor        ;to configure the board for 267MHz NOR booting
81130     => bootstrap 267 nand       ;to configure the board for 267MHz NNAND booting
81131
81132     Signed-off-by: Stefan Roese <sr@denx.de>
81133
81134 commit 18135125f909948b85d1d6881ab4ac0efb4a1c58
81135 Author: Rodolfo Giometti <giometti@linux.it>
81136 Date:   Wed Jun 6 10:08:14 2007 +0200
81137
81138     Files include/linux/byteorder/{big,little}_endian.h define
81139     __BIG_ENDIAN and __LITTLE_ENDIAN.
81140
81141     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
81142
81143 commit a81d1c0b85b13e9d45f2d87de96a51a6e0ef0f82
81144 Author: Zhang Wei <wei.zhang@freescale.com>
81145 Date:   Wed Jun 6 10:08:14 2007 +0200
81146
81147     Add USB PCI-OHCI, USB keyboard and event poll support to the
81148     MPC8641HPCN board config file.
81149
81150     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
81151
81152 commit 4dae14ce8fbdf380017dc54f172218e7d2acc889
81153 Author: Zhang Wei <wei.zhang@freescale.com>
81154 Date:   Wed Jun 6 10:08:14 2007 +0200
81155
81156     USB PCI-OHCI, interrupt pipe and usb event poll support
81157
81158     This patch added USB PCI-OHCI chips support, interrupt pipe support
81159     and usb event poll support. For supporting the USB interrupt pipe, the
81160     globe urb_priv is moved to purb in ed struct. Now, we can process
81161     several urbs at one time. The interrupt pipe support codes are ported
81162     from Linux kernel 2.4.
81163
81164     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
81165
81166 commit fdcfaa1b02268b2899e374b35adf936c911a47eb
81167 Author: Zhang Wei <wei.zhang@freescale.com>
81168 Date:   Wed Jun 6 10:08:13 2007 +0200
81169
81170     USB event poll support
81171
81172     This patch adds USB event poll support, which could be used in usbkbd
81173     and other usb devices driver when the asynchronous interrupt
81174     processing is supported.
81175
81176     Signed-off-by: Zhang Wei <wei.zhang@freescale.com
81177
81178 commit 9a1d00fa47c1e05e3fdb60b33213af4e18d4c18e
81179 Author: Rodolfo Giometti <giometti@linux.it>
81180 Date:   Wed Jun 6 10:08:12 2007 +0200
81181
81182     ISP116x: delay for crappy USB keys
81183
81184     Using some (very) slow USB keys cause the USB host controller buffers
81185     are not ready to be read by the CPU so we need an extra delay before
81186     reading the USB storage data.
81187
81188     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
81189
81190 commit 09444143670c9c2243cb7aba9f70b3713d33bed1
81191 Author: Markus Klotzbuecher <mk@denx.de>
81192 Date:   Wed Jun 6 10:08:12 2007 +0200
81193
81194     Change duplicate usb_cpu_init_fail to usb_board_init_fail
81195
81196     Thanks to Liew Tsi Chung <Tsi-chung.Liew@freescale.com> for pointing
81197     this out.
81198
81199     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
81200
81201 commit 32922cdc470fdfd39bea0c1c4f582d3fb340421e
81202 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
81203 Date:   Tue Jun 5 12:30:52 2007 -0500
81204
81205     mpc8641 image size cleanup
81206
81207     e600 does not have a bootpg restriction.
81208     Move the version string to beginning of image at fff00000.
81209     Resetvec.S is not needed.
81210     Update flash copy instructions.
81211     Add tftpflash env variable
81212
81213     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
81214     Signed-off-by: Jon Loeliger <jdl@freescale.com>
81215
81216 commit e3cbe1f93c5722f8ebbad468e30c069a2b511097
81217 Author: Benoît Monin <bmonin@adeneo.eu>
81218 Date:   Mon Jun 4 08:36:05 2007 +0200
81219
81220     [PATCH] Fix ppc4xx bootstrap letter displayed on startup
81221
81222     The attached patch is mainly cosmetic, allowing u-boot to
81223     display the correct bootstrap option letter according to the
81224     datasheets.
81225
81226     The original patch was extended with 405EZ support by Stefan
81227     Roese.
81228
81229     Signed-off-by: Benoit Monin <bmonin@adeneo.eu>
81230     Signed-off-by: Stefan Roese <sr@denx.de>
81231
81232 commit 5b1313fb2758ffce8b624457f777d8cc6709608d
81233 Author: Nikita V. Youshchenko <yoush@debian.org>
81234 Date:   Wed May 23 12:45:19 2007 +0400
81235
81236     fix compilation problem for mpc8349itx CFG_RAMBOOT
81237
81238     Current include/configs/MPC8349ITX.h does contain some support for building
81239     image that will be started from memory (without putting in into flash).
81240     It could be triggered by building with TEXT_BASE set to a low value.
81241
81242     However, this support is incomplete: using of low TEXT_BASE causes
81243     defining configuration macros in inconsistent way, which later leads
81244     to compilation errors. In particular. flash support is being disabled,
81245     but then flash structures get referenced.
81246
81247     This patch fixes this, making it possible to build with low TEXT_BASE.
81248
81249     Signed-Off-By: Nikita Youshchenko <yoush@debian.org>
81250
81251     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
81252
81253 commit 8a364f0970de49949d635e60accf463c6443ef8c
81254 Author: Nikita V. Youshchenko <yoush@debian.org>
81255 Date:   Wed May 23 12:45:25 2007 +0400
81256
81257     add missing 'console' var to default mpc8349itx config
81258
81259     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
81260
81261 commit 18d156eb37c90fadc8ec7a81a3b89176161f85b7
81262 Author: Stefan Roese <sr@denx.de>
81263 Date:   Fri Jun 1 16:18:17 2007 +0200
81264
81265     ppc4xx: Add missing file for Bamboo NAND booting support
81266
81267     Signed-off-by: Stefan Roese <sr@denx.de>
81268
81269 commit 155a96478a0881e6da96cbbbcf34952d6a3b1b4b
81270 Author: Stefan Roese <sr@denx.de>
81271 Date:   Fri Jun 1 15:58:19 2007 +0200
81272
81273     ppc4xx: Undo Sequoia patch for dynamic EBC speed support of 83MHz
81274
81275     This patch undoes the patch by Jeff Mann with commit-id ada4697d. As
81276     suggested by AMCC it is not recommended to dynamically change the EBC
81277     speed after bootup. So we undo this change to be on the safe side.
81278
81279     Signed-off-by: Stefan Roese <sr@denx.de>
81280
81281 commit 9d9096043e8f713d4bf1743d32e1459e6a11644b
81282 Author: Stefan Roese <sr@denx.de>
81283 Date:   Fri Jun 1 15:29:04 2007 +0200
81284
81285     ppc4xx: Update Sequoia NAND booting support with ECC
81286
81287     Signed-off-by: Stefan Roese <sr@denx.de>
81288
81289 commit cf959c7d6687567c308e366e9581e1a5aff5cc5b
81290 Author: Stefan Roese <sr@denx.de>
81291 Date:   Fri Jun 1 15:27:11 2007 +0200
81292
81293     ppc4xx: Add NAND booting support for AMCC Bamboo (440EP) eval board
81294
81295     This patch adds NAND booting support for the AMCC Bamboo eval board.
81296     Since the NAND-SPL boot image is limited to 4kbytes, this version
81297     only supports the onboard 64MBytes of DDR. The DIMM modules can't be
81298     supported, since the setup code for I2C DIMM autodetection and
81299     configuration is too big for this NAND bootloader.
81300
81301     Signed-off-by: Stefan Roese <sr@denx.de>
81302
81303 commit 42be56f53c8b107868e6125c8524ae84293e95a7
81304 Author: Stefan Roese <sr@denx.de>
81305 Date:   Fri Jun 1 15:23:04 2007 +0200
81306
81307     NAND: Add ECC support to NAND booting support in nand_spl/nand_boot.c
81308
81309     The U-Boot NAND booting support is now extended to support ECC
81310     upon loading of the NAND U-Boot image.
81311
81312     Tested on AMCC Sequoia (440EPx) and Bamboo (440EP).
81313
81314     Signed-off-by: Stefan Roese <sr@denx.de>
81315
81316 commit a471db07fbb65a841ffc9f4f112562b945230f98
81317 Author: Stefan Roese <sr@denx.de>
81318 Date:   Fri Jun 1 15:19:29 2007 +0200
81319
81320     ppc4xx: Prepare Bamboo port for NAND booting support
81321
81322     This patch updates the "normal" Bamboo NOR booting port, so
81323     that it is compatible with the coming soon NAND booting
81324     Bamboo port.
81325
81326     It also enables the 2nd NAND flash on the Bamboo.
81327
81328     Signed-off-by: Stefan Roese <sr@denx.de>
81329
81330 commit 53ad02103fb8be4138a9937a8ab91fcdff7b4987
81331 Author: Stefan Roese <sr@denx.de>
81332 Date:   Fri Jun 1 15:16:58 2007 +0200
81333
81334     ppc4xx: Update in_be32() functions and friends to latest Linux version
81335
81336     Signed-off-by: Stefan Roese <sr@denx.de>
81337
81338 commit 91da09cfbce0c1de05d6d84aa8363d666fa7ea3c
81339 Author: Stefan Roese <sr@denx.de>
81340 Date:   Fri Jun 1 15:15:12 2007 +0200
81341
81342     NAND: Add hardware ECC support to the PPC4xx NAND driver ndfc.c
81343
81344     This patch adds hardware ECC support to the NDFC driver. It also
81345     changes the register access from using the "simple" in32/out32
81346     functions to the in_be32/out_be32 functions, which make sure
81347     that the access is correctly synced. This is the only recommended
81348     access to SoC registers in the current Linux kernel.
81349
81350     Signed-off-by: Stefan Roese <sr@denx.de>
81351
81352 commit 17b5e862287cca76f19dcf8b741e61a7d06617f2
81353 Author: Stefan Roese <sr@denx.de>
81354 Date:   Fri Jun 1 15:12:15 2007 +0200
81355
81356     NAND: Update nand_ecc.c to latest Linux version
81357
81358     This patch updates the nand_ecc code to the latest Linux version.
81359     The main reason for this is the more compact code. This makes
81360     it possible to include the ECC code into the NAND bootloader
81361     image (NAND_SPL) for PPC4xx.
81362
81363     Signed-off-by: Stefan Roese <sr@denx.de>
81364
81365 commit d2d432760d2199d0e8558fdd9d1789b8131abcf7
81366 Author: Stefan Roese <sr@denx.de>
81367 Date:   Fri Jun 1 15:09:50 2007 +0200
81368
81369     ppc4xx: 44x DDR driver code cleanup and small fix for Bamboo
81370
81371     Signed-off-by: Stefan Roese <sr@denx.de>
81372
81373 commit e4bbed2803a2ad0521c7362f5d3e065f99abaedc
81374 Author: Stefan Roese <sr@denx.de>
81375 Date:   Fri Jun 1 13:45:24 2007 +0200
81376
81377     ppc4xx: Change Luan config file to support ECC
81378
81379     With the updated 44x DDR2 driver the Luan board now supports
81380     ECC generation and checking.
81381
81382     Signed-off-by: Stefan Roese <sr@denx.de>
81383
81384 commit 7187db73491c8de0fb56efb5e5134ba5ec443089
81385 Author: Stefan Roese <sr@denx.de>
81386 Date:   Fri Jun 1 13:45:00 2007 +0200
81387
81388     ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
81389
81390     Add config option for 180 degree advance clock control as needed
81391     for the AMCC Luan eval board.
81392
81393     Signed-off-by: Stefan Roese <sr@denx.de>
81394
81395 commit ee1529838abbfaa35f14e3ffbeaaba693159475f
81396 Author: Wolfgang Denk <wd@denx.de>
81397 Date:   Thu May 31 17:20:09 2007 +0200
81398
81399     Add support for STX GP3SSA (stxssa) Board with 4 MiB flash.
81400
81401     Signed-off-by: Wolfgang Denk <wd@denx.de>
81402
81403 commit 7049288fb1f16f1b317140226cdebd07bd416395
81404 Author: Bartlomiej Sieka <tur@semihalf.com>
81405 Date:   Sun May 27 17:26:46 2007 +0200
81406
81407     Motion-PRO: Code cleanup, fix of a typo in OF_STDOUT_PATH.
81408
81409     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
81410
81411 commit 4520fd4d2c450da49637216aa0e53739b61c60ac
81412 Author: Bartlomiej Sieka <tur@semihalf.com>
81413 Date:   Sun May 27 17:06:36 2007 +0200
81414
81415     Motion-PRO: Add support for redundant environment.
81416
81417     Enable redundant environment, add a MTD partition for it; also add env.
81418     variable command for passing MTD partitions to the kernel command line.
81419
81420     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
81421     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
81422
81423 commit a26eabeec31746f06d309103690892805696e344
81424 Author: Bartlomiej Sieka <tur@semihalf.com>
81425 Date:   Sun May 27 17:05:11 2007 +0200
81426
81427     Motion-PRO: Change maximum console buffer size from 256 to 1024 bytes.
81428
81429     Allow passing longer command line to the kernel - useful especially
81430     for passing MTD partition layout.
81431
81432     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
81433     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
81434
81435 commit 9160b96f71483a116de81c68985e8ee306d36764
81436 Author: Bartlomiej Sieka <tur@semihalf.com>
81437 Date:   Sun May 27 17:04:18 2007 +0200
81438
81439     Fix: Add missing NULL termination in strings expanded by macros parser.
81440
81441     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
81442     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
81443
81444 commit 630ec84aef7228fc1dbfb38dec78541403a786cd
81445 Author: Bartlomiej Sieka <tur@semihalf.com>
81446 Date:   Sun May 27 17:03:37 2007 +0200
81447
81448     Motion-PRO: Update EEPROM's page write bits and write delay.
81449
81450     Change EEPROM configuration according to the datasheet: "The 24C01A and 24C02A
81451     have a page write capability of two bytes", and "This device offers fast (1ms)
81452     byte write". Add 3ms of extra delay.
81453
81454     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
81455     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
81456
81457 commit c00125e07c1ebc125bab40e1e18bceed8be0c162
81458 Author: Bartlomiej Sieka <tur@semihalf.com>
81459 Date:   Sun May 27 16:58:45 2007 +0200
81460
81461     MPC5XXX, Motion-PRO: Fix PHY initialization problem.
81462
81463     After being reset in mpc5xxx_fec_init_phy(), PHY goes into FX mode, in which
81464     networking does not function. This commit switches PHY to TX mode by clearing
81465     the FX_SEL bit of Mode Control Register. It also reverses commit
81466     008861a2f3ef2c062744d733787c7e530a1b8761, i.e., a temporary workaround.
81467
81468     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
81469     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
81470
81471 commit 93b78f534a6e708b4cf1a4ffb4d8438c67a007db
81472 Author: Bartlomiej Sieka <tur@semihalf.com>
81473 Date:   Sun May 27 16:57:15 2007 +0200
81474
81475     Motion-PRO: Add support for the temperature sensor.
81476
81477     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
81478     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
81479
81480 commit c75e639630cc132dc19cd1ecda5922c0db0bfbba
81481 Author: Bartlomiej Sieka <tur@semihalf.com>
81482 Date:   Sun May 27 16:55:23 2007 +0200
81483
81484     Motion-PRO: Add displaying of CPLD revision information during boot.
81485
81486     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
81487     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
81488
81489 commit c99512d6bd3973f01ca2fc4896d829b46e68f150
81490 Author: Bartlomiej Sieka <tur@semihalf.com>
81491 Date:   Sun May 27 16:53:43 2007 +0200
81492
81493     MPC5xxx: Change names of defines related to IPB and PCI clocks.
81494
81495     Both CFG_PCISPEED_66 and CFG_IPBSPEED_133 are misnamed, as defining
81496     them does not cause PCI or IPB clocks to run at the specified speed.
81497     Instead, they configure divisors used to calculate said clocks. This
81498     patch renames the defines according to their real function.
81499
81500     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
81501     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
81502
81503 commit a11c0b85dc3664bb3c1e781137118730c8f619ab
81504 Author: Bartlomiej Sieka <tur@semihalf.com>
81505 Date:   Sun May 27 16:51:48 2007 +0200
81506
81507     Motion-PRO: Add LED support.
81508
81509     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
81510     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
81511     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
81512
81513 commit 7ebb4479b07ff294eb4d76e420753a0349f7c93b
81514 Author: Ulf Samuelsson <ulf@atmel.com>
81515 Date:   Thu May 24 12:12:47 2007 +0200
81516
81517     [PATCH][NAND] Define the Vendor Id for Micron NAND Flash
81518
81519     Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
81520     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
81521     Signed-off-by: Stefan Roese <sr@denx.de>
81522
81523 commit d756894722c888d09a9fa1df8323753772d3dcce
81524 Author: Stefan Roese <sr@denx.de>
81525 Date:   Thu May 24 09:49:00 2007 +0200
81526
81527     ppc4xx: Fix small 405EZ OCM initilization bug in start.S
81528
81529     As pointed out by Bruce Adler <bruce.adler@acm.org> this patch
81530     fixes a small bug in the 405EZ OCM initialization. Thanks for
81531     spotting.
81532
81533     Signed-off-by: Stefan Roese <sr@denx.de>
81534
81535 commit 5d4a179013d59a76446462e1eb0a969fba63eb81
81536 Author: Stefan Roese <sr@denx.de>
81537 Date:   Thu May 24 08:22:09 2007 +0200
81538
81539     ppc4xx: Update AMCC Acadia support for board revision 1.1
81540
81541     This patch updates the Acadia (405EZ) support for the new 1.1 board
81542     revision. It also adds support for NAND FLASH via the 4xx NDFC.
81543
81544     Please note that the jumper J7 must be in position 2-3 for this
81545     NAND support. Position 1-2 is for NAND booting only. NAND booting
81546     support will follow later.
81547
81548     Signed-off-by: Stefan Roese <sr@denx.de>
81549
81550 commit 822d55365bb557e084d0e33625a6dedcc866110b
81551 Author: Jon Loeliger <jdl@freescale.com>
81552 Date:   Wed May 23 14:09:46 2007 -0500
81553
81554     Add LIST_86xx MAKEALL target for PowerPC builds.
81555
81556     Signed-off-by: Jon Loeliger <jdl@freescale.com>
81557
81558 commit 9f0077abd69f7a7c756a915b961037302be3e6f2
81559 Author: Stefan Roese <sr@denx.de>
81560 Date:   Tue May 22 12:48:09 2007 +0200
81561
81562     ppc4xx: Use do { ... } while (0) for CPR & SDR access macros
81563
81564     Signed-off-by: Stefan Roese <sr@denx.de>
81565
81566 commit 6f3dfc139a838b0841c151efe00ad47db2366e79
81567 Author: Stefan Roese <sr@denx.de>
81568 Date:   Tue May 22 12:46:10 2007 +0200
81569
81570     ppc4xx: Add 405 support to 4xx NAND driver ndfc.c
81571
81572     This patch adds support for 405 PPC's to the 4xx NAND driver
81573     ndfc.c. This is in preparation for the new AMCC 405EZ.
81574
81575     Signed-off-by: Stefan Roese <sr@denx.de>
81576
81577 commit 10603d76767426be803dadd4fb688b97eb69481c
81578 Author: Stefan Roese <sr@denx.de>
81579 Date:   Mon May 21 07:41:22 2007 +0200
81580
81581     ppc4xx: Fix problem in 405EZ OCM initialization
81582
81583     As spotted by Bruce Adler this patch fixes an initialization problem
81584     for the 405EZ OCM.
81585
81586     Signed-off-by: Stefan Roese <sr@denx.de>
81587
81588 commit 3e3b956906eba9e4ad7931581ecedaad10eccce8
81589 Author: Peter Pearse <peter.pearse@arm.com>
81590 Date:   Fri May 18 16:47:03 2007 +0100
81591
81592     Reduce line lengths to 80 characters max.
81593
81594 commit 93ef45c9ddfdd9fc17c4e74bd8e2f2456580eb72
81595 Author: Peter Pearse <peter.pearse@arm.com>
81596 Date:   Fri May 18 14:34:07 2007 +0100
81597
81598     Makefile permissions
81599
81600 commit 1443a31457d68f7e8f0b9403e9832ec1e79dc59d
81601 Author: Peter Pearse <peter.pearse@arm.com>
81602 Date:   Fri May 18 14:33:11 2007 +0100
81603
81604     Makefile permissions
81605
81606 commit 255a3577c848706441daee0174543efe205a77f8
81607 Author: Kim Phillips <kim.phillips@freescale.com>
81608 Date:   Wed May 16 16:52:19 2007 -0500
81609
81610     Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx
81611
81612     For all practical u-boot purposes, TSECs don't differ throughout the
81613     mpc8[356]xx families; reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx.
81614
81615     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
81616
81617 commit 70124c2602ae2d4c5d3dba05b482d91548242de8
81618 Author: Stefano Babic <sbabic@denx.de>
81619 Date:   Wed May 16 14:49:12 2007 +0200
81620
81621     Fix compile problem cause my Microblaze merge
81622
81623     Signed-off-by: Stefano Babic <sbabic@denx.de>
81624
81625 commit ada4697d0230d6da552867777f98a67ec3ba2579
81626 Author: Jeffrey Mann <mannj@embeddedplanet.com>
81627 Date:   Wed May 16 13:23:10 2007 +0200
81628
81629     [PATCH] Run new sequoia boards with an EBC speed of 83MHz
81630
81631     Because the Sequoia board does not boot with an EBC faster than 66MHz,
81632     the clock divider are changed after the initial boot process.
81633
81634     This allows for maximum clocking speeds  to be achieved on newer boards.
81635     Sequoia boards with 666.66 MHz processors require that the EBC divider
81636     be set to 3 in order to start the initial boot process at a slower EBC
81637     speed. After the initial boot process, the divider can be set back to 2,
81638     which will cause the boards to run at 83.333MHz. This is backward
81639     compatible with boards with 533.33 MHz processors, as these boards will
81640     already be set with an EBC divider of 2.
81641
81642     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
81643
81644 commit a7676ea7732f3c596805079fed7e5c9fac652cfc
81645 Author: Wolfgang Denk <wd@denx.de>
81646 Date:   Wed May 16 01:16:53 2007 +0200
81647
81648     Minor Coding Style cleanup, update CHANGELOG.
81649
81650     Signed-off-by: Wolfgang Denk <wd@denx.de>
81651
81652 commit d62f64cc23a940eafe712c776b3249e4160753d1
81653 Author: Wolfgang Denk <wd@denx.de>
81654 Date:   Wed May 16 00:13:33 2007 +0200
81655
81656     Coding Style Cleanup, new CHANGELOG
81657
81658 commit 3162eb836903c8b247fdc7470dd39bfa6996f495
81659 Author: Wolfgang Denk <wd@denx.de>
81660 Date:   Tue May 15 23:38:05 2007 +0200
81661
81662     Minor coding style cleanup.
81663
81664 commit 66d9dbec1cc27d6398ee6cf84639dbe14971251e
81665 Author: mushtaq khan <mushtaq_k@procsys.com>
81666 Date:   Fri Apr 20 14:23:02 2007 +0530
81667
81668     Add driver for S-ATA-controller on Intel processors with South
81669     Bridge, ICH-5, ICH-6 and ICH-7.
81670
81671     Implementation:
81672
81673     1. Code is divided in to two files. All functions, which are
81674        controller specific are kept in "drivers/ata_piix.c" file and
81675        functions, which are not controller specific, are kept in
81676        "common/cmd_sata.c" file.
81677
81678     2. Reading and Writing from the S-ATA drive is done using PIO method.
81679
81680     3. Driver can be configured for 48-bit addressing by defining macro
81681        CONFIG_LBA48, if this macro is not defined driver uses the 28-bit
81682        addressing.
81683
81684     4. S-ATA read function is hooked to the File system, commands like
81685        ext2ls and ext2load file can be used. This has been tested.
81686
81687     5. U-Boot command "SATA_init" is added, which initializes the S-ATA
81688        controller and identifies the S-ATA drives connected to it.
81689
81690     6. U-Boot command "sata" is added, which is used to read/write, print
81691        partition table and get info about the drives present. This I have
81692        implemented in same way as "ide" command is implemented in U-Boot.
81693
81694     7. This driver is for S-ATA in native mode.
81695
81696     8. This driver does not support the Native command queuing and
81697        Hot-plugging.
81698
81699     Signed-off-by: Mushtaq Khan <mushtaq_k@procsys.com>
81700
81701 commit 644e6fb4eb8be90ea04ba34b643a8bf019d680e0
81702 Author: mushtaq khan <mushtaq_k@procsys.com>
81703 Date:   Mon Apr 30 15:57:22 2007 +0530
81704
81705     Fixes bug clearing the bss section for i386
81706
81707     Hi,
81708     There is a bug in the code of clearing the bss section for processor
81709     i386.(File: cpu/i386/start.S)
81710     In the code, bss_start addr (starting addr of bss section) is put into
81711     the register %eax, but the code which clears the bss section refers to
81712     the addr pointed by %edi.
81713
81714     This patch fixes this bug by putting bss_start into %edi register.
81715
81716     Signed-off-by: Mushtaq Khan <mushtaq_k@procsys.com>
81717
81718 commit c3243cf7b490057277d61acffe4ad0946f9eb4a4
81719 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
81720 Date:   Mon Apr 30 16:47:28 2007 -0500
81721
81722     Add support for BCM5464 Quad Phy
81723
81724     Added support for Broadcom's BCM5464 Quad Phy
81725
81726     Signed-off-by: Joe Hamman <joe.hamman@embeddedspecialties.com>
81727
81728 commit 1b305bdc754c8468e1d5d858f5dcf8a7a0a4bb7a
81729 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
81730 Date:   Wed May 9 08:10:57 2007 +0800
81731
81732     Search the exception table with linear algorithm
81733
81734     Search the exception table with linear algorithm instead of
81735     bisecting algorithm.
81736     Because the exception table might be unsorted.
81737
81738     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
81739
81740 commit 5dfaa50eb819686bfba1927e8c5b8a70a4d65fd3
81741 Author: Aubrey.Li <aubrey.adi@gmail.com>
81742 Date:   Mon May 14 11:47:35 2007 +0800
81743
81744     Fix compilation issues on MACOSX
81745
81746     Singed-off-by: Marc Hoffman <Marc.Hoffman@analog.com>
81747     Signed-off-by: Aubrey Li <aubrey.adi@gmail.com>
81748
81749 commit 56fd7162985c412317bbf763a225fba23c64fd31
81750 Author: Stephen Williams <steve@icarus.com>
81751 Date:   Tue May 15 07:55:42 2007 -0700
81752
81753     Fix for compile of JSE target
81754
81755     The attached patch fixes the compile of the JSE board in the
81756     denx git as of 14 may 2007. It is an extremely simple patch,
81757     it just adds the missing define of CFG_SYSTEMACE_WIDTH.
81758
81759      Fix to compile JSE against 20070514 git of u-boot
81760
81761 commit 69df3c4da0c93017cceb25a366e794570bd0ed98
81762 Author: Nobuhiro Iwamatsu <iwamatsu@rahute.(none)>
81763 Date:   Sun May 13 21:01:03 2007 +0900
81764
81765     sh: MS7750SE support.
81766
81767     This adds support for the Hitachi MS7750SE.
81768
81769     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
81770
81771 commit 0b135cfc2e524dc249b75057b55dd4cc09842e27
81772 Author: Nobuhiro Iwamatsu <iwamatsu@rahute.(none)>
81773 Date:   Sun May 13 20:58:00 2007 +0900
81774
81775     sh: First support code of SuperH.
81776
81777     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
81778
81779 commit 61936667e86a250ae12fd2dc189d3588f0a59e0b
81780 Author: Stefan Roese <sr@denx.de>
81781 Date:   Fri May 11 12:01:49 2007 +0200
81782
81783     ppc4xx: Add mtcpr/mfcpr access macros
81784
81785     Signed-off-by: Stefan Roese <sr@denx.de>
81786
81787 commit 343c48bd84606c4025c8a7c7263fda465d6e284c
81788 Author: Stefan Roese <sr@denx.de>
81789 Date:   Fri May 11 12:01:06 2007 +0200
81790
81791     ppc4xx: Set bd->bi_pci_busfreq on 440EPx/GRx too
81792
81793     Signed-off-by: Stefan Roese <sr@denx.de>
81794
81795 commit 7d98ba770a7eaefa29ce927f31a0956df85bf650
81796 Author: Piotr Kruszynski <ppk@semihalf.com>
81797 Date:   Thu May 10 16:55:52 2007 +0200
81798
81799     [Motion-PRO] Add MTD and JFFS2 support, also add default partition
81800     definition.
81801
81802 commit 65fb6a676e821f9570a2a376dc204bf611ce5f81
81803 Author: Peter Pearse <peter.pearse@arm.com>
81804 Date:   Wed May 9 11:42:44 2007 +0100
81805
81806     Add the board directory for SMN42
81807
81808 commit 160131bf965785419626df6c388729fe0b597992
81809 Author: Peter Pearse <peter.pearse@arm.com>
81810 Date:   Wed May 9 11:41:58 2007 +0100
81811
81812     Add the files for the SMN42 board
81813
81814 commit 5c6d2b5a500f8c49670de8910150b78a41f781fc
81815 Author: Peter Pearse <peter.pearse@arm.com>
81816 Date:   Wed May 9 11:40:34 2007 +0100
81817
81818     Remove the deleted files for the SMN42 patch
81819
81820 commit b0d8f5bf0d215adc9424cb228b2484dbf07f7761
81821 Author: Peter Pearse <peter.pearse@arm.com>
81822 Date:   Wed May 9 11:37:56 2007 +0100
81823
81824     New board SMN42 branch
81825
81826 commit 29f3be0caf0799ca6b89dfd9824c15619a50000f
81827 Author: Peter Pearse <peter.pearse@arm.com>
81828 Date:   Wed May 9 10:24:38 2007 +0100
81829
81830     Makefile permissions
81831
81832 commit b84289b595731e8851df46e893845cc1322c9b9b
81833 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
81834 Date:   Tue May 8 14:17:07 2007 -0500
81835
81836     8641hpcn: Fix Makefile after moving pixis to board/freescale.
81837
81838     The OBJTREE != SRCTREE build scenario was broken.
81839     This fixes it.
81840
81841     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
81842     Signed-off-by: Jon Loeliger <jdl@freescale.com>
81843
81844 commit e69f66c6ebe82bbbd1da766bc4eda40ec7ee5af1
81845 Author: Michal Simek <monstr@monstr.eu>
81846 Date:   Tue May 8 15:57:43 2007 +0200
81847
81848     add: reading special purpose registers
81849
81850 commit 1a50f164beb065f360fbddb76029607d6b099698
81851 Author: Michal Simek <monstr@monstr.eu>
81852 Date:   Tue May 8 14:52:52 2007 +0200
81853
81854     add: Microblaze V5 exception handling
81855
81856 commit ab874d5047e5d30dbc1e517ff26083efffa98ecb
81857 Author: Michal Simek <monstr@monstr.eu>
81858 Date:   Tue May 8 14:39:11 2007 +0200
81859
81860     add: FSL control read and write
81861
81862 commit de1de02a7cbf05e6b63e0d8ffc624f12493f6ba3
81863 Author: Piotr Kruszynski <ppk@semihalf.com>
81864 Date:   Tue May 8 13:05:44 2007 +0200
81865
81866     [Motion-PRO] Add support for I2C, EEPROM and RTC.
81867
81868 commit fa5c2ba123b1bf88455bfc21db5e786ca045029d
81869 Author: Bartlomiej Sieka <tur@semihalf.com>
81870 Date:   Tue May 8 10:23:56 2007 +0200
81871
81872     [Motion-PRO] Add ATA support. Add CF-booting commands to the default
81873     environment.
81874
81875 commit 06241d50a3ab1b20a0b08baeeaffcaa23ae4b839
81876 Author: Bartlomiej Sieka <tur@semihalf.com>
81877 Date:   Tue May 8 09:39:12 2007 +0200
81878
81879     [Motion-PRO] Change IPB clock frequency from 50MHz to 100MHz. This
81880     eliminates networking problems in Linux (timeouts).
81881
81882 commit 1f1369c34b629be94702684d41d3fddf0f6193e7
81883 Author: Bartlomiej Sieka <tur@semihalf.com>
81884 Date:   Tue May 8 09:21:57 2007 +0200
81885
81886     [Motion-PRO] Enable Flat Device Tree support and modify default environment
81887     to allow booting of FDT-expecting kernels.
81888
81889 commit fb05f6da35ea1c15c553abe6f23f656bf18dc5db
81890 Author: Michal Simek <monstr@monstr.eu>
81891 Date:   Mon May 7 23:58:31 2007 +0200
81892
81893     new: USE_MSR_INTR support
81894
81895 commit 008861a2f3ef2c062744d733787c7e530a1b8761
81896 Author: Bartlomiej Sieka <tur@semihalf.com>
81897 Date:   Mon May 7 22:36:15 2007 +0200
81898
81899     [MPC5xxx] There are networking problems on the Motion-PRO board with
81900     current PHY initalization code (tftp timeouts all the time). This commit
81901     temporarily disables PHY initalization sequence to make the networking
81902     operational, until a fix is found.
81903
81904 commit abca901869c3760b6c5fecb825db6c1d91a78a93
81905 Author: Wolfgang Denk <wd@denx.de>
81906 Date:   Mon May 7 22:10:36 2007 +0200
81907
81908     Get rid of duplicated file (see include/configs/sbc8560.h instead)
81909
81910     Signed-off-by: Wolfgang Denk <wd@denx.de>
81911
81912 commit 207b7b2c9d9752e0f6478c30c29b7087f6e6cbb6
81913 Author: Wolfgang Denk <wd@denx.de>
81914 Date:   Mon May 7 22:07:08 2007 +0200
81915
81916     Get rid of duplicated file (see doc/README.SBC8560 instead)
81917
81918     Signed-off-by: Wolfgang Denk <wd@denx.de>
81919
81920 commit a7bac7e9b57ba948051beb19ec5be3a75ce75383
81921 Author: Michal Simek <monstr@monstr.eu>
81922 Date:   Mon May 7 19:43:10 2007 +0200
81923
81924     fix: read and write MSR - repair number of parameters
81925
81926 commit 193b4a3bb3acaddf798da8de0da05d94ba8774ee
81927 Author: Jeffrey Mann <mannj@embeddedplanet.com>
81928 Date:   Mon May 7 19:42:49 2007 +0200
81929
81930     [PATCH] ppc4xx: Fix CONFIG_SYS_CLK_FREQ definition in Sequoia config file
81931
81932     A '3' got cut off in the formatting of the last patch to automatically
81933     change the clock speed of the system clock on sequoia board.
81934
81935     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
81936     Signed-off-by: Stefan Roese <sr@denx.de>
81937
81938 commit 19bf1fbad7f19d5a120be9b1daf136e052fcab39
81939 Author: Michal Simek <monstr@monstr.eu>
81940 Date:   Mon May 7 19:33:51 2007 +0200
81941
81942     new: fsl interrupt support
81943     FSL_Has_data is connected to INTC.
81944
81945 commit 792032baa7d625e34c981ab6df521911bd8dc861
81946 Author: Michal Simek <monstr@monstr.eu>
81947 Date:   Mon May 7 19:30:12 2007 +0200
81948
81949     fix: interrupt handler
81950     remove asm code
81951
81952 commit f3f001a341ef185d0f13841be5b5dc3395aacc31
81953 Author: Michal Simek <monstr@monstr.eu>
81954 Date:   Mon May 7 19:25:08 2007 +0200
81955
81956     fix: remove asm code
81957
81958 commit fb7c2dbef02c9f6f8d7b04ec4c2bfb91418b9c01
81959 Author: Michal Simek <monstr@monstr.eu>
81960 Date:   Mon May 7 19:12:43 2007 +0200
81961
81962     fix: clean interrupt
81963
81964 commit 42efed6130c8fcf7da881385b5427065d2801757
81965 Author: Michal Simek <monstr@monstr.eu>
81966 Date:   Mon May 7 17:22:25 2007 +0200
81967
81968     fix: interrupt handler for multiple sources
81969
81970 commit 48fbd3a4cdabbebc1debd7eed73c00c2caf914f6
81971 Author: Michal Simek <monstr@monstr.eu>
81972 Date:   Mon May 7 17:11:09 2007 +0200
81973
81974     new: add writing to msr register
81975
81976 commit 3a619dd7bed03e8b4d22a3911f90fd12af5376c2
81977 Author: Markus Klotzbuecher <mk@denx.de>
81978 Date:   Mon May 7 16:43:56 2007 +0200
81979
81980     Fix an ancient CHANGELOG conflict
81981
81982 commit ac4cd59d59c9bf3f89cb7a344abf8184d678f562
81983 Author: Timur Tabi <timur@freescale.com>
81984 Date:   Sat May 5 08:12:30 2007 +0200
81985
81986     5xxx: write MAC address to mac-address and local-mac-address
81987
81988     Some device trees have a mac-address property, some have local-mac-address,
81989     and some have both.  To support all of these device trees, ftp_cpu_setup()
81990     should write the MAC address to mac-address and local-mac-address, if they
81991     exist.
81992
81993     Signed-off-by: Timur Tabi <timur@freescale.com>
81994     Acked-by: Grant Likely <grant.likely@secretlab.ca>
81995
81996 commit a9d87e2707dcb249f6bb7f7ff7e00acd8cda9fd2
81997 Author: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
81998 Date:   Sun Apr 29 14:01:54 2007 +0200
81999
82000     [PATCH] Use PVR to distinguish MPC5200B from MPC5200 in boot message
82001
82002     MPC5200B systems are incorrectly reported as MPC5200 in U-Boot start-up
82003     message. Use PVR to distinguish between the two variants, and print proper CPU
82004     information.
82005
82006     Signed-off-by: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
82007     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
82008     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
82009
82010 commit 4ec5bd55ed1ffa91a774af298769621f4fbb18c1
82011 Author: Ladislav Michl <ladis@linux-mips.org>
82012 Date:   Wed Apr 25 16:01:26 2007 +0200
82013
82014     [PATCH] simplify silent console
82015
82016     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
82017     Acked-by: Stefan Roese <sr@denx.de>
82018
82019 commit b7598a43f2b421a713d8135e98a42c37d9eb9df0
82020 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
82021 Date:   Mon Apr 23 15:30:39 2007 +0200
82022
82023     [PATCH] Avoid assigning PCI resources from zero address
82024
82025     If a PCI IDE card happens to get a zero address assigned to it, the Linux IDE
82026     core complains and IDE drivers fails to work.  Also, assigning zero to a BAR
82027     was illegal according to PCI 2.1 (the later revisions seem to have excluded the
82028     sentence about "0" being considered an invalid address) -- so, use a reasonable
82029     starting value of 0x1000 (that's what the most Linux archs are using).
82030
82031     Alternatively, one might have fixed the calls to pci_set_region() individually
82032     (some code even seems to have taken care of this issue) but that would have
82033     been a lot more work. :-)
82034
82035     Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
82036     Acked-by: Stefan Roese <sr@denx.de>
82037
82038 commit 9ffd451afeb08e5be7ddae680487ec962b2bca25
82039 Author: Jeffrey Mann <mannj@embeddedplanet.com>
82040 Date:   Mon Apr 23 14:00:11 2007 +0200
82041
82042     [patch] setenv(...) can delete environmentalvariables
82043
82044     update setenv() function so that entering a NULL value for the
82045     variable's value will delete the environmental variable
82046
82047     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
82048     Acked-by: Stefan Roese <sr@denx.de>
82049
82050 commit ebd0a0ae05a44769c4e27458ad4e9f3438250443
82051 Author: Mike Frysinger <vapier@gentoo.org>
82052 Date:   Mon Apr 23 13:54:24 2007 +0200
82053
82054     [patch] use unsigned char in smc91111 driver for mac
82055
82056     the v_mac variable in the smc91111 driver is declared as a signed char ...
82057     this causes problems when one of the bytes in the MAC is "signed" like 0xE0
82058     because when it gets printed out, you get a display like:
82059     0xFFFFFFE0 and that's no good
82060
82061     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
82062
82063 commit ffc50f9bb194343c6303517a517708457a5eb6b8
82064 Author: Michal Simek <monstr@monstr.eu>
82065 Date:   Sat May 5 18:54:42 2007 +0200
82066
82067     new: FSL and MSR support #2
82068
82069 commit f7e2e0eb0668136305f78bb9c21be79b48a34247
82070 Author: Michal Simek <monstr@monstr.eu>
82071 Date:   Sat May 5 18:27:16 2007 +0200
82072
82073     new: FSL and MSR support
82074
82075 commit 2f15278c2eb911c668b4fe562130b78cf554d139
82076 Author: Wolfgang Denk <wd@denx.de>
82077 Date:   Sat May 5 18:23:11 2007 +0200
82078
82079     Coding stylke cleanup; update CHANGELOG.
82080
82081     Signed-off-by: Wolfgang Denk <wd@denx.de>
82082
82083 commit 885ec89b648a899a2f32393fd3ffd9f7234c4402
82084 Author: Wolfgang Denk <wd@denx.de>
82085 Date:   Sat May 5 18:05:02 2007 +0200
82086
82087     Add STX GP3 SSA board to MAKEALL script; update CHANGELOG.
82088
82089     Signed-off-by: Wolfgang Denk <wd@denx.de>
82090
82091 commit 5499645b3fe17a548af9dfc479ca6e2455f179a2
82092 Author: Wolfgang Denk <wd@denx.de>
82093 Date:   Sat May 5 17:15:50 2007 +0200
82094
82095     Make "file" command happy with some config.mk files; update CHANGELOG
82096
82097 commit e3b8c78bc2489c27ae020986ef0eaca684866cef
82098 Author: Jeffrey Mann <mannj@embeddedplanet.com>
82099 Date:   Sat May 5 08:32:14 2007 +0200
82100
82101     ppc4xx: Detect if the sysclk on Sequoia is 33 or 33.333 MHz
82102
82103     The AMCC Secquoia board has been changed in a new revision from using a
82104     33.000 MHz clock to a 33.333 MHz system clock. A bit in the CPLD
82105     indicates the difference. This patch reads that bit and uses the correct
82106     clock speed for the board. This code is backward compatable will all
82107     prior boards. All prior boards will be read as 33.000.
82108
82109     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
82110     Signed-off-by: Stefan Roese <sr@denx.de>
82111
82112 commit f544ff6656fca263ed1ebe39899b6d95da67c8b8
82113 Author: Stefan Roese <sr@denx.de>
82114 Date:   Sat May 5 08:29:01 2007 +0200
82115
82116     ppc4xx: Sequoia: Remove cpu/ppc4xx/speed.c from NAND booting
82117
82118     Using cpu/ppc4xx/speed.c to calculate the bus frequency is too big
82119     for the 4k NAND boot image so define bus_frequency to 133MHz here
82120     which is save for the refresh counter setup.
82121
82122     Signed-off-by: Stefan Roese <sr@denx.de>
82123
82124 commit 2f550ab976405300f5b07bf2890800840d0aa05f
82125 Author: Timur Tabi <timur@freescale.com>
82126 Date:   Sat May 5 08:12:30 2007 +0200
82127
82128     5xxx: write MAC address to mac-address and local-mac-address
82129
82130     Some device trees have a mac-address property, some have local-mac-address,
82131     and some have both.  To support all of these device trees, ftp_cpu_setup()
82132     should write the MAC address to mac-address and local-mac-address, if they
82133     exist.
82134
82135     Signed-off-by: Timur Tabi <timur@freescale.com>
82136     Acked-by: Grant Likely <grant.likely@secretlab.ca>
82137
82138 commit a79886590593ba1d667c840caa4940c61639f18f
82139 Author: Thomas Knobloch <knobloch@siemens.com>
82140 Date:   Sat May 5 07:04:42 2007 +0200
82141
82142     NAND: Wrong calculation of page number in nand_block_bad()
82143
82144     In case that there is no memory based bad block table available the
82145     function nand_block_checkbad() in drivers/mtd/nand/nand_base.c will call
82146     nand_block_bad() directly. When parameter 'getchip' is set to zero,
82147     nand_block_bad() will not right shift the offset to calculate the
82148     correct page number.
82149
82150     Signed-off-by: Thomas Knobloch <knobloch@siemens.com>
82151     Signed-off-by: Stefan Roese <sr@denx.de>
82152
82153 commit 9877d7dcd1eebe61aa5d8b8ffe9c048ea426e6f6
82154 Author: Wolfgang Denk <wd@denx.de>
82155 Date:   Fri May 4 10:02:33 2007 +0200
82156
82157     Fix initrd length corruption in bootm command.
82158
82159     When using FDT Images, the length of an inital ramdisk was
82160     overwritten (bug introduced by commit 87a449c8, 22 Aug 2006).
82161
82162     Patches by Timur Tabi & Johns Daniel.
82163
82164     Signed-off-by: Wolfgang Denk <wd@denx.de>
82165
82166 commit 068aab660bc3912b930be5540e6b3f3fd6ad3c96
82167 Author: Kim Phillips <kim.phillips@freescale.com>
82168 Date:   Thu May 3 19:43:52 2007 -0500
82169
82170     mpc83xx: fix trivial error in MAKEALL
82171
82172     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
82173
82174 commit c64a89d6ce8584b9fc64f4e85da9ecac3cfc2c2a
82175 Author: Wolfgang Denk <wd@denx.de>
82176 Date:   Thu May 3 16:34:41 2007 +0200
82177
82178     Update board configuration for STX GP3SSA board:
82179
82180     Enable hush shell, environment in flash rather in EEPROM,
82181     more user-friendly default environment, etc.
82182     The simple EEPROM environment can be selected easily in the board
82183     config file.
82184
82185     Signed-off-by: Wolfgang Denk <wd@denx.de>
82186
82187 commit 2c6fb199dc5756fc72f49d1f4de105e089049d65
82188 Author: Wolfgang Denk <wd@denx.de>
82189 Date:   Tue Apr 24 14:37:49 2007 +0200
82190
82191     Cleanup STX GP3SSA code; fix build and compile problems.
82192
82193 commit 35171dc04e028ecacc23ad916a66295472555dbf
82194 Author: Dan Malek <dan@embeddedalley.com>
82195 Date:   Fri Jan 5 09:15:34 2007 +0100
82196
82197     Add support for STX GP3SSA (stxssa) Board
82198
82199     Signed-off-by Dan Malek, <dan@embeddedalley.com>
82200
82201 commit f2134f8e9eb006bdcd729e89f309c07b2fa45180
82202 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
82203 Date:   Wed May 2 13:31:53 2007 +0200
82204
82205     macb: Don't restart autonegotiation if we already have link
82206
82207     Rework macb_phy_init so that it doesn't attempt to re-negotiate if the
82208     link is already up.
82209
82210     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
82211
82212 commit 04fcb5d38bc90779cd9a710d60702075986f0e29
82213 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
82214 Date:   Wed May 2 13:22:38 2007 +0200
82215
82216     macb: Introduce a few barriers when dealing with DMA descriptors
82217
82218     There were a few theoretical possibilities that the compiler might
82219     optimize away DMA descriptor reads and/or writes and thus cause
82220     synchronization problems with the hardware. Insert barriers where
82221     we depend on reads/writes actually hitting memory.
82222
82223     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
82224
82225 commit ffa621a0d12a1ccd81c936c567f8917a213787a8
82226 Author: Andy Fleming <afleming@freescale.com>
82227 Date:   Sat Feb 24 01:08:13 2007 -0600
82228
82229     Cleaned up some 85xx PCI bugs
82230
82231     * Cleaned up the CDS PCI Config Tables and added NULL entries to
82232       the end
82233     * Fixed PCIe LAWBAR assignemt to use the cpu-relative address
82234     * Fixed 85xx PCI code to assign powar region sizes based on the
82235       config values (rather than hard-coding them)
82236     * Fixed the 8548 CDS PCI2 IO to once again have 0 as the base address
82237
82238     Signed-off-by: Andy Fleming <afleming@freescale.com>
82239
82240 commit 6743105988fc44d5b0d30388c790607835aae7a6
82241 Author: Andy Fleming <afleming@freescale.com>
82242 Date:   Mon Apr 23 02:54:25 2007 -0500
82243
82244     Add support for the 8568 MDS board
82245
82246     This included some changes to common files:
82247     * Add 8568 processor SVR to various places
82248     * Add support for setting the qe bus-frequency value in the dts
82249     * Add the 8568MDS target to the Makefile
82250
82251     Signed-off-by: Andy Fleming <afleming@freescale.com>
82252
82253 commit af1c2b84bf27c8565baddc82d1abb93700d10e2e
82254 Author: David Updegraff <dave@cray.com>
82255 Date:   Fri Apr 20 14:34:48 2007 -0500
82256
82257     Add support for treating unknown PHYs as generic PHYs.
82258
82259     When bringing up u-boot on new boards, PHY support sometimes gets
82260     neglected.  Most PHYs don't really need any special support,
82261     though.  By adding a generic entry that always matches if nothing
82262     else does, we can provide support for "unsupported" PHYs for the
82263     tsec.
82264
82265     The generic PHY driver supports most PHYs, including gigabit.
82266
82267     Signed-off-by: David Updegraff <dave@cray.com>
82268     Signed-off-by: Andy Fleming <afleming@freescale.com>
82269
82270 commit a75af9bfd8fff0499efdbb90601cec5a2afef117
82271 Author: James Yang <James.Yang@freescale.com>
82272 Date:   Wed Feb 7 15:28:04 2007 -0600
82273
82274     Conditionalize 8641 Rev1.0 MCM workarounds
82275
82276     Signed-off-by: James Yang <James.Yang@freescale.com>
82277     Signed-off-by: Jon Loeliger <jdl@freescale.com>
82278
82279 commit f64702b7fc8f8df39d31add770df6e372f9e9ce3
82280 Author: Timur Tabi <timur@freescale.com>
82281 Date:   Mon Apr 30 13:59:50 2007 -0500
82282
82283     Fix memory initialization on MPC8349E-mITX
82284
82285     Define CFG_DDR_SDRAM_CLK_CNTL for the MPC8349E-mITX and MPC8349E-mITX-GP.
82286     This allows ddr->sdram_clk_cntl to be properly initialized.  This is necessary
82287     on some ITX boards, notably those with a revision 3.1 CPU.
82288
82289     Also change spd_sdram() in cpu/mpc83xx/spd_sdram.c to not write anything into
82290     ddr->sdram_clk_cntl if CFG_DDR_SDRAM_CLK_CNTL is not defined.
82291
82292     Signed-off-by: Timur Tabi <timur@freescale.com>
82293     Acked-by: Michael Benedict <MBenedict@twacs.com>
82294     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
82295
82296 commit 54b2d434ae9d01787936f34fe1759cf3d7624ae3
82297 Author: Kim Phillips <kim.phillips@freescale.com>
82298 Date:   Mon Apr 30 15:26:21 2007 -0500
82299
82300     mpc83xx: replace elaborate boottime verbosity with 'clocks' command
82301
82302     and fix CPU: to align with Board: display text.
82303
82304     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
82305
82306 commit c1ab82669d9525998c34e802a12cad662723f22a
82307 Author: James Yang <James.Yang@freescale.com>
82308 Date:   Fri Mar 16 13:02:53 2007 -0500
82309
82310     Rewrote picos_to_clk() to avoid rounding errors.
82311     Clarified that conversion is to DRAM clocks rather than platform clocks.
82312     Made function static to spd_sdram.c.
82313
82314     Signed-off-by: James Yang <James.Yang@freescale.com>
82315     Signed-off-by: Jon Loeliger <jdl@freescale.com>
82316
82317 commit 8b39501d28754e72726ce7fb02310e56dbdf116a
82318 Author: Stefan Roese <sr@denx.de>
82319 Date:   Sun Apr 29 14:13:01 2007 +0200
82320
82321     ppc4xx: Bamboo: Use current NAND driver and *not* the legacy driver
82322
82323     Signed-off-by: Stefan Roese <sr@denx.de>
82324
82325 commit 864aa6a6a466fcb92bf32b1d7dba79cd709b52c9
82326 Author: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
82327 Date:   Sun Apr 29 14:01:54 2007 +0200
82328
82329     [PATCH] Use PVR to distinguish MPC5200B from MPC5200 in boot message
82330
82331     MPC5200B systems are incorrectly reported as MPC5200 in U-Boot start-up
82332     message. Use PVR to distinguish between the two variants, and print proper CPU
82333     information.
82334
82335     Signed-off-by: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
82336     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
82337     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
82338
82339 commit 5c5d3242935cf3543af01142627494434834cf98
82340 Author: Kim Phillips <kim.phillips@freescale.com>
82341 Date:   Wed Apr 25 12:34:38 2007 -0500
82342
82343     mpc83xx: minor fixups for 8313rdb introduction
82344
82345 commit ada4d40091f6ed4a4f0040e08d20db21967e4a67
82346 Author: Ladislav Michl <ladis@linux-mips.org>
82347 Date:   Wed Apr 25 16:01:26 2007 +0200
82348
82349     [PATCH] simplify silent console
82350
82351     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
82352     Acked-by: Stefan Roese <sr@denx.de>
82353
82354 commit 144876a380f5756f57412caf74c1d6dc201dd796
82355 Author: Michal Simek <monstr@monstr.eu>
82356 Date:   Tue Apr 24 23:01:02 2007 +0200
82357
82358     [PATCH] MTD partition support, JFFS2 support
82359
82360 commit 37ed6cdd4159195bfad68d8a237f6adda8f482cb
82361 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
82362 Date:   Tue Apr 24 14:03:45 2007 +0200
82363
82364     ppc4xx: setup 440EPx/GRx ZMII/RGMII bridge depending on PFC register content.
82365
82366     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
82367
82368 commit 66ed6cca3f340f7a8a06d9272ae2ef8e96f0273d
82369 Author: Andy Fleming <afleming@freescale.com>
82370 Date:   Mon Apr 23 02:37:47 2007 -0500
82371
82372     Reworked 85xx speed detection code
82373
82374     Changed the code to read the registers and calculate the clock
82375     rates, rather than using a "switch" statement.
82376
82377     Idea from Andrew Klossner <andrew@cesa.opbu.xerox.com>
82378
82379     Signed-off-by: Andy Fleming <afleming@freescale.com>
82380
82381 commit 81f481ca708ed6a56bf9c410e3191dbad581c565
82382 Author: Andy Fleming <afleming@freescale.com>
82383 Date:   Mon Apr 23 02:24:28 2007 -0500
82384
82385     Enable 8544 support
82386
82387     * Add support to the Makefile
82388     * Add 8544 configuration support to the tsec driver
82389     * Add 8544 SVR numbers to processor.h
82390
82391     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
82392     Signed-off-by: Jon Loeliger <jdl@freescale.com>
82393
82394 commit 0d8c3a2096eaff8d7de89d45e9af4d4b0d4868fe
82395 Author: Andy Fleming <afleming@freescale.com>
82396 Date:   Fri Feb 23 17:12:25 2007 -0600
82397
82398     Support 1G size on 8548
82399
82400     e500v2 and newer cores support 1G page sizes.
82401
82402     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
82403     Signed-off-by: Andy Fleming <afleming@freescale.com>
82404
82405 commit 45cef612cc601d2d1c890fbbd7cdc9609a189a46
82406 Author: Andy Fleming <afleming@freescale.com>
82407 Date:   Fri Feb 23 17:11:16 2007 -0600
82408
82409     Changed BOOKE_PAGESZ_nGB to BOOKE_PAGESZ_nG
82410
82411     The other pagesz constants use one letter to specify order of
82412     magnitude.  Also change the one reference to it in mpc8548cds/init.S
82413
82414     Signed-off-by: Andy Fleming <afleming@freescale.com>
82415
82416 commit 1f9a318cea14272edd10d63739e2d326c90f430e
82417 Author: Andy Fleming <afleming@freescale.com>
82418 Date:   Fri Feb 23 16:28:46 2007 -0600
82419
82420     Only set ddrioovcr for 8548 rev1.
82421
82422     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
82423     Signed-off-by: Andy Fleming <afleming@freescale.com>
82424
82425 commit 9343dbf85bc03033f2102d8e8543567c2c1ad2d2
82426 Author: Andy Fleming <afleming@freescale.com>
82427 Date:   Sat Feb 24 01:16:45 2007 -0600
82428
82429     Tweak DDR ECC error counter
82430
82431     Enable single-bit error counter when memory was cleared by ddr controller.
82432
82433     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
82434     Signed-off-by: Andy Fleming <afleming@freescale.com>
82435
82436 commit 85e7c7a45e3dd9c7ce3e722352ba60f8df1a7a4b
82437 Author: Timur Tabi <timur@freescale.com>
82438 Date:   Mon Feb 12 13:34:55 2007 -0600
82439
82440     85xx: write MAC address to mac-address and local-mac-address
82441
82442     Some device trees have a mac-address property, some have local-mac-address,
82443     and some have both.  To support all of these device trees, ftp_cpu_setup()
82444     should write the MAC address to mac-address and local-mac-address, if they
82445     exist.
82446
82447     Signed-off-by: Timur Tabi <timur@freescale.com>
82448
82449 commit 03b81b48eec0ad249ec97a4ae16c36fa2e014ff4
82450 Author: Andy Fleming <afleming@freescale.com>
82451 Date:   Mon Apr 23 01:44:44 2007 -0500
82452
82453     Some 85xx cpu cleanups
82454
82455     * Cleaned up the TSR[WIS] clearing
82456     * Cleaned up DMA initialization
82457
82458     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
82459     Signed-off-by: Jon Loeliger <jdl@freescale.com>
82460     Acked-by: Andy Fleming <afleming@freescale.com>
82461
82462 commit 151d5d992eab8c497b24c816c73dc1ad8bffb4eb
82463 Author: Andy Fleming <afleming@freescale.com>
82464 Date:   Mon Apr 23 01:32:22 2007 -0500
82465
82466     Add cpu support for the 8544
82467
82468     Recognize new SVR values, and add a few register definitions
82469
82470     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
82471     Signed-off-by: Jon Loeliger <jdl@freescale.com>
82472     Acked-by: Andy Fleming <afleming@freescale.com>
82473
82474 commit 25d83d7f4ac65727182d8ddaf7ba42fa74cf65ae
82475 Author: Jon Loeliger <jdl@freescale.com>
82476 Date:   Wed Apr 11 16:51:02 2007 -0500
82477
82478     Add MPC8544DS basic port board files.
82479
82480     Add board port under new board/freescale directory
82481     structure and reuse existing PIXIS FPGA support there.
82482
82483     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
82484     Signed-off-by: Jon Loeliger <jdl@freescale.com>
82485
82486 commit 0cde4b00fc7393b89f379d83a9d436dcb1334bfa
82487 Author: Jon Loeliger <jdl@freescale.com>
82488 Date:   Wed Apr 11 16:50:57 2007 -0500
82489
82490     Add MPC8544DS main configuration file.
82491
82492     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
82493     Signed-off-by: Jon Loeliger <jdl@freescale.com>
82494
82495 commit 362dd83077ac04c0296bca3e824ec2fb3d44d9d6
82496 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
82497 Date:   Wed Dec 27 22:07:15 2006 +0300
82498
82499     Fix PCI I/O space mapping on Freescale MPC85x0ADS
82500
82501     The PCI I/O space mapping for Freescale MPC8540ADS board was broken by commit
82502     52c7a68b8d587ebcf5a6b051b58b3d3ffa377ddc which failed to update the #define's
82503     describing the local address window used for the PCI I/O space accesses -- fix
82504     this and carry over the necessary changes into the MPC8560ADS code since the
82505     PCI I/O space mapping was also broken for this board (by the earlier commit
82506     087454609e47295443af793a282cddcd91a5f49c).  Add the comments clarifying how
82507     the PCI I/O space must be mapped to all the MPC85xx board config. headers.
82508
82509     Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
82510
82511      board/mpc8540ads/init.S      |    4 ++--
82512      board/mpc8560ads/init.S      |    4 ++--
82513      include/configs/MPC8540ADS.h |    5 ++---
82514      include/configs/MPC8541CDS.h |    2 +-
82515      include/configs/MPC8548CDS.h |    2 +-
82516      include/configs/MPC8560ADS.h |    8 ++++----
82517      6 files changed, 12 insertions(+), 13 deletions(-)
82518
82519 commit 96629cbabdb727d4a5e62542deefc01d498db6dc
82520 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
82521 Date:   Tue Dec 5 16:42:30 2006 +0800
82522
82523     u-boot: Fix e500 v2 core reset bug
82524
82525     The following patch fixes the e500 v2 core reset bug.
82526     For e500 v2 core, a new reset control register is added to reset the
82527     processor.
82528
82529     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
82530
82531 commit 63247a5acd58032e6cf33f525bc3923b467bac88
82532 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
82533 Date:   Wed Dec 20 11:01:00 2006 +0800
82534
82535     u-boot: v2: Remove the fixed TLB and LAW entrynubmer
82536
82537     Remove the fixed TLB and LAW entry nubmer. Use actually TLB and LAW
82538     entry number to control the loop.  This can reduce the potential risk
82539     for the 85xx processor increasing its TLB adn LAW entry number.
82540
82541     Signed-off-by: Swarthout Edward <swarthout@freescale.com>
82542     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
82543
82544 commit 0b1934ba12fd408fcc3b8bd9f4b04864c42a42bf
82545 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
82546 Date:   Mon Dec 18 17:01:04 2006 +0800
82547
82548     u-boot: Fix the 85xxcds tsec bug
82549
82550     Fix the 85xxcds tsec bug.
82551     When enable PCI, tsec.o should be added to u-boot.lds to make tsec work.
82552
82553     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
82554
82555 commit 7337b237ffc4aaf1b9467024fe472a880d852598
82556 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
82557 Date:   Fri Dec 15 14:43:31 2006 +0800
82558
82559     u-boot: Fix CPU2 errata on MPC8548CDS board
82560
82561     This patch apply workaround of CPU2 errata on MPC8548CDS board.
82562
82563     Signed-off-by:Ebony Zhu <ebony.zhu@freescale.com>
82564
82565 commit 39b18c4f3e0b6d0dc00f4e68bad2da3766c85f09
82566 Author: ebony.zhu@freescale.com <ebony.zhu@freescale.com>
82567 Date:   Mon Dec 18 16:25:15 2006 +0800
82568
82569     u-boot: Disables MPC8548CDS 2T_TIMING for DDR by default
82570
82571     This patch disables MPC8548CDS 2T_TIMING for DDR by default.
82572
82573     Signed-off-by:Ebony Zhu <ebony.zhu@freescale.com>
82574
82575 commit 41fb7e0f1ec9b91bdae2565bab5f2e3ee15039c7
82576 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
82577 Date:   Thu Dec 14 14:14:55 2006 +0800
82578
82579     u-boot: Enable PCI function and add PEX & rapidio memory map on MPC8548CDS board
82580
82581     Enable PCI function and add PEX & rapidio memory map on MPC8548CDS
82582     board.
82583     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
82584
82585 commit 96b8a05432f346f36493535c85320b70ec9c7c1b
82586 Author: Scott Wood <scottwood@freescale.com>
82587 Date:   Mon Apr 16 14:54:15 2007 -0500
82588
82589     mpc83xx: Add MPC8313ERDB support.
82590
82591     Signed-off-by: Scott Wood <scottwood@freescale.com>
82592
82593 commit 49ea3b6eafe606285ae4d5c378026153dde53200
82594 Author: Scott Wood <scottwood@freescale.com>
82595 Date:   Mon Apr 16 14:34:21 2007 -0500
82596
82597     mpc83xx: Add generic PCI setup code.
82598
82599     Board code can now request the generic setup code rather than having to
82600     copy-and-paste it for themselves.  Boards should be converted to use this
82601     once they're tested with it.
82602
82603     Signed-off-by: Scott Wood <scottwood@freescale.com>
82604
82605 commit 7c98e5193e93df6b9b651851d54b638a61ebb0ea
82606 Author: Scott Wood <scottwood@freescale.com>
82607 Date:   Mon Apr 16 14:34:19 2007 -0500
82608
82609     mpc83xx: Add 831x support to speed.c.
82610
82611     Signed-off-by: Scott Wood <scottwood@freescale.com>
82612
82613 commit 0f253283a32d91e06844d7f87f9b33f4f4fbce8f
82614 Author: Scott Wood <scottwood@freescale.com>
82615 Date:   Mon Apr 16 14:34:18 2007 -0500
82616
82617     mpc83xx: Add 831x support to global_data.h
82618
82619     Signed-off-by: Scott Wood <scottwood@freescale.com>
82620
82621 commit 95e7ef897e54591e615fc1b458b74c286fe1fb06
82622 Author: Scott Wood <scottwood@freescale.com>
82623 Date:   Mon Apr 16 14:34:16 2007 -0500
82624
82625     mpc83xx: Change PVR_83xx to PVR_E300C1-3, and update checkcpu().
82626
82627     Rather than misleadingly define PVR_83xx as the specific type of 83xx
82628     being built for, the PVR of each core revision is defined. checkcpu() now
82629     prints the core that it detects, rather than aborting if it doesn't find
82630     what it thinks it wants.
82631
82632     Signed-off-by: Scott Wood <scottwood@freescale.com>
82633
82634 commit a35b0c4950d84cf9e3a9e32b916135956d1ac636
82635 Author: Scott Wood <scottwood@freescale.com>
82636 Date:   Mon Apr 16 14:34:15 2007 -0500
82637
82638     mpc83xx: Recognize SPR values for MPC8311 and MPC8313.
82639
82640     Signed-off-by: Scott Wood <scottwood@freescale.com>
82641
82642 commit d87c57b201b4572d16f1b642998faa00c9912b16
82643 Author: Scott Wood <scottwood@freescale.com>
82644 Date:   Mon Apr 16 14:31:55 2007 -0500
82645
82646     mpc83xx: Add register definitions for MPC831x.
82647
82648     Signed-off-by: Scott Wood <scottwood@freescale.com>
82649
82650 commit 7fc4c71a143be8666d70803fb25ae60379c95622
82651 Author: Stefan Roese <sr@denx.de>
82652 Date:   Mon Apr 23 15:39:59 2007 +0200
82653
82654     Fix file mode
82655
82656     Signed-off-by: Stefan Roese <sr@denx.de>
82657
82658 commit 38257988abfe74d459ca2ad748b109ca04e4efe1
82659 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
82660 Date:   Mon Apr 23 15:30:39 2007 +0200
82661
82662     [PATCH] Avoid assigning PCI resources from zero address
82663
82664     If a PCI IDE card happens to get a zero address assigned to it, the Linux IDE
82665     core complains and IDE drivers fails to work.  Also, assigning zero to a BAR
82666     was illegal according to PCI 2.1 (the later revisions seem to have excluded the
82667     sentence about "0" being considered an invalid address) -- so, use a reasonable
82668     starting value of 0x1000 (that's what the most Linux archs are using).
82669
82670     Alternatively, one might have fixed the calls to pci_set_region() individually
82671     (some code even seems to have taken care of this issue) but that would have
82672     been a lot more work. :-)
82673
82674     Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
82675     Acked-by: Stefan Roese <sr@denx.de>
82676
82677 commit afb903a2eb9436baa9270ccc0c27082d86497d89
82678 Author: Jeffrey Mann <mannj@embeddedplanet.com>
82679 Date:   Mon Apr 23 14:00:11 2007 +0200
82680
82681     [patch] setenv(...) can delete environmentalvariables
82682
82683     update setenv() function so that entering a NULL value for the
82684     variable's value will delete the environmental variable
82685
82686     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
82687     Acked-by: Stefan Roese <sr@denx.de>
82688
82689 commit 36f104e5caa747d568eff26b369565af57c2ffa6
82690 Author: Mike Frysinger <vapier@gentoo.org>
82691 Date:   Mon Apr 23 13:54:24 2007 +0200
82692
82693     [patch] use unsigned char in smc91111 driver for mac
82694
82695     the v_mac variable in the smc91111 driver is declared as a signed char ...
82696     this causes problems when one of the bytes in the MAC is "signed" like 0xE0
82697     because when it gets printed out, you get a display like:
82698     0xFFFFFFE0 and that's no good
82699
82700     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
82701
82702 commit d98c0885ad617fccf21e7c26ef8cb728fbfb2459
82703 Author: Rodolfo Giometti <giometti@enneenne.com>
82704 Date:   Mon Apr 23 13:10:52 2007 +0200
82705
82706     USB: (Another) delay for crappy USB keys.
82707
82708     Some USB keys are slow in giving back an answer when the Root HUB
82709     enables power lines.
82710
82711     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
82712
82713 commit 323bfa8f436dc3bc57187c9b1488bc3146ff1522
82714 Author: Stefan Roese <sr@denx.de>
82715 Date:   Mon Apr 23 12:00:22 2007 +0200
82716
82717     Remove BOARDLIBS usage completely
82718
82719     Signed-off-by: Stefan Roese <sr@denx.de>
82720
82721 commit 32556443840f127170e4baa8bdd5b567039f6c36
82722 Author: Michal Simek <monstr@monstr.eu>
82723 Date:   Sat Apr 21 21:07:22 2007 +0200
82724
82725     [PATCH] SystemACE support for Microblaze
82726
82727 commit 0643631aa1036cd746bf5d15f5a34bc7bc01ea4f
82728 Author: Michal Simek <monstr@monstr.eu>
82729 Date:   Sat Apr 21 21:02:40 2007 +0200
82730
82731     16bit read/write little endian
82732
82733 commit 9d1d6a34d26c5933bc097ce73c9348f95573cdd4
82734 Author: Michal Simek <monstr@monstr.eu>
82735 Date:   Sat Apr 21 20:53:31 2007 +0200
82736
82737     Change ML401 parameters - Xilinx BSP
82738
82739 commit 2e343b9a57f32e1bd08c35c9976910333fb4e13d
82740 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
82741 Date:   Wed Feb 28 05:37:29 2007 -0600
82742
82743     mpc8641hpcn: Fix LAW and TLB setup to use the IO_PHYS #defines.
82744
82745     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
82746
82747 commit 79cb47391eebef85acadb3f6961ef6c55cace6ac
82748 Author: Zhang Wei <wei.zhang@freescale.com>
82749 Date:   Fri Jan 19 10:42:37 2007 +0800
82750
82751     Enable LAWs for MPC8641 PCI-Ex2.
82752
82753     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
82754     Signed-off-by: Jon Loeliger <jdl@freescale.com>
82755
82756 commit bd7851ce1e1f140665b520026abf1042968b1102
82757 Author: Jon Loeliger <jdl@freescale.com>
82758 Date:   Fri Apr 20 14:12:26 2007 -0500
82759
82760     mpc86xx; Write MAC address to mac-address and local-mac-address
82761
82762     Some device trees have a mac-address property, some have local-mac-address,
82763     and some have both.  To support all of these device trees, ftp_cpu_setup()
82764     should write the MAC address to mac-address and local-mac-address, if they
82765     exist.
82766
82767     Signed-off-by: Timur Tabi <timur@freescale.com>
82768     Signed-off-by: Jon Loeliger <jdl@freescale.com>
82769
82770 commit 7dbdf28b8bd855a8530dc3292e4982575a197060
82771 Author: Jon Loeliger <jdl@freescale.com>
82772 Date:   Fri Apr 20 14:11:38 2007 -0500
82773
82774     mpc86xx: protect memcpy to bad address if a mac-address is missing from dt
82775
82776     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
82777     Signed-off-by: Jon Loeliger <jdl@freescale.com>
82778
82779 commit 14da5f7675bbb427c469e3f45006e027b6e21db9
82780 Author: Wolfgang Denk <wd@denx.de>
82781 Date:   Fri Apr 20 17:43:28 2007 +0200
82782
82783     Cleanup compiler warnings, update CHANGELOG
82784
82785     Signed-off-by: Wolfgang Denk <wd@denx.de>
82786
82787 commit 6923565db12af34fd5e02d354ee65a8c78ac460f
82788 Author: Detlev Zundel <dzu@denx.de>
82789 Date:   Fri Apr 20 12:01:47 2007 +0200
82790
82791     Fix breakage of NC650 board with respect to nand support.
82792
82793     Signed-off-by: Detlev Zundel <dzu@denx.de>
82794
82795 commit 39f23cd90947639ac278a18ff277ec786b5ac167
82796 Author: Domen Puncer <domen.puncer@telargo.com>
82797 Date:   Fri Apr 20 11:13:16 2007 +0200
82798
82799     [RFC PATCH] icecube/lite5200b: fix OF_TBCLK (timebase-frequency) calculation
82800
82801     G2 core reference manual says decrementer and time base
82802     are decreasing/increasing once every 4 bus clock cycles.
82803     Lets fix it, so time in Linux won't run twice as fast
82804
82805     Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
82806     Acked-by: Grant Likely <grant.likely@secretlab.ca>
82807
82808 commit 7651f8bdbba03bb0b4f241e2d2c4cb65b230bd56
82809 Author: Gerald Van Baren <vanbaren@cideas.com>
82810 Date:   Thu Apr 19 23:14:39 2007 -0400
82811
82812     Fix serious pointer bug with bootm and reserve map.
82813
82814     What was suppose to be a stack variable was declared as a pointer,
82815       overwriting random memory.
82816     Also moved the libfdt.a requirement into the main Makefile.  That is
82817       The U-Boot Way.
82818
82819 commit d21686263574e95cb3e9e9b0496f968b1b897fdb
82820 Author: Stefan Roese <sr@denx.de>
82821 Date:   Thu Apr 19 09:53:52 2007 +0200
82822
82823     ppc4xx: Fix chip select timing for SysACE access on AMCC Katmai
82824
82825     Previous versions used full wait states for the chip select #1 which
82826     is connected to the Xilinix SystemACE controller on the AMCC Katmai
82827     evaluation board. This leads to really slow access and therefore low
82828     performance. This patch now sets up the chip select a lot faster
82829     resulting in much better read/write performance of the Linux driver.
82830
82831     Signed-off-by: Stefan Roese <sr@denx.de>
82832
82833 commit 37837828d89084879bee2f2b8c7c68d4695940df
82834 Author: Wolfgang Denk <wd@denx.de>
82835 Date:   Wed Apr 18 17:49:29 2007 +0200
82836
82837     Clenaup, update CHANGELOG
82838
82839     Signed-off-by: Wolfgang Denk <wd@denx.de>
82840
82841 commit fd094c6379e2ef8a4d0ceb5640b24cb0c8d04449
82842 Author: Wolfgang Denk <wd@denx.de>
82843 Date:   Wed Apr 18 17:20:58 2007 +0200
82844
82845     Update CHANGELOG
82846
82847     Signed-off-by: Wolfgang Denk <wd@denx.de>
82848
82849 commit 2a26ec4732efd7a308d0bbc97714c1d75ef1173b
82850 Author: Wolfgang Denk <wd@denx.de>
82851 Date:   Wed Apr 18 17:07:26 2007 +0200
82852
82853     Cleanup, update CHANGELOG
82854
82855     Sigend-off-by: Wolfgang Denk <wd@denx.de>
82856
82857 commit 5f6c732affea9647762d27a4617a2ae64c52dceb
82858 Author: Wolfgang Denk <wd@denx.de>
82859 Date:   Wed Apr 18 16:17:46 2007 +0200
82860
82861     Update CHANGELOG
82862
82863 commit ad4eb555671d97f96dc56eab55103b1f86874b01
82864 Author: Wolfgang Denk <wd@denx.de>
82865 Date:   Wed Apr 18 14:30:39 2007 +0200
82866
82867     MCC200 board: remove warning which is obsolete after PSoC firmware changes
82868
82869     Signed-off-by: Wolfgang Denk <wd@denx.de>
82870
82871 commit 3747a3f010b2b1442dec3e871c69788b6017aaae
82872 Author: Domen Puncer <domen.puncer@telargo.com>
82873 Date:   Wed Apr 18 12:11:05 2007 +0200
82874
82875     [PATCH] icecube/lite5200b: document wakeup from low-power support
82876
82877     Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
82878
82879 commit e673226ff9d6aa91b47ceac74b8c13770b06bb37
82880 Author: Stefan Roese <sr@denx.de>
82881 Date:   Wed Apr 18 12:07:47 2007 +0200
82882
82883     ppc4xx: Update Acadia to not setup PLL when booting via bootstrap EEPROM
82884
82885     Signed-off-by: Stefan Roese <sr@denx.de>
82886
82887 commit 90e6f41cf09fc98f6ccb510e183d53ab8546cf2f
82888 Author: Stefan Roese <sr@denx.de>
82889 Date:   Wed Apr 18 12:05:59 2007 +0200
82890
82891     ppc4xx: Add output for bootrom location to 405EZ ports
82892
82893     Now 405EZ ports also show upon bootup from which boot device
82894     they are configured to boot:
82895
82896     U-Boot 1.2.0-gd3832e8f-dirty (Apr 18 2007 - 07:47:05)
82897
82898     CPU:   AMCC PowerPC 405EZ Rev. A at 199.999 MHz (PLB=133, OPB=66, EBC=66 MHz)
82899            Bootstrap Option E - Boot ROM Location EBC (32 bits)
82900            16 kB I-Cache 16 kB D-Cache
82901     Board: Acadia - AMCC PPC405EZ Evaluation Board
82902
82903     Signed-off-by: Stefan Roese <sr@denx.de>
82904
82905 commit 9c00dfb0bf89c8c23e8af5b5bdf49cf66d769f85
82906 Author: Peter Pearse <peter.pearse@arm.com>
82907 Date:   Tue Apr 17 13:30:33 2007 +0100
82908
82909     Move ppearse to ARM board list
82910     Add Konstantin Kletschke for scb9328.
82911     Signed-off-by: Peter Pearse <peter.pearse@arm.com>
82912
82913 commit d3832e8fe1b214ec62424eac36cfda9fc56d21b3
82914 Author: Domen Puncer <domen.puncer@telargo.com>
82915 Date:   Mon Apr 16 14:00:13 2007 +0200
82916
82917     [PATCH] icecube/lite5200b: wakeup from low-power support
82918
82919     U-Boot part of Lite5200b low power mode support.
82920     Puts SDRAM out of self-refresh and transfers control to
82921     address saved at physical 0x0.
82922
82923     Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
82924     Acked-by: Grant Likely <grant.likely@secretlab.ca>
82925
82926 commit f35a53fc7b0c79fcfe7bdc01163c4b34aaba1460
82927 Author: Gerald Van Baren <vanbaren@cideas.com>
82928 Date:   Sun Apr 15 13:54:26 2007 -0400
82929
82930     Fix the ft_cpu_setup() property settings.
82931
82932     Use "setter" functions instead of flags, cleaner and more flexible.
82933     It also fixes the problem noted by Timur Tabi that the ethernet MAC
82934     addresses were all being set incorrectly to the same MAC address.
82935
82936 commit c28abb9c614f65ce2096cc4a66fc886c77d0e5a4
82937 Author: Gerald Van Baren <vanbaren@cideas.com>
82938 Date:   Sat Apr 14 22:51:24 2007 -0400
82939
82940     Improve the bootm command for CONFIG_OF_LIBFDT
82941
82942     In bootm, create the "/chosen" node only if it doesn't already exist
82943       (better matches the previous behavior).
82944     Update for proper reserved memory map handling for initrd.
82945
82946 commit 3f9f08cf91c8a6949a5d78a18bd3d8df7b86d888
82947 Author: Gerald Van Baren <vanbaren@cideas.com>
82948 Date:   Sat Apr 14 22:46:41 2007 -0400
82949
82950     Add some utilities to manipulate the reserved memory map.
82951
82952 commit 8048cdd56f04a756eeea4951f402bf5cc33785db
82953 Author: Wolfgang Denk <wd@denx.de>
82954 Date:   Sat Apr 14 21:16:54 2007 +0200
82955
82956     Update CHANGELOG
82957
82958 commit 8e6875183cdca91c134408d119d4abcd48ef6856
82959 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
82960 Date:   Sun Dec 17 18:56:46 2006 +0100
82961
82962     AVR32: Enable MMC support
82963
82964     Set up the portmux for the MMC interface and enable the MMC driver
82965     along with support for DOS partitions, ext2 and FAT filesystems.
82966
82967     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
82968
82969 commit fc26c97bb6df41b4a95662c34054fe912387bf38
82970 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
82971 Date:   Fri Jan 20 10:03:53 2006 +0100
82972
82973     Atmel MCI driver
82974
82975     Driver for the Atmel MCI controller (MMC interface) for AT32AP CPUs.
82976
82977     The AT91 ARM-based CPUs use basically the same hardware, so it should
82978     be possible to share this driver, but no effort has been made so far.
82979
82980     Hardware documentation can be found in the AT32AP7000 data sheet,
82981     which can be downloaded from
82982
82983     http://www.atmel.com/dyn/products/datasheets.asp?family_id=682
82984
82985     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
82986
82987 commit 05fdab1ef6a10d049a50021a86f1226f444d9b9f
82988 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
82989 Date:   Sun Dec 17 18:55:37 2006 +0100
82990
82991     AVR32: Add clk and gpio infrastructure for mmci
82992
82993     Implement functions for configuring the mmci pins, as well as
82994     functions for getting the clock rate of the mmci controller.
82995
82996     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
82997
82998 commit 7fac3f69e9f05c5e5326681976c35d129324c4de
82999 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
83000 Date:   Sun Dec 17 18:53:56 2006 +0100
83001
83002     Enable partition support with MMC
83003
83004     Include implementations of init_part() and get_partition_info() when
83005     CONFIG_MMC is set.
83006
83007     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
83008
83009 commit 9a24f477a1ed5bb0f74377c985d754ebbfa44872
83010 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
83011 Date:   Sun Dec 17 17:14:30 2006 +0100
83012
83013     AVR32: Enable networking
83014
83015     Implement MACB initialization for AVR32 and ATSTK1000, and turn
83016     everything on, including the MACB driver.
83017
83018     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
83019
83020 commit 5c1fe1ffffd1750a7e47e5a2e2cd600c00e4f009
83021 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
83022 Date:   Fri Jan 20 10:03:34 2006 +0100
83023
83024     Atmel MACB ethernet driver
83025
83026     Driver for the Atmel MACB on-chip ethernet controller.
83027
83028     This driver has been tested on the ATSTK1000 board with a AT32AP7000
83029     CPU. It should probably work on AT91SAM926x as well with some minor
83030     modifications.
83031
83032     Hardware documentation can be found in the AT32AP7000 data sheet,
83033     which can be downloaded from
83034
83035     http://www.atmel.com/dyn/products/datasheets.asp?family_id=682
83036
83037     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
83038
83039 commit b4ec9c2d43d894729bb633bfdbdfa95a962c1556
83040 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
83041 Date:   Sun Dec 17 16:56:14 2006 +0100
83042
83043     AVR32: Add clk and gpio infrastructure for macb0 and macb1
83044
83045     Implement functions for configuring the macb0 and macb1 pins, as
83046     well as functions for getting the clock rate of the various
83047     busses the macb ethernet controllers are connected to.
83048
83049     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
83050
83051 commit d5acb95b16a0a74c643524342c3437e765426d05
83052 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
83053 Date:   Sun Dec 17 15:39:15 2006 +0100
83054
83055     AVR32: Implement simple DMA memory allocator
83056
83057     Implement dma_alloc_coherent() which returns cache-aligned
83058     uncacheable memory.
83059
83060     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
83061
83062 commit 91975b0fea773c9e681fea8cf3349669f27685ee
83063 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
83064 Date:   Sun Dec 17 15:46:02 2006 +0100
83065
83066     Import <linux/mii.h> from the Linux kernel
83067
83068     Instead of creating yet another set of MII register definitions
83069     in the macb driver, here's a complete set of definitions for everyone
83070     to use.
83071
83072     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
83073
83074 commit 1b804b229556a4d862da93c0ec94e79419364b2c
83075 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
83076 Date:   Wed Mar 21 19:47:36 2007 +0100
83077
83078     AVR32: Include more commands for ATSTK1000
83079
83080     Include the imi, imls and jffs commands sets by default on ATSTK1000.
83081     Also define CONFIG_BOOTARGS to something more useful, define
83082     CONFIG_BOOTCOMMAND and enable autoboot by default.
83083
83084     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
83085
83086 commit 9c0deb5ae3ea0189f2e08ac29ef1316f1fb8548d
83087 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
83088 Date:   Wed Mar 21 19:44:48 2007 +0100
83089
83090     AVR32: Provide a definition of struct stat
83091
83092     Copy the definition of struct stat from the Linux kernel.
83093
83094     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
83095
83096 commit 12f099c08167a7a51aeee623bc16dafd0841271c
83097 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
83098 Date:   Sun Dec 17 14:46:06 2006 +0100
83099
83100     AVR32: Use initdram() instead of board_init_memories()
83101
83102     Conform to the "standard" interface and use initdram() instead of
83103     board_init_memories() on AVR32. This enables us to get rid of the
83104     sdram_size member of the global_data struct as well.
83105
83106     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
83107
83108 commit 1f4f2121c2685182eb87fa9a9b799d1917387a1c
83109 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
83110 Date:   Mon Nov 20 15:53:10 2006 +0100
83111
83112     AVR32: Relocate u-boot to SDRAM
83113
83114     Relocate the u-boot image into SDRAM like everyone else does. This
83115     means that we can handle much larger .data and .bss than we used to.
83116
83117     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
83118
83119 commit df548d3c3e2bbc40258713167859ffc2ce99a900
83120 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
83121 Date:   Sun Nov 19 18:06:53 2006 +0100
83122
83123     AVR32: Resource management rewrite
83124
83125     Rewrite the resource management code (i.e. I/O memory, clock gating,
83126     gpio) so it doesn't depend on any global state. This is necessary
83127     because this code is heavily used before relocation to RAM, so we
83128     can't write to any global variables.
83129
83130     As an added bonus, this makes u-boot's memory footprint a bit smaller,
83131     although some functionality has been left out; all clocks are enabled
83132     all the time, and there's no checking for gpio line conflicts.
83133
83134     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
83135
83136 commit 03d1e1365796cd15d1726e8a51fd8b5be50b2fe9
83137 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
83138 Date:   Sat Nov 18 18:01:13 2006 +0100
83139
83140     AVR32: Clean up memory-map.h for at32ap7000
83141
83142     Convert spaces to tabs (must have missed this one last time around),
83143     sort the entries by address and group them together by bus
83144     connectivity.
83145
83146     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
83147
83148 commit 28c699ef69f4b6cdf252e4747b7b590028a88981
83149 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
83150 Date:   Sat Nov 18 17:32:31 2006 +0100
83151
83152     AVR32: Build position-independent u-boot
83153
83154     Add -fPIC -mno-init-got to the avr32-specific CFLAGS to make u-boot
83155     position independent. This will make relocation a lot easier.
83156
83157     -mno-init-got means that gcc shouldn't emit code to load the GOT
83158     address into r6 in every function prologue. We do it once and for
83159     all in the early startup assembly code, so enabling this option
83160     makes u-boot a bit faster and smaller.
83161
83162     The assembly parts have always been position-independent, so no code
83163     changes should be necessary.
83164
83165     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
83166
83167 commit 5374b36de91d006d1df9536259fa9f66b01aa3aa
83168 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
83169 Date:   Sat Nov 18 17:24:31 2006 +0100
83170
83171     AVR32: Use avr32-linux- cross-compilation prefix by default
83172
83173     It doesn't really matter which toolchain you use to compile u-boot,
83174     but the avr32-linux one is probably what most people have installed.
83175
83176     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
83177
83178 commit c841beeddebece0039e724fb27f4d1a39ee1c6b6
83179 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
83180 Date:   Sat Nov 18 17:15:30 2006 +0100
83181
83182     AVR32: Split start_u_boot into board_init_f and board_init_r
83183
83184     Split the avr32 initialization code into a function to run before
83185     relocation, board_init_f and a function to run after relocation,
83186     board_init_r. For now, board_init_f simply calls board_init_r
83187     at the end.
83188
83189     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
83190
83191 commit 37403005cfe6bb13964d450f6a48a0b0f2f7017e
83192 Author: Heiko Schocher <hs@pollux.denx.de>
83193 Date:   Sat Apr 14 05:26:48 2007 +0200
83194
83195     [Fix]       Set the LED status register on the UC101 for the LXT971 PHY.
83196             clear the Display after reset.
83197
83198     Signed-off-by: Heiko Schocher <hs@denx.de>
83199
83200 commit 7882751c78b7ecabfd49b0eff8de27661c71f16c
83201 Author: Denis Peter <d.peter@mpl.ch>
83202 Date:   Fri Apr 13 09:13:33 2007 +0200
83203
83204     [PATCH] Fix bugs in cmd_ide.c and cmd_scsi.c
83205
83206     Fix bug introduced by "Fix get_partition_info() parameter error in all
83207     other calls" from 2005-03-04 in cmd_ide.c and cmd_scsi.c, which prevented
83208     to use diskboot or scsiboot form another device than 0.
83209
83210     Signed-off-by: Denis Peter <d.peter@mpl.ch>
83211
83212 commit 0b94504d22e70f537c17a0d38c87edb6e370977d
83213 Author: Greg Lopp <lopp@pobox.com>
83214 Date:   Fri Apr 13 08:02:24 2007 +0200
83215
83216     [PATCH] Fix use of "void *" for block dev read/write buffer pointers
83217
83218     Signed-of-by: Greg Lopp <lopp@pobox.com>
83219     Acked-by: Grant Likely <grant.likely@secretlab.ca>
83220
83221 commit 6fbf261f8df294e589cfadebebe5468e3c0f29e9
83222 Author: Xie Xiaobo <r63061@freescale.com>
83223 Date:   Fri Mar 9 19:08:25 2007 +0800
83224
83225     Fix two bugs for MPC83xx DDR2 controller SPD Init
83226
83227     There are a few bugs in the cpu/mpc83xx/spd_sdram.c
83228     the first bug is that the picos_to_clk routine introduces a huge
83229     rounding error in 83xx.
83230     the second bug is that the mode register write recovery field is
83231     tWR-1, not tWR >> 1.
83232
83233 commit 2ad3aba01d37b72e7c957b07e102fccd64fe6d13
83234 Author: Jeffrey Mann <mannj@embeddedplanet.com>
83235 Date:   Thu Apr 12 14:15:59 2007 +0200
83236
83237     ppc4xx: Fix i2c divisor calcularion for PPC4xx
83238
83239     This patch fixes changes the i2c_init(...) function to use the function
83240     get_OPB_freq() rather than calculating the OPB speed by
83241     sysInfo.freqPLB/sysInfo.pllOpbDiv. The get_OPB_freq() function is
83242     specific per processor. The prior method was not and so was calculating
83243     the wrong speed for some PPC4xx processors.
83244
83245     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
83246     Signed-off-by: Stefan Roese <sr@denx.de>
83247
83248 commit 6c9ba919375db977aaad9146bf320c7afd07ae7a
83249 Author: Wolfgang Denk <wd@denx.de>
83250 Date:   Wed Apr 11 17:25:01 2007 +0200
83251
83252     Update CHANGELOG
83253
83254     Signed-off-by: Wolfgang Denk <wd@denx.de>
83255
83256 commit 51056dd9863e6a1bc363afbbe1775c58cd967418
83257 Author: Wolfgang Denk <wd@denx.de>
83258 Date:   Wed Apr 11 17:22:55 2007 +0200
83259
83260     Update for SC3 board
83261
83262     * Make IDE timeout configurable through ide_reset_timeout variable.
83263     * Use Newline as "password" string
83264     * Use just a single partition in NAND flash
83265
83266 commit 3d98b85800c80dc68227c8f10bf5c93456d6d054
83267 Author: Haiying Wang <haiying.wang@freescale.com>
83268 Date:   Mon Jan 22 12:37:30 2007 -0600
83269
83270     Add PIXIS FPGA support for MPC8641HPCN board.
83271
83272     Move the 8641HPCN's PIXIS code to the new directory
83273     board/freescale/common/ as it will be shared by
83274     future boards not in the same processor family.
83275
83276     Write a "pixis_reset" command that utilizes the FPGA
83277     reset sequencer to support alternate soft-reset options
83278     such as using the "alternate" flash bank, enabling
83279     the watch dog, or choosing different CPU frequencies.
83280
83281     Add documentation for the pixis_reset to README.mpc8641hpcn.
83282
83283     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
83284     Signed-off-by: Jon Loeliger <jdl@freescale.com>
83285
83286 commit 64dbbd40c58349b64f43fd33dbb5ca0adb67d642
83287 Author: Gerald Van Baren <vanbaren@cideas.com>
83288 Date:   Fri Apr 6 14:19:43 2007 -0400
83289
83290     Moved fdt command support code to fdt_support.c
83291
83292     ...in preparation for improving the bootm command's handling of fdt blobs.
83293     Also cleaned up some coding sloppiness.
83294
83295 commit 6679f9299534e488a171a9bb8f9bb891de247aab
83296 Author: Gerald Van Baren <vanbaren@cideas.com>
83297 Date:   Fri Apr 6 14:17:14 2007 -0400
83298
83299     libfdt: Make fdt_check_header() public
83300
83301     Changed _fdt_check_header() to fdt_check_header() and made it part of
83302     the interface - it is a useful routine.
83303
83304     Also did some asthetics cleanup to the include files (headers).
83305
83306 commit c0707ce65677650b5ceab0500ee50ae5168afef2
83307 Author: Aubrey Li <aubrey.adi@gmail.com>
83308 Date:   Thu Apr 5 18:34:06 2007 +0800
83309
83310     [Blackfin][PATCH] Kill off a bunch of common local prototypes
83311
83312 commit 7b7e30aa64bb6657a1bfd32fdbdbfeb561e6a48d
83313 Author: Aubrey Li <aubrey.adi@gmail.com>
83314 Date:   Thu Apr 5 18:33:04 2007 +0800
83315
83316     [Blackfin][PATCH] Fix dynamic CPLB generation issue
83317
83318 commit 0445e3a264251d75b1be45ef713c70726a2952f0
83319 Author: Aubrey Li <aubrey.adi@gmail.com>
83320 Date:   Thu Apr 5 18:31:47 2007 +0800
83321
83322     [Blackfin][PATCH] minior cleanup
83323
83324 commit 155fd766573981090e638b493d5857562151862e
83325 Author: Aubrey Li <aubrey.adi@gmail.com>
83326 Date:   Thu Apr 5 18:31:18 2007 +0800
83327
83328     [Blackfin][PATCH] Fix copyright and update license
83329
83330 commit 9fd437bbd75d282f899e1da50be20a2bf38450bc
83331 Author: Aubrey Li <aubrey.adi@gmail.com>
83332 Date:   Thu Apr 5 18:30:25 2007 +0800
83333
83334     [Blackfin][PATCH] Add BF537 EMAC driver initialization
83335
83336 commit 889256e8604e0c68db1d866d720894dffede9df6
83337 Author: Aubrey Li <aubrey.adi@gmail.com>
83338 Date:   Thu Apr 5 18:29:55 2007 +0800
83339
83340     [Blackfin][PATCH] call real the system synchronize instruction
83341
83342 commit e0df1c921b788289564e4c1ee7120a6a9cd3ab05
83343 Author: Aubrey Li <aubrey.adi@gmail.com>
83344 Date:   Thu Apr 5 18:29:17 2007 +0800
83345
83346     [Blackfin][PATCH] remove asm/page.h as we do not actually use/want any of these definitions nor does any other arch include it
83347
83348 commit dfeeab2cd680df047e68e723b246adf6f33bb556
83349 Author: Aubrey Li <aubrey.adi@gmail.com>
83350 Date:   Thu Apr 5 18:28:34 2007 +0800
83351
83352     [Blackfin][PATCH]: fix flash unaligned copy issue
83353
83354 commit 443feb740584e406efa203af909fe2926608e8d5
83355 Author: Igor Marnat <marny@rambler.ru>
83356 Date:   Wed Mar 21 09:55:01 2007 +0300
83357
83358     Update usage of 'nc' in README.NetConsole
83359
83360     Added information about usage of NetConsole on systems where the -l and -p
83361     switches are mutually exclusive.
83362
83363     Signed-off-by: Igor Marnat <marny@rambler.ru>
83364     Signed-off-by: Ben Warren <bwarren@qstreams.com>
83365
83366 commit 31c98a88228021b314c89ebb8104fb6473da4471
83367 Author: Wolfgang Denk <wd@denx.de>
83368 Date:   Wed Apr 4 02:09:30 2007 +0200
83369
83370     Minor coding style cleanup.
83371
83372 commit 94abd7c0583ebe01e799b25f451201deeaab550d
83373 Author: Wolfgang Denk <wd@denx.de>
83374 Date:   Wed Apr 4 01:49:15 2007 +0200
83375
83376     Minor cleanup.
83377
83378 commit 822af351ad2babc7d99033361a5fcacd30f6bc78
83379 Author: Rodolfo Giometti <giometti@enneenne.com>
83380 Date:   Tue Apr 3 14:27:18 2007 +0200
83381
83382     Support for the Philips ISP116x HCD (Host Controller Driver)
83383
83384     Signed-off-by: Rodolfo Giometti <giometti@enneenne.com>
83385
83386 commit edf5851be6c17c031d4f71dd5b0a12040b7c50c8
83387 Author: Markus Klotzbuecher <mk@denx.de>
83388 Date:   Tue Apr 3 14:27:08 2007 +0200
83389
83390     USB: cleanup monahans usb support. Remove dead code.
83391
83392     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
83393
83394 commit a65c5768e5537530bd1780af3d3fddc3113a163c
83395 Author: Stefan Roese <sr@denx.de>
83396 Date:   Mon Apr 2 10:09:30 2007 +0200
83397
83398     ppc4xx: Change SysACE address on Katmai
83399
83400     With this new base address of the Xilinx SystemACE controller
83401     the Linux driver will be easier to adapt, since it can now be
83402     mapped via the "normal" ioremap() call.
83403
83404     Signed-off-by: Stefan Roese <sr@denx.de>
83405
83406 commit aea03c4e8c3a21ce43d3faf48a6e6d474c8bdf73
83407 Author: Gerald Van Baren <vanbaren@cideas.com>
83408 Date:   Sat Mar 31 14:30:53 2007 -0400
83409
83410     Fix some minor whitespace violations.
83411
83412 commit 213bf8c822de8eecaf69860684469cdaba2e9e6a
83413 Author: Gerald Van Baren <vanbaren@cideas.com>
83414 Date:   Sat Mar 31 12:23:51 2007 -0400
83415
83416     Add a flattened device tree (fdt) command (2 of 2)
83417
83418     Modifications to the existing code to support the new fdt command.
83419
83420 commit 781e09ee6e3e3e392ab362c1f0ef1068adc76e3e
83421 Author: Gerald Van Baren <vanbaren@cideas.com>
83422 Date:   Sat Mar 31 12:22:10 2007 -0400
83423
83424     Add a flattened device tree (fdt) command (1 of 2)
83425
83426     The fdt command uses David Gibson's libfdt library to manipulate as well
83427     as print the flattened device tree.  This patch is the new command,
83428     the second part is the modifications to the existing code.
83429
83430 commit 3af0d587d93e0be5f96e1b30fa41e662f8b0803e
83431 Author: Gerald Van Baren <vanbaren@cideas.com>
83432 Date:   Sat Mar 31 12:13:43 2007 -0400
83433
83434     libfdt: Enhanced and published fdt_next_tag()
83435
83436     Enhanced the formerly private function _fdt_next_tag() to allow stepping
83437       through the tree, used to produce a human-readable dump, and made
83438       it part of the published interface.
83439     Also added some comments.
83440
83441 commit fa3a74cec73dfd06a5ae35a9a3368200273aaa71
83442 Author: Gerald Van Baren <vanbaren@cideas.com>
83443 Date:   Sat Mar 31 12:05:39 2007 -0400
83444
83445     libfdt: Customizations for use by u-boot.
83446
83447     Changes to David Gibson's original source to fit into u-boot's
83448     environment.  No functionality changes.
83449
83450 commit 35748177c64a4a83a00057e93bb33e40278a2a96
83451 Author: Gerald Van Baren <vanbaren@cideas.com>
83452 Date:   Sat Mar 31 12:00:56 2007 -0400
83453
83454     libfdt: Import libfdt source (2 of 2)
83455
83456     This adds the applicable libfdt source files (unmodified) and a README
83457     to explain where the source came from.
83458
83459 commit 7cd5da0fe877e7171a4cdd44880bce783132871a
83460 Author: Gerald Van Baren <vanbaren@cideas.com>
83461 Date:   Sat Mar 31 11:59:59 2007 -0400
83462
83463     libfdt: Import libfdt source (1 of 2)
83464
83465     This adds the applicable libfdt source files (unmodified) and a README
83466     to explain where the source came from.
83467
83468 commit da6ebc1bc082cbe3b6bbde079cafe09f7ebbad4b
83469 Author: Stefan Roese <sr@denx.de>
83470 Date:   Sat Mar 31 13:16:23 2007 +0200
83471
83472     ppc4xx: Update Katmai bootstrap command
83473
83474     Now the DDR2 frequency is also 2*PLB frequency when 166MHz PLB
83475     is selected.
83476
83477     Signed-off-by: Stefan Roese <sr@denx.de>
83478
83479 commit cabee756a6532986729477c3cc1ea16ef8517ad2
83480 Author: Stefan Roese <sr@denx.de>
83481 Date:   Sat Mar 31 13:15:06 2007 +0200
83482
83483     ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
83484
83485     Additional RAM information is now printed upon powerup, like
83486     DDR2 frequency and CAS latency.
83487
83488     Signed-off-by: Stefan Roese <sr@denx.de>
83489
83490 commit 60723803431ac75cad085690789e433d5ab9174e
83491 Author: Stefan Roese <sr@denx.de>
83492 Date:   Sat Mar 31 08:48:36 2007 +0200
83493
83494     ppc4xx: Change Yucca config file to support ECC
83495
83496     With the updated 44x DDR2 driver the Yucca board now supports
83497     ECC generation and checking.
83498
83499     Signed-off-by: Stefan Roese <sr@denx.de>
83500
83501 commit 490e5730c674b20d708b783a2c5ffd7208f83873
83502 Author: Stefan Roese <sr@denx.de>
83503 Date:   Sat Mar 31 08:47:34 2007 +0200
83504
83505     ppc4xx: Fix "bootstrap" command for Katmai board
83506
83507     The board specific "bootstrap" command is now fixed and can
83508     be used for the AMCC Katmai board to configure different
83509     CPU/PLB/OPB frequencies.
83510
83511     Signed-off-by: Stefan Roese <sr@denx.de>
83512
83513 commit 94f54703c3a776ec23e427ca2a16e0a79a5d50c1
83514 Author: Stefan Roese <sr@denx.de>
83515 Date:   Sat Mar 31 08:46:08 2007 +0200
83516
83517     ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
83518
83519     Fix a bug in the auto calibration routine. This driver now runs
83520     more reliable with the tested modules. It's also tested with
83521     167MHz PLB frequency (667MHz DDR2 frequency) on the Katmai.
83522
83523     Signed-off-by: Stefan Roese <sr@denx.de>
83524
83525 commit 342cd097be1e7affe82f42ab3da220959a699e64
83526 Author: Michal Simek <monstr@monstr.eu>
83527 Date:   Fri Mar 30 22:52:09 2007 +0200
83528
83529     [PATCH] Clean include dependence
83530
83531 commit 6f934210fb293fde2cfb4251c6d96fdc58b6a906
83532 Author: Michal Simek <monstr@monstr.eu>
83533 Date:   Fri Mar 30 22:42:45 2007 +0200
83534
83535     [CLEAN] Remove inefficient Suzaku code
83536
83537 commit 430f1b0f9a670c2f13eaa52e66a10db96dd3647d
83538 Author: Stefan Roese <sr@denx.de>
83539 Date:   Wed Mar 28 15:03:16 2007 +0200
83540
83541     Merge some AMCC make targets to keep the top-level Makefile smaller
83542
83543     Signed-off-by: Stefan Roese <sr@denx.de>
83544
83545 commit 0c75c9d84307a9f1cbe1ff0c4d8937ee3a96475e
83546 Author: Stefan Roese <sr@denx.de>
83547 Date:   Wed Mar 28 14:52:12 2007 +0200
83548
83549     i2c: Enable "old" i2c commands even when CONFIG_I2C_CMD_TREE is defined
83550
83551     The "old" i2c commands (iprobe, imd...) are now compiled in again,
83552     even when the i2c command tree is enabled via the CONFIG_I2C_CMD_TREE
83553     config option.
83554
83555     Signed-off-by: Stefan Roese <sr@denx.de>
83556
83557 commit 5da048adf44bea5e3b94080d02903c2e3fe7aa4a
83558 Author: Michal Simek <monstr@monstr.eu>
83559 Date:   Tue Mar 27 00:32:16 2007 +0200
83560
83561     PATCH: Resolve GPL license problem
83562
83563 commit ae00bb4b2944dc64a485ed72a19754b11af7c223
83564 Author: Rodolfo Giometti <giometti@enneenne.com>
83565 Date:   Mon Mar 26 12:03:36 2007 +0200
83566
83567     PXA: pxa27x USB OHCI support
83568
83569     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
83570
83571 commit ae79f60677c208326535647dcbd5c3ec40dbcb0b
83572 Author: Markus Klotzbuecher <mk@denx.de>
83573 Date:   Mon Mar 26 11:21:05 2007 +0200
83574
83575     USB: remove the S3C24X0_merge #define, which was introduced while
83576     merging OHCI drivers.
83577
83578     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
83579
83580 commit 1798049522f594013aea29457d46794298c6ae15
83581 Author: Michal Simek <root@monstr.eu>
83582 Date:   Mon Mar 26 01:39:07 2007 +0200
83583
83584     Support for XUPV2P board
83585     Reset support
83586     BSP autoconfig support
83587
83588 commit 0d974d5297349504a2ddfa09314be573b5df320a
83589 Author: Stefan Roese <sr@denx.de>
83590 Date:   Sat Mar 24 15:57:09 2007 +0100
83591
83592     [PATCH] Add 4xx GPIO functions
83593
83594     This patch adds some 4xx GPIO functions. It also moves some of the
83595     common code and defines into a common 4xx GPIO header file.
83596
83597     Signed-off-by: Stefan Roese <sr@denx.de>
83598
83599 commit 2db633658bbf366ab0c8dad7a0727e1fb2ae6b11
83600 Author: Stefan Roese <sr@denx.de>
83601 Date:   Sat Mar 24 15:55:58 2007 +0100
83602
83603     [PATCH] Small Sequoia cleanup
83604
83605     Signed-off-by: Stefan Roese <sr@denx.de>
83606
83607 commit 3cb86f3e40d2a80356177434a99f75bc8baa9caf
83608 Author: Stefan Roese <sr@denx.de>
83609 Date:   Sat Mar 24 15:45:34 2007 +0100
83610
83611     [PATCH] Clean up 40EZ/Acadia support
83612
83613     This patch cleans up all the open issue of the preliminary
83614     Acadia support.
83615
83616     Signed-off-by: Stefan Roese <sr@denx.de>
83617
83618 commit 6eb1df835191d8ce4b81d5af40fa8e0fbe78e997
83619 Author: Jon Loeliger <jdl@freescale.com>
83620 Date:   Tue Dec 12 11:02:20 2006 -0600
83621
83622     Fix 8641HPCN problem with ld version 2.16
83623
83624     (Dot outside sections problem).
83625
83626     This fix is in the spirit of 807d5d7319330e336ab34a5623c5e0d73b87d540.
83627
83628     Signed-off-by: Jon Loeliger <jdl@freescale.com>
83629
83630 commit 9964a4dd0d4ef5a037febaebf1aa494b1a72991c
83631 Author: Haiying Wang <haiying.wang@freescale.com>
83632 Date:   Thu Dec 7 10:35:55 2006 -0600
83633
83634     Set Rev 2.x 86xx PIC in mixed mode.
83635
83636     Prevent false interrupt from hanging Linux as MSR[EE] is set
83637     to enable interrupts by changing the PIC out of the default
83638     pass through mode into mixed mode.
83639
83640     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
83641     Signed-off-by: Jon Loeliger <jdl@freescale.com>
83642
83643 commit 5a58a73ceb0a4059c42ef64cedbc1a45e0aaa00e
83644 Author: Jason Jin <jason.jin@freescale.com>
83645 Date:   Thu Dec 7 10:32:35 2006 -0600
83646
83647     Add flash cmd function to 8641HPCN ramboot
83648
83649     Also fixes some commmand for 8641 HPCN ramboot case.
83650
83651     Signed-off-by: Jason Jin <jason.jin@freescale.com>
83652     Signed-off-by: Jon Loeliger <jdl@freescale.com>
83653
83654 commit 2ccceacc04b009d923afb7c26189ba2f8a2a5d46
83655 Author: Ed Swarthout <ed.swarthout@freescale.com>
83656 Date:   Thu Dec 7 10:34:14 2006 -0600
83657
83658     Add support for 8641 Rev 2 silicon.
83659
83660     Without this patch, I am unable to get to the prompt on rev 2 silicon.
83661     Only set ddrioovcr for rev1.
83662
83663     Signed-off-by: Ed Swarthout<ed.swarthout@freescale.com>
83664     Signed-off-by: Jon Loeliger <jdl@freescale.com>
83665
83666 commit 44ba464b99001f8bd1c456a1e9d59726252f707a
83667 Author: Wolfgang Denk <wd@denx.de>
83668 Date:   Thu Mar 22 00:13:12 2007 +0100
83669
83670     Code cleanup / re-insert previous Copyright entries.
83671
83672     Signed-off-by: Wolfgang Denk <wd@denx.de>
83673
83674 commit 2a8dfe08359a1b663418b2faa1da1d7bce34d302
83675 Author: Wolfgang Denk <wd@denx.de>
83676 Date:   Wed Mar 21 23:26:15 2007 +0100
83677
83678     Code cleanup. Update CHANGELOG
83679
83680 commit e6615ecf4eaf4dd52696934aed8f5c6474cfd286
83681 Author: Stefan Roese <sr@denx.de>
83682 Date:   Wed Mar 21 14:54:29 2007 +0100
83683
83684     ppc4xx: Fix file mode of include/configs/acadia.h
83685
83686     Signed-off-by: Stefan Roese <sr@denx.de>
83687
83688 commit d5f4614c9350d9333e575100fb250aab774d0258
83689 Author: Markus Klotzbuecher <mk@denx.de>
83690 Date:   Wed Mar 21 14:41:46 2007 +0100
83691
83692     SPC1920: fix small clock routing bug
83693
83694     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
83695
83696 commit 16c0cc1c82081a493ab87c51980b28336ce1bce8
83697 Author: Stefan Roese <sr@denx.de>
83698 Date:   Wed Mar 21 13:39:57 2007 +0100
83699
83700     [PATCH] Add AMCC Acadia (405EZ) eval board support
83701
83702     This patch adds support for the new AMCC Acadia eval board.
83703
83704     Please note that this Acadia/405EZ support is still in a beta stage.
83705     Still lot's of cleanup needed but we need a preliminary release now.
83706
83707     Signed-off-by: Stefan Roese <sr@denx.de>
83708
83709 commit e01bd218b00af73499331a1a701625a852cd286f
83710 Author: Stefan Roese <sr@denx.de>
83711 Date:   Wed Mar 21 13:38:59 2007 +0100
83712
83713     [PATCH] Add AMCC PPC405EZ support
83714
83715     This patch adds support for the new AMCC 405EZ PPC. It is in
83716     preparation for the AMCC Acadia board support.
83717
83718     Please note that this Acadia/405EZ support is still in a beta stage.
83719     Still lot's of cleanup needed but we need a preliminary release now.
83720
83721     Signed-off-by: Stefan Roese <sr@denx.de>
83722
83723 commit 07e82cb2e284a893df6693f2a1337ab2c47bf6a1
83724 Author: Heiko Schocher <hs@pollux.denx.de>
83725 Date:   Wed Mar 21 08:45:17 2007 +0100
83726
83727     [PATCH] TQM8272: dont change the bits given from the HRCW
83728                      for the SIUMCR and BCR Register.
83729                      Fix the calculation for the EEprom Size
83730
83731     Signed-off-by: Heiko Schocher <hs@denx.de>
83732
83733 commit 654589873dbafcf104dff133ce0d03a4506e9cc3
83734 Author: Aubrey Li <aubrey.adi@gmail.com>
83735 Date:   Tue Mar 20 18:16:24 2007 +0800
83736
83737     [Blackfin][PATCH] Add BF561 EZKIT board support
83738
83739 commit a6154fd1cfd020f6da8527e0365b1020a11a71d0
83740 Author: Aubrey Li <aubrey.adi@gmail.com>
83741 Date:   Mon Mar 19 22:55:58 2007 +0800
83742
83743     [Blackfin][PATCH] minor cleanup
83744
83745 commit 389b6bb50f745bf5038ce030300d8a8512e96f79
83746 Author: Wolfgang Denk <wd@denx.de>
83747 Date:   Mon Mar 19 13:10:08 2007 +0100
83748
83749     Remove obsoleted POST files.
83750
83751     Signed-off-by: Wolfgang Denk <wd@denx.de>
83752
83753 commit 8e709bbb2636b5670a8f2b575e138eb1f55773f6
83754 Author: Aubrey Li <aubrey.adi@gmail.com>
83755 Date:   Mon Mar 19 01:26:11 2007 +0800
83756
83757     [PATCH] Add flash chip M29W320ET/B support
83758
83759 commit 26bf7deca364a5b33f39e8f14ddd3f4081345015
83760 Author: Aubrey Li <aubrey.adi@gmail.com>
83761 Date:   Mon Mar 19 01:24:52 2007 +0800
83762
83763     [Blackfin][PATCH] Add BF537 stamp board support
83764
83765 commit 8423e5e31a7235d05a482627315fb11d49c17bd7
83766 Author: Stefan Roese <sr@denx.de>
83767 Date:   Fri Mar 16 21:11:42 2007 +0100
83768
83769     [PATCH] Use dynamic SDRAM TLB setup on AMCC Ebony eval board
83770
83771     Define CONFIG_PROG_SDRAM_TLB so that the TLB entries for the
83772     DDR memory are dynamically programmed matching the total size
83773     of the equipped memory (DIMM modules).
83774
83775     Signed-off-by: Stefan Roese <sr@denx.de>
83776
83777 commit 76d1466f918b881cda2d259254761e73885093c2
83778 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
83779 Date:   Tue Mar 13 13:38:05 2007 +0100
83780
83781     [PATCH] renamed environment variable 'addcon' to 'addcons' for PCI405
83782             boards in terms of unification.
83783
83784     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
83785
83786 commit a7090b993d3d4d2221ac3f33e6cb1d1b2ccc6bf0
83787 Author: Wolfgang Denk <wd@denx.de>
83788 Date:   Tue Mar 13 16:05:55 2007 +0100
83789
83790     Make SC3 board build with 'make O='; use 'addcons' consistently
83791     (SC3 and Jupiter used to use 'addcon' instead).
83792
83793     Signed-off-by: Wolfgang Denk wd@denx.de
83794
83795 commit 8502e30a28e492c756ea2d7df0ace026388fce4b
83796 Author: Heiko Schocher <hs@pollux.denx.de>
83797 Date:   Tue Mar 13 09:40:59 2007 +0100
83798
83799     [PATCH] update board config for jupiter Board:
83800             added Hush Shell,
83801                   CONFIG_CMDLINE_EDITING,
83802                   CFG_ENV_ADDR_REDUND activated
83803
83804     Signed-off-by: Heiko Schocher <hs@denx.de>
83805
83806 commit 0d93de11449390a5984b0236c3612e50f6dbb7e8
83807 Author: Aubrey Li <aubrey.adi@gmail.com>
83808 Date:   Mon Mar 12 12:11:55 2007 +0800
83809
83810     [Blackfin][PATCH] minor cleanup
83811
83812 commit bfa5754a58477ac917d21527cd0f079d87cf188e
83813 Author: Aubrey Li <aubrey.adi@gmail.com>
83814 Date:   Mon Mar 12 01:42:06 2007 +0800
83815
83816     [Blackfin][PATCH] Fix BUILD_DIR option of MAKEALL building issue
83817
83818 commit 8440bb14581a294375c34b91b42512f9753d1130
83819 Author: Aubrey Li <aubrey.adi@gmail.com>
83820 Date:   Mon Mar 12 00:25:14 2007 +0800
83821
83822     [Blackfin][PATCH] code cleanup
83823
83824 commit cfc67116a706fd18b8f6a9c11a16753c5626d689
83825 Author: Michal Simek <monstr@monstr.eu>
83826 Date:   Sun Mar 11 13:48:24 2007 +0100
83827
83828     [Microblaze][PATCH] part 2
83829     timer support
83830     interrupt controller support
83831     flash support
83832     ethernet support
83833     cache support
83834     board information support
83835     env support
83836     booting image support
83837
83838     adding support for Xilinx ML401
83839
83840 commit 76316a318de91f6184e7c22a10e02d275ade2441
83841 Author: Michal Simek <monstr@monstr.eu>
83842 Date:   Sun Mar 11 13:42:58 2007 +0100
83843
83844     [Microblaze][PATCH]
83845     timer support
83846     interrupt controller support
83847     flash support
83848     ethernet support
83849     cache support
83850     board information support
83851     env support
83852     booting image support
83853
83854     adding support for Xilinx ML401
83855
83856 commit 8db13d63157811c839d15a313d9f2d2f5fd10af3
83857 Author: Aubrey Li <aubrey.adi@gmail.com>
83858 Date:   Sat Mar 10 23:49:29 2007 +0800
83859
83860     [Blackfin][PATCH] code cleanup
83861
83862 commit ef26a08fef928b7bc11ae2c109e638dc3a016d91
83863 Author: Aubrey.Li <aubrey.adi@gmail.com>
83864 Date:   Fri Mar 9 13:40:56 2007 +0800
83865
83866     [Blackfin][PATCH-2/2] Common files changed to support bf533 platform
83867
83868 commit 3f0606ad0b5639f7f22848fe5b4574e754d0470f
83869 Author: Aubrey.Li <aubrey.adi@gmail.com>
83870 Date:   Fri Mar 9 13:38:44 2007 +0800
83871
83872     [Blackfin]PATCH-1/2]: Remove obsolete blackfin port and add bf533 platform support
83873
83874 commit 992423ab43c2bcf6b704853bd00af77450915e20
83875 Author: Stefan Roese <sr@denx.de>
83876 Date:   Thu Mar 8 23:00:08 2007 +0100
83877
83878     ppc4xx: Fix file mode of sequoia.c
83879
83880     Signed-off-by: Stefan Roese <sr@denx.de>
83881
83882 commit eb92f613556800f7483666db09d9a237ad911d4a
83883 Author: Wolfgang Denk <wd@pollux.denx.de>
83884 Date:   Thu Mar 8 22:52:51 2007 +0100
83885
83886     Minor cleanup.
83887
83888 commit 8ce16f55c7b9752af3d8bed84521aec5337e2de1
83889 Author: John Otken john@softadvances.com <john@softadvances.com>
83890 Date:   Thu Mar 8 09:39:48 2007 -0600
83891
83892     ppc4xx: Clear Sequoia/Rainier security engine reset bits
83893
83894     Signed-off-by: John Otken john@softadvances.com <john@softadvances.com>
83895
83896 commit 650a330dd2539130c8c324791e2f9f75aed79d4e
83897 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
83898 Date:   Thu Mar 8 16:26:52 2007 +0100
83899
83900     [PATCH] I2C: add some more SPD eeprom decoding for DDR2 modules
83901
83902     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
83903
83904 commit d9fc703246840c4b268debf48c334ba55c597dc0
83905 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
83906 Date:   Thu Mar 8 16:25:47 2007 +0100
83907
83908     [PATCH] I2C: disable flat i2c commands when CONFIG_I2C_CMD_TREE is defined
83909
83910     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
83911
83912 commit ced5b9029043397348cdc88e0cfcd6b1f629250b
83913 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
83914 Date:   Thu Mar 8 16:23:11 2007 +0100
83915
83916     [PATCH] 4xx: allow CONFIG_I2C_CMD_TREE without CONFIG_I2C_MULTI_BUS
83917
83918     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
83919
83920 commit d8a8ea5c476d37006fc7f85b7f903142795c8b14
83921 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
83922 Date:   Thu Mar 8 16:20:32 2007 +0100
83923
83924     [PATCH] I2C: Add missing default CFG_SPD_BUS_NUM
83925
83926     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
83927
83928 commit f9fc6a5852a6335840882fa2111925010eea1abe
83929 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
83930 Date:   Wed Mar 7 15:32:01 2007 +0100
83931
83932     fixed ethernet phy configuration for plu405 board
83933
83934     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
83935
83936 commit 769104c9356594deb2092e204a39c05b33202d6c
83937 Author: Wolfgang Denk <wd@pollux.denx.de>
83938 Date:   Thu Mar 8 21:49:27 2007 +0100
83939
83940     Minor cleanup
83941
83942 commit 00cdb4ce5e1b42248e7e6522ad0da3421b988afa
83943 Author: Stefan Roese <sr@denx.de>
83944 Date:   Thu Mar 8 10:13:16 2007 +0100
83945
83946     [PATCH] Update AMCC Luan 440SP eval board support
83947
83948     The AMCC Luan now uses the common 440SP(e) DDR SPD code for DDR
83949     inititializition. This includes DDR auto calibration and support
83950     for different DIMM modules, instead of the fixed setup used in
83951     the earlier version.
83952
83953     This patch also enables the cache in FLASH for the startup
83954     phase of U-Boot (while running from FLASH). After relocating to
83955     SDRAM the cache is disabled again. This will speed up the boot
83956     process, especially the SDRAM setup, since there are some loops
83957     for memory testing (auto calibration).
83958
83959     Signed-off-by: Stefan Roese <sr@denx.de>
83960
83961 commit 2f5df47351910a2936c7741cf111855829200943
83962 Author: Stefan Roese <sr@denx.de>
83963 Date:   Thu Mar 8 10:10:18 2007 +0100
83964
83965     [PATCH] Update AMCC Yucca 440SPe eval board support
83966
83967     The AMCC Yucca now uses the common 440SP(e) DDR SPD code for DDR
83968     inititializition. This includes DDR auto calibration and support
83969     for different DIMM modules, instead of the fixed setup used in
83970     the earlier version.
83971
83972     Signed-off-by: Stefan Roese <sr@denx.de>
83973
83974 commit 2721a68a9ea91f1e494649ce68b2577261f578e2
83975 Author: Stefan Roese <sr@denx.de>
83976 Date:   Thu Mar 8 10:07:18 2007 +0100
83977
83978     ppc4xx: Small AMCC Katmai 440SPe update
83979
83980     Signed-off-by: Stefan Roese <sr@denx.de>
83981
83982 commit df294497479b1dca6dd86318b2a912f72fede0df
83983 Author: Stefan Roese <sr@denx.de>
83984 Date:   Thu Mar 8 10:06:09 2007 +0100
83985
83986     ppc4xx: Update 440SP/440SPe DDR SPD setup code to support 440SP
83987
83988     Signed-off-by: Stefan Roese <sr@denx.de>
83989
83990 commit 83853178bd36bca6f0f8f1331476620c84a587fc
83991 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
83992 Date:   Wed Mar 7 12:14:50 2007 -0600
83993
83994     net - Support ping reply when processing net-loop
83995
83996     Add ICMP_ECHO_REQUEST packet support by responding with a ICMP_ECHO_REPLY.
83997
83998     This permits the ping command to test the phy interface when the phy
83999     is put in loopback mode (typically by setting register 0 bit 14).
84000
84001     It also allows the port to respond to an external ping when u-boot is
84002     processing some other net command (such as tftp).  This is useful when
84003     tftp appears to hang.
84004
84005     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
84006     Signed-off-by: Ben Warren <bwarren@qstreams.com>
84007
84008 commit fa1aef15bcd47736687be1af544506e90fba545d
84009 Author: Stefan Roese <sr@denx.de>
84010 Date:   Wed Mar 7 16:43:00 2007 +0100
84011
84012     [PATCH] Use dynamic SDRAM TLB setup on AMCC Ocotea eval board
84013
84014     Define CONFIG_PROG_SDRAM_TLB so that the TLB entries for the
84015     DDR memory are dynamically programmed matching the total size
84016     of the equipped memory (DIMM modules).
84017
84018     Signed-off-by: Stefan Roese <sr@denx.de>
84019
84020 commit e2ebe696818939e2b974628be9c921ea3fe9de13
84021 Author: Stefan Roese <sr@denx.de>
84022 Date:   Wed Mar 7 16:39:36 2007 +0100
84023
84024     [PATCH] Fix AMCC 44x SPD SDRAM init code to support 2 DIMM's
84025
84026     This patch fixes a problem that occurs when 2 DIMM's are
84027     used. This problem was first spotted and fixed by Gerald Jackson
84028     <gerald.jackson@reaonixsecurity.com> but this patch fixes the
84029     problem in a little more clever way.
84030
84031     This patch also adds the nice functionality to dynamically
84032     create the TLB entries for the SDRAM (tlb.c). So we should
84033     never run into such problems with wrong (too short) TLB
84034     initialization again on these platforms.
84035
84036     As this feature is new to the "old" 44x SPD DDR driver, it
84037     has to be enabled via the CONFIG_PROG_SDRAM_TLB define.
84038
84039     Signed-off-by: Stefan Roese <sr@denx.de>
84040
84041 commit 39218433983417b9df087976a79e3f80dd5e83d6
84042 Author: Wolfgang Denk <wd@denx.de>
84043 Date:   Wed Mar 7 16:33:44 2007 +0100
84044
84045     UC101: fix compiler warnings
84046
84047 commit 8d7e2732221bc2d64df14f700c64c23e0a4c3dce
84048 Author: Wolfgang Denk <wd@pollux.denx.de>
84049 Date:   Wed Mar 7 16:19:46 2007 +0100
84050
84051     HMI1001: fix build error, cleanup compiler warnings.
84052
84053 commit ad5bb451ade552c44bef9119d907929ebc2c126f
84054 Author: Wolfgang Denk <wd@pollux.denx.de>
84055 Date:   Tue Mar 6 18:08:43 2007 +0100
84056
84057     Restructure POST directory to support of other CPUs, boards, etc.
84058
84059 commit a5284efd125967675b2e9c6ef7b95832268ad360
84060 Author: Wolfgang Denk <wd@pollux.denx.de>
84061 Date:   Tue Mar 6 18:01:47 2007 +0100
84062
84063     Fix HOSTARCH handling.
84064     Patch by Mike Frysinger, Mar 05 2007
84065
84066 commit 07b7b0037aac5102939917d7cbe561b5c0d5aa44
84067 Author: Stefan Roese <sr@denx.de>
84068 Date:   Tue Mar 6 07:47:04 2007 +0100
84069
84070     [PATCH] Speed optimization of AMCC Sequoia/Rainier DDR2 setup
84071
84072     As provided by the AMCC applications team, this patch optimizes the
84073     DDR2 setup for 166MHz bus speed. The values provided are also save
84074     to use on a "normal" 133MHz PLB bus system. Only the refresh counter
84075     setup has to be adjusted as done in this patch.
84076
84077     For this the NAND booting version had to include the "speed.c" file
84078     from the cpu/ppc4xx directory. With this addition the NAND SPL image
84079     will just fit into the 4kbytes of program space. gcc version 4.x as
84080     provided with ELDK 4.x is needed to generate this optimized code.
84081
84082     Signed-off-by: Stefan Roese <sr@denx.de>
84083
84084 commit 647d3c3eed0da1d1505eecabe0b0fab96f956e68
84085 Author: Wolfgang Denk <wd@pollux.denx.de>
84086 Date:   Sun Mar 4 01:36:05 2007 +0100
84087
84088     Some code cleanup.
84089
84090 commit 781e026c8aa6f7e9eb5f0e72cc4d20971219b148
84091 Author: Kim Phillips <kim.phillips@freescale.com>
84092 Date:   Wed Feb 28 00:02:04 2007 -0600
84093
84094     mpc83xx: fix implicit declaration of function 'ft_get_prop' warnings
84095
84096     (cherry picked from c5bf13b02284c3204a723566a9bab700e5059659 commit)
84097
84098 commit 4feab4de7bfc2cb2fed36ad76f93c3a69659bbaf
84099 Author: Kumar Gala <galak@kernel.crashing.org>
84100 Date:   Tue Feb 27 23:51:42 2007 -0600
84101
84102     mpc83xx: Fix config of Arbiter, System Priority, and Clock Mode
84103
84104     The config value for:
84105     * CFG_ACR_PIPE_DEP
84106     * CFG_ACR_RPTCNT
84107     * CFG_SPCR_TSEC1EP
84108     * CFG_SPCR_TSEC2EP
84109     * CFG_SCCR_TSEC1CM
84110     * CFG_SCCR_TSEC2CM
84111
84112     Were not being used when setting the appropriate register
84113
84114     Added:
84115     * CFG_SCCR_USBMPHCM
84116     * CFG_SCCR_USBDRCM
84117     * CFG_SCCR_PCICM
84118     * CFG_SCCR_ENCCM
84119
84120     To allow full config of the SCCR.
84121
84122     Also removed random CFG_SCCR settings in MPC8349EMDS, TQM834x, and sbc8349
84123     that were just bogus.
84124
84125     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
84126
84127 commit d51b3cf371cd441030460ef19d36b2924c361b1a
84128 Author: Kim Phillips <kim.phillips@freescale.com>
84129 Date:   Thu Feb 22 20:06:57 2007 -0600
84130
84131     mpc83xx: update [local-]mac-address properties on UEC based devices
84132
84133     8360 and 832x weren't updating their [local-]mac-address
84134     properties. This patch fixes that.
84135
84136     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
84137
84138 commit 61f4f912acbe60776c5e00df1ec94094ce672957
84139 Author: Timur Tabi <timur@freescale.com>
84140 Date:   Tue Feb 13 10:41:42 2007 -0600
84141
84142     mpc83xx: write MAC address to mac-address and local-mac-address
84143
84144     Some device trees have a mac-address property, some have local-mac-address,
84145     and some have both.  To support all of these device trees, this patch
84146     updates ftp_cpu_setup() to write the MAC address to mac-address if it exists.
84147     This function already updates local-mac-address.
84148
84149     Signed-off-by: Timur Tabi <timur@freescale.com>
84150
84151 commit 22d71a71f57fd5d38b27ac3848e50d790360a598
84152 Author: Kim Phillips <kim.phillips@freescale.com>
84153 Date:   Tue Feb 27 18:41:08 2007 -0600
84154
84155     mpc83xx: add command line editing by default
84156
84157 commit 3fc0bd159103b536e1c54c6f4457a09b3aba66ca
84158 Author: Kim Phillips <kim.phillips@freescale.com>
84159 Date:   Wed Feb 14 19:50:53 2007 -0600
84160
84161     mpc83xx: Disable G1TXCLK, G2TXCLK h/w buffers
84162
84163     Disable G1TXCLK, G2TXCLK h/w buffers. This patch
84164     fixes a networking timeout issue with MPC8360EA (Rev.2) PBs.
84165
84166     Verified on Rev. 1.1, Rev. 1.2, and Rev. 2.0 boards.
84167
84168     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
84169     Signed-off-by: Emilian Medve <Emilian.Medve@freescale.com>
84170
84171 commit d61853cf2472e0b8bcbd131461a93d1c49ff0c1f
84172 Author: Xie Xiaobo <r63061@freescale.com>
84173 Date:   Wed Feb 14 18:27:17 2007 +0800
84174
84175     mpc83xx: Add DDR2 controller fixed/SPD Init for MPC83xx
84176
84177     The code supply fixed and SPD initialization for MPC83xx DDR2 Controller.
84178     it pass DDR/DDR2 compliance tests.
84179
84180     Signed-off-by: Xie Xiaobo <X.Xie@freescale.com>
84181
84182 commit b110f40bd180c6b560276589beedf753e97c46ce
84183 Author: Xie Xiaobo <r63061@freescale.com>
84184 Date:   Wed Feb 14 18:27:06 2007 +0800
84185
84186     mpc83xx: Add the cpu specific code for MPC8360E rev2.0 MDS
84187
84188     MPC8360E rev2.0 have new spridr,and PVR value,
84189     The MDS board for MPC8360E rev2.0 has 32M bytes Flash and 256M DDR2 DIMM.
84190
84191     Signed-off-by: Xie Xiaobo <X.Xie@freescale.com>
84192
84193 commit 8d172c0f0d85998a256a95b7459a5403a30380ed
84194 Author: Xie Xiaobo <r63061@freescale.com>
84195 Date:   Wed Feb 14 18:26:44 2007 +0800
84196
84197     mpc83xx: Add the cpu and board specific code for MPC8349E rev3.1 MDS
84198
84199     MPC8349E rev3.1 have new spridr,and PVR value,
84200     The MDS board for MPC8349E rev3.1 has 32M bytes Flash and 256M DDR2 DIMM.
84201
84202     Signed-off-by: Xie Xiaobo<X.Xie@freescale.com>
84203
84204 commit f6f5f709e5c8e4564c4dfeecfdf2279244f9c83b
84205 Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
84206 Date:   Wed Jan 31 11:04:19 2007 +0100
84207
84208     mpc83xx: Fix empty i2c reads/writes in fsl_i2c.c
84209
84210     Fix empty i2c reads/writes, i2c_write(0x50, 0x00, 0, NULL, 0)
84211     which is used to se if an slave will ACK after receiving its address.
84212
84213     Correct i2c probing to use this method as the old method could upset
84214     a slave as it wrote a data byte to it.
84215
84216     Add a small delay in i2c_init() to let the controller
84217     shutdown any ongoing I2C activity.
84218
84219     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
84220
84221 commit 7a78f148d6a7298e4fface680dc7eacd877b1aba
84222 Author: Timur Tabi <timur@freescale.com>
84223 Date:   Wed Jan 31 15:54:29 2007 -0600
84224
84225     mpc83xx: Add support for the MPC8349E-mITX-GP
84226
84227     Add support for the MPC8349E-mITX-GP, a stripped-down version of the
84228     MPC8349E-mITX.  Bonus features include support for low-boot (BMS bit in
84229     HRCW is 0) for the ITX and a README for the ITX and the ITX-GP.
84230
84231     Signed-off-by: Timur Tabi <timur@freescale.com>
84232
84233 commit fab16807adad350f618024350c6950165c247c72
84234 Author: Timur Tabi <timur@freescale.com>
84235 Date:   Wed Jan 31 15:54:20 2007 -0600
84236
84237     mpc83xx: Delete sdram_init() for MPC8349E-mITX
84238
84239     There is no SDRAM on any of the 8349 ITX variants, so function sdram_init()
84240     never does anything.  This patch deletes it.
84241
84242     Signed-off-by: Timur Tabi <timur@freescale.com>
84243
84244 commit a87c856eb411b9365937d0d4b9c21e46adbe1c14
84245 Author: Dave Liu <daveliu@freescale.com>
84246 Date:   Fri Jan 19 10:43:26 2007 +0800
84247
84248     mpc83xx: Fix the LAW1/3 bug
84249
84250     The patch solves the alignment problem of the local bus access windows to
84251     render accessible the memory bank and PHY registers of UPC 1 (starting at
84252     0xf801 0000). What we actually did was to adjust the sizes of the bus
84253     access windows so that the base address alignment requirement would be met.
84254
84255     Signed-off-by: Chereji Marian <marian.chereji@freescale.com>
84256     Signed-off-by: Gridish Shlomi <gridish@freescale.com>
84257     Signed-off-by: Dave Liu <daveliu@freescale.com>
84258
84259 commit 97c4b397dce236a7318b304667bf89e59d08b17c
84260 Author: Kim Phillips <kim.phillips@freescale.com>
84261 Date:   Tue Jan 30 16:15:31 2007 -0600
84262
84263     mpc83xx: don't hang if watchdog configured on 8360, 832x
84264
84265     don't hang if watchdog configured on 8360, 832x
84266
84267     The watchdog programming model is the same across all 83xx devices;
84268     make the code reflect that.
84269
84270 commit b70047478570e371ce7223be342ce98afea0f7d6
84271 Author: Kim Phillips <kim.phillips@freescale.com>
84272 Date:   Tue Jan 30 16:15:21 2007 -0600
84273
84274     mpc83xx: protect memcpy to bad address if a local-mac-address is missing from dt
84275
84276     protect memcpy to bad address if a local-mac-address is missing from dt
84277
84278 commit 6752ed088c75c26a89b70c46b7326a4cd6015f29
84279 Author: Kim Phillips <kim.phillips@freescale.com>
84280 Date:   Tue Jan 30 16:15:04 2007 -0600
84281
84282     mpc83xx: make 8360 default environment fdt be 8360 (not 8349)
84283
84284     make 8360 default environment fdt be 8360 (not 8349)
84285
84286 commit a28899c910024a0226331df07207b1038c300c93
84287 Author: Emilian Medve <Emilian.Medve@freescale.com>
84288 Date:   Tue Jan 30 16:14:50 2007 -0600
84289
84290     mpc83xx: Fix alternating tx error / tx buffer not ready bug in QE UEC
84291
84292     The problem is not gcc4 but the code itself. The BD_STATUS() macro can't
84293     be used for busy-waiting since it strips the 'volatile' property from
84294     the bd variable. gcc3 was working by pure luck.
84295
84296     This is a follow on patch to "Fix the UEC driver bug of QE"
84297
84298 commit 3e78a31cfe3d3022f46f67eb88e1281d5cc2eb89
84299 Author: Kumar Gala <galak@kernel.crashing.org>
84300 Date:   Tue Jan 30 14:08:30 2007 -0600
84301
84302     mpc83xx: Replace CONFIG_MPC8349 and use CONFIG_MPC834X instead
84303
84304     The code that is ifdef'd with CONFIG_MPC8349 is actually applicable to all
84305     MPC834X class processors.  Change the protections from CONFIG_MPC8349 to
84306     CONFIG_MPC834X so they are more generic.
84307
84308     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
84309
84310 commit ae246dc6c1937c291014eadd90b6d48c438c7cb0
84311 Author: Kim Phillips <kim.phillips@freescale.com>
84312 Date:   Thu Jan 25 13:40:55 2007 -0600
84313
84314     mpc83xx: add MPC832XEMDS and sbc8349 to MAKEALL
84315
84316 commit 4decd84e8f04279c5cfff7f8e907465ef8d8a3fb
84317 Author: Kim Phillips <kim.phillips@freescale.com>
84318 Date:   Wed Jan 24 17:18:37 2007 -0600
84319
84320     mpc83xx: sort Makefile targets
84321
84322     reordered targets alphabetically
84323
84324 commit 91e25769771c1164ed63ffca0add49f934ae3343
84325 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
84326 Date:   Tue Jan 16 11:38:14 2007 -0500
84327
84328     mpc83xx: U-Boot support for Wind River SBC8349
84329
84330     I've redone the SBC8349 support to match git-current, which
84331     incorporates all the MPC834x updates from Freescale since the 1.1.6
84332     release,  including the DDR changes.
84333
84334     I've kept all the SBC8349 files as parallel as possible to the
84335     MPC8349EMDS ones for ease of maintenance and to allow for easy
84336     inspection of what was changed to support this board.  Hence the SBC8349
84337     U-Boot has FDT support and everything else that the MPC8349EMDS has.
84338
84339     Fortunately the Freescale updates added support for boards using CS0,
84340     but I had to change spd_sdram.c to allow for board specific settings for
84341     the sdram_clk_cntl (it is/was hard coded to zero, and that remains the
84342     default if the board doesn't specify a value.)
84343
84344     Hopefully this should be mergeable as-is and require no whitespace
84345     cleanups or similar, but if something doesn't measure up then let me
84346     know and I'll fix it.
84347
84348     Thanks,
84349     Paul.
84350
84351 commit 05031db456ab227f3e3752f37b9b812b65bb83ad
84352 Author: Sam Song <samsongshu@yahoo.com.cn>
84353 Date:   Thu Dec 14 19:03:21 2006 +0800
84354
84355     mpc83xx: Remove a redundant semicolon in mpc8349itx.c
84356
84357     A redundant semicolon existed in mpc8349itx.c
84358     should be removed.
84359
84360     Signed-off-by: Sam Song <samsongshu@yahoo.com.cn>
84361
84362 commit f35f358241c549be3f75cfe2eaa642914275b7ba
84363 Author: Jerry Van Baren <gerald.vanbaren@comcast.net>
84364 Date:   Wed Dec 6 21:23:55 2006 -0500
84365
84366     mpc83xx: Put the version (and magic) after the HRCW.
84367
84368     Put the version (and magic) after the HRCW.  This puts it in a fixed
84369     location in flash, not at the start of flash but as close as we can get.
84370
84371     Signed-off-by: Jerry Van Baren <vanbaren@cideas.com>
84372
84373 commit 48aecd969171a6e99a55fae04933857787f9a5bd
84374 Author: Dave Liu <r63238@freescale.com>
84375 Date:   Thu Dec 7 21:14:51 2006 +0800
84376
84377     mpc83xx: Add the MPC832XEMDS board readme
84378
84379     Add the MPC832XEMDS board readme
84380
84381     Signed-off-by: Dave Liu <daveliu@freescale.com>
84382
84383 commit 24c3aca3f1358b113d3215adb5433b156e99f72b
84384 Author: Dave Liu <r63238@freescale.com>
84385 Date:   Thu Dec 7 21:13:15 2006 +0800
84386
84387     mpc83xx: Add support for the MPC832XEMDS board
84388
84389     This patch supports DUART, ETH3/4 and PCI etc.
84390
84391     Signed-off-by: Dave Liu <daveliu@freescale.com>
84392
84393 commit e080313c32322e15ab5a18eb896a252858c57284
84394 Author: Dave Liu <r63238@freescale.com>
84395 Date:   Thu Dec 7 21:11:58 2006 +0800
84396
84397     mpc83xx: streamline the 83xx immr head file
84398
84399     For better format and style, I streamlined the 83xx head files,
84400     including immap_83xx.h and mpc83xx.h. In the old head files, 1)
84401     duplicated macro definition appear in the both files; 2) the structure
84402     of QE immr is duplicated in the immap_83xx.h and immap_qe.h; 3) The
84403     macro definition put inside the each structure. So, I cleaned up the
84404     structure of QE immr from immap_83xx.h, deleted the duplicated stuff and
84405     moved the macro definition to mpc83xx.h, Just like MPC8260.
84406
84407     CHANGELOG
84408
84409     *streamline the 83xx immr head file
84410
84411     Signed-off-by: Dave Liu <daveliu@freescale.com>
84412
84413 commit ddd02492f43db5408f5ab9f823b0ba5796e28ef0
84414 Author: Dave Liu <r63238@freescale.com>
84415 Date:   Wed Dec 6 11:38:17 2006 +0800
84416
84417     mpc83xx: Fix the UEC driver bug of QE
84418
84419     The patch prevents the GCC tool chain from striping useful code for
84420     optimization. It will make UEC ethernet driver workable, Otherwise the
84421     UEC will fail in tx when you are using gcc4.x. but the driver can work
84422     when using gcc3.4.3.
84423
84424     CHANGELOG
84425
84426     *Prevent the GCC from striping code for optimization, Otherwise the UEC
84427     will tx failed when you are using gcc4.x.
84428
84429     Signed-off-by: Dave Liu <daveliu@freescale.com>
84430
84431 commit ba58e4c9a9a917ce795dd16d4ec8d515f9f7aa35
84432 Author: Stefan Roese <sr@denx.de>
84433 Date:   Thu Mar 1 21:11:36 2007 +0100
84434
84435     [PATCH] Update AMCC Katmai 440SPe eval board support
84436
84437     This patch updates the recently added Katmai board support. The biggest
84438     change is the support of ECC DIMM modules in the 440SP(e) SPD DDR2
84439     driver.
84440
84441     Please note, that still some problems are left with some memory
84442     configurations. See the driver for more details.
84443
84444     Signed-off-by: Stefan Roese <sr@denx.de>
84445
84446 commit 8c12045a3b06c5b6675d3fe02fbc9f545988129a
84447 Author: Stefan Roese <sr@denx.de>
84448 Date:   Thu Mar 1 07:03:25 2007 +0100
84449
84450     [PATCH] I2C: Add missing default CFG_RTC_BUS_NUM & CFG_DTT_BUS_NUM
84451
84452     Signed-off-by: Stefan Roese <sr@denx.de>
84453
84454 commit ccbc7036648e465697ca298ba51e0e76dda352a0
84455 Author: Wolfgang Denk <wd@pollux.denx.de>
84456 Date:   Wed Feb 28 01:28:53 2007 +0100
84457
84458     SC3: fix typo in default environment
84459
84460 commit e344568b1b46af85ec32d815586f91bc115d6223
84461 Author: Sergei Poselenov <sposelenov@emcraft.com>
84462 Date:   Tue Feb 27 20:15:30 2007 +0300
84463
84464     MCC200: Fixes for update procedure
84465
84466     - fix logic error in image type handling
84467     - make sure file system images (cramfs etc.) get stored in flash
84468       with image header stripped so they can be mounted through MTD
84469
84470 commit 743571145b37182757d4e688a77860b36ee77573
84471 Author: Wolfgang Denk <wd@pollux.denx.de>
84472 Date:   Tue Feb 27 14:26:04 2007 +0100
84473
84474     Minor code cleanup.
84475
84476 commit 638dd1458bbdc2a55d4b9e25c5c4e1f838a5dc72
84477 Author: Sergei Poselenov <sposelenov@emcraft.com>
84478 Date:   Tue Feb 27 12:40:16 2007 +0300
84479
84480     MCC200 update - add LCD Progress Indicator
84481
84482 commit 6c7cac8c4fce0ea2bf8e15ed8658d87974155b44
84483 Author: Stefan Roese <sr@denx.de>
84484 Date:   Thu Feb 22 07:43:34 2007 +0100
84485
84486     [PATCH] get_dev() now unconditionally uses manual relocation
84487
84488     Since the relocation fix is not included yet and we're not sure how
84489     it will be added, this patch removes code that required relocation
84490     to be fixed for now.
84491
84492     Signed-off-by: Stefan Roese <sr@denx.de>
84493
84494 commit 8274ec0bd01d2feb2c7f095eba78d42ea009798b
84495 Author: Stefan Roese <sr@denx.de>
84496 Date:   Thu Feb 22 07:40:23 2007 +0100
84497
84498     [PATCH] Change systemace driver to select 8 & 16bit mode
84499
84500     As suggested by Grant Likely this patch enables the Xilinx SystemACE
84501     driver to select 8 or 16bit mode upon startup.
84502
84503     Signed-off-by: Stefan Roese <sr@denx.de>
84504
84505 commit 3a197b2fe49d6fa03978e60af2394efe9c70b527
84506 Author: Haiying Wang <Haiying.Wang@freescale.com>
84507 Date:   Wed Feb 21 16:52:31 2007 +0100
84508
84509     [PATCH v3] Add sync to ensure flash_write_cmd is fully finished
84510
84511     Some CPUs like PPC, BLACKFIN need sync() to ensure cfi flash write command
84512     is fully finished. The sync() is defined in each CPU's io.h file. For
84513     those CPUs which do not need sync for now, a dummy sync() is defined in
84514     their io.h as well.
84515
84516     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
84517
84518 commit da04995c7dc6772013a9a0dc5c767f190c402478
84519 Author: Stefan Roese <sr@denx.de>
84520 Date:   Wed Feb 21 13:44:34 2007 +0100
84521
84522     [PATCH] Fix problem in systemace driver (ace_writew instead of ace_write)
84523
84524     Signed-off-by: Stefan Roese <sr@denx.de>
84525
84526 commit 751bb57107d78978ae08e697c3deba816f5be091
84527 Author: Stefan Roese <sr@denx.de>
84528 Date:   Tue Feb 20 13:21:57 2007 +0100
84529
84530     [PATCH] Fix relocation problem with "new" get_dev() function
84531
84532     This patch enables the "new" get_dev() function for block devices
84533     introduced by Grant Likely to be used on systems that still suffer
84534     from the relocation problems (manual relocation neede because of
84535     problems with linker script).
84536
84537     Hopefully we can resolve this relocation issue soon for all platform
84538     so we don't need this additional code anymore.
84539
84540     Signed-off-by: Stefan Roese <sr@denx.de>
84541
84542 commit d93e2212f962668b3dce091ff5edc33f2347fe37
84543 Author: Stefan Roese <sr@denx.de>
84544 Date:   Tue Feb 20 13:17:42 2007 +0100
84545
84546     [PATCH] Update SystemACE driver for 16bit access
84547
84548     This patch removes some problems when the Xilinx SystemACE driver
84549     is used with 16bit access on an big endian platform (like the
84550     AMCC Katmai).
84551
84552     Signed-off-by: Stefan Roese <sr@denx.de>
84553
84554 commit 874bb7b88fe9b4648e1288a387af2e31014a72f3
84555 Author: Stefan Roese <sr@denx.de>
84556 Date:   Tue Feb 20 13:15:40 2007 +0100
84557
84558     [PATCH] Clean up Katmai (440SPe) linker script
84559
84560     Signed-off-by: Stefan Roese <sr@denx.de>
84561
84562 commit 4745acaa1a603b67f6b9b7970365ebadd7d6586f
84563 Author: Stefan Roese <sr@denx.de>
84564 Date:   Tue Feb 20 10:57:08 2007 +0100
84565
84566     [PATCH] Add support for the AMCC Katmai (440SPe) eval board
84567
84568     Signed-off-by: Stefan Roese <sr@denx.de>
84569
84570 commit 0dc018ece13effc689e47479ea9ebf1c98a507f5
84571 Author: Stefan Roese <sr@denx.de>
84572 Date:   Tue Feb 20 10:51:26 2007 +0100
84573
84574     [PATCH] I2C: Add support for multiple I2C busses for RTC & DTT
84575
84576     This patch switches to the desired I2C bus when the date/dtt
84577     commands are called. This can be configured using the
84578     CFG_RTC_BUS_NUM and/or CFG_DTT_BUS_NUM defines.
84579
84580     Signed-off-by: Stefan Roese <sr@denx.de>
84581
84582 commit 4037ed3b63923cfcec27f784a89057c3cbabcedb
84583 Author: Stefan Roese <sr@denx.de>
84584 Date:   Tue Feb 20 10:43:34 2007 +0100
84585
84586     [PATCH] PPC4xx: Add 440SP(e) DDR2 SPD DIMM support
84587
84588     This patch adds support for the DDR2 controller used on the
84589     440SP and 440SPe. It is tested on the Katmai (440SPe) eval
84590     board and works fine with the following DIMM modules:
84591
84592     - Corsair CM2X512-5400C4 (512MByte per DIMM)
84593     - Kingston ValueRAM KVR667D2N5/512 (512MByte per DIMM)
84594     - Kingston ValueRAM KVR667D2N5K2/2G (1GByte per DIMM)
84595
84596     This patch also adds the nice functionality to dynamically
84597     create the TLB entries for the SDRAM (tlb.c). So we should
84598     never run into such problems with wrong (too short) TLB
84599     initialization again on these platforms.
84600
84601     Signed-off-by: Stefan Roese <sr@denx.de>
84602
84603 commit 36d830c9830379045f5daa9f542ac1c990c70068
84604 Author: Stefan Roese <sr@denx.de>
84605 Date:   Tue Feb 20 10:35:42 2007 +0100
84606
84607     [PATCH] PPC4xx: Split 4xx SPD SDRAM init routines into 2 files
84608
84609     Since the existing 4xx SPD SDRAM initialization routines for the
84610     405 SDRAM controller and the 440 DDR controller don't have much in
84611     common this patch splits both drivers into different files.
84612
84613     This is in preparation for the 440 DDR2 controller support (440SP/e).
84614
84615     Signed-off-by: Stefan Roese <sr@denx.de>
84616
84617 commit 79b2d0bb2eae09602448f7a7cb56530d2f31e6c6
84618 Author: Stefan Roese <sr@denx.de>
84619 Date:   Tue Feb 20 10:27:08 2007 +0100
84620
84621     [PATCH] PPC4xx: Add support for multiple I2C busses
84622
84623     This patch adds support for multiple I2C busses on the PPC4xx
84624     platforms. Define CONFIG_I2C_MULTI_BUS in the board config file
84625     to make use of this feature.
84626
84627     It also merges the 405 and 440 i2c header files into one common
84628     file 4xx_i2c.h.
84629
84630     Also the 4xx i2c reset procedure is reworked since I experienced
84631     some problems with the first access on the 440SPe Katmai board.
84632
84633     Signed-off-by: Stefan Roese <sr@denx.de>
84634
84635 commit eb867a76238fb38e952c37871b16d0d7fd61c95f
84636 Author: Grant Likely <grant.likely@secretlab.ca>
84637 Date:   Tue Feb 20 09:05:45 2007 +0100
84638
84639     [PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffer pointers
84640
84641     Block device read/write is anonymous data; there is no need to use a
84642     typed pointer.  void * is fine.  Also add a hook for block_read functions
84643
84644     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
84645
84646 commit 53758fa20e935cc87eeb0519ed365df753a6f289
84647 Author: Grant Likely <grant.likely@secretlab.ca>
84648 Date:   Tue Feb 20 09:05:38 2007 +0100
84649
84650     [PATCH 8_9] Add block_write hook to block_dev_desc_t
84651
84652     Preparation for future patches which support block device writing
84653
84654     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
84655
84656 commit f4852ebe6ca946a509667eb68be42026f837be76
84657 Author: Grant Likely <grant.likely@secretlab.ca>
84658 Date:   Tue Feb 20 09:05:31 2007 +0100
84659
84660     [PATCH 7_9] Replace ace_readw_ace_writeb functions with macros
84661
84662     Register read/write does not need to be wrapped in a full function.  The
84663     patch replaces them with macros.
84664
84665     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
84666
84667 commit 3a8ce9af6fcb5744a7851b4440c07688acc40844
84668 Author: Grant Likely <grant.likely@secretlab.ca>
84669 Date:   Tue Feb 20 09:05:23 2007 +0100
84670
84671     [PATCH 6_9] Move common_cmd_ace.c to drivers_systemace.c
84672
84673     The code in this file is not a command; it is a device driver.  Put it in
84674     the correct place.  There are zero functional changes in this patch, it
84675     only moves the file.
84676
84677     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
84678
84679 commit 984618f3e7794c783ec8d1511e74c6ee2d69bfe4
84680 Author: Grant Likely <grant.likely@secretlab.ca>
84681 Date:   Tue Feb 20 09:05:16 2007 +0100
84682
84683     [PATCH 5_9] Whitespace fixup on common_cmd_ace.c (using Lindent)
84684
84685     This patch is in preparation of additional changes to the sysace driver.
84686     May as well take this opportunity to fixup the inconsistent whitespace since
84687     this file is about to undergo major changes anyway.
84688
84689     There are zero functional changes in this patch.  It only cleans up the
84690     the whitespace.
84691
84692     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
84693
84694 commit 80ba981d940471fe7e539e64fa3d2bd80002beda
84695 Author: Grant Likely <grant.likely@secretlab.ca>
84696 Date:   Tue Feb 20 09:05:07 2007 +0100
84697
84698     [PATCH 4_4] Remove local implementation of isprint() in ft_build.c
84699
84700     isprint is already defined in ctype.c
84701
84702     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
84703
84704 commit c95c4280d751ca078c2ff58228d2f2b44ccf0600
84705 Author: Grant Likely <grant.likely@secretlab.ca>
84706 Date:   Tue Feb 20 09:05:00 2007 +0100
84707
84708     [PATCH 3_9] Move buffer print code from md command to common function
84709
84710     Printing a buffer is a darn useful thing.  Move the buffer print code
84711     into print_buffer() in lib_generic/
84712
84713     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
84714
84715 commit 99b0f0fd3fbf2572ae1a7723dd90cffc8e85130a
84716 Author: Grant Likely <grant.likely@secretlab.ca>
84717 Date:   Tue Feb 20 09:04:52 2007 +0100
84718
84719     [PATCH 2_4] Use config.h, not xparameters.h, for xilinx targets
84720
84721     Change the xilinx device drivers and board code to include config.h
84722     instead of xparameters.h directly.  config.h always includes the
84723     correct xparameters file.  This change reduces the posibility of
84724     including the wrong file when adding a new xilinx board port
84725
84726     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
84727
84728 commit 735dd97b1b20e777d059c7b389fe9d70cd3f80c7
84729 Author: Grant Likely <grant.likely@secretlab.ca>
84730 Date:   Tue Feb 20 09:04:34 2007 +0100
84731
84732     [PATCH 1_4] Merge common get_dev() routines for block devices
84733
84734     Each of the filesystem drivers duplicate the get_dev routine.  This change
84735     merges them into a single function in part.c
84736
84737     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
84738
84739 commit f5fcc3c20b65554e98a165542c36ee0c610a2d81
84740 Author: Wolfgang Denk <wd@pollux.denx.de>
84741 Date:   Mon Feb 19 23:09:51 2007 +0100
84742
84743     MCC200: Software Updater: allow both "ramdisk" and "filesystem" types
84744     as root file system images.
84745
84746 commit 489c696ae7211218961d159e43e722d74c36fcbc
84747 Author: Sergei Poselenov <sposelenov@emcraft.com>
84748 Date:   Wed Feb 14 14:30:28 2007 +0300
84749
84750     MCC200: Extensions to Software Update Mechanism
84751
84752     Update / extend Software Update Mechanism for MCC200 board:
84753
84754     - Add support for rootfs image added. The environment variables
84755       "rootfs_st" and "rootfs_nd" can be used to override the default
84756       values of the image start and end.
84757     - Remove excessive key check code.
84758     - Code cleanup.
84759
84760 commit 4be23a12f23f1372634edc3215137b09768b7949
84761 Author: Stefan Roese <sr@denx.de>
84762 Date:   Mon Feb 19 08:23:15 2007 +0100
84763
84764     [PATCH] Update Sequoia EBC configuration (NOR FLASH)
84765
84766     As spotted by Matthias Fuchs, the READY input should not be
84767     enabled for the NOR FLASH on the Sequoia board.
84768
84769     Signed-off-by: Stefan Roese <sr@denx.de>
84770
84771 commit 2605e90bf676d48123afe5719a846d2b52b24aac
84772 Author: Heiko Schocher <hs@pollux.denx.de>
84773 Date:   Fri Feb 16 07:57:42 2007 +0100
84774
84775     [PATCH] Added support for the jupiter board.
84776
84777     Signed-off-by: Heiko Schocher <hs@denx.de>
84778
84779 commit 497d012e5be0194e1084073d0081eb1a844796b2
84780 Author: Gary Jennejohn <garyj@pollux.denx.de>
84781 Date:   Mon Feb 12 13:11:50 2007 +0100
84782
84783     LPC2292: patch from Siemens.
84784
84785 commit b0b1a920aebead0d44146e73676ae9d80fffc8e2
84786 Author: Stefan Roese <sr@denx.de>
84787 Date:   Sat Feb 10 08:49:31 2007 +0100
84788
84789     [PATCH] Add missing p3mx.h file to repository (ups)
84790
84791     Signed-off-by: Stefan Roese <sr@denx.de>
84792
84793 commit 53d4a4983fb9b3ae5f7b2f10c599aca2b1b4034a
84794 Author: Bartlomiej Sieka <tur@semihalf.com>
84795 Date:   Fri Feb 9 10:45:42 2007 +0100
84796
84797     [Motion-PRO] Preliminary support for the Motion-PRO board.
84798
84799 commit 5a753f98c6a01bd1c61a9a3f95e8329a35f62994
84800 Author: Stefan Roese <sr@denx.de>
84801 Date:   Wed Feb 7 16:51:08 2007 +0100
84802
84803     [PATCH] Update some AMCC 4xx board config files (set initrd_high)
84804
84805     Some boards that can have more than 768MBytes of SDRAM need to
84806     set "initrd_high", so that the initrd can be accessed by the
84807     Linux kernel.
84808
84809     Signed-off-by: Stefan Roese <sr@denx.de>
84810
84811 commit 7372ca68227930d03cffa548310524cad5b96733
84812 Author: Stefan Roese <sr@denx.de>
84813 Date:   Fri Feb 2 12:44:22 2007 +0100
84814
84815     [PATCH] Correctly display PCI arbiter en-/disabled on some 4xx boards
84816
84817     Previously the strapping DCR/SDR was read to determine if the internal PCI
84818     arbiter is enabled or not. This strapping bit can be overridden, so now
84819     the current status is read from the correct DCR/SDR register.
84820
84821     Signed-off-by: Stefan Roese <sr@denx.de>
84822
84823 commit 2aa54f651a42d198673318f07a20c89a43e4d197
84824 Author: Stefan Roese <sr@denx.de>
84825 Date:   Fri Feb 2 12:42:08 2007 +0100
84826
84827     [PATCH] Change configuration output of Sycamore, Yellowstone & Rainier
84828
84829     Signed-off-by: Stefan Roese <sr@denx.de>
84830
84831 commit 23744d6b5bf17592eb6a0ef4f318f6089f55993b
84832 Author: Stefan Roese <sr@denx.de>
84833 Date:   Thu Feb 1 13:22:41 2007 +0100
84834
84835     [PATCH] Remove PCI-PNP configuration from Sequoia/Rainier config file
84836
84837     When PCI PNP is enabled the pci pnp configuration routine is called
84838     which sets the PCI_CACHE_SIZE_LINE to 8. This seems to generate some
84839     problems with some PCI cards. For now disable the PCI PNP configuration.
84840
84841     Signed-off-by: Stefan Roese <sr@denx.de>
84842
84843 commit 2902fadade3be7659467e8d074048c6b7068f5c0
84844 Author: Stefan Roese <sr@denx.de>
84845 Date:   Wed Jan 31 16:56:10 2007 +0100
84846
84847     [PATCH] Update 440EPx/440GRx cpu detection
84848
84849     Signed-off-by: Stefan Roese <sr@denx.de>
84850
84851 commit d5ea287b02a6945c3977410e364a879dd1a555c8
84852 Author: Stefan Roese <sr@denx.de>
84853 Date:   Wed Jan 31 16:38:04 2007 +0100
84854
84855     [PATCH] Update esd cpci5200 files
84856
84857     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
84858
84859 commit 8b7d1f0ab7d7c4fe3160bbf74a7e9690d9f3a3ab
84860 Author: Stefan Roese <sr@denx.de>
84861 Date:   Wed Jan 31 16:37:34 2007 +0100
84862
84863     [PATCH] Add support for esd mecp5200 board
84864
84865     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
84866
84867 commit 71a4e5fda8b60044ab9f46069fa1cfa26bdd07ff
84868 Author: Stefan Roese <sr@denx.de>
84869 Date:   Wed Jan 31 12:38:50 2007 +0100
84870
84871     [PATCH] Remove unneccessary yellowstone board config file
84872
84873     Signed-off-by: Stefan Roese <sr@denx.de>
84874
84875 commit e802594b6fa1b166308820c276b96dc0d7cc731c
84876 Author: Stefan Roese <sr@denx.de>
84877 Date:   Tue Jan 30 17:06:10 2007 +0100
84878
84879     [PATCH] Update Sequoia (440EPx) config file
84880
84881     The config file now handles the 2nd target, the Rainier (440GRx)
84882     evaluation board better. Additionally the PPC input clock was
84883     adjusted to match the correct value of 33.0 MHz.
84884
84885     Signed-off-by: Stefan Roese <sr@denx.de>
84886
84887 commit 700200c67e73b83751418abe7815840dca8fd6cb
84888 Author: Stefan Roese <sr@denx.de>
84889 Date:   Tue Jan 30 17:04:19 2007 +0100
84890
84891     [PATCH] Merge Yosemite & Yellowstone board ports
84892
84893     Now the AMCC eval boards Yosemite (440EP) and Yellowstone (440GR)
84894     share one config file and all board specific files. This way we
84895     don't have to maintain two different sets of files for nearly
84896     identical boards.
84897
84898     Signed-off-by: Stefan Roese <sr@denx.de>
84899
84900 commit 1bbf5eae322f5f1f6427ecc3ac13a0cb7dba8ad6
84901 Author: Stefan Roese <sr@denx.de>
84902 Date:   Tue Jan 30 15:01:49 2007 +0100
84903
84904     [PATCH] Update Prodrive SCPU (PDNB3 variant) board
84905
84906     SCPU doesn't use redundant environment in flash.
84907
84908     Signed-off-by: Stefan Roese <sr@denx.de>
84909
84910 commit 6304430ed642ea8fa15c9e5af965ac2e033eec45
84911 Author: Stefan Roese <sr@denx.de>
84912 Date:   Tue Jan 30 12:51:07 2007 +0100
84913
84914     [PATCH] alpr: Update alpr board config file
84915
84916     Signed-off-by: Stefan Roese <sr@denx.de>
84917
84918 commit f8db84f132b1e335f20f96138a1f09ed97b08664
84919 Author: Wolfgang Denk <wd@pollux.denx.de>
84920 Date:   Tue Jan 30 00:50:40 2007 +0100
84921
84922     LPC2292 SODIMM port coding style cleanup.
84923
84924 commit 6bd2447ee47ee23c18d2b3c7ccd5a20f7626f5b3
84925 Author: Gary Jennejohn <garyj@pollux.denx.de>
84926 Date:   Wed Jan 24 12:16:56 2007 +0100
84927
84928     Add port for the lpc2292sodimm evaluation board from EmbeddedArtists
84929
84930 commit 2daf046ba627f85f44195815778140039636244e
84931 Author: Bartlomiej Sieka <tur@semihalf.com>
84932 Date:   Tue Jan 23 17:22:06 2007 +0100
84933
84934     [iDMR] Add MTD and JFFS2 support, also add default partition definition.
84935
84936 commit f7db33101fbc9c8f0a10738ce87034875a17aeb9
84937 Author: Bartlomiej Sieka <tur@semihalf.com>
84938 Date:   Tue Jan 23 14:21:14 2007 +0100
84939
84940     [iDMR] Flash driver on initialisation write-protects some sectors,
84941     currently sectors 0-3. Sector 3 does not need to be protected, though
84942     (U-boot occupies sectors 0-1 and the environment sector 2). This commit
84943     fixes this, i.e., only sectors 0-2 are protected.
84944
84945 commit 0ed47bb119cd2c4c16edb2548789148f9e6dc9de
84946 Author: Bartlomiej Sieka <tur@semihalf.com>
84947 Date:   Tue Jan 23 14:11:22 2007 +0100
84948
84949     [iDMR] Using MII-related commands on iDRM board doesn't work now (e.g.,
84950     "mii device" results in "Unexpected exception"). Fixing this properly
84951     requires some clean-up in the FEC drivers infrastructure for ColdFire, so
84952     this commit disables MII commads for now.
84953
84954 commit 363d1d8f9c99b63daef81f5985cab3fc00edde5c
84955 Author: Bartlomiej Sieka <tur@semihalf.com>
84956 Date:   Tue Jan 23 13:25:22 2007 +0100
84957
84958     [ColdFire MCF5271 family] Add CPU detection based on the value of Chip
84959     Identification Register (CIR).
84960
84961 commit fdef388758506765d4d6a7155c8f1584c63ff581
84962 Author: roy zang <tie-fei.zang@freescale.com>
84963 Date:   Mon Jan 22 13:19:21 2007 +0800
84964
84965     use  CFG_WRITE_SWAPPED_DATA define instead of define CFG_FLASH_CFI_SWAP
84966     The patch by Heiko Schocher <hs@pollux.denx.de> on Jan, 19, 2007
84967     fixes cfi_driver bug for mpc7448hpc2 board. The default cfi_driver can support
84968     mpc7448hpc2 board.
84969
84970 commit a4012396645533aef218354eeba754dff0deace8
84971 Author: Wolfgang Denk <wd@pollux.denx.de>
84972 Date:   Fri Jan 19 23:08:39 2007 +0100
84973
84974     Minor code cleanup.
84975
84976 commit f539b7ba7d7ef6dd187c8209609001cb1cd95e39
84977 Author: Heiko Schocher <hs@pollux.denx.de>
84978 Date:   Fri Jan 19 19:57:10 2007 +0100
84979
84980     [PATCH] SC3 board: added CFG_CMD_AUTOSCRIPT.
84981
84982     Signed-off-by: Heiko Schocher <hs@denx.de>
84983
84984 commit d0b6e14087ddd8789f224a48e1d33f2a5df4d167
84985 Author: Heiko Schocher <hs@pollux.denx.de>
84986 Date:   Fri Jan 19 18:05:26 2007 +0100
84987
84988     [PATCH] CFI: define CFG_WRITE_SWAPPED_DATA for the CFI-Flash driver
84989                  if you must swap the bytes between reading/writing.
84990                  (Needed for the SC3 board)
84991
84992     Signed-off-by: Heiko Schocher <hs@denx.de>
84993
84994 commit 9d8d5a5bfb64768f29a0cb47fc37cd6f4c40e276
84995 Author: Stefan Roese <sr@denx.de>
84996 Date:   Thu Jan 18 16:05:47 2007 +0100
84997
84998     [PATCH] Add support for Prodrive SCPU (PDNB3 variant) board
84999
85000     Signed-off-by: Stefan Roese <sr@denx.de>
85001
85002 commit 0057d758e3e874cbe7f24745d0cce8c1cb6c207e
85003 Author: Stefan Roese <sr@denx.de>
85004 Date:   Thu Jan 18 11:54:52 2007 +0100
85005
85006     [PATCH] Update Prodrive P3Mx support
85007
85008     Signed-off-by: Stefan Roese <sr@denx.de>
85009
85010 commit 34167a36c29ee946b727465db5c014746a08e978
85011 Author: Stefan Roese <sr@denx.de>
85012 Date:   Thu Jan 18 11:48:10 2007 +0100
85013
85014     [PATCH] Add missing Taishan config file
85015
85016     Signed-off-by: Stefan Roese <sr@denx.de>
85017
85018 commit cb4820725e9fc409c5cbc8e83054a6ed522d2111
85019 Author: Heiko Schocher <hs@pollux.denx.de>
85020 Date:   Thu Jan 18 11:28:51 2007 +0100
85021
85022     [PATCH] Fix: Compilerwarnings for SC3 board.
85023                  The EBC Configuration Register is now by CFG_EBC_CFG definable
85024                  Added JFFS2 support for the SC3 board.
85025
85026     Signed-off-by: Heiko Schocher <hs@denx.de>
85027
85028 commit 5fb692cae57d1710c8f52a427cf7f39a37383fcd
85029 Author: Stefan Roese <sr@denx.de>
85030 Date:   Thu Jan 18 10:25:34 2007 +0100
85031
85032     [PATCH] Add support for AMCC Taishan PPC440GX eval board
85033
85034     Signed-off-by: Stefan Roese <sr@denx.de>
85035
85036 commit 6d3e0107235aa0e6a6dcb77f9884497280bf85ad
85037 Author: Wolfgang Denk <wd@pollux.denx.de>
85038 Date:   Tue Jan 16 18:30:50 2007 +0100
85039
85040     Raname solidcard3 into sc3; add redundant env for sc3
85041
85042 commit 1bbbbdd20fcec9933697000dcf55ff7972622596
85043 Author: Wolfgang Denk <wd@pollux.denx.de>
85044 Date:   Tue Jan 16 12:46:35 2007 +0100
85045
85046     Update default environment for Solidcard3
85047
85048 commit 5a5c56986a9ccf71642c8b6374eb18487b15fecd
85049 Author: Stefan Roese <sr@denx.de>
85050 Date:   Mon Jan 15 09:46:29 2007 +0100
85051
85052     [PATCH] Fix 440SPe rev B detection from previous patch
85053
85054     Signed-off-by: Stefan Roese <sr@denx.de>
85055
85056 commit a443d31410c571ee8f970da819a44d698fdd6b1f
85057 Author: Heiko Schocher <hs@pollux.denx.de>
85058 Date:   Sun Jan 14 13:35:31 2007 +0100
85059
85060         [FIX] correct I2C Writes for the LM81 Sensor.
85061
85062         Signed-off-by: Heiko Schocher <hs@denx.de>
85063
85064 commit 0bba5452835f19a61204edcda3a58112fd8e2208
85065 Author: Wolfgang Denk <wd@pollux.denx.de>
85066 Date:   Sat Jan 13 11:17:10 2007 +0100
85067
85068     Undo commit 3033ebb2: reset command does not take any arguments
85069
85070     Haiying Wang's modification to the reset command was broken, undo it.
85071
85072     Signed-off-by: Wolfgang Denk <wd@denx.de>
85073
85074 commit 95981778cff0038fd9941044d6a3eda810e33258
85075 Author: Stefan Roese <sr@denx.de>
85076 Date:   Sat Jan 13 08:01:03 2007 +0100
85077
85078     [PATCH] Update 440SP(e) cpu revisions
85079
85080     Also display enabled/disabled RAID 6 support for 440SP/440SPe PPC's.
85081
85082     Signed-off-by: Stefan Roese <sr@denx.de>
85083
85084 commit 77ddc5b9afb325262fd88752ba430a1dded1f0c7
85085 Author: Stefan Roese <sr@denx.de>
85086 Date:   Sat Jan 13 07:59:56 2007 +0100
85087
85088     [PATCH] Update Yellowstone (440GR) to display board rev and PCI bus speed
85089
85090     Now the board revision and the current PCI bus speed are printed after
85091     the board message.
85092
85093     Also the EBC initialising is now done via defines in the board config
85094     file.
85095
85096     Signed-off-by: Stefan Roese <sr@denx.de>
85097
85098 commit 36adff362c2c0141ff8a810d42a7e478f779130f
85099 Author: Stefan Roese <sr@denx.de>
85100 Date:   Sat Jan 13 07:59:19 2007 +0100
85101
85102     [PATCH] Update Yosemite (440EP) to display board rev and PCI bus speed
85103
85104     Now the board revision and the current PCI bus speed are printed after
85105     the board message.
85106
85107     Also the EBC initialising is now done via defines in the board config
85108     file.
85109
85110     Signed-off-by: Stefan Roese <sr@denx.de>
85111
85112 commit e0b9ea8c8a294de6a5350ae638879d24b5b709d6
85113 Author: Stefan Roese <sr@denx.de>
85114 Date:   Sat Jan 13 07:57:51 2007 +0100
85115
85116     [PATCH] Update Sequoia (440EPx) to display board rev and PCI bus speed
85117
85118     Now the board revision and the current PCI bus speed are printed after
85119     the board message.
85120
85121     Signed-off-by: Stefan Roese <sr@denx.de>
85122
85123 commit ca43ba18e910206ef8063e4b22d282630bff3fd2
85124 Author: Heiko Schocher <hs@pollux.denx.de>
85125 Date:   Thu Jan 11 15:44:44 2007 +0100
85126
85127         Added support for the SOLIDCARD III board from Eurodesign
85128
85129         Signed-off-by: Heiko Schocher <hs@denx.de>
85130
85131 commit 6abaee42621c07e81a2cd189ad4368b5e8c50280
85132 Author: Reinhard Thies <Reinhard.Thies@web.de>
85133 Date:   Wed Jan 10 14:41:14 2007 +0100
85134
85135     Adjusted default environment for cam5200 board.
85136
85137 commit bab5a90d4ccc1a46a8127b867fa59028cc623ad9
85138 Author: Wolfgang Denk <wd@pollux.denx.de>
85139 Date:   Wed Jan 10 15:35:52 2007 +0100
85140
85141     Update CHANGELOG
85142
85143 commit 787fa15860a57833e50bd30555079a9cd4e519b8
85144 Author: Wolfgang Denk <wd@pollux.denx.de>
85145 Date:   Wed Jan 10 01:28:39 2007 +0100
85146
85147     Fix auto_update for MCC200 board.
85148
85149     The invocation of do_auto_update() is moved to the end of the
85150     misc_init_r() function, after the flash mappings have been
85151     initialized. Please find attached a patch that implements that
85152     change.
85153
85154     Also correct the decoding of the keypad status. With this update, the
85155     key that will trigger the update is Column 2, Row 2.
85156
85157 commit d9384de2f571046e71081bae22b49e3d5ca2e3d5
85158 Author: Marian Balakowicz <m8@semihalf.com>
85159 Date:   Wed Jan 10 00:26:15 2007 +0100
85160
85161     CAM5200 flash driver modifications:
85162     - use CFI driver (replaces custom flash driver) for main 'cam5200' target
85163     - add second build target 'cam5200_niosflash' which still uses custom driver
85164
85165 commit 67fea022fa957f59653b5238c7496f80a6b70432
85166 Author: Markus Klotzbuecher <mk@denx.de>
85167 Date:   Tue Jan 9 16:02:48 2007 +0100
85168
85169     SPC1920: cleanup memory contoller setup
85170
85171 commit 8fc2102faa23593c80381437c09f7745a14deb40
85172 Author: Markus Klotzbuecher <mk@denx.de>
85173 Date:   Tue Jan 9 14:57:14 2007 +0100
85174
85175     Fix the cpu speed setup to work with all boards.
85176
85177 commit 9295acb77481cf099ef9b40e1fa2d145b3c7490c
85178 Author: Markus Klotzbuecher <mk@denx.de>
85179 Date:   Tue Jan 9 14:57:13 2007 +0100
85180
85181     SPC1920: add support for the FM18L08 Ramtron FRAM
85182
85183 commit 38ccd2fdf3364a53fe80e9b365303ecdafc9e223
85184 Author: Markus Klotzbuecher <mk@denx.de>
85185 Date:   Tue Jan 9 14:57:13 2007 +0100
85186
85187     SPC1920: update the HPI register addresses to work with the second
85188     generation of hardware
85189
85190 commit 5921e5313fc3eadd42770c2b99badd7fae5ecf1e
85191 Author: Markus Klotzbuecher <mk@creamnet.de>
85192 Date:   Tue Jan 9 14:57:13 2007 +0100
85193
85194     Miscellanious spc1920 related cleanups
85195
85196 commit e4c2d37adc8bb1bf69dcf600cbc6c75f916a6120
85197 Author: Markus Klotzbuecher <mk@denx.de>
85198 Date:   Tue Jan 9 14:57:12 2007 +0100
85199
85200     SPC1920 GO/NOGO led should be set to color red in U-Boot
85201
85202 commit 0be62728aac459ba268d6d752ed49ec0e2bc7348
85203 Author: Markus Klotzbuecher <mk@creamnet.de>
85204 Date:   Tue Jan 9 14:57:12 2007 +0100
85205
85206     Add support for the DS3231 RTC
85207
85208 commit 8139567b60d678584b05f0718a681f2047c5e14f
85209 Author: Markus Klotzbuecher <mk@creamnet.de>
85210 Date:   Tue Jan 9 14:57:11 2007 +0100
85211
85212     SMC1 uses external CLK4 instead of BRG on spc1920
85213
85214 commit d8d9de1a02fbd880b613d607143d1f57342affc7
85215 Author: Markus Klotzbuecher <mk@creamnet.de>
85216 Date:   Tue Jan 9 14:57:10 2007 +0100
85217
85218     Update the SPC1920 CMB PLD driver
85219
85220 commit 3f34f869162750e5e999fd140f884f5de952bcfe
85221 Author: Markus Klotzbuecher <mk@creamnet.de>
85222 Date:   Tue Jan 9 14:57:10 2007 +0100
85223
85224     Add / enable I2C support on the spc1920 board
85225
85226 commit d28707dbce1e9ac2017ad051da4133bf22b4204f
85227 Author: Markus Klotzbuecher <mk@creamnet.de>
85228 Date:   Tue Jan 9 14:57:10 2007 +0100
85229
85230     Add support for the tms320671x host port interface (HPI)
85231
85232 commit f4eb54529bb3664c3a562e488b460fe075f79d67
85233 Author: Wolfgang Denk <wd@pollux.denx.de>
85234 Date:   Sun Jan 7 00:13:11 2007 +0100
85235
85236     Prepare for release 1.2.0
85237
85238 commit f07ae7a9daef27a3d0213a4f3fe39d5342173c02
85239 Author: Stefan Roese <sr@denx.de>
85240 Date:   Sat Jan 6 15:58:09 2007 +0100
85241
85242     [PATCH] 44x: Fix problem with DDR controller setup (refresh rate)
85243
85244     This patch fixes a problem with an incorrect setup for the refresh
85245     timer of the 44x DDR controller in the file cpu/ppc4xx/sdram.c
85246
85247     Signed-off-by: Stefan Roese <sr@denx.de>
85248
85249 commit f16c1da9577f06c5fc08651a4065537407de4635
85250 Author: Stefan Roese <sr@denx.de>
85251 Date:   Sat Jan 6 15:56:13 2007 +0100
85252
85253     [PATCH] Update ALPR board files
85254
85255     This update brings the ALPR board support to the newest version.
85256     It also fixes a problem with the NAND driver.
85257
85258     Signed-off-by: Stefan Roese <sr@denx.de>
85259
85260 commit cd1d937f90250a32988c37b2b4af8364d25de8ed
85261 Author: Stefan Roese <sr@denx.de>
85262 Date:   Fri Jan 5 11:46:05 2007 +0100
85263
85264     [PATCH] nand: Fix problem with oobsize calculation
85265
85266     Here the description from Brian Brelsford <Brian_Brelsford@dell.com>:
85267
85268     The Hynix part returns a 0x1d in the 4th ID byte. The Samsung part
85269     returns a 0x15. In the code fragment below bits [1:0] determine the
85270     page size, it is ANDed via "(extid & 0x3)" then shifted out. The
85271     next field is also ANDed with 0x3. However this is a one bit field
85272     as defined in the Hynix and Samsung parts in the 4th ID byte that
85273     determins the oobsize, not a two bit field. It works on Samsung as
85274     bits[3:2] are 01. However for the Hynix there is a 11 in these two
85275     bits, so the oob size gets messed up.
85276
85277     I checked the correct linux code and the suggested fix from Brian is
85278     also available in the linux nand mtd driver.
85279
85280     Signed-off-by: Stefan Roese <sr@denx.de>
85281
85282 commit a78bc443ae5a4a8ba87590587d5e35bf5a787b2e
85283 Author: Stefan Roese <sr@denx.de>
85284 Date:   Fri Jan 5 10:40:36 2007 +0100
85285
85286     [PATCH] Clear PLB4A0_ACR[WRP] on Sequoia (440EPx)
85287
85288     This fix will make the MAL burst disabling patch for the Linux
85289     EMAC driver obsolete.
85290
85291     Signed-off-by: Stefan Roese <sr@denx.de>
85292
85293 commit 023889838282b6237b401664f22dd22dfba2c066
85294 Author: Stefan Roese <sr@denx.de>
85295 Date:   Fri Jan 5 10:38:05 2007 +0100
85296
85297     [PATCH] Add DDR2 optimization code for Sequoia (440EPx) board
85298
85299     This code will optimize the DDR2 controller setup on a board specific
85300     basis.
85301
85302     Note: This code doesn't work right now on the NAND booting image for the
85303     Sequoia board, since it doesn't fit into the 4kBytes for the SPL image.
85304
85305     Signed-off-by: Stefan Roese <sr@denx.de>
85306
85307 commit cce4acbb68398634b8d011ed7bb0d12269c84230
85308 Author: Bartlomiej Sieka <tur@semihalf.com>
85309 Date:   Thu Dec 28 19:08:21 2006 +0100
85310
85311     Few V38B changes:
85312       - fix a typo in V38B config file
85313       - move watchdog initialisation earlier in the boot process
85314       - add "wdt=off" to default kernel command line (disables kernel watchdog)
85315
85316 commit 92eb729bad876725aeea908d2addba0800620840
85317 Author: Wolfgang Denk <wd@pollux.denx.de>
85318 Date:   Wed Dec 27 01:26:13 2006 +0100
85319
85320     Fix bug in adaption of Stefano Babic's CFI driver patch.
85321
85322 commit 9c0f42ecfe25f7ffce8ec7a815f03864d723ffe3
85323 Author: Wolfgang Denk <wd@pollux.denx.de>
85324 Date:   Sun Dec 24 01:42:57 2006 +0100
85325
85326     Minor code cleanup.
85327
85328 commit d784fdb05900ada3686d5778783e1fb328e9fb66
85329 Author: Stefano Babic <sbabic@denx.de>
85330 Date:   Tue Dec 12 00:22:42 2006 +0100
85331
85332     Fix cfi failure with Spansion Flash (Spansion Flash Devices have a different offset to go into CFI mode)
85333
85334 commit 1b3c360c235dc684ec06c2d5f183f0a282ce45e2
85335 Author: Stefan Roese <sr@denx.de>
85336 Date:   Fri Dec 22 14:29:40 2006 +0100
85337
85338     [PATCH] Fix sequoia flash autodetection (finally correct)
85339
85340     Now 32MByte and 64MByte FLASH is know to work and other
85341     configurations should work too.
85342
85343     Signed-off-by: Stefan Roese <sr@denx.de>
85344
85345 commit 82e5236a8b719543643fd26d5827938ab2b94818
85346 Author: Wolfgang Denk <wd@pollux.denx.de>
85347 Date:   Fri Dec 22 10:30:26 2006 +0100
85348
85349     Minor code cleanup; update CHANGELOG.
85350
85351 commit fa23044564091f05d9695beb7b5b9a931e7f41a4
85352 Author: Heiko Schocher <hs@pollux.denx.de>
85353 Date:   Thu Dec 21 17:17:02 2006 +0100
85354
85355     Added support for the TQM8272 board from TQ
85356
85357     Signed-off-by: Heiko Schocher <hs@denx.de>
85358
85359 commit 6dedf3d49dd14c3bf541c8ecee7ffaac5f0e1d6c
85360 Author: Heiko Schocher <hs@pollux.denx.de>
85361 Date:   Thu Dec 21 16:14:48 2006 +0100
85362
85363     [PATCH] Add support for the UC101 board from MAN.
85364
85365     Signed-off-by: Heiko Schocher <hs@denx.de>
85366
85367 commit c84bad0ef60e7055ab0bd49b93069509cecc382a
85368 Author: Bartlomiej Sieka <tur@semihalf.com>
85369 Date:   Wed Dec 20 00:29:43 2006 +0100
85370
85371     Fix to make the baudrate changes immediate for the MCF52x2 family.
85372
85373 commit daa6e418bcc0c717752e8de939c213c790286096
85374 Author: Bartlomiej Sieka <tur@semihalf.com>
85375 Date:   Wed Dec 20 00:27:32 2006 +0100
85376
85377     Preliminary support for the iDMR board (ColdFire).
85378
85379 commit cdb97a6678826f85e7c69eae6a1c113d034c9b10
85380 Author: Andrei Safronov <safronov@pollux.denx.de>
85381 Date:   Fri Dec 8 16:23:08 2006 +0100
85382
85383     automatic update mechanism
85384
85385 commit 9d27b3a0685ff99fc477983f315c04d49f657a8a
85386 Author: roy zang <tie-fei.zang@freescale.com>
85387 Date:   Mon Dec 4 17:56:59 2006 +0800
85388
85389     Slight code clean up.
85390     Add comments, delete duplicate define and remove spaces.
85391     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
85392
85393 commit 4dbcd69e3e2776ea334590d5768e3692c5fae5c1
85394 Author: roy zang <tie-fei.zang@freescale.com>
85395 Date:   Mon Dec 4 17:54:21 2006 +0800
85396
85397     Introduce PLL_CFG[0:4] table for processor 7448/7447A/7455/7457. The original
85398     multiplier table can not refect the real PLL clock behavior of these
85399     processors. Please refer to the hardware specification for detailed
85400     information of the corresponding processors.
85401     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
85402
85403 commit 4efe20c9579011d9987f62ed7d35ee8cdc1cf0e0
85404 Author: roy zang <tie-fei.zang@freescale.com>
85405 Date:   Mon Dec 4 14:46:23 2006 +0800
85406
85407     Remove the static MAC address, ip address, server ip, netmask and
85408     gateway ip for network setting.
85409     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
85410
85411 commit 6f12c61cf31ed73d72ddfcfc712a854a3a177aaf
85412 Author: roy zang <tie-fei.zang@freescale.com>
85413 Date:   Mon Dec 4 14:33:08 2006 +0800
85414
85415     Remove the duplicate memory test code for mpc744ihpc2 board.
85416     If a memory test is needed, please use the functions in
85417     post/memory.c or memtest command.
85418     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
85419
85420 commit c9c1eeed7dd193fa65fb194654132040d49d4d3a
85421 Author: roy zang <tie-fei.zang@freescale.com>
85422 Date:   Fri Dec 1 19:01:25 2006 +0800
85423
85424     Fix the exception occuring in RAM table search issue.
85425     The original search_one_table() function code can only processes the search
85426     for the exception occurring in FLASH/ROM, because the exception and fixup
85427     table usually locate in FLASH. If the exception address is also in
85428     FLASH, it will be OK.
85429     If the exception occurs in RAM, after the u-boot relocation, a
85430     relocation offset should be added.
85431
85432     clean up the code in cpu/74xx_7xx/cpu.c
85433
85434     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
85435
85436 commit ee311214e0d216f904feea269599d0934bf71f23
85437 Author: roy zang <tie-fei.zang@freescale.com>
85438 Date:   Fri Dec 1 11:47:36 2006 +0800
85439
85440     Clean up the code according to codestyle:
85441     (1) remove some C++ comments.
85442     (2) remove trailing white space.
85443     (3) remove trailing empty line.
85444     (4) Indentation by table.
85445     (5) remove {} in one line condition.
85446     (6) add space before '(' in function call.
85447     Remove some weird printf () output.
85448     Add necessary comments.
85449     Modified Makefile to support building in a separate directory.
85450
85451 commit dd520bf314c7add4183c5191692180f576f96b60
85452 Author: Wolfgang Denk <wd@pollux.denx.de>
85453 Date:   Thu Nov 30 18:02:20 2006 +0100
85454
85455     Code cleanup.
85456
85457 commit 8d9a8610b8256331132227e9e6585c6bd5742787
85458 Author: Wolfgang Denk <wd@pollux.denx.de>
85459 Date:   Thu Nov 30 01:54:07 2006 +0100
85460
85461     Code cleanup. Update CHANGELOG.
85462
85463 commit 726e90aacf0b1ecb0e7055be574622fbe3e450ba
85464 Author: Grant Likely <grant.likely@secretlab.ca>
85465 Date:   Wed Nov 29 16:23:42 2006 +0100
85466
85467     [PATCH] [MPC52xx] Use IPB bus frequency for SOC peripherals
85468
85469     The soc node of the mpc52xx needs to be loaded with the IPB bus frequency,
85470     not the XLB frequency.
85471
85472     This patch depends on the previous patches for MPC52xx device tree support
85473
85474     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
85475     Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
85476
85477 commit 1eac2a71417b6675b11aace72102a2e7fde8f5c6
85478 Author: Stefan Roese <sr@denx.de>
85479 Date:   Wed Nov 29 15:42:37 2006 +0100
85480
85481     [PATCH] Add support for Prodrive P3M750 & P3M7448 (P3Mx) boards
85482
85483     This patch adds support for the Prodrive P3M750 (PPC750 & MV64460)
85484     and the P3M7448 (MPC7448 & MV64460) PMC modules. Both modules are
85485     quite similar and share the same board directory "prodrive/p3mx"
85486     and the same config file "p3mx.h".
85487
85488     Signed-off-by: Stefan Roese <sr@denx.de>
85489
85490 commit 1bdd46832aeb569f5e04b1f20f64318525b6525a
85491 Author: Stefan Roese <sr@denx.de>
85492 Date:   Wed Nov 29 12:53:15 2006 +0100
85493
85494     [PATCH] common/cmd_elf.c: Enable loadaddr as parameter in bootvx command
85495
85496     In the bootvx command the load address was only read from the env
85497     variable "loadaddr" and not optionally passed as paramter as described
85498     in the help. This is fixed with this patch. The behaviour is now the
85499     same as in the bootelf command.
85500
85501     Signed-off-by: Stefan Roese <sr@denx.de>
85502
85503 commit 4e26f1074c3ac1bd8fd094f0dc4a1c4a0b15a592
85504 Author: Stefan Roese <sr@denx.de>
85505 Date:   Wed Nov 29 12:03:57 2006 +0100
85506
85507     [PATCH] include/ppc440.h minor error affecting interrupts
85508
85509     Fixed include/ppc440.c for UIC address Bug
85510
85511     Corrects bug affecting the addresses for the universal interrupt
85512     controller UIC2 and UIC3 on the PPC440 Epx, GRx, and SPE chips.
85513
85514     Signed-off-by: Jeff Mann <mannj@embeddedplanet.com>
85515     Signed-off-by: Stefan Roese <sr@denx.de>
85516
85517 commit 1939d969443ccf316cab2bf32ab1027d4db5ba1a
85518 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
85519 Date:   Tue Nov 28 16:17:27 2006 -0600
85520
85521     Make fsl-i2c not conflict with SOFT I2C
85522
85523     Signed-off-by: Timur Tabi <timur@freescale.com>
85524
85525 commit 14198bf768fdc958e3c1afd2404e5262208e98d7
85526 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
85527 Date:   Tue Nov 28 16:17:18 2006 -0600
85528
85529     Fix I2C master address initialization.
85530
85531     Signed-off-by: Timur Tabi <timur@freescale.com>
85532
85533 commit cf3d045e51ca8dcc6cf759827140861d6ac25c04
85534 Author: Kim Phillips <kim.phillips@freescale.com>
85535 Date:   Tue Nov 28 23:31:19 2006 -0600
85536
85537     Assign maintainers for mpc8349emds and mpc8360emds
85538
85539     Dave for mpc8360emds, and me for mpc8349emds.
85540
85541 commit 1aa934c81b77f2080d3ca4b226eab67b17a33961
85542 Author: Kim Phillips <kim.phillips@freescale.com>
85543 Date:   Tue Nov 28 23:28:33 2006 -0600
85544
85545     Eliminate gcc 4 'used uninitialized' warnings in drivers/qe/uccf.c
85546
85547     give initial values for reg_num, shift, p_cmxucr in ucc_set_clk_src
85548     since they are passed by reference to ucc_get_cmxucr_reg and assigned.
85549
85550 commit e857a5bdb3954b896c0920cb9d8d2b1b9c107ce5
85551 Author: Timur Tabi <timur@freescale.com>
85552 Date:   Tue Nov 28 12:09:35 2006 -0600
85553
85554     mpc83xx: Miscellaneous code style fixes
85555
85556     Implement various code style fixes and similar changes.
85557
85558     Signed-off-by: Timur Tabi <timur@freescale.com>
85559
85560 commit e59581c56ab5d6e0207ddac3b2c1d55cb36ec706
85561 Author: Stefan Roese <sr@denx.de>
85562 Date:   Tue Nov 28 17:55:49 2006 +0100
85563
85564     [PATCH] Enable the IceCube/lite5200 variants to pass a device tree to Linux.
85565
85566     This patch adds the code and configuration necessary to boot with an
85567     arch/powerpc Linux kernel.
85568
85569     Signed-off-by: Grant Likely <grant.likely@gmail.com>
85570     Acked-by: Jon Loeliger <jdl@freescale.com>
85571
85572 commit e732faec95a83cb468b4850ae807c8301dde8f6a
85573 Author: Stefan Roese <sr@denx.de>
85574 Date:   Tue Nov 28 16:09:24 2006 +0100
85575
85576     [PATCH] PPC4xx: 440SP Rev. C detection added
85577
85578     Signed-off-by: Stefan Roese <sr@denx.de>
85579
85580 commit e7f3e9ff01fbd7fa72eb42a9675fbed6bc4736b0
85581 Author: Stefan Roese <sr@denx.de>
85582 Date:   Tue Nov 28 11:04:45 2006 +0100
85583
85584     [PATCH] nand: Fix patch merge problem
85585
85586     Signed-off-by: Stefan Roese <sr@denx.de>
85587
85588 commit 58e3b14c18ed3288ceef8d086946dbf3df64ccf2
85589 Author: Stefan Roese <sr@denx.de>
85590 Date:   Tue Nov 28 11:04:45 2006 +0100
85591
85592     [PATCH] nand: Fix patch merge problem
85593
85594     Signed-off-by: Stefan Roese <sr@denx.de>
85595
85596 commit 4f4b602ec7524a032bdf3c6d28c7f525a4a67eaa
85597 Author: Wolfgang Denk <wd@pollux.denx.de>
85598 Date:   Mon Nov 27 22:53:53 2006 +0100
85599
85600     Update CHANGELOG
85601
85602 commit f6e495f54cdb8fe340b9c03deab40ad746d52fae
85603 Author: Stefan Roese <sr@denx.de>
85604 Date:   Mon Nov 27 17:43:25 2006 +0100
85605
85606     [PATCH] 4xx_enet.c: Correct the setting of zmiifer register
85607
85608     Patch below corrects the setting of the zmiifer register, it was
85609     overwritting the register rather than ORing the settings.
85610
85611     Signed-off-by: Neil Wilson <NWilson@airspan.com>
85612     Signed-off-by: Stefan Roese <sr@denx.de>
85613
85614 commit d1a72545296800b7e219f93104ad5836f0003d66
85615 Author: Stefan Roese <sr@denx.de>
85616 Date:   Mon Nov 27 17:34:10 2006 +0100
85617
85618     [PATCH] Select NAND embedded environment from board configuration
85619
85620     The current NAND Bootloader setup forces the environment
85621     variables to be in line with the bootloader. This change
85622     enables the configuration to be made in the board include
85623     file instead so that it can be individually enabled.
85624
85625     Signed-off-by: Nick Spence <nick.spence@freescale.com>
85626     Signed-off-by: Stefan Roese <sr@denx.de>
85627
85628 commit 15784862857c3c2214498defcfed84ff137fb81e
85629 Author: Stefan Roese <sr@denx.de>
85630 Date:   Mon Nov 27 17:22:19 2006 +0100
85631
85632     [PATCH] nand_wait() timeout fixes
85633
85634     Two fixes for the nand_wait() function in
85635     drivers/nand/nand_base.c:
85636
85637     1. Use correct timeouts. The original timeouts in Linux
85638     source are 400ms and 20ms not 40s and 20s
85639
85640     2. Return correct error value in case of timeout. 0 is
85641     interpreted as OK.
85642
85643     Signed-off-by: Rui Sousa <rui.sousa@laposte.net>
85644     Signed-off-by: Stefan Roese <sr@denx.de>
85645
85646 commit da5553b095bf04f4f109ad7e565dae3aba47b230
85647 Author: Stefan Roese <sr@denx.de>
85648 Date:   Mon Nov 27 17:04:06 2006 +0100
85649
85650     [PATCH] Allow CONFIG_OF_FLAT_TREE to boot a non-arch/powerpc kernel
85651
85652     This patch allows an arch/ppc kernel to be booted by just passing 1 or 2
85653     arguments to bootm.  It removes the getenv("disable_of") test that used
85654     to be used for this purpose.
85655
85656     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
85657     Acked-by: Jon Loeliger <jdl@freescale.com>
85658
85659 commit a9398e018593782c5fa7d0741955fc1256b34c1e
85660 Author: Wolfgang Denk <wd@pollux.denx.de>
85661 Date:   Mon Nov 27 15:32:42 2006 +0100
85662
85663     Minor code cleanup. Update CHANGELOG.
85664
85665 commit 1729b92cde575476684bffe819d0b7791b57bff2
85666 Author: Stefan Roese <sr@denx.de>
85667 Date:   Mon Nov 27 14:52:04 2006 +0100
85668
85669     [PATCH] 4xx: Fix problem with board specific reset code (now for real)
85670
85671     Signed-off-by: Stefan Roese <sr@denx.de>
85672
85673 commit cc5ee8a92a0e3ca6f727af71b8fd206460c7afd7
85674 Author: Stefan Roese <sr@denx.de>
85675 Date:   Mon Nov 27 14:49:51 2006 +0100
85676
85677     [PATCH] alpr: remove unused board specific flash driver
85678
85679     Signed-off-by: Stefan Roese <sr@denx.de>
85680
85681 commit 1f94d162e2b5f0edc28d9fb11482502c44d218e1
85682 Author: Stefan Roese <sr@denx.de>
85683 Date:   Mon Nov 27 14:48:41 2006 +0100
85684
85685     [PATCH] 4xx: Fix problem with board specific reset code
85686
85687     Signed-off-by: Stefan Roese <sr@denx.de>
85688
85689 commit ec0c2ec725aec9524a177a77ce75559e644a931a
85690 Author: Stefan Roese <sr@denx.de>
85691 Date:   Mon Nov 27 14:46:06 2006 +0100
85692
85693     [PATCH] Remove testing 4xx enet PHY setup
85694
85695     Signed-off-by: Stefan Roese <sr@denx.de>
85696
85697 commit 1c2ce2262069510f31c7d3fd7efd3d58b8c0c148
85698 Author: Stefan Roese <sr@denx.de>
85699 Date:   Mon Nov 27 14:12:17 2006 +0100
85700
85701     [PATCH] Update Prodrive ALPR board support (440GX)
85702
85703     Signed-off-by: Stefan Roese <sr@denx.de>
85704
85705 commit 58b485776698c3d71ec5a215e392123b4c15afa3
85706 Author: Markus Klotzbuecher <mk@denx.de>
85707 Date:   Mon Nov 27 11:51:21 2006 +0100
85708
85709     Add a small README with information on the generic ohci driver.
85710
85711 commit ae3b770e4eae8e98b6e9e29662e18c47fdf0171f
85712 Author: Markus Klotzbuecher <mk@denx.de>
85713 Date:   Mon Nov 27 11:46:46 2006 +0100
85714
85715     Fix some endianness issues related to the generic ohci driver
85716
85717 commit 7b59b3c7a8ce2e4b567abf99c1cd667bf35b9418
85718 Author: Markus Klotzbuecher <mk@denx.de>
85719 Date:   Mon Nov 27 11:44:58 2006 +0100
85720
85721     Introduced the configuration option CONFIG_USB_OHCI_NEW in order to be able
85722     to choose between the old and the generic OHCI drivers.
85723
85724 commit 53e336e9ffc51035bdc4e5867631b3378761b4df
85725 Author: Markus Klotzbuecher <mk@denx.de>
85726 Date:   Mon Nov 27 11:43:09 2006 +0100
85727
85728     Modified the mpc5xxx and the ppc4xx cpu to use the generic OHCI driver
85729     and adapted board configs TQM5200 and yosemite accordingly. This commit
85730     also makes the maximum number of root hub ports configurable
85731     (CFG_USB_OHCI_MAX_ROOT_PORTS).
85732
85733 commit 78d620ebb5871d252270dedfad60c6568993b780
85734 Author: Wolfgang Denk <wd@atlas.denx.de>
85735 Date:   Thu Nov 23 22:58:58 2006 +0100
85736
85737     Updates for TQM5200 modules:
85738     - fix off-by-one error in board/tqm5200/cam5200_flash.c error message
85739     - simplify "udate" definitions
85740
85741 commit 2053283304eeddf250d109e6791eb6fa4cad14f7
85742 Author: Stefan Roese <sr@denx.de>
85743 Date:   Wed Nov 22 13:20:50 2006 +0100
85744
85745     [PATCH] PPC4xx start.S: Fix for processor errata
85746
85747     Fixed cpu/ppc4xx/start.S for 440EPx Errata: further corrects PPC440EPx
85748     errata 1.12: 440_33 by moving patch up in code.
85749
85750     Signed-off-by: Jeff Mann <mannj@embeddedplanet.com>
85751     Signed-off-by: Stefan Roese <sr@denx.de>
85752
85753 commit 4ef6251403f637841000e0fef9e832aa01339822
85754 Author: Stefan Roese <sr@denx.de>
85755 Date:   Mon Nov 20 20:39:52 2006 +0100
85756
85757     [PATCH] Update AMCC Sequoia config file to support 64MByte NOR FLASH
85758
85759     Signed-off-by: Stefan Roese <sr@denx.de>
85760
85761 commit e4bbd8da164b976d38616bd9c69c5e86e193cdf0
85762 Author: Wolfgang Denk <wd@pollux.denx.de>
85763 Date:   Mon Nov 20 10:28:30 2006 +0100
85764
85765     Update CHANGELOG
85766
85767 commit 260421a21e934a68d31fb6125b0fbd2631a8ca20
85768 Author: Stefan Roese <sr@denx.de>
85769 Date:   Mon Nov 13 13:55:24 2006 +0100
85770
85771     [PATCH] CFI driver AMD Command Set Top boot geometry reversal, etc. [Updated]
85772
85773        * Adds support for AMD command set Top Boot flash geometry reversal
85774        * Adds support for reading JEDEC Manufacturer ID and Device ID
85775        * Adds support for displaying command set, manufacturer id and
85776          device ids (flinfo)
85777        * Makes flinfo output to be consistent when CFG_FLASH_EMPTY_INFO defined
85778        * Removes outdated change history (refer to git log instead)
85779
85780     Signed-off-by: Tolunay Orkun <listmember@orkun.us>
85781     Signed-off-by: Stefan Roese <sr@denx.de>
85782
85783 commit b21b511d4c50408f4853f46f06b601272196223f
85784 Author: Wolfgang Denk <wd@pollux.denx.de>
85785 Date:   Sun Nov 12 21:13:23 2006 +0100
85786
85787     Update CHANGELOG
85788
85789 commit ce3f1a40c507afbab06c5eb58ccdc6713eda3245
85790 Author: Bartlomiej Sieka <tur@semihalf.com>
85791 Date:   Sat Nov 11 22:48:22 2006 +0100
85792
85793     Disable the watchdog in the default config for the V38B board.
85794
85795 commit 44a47e6db2694841211f1c8fdbafd36992e9cd1a
85796 Author: Bartlomiej Sieka <tur@semihalf.com>
85797 Date:   Sat Nov 11 22:43:00 2006 +0100
85798
85799     Change the GPIO pin multiplexing configuration for V38B. The USB GPIO pin
85800     group is enabled for USB earlier (in cpu_init_f() instead of
85801     usb_lowlevel_init()).
85802
85803 commit 91650b3e4de688038d4f71279c44858e3e2c6870
85804 Author: Wolfgang Denk <wd@pollux.denx.de>
85805 Date:   Mon Nov 6 17:06:36 2006 +0100
85806
85807     Sequential accesses to non-existent memory must be synchronized,
85808     at least on G2 cores.
85809
85810     This fixes get_ram_size() problems on MPC5200 Rev. B boards.
85811
85812 commit be5e61815d5a1fac290ce9c0ef09cb6a8e4288fa
85813 Author: Timur Tabi <timur@freescale.com>
85814 Date:   Fri Nov 3 19:15:00 2006 -0600
85815
85816     mpc83xx: Update 83xx to use fsl_i2c.c
85817
85818     Update the 83xx tree to use I2C support in drivers/fsl_i2c.c.  Delete
85819     cpu/mpc83xx/i2c.c, include/asm-ppc/i2c.h, and all references to those files.
85820     Added multiple I2C bus support to fsl_i2c.c.
85821
85822     Signed-off-by: Timur Tabi <timur@freescale.com>
85823
85824 commit d239d74b1c937984bc519083a8e7de373a390f06
85825 Author: Timur Tabi <timur@freescale.com>
85826 Date:   Fri Nov 3 12:00:28 2006 -0600
85827
85828     mpc83xx: Replace CFG_IMMRBAR with CFG_IMMR
85829
85830     Replace all instances of CFG_IMMRBAR with CFG_IMMR, so that the 83xx
85831     tree matches the other 8xxx trees.
85832
85833     Signed-off-by: Timur Tabi <timur@freescale.com>
85834
85835 commit f7fb2e703ec9688541416962724adff70a7322cb
85836 Author: Kim Phillips <kim.phillips@freescale.com>
85837 Date:   Thu Nov 2 19:47:11 2006 -0600
85838
85839     mpc83xx: Lindent and clean up cpu/mpc83xx/speed.c
85840
85841 commit 90f30a710a3c619b5405860a686c4ddfc495d4b6
85842 Author: Dave Liu <daveliu@freescale.com>
85843 Date:   Thu Nov 2 18:05:50 2006 -0600
85844
85845     mpc83xx: Fix the incorrect dcbz operation
85846
85847     The 834x rev1.x silicon has one CPU5 errata.
85848
85849     The issue is when the data cache locked with
85850     HID0[DLOCK], the dcbz instruction looks like no-op inst.
85851
85852     The right behavior of the data cache is when the data cache
85853     Locked with HID0[DLOCK], the dcbz instruction allocates
85854     new tags in cache.
85855
85856     The 834x rev3.0 and later and 8360 have not this bug inside.
85857
85858     So, when 834x rev3.0/8360 are working with ECC, the dcbz
85859     instruction will corrupt the stack in cache, the processor will
85860     checkstop reset.
85861
85862     However, the 834x rev1.x can work with ECC with these code,
85863     because the sillicon has this cache bug. The dcbz will not
85864     corrupt the stack in cache.
85865     Really, it is the fault code running on fault sillicon.
85866
85867     This patch fix the incorrect dcbz operation. Instead of
85868     CPU FP writing to initialise the ECC.
85869
85870     CHANGELOG:
85871     * Fix the incorrect dcbz operation instead of CPU FP
85872     writing to initialise the ECC memory. Otherwise, it
85873     will corrupt the stack in cache, The processor will checkstop
85874     reset.
85875
85876     Signed-off-by: Dave Liu <daveliu@freescale.com>
85877
85878 commit bf0b542d6773a5a1cbce77691f009b06d9aeb57d
85879 Author: Kim Phillips <kim.phillips@freescale.com>
85880 Date:   Wed Nov 1 00:10:40 2006 -0600
85881
85882     mpc83xx: add OF_FLAT_TREE bits to 83xx boards
85883
85884     add ft_pci_setup, OF_CPU, OF_SOC, OF_TBCLK, and
85885     STDOUT_PATH configuration bits to mpc8349emds,
85886     mpc8349itx, and mpc8360emds board code.
85887
85888     redo environment to use bootm with the fdtaddr
85889     for booting ARCH=powerpc kernels by default,
85890     and provide default fdtaddr values.
85891
85892 commit 48041365b3420589ad464ebc7752e0053538b729
85893 Author: Kim Phillips <kim.phillips@freescale.com>
85894 Date:   Wed Nov 1 00:07:25 2006 -0600
85895
85896     mpc83xx: change ft code to modify local-mac-address property
85897
85898     Update 83xx OF code to update local-mac-address properties
85899     for ethernet instead of the obsolete 'address' property.
85900
85901 commit 9ca880a250870a7d55754291b5591d2b5fe89b54
85902 Author: Timur Tabi <timur@freescale.com>
85903 Date:   Tue Oct 31 21:23:16 2006 -0600
85904
85905     mpc83xx: Fix dual I2C support for the MPC8349ITX, MPC8349EMDS, TQM834x, and MPC8360EMDS
85906
85907     This patch also adds an improved I2C set_speed(), which handles all clock
85908     frequencies.
85909
85910     Signed-off-by: Timur Tabi <timur@freescale.com>
85911
85912 commit ac4b5622ce050b5ee1e154b98df630d778661632
85913 Author: Dave Liu <daveliu@freescale.com>
85914 Date:   Tue Oct 31 19:54:59 2006 -0600
85915
85916     mpc83xx: add the README.mpc8360emds
85917
85918     add doc/README.mpc8360emds to accompany the new board support
85919
85920 commit 7737d5c658c606f999dfbe3e86b0fed49e5c50ef
85921 Author: Dave Liu <daveliu@freescale.com>
85922 Date:   Fri Nov 3 12:11:15 2006 -0600
85923
85924     mpc83xx: add QE ethernet support
85925
85926     this patch adds support for the QUICC Engine based UCC gigabit ethernet device.
85927
85928 commit 5f8204394e39bbe8cd9f08b8f8d145b6c01f7c73
85929 Author: Dave Liu <daveliu@freescale.com>
85930 Date:   Fri Nov 3 19:33:44 2006 -0600
85931
85932     mpc83xx: Add MPC8360EMDS basic board support
85933
85934     Add support for the Freescale MPC8360EMDS board.
85935     Includes DDR, DUART, Local Bus, PCI.
85936
85937 commit 23892e49352de74f7fac36ff90bb1be143d195e3
85938 Author: Dave Liu <daveliu@freescale.com>
85939 Date:   Tue Oct 31 19:30:40 2006 -0600
85940
85941     mpc83xx: add the QUICC Engine (QE) immap file
85942
85943     common QE immap file.  Also required for 8360.
85944
85945 commit b701652a4992bdcc62fb1a6038a85beef9e55da4
85946 Author: Dave Liu <daveliu@freescale.com>
85947 Date:   Tue Oct 31 19:25:38 2006 -0600
85948
85949     mpc83xx: Add 8360 specifics to 83xx immap
85950
85951     Mainly add QE device dependencies, with appropriate 8360 protection.
85952     Lindent also run.
85953
85954 commit 988833324a7fda482c8ac3ca23eb539f8232e404
85955 Author: Timur Tabi <timur@freescale.com>
85956 Date:   Tue Oct 31 19:14:41 2006 -0600
85957
85958     mpc83xx: Fix PCI, USB, bootargs for MPC8349E-mITX
85959
85960     PREREQUISITE PATCHES:
85961
85962     * This patch can only be applied after the following patches have been applied:
85963
85964       1) DNX#2006092142000015 "Add support for the MPC8349E-mITX  1/2"
85965       2) DNX#2006092142000024 "Add support for the MPC8349E-mITX  2/2"
85966
85967     CHANGELOG:
85968
85969     * For the 8349E-mITX, fix some size values in pci_init_board(), enable
85970       the clock for the 2nd USB board (Linux kernel will hang otherwise),
85971       and fix the CONFIG_BOOTARGS macro.
85972
85973     Signed-off-by: Timur Tabi <timur@freescale.com>
85974
85975 commit 2ad6b513b31070bd0c003792ed1c3e7f5d740357
85976 Author: Timur Tabi <timur@freescale.com>
85977 Date:   Tue Oct 31 18:44:42 2006 -0600
85978
85979     mpc83xx: Add support for the MPC8349E-mITX
85980
85981     PREREQUISITE PATCHES:
85982
85983     * This patch can only be applied after the following patches have been applied:
85984
85985       1) DNX#2006090742000024 "Add support for multiple I2C buses"
85986       2) DNX#2006090742000033 "Multi-bus I2C implementation of MPC834x"
85987       3) DNX#2006091242000041 "Additional MPC8349 support for multibus i2c"
85988       4) DNX#2006091242000078 "Add support for variable flash memory sizes on 83xx systems"
85989       5) DNX#2006091242000069 "Add support for Errata DDR6 on MPC 834x systems"
85990
85991     CHANGELOG:
85992
85993     * Add support for the Freescale MPC8349E-mITX reference design platform.
85994       The second TSEC (Vitesse 7385 switch) is not supported at this time.
85995
85996     Signed-off-by: Timur Tabi <timur@freescale.com>
85997
85998 commit 183da6d9b446cc12123455844ad1187e2375626f
85999 Author: Ben Warren <bwarren@qstreams.com>
86000 Date:   Tue Sep 12 10:15:53 2006 -0400
86001
86002     Additional MPC8349 support for multibus i2c
86003
86004     Hello,
86005
86006     Here is a patch for a file that was accidentally left out of a previous
86007     attempt.
86008
86009     It accompanies the patch with ticket DNX#2006090742000024
86010
86011     CHANGELOG:
86012             Change PCI initialization to use new multi-bus I2C API.
86013
86014     regards,
86015     Ben
86016
86017 commit b24f119d672b709d153ff2ac091d4aa63ec6877d
86018 Author: Ben Warren <bwarren@qstreams.com>
86019 Date:   Thu Sep 7 16:51:04 2006 -0400
86020
86021     Multi-bus I2C implementation of MPC834x
86022
86023     Hello,
86024
86025     Attached is a patch implementing multiple I2C buses on the MPC834x CPU
86026     family and the MPC8349EMDS board in particular.
86027     This patch requires Patch 1 (Add support for multiple I2C buses).
86028     Testing was performed on a 533MHz board.
86029
86030     /*** Note: This patch replaces ticket DNX#2006083042000027 ***/
86031
86032     Signed-off-by: Ben Warren <bwarren@qstreams.com>
86033
86034     CHANGELOG:
86035             Implemented driver-level code to support two I2C buses on the
86036     MPC834x CPU family and the MPC8349EMDS board.  Available I2C bus speeds
86037     are 50kHz, 100kHz and 400kHz on each bus.
86038
86039     regards,
86040     Ben
86041
86042 commit bb99ad6d8257bf828f150d40f507b30d80a4a7ae
86043 Author: Ben Warren <bwarren@qstreams.com>
86044 Date:   Thu Sep 7 16:50:54 2006 -0400
86045
86046     Add support for multiple I2C buses
86047
86048     Hello,
86049
86050     Attached is a patch providing support for multiple I2C buses at the
86051     command level.  The second part of the patch includes an implementation
86052     for the MPC834x CPU and MPC8349EMDS board.
86053
86054     /*** Note: This patch replaces ticket DNX#2006083042000018 ***/
86055
86056     Signed-off-by: Ben Warren <bwarren@qstreams.com>
86057
86058     Overview:
86059
86060     1. Include new 'i2c' command (based on USB implementation) using
86061     CONFIG_I2C_CMD_TREE.
86062
86063     2. Allow multiple buses by defining CONFIG_I2C_MULTI_BUS.  Note that
86064     the commands to change bus number and speed are only available under the
86065     new 'i2c' command mentioned in the first bullet.
86066
86067     3. The option CFG_I2C_NOPROBES has been expanded to work in multi-bus
86068     systems.  When CONFIG_I2C_MULTI_BUS is used, this option takes the form
86069     of an array of bus-device pairs.  Otherwise, it is an array of uchar.
86070
86071     CHANGELOG:
86072             Added new 'i2c' master command for all I2C interaction.  This is
86073     conditionally compiled with CONFIG_I2C_CMD_TREE.  New commands added for
86074     setting I2C bus speed as well as changing the active bus if the board
86075     has more than one (conditionally compiled with
86076     CONFIG_I2C_MULTI_BUS).  Updated NOPROBE logic to handle multiple buses.
86077     Updated README.
86078
86079     regards,
86080     Ben
86081
86082 commit bed85caf872714ebf53013967a695c9d63acfc68
86083 Author: Timur Tabi <timur@freescale.com>
86084 Date:   Tue Oct 31 18:13:36 2006 -0600
86085
86086     mpc83xx: Add support for Errata DDR6 on MPC 834x systems
86087
86088     CHANGELOG:
86089
86090     * Errata DDR6, which affects all current MPC 834x processors, lists changes
86091       required to maintain compatibility with various types of DDR memory.  This
86092       patch implements those changes.
86093
86094     Signed-off-by: Timur Tabi <timur@freescale.com>
86095
86096 commit afd6e470f639883002c7c59d562690a5cb0f4865
86097 Author: Timur Tabi <timur@freescale.com>
86098 Date:   Wed Oct 25 18:45:23 2006 -0500
86099
86100     mpc83xx: fix TQM build by defining a CFG_FLASH_SIZE for it
86101
86102 commit 31068b7c4abeefcb2c8fd4fbeccc8ec6c6d0475a
86103 Author: Timur Tabi <timur@freescale.com>
86104 Date:   Tue Aug 22 17:07:00 2006 -0500
86105
86106     mpc83xx: Add support for variable flash memory sizes on 83xx systems
86107
86108     CHANGELOG:
86109
86110     * On 83xx systems, use the CFG_FLASH_SIZE macro to program the LBC local access
86111        window registers, instead of using a hard-coded value of 8MB.
86112
86113     Signed-off-by: Timur Tabi <timur@freescale.com>
86114
86115 commit 2fc34ae66e73fa7841d1a006dc1b5dcbc1f78965
86116 Author: Tanya Jiang <tanya.jiang@freescale.com>
86117 Date:   Thu Aug 3 18:38:13 2006 +0800
86118
86119     mpc83xx: Unified TQM834x variable names with 83xx and consolidated macros
86120
86121     Unified TQM834x variable names with 83xx and consolidated macro
86122     in preparation for the 8360 and other upcoming 83xx devices.
86123
86124     Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
86125
86126 commit f6eda7f80ccc13d658020268c507d7173cf2e8aa
86127 Author: Dave Liu <daveliu@freescale.com>
86128 Date:   Wed Oct 25 14:41:21 2006 -0500
86129
86130     mpc83xx: Changed to unified mpx83xx names and added common 83xx changes
86131
86132     Incorporated the common unified variable names and the changes in preparation
86133     for releasing mpc8360 patches.
86134
86135     Signed-off-by: Dave Liu <daveliu@freescale.com>
86136
86137 commit 3894c46c27c64891f93ac04edde86a9fa9758d92
86138 Author: Tanya Jiang <tanya.jiang@freescale.com>
86139 Date:   Thu Aug 3 18:36:02 2006 +0800
86140
86141     mpc83xx: Fix missing build for mpc8349emds pci.c
86142
86143     Make pci build for mpc8349emds
86144
86145     Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
86146
86147 commit 09a81ff740b29deea1e2ab08a3c2ac136c2e6219
86148 Author: Tanya Jiang <tanya.jiang@freescale.com>
86149 Date:   Thu Aug 3 18:39:49 2006 +0800
86150
86151     mpc83xx: Removed unused file resetvec.S for mpc83xx cpu
86152
86153     Removed unused file resetvec.S for mpc83xx cpu
86154
86155     Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
86156
86157 commit 04f899fc465c3e44f2b55ecc70618f5696fc0ddf
86158 Author: Nick Spence <Nick.Spence@freescale.com>
86159 Date:   Sat Sep 30 00:32:59 2006 -0700
86160
86161     NAND Flash verify across block boundaries
86162
86163     This patch addresses a problem when CONFIG_MTD_NAND_VERIFY_WRITE is
86164     defined
86165     and the write crosses a block boundary. The pointer to the verification
86166     buffer (bufstart) is not being updated to reflect the starting of the
86167     new
86168     block so the verification of the second block fails.
86169
86170     CHANGELOG:
86171
86172     * Fix NAND FLASH page verification across block boundaries
86173
86174 commit f484dc791a3932537213c43c654cc1295c64b84c
86175 Author: Nick Spence <nick.spence@freescale.com>
86176 Date:   Thu Sep 7 07:39:46 2006 -0700
86177
86178     Added RGMII support to the TSECs and Marvell 881111 Phy
86179
86180     Added a phy initialization to adjust the RGMII RX and TX timing
86181     Always set the R100 bit in 100 BaseT mode regardless of the TSEC mode
86182
86183     Signed-off-by: Nick Spence <nick.spence@freescale.com>
86184
86185 commit 4831c8b8a97799da77923d6bbb4c260c0d45521c
86186 Author: roy zang <tie-fei.zang@freescale.com>
86187 Date:   Fri Nov 3 13:10:00 2006 +0800
86188
86189     Remove some unused CFG define.
86190     undef CFG_DRAM_TEST
86191
86192 commit 99c09c4dec34f77c243bf51bea532e3f339410ad
86193 Author: roy zang <tie-fei.zang@freescale.com>
86194 Date:   Fri Nov 3 13:07:36 2006 +0800
86195
86196     Change the TEXT_BASE from 0xFFF00000 to 0xFF000000.
86197     Both work. 0xFF000000 seems more reasonable.
86198
86199 commit c59200443072353044aa4bf737a5a60f9a9af231
86200 Author: Wolfgang Denk <wd@pollux.denx.de>
86201 Date:   Thu Nov 2 15:15:01 2006 +0100
86202
86203     Release U-Boot 1.1.6
86204
86205 commit c1fbe4103a0d6c8957f912af902d705ba67836f2
86206 Author: roy zang <tie-fei.zang@freescale.com>
86207 Date:   Thu Nov 2 19:14:48 2006 +0800
86208
86209     This patch comes from Yuli's posted patch on 8/8/2006
86210     titled "CFI Driver Little-Endian write Issue".
86211
86212     http://sourceforge.net/mailarchive/message.php?msg_id=36311999
86213
86214     If that patch applied, please discard this one.
86215     Until now , I do not see his patch is applied. So please apply this one.
86216
86217     Signed-off-by: Yuli Barcohen <yuli@arabellasw.com>
86218     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
86219
86220 commit b825f158e449e1e9cf74c08e572955e122394c96
86221 Author: roy zang <tie-fei.zang@freescale.com>
86222 Date:   Thu Nov 2 19:12:31 2006 +0800
86223
86224     Tsi108 on chip i2c support.
86225
86226     The i2c  Interface provides a master-only, serial interface that can be
86227     used for initializing Tsi108/Tsi109 registers from an EEPROM after a
86228     device reset.
86229
86230     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
86231     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
86232
86233 commit 9226e7d6f09b9a1ac074cd918c81225a4689bba8
86234 Author: roy zang <tie-fei.zang@freescale.com>
86235 Date:   Thu Nov 2 19:11:06 2006 +0800
86236
86237     Tsi108 on chip pci controller support.
86238
86239     If there is no pci card, the tsi108/109 pci configure read will
86240     cause a machine check exception to the processor. PCI error should
86241     also be cleared after the read.
86242
86243     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
86244     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
86245
86246 commit d1927cee977126e547ceeba23e4f978f377cfb8f
86247 Author: roy zang <tie-fei.zang@freescale.com>
86248 Date:   Thu Nov 2 19:08:55 2006 +0800
86249
86250     Tundra tsi108 on chip Ethernet controller support.
86251
86252     The following is a brief description of the Ethernet controller:
86253     The Tsi108/9 Ethernet Controller connects Switch Fabric to two independent
86254     Gigabit Ethernet ports,E0 and E1.  It uses a single Management interface
86255     to manage the two physical connection devices (PHYs).  Each Ethernet port
86256     has its own statistics monitor that tracks and reports key interface
86257     statistics.  Each port supports a 256-entry hash table for address
86258     filtering.  In addition, each port is bridged to the Switch Fabric
86259     through a 2-Kbyte transmit FIFO and a 4-Kbyte Receive FIFO.
86260
86261     Each Ethernet port also has a pair of internal Ethernet DMA channels to
86262     support the transmit and receive data flows.  The Ethernet DMA channels
86263     use descriptors set up in memory, the memory map of the device, and
86264     access via the Switch Fabric.  The Ethernet Controller?s DMA arbiter
86265     handles arbitration for the Switch Fabric.  The Controller also
86266     has a register businterface for register accesses and status monitor
86267     control.
86268
86269     The PMD (Physical Media Device) interface operates in MII, GMII, or TBI
86270     modes.  The MII mode is used for connecting with 10 or 100 Mbit/s PMDs.
86271     The GMII and TBI modes are used to connect with Gigabit PMDs.  Internal
86272     data flows to and from the Ethernet Controller through the Switch Fabric.
86273
86274     Each Ethernet port uses its transmit and receive DMA channels to manage
86275     data flows through buffer descriptors that are predefined by the
86276     system (the descriptors can exist anywhere in the system memory map).
86277     These descriptors are data structures that point to buffers filled
86278     with data ready to transmit over Ethernet, or they point to empty
86279     buffers ready to receive data from Ethernet.
86280
86281     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
86282     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
86283
86284 commit 78aa0c3427f3ecdeb34aabfbbe2dd23b6ad8f40e
86285 Author: roy zang <tie-fei.zang@freescale.com>
86286 Date:   Thu Nov 2 19:01:33 2006 +0800
86287
86288     Tundra tsi108 header file.
86289
86290     The Tundra Semiconductor Corporation (Tundra) Tsi108 is a host bridge for
86291     PowerPC processors that offers numerous system interconnect options for
86292     embedded application designers. The Tsi108 can interconnect 60x or
86293     MPX processors to PCI/X peripherals, DDR2-400 memory, Gigabit Ethernet,
86294     and Flash. Provided the macro define for tsi108 chip.
86295
86296     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
86297     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
86298
86299 commit 87c4db09699c6b89176b31004afcb83eb1585d47
86300 Author: roy zang <tie-fei.zang@freescale.com>
86301 Date:   Thu Nov 2 18:59:15 2006 +0800
86302
86303     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
86304     mpc7448hpc2 board support high level code:tsi108 init + mpc7448hpc2.
86305
86306     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
86307     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
86308
86309 commit 27801b8ab11c61b577e45742a515bb3b23b80241
86310 Author: roy zang <tie-fei.zang@freescale.com>
86311 Date:   Thu Nov 2 18:57:21 2006 +0800
86312
86313     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
86314     Make ,config.mk and link file for the mpc7448hpc2 board.
86315
86316     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
86317     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
86318
86319 commit c6411c0c3bbc79f9ba8aef58296a42d8f9d8a0a6
86320 Author: roy zang <tie-fei.zang@freescale.com>
86321 Date:   Thu Nov 2 18:55:04 2006 +0800
86322
86323     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
86324     The mpc7448hpc2 board support header file.
86325
86326     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
86327     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
86328
86329 commit 625bb5ddb50b243f931262ca8c46956409471917
86330 Author: roy zang <tie-fei.zang@freescale.com>
86331 Date:   Thu Nov 2 18:52:21 2006 +0800
86332
86333     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
86334     The mpc7448hpc2 board support low level assemble language init code.
86335
86336     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
86337     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
86338
86339 commit 4c52783b3d024e153c4972b97332e314bc3bdc46
86340 Author: roy zang <tie-fei.zang@freescale.com>
86341 Date:   Thu Nov 2 18:49:51 2006 +0800
86342
86343     General code modification for mpc7448hpc2 board support.
86344     1. Add 7447A and 7448 processor support.
86345     2. Add the following flags.
86346
86347     CFG_CONFIG_BUS_CLK : If the 74xx bus frequency can be configured dynamically
86348     (such as by switch on board), this flag should be set.
86349
86350     CFG_EXCEPTION_AFTER_RELOCATE: If an exception occurs after the u-boot
86351     relocates to RAM, this flag should be set.
86352
86353     CFG_SERIAL_HANG_IN_EXCEPTION: If the print out function will cause the
86354     system hang in exception, this flag should be set.
86355
86356     There is a design issue for tsi108/109 pci configure  read. When pci scan
86357     the slots, if there is no pci card, the tsi108/9 will cause a machine
86358     check exception for mpc7448 processor.
86359
86360     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
86361     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
86362
86363 commit 69366bf42f22d67efce8da3f8c40a43d4a3c2695
86364 Author: roy zang <tie-fei.zang@freescale.com>
86365 Date:   Thu Nov 2 18:34:47 2006 +0800
86366
86367     Add README file for mpc7448hpc2 board.
86368     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
86369
86370 commit 25721b5cec2be4bce79cfade17ec8f6aa1e67526
86371 Author: Bartlomiej Sieka <tur@semihalf.com>
86372 Date:   Wed Nov 1 02:04:38 2006 +0100
86373
86374     Finish up support for MarelV38B board
86375      - add watchdog support
86376      - enable GPIO_WKUP_7 pin for input
86377      - code cleanup
86378
86379 commit ffa150bc90c943ca265170bd1be3f293674dd5c7
86380 Author: Bartlomiej Sieka <tur@semihalf.com>
86381 Date:   Wed Nov 1 01:45:46 2006 +0100
86382
86383     - Fix issues related to the use of ELDK 4 when compiling for MarelV38B:
86384           * remove warnings when compiling ethaddr.c
86385           * adjust linker script (fixes a crash resulting from incorrect
86386           definition of __u_boot_cmd_start)
86387     - Some MarelV38B code cleanup.
86388
86389 commit dae80f3caf9754a6dd3ddf3cf903d0c46cbd4385
86390 Author: Bartlomiej Sieka <tur@semihalf.com>
86391 Date:   Wed Nov 1 01:38:16 2006 +0100
86392
86393     - Add MPC5XXX register definition MPC5XXX_WU_GPIO_DATA_I and change the
86394       MPC5XXX_WU_GPIO_DATA macro to MPC5XXX_WU_GPIO_DATA_O (per MPC5200 User's
86395       Manual). Replace the uses of MPC5XXX_WU_GPIO_DATA with
86396       MPC5XXX_WU_GPIO_DATA_O for affected boards.
86397
86398     - Add defintions for some MPC5XXX GPIO pins.
86399
86400 commit 82d9c9ec29a1bec1b03ba616425ebaed231072c8
86401 Author: Bartlomiej Sieka <tur@semihalf.com>
86402 Date:   Wed Nov 1 01:34:29 2006 +0100
86403
86404     Changed MarelV38B board make target to lowercase. Config file cleanup.
86405
86406 commit 1954be6e9c9421b45d0a9d05b10356acc7563150
86407 Author: Wolfgang Denk <wd@pollux.denx.de>
86408 Date:   Sun Oct 29 01:03:51 2006 +0200
86409
86410     Automatically adjust ARFLAGS so "make -s" is really silent.
86411
86412 commit fae684e89844856383bdf101440889557df3e6b1
86413 Author: Stefan Roese <sr@denx.de>
86414 Date:   Sat Oct 28 16:45:00 2006 +0200
86415
86416     [PATCH] omap925.c: Remove unused functions
86417
86418     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
86419     Signed-off-by: Stefan Roese <sr@denx.de>
86420
86421 commit 1265581502ab8ea8c08e8edbe9bf64fbd62fd776
86422 Author: Stefan Roese <sr@denx.de>
86423 Date:   Sat Oct 28 17:12:58 2006 +0200
86424
86425     [PATCH] Add some missing machtypes for netstar & voiceblue boards
86426
86427     Use MACH_TYPE_NETSTAR and MACH_TYPE_VOICEBLUE defines instead of
86428     numbers in code.
86429
86430     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
86431     Signed-off-by: Stefan Roese <sr@denx.de>
86432
86433 commit 856f054410cef52d868feb330168b2a4c4091328
86434 Author: Stefan Roese <sr@denx.de>
86435 Date:   Sat Oct 28 15:55:52 2006 +0200
86436
86437     [PATCH] NAND: Partition name support added to NAND subsystem
86438
86439     chpart, nboot and NAND subsystem related commands now accept also partition
86440     name to specify offset.
86441
86442     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
86443     Signed-off-by: Stefan Roese <sr@denx.de>
86444
86445 commit 07a69a18c2ecfda904231fdf23e2523ea7792eb6
86446 Author: Wolfgang Denk <wd@pollux.denx.de>
86447 Date:   Sat Oct 28 02:29:44 2006 +0200
86448
86449     Update CHANGELOG.
86450
86451 commit 2751a95abd1b96911081c357e96a12fa97b40dee
86452 Author: Wolfgang Denk <wd@pollux.denx.de>
86453 Date:   Sat Oct 28 02:29:14 2006 +0200
86454
86455     Enable commandline editing and hush shell on all TQM boards.
86456
86457 commit 8078f1a5f63a739b8533478f6c2b62fb1e2f79d7
86458 Author: Wolfgang Denk <wd@pollux.denx.de>
86459 Date:   Sat Oct 28 02:28:02 2006 +0200
86460
86461     README says CFG_AUTO_COMPLETE, but ocde uses CONFIG_AUTO_COMPLETE
86462
86463 commit 471a7be7a042e95e440f5de969c9765214ae8d6e
86464 Author: Wolfgang Denk <wd@denx.de>
86465 Date:   Sat Oct 28 01:14:32 2006 +0200
86466
86467     Check for illegal character '=' in environment variable names.
86468
86469     Make sure the string passed as variable name does not contain a '='
86470     character. This not only prevents the common error or typing
86471     "setenv foo=bar" instead of "setenv foo bar", but (more importantly)
86472     also closes a backdoor which allowed to delete write-protected
86473     environment variables, for example by using "setenv ethaddr=".
86474
86475 commit 19973b6ad9863a56f5c5fbcfd90e20ab2490a2c2
86476 Author: Wolfgang Denk <wd@pollux.denx.de>
86477 Date:   Sat Oct 28 00:38:39 2006 +0200
86478
86479     Minor code cleanup.
86480
86481 commit e11887a77d81077416a2d1c5e0354916fee8c034
86482 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
86483 Date:   Thu Oct 26 17:55:31 2006 +0200
86484
86485     Don't pass any debug options directly to the assembler
86486
86487     When passing the -g option to gcc, gcc automatically selects a
86488     suitable --g<format> option to pass on to the assembler.
86489     Thus, there's no point in forcing a specific debug option on the
86490     assembler using the -Wa mechanism.
86491
86492     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
86493
86494 commit ea08ff6e14f9ebb8c07cfa79c51ef540eb087393
86495 Author: Jon Loeliger <jdl@freescale.com>
86496 Date:   Fri Oct 27 07:47:22 2006 -0500
86497
86498     MPC86xx: Cleaned up unused and conditionally used local variables.
86499
86500     Signed-off-by: Jon Loeliger <jdl@freescale.com>
86501
86502 commit d38936cdae46bfd2623ff83f6ce9b616d36ab0f9
86503 Author: Wolfgang Denk <wd@pollux.denx.de>
86504 Date:   Fri Oct 27 11:55:21 2006 +0200
86505
86506     Fix "ar" flags in some Makefiles to allow for silent "make -s"
86507
86508 commit 4653f91c13ed51c21cc4c3855745d69a3fb1817f
86509 Author: Ben Warren <bwarren@qstreams.com>
86510 Date:   Thu Oct 26 14:38:25 2006 -0400
86511
86512     Fix TSEC driver (now for real): avoid crashes if PHY is not attached
86513     to a TSEC (e.g. a switch is connected via RMII) or
86514     if the PHY is defective/incorrectly configured.
86515
86516     Signed-off-by: Ben Warren <bwarren@qstreams.com>
86517
86518 commit b985b5d6e4fb88f508f7aa0f126c2e27ada2b999
86519 Author: Ben Warren <bwarren@qstreams.com>
86520 Date:   Thu Oct 26 14:38:25 2006 -0400
86521
86522     Fix TSEC driver: avoid crashes if PHY is not attached
86523     to a TSEC (e.g. a switch is connected via RMII) or
86524     if the PHY is defective/incorrectly configured.
86525
86526     Signed-off-by: Ben Warren <bwarren@qstreams.com>
86527
86528 commit 2b2a40bebbf1822506e80e631d7253e60f0e0fe6
86529 Author: Wolfgang Denk <wd@pollux.denx.de>
86530 Date:   Thu Oct 26 16:24:31 2006 +0200
86531
86532     Code cleanup.
86533
86534 commit 5e3b0bc19f07ed277d85324ad0427642c8981baf
86535 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
86536 Date:   Wed Oct 25 15:48:59 2006 +0200
86537
86538     Finish up support for the ATSTK1000/ATSTK1002 boards
86539
86540     Add atstk1002_config target to Makefile and move the AVR32 section
86541     down below Blackfin so that it doesn't end up in the middle of
86542     MIPS.
86543
86544     Drop the autogenerated linker script thing for now. Will have to
86545     revisit how to handle chips with different flash and RAM layout
86546     later.
86547
86548     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
86549
86550 commit c76f951a747cfb87ba826ef45b5aea82d5b5dbb4
86551 Author: Kumar Gala <galak@kernel.crashing.org>
86552 Date:   Tue Oct 24 23:47:37 2006 -0500
86553
86554     Added support for Multi-Image files that contain a device tree
86555
86556     If a Multi-Image file contains a third image we try to use it as a
86557     device tree.  The device tree image is assumed to be uncompressed in the
86558     image file.  We automatically allocate space for the device tree in memory
86559     and provide an 8k pad to allow more than a reasonable amount of growth.
86560
86561     Additionally, a device tree that was contained in flash will now automatically
86562     get copied to system memory as part of boot.  Previously an error was
86563     reported if one tried to boot a device tree that was in flash.
86564
86565     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
86566
86567 commit 7c52c4b943ff52bbe8796a7e2d3e476ceaf3f512
86568 Author: Wolfgang Denk <wd@denx.de>
86569 Date:   Tue Oct 24 21:35:55 2006 +0200
86570
86571     Switch to automatically generated CHANGELOG file.
86572     (use "make CHANGELOG" to update it from time to time)
86573
86574 commit 7ade0c634a979c32fa91a74e8f5775f24651fbe6
86575 Author: Stefan Roese <sr@denx.de>
86576 Date:   Tue Oct 24 18:06:48 2006 +0200
86577
86578     Fix bug in PPC440 NAND driver cpu/ppc4xx/ndfc.c
86579     Patch by Stefan Roese, 24 Oct 2006
86580
86581 commit 8ae3b713b2286e0c3213b7802062e4c1599010de
86582 Author: Wolfgang Denk <wd@pollux.denx.de>
86583 Date:   Tue Oct 24 17:24:55 2006 +0200
86584
86585     Merge with /home/wd/git/u-boot/master
86586
86587 commit 47a6989c10685d2ab3efcf95228ce50d2a496d3e
86588 Author: Wolfgang Denk <wd@pollux.denx.de>
86589 Date:   Tue Oct 24 15:32:57 2006 +0200
86590
86591     Code cleanup
86592
86593 commit 3a78e3e75b633ecb6413114ffd11e2f000c4f11e
86594 Author: Wolfgang Denk <wd@pollux.denx.de>
86595 Date:   Tue Oct 24 14:51:36 2006 +0200
86596
86597     Move atstk1000 files into vendor specific directory.
86598     Patch by Haavard Skinnemoen, 12 Sep 2006
86599
86600 commit 6ccec4492e77428fd6eafd3dfe94fbdf08e91d37
86601 Author: Wolfgang Denk <wd@pollux.denx.de>
86602 Date:   Tue Oct 24 14:42:37 2006 +0200
86603
86604     Add ATSTK1000 and ATSTK1002 board support
86605     Patch by Haavard Skinnemoen, 06 Sep 2006
86606
86607     This patch adds support for the ATSTK1000 with the ATSTK1002 CPU
86608     daughterboard.
86609
86610     ATSTK1000 is a full-featured development board for AT32AP CPUs. It
86611     has two ethernet ports, a high quality QVGA LCD panel, a loudspeaker,
86612     and connectors for USART, PS/2, VGA, USB, MMC/SD cards and
86613     CompactFlash cards. For more information, please see this page:
86614
86615     http://www.atmel.com/dyn/products/tools.asp?family_id=682
86616
86617     The ATSTK1002 is a daughterboard for the ATSTK1000 supporting the
86618     AT32AP7000 chip.
86619
86620     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
86621
86622 commit f93ae788c3640fcde5db383471d45548ff4060d0
86623 Author: Wolfgang Denk <wd@pollux.denx.de>
86624 Date:   Tue Oct 24 14:31:24 2006 +0200
86625
86626     Add common serial driver for Atmel AT32 and AT91 chips
86627     Patch by Haavard Skinnemoen, 06 Sep 2006
86628
86629     This is a first attempt at creating a common serial driver for Atmel
86630     chips. For now, it supports the AT32AP7000 AVR32 chip, but it should
86631     be possible to support AT91RM9200 and other ARM-based chips with some
86632     minor modifications.
86633
86634     There's nothing fundamentally AVR32-specific in this driver, but it
86635     does use some features which are currently only defined for the
86636     AT32AP CPU port:
86637       * pm_get_clock_freq: Obtain the clock frequency of a given domain
86638       * gd->console_uart: A "struct device" containing information about
86639         register mappings, gpio resources and clocks associated with the
86640         UART device.
86641
86642     For more information about these features, please see the "AT32AP
86643     CPU" patch.
86644
86645 commit 72a087e04705c26cad982879ebd06b5281bf825a
86646 Author: Wolfgang Denk <wd@pollux.denx.de>
86647 Date:   Tue Oct 24 14:27:35 2006 +0200
86648
86649     Add AT32AP CPU and AT32AP7000 SoC support
86650     Patch by Haavard Skinnemoen, 06 Sep 2006
86651
86652     This patch adds support for the AT32AP CPU family and the AT32AP7000
86653     chip, which is the first chip implementing the AVR32 architecture.
86654
86655     The AT32AP CPU core is a high-performance implementation featuring a
86656     7-stage pipeline, separate instruction- and data caches, and a MMU.
86657     For more information, please see the "AVR32 AP Technical Reference":
86658
86659     http://www.atmel.com/dyn/resources/prod_documents/doc32001.pdf
86660
86661     In addition to this, the AT32AP7000 chip comes with a large set of
86662     integrated peripherals, many of which are shared with the AT91 series
86663     of ARM-based microcontrollers from Atmel. Full data sheet is
86664     available here:
86665
86666     http://www.atmel.com/dyn/resources/prod_documents/doc32003.pdf
86667
86668     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
86669
86670 commit 7b64fef33c66be648826c0ff9758298ef13d0604
86671 Author: Wolfgang Denk <wd@pollux.denx.de>
86672 Date:   Tue Oct 24 14:21:16 2006 +0200
86673
86674     Add AVR32 architecture support
86675     Patch by Haavard Skinnemoen, 6 Sep 2006 16:23:02 +0200
86676
86677     This patch adds common infrastructure code for the Atmel AVR32
86678     architecture. See doc/README.AVR32 for details.
86679
86680     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
86681
86682 commit 2da2d9a4766063b9848f3a35ad6025499cf87265
86683 Author: Wolfgang Denk <wd@pollux.denx.de>
86684 Date:   Tue Oct 24 13:57:33 2006 +0200
86685
86686     Use -g instead of -gstabs in AFLAGS_DEBUG
86687     Patch by Haavard Skinnemoen, 30 Aug 2006
86688
86689     In config.mk, -Wa,-gstabs is unconditionally appended to AFLAGS no
86690     matter what the target's preferred debugging format is. This patch
86691     simply replaces -gstabs with -g, so that the default debugging format
86692     for the architecture is used.
86693
86694 commit 965829872169c2996023840d98e1d85ad148d629
86695 Author: Wolfgang Denk <wd@pollux.denx.de>
86696 Date:   Tue Oct 24 13:55:18 2006 +0200
86697
86698     Fix/workaround broken dependency handling with make 3.81
86699     Based on patch by Haavard Skinnemoen, 29 Aug 2006 11:20:39 +0200
86700
86701 commit 8318fbf8cc30418b621ea9f39b84b4c1a08f003a
86702 Author: Marian Balakowicz <m8@semihalf.com>
86703 Date:   Mon Oct 23 22:17:05 2006 +0200
86704
86705     Fix sequoia separate object direcory building problems.
86706
86707 commit 3dfa9cfdcee78b30da3432318b32821ffabe974b
86708 Author: Jon Loeliger <jdl@freescale.com>
86709 Date:   Fri Oct 20 17:16:35 2006 -0500
86710
86711     Use generic I2C register block on 85xx and 86xx.
86712
86713     Replace private IMMAP I2C structures with generic reg block
86714     and allow 86xx to have multiple I2C device busses.
86715
86716     Signed-off-by: Jon Loeliger <jdl@freescale.com>
86717
86718 commit f5012827df11ca0c9be1df5f8b153e188dc2fa7c
86719 Author: Jon Loeliger <jdl@freescale.com>
86720 Date:   Fri Oct 20 15:54:34 2006 -0500
86721
86722     Fix compilation warnings on a few 85xx boards.
86723
86724     Signed-off-by: Jon Loeliger <jdl@freescale.com>
86725
86726 commit 2047672684cf85cb6f96a1fbc993180aaaf19a99
86727 Author: Jon Loeliger <jdl@freescale.com>
86728 Date:   Fri Oct 20 15:50:15 2006 -0500
86729
86730     Converted all 85xx boards to use a common FSL I2C driver.
86731     Introduced COFIG_FSL_I2C to select the common FSL I2C driver.
86732     And removed hard i2c path from a few u-boot.lds scipts too.
86733     Minor whitespace cleanups along the way.
86734
86735     Signed-off-by: Jon Loeliger <jdl@freescale.com>
86736
86737 commit 4d45f69e362b05892c9e92a7907e5820995612aa
86738 Author: Jon Loeliger <jdl@freescale.com>
86739 Date:   Thu Oct 19 12:02:24 2006 -0500
86740
86741     Rewrite a series of goto statements as a sequences of
86742     conditional expressions instead.
86743
86744     Use consistent return code 0/-1 for good/bad indicators.
86745
86746     Include one fewer file if the driver isn't used at all.
86747
86748     Signed-off-by: Jon Loeliger <jdl@freescale.com>
86749
86750 commit 7237c033b02fe295880435f1eb80819a0c987532
86751 Author: Jon Loeliger <jdl@freescale.com>
86752 Date:   Thu Oct 19 11:02:16 2006 -0500
86753
86754     Moved i2c driver out of cpu/mpc86xx/i2c.c into drivers/fsl_i2c.c
86755
86756     in an effort to begin to unify the umpteen FSL I2C drivers that
86757     are all otherwise very similar.
86758
86759     Signed-off-by: Jon Loeliger <jdl@freescale.com>
86760
86761 commit 13a7fcdf37f6ea9429ae04c9df67f893364cfe4b
86762 Author: Jon Loeliger <jdl@freescale.com>
86763 Date:   Thu Oct 19 11:33:52 2006 -0500
86764
86765     * Fix a bunch of compiler warnings for gcc 4.0
86766
86767     Signed-off-by: Matthew McClintock <msm@freescale.com>
86768
86769 commit af9e1f5b9e6f9ce810f5e8bf2961c9542a5865c2
86770 Author: Stefan Roese <sr@denx.de>
86771 Date:   Tue Oct 17 06:14:31 2006 +0200
86772
86773     Add monitor functions for indirect access to PPC440 DCR's
86774     Patch by Leonid Baryudin, 12 Oct 2006
86775
86776 commit 5f3249a0a168e446a4cc9669b2bce0bc456f0a09
86777 Author: Jon Loeliger <jdl@freescale.com>
86778 Date:   Fri Oct 13 16:47:53 2006 -0500
86779
86780     Fixed leading whitespace issues.
86781     Removed spurious LAWAR thing.
86782
86783     Signed-off-by: Jon Loeliger <jdl@freescale.com>
86784
86785 commit 0ee90cb77e01d6e8ccd37e1bd96678597875c391
86786 Author: Jon Loeliger <jdl@freescale.com>
86787 Date:   Thu Oct 12 10:42:36 2006 -0500
86788
86789     Remove unneeded include files and local variable.
86790
86791     Signed-off-by: Jon Loeliger <jdl@freescale.com>
86792
86793 commit 1eaf3a5ff4960a46f3a9063568ba2af7883f07c5
86794 Author: Grant Likely <grant.likely@secretlab.ca>
86795 Date:   Tue Oct 10 00:23:32 2006 -0600
86796
86797     Fix possible uninitialized variable compiler warning.
86798
86799     When CONFIG_OF_FLAG_TREE is set, the compiler complains that 'len' in
86800     do_bootm_linux() may be uninitialized.  There is no possibility in the
86801     current code that len will get used uninitialized, but this fix follows
86802     the existing convention of setting both len and data to zero at the same
86803     time.
86804
86805     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
86806
86807 commit 7376eb87aaa601f728f9b8e5e9cd2711a67f529e
86808 Author: Matthew McClintock <msm@freescale.com>
86809 Date:   Wed Oct 11 15:13:01 2006 -0500
86810
86811     * Fix a bunch of compiler warnings for gcc 4.0
86812
86813     Signed-off-by: Matthew McClintock <msm@freescale.com>
86814
86815 commit bf651baa365e5447246aad6a633ccd667cf24a39
86816 Author: Jon Loeliger <jdl@freescale.com>
86817 Date:   Wed Oct 11 10:10:43 2006 -0500
86818
86819     Move "ar" flags to config.mk to allow for silent "make -s"
86820
86821 commit 1fd5699a4a24f5c1dab1b32f480bace1ebb9fc3e
86822 Author: Jon Loeliger <jdl@freescale.com>
86823 Date:   Tue Oct 10 17:19:03 2006 -0500
86824
86825     Coding style changes to remove local varible blocks
86826     and reformat a bit nicer.
86827
86828 commit 8b283dbb3a08d1b8d406bc15f119e081b3e2606a
86829 Author: Jon Loeliger <jdl@freescale.com>
86830 Date:   Tue Oct 10 17:16:04 2006 -0500
86831
86832     Fix whitespace issues.
86833
86834 commit 7b382b7125f2397cce63253df62f183e3dfa2770
86835 Author: Jon Loeliger <jdl@freescale.com>
86836 Date:   Tue Oct 10 17:14:45 2006 -0500
86837
86838     Fix whitespace issues.
86839
86840 commit e10390ddd736b0dad1528eec4b0fe35c0827139a
86841 Author: Jon Loeliger <jdl@freescale.com>
86842 Date:   Tue Oct 10 17:06:53 2006 -0500
86843
86844     Fix whitespace issues.
86845
86846 commit 89875e96ba3f023157bf50d5f8e33bf254964a76
86847 Author: Jon Loeliger <jdl@freescale.com>
86848 Date:   Tue Oct 10 17:03:43 2006 -0500
86849
86850     Ran lindent and cleaned up whitespace issues.
86851     Format for 80-columns too.
86852
86853 commit 333961ae7095fc66d8a041fce1ac9ee873b09d86
86854 Author: Jon Loeliger <jdl@freescale.com>
86855 Date:   Tue Oct 10 17:02:22 2006 -0500
86856
86857     Fix whitespace and 80-col issues.
86858
86859 commit 5c912cb1c31266c66ca59b36f9b6f87296421d75
86860 Author: Stefan Roese <sr@denx.de>
86861 Date:   Sat Oct 7 11:36:51 2006 +0200
86862
86863     CFG_NAND_QUIET_TEST added to not warn upon missing NAND device
86864     Patch by Stefan Roese, 07 Oct 2006
86865
86866 commit 5bc528fa4da751d472397b308137238a6465afd2
86867 Author: Stefan Roese <sr@denx.de>
86868 Date:   Sat Oct 7 11:35:25 2006 +0200
86869
86870     Update ALPR code (NAND support working now)
86871     Patch by Stefan Roese, 07 Oct 2006
86872
86873 commit 77d5034847d328753b80c46b83f960a14a26f40e
86874 Author: Stefan Roese <sr@denx.de>
86875 Date:   Sat Oct 7 11:33:03 2006 +0200
86876
86877     Remove compile warnings in fpga code
86878     Patch by Stefan Roese, 07 Oct 2006
86879
86880 commit f3443867e90d2979a7dd1c65b0d537777e1f9850
86881 Author: Stefan Roese <sr@denx.de>
86882 Date:   Sat Oct 7 11:30:52 2006 +0200
86883
86884     Add CONFIG_BOARD_RESET to configure board specific reset function
86885     Patch by Stefan Roese, 07 Oct 2006
86886
86887 commit f55df18187e7a45cb73fec4370d12135e6691ae1
86888 Author: John Traill <john.traill@freescale.com>
86889 Date:   Fri Sep 29 08:23:12 2006 +0100
86890
86891     Fix missing tCycle/modfreq calculation.
86892
86893     Signed-off-by: John Traill <john.traill@freescale.com>
86894
86895 commit 8272dc2f58f2473d8995fcc9b916440cfba080f0
86896 Author: Andy Fleming <afleming@freescale.com>
86897 Date:   Wed Sep 13 10:33:35 2006 -0500
86898
86899     Updated config headers to add default FDT-based booting
86900
86901 commit 09f3e09e9ebcfa7919ca8931a4b5504fadd1f1d3
86902 Author: Andy Fleming <afleming@freescale.com>
86903 Date:   Wed Sep 13 10:34:18 2006 -0500
86904
86905     Add support for eTSEC 3 & 4 on 8548 CDS
86906
86907     * Added support for using eTSEC 3 and eTSEC 4 on the 8548 CDS.
86908       This will only work on rev 1.3 boards (but doesn't break older boards)
86909     * Cleaned up some comments to reflect the expanded role of tsec
86910       in other systems
86911
86912 commit 084d648b109c8984f83674043c1a7fa3885ef801
86913 Author: Andy Fleming <afleming@freescale.com>
86914 Date:   Wed Sep 13 10:33:56 2006 -0500
86915
86916     Added code to support 2.6.18 PCI changes in u-boot
86917
86918     * Added code to swizzle the IRQ map for the PCI
86919
86920 commit afbdc649f8751e4f4f1a6f527edfe139773f2c15
86921 Author: Jon Loeliger <jdl@freescale.com>
86922 Date:   Tue Sep 19 09:34:10 2006 -0500
86923
86924     Modified makefile for new build mechanism.
86925
86926     Signed-off-by: Jon Loeliger <jdl@freescale.com>
86927
86928 commit d14ba6a798beb753e7a864500414fcc2d198b8bc
86929 Author: Jon Loeliger <jdl@freescale.com>
86930 Date:   Thu Sep 14 08:40:36 2006 -0500
86931
86932     Handle 86xx SVR values according to the new Reference Manual.
86933     Both 8641 and 8641D have SVR == 0x8090, and are distinguished
86934     by the byte in bits 16-23 instead.
86935     Thanks to Jason Jin for noticing.
86936
86937     Signed-off-by: Jon Loeliger <jdl@freescale.com>
86938
86939 commit 88c8f4921fc47fb0eb2384b16586f1bd7f275be7
86940 Author: Zhang Wei <wei.zhang@freescale.com>
86941 Date:   Mon Aug 28 14:25:31 2006 +0800
86942
86943     Fixed an OF-tree off-by-one bug when adding a new property name.
86944     This bug will cause the kernel booting to pause a long time.
86945
86946     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
86947     (cherry picked from 2f15776ccc6dc32377d8ba9652b8f58059c27c6d commit)
86948
86949 commit 9bff7a69a885adebbd2bd45990494ec4cf998a30
86950 Author: Jon Loeliger <jdl@freescale.com>
86951 Date:   Tue Aug 29 11:05:09 2006 -0500
86952
86953     Remove trailing empty lines.
86954
86955 commit cd6d73d5b895a5935ac4fde0a356288142a584e0
86956 Author: Jon Loeliger <jdl@freescale.com>
86957 Date:   Tue Aug 29 09:48:49 2006 -0500
86958
86959     Remove bogus msync and use volatile asm.
86960
86961 commit 778d45049ce5927b65b3ff1d8e6692b654bdd49e
86962 Author: Jon Loeliger <jdl@freescale.com>
86963 Date:   Tue Aug 29 08:17:14 2006 -0500
86964
86965     Add myself as maintainer for MPC8641HPCN.
86966
86967 commit 2f15776ccc6dc32377d8ba9652b8f58059c27c6d
86968 Author: Zhang Wei <wei.zhang@freescale.com>
86969 Date:   Mon Aug 28 14:25:31 2006 +0800
86970
86971     Fixed an OF-tree off-by-one bug when adding a new property name.
86972     This bug will cause the kernel booting to pause a long time.
86973
86974     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
86975
86976 commit 5567806b67d0ae83493aa8823ad3b6c914f581d7
86977 Author: Haiying Wang <haiying.wang@freescale.com>
86978 Date:   Fri Aug 25 14:38:34 2006 -0400
86979
86980     Change ramdiskaddr and dtbaddr
86981     Remove PEX fluff commands.
86982
86983     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
86984     Signed-off-by: Jon Loeliger <jdl@freescale.com>
86985
86986 commit b2b78421d9db49c21a821af8a19c21c1f7dfb29e
86987 Author: Matthew McClintock <msm@freescale.com>
86988 Date:   Wed Aug 23 13:32:45 2006 -0500
86989
86990     * Another small fix for booting with disable_of
86991
86992     Signed-off-by: Matthew McClintock <msm@freescale.com>
86993
86994 commit 4a7cc0f21918e6ecf07ed57075d67df2c4a1299c
86995 Author: Jon Loeliger <jdl@freescale.com>
86996 Date:   Wed Aug 23 11:04:43 2006 -0500
86997
86998     Cleanup and lindent new AHCI driver.
86999
87000 commit dabf9ef8c10b4dead5ef2106ef742b1c06b542de
87001 Author: Jin Zhengxiong <jason@bus.ap.freescale.net>
87002 Date:   Wed Aug 23 19:15:12 2006 +0800
87003
87004     Add AHCI define and sata support for MPC8641HPCN board.
87005
87006     Signed-off-by:Jason Jin<jason.jin@freescale.com>
87007
87008 commit 4782ac80b02f0d01afd309e2200dd3c7037f2ba4
87009 Author: Jin Zhengxiong <jason@bus.ap.freescale.net>
87010 Date:   Wed Aug 23 19:10:44 2006 +0800
87011
87012     Add AHCI support to u-boot
87013
87014     Add AHCI support in u-boot, enable the sata disk controllers which
87015     following the AHCI protocol.
87016
87017     Signed-off-by:Jason Jin<jason.jin@freescale.com>
87018
87019 commit d8ea2acf5f137cae99417df4f573d036ee384668
87020 Author: Zhang Wei <wei.zhang@freescale.com>
87021 Date:   Wed Aug 23 17:54:32 2006 +0800
87022
87023     Add dtb boot-up parameter to default boot commands.
87024
87025     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
87026
87027 commit b93775c2036b99baa390ea425c4771895bbc63c4
87028 Author: Jon Loeliger <jdl@freescale.com>
87029 Date:   Tue Aug 22 18:26:08 2006 -0500
87030
87031     Cleanup even more poorly introduced whitespace.
87032
87033 commit ae6241685cbcf0c79a3636530d2ceab1fb291a94
87034 Author: Jon Loeliger <jdl@freescale.com>
87035 Date:   Tue Aug 22 18:07:00 2006 -0500
87036
87037     Cleanup more poorly introduced whitespace.
87038
87039 commit 2c33e8a1c535b3ae91cf0b284480600bf3f57c57
87040 Author: Jon Loeliger <jdl@freescale.com>
87041 Date:   Tue Aug 22 17:54:05 2006 -0500
87042
87043     Cleanup poorly introduced whitespace.
87044
87045 commit 80e955c7dd98f4b4fd23c2113caf75ed2b77b5b3
87046 Author: Jon Loeliger <jdl@freescale.com>
87047 Date:   Tue Aug 22 12:25:27 2006 -0500
87048
87049     General indent and whitespace cleanups.
87050
87051 commit ffff3ae56f5842ca3679e4ce7922b819a87aad9f
87052 Author: Jon Loeliger <jdl@freescale.com>
87053 Date:   Tue Aug 22 12:06:18 2006 -0500
87054
87055     General indent and whitespace cleanups.
87056
87057 commit 41a0e8b304d3ff55fe27a230507aac79684016ac
87058 Author: Jon Loeliger <jdl@freescale.com>
87059 Date:   Tue Aug 22 10:42:21 2006 -0500
87060
87061     Cleanup compiler warnings.
87062
87063 commit 5de62c47a8628b3da4d73f7c07027f32a3342d40
87064 Author: Matthew McClintock <msm@freescale.com>
87065 Date:   Tue Aug 22 09:31:59 2006 -0500
87066
87067     Fix disable_of booting
87068
87069     Signed-off-by: Matthew McClintock <msm@freescale.com>
87070
87071 commit 87a449c8ac396420cb24260f717ea9e6faa82047
87072 Author: Matthew McClintock <msm@freescale.com>
87073 Date:   Tue Aug 22 09:23:55 2006 -0500
87074
87075     Support for FDT in uImage format, error when using FDT from flash
87076
87077     Signed-off-by: Matthew McClintock <msm@freescale.com>
87078
87079 commit 75c299c38369d01addd5e054b8a16217b70f4a86
87080 Author: Haiying Wang <haiying.wang@freescale.com>
87081 Date:   Tue Aug 15 15:12:55 2006 -0400
87082
87083     Unlock cache before kernel starts up for MPC86xx
87084
87085 commit 67256678f00c09b0a7f19e862e5c1847553d31bc
87086 Author: Haiying Wang <haiying.wang@freescale.com>
87087 Date:   Tue Aug 15 15:13:15 2006 -0400
87088
87089     Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTR
87090
87091 commit 1c8f6d8fb028f156094d05f2d14298e6479364ac
87092 Author: Haiying Wang <haiying.wang@freescale.com>
87093 Date:   Tue Aug 15 15:12:55 2006 -0400
87094
87095     Unlock cache before kernel starts up for MPC86xx
87096
87097 commit 0d9ccc55edf9a7f3c5b2b6263580a6ea8d702a04
87098 Author: Haiying Wang <haiying.wang@freescale.com>
87099 Date:   Tue Aug 15 15:13:15 2006 -0400
87100
87101     Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTR
87102
87103 commit 86c8e17f25e972a7e272950a0735fad84e082b88
87104 Author: Matthew McClintock <msm@freescale.com>
87105 Date:   Wed Aug 16 13:59:47 2006 -0500
87106
87107     * Fix disable_of booting
87108
87109     Signed-off-by: Matthew McClintock <msm@freescale.com>
87110
87111 commit 25c751e9adc86e22fe3b5b47cf2806379b575db7
87112 Author: Matthew McClintock <msm@freescale.com>
87113 Date:   Wed Aug 16 10:54:09 2006 -0500
87114
87115     * Support for FDT in uImage format, error when using FDT from flash
87116
87117     Signed-off-by: Matthew McClintock <msm@freescale.com>
87118
87119 commit 899620c2d66d4eef3b2a0034d062e71d45d886c9
87120 Author: Stefan Roese <sr@denx.de>
87121 Date:   Tue Aug 15 14:22:35 2006 +0200
87122
87123     Add initial support for the ALPR board from Prodrive
87124     NAND needs some additional testing
87125     Patch by Heiko Schocher, 15 Aug 2006
87126
87127 commit f0ff4692ff3372dec55074a8eb444943ab095abb
87128 Author: Stefan Roese <sr@denx.de>
87129 Date:   Tue Aug 15 14:15:51 2006 +0200
87130
87131     Add FPGA Altera Cyclone 2 support
87132     Patch by Heiko Schocher, 15 Aug 2006
87133
87134 commit fecf1c7e4de1b2779edc18742b91c22bdc32b68b
87135 Author: Jon Loeliger <jdl@freescale.com>
87136 Date:   Mon Aug 14 15:33:38 2006 -0500
87137
87138     Fix BAT0 to actually be cacheable, non-guarded as documented.
87139
87140     Signed-off-by: Jon Loeliger <jdl@freescale.com>
87141
87142 commit 40bc83559db5745681909fd7382ae509567e116d
87143 Author: Jon Loeliger <jdl@freescale.com>
87144 Date:   Wed Aug 9 15:32:16 2006 -0500
87145
87146     Removed MPC8641HPCN DTS source file from build.
87147     It is no longer linked into U-Boot; its sources are
87148     now located in the kernel tree.
87149
87150     Signed-off-by: Jon Loeliger <jdl@freescale.com>
87151
87152 commit 34c3c0e01dbf1f8cc2bd08de92f2b89ba84921eb
87153 Author: Matthew McClintock <msm@freescale.com>
87154 Date:   Wed Jun 28 10:47:03 2006 -0500
87155
87156     * Switched default PCI speed for 8540 ADS back to 33MHz
87157
87158     * Added comments and a printf to warn that PCI-X won't
87159       work at 33MHz
87160       Patch by Andy Fleming 17-Mar-2006
87161
87162     Signed-off-by: Andy Fleming <afleming@freescale.com>
87163
87164 commit b6c5e1373b6ea0bb37a18e4aeecec00613d1cd39
87165 Author: Matthew McClintock <msm@freescale.com>
87166 Date:   Wed Jun 28 10:46:35 2006 -0500
87167
87168     * Fixed a bug where 8555 PCI code used the old variable and function names Patch by Andy Fleming 17-Mar-2006
87169
87170     Signed-off-by: Andy Fleming <afleming@freescale.com>
87171
87172 commit bf1dfffd8c26f8ecdd630a0ae4c834e751e4e452
87173 Author: Matthew McClintock <msm@freescale.com>
87174 Date:   Wed Jun 28 10:46:13 2006 -0500
87175
87176     * Added VIA configuration table
87177
87178     * Added support for PCI2 on CDS
87179       Patch by Andy Fleming 17-Mar-2006
87180
87181     Signed-off-by: Andy Fleming <afleming@freescale.com>
87182
87183 commit c88f9fe66b64247e5b6a38410ba315ca25596d16
87184 Author: Matthew McClintock <msm@freescale.com>
87185 Date:   Wed Jun 28 10:45:41 2006 -0500
87186
87187     * Fixed PCI memory definitions Patch by Andy Fleming 17-Mar-2006
87188
87189     Signed-off-by: Andy Fleming <afleming@freescale.com>
87190
87191 commit 97074ed9655309b64231bc2cee69fe85399f8055
87192 Author: Matthew McClintock <msm@freescale.com>
87193 Date:   Wed Jun 28 10:45:17 2006 -0500
87194
87195     * Added support for initializing second PCI bus on 85xx Patch by Andy Fleming 17-Mar-2006
87196
87197     Signed-off-by: Andy Fleming <afleming@freescale.com>
87198
87199 commit f0e6f57f71b3c4fdd13028eb03c3f3e91926dda2
87200 Author: Matthew McClintock <msm@freescale.com>
87201 Date:   Wed Jun 28 10:44:49 2006 -0500
87202
87203     * Added PCI-X #defines for PCI-X initialization Patch by Andy Fleming on 17-Mar-2006
87204
87205     Signed-off-by: Andy Fleming <afleming@freescale.com>
87206
87207 commit a4e11558b810ef2cddffdf7b9d86bc1130441960
87208 Author: Matthew McClintock <msm@freescale.com>
87209 Date:   Wed Jun 28 10:44:23 2006 -0500
87210
87211     * 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
87212
87213     Signed-off-by: Andy Fleming <afleming@freescale.com>
87214
87215 commit 0e16387db1d4aacd5bf35cb6d7c1942765c0347b
87216 Author: Matthew McClintock <msm@freescale.com>
87217 Date:   Wed Jun 28 10:43:36 2006 -0500
87218
87219     * Add Flat Dev Tree construction for MPC85xx ADS and CDS boards Patch by Jon Loeliger 17-Jan-2006
87220
87221     Signed-off-by: Jon Loeliger <jdl@freescale.com>
87222
87223 commit 855e6fb073f9d04fe4a7f06c107ecbac6344ddd4
87224 Author: Matthew McClintock <msm@freescale.com>
87225 Date:   Wed Jun 28 10:43:00 2006 -0500
87226
87227     * 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
87228
87229 commit 5498d90312aad9f6bdbf047986027c35b03cd163
87230 Author: Matthew McClintock <msm@freescale.com>
87231 Date:   Wed Jun 28 10:42:24 2006 -0500
87232
87233     * Patch to modify ft_build.c to update flat device trees in place Patch by Matthew McClintock 26-June-2006
87234
87235 commit 0267768eddc5ca7bc1865bc40c866829ac5efbfe
87236 Author: Matthew McClintock <msm@freescale.com>
87237 Date:   Wed Jun 28 10:41:37 2006 -0500
87238
87239     * Modify bootm command to support booting with flat device trees Patch by Matthew McClintock 26-June-2006
87240
87241 commit 8fc8bd2cc479b6cd188fdede4010e0e052970b8a
87242 Author: John Traill <john.traill@freescale.com>
87243 Date:   Wed Aug 9 14:33:50 2006 +0100
87244
87245     Add Rapidio support for the MPC8641HPCN
87246
87247     Signed-off-by: John Traill <john.traill@freescale.com>
87248
87249 commit 91a414c7d1fb0eac912592cd995b30c9f23045c9
87250 Author: John Traill <john.traill@freescale.com>
87251 Date:   Tue Aug 8 11:32:43 2006 +0100
87252
87253     Fix caslat calculation
87254
87255     Signed-off-by: John Traill <john.traill@freescale.com>
87256
87257 commit 709d3073e74153278e7904a70819bbef7df50e1a
87258 Author: Jon Loeliger <jdl@freescale.com>
87259 Date:   Thu Aug 3 16:17:56 2006 -0500
87260
87261     Convert to mac-address in ethernet nodes.
87262
87263 commit 71748af833ca1017edf1415be376366ff2937d17
87264 Author: Haiying Wang <haiying.wang@freescale.com>
87265 Date:   Fri Jul 28 12:41:35 2006 -0400
87266
87267     Correct the irq value of DUART2
87268
87269 commit 9cb3e8816ae4d854e7dc22128c3eea3d70bb982c
87270 Author: Haiying Wang <haiying.wang@freescale.com>
87271 Date:   Fri Jul 28 12:41:41 2006 -0400
87272
87273     Change the space size of PEX IO in README
87274
87275 commit 239db37c94f7a92941c4465feceb867c609241c5
87276 Author: Haiying Wang <haiying.wang@freescale.com>
87277 Date:   Fri Jul 28 12:41:18 2006 -0400
87278
87279     Move get_board_sys_clk to board directory
87280
87281 commit 492900b985439fbce1a118afde1e35def870db03
87282 Author: John Traill <john.traill@freescale.com>
87283 Date:   Fri Jul 28 09:03:54 2006 +0100
87284
87285     Fix 8641HPCN pollution
87286
87287 commit 515ab8a62e8574e2babc6e8dcc43544ad221c5b2
87288 Author: John Traill <john.traill@freescale.com>
87289 Date:   Fri Jul 28 08:16:06 2006 +0100
87290
87291     Fix 8641HPCN timebase
87292
87293 commit c86360b830f1eecd7a72208575dde4f57879faea
87294 Author: Zhang Wei <wei.zhang@freescale.com>
87295 Date:   Fri Jul 28 00:01:34 2006 +0800
87296
87297     Fixed OF device tree of mpc86xxhpcn board.
87298
87299     The changes works in with kernel irq mapping rework.
87300
87301     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
87302
87303 commit bea3f28d285942bf3f7ab339ce85178ded544225
87304 Author: Haiying Wang <haiying.wang@freescale.com>
87305 Date:   Wed Jul 12 10:48:05 2006 -0400
87306
87307     Add support for reading and writing mac addresses to or from ID EEPROM.
87308
87309     Added code for reading and writing Mac addresses to/from ID EEPROM(0x57).
87310     With attached patch, we can use command "mac/mac read/mac save/"
87311     to read and write EEPROM under u-boot prompt.
87312
87313     U-boot will calculate the checksum of EEPROM while bootup,
87314     if it is right, then u-boot will check whether the mac address
87315     of eTSEC0/1/2/3 is availalbe (non-zero).
87316
87317     If there is mac address availabe in EEPROM, u-boot will use it,
87318     otherewise, u-boot will use the mac address defined in
87319     MPC8641HPCN.h. This matches the requirement to set unique mac address
87320     for each TSEC port.
87321
87322     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
87323     Signed-off-by: York Sun <yorksun@freescale.com>
87324
87325 commit fcb28e763415e0e4e66b0f45842d1557ae198e5e
87326 Author: Jin Zhengxiong <Jason.Jin@freescale.com>
87327 Date:   Thu Jul 13 10:35:10 2006 -0500
87328
87329     Fixed initrd issue by define big RAM
87330
87331     Signed-off-by:Jason Jin <Jason.jin@freescale.com>
87332
87333 commit e6cd2a1785d74ec3d30a86f1cb360be8de478151
87334 Author: Jason Jin <Jason.jin@freescale.com>
87335 Date:   Fri Jul 7 10:01:45 2006 -0500
87336
87337     We made a u-boot patch to fix the hang up issue
87338     when booting filesystem from ramdisk.
87339
87340     Signed-off-by:Jason Jin <Jason.jin@freescale.com>
87341
87342 commit 38433ccc5850ee70549af0b2bc5b920355ef5388
87343 Author: Matthew McClintock <msm@freescale.com>
87344 Date:   Wed Jun 28 10:47:03 2006 -0500
87345
87346     * Switched default PCI speed for 8540 ADS back to 33MHz
87347     * Added comments and a printf to warn that PCI-X won't
87348       work at 33MHz
87349       Patch by Andy Fleming 17-Mar-2006
87350
87351     Signed-off-by: Andy Fleming <afleming@freescale.com>
87352
87353 commit e4c2a0eb0c3e3ffbf824800184ee42bdc99d5b19
87354 Author: Matthew McClintock <msm@freescale.com>
87355 Date:   Wed Jun 28 10:46:35 2006 -0500
87356
87357     * Fixed a bug where 8555 PCI code used the old variable and
87358       function names
87359       Patch by Andy Fleming 17-Mar-2006
87360
87361     Signed-off-by: Andy Fleming <afleming@freescale.com>
87362
87363 commit cbfc7ce756b88eb26e5537bc7b625c445c6dcfac
87364 Author: Matthew McClintock <msm@freescale.com>
87365 Date:   Wed Jun 28 10:46:13 2006 -0500
87366
87367     * Added VIA configuration table
87368     * Added support for PCI2 on CDS
87369       Patch by Andy Fleming 17-Mar-2006
87370
87371     Signed-off-by: Andy Fleming <afleming@freescale.com>
87372
87373 commit 52c7a68b8d587ebcf5a6b051b58b3d3ffa377ddc
87374 Author: Matthew McClintock <msm@freescale.com>
87375 Date:   Wed Jun 28 10:45:41 2006 -0500
87376
87377     * Fixed PCI memory definitions
87378       Patch by Andy Fleming 17-Mar-2006
87379
87380     Signed-off-by: Andy Fleming <afleming@freescale.com>
87381
87382 commit 087454609e47295443af793a282cddcd91a5f49c
87383 Author: Matthew McClintock <msm@freescale.com>
87384 Date:   Wed Jun 28 10:45:17 2006 -0500
87385
87386     * Added support for initializing second PCI bus on 85xx
87387       Patch by Andy Fleming 17-Mar-2006
87388
87389     Signed-off-by: Andy Fleming <afleming@freescale.com>
87390
87391 commit b636aaeb6fd516a442fb611bbeeddf3077a687fb
87392 Author: Matthew McClintock <msm@freescale.com>
87393 Date:   Wed Jun 28 10:44:49 2006 -0500
87394
87395     * Added PCI-X #defines for PCI-X initialization
87396       Patch by Andy Fleming on 17-Mar-2006
87397
87398     Signed-off-by: Andy Fleming <afleming@freescale.com>
87399
87400 commit 20abbc6fffa115690107cc942c7abf84bdc03a1b
87401 Author: Matthew McClintock <msm@freescale.com>
87402 Date:   Wed Jun 28 10:44:23 2006 -0500
87403
87404     * Made sure the code which disables prefetch for PCI devices
87405       sets the size of the prefetch region to 0
87406       Patch by Andy Fleming on 17-Mar-2006
87407
87408     Signed-off-by: Andy Fleming <afleming@freescale.com>
87409
87410 commit 40d5fa35d02df22580593bf0039ab173367e8ef0
87411 Author: Matthew McClintock <msm@freescale.com>
87412 Date:   Wed Jun 28 10:43:36 2006 -0500
87413
87414     * Add Flat Dev Tree construction for MPC85xx ADS and CDS boards
87415       Patch by Jon Loeliger 17-Jan-2006
87416
87417     Signed-off-by: Jon Loeliger <jdl@freescale.com>
87418
87419 commit be7e8b0cb5a0c49dc180075b96df296a893bf146
87420 Author: Matthew McClintock <msm@freescale.com>
87421 Date:   Wed Jun 28 10:43:00 2006 -0500
87422
87423     * Removed the oftree.dts for stxxtx in light of the changes
87424       to the flat device tree handling code
87425       Patch by Matthew McClintock 26-June-2006
87426
87427 commit 1b380ec225665e73959677f3893dc658c5925e05
87428 Author: Matthew McClintock <msm@freescale.com>
87429 Date:   Wed Jun 28 10:42:24 2006 -0500
87430
87431     * Patch to modify ft_build.c to update flat device trees in place
87432       Patch by Matthew McClintock 26-June-2006
87433
87434 commit 98a9c4d468a942a09ebe8979bec508017f3e4462
87435 Author: Matthew McClintock <msm@freescale.com>
87436 Date:   Wed Jun 28 10:41:37 2006 -0500
87437
87438     * Modify bootm command to support booting with flat device trees
87439       Patch by Matthew McClintock 26-June-2006
87440
87441 commit da012ab661fd4ab169dd7b9b32201a4df62cf34a
87442 Author: Jin Zhengxiong <Jason.Jin@freescale.com>
87443 Date:   Wed Jun 28 08:43:56 2006 -0500
87444
87445     Change Id to symbolic name for RTL8139
87446
87447     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
87448
87449 commit bc09cf3c2bfb8d54c659cbb332f79d0950982fd0
87450 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
87451 Date:   Tue Jun 27 18:12:10 2006 +0800
87452
87453     Fix RTL8139 in big endian
87454
87455     signed-off-by: Jason Jin <Jason.Jin@freescale.com>
87456     signed-off-by: Wei Zhang <wei.zhang@freescale.com>
87457
87458 commit fcfb9a57947fc203b99fe81ab0578f7286261f9f
87459 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
87460 Date:   Tue Jun 27 18:12:23 2006 +0800
87461
87462     Fix Tsec bug when no link
87463
87464      When tftp a non-exist file from the tftp server, u-boot will check
87465      the link of all eth port. The original file will return wrong link
87466      state on the no link ports.
87467
87468     signed-off-by: Jason Jin <Jason.Jin@freescale.com>
87469
87470 commit bd22c2b97514fbfb0e03bd9c72b3445e4dbd57e2
87471 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
87472 Date:   Tue Jun 27 18:12:02 2006 +0800
87473
87474     Fix bug for io_bar size during pci scan
87475
87476     During the pci scan process, Some devices return bar_reponse with the
87477     highest bytes 0, such as the pci bridge in uli1575 return bar_response
87478     with 0xffffff, So the bar_size should be manually set under 64K.
87479
87480     Signed-off-by: Jason Jin <jason.jin@freescale.com>
87481
87482 commit fa7db9c377bc2353a17bf1d381d65a6c418728f0
87483 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
87484 Date:   Tue Jun 27 18:11:54 2006 +0800
87485
87486     Enable PCIE1 for MPC8641HPCN board
87487
87488     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
87489
87490 commit 99d70e3a47affb9bae041a2caece7cd516e213b3
87491 Author: Wolfgang Denk <wd@pollux.denx.de>
87492 Date:   Mon Jun 26 11:06:00 2006 +0200
87493
87494     More code cleanup
87495
87496 commit 684623ce92c5fd32e7db2d6e016945a67c5ffaba
87497 Author: Jon Loeliger <jdl@freescale.com>
87498 Date:   Thu Jun 22 08:51:46 2006 -0500
87499
87500     Fix bug in 8641hpcn reset command with no args.
87501
87502     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
87503     Acked-by: Jon Loeliger <jdl@freescale.com>
87504
87505 commit 8be429a5ddbf0ebe2d94174ba58fcfc7a24285dc
87506 Author: Zhang Wei <wei.zhang@freescale.com>
87507 Date:   Tue Jun 20 17:47:15 2006 +0800
87508
87509     Reworked IRQ mapping in OF-tree.
87510
87511 commit 0e4c2a17ca34001ed36d259f13cb88ada4611a8c
87512 Author: Jon Loeliger <jdl@freescale.com>
87513 Date:   Thu Jun 15 21:33:37 2006 -0500
87514
87515     Do not enable address translation on secondary CPUs.
87516     Do not set up BATs on secondary CPUs.  Let Linux do the nasty.
87517
87518     Signed-off-by: Jon Loeliger <jdl@freescale.com>
87519
87520 commit 386eda022473394ad8f36b86f2bdc9b4cb816291
87521 Author: Wolfgang Denk <wd@pollux.denx.de>
87522 Date:   Wed Jun 14 18:14:56 2006 +0200
87523
87524     Code cleanup
87525
87526 commit 16c8d5e76ae0f78f39a60608574adfe0feb9cc70
87527 Author: Wolfgang Denk <wd@pollux.denx.de>
87528 Date:   Wed Jun 14 17:45:53 2006 +0200
87529
87530     Various USB related patches
87531     - Add support for mpc8xx USB device.
87532     - Add support for Common Device Class - Abstract Control Model USB console.
87533     - Add support for flow control in USB slave devices.
87534     - Add support for switching between gserial and cdc_acm using environment.
87535     - Minor changes to usbdcore_omap1510.c usbdcore_omap1510.h
87536     - Update usbcore slightly to ease host enumeration.
87537     - Fix non-portable endian problems in usbdcore and usbdcore_ep0.
87538     - Add AdderUSB_config as a defconfig to enable usage of the USB console
87539       by default with the Adder87x U-Boot port.
87540     Patches by Bryan O'Donoghue <bodonoghue@codehermit.ie>, 29 May 2006
87541
87542 commit 8ecc971618f56029ad99d3516f8b297a6ed58971
87543 Author: Jon Loeliger <jdl@jdl.com>
87544 Date:   Wed Jun 7 10:53:55 2006 -0500
87545
87546     Fix a get_board_sys_clk() use-before-def warning.
87547
87548     Signed-off-by: Jon Loeliger <jdl@jdl.com>
87549
87550 commit d9bf4858fca5aa4d651b283270f77da72ebadfd5
87551 Author: Jon Loeliger <jdl@jdl.com>
87552 Date:   Wed Jun 7 10:52:49 2006 -0500
87553
87554     Allow DTC path to be passed in.
87555
87556     Signed-off-by: Jon Loeliger <jdl@jdl.com>
87557
87558 commit c83ae9ea6d93abbe751bf8a3396236a084e56f87
87559 Author: Haiying Wang <haiying.wang@freescale.com>
87560 Date:   Tue Jun 6 16:54:29 2006 -0400
87561
87562     Modify the IRQ of DUART2
87563
87564 commit c934f655f9aeca70a5c5f88b465d9e9d57a8d22e
87565 Author: Jon Loeliger <jdl@jdl.com>
87566 Date:   Wed May 31 13:55:35 2006 -0500
87567
87568     Review cleanups.
87569
87570     Signed-off-by: Jon Loeliger <jdl@freescale.com>
87571
87572 commit cb5965fb95b77a49f4e6af95248e0c849f4af03e
87573 Author: Jon Loeliger <jdl@jdl.com>
87574 Date:   Wed May 31 12:44:44 2006 -0500
87575
87576     White space cleanup.
87577     Some 80-column cleanups.
87578     Convert printf() to puts() where possible.
87579     Use #include "spd_sdram.h" as needed.
87580     Enhanced reset command usage message a bit.
87581
87582     Signed-off-by: Jon Loeliger <jdl@freescale.com>
87583
87584 commit 3d5c5be547445dd3bd2eb7368d80df03ea437970
87585 Author: Jon Loeliger <jdl@jdl.com>
87586 Date:   Wed May 31 11:39:34 2006 -0500
87587
87588     Removed unneeded local_bus_init() from 8641HPCN board.
87589
87590     Signed-off-by: Jon Loeliger <jdl@freescale.com>
87591
87592 commit 4d3d729c16c392d2982d3266b659d333c927697d
87593 Author: Jon Loeliger <jdl@jdl.com>
87594 Date:   Wed May 31 11:24:28 2006 -0500
87595
87596     Moved mpc8641hpcn_board_reset() out of cpu/ into board/.
87597
87598     Signed-off-by: Jon Loeliger <jdl@freescale.com>
87599
87600 commit b2a941de060350ad15878d8219825f4950e9bb8e
87601 Author: Jon Loeliger <jdl@jdl.com>
87602 Date:   Wed May 31 10:07:28 2006 -0500
87603
87604     Remove dead debug code.
87605
87606     Signed-off-by: Jon Loeliger <jdl@jdl.com>
87607
87608 commit 126aa70f10ba3d20e0a6f4d32328250513b77770
87609 Author: Jon Loeliger <jdl@freescale.com>
87610 Date:   Tue May 30 17:47:00 2006 -0500
87611
87612     Move mpc86xx PIXIS code to board directory
87613
87614     First cut at moving the PIXIS platform code out of
87615     the 86xx cpu directory and into board/mpc8641hpcn
87616     where it belongs.
87617
87618     Signed-off-by: Jon Loeliger <jdl@freescale.com>
87619
87620 commit ddf83a2fcef1a670c45fc585119dcc1fe062c4a9
87621 Author: Markus Klotzbuecher <mk@denx.de>
87622 Date:   Tue May 30 16:56:14 2006 +0200
87623
87624     Support generic OHCI support for the s3c24x0 cpu.
87625
87626 commit 38cee12dcfcc257371c901c7e13e58ecab0a35d8
87627 Author: Haiying Wang <Haiying.Wang@freescale.com>
87628 Date:   Tue May 30 09:10:32 2006 -0500
87629
87630     Improve "reset" command's interaction with watchdog.
87631
87632         "reset altbank" will reset another bank WITHOUT watch dog timer enabled
87633         "reset altbank wd" will reset another bank WITH watch dog enabled
87634         "diswd" will disable watch dog after u-boot boots up successfully
87635
87636     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
87637
87638 commit 70205e5a6ddc8528b11db9eb4d3fa0209d9fce2a
87639 Author: Haiying Wang <Haiying.Wang@freescale.com>
87640 Date:   Tue May 30 08:51:19 2006 -0500
87641
87642     Fix two SDRAM setup bugs.
87643
87644         Fix ECC setup bug.
87645         Enable 1T/2T based on number of DIMMs present.
87646
87647     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
87648
87649 commit d11fec5015334deb2010e36ce00bb118cc5429a5
87650 Author: Haiying Wang <Haiying.Wang@freescale.com>
87651 Date:   Fri May 26 10:24:48 2006 -0500
87652
87653     Add first draft of the MPC8641HPCN doc/README.
87654
87655     Signed-off-by: Jon Loeliger <jdl@jdl.com>
87656
87657 commit ed45d6c930b5939718a87ee12e25cf9a05978d4a
87658 Author: Haiying Wang <Haiying.Wang@freescale.com>
87659 Date:   Fri May 26 10:13:04 2006 -0500
87660
87661     Added pci@8000 block.
87662     Updated ethernet interrupt mappings (moved up 48).
87663     Cleaned up a few comments.
87664
87665     Signed-off-by: Jon Loeliger <jdl@jdl.com>
87666
87667 commit 3033ebb20fd7c372c7bca3c9955a4692bb2240b7
87668 Author: Haiying Wang <Haiying.Wang@freescale.com>
87669 Date:   Fri May 26 10:01:16 2006 -0500
87670
87671     Allow args on reset command.
87672
87673     Signed-off-by: Jon Loeliger <jdl@jdl.com>
87674
87675 commit 301f1aa384d0edcae6a22fd9adb933ad71695ecc
87676 Author: Markus Klotzbuecher <mk@denx.de>
87677 Date:   Tue May 23 13:38:35 2006 +0200
87678
87679     Changed the mp2usb (at91rm9200) board to use the generic OHCI driver. Some
87680     fixes to the latter.
87681
87682 commit 24e37645e7378b20fa8f20e2996c8fb8e90c70c9
87683 Author: Markus Klotzbuecher <mk@denx.de>
87684 Date:   Tue May 23 10:33:11 2006 +0200
87685
87686     More cleanup for the delta board and the generic usb_ohci driver. Added
87687     CFG_USB_BOARD_INIT and CFG_USB_CPU_INIT for enabling board and cpu specific
87688     initialization and cleanup hooks respectively.
87689
87690 commit 3e326ece9eba8184f5d48aa4fb87760a8f6f0f10
87691 Author: Markus Klotzbuecher <mk@denx.de>
87692 Date:   Mon May 22 16:33:54 2006 +0200
87693
87694     This patch adds USB storage support for the delta board. This is the first
87695     board to make use of a generic OHCI driver, that calls hooks for board
87696     dependant initialization.
87697
87698 commit 14e37081ff3cac7ebe6e93836523429853b6b292
87699 Author: Jon Loeliger <jdl@jdl.com>
87700 Date:   Fri May 19 13:28:39 2006 -0500
87701
87702     Change arbitration to round-robin for SMP linux.
87703
87704 commit 9a655876e5995be80f49054e2509500e871e4d3a
87705 Author: Jon Loeliger <jdl@jdl.com>
87706 Date:   Fri May 19 13:26:34 2006 -0500
87707
87708     Enable dual DDR controllers and interleaving.
87709
87710 commit 586d1d5abd3e525f1e1d9b81e5a61a4da6b2fa3c
87711 Author: Jon Loeliger <jdl@jdl.com>
87712 Date:   Fri May 19 13:22:44 2006 -0500
87713
87714     Update 86xx address map and LAWBARs.
87715
87716 commit cccce5d0581bb0ba4602799a4b5112e58d1579cb
87717 Author: Jon Loeliger <jdl@jdl.com>
87718 Date:   Fri May 19 13:14:15 2006 -0500
87719
87720     Remove L2 Cache invalidate polling.
87721
87722 commit f35ec68fb066cec0e36294bfe07dec2d4e8ad3a8
87723 Author: Jon Loeliger <jdl@jdl.com>
87724 Date:   Fri May 19 12:33:09 2006 -0500
87725
87726     Enable 2nd CPU and I2C.
87727
87728 commit bf690dcb512d34c4fceec0eb1e5c0e88a9db5d54
87729 Author: Jon Loeliger <jdl@freescale.com>
87730 Date:   Mon May 15 07:26:56 2006 -0500
87731
87732     Update interrupt mapping.
87733
87734 commit 6cfea33477b04b63ed47386ed1629529484c33ba
87735 Author: Haiying Wang <Haiying.Wang@freescale.com>
87736 Date:   Wed May 10 09:38:06 2006 -0500
87737
87738     Remove unneeded INIT_RAM_LOCK cache twiddling.
87739     Correctly tracks r29 as global data pointer now.
87740
87741     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
87742
87743 commit d4dd317b58c126a2a7e73f4764ecc1a7c97f876c
87744 Author: Jon Loeliger <jdl@freescale.com>
87745 Date:   Wed May 10 09:33:07 2006 -0500
87746
87747     Remove unnecessary flash.c file.
87748
87749 commit 18b6c8cd8af6cc7f35180cedc4adb3236cc1a1b8
87750 Author: Jon Loeliger <jdl@freescale.com>
87751 Date:   Tue May 9 08:23:49 2006 -0500
87752
87753     Get MPC8641HPCN flash images working.
87754
87755         Enable the CFI driver.
87756         Remove bogus LAWBAR7 cruft.
87757         Use correct TEXT_BASE, Fixup load script.
87758         Enable SPD EEPROM during DDR setup.
87759         Use generic RFC 1918 IP addresses by default.
87760
87761 commit 5c9efb36a6b5431423f52888a0e3b4b515fe7eca
87762 Author: Jon Loeliger <jdl@freescale.com>
87763 Date:   Thu Apr 27 10:15:16 2006 -0500
87764
87765     Cleanup whitespaces and style issues.
87766     Removed //-style comments.
87767     Use 80-column lines.
87768     Remove trailing whitespace.
87769     Remove dead code and debug cruft.
87770
87771 commit a2320a6bf8113a09544c42d160d10ac69d049a03
87772 Author: Jon Loeliger <jdl@freescale.com>
87773 Date:   Thu Apr 27 08:22:39 2006 -0500
87774
87775     Revert bad PCI prefetch limit change.
87776
87777 commit debb7354d1ea4f694154818df5e5b523f5c1cc1d
87778 Author: Jon Loeliger <jdl@freescale.com>
87779 Date:   Wed Apr 26 17:58:56 2006 -0500
87780
87781     Initial support for MPC8641 HPCN board.