]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - CHANGELOG
Prepare v2009.11.1
[karo-tx-uboot.git] / CHANGELOG
1 commit 580ca3c2b1d032534195cd0bfd89aa11e8c03bb3
2 Author: Stefan Roese <sr@denx.de>
3 Date:   Thu Jan 21 11:37:31 2010 +0100
4
5     ppc4xx: Kilauea: Add CPLD version detection and EBC reconfiguration
6
7     A newer CPLD version on the 405EX evaluation board requires a different
8     EBC controller setup for the CPLD register access. This patch adds a CPLD
9     version detection for Kilauea and code to reconfigure the EBC controller
10     (chip select 2) for the old CPLD if no new version is found.
11
12     Additionally the CPLD version is printed upon bootup:
13
14     Board: Kilauea - AMCC PPC405EX Evaluation Board (CPLD rev. 0)
15
16     Signed-off-by: Stefan Roese <sr@denx.de>
17     Acked-by: Wolfgang Denk <wd@denx.de>
18     Cc: Zhang Bao Quan <bqzhang@udtech.com.cn>
19
20 commit eb20392ca986074c78ee4f241a8f2369777a8df3
21 Author: Felix Radensky <felix@embedded-sol.com>
22 Date:   Sat Jan 23 01:35:24 2010 +0200
23
24     ppc4xx: Fix sending type 1 PCI transactions
25
26     The list of 4xx SoCs that should send type 1 PCI transactions
27     is not defined correctly. As a result PCI-PCI bridges and devices
28     behind them are not identified. The following 4xx variants should
29     send type 1 transactions: 440GX, 440GP, 440SP, 440SPE, 460EX and 460GT.
30
31     Signed-off-by: Felix Radensky <felix@embedded-sol.com>
32     Signed-off-by: Stefan Roese <sr@denx.de>
33
34 commit 57ab8a129dd4121711540e2b976aff882998de51
35 Author: Felix Radensky <felix@embedded-sol.com>
36 Date:   Tue Jan 19 21:19:06 2010 +0200
37
38     ppc4xx: Allow setting a single SPD EEPROM address for DDR2 DIMMs
39
40     On platforms where SPD EEPROM and another EEPROM have adjacent
41     I2C addresses SPD_EEPROM_ADDRESS should be defined as a single
42     element array, otherwise DDR2 setup code would fail with the
43     following error:
44
45     ERROR: Unknown DIMM detected in slot 1
46
47     However, fixing SPD_EEPROM_ADDRESS would result in another
48     error:
49
50     ERROR: DIMM's DDR1 and DDR2 type can not be mixed.
51
52     This happens because initdram() routine does not explicitly
53     initialize dimm_populated array. This patch fixes the problem.
54
55     Signed-off-by: Felix Radensky <felix@embedded-sol.com>
56     Signed-off-by: Stefan Roese <sr@denx.de>
57
58 commit 17ab3057bde25208af71326c0ff213d05eadb318
59 Author: Felix Radensky <felix@embedded-sol.com>
60 Date:   Tue Jan 19 17:37:13 2010 +0200
61
62     ppc4xx: Fix reporting of bootstrap options G and F on 460EX/GT
63
64     Bootstrap options G and F are reported incorrectly (G instead
65     of F and vice versa). This patch fixes this.
66
67     Signed-off-by: Felix Radensky <felix@embedded-sol.com>
68     Signed-off-by: Stefan Roese <sr@denx.de>
69
70 commit a200a7c04d89853d2a1395b96d8ca5e3dd754551
71 Author: Wolfgang Denk <wd@denx.de>
72 Date:   Tue Dec 15 23:20:54 2009 +0100
73
74     Update CHANGELOG; prepare Prepare v2009.11
75
76     Signed-off-by: Wolfgang Denk <wd@denx.de>
77
78 commit f9476902b789b0481b9df49af88d6ca94fb16fa0
79 Author: Peter Tyser <ptyser@xes-inc.com>
80 Date:   Tue Dec 15 12:10:47 2009 -0600
81
82     mpc85xx, mpc86xx: Fix gd->cpu pointer after relocation
83
84     The gd->cpu pointer is set to an address located in flash when the
85     probecpu() function is called while U-Boot is executing from flash.
86     This pointer needs to be updated to point to an address in RAM after
87     relocation has occurred otherwise Linux may not be able to boot due to
88     "fdt board" crashing if flash has been erased or changed.
89
90     This bug was introduced in commit
91     a0e2066f392782730f0398095e583c87812d97f2.
92
93     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
94     Reported-by: Ed Swarthout <Ed.Swarthout@freescale.com>
95     Tested-by: Kumar Gala <galak@kernel.crashing.org>
96     Tested on MPC8527DS.
97     Tested by: Ed Swarthout <Ed.Swarthout@freescale.com>
98
99 commit 3363a34b9eeda9783afcbbed5cdd738926d1f4bf
100 Author: Peter Tyser <ptyser@xes-inc.com>
101 Date:   Sun Dec 13 17:58:34 2009 -0600
102
103     MVBLUE: Remove CONFIG_CMD_IRQ
104
105     Neither the MVBLUE nor its underlying architecture implement the
106     do_irqinfo() function which is required when CONFIG_CMD_IRQ is defined.
107     This change fixes the following MVBLUE compiler error:
108
109     -> ./MAKEALL MVBLUE
110     Configuring for MVBLUE board...
111     common/libcommon.a(cmd_irq.o):(.u_boot_cmd+0x24): undefined reference to `do_irqinfo'
112     make: *** [u-boot] Error 1
113
114     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
115     Acked-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
116
117 commit 18e8ad60ee87431c01cc2686985b60cc54f5dd3b
118 Author: Detlev Zundel <dzu@denx.de>
119 Date:   Mon Dec 14 17:54:40 2009 +0100
120
121     imx27lite: Reenable MTD support on NOR flash.
122
123     The support for this was silently dropped by a configuration
124     split during the merge of the imx27lite board support in commit
125     864aa034f3a0e10ce710e8bbda171df3cab59414 (cmd_mtdparts: Move to common
126     handling of FLASH devices via MTD layer).
127
128     Signed-off-by: Detlev Zundel <dzu@denx.de>
129
130 commit f4cfe42758192d09f8375e384cc000aa70d97029
131 Author: Stefan Roese <sr@denx.de>
132 Date:   Wed Dec 9 09:01:43 2009 +0100
133
134     nand: Fix access to last block in NAND devices
135
136     Currently, the last block of NAND devices can't be accessed. This patch
137     fixes this issue by correcting the boundary checking (off-by-one error).
138
139     Signed-off-by: Stefan Roese <sr@denx.de>
140     Cc: Scott Wood <scottwood@freescale.com>
141     Cc: Wolfgang Denk <wd@denx.de>
142
143 commit 3b887ca8ce72cc12129183538f6e828db13f4867
144 Author: Peter Korsgaard <jacmet@sunsite.dk>
145 Date:   Tue Dec 8 22:20:34 2009 +0100
146
147     mpc83xx: boot time regression, move LCRR setup back to cpu_init_f
148
149     Commit c7190f02 (retain POR values of non-configured ACR, SPCR, SCCR,
150     and LCRR bitfields) moved the LCRR assignment to after relocation
151     to RAM because of the potential problem with changing the local bus
152     clock while executing from flash.
153
154     This change unfortunately adversely affects the boot time, as running
155     all code up to cpu_init_r can cause significant slowdown.
156
157     E.G. on a 8347 board a bootup time increase of ~600ms has been observed:
158
159        0.020 CPU:   e300c1, MPC8347_PBGA_EA, Rev: 3.0 at 400 MHz, CSB: 266.667 MHz
160        0.168 RS:    232
161        0.172 I2C:   ready
162        0.176 DRAM:  64 MB
163        1.236 FLASH: 32 MB
164
165     Versus:
166
167        0.016 CPU:   e300c1, MPC8347_PBGA_EA, Rev: 3.0 at 400 MHz, CSB: 266.667 MHz
168        0.092 RS:    232
169        0.092 I2C:   ready
170        0.096 DRAM:  64 MB
171        0.644 FLASH: 32 MB
172
173     So far no boards have needed the late LCRR setup, so simply revert it
174     for now - If it is needed at a later time, those boards can either do
175     their own final LCRR setup in board code (E.G. in board_early_init_r),
176     or we can introduce a CONFIG_SYS_LCRR_LATE config option to only do
177     the setup in cpu_init_r.
178
179     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
180     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
181
182 commit 386118a896554b13f14ad0f82356276988f7de82
183 Author: Michal Simek <monstr@monstr.eu>
184 Date:   Tue Dec 8 09:12:49 2009 +0100
185
186     microblaze: Correct ffs regression for Microblaze
187
188     We are using generic implementation of ffs. This should
189     be part of Simon's commit 0413cfecea350000eab5e591a0965c3e3ee0ff00
190
191     Here is warning message which this patch removes.
192
193     In file included from /tmp/u-boot-microblaze/include/common.h:38,
194                      from cmd_mtdparts.c:87:
195     /tmp/u-boot-microblaze/include/linux/bitops.h:123:1: warning: "ffs" redefined
196     In file included from /tmp/u-boot-microblaze/include/linux/bitops.h:110,
197                      from /tmp/u-boot-microblaze/include/common.h:38,
198                      from cmd_mtdparts.c:87:
199     /tmp/u-boot-microblaze/include/asm/bitops.h:269:1:
200     warning: this is the location of the previous definition
201
202     Signed-off-by: Michal Simek <monstr@monstr.eu>
203
204 commit 8fe7b29f9811322931f0192a56431edcf819d6b9
205 Author: Graeme Smecher <graeme.smecher@mail.mcgill.ca>
206 Date:   Mon Dec 7 08:09:57 2009 -0800
207
208     microblaze: Stop stack clobbering in microblaze-generic.
209
210     A typo caused the stack and malloc regions to overlap, which prevented
211     mem_malloc_init() from returning. This commit makes the memory layout match
212     the example described in include/configs/microblaze-generic.h
213
214     Signed-off-by: Graeme Smecher <graeme.smecher@mail.mcgill.ca>
215     Signed-off-by: Michal Simek <monstr@monstr.eu>
216
217 commit 0fc52948bda0734431cb528ee4fd82f1dec8c7b5
218 Author: Wolfgang Denk <wd@denx.de>
219 Date:   Mon Dec 7 23:14:13 2009 +0100
220
221     Update CHANGELOG, prepare -rc2
222
223     Signed-off-by: Wolfgang Denk <wd@denx.de>
224
225 commit f2352877cb2daac88115192fb09991a2397d0b27
226 Author: Peter Tyser <ptyser@xes-inc.com>
227 Date:   Sun Dec 6 23:58:28 2009 -0600
228
229     MAKEALL: Fix return value
230
231     Previously MAKEALL would always return a value of 0, even if 1 or more
232     boards did not compile.  This change causes MAKEALL to return 0 if all
233     boards were able to build, otherwise 1.
234
235     This change also requires changing the script interpreter from sh to
236     bash to support bash's PIPESTATUS variable.
237
238     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
239
240 commit fbc1c8f6f6c972524197829c56dd8f2f5da0200a
241 Author: Peter Tyser <ptyser@xes-inc.com>
242 Date:   Sun Dec 6 01:33:24 2009 -0600
243
244     tools/mkimage: Remove duplicate line of code
245
246     Recent commits 1a99de2cb4d08eb3bf9fb3f60a9d533150de8c0e and
247     6a590c5f5fd12cdd27f3153522acfac3854590e7 both fixed the same bug in the
248     same manner.  Unfortunately git was "smart" enough to merge both changes
249     which resulted in some duplicate code.
250
251     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
252
253     Reordered code and comment a bit.
254
255     Signed-off-by: Wolfgang Denk <wd@denx.de>
256
257 commit df002fa6b9cd475909ede35bf95b803c2289c6a4
258 Author: Heiko Schocher <hs@denx.de>
259 Date:   Sat Dec 5 11:59:51 2009 +0100
260
261     i2c: fix dangling comment in do_i2c_mw()
262
263     commit bd3784df94bfeca43fbf34094df9cb1bd3ecca3b deleted some unused
264     code in do_i2c_mw(), but missed to also remove the respective
265     commment. This patch fixes this.
266
267     Signed-off-by: Heiko Schocher <hs@denx.de>
268
269 commit f8450829f921cf10667af98a8d08edfa3d998f04
270 Author: Heiko Schocher <hs@denx.de>
271 Date:   Tue Dec 1 19:30:47 2009 +0100
272
273     52xx, manroland: add fdt_fixup_memory() in ft_board_setup()
274
275     To update the real memory size in the memory node on the
276     uc101 and mucmc52 boards call fdt_fixup_memory() in
277     ft_board_setup().
278
279     Signed-off-by: Heiko Schocher <hs@denx.de>
280
281 commit 0ec81db20294efdad2454a753e79f1fe244a43ca
282 Author: Daniel Hobi <daniel.hobi@schmid-telecom.ch>
283 Date:   Tue Dec 1 14:05:55 2009 +0100
284
285     Fix computation in nand_util.c:get_len_incl_bad
286
287     Depending on offset, flash size and the number of bad blocks,
288     get_len_incl_bad may return a too small value which may lead to:
289
290     1) If there are no bad blocks, nand_{read,write}_skip_bad chooses the
291     bad block aware read/write code. This may hurt performance, but does
292     not have any adverse effects.
293
294     2) If there are bad blocks, the nand_{read,write}_skip_bad may choose
295     the bad block unaware read/write code (if len_incl_bad == *length)
296     which leads to corrupted data.
297
298     Signed-off-by: Daniel Hobi <daniel.hobi@schmid-telecom.ch>
299
300 commit aabb8cb0818e285aeed0cfaf243635997e07554d
301 Author: Evan Samanas <esamanas@xes-inc.com>
302 Date:   Mon Nov 9 20:08:36 2009 -0600
303
304     nfs: NfsTimeout() updates
305
306     - NfsTimeout() does not correctly update the NFS timeout value which
307       results in NfsTimeout() only being called once in certain situations.
308       This can result in the 'nfs' command hanging indefinetly.  For
309       example, the command:
310
311         nfs 192.168.0.1:/home/user/file
312
313       will not exit until ctrl-c is pressed if 192.168.0.1 does not have an
314       NFS server running.
315
316       This issue is resolved by reinitializting the NFS timeout value inside
317       NfsTimeout() when a timeout occurs.
318
319     - Make the 'nfs' command print the 'T' character when a timeout occurs.
320       Previously there was no indication that timeouts were occuring.
321
322     - Mimic the 'tftpboot' command and when a download fails print "Retry
323       count exceeded; starting again", and restart the download taking the
324       'netretry' environment variable into account.
325
326     Signed-off-by: Evan Samanas <esamanas@xes-inc.com>
327     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
328
329     Tested on TQM8xxL.
330
331     Tested by: Wolfgang Denk <wd@denx.de>
332
333     Tested on MPC8527DS.
334
335     Tested by: Ed Swarthout <Ed.Swarthout@freescale.com>
336
337 commit 224c90d1060bf1a83cbf33ca51d060b9d19e0294
338 Author: Peter Tyser <ptyser@xes-inc.com>
339 Date:   Wed Nov 18 19:08:59 2009 -0600
340
341     bootm: Fix help message's sub-command ordering
342
343     The help message for the 'bootm' command listed the 'cmdline' and 'bdt'
344     sub-commands in the wrong order which resulted in the error below when
345     following the 'help' command's instructions:
346
347       "Trying to execute a command out of order"
348
349     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
350
351 commit a93c92cddaedd5f0720e0da15c6664f7a688b582
352 Author: Robert P. J. Day <rpjday@crashcourse.ca>
353 Date:   Tue Nov 17 07:30:23 2009 -0500
354
355     help: Correct syntax of nandecc help output.
356
357     "nandecc" help output should not reproduce the command name, nor have
358     a trailing newline.
359
360     Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
361
362 commit c2fff331a32ceca837d76eb7827d6340da270d52
363 Author: Mike Rapoport <mike@compulab.co.il>
364 Date:   Wed Nov 11 10:03:03 2009 +0200
365
366     smc911x: update SMC911X related configuration description
367
368     Since commit 736fead8fdbf8a8407048bebc373cd551d01ec98 "Convert SMC911X
369     Ethernet driver to CONFIG_NET_MULTI API" SMC911X configration options
370     are called CONFIG_SMC911X rather than CONFIG_DRIVER_SMC911X. Update
371     README to reflect that change.
372
373     Signed-off-by: Mike Rapoport <mike@compulab.co.il>
374
375 commit 45b6b65c6bf06a589ef3123192af94b0381db27b
376 Author: Mike Rapoport <mike@compulab.co.il>
377 Date:   Wed Nov 11 10:03:09 2009 +0200
378
379     smc911x: fix typo in smc911x_handle_mac_address name
380
381     Signed-off-by: Mike Rapoport <mike@compulab.co.il>
382
383 commit f64ef9bb995687e24e0b61b52316f4eaa97c3bbc
384 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
385 Date:   Thu Nov 19 02:47:28 2009 -0600
386
387     fix nfs symlink name corruption
388
389     An off by one error may cause nfs readlink lookup fail if
390     nfs_path_buff has non-zero data from a previous use.
391
392     Loading: *** ERROR: File lookup fail
393
394     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
395
396 commit e8fac25e83426fdf461c66aa8a2530ec28ec536e
397 Author: Wolfgang Denk <wd@denx.de>
398 Date:   Mon Dec 7 21:06:40 2009 +0100
399
400     at91sam9261ek.c: fix minor coding style issue.
401
402     Signed-off-by: Wolfgang Denk <wd@denx.de>
403
404 commit 4713010adf5beda87410d637ebfc58db0db9a9db
405 Author: Wolfgang Denk <wd@denx.de>
406 Date:   Sun Dec 6 01:21:28 2009 +0100
407
408     trab: fix warning: implicit declaration of function 'disable_vfd'
409
410     Signed-off-by: Wolfgang Denk <wd@denx.de>
411
412 commit a9f99ab44b473fb394169ba365f8b4380f981584
413 Author: Wolfgang Denk <wd@denx.de>
414 Date:   Sun Dec 6 00:53:18 2009 +0100
415
416     zlib.c: avoid build conflicts for cradle board
417
418     Commit dce3d79710 updated the zlib code to v0.95; this caused
419     conflicts when building for the "cradle" board, because the (pretty
420     generic) preprocessor variable "OFF" was used in multiple files.
421     Make sure to avoid further conflicts by #undef'ing it in zlib.c
422     before redefining it.
423
424     Signed-off-by: Wolfgang Denk <wd@denx.de>
425     cc: Giuseppe Condorelli <giuseppe.condorelli@st.com>
426     cc: Angelo Castello <angelo.castello@st.com>
427     cc: Alessandro Rubini <rubini-list@gnudd.com>
428
429 commit 8cbf4e4f17121d732e78764f0ba317c9a1838ea6
430 Author: Wolfgang Denk <wd@denx.de>
431 Date:   Sun Dec 6 00:26:19 2009 +0100
432
433     Fix out-of-tree building of "apollon" board.
434
435     Signed-off-by: Wolfgang Denk <wd@denx.de>
436
437 commit f68ab43de67f59925542efb6bcec30f4a84fe695
438 Author: Mike Frysinger <vapier@gentoo.org>
439 Date:   Fri Dec 4 05:35:15 2009 -0500
440
441     lzma: ignore unset filesizes
442
443     The Linux kernel build system changed how it compresses things with LZMA
444     such that the header no longer contains the filesize (it is instead set to
445     all F's).  So if we get a LZMA image that has -1 for the 64bit field,
446     let's just assume that the decompressed size is unknown and continue on.
447
448     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
449
450 commit cccfc2ab77877dbdd2abe26b28d4c1f467feb0c0
451 Author: Detlev Zundel <dzu@denx.de>
452 Date:   Tue Dec 1 17:16:19 2009 +0100
453
454     README: Rearrange paragraphs to regain linear arrangement.
455
456     Two later additions to the Configuration Option section unfortunately
457     split the description of Show boot progress and the list of its call outs.
458
459     Signed-off-by: Detlev Zundel <dzu@denx.de>
460
461 commit c81296c16fd9d12422c9968cc0f1d9bf440a7d88
462 Author: Peter Tyser <ptyser@xes-inc.com>
463 Date:   Tue Nov 24 16:42:10 2009 -0600
464
465     tools/mkimage: Print FIT image contents after creation
466
467     Previously, there was no indication to the user that a FIT image was
468     successfully created after executing mkimage.  For example:
469
470       $ mkimage -f uImage.its uImage.itb
471       DTC: dts->dtb  on file "uImage.its"
472
473     Adding some additional output after creating a FIT image lets the user
474     know exactly what is contained in their image, eg:
475
476       $ mkimage -f uImage.its uImage.itb
477       DTC: dts->dtb  on file "uImage.its"
478       FIT description: Linux kernel 2.6.32-rc7-00201-g7550d6f-dirty
479       Created:         Tue Nov 24 15:43:01 2009
480        Image 0 (kernel@1)
481         Description:  Linux Kernel 2.6.32-rc7-00201-g7550d6f-dirty
482         Type:         Kernel Image
483         Compression:  gzip compressed
484         Data Size:    2707311 Bytes = 2643.86 kB = 2.58 MB
485         Architecture: PowerPC
486         OS:           Linux
487         Load Address: 0x00000000
488         Entry Point:  0x00000000
489         Hash algo:    crc32
490         Hash value:   efe0798b
491         Hash algo:    sha1
492         Hash value:   ecafba8c95684f2c8fec67e33c41ec88df1534d7
493        Image 1 (fdt@1)
494         Description:  Flattened Device Tree blob
495         Type:         Flat Device Tree
496         Compression:  uncompressed
497         Data Size:    12288 Bytes = 12.00 kB = 0.01 MB
498         Architecture: PowerPC
499         Hash algo:    crc32
500         Hash value:   a5cab676
501         Hash algo:    sha1
502         Hash value:   168722b13e305283cfd6603dfe8248cc329adea6
503        Default Configuration: 'config@1'
504        Configuration 0 (config@1)
505         Description:  Default Linux kernel
506         Kernel:       kernel@1
507         FDT:          fdt@1
508
509     This brings the behavior of creating a FIT image in line with creating a
510     standard uImage, which also prints out the uImage contents after
511     creation.
512
513     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
514
515 commit 8e1c89663cc8796b85588910046e03b388a7597c
516 Author: Peter Tyser <ptyser@xes-inc.com>
517 Date:   Tue Nov 24 16:42:09 2009 -0600
518
519     tools/fit_image.c: Remove unused fit_set_header()
520
521     The FIT fit_set_header() function was copied from the standard uImage's
522     image_set_header() function during mkimage reorganization.  However, the
523     fit_set_header() function is not used since FIT images use a standard
524     device tree blob header.
525
526     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
527
528 commit 1a99de2cb4d08eb3bf9fb3f60a9d533150de8c0e
529 Author: Peter Tyser <ptyser@xes-inc.com>
530 Date:   Tue Nov 24 16:42:08 2009 -0600
531
532     tools/mkimage: Assume FDT image type for FIT images
533
534     When building a Flattened Image Tree (FIT) the image type needs to be
535     "flat_dt".  Commit 89a4d6b12fd6394898b8a454cbabeaf1cd59bae5 introduced a
536     regression which caused the user to need to specify the "-T flat_dt"
537     parameter on the command line when building a FIT image.  The "-T
538     flat_dt" parameter should not be needed and is at odds with the current
539     FIT image documentation.
540
541     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
542
543 commit 270737acca21f3939f814de5dcf350a1c3d80d83
544 Author: Michael Brandt <Michael.Brandt@emsyso.de>
545 Date:   Sun Nov 22 14:13:27 2009 +0100
546
547     EXT2FS: fix inode size for ext2fs rev#0
548
549     extfs.c assumes that there is always a valid inode_size field in the
550     superblock. But this is not true for ext2fs rev 0. Such ext2fs images
551     are for instance generated by genext2fs. Symptoms on ARM machines are
552     messages like: "raise: Signal # 8 caught"; on PowerPC "ext2ls" will
553     print nothing.
554     This fix checks for rev 0 and uses then 128 bytes as inode size.
555
556     Signed-off-by: Michael Brandt <Michael.Brandt@emsyso.de>
557     Tested on: TQM5200S
558     Tested-by: Wolfgang Denk <wd@denx.de>
559     Signed-off-by: Wolfgang Denk <wd@denx.de>
560
561 commit bcb324d68f7955c1136dafc944eb55db8ebaa601
562 Author: Robert P. J. Day <rpjday@crashcourse.ca>
563 Date:   Thu Nov 19 11:00:28 2009 -0500
564
565     Remove superfluous preprocessor tests from some cmd_*.c files.
566
567     A small number of common/cmd_*.c files contain preprocessor tests that
568     are apparently superfluous since those same tests are used in the
569     Makefile to control the compilation of those files.  Those tests are
570     clearly redundant as long as they surround the entirety of the source
571     in those files.
572
573     Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
574
575 commit ad53226156fa64b6d04c0d1d6e91e09979cbea15
576 Author: Robert P. J. Day <rpjday@crashcourse.ca>
577 Date:   Tue Nov 17 01:59:29 2009 -0500
578
579     README: Update the list of directories.
580
581     Bring the directory listing more into line with current content.
582
583     Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
584
585 commit bd3784df94bfeca43fbf34094df9cb1bd3ecca3b
586 Author: Pratap Chandu <pratap.rrke@gmail.com>
587 Date:   Thu Nov 12 19:28:25 2009 +0530
588
589     Removes dead code in the file common/cmd_i2c.c
590
591     There is some dead code enclosed by #if 0 .... #endif in the file
592     common/cmd_i2c.c
593     This patch removes the dead code.
594
595     Signed-off-by: Pratap Chandu <pratap.rrke@gmail.com>
596
597 commit 64a480601a5614b441de692ae15a62c51e0bb381
598 Author: Mike Frysinger <vapier@gentoo.org>
599 Date:   Wed Nov 11 17:51:56 2009 -0500
600
601     smc91111_eeprom: drop CONFIG stub protection
602
603     Since the Makefile now controls the compilation of this, there is no need
604     for CONFIG checking nor the stub function.
605
606     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
607
608 commit f3a7bddc06c927c36a1a99a97131299479ef207a
609 Author: Magnus Lilja <lilja.magnus@gmail.com>
610 Date:   Wed Nov 11 19:56:58 2009 +0100
611
612     RTC: Fix return code in MC13783 RTC driver.
613
614     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
615
616 commit d52e3e0176a74c30549251e16c5c00a363c544d2
617 Author: Magnus Lilja <lilja.magnus@gmail.com>
618 Date:   Wed Nov 11 19:56:36 2009 +0100
619
620     cmd_date: Fix spelling in error message.
621
622     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
623
624 commit c253122395753abb9e531d8906c5265dc8803fb1
625 Author: Peter Tyser <ptyser@xes-inc.com>
626 Date:   Wed Nov 11 10:36:28 2009 -0600
627
628     Move do_irqinfo() to common/cmd_irq.c
629
630     cmd_irq.c is a much better home and it is already conditionally
631     compiled based on CONFIG_CMD_IRQ.
632
633     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
634
635 commit a5dd4dc64fe68e549c5ffcf6a048281b5ba94752
636 Author: Peter Tyser <ptyser@xes-inc.com>
637 Date:   Wed Nov 11 10:36:19 2009 -0600
638
639     cmd_license: Remove unneeded #ifdef CONFIG_CMD_LICENSE
640
641     cmd_license is already conditionally compiled at the Makefile-level.
642
643     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
644
645 commit 06015146a15adc7455440c491d543f6a8091551d
646 Author: Peter Tyser <ptyser@xes-inc.com>
647 Date:   Mon Nov 9 15:18:52 2009 -0600
648
649     m41t11: Remove unused functions
650
651     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
652
653 commit 9ef78511cda39987e5fc10febf386fd19f58ecf7
654 Author: Peter Tyser <ptyser@xes-inc.com>
655 Date:   Mon Nov 9 15:17:50 2009 -0600
656
657     circbuf: Move to lib_generic and conditionally compile
658
659     circbuf could be used as a generic library and is only currently
660     needed when CONFIG_USB_TTY is defined.
661
662     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
663
664 commit 604f7ce55ad74694ef8743ad2e99933dc0265e46
665 Author: Sanjeev Premi <premi@ti.com>
666 Date:   Mon Nov 9 22:43:00 2009 +0530
667
668     Fix build failure in examples/standalone
669
670     Some versions of 'make' do not handle trailing white-spaces
671     properly. Trailing spaces in ELF causes a 'fake' source to
672     be added to the variable COBJS; leading to build failure
673     (listed below). The problem was found with GNU Make 3.80.
674
675     Using text-function 'strip' as a workaround for the problem.
676
677     make[1]: Entering directory `/home/sanjeev/u-boot/examples/standalone'
678     arm-none-linux-gnueabi-gcc -g  -Os   -fno-common -ffixed-r8 -msoft-float
679     -D__KERNEL__ -DTEXT_BASE=0x80e80000 -I/home/sanjeev/u-boot/include
680     -fno-builtin -ffreestanding -nostdinc -isystem /opt/codesourcery/2009q1-
681     203/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/include -pipe  -DCONFIG_
682     ARM -D__ARM__ -marm  -mabi=aapcs-linux -mno-thumb-interwork -march=armv5
683     -Wall -Wstrict-prototypes -fno-stack-protector -g  -Os   -fno-common -ff
684     ixed-r8 -msoft-float   -D__KERNEL__ -DTEXT_BASE=0x80e80000 -I/home/sanje
685     ev/u-boot/include -fno-builtin -ffreestanding -nostdinc -isystem /opt/co
686     desourcery/2009q1-203/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/includ
687     e -pipe  -DCONFIG_ARM -D__ARM__ -marm  -mabi=aapcs-linux -mno-thumb-inte
688     rwork -march=armv5 -I.. -Bstatic -T u-boot.lds  -Ttext 0x80e80000 -o .c
689     arm-none-linux-gnueabi-gcc: no input files
690     make[1]: *** [.c] Error 1
691     make[1]: Leaving directory `/home/sanjeev/u-boot/examples/standalone'
692     make: *** [examples/standalone] Error 2
693     premi #
694
695     Signed-off-by: Sanjeev Premi <premi@ti.com>
696
697     Fixed typo (s/ElF/ELF/).
698     Signed-off-by: Wolfgang Denk <wd@denx.de>
699
700 commit af860962b544ddf323c4ff68454f00d31e44df0a
701 Author: Becky Bruce <beckyb@kernel.crashing.org>
702 Date:   Wed Nov 4 18:30:08 2009 -0600
703
704     85xx: Remove unused CONFIG_ASSUME_AMD_FLASH from config files
705
706     A bunch of the 85xx boards have this cruft in them - it's not used
707     anywhere.  Delete it.
708
709     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
710
711 commit deec1fbd4f704dded2e668bb9e368631981ea139
712 Author: Wolfgang Denk <wd@denx.de>
713 Date:   Wed Dec 2 22:26:30 2009 +0100
714
715     MAINTAINERS: update responsible for MPC85xx/86xx
716
717     Signed-off-by: Wolfgang Denk <wd@denx.de>
718     Cc: Kumar Gala <galak@kernel.crashing.org>
719     Cc: Becky Bruce <beckyb@kernel.crashing.org>
720
721 commit 824d82997fbcf28e49081d36fdd5d3be1b92b03d
722 Author: Ira W. Snyder <iws@ovro.caltech.edu>
723 Date:   Wed Nov 4 13:37:59 2009 -0800
724
725     Fix example FIT image source files
726
727     The example FIT image source files do not compile with the latest dtc and
728     mkimage. The following error message is produced:
729
730     DTC: dts->dtb  on file "kernel.its"
731     Error: kernel.its 7:0 - 1:0 syntax error
732     FATAL ERROR: Unable to parse input tree
733     ./mkimage: Can't read kernel.itb.tmp: Invalid argument
734
735     The FIT image source files are missing the "/dts-v1/;" directive at the
736     beginning of the file. Add the directive to the examples.
737
738     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
739
740 commit fd66066ee3ce15c2966feb9b2be0f0d51a95db48
741 Author: Mike Frysinger <vapier@gentoo.org>
742 Date:   Wed Nov 4 16:13:19 2009 -0500
743
744     img2srec: use standard types
745
746     The img2srec code creates a lot of typedefs with common names.  These
747     easily clash with system headers that include these typedefs (like mingw).
748
749     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
750
751 commit 8204e068110e8abe5db9c3b7df9971b58cda8f26
752 Author: Mike Frysinger <vapier@gentoo.org>
753 Date:   Wed Nov 4 16:03:25 2009 -0500
754
755     tools: gitignore *.exe binaries
756
757     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
758
759 commit 425d3b666eee5c58fdb82fb894a535dd71782a05
760 Author: Peter Tyser <ptyser@xes-inc.com>
761 Date:   Tue Nov 3 23:31:07 2009 -0600
762
763     ppc: Move conditional compilation of kgdb.c to Makefile
764
765     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
766
767 commit e06ab6546b332acc55ac4e7c31338662328b0fb3
768 Author: Mike Frysinger <vapier@gentoo.org>
769 Date:   Tue Nov 3 11:36:39 2009 -0500
770
771     spi_flash.h: pull in linux/types.h for u## types
772
773 commit 0008555f4d57c15ad86ee735861ca0d783042f61
774 Author: Mike Frysinger <vapier@gentoo.org>
775 Date:   Tue Nov 3 11:36:26 2009 -0500
776
777     bootm: mark local boot_os[] table static
778
779     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
780
781 commit a8fa379d47f06c7d3ed75c8fb26ae43ee38e1fd7
782 Author: Nishanth Menon <nm@ti.com>
783 Date:   Mon Nov 2 09:40:18 2009 -0600
784
785     mkconfig: deny messed up ARCH definition
786
787     Refuse to setup a platform if the command line ARCH= is not the same
788     as the one required for the board. This prevents any user with
789     prehistoric aliases from messing up their builds.
790
791     Reported in thread:
792     http://old.nabble.com/-U-Boot--Build-breaks-on-some-OMAP3-configs-to26132721.html
793
794     Inputs from: Mike Frysinger and Wolfgang Denk:
795     http://lists.denx.de/pipermail/u-boot/2009-November/063642.html
796
797     Cc: Wolfgang Denk <wd@denx.de>
798     Cc: Mike Frysinger <vapier@gentoo.org>
799     Cc: Anand Gadiyar <gadiyar@ti.com>
800     Cc: Dirk Behme <dirk.behme@googlemail.com>
801     Signed-off-by: Nishanth Menon <nm@ti.com>
802
803 commit 67b96e87da1b84660fa1e5b78cc760246d116814
804 Author: Remy Bohmer <linux@bohmer.net>
805 Date:   Wed Oct 28 22:13:39 2009 +0100
806
807     Repair the 'netretry=once' option.
808
809     'netretry = once' does the same as 'netretry = yes', because it is not stored
810     when it was tried once.
811
812     Signed-off-by: Remy Bohmer <linux@bohmer.net>
813     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
814
815 commit b25e38fc36e13fa8037fa4d37fe909d1d6e6f372
816 Author: Remy Bohmer <linux@bohmer.net>
817 Date:   Thu Oct 29 14:24:22 2009 +0100
818
819     Repair build fail in case CONFIG_PPC=n and CONFIG_FIT=y
820
821     Signed-off-by: Remy Bohmer <linux@bohmer.net>
822
823 commit 01826abc02ce160501534788e63629ccbe31b05c
824 Author: Grazvydas Ignotas <notasas@gmail.com>
825 Date:   Thu Nov 12 11:46:07 2009 +0200
826
827     OMAP3: pandora: fix booting without serial attached
828
829     When the board is booted without serial cable attached (which
830     is how most of them will be used) UART RX is left floating and
831     sometimes picks noise, which interrupts countdown and enters
832     U-Boot prompt instead of booting the kernel.
833
834     Fix this by setting up internal pullup on UART RX pin. This
835     does not prevent serial from working as the internal pullup
836     is weak.
837
838     Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
839
840 commit 41dfd8a60324243dbe2dc313a607910824a68aa7
841 Author: Remy Bohmer <linux@bohmer.net>
842 Date:   Wed Oct 28 22:13:37 2009 +0100
843
844     Add support for CS2 dataflash for Atmel-SPI.
845
846     The only missing chipselect line support is CS2, and I need it on
847     CS2...
848
849     Signed-off-by: Remy Bohmer <linux@bohmer.net>
850
851 commit faf36c1437c95e4a86835633d9801c5f6396a3c7
852 Author: Remy Bohmer <linux@bohmer.net>
853 Date:   Wed Oct 28 22:13:36 2009 +0100
854
855     Fix mingw tools build
856
857     mkimage does not build due to missing strtok_r() and getline() implementation
858
859     Signed-off-by: Remy Bohmer <linux@bohmer.net>
860
861 commit 6a590c5f5fd12cdd27f3153522acfac3854590e7
862 Author: Remy Bohmer <linux@bohmer.net>
863 Date:   Wed Oct 28 22:13:35 2009 +0100
864
865     Building of FIT images does not work.
866
867     The type is not set for generation of the FIT images, resulting
868     in no images being created without printing or returning an error
869
870     Signed-off-by: Remy Bohmer <linux@bohmer.net>
871
872 commit 0a7691e820e33b23f61c6ea0ef6fa72099d1a6ae
873 Author: Renato Andreola <renato.andreola@imagos.it>
874 Date:   Mon Nov 23 16:45:14 2009 -0500
875
876     Nios2: do_boom_linux(): kernel gunzip input data integrity problem due to
877         missing cache flush.
878
879         Added instruction and data caches flush.
880
881     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
882
883 commit de03825386eaedb5e17261dd87cde86e9a764ba9
884 Author: Scott McNutt <smcnutt@psyent.com>
885 Date:   Mon Nov 23 16:29:40 2009 -0500
886
887     Nios2: Fix compiler warnings in lib_nios2/board.c (unused variables)
888
889     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
890
891 commit 57baa379cf2f67df89a5c6052767fd25daff20bd
892 Author: Scott McNutt <smcnutt@psyent.com>
893 Date:   Mon Nov 23 15:54:25 2009 -0500
894
895     Nios2/Nios: Remove unnecessary (residual) linker Nios command scripts from
896         the standalone examples.
897
898     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
899
900 commit fcffb680e77fcb48598d4a9944dbe2d4503170e0
901 Author: Mike Frysinger <vapier@gentoo.org>
902 Date:   Wed Oct 14 19:28:03 2009 -0400
903
904     sf: fix stmicro offset setup while erasing
905
906     Reported-by: Peter Gombos <gombos@protecta.hu>
907     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
908
909 commit d394a7795027d96ca55799df40bd5c4a13dbeebe
910 Author: Jason McMullan <mcmullan@netapp.com>
911 Date:   Fri Oct 9 17:12:23 2009 -0400
912
913     sf: new driver for Winbond W25X16/32/64 devices
914
915     Signed-off-by: Jason McMullan <jason.mcmullan@gmail.com>
916     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
917
918 commit cada315100c88894b85972a91309a6f2413966b6
919 Author: Marcel Ziswiler <marcel@ziswiler.com>
920 Date:   Thu Oct 1 23:55:17 2009 +0200
921
922     mpc8260: move FDT memory node fixup into common CPU code.
923
924     Signed-off-by: Marcel Ziswiler <marcel.ziswiler@noser.com>
925     Tested-by: Heiko Schocher <hs@denx.de>
926
927 commit f2cea405f83da46b72098ea874fb3eefe185d312
928 Author: Po-Yu Chuang <ratbert.chuang@gmail.com>
929 Date:   Wed Sep 23 15:52:35 2009 +0800
930
931     Add driver for FTRTC010 real time clock
932
933     Signed-off-by: Po-Yu Chuang <ratbert@faraday-tech.com>
934
935     Edited commit message.
936     Signed-off-by: Wolfgang Denk <wd@denx.de>
937
938 commit c0356a88011330646e960dfac8a2c909bede3304
939 Author: Mark Jackson <mpfj-list@mimc.co.uk>
940 Date:   Mon Aug 17 16:42:52 2009 +0100
941
942     MIMC200: set default fbmem value
943
944     This patch adds a default bootargs "fbmem" value to the
945     CONFIG_BOOTARGS string for the MIMC200 board.
946
947     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
948
949 commit 3ffc0d61bad7d986e344ce7062b37c5c8f04fb0e
950 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
951 Date:   Tue Oct 27 19:58:09 2009 +0100
952
953     ppc4xx: Initialize magnetic coupler on VOM405 boards
954
955     This patch fixes an ugly behavior of the IL712 magnetic coupler
956     as used on VOM405. These parts will remember their last state
957     over a power cycle which might cause unwanted behavior.
958
959     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
960     Signed-off-by: Stefan Roese <sr@denx.de>
961
962 commit be0db3e3141c6c6b4e232b51091f35a284cc54e5
963 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
964 Date:   Mon Oct 26 09:58:45 2009 +0100
965
966     ppc4xx: Initialize magnetic couplers in PLU405
967
968     This patch fixes an ugly behavior of the IL712 magnetic couplers
969     as used on PLU405. These parts will remember their last state
970     over a power cycle which might cause unwanted behavior.
971
972     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
973     Signed-off-by: Stefan Roese <sr@denx.de>
974
975 commit 067f54c66acd469870ef6946e1591bfcc02de1b3
976 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
977 Date:   Mon Oct 26 09:55:40 2009 +0100
978
979     Add minimal SJA1000 header for basic CAN mode
980
981     This patch is in preparation for the upcoming PLU405 board fix.
982
983     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
984     Signed-off-by: Stefan Roese <sr@denx.de>
985
986 commit cdbdbe65f5f006cba208accee5a126c659d4b867
987 Author: Kumar Gala <galak@kernel.crashing.org>
988 Date:   Fri Nov 13 08:52:21 2009 -0600
989
990     ppc/85xx: Fix how we determine the number of CAM entries
991
992     We were incorrectly use the max CAM size as the number of entries in
993     the array for setting up the addrmap.  We should be using the NENTRY
994     field which is the low 12-bits of TLB1CFG.
995
996     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
997
998 commit fbd47b6753b08162436d9ccad1e63c8d43ede54c
999 Author: Mike Rapoport <mike@compulab.co.il>
1000 Date:   Thu Nov 12 15:35:08 2009 +0200
1001
1002     smc911x: make smc911x_initialize return correct value
1003
1004     Make smc911x_initialize return -1 on error and number of interfaces
1005     detected otherwise.
1006
1007     Signed-off-by: Mike Rapoport <mike@compulab.co.il>
1008     Acked-by: Mike Frysinger <vapier@gentoo.org>
1009     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1010
1011 commit c44efcf97b335dcef7d014f65b7d3094e79adb13
1012 Author: Mike Frysinger <vapier@gentoo.org>
1013 Date:   Thu Nov 12 22:26:02 2009 -0500
1014
1015     smc911x_eeprom: fix building after smc911x overhaul
1016
1017     When the smc911x driver was converted to NET_MULTI, the smc911x eeprom was
1018     missed.  The config option needed updating as well as overhauling of the
1019     rergister read/write functions.
1020
1021     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1022     Tested-by: Mike Rapoport <mike.rapoport@gmail.com>
1023     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1024
1025 commit 3ad95deb30ac73bd57e966d321215a17d3236f9f
1026 Author: Dave Liu <daveliu@freescale.com>
1027 Date:   Thu Nov 12 07:26:37 2009 +0800
1028
1029     fsl-ddr: Fix the chip-select interleaving issue
1030
1031     commit 1542fbdeec0d1e2a6df13189df8dcb1ce8802be3
1032     introduced one new bug to chip-select interleaving.
1033
1034     Single DDR controller also can do the chip-select
1035     interleaving if there is dual-rank or qual-rank DIMMs.
1036
1037     Signed-off-by: Dave Liu <daveliu@freescale.com>
1038     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1039
1040 commit 651ef90fa6ca824c8e581aeef9e04bbbe7f7e9ce
1041 Author: javier Martin <javier.martin@vista-silicon.com>
1042 Date:   Thu Oct 29 08:22:43 2009 +0100
1043
1044     mxc_fec: avoid free() calls to already freed pointers.
1045
1046     Sometimes, inside NetLoop, eth_halt() is called before eth_init() has
1047     been called. This is harmless except for free() calls to pointers
1048     which have not been allocated yet.
1049
1050     This patch initializes those pointers to NULL and allocates them only
1051     the first time. This way we can get rid of free calls in halt callback.
1052
1053     This has been tested in i.MX27 Litekit board and eldk-4.2 toolchains.
1054
1055     Signed-off-by: Javier Martin <javier.martin@vista-silicon.com>
1056     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1057
1058 commit e8f1546a88b4ade6a910c4a7958a774ee1b40023
1059 Author: javier Martin <javier.martin@vista-silicon.com>
1060 Date:   Thu Oct 29 08:18:34 2009 +0100
1061
1062     mxc_fec: fix some erroneous PHY accesses.
1063
1064     This patch fixes erroneous access to the ethernet PHY which broke the driver.
1065     1. Selector field in the auto-negotiation register must be 0x00001 for
1066     using 802.3, not 0x00000 which is reseved.
1067     2. Access to the PHY address specified by CONFIG_FEC_MXC_PHYADDR, not
1068     0x0 fixed address.
1069
1070     This has been tested in i.MX27 Litekit board and eldk-4.2 toolchains.
1071
1072     Now using proper defines for auto-negotiation register.
1073
1074     Signed-off-by: Javier Martin <javier.martin@vista-silicon.com>
1075     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1076
1077 commit f865fcbbb35851e75fee9c3a3fa8e0f71d9e6463
1078 Author: Ron Lee <ron@debian.org>
1079 Date:   Wed Aug 5 20:14:01 2009 +0200
1080
1081     ARM Don't inline weak symbols
1082
1083     ------------------------------------------------------------------------
1084
1085     GCC 4.4 complains about this now.
1086
1087     Signed-off-by: Ron Lee <ron@debian.org>
1088
1089 commit d14c7ec2b51fb92c4a5218b299b772c3d186510d
1090 Author: Ben Warren <biggerbadderben@gmail.com>
1091 Date:   Mon Nov 9 13:09:57 2009 -0800
1092
1093     Fix SMC91111 regression: lpd7a40x build failures
1094
1095     Both lpd7a400 and lpd7a404 failed to compile because they had
1096     CONFIG_SMC_USE_IOFUNCS defined:
1097
1098     examples/standalone/smc91111_eeprom.c:388: undefined reference to `SMC_outw'
1099
1100     Also removed an orphaned paren in lpd7a404.h
1101
1102     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1103
1104 commit 1031ae960ce6ce8332190278a06e2d72c2b2793e
1105 Author: Ben Warren <biggerbadderben@gmail.com>
1106 Date:   Mon Nov 9 14:01:08 2009 -0800
1107
1108     SMC91111: Clean up SMC_inx macros on xsengine and xaeniax
1109
1110     This patch fixes the following warnings:
1111
1112     Configuring for xaeniax board...
1113     smc91111_eeprom.c: In function 'print_macaddr':
1114     smc91111_eeprom.c:278: warning: suggest parentheses around + or - in operand of &
1115     smc91111_eeprom.c:281: warning: suggest parentheses around + or - in operand of &
1116     ...
1117     Configuring for xsengine board...
1118     smc91111_eeprom.c: In function 'print_macaddr':
1119     smc91111_eeprom.c:278: warning: suggest parentheses around + or - inside shift
1120     smc91111_eeprom.c:281: warning: suggest parentheses around + or - inside shift
1121
1122     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1123
1124 commit 830c7b6722c6a9762411bf52a7bf2fae4dc71dab
1125 Author: Ben Warren <biggerbadderben@gmail.com>
1126 Date:   Mon Nov 9 11:43:18 2009 -0800
1127
1128     Fix CS8900 regression on impa7 board
1129
1130     The following error was seen on impa7 board, due to its use of a 32-bit bus
1131     on CS8900.
1132     cs8900.c:137:37: error: macro "get_reg_init_bus" passed 2 arguments, but takes just 1
1133
1134     This patch gives the macro the correct number of arguments
1135
1136     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1137
1138 commit e5c5d9e0834bacf1c4787fa76cc4e369f2597cf5
1139 Author: Mike Frysinger <vapier@gentoo.org>
1140 Date:   Sun Nov 1 22:39:56 2009 -0500
1141
1142     clarify eth driver halt/recv steps
1143
1144     The dev->halt() func can be called at any time, and the dev->recv() func
1145     does not need to use NetRxPackets[] when calling NetReceive().
1146
1147     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1148     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1149
1150 commit 497ab0eec5e1e2dfccc141a4485cd6b940e1424a
1151 Author: Hui.Tang <zetalabs@gmail.com>
1152 Date:   Thu Nov 5 09:58:44 2009 +0800
1153
1154     Fix cs8900 dev->priv not init issue
1155
1156     Ensure all CS8900 data structures are assigned before accessing device
1157
1158     Signed-off-by: Hui.Tang <zetalabs@gmail.com>
1159     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1160
1161 commit 4fe5193d464ecdac26ddc71b1351be5b86bbff29
1162 Author: Stefan Roese <sr@denx.de>
1163 Date:   Tue Nov 3 14:34:45 2009 +0100
1164
1165     ppc4xx: 44x_spd_ddr2.c: Fix register macro ECCCR -> ECCES (SDRAM_ECCES)
1166
1167     This error only appears when DEBUG is enabled in this driver. That's why
1168     it went unnoticed till now.
1169
1170     Signed-off-by: Stefan Roese <sr@denx.de>
1171
1172 commit 916ed9444d3ab7b5cd6312557005f2a764a8baf7
1173 Author: Stefan Roese <sr@denx.de>
1174 Date:   Thu Oct 29 18:37:45 2009 +0100
1175
1176     ppc4xx: Canyonlands: Change EBC bus config to drive always (no high-z)
1177
1178     This patch fixes a problem only seen very occasionally on Canyonlands.
1179     The NOR flash interface (CFI driver) doesn't work reliably in all cases.
1180     Erasing and/or programming sometimes doesn't work. Sometimes with
1181     an error message, like "flash not erased" when trying to program an
1182     area that should have just been erased. And sometimes without any error
1183     messages. As mentioned above, this problem was only seen rarely and with
1184     some PLL configuration (CPU speed, EBC speed).
1185
1186     Now I spotted this problem a few times, when running my Canyonlands with
1187     the following setup (chip_config):
1188
1189     1000-nor         - NOR  CPU:1000 PLB: 200 OPB: 100 EBC: 100
1190
1191     Changing the EBC configuration to not release the bus into high
1192     impedance state inbetween the transfers (ATC, DTC and CTC bits set to 1
1193     in EBC0_CFG) seems to fix this problem. I haven't seen any failure
1194     anymore with this patch applied.
1195
1196     Signed-off-by: Stefan Roese <sr@denx.de>
1197     Cc: David Mitchell <dmitchell@amcc.com>
1198     Cc: Jeff Mann <MannJ@embeddedplanet.com>
1199
1200 commit 25793f76bf9a7be59c9415ef0f78d034e8d53dae
1201 Author: Remy Bohmer <linux@bohmer.net>
1202 Date:   Thu Oct 29 12:29:37 2009 +0100
1203
1204     ARM: Use Linux version for unaligned access code
1205
1206     The asm-arm/unaligned.h includes linux/unaligned/access_ok.h
1207     This file is unsafe to be used on ARM, since it does an unaligned memory
1208     accesses which fails on ARM.
1209
1210     Lookin at Linux the basic difference seems to be the header
1211     "include/asm-arm/unaligned.h". The Linux version of "unaligned.h"
1212     does *not* include "access_ok.h" at all. It includes "le_byteshift.h"
1213     and "be_byteshift.h" instead.
1214
1215     Signed-off-by: Remy Bohmer <linux@bohmer.net>
1216     Signed-off-by: Stefan Roese <sr@denx.de>
1217     --
1218      include/asm-arm/unaligned.h            |    3 -
1219      include/linux/unaligned/be_byteshift.h |   70 +++++++++++++++++++++++++++++++++
1220      include/linux/unaligned/le_byteshift.h |   70 +++++++++++++++++++++++++++++++++
1221      3 files changed, 142 insertions(+), 1 deletion(-)
1222      create mode 100644 include/linux/unaligned/be_byteshift.h
1223      create mode 100644 include/linux/unaligned/le_byteshift.h
1224
1225 commit 6d6e7c53d5c75e5e24841c5506f4ed9d82adee09
1226 Author: Kumar Gala <galak@kernel.crashing.org>
1227 Date:   Wed Nov 4 18:02:10 2009 -0600
1228
1229     ppc/85xx: Fix inclusion of 83xx immap in 85xx builds
1230
1231     The nand_boot_fsl_elbc.c is shared between 83xx & 85xx however we should
1232     not be including the immap_83xx.h when building 85xx.  We can just get
1233     this all from common.h
1234
1235     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1236
1237 commit 107b579c75256212d4bf8b99ee8d68e0078f3646
1238 Author: Becky Bruce <beckyb@kernel.crashing.org>
1239 Date:   Wed Nov 4 17:34:04 2009 -0600
1240
1241     86xx: Remove redundant code in initdram
1242
1243     The same code exists both inside an #ifdef and outside of it.
1244     Remove the extra code for all the 86xx boards.
1245
1246     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
1247     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1248
1249 commit 715d8f7608f77c93f1807a032644893fd5b6d08b
1250 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
1251 Date:   Mon Nov 2 09:05:49 2009 -0600
1252
1253     fsl_pci_init_port end-point initialization is broken
1254
1255     commit 70ed869e broke fsl pcie end-point initialization.
1256     Returning 0 is not correct.  The function must return the first free
1257     bus number for the next controller.
1258
1259     fsl_pci_init() must still be called and a bus allocated even if the
1260     controller is an end-point.
1261
1262     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
1263     Acked-by: Vivek Mahajan <vivek.mahajan@freescale.com>
1264     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1265
1266 commit 01471d538fb163f472a769f21267d7676c91267c
1267 Author: Kumar Gala <galak@kernel.crashing.org>
1268 Date:   Wed Nov 4 01:29:04 2009 -0600
1269
1270     Revert "ppc/85xx/pci: fsl_pci_init: pcie agent mode support"
1271
1272     This reverts commit 70ed869ea5f6b1d13d7b140c83ec0dcd8a127ddc.
1273
1274     There isn't any need to modify the API for fsl_pci_init_port to pass the
1275     status of host/agent(end-point) status.  We can determine that
1276     internally to fsl_pci_init_port.  Revert the patch that makes the API
1277     change.
1278
1279     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1280
1281 commit ff88229549e08fdd3f9127c1cc4db11a3576250f
1282 Author: Dave Liu <daveliu@freescale.com>
1283 Date:   Sat Oct 31 07:59:55 2009 +0800
1284
1285     ppc/85xx: Fix misc L2 cache enabling bug
1286
1287     We need loop-check the flash clear lock and enable bit for L2 cache.
1288
1289     Signed-off-by: Dave Liu <daveliu@freescale.com>
1290     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1291
1292 commit 59434fe243962758742af5cb8e2ced976e17c302
1293 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1294 Date:   Fri Oct 30 10:16:27 2009 +0900
1295
1296     sh: Update lowlevel_init.S of espt-giga
1297
1298     There was the point that did not use write macro.
1299     Change to write macro.
1300
1301     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1302
1303 commit f1cae1969d9e971fb72827a5731ce7e752464aa2
1304 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1305 Date:   Fri Oct 30 10:01:25 2009 +0900
1306
1307     sh: Move some defs to convince 'pcrel too far'
1308
1309     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1310     Signed-off-by: Takashi Yoshii <yoshii.takashi@gmail.com>
1311
1312 commit 0f9eaf4b323ea0ca95944b84c7465b81ba575514
1313 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1314 Date:   Thu Oct 15 13:36:34 2009 +0900
1315
1316     sh: Remove malloc_bin_reloc from lib_sh, lib_nios2 and lib_nios.
1317
1318     By "arm/microblaze/nios/nios2/sh: Remove relocation fixups"
1319     (commit: 0630535e2d062dd73c1ceca5c6125c86d1127a49", doesn't need
1320     malloc_bin_reloc function. This commit remove this.
1321
1322     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1323
1324 commit 0775437293a6963cb21244dfae6978cbf67c6bfe
1325 Author: Ben Warren <biggerbadderben@gmail.com>
1326 Date:   Wed Oct 21 21:53:39 2009 -0700
1327
1328     Fix DM9000 MAC address handling
1329
1330     Proper behavior is to pull MAC address from NVRAM in the initialization() an
1331     stuff it in dev->address, then program the device from dev->address in
1332     the init() function.
1333
1334     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1335
1336 commit 98d92d8c9f4021629a45261ad5ec3f3595f3a27a
1337 Author: Wolfgang Denk <wd@denx.de>
1338 Date:   Wed Oct 28 22:07:56 2009 +0100
1339
1340     sbc8349: fix incorrect comment
1341
1342     The comment for the BR0_PRELIM port size initialization incorrectly
1343     stated 32 bit, while it's actually 16 bit. The code is correct.
1344
1345     Reported-by: Guenter Koellner <guenter.koellner@nsn.com>
1346     Signed-off-by: Wolfgang Denk <wd@denx.de>
1347
1348 commit a38f85e180a30b6225808828ded1017b1a5418c6
1349 Author: Sandeep Paulraj <s-paulraj@ti.com>
1350 Date:   Wed Oct 28 11:05:03 2009 -0400
1351
1352     Fix Compliation warning for TNY-A9260 and TNY-A9G20
1353
1354     The patch fixes a compilation warning by defining
1355     CONFIG_SYS_64BIT_VSPRINTF in the config file
1356
1357     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
1358
1359 commit 264e42ee54f1d322805d9068168fd362b413fd09
1360 Author: Sandeep Paulraj <s-paulraj@ti.com>
1361 Date:   Wed Oct 28 11:04:53 2009 -0400
1362
1363     Fix Compliation warning for SBC35-A9G20 board
1364
1365     The patch fixes a compilation warning by defining
1366     CONFIG_SYS_64BIT_VSPRINTF in the config file
1367
1368     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
1369
1370 commit 353462f6ff9769091fb644d44d8025f20a4192d9
1371 Author: Eric Millbrandt <emillbrandt@coldhaus.com>
1372 Date:   Wed Oct 28 09:37:33 2009 -0500
1373
1374     galaxy5200: Add default environment variables
1375
1376     Extend bootdelay to 10 seconds.  Set boot retry time to 120 seconds and use
1377     reset to retry.  Define default bootcommand and bootargs for production.
1378
1379     Signed-off-by: Eric Millbrandt <emillbrandt@dekaresearch.com>
1380
1381 commit fa36ae790eb10ce70935f9a78f07703719dca422
1382 Author: Stefan Roese <sr@denx.de>
1383 Date:   Tue Oct 27 15:15:55 2009 +0100
1384
1385     cfi: Add weak default function for flash_cmd_reset()
1386
1387     Currently the CFI driver issues both AMD and Intel reset commands.
1388     This is because the driver doesn't know yet which chips are connected.
1389     This dual reset seems to cause problems with the M29W128G chips as
1390     reported by Richard Retanubun. This patch now introduces a weak default
1391     function for the CFI reset command, still with both resets. This can
1392     be overridden by a board specific version if necessary.
1393
1394     Signed-off-by: Stefan Roese <sr@denx.de>
1395     Cc: Richard Retanubun <RichardRetanubun@ruggedcom.com>
1396
1397 commit 4946775c6db52dba28f72ba3525764b54f1d4593
1398 Author: Wolfgang Denk <wd@denx.de>
1399 Date:   Wed Oct 28 00:49:47 2009 +0100
1400
1401     Coding Style cleanup; update CHANGELOG, prepare -rc1
1402
1403     Signed-off-by: Wolfgang Denk <wd@denx.de>
1404
1405 commit 246c69225c7b962d5c93e92282b78ca9fc5fefee
1406 Author: Peter Tyser <ptyser@xes-inc.com>
1407 Date:   Sun Oct 25 15:12:56 2009 -0500
1408
1409     Add 'editenv' command
1410
1411     The editenv command can be used to edit an environment variable.
1412     Editing an environment variable is useful when one wants to tweak an
1413     existing variable, for example fix a typo or change the baudrate in the
1414     'bootargs' environment variable.
1415
1416     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1417
1418 commit b0fa8e50632a628766db23f5c884ec63f1469552
1419 Author: Peter Tyser <ptyser@xes-inc.com>
1420 Date:   Sun Oct 25 15:12:55 2009 -0500
1421
1422     setenv(): Delete 0-length environment variables
1423
1424     Previously setenv() would only delete an environment variable if it
1425     was passed a NULL string pointer as a value.  It should also delete an
1426     environment variable when it encounters a valid string pointer of
1427     0-length.
1428
1429     This change/fix is generally useful and is necessary for the upcoming
1430     "editenv" command.
1431
1432     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1433
1434 commit ecc5500ee487170d8af6ff893fd1e0082380a01a
1435 Author: Peter Tyser <ptyser@xes-inc.com>
1436 Date:   Sun Oct 25 15:12:54 2009 -0500
1437
1438     readline(): Add ability to modify a string buffer
1439
1440     If the 'buf' parameter is a non-0-length string, its contents will be
1441     edited.  Previously, the initial contents of 'buf' were ignored and the
1442     user entered its contents from scratch.
1443
1444     This change is necessary to support the upcoming "editenv" command but
1445     could also be used for future commands which require a user to modify
1446     an existing string.
1447
1448     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1449
1450 commit f923943843cd617d681387e7fe81a48060cc6401
1451 Author: Peter Tyser <ptyser@xes-inc.com>
1452 Date:   Sun Oct 25 15:12:53 2009 -0500
1453
1454     cread_line(): Remove unused variables
1455
1456     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1457
1458 commit e491a71e578e93bd3b2f8f20d8ef8f111c98010d
1459 Author: Peter Tyser <ptyser@xes-inc.com>
1460 Date:   Sun Oct 25 15:12:52 2009 -0500
1461
1462     Check for NULL prompt in readline_into_buffer()
1463
1464     Previously, passing readline() or readline_into_buffer() a NULL 'prompt'
1465     parameter would result in puts() printing garbage when
1466     CONFIG_CMDLINE_EDITING was enabled.
1467
1468     Note that no board currently triggers this bug.  Enabling
1469     CONFIG_CMDLINE_EDITING on some boards (eg bab7xx) would result in
1470     the bug appearing.  This change is only intended to prevent someone
1471     from running into this issue in the future.
1472
1473     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1474
1475 commit 16d1c10783660f3fdbc3c19141f42f3b0d1834d3
1476 Author: Wolfgang Denk <wd@denx.de>
1477 Date:   Sun Oct 25 23:00:09 2009 +0100
1478
1479     drivers/net/phy/miiphybb.c: fix warning: no newline at end of file
1480
1481     Add missing newline.
1482
1483     Signed-off-by: Wolfgang Denk <wd@denx.de>
1484     Cc: Luigi Mantellini <luigi.mantellini@idf-hit.com>
1485     Cc: Ben Warren <biggerbadderben@gmail.com>
1486
1487 commit a747a7f31059b9069e97c78bba5496409c33aa05
1488 Author: Wolfgang Denk <wd@denx.de>
1489 Date:   Tue Oct 27 00:03:32 2009 +0100
1490
1491     Revert "env: only build env_embedded and envcrc when needed"
1492
1493     Breaks building on many boards, and no really clean fix available yet.
1494
1495     This reverts commit 6dab6add2d8ee80905234b326abc3de11be1d178.
1496
1497 commit 3fca80375981fe83d4674a0267183b469a1ea7ff
1498 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
1499 Date:   Thu Oct 15 17:47:16 2009 +0400
1500
1501     mpc85xx: Configure QE USB for MPC8569E-MDS boards
1502
1503     Setup QE pin multiplexing for USB function, configure needed BCSRs
1504     and add some fdt fixups.
1505
1506     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
1507     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1508
1509 commit 14809b6c21c89dd65abaf3fea7627fb5ea0f78a3
1510 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
1511 Date:   Thu Oct 15 17:47:13 2009 +0400
1512
1513     mpc85xx: Configure QE UART for MPC8569E-MDS boards
1514
1515     To make QE UART usable by Linux we should setup pin multiplexing
1516     and turn UCC2 Ethernet node into UCC2 QE UART node.
1517
1518     Also, QE UART is mutually exclusive with UART0, so we can't enable
1519     it if eSDHC is in 4-bits mode on pilot boards, or if it's a prototype
1520     board with eSDHC in 1- or 4-bits mode.
1521
1522     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
1523     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1524
1525 commit 70d665b1d230b9575a647948e8db3da1e6743e5c
1526 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
1527 Date:   Thu Oct 15 17:47:11 2009 +0400
1528
1529     mpc85xx: Setup QE pinmux for SPI Flash on MPC8569E-MDS boards
1530
1531     SPI Flash (M25P40) is connected to the SPI1 bus, we need a few
1532     qe_iop entries to actually enable SPI1 on these boards.
1533
1534     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
1535     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1536
1537 commit 65dec3b4599a17e83ec69dfd059e4ea1e795ef37
1538 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
1539 Date:   Thu Oct 15 17:47:09 2009 +0400
1540
1541     mpc85xx: Setup SRIO memory region LAW for MPC8569E-MDS boards
1542
1543     This patch sets memory window for Serial RapidIO on MPC8569E-MDS
1544     boards.
1545
1546     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
1547     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1548
1549 commit a29155e12286cc5ec2df72c1cab28e3659bfdad5
1550 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
1551 Date:   Thu Oct 15 17:47:08 2009 +0400
1552
1553     mpc85xx: Add eLBC NAND support for MPC8569E-MDS boards
1554
1555     Simply add some defines, and adjust TLBe setup to include some
1556     space for eLBC NAND.
1557
1558     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
1559     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1560
1561 commit 7f52ed5ef1b490da282ace3316be381a6abf96a5
1562 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
1563 Date:   Thu Oct 15 17:47:06 2009 +0400
1564
1565     mpc85xx: Add eSDHC support for MPC8569E-MDS boards
1566
1567     eSDHC is mutually exlusive with UART0 (in 4-bits mode) and I2C2
1568     (in 1-bit mode). When eSDHC is used, we should switch u-boot console to
1569     UART1, and make the proper device-tree fixups.
1570
1571     Because of an erratum in prototype boards it is impossible to use eSDHC
1572     without disabling UART0 (which makes it quite easy to 'brick' the board
1573     by simply issung 'setenv hwconfig esdhc', and not able to interact with
1574     U-Boot anylonger).
1575
1576     So, but default we assume that the board is a prototype, which is a most
1577     safe assumption. There is no way to determine board revision from a
1578     register, so we use hwconfig.
1579
1580     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
1581     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1582
1583 commit 48618126f78f05042dae428811809b594f747eb9
1584 Author: Peter Tyser <ptyser@xes-inc.com>
1585 Date:   Fri Oct 23 15:55:48 2009 -0500
1586
1587     xpedite5370: Enable multi-core support
1588
1589     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1590     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1591
1592 commit 5ccd29c3679b3669b0bde5c501c1aa0f325a7acb
1593 Author: Peter Tyser <ptyser@xes-inc.com>
1594 Date:   Fri Oct 23 15:55:47 2009 -0500
1595
1596     85xx: MP Boot Page Translation update
1597
1598     This change has 3 goals:
1599     - Have secondary cores be released into spin loops at their 'true'
1600       address in SDRAM.  Previously, secondary cores were put into spin
1601       loops in the 0xfffffxxx address range which required that boot page
1602       translation was always enabled while cores were in their spin loops.
1603
1604     - Allow the TLB window that the primary core uses to access the
1605       secondary cores boot page to be placed at any address.  Previously, a
1606       TLB window at 0xfffff000 was always used to access the seconary cores'
1607       boot page.  This TLB address requirement overlapped with other
1608       peripherals on some boards (eg XPedite5370).  By default, the boot
1609       page TLB will still use the 0xfffffxxx address range, but this can be
1610       overridden on a board-by-board basis by defining a custom
1611       CONFIG_BPTR_VIRT_ADDR.  Note that the TLB used to map the boot page
1612       remains in use while U-Boot executes.  Previously it was only
1613       temporarily used, then restored to its initial value.
1614
1615     - Allow Boot Page Translation to be disabled on bootup.  Previously,
1616       Boot Page Translation was always left enabled after secondary cores
1617       were brought out of reset.  This caused the 0xfffffxxx address range
1618       to somewhat "magically" be translated to an address in SDRAM.  Some
1619       boards may not want this oddity in their memory map, so defining
1620       CONFIG_MPC8xxx_DISABLE_BPTR will turn off Boot Page Translation after
1621       the secondary cores are initialized.
1622
1623     These changes are only applicable to 85xx boards with CONFIG_MP defined.
1624
1625     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1626     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1627
1628 commit 70ed869ea5f6b1d13d7b140c83ec0dcd8a127ddc
1629 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
1630 Date:   Tue Oct 27 12:18:55 2009 +0530
1631
1632     ppc/85xx/pci: fsl_pci_init: pcie agent mode support
1633
1634     Originally written by Jason Jin and Mingkai Hu for mpc8536.
1635
1636     When QorIQ based board is configured as a PCIe agent, then unlock/enable
1637     inbound PCI configuration cycles and init a 4K inbound memory window;
1638     so that a PCIe host can access the PCIe agents SDRAM at address 0x0
1639
1640     * Supported in fsl_pci_init_port() after adding pcie_ep as a param
1641     * Revamped copyright in drivers/pci/fsl_pci_init.c
1642     * Mods in 85xx based board specific pci init after this change
1643
1644     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
1645     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1646
1647 commit 273a28ad9ef59dcfcd4c056ec1f61f1e0896cfaa
1648 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
1649 Date:   Tue Oct 27 09:36:38 2009 +0530
1650
1651     85xx/p1_p2_rdb: Fixing DDR configuration for 800MHz data rate
1652
1653     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
1654     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1655
1656 commit 924024c396761c267b948f38d78e9905f2036501
1657 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
1658 Date:   Tue Oct 27 09:26:55 2009 +0530
1659
1660     85xx/p1_p2rdb: Fix crash while configuring 32 bit DDR i/f for P1020RDB.
1661
1662     The data being modified was in NOR flash which caused the crash.
1663
1664     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
1665     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1666
1667 commit 2c0c58b92dbb68007061bdc0edd23bdf142efebf
1668 Author: Sergey Mironov <ierton@gmail.com>
1669 Date:   Wed Sep 23 16:47:38 2009 +0400
1670
1671     Fix bug in jumptable call stubs for SPARC.
1672
1673     Signed-off-by: Sergey Mironov <ierton@gmail.com>
1674     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
1675
1676 commit 3e303f748cf57fb23e8ec95ab7eac0074be50e2b
1677 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
1678 Date:   Thu Oct 15 17:47:04 2009 +0400
1679
1680     fdt_support: Add multi-serial support for stdout fixup
1681
1682     Currently fdt_fixup_stdout() is using hard-coded CONFIG_CONS_INDEX
1683     constant. With multi-serial support, the CONS_INDEX may no longer
1684     represent actual console, so we should try to extract port number
1685     from the current stdio device name instead of always hard-coding the
1686     constant value.
1687
1688     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
1689     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
1690     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1691
1692 commit da0e5f7ee828f246d85997486fff308837069453
1693 Author: Leon Woestenberg <leon.woestenberg@gmail.com>
1694 Date:   Mon Oct 26 10:03:32 2009 +0100
1695
1696     ppc/85xx: Fix crashes due to generation of SPE instruction
1697
1698     U-Boot crashed on the last instruction:
1699
1700     int parse_stream_outer(struct in_str *inp, int flag)
1701     {
1702     effa4784:       94 21 ff 38     stwu    r1,-200(r1)
1703     effa4788:       7c 08 02 a6     mflr    r0
1704     effa478c:       42 9f 00 05     bcl-    20,4*cr7+so,effa4790 <parse_stream_outer+0xc>
1705     effa4790:       7d 80 00 26     mfcr    r12
1706     effa4794:       13 c1 b3 21     evstdd  r30,176(r1)
1707
1708     ...which is a  SPE instruction, although -mno-spe was used.
1709
1710     tmp/cross/ppce500v2/bin/powerpc-angstrom-linux-gnuspe-gcc --version
1711     powerpc-angstrom-linux-gnuspe-gcc (GCC) 4.3.3
1712
1713     Seems to be a known issue (since 2008-04?!)
1714
1715     Googled some, turns out this patch/workaround works for me on MPC8536DS.
1716
1717     See http://gcc.gnu.org/ml/gcc-patches/2008-04/msg00311.html for more info
1718
1719     Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
1720     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1721
1722 commit 654ea1f3184235694306ddc5874baa27ad3018fe
1723 Author: Dave Liu <daveliu@freescale.com>
1724 Date:   Thu Oct 22 00:10:23 2009 -0500
1725
1726     ppc/85xx: Make L2 support more robust
1727
1728     According the user manual, we need loop-check the L2 enable bit set.
1729
1730     Signed-off-by: Dave Liu <daveliu@freescale.com>
1731     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1732
1733 commit 613ad28c3da4c7fc6336ef9d94993b25a5d0586e
1734 Author: Kumar Gala <galak@kernel.crashing.org>
1735 Date:   Mon Oct 26 21:21:25 2009 -0500
1736
1737     ppc/85xx: Fix compiler warning in nand_spl/.../p1_p2_rdb/nand_boot.c
1738
1739     nand_boot.c: In function 'board_init_f':
1740     nand_boot.c:44: warning: 'sys_clk' may be used uninitialized in this function
1741
1742     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1743
1744 commit e8967d96a0e8d09d91a3b7bd292746996dd8e7ac
1745 Author: Kumar Gala <galak@kernel.crashing.org>
1746 Date:   Mon Oct 26 21:18:33 2009 -0500
1747
1748     ppc/85xx: Fix building NAND_SPL out of tree
1749
1750     We need to source files to exist in the O=<FOO> nand_spl dir when
1751     we build out of tree.
1752
1753     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1754
1755 commit f3ee25859e3920ee7c7cc519a3e6f60d70d7a53f
1756 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
1757 Date:   Fri Oct 23 10:52:38 2009 +0200
1758
1759     License cleanup: Fix license header for some esd display configurations
1760
1761     These files were autogenerated by EPSON configuration tools.
1762     This patch replaces the autogenerated file headers by the GPL
1763     license notice.
1764
1765     This change is done with the explicit permission
1766     of Epson Research & Development / IC Software Development.
1767
1768     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
1769
1770 commit 4166ee58d30ada7b298b9c941067f0341c2dccbe
1771 Author: Mike Frysinger <vapier@gentoo.org>
1772 Date:   Fri Oct 9 17:12:44 2009 -0400
1773
1774     sf: add GPL-2 license info
1775
1776     Some of the new spi flash files were missing explicit license lines.
1777
1778     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1779     CC: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
1780
1781 commit d535a493004fb701f131b132402a7704f9c9342d
1782 Author: Kumar Gala <galak@kernel.crashing.org>
1783 Date:   Wed Oct 21 23:29:51 2009 -0500
1784
1785     fdt: Fix fdt padding issue for initrd mem_rsv
1786
1787     Its possible that we end up with a device tree that happens to be a
1788     particular size that after we call fdt_resize() we don't have any
1789     space left for the initrd mem_rsv.
1790
1791     Fix this be adding a second mem_rsv into the size calculation.  We
1792     had one to cover the fdt itself and we have the potential of adding
1793     a second for the initrd.
1794
1795     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1796     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
1797
1798 commit 4bc3d2afb380e78fdbb9c501d9a8da6d59eb178e
1799 Author: Steve Sakoman <sakoman@gmail.com>
1800 Date:   Tue Oct 20 18:21:18 2009 +0200
1801
1802     ARM: OMAP3: Refactors the SM911x driver
1803
1804     Move the test up in the function to not hang on systems without ethernet.
1805
1806     Signed-off-by: Steve Sakoman <sakoman@gmail.com>
1807     Acked-by: Ben Warren <biggerbadderben@gmail.com>
1808
1809 commit f3807374787e4394efb767e2e8527887f57e51b8
1810 Author: Minkyu Kang <mk7.kang@samsung.com>
1811 Date:   Thu Oct 15 11:19:15 2009 +0900
1812
1813     s5pc1xx: SMDKC100: fix compile warnings
1814
1815     fix the following compile warnings
1816     warning: dereferencing type-punned pointer will break strict-aliasing rules
1817
1818     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
1819
1820 commit 8003c361deec3ee651451662efd05352f1abdd40
1821 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
1822 Date:   Tue Oct 6 08:44:22 2009 +0200
1823
1824     arm926ejs: 8-byte align stack to avoid LDRD/STRD problems
1825
1826     U-boot for Marvell Kirkwood boards no longer work after the EABI changes
1827     introduced in commit f772acf8a584067033eff1e231fcd1fb3a00d3d9. This
1828     turns out to be caused by a stack alignment issue. The armv5te
1829     instructions ldrd/strd instructions require 8-byte alignment to work
1830     properly (otherwise undefined behavior).
1831
1832     Tested on an OpenRD base board, where both printouts and ubifs stuff now
1833     works.
1834
1835     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
1836
1837 commit e63e5904b48528f3f3cc98317df6fc62fab25bf9
1838 Author: Tom Rix <Tom.Rix@windriver.com>
1839 Date:   Sat Oct 17 12:41:06 2009 -0500
1840
1841     TI OMAP3 SDP3430: Initial Support
1842
1843     Start of support of
1844     Texas Instruments Software Development Platform(SDP)
1845     for OMAP3430 - SDP3430
1846
1847     Highlights of this platform are:
1848     Flash Memory devices:
1849         Sibley NOR, Micron 8bit NAND and OneNAND
1850     Connectivity:
1851         3 UARTs and expanded 4 UART ports + IrDA
1852         Ethernet, USB
1853     Other peripherals:
1854         TWL5030 PMIC+Audio+Keypad
1855         VGA display
1856     Expansion ports:
1857         Memory devices plugin boards (PISMO)
1858         Connectivity board for GPS,WLAN etc.
1859     Completely configurable boot sequence and device mapping
1860     etc.
1861
1862     Support default jumpering and:
1863      - UART1/ttyS0 console(legacy sdp3430 u-boot)
1864      - UART3/ttyS2 console (matching other boards,
1865                  and SDP HW docs)
1866      - Ethernet
1867      - mmc0
1868      - NOR boot
1869
1870     Currently the UART1 is enabled by default.  for
1871     compatibility with other OMAP3 u-boot platforms,
1872     enable the #define of CONSOLE_J9.
1873
1874     Conflicts:
1875
1876         Makefile
1877
1878     Fixed the conflict with smdkc100_config by moving omap_sdp3430_config
1879     to it is alphabetically sorted location above zoom1.
1880
1881     Signed-off-by: David Brownell <david-b@pacbell.net>
1882     Signed-off-by: Nishanth Menon <nm@ti.com>
1883     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
1884
1885 commit a4474ff8629be5f28aefb8a9f48d4411d62fb0d2
1886 Author: Sandeep Paulraj <s-paulraj@ti.com>
1887 Date:   Tue Oct 13 19:35:11 2009 -0400
1888
1889     TI DaVinci: Adding Copyright for DM365 EVM
1890
1891     Forgot to add Copyright while submitting the patch.
1892     This patch adds the copyright.
1893
1894     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
1895
1896 commit 11b0102218bbb50ac5c04f1521f2a22ed4e90cf1
1897 Author: Sandeep Paulraj <s-paulraj@ti.com>
1898 Date:   Tue Oct 13 12:32:32 2009 -0400
1899
1900     TI DaVinci: Fix DM6467 EVM Compilation Warning
1901
1902     Due to new TI boards being added to U-Boot, the hardware.h
1903     is getting very messy. The warning being fixed is due to
1904     the EMIF addresses being redefined.
1905
1906     The long term solution(after 2009.11) to this is to
1907     have SOC specific header files.
1908
1909     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
1910
1911 commit fac1ef4ba685606bf28349d18e050ea08b50e669
1912 Author: Sandeep Paulraj <s-paulraj@ti.com>
1913 Date:   Tue Oct 13 12:01:52 2009 -0400
1914
1915     TI DaVinci: DM355 Leopard: Fix compilation warning
1916
1917     We get a compliation warning when we enable the NAND driver
1918     for DM355 leopard. The waring we get is that we have
1919     an implicit declaration of davinci_nand_init.
1920
1921     It is fixed by including the asm/arch/nand_defs.h header file
1922
1923     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
1924
1925 commit f8a812aa656bc34622303a26fa5003d19c34aeed
1926 Author: Nishanth Menon <nm@ti.com>
1927 Date:   Tue Oct 13 12:49:55 2009 -0400
1928
1929     TI OMAP3: make gpmc_config as const
1930
1931     gpmc_config should not be a variant as it is board specific
1932     hence make it a const parameter
1933
1934     Fixes issues identified by Dirk:
1935     - build issue for zoom2
1936     - warnings for all other OMAP3 platforms using nand/onenand etc
1937
1938     Signed-off-by: Nishanth Menon <nm@ti.com>
1939
1940 commit cfc25874624a328f53ad59b1206e2103f2e62d74
1941 Author: Stefan Roese <sr@denx.de>
1942 Date:   Mon Oct 19 16:19:36 2009 +0200
1943
1944     ppc4xx: Sequoia: Add chip_config command
1945
1946     This patch removes the Sequoia "bootstrap" command and replaces it
1947     with the now common command "chip_config".
1948
1949     Please note that the patches with the dynamic PCI sync clock
1950     configuration have to be applied, before this one should go in.
1951     This is because Sequoia has 2 different bootstrap EEPROMs, and
1952     the old bootstrap command configured different values depending
1953     on the detected PCI async clock (33 vs. 66MHz). With the PCI sync
1954     clock patches, this is not necessary anymore. The PCI sync clock
1955     will be configured correctly on-the-fly now.
1956
1957     Signed-off-by: Stefan Roese <sr@denx.de>
1958
1959 commit c85b58397030e25e146ccf5085c86221c40c53b3
1960 Author: Stefan Roese <sr@denx.de>
1961 Date:   Mon Oct 19 14:14:08 2009 +0200
1962
1963     ppc4xx: Yosemite/Yellowstone: Check and reconfigure the PCI sync clock
1964
1965     This patch now uses the 440EP(x)/GR(x) function to check and dynamically
1966     reconfigure the PCI sync clock.
1967
1968     Signed-off-by: Stefan Roese <sr@denx.de>
1969
1970 commit 23c51a2d6393cd3be9eb62cb42d92138ff6db8a9
1971 Author: Stefan Roese <sr@denx.de>
1972 Date:   Mon Oct 19 14:10:50 2009 +0200
1973
1974     ppc4xx: Sequoia/Rainer: Check and reconfigure the PCI sync clock
1975
1976     This patch now uses the 440EP(x)/GR(x) function to check and dynamically
1977     reconfigure the PCI sync clock.
1978
1979     Signed-off-by: Stefan Roese <sr@denx.de>
1980
1981 commit 08c6a2628478ace808b3767db17e4148cac5a7fb
1982 Author: Stefan Roese <sr@denx.de>
1983 Date:   Mon Oct 19 14:44:11 2009 +0200
1984
1985     ppc4xx: Print PCI synchronous clock frequency upon bootup
1986
1987     Some 4xx variants (e.g. 440EP(x)/GR(x)) have an internal
1988     synchronous PCI clock. Knowledge about the currently configured
1989     value might be helpful. So let's print it out upon bootup.
1990
1991     Signed-off-by: Stefan Roese <sr@denx.de>
1992
1993 commit 5e47f9535f53fd4cc05f32fb6166870f976fbb4e
1994 Author: Stefan Roese <sr@denx.de>
1995 Date:   Mon Oct 19 14:06:23 2009 +0200
1996
1997     ppc4xx: Add function to check and dynamically change PCI sync clock
1998
1999     PPC440EP(x)/PPC440GR(x):
2000     In asynchronous PCI mode, the synchronous PCI clock must meet
2001     certain requirements. The following equation describes the
2002     relationship that must be maintained between the asynchronous PCI
2003     clock and synchronous PCI clock. Select an appropriate PCI:PLB
2004     ratio to maintain the relationship:
2005
2006     AsyncPCIClk - 1MHz <= SyncPCIclock <= (2 * AsyncPCIClk) - 1MHz
2007
2008     This patch now adds a function to check and reconfigure the sync
2009     PCI clock to meet this requirement. This is in preparation for
2010     some AMCC boards (Sequoia/Rainier and Yosemite/Yellowstone) using this
2011     function to not violate the PCI clocking rules.
2012
2013     Signed-off-by: Stefan Roese <sr@denx.de>
2014
2015 commit 92b8964bed0d1b779d9e26be4e16755b5c635415
2016 Author: Stefan Roese <sr@denx.de>
2017 Date:   Fri Oct 16 10:01:09 2009 +0200
2018
2019     ppc4xx: Update flash size in reg property of the NOR flash node
2020
2021     Till now only the ranges in the ebc node are updated with the values
2022     currently configured in the PPC4xx EBC controller. With this patch now
2023     the NOR flash size is updated in the device tree blob as well. This is
2024     done by scanning the compatible nodes "cfi-flash" and "jedec-flash"
2025     for the correct chip select number.
2026
2027     This size fixup is enabled for all AMCC eval board right now. Other
2028     4xx boards may want to enable it as well, if this problem with multiple
2029     NOR FLASH sizes exists.
2030
2031     Signed-off-by: Stefan Roese <sr@denx.de>
2032     Cc: Wolfgang Denk <wd@denx.de>
2033
2034 commit 30d45c0d3ea2231f9131276ea113595959a0720e
2035 Author: Stefan Roese <sr@denx.de>
2036 Date:   Wed Oct 21 11:59:52 2009 +0200
2037
2038     fdt: Add fdt_fixup_nor_flash_size() to fixup NOR FLASH size in dtb
2039
2040     This function can be used to update the size in the "reg" property
2041     of the NOR FLASH device nodes. This is necessary for boards with
2042     non-fixed NOR FLASH sizes.
2043
2044     Signed-off-by: Stefan Roese <sr@denx.de>
2045     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
2046     Acked-by: Wolfgang Denk <wd@denx.de>
2047
2048 commit 76706cb86b1c76954ff5353db6757ab99cfd95fb
2049 Author: Wolfgang Denk <wd@denx.de>
2050 Date:   Tue Oct 20 23:12:13 2009 +0200
2051
2052     cpu/ppc4xx/fdt.c: avoid strcpy() to constant string
2053
2054     strcpy() was iused with the target address being a pointer to a
2055     constant string, which potentially is read-only. Use a (writable)
2056     array of characters instead.
2057
2058     Signed-off-by: Wolfgang Denk <wd@denx.de>
2059     Signed-off-by: Stefan Roese <sr@denx.de>
2060
2061 commit 0e1ac981194aa0d92eff0934442cec48a4f57834
2062 Author: Wolfgang Denk <wd@denx.de>
2063 Date:   Tue Oct 20 23:07:04 2009 +0200
2064
2065     cpu/ppc4xx/fdt.c: avoid strcpy() to constant string
2066
2067     strcpy() was iused with the target address being a pointer to a
2068     constant string, which potentially is read-only. Use a (writable)
2069     array of characters instead.
2070
2071     Signed-off-by: Wolfgang Denk <wd@denx.de>
2072
2073 commit c55096c084308c08bf8891c190f90bdc3a232394
2074 Author: Daniel Mack <daniel@caiaq.de>
2075 Date:   Wed Apr 8 13:23:38 2009 +0200
2076
2077     smc911x: add support for LAN9220
2078
2079     Signed-off-by: Daniel Mack <daniel@caiaq.de>
2080     Cc: Sascha Hauer <s.hauer@pengutronix.de>
2081     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2082
2083 commit f67066b6b0740b826ed862615c5ab022aaf4779a
2084 Author: Mike Frysinger <vapier@gentoo.org>
2085 Date:   Sun Oct 18 20:43:14 2009 -0400
2086
2087     envcrc: check return value of fwrite()
2088
2089     Newer toolchains will often complain about unchecked fwrite():
2090         envcrc.c:117: warning: ignoring return value of `fwrite´, declared
2091                 with attribute warn_unused_result
2092
2093     So check the return value to silence the warnings.
2094
2095     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2096
2097 commit efd988ebaa241bab265b1511052350207cb7aaa0
2098 Author: Wolfgang Denk <wd@denx.de>
2099 Date:   Mon Oct 19 09:18:57 2009 +0200
2100
2101     mcc200: fix build error
2102
2103     Fix compile error:
2104     include/configs/mcc200.h:401:6: error: #elif with no expression
2105
2106     Signed-off-by: Wolfgang Denk <wd@denx.de>
2107
2108 commit 4e0539d2696992a5e32643a0c831e870cfe9a036
2109 Author: Nishanth Menon <nm@ti.com>
2110 Date:   Tue Oct 13 12:47:39 2009 -0400
2111
2112     OMAP3: fix warnings when NAND/ONENAND is not used
2113
2114     Fix build warnings by putting specific used variables
2115     under required #ifdefs for removing:
2116     mem.c:227: warning: unused variable 'f_sec'
2117     mem.c:226: warning: unused variable 'f_off'
2118     mem.c:225: warning: unused variable 'size'
2119     mem.c:224: warning: unused variable 'base'
2120     mem.c:222: warning: unused variable 'gpmc_config'
2121
2122     Signed-off-by: Nishanth Menon <nm@ti.com>
2123
2124 commit 73db0c71da365a2d101878ae3aeb8ff3545a1828
2125 Author: Nishanth Menon <nm@ti.com>
2126 Date:   Tue Oct 13 12:47:24 2009 -0400
2127
2128     OMAP3: export enable_gpmc_cs_config to board files
2129
2130     Export enable_gpmc_cs_config into common header to
2131     prevent warning:
2132
2133     warning: implicit declaration of function 'enable_gpmc_cs_config'
2134
2135     Signed-off-by: Nishanth Menon <nm@ti.com>
2136
2137 commit 96a27c6dc29abf11740632ecd8ccab607b209c5d
2138 Author: Tom Rix <Tom.Rix@windriver.com>
2139 Date:   Mon Oct 12 12:07:40 2009 -0400
2140
2141     Zoom2 Fix serial gpmc setup
2142
2143     The offset to the chip select is incorrect.
2144
2145     The change 187af954cf7958c24efcf0fd62289bbdb4f1f24e,
2146
2147     omap3: embedd gpmc_cs into gpmc config struct
2148
2149     introduced a problem with the serial gpmc setup.
2150
2151     This patch reverts the chip select to its previous value.
2152
2153     The symptoms of this problem are that the Zoom2
2154     currently hangs.
2155
2156     This was run tested on Zoom2.
2157
2158     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
2159
2160 commit 64d945abe8cffbacdaeca5f63b9b84f895d2d9ab
2161 Author: Sandeep Paulraj <s-paulraj@ti.com>
2162 Date:   Sun Oct 11 09:10:27 2009 -0400
2163
2164     TI DaVinci Sonata: Add Config option for 64 bit Support
2165
2166     Adding the CONFIG_SYS_64BIT_VSPRINTF fot the DM644x based Sonata
2167     Without this option enabled while performing NAND operations we will get
2168     wrong diagnostic messages.
2169     Example if the MTD NAND driver find a bad block while erasing from
2170     a certain address, it will say bad block skipped at 0x00000000.
2171
2172     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
2173
2174 commit 54aa603d2ce1d9374a1f5c6336362037ad2d8b51
2175 Author: Sandeep Paulraj <s-paulraj@ti.com>
2176 Date:   Sun Oct 11 09:14:58 2009 -0400
2177
2178     TI DaVinci DVEVM: Add Config option for 64 bit Support
2179
2180     Adding the CONFIG_SYS_64BIT_VSPRINTF in the DVEVM config.
2181     Without this option enabled while performing NAND operations we will get
2182     wrong diagnostic messages.
2183     Example if the MTD NAND driver find a bad block while erasing from
2184     a certain address, it will say bad block skipped at 0x00000000.
2185
2186     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
2187
2188 commit b8d0aa0c78b8c0fa51acada3c486b81085924b53
2189 Author: Sandeep Paulraj <s-paulraj@ti.com>
2190 Date:   Sat Oct 10 10:19:20 2009 -0400
2191
2192     TI DaVinci DM365: Add Config option for 64 bit Support
2193
2194     Adding the CONFIG_SYS_64BIT_VSPRINTF in the DM365 EVM config.
2195     Without this option enabled while performing NAND operations we will get
2196     wrong diagnostic messages.
2197     Example if the MTD NAND driver find a bad block while erasing from
2198     a certain address, it will say bad block skipped at 0x00000000.
2199
2200     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
2201
2202 commit 86a725b9c8b829c217be90e590f3ca2c91fa1dca
2203 Author: Sandeep Paulraj <s-paulraj@ti.com>
2204 Date:   Sat Oct 10 10:18:46 2009 -0400
2205
2206     TI DaVinci DM355: Add Config option for 64 bit Support
2207
2208     Adding the CONFIG_SYS_64BIT_VSPRINTF in the DM355 EVM config.
2209     Without this option enabled while performing NAND operations we will get
2210     wrong diagnostic messages.
2211     Example if the MTD NAND driver find a bad block while erasing from
2212     a certain address, it will say bad block skipped at 0x00000000.
2213
2214     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
2215
2216 commit 9c44ddccb6602f620fc037974f3e4468ad8a7c0c
2217 Author: Sandeep Paulraj <s-paulraj@ti.com>
2218 Date:   Wed Sep 9 11:50:40 2009 -0400
2219
2220     TI: OMAP3: Remove SZ_xx references
2221
2222     This patch removes dependency on the sizes.h header file
2223     and removes all references to SZ_xx.
2224
2225     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
2226
2227 commit 13d2cb988ff07addce6e10ab2cb8965a9dd23c63
2228 Author: Steve Sakoman <sakoman@gmail.com>
2229 Date:   Sat Oct 10 14:29:37 2009 -0400
2230
2231     OMAP3: Update Overo and Beagle environment
2232
2233     Update default environment to support new kernel DSS2 subsystem and
2234     simplify rootfs type and location changes.
2235
2236     Signed-off-by: Steve Sakoman <sakoman@gmail.com>
2237     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
2238
2239 commit c73607c5525c6957c815e64f7e865fdd3baffe98
2240 Author: Sandeep Paulraj <s-paulraj@ti.com>
2241 Date:   Sat Oct 10 13:46:26 2009 -0400
2242
2243     TI DaVinci: Maintainer for DM355 and DM365 EVM
2244
2245     Adding entries to the MAINTAINERS directory for the
2246     DM355 and DM365 EVM.
2247
2248     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
2249
2250 commit 5df65cf56aeef9fdeab83a259c37aa7d23836dd3
2251 Author: Sandeep Paulraj <s-paulraj@ti.com>
2252 Date:   Sat Oct 10 13:37:10 2009 -0400
2253
2254     TI: DaVinci: DM355 Leopard board support
2255
2256     This patch adds support for the leopard board which is
2257     based on the DM355 SOC.
2258
2259     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
2260
2261 commit 6ab176d7091d21960a1bd89fcb7fd87b9e91aca1
2262 Author: Sandeep Paulraj <s-paulraj@ti.com>
2263 Date:   Sat Oct 10 12:00:47 2009 -0400
2264
2265     TI DaVinci DM646x: Adding initial support for DM6467 EVM
2266
2267     This patch adds the initial support for DM6467 EVM.
2268     Other features like NET and NAND support will be added as follow up patches.
2269
2270     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
2271
2272 commit d884f64a7b8482f6c9688600e0a4731fa5678e0c
2273 Author: Sandeep Paulraj <s-paulraj@ti.com>
2274 Date:   Thu Oct 1 20:22:09 2009 -0400
2275
2276     TI DaVinci DM365: Fix Compilation warning for DM365 EVM
2277
2278     This patch fixes a compilation warning while compiling
2279     the DM365 EVM.
2280
2281     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
2282
2283 commit 6fe5e87be4b944edf428835210056e020c8bb794
2284 Author: Sandeep Paulraj <s-paulraj@ti.com>
2285 Date:   Thu Oct 1 20:21:13 2009 -0400
2286
2287     TI DaVinci DM355: Fix Compilation warning for DM355 EVM
2288
2289     This patch fixes a compilation warning while compiling
2290     the DM355 EVM.
2291
2292     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
2293
2294 commit 513bbe1b1720682e6de0aba2d9db5e60f3a428bb
2295 Author: Eric Benard <eric@eukrea.com>
2296 Date:   Mon Oct 12 10:15:39 2009 +0200
2297
2298     AT91 CPUAT91 Fix compiler warning
2299
2300     This change fixes the compiler warning
2301
2302     main.c: In function 'abortboot':
2303     main.c:122: warning: too few arguments for format
2304
2305     Signed-off-by: Eric Benard <eric@eukrea.com>
2306     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
2307
2308 commit b1e81f701d044eee3884202b127d5d1f0668bdb9
2309 Author: Eric Benard <eric@eukrea.com>
2310 Date:   Mon Oct 12 10:15:40 2009 +0200
2311
2312     AT91 CPU9260 CPU9G20 Fix compile warnings
2313
2314     This change fixes the compiler warning
2315
2316     nand_util.c:45:2: warning: #warning Please define CONFIG_SYS_64BIT_VSPRINTF
2317       for correct output!
2318
2319     Signed-off-by: Eric Benard <eric@eukrea.com>
2320     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
2321
2322 commit 94d50c527a3cedb6a41fbe6773256cdd1855317f
2323 Author: Eric Benard <eric@eukrea.com>
2324 Date:   Mon Oct 12 10:08:20 2009 +0200
2325
2326     AT91 CPU9260 Fix machine ID when using a CPU9G20.
2327
2328     Signed-off-by: Eric Benard <eric@eukrea.com>
2329     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
2330
2331 commit 8c0a92c8f4cf399e873c2611939f3617983785a9
2332 Author: Alessandro Rubini <rubini@unipv.it>
2333 Date:   Sat Oct 10 11:51:26 2009 +0200
2334
2335     lcd: remove '#if 0' 32-bit scroll, now memcpy does it
2336
2337     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
2338     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
2339
2340 commit e3ea948d4588e7efddbf0ee92147d93f827d7cea
2341 Author: Alessandro Rubini <rubini@unipv.it>
2342 Date:   Sat Oct 10 11:51:16 2009 +0200
2343
2344     lib_generic memset: fill one word at a time if possible
2345
2346     If the destination is aligned, fill ulong values until possible.
2347     Then fill remaining part by byte.
2348
2349     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
2350     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
2351     Acked-by: Mike Frysinger <vapier@gentoo.org>
2352
2353 commit ecd830b863e5c6ac5d804d3b3a92453a98d526fc
2354 Author: Alessandro Rubini <rubini@unipv.it>
2355 Date:   Sat Oct 10 11:51:05 2009 +0200
2356
2357     lib_generic memcpy: copy one word at a time if possible
2358
2359     If source and destination are aligned, this copies ulong values
2360     until possible, trailing part is copied by byte. Thanks for the details
2361     to Wolfgang Denk, Mike Frysinger, Peter Tyser, Chris Moore.
2362
2363     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
2364     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
2365     Acked-by: Mike Frysinger <vapier@gentoo.org>
2366
2367 commit 9c5586aa19bbedf290d2a663813404d2db87dfa5
2368 Author: Alessandro Rubini <rubini@unipv.it>
2369 Date:   Thu Oct 8 14:29:14 2009 +0200
2370
2371     setenv: do console redirection even if previously unset
2372
2373     If "stdout" is not previously set, doing "setenv stdout lcd" had no
2374     effect, since console redirection only worked if the environment
2375     variable was already set; the second time you run setenv it worked.
2376     Most default environments lack stdin/out/err definitions, so I'm sure
2377     I'm not alone with this problem.
2378
2379     This patch simply moves a block of code out of a conditional, to do
2380     the same work even if the variable was previously unset.
2381
2382     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
2383     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
2384
2385 commit c9ee39972a7758e883b73c6c0e3c3a14cd5b2f43
2386 Author: Martha Stan <mmarx@silicontkx.com>
2387 Date:   Wed Oct 7 04:38:46 2009 -0400
2388
2389     mpc512x: fix System Clock Control constants for USB1 & USB2
2390
2391     Signer-off-by: Martha Stan <mmarx@silicontkx.com>
2392
2393 commit 87b22b7787f397fc3daad570d711e478b1a7d253
2394 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
2395 Date:   Fri Oct 2 18:18:33 2009 -0400
2396
2397     mem_mtest: fix error reporting, allow escape with ^C
2398
2399     The basic memtest function tries to watch for ^C after each
2400     pattern pass as an escape mechanism, but if things are horribly
2401     wrong, we'll be stuck in an inner loop flooding the console with
2402     error messages and never check for ^C.  To make matters worse,
2403     if the user waits for all the error messages to complete, we
2404     then incorrectly report the test passed without errors.
2405
2406     Adding a check for ^C after any error is printed will give
2407     the end user an escape mechanism from a console flood without
2408     slowing down the overall test speed on a slow processor.
2409
2410     Also, the more extensive memtest quit after just a single error,
2411     which is inconsistent with the normal memtest, and not useful if
2412     if you are doing dynamic environmental impact testing, such as
2413     heating/cooling etc.
2414
2415     Both tests now track the error count and report it properly
2416     at test completion.
2417
2418     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
2419     Acked-by: Mike Frysinger <vapier@gentoo.org>
2420
2421 commit 9f4a420663419dc13f08a0ce65b93033c6172c69
2422 Author: Mike Frysinger <vapier@gentoo.org>
2423 Date:   Thu Oct 1 12:11:54 2009 -0400
2424
2425     new default shortcut to config & build a board
2426
2427     The majority of the time that I build things in U-Boot, I want to just
2428     build for the board.  I don't make board config tweaks after selecting the
2429     board.  So add a new pattern rule that allows people to combine two steps
2430     in one go:
2431         `make foo_config && make` => `make foo`
2432
2433     This shouldn't conflict with any existing make rules as the pattern rule
2434     is used only the rule doesn't already exist.
2435
2436     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2437
2438 commit 6dab6add2d8ee80905234b326abc3de11be1d178
2439 Author: Mike Frysinger <vapier@gentoo.org>
2440 Date:   Wed Sep 30 15:29:58 2009 -0400
2441
2442     env: only build env_embedded and envcrc when needed
2443
2444     The env code is protected by the ENV_IS_EMBEDDED define, so attempting to
2445     compile the code when this isn't defined is pointless.  Now that the env
2446     headers have unified around CONFIG_ENV_IS_EMBEDDED, convert the build
2447     system to only build the env objects when this is enabled.  And now that
2448     the env code is conditionally compiled, we can drop the source code checks.
2449
2450     For people who want to extract the environment manually, add a new option
2451     CONFIG_BUILD_ENVCRC that only enables the envcrc utility.
2452
2453     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2454
2455 commit 78f4ca7976748159080c9d920d5eb542d1b32d4f
2456 Author: Daniel Mack <daniel@caiaq.de>
2457 Date:   Mon Sep 28 11:40:38 2009 +0200
2458
2459     part_dos: check status flags of partitions
2460
2461     Only read partitions which have 0x00 or 0x80 set in their status field.
2462     All others are invalid.
2463
2464     Signed-off-by: Daniel Mack <daniel@caiaq.de>
2465
2466 commit 45def0ab9d1dedcd2a73939aad8373f760498762
2467 Author: Eric Millbrandt <emillbrandt@coldhaus.com>
2468 Date:   Fri Sep 25 17:47:43 2009 -0500
2469
2470     galaxy5200: change cs1 configuration
2471
2472     Correct the chip select configuration for the nand flash chip select.
2473
2474     Signed-off-by: Eric Millbrandt <emillbrandt@dekaresearch.com>
2475
2476 commit 7936b51165b519a16ecf3db302fb88df8b8b3b3d
2477 Author: Niklaus Giger <niklaus.giger@netstal.com>
2478 Date:   Wed Sep 23 08:12:14 2009 +0200
2479
2480     Cleanup: use constant
2481
2482     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
2483
2484 commit 7120c888101952b7e61b9e54bb42370904aa0e68
2485 Author: Kim Phillips <kim.phillips@freescale.com>
2486 Date:   Mon Oct 12 11:06:19 2009 -0500
2487
2488     mpc83xx: mpc8313 - handle erratum IPIC1 (TSEC IRQ number swappage)
2489
2490     mpc8313e erratum IPIC1 swapped TSEC interrupt ID numbers on rev. 1
2491     h/w (see AN3545).  The base device tree in use has rev. 1 ID numbers,
2492     so if on Rev. 2 (and higher) h/w, we fix them up here.
2493
2494     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2495     Reviewed-by: Roland Lezuo <roland.lezuo@chello.at>
2496
2497 commit 91525c67153fcf2c19b2fc8d9c6376ac1a019f52
2498 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
2499 Date:   Mon Oct 12 23:55:39 2009 +0400
2500
2501     mpc85xx: Fix booting on various boards
2502
2503     commit 0e870980a64584a591af775bb9c9fe9450124df9 ("8xxx: Removed
2504     CONFIG_NUM_CPUS from 85xx/86xx") breaks U-Boot on various boards,
2505     namely the ones that call get_sys_info() from board_early_init_f().
2506
2507     get_sys_info() calls cpu_numcores(), which depends on probecpu()
2508     being called before. But probecpu() is called after board_early_init_f(),
2509     and so cpu_numcores() returns random values, which in turn crashes
2510     get_sys_info().
2511
2512     To fix the issue we place probecpu() before board_early_init_f()
2513     in an initialization sequence.
2514
2515     Booting on the following boards should be revived now:
2516      mpc8540ads
2517      mpc8541cds
2518      mpc8548cds
2519      mpc8555cds
2520      mpc8560ads
2521      mpc8568mds
2522      mpc8569mds
2523      and maybe more.
2524
2525     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
2526     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2527
2528 commit 26df6aa9916443077139f8f008fbc5f414ba05e5
2529 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
2530 Date:   Fri Oct 2 18:48:07 2009 -0400
2531
2532     mpc86xx: delete unused MPC86xx_DDR_SDRAM_CLK_CNTL define
2533
2534     This is an orphaned legacy leftover that is just polluting
2535     the config file namespace.
2536
2537     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
2538     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2539
2540 commit fad15096e3b34927444ba5f6133742d40d78a425
2541 Author: Dipen Dudhat <dipen.dudhat@freescale.com>
2542 Date:   Thu Oct 8 13:33:29 2009 +0530
2543
2544     ppc/P1_P2_RDB: On-chip BootROM support
2545
2546     On Chip BootROM support for P1 and P2 series RDB platforms.
2547
2548     This patch is derived from latest On Chip BootROM support on MPC8536DS
2549
2550     Signed-off-by: Dipen Dudhat <dipen.dudhat@freescale.com>
2551     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2552
2553 commit f7780ec977e545b83bc5068e0957d640f1d98f13
2554 Author: Dipen Dudhat <dipen.dudhat@freescale.com>
2555 Date:   Thu Oct 8 13:33:18 2009 +0530
2556
2557     ppc/P1_P2_RDB: NAND Boot Support
2558
2559     NAND Boot support for P1 and P2 series RDB platforms.
2560
2561     This patch is derived from NAND Boot support on MPC8536DS.
2562
2563     Signed-off-by: Dipen Dudhat <dipen.dudhat@freescale.com>
2564     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2565
2566 commit d11823ca3cb551814ffcd926402c8bcf3a7eff35
2567 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
2568 Date:   Wed Oct 7 16:34:28 2009 -0400
2569
2570     mpc8xxx: improve LAW error messages when setting up DDR
2571
2572     When setting up the LAWs for the DDR, if there was an error,
2573     you got the not-so-helpful error text "ERROR" and nothing
2574     else.  Not only is it non-informative, but it is also
2575     pretty frustrating trying to grep for "ERROR" in the source.
2576
2577     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
2578     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2579
2580 commit a9946e3fc7089ddc6b7711a44e07a6b0827b79a7
2581 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
2582 Date:   Wed Sep 30 16:12:31 2009 -0400
2583
2584     sbc8641d: fix LAW so board doesn't hang on DDR init
2585
2586     All versions between now and since this commit:
2587
2588       commit bd76729bcbfd64b5d016a9b936f058931fc06eaf
2589       MPC86xx: set CONFIG_MAX_MEM_MAPPED to 2G by default
2590
2591     will fail to allow the SBC8641D to get past DDR init, because the
2592     LAW config was overlapping.  Eventually this board will do SPD
2593     EEPROM config, but for now this gets the board working again.
2594
2595     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
2596     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2597
2598 commit 3d1988ab47cc0e265272967e07d747ec600a44c9
2599 Author: kevin.morfitt@fearnside-systems.co.uk <kevin.morfitt@fearnside-systems.co.uk>
2600 Date:   Sat Oct 10 13:34:09 2009 +0900
2601
2602     Clean-up of s3c24x0 nand driver
2603
2604     This patch re-formats the arm920t s3c24x0 nand driver in preparation for changes
2605     to add support for the Embest SBC2440-II Board.
2606
2607     The changes are as follows:
2608     - re-indent the code using Lindent
2609     - make sure register layouts are defined using a C struct
2610     - replace the upper-case typedef'ed C struct names with lower case
2611     non-typedef'ed ones
2612     - make sure registers are accessed using the proper accessor functions
2613     - run checkpatch.pl and fix any error reports
2614
2615     It assumes the following patch has been applied first:
2616     - [U-Boot][PATCH-ARM] CONFIG_SYS_HZ fix for ARM902T S3C24X0 Boards, 05/09/2009
2617      - patches 1/4, 2/4 and 3/4 of this series
2618
2619     Tested on an Embest SBC2440-II Board with local u-boot patches as I don't have
2620     any s3c2400 or s3c2410 boards but need this patch applying before I can submit
2621     patches for the SBC2440-II Board. Also, temporarily modified sbc2410x, smdk2400,
2622     smdk2410 and trab configs to use the mtd nand driver (which isn't used by any
2623     board at the moment), ran MAKEALL for all ARM9 targets and no new warnings or
2624     errors were found.
2625
2626     Signed-off-by: Kevin Morfitt <kevin.morfitt@fearnside-systems.co.uk>
2627     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2628
2629 commit eb0ae7f549b7142826a8bcdd2dc945fac9c36349
2630 Author: kevin.morfitt@fearnside-systems.co.uk <kevin.morfitt@fearnside-systems.co.uk>
2631 Date:   Sat Oct 10 13:33:11 2009 +0900
2632
2633     Clean-up of s3c24x0 drivers excluding nand driver
2634
2635     This patch re-formats the arm920t s3c24x0 driver files, excluding the nand
2636     driver, in preparation for changes to add support for the Embest SBC2440-II Board.
2637
2638     The changes are as follows:
2639     - re-indent the code using Lindent
2640     - make sure register layouts are defined using a C struct
2641     - replace the upper-case typedef'ed C struct names with lower case
2642       non-typedef'ed ones
2643     - make sure registers are accessed using the proper accessor functions
2644     - run checkpatch.pl and fix any error reports
2645
2646     It assumes the following patch has been applied first:
2647     - [U-Boot][PATCH-ARM] CONFIG_SYS_HZ fix for ARM902T S3C24X0 Boards, 05/09/2009
2648     - patches 1/4 and 2/4 of this series
2649
2650     Tested on an Embest SBC2440-II Board with local u-boot patches as I don't have
2651     any s3c2400 or s3c2410 boards but need this patch applying before I can submit
2652     patches for the SBC2440-II Board. Also, temporarily modified sbc2410x, smdk2400,
2653     smdk2410 and trab configs to use the mtd nand driver (which isn't used by any
2654     board at the moment), ran MAKEALL for all ARM9 targets and no new warnings or
2655     errors were found.
2656
2657     Signed-off-by: Kevin Morfitt <kevin.morfitt@fearnside-systems.co.uk>
2658     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2659
2660 commit 8250d0bae84229abea397f6b474b3556b0f04e80
2661 Author: kevin.morfitt@fearnside-systems.co.uk <kevin.morfitt@fearnside-systems.co.uk>
2662 Date:   Sat Oct 10 13:32:01 2009 +0900
2663
2664     Clean-up of s3c24x0 header files
2665
2666     This patch re-formats the arm920t s3c24x0 header files in preparation for
2667     changes to add support for the Embest SBC2440-II Board.
2668
2669     The changes are as follows:
2670     - re-indent the code using Lindent
2671     - make sure register layouts are defined using a C struct
2672     - replace the upper-case typedef'ed C struct names with lower case
2673     non-typedef'ed ones
2674     - make sure registers are accessed using the proper accessor functions
2675     - run checkpatch.pl and fix any error reports
2676
2677     It assumes the following patch has been applied first:
2678     - [U-Boot][PATCH-ARM] CONFIG_SYS_HZ fix for ARM902T S3C24X0 Boards, 05/09/2009
2679     - patch 1/4 of this series
2680
2681     Tested on an Embest SBC2440-II Board with local u-boot patches as I don't have
2682     any s3c2400 or s3c2410 boards but need this patch applying before I can submit
2683     patches for the SBC2440-II Board. Also, temporarily modified sbc2410x, smdk2400,
2684     smdk2410 and trab configs to use the mtd nand driver (which isn't used by any
2685     board at the moment), ran MAKEALL for all ARM9 targets and no new warnings or
2686     errors were found.
2687
2688     Signed-off-by: Kevin Morfitt <kevin.morfitt@fearnside-systems.co.uk>
2689     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2690
2691 commit d67cce2dda3a40c3bd90a6c6e129fbb26dd4cfab
2692 Author: kevin.morfitt@fearnside-systems.co.uk <kevin.morfitt@fearnside-systems.co.uk>
2693 Date:   Sat Oct 10 13:30:22 2009 +0900
2694
2695     Clean-up of cpu_arm920t and cpu_arm920t_s3c24x0 code
2696
2697     This patch re-formats the code in cpu/arm920t and cpu/arm920t/23c24x0 in
2698     preparation for changes to add support for the Embest SBC2440-II Board.
2699
2700     The changes are as follows:
2701     - re-indent the code using Lindent
2702     - make sure register layouts are defined using a C struct
2703     - replace the upper-case typedef'ed C struct names with lower case
2704       non-typedef'ed ones
2705     - make sure registers are accessed using the proper accessor functions
2706     - run checkpatch.pl and fix any error reports
2707
2708     It assumes the following patch has been applied first:
2709     - [U-Boot][PATCH-ARM] CONFIG_SYS_HZ fix for ARM902T S3C24X0 Boards, 05/09/2009
2710
2711     Tested on an Embest SBC2440-II Board with local u-boot patches as I don't have
2712     any s3c2400 or s3c2410 boards but need this patch applying before I can submit
2713     patches for the SBC2440-II Board. Also, ran MAKEALL for all ARM9 targets and no
2714     new warnings or errors were found.
2715
2716     Signed-off-by: Kevin Morfitt <kevin.morfitt@fearnside-systems.co.uk>
2717     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2718
2719 commit cd85662b345c0c2248fd7637f65bb2fbb4d53dd9
2720 Author: kevin.morfitt@fearnside-systems.co.uk <kevin.morfitt@fearnside-systems.co.uk>
2721 Date:   Sun Sep 6 00:33:13 2009 +0900
2722
2723     CONFIG_SYS_HZ fix for ARM902T S3C24X0 Boards
2724
2725     This sets CONFIG_SYS_HZ to 1000 for all boards that use the s3c2400 and
2726     s3c2410 cpu's which fixes various problems such as the timeouts in tftp being
2727     too short.
2728
2729     Tested on an Embest SBC2440-II Board with local u-boot patches as I don't
2730     have any s3c2400 or s3c2410 boards but need this patch applying before I can
2731     submit patches for the SBC2440-II Board. Also, ran MAKEALL for all ARM9 targets
2732     and no new warnings or errors were found.
2733
2734     It was originally submitted on 21/06/2009 but didn't get into the 2009.08
2735     release, and Jean-Pierre made one comment on the original patch (see
2736     http://lists.denx.de/pipermail/u-boot/2009-July/055470.html). I've made two
2737     changes to the original patch:
2738     - it's been re-based to the current release
2739     - I've re-named get_timer_raw() to get_ticks() in response to Jean-Pierre's comment
2740
2741     This affects the sbc2410, smdk2400, smdk2410 and trab boards. I've copied it
2742     directly to the maintainers of all except the sbc2410 which doesn't have an
2743     entry in MAINTAINERS.
2744
2745     Signed-off-by: Kevin Morfitt <kmorfitt@aselaptop-1.localdomain>
2746     Tested-by: Wolfgang Denk <wd@denx.de>
2747     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2748
2749 commit 8bc4ee9e8213abe4031ea1720aa02fa98d4402ad
2750 Author: Minkyu Kang <mk7.kang@samsung.com>
2751 Date:   Thu Oct 1 17:20:40 2009 +0900
2752
2753     s5pc1xx: add support SMDKC100 board
2754
2755     Adds new board SMDKC100 that uses s5pc100 SoC
2756
2757     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2758     Signed-off-by: HeungJun, Kim <riverful.kim@samsung.com>
2759
2760 commit dd2c9e6a3b67c8ff56694e515e6e3c7baddd8f52
2761 Author: Minkyu Kang <mk7.kang@samsung.com>
2762 Date:   Thu Oct 1 17:20:28 2009 +0900
2763
2764     s5pc1xx: support serial driver
2765
2766     This patch includes the serial driver for s5pc1xx.
2767     s5pc1xx uart driver needs own register setting and clock configuration.
2768     So, need to special driver.
2769
2770     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2771
2772 commit 4678d674f0cacc983dca7f6b9933cd8291c9797c
2773 Author: Minkyu Kang <mk7.kang@samsung.com>
2774 Date:   Thu Oct 1 17:20:08 2009 +0900
2775
2776     s5pc1xx: support onenand driver
2777
2778     This patch includes the onenand driver for s5pc100
2779
2780     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2781     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
2782
2783 commit 399e5ae0d0b2eb4663fc5784201968c07d45afac
2784 Author: Minkyu Kang <mk7.kang@samsung.com>
2785 Date:   Thu Oct 1 17:20:01 2009 +0900
2786
2787     s5pc1xx: support Samsung s5pc1xx SoC
2788
2789     This patch adds support for the Samsung s5pc100 and s5pc110
2790     SoCs. The s5pc1xx SoC is an ARM Cortex A8 processor.
2791
2792     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2793     Signed-off-by: HeungJun, Kim <riverful.kim@samsung.com>
2794
2795 commit d087d19a994e741f0ce526124be117c90be482ae
2796 Author: Mike Frysinger <vapier@gentoo.org>
2797 Date:   Tue Oct 13 21:58:26 2009 -0400
2798
2799     Blackfin: drop MAC display at boot
2800
2801     The default Blackfin boot would display the MAC address for the first NIC,
2802     but this relies on the environment.  The current net multi stack no longer
2803     writes the default hardware settings to the environment, so most of the
2804     time the display shows all zeros.  This can be pretty confusing and really
2805     doesn't add anything useful, so just drop it.
2806
2807     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2808
2809 commit 1f003cf4738a199d99c818124784058526d2d40e
2810 Author: Mike Frysinger <vapier@gentoo.org>
2811 Date:   Fri Oct 9 02:24:33 2009 -0400
2812
2813     Blackfin: reset watchdog in udelay()
2814
2815     All arches apparently should reset the watchdog in their udelay loop as
2816     noted on the mailing list recently:
2817
2818       > A comment in flash_status_check() suggests that udelay() is
2819       > expected to reset the watchdog, but I can't find any architecture
2820       > where it does.
2821
2822       If this is missing in other architectures, it should be fixed at the
2823       root cause, i. e. in udelay() or in the respective support routines.
2824
2825     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2826
2827 commit 370ec734557d0b0f266e6d0953229ee12cae5edd
2828 Author: Mike Frysinger <vapier@gentoo.org>
2829 Date:   Fri Oct 9 02:22:11 2009 -0400
2830
2831     Blackfin: Remove relocation fixups
2832
2833     Blackfin pieces like commit 0630535e2d062dd73c1ceca5c6125c86d1127a49.
2834
2835     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2836
2837 commit a380279b2abe130c2d3d2c8de36f8ff98bc6b3b0
2838 Author: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
2839 Date:   Tue Sep 29 08:03:12 2009 +0200
2840
2841     at91: Update MEESC board support
2842
2843     This patch implements several updates:
2844     -disable CONFIG_ENV_OVERWRITE
2845     -add new hardware style variants and set the arch numbers appropriate
2846     -pass the serial# and hardware revision to the kernel
2847     -removed unused macros from include/configs/meesc.h
2848     -fixed multiline comment style
2849
2850     Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
2851
2852 commit 9df20ce211576aa7ac75710dcd8d0a6236abfd70
2853 Author: Simon Kagstrom <[simon.kagstrom@netinsight.net]>
2854 Date:   Thu Oct 1 19:41:50 2009 +0530
2855
2856     arm: Correct build with CONFIG_SYS_HUSH_PARSER set
2857
2858     FLAG_PARSE_SEMICOLON is not defined without hush.h, so include that.
2859
2860     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
2861     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
2862
2863 commit df3826262c0efd2baec4df23d44b3942af98f5a7
2864 Author: Olof Johansson <olof@lixom.net>
2865 Date:   Tue Sep 29 10:22:45 2009 -0400
2866
2867     TI: OMAP3: Overo Tobi ethernet support
2868
2869     Add setup for ethernet on Tobi, allowing kernel/ramdisk to be loaded
2870     over tftp.
2871
2872     This also refactors the smc911x driver to allow for detecting when the
2873     chip is missing. I.e. the detect_chip() function is called earlier and
2874     will abort gracefully when the Chip ID read returns all 1's.
2875
2876     Signed-off-by: Olof Johansson <olof@lixom.net>
2877     Acked-by: Dirk Behme <dirk.behme@googlemail.com>
2878     Acked-by: Ben Warren <biggerbadderben@gmail.com>
2879
2880 commit 2a6cc97b91997ae485312ac91ffbcea6a89b663a
2881 Author: Olof Johansson <olof@lixom.net>
2882 Date:   Tue Sep 29 10:21:29 2009 -0400
2883
2884     SMC911X: Add chip auto detection
2885
2886     Refactor the smc911x driver to allow for detecting when the chip is missing.
2887     I.e. the detect_chip() function is called earlier and will abort gracefully
2888     when the Chip ID read returns all 1's.
2889
2890     Signed-off-by: Olof Johansson <olof@lixom.net>
2891     Acked-by: Dirk Behme <dirk.behme@googlemail.com>
2892     Acked-by: Ben Warren <biggerbadderben@gmail.com>
2893
2894 commit 0297ec7e2a4039b8a28346f52f3ccca4db1ddc62
2895 Author: Tom Rix <Tom.Rix@windriver.com>
2896 Date:   Tue Sep 29 10:19:49 2009 -0400
2897
2898     TI OMAP3 Use arm init sequence to initialize i2c
2899
2900     This changes fixes an early i2c error.
2901
2902     It appears that I2C is working because once a read or write
2903     error is detected, the omap24xx_i2c driver calls i2c_init
2904     inside its error handling check.
2905
2906     While it is ok to attempt error handling this way, the boards
2907     must not depend on this side effect to initialize it's i2c.
2908
2909     Instead of explicitly calling i2c_init for every board, use
2910     the generic arm initialization in lib_arm/board.c. By defining
2911     the config variable CONFIG_HARD_I2C, the omap3 i2c initialization
2912     is included in the init_sequence table.
2913
2914     Run tested on Beagle.
2915     Compile tested on the omap3's
2916
2917     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
2918     Acked-by: Dirk Behme <dirk.behme@googlemail.com>
2919
2920 commit 4df30f3bb7285b2c962713a5c693c16fd90885e0
2921 Author: Sandeep Paulraj <s-paulraj@ti.com>
2922 Date:   Tue Sep 29 09:43:04 2009 -0400
2923
2924     TI: DaVinci DM365: Enabling network Support on DM365 EVM
2925
2926     This patch enables EMAC on the DM365 EVM.
2927
2928     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
2929     Acked-by: Tom Rix <Tom.Rix@windriver.com>
2930
2931 commit 00e1665a3cf956e09ac2ce86ef6ec459f6bfb33c
2932 Author: Sandeep Paulraj <s-paulraj@ti.com>
2933 Date:   Tue Sep 29 10:02:38 2009 -0400
2934
2935     TI: DaVinci: GPIO header file and definitions
2936
2937     Some DaVinci SOC's use GPIOs to enable EMAC and DM9000.
2938     This patch adds some definitions for GPIO registers and also adds
2939     structures for GPIO.
2940     A separate header file is being added so that in future we
2941     can have a DaVinci GPIO driver similer to OMAP.
2942
2943     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
2944     Acked-by: Tom Rix <Tom.Rix@windriver.com>
2945
2946 commit 95ae803afbdd9f673c94b992ea624a10d252afc2
2947 Author: Sandeep Paulraj <s-paulraj@ti.com>
2948 Date:   Fri Sep 18 17:30:05 2009 -0400
2949
2950     TI: DaVinci DM646x: Update flag used to represent DM646x SOC's
2951
2952     In the DaVinci specific code, we use both CONFIG_SOC_DM646X and
2953     CONFIG_SOC_DM646x to represent DM646x specific code.
2954     This patch changes occurrences of CONFIG_SOC_DM646x to
2955     CONFIG_SOC_DM646X. This is because for DM644x series of SOCs we use
2956     the flag CONFIG_SOC_DM644X. We want some uniformity.
2957
2958     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
2959     Acked-by: Tom Rix <Tom.Rix@windriver.com>
2960
2961 commit fc9165fdb3b021aa8ff02417692220fe9344072b
2962 Author: Olof Johansson <olof@lixom.net>
2963 Date:   Mon Sep 28 08:19:30 2009 -0400
2964
2965     OMAP3: Clean up whitespace in mux configs
2966
2967     Switch from space-based indentation to tab-based in mux configs, as pointed
2968     out by WD at:
2969
2970     http://lists.denx.de/pipermail/u-boot/2009-September/061241.html
2971
2972     Nothing but whitespace changes in this patch (diff -w gives no output).
2973
2974     Signed-off-by: Olof Johansson <olof@lixom.net>
2975
2976 commit 9de0212bd7c4c82a7e8c2a2c8714f8c7abc57d08
2977 Author: Dirk Behme <dirk.behme@googlemail.com>
2978 Date:   Mon Sep 28 08:17:50 2009 -0400
2979
2980     OMAP3 MMC: Fix warning dereferencing type-punned pointer
2981
2982     Fix warning
2983     Dereferencing type-punned pointer will break strict-aliasing rules
2984
2985     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
2986     CC: Steve Sakoman <sakoman@gmail.com>
2987     Acked-by: Tom Rix <Tom.Rix@windriver.com>
2988
2989 commit e92daeb5c2050438402b87c7d614e8a13c294348
2990 Author: Simon Kagstrom <[simon.kagstrom@netinsight.net]>
2991 Date:   Tue Sep 22 04:01:01 2009 +0530
2992
2993     Support for the OpenRD base board
2994
2995     The implementation is borrowed from the sheevaplug board and the Marvell
2996     1.1.4 code. Unsupported (or untested) is the SD card, PCIe and SATA.
2997
2998     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
2999
3000 commit a62e78fc444c67f958be48891bef3dab0e9eb285
3001 Author: Prafulla Wadaskar <prafulla@marvell.com>
3002 Date:   Mon Sep 21 20:15:17 2009 +0530
3003
3004     Kirkwood: mv88f6281gtw_ge: Add kwbimage build support
3005
3006     This patch adds kwbimage configuration file
3007     (used by mkimage utility)
3008     to support u-boot.kwb target on mv88f6281gtw_ge board.
3009
3010     To create Kirkwood boot image to be flashed on SPI Flash,
3011     additional parameter u-boot.kwb need to be passed during make.
3012
3013     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
3014
3015 commit 5bc7cbc15b1890682c0b279f708914518bd25f8d
3016 Author: Prafulla Wadaskar <prafulla@marvell.com>
3017 Date:   Mon Sep 21 18:23:11 2009 +0530
3018
3019     Kirkwood: rd6281a: Add kwbimage build support
3020
3021     This patch adds kwbimage configuration file
3022     (used by mkimage utility)
3023     to support u-boot.kwb target on rd6281a platform.
3024
3025     To create Kirkwood boot image to be flashed on NAND,
3026     additional parameter u-boot.kwb need to be passed during make.
3027
3028     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
3029
3030 commit 23b80982a02a43bf4ead91574c9d6f1b647ccc8f
3031 Author: Tom Rix <Tom.Rix@windriver.com>
3032 Date:   Sun Sep 27 11:10:09 2009 -0500
3033
3034     Add support for Eukrea CPU9260/CPU9G20 SBC
3035
3036     these boards are built around Atmel's AT91SAM9260/9G20 and have
3037     up to 64MB of NOR flash, up to 128MB of SDRAM, up to 2GB of NAND
3038     and include a 10/100 Ethernet PHY in RMII mode.
3039
3040     Signed-off-by: Eric Benard <eric@eukrea.com>
3041     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
3042
3043 commit d8380c9d35e88759c96e68a03738446ca0cb292f
3044 Author: Tom Rix <Tom.Rix@windriver.com>
3045 Date:   Sun Sep 27 07:47:24 2009 -0500
3046
3047     Add support for Eukrea CPUAT91 SBC
3048
3049     CPUAT91 is built around Atmel's AT91RM9200 and has up to 16MB of NOR
3050     flash, up to 128MB of SDRAM, and includes a Micrel KS8721 PHY in RMII
3051     mode.
3052
3053     Signed-off-by: Eric Benard <eric@eukrea.com>
3054     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
3055
3056 commit eb95aa15e644c29b01832703aa4964fe419170f0
3057 Author: Sandeep Paulraj <s-paulraj@ti.com>
3058 Date:   Mon Sep 14 14:57:47 2009 -0400
3059
3060     TI: DaVinci DM365: Minor config cleanup
3061
3062     The DM365 config was using the 'CONFIG_CMD_SAVEENV' flag.
3063     This is already included when we include the
3064     config_cmd_default.h header file. So this flag is removed.
3065     Also another flag to enable NAND functions was being
3066     enabled incorrectly.
3067
3068     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
3069
3070 commit 5d783c1ffd691ffdadbc2c2f796c41481b7cdce7
3071 Author: Sandeep Paulraj <s-paulraj@ti.com>
3072 Date:   Mon Sep 14 15:03:06 2009 -0400
3073
3074     TI DaVinci DM365: Removing header file which does not exist
3075
3076     The DaVinci DM365 EVM board specific code was including a header file
3077     which does not exist. So removing this header file.
3078
3079     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
3080
3081 commit 409ec37bd8ae8822d276e77419d899571891b191
3082 Author: Sandeep Paulraj <s-paulraj@ti.com>
3083 Date:   Tue Sep 8 18:08:06 2009 -0400
3084
3085     TI DaVinci: DM355: Config Cleanup and Update
3086
3087     This patch does the following
3088     1) Enables the NAND driver which is now available.
3089     2) Enables the 'CONFIG_MTD_DEVICE' as without this the
3090     compilation will fail
3091     3) We now have a safe place to store environment and defines
3092     an offset where this can be stored. This offset value is such that it is after
3093     the location where U-Boot is flashed using TI flash utilities.
3094     4) Enables Bootdelay
3095     5) Increases malloc() arena size. Manufacturers are coming out with
3096     NAND with large blocks sizes of upto 1 MiB. It has been noticed that
3097     as the block size of the NAND used is increased, if this particular
3098     value is not increased, the NAND driver will output out of memory
3099     errors.
3100
3101     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
3102
3103 commit 7908c97a106765ad8816bf2271a5bf315728b274
3104 Author: Sandeep Paulraj <s-paulraj@ti.com>
3105 Date:   Tue Sep 8 11:37:39 2009 -0400
3106
3107     TI DaVinci: DM646x: Initial Support for DM646x SOC
3108
3109     DM646x is an SOC from TI which has both an ARM and a DSP.
3110     There are multiple variants of the SOC mainly dealing with different
3111     core speeds.
3112     This patch adds the initial framework for the DM646x SOC.
3113
3114     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
3115
3116 commit 5d0f53624c24eaf82d58368a6a5b8476392dd5c7
3117 Author: Sandeep Paulraj <s-paulraj@ti.com>
3118 Date:   Wed Sep 9 15:26:00 2009 -0400
3119
3120     TI DaVinci: DM6446: Fix Compilation error in NAND mode
3121
3122     The Default mode that is built for the Davinci DVEVM happens
3123     to be the NOR mode.
3124     When we want to build for the NAND mode, we get a compilation
3125     error. This is overcome by defining the CONFIG_MTD_DEVICE
3126     flag in the NAND mode.
3127     The image built for NAND mode was successfully tested on the
3128     DaVinci DM6446 EVM.
3129
3130     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
3131
3132 commit 7a2aa8b68120f333ed2edc33475ca195810d6cb1
3133 Author: Tom Rix <Tom.Rix@windriver.com>
3134 Date:   Thu Sep 10 15:27:57 2009 -0400
3135
3136     OMAP3 Move cache routine to cache.S
3137
3138     v7_flush_dcache_all, because it depends on omap ROM code is not
3139     generic.  Rename the function to 'invalidate_dcache' and move it
3140     to the omap cpu directory.
3141
3142     Collect the other omap cache routines l2_cache_enable and
3143     l2_cache_disable with invalide_dcache into cache.S.  This
3144     means removing the old cache.c file that contained l2_cache_enable
3145     and l2_cache_disable.
3146
3147     The conversion from cache.c to cache.S was done most through
3148     disassembling the uboot binary.  The only significant change was
3149     to change the comparision for the return of get_cpu_rev from
3150
3151        cmp      r0, #0
3152        beq      earlier_than_label
3153
3154     Which was lost information to
3155
3156        cmp      r0, #CPU_3XX_ES20
3157        blt      earlier_than_label
3158
3159     The paths through the enable routine were verified by
3160     adding an infinite loop and seeing the hang.  Then
3161     removing the infinite loop and seeing it continue.
3162
3163     The disable routine is similar enough that it was not
3164     tested with this method.
3165
3166     Run tested by cold booting from nand on beagle and zoom1.
3167     Compile tested on MAKEALL arm.
3168
3169     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
3170
3171 commit a16df2c11188297eca43cf6080c70fb69b960232
3172 Author: Sandeep Paulraj <s-paulraj@ti.com>
3173 Date:   Tue Sep 8 17:09:52 2009 -0400
3174
3175     TI DaVinci: Remove references to SZ_xx
3176
3177     This patch removes the asm/sizes.h header file from being
3178     included in the DaVinci SOC configs.
3179     References to SZ_xx have been replaced by appropriate
3180     bit shifted values.
3181
3182     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
3183     Acked-by: Wolfgang Denk <wd@denx.de>
3184
3185 commit 285870f75378aca41c5063e4358ad93bf3014fd8
3186 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
3187 Date:   Thu Oct 9 01:27:18 2008 -0500
3188
3189     Leave x86emu op code tables in default section
3190
3191     Forcing the tables into got2 caused extra relocation when using -mrelocatable.
3192     This patch requires any board defining CONFIG_BIOSEMU to use -mrelocatable.
3193
3194     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
3195     Acked-by: Jin Zhengxiong <Jason.Jin@freescale.com>
3196
3197 commit be2254423b86572841aa70ff05d20933d1b49823
3198 Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
3199 Date:   Sat Oct 10 12:42:22 2009 +0200
3200
3201     Update all board to support new bbmiiphy driver (with multibus support)
3202
3203     Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
3204     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3205
3206 commit 310cecb8ccdbc8a9be580e75b2fd362179d78535
3207 Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
3208 Date:   Sat Oct 10 12:42:21 2009 +0200
3209
3210     Add bb_miiphy_init call before any ethernet bring-up code.
3211
3212     Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
3213     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3214
3215 commit 4ba31ab33ac824635fcb49ac609070a9ebcab7f0
3216 Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
3217 Date:   Sat Oct 10 12:42:20 2009 +0200
3218
3219     Rewrite the miiphybb (Bit-banged MII bus driver) in order to support an arbitrary number of mii buses.
3220
3221     This feature is useful when your board uses different mii buses for different
3222     phys and all (or a part) of these buses are implemented via bit-banging mode.
3223
3224     The driver requires that the following macros should be defined into the board
3225     configuration file:
3226
3227     CONFIG_BITBANGMII       - Enable the miiphybb driver
3228     CONFIG_BITBANGMII_MULTI - Enable the multi bus support
3229
3230     If the CONFIG_BITBANGMII_MULTI is not defined, the board's config file needs
3231     to define at least the following macros:
3232
3233     MII_INIT      - Generic code to enable the MII bus (optional)
3234     MDIO_DECLARE  - Declaration needed to access to the MDIO pin (optional)
3235     MDIO_ACTIVE   - Activate the MDIO pin as out pin
3236     MDIO_TRISTATE - Activate the MDIO pin as input/tristate pin
3237     MDIO_READ     - Read the MDIO pin
3238     MDIO(v)       - Write v on the MDIO pin
3239     MDC_DECLARE   - Declaration needed to access to the MDC pin (optional)
3240     MDC(v)        - Write v on the MDC pin
3241
3242     The previous macros make the driver compatible with the previous version
3243     (that didn't support the multi-bus).
3244
3245     When the CONFIG_BITBANGMII_MULTI is also defined, the board code needs to fill
3246     the bb_miiphy_buses[] array with a record for each required bus and declare
3247     the bb_miiphy_buses_num variable with the number of mii buses.
3248     The record (struct bb_miiphy_bus) has the following fields/callbacks (see
3249     miiphy.h for details):
3250
3251     char name[]            - The symbolic name that must be equal to the MII bus
3252                              registered name
3253     int (*init)()          - Initialization function called at startup time (just
3254                              before the Ethernet initialization)
3255     int (*mdio_active)()   - Activate the MDIO pin as output
3256     int (*mdio_tristate)() - Activate the MDIO pin as input/tristate pin
3257     int (*set_mdio)()      - Write the MDIO pin
3258     int (*get_mdio)()      - Read the MDIO pin
3259     int (*set_mdc)()       - Write the MDC pin
3260     int (*delay)()         - Delay function
3261     void *priv             - Private data used by board specific code
3262
3263     The board code will look like:
3264
3265     struct bb_miiphy_bus bb_miiphy_buses[] = {
3266      { .name = miibus#1, .init = b1_init, .mdio_active = b1_mdio_active, ... },
3267      { .name = miibus#2, .init = b2_init, .mdio_active = b2_mdio_active, ... },
3268      ...
3269     int bb_miiphy_buses_num = sizeof(bb_miiphy_buses) /
3270                               sizeof(bb_miiphy_buses[0]);
3271
3272     Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
3273     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3274
3275 commit efaf6f1bf6ebdd8f16b0d0c2960abe8d06f95af4
3276 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
3277 Date:   Fri Oct 2 18:54:20 2009 -0400
3278
3279     mpc83xx: cosmetic comment update relating to SPD EEPROM
3280
3281     commit 6d0f6bcf337c5261c08fabe12982178c2c489d76 did the big
3282     rename of CFG_ macros to CONFIG_SYS macros.  But it missed
3283     a couple of instances within comments.
3284
3285     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
3286     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3287
3288 commit afc3ba0fc4195624e79e21244380ed7cc2fd6969
3289 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
3290 Date:   Thu Oct 8 02:03:51 2009 +0200
3291
3292     relocation: Do not relocate NULL pointers.
3293
3294     NULL is an absolute value and should not be relocated.
3295     After this correction code like:
3296      void weak_fun(void) __attribute__((weak));
3297      printf("weak_fun:%p\n", weak_fun);
3298     will still print null after relocation.
3299
3300     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
3301
3302 commit 3beb40c2473f0dd373231c723d88c51e46ad96f7
3303 Author: Peter Tyser <ptyser@xes-inc.com>
3304 Date:   Wed Oct 7 11:45:00 2009 -0500
3305
3306     85xx: Ensure BSS segment isn't linked at address 0
3307
3308     When U-Boot is relocated from flash to RAM pointers are modified
3309     accordingly.  However, pointers initialzed with NULL values should not
3310     be modified so that they maintain their intended NULL value.  If the
3311     BSS segment is linked at address 0 its address will not be
3312     updated as necessary during relocation.
3313
3314     This is a temporary workaround.  The end goal is to add support to
3315     U-Boot to dynamically locate the BSS at an arbitrary address at
3316     runtime.  When the ability to fixup the BSS inteligently is
3317     added, this workaround can be removed and the 85xx link script
3318     can put the BSS at a fixed address at link time.
3319
3320     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3321
3322 commit 95c44ec485b46ffb43dbdaa299f1491a500fdadf
3323 Author: Detlev Zundel <dzu@denx.de>
3324 Date:   Wed Oct 7 16:38:05 2009 +0200
3325
3326     tqm5200: Correct comment and code in post_hotkeys_pressed.
3327
3328     This fixes the code and the comment according to the original intent of
3329     doing an intensive memory test when PSC6_3 is pulled low on the STK52xx.
3330     Notably PORT_CONFIG will be overridden with this correct code now,
3331     so beware.
3332
3333     The original code only worked by coincidence depending on the PORT_CONFIG
3334     setting from the header file.  The new code was tested to ensure that the
3335     (undocumented) memory test still works on the STK52x.
3336
3337     Signed-off-by: Detlev Zundel <dzu@denx.de>
3338     CC: Martin Krause <Martin.Krause@tqs.de>
3339
3340     Minor white-space cleanup.
3341     Signed-off-by: Wolfgang Denk <wd@denx.de>
3342
3343 commit da01f53404f99db185d196867af79371725d4683
3344 Author: Wolfgang Denk <wd@denx.de>
3345 Date:   Sun Oct 4 22:56:08 2009 +0200
3346
3347     mpc512x: fix fixed_sdram() init code.
3348
3349     Commit 054197ba and later fixes used an array to initialize some of
3350     the MDDRC parameters; however, the use of an array turned out to be a
3351     bad idea as it was not possible to correlate structure entries to
3352     array indices in readable and reliable way. Now we use a struct
3353     instead, which makes this self-explanatory.
3354
3355     Signed-off-by: Wolfgang Denk <wd@denx.de>
3356
3357 commit dbcc357166bed20df13450e93a501f30b197efd1
3358 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
3359 Date:   Sun Oct 4 20:04:22 2009 +0200
3360
3361     ppc4xx: respect 80-chars per line in ppc*.h files
3362
3363     After running checkstyle.pl on the three previous patches I noted that in
3364     the *.h files there were a lot of long lines. This patch solves this problem.
3365
3366     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
3367     Signed-off-by: Stefan Roese <sr@denx.de>
3368
3369 commit 78d2a641371ec71cc3786b167a318c7b115fbb90
3370 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
3371 Date:   Sun Oct 4 20:04:21 2009 +0200
3372
3373     ppc4xx: Rework cmd reginfo
3374
3375     The command "reginfo" got an overhaul for the ppc4xx. It dumps all the
3376     relevant HW configuration registers (address, symbolic name, content).
3377     This allows to easily detect errors in *.h files and changes in the HW
3378     configuration.
3379
3380     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
3381     Signed-off-by: Stefan Roese <sr@denx.de>
3382
3383 commit ddc922ff2c20ae0b7f9ce2df1ac28143e2f325bd
3384 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
3385 Date:   Sun Oct 4 20:04:20 2009 +0200
3386
3387     ppc_4xx: Apply new HW register names
3388
3389     Modify all existing *.c files to use the new register names
3390     as seen in the AMCC manuals.
3391
3392     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
3393     Signed-off-by: Stefan Roese <sr@denx.de>
3394
3395 commit f80e61dcfe53fa3a5936659883415c9bd1b5a3d9
3396 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
3397 Date:   Sun Oct 4 20:04:19 2009 +0200
3398
3399     ppc4xx: Cleanup some HW register names
3400
3401     Here you find all the changes in the include directory for new register names
3402     and adapting other ones to the names used by AMCC in their manuals, e.g.
3403     For 440EPx/GRPPC440EPx/GRX, Revision 1.15 â€“ September 22, 2008
3404     For PPC405GP Embedded Processor, Revision 1.02 â€“ March 22, 2006
3405
3406     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
3407     Signed-off-by: Stefan Roese <sr@denx.de>
3408
3409 commit 56f14818f66c68a8b9e45925f29ceb974405ad48
3410 Author: Stefan Roese <sr@denx.de>
3411 Date:   Tue Oct 6 07:21:08 2009 +0200
3412
3413     ppc4xx: Add PPC405EX(r) Rev D support
3414
3415     Unfortunately some Rev D PPC405EX/405EXr PVR's are identical with older
3416     405EX(r) parts. Here a list:
3417
3418     0x12911475 - 405EX Rev D with Security *and* 405EX Rev A/B witout Sec
3419     0x12911473 - 405EX Rev D without Security *and* 405EXr Rev A/B with Sec
3420
3421     Since there are only a few older parts in the field, this patch now
3422     changes the PVR's above to represent the new Rev D versions.
3423
3424     Signed-off-by: Stefan Roese <sr@denx.de>
3425     Cc: Phong Vo" <pvo@amcc.com>
3426
3427 commit 06dfaeef52a5f773ae4292432e3c74ff52ead316
3428 Author: Stefan Roese <sr@denx.de>
3429 Date:   Fri Oct 2 14:35:16 2009 +0200
3430
3431     ppc4xx: Fix msg "initialization as root-complex failed" upon PCIe scan
3432
3433     This message is printed upon PCIe bus scan, not only upon error, but also
3434     if no PCIe device is detected at all. Since this is not an error, let's
3435     remove this message in this case. We already have the message
3436     "link is not up." if there is no PCIe device present.
3437
3438     Signed-off-by: Stefan Roese <sr@denx.de>
3439     Acked-by: Wolfgang Denk <wd@denx.de>
3440
3441 commit 54f5f056aa1daa3e39bad1c5c3fb43a72cdb9e84
3442 Author: Mike Nuss <mike@terascala.com>
3443 Date:   Mon Oct 5 12:33:28 2009 -0400
3444
3445     PPC4xx: Denali core: Fix incorrect DDR row bits
3446
3447     The SPD detection code for the Denali memory controller used on some
3448     ppc4xx
3449     processors incorrectly encodes DDR0_42. With certain memory
3450     configurations,
3451     this can cause the bootwrapper to incorrectly calculate the installed
3452     memory
3453     size, because the number of row bits is wrong. This patch fixes that
3454     encoding.
3455
3456     Signed-off-by: Mike Nuss <mike@terascala.com>
3457     Signed-off-by: Stefan Roese <sr@denx.de>
3458
3459 commit 99dbd4efd6d5ecc37d7e8f28b20d9be8c83055c7
3460 Author: Ben Warren <biggerbadderben@gmail.com>
3461 Date:   Mon Oct 5 00:02:51 2009 -0700
3462
3463     Add information about return values of xxx_eth_register() in documentation
3464
3465     As discussed on mailing list, <0 indicates failure, >=0 indicates number
3466     of interfaces found.
3467
3468     Also added blurb about private data
3469
3470     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3471
3472 commit 1f1e774ec6242d4ea34e5cff57232deb5bb587e0
3473 Author: Mike Frysinger <vapier@gentoo.org>
3474 Date:   Wed Sep 9 14:41:22 2009 -0400
3475
3476     document network driver framework
3477
3478     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3479     Acked-by: Wolfgang Denk <wd@denx.de>
3480     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3481
3482 commit aba8237257dd15b0e76cc517f0e741c0908ee0b9
3483 Author: Prafulla Wadaskar <prafulla@marvell.com>
3484 Date:   Wed Sep 9 15:59:19 2009 +0530
3485
3486     net: kirkwood_egiga.c: fixed build warning
3487
3488     if link up detection code is disabled through config option, it gives build warning.
3489     This patch fixes the same
3490
3491     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
3492     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3493
3494 commit 7194ab809532eeca3e2ee5dc12017cb901cc5842
3495 Author: Ben Warren <biggerbadderben@gmail.com>
3496 Date:   Sun Oct 4 22:37:03 2009 -0700
3497
3498     Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI API
3499
3500     All in-tree boards that use this controller have CONFIG_NET_MULTI
3501     added
3502     Also:
3503       - changed CONFIG_DRIVER_SMC91111 to CONFIG_SMC91111
3504       - cleaned up line lengths
3505       - modified all boards that override weak function in this driver
3506       - modified all eeprom standalone apps to work with new driver
3507       - updated blackfin standalone EEPROM app after testing
3508
3509     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3510     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3511
3512 commit 32e7f239dda8638377edb0d3e7ac269cabbafbe6
3513 Author: Prafulla Wadaskar <prafulla@marvell.com>
3514 Date:   Mon Sep 21 20:28:18 2009 +0530
3515
3516     net: phy: mv88e61xx.c : fixed build warning
3517
3518     following build warning was observed
3519
3520     mv88e61xx.c: In function â€˜mv88e61xx_busychk’:
3521     mv88e61xx.c:208: warning: dereferencing type-punned pointer will break strict-aliasing rules
3522
3523     This patch fixes the same
3524     Patch tested for rd6281a board build
3525
3526     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
3527     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3528
3529 commit c0b46d8ead3c6c5b569c83544fd71b9d73356869
3530 Author: James Clough <james@rtetc.com>
3531 Date:   Thu Sep 10 09:11:50 2009 +0200
3532
3533     net: Fix problem with 405EZ ethernet interrupt
3534
3535     On 405EZ the RX-/TX-interrupts are coalesced into one IRQ bit in the
3536     UIC. We need to acknowledge the RX-/TX-interrupts in the
3537     SDR0_ICINTSTAT reg as well.
3538
3539     This problem was introduced with commit
3540     d1631fe1 [ppc4xx: Consolidate PPC4xx UIC defines]
3541
3542     Signed-off-by: James Clough <james@rtetc.com>
3543     Signed-off-by: Stefan Roese <sr@denx.de>
3544     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3545
3546 commit 91b469c95faf92435e3d5d78292ba78075a3c5ca
3547 Author: Mike Frysinger <vapier@gentoo.org>
3548 Date:   Wed Sep 2 04:18:55 2009 -0400
3549
3550     net: add random_port() prototype
3551
3552     The random_port() is meant to be used by other net code, but without a
3553     prototype, we get fun warnings like:
3554     dns.c: In function 'DnsSend':
3555     dns.c:89: warning: implicit declaration of function 'random_port'
3556
3557     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3558     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3559
3560 commit 3469424cb6d939c7aedf1e0efdec44a797c0a18c
3561 Author: Peter Tyser <ptyser@xes-inc.com>
3562 Date:   Mon Sep 21 11:20:37 2009 -0500
3563
3564     ppc: Remove reloc_off field from global_data structure
3565
3566     Now that proper relocation is supported, the reloc_off field is no longer
3567     necessary.
3568
3569     Note that the location of the standalone application jump table pointer
3570     in the global data structure is affected by this change, breaking
3571     execution of standalone applications compiled for previous versions of
3572     U-Boot.
3573
3574     We therefore increment XF_VERSION to 6
3575
3576     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3577     Signed-off-by: Wolfgang Denk <wd@denx.de>
3578
3579 commit 0630535e2d062dd73c1ceca5c6125c86d1127a49
3580 Author: Peter Tyser <ptyser@xes-inc.com>
3581 Date:   Tue Sep 22 09:27:55 2009 -0500
3582
3583     arm/microblaze/nios/nios2/sh: Remove relocation fixups
3584
3585     These architectures don't need relocation fixups, so reduce their
3586     codesize a bit by defining CONFIG_RELOC_FIXUP_WORKS.
3587
3588     Also remove the reloc_off field from their global data structures
3589     as it is no longer needed.
3590
3591     Note that the location of the standalone application jump table pointer
3592     in the global data structure is affected by this change, breaking
3593     execution of standalone applications compiled for previous versions of
3594     U-Boot. We will therefore increment XF_VERSION in the next commit,
3595     which also touches this area.
3596
3597     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3598     Signed-off-by: Wolfgang Denk <wd@denx.de>
3599
3600 commit 521af04d853361b49344b61892eb0618f9f713c5
3601 Author: Peter Tyser <ptyser@xes-inc.com>
3602 Date:   Mon Sep 21 11:20:36 2009 -0500
3603
3604     Conditionally perform common relocation fixups
3605
3606     Add #ifdefs where necessary to not perform relocation fixups.  This
3607     allows boards/architectures which support relocation to trim a decent
3608     chunk of code.
3609
3610     Note that this patch doesn't add #ifdefs to architecture-specific code
3611     which does not support relocation.
3612
3613     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3614
3615 commit 3cbcfa70b116df1bbdc90ba31c61adcaec058a8a
3616 Author: Peter Tyser <ptyser@xes-inc.com>
3617 Date:   Mon Sep 21 11:20:35 2009 -0500
3618
3619     p3mx: Remove serial relocation fixups
3620
3621     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3622
3623 commit 80f73b92a19129854876ec3f1aef531a09e86d2d
3624 Author: Peter Tyser <ptyser@xes-inc.com>
3625 Date:   Mon Sep 21 11:20:34 2009 -0500
3626
3627     lwmon, lwmon5: Remove sysmon POST relocation fixups
3628
3629     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3630
3631 commit 331ab60c4a418c39e5b1a05d4648a4155d0ad13e
3632 Author: Peter Tyser <ptyser@xes-inc.com>
3633 Date:   Mon Sep 21 11:20:33 2009 -0500
3634
3635     mpl: Remove memory test relocation fixups
3636
3637     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3638
3639 commit 6385b28116f775da4771b768ba9bf93c3aaaf26e
3640 Author: Peter Tyser <ptyser@xes-inc.com>
3641 Date:   Mon Sep 21 11:20:32 2009 -0500
3642
3643     fpga: Remove relocation fixups
3644
3645     PPC boards are the only users of the current FPGA code which is littered
3646     with manual relocation fixups.  Now that proper relocation is supported
3647     for PPC boards, remove FPGA manual relocation.
3648
3649     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3650
3651 commit cd1011db80287eef933d1599b74cff1116c93134
3652 Author: Peter Tyser <ptyser@xes-inc.com>
3653 Date:   Mon Sep 21 11:20:31 2009 -0500
3654
3655     tsec: Remove PHY command relocation fixups
3656
3657     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3658
3659 commit b5650c5d8c99100144d8e4e9af910405f857bb7a
3660 Author: Peter Tyser <ptyser@xes-inc.com>
3661 Date:   Mon Sep 21 11:20:30 2009 -0500
3662
3663     ppc: Remove board-specific command table relocation fixups
3664
3665     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3666
3667 commit e6b05e774d7ce1641613cdeffb69c1d48139a869
3668 Author: Peter Tyser <ptyser@xes-inc.com>
3669 Date:   Mon Sep 21 11:20:29 2009 -0500
3670
3671     ppc: Remove extable relocation fixups
3672
3673     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3674
3675 commit b32a894011b1436758905fa10e6a03b8539c43c9
3676 Author: Peter Tyser <ptyser@xes-inc.com>
3677 Date:   Mon Sep 21 11:20:28 2009 -0500
3678
3679     ppc: Remove pci config table pointer relocation fixups
3680
3681     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3682
3683 commit a0e2066f392782730f0398095e583c87812d97f2
3684 Author: Peter Tyser <ptyser@xes-inc.com>
3685 Date:   Mon Sep 21 11:20:27 2009 -0500
3686
3687     ppc: Remove board.c relocation fixups
3688
3689     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3690
3691 commit 244615197469dd6fe75ae082f38424b97c79aeaf
3692 Author: Peter Tyser <ptyser@xes-inc.com>
3693 Date:   Mon Sep 21 11:20:26 2009 -0500
3694
3695     ppc: Check for compilers that don't support relocation
3696
3697     Certain ppc compilers are known not to generate the .fixup section
3698     properly.  The .fixup section is necessary to create a relocatable
3699     U-Boot image.  A basic check for the existence of the .fixup section
3700     should hopefully catch the majority of broken compilers which don't
3701     support relocation.
3702
3703     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3704
3705 commit 858290178f222d998b6425d85cf06822467918f3
3706 Author: Peter Tyser <ptyser@xes-inc.com>
3707 Date:   Mon Sep 21 11:20:25 2009 -0500
3708
3709     ppc: Enable full relocation to RAM
3710
3711     The following changes allow U-Boot to fully relocate from flash to
3712     RAM:
3713      - Remove linker scripts' .fixup sections from the .text section
3714      - Add -mrelocatable to PLATFORM_RELFLAGS for all boards
3715      - Define CONFIG_RELOC_FIXUP_WORKS for all boards
3716
3717     Previously, U-Boot would partially relocate, but statically initialized
3718     pointers needed to be manually relocated.
3719
3720     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3721
3722 commit 3b4bd2d75c4b3c1a4570f47ffaaed66f56a78ff4
3723 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
3724 Date:   Wed Sep 30 11:55:04 2009 +0200
3725
3726     ppc4xx: Add SDRAM detection for PMC440 boards
3727
3728     This patch adds support to detect the amount of DDR2 SDRAM
3729     on PMC440 modules. Detection is done by probing through
3730     a list of available and supported hardware configurations
3731     from 1GByte down to 256MB.
3732
3733     The static TLB entry is replaced by dynamically created entries.
3734
3735     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
3736     Signed-off-by: Stefan Roese <sr@denx.de>
3737
3738 commit fb95169e39f2d03270bed552d27bbb02627a443e
3739 Author: Stefan Roese <sr@denx.de>
3740 Date:   Mon Sep 28 17:33:45 2009 +0200
3741
3742     ppc4xx: Merge PPC4xx DDR and DDR2 ECC handling
3743
3744     This patch merges the ECC handling (ECC parity byte writing) into one
3745     file (ecc.c) for all PPC4xx SDRAM controllers except for PPC440EPx/GRx.
3746     This exception is because only those PPC's use the completely different
3747     Denali SDRAM controller core.
3748
3749     Previously we had two routines to generate/write the ECC parity bytes.
3750     With this patch we now only have one core function left.
3751
3752     Tested on Kilauea (no ECC) and Katmai (with and without ECC).
3753
3754     Signed-off-by: Stefan Roese <sr@denx.de>
3755     Cc: Felix Radensky <felix@embedded-sol.com>
3756     Cc: Grant Erickson <gerickson@nuovations.com>
3757     Cc: Pieter Voorthuijsen <pv@prodrive.nl>
3758
3759 commit d24bd2517a2b847f773453eab0ee5b1c8ebc74ba
3760 Author: Felix Radensky <felix@embedded-sol.com>
3761 Date:   Sun Sep 27 23:56:12 2009 +0200
3762
3763     ppc4xx: Reorganize DDR2 ECC handling
3764
3765     Reorganize DDR2 ECC handling to use common code for
3766     SPD DIMMs and soldered SDRAM. Also, use common code
3767     to display SDRAM info (ECC, CAS latency) for SPD and
3768     soldered SDRAM variants.
3769
3770     Signed-off-by: Felix Radensky <felix@embedded-sol.com>
3771     Signed-off-by: Stefan Roese <sr@denx.de>
3772
3773 commit 46a887949e11d2cddb91e17ca47e73341d71a379
3774 Author: Mike Frysinger <vapier@gentoo.org>
3775 Date:   Wed Sep 30 03:09:16 2009 -0400
3776
3777     Blackfin: update default console= settings
3778
3779     The Linux kernel has changed the way it numbers serial ports, so update
3780     the default command line to match it.
3781
3782     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3783
3784 commit 4c5f307d58604dea001cccf388aa077a902ab0a5
3785 Author: Mike Frysinger <vapier@gentoo.org>
3786 Date:   Mon Sep 21 18:04:49 2009 -0400
3787
3788     Blackfin: bf533-ezkit: update env location
3789
3790     The u-boot image has outgrown the current space and overflowed into the
3791     env sector.  So move the env to the next available sector (we've already
3792     allocated the first few sectors anyways for u-boot).
3793
3794     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3795
3796 commit 24b17d8a3c3a4b9ceaf6363ebe0021011b0b8bd8
3797 Author: Kumar Gala <galak@kernel.crashing.org>
3798 Date:   Wed Sep 30 08:39:44 2009 -0500
3799
3800     ppc/85xx: get_law_entry isn't used in CONFIG_NAND_SPL
3801
3802     Don't include get_law_entry as part of the NAND_SPL build since the
3803     code isnt used.
3804
3805     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3806
3807 commit 693a048d8ac191181f5b9adbff642d3f1bbd479f
3808 Author: Mingkai Hu <Mingkai.hu@freescale.com>
3809 Date:   Wed Sep 23 15:20:39 2009 +0800
3810
3811     Add README.mpc8536ds
3812
3813     Add boot from NAND/eSDHC/eSPI description
3814
3815     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
3816     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3817
3818 commit e40ac4870c6e72302044e98338322f45c34435bd
3819 Author: Mingkai Hu <Mingkai.hu@freescale.com>
3820 Date:   Wed Sep 23 15:20:38 2009 +0800
3821
3822     On-chip ROM boot: MPC8536DS support
3823
3824     The MPC8536E is capable of booting from the on-chip ROM - boot from
3825     eSDHC and boot from eSPI. When power on, the porcessor excutes the
3826     ROM code to initialize the eSPI/eSDHC controller, and loads the mian
3827     U-Boot image from the memory device that interfaced to the controller,
3828     such as the SDCard or SPI EEPROM, to the target memory, e.g. SDRAM or
3829     L2SRAM, then boot from it.
3830
3831     The memory device should contain a specific data structure with control
3832     word and config word at the fixed address. The config word direct the
3833     process how to config the memory device, and the control word direct
3834     the processor where to find the image on the memory device, or where
3835     copy the main image to. The user can use any method to store the data
3836     structure to the memory device, only if store it on the assigned address.
3837
3838     The on-chip ROM code will map the whole 4GB address space by setting
3839     entry0 in the TLB1, so the main image need to switch to Address space 1
3840     to disable this mapping and map the address space again.
3841
3842     This patch implements loading the mian U-Boot image into L2SRAM, so
3843     the image can configure the system memory by using SPD EEPROM.
3844
3845     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
3846     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3847
3848 commit 9a1a0aedbbd56f901bfbc124f18ec6d9dcefe282
3849 Author: Mingkai Hu <Mingkai.hu@freescale.com>
3850 Date:   Wed Sep 23 15:20:37 2009 +0800
3851
3852     NAND boot: MPC8536DS support
3853
3854     MPC8536E can support booting from NAND flash which uses the
3855     image u-boot-nand.bin. This image contains two parts: a 4K
3856     NAND loader and a main U-Boot image. The former is appended
3857     to the latter to produce u-boot-nand.bin. The 4K NAND loader
3858     includes the corresponding nand_spl directory, along with the
3859     code twisted by CONFIG_NAND_SPL. The main U-Boot image just
3860     like a general U-Boot image except the parts that included by
3861     CONFIG_SYS_RAMBOOT.
3862
3863     When power on, eLBC will automatically load from bank 0 the
3864     4K NAND loader into the FCM buffer RAM where CPU can execute
3865     the boot code directly. In the first stage, the NAND loader
3866     copies itself to RAM or L2SRAM to free up the FCM buffer RAM,
3867     then loads the main image from NAND flash to RAM or L2SRAM
3868     and boot from it.
3869
3870     This patch implements the NAND loader to load the main image
3871     into L2SRAM, so the main image can configure the RAM by using
3872     SPD EEPROM. In the first stage, the NAND loader copies itself
3873     to the second to last 4K address space, and uses the last 4K
3874     address space as the initial RAM for stack.
3875
3876     Obviously, the size of L2SRAM shouldn't be less than the size
3877     of the image used. If so, the workaround is to generate another
3878     image that includes the code to configure the RAM by SPD and
3879     load it to L2SRAM first, then relocate the main image to RAM
3880     to boot up.
3881
3882     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
3883     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3884
3885 commit 07355700523203c5f72018712cf0d93683f255c8
3886 Author: Mingkai Hu <Mingkai.hu@freescale.com>
3887 Date:   Wed Sep 23 15:19:32 2009 +0800
3888
3889     mpc8536: fix board config file line length
3890
3891     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
3892     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3893
3894 commit dd9ca98f2600000e5c2744735040100b770650e7
3895 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
3896 Date:   Fri Sep 25 11:14:11 2009 -0400
3897
3898     sbc8548: reclaim wasted sector in boot flash
3899
3900     By nature of being based off the MPC8548CDS board, this
3901     board inherited an ENV_SIZE setting of 256k.  But since
3902     it has a smaller flash device (8MB soldered on), it has
3903     a native sector size of 128k, and hence the ENV_SIZE was
3904     causing 2 sectors to be used for the environment.
3905
3906     By removing the unused sector, we can push TEXT_BASE up
3907     closer to the end of address space and reclaim that
3908     sector for any other application.  This also fixes the
3909     mismatch between TEXT_BASE and MONITOR_LEN reported by
3910     Kumar earlier.
3911
3912     Since this board also supports the ability to boot off
3913     the 64MB SODIMM flash, this change is forward looking
3914     with that in mind; i.e. the settings for MONITOR_LEN
3915     and ENV_SIZE will work when the 512k sectors of the
3916     SODIMM flash are used for alternate boot in the future.
3917
3918     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
3919     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3920
3921 commit 8280912e0657e96a7b7d8da7003656d62b0fd109
3922 Author: Kumar Gala <galak@kernel.crashing.org>
3923 Date:   Mon Sep 28 21:38:00 2009 -0500
3924
3925     ppc/85xx: Clean up immap_85xx.h
3926
3927     * Converted all white space to tabs
3928     * Converted all types to u8/u16/u32
3929     * Reduce lines to fit in 80 columns
3930     * Renamed MPC85xx_{Q,B}MAN -> FSL_CORENET_{Q,B}MAN
3931
3932     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3933
3934 commit d44e9c1736283f0abc5d3c5d28cfea8480c93a79
3935 Author: Scott Wood <scottwood@freescale.com>
3936 Date:   Mon Sep 28 16:33:18 2009 -0500
3937
3938     NAND: davinci: Fix warnings when 4-bit ECC not used
3939
3940     I accidentally left v2 of "NAND: DaVinci:Adding 4 BIT ECC support"
3941     applied when I pushed the tree last merge window, and missed these fixes
3942     which were in v3 of that patch.
3943
3944     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
3945     Signed-off-by: Scott Wood <scottwood@freescale.com>
3946
3947 commit ca6189db484882798f2a35a476c07e618e21f6d3
3948 Author: Kyungmin Park <kmpark@infradead.org>
3949 Date:   Tue Sep 22 09:05:00 2009 +0900
3950
3951     Refactor OneNAND IPL code
3952
3953     Refactoring the OneNAND IPL code
3954
3955     and some minor fixed:
3956     - Remove unnecessary header file
3957     - Fix wrong access at read interrupt
3958     - The recent OneNAND has 4KiB pagesize
3959
3960     Also Board can override OneNAND IPL image
3961
3962     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
3963
3964 commit a05e3f9a084fc8951d87745b3a91df246432df7d
3965 Author: Shinya Kuribayashi <skuribay@pobox.com>
3966 Date:   Sat Sep 12 18:01:40 2009 +0900
3967
3968     MIPS: VCT: Remove read_spareram reference
3969
3970     The commit ecad289fc6bd9d89ef4d5093cc7b6fd712fd0d29 (OneNAND: Remove
3971     unused read_spareram and add unlock_all as kernel does) forgot to remove
3972     a local reference to read_spareram in board/micronas/vct/ebi_onenand.c,
3973     which causes the following build failure when configured with OneNAND:
3974
3975     ebi_onenand.c: In function 'onenand_board_init':
3976     ebi_onenand.c:196: error: 'struct onenand_chip' has no member named 'read_spareram'
3977     make[1]: *** [ebi_onenand.o] Error 1
3978     make[1]: *** Waiting for unfinished jobs....
3979     make: *** [board/micronas/vct/libvct.a] Error 2
3980
3981     Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
3982     Acked-by: Stefan Roese <sr@denx.de>
3983     Cc: Kyungmin Park <kyungmin.park@samsung.com>
3984     Signed-off-by: Scott Wood <scottwood@freescale.com>
3985
3986 commit ef37c6835eac66206a9c7c11f0c7186f5d64bf91
3987 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
3988 Date:   Fri Sep 25 14:05:57 2009 +0200
3989
3990     ubifs: Correct dereferencing of files-after-symlinks
3991
3992     Files in directories which are symlinked to were not dereferenced
3993     correctly in last commit. E.g., with a symlink
3994
3995        /boot/lnk -> /boot/real_dir
3996
3997     loading
3998
3999        /boot/lnk/uImage
4000
4001     will fail. This patch fixes that by simply seeing to it that the target
4002     base directory has a slash after it.
4003
4004     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
4005     Signed-off-by: Stefan Roese <sr@denx.de>
4006
4007 commit b306db2f1bf561b5823a655c677fe28cfad80cfb
4008 Author: Stefan Roese <sr@denx.de>
4009 Date:   Thu Sep 24 14:10:30 2009 +0200
4010
4011     ppc4xx: Remove mtsdram0() marcos and use common mtsdram() instead
4012
4013     Additionally some whitespace coding style fixes.
4014
4015     Signed-off-by: Stefan Roese <sr@denx.de>
4016
4017 commit 95b602bab5fec2fffab07a01ea3947c70d1bacc1
4018 Author: Stefan Roese <sr@denx.de>
4019 Date:   Thu Sep 24 13:59:57 2009 +0200
4020
4021     ppc4xx: Convert PPC4xx SDRAM defines from lower case to upper case
4022
4023     The latest PPC4xx register cleanup patch missed some SDRAM defines.
4024     This patch now changes lower case UIC defines to upper case. Also
4025     some names are changed to match the naming in the IBM/AMCC users
4026     manuals (e.g. mem_mcopt1 -> SDRAM0_CFG).
4027
4028     Signed-off-by: Stefan Roese <sr@denx.de>
4029
4030 commit 952e7760bfc5b0e3b142b9ce34e7fbb7d008c900
4031 Author: Stefan Roese <sr@denx.de>
4032 Date:   Thu Sep 24 09:55:50 2009 +0200
4033
4034     ppc4xx: Convert PPC4xx UIC defines from lower case to upper case
4035
4036     The latest PPC4xx register cleanup patch missed the UIC defines.
4037     This patch now changes lower case UIC defines to upper case.
4038
4039     Signed-off-by: Stefan Roese <sr@denx.de>
4040
4041 commit d1c9e5b37901b53ffc1ce3f08ec8ed61bfd557b6
4042 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
4043 Date:   Tue Sep 22 13:40:44 2009 +0200
4044
4045     fsl_i2c: Do not generate STOP after read.
4046
4047     __i2c_read always ends with a STOP condition thereby releasing
4048     the bus. It is cleaner to do the STOP magic in i2c_read(), like
4049     i2c_write() does. This may also help future multimaster systems which
4050     wants to hold on to the bus until all transactions are finished.
4051
4052     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
4053
4054 commit 99404202127346b9e91503bbd69deafa18c980c4
4055 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
4056 Date:   Thu Sep 17 11:07:17 2009 +0200
4057
4058     fsl_i2c: Impl. AN2919, rev 5 to calculate FDR/DFSR
4059
4060     The latest AN2919 has changed the way FDR/DFSR should be calculated.
4061     Update the driver according to spec. However, Condition 2
4062     is not accounted for as it is not clear how to do so.
4063
4064     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
4065     Acked-by: Wolfgang Grandegger <wg@grandegger.com>
4066
4067 commit d01ee4db9302cfccaa5c548a1c4e873b415681a0
4068 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
4069 Date:   Thu Sep 17 11:07:16 2009 +0200
4070
4071     fsl_i2c: Add CONFIG_FSL_I2C_CUSTOM_{DFSR/FDR}
4072
4073     Some boards need a higher DFSR value than the spec currently
4074     recommends so give these boards the means to define there own.
4075
4076     For completeness, add CONFIG_FSL_I2C_CUSTOM_FDR too.
4077
4078     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
4079
4080 commit 21f4cbb77299788e2b06c9b0f48cf20a5ab00d4a
4081 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
4082 Date:   Thu Sep 17 11:07:15 2009 +0200
4083
4084     fsl_i2c: Wait for STOP condition to propagate
4085
4086     After issuing a STOP one must wait until the STOP has completed
4087     on the bus before doing something new to the controller.
4088
4089     Also add an extra read of SR as the manual mentions doing that
4090     is a good idea.
4091
4092     Remove surplus write of CR just before a write, isn't required and
4093     could potentially disturb the I2C bus.
4094
4095     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
4096
4097 commit c7190f028fa950d4d36b6d0b4bb3fc72602ec54c
4098 Author: Kim Phillips <kim.phillips@freescale.com>
4099 Date:   Fri Sep 25 18:19:44 2009 -0500
4100
4101     mpc83xx: retain POR values of non-configured ACR, SPCR, SCCR, and LCRR bitfields
4102
4103     some LCRR bits are not documented throughout the 83xx family RMs.
4104     New board porters copying similar board configurations might omit
4105     setting e.g., DBYP since it was not documented in their SoC's RM.
4106
4107     Prevent them bricking their board by retaining power on reset values
4108     in bit fields that the board porter doesn't explicitly configure
4109     via CONFIG_SYS_<registername>_<bitfield> assignments in the board
4110     config file.
4111
4112     also move LCRR assignment to cpu_init_r[am] to help ensure no
4113     transactions are being executed via the local bus while CLKDIV is being
4114     modified.
4115
4116     also start to use i/o accessors.
4117
4118     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4119
4120 commit 00ec0ff549b8cb6fb6d40e275aeb5a460642a3bd
4121 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
4122 Date:   Mon Sep 21 17:44:51 2009 -0400
4123
4124     sbc8349: tidy up Makefile to use new configuration script.
4125
4126     Commit 804d83a5 allows us to move all the configuration
4127     variation tweaks out of the top level Makefile and down
4128     into the board config header.  This takes advantage of
4129     that for the sbc8349 board.
4130
4131     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
4132     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4133
4134 commit da6eea0f48c24a318e6de69d6bca0bb5ab70572b
4135 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4136 Date:   Wed Sep 16 23:22:08 2009 +0400
4137
4138     mpc83xx: mpc8360emds: Add QE USB device tree fixups
4139
4140     With this patch we can change QE USB mode without need to hand-edit
4141     the device tree.
4142
4143     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4144     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4145
4146 commit 89da44ce3fe1638312d71cb3add8c6a6d2c7c1f3
4147 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4148 Date:   Wed Sep 16 23:21:59 2009 +0400
4149
4150     mpc83xx: mpc8360emds: Use RGMII-ID mode, add workarounds for rev. 2.1 CPUs
4151
4152     This patch fixes various ethernet issues with gigabit links handling
4153     in U-Boot. The workarounds originally implemented by Kim Phillips for
4154     Linux kernel.
4155
4156     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4157     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4158
4159 commit 034477bb31948d698d18b84bc0834c3e25a14d04
4160 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4161 Date:   Wed Sep 16 23:21:57 2009 +0400
4162
4163     mpc83xx: mpc8360emds: Don't use LBC SDRAM when DDR is available
4164
4165     Since commit 5c2ff323a94e27e481f70c44838d43fcd844dd46 ("mpc8360emds:
4166     rework LBC SDRAM setup"), LBC SDRAM is available for use in Linux.
4167
4168     Though, it appears that QE Ethernet in Gigabit mode can't transmit
4169     large packets when it tries to work with a data in LBC SDRAM (memtest
4170     didn't discover any issues, is LBC SDRAM just too slow?).
4171
4172     With this patch we can still use the board without DDR memory, but
4173     if DDR is available, we don't use LBC SDRAM.
4174
4175     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4176     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4177
4178 commit d77c779bc23596aa3693d1c5c4d5b6e1072f93f2
4179 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4180 Date:   Wed Sep 16 23:21:55 2009 +0400
4181
4182     net: uec: Fix uccf.h and uec.h headers to include headers they depend on
4183
4184     Headers should include headers containing prototypes and defines they
4185     depend on, don't assume that they're included by somebody else.
4186
4187     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4188     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4189
4190 commit 6185f80c311cc3bdef2f8d5096c61e40ca6f48b2
4191 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4192 Date:   Wed Sep 16 23:21:53 2009 +0400
4193
4194     net: uec_phy: Implement TXID and RXID RGMII modes for Marvell PHYs
4195
4196     This will be needed for MPC8360E-MDS boards with rev. 2.1 CPUs.
4197
4198     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4199     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4200
4201 commit 984f10baac8ef6032df52f135943d6b0bc96f724
4202 Author: Wolfgang Denk <wd@denx.de>
4203 Date:   Fri Sep 25 14:16:00 2009 +0200
4204
4205     mpc5121ads: fix breakage introduced when reordering elpida_mddrc_config[]
4206
4207     Signed-off-by: Wolfgang Denk <wd@denx.de>
4208
4209 commit 6e748ea004473cce99fbde6382dd580c10ffdb60
4210 Author: Ken MacLeod <ken@bitsko.slc.ut.us>
4211 Date:   Fri Sep 11 15:16:18 2009 -0500
4212
4213     cmd_fdt.c: fix parse of byte streams and strings
4214
4215     Commit 4abd844d8e extended the fdt command parser to handle property
4216     strings which are split across multiple arguments but it was broken for
4217     byte streams and strings.
4218
4219     Byte stream parsing:
4220
4221      * Fixes where it would terminate early or go into an endless loop.
4222
4223      * Fixes a 0x00 being inserted into the data if there is a space after
4224        '[' or a separate argument.
4225
4226      * Fixes dereferencing the argument pointer after the last argument.
4227
4228      * Checks for bad characters.
4229
4230     String parsing:
4231
4232      * Treat multiple arguments as a string list.  This fixes an issue where
4233        only the last argument was stored.
4234
4235     Signed-off-by: Ken MacLeod <ken@bitsko.slc.ut.us>
4236
4237 commit 3887c3fbdbbe6bbb4df60ed415c8e1ab9fe56b5e
4238 Author: Heiko Schocher <hs@denx.de>
4239 Date:   Wed Sep 23 07:56:08 2009 +0200
4240
4241     mucmc52, uc101: delete ata@3a00 node, if no CF card is detected
4242
4243     U-Boot can detect if an IDE device is present or not.
4244     If not, and this new config option is activated, U-Boot
4245     removes the ATA node from the DTS before booting Linux,
4246     so the Linux IDE driver does not probe the device and
4247     crash. This is needed for buggy hardware (uc101) where
4248     no pull down resistor is connected to the signal IDE5V_DD7.
4249
4250     Signed-off-by: Heiko Schocher <hs@denx.de>
4251
4252 commit 7f625fc6d3ba8f890e843ac01717804c2462ed53
4253 Author: Heiko Schocher <hs@denx.de>
4254 Date:   Wed Sep 23 07:56:04 2009 +0200
4255
4256     mpc5200, mucmc52, uc101: config cleanup
4257
4258     - As these boards are similiar, collect common config options
4259       in manroland/common.h and manroland/mpc52xx-common.h
4260       for mpc5200 specific common options for this manufacturer.
4261     - add OF support
4262     - update default environment
4263
4264     Signed-off-by: Heiko Schocher <hs@denx.de>
4265
4266     Minor edit of commit message.
4267
4268     Signed-off-by: Wolfgang Denk <wd@denx.de>
4269
4270 commit 9d142ea8f787882ab732fa531a34db091bfa363d
4271 Author: Wolfgang Denk <wd@denx.de>
4272 Date:   Fri Sep 25 00:57:49 2009 +0200
4273
4274     Fix "ppc/85xx: Clean up use of LAWAR defines" breakage
4275
4276     Commit 002741ae86 modified include/asm-ppc/mmu.h such that the LAWAR_
4277     defines were only enabled for the 83xx platform, but they are also
4278     needed on MPC512x system. Enabling these for E300 systems seems thus
4279     more appropriate.
4280
4281     Signed-off-by: Wolfgang Denk <wd@denx.de>
4282
4283 commit a5aa3998ab6408a6ac738a3ce8005e647b9465f8
4284 Author: Martha M Stan <mmarx@silicontkx.com>
4285 Date:   Mon Sep 21 14:08:00 2009 -0400
4286
4287     Add Elpida Memory Configuration to mpc5121ads Boards
4288
4289     Signed-off-by: Martha M Stan <mmarx@silicontkx.com>
4290
4291     Minor coding style cleanup.
4292
4293     Signed-off-by: Wolfgang Denk <wd@denx.de>
4294
4295 commit 054197ba8ee5ef1e41694df58531b6e53ec43f2d
4296 Author: Martha M Stan <mmarx@silicontkx.com>
4297 Date:   Mon Sep 21 14:07:14 2009 -0400
4298
4299     mpc512x: Streamlined fixed_sdram() init sequence.
4300
4301     Signed-off-by: Martha M Stan <mmarx@silicontkx.com>
4302
4303     Minor cleanup:
4304
4305     Re-ordered default_mddrc_config[] to have matching indices.
4306
4307     This allows to use the same index "N" for source and target fields;
4308     before, we had code like this
4309
4310         out_be32(&im->mddrc.ddr_time_config2, mddrc_config[3]);
4311
4312     which always looked like a copy & paste error because 2 != 3.
4313
4314     Also, use NULL when meaning a null pointer.
4315
4316     Signed-off-by: Wolfgang Denk <wd@denx.de>
4317
4318 commit 39aaca1f66a0e5b1204b0789f6c0097938c00ad1
4319 Author: Kumar Gala <galak@kernel.crashing.org>
4320 Date:   Thu Mar 19 02:46:19 2009 -0500
4321
4322     ppc/p4080: Determine various chip frequencies on CoreNet platforms
4323
4324     The means to determine the core, bus, and DDR frequencies are completely
4325     new on CoreNet style platforms.  Additionally on p4080 we can have
4326     different frequencies for FMAN and PME IP blocks.  We need to keep track
4327     of the FMAN & PME frequencies since they are used for time stamping
4328     capabilities inside each block.
4329
4330     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4331
4332 commit 3c2a67eec8a0facc865b400caca52e7f6b7adf01
4333 Author: Kumar Gala <galak@kernel.crashing.org>
4334 Date:   Thu Sep 17 01:52:37 2009 -0500
4335
4336     ppc/p4080: Handle timebase enabling and frequency reporting
4337
4338     On CoreNet style platforms the timebase frequency is the bus frequency
4339     defined by 16 (on PQ3 it is divide by 8).  Also on the CoreNet platforms
4340     the core not longer controls the enabling of the timebase.  We now need
4341     to enable the boot core's timebase via CCSR register writes.
4342
4343     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4344
4345 commit 7e4259bba4c56536760e42d32dacfb3233f216fd
4346 Author: Kumar Gala <galak@kernel.crashing.org>
4347 Date:   Thu Mar 19 02:39:17 2009 -0500
4348
4349     ppc/p4080: Add various p4080 related defines (and p4040)
4350
4351     There are various locations that we have chip specific info:
4352
4353     * Makefile for which ddr code to build
4354     * Added p4080 & p4040 to cpu_type_list and SVR list
4355     * Added number of LAWs for p4080
4356     * Set CONFIG_MAX_CPUS to 8 for p4080
4357
4358     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4359
4360 commit 39a7e7fd538cdf49e7e8a2f0634ea5e15e12b4ec
4361 Author: Kumar Gala <galak@kernel.crashing.org>
4362 Date:   Thu Sep 17 01:44:39 2009 -0500
4363
4364     ppc/p4080: CoreNet platfrom style secondary core release
4365
4366     The CoreNet platform style of bringing secondary cores out of reset is
4367     a bit different that the PQ3 style.  Mostly the registers that we use
4368     to setup boot translation, enable time bases, and boot release the cores
4369     have moved around.
4370
4371     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4372
4373 commit a880cf3e0e1c220d780eccd0b101170c4499485d
4374 Author: Kumar Gala <galak@kernel.crashing.org>
4375 Date:   Thu Sep 17 01:44:00 2009 -0500
4376
4377     ppc/p4080: CoreNet platfrom style CCSRBAR setting
4378
4379     On CoreNet based platforms the CCSRBAR address is split between an high &
4380     low register and we no longer shift the address.
4381
4382     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4383     Signed-off-by: Scott Wood <scottwood@freescale.com>
4384
4385 commit 418ec8584343f04048e2cc7ee96b6b29be54ad97
4386 Author: Kumar Gala <galak@kernel.crashing.org>
4387 Date:   Thu Mar 19 02:32:23 2009 -0500
4388
4389     ppc/p4080: Add support for CoreNet style platform LAWs
4390
4391     On CoreNet based platforms the LAW address is split between an high &
4392     low register and we no longer shift the address.  Also, the target IDs
4393     on CoreNet platforms have been completely re-assigned.
4394
4395     Additionally, added a new find_law() API to which LAW an address hits in.
4396     This is need for the CoreNet style boot release code since it will need
4397     to determine what the target ID should be set to for boot window
4398     translation.
4399
4400     Finally, enamed LAWAR_EN to LAW_EN and moved to header so we can use
4401     it elsewhere.
4402
4403     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4404
4405 commit 01df521217957d77d53c2d570183eded7030938f
4406 Author: Kumar Gala <galak@kernel.crashing.org>
4407 Date:   Wed Sep 16 09:43:12 2009 -0500
4408
4409     ppc/p4080: Add p4080 platform immap definitions
4410
4411     The p4080 SoC has a significant amount of commonality with the 85xx/PQ3
4412     platform.  We reuse the 85xx immap and just add new definitions for
4413     local access and global utils.  The global utils is now broken into
4414     global utils, clocking and run control/power management.
4415
4416     The offsets from CCSR for a number of blocks have also changed.  We
4417     introduce the CONFIG_FSL_CORENET define to distinquish the PQ3 style of
4418     platform from the new p4080 platform.  We don't use QoirQ as there are
4419     products (like p2020) that are PQ3 based platforms but have the QoirQ
4420     name.
4421
4422     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4423
4424 commit 25bacf7a2b096496e2c58f2de4e5b2bce8fba038
4425 Author: Kumar Gala <galak@kernel.crashing.org>
4426 Date:   Tue Sep 22 15:45:44 2009 -0500
4427
4428     ppc/85xx: Fix enabling of L2 cache
4429
4430     We need to flash invalidate the locks in addition to the cache
4431     before we enable.
4432
4433     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4434
4435 commit cb0ff65c619efacdc0ba69aa8ee6ede7dd364a38
4436 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
4437 Date:   Tue Sep 22 12:48:27 2009 +0530
4438
4439     85xx-fdt: Fixed l2-ctlr's compatible prop for QorIQ
4440
4441     The code assumed names where just numbers and always prefixed 'mpc'.
4442     However newer QorIQ don't follow the mpc naming scheme.
4443
4444     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
4445     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4446
4447 commit 234a89d911ce28e46372f555d7c14e28424f2b0d
4448 Author: Mingkai Hu <Mingkai.hu@freescale.com>
4449 Date:   Tue Sep 22 14:53:21 2009 +0800
4450
4451     ppc/85xx: add cpu init config file for boot from NAND
4452
4453     When boot from NAND, the NAND flash must be connected to br/or0.
4454     Also init RAM(L2 SRAM or DDR SDRAM) for load the second image to
4455     it.
4456
4457     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
4458     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4459
4460 commit 266139b88b43ae1d87abb5f5431e6f57b801795f
4461 Author: Mingkai Hu <Mingkai.hu@freescale.com>
4462 Date:   Tue Sep 22 14:53:34 2009 +0800
4463
4464     immap_85xx: add porpllsr's plat ratio definition
4465
4466     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
4467     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4468
4469 commit 098bcbae3172d73d24ca8ba196328d901eed4132
4470 Author: Mingkai Hu <Mingkai.hu@freescale.com>
4471 Date:   Tue Sep 22 14:53:10 2009 +0800
4472
4473     ppc/85xx: add ld script file for boot from NAND
4474
4475     The first stage 4K image uses a seperate ld script file to
4476     generate 4K image. This patch moves it to the cpu/mpc85xx/*
4477     to make it avaliable for 85xx platform.
4478
4479     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
4480     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4481
4482 commit 8439f05cfd8cbb38485376a34d9fe297ba262737
4483 Author: Peter Tyser <ptyser@xes-inc.com>
4484 Date:   Mon Sep 21 23:09:28 2009 -0500
4485
4486     mpc8610hpcd: Use common 86xx fdt fixup code
4487
4488     Using the common 86xx fdt fixups removes some board-specific code and
4489     should make the mpc8610hpcd easier to maintain in the long run.
4490
4491     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
4492     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4493
4494 commit 928435d11b898870415910efff87a4d6399cecb8
4495 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
4496 Date:   Mon Sep 21 17:19:17 2009 -0400
4497
4498     sbc85x0: tidy up Makefile to use new configuration script.
4499
4500     Commit 804d83a5 allows us to move all the configuration
4501     variation tweaks out of the top level Makefile and down
4502     into the boards config header.  This takes advantage of
4503     that for the sbc8540/sbc8560 boards.
4504
4505     There were a couple of cheezy comments pointing at incorrect
4506     files, or files that don't exist, so I've cleaned those up too.
4507
4508     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
4509     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4510
4511 commit 2738bc8df65ec905094d83f62f87fed123a03b9c
4512 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
4513 Date:   Sun Sep 20 20:36:06 2009 -0400
4514
4515     sbc8548: allow enabling PCI via a make config option
4516
4517     Prior to this commit, to enable PCI, you had to go manually
4518     edit the board config header, and if you had 33MHz PCI, you
4519     had to manually change CONFIG_SYS_NS16550_CLK too, which was
4520     not real user friendly,
4521
4522     This adds the typical PCI and clock speed make targets to the
4523     toplevel Makefile in accordance with what is being done with
4524     other boards (i.e. using the "-t" to mkconfig).
4525
4526     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
4527     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4528
4529 commit fdc7eb90b504daa020f290604d50da8f7cb70d8a
4530 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
4531 Date:   Sun Sep 20 20:36:05 2009 -0400
4532
4533     sbc8548: update PCI/PCI-e support code
4534
4535     The PCI/PCI-e support for the sbc8548 was based on an earlier
4536     version of what the MPC8548CDS board was using, and in its
4537     current state it won't even compile.  This re-syncs it to match
4538     the latest codebase and makes use of the new shared PCI functions
4539     to reduce board duplication.
4540
4541     It borrows from the MPC8568MDS, in that it pulls the PCI-e I/O
4542     back to 0xe280_0000 (where PCI2 would be on MPC8548CDS), and
4543     similarly it coalesces the PCI and PCI-e mem into one single TLB.
4544
4545     Both PCI-x and PCI-e have been tested with intel e1000 cards
4546     under linux (with an accompanying dts change in place)
4547
4548     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
4549     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4550
4551 commit a8b3e90f798e0cca5f11c912f9d0823a1c5b6c24
4552 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
4553 Date:   Sun Sep 20 20:36:01 2009 -0400
4554
4555     fsl_pci: create a SET_STD_PCI_INFO() helper wrapper
4556
4557     Recycle the recently added PCI-e wrapper used to reduce board
4558     duplication of code by creating a similar version for plain PCI.
4559
4560     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
4561     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4562
4563 commit 11d5a629f8a40f9d7cffc74e58f4e3ed258e56ab
4564 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
4565 Date:   Sun Sep 20 20:36:04 2009 -0400
4566
4567     sbc8548: correct local bus SDRAM size from 64M to 128M
4568
4569     The size of the LB SDRAM on this board is 128MB, spanning CS3
4570     and CS4.  It was previously only being configured for 64MB on
4571     CS3, since that was what the original codebase of the MPC8548CDS
4572     had.  In addition to setting up BR4/OR4, this also adds the TLB
4573     entry for the second half of the SDRAM.
4574
4575     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
4576     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4577
4578 commit 0c7e4d45d9fb3c9e503ee93d50572d346dae150e
4579 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
4580 Date:   Sun Sep 20 20:36:03 2009 -0400
4581
4582     sbc8548: use I/O accessors
4583
4584     Sweep throught the board specific file and replace the various
4585     register proddings with the equivalent I/O accessors.
4586
4587     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
4588     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4589
4590 commit fc38eb98ff226f2c53eecbee033a6ab7619473dc
4591 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
4592 Date:   Sun Sep 20 20:36:02 2009 -0400
4593
4594     sbc8548: remove eTSEC3/4 voltage hack
4595
4596     With only eTSEC1 and 2 being brought out to RJ-45 connectors, we
4597     aren't interested in the eTSEC3/4 voltage hack on this board
4598
4599     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
4600     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4601
4602 commit 9b3ba24f18900633a394416cc056c44a1a6eb754
4603 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
4604 Date:   Fri Sep 18 19:08:41 2009 -0400
4605
4606     sbc8548: enable access to second bank of flash
4607
4608     The sbc8548 has a 64MB SODIMM flash module off of CS6 that
4609     previously wasn't enumerated by u-boot.  There were already
4610     BR6/OR6 settings for it [used by cpu_init_f()] but there
4611     was no TLB entry and it wasn't in the list of flash banks
4612     reported to u-boot.
4613
4614     The location of the 64MB flash is "pulled back" 8MB from
4615     a 64MB boundary, in order to allow address space for the
4616     8MB boot flash that is at the end of 32 bit address space.
4617     This means creating two 4MB TLB entries for the 8MB chunk,
4618     and then expanding the original boot flash entry to 64MB
4619     in order to cover the 8MB boot flash and the remainder
4620     (56MB) of the user flash.
4621
4622     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
4623     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4624
4625 commit ded58f4153923dfff16d2f96495bd7acf1f7e10e
4626 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
4627 Date:   Wed Sep 23 17:30:57 2009 -0400
4628
4629     sbc8548: cosmetic line re-wrap
4630
4631     Fix the extra long lines to be consistent with u-boot coding style.
4632     No functional change here.
4633
4634     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
4635
4636 commit 2c40acd3525b75db3fcd3f5a5bd40445679b5547
4637 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
4638 Date:   Fri Sep 18 19:08:40 2009 -0400
4639
4640     sbc8548: get_clock_freq is not valid for this board
4641
4642     The get_clock_freq() comes from freescale/common/cadmus.c and is
4643     only valid for the CDS based 85xx reference platforms.  It would
4644     be nice if we could read the 33 vs. 66MHz status somehow, but in
4645     the meantime, tie it to CONFIG_SYS_CLK_FREQ like all the other
4646     non-CDS boards do.
4647
4648     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
4649     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4650
4651 commit 7b1f1399e876587e0a268a5a471dd444bfbc3114
4652 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
4653 Date:   Fri Sep 18 19:08:39 2009 -0400
4654
4655     sbc8548: delete unused MPC8548CDS info carried over from port
4656
4657     There are a couple defines and PCI bridge quirks related to the PCI
4658     backplane of the MPC8548CDS that have no meaning in the context of
4659     the port to the sbc8548 board, so delete them.
4660
4661     Also, the form factor of the sbc8548 is a standalone board with a
4662     single PCI-X and a single PCI-e slot.  That pretty much guarantees
4663     that it will never be a PCI agent itself, so the host/agent and root
4664     complex/end node distinctions have been removed.
4665
4666     Similarly, since there is no physical connector mapping to PCI2, so
4667     all references of PCI2 in the board support files have been removed
4668     as well.
4669
4670     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
4671     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4672
4673 commit 94ca091456d5c3040ddd6351c80cf3e74393f9be
4674 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
4675 Date:   Fri Sep 18 19:08:44 2009 -0400
4676
4677     sbc8548: enable use of PCI network cards
4678
4679     Create a board_eth_init to allow a place to hook in
4680     the PCI ethernet init after all the eTSEC are up
4681     and configured.
4682
4683     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
4684     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4685
4686 commit 82b7725b6d46d9ad2b962b4cdfa896bd5ee32fb5
4687 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
4688 Date:   Sat Sep 19 17:50:17 2009 +0530
4689
4690     ppc/85xx: 32bit DDR changes for P1020/P1011
4691
4692     The P1020/P1011 SOCs support max 32bit DDR width as opposed to P2020/P2010
4693     where max DDR data width supported is 64bit.
4694
4695     As a next step the DDR data width initialization would be made more dynamic
4696     with more flexibility from the board perspective and user choice.
4697     Going forward we would also remove the hardcodings for platforms with onboard
4698     memories and try to use the FSL SPD code for DDR initialization.
4699
4700     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
4701     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4702
4703 commit bd42bbb858dde713f023fc2e4f512ec174a1a8d2
4704 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
4705 Date:   Fri Sep 18 19:08:46 2009 -0400
4706
4707     sbc8548: replace README with completely new document
4708
4709     The previous README.sbc8548 was pretty much content-free. Replace
4710     it with something that actually gives the end user some relevant
4711     hardware details, and also lists the u-boot configuration choices.
4712
4713     Also in the cosmetic department, fix the bogus line in the Makefile
4714     that was carried over from the SBC8560 Makefile, and the typo in
4715     the sbc8548.c copyright.
4716
4717     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
4718     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4719
4720 commit 002741ae862c1c7e3dad89d020e392e6add1c05d
4721 Author: Kumar Gala <galak@kernel.crashing.org>
4722 Date:   Sat Sep 19 11:20:54 2009 -0500
4723
4724     ppc/85xx: Clean up use of LAWAR defines
4725
4726     On 85xx platforms we shouldn't be using any LAWAR_* defines
4727     but using the LAW_* ones provided by fsl-law.h.  Rename any such
4728     uses and limit the LAWAR_ to the 83xx platform as the only user so
4729     we will get compile errors in the future.
4730
4731     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4732
4733 commit f61dae7c9dc526410faec15ce352b11fc36a560b
4734 Author: Kumar Gala <galak@kernel.crashing.org>
4735 Date:   Thu Sep 3 10:20:09 2009 -0500
4736
4737     ppc/85xx: Clean up mpc8572DS PCI setup code
4738
4739     Use new fsl_pci_init_port() that reduces amount of duplicated code in the
4740     board ports, use IO accessors and clean up printing of status info.
4741
4742     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4743
4744 commit 4958af8735207640181c4423e41b24ee7418361a
4745 Author: Kumar Gala <galak@kernel.crashing.org>
4746 Date:   Thu Sep 3 09:42:01 2009 -0500
4747
4748     ppc/85xx: Clean up p2020ds PCI setup code
4749
4750     Use new fsl_pci_init_port() that reduces amount of duplicated code in the
4751     board ports, use IO accessors and clean up printing of status info.
4752
4753     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4754
4755 commit 93a83872c707891bad22f7776d79a650c870601f
4756 Author: Kumar Gala <galak@kernel.crashing.org>
4757 Date:   Thu Sep 3 10:09:04 2009 -0500
4758
4759     ppc/85xx: Clean up p1_p2_rdb PCI setup
4760
4761     General code cleanup to use in/out IO accessors as well as making
4762     the code that prints out info sane between board and generic fsl pci
4763     code.
4764
4765     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4766
4767 commit 62ca21c442e18fec118ec83e183d64ea49966ce7
4768 Author: Kumar Gala <galak@kernel.crashing.org>
4769 Date:   Thu Sep 10 16:31:53 2009 -0500
4770
4771     ppc/85xx: Simplify the top makefile for P1_P2_RDB boards
4772
4773     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4774
4775 commit a0f9e0e0f06033807de0ae017ad4d9cf5ddff84b
4776 Author: Kumar Gala <galak@kernel.crashing.org>
4777 Date:   Thu Sep 10 16:26:37 2009 -0500
4778
4779     ppc/85xx: Simplify the top makefile for 36-bit config for P2020DS
4780
4781     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4782
4783 commit f9edcc10e6cb497dd7dcbaf691cfd1859abae27a
4784 Author: Kumar Gala <galak@kernel.crashing.org>
4785 Date:   Thu Sep 10 16:23:45 2009 -0500
4786
4787     ppc/85xx: Simplify the top makefile for 36-bit config for MPC8572DS
4788
4789     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4790
4791 commit 0e905ac28b1e039d74e63232293972bff6b5a0ce
4792 Author: Mingkai Hu <Mingkai.hu@freescale.com>
4793 Date:   Fri Sep 18 11:45:09 2009 +0800
4794
4795     ppc/85xx: simplify the top makefile for 36-bit config for mpc8536ds
4796
4797     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
4798     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4799
4800 commit 202d94875c98b7b573f136c4f353609758ed9733
4801 Author: Kumar Gala <galak@kernel.crashing.org>
4802 Date:   Tue Sep 15 22:21:58 2009 -0500
4803
4804     ppc/85xx: Fix LCRR_CLKDIV defines
4805
4806     For some reason the CLKDIV field varies between SoC in how it interprets
4807     the bit values.
4808
4809     All 83xx and early (e500v1) PQ3 devices support:
4810      clk/2: CLKDIV = 2
4811      clk/4: CLKDIV = 4
4812      clk/8: CLKDIV = 8
4813
4814     Newer PQ3 (e500v2) and MPC86xx support:
4815      clk/4: CLKDIV = 2
4816      clk/8: CLKDIV = 4
4817      clk/16: CLKDIV = 8
4818
4819     Ensure that the MPC86xx and MPC85xx still get the same behavior and make
4820     the defines reflect their logical view (not the value of the field).
4821
4822     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4823     Acked-by: Peter Tyser <ptyser@xes-inc.com>
4824
4825 commit 55f786d8ba8ce58a81428536da34a2192b9bad9f
4826 Author: Peter Tyser <ptyser@xes-inc.com>
4827 Date:   Mon Sep 21 12:04:33 2009 -0500
4828
4829     MAKEALL: Use POSIX math
4830
4831     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
4832
4833 commit 40a28f0885e62b6607e12ed6baa6284927f5263e
4834 Author: Peter Tyser <ptyser@xes-inc.com>
4835 Date:   Mon Sep 21 12:04:32 2009 -0500
4836
4837     MAKEALL: Add summary information
4838
4839     This change adds some basic summary information to the MAKEALL script.
4840     The summary information includes how many boards were compiled, how many
4841     boards had compile warnings or errors, and which specific boards had
4842     compile warnings or errors.
4843
4844     This information is useful when doing compile testing to quickly
4845     determine which boards are broken.
4846
4847     As a side benefit, no empty $BOARD.ERR files are generated by MAKEALL.
4848     Previously, each board had a corresponding $BOARD.ERR file, even if the
4849     board compiled cleanly.
4850
4851     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
4852
4853 commit 71ce9bd7f551e44c4ddb4c985c095da6d3452d79
4854 Author: Eric Millbrandt <emillbrandt@coldhaus.com>
4855 Date:   Mon Sep 21 11:05:55 2009 -0500
4856
4857     galaxy5200: enable version environment variable
4858
4859     Add version environment variable configuration to the galaxy5200
4860     board header file.
4861
4862     Signed-off-by: Eric Millbrandt <emillbrandt@dekaresearch.com>
4863
4864     Edited commit message.
4865
4866     Signed-off-by: Wolfgang Denk <wd@denx.de>
4867
4868 commit c569ad6e1e8768a0fec513ffc156412240b7eb35
4869 Author: Werner Pfister <werner.pfister@intercontrol.de>
4870 Date:   Mon Sep 21 14:49:56 2009 +0200
4871
4872     digsy_mtc: Add TCR register value for RTC (DS1339)
4873
4874     Signed-off-by: Werner Pfister <werner.pfister@intercontrol.de>
4875     Signed-off-by: Detlev Zundel <dzu@denx.de>
4876
4877 commit b0078c8792badd81aed51b7eabe85e960036361c
4878 Author: Werner Pfister <werner.pfister@intercontrol.de>
4879 Date:   Mon Sep 21 14:49:55 2009 +0200
4880
4881     rtc/ds1337.c: Allow to set TCR register
4882
4883     This is needed to correctly start the charging of an attached capacitor
4884     or battery.
4885
4886     Signed-off-by: Werner Pfister <werner.pfister@intercontrol.de>
4887     Signed-off-by: Detlev Zundel <dzu@denx.de>
4888
4889 commit 9d7952e4c636b8c99289a44dbe28c6f93c43b9f7
4890 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
4891 Date:   Tue Sep 15 09:53:29 2009 +0200
4892
4893     ubifs: Add support for looking up directory and relative symlinks
4894
4895     This patch adds support for resolving symlinks to directories as well as
4896     relative symlinks. Symlinks are now always resolved during file lookup,
4897     so the load stage no longer needs to special-case them.
4898
4899     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
4900     Signed-off-by: Stefan Roese <sr@denx.de>
4901
4902 commit fcdb36b85ac033c09a9762a0a14808f7cb2ed54c
4903 Author: Rupjyoti Sarmah <rsarmah@amcc.com>
4904 Date:   Mon Sep 21 11:26:19 2009 -0700
4905
4906     ppc4xx: Fix PCIE PLL lock on 440SPe Yucca board
4907
4908     u-boot reports a PCIE PLL lock error at boot time on Yucca board, and
4909     left PCIe nonfunctional. This is fixed by making u-boot function
4910     ppc4xx_init_pcie() to wait 300 uS after negating reset before the
4911     first check of the PLL lock.
4912
4913     Signed-off-by: Rupjyoti Sarmah <rsarmah@amcc.com>
4914     Signed-off-by: Stefan Roese <sr@denx.de>
4915
4916 commit 91d599044caac4a8c228115b16cf3b073f902080
4917 Author: Dirk Eibach <eibach@gdsys.de>
4918 Date:   Mon Sep 21 13:27:14 2009 +0200
4919
4920     ppc4xx: Make DDR2 timing for intip more robust
4921
4922     DDR2 timing for intip was on the edge for some of the available chips
4923     for this board. Now it is verfied to work with all of them.
4924
4925     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
4926     Signed-off-by: Stefan Roese <sr@denx.de>
4927
4928 commit 184a3a27f5cd2c64666f74df94c86b94c4383ef8
4929 Author: Wolfgang Denk <wd@denx.de>
4930 Date:   Tue Sep 15 00:26:02 2009 +0200
4931
4932     board/linkstation/ide.c: Fix compile warning
4933
4934     Fix warning: ide.c:60: warning: dereferencing type-punned pointer will
4935     break strict-aliasing rules
4936
4937     Signed-off-by: Wolfgang Denk <wd@denx.de>
4938     Cc: Guennadi Liakhovetski <lg@denx.de>
4939
4940 commit 004eca0c9ba328de457d5dc9ef8805639dfef893
4941 Author: Peter Tyser <ptyser@xes-inc.com>
4942 Date:   Wed Sep 16 22:03:08 2009 -0500
4943
4944     ppc: Clean up calling of phy_reset() during init
4945
4946     Remove board-specific #ifdefs for calling phy_reset() during
4947     initializtion
4948
4949     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
4950
4951 commit 3a8f28d0a6d9f8505017680233064c13e4587174
4952 Author: Peter Tyser <ptyser@xes-inc.com>
4953 Date:   Wed Sep 16 22:03:07 2009 -0500
4954
4955     ppc: Clean up calling of misc_init_r() during init
4956
4957     Remove board-specific #ifdefs for calling misc_init_r() during
4958     initializtion
4959
4960     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
4961     Acked-by: Heiko Schocher <hs@denx.de>
4962
4963 commit 3202d33169df04da5cf3dea8c5ab0a902b90ecaa
4964 Author: Peter Tyser <ptyser@xes-inc.com>
4965 Date:   Wed Sep 16 21:38:10 2009 -0500
4966
4967     Remove deprecated 'autoscr' command/variables
4968
4969     The more standard 'source' command provides identical functionality to
4970     the autoscr command.
4971
4972     Environment variable names/values on the MVBC_P, MVBML7, kmeter1,
4973     mgcoge, and km8xx boards are updated to no longer refernce 'autoscr'.
4974
4975     The 'autoscript' and 'autoscript_uname' environment variables are
4976     also removed.
4977
4978     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
4979     Acked-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
4980     Acked-by: Heiko Schocher <hs@denx.de>
4981
4982 commit d3f4941874a20d8a390a36ba71335ae1db2f9ba0
4983 Author: Paul Gibson <paul.gibson2074@gmail.com>
4984 Date:   Wed Sep 16 10:05:00 2009 +1000
4985
4986     mpc512x. Micron nand flash needs a reset before a read command is issued.
4987
4988     Micron nand flash needs a reset before a read command is issued.
4989     The current mpc5121_nfc driver ignores the reset command.
4990
4991 commit b55ae40249545eabb9d6bfb850b1400a32561b1f
4992 Author: Marcel Ziswiler <marcel@ziswiler.com>
4993 Date:   Wed Sep 9 21:18:41 2009 +0200
4994
4995     FDT: remove obsolete OF_CPU and OF_SOC macros.
4996
4997     Signed-off-by: Marcel Ziswiler <marcel.ziswiler@noser.com>
4998     Acked-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
4999     Acked-by: Heiko Schocher <hs@denx.de>
5000
5001 commit 3b6a9267f0de7b85d387fa4123d0b58379363447
5002 Author: Wolfgang Denk <wd@denx.de>
5003 Date:   Tue Sep 15 00:09:21 2009 +0200
5004
5005     board/flagadm/flash.c: fix compile warning
5006
5007     Fix warning: flash.c:531: warning: dereferencing type-punned pointer
5008     will break strict-aliasing rules
5009
5010     Signed-off-by: Wolfgang Denk <wd@denx.de>
5011     Cc: Kári Davíðsson <kd@flaga.is>
5012
5013 commit 0413cfecea350000eab5e591a0965c3e3ee0ff00
5014 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
5015 Date:   Thu Sep 17 15:15:52 2009 +0200
5016
5017     Correct ffs/fls regression for PowerPC etc
5018
5019     Commits
5020
5021       02f99901ed1c9d828e3ea117f94ce2264bf8389e
5022       52d61227b66d4099b39c8309ab37cb67ee09a405
5023
5024     introduced a regression where platform-specific ffs/fls implementations
5025     were defined away. This patch corrects that by using PLATFORM_xxx
5026     instead of the name itself.
5027
5028     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
5029     Acked-by: Kumar Gala <galak@kernel.crashing.org>
5030     Acked-by: Stefan Roese <sr@denx.de>
5031
5032 commit e67af44d0167d8237dd2c2ddf8e301d19ca12914
5033 Author: Stefan Roese <sr@denx.de>
5034 Date:   Mon Sep 14 11:13:34 2009 +0200
5035
5036     ppc4xx: Consolidate get_OPB_freq()
5037
5038     All 4xx variants had their own, mostly identical get_OPB_freq()
5039     function. Some variants even only had the OPB frequency calculated
5040     in this routine and not supplied the sys_info.freqOPB variable
5041     correctly (e.g. 405EZ). This resulted in incorrect OPB values passed
5042     via the FDT to Linux.
5043
5044     This patch now removes all those copies and only uses one function
5045     for all 4xx variants (except for IOP480 which doesn't have an OPB).
5046
5047     Signed-off-by: Stefan Roese <sr@denx.de>
5048
5049 commit 84a45d33c2cc261dbd5411f7c2ad45f6003025b6
5050 Author: Stefan Roese <sr@denx.de>
5051 Date:   Fri Sep 11 17:09:45 2009 +0200
5052
5053     ppc4xx: Enable commands for FDT enabled Linux booting on AMCC Acadia
5054
5055     Acadia still used the "old" arch/ppc bootm commands for booting
5056     Linux images without FDT. This patch now enables these fdt-aware
5057     boot commands for Acadia as well.
5058
5059     Signed-off-by: Stefan Roese <sr@denx.de>
5060
5061 commit 95a4a593b577b6e2f1da2d4b0f5ec86975c33413
5062 Author: Stefan Roese <sr@denx.de>
5063 Date:   Fri Sep 11 17:07:55 2009 +0200
5064
5065     ppc4xx: Fix 405EZ uart base baud calculation
5066
5067     With this fix, Linux correctly configures the baudrate when booting
5068     with FDT passed from U-Boot to Linux.
5069
5070     Signed-off-by: Stefan Roese <sr@denx.de>
5071
5072 commit 15fba3279b56333bdb65ead366f82c945ed320d1
5073 Author: Kumar Gala <galak@kernel.crashing.org>
5074 Date:   Fri Sep 11 15:28:41 2009 -0500
5075
5076     ppc/85xx: Disable all async interrupt sources when we boot
5077
5078     We should make sure to clear MSR[ME, CE, DE] when we boot an OS image
5079     since we have changed the exception vectors and the OSes vectors might
5080     not be setup we should avoid async interrupts at all costs.
5081
5082     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5083
5084 commit 9f00409a9d04cf533305531da32437130802f3a3
5085 Author: Kumar Gala <galak@kernel.crashing.org>
5086 Date:   Fri Sep 11 13:52:45 2009 -0500
5087
5088     ppc/85xx: Split out cpu_init_early into its own file for NAND_SPL
5089
5090     By pulling out cpu_init_early we can build just it and not all of
5091     cpu_init for NAND_SPL.
5092
5093     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5094
5095 commit 0456dbf3475d0aec42873a967ac97ed81f376119
5096 Author: Kumar Gala <galak@kernel.crashing.org>
5097 Date:   Fri Sep 11 13:41:49 2009 -0500
5098
5099     ppc/85xx: Change cpu_init_early_f so we can use with NAND SPL
5100
5101     Use write_tlb and don't use memset so we can use the same code for
5102     cpu_init_early_f between NAND SPL and not.
5103
5104     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5105
5106 commit 6e1385d5f8d137e741dfef02465d7dc328040ad7
5107 Author: Mingkai Hu <Mingkai.hu@freescale.com>
5108 Date:   Fri Sep 11 10:53:08 2009 +0800
5109
5110     NAND boot: change NAND loader's relocate SP to CONFIG param
5111
5112     So that we can set the NAND loader's relocate stack pointer
5113     to the value other than the relocate address + 0x10000.
5114
5115     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
5116     Acked-by: Kim Phillips <kim.phillips@freescale.com>
5117     Acked-by: Scott Wood <scottwood@freescale.com>
5118     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5119
5120 commit 7da53351d817c6d77364cfde922891f37d0e5ed8
5121 Author: Mingkai Hu <Mingkai.hu@freescale.com>
5122 Date:   Fri Sep 11 14:19:10 2009 +0800
5123
5124     ppc/85xx: add boot from NAND/eSDHC/eSPI support
5125
5126     The MPC8536E is capable of booting form NAND/eSDHC/eSPI, this patch
5127     implements these three bootup methods in a unified way - all of these
5128     use the general cpu/mpc85xx/start.S, and load the main image to L2SRAM
5129     which lets us use the SPD to initialize the SDRAM.
5130
5131     For all three bootup methods, the bootup process can be divided into two
5132     stages: the first stage will initialize the corresponding controller,
5133     configure the L2SRAM, then copy the second stage image to L2SRAM and
5134     jump to it. The second stage image is just like the general U-Boot image
5135     to configure all the hardware and boot up to U-Boot command line.
5136
5137     When boot from NAND, the eLBC controller will first load the first stage
5138     image to internal 4K RAM buffer because it's also stored on the NAND
5139     flash. The first stage image, also call 4K NAND loader, will initialize
5140     the L2SRAM, load the second stage image to L2SRAM and jump to it. The 4K
5141     NAND loader's code comes from the corresponding nand_spl directory, along
5142     with the code twisted by CONFIG_NAND_SPL.
5143
5144     When boot from eSDHC/eSPI, there's no such a first stage image because
5145     the CPU ROM code does the same work. It will initialize the L2SRAM
5146     according to the config addr/word pairs on the fixed address and
5147     initialize the eSDHC/eSPI controller, then load the second stage image
5148     to L2SRAM and jump to it.
5149
5150     The macro CONFIG_SYS_RAMBOOT is used to control the code to produce the
5151     second stage image for all different bootup methods. It's set in the
5152     board config file when one of the bootup methods above is selected.
5153
5154     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
5155     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5156
5157 commit b2eec281a811bb52941f61203d8fe35256b3582c
5158 Author: Kumar Gala <galak@kernel.crashing.org>
5159 Date:   Fri Sep 11 12:32:01 2009 -0500
5160
5161     ppc/85xx: Move code around to prep for NAND_SPL
5162
5163     If we move some of the functions in tlb.c around we need less
5164     ifdefs.  The first stage loader just needs invalidate_tlb and
5165     init_tlbs.
5166
5167     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5168
5169 commit 206af3527c05e520e28d38a48a1d15433e34675d
5170 Author: Kumar Gala <galak@kernel.crashing.org>
5171 Date:   Fri Sep 11 11:30:30 2009 -0500
5172
5173     ppc/85xx: Repack tlb_table to save space
5174
5175     We can pack the initial tlb_table in MAS register format and use
5176     write_tlb to set things up.  This savings can be helpful for NAND
5177     style first stage boot loaders.
5178
5179     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5180
5181 commit d30f9043539d372cf66406bc2f21bb8c20e67009
5182 Author: Kumar Gala <galak@kernel.crashing.org>
5183 Date:   Fri Sep 11 11:27:00 2009 -0500
5184
5185     ppc/85xx: Introduce low level write_tlb function
5186
5187     Factor out the code we use to actually write a tlb entry.
5188
5189     set_tlb is a logical view of the TLB while write_tlb is a low level
5190     matching the MAS registers.
5191
5192     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5193
5194 commit 0ead6f2ed7cf4e1f70dab5b529ad121e38359485
5195 Author: Roy Zang <tie-fei.zang@freescale.com>
5196 Date:   Thu Sep 10 14:44:48 2009 +0800
5197
5198     ppc/85xx: Enable usb ehci support for p2020ds board
5199
5200     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
5201     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5202
5203 commit 6d8565a1ed5acb01bad4a4cd74a93be5f7fb7f7c
5204 Author: Kumar Gala <galak@kernel.crashing.org>
5205 Date:   Thu Sep 10 14:54:55 2009 -0500
5206
5207     ppc/8xxx: Misc DDR related fixes
5208
5209     * Fix setting of ESDMODE (MR1) register - the bit shifting was wrong
5210     * Fix the format string to match size in a debug print
5211
5212     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5213
5214 commit 3e3c9c157b89eab2dc2f897899b1b95cd70c1a58
5215 Author: Scott Wood <scottwood@freescale.com>
5216 Date:   Thu Aug 20 17:45:00 2009 -0500
5217
5218     ppc/85xx: Remove some bogus code from external interrupt handler.
5219
5220     Skipping the interrupted instruction will accomplish nothing other
5221     than turning a spurious interrupt into a crash.
5222
5223     External interrupts are not machine checks, so don't count them as such.
5224
5225     Signed-off-by: Scott Wood <scottwood@freescale.com>
5226
5227 commit dcc87dd58db466caa2d66755c5ec9455edf42fe8
5228 Author: Scott Wood <scottwood@freescale.com>
5229 Date:   Thu Aug 20 17:45:05 2009 -0500
5230
5231     ppc/85xx: Ensure that MAS8 is zero when writing TLB entries.
5232
5233     Its reset value is random, and we sometimes read uninitialized TLB
5234     arrays.  Make sure that we don't retain MAS8 from reading such an entry
5235     if the VF bit in MAS8 is set, attempts to use the mapping will trap.
5236
5237     Signed-off-by: Scott Wood <scottwood@freescale.com>
5238
5239 commit 1b72dbecca2d7ad7a21c92d80227daa2d8ec5a57
5240 Author: Scott Wood <scottwood@freescale.com>
5241 Date:   Thu Aug 20 17:44:20 2009 -0500
5242
5243     ppc/85xx: Don't enable interrupts before we're ready
5244
5245     We cannot handle any exceptions while running in AS1, as the exceptions
5246     will transition back to AS0 without a valid mapping.
5247
5248     Signed-off-by: Scott Wood <scottwood@freescale.com>
5249
5250 commit 3ca55bce9c8bf00df06a20487fafc16fa2f8084b
5251 Author: Marcel Ziswiler <marcel@ziswiler.com>
5252 Date:   Fri Sep 11 07:50:33 2009 -0400
5253
5254     mpc8260: remove Ethernet node fixup to use generic FDT code.
5255
5256     Remove Ethernet node fixup from mgcoge and muas3001 boards and modify its
5257     configs for the common mpc8260 code to use generic Ethernet fixup.
5258
5259     Signed-off-by: Marcel Ziswiler <marcel.ziswiler@noser.com>
5260     Tested-by: Heiko Schocher <hs@denx.de>
5261
5262 commit 1c20e4a9fbc531e2149ae061e8583f5fad82f163
5263 Author: Mike Frysinger <vapier@gentoo.org>
5264 Date:   Wed Sep 9 12:20:21 2009 -0400
5265
5266     tools/netconsole: use ncb automatically if available
5267
5268     The standard netcat, while ubiquitous, doesn't handle broadcast udp packets
5269     properly.  The local ncb util does however.  So if ncb can be located in
5270     the standard locations, automatically use that instead.
5271
5272     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5273
5274 commit 770931805d292908a57a3d2c5f9a4fcde888b5a2
5275 Author: Mike Frysinger <vapier@gentoo.org>
5276 Date:   Wed Sep 9 12:20:20 2009 -0400
5277
5278     tools/netconsole: make a bit more robust
5279
5280     The netcat utility likes to exit when it receives an empty packet (as it
5281     thinks this means EOF).  This can easily occur when working with command
5282     line editing as this behavior will be triggered when using backspace.  Or
5283     with tabs and command line completion.  So create two netcat processes -
5284     one to only listen (and put it into a loop), and one to do the sending.
5285     Once the user quits the transmitting netcat, the listening one will be
5286     killed automatically.
5287
5288     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5289
5290 commit a6e19d69f63c14b7672c65ca4b014621c6fd0201
5291 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
5292 Date:   Mon Aug 24 09:10:16 2009 +0200
5293
5294     arm: Define test_and_set_bit and test_and_clear bit for ARM
5295
5296     Needed for (e.g.) ubifs support to work.
5297
5298     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
5299
5300 commit 52d61227b66d4099b39c8309ab37cb67ee09a405
5301 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
5302 Date:   Mon Aug 24 09:10:12 2009 +0200
5303
5304     Define ffs/fls for all architectures
5305
5306     UBIFS requires fls(), which is not defined for arm (and some other
5307     architectures) and this patch adds it. The implementation is taken from
5308     Linux and is generic. ffs() is also defined for those that miss it.
5309
5310     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
5311
5312 commit 4b15de08fe4d2c9d12a3764394731018a763216b
5313 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
5314 Date:   Mon Aug 24 09:10:03 2009 +0200
5315
5316     arm: Make arm bitops endianness-independent
5317
5318     Bring over the bitop implementations from the Linux
5319     include/asm-generic/bitops/non-atomic.h to provide
5320     endianness-independence.
5321
5322     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
5323
5324 commit 02f99901ed1c9d828e3ea117f94ce2264bf8389e
5325 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
5326 Date:   Mon Aug 24 09:09:50 2009 +0200
5327
5328     Move __set/clear_bit from ubifs.h to bitops.h
5329
5330     __set_bit and __clear_bit are defined in ubifs.h as well as in
5331     asm/include/bitops.h for some architectures. This patch moves
5332     the generic implementation to include/linux/bitops.h and uses
5333     that unless it's defined by the architecture.
5334
5335     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
5336
5337 commit 557555fe0b82940ba7cc69f81d31d6ef4d4933b4
5338 Author: Mike Frysinger <vapier@gentoo.org>
5339 Date:   Fri Sep 4 19:54:45 2009 -0400
5340
5341     standalone: convert to kbuild style
5342
5343     Clean up the arch/cpu/board/config checks as well as redundant setting of
5344     srec/bin variables by using the kbuild VAR-$(...) style.
5345
5346     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5347
5348 commit 804d83a563c47b55e1f14f5de3b6e9d7e2a7ef5e
5349 Author: Wolfgang Denk <wd@denx.de>
5350 Date:   Tue Sep 15 22:12:31 2009 +0200
5351
5352     mkconfig: split the board make target to multiple config targets
5353
5354     To simplify the top level makefile it useful to be able to parse
5355     the top level makefile target to multiple individual target, then
5356     put them to the config.h, leave the board config file to handle
5357     the different targets.
5358
5359     Note that this method uses the '_'(underline) as the delimiter when
5360     splits the board make target.
5361
5362     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
5363
5364     This also reverts commit 511c02f611cb5afa1b8ca5980caaaabaa0de377f.
5365
5366     Signed-off-by: Wolfgang Denk <wd@denx.de>
5367
5368 commit ceb2d57c2205db5bbd868577f756c74a2568160c
5369 Author: Wolfgang Denk <wd@denx.de>
5370 Date:   Tue Sep 15 21:13:27 2009 +0200
5371
5372     kwbimage.c: Fix compile warning when building on 64 bit systems (again)
5373
5374     Commit 51003b89 attempted to fix a build problem on 64 bit systems,
5375     but just turned it into a build problem on 32 bit systems (silly me).
5376
5377     Now do the Right Thing (TM) and use a "%zu" printf format.
5378
5379     Also fix spelling error.
5380
5381     Signed-off-by: Wolfgang Denk <wd@denx.de>
5382
5383 commit 6c7bc91fb3dba186d3398a1653f6db236510ffa7
5384 Author: Wolfgang Denk <wd@denx.de>
5385 Date:   Fri Sep 11 11:30:34 2009 +0200
5386
5387     board/amcc/common/flash.c: Fix compile warning
5388
5389     Fix warning: ../common/flash.c:917: warning: dereferencing type-punned
5390     pointer will break strict-aliasing rules
5391
5392     Signed-off-by: Wolfgang Denk <wd@denx.de>
5393     Cc: Stefan Roese <sr@denx.de>
5394     Acked-by: Stefan Roese <sr@denx.de>
5395
5396 commit 70fb809c563c340538264d2a9436135e74c38bfe
5397 Author: Wolfgang Denk <wd@denx.de>
5398 Date:   Fri Sep 11 11:47:07 2009 +0200
5399
5400     board/amcc/yucca/flash.c: Fix compile warning
5401
5402     Fix warning: flash.c:919: warning: dereferencing type-punned pointer
5403     will break strict-aliasing rules
5404
5405     Signed-off-by: Wolfgang Denk <wd@denx.de>
5406     Cc: Stefan Roese <sr@denx.de>
5407     Acked-by: Stefan Roese <sr@denx.de>
5408
5409 commit 030ec52f8cc83015f968db30208f4bd07feffa6c
5410 Author: Wolfgang Denk <wd@denx.de>
5411 Date:   Fri Sep 11 11:44:39 2009 +0200
5412
5413     board/amcc/taihu/flash.c: Fix compile warning
5414
5415     Fix warnings:
5416     flash.c: In function 'write_word_1':
5417     flash.c:696: warning: dereferencing type-punned pointer will break strict-aliasing rules
5418     flash.c: In function 'write_word_2':
5419     flash.c:1044: warning: dereferencing type-punned pointer will break strict-aliasing rules
5420
5421     Signed-off-by: Wolfgang Denk <wd@denx.de>
5422     Cc: Stefan Roese <sr@denx.de>
5423     Acked-by: Stefan Roese <sr@denx.de>
5424
5425 commit 0fd3d902d920f3e60f88530c33f1ae7581260951
5426 Author: Wolfgang Denk <wd@denx.de>
5427 Date:   Fri Sep 11 11:37:20 2009 +0200
5428
5429     board/etin/debris/phantom.c: Fix compile error
5430
5431     Fix build problem caused by commit e84aba13: "Replace BCD2BIN and
5432     BIN2BCD macros with inline functions"
5433
5434     phantom.c:163: error: redefinition of 'bcd2bin'
5435     /home/wd/git/u-boot/work/include/bcd.h:16: error: previous definition of 'bcd2bin' was here
5436     phantom.c:168: error: redefinition of 'bin2bcd'
5437     /home/wd/git/u-boot/work/include/bcd.h:21: error: previous definition of 'bin2bcd' was here
5438
5439     Signed-off-by: Wolfgang Denk <wd@denx.de>
5440     Cc: Sangmoon Kim <dogoil@etinsys.com>
5441
5442 commit 5168801f4b71c2f8dcd92a80cfcfda84246e67fe
5443 Author: Wolfgang Denk <wd@denx.de>
5444 Date:   Fri Sep 11 11:28:21 2009 +0200
5445
5446     board/dave/common/flash.c: fix compile warning
5447
5448     Fix warning: ../common/flash.c:668: warning: dereferencing type-punned
5449     pointer will break strict-aliasing rules
5450
5451     Signed-off-by: Wolfgang Denk <wd@denx.de>
5452     Cc: Andrea Marson <andrea.marson@dave-tech.it>
5453
5454 commit 97138fc48091f2b063c4e32f36d05854b9d113fb
5455 Author: Wolfgang Denk <wd@denx.de>
5456 Date:   Fri Sep 11 11:15:31 2009 +0200
5457
5458     board/esd/cpci750/ide.c: fix compile warning
5459
5460     Fix warning: ide.c:54: warning: dereferencing type-punned pointer will
5461     break strict-aliasing rules
5462
5463     Signed-off-by: Wolfgang Denk <wd@denx.de>
5464     Cc: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5465     Cc: Stefan Roese <sr@denx.de>
5466     Acked-by: Stefan Roese <sr@denx.de>
5467
5468 commit ba73060cf4163bd5eb1711020126e2f7f62d363e
5469 Author: Wolfgang Denk <wd@denx.de>
5470 Date:   Fri Sep 11 10:13:26 2009 +0200
5471
5472     board/esd/common/flash.c: Fix compile warning
5473
5474     Fix warning: ../common/flash.c:635: warning: dereferencing type-punned
5475     pointer will break strict-aliasing rules
5476
5477     Signed-off-by: Wolfgang Denk <wd@denx.de>
5478     Cc: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5479     Cc: Stefan Roese <sr@denx.de>
5480     Acked-by: Matthias Fuchs <matthias.fuchs@esd.eu>
5481     Acked-by: Stefan Roese <sr@denx.de>
5482
5483 commit 2d6d9f0848e952ea33c658dfba335685a2725b8b
5484 Author: Wolfgang Denk <wd@denx.de>
5485 Date:   Fri Sep 11 09:36:31 2009 +0200
5486
5487     sk98lin: fix compile warnings
5488
5489     Fix warnings:
5490     skge.c: In function 'BoardInitMem':
5491     skge.c:1389: warning: dereferencing type-punned pointer will break strict-aliasing rules
5492     skge.c:1390: warning: dereferencing type-punned pointer will break strict-aliasing rules
5493     skge.c:1391: warning: dereferencing type-punned pointer will break strict-aliasing rules
5494     skgesirq.c: In function 'SkGePortCheckUpXmac':
5495     skgesirq.c:1301: warning: dereferencing type-punned pointer will break strict-aliasing rules
5496     skgesirq.c:1301: warning: dereferencing type-punned pointer will break strict-aliasing rules
5497     skgesirq.c:1398: warning: dereferencing type-punned pointer will break strict-aliasing rules
5498     skgesirq.c:1398: warning: dereferencing type-punned pointer will break strict-aliasing rules
5499     skrlmt.c: In function 'SkRlmtInit':
5500     skrlmt.c:661: warning: dereferencing type-punned pointer will break strict-aliasing rules
5501     skxmac2.c: In function 'SkMacPromiscMode':
5502     skxmac2.c:753: warning: dereferencing type-punned pointer will break strict-aliasing rules
5503     skxmac2.c:753: warning: dereferencing type-punned pointer will break strict-aliasing rules
5504     skxmac2.c: In function 'SkMacHashing':
5505     skxmac2.c:803: warning: dereferencing type-punned pointer will break strict-aliasing rules
5506     skxmac2.c:803: warning: dereferencing type-punned pointer will break strict-aliasing rules
5507     skxmac2.c: In function 'SkMacFlushTxFifo':
5508     skxmac2.c:1115: warning: dereferencing type-punned pointer will break strict-aliasing rules
5509     skxmac2.c:1115: warning: dereferencing type-punned pointer will break strict-aliasing rules
5510     skxmac2.c: In function 'SkMacFlushRxFifo':
5511     skxmac2.c:1145: warning: dereferencing type-punned pointer will break strict-aliasing rules
5512     skxmac2.c:1145: warning: dereferencing type-punned pointer will break strict-aliasing rules
5513     skxmac2.c: In function 'SkXmInitPauseMd':
5514     skxmac2.c:1987: warning: dereferencing type-punned pointer will break strict-aliasing rules
5515     skxmac2.c:1987: warning: dereferencing type-punned pointer will break strict-aliasing rules
5516     skxmac2.c: In function 'SkXmOverflowStatus':
5517     skxmac2.c:4236: warning: dereferencing type-punned pointer will break strict-aliasing rules
5518     skxmac2.c:4236: warning: dereferencing type-punned pointer will break strict-aliasing rules
5519     skxmac2.c:4242: warning: dereferencing type-punned pointer will break strict-aliasing rules
5520     skxmac2.c:4242: warning: dereferencing type-punned pointer will break strict-aliasing rules
5521
5522     Signed-off-by: Wolfgang Denk <wd@denx.de>
5523     Cc: Ben Warren <biggerbadderben@gmail.com>
5524
5525 commit 3708e4cdb1f1d3d5128cf87be040d7e6b85f60dd
5526 Author: Wolfgang Denk <wd@denx.de>
5527 Date:   Fri Sep 11 09:13:58 2009 +0200
5528
5529     drivers/net/natsemi.c: fix compile warning
5530
5531     Fix warning: natsemi.c:757: warning: dereferencing type-punned pointer
5532     will break strict-aliasing rules
5533
5534     Signed-off-by: Wolfgang Denk <wd@denx.de>
5535     Cc: Ben Warren <biggerbadderben@gmail.com>
5536
5537 commit 78d19a398778a58d7b40b0c78e026515271b1a84
5538 Author: Michal Simek <monstr@monstr.eu>
5539 Date:   Mon Sep 7 09:08:02 2009 +0200
5540
5541     net: emaclite: Cleanup license to be GPL compatible
5542
5543     Signed-off-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com>
5544     Signed-off-by: Michal Simek <monstr@monstr.eu>
5545
5546 commit 0900bee9ab9818439b2d1298fa8909a88f74ec0d
5547 Author: Michal Simek <monstr@monstr.eu>
5548 Date:   Fri Aug 14 13:41:17 2009 +0200
5549
5550     microblaze: Enable hush parser
5551
5552     With Hush parser is possible to change command line in dtb
5553
5554     Signed-off-by: Michal Simek <monstr@monstr.eu>
5555
5556 commit 13916abf996b127b681ddc26664c236ded28ba7f
5557 Author: Michal Simek <monstr@monstr.eu>
5558 Date:   Thu Aug 20 22:44:02 2009 +0200
5559
5560     microblaze: Remove AtmarkTechno Suzaku board
5561
5562     Users should use microblaze-generic platform.
5563     This platform is longer not supported.
5564
5565     Signed-off-by: Michal Simek <monstr@monstr.eu>
5566
5567 commit 3ceba1d45d007144d10368f91ff9e36f3b5f39a1
5568 Author: Michal Simek <monstr@monstr.eu>
5569 Date:   Thu Aug 20 22:36:20 2009 +0200
5570
5571     net: Remove old Xilinx Emac driver
5572
5573     Signed-off-by: Michal Simek <monstr@monstr.eu>
5574
5575 commit 2fddd44464d02e0f3ade06dabe0e165835fa61f0
5576 Author: Michal Simek <monstr@monstr.eu>
5577 Date:   Wed Aug 19 08:10:08 2009 +0200
5578
5579     microblaze: Short size of global data and fix malloc size
5580
5581     If is full malloc area global, data are rewrite because
5582     there was bad size of malloc area.
5583
5584     Signed-off-by: Michal Simek <monstr@monstr.eu>
5585
5586 commit aedb4683097d3e5de8833f4a9e34664d3d2bd077
5587 Author: Michal Simek <monstr@monstr.eu>
5588 Date:   Fri Aug 14 17:02:35 2009 +0200
5589
5590     microblaze: Add sbss, scommon and COMMON symbols for clearing
5591
5592     Signed-off-by: Michal Simek <monstr@monstr.eu>
5593
5594 commit 4c1883670acbf1cc83c04df1876235c3aedde128
5595 Author: Dirk Eibach <eibach@gdsys.de>
5596 Date:   Wed Sep 9 12:36:07 2009 +0200
5597
5598     ppc4xx: Rename compactcenter to intip
5599
5600     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
5601     Signed-off-by: Stefan Roese <sr@denx.de>
5602
5603 commit d1c3b27525b664e8c4db6bb173eed51bfc8220de
5604 Author: Stefan Roese <sr@denx.de>
5605 Date:   Wed Sep 9 16:25:29 2009 +0200
5606
5607     ppc4xx: Big cleanup of PPC4xx defines
5608
5609     This patch cleans up multiple issues of the 4xx register (mostly
5610     DCR, SDR, CPR, etc) definitions:
5611
5612     - Change lower case defines to upper case (plb4_acr -> PLB4_ACR)
5613     - Change the defines to better match the names from the
5614       user's manuals (e.g. cprpllc -> CPR0_PLLC)
5615     - Removal of some unused defines
5616
5617     Please test this patch intensive on your PPC4xx platform. Even though
5618     I tried not to break anything and tested successfully on multiple
5619     4xx AMCC platforms, testing on custom platforms is recommended.
5620
5621     Signed-off-by: Stefan Roese <sr@denx.de>
5622
5623 commit d8d8724be06df43772162dc344ae20dfa814dc72
5624 Author: Wolfgang Denk <wd@denx.de>
5625 Date:   Fri Sep 11 09:05:32 2009 +0200
5626
5627     net/bootp.c: fix compile warning
5628
5629     Fix warning: bootp.c:695: warning: dereferencing type-punned pointer
5630     will break strict-aliasing rules
5631
5632     Signed-off-by: Wolfgang Denk <wd@denx.de>
5633     Cc: Ben Warren <biggerbadderben@gmail.com>
5634
5635 commit 51003b89816848cbe86a8fe48f970ba8b14005f5
5636 Author: Wolfgang Denk <wd@denx.de>
5637 Date:   Fri Sep 11 08:58:11 2009 +0200
5638
5639     kwbimage.c: Fix compile warning when building on 64 bit systems
5640
5641     Fix this warning when building on 64 bit systems:
5642     tools/kwbimage.c: In function 'kwbimage_checksum32':
5643     tools/kwbimage.c:135: warning: format '%d' expects type 'int',
5644     but argument 4 has type 'long unsigned int'
5645
5646     Signed-off-by: Wolfgang Denk <wd@denx.de>
5647     Cc: Prafulla Wadaskar <prafulla@marvell.com>
5648
5649 commit e7963772eb78a6aa1fa65063d64eab3a8626daac
5650 Author: Marcel Ziswiler <marcel@ziswiler.com>
5651 Date:   Wed Sep 9 21:11:18 2009 +0200
5652
5653     muas3001: remove BRG clock node fixup to use common mpc8260 code.
5654
5655     Signed-off-by: Marcel Ziswiler <marcel.ziswiler@noser.com>
5656     Acked-by: Heiko Schocher <hs@denx.de>
5657
5658 commit c7c1dbbf7159b38f3302b845dd97d28a543ff91b
5659 Author: Marcel Ziswiler <marcel@ziswiler.com>
5660 Date:   Wed Sep 9 21:09:00 2009 +0200
5661
5662     r7780mp: fix typo in Ethernet chip model number comment.
5663
5664     Signed-off-by: Marcel Ziswiler <marcel.ziswiler@noser.com>
5665
5666 commit 45f89f340b4d8aa099fd022260dcb13cf3321b61
5667 Author: Marcel Ziswiler <marcel@ziswiler.com>
5668 Date:   Wed Sep 9 21:22:08 2009 +0200
5669
5670     ep8248: add support for device tree and secondary Ethernet interface.
5671
5672     Signed-off-by: Marcel Ziswiler <marcel.ziswiler@noser.com>
5673
5674 commit aa0c7a86cd236b8193218a09e1365c8991bb5ddc
5675 Author: Prafulla Wadaskar <prafulla@marvell.com>
5676 Date:   Mon Sep 7 15:05:02 2009 +0530
5677
5678     mkimage: Add Kirkwood Boot Image support (kwbimage)
5679
5680     This patch adds support for "kwbimage" (Kirkwood Boot Image)
5681     image types to the mkimage code.
5682
5683     For details refer to docs/README.kwbimage
5684
5685     This patch is tested with Sheevaplug board
5686
5687     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
5688     Acked-by: Ron Lee <ron@debian.org>
5689
5690     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
5691
5692 commit 7809fbb9aafd60e3a6e5dfe456ae30b93ac61338
5693 Author: Prafulla Wadaskar <prafulla@marvell.com>
5694 Date:   Mon Sep 7 14:59:09 2009 +0530
5695
5696     Kirkwood: Sheevaplug: Add kwimage configuration file
5697
5698     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
5699
5700 commit b029dddc9ae958b1ccf875649f52c6db396a742d
5701 Author: Prafulla Wadaskar <prafulla@marvell.com>
5702 Date:   Mon Sep 7 14:59:08 2009 +0530
5703
5704     mkimage: Make table_entry code global
5705
5706     - make get_table_entry_id() global
5707     - make get_table_entry_name() global
5708     - move struct table_entry to image.h
5709
5710     Currently this code is used by image.c only.
5711
5712     This patch makes this API global so it can be used by other parts of
5713     code, too.
5714
5715     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
5716     Acked-by: Ron Lee <ron.debian.org>
5717
5718     Edit comments and commit message.
5719
5720     Signed-off-by: Wolfgang Denk <wd@denx.de>
5721
5722 commit f666dea8ab215c76c3c2a077ad299f90dd1ace7c
5723 Author: Prafulla Wadaskar <prafulla@marvell.com>
5724 Date:   Mon Sep 7 14:59:07 2009 +0530
5725
5726     mkimage: Make genimg_print_size() global
5727
5728     Currently it is used by image.c only, but the the function can be
5729     used to support additional mkimage types like for example kwbimage,
5730     so make this function globally visible.
5731
5732     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
5733
5734     Edited commit message.
5735
5736     Signed-off-by: Wolfgang Denk <wd@denx.de>
5737
5738 commit 37b801888cf73b18f78c1109140ff44e3e37914f
5739 Author: Prafulla Wadaskar <prafulla@marvell.com>
5740 Date:   Mon Sep 7 14:59:06 2009 +0530
5741
5742     mkimage: Include missing files in build dependency calculations
5743
5744     Include default_image.o and fit_image.o into the build dependency
5745     calculations. This makes sure they get rebuilt if any of the headers
5746     they include are modified
5747
5748     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
5749     Acked-by: Ron Lee <ron@debian.org>
5750
5751     Edited commit message.
5752
5753     Signed-off-by: Wolfgang Denk <wd@denx.de>
5754
5755 commit 3a2003f61ee79ac53d20c24cc896c2637a2dfc24
5756 Author: Wolfgang Denk <wd@denx.de>
5757 Date:   Wed Aug 19 11:42:56 2009 +0200
5758
5759     tools/mkimage: fix compiler warnings, use "const"
5760
5761     This fixes some compiler warnings:
5762     tools/default_image.c:141: warning: initialization from incompatible pointer type
5763     tools/fit_image.c:202: warning: initialization from incompatible pointer type
5764     and changes to code to use "const" attributes in a few places where
5765     it's appropriate.
5766
5767     Signed-off-by: Wolfgang Denk <wd@denx.de>
5768
5769 commit 89a4d6b12fd6394898b8a454cbabeaf1cd59bae5
5770 Author: Prafulla Wadaskar <prafulla@marvell.com>
5771 Date:   Wed Aug 19 17:36:46 2009 +0530
5772
5773     tools: mkimage: split code into core, default and FIT image specific
5774
5775     This is a first step towards reorganizing the mkimage code to make it
5776     easier to add support for additional images types. Current mkimage
5777     code is specific to generating uImage and FIT image files, but the
5778     same framework can be used to generate other image types like
5779     Kirkwood boot images (kwbimage-TBD). For this, the mkimage code gets
5780     reworked:
5781
5782     Here is the brief plan for the same:-
5783     a) Split mkimage code into core and image specific support
5784     b) Implement callback functions for image specific code
5785     c) Move image type specific code to respective C files
5786            Currently there are two types of file generation/list
5787            supported (i.e uImage, FIT), the code is abstracted from
5788            mkimage.c/.h and put in default_image.c and fit_image.c;
5789            all code in these file is static except init function call
5790     d) mkimage_register API is added to add new image type support
5791     All above is addressed in this patch
5792     e) Add kwbimage type support to this new framework (TBD)
5793     This will be implemented in a following commit.
5794
5795     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
5796     Edit commit message, fix coding style and typos.
5797     Signed-off-by: Wolfgang Denk <wd@denx.de>
5798
5799 commit 449609f5b11cce6beba7338bc4ce0f3345376a0b
5800 Author: Prafulla Wadaskar <prafulla@marvell.com>
5801 Date:   Sun Aug 16 05:28:19 2009 +0530
5802
5803     tools: mkimage: Fixed build warnings
5804
5805     uninitialized retval variable warning fixed
5806     crc32 APIs moved to crc.h (newly added) and build warnings fixed
5807
5808     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
5809     Signed-off-by: Wolfgang Denk <wd@denx.de>
5810
5811 commit 14821d7dea8d7209f2457c3179fa6551c088ba71
5812 Author: Prafulla Wadaskar <prafulla@marvell.com>
5813 Date:   Mon Aug 10 20:44:06 2009 +0530
5814
5815     tools: mkimage: Makefile sorted
5816
5817     The tools/Makefile is sorted for all entries,
5818
5819     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
5820
5821 commit f7644c0bf3502529031657a869fa213cda5a2424
5822 Author: Prafulla Wadaskar <prafulla@marvell.com>
5823 Date:   Mon Aug 10 18:49:37 2009 +0530
5824
5825     tools: mkimage : bugfix returns correct value for list command
5826
5827     List command always return "EXIT_SUCCESS" even in case of
5828     failure by any means.
5829
5830     This patch return 0 if list command is sucessful,
5831     returns negative value reported by check_header functions
5832
5833     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
5834     Signed-off-by: Wolfgang Denk <wd@denx.de>
5835
5836 commit 511c02f611cb5afa1b8ca5980caaaabaa0de377f
5837 Author: Mingkai Hu <Mingkai.hu@freescale.com>
5838 Date:   Tue Sep 8 15:07:12 2009 +0800
5839
5840     mkconfig: pass the board name to board config file
5841
5842     Then we can handle different config targets in the board file, which
5843     simplifies the top level Makefile for boards that have multiple
5844     config targets.
5845
5846     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
5847
5848 commit d640ac58dbf61c769864b3fe76314306b7336cf1
5849 Author: Wolfgang Denk <wd@denx.de>
5850 Date:   Mon Sep 7 23:52:31 2009 +0200
5851
5852     Remove "atmel_df_pow2" binary with "make clean"
5853
5854     Commit 65f6f07b added support for the atmel_df_pow2 standalone program
5855     but missed to add a rule to remove it to the "clean" make target.
5856
5857     Signed-off-by: Wolfgang Denk <wd@denx.de>
5858
5859 commit 0b34dbbd0b6969c98c44313b291836d9056ec40a
5860 Author: Stefan Roese <sr@denx.de>
5861 Date:   Mon Sep 7 10:52:24 2009 +0200
5862
5863     ppc4xx: Fix compilation warning in 4xx miiphy.c
5864
5865     This patch fixes the following compilation warning:
5866
5867     miiphy.c: In function 'emac4xx_miiphy_read':
5868     miiphy.c:353: warning: dereferencing type-punned pointer will break
5869     strict-aliasing rules
5870
5871     Signed-off-by: Stefan Roese <sr@denx.de>
5872
5873 commit 82379b5564819e62624a3c58fbc43f1afedf4f5f
5874 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
5875 Date:   Mon Sep 7 17:00:41 2009 +0200
5876
5877     ppc4xx: Add CONFIG_PCI_4xx_PTM_OVERWRITE to some esd 4xx boards
5878
5879     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
5880     Signed-off-by: Stefan Roese <sr@denx.de>
5881
5882 commit 99bcf14d553f399148a7660b98f7acbd8cc72d80
5883 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
5884 Date:   Mon Sep 7 17:00:40 2009 +0200
5885
5886     ppc4xx: Allow overwriting pci target registers for all 4xx boards
5887
5888     This patch adds the CONFIG_PCI_4xx_PTM_OVERWRITE option and replaces
5889     the ugly 'if defined(BOARD1) || ... || defined(BOARDn)' construct
5890     in 4xx pci code.
5891
5892     When CONFIG_PCI_4xx_PTM_OVERWRITE is defined the default ptm register
5893     setup can be overwritten through environment variables ptm1la, ptm1ms,
5894     ptm2la and ptm2ms to do application specific pci target BAR configuration.
5895
5896     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
5897     Signed-off-by: Stefan Roese <sr@denx.de>
5898
5899 commit cfab2ae322a99ad55364d054054f138f51130c2a
5900 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
5901 Date:   Fri Sep 4 10:37:04 2009 +0200
5902
5903     ppc4xx: Fix PMC405DE support
5904
5905     This patch fixes PMC405DE support. Patch 85d6bf0b fixed out-of-tree
5906     building for this board but the loadpci object did not get linked
5907     after that.
5908
5909     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
5910     Signed-off-by: Stefan Roese <sr@denx.de>
5911
5912 commit c8355b9d9f778bd12ee19c8f34d88e13758a4efd
5913 Author: Detlev Zundel <dzu@denx.de>
5914 Date:   Wed Sep 2 17:24:57 2009 +0200
5915
5916     amcc-common.h: Use filenames from environment variables for update procedure.
5917
5918     Using a separate "u-boot" environment variable allows to easily
5919     specify different filenames for the update procedure.  This is also in
5920     line with many other board configurations defining an "update" script.
5921
5922     Signed-off-by: Detlev Zundel <dzu@denx.de>
5923     Acked-by: Wolfgang Denk <wd@denx.de>
5924     Signed-off-by: Stefan Roese <sr@denx.de>
5925
5926 commit 6c97a20d0b2f56cb4f3745d94b1f96986e8cced5
5927 Author: Kumar Gala <galak@kernel.crashing.org>
5928 Date:   Wed Sep 9 11:40:41 2009 -0500
5929
5930     ppc/85xx: Introduce RESET_VECTOR_ADDRESS to handle non-standard link address
5931
5932     Some board ports place TEXT_BASE at a location that would cause the
5933     RESET_VECTOR_ADDRESS not to be at 0xfffffffc when we link.  By default
5934     we assume RESET_VECTOR_ADDRESS will be 0xfffffffc if the board doesn't
5935     explicitly set it.
5936
5937     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5938     Acked-by: Wolfgang Denk <wd@denx.de>
5939
5940 commit c348322ac7f76318295cf25ffab2cc2a4900a234
5941 Author: Kumar Gala <galak@kernel.crashing.org>
5942 Date:   Tue Sep 8 13:46:46 2009 -0500
5943
5944     ppc/85xx: Clean up do_reset
5945
5946     There is no reason to do a run time check for e500 v1 based cores to
5947     determine if we have the GUTs RSTCR facility.  Only the first generation
5948     of PQ3 parts (MPC8540/41/55/60) do not have it.  So checking to see if
5949     we are e500 v2 would miss future parts (like e500mc).
5950
5951     Just change this to be ifdef'd based on CONFIG_MPC85{40,41,55,60}.
5952
5953     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5954
5955 commit 21170c80a83f1e60ce7f6f83005e06a5c2d15a8e
5956 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
5957 Date:   Thu Sep 3 19:42:40 2009 +0530
5958
5959     ppc/85xx/86xx: Bug fix: call to puts in probecpu() moved to checkcpu().
5960
5961     While in probecpu() UART is still not initialized.
5962
5963     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
5964     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5965
5966 commit f8027f6b4789e3340f10620d8fb6113b95b88d9c
5967 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
5968 Date:   Wed Sep 2 19:40:36 2009 +0530
5969
5970     ppc/85xx/86xx: Device tree fixup for number of cores
5971
5972     Fixing the number of cores in the device tree based on the actual number of
5973     cores on the system.  With this same device tree image can be used for dual
5974     core and single core members of otherwise exactly same SOC.
5975
5976     For example:
5977     * P2020RDB and P2010RDB
5978     * P1020RDB and P1011RDB
5979     * MPC8641D and MPC8641
5980
5981     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
5982     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5983
5984 commit 58442dc01e47cc8ce42af4f29486a34cad60b9d2
5985 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
5986 Date:   Wed Sep 2 13:35:21 2009 +0530
5987
5988     ppc/85xx,86xx: Handling Unknown SOC version
5989
5990     Incase the system is detected with Unknown SVR, let the system boot
5991     with a default value and a proper message.
5992
5993     Now with dynamic detection of SOC properties from SVR, this is necessary
5994     to prevent a crash.
5995
5996     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
5997     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5998
5999 commit 3e7b6c1f2db5ec31f9e7dbc3e0cbca602167a46a
6000 Author: Kumar Gala <galak@kernel.crashing.org>
6001 Date:   Wed Sep 2 09:03:08 2009 -0500
6002
6003     ppc/8xxx: Refactor code to determine if PCI is enabled & agent/host
6004
6005     Refactor the code into a simple bitmask lookup table that determines if
6006     a given PCI controller is enabled and if its in host/root-complex or
6007     agent/end-point mode.
6008
6009     Each processor in the PQ3/MPC86xx family specified different encodings
6010     for the cfg_host_agt[] and cfg_IO_ports[] boot strapping signals.
6011
6012     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6013
6014 commit 5052a771cf1722c37c732f3c340775b55fbe3a22
6015 Author: Kumar Gala <galak@kernel.crashing.org>
6016 Date:   Wed Sep 2 09:00:50 2009 -0500
6017
6018     ppc/85xx: Cleanup makefile and related optional files
6019
6020     Cleaned up cpu/mpc85xx/Makefile to use CONFIG_* for those obvious cases
6021     we have like PCI, CPM2, QE.  Also reworked it to use one line per file
6022     for everything and sorted in alphabetical order.
6023
6024     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6025
6026 commit 74c5dfd81f94a2a1f0d6990d17c491d718e8b9ea
6027 Author: Timur Tabi <timur@freescale.com>
6028 Date:   Fri Sep 4 17:05:24 2009 -0500
6029
6030     fsl: add register read-back to set_law()
6031
6032     After programming a new LAW, we should read-back the LAWAR register so that
6033     we sync the writes.  Otherwise, code that attempts to use the new LAW-mapped
6034     memory might fail right away.
6035
6036     Signed-off-by: Timur Tabi <timur@freescale.com>
6037     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6038
6039 commit c7259086816405fe0eb77f4dc22e76980a040cef
6040 Author: Kumar Gala <galak@kernel.crashing.org>
6041 Date:   Thu Sep 3 08:41:31 2009 -0500
6042
6043     ppc/85xx: Fix bug in setup_mp code
6044
6045     Its possible that we try and copy the boot page code out of flash into a
6046     DDR location that doesn't have a TLB cover it.  For example, if we have
6047     3G of DDR we typically only map the first 2G.  In the cases of 4G+ this
6048     wasn't an issue since the reset page TLB mapping covered the last page
6049     of memory which we wanted to copy to.
6050
6051     We now change the physical address of the reset page TLB to map to the
6052     true physical location of the boot page code, copy and than set the
6053     TLB back to its 1:1 mapping of the reset page.
6054
6055     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6056
6057 commit c2287af1552bd630956568d3957c370f86801b7d
6058 Author: Kumar Gala <galak@kernel.crashing.org>
6059 Date:   Thu Sep 3 08:20:24 2009 -0500
6060
6061     ppc/85xx: Add a simple function to search the TLB
6062
6063     Allow us to search the TLB array based on an address.  This is useful
6064     if we want to change an entry but dont know where it happens to be
6065     located.
6066
6067     For example, the boot page mapping we use on MP or the flash TLB that
6068     we change the WIMGE settings for after we've relocated.
6069
6070     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6071
6072 commit 26f4cdba6b51deab4ec99d60be381244068ef950
6073 Author: Kumar Gala <galak@kernel.crashing.org>
6074 Date:   Fri Aug 14 13:37:54 2009 -0500
6075
6076     85xx: Add support for setting IVORs to fixed offset defaults
6077
6078     In future Book-E implementations IVORs will most likely go away and be
6079     replaced with fixed offsets.  The IVPR will continue to exist to allow
6080     for relocation of the interrupt vectors.
6081
6082     This code adds support to setup the IVORs as their fixed offset values
6083     per the ISA 2.06 spec when we transition from u-boot to another OS
6084     either via 'bootm' or a cpu release.
6085
6086     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6087
6088 commit da1cd955dfec35b0e15381ad1ee248fa194eed82
6089 Author: Dipen Dudhat <dipen.dudhat@freescale.com>
6090 Date:   Wed Sep 2 11:25:08 2009 +0530
6091
6092     ppc/85xx: Fix up eSDHC controller clock frequency in the device tree
6093
6094     Signed-off-by: Dipen Dudhat <dipen.dudhat@freescale.com>
6095     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6096
6097 commit 2abbd31da6d900473ed678ca50789ee58bc9bb00
6098 Author: Kumar Gala <galak@kernel.crashing.org>
6099 Date:   Tue Sep 1 22:01:54 2009 -0500
6100
6101     ppc/8xxx: Remove ddr_pd_cntl register since it doesn't exist
6102
6103     The ddr_pd_cntl isn't defined in any reference manual and thus we wil
6104     remove especially since we set it to 0, which would most likely be its
6105     POR value.
6106
6107     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6108
6109 commit 13d46ab2572c0283d34f93bebc9a41295ef84ca5
6110 Author: Kumar Gala <galak@kernel.crashing.org>
6111 Date:   Tue Sep 1 21:07:08 2009 -0500
6112
6113     ppc/8xxx: relocate cpu pointer in global data
6114
6115     Now that we have a pointer to the cpu struct we need to relocate it once
6116     we get into ram.
6117
6118     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6119
6120 commit 9c671e7062720074f894ee329eaa6995b0823727
6121 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
6122 Date:   Wed Sep 2 02:17:24 2009 +0400
6123
6124     fsl: sys_eeprom: Fix 'may be used uninitialized' warning
6125
6126     The warning is bogus, so silence it by initializing the 'ret' variable.
6127
6128     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
6129     Acked-by: Timur Tabi <timur@freescale.com>
6130     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6131
6132 commit 6b9ea08c5010eab5ad1056bc9bf033afb672d9cc
6133 Author: Dipen Dudhat <dipen.dudhat@freescale.com>
6134 Date:   Tue Sep 1 17:27:00 2009 +0530
6135
6136     ppc/85xx: Use CONFIG_FSL_ESDHC to enable sdhc clk
6137
6138     Enable eSDHC Clock based on generic CONFIG_FSL_ESDHC define instead of a
6139     platform define.  This will enable all the 85xx platforms to use sdhc_clk
6140     based on CONFIG_FSL_ESDHC.
6141
6142     Signed-off-by: Gao Guanhua <B22826@freescale.com>
6143     Signed-off-by: Dipen Dudhat <dipen.dudhat@freescale.com>
6144     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6145
6146 commit 92477a631bbda2dc0dd2194e03f9bd3ddb8b9c21
6147 Author: Timur Tabi <timur@freescale.com>
6148 Date:   Fri Sep 4 16:28:35 2009 -0500
6149
6150     fsl_i2c: increase I2C timeout values and make them configurable
6151
6152     The value of I2C_TIMEOUT in fsl_i2c.c has several problems.  First, it is
6153     defined as CONFIG_HZ/4, but it is used as a count of microseconds, so it makes
6154     no sense to derive it from a clock rate.  Second, the current value (250) is
6155     too low for some boards, so it needs to be increased.  Third, the timeout
6156     necessary for multiple-master arbitration is larger than the timeout for basic
6157     read/write operations, so we shouldn't have a single constant for both timeouts.
6158     Finally, it would be nice if we could override these values on a per-board
6159     basis.
6160
6161     Signed-off-by: Timur Tabi <timur@freescale.com>
6162     Acked-by: Wolfgang Denk <wd@denx.de>
6163     Tested-by: Peter Tyser <ptyser@xes-inc.com>
6164     Acked-by: Peter Tyser <ptyser@xes-inc.com>
6165
6166 commit 5da71efa18e8b4eac9afd8bfa13e3c7e7ddde1d0
6167 Author: Eric Millbrandt <emillbrandt@coldhaus.com>
6168 Date:   Thu Sep 3 08:09:44 2009 -0500
6169
6170     Reset i2c slave devices during init on mpc5xxx cpus
6171
6172     Reset any i2c devices that may have been interrupted during a system reset.
6173     Normally this would be accomplished by clocking the line until SCL and SDA
6174     are released and then sending a start condtiion (From an Atmel datasheet).
6175     There is no direct access to the i2c pins so instead create start commands
6176     through the i2c interface.  Send a start command then delay for the SDA Hold
6177     time, repeat this by disabling/enabling the bus a total of 9 times.
6178
6179     Signed-off-by: Eric Millbrandt <emillbrandt@dekaresearch.com>
6180
6181 commit 2d4072c06b5549444e4140231bba3d47d9b0bc53
6182 Author: Sandeep Paulraj <s-paulraj@ti.com>
6183 Date:   Sat Aug 15 11:20:58 2009 -0400
6184
6185     ARM: DaVinci: Adding Support for DaVinci DM365 EVM
6186
6187     This patch adds support for the DM365 EVM.
6188     It has been tested on a DM365 EVM.
6189
6190     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
6191
6192 commit cf463091bce8b0f8951dd08f94754d08d64793b8
6193 Author: Sandeep Paulraj <s-paulraj@ti.com>
6194 Date:   Sat Aug 15 11:20:44 2009 -0400
6195
6196     ARM: DaVinci: DaVinci DM365 SOC specific code
6197
6198     This patch adds support for DaVinci DM365 SOC.
6199
6200     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
6201
6202 commit e830b66b3592f115316600d370399f3ee148e909
6203 Author: Ilko Iliev <iliev@ronetix.at>
6204 Date:   Sat Sep 5 02:51:34 2009 +0200
6205
6206     DM9000 init for pm9261
6207
6208     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
6209
6210 commit c35d7cf071f171bd6bba69f1563a6ac578a18ea6
6211 Author: Frederik Kriewitz <frederik@kriewitz.eu>
6212 Date:   Sun Aug 23 12:56:42 2009 +0200
6213
6214     Add support for the DevKit8000 board
6215
6216     This patch adds support for the DevKit8000 board.
6217
6218     Signed-off-by: Frederik Kriewitz <frederik@kriewitz.eu>
6219
6220 commit 127f9ae575991aee3e105e1448c49b5b4e254998
6221 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6222 Date:   Sun Aug 23 16:32:40 2009 +0200
6223
6224     omap3: move the other boards to board/
6225
6226     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6227
6228 commit 350f3ac5731faf0f02ca55ab016694b7c7269f97
6229 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6230 Date:   Sun Aug 23 16:32:39 2009 +0200
6231
6232     arm: move Logicpd's boards to board/logicpd/
6233
6234     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6235
6236 commit 0a0e4bad9693ef1d2ca8c33ba551d395a4e3d641
6237 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6238 Date:   Sun Aug 23 16:32:38 2009 +0200
6239
6240     omap: move TI's boards to board/ti/
6241
6242     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6243
6244 commit 9f23ca42b3ba19b24e66fade572f2b86d929b6e8
6245 Author: Wolfgang Denk <wd@denx.de>
6246 Date:   Fri Sep 4 23:20:29 2009 +0200
6247
6248     ARM: Update mach-types
6249
6250     Signed-off-by: Wolfgang Denk <wd@denx.de>
6251
6252 commit 262ae0a6193f10b6a94e86d2f752e7f5510416fa
6253 Author: Mike Frysinger <vapier@gentoo.org>
6254 Date:   Thu Sep 3 23:12:47 2009 -0400
6255
6256     push LOAD_ADDR out to arch mk files
6257
6258     Rather than maintain/extend the current ifeq($(ARCH)) mess that exists in
6259     the standalone Makefile, push the setting up of LOAD_ADDR out to the arch
6260     config.mk (and rename to STANDALONE_LOAD_ADDR in the process).  This keeps
6261     the common code clean and lets the arch do whatever crazy crap it wants in
6262     its own area.
6263
6264     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6265
6266 commit 7662eb2b9d6fbc95ecb1fb3e5b5147215e251e7d
6267 Author: Giuseppe CONDORELLI <giuseppe.condorelli@st.com>
6268 Date:   Thu Sep 3 07:37:46 2009 -0400
6269
6270     zlib: fix code when DEBUG is defined
6271
6272     Removed stdio.h inclusion and moved trace macros to use printf avoiding to
6273     write debug informations to standard error.
6274
6275     Signed-off-by: Giuseppe Condorelli <giuseppe.condorelli@st.com>
6276
6277 commit cfcbf8c4cf3da96b9e3f652506b664bfd766a520
6278 Author: Scott Wood <scottwood@freescale.com>
6279 Date:   Wed Sep 2 16:45:31 2009 -0500
6280
6281     mxc_nand: Remove Freescale's "All Rights Reserved."
6282
6283     Signed-off-by: Scott Wood <scottwood@freescale.com>
6284
6285 commit 001d615681333569c555e6cde07d8d23e2c536fb
6286 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
6287 Date:   Wed Sep 2 17:58:48 2009 +0400
6288
6289     mpc83xx/serdes: License cleanup: remove "All Rights Reserved" notice
6290
6291     "All Rights Reserved" conflicts with the GPL.
6292
6293     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
6294
6295 commit 46ff6d461321f5b565cc790e02679237ffd9a20f
6296 Author: Wolfgang Denk <wd@denx.de>
6297 Date:   Wed Sep 2 14:57:27 2009 +0200
6298
6299     License cleanup: remove unintended "All Rights Reserved" notices.
6300
6301     Some files included my old standerd file header which had a "All
6302     Rights Reserved" part. As this has never been my intention, I remove
6303     these lines to make the files compatible with GPL v.2 and later.
6304
6305     Signed-off-by: Wolfgang Denk <wd@denx.de>
6306
6307 commit 37daa77f3cafb5ec9a974eff3db2af4a0560a9ef
6308 Author: Wolfgang Denk <wd@denx.de>
6309 Date:   Wed Sep 2 10:21:20 2009 +0200
6310
6311     cmd_mtdparts.c: fix compiler warning in debug code
6312
6313     Fix warning messages:
6314     cmd_mtdparts.c:1429: warning: format '%08lx' expects type 'long
6315     unsigned int', but argument 6 has type 'u32'
6316     cmd_mtdparts.c:1429: warning: format '%08lx' expects type 'long
6317     unsigned int', but argument 7 has type 'u32'
6318
6319     Signed-off-by: Wolfgang Denk <wd@denx.de>
6320
6321 commit d8bc55a6fb28876abcbf4a3fc3b6c3ce429c1bb3
6322 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
6323 Date:   Tue Sep 1 20:58:03 2009 +0400
6324
6325     Move uninitialized_var() macro from ubi_uboot.h to compiler.h
6326
6327     This is needed so that we could use this macro for non-UBI code.
6328
6329     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
6330
6331 commit d72871e1387094972569e4b77c25e88020f7b68f
6332 Author: Kumar Gala <galak@kernel.crashing.org>
6333 Date:   Tue Sep 1 11:24:45 2009 -0500
6334
6335     arm: Remove -fno-strict-aliasing
6336
6337     -fno-strict-aliasing is hidding warnings.
6338
6339     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6340
6341 commit d6281ff0cc2ebb5d6a5c3e1021837334074f92ec
6342 Author: Kumar Gala <galak@kernel.crashing.org>
6343 Date:   Tue Sep 1 11:24:44 2009 -0500
6344
6345     ppc: Remove -fno-strict-aliasing
6346
6347     -fno-strict-aliasing is hidding warnings.
6348
6349     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6350
6351 commit 795d246c278e70b4ba9868cc9f2c8fbada49d388
6352 Author: Eric Millbrandt <emillbrandt@coldhaus.com>
6353 Date:   Fri Aug 28 07:14:04 2009 -0500
6354
6355     galaxy5200: Add chip select region for an Epson S1D15313
6356
6357     Signed-off-by: Eric Millbrandt <emillbrandt@dekaresearch.com>
6358
6359 commit 3dfad40a0459f63099e177dc15a1df39d048f860
6360 Author: Kumar Gala <galak@kernel.crashing.org>
6361 Date:   Thu Aug 27 08:23:55 2009 -0500
6362
6363     Add ability for arch code to make changes before we boot
6364
6365     Added a arch_preboot_os() function that cpu specific code can implement to
6366     allow for various modifications to the state of the machine right before
6367     we boot.  This can be useful to setup register state to a specific
6368     configuration.
6369
6370     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6371
6372 commit 9ea005fb4428c922536fa75991ce9972304a02fb
6373 Author: Roy Zang <tie-fei.zang@freescale.com>
6374 Date:   Sat Aug 22 03:49:52 2009 +0800
6375
6376     Use different PBA value for E1000 PCI and PCIe cards
6377
6378     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
6379     Acked-by: André Schwarz <andre.schwarz@matrix-vision.de>
6380
6381 commit 5b34a296d47b236dafbcaf1c91ae11b5aeb1ef51
6382 Author: Graeme Russ <graeme.russ@gmail.com>
6383 Date:   Sun Aug 23 12:59:58 2009 +1000
6384
6385     Add PCI support to eNET board
6386
6387     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
6388
6389 commit f50b619d9cb297b0125fe78dcd6f255eb0d91659
6390 Author: Graeme Russ <graeme.russ@gmail.com>
6391 Date:   Sun Aug 23 12:59:57 2009 +1000
6392
6393     i386: Moved PCI from #ifdef to conditional compile for sc520 boards
6394
6395     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
6396
6397 commit ed7a1b681de1e31d18d5b92e2767ae8df3241687
6398 Author: Graeme Russ <graeme.russ@gmail.com>
6399 Date:   Sun Aug 23 12:59:56 2009 +1000
6400
6401     i386: Replace [read, write]_mmcr_[byte, word, long] with memory mapped structure
6402
6403     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
6404
6405 commit 9b32f96b5b92ba13fdb4b5eb637734752235f260
6406 Author: Graeme Russ <graeme.russ@gmail.com>
6407 Date:   Sun Aug 23 12:59:55 2009 +1000
6408
6409     Misc sc520 cdp fixups
6410
6411     Now that the PCI, SATA et al compile problems have been resolved, the
6412     cludge that was applied to avoid them can be removed
6413
6414     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
6415
6416 commit 91ee4e183cb7ac5f86e7673ead51400f19906635
6417 Author: Graeme Russ <graeme.russ@gmail.com>
6418 Date:   Sun Aug 23 12:59:54 2009 +1000
6419
6420     Fixup sc520_spunk board
6421
6422     Primary intent is to resolve build errors for this board which has been
6423     neglected for a very long time. I do not have one of these boards, so I
6424     cannot test functionality
6425
6426     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
6427
6428 commit 8907b8dbc5805094f1316d64737d3428b3863693
6429 Author: Graeme Russ <graeme.russ@gmail.com>
6430 Date:   Sun Aug 23 12:59:53 2009 +1000
6431
6432     Misc ds1722 fixups
6433
6434     This patch is based on a patch submitted by Jean-Christophe PLAGNIOL-VILLARD
6435     on 18th May 2008 as part of a general i386 / sc520 fixup which was never
6436     applied
6437
6438     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
6439
6440 commit a92510e7fae523145b58765cdc46110f1162260d
6441 Author: Graeme Russ <graeme.russ@gmail.com>
6442 Date:   Sun Aug 23 12:59:52 2009 +1000
6443
6444     Misc ti_pci1410a fixups
6445
6446     Removed do_pinit() - now declared in cmd_pcmcia.c
6447
6448     Added #define CONFIG_CMD_PCMCIA around pcmcia_off() in line with other
6449     PCMCIA drivers
6450
6451     signed/unsigned type fixups
6452
6453     Added semi-colon after default: label as required by newer gcc
6454
6455     The only board that appears to use this driver is the sc520_spunk which
6456     is very old and very likely very broken anyway. I do not have one to test
6457     whether this patch breaks anything functionaly, I have can only check
6458     that it compiles without warning or error
6459
6460     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
6461
6462 commit 31b9ab33d93d88ff89f3046aa45c68667a378a56
6463 Author: Graeme Russ <graeme.russ@gmail.com>
6464 Date:   Sun Aug 23 12:59:51 2009 +1000
6465
6466     Misc SATA fixups
6467
6468     Cast first parameter to sata_cpy()
6469
6470     In /drivers/block/ata_piix.h, ata_id_has_lba48(), ata_id_has_lba(),
6471     ata_id_has_dma(), ata_id_u32(), ata_id_u64() are all defined in
6472     include/libata.h which is included in ata.h which is included by all files
6473     which include ata_piix.h (only ata_piix.c) so these definitions are
6474     supurflous to (and conlict with) this in libata.h. Interestingly, my
6475     compiler complains about ata_id_u64 already being defined, but not
6476     ata_id_u32
6477
6478     ata_dump_id() is defined in include/libata.h and should not be static
6479     (maybe should even use ata_dump_id() in libata.c
6480
6481     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
6482
6483 commit d7549024098af093785151261266a02be19af633
6484 Author: Graeme Russ <graeme.russ@gmail.com>
6485 Date:   Sun Aug 23 12:59:50 2009 +1000
6486
6487     i386: Misc PCI fixups
6488
6489     Change PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY (Originally done in
6490     commit ff4e66e93c1a, regressed by commit 6d7f610b09f8)
6491
6492     Cast PCI_ROM_ADDRESS_MASK to u32
6493
6494     Wrap probe_pci_video() call inside #ifdef CONFIG_VIDEO
6495
6496     Change call to pci_find_class() to pci_find_devices(). This is based on a
6497     patch submitted on 1st March 2007 (Patch that fixes the compilation errors
6498     for sc520_cdp board) by mushtaq_k
6499
6500     This patch requires that PCI_VIDEO_VENDOR_ID and PCI_VIDEO_DEVICE_ID be
6501     specified in the board config file.  Dummy values have been added for the
6502     SC520 CDP board to enable compilation, but since I do not have one of these,
6503     I do know what the values should be
6504
6505     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
6506
6507 commit 04ff9ab158714d43cdf2f4f6f0235c3ea9d241a2
6508 Author: Graeme Russ <graeme.russ@gmail.com>
6509 Date:   Sun Aug 23 12:59:49 2009 +1000
6510
6511     Fix sc520 timer interrupt generation
6512
6513     The current implementation has the timer being started before the interrupt
6514     handler is installed. It the interrupt occurs before the handler is
6515     installed, the timer interrupt is never reset and the timer stops
6516
6517     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
6518
6519 commit f3a8d6b29b1cd01fdd940e8ff7a62b1df0ebbf82
6520 Author: Graeme Russ <graeme.russ@gmail.com>
6521 Date:   Sun Aug 23 12:59:48 2009 +1000
6522
6523     Fix environment configuration for eNET board
6524
6525     The current configuration of the Environment has the redundant copy of the
6526     environment in the Boot Flash - This was never the intent. The Environment
6527     should instead be in the first two sectors of the first Strata Flash
6528
6529     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
6530
6531 commit ea0c37798c3823fdd77edfffd27b20191f8ca1f0
6532 Author: Graeme Russ <graeme.russ@gmail.com>
6533 Date:   Sun Aug 23 12:59:47 2009 +1000
6534
6535     i386: Fix regression introduced by commit 8c63d47651f7
6536
6537     A local variable was deleted that should not have been
6538
6539     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
6540
6541 commit cfb3a736ffcff3e3753b902cad536f22fcf8961d
6542 Author: Graeme Russ <graeme.russ@gmail.com>
6543 Date:   Sun Aug 23 12:59:46 2009 +1000
6544
6545     i386: Change inline asm global symbols to local
6546
6547     gcc 4.3.2 optimiser creates multiple copies of inline asm (who knows why)
6548     Remove use of global names for labels to prevent 'symbol already defined'
6549     errors
6550
6551     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
6552
6553 commit a3ab8caee696a1d53fc82fa321e2b2f179970168
6554 Author: Graeme Russ <graeme.russ@gmail.com>
6555 Date:   Sun Aug 23 12:59:45 2009 +1000
6556
6557     i386: Add errno.h
6558
6559     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
6560
6561 commit d4e8ada0f6d51e0e3b80790fb9375ac8910f5352
6562 Author: Peter Tyser <ptyser@xes-inc.com>
6563 Date:   Fri Aug 21 23:05:21 2009 -0500
6564
6565     Consolidate arch-specific mem_malloc_init() implementations
6566
6567     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6568
6569 commit a483a167bc8d808145ca1224a2c238cda90aa60c
6570 Author: Peter Tyser <ptyser@xes-inc.com>
6571 Date:   Fri Aug 21 23:05:20 2009 -0500
6572
6573     Standardize mem_malloc_init() implementation
6574
6575     This lays the groundwork to allow architectures to share a common
6576     mem_malloc_init().
6577
6578     Note that the x86 implementation was not modified as it did not fit the
6579     mold of all other architectures.
6580
6581     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6582
6583 commit 5e93bd1c9aaea886c5e5c7c1b6114ab36c30668f
6584 Author: Peter Tyser <ptyser@xes-inc.com>
6585 Date:   Fri Aug 21 23:05:19 2009 -0500
6586
6587     Consolidate arch-specific sbrk() implementations
6588
6589     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6590
6591 commit 65f6f07b72a71b83d775c4d20d7ebcd6b2d2086d
6592 Author: Mike Frysinger <vapier@gentoo.org>
6593 Date:   Thu Jul 23 16:37:03 2009 -0400
6594
6595     atmel_df_pow2: standalone to convert dataflashes to pow2
6596
6597     Atmel DataFlashes by default operate with pages that are slightly bigger
6598     than normal binary sizes (i.e. many are 1056 byte pages rather than 1024
6599     bytes).  However, they also have a "power of 2" mode where the pages show
6600     up with the normal binary size.  The latter mode is required in order to
6601     boot with a Blackfin processor, so many people wish to convert their
6602     DataFlashes on their development systems to this mode.  This standalone
6603     application does just that.
6604
6605     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6606
6607 commit cb95c7a935ab9b52dac5d08e5ba4007c5a480f97
6608 Author: Mike Frysinger <vapier@gentoo.org>
6609 Date:   Wed Sep 2 05:52:37 2009 -0400
6610
6611     Blackfin: cm-bf548: fix device->stdio_dev fallout
6612
6613     The recent 52cb4d4fb348 commit which renamed device to stdio_dev missed the
6614     cm-bf548's video board.
6615
6616     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6617
6618 commit c7bcdde46a7ef78628f0f09fdc6cb61bb1bd7e79
6619 Author: Mike Frysinger <vapier@gentoo.org>
6620 Date:   Wed Sep 2 04:21:16 2009 -0400
6621
6622     Blackfin: enable 64bit printf for nand
6623
6624     Since the NAND code now uses 64bit code, make sure we enable support for
6625     ADI Blackfin boards in printf to avoid the warning:
6626     nand_util.c:45:2: warning: #warning Please define CONFIG_SYS_64BIT_VSPRINTF for correct output!
6627
6628     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6629
6630 commit 9c46e71af2b03ccd721c56b1dc906ead702d6fb5
6631 Author: Mike Frysinger <vapier@gentoo.org>
6632 Date:   Mon Aug 24 20:48:04 2009 -0400
6633
6634     Blackfin: use scratch pad for exception stack
6635
6636     If the memory layout pushes the stack out of the default DCPLB coverage,
6637     the exception handler may trigger a double fault by trying to push onto
6638     the uncovered stack.  So handle the exception stack similar to the kernel
6639     by using the top of the scratch pad SRAM.
6640
6641     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6642
6643 commit 69a25ce3578f34c8accb476f70089f3a44b78ed9
6644 Author: Mike Frysinger <vapier@gentoo.org>
6645 Date:   Mon Aug 24 20:36:25 2009 -0400
6646
6647     Blackfin: increase default console size
6648
6649     The default console size indirectly applies to length of env vars, so a
6650     smaller length makes it hard to pass longer command lines to kernels.
6651
6652     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6653
6654 commit f541e1d6d99c22bbd4bc8c84fdb02baad0277847
6655 Author: Mike Frysinger <vapier@gentoo.org>
6656 Date:   Mon Aug 24 19:03:18 2009 -0400
6657
6658     Blackfin: fix debug printf modifiers
6659
6660     The display_global_data() function generated warnings with pretty much
6661     every variable.
6662
6663     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6664
6665 commit 4640c2b8699bcdd2346a2c633486f07f061a2939
6666 Author: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>
6667 Date:   Thu Aug 20 19:20:41 2009 -0400
6668
6669     Blackfin: cm-bf537u: new board port
6670
6671     The CM-BF537U is similar to the CM-BF537E module, but enough to need its
6672     own board port.
6673
6674     Signed-off-by: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>
6675     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6676
6677 commit c4db335c2e0805e1ce4c33d278b77492c0812353
6678 Author: Robin Getz <robin.getz@analog.com>
6679 Date:   Mon Aug 17 15:23:02 2009 +0000
6680
6681     Blackfin: change global data register from P5 to P3
6682
6683     Since the Blackfin ABI favors higher scratch registers by default, use the
6684     last scratch register (P3) for global data rather than the first (P5).
6685     This allows the compiler's register allocator to use higher number scratch
6686     P registers, which in turn better matches the Blackfin instruction set,
6687     which reduces the size of U-Boot by more than 1024 bytes...
6688
6689     Signed-off-by: Robin Getz <robin.getz@analog.com>
6690     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6691
6692 commit 574b70df03fba0ea635e2fe71fbd7b97d19b706a
6693 Author: Robin Getz <robin.getz@analog.com>
6694 Date:   Tue Aug 11 14:20:13 2009 +0000
6695
6696     Blackfin: enable more network commands for ADI dev boards
6697
6698     Add dns and ntp to default networking commands, and ask for more dhcp
6699     options to better configure the network environment.
6700
6701     Signed-off-by: Robin Getz <robin.getz@analog.com>
6702     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6703
6704 commit aa7b248a05323d4720969227603e39a22777ed95
6705 Author: Michael Hennerich <michael.hennerich@analog.com>
6706 Date:   Thu Jun 18 09:12:50 2009 +0000
6707
6708     Blackfin: bf537-stamp: comment CF-Flash Card Support better
6709
6710     Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
6711     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6712
6713 commit 69c6d268a29cf6d61e096d815abf5abf24136f45
6714 Author: Robin Getz <robin.getz@analog.com>
6715 Date:   Fri Jul 10 18:37:15 2009 +0000
6716
6717     Blackfin: use +(filesize) to make sure we are only doing what is necessary
6718
6719     Signed-off-by: Robin Getz <robin.getz@analog.com>
6720     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6721
6722 commit 2dc851e3b0f07a56f83060f13882ff4b62cf5112
6723 Author: Albin Tonnerre <albin.tonnerre@free-electrons.com>
6724 Date:   Thu Aug 20 16:04:49 2009 +0200
6725
6726     Support for the Calao TNY-A9260/TNY-A9G20 boards
6727
6728     The Calao TNY-A9260 and TNY-9G20 are boards manufactured and sold by
6729     Calao Systems <http://www.calao-systems.com>. Their components are very
6730     similar to the AT91SAM9260EK board, so their configuration is based on
6731     the configuration of this board. There are however some differences:
6732     different clocks, no LCD, no ethernet. They also can use SPI EEPROM to
6733     store the environment.
6734
6735     Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
6736     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6737
6738 commit 49d2cb4d6153a6c18249dccb5de5cffeb261a61c
6739 Author: Prafulla Wadaskar <prafulla@marvell.com>
6740 Date:   Thu Aug 20 20:59:28 2009 +0530
6741
6742     arm: Kirkwood: add SYSRSTn Duration Counter Support
6743
6744     This feature can be used to trigger special command "sysrstcmd" using
6745     reset key long press event and environment variable "sysrstdelay" is set
6746     (useful for reset to factory or manufacturing mode execution)
6747
6748     Kirkwood SoC implements a hardware-based SYSRSTn duration counter.
6749     When SYSRSTn is asserted low, a SYSRSTn duration counter is running.
6750     The counter value is stored in the SYSRSTn Length Counter Register
6751     The counter is based on the 25-MHz reference clock (40ns)
6752     It is a 29-bit counter, yielding a maximum counting duration of
6753     2^29/25 MHz (21.4 seconds). When the counter reach its maximum value,
6754     it remains at this value until counter reset is triggered by setting
6755     bit 31 of KW_REG_SYSRST_CNT
6756
6757     Implementation:
6758     Upon long reset assertion (> ${sysrstdelay} in secs) sysrstcmd will be
6759     executed if pre-defined in environment variables.
6760     This feature will be disabled if "sysrstdelay" variable is unset.
6761
6762     for-ex.
6763     setenv sysrst_cmd "echo starting factory reset;
6764                    nand erase 0xa0000 0x20000;
6765                    echo finish ed sysrst command;"
6766     will erase particular nand sector if triggered by this event
6767
6768     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
6769
6770 commit 9453967e28c5e3abbf856f95735ea69bae1e77fa
6771 Author: Albin Tonnerre <albin.tonnerre@free-electrons.com>
6772 Date:   Mon Aug 24 18:03:26 2009 +0200
6773
6774     Add support for the Calao SBC35-A9G20 board
6775
6776     The Calao SBC35-A9G20 board is manufactured and sold by Calao Systems
6777     <http://www.calao-systems.com>. It is built around an AT91SAM9G20 ARM SoC
6778     running at 400MHz. It features an Ethernet port, an SPI RTC backed by an onboard
6779     battery , an SD/MMC slot, a CompactFlash slot, 64Mo of SDRAM, 256Mo of NAND
6780     flash, two USB host ports, and an USB device port. More informations can be
6781     found at <http://www.calao-systems.com/articles.php?lng=en&pg=5936>
6782
6783     Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
6784
6785 commit 10bc241dfc15a0820d9c52469173b7ccafec0b84
6786 Author: Ilya Yanok <yanok@emcraft.com>
6787 Date:   Tue Aug 11 02:32:09 2009 +0400
6788
6789     imx27lite: add support for imx27lite board from LogicPD
6790
6791     This patch adds support for i.MX27-LITEKIT development board from
6792     LogicPD. This board uses i.MX27 SoC and has 2MB NOR flash, 64MB NAND
6793     flash, FEC ethernet controller integrated into i.MX27.
6794
6795     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
6796     Acked-by: Wolfgang Denk <wd@denx.de>
6797
6798 commit 50b5fff55827946c86a60db8b21a9358be720666
6799 Author: Albin Tonnerre <albin.tonnerre@free-electrons.com>
6800 Date:   Tue Sep 1 11:26:20 2009 +0200
6801
6802     at91sam9260/afeb9260: Fix SPI initialization
6803
6804     Commit 7ebafb7ec1a0285af8380623c009576f92583b98 introduced a mistake in the spi
6805     init function call for those boards. This patch fixes this.
6806
6807     Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
6808
6809 commit f3d4f8870e69e0fd177397778d97d0751bbd020a
6810 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
6811 Date:   Tue Aug 18 11:13:44 2009 +0200
6812
6813     Remove duplicate set_cr
6814
6815     Remove duplicate set_cr
6816
6817     set_cr is defined in both asm-arm/proc-armv/system.h and
6818     include/asm-arm/system.h. This patch removes it (and some duplicate
6819     defines) from the former.
6820
6821     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
6822
6823 commit 3d35d87d5482de23cd5dc4d7721b1086107cae50
6824 Author: Wolfgang Denk <wd@denx.de>
6825 Date:   Mon Aug 31 19:57:42 2009 +0200
6826
6827     Prepare 2009.08
6828
6829     Update CHANGELOG
6830
6831     Signed-off-by: Wolfgang Denk <wd@denx.de>
6832
6833 commit 632a6dd0b612eb7b143f789f2a0273917468c041
6834 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
6835 Date:   Mon Aug 31 16:18:24 2009 +0200
6836
6837     Add common code dir for Matrix Vision boards.
6838
6839     This fixes current build failure.
6840
6841     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
6842
6843     mvblm7.c: fix warning: implicit declaration of function
6844     'mv_reset_environment'
6845
6846     Signed-off-by: Wolfgang Denk <wd@denx.de>
6847
6848 commit 52f6c34c85d6c16f2a41433b5000490ecf374992
6849 Author: David Brownell <dbrownell@users.sourceforge.net>
6850 Date:   Sun Aug 30 11:05:29 2009 -0700
6851
6852     bugfix CONFIG_SYS_CONSOLE_INFO_QUIET
6853
6854     The "console: unify printing current devices" patch goofed:
6855     CONFIG_SYS_CONSOLE_INFO_QUIET is supposed to *REMOVE* boot
6856     time noise, not add it.  Said patch changed the #ifndefs
6857     to #ifdef; this one restores them to the proper sense.
6858
6859     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
6860
6861 commit 2d04db088e6df8a008bb09f604876a45031df93b
6862 Author: Timur Tabi <timur@freescale.com>
6863 Date:   Fri Aug 28 16:56:45 2009 -0500
6864
6865     fsl: simplify the "mac id" command, improve boot-time informational message
6866
6867     The "mac id" command took a 4-character parameter as the identifier string.
6868     However, for any given board, only one kind of identifier is acceptable, so it
6869     makes no sense to ask the user to type it in.  Instead, if the user enters
6870     "mac id", the identifier (and also the version, if it's NXID) will
6871     automatically be set to the correct value.
6872
6873     Improve the message that is displayed when EEPROM is read during boot.  It now
6874     displays "EEPROM:" and then either an error message or the EEPROM identifier
6875     if successful.
6876
6877     If the identifier in EEPROM is valid, then always reject a bad CRC, even if the
6878     CRC field has not been initialized.
6879
6880     Don't force the MAC address count to MAX_NUM_PORTS or less.  Forcing the value
6881     to be changed resulting in an in-memory copy that does not match what's in
6882     hardware, even though the user did not request that change.
6883
6884     Finally, always update the CRC value in the in-memory copy after any field
6885     is changed, so that the CRC is always correct.
6886
6887     Signed-off-by: Timur Tabi <timur@freescale.com>
6888     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6889
6890 commit 33f3f34255bd7cf0be502275c59f0ff22dc50080
6891 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
6892 Date:   Fri Aug 21 07:29:58 2009 +0530
6893
6894     85xx: Added PCIe support for P1 P2 RDB
6895
6896     Call fsl_pci_init_port() to initialize all the PCIe ports on the board.
6897
6898     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
6899     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6900
6901 commit 0d3d68b25a8e7790f58530ddccbd61f9fc0245ef
6902 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
6903 Date:   Fri Aug 21 07:29:42 2009 +0530
6904
6905     driver/fsl_pci: Add fsl_pci_init_port function to initialize a PCI controller
6906
6907     fsl_pci_init_port can be called from board specific PCI initialization
6908     routines to setup the PCI (or PCIe) controller.  This will reduce code
6909     redundancy in most of the 85xx/86xx FSL board ports that setup PCI.
6910
6911     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
6912     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6913
6914 commit 05f6f66474312ad03c39b4ca4875af46c87366bf
6915 Author: Timur Tabi <timur@freescale.com>
6916 Date:   Thu Aug 20 17:41:11 2009 -0500
6917
6918     85xx: Improve MPIC initialization
6919
6920     The MPIC initialization code for Freescale e500 CPUs was not using I/O
6921     accessors, and it was not issuing a read-back to the MPIC after setting
6922     mixed mode.  This may be the cause of a spurious interrupt on some systems.
6923
6924     Signed-off-by: Timur Tabi <timur@freescale.com>
6925     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6926
6927 commit c17b79fbd0c7923948331d65cb588734a9c681ff
6928 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
6929 Date:   Thu Aug 20 18:59:18 2009 +0530
6930
6931     85xx: Added support for P1011RDB and P2010RDB
6932
6933     P1011 and P2010 are single core variants of P1010 and P2020 respectively.
6934     The board(RDB) will be same.
6935
6936     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
6937     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6938
6939 commit a713ba926b45da9a6f923f1ac9e60a66852e5f2d
6940 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
6941 Date:   Thu Aug 20 18:57:45 2009 +0530
6942
6943     85xx: Added single core members of FSL P1xx/P2xx processors series
6944
6945     P1011 - Single core variant of P1020
6946     P2010 - Single core variant of P2020
6947
6948     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
6949     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6950
6951 commit bf488bc0949fc900d1296a7f35a38a6a28cb5fab
6952 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
6953 Date:   Thu Aug 20 18:57:02 2009 +0530
6954
6955     85xx: P1020RDB Support Added
6956
6957     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
6958     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6959
6960 commit 3b1f243b8dad30a646a0f056b0268519eadbc3c5
6961 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
6962 Date:   Thu Aug 20 18:55:35 2009 +0530
6963
6964     85xx: Added CONFIG_MAX_CPUS for P1020
6965
6966     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
6967     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6968
6969 commit 76b474e2f5a223fcabfeaa4f1c8fb699062b986c
6970 Author: Mingkai Hu <Mingkai.hu@freescale.com>
6971 Date:   Tue Aug 18 15:37:15 2009 +0800
6972
6973     85xx: Add L2SRAM Register's macro definition
6974
6975     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
6976     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6977
6978 commit 158c6724c99368a4d8eef11ee7e3c7ad0ef03a15
6979 Author: Felix Radensky <felix@embedded-sol.com>
6980 Date:   Sat Aug 15 15:08:37 2009 +0300
6981
6982     85xx: Fix memory test range on MPC8536DS
6983
6984     With current values of CONFIG_SYS_MEMTEST_START and CONFIG_SYS_MEMTEST_END
6985     memory test hangs if run without arguments. Set them to sane values, so
6986     that all available 512MB of RAM excluding exception vectors at the bottom
6987     and u-boot code and stack at the top can be tested.
6988
6989     Signed-off-by: Felix Radensky <felix@embedded-sol.com>
6990     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6991
6992 commit ef41f2a25c554604156b59f5945feadae2f3cb55
6993 Author: Kumar Gala <galak@kernel.crashing.org>
6994 Date:   Wed Aug 12 00:10:44 2009 -0500
6995
6996     85xx: Removed BEDBUG support on P1_P2_RDB
6997
6998     To match all other 85xx platforms we are removing BEDBUG support.
6999
7000     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7001
7002 commit b560ab85edfb68da653bf2527c390c3e182392a1
7003 Author: Kumar Gala <galak@kernel.crashing.org>
7004 Date:   Sat Aug 8 10:42:30 2009 -0500
7005
7006     85xx: Init pci ethernet cards if we enable any on MPC8572DS
7007
7008     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7009
7010 commit 1bb61b69f7aba4931ede35fdcabd8e5ecad121d7
7011 Author: Peter Tyser <ptyser@xes-inc.com>
7012 Date:   Fri Aug 7 13:16:34 2009 -0500
7013
7014     xes: Use proper IO access functions
7015
7016     Also fix some minor whitespace oddities while we're cleaning up
7017
7018     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
7019     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7020
7021 commit ec79d33b2c41ee8b6d1354cc0910217b769c5036
7022 Author: Kumar Gala <galak@kernel.crashing.org>
7023 Date:   Fri Aug 7 13:00:55 2009 -0500
7024
7025     85xx: Move to a common linker script
7026
7027     There are really no differences between all the 85xx linker scripts so
7028     we can just move to a single common one.  Board code is still able to
7029     override the common one if need be.
7030
7031     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7032
7033 commit 87c7661b42aa7672539b54b51d3d5c4013ec6f6c
7034 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
7035 Date:   Fri Jul 31 12:08:27 2009 +0530
7036
7037     85xx: Added P1020 Processor Support.
7038
7039     P1020 is another member of QorIQ series of processors which falls in ULE
7040     category. It is an e500 based dual core SOC.
7041
7042     Being a scaled down version of P2020 it has following differences:
7043     - 533MHz - 800MHz core frequency.
7044     - 256Kbyte L2 cache
7045     - Ethernet controllers with classification capabilities.
7046     Also the SOC is pin compatible with P2020
7047
7048     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
7049     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7050
7051 commit 728ece343e8bb2a66ee977c49d455439e3b28da9
7052 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
7053 Date:   Wed Aug 5 13:29:24 2009 +0530
7054
7055     85xx: Add support for P2020RDB board
7056
7057     The code base adds P1 & P2 RDB platforms support.
7058     The folder and file names can cater to future SOCs of P1/P2 family.
7059     P1 & P2 processors are 85xx platforms, part of Freescale QorIQ series.
7060
7061     Tested following on P2020RDB:
7062     1. eTSECs
7063     2. DDR, NAND, NOR, I2C.
7064
7065     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
7066     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7067
7068 commit 0e870980a64584a591af775bb9c9fe9450124df9
7069 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
7070 Date:   Fri Jul 31 12:08:14 2009 +0530
7071
7072     8xxx: Removed CONFIG_NUM_CPUS from 85xx/86xx
7073
7074     The number of CPUs are getting detected dynamically by checking the
7075     processor SVR value.  Also removed CONFIG_NUM_CPUS references from all
7076     the platforms with 85xx/86xx processors.
7077
7078     This can help to use the same u-boot image across the platforms.
7079
7080     Also revamped and corrected few Freescale Copyright messages.
7081
7082     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
7083     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7084
7085 commit 18bacc2027f8531d8dec15ba8da3242dfb4e63f3
7086 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
7087 Date:   Fri Jul 31 12:07:45 2009 +0530
7088
7089     8xxx: Refactored common cpu specific code for 85xx/86xx into one file.
7090
7091     Removed same code pieces from cpu/mpc85xx/cpu.c and cpu/mpc86xx/cpu.c
7092     and moved to cpu/mpc8xxx/cpu.c(new file)
7093
7094     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
7095     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7096
7097 commit 7b18c227b847e4782eb1492219ebd555f521b08b
7098 Author: Alex Dubov <oakad@yahoo.com>
7099 Date:   Fri Aug 7 15:28:32 2009 +1000
7100
7101     stx: create common vendor/board hierarchy for STx boards
7102
7103     Move files belonging to the STx boards into common vendor directory and
7104     update the Makefile to reflect this.
7105
7106     Signed-off-by: Alex Dubov <oakad@yahoo.com>
7107     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7108
7109 commit bafdf9aa9dbb69d937b72db17ed5800998c59523
7110 Author: Peter Tyser <ptyser@xes-inc.com>
7111 Date:   Tue Aug 4 17:38:00 2009 -0500
7112
7113     85xx: Remove unused CONFIG_CLEAR_LAW0 defines
7114
7115     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
7116     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7117
7118 commit 73aacc522849486b60a5611f678f0bf1c3053779
7119 Author: Kumar Gala <galak@kernel.crashing.org>
7120 Date:   Thu Aug 6 18:38:43 2009 -0500
7121
7122     86xx: Remove redudant PLATFORM_CPPFLAGS
7123
7124     For historic reasons we had defined some additional PLATFORM_CPPFLAGS like:
7125
7126     PLATFORM_CPPFLAGS += -DCONFIG_MPC86xx=1
7127     PLATFORM_CPPFLAGS += -DCONFIG_MPC8641=1
7128
7129     However these are all captured in the config.h and thus redudant.  Also
7130     moved common 86xx flags into cpu/mpc86xx/config.mk.
7131
7132     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7133
7134 commit 53efa1f1acacacb76fa9a21b09b3294783a11c03
7135 Author: Kumar Gala <galak@kernel.crashing.org>
7136 Date:   Thu Aug 6 18:28:34 2009 -0500
7137
7138     85xx: Remove redudant PLATFORM_CPPFLAGS
7139
7140     For historic reasons we had defined some additional PLATFORM_CPPFLAGS
7141     like:
7142
7143     PLATFORM_CPPFLAGS += -DCONFIG_E500=1
7144     PLATFORM_CPPFLAGS += -DCONFIG_MPC85xx=1
7145     PLATFORM_CPPFLAGS += -DCONFIG_MPC8548=1
7146
7147     However these are all captured in the config.h and thus redudant.
7148
7149     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7150
7151 commit 337f9fde2e9317c1d9e85a4a8955a2f14730a00f
7152 Author: Kumar Gala <galak@kernel.crashing.org>
7153 Date:   Thu Jul 30 15:54:07 2009 -0500
7154
7155     85xx: Add a 36-bit physical configuration for MPC8536DS
7156
7157     We move all IO addressed (CCSR, localbus, PCI) above the 4G boundary
7158     to allow for larger memory sizes.
7159
7160     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7161     Acked-by: Wolfgang Denk <wd@denx.de>
7162
7163     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7164
7165 commit ecead84d56b0ced67b727f5ce21ba08c53b5f09e
7166 Author: Kumar Gala <galak@kernel.crashing.org>
7167 Date:   Tue Aug 4 09:10:03 2009 -0500
7168
7169     85xx: Cleanup whitespace in mpc8536ds.c
7170
7171     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7172
7173 commit ad19e7a5d2de337064ce7728d6504df9648f5d31
7174 Author: Kumar Gala <galak@kernel.crashing.org>
7175 Date:   Wed Aug 5 07:59:35 2009 -0500
7176
7177     pci/fsl_pci_init: Rework PCI ATMU setup to handle >4G of memory
7178
7179     The old PCI ATMU setup code would just mimic the PCI regions into the
7180     ATMU registers.  For simple memory maps in which all memory, MMIO, etc
7181     space fit into 4G this works ok.  However there are issues with we have
7182     >4G of memory as we know can't access all of memory and we need to
7183     ensure that PCICSRBAR (PEXCSRBAR on PCIe) isn't overlapping with
7184     anything since we can't turn it off.
7185
7186     We first setup outbound windows based on what the board code setup
7187     in the pci regions for MMIO and IO access.  Next we place PCICSRBAR
7188     below the MMIO window.  After which we try to setup the inbound windows
7189     to map as much of memory as possible.
7190
7191     On PCIe based controllers we are able to overmap the ATMU setup since
7192     RX & TX links are separate but report the proper amount of inbound
7193     address space to the region tracking to ensure there is no overlap.
7194
7195     On PCI based controllers we use as many inbound windows as available to
7196     map as much of the memory as possible.
7197
7198     Additionally we changed all the CCSR register access to use proper IO
7199     accessor functions.  Also had to add CONFIG_SYS_CCSRBAR_PHYS to some
7200     86xx platforms that didn't have it defined.
7201
7202     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7203
7204 commit 8295b94400449586505ffe34ec024feb3d2c8fe4
7205 Author: Kumar Gala <galak@kernel.crashing.org>
7206 Date:   Wed Aug 5 07:49:27 2009 -0500
7207
7208     pci/fsl_pci_init: Use PCIe capability to determine if controller is PCIe
7209
7210     Change the code to use the PCIe capabilities register to determine if we
7211     are a PCIe controller or not.  Additionally cleaned up some white space
7212     and formatting in the file.
7213
7214     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7215
7216 commit cb151aa2cf5fbb1e412fc763a3a611758f066238
7217 Author: Kumar Gala <galak@kernel.crashing.org>
7218 Date:   Mon Aug 3 21:02:02 2009 -0500
7219
7220     pci/fsl_pci_init: Fold fsl_pci_setup_inbound_windows into fsl_pci_init
7221
7222     Every platform that calls fsl_pci_init calls fsl_pci_setup_inbound_windows
7223     before it calls fsl_pci_init.  There isn't any reason to just call it
7224     from fsl_pci_init and simplify things a bit.
7225
7226     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7227
7228 commit fb3143b35eb5890ec72e79d17a6068a84a057d47
7229 Author: Kumar Gala <galak@kernel.crashing.org>
7230 Date:   Mon Aug 3 20:44:55 2009 -0500
7231
7232     pci/fsl_pci_init: Fold pci_setup_indirect into fsl_pci_init
7233
7234     Every platform that calls fsl_pci_init calls pci_setup_indirect before
7235     it calls fsl_pci_init.  There isn't any reason to just call it from
7236     fsl_pci_init and simplify things a bit.
7237
7238     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7239
7240 commit 28887d831b02c66ccc10d7f1379204b5a62f4543
7241 Author: André Schwarz <andre.schwarz@matrix-vision.de>
7242 Date:   Thu Aug 27 14:48:35 2009 +0200
7243
7244     Use common code for Matrix Vision boards
7245
7246     Clean up existing boards (mvBC-P/MPC5200 and mvBL-M7/MPC8343) by
7247     using common code.
7248
7249     Signed-off-by: André Schwarz <andre.schwarz@matrix-vision.de>
7250
7251 commit 05f91a65abc3180e2896cd8ddee7a34b1d1ce6e0
7252 Author: Kim Phillips <kim.phillips@freescale.com>
7253 Date:   Wed Aug 26 21:27:37 2009 -0500
7254
7255     mpc83xx: mpc8349itx - accommodate larger kernel sizes & unzero the bootdelay
7256
7257     apparently the ITX was missed last round.
7258
7259     Also make bootdelay consistent with other boards, so as to give on the
7260     opportunity to fix mistakenly set bootcmd without having checked for an
7261     bootdelay zero setting first.
7262
7263     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7264
7265 commit cc861f7127f200e704baaf061a7f508e3c93f2a3
7266 Author: Kim Phillips <kim.phillips@freescale.com>
7267 Date:   Wed Aug 26 21:25:46 2009 -0500
7268
7269     mpc83xx: match dtb filename references to their dts equivalents in the linux kernel
7270
7271     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7272
7273 commit 77b351cd0f20483eefa09bebebb3e0cbf5555b2c
7274 Author: Sandeep Paulraj <s-paulraj@ti.com>
7275 Date:   Tue Aug 18 10:10:42 2009 -0400
7276
7277     NAND: DaVinci: V2 Adding 4 BIT ECC support
7278
7279     This patch adds 4 BIT ECC support in the DaVinci NAND
7280     driver. Tested on both the DM355 and DM365.
7281
7282     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
7283     Signed-off-by: Scott Wood <scottwood@freescale.com>
7284
7285 commit f83b7f9e8a5d1334e24506ea5953dd871596ea8a
7286 Author: Sandeep Paulraj <s-paulraj@ti.com>
7287 Date:   Mon Aug 10 13:27:56 2009 -0400
7288
7289     MTD:NAND: ADD new ECC mode NAND_ECC_HW_OOB_FIRST
7290
7291     This patch adds the new mode NAND_ECC_HW_OOB_FIRST in the nand code to
7292     support 4-bit ECC on TI DaVinci devices with large page (up to 2K) NAND
7293     chips.  This ECC mode is similar to NAND_ECC_HW, with the exception of
7294     read_page API that first reads the OOB area, reads the data in chunks,
7295     feeds the ECC from OOB area to the ECC hw engine and perform any
7296     correction on the data as per the ECC status reported by the engine.
7297
7298     This patch has been accepted by Andrew Morton and can be found at
7299
7300     http://userweb.kernel.org/~akpm/mmotm/broken-out/mtd-nand-add-new-ecc-mode-ecc_hw_oob_first.patch
7301
7302     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
7303     Signed-off-by: Sneha Narnakaje <nsnehaprabha@ti.com>
7304     Signed-off-by: Scott Wood <scottwood@freescale.com>
7305
7306 commit 36fab997d85d89ee7fd2c7fd6057fab786d556aa
7307 Author: Ilya Yanok <yanok@emcraft.com>
7308 Date:   Tue Aug 11 02:32:54 2009 +0400
7309
7310     mxc_nand: add nand driver for MX2/MX3
7311
7312     Driver for NFC NAND controller found on Freescale's MX2 and MX3
7313     processors. Ported from Linux. Tested only with i.MX27 but should
7314     works with other MX2 and MX3 processors too.
7315
7316     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
7317     Signed-off-by: Scott Wood <scottwood@freescale.com>
7318
7319 commit a2c65b47effcb3d0aa23e58596538acd338ac7c5
7320 Author: Sandeep Paulraj <s-paulraj@ti.com>
7321 Date:   Mon Aug 10 13:27:46 2009 -0400
7322
7323     NAND: ADD page Parameter to all read_page/read_page_raw API's
7324
7325     This patch adds a new "page" parameter to all NAND read_page/read_page_raw
7326     APIs.  The read_page API for the new mode ECC_HW_OOB_FIRST requires the
7327     page information to send the READOOB command and read the OOB area before
7328     the data area.
7329
7330     This patch has been accepted by Andrew Morton and can be found at
7331     http://userweb.kernel.org/~akpm/mmotm/broken-out/mtd-nand-add-page-parameter-to-all-read_page-read_page_raw-apis.patch
7332
7333     WE would like this to become part of the u-boot GIT as well
7334
7335     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
7336     Signed-off-by: Sneha Narnakaje <nsnehaprabha@ti.com>
7337     Signed-off-by: Scott Wood <scottwood@freescale.com>
7338
7339 commit de4250929f37e6c16860741b74546bedbe0bdaba
7340 Author: Heiko Schocher <hs@denx.de>
7341 Date:   Tue Jul 21 17:13:40 2009 +0200
7342
7343     83xx, kmeter1: added NAND support
7344
7345     Signed-off-by: Heiko Schocher <hs@denx.de>
7346     Signed-off-by: Scott Wood <scottwood@freescale.com>
7347
7348 commit ecad289fc6bd9d89ef4d5093cc7b6fd712fd0d29
7349 Author: Kyungmin Park <kmpark@infradead.org>
7350 Date:   Tue Jul 21 11:58:04 2009 +0900
7351
7352     OneNAND: Remove unused read_spareram
7353
7354     Remove unused read_spareram and add unlock_all as kernel does
7355
7356     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
7357     Signed-off-by: Scott Wood <scottwood@freescale.com>
7358
7359 commit 403ce1f759b5acec8514cd7e10ce76704fed519c
7360 Author: Matthias Kaehlcke <matthias@kaehlcke.net>
7361 Date:   Thu Jul 16 21:19:29 2009 +0200
7362
7363     KB9202: Add NAND support
7364
7365     Add KB9202 NAND driver
7366
7367     Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
7368     Signed-off-by: Scott Wood <scottwood@freescale.com>
7369
7370 commit ce3277a6f2c082f39596d3d3d88dd0a5bc91439d
7371 Author: Kyungmin Park <kmpark@infradead.org>
7372 Date:   Tue Jul 21 11:58:04 2009 +0900
7373
7374     OneNAND: Remove unused read_spareram
7375
7376     Remove unused read_spareram and add unlock_all as kernel does
7377
7378     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
7379
7380 commit 0d042037b3cf8693ea0f793d0c292430bfc5a95c
7381 Author: Eric Millbrandt <emillbrandt@coldhaus.com>
7382 Date:   Tue Aug 25 10:30:26 2009 -0500
7383
7384     galaxy5200: Cleanup typo and trailing whitespace
7385
7386     Signed-off-by: Eric Millbrandt <emillbrandt@dekaresearch.com>
7387
7388 commit f6a309080b2da9e509b5ee8d091dca5e175415b7
7389 Author: TsiChung Liew <tsicliew@gmail.com>
7390 Date:   Wed Jul 22 18:42:45 2009 +0000
7391
7392     ColdFire: Fix compile warning messages
7393
7394     Change %08lX to %08X in board.c. Remove unused variable
7395     'oscillator' in mcf5227x/cpu_init.c and 'scm2' in
7396     mcf532x/cpu_init.c. Provide argument type cast in
7397     drivers/dma/MCD_dmaApi.c.
7398
7399     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
7400
7401 commit 88c811b153771a3d1bfe958297c69722efb278e9
7402 Author: TsiChung Liew <tsicliew@gmail.com>
7403 Date:   Wed Jul 22 16:32:39 2009 +0000
7404
7405     ColdFire: Fix missing _IO_BASE which caused compile error
7406
7407     The compile error was caused by a recent patch. Affected platforms -
7408     M5253DEMO.h, M5253EVBE.h, and M54455EVB.h. Adding the _IO_BASE
7409     automatically defined to 0 in asm-m68k/io.h if it isn't set in
7410     platform configuration file.
7411
7412     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
7413
7414 commit 3a7b2c21fb08b022e3e624cd071002b4aaed1606
7415 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
7416 Date:   Wed Jul 22 17:13:24 2009 +0200
7417
7418     Support up to 7 banks for ids as specified in JEDEC JEP106Z
7419
7420     see http://www.jedec.org/download/search/jep106Z.pdf
7421     Add some second source legacy flash chips 256x8.
7422
7423     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
7424     Signed-off-by: Stefan Roese <sr@denx.de>
7425
7426 commit 0d071cdd782e917b43e04869843df31670231ffd
7427 Author: Kim Phillips <kim.phillips@freescale.com>
7428 Date:   Mon Aug 24 14:32:26 2009 -0500
7429
7430     net: tsec - handle user interrupt while waiting for PHY auto negotiation to complete
7431
7432     if you don't have firmware installed for the PHY to come to life, this
7433     wait can be painful - let's give the option to avoid it if we want.
7434
7435     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7436     Acked-by: Andy Fleming <afleming@freescale.com>
7437     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7438
7439 commit 4fccb818e7ee1190602e79aa5729a23bc349bf0c
7440 Author: Robin Getz <rgetz@blackfin.uclinux.org>
7441 Date:   Thu Aug 20 10:50:20 2009 -0400
7442
7443     Add Transfer Size Option to tftp
7444
7445     Optionally add RFC 2349 "Transfer Size Option", so we can minimize the
7446     time spent sending data over the UART (now print a single line during a
7447     tftp transfer).
7448
7449      - If turned on (CONFIG_TFTP_TSIZE), U-Boot asks for the size of the file.
7450      - if receives the file size, a single line (50 chars) are printed.
7451          one hash mark == 2% of the file downloaded.
7452      - if it doesn't receive the file size (the server doesn't support RFC
7453          2349, prints standard hash marks (one mark for each UDP frame).
7454
7455     Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
7456     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7457
7458 commit 488feef85229c08cd3aa1fa183bc8f483d2ae832
7459 Author: Robin Getz <rgetz@blackfin.uclinux.org>
7460 Date:   Mon Aug 24 10:33:39 2009 -0400
7461
7462     Add debug message for Blackfin Ethernet Rx function.
7463
7464     Add a simple print for the Blackfin's Ethernet Rx function,
7465     so we can debug incomming Ethernet functions easier.
7466
7467     Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
7468     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7469
7470 commit b1c0eaac110bc919e5b4e88821348e714493f266
7471 Author: Ben Warren <biggerbadderben@gmail.com>
7472 Date:   Tue Aug 25 13:09:37 2009 -0700
7473
7474     Convert CS8900 Ethernet driver to CONFIG_NET_MULTI API
7475
7476     All in-tree boards that use this controller have CONFIG_NET_MULTI added
7477     Also:
7478       - changed CONFIG_DRIVER_CS8900 to CONFIG_CS8900
7479       - changed CS8900_BASE to CONFIG_CS8900_BASE
7480       - changed CS8900_BUS?? to CONFIG_CS8900_BUS??
7481       - cleaned up line lengths
7482       - modified VCMA9 command function that accesses the device
7483       - removed MAC address initialization from lib_arm/board.c
7484
7485     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7486     Tested-by: Wolfgang Denk <wd@denx.de>
7487     Acked-by: Wolfgang Denk <wd@denx.de>
7488
7489 commit d47628a6ecf80cd4584a50b6c795b90c985a48e5
7490 Author: Alessandro Rubini <rubini-list@gnudd.com>
7491 Date:   Fri Aug 7 13:59:26 2009 +0200
7492
7493     arm nomadik: activate defrag choose 4k transfer block size
7494
7495     This chooses 4kB data size for both TFTP and NFS, as an example
7496     about how to use support for IP fragments.
7497
7498     Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
7499     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7500
7501 commit bd931ca61c84039241d438ade4a9755ae0e5372f
7502 Author: Alessandro Rubini <rubini-list@gnudd.com>
7503 Date:   Fri Aug 7 13:59:16 2009 +0200
7504
7505     nfs: accept CONFIG_NFS_READ_SIZE from config file
7506
7507     To take advantage of defragmented packets, the config file
7508     can define CONFIG_NFS_READ_SIZE to override the 1kB default.
7509     No support is there for an environment variable by now.
7510
7511     Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
7512     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7513
7514 commit 89ba81d1079a07b8430a98c1746c6d411312eb0d
7515 Author: Alessandro Rubini <rubini-list@gnudd.com>
7516 Date:   Fri Aug 7 13:59:06 2009 +0200
7517
7518     tftp: get the tftp block size from config file and from the environment
7519
7520     Increasing the block size is useful if CONFIG_IP_DEFRAG is
7521     used. Howerver, the last fragments in a burst may overflow the
7522     receiving ethernet, so the default is left at 1468, with thre new
7523     CONFIG_TFTP_BLOCKSIZE for config files. Further, "tftpblocksize"
7524     can be set in the environment.
7525
7526     Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
7527     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7528
7529 commit 5cfaa4e54d0eb8232fa1cf092d955fdaed5b673d
7530 Author: Alessandro Rubini <rubini-list@gnudd.com>
7531 Date:   Fri Aug 7 13:58:56 2009 +0200
7532
7533     net: defragment IP packets
7534
7535     The defragmenting code is enabled by CONFIG_IP_DEFRAG; the code is
7536     useful for TFTP and NFS transfers.  The user can specify the maximum
7537     defragmented payload as CONFIG_NET_MAXDEFRAG (default 16k).
7538     Since NFS has a bigger per-packet overhead than TFTP, the static
7539     reassembly buffer can hold CONFIG_NET_MAXDEFRAG + the NFS overhead.
7540
7541     The packet buffer is used as an array of "hole" structures, acting as
7542     a double-linked list. Each new fragment can split a hole in two,
7543     reduce a hole or fill a hole. No support is there for a fragment
7544     overlapping two diffrent holes (i.e., thre new fragment is across an
7545     already-received fragment).
7546
7547     Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
7548     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7549
7550 commit 68e74567cf317318df52dbcb2ac170ffc5e7758a
7551 Author: Feng Kan <fkan@amcc.com>
7552 Date:   Fri Aug 21 10:59:42 2009 -0700
7553
7554     ppc4xx: Fix ECC Correction bug with SMC ordering for NDFC driver
7555
7556     Fix ECC Correction bug where the byte offset location were double
7557     flipped causing correction routine to toggle the wrong byte location
7558     in the ECC segment. The ndfc_calculate_ecc routine change the order
7559     of getting the ECC code.
7560             /* The NDFC uses Smart Media (SMC) bytes order */
7561             ecc_code[0] = p[2];
7562             ecc_code[1] = p[1];
7563             ecc_code[2] = p[3];
7564     But in the Correction algorithm when calculating the byte offset
7565     location, the s1 is used as the upper part of the address. Which
7566     again reverse the order making the final byte offset address
7567     location incorrect.
7568         byteoffs = (s1 << 0) & 0x80;
7569         .
7570         .
7571         byteoffs |= (s0 >> 4) & 0x08;
7572     The order is change to read it in straight and let the correction
7573     function to revert it to SMC order.
7574
7575     Signed-off-by: Feng Kan <fkan@amcc.com>
7576     Acked-by: Victor Gallardo <vgallardo@amcc.com>
7577     Acked-by: Prodyut Hazarika <phazarika@amcc.com>
7578     Signed-off-by: Stefan Roese <sr@denx.de>
7579
7580 commit 307ecb6db04eebdc06b8c87d48bf48d3cbd5e9d7
7581 Author: Eric Millbrandt <emillbrandt@coldhaus.com>
7582 Date:   Thu Aug 13 08:32:37 2009 -0500
7583
7584     Add support for USB on PSC3 for the mpc5200
7585
7586     Support USB on PSC3 on the mpc5200.  Before this patch, enabling USB support
7587     would reconfigure PSC4 and PSC5 to USB.  The mpc5200 does not support USB
7588     enabled on both the standard USB port and PSC3.  This patch masks the
7589     appropriate bits when enabling USB.
7590
7591     Signed-off-by: Eric Millbrandt <emillbrandt@dekaresearch.com>
7592     Acked-by: Grant Likely <grant.likely@secretlab.ca>
7593     Acked-by: Remy Bohmer <linux@bohmer.net>
7594
7595 commit 6b8548b0f7068379ad1efa4fa28725f361b2d3cd
7596 Author: Albin Tonnerre <albin.tonnerre@free-electrons.com>
7597 Date:   Thu Aug 13 19:12:44 2009 +0200
7598
7599     Add driver for the ST M41T94 SPI RTC
7600
7601     This RTC is used in some Calao boards. The driver code is taken from
7602     the linux rtc-m41t94 driver
7603
7604     Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
7605
7606 commit 885fc78c28fbe773bcb4edc9dd0fdac05ebb5b38
7607 Author: Albin Tonnerre <albin.tonnerre@free-electrons.com>
7608 Date:   Thu Aug 13 15:31:12 2009 +0200
7609
7610     Switch from per-driver to common definition of bin2bcd and bcd2bin
7611
7612     Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
7613     Acked-by: Stefan Roese <sr@denx.de>
7614
7615 commit e84aba135ed7145299304ef550e92f08b2c99d7a
7616 Author: Albin Tonnerre <albin.tonnerre@free-electrons.com>
7617 Date:   Thu Aug 13 15:31:11 2009 +0200
7618
7619     Replace BCD2BIN and BIN2BCD macros with inline functions
7620
7621     In the process, also remove backward-compatiblity macros BIN_TO_BCD and
7622     BCD_TO_BIN and update the sole board using them to use the new bin2bcd
7623     and bcd2bin instead
7624
7625     Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
7626     Acked-by: Stefan Roese <sr@denx.de>
7627     Acked-by: Detlev Zundel <dzu@denx.de>
7628
7629 commit 5b53b29bc2e82b80b669f1d2402068c60d7fecd0
7630 Author: Eric Millbrandt <emillbrandt@coldhaus.com>
7631 Date:   Thu Aug 13 10:14:21 2009 -0500
7632
7633     Add support for the galaxy5200
7634
7635     Add support for the DEKA Research and Development galaxy5200 board
7636
7637     The galaxy5200 is an Freescale mpc5200 based embedded industrial
7638     control board.
7639
7640     Signed-off-by: Eric Millbrandt <emillbrandt@dekaresearch.com>
7641
7642 commit 0a9e4e772123fe3e2bb499d7d2160c4cfd8a3a8d
7643 Author: Mike Frysinger <vapier@gentoo.org>
7644 Date:   Fri Jul 24 16:34:32 2009 -0400
7645
7646     unify {CONFIG_,}ENV_IS_EMBEDDED
7647
7648     Some boards have fallen out of sync by defining CONFIG_ENV_IS_EMBEDDED
7649     manually.  While it is useful to have this available to the build system,
7650     let's do it automatically rather than forcing people to opt into it.
7651
7652     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7653     Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
7654     Signed-off-by: Wolfgang Denk <wd@denx.de>
7655
7656 commit 02c9aa1d41f73fdcf8383a36cc0cbbfaf952855d
7657 Author: Robin Getz <rgetz@blackfin.uclinux.org>
7658 Date:   Mon Jul 27 00:07:59 2009 -0400
7659
7660     Add md5sum and sha1 commands...
7661
7662     Now that we have sha1 and md5 in lib_generic, allow people to use
7663     them on the command line, for checking downloaded files.
7664
7665     Signed-off-by: Robin Getz <rgetz@analog.com>
7666
7667 commit 30fc5cd3116cb112d0aab7e6d7c8eef1b67ed075
7668 Author: Wolfgang Denk <wd@denx.de>
7669 Date:   Tue Aug 25 12:22:38 2009 +0200
7670
7671     include/s3c24x0.h: fix S3C24X0_SPI_CHANNEL declaration
7672
7673     The SPI controller on the S3C24X0 has 8 bit registers, not 32 bit.
7674
7675     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7676     Signed-off-by: Wolfgang Denk <wd@denx.de>
7677
7678 commit e637385e69f63bc73b9dfd2ddd8d0f383790ca28
7679 Author: Mike Frysinger <vapier@gentoo.org>
7680 Date:   Thu Aug 20 19:17:59 2009 -0400
7681
7682     Blackfin: fix typos in gpio comments
7683
7684     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7685
7686 commit c2fbcb6ae86c10621a386c13be57eaa766221ed5
7687 Author: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>
7688 Date:   Tue Aug 18 04:49:57 2009 -0400
7689
7690     Blackfin: cm-bf527/cm-bf537: increase flash sectors
7691
7692     Newer revisions of these boards have slightly larger flashes, so increase
7693     the configured number of sectors so that U-Boot works on all revisions.
7694
7695     Signed-off-by: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>
7696     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7697
7698 commit a794f59a75bf9fd4a44f1ad2349cae903c42b89c
7699 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7700 Date:   Sun Aug 23 14:14:52 2009 +0200
7701
7702     sh/rsk7203: add missing include net.h
7703
7704     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7705
7706 commit 6ac9f47977a9fc1876979871eeb14f26ba1bdbe6
7707 Author: Mike Frysinger <vapier@gentoo.org>
7708 Date:   Sun Aug 23 02:47:59 2009 -0400
7709
7710     start a linker script helper file
7711
7712     Start a common header file for common linker script code (such as
7713     workarounds for older linkers) rather than doing this in the build system.
7714
7715     As fallout, we no longer execute the linker every time config.mk is
7716     included by a build file (which can easily be 70+ times), but rather only
7717     execute it once.
7718
7719     This also fixes a bug in the major version checking by creating a macro to
7720     easily compare versions and keep people from making the same common
7721     mistake (forgetting to check major and minor together).
7722
7723     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7724
7725 commit 2ed0869d30602eb660569eababb8fedff36bd23a
7726 Author: Mike Frysinger <vapier@gentoo.org>
7727 Date:   Sat Aug 22 19:50:22 2009 -0400
7728
7729     Blackfin: use common code to preprocess linker script
7730
7731     Now that the common code preprocesses the linker script, the Blackfin code
7732     no longer needs to do it.
7733
7734     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7735
7736 commit 4d3758c835c7e96da2a291e7fb5acfc19bc06e8e
7737 Author: Mike Frysinger <vapier@gentoo.org>
7738 Date:   Sat Aug 22 19:48:56 2009 -0400
7739
7740     .gitignore: ignore generated u-boot.lds
7741
7742     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7743
7744 commit 79b91de958511840d2a7491be92d435b7ef43f17
7745 Author: Albin Tonnerre <albin.tonnerre@free-electrons.com>
7746 Date:   Sat Aug 22 14:21:53 2009 +0200
7747
7748     include/mmc.h: Fix typo in IS_SD() macro
7749
7750     Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
7751
7752 commit 963f2f611741f8d9c38bd7caf20ae8c95cab7b3f
7753 Author: Wolfgang Denk <wd@denx.de>
7754 Date:   Sat Aug 22 23:27:26 2009 +0200
7755
7756     Prepare 2009.08-rc3
7757
7758     Update CHANGELOG, minor Coding Style cleanup.
7759
7760     Signed-off-by: Wolfgang Denk <wd@denx.de>
7761
7762 commit 5b2da6a309266f21cbb68f06fcfdf9ba141022e7
7763 Author: Michal Simek <monstr@monstr.eu>
7764 Date:   Fri Aug 21 06:52:25 2009 +1000
7765
7766     qemu-mips: Fix Qemu website
7767
7768     Signed-off-by: Michal Simek <monstr@monstr.eu>
7769     Signed-off-by: Michal Simek <michal.simek@petalogix.com>
7770     Acked-by: Shinya Kuribayashi <skuribay@pobox.com>
7771
7772 commit 79f516bccc3cff5a5cd4b3dffb7d254e746fdbde
7773 Author: Kim Phillips <kim.phillips@freescale.com>
7774 Date:   Fri Aug 21 16:34:38 2009 -0500
7775
7776     mpc83xx: accommodate larger kernel sizes by default
7777
7778     linux mpc83xx_defconfig kernels are getting bigger, accommodate for
7779     their growth by adjusting default load and fdt addresses.
7780
7781     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7782
7783 commit 8eceeb7fd656d6d071c0a8b615e178aca5775fff
7784 Author: Kim Phillips <kim.phillips@freescale.com>
7785 Date:   Fri Aug 21 16:33:15 2009 -0500
7786
7787     mpc83xx: mpc8377erdb - change DDR settings to those from latest bsp
7788
7789     when using Linus' 83xx_defconfig, the mpc8377rdb would hang at boot
7790     at either:
7791
7792     NET: Registered protocol family 16
7793
7794     or the
7795
7796     io scheduler cfq registered
7797
7798     message.  Fixing up these DDR settings appears to fix the problem.
7799
7800     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7801
7802 commit 27c5248dd4c9ba4a36899689595956c5e59e349a
7803 Author: Kim Phillips <kim.phillips@freescale.com>
7804 Date:   Fri Aug 21 16:31:20 2009 -0500
7805
7806     mpc83xx: tqm8349 - remove pci & flash window conflict
7807
7808     commit 9993e196da707a0a1cd4584f1fcef12382c1c144 "mpc83xx: convert all
7809     remaining boards over to 83XX_GENERIC_PCI" remapped pci windows on
7810     tqm834x to make it more consistent with the other 83xx boards.  During
7811     that time however, the author failed to realize that FLASH_BASE was
7812     occupying the same range as what PCI1_MEM_BASE was being assigned.
7813
7814     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7815     Tested-by: Wolfgang Denk <wd@denx.de>
7816
7817 commit 6d2c26ac831f033b0025cfb256365a047f8dd115
7818 Author: Heiko Schocher <hs@denx.de>
7819 Date:   Fri Aug 21 16:30:30 2009 -0500
7820
7821     mpc83xx: add missing CSCONFIG_ODT_WR_CFG for 832x CPUs
7822
7823     Signed-off-by: Heiko Schocher <hs@denx.de>
7824     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7825
7826 commit 193b4cb3f641ed0fd9bb79b8fa4671882c50ffdb
7827 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
7828 Date:   Fri Aug 21 16:27:05 2009 -0500
7829
7830     mpc83xx: mpc8349 - delete unused SYS_MID_FLASH_JUMP
7831
7832     This was introduced with the MPC8349EMDS board, and then copied to
7833     a couple other boards by nature of being the reference implementation.
7834
7835       u-boot$git grep CONFIG_SYS_MID_FLASH_JUMP
7836       include/configs/MPC8349EMDS.h:#define CONFIG_SYS_MID_FLASH_JUMP 0x7F000000
7837       include/configs/sbc8349.h:#define CONFIG_SYS_MID_FLASH_JUMP     0x7F000000
7838       include/configs/vme8349.h:#define CONFIG_SYS_MID_FLASH_JUMP     0x7F000000
7839       u-boot$
7840
7841     It currently isn't used, so delete it before it spreads further.
7842
7843     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
7844     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7845
7846 commit c0d660fbbede322648ec79d3e39389e48f5fab24
7847 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
7848 Date:   Fri Aug 21 16:21:58 2009 -0500
7849
7850     mpc83xx: sbc8349 - make enabling PCI more user friendly
7851
7852     Prior to this commit, to enable PCI, you had to go manually
7853     edit the board config header, which isn't really user friendly.
7854     This adds the typical PCI make targets to the toplevel Makefile
7855     in accordance with what is being done with other boards.
7856
7857     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
7858     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7859
7860 commit a3c5057a6c05b4c7235a270486220e4511366133
7861 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7862 Date:   Fri Aug 7 23:37:54 2009 +0200
7863
7864     eeprom_m95xxx: remove unused variable i
7865
7866     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7867
7868 commit 8cf19b9fec92d8aa22b2fe4b4e6976743b1daa51
7869 Author: Ilya Yanok <yanok@emcraft.com>
7870 Date:   Fri Jul 17 15:02:42 2009 +0400
7871
7872     jffs2: some fixes to summary support
7873
7874     This patch fixes some issues with JFFS2 summary support in U-Boot.
7875     1/ Summary support made compilation configurable (as summary support
7876     considered expiremental even in Linux).
7877     2/ Summary code can do unaligned 16-bit and 32-bit memory accesses.
7878     We need to get data byte by byte to exclude data aborts.
7879     3/ Make summary scan in two passes so we can safely fall back to full
7880     scan if we found unsupported entry in the summary.
7881
7882     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
7883
7884 commit 11906936e168d12d684bb3d2930a62693ba3d84e
7885 Author: Prafulla Wadaskar <prafulla@marvell.com>
7886 Date:   Mon Aug 10 18:55:54 2009 +0530
7887
7888     arm: rd6281a: Fixed NAND specific warning
7889
7890     It is recommended to define the macro CONFIG_SYS_64BIT_VSPRINTF
7891     for NAND specific warning removal, same is done in this patch
7892
7893     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
7894
7895 commit b5ffb193330113d2e00489d96bf8ec1f541ed4e1
7896 Author: Wolfgang Denk <wd@denx.de>
7897 Date:   Thu Aug 13 00:37:16 2009 +0200
7898
7899     TRAB: make independent of specific libgcc helper routines
7900
7901     The TRAB board references local libgcc helper routines
7902     (lib_arm/div0.o and lib_arm/_umodsi3.o) which cause build problems
7903     when we try to use the normal, compiler provided libgcc instead.
7904     Removing these references allows to build both with and without the
7905     local libgcc helper routines.
7906
7907     Signed-off-by: Wolfgang Denk <wd@denx.de>
7908
7909 commit 1aada9cd643567d351667138851e9231ccfa245a
7910 Author: Wolfgang Denk <wd@denx.de>
7911 Date:   Mon Aug 17 14:00:53 2009 +0200
7912
7913     Fix all linker scripts for older binutils versions (pre-2.16)
7914
7915     Commit f62fb99941c6 fixed handling of all rodata sections by using a
7916     wildcard combined with calls to ld's builtin functions SORT_BY_ALIGNMENT()
7917     and SORT_BY_NAME().  Unfortunately these functions were only
7918     introduced with biunutils version 2.16, so the modification broke
7919     building with all tool chains using older binutils.
7920
7921     This patch makes it work again.  This is done by omitting the use of
7922     these functions for such old tool chains.  This will result in
7923     slightly larger target binaries, as the rodata sections are no longer
7924     in optimal order alignment-wise which reauls in unused gaps, but the
7925     effect was found to be insignificant - especially compared to the fact
7926     that you cannot build U-Boot at all in the current state.
7927
7928     As ld seems to have no support for conditionals we run the linker
7929     script through the C preprocessor which can be easily used to remove
7930     the unwanted function calls.
7931
7932     Note that the C preprocessor must be run with the "-ansi" (or a
7933     "-std=") option to make sure all the system-specific predefined
7934     macros outside the reserved namespace are suppressed. Otherise, cpp
7935     might for example substitute "powerpc" to "1", thus corrupting for
7936     example "OUTPUT_ARCH(powerpc)" etc.
7937
7938     Signed-off-by: Wolfgang Denk <wd@denx.de>
7939     Cc: Mike Frysinger <vapier@gentoo.org>
7940
7941 commit f772acf8a584067033eff1e231fcd1fb3a00d3d9
7942 Author: Wolfgang Denk <wd@denx.de>
7943 Date:   Mon Aug 17 13:17:29 2009 +0200
7944
7945     ARM: compiler options cleanup - improve tool chain support
7946
7947     For some time there have been repeated reports about build problems
7948     with some ARM (cross) tool chains.  Especially issues about
7949     (in)compatibility with the tool chain provided runtime support
7950     library libgcc.a caused to add and support a private implementation
7951     of such runtime support code in U-Boot.  A closer look at the code
7952     indicated that some of these issues are actually home-made.  This
7953     patch attempts to clean up some of the most obvious problems and make
7954     building of U-Boot with different tool chains easier:
7955
7956     - Even though all ARM systems basicy used the same compiler options
7957       to select a specific ABI from the tool chain, the code for this was
7958       distributed over all cpu/*/config.mk files.  We move this one level
7959       up into lib_arm/config.mk instead.
7960
7961     - So far, we only checked if "-mapcs-32" was supported by the tool
7962       chain; if yes, this was used, if not, "-mabi=apcs-gnu" was
7963       selected, no matter if the tool chain actually understood this
7964       option.  There was no support for EABI conformant tool chains.
7965       This patch implements the following logic:
7966
7967       1) If the tool chain supports
7968         "-mabi=aapcs-linux -mno-thumb-interwork"
7969          we use these options (EABI conformant tool chain).
7970       2) Otherwise, we check first if
7971         "-mapcs-32"
7972          is supported, and then check for
7973         "-mabi=apcs-gnu"
7974          If one test succeeds, we use the first found option.
7975       3) In case 2), we also test if "-mno-thumb-interwork", and use
7976          this if the test succeeds. [For "-mabi=aapcs-linux" we set
7977          "-mno-thumb-interwork" mandatorily.]
7978
7979       This way we use a similar logic for the compile options as the
7980       Linux kernel does.
7981
7982     - Some EABI conformant tool chains cause external references to
7983       utility functions like raise(); such functions are provided in the
7984       new file lib_arm/eabi_compat.c
7985
7986       Note that lib_arm/config.mk gets parsed several times, so we must
7987       make sure to add eabi_compat.o only once to the linker list.
7988
7989     Signed-off-by: Wolfgang Denk <wd@denx.de>
7990     Cc: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7991     Cc: Dirk Behme <dirk.behme@googlemail.com>
7992     Cc: Magnus Lilja <lilja.magnus@gmail.com>
7993     Cc: Tom Rix <Tom.Rix@windriver.com>
7994     Cc: Prafulla Wadaskar <prafulla@marvell.com>
7995     Acked-by: Sergey Kubushyn <ksi@koi8.net>
7996     Tested-by: Magnus Lilja <lilja.magnus@gmail.com>
7997     Tested-by: Andrzej Wolski <awolski@poczta.fm>
7998     Tested-by: Gaye Abdoulaye Walsimou <walsimou@walsimou.com>
7999     Tested-by: Tom Rix <Tom.Rix@windriver.com>
8000     Tested-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8001
8002 commit 269610f6ba2e4a7bc27d2e53d43160614016964f
8003 Author: Mingkai Hu <Mingkai.hu@freescale.com>
8004 Date:   Thu Jul 30 17:56:51 2009 +0800
8005
8006     NAND boot: fix nand_load overlap issue
8007
8008     The code copy data from NAND flash block by block, so when
8009     the data length isn't a whole-number multiple of the block
8010     size, it will overlap the rest space.
8011
8012     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
8013     Signed-off-by: Scott Wood <scottwood@freescale.com>
8014
8015 commit 1fc1d9aed08f2b3366d634fda6712a710b2cff9a
8016 Author: Giulio Benetti <giulio.benetti@micronovasrl.com>
8017 Date:   Fri Jul 31 17:30:34 2009 -0500
8018
8019     add WATCHDOG_RESET() on nand write and read
8020
8021     Signed-off-by: giulio.benetti@micronovasrl.com
8022     Acked-by: Wolfgang Denk <wd@denx.de>
8023     Signed-off-by: Scott Wood <scottwood@freescale.com>
8024
8025 commit b1e849f2201bbbf3ca81fde164f154f9caf7f0e9
8026 Author: Peter Tyser <ptyser@xes-inc.com>
8027 Date:   Wed Feb 4 15:14:05 2009 -0600
8028
8029     tsec: Wait for auto-negotiation to complete without link
8030
8031     Previously, waiting for auto-negotiation would only occur if a valid
8032     link had been detected.  Problems arose when attempting to use a
8033     tsec immediately after bootup but before link was achieved, eg:
8034     => dhcp
8035     Auto-neg error, defaulting to 10BT/HD
8036     eTSEC1: No link.
8037     Auto-neg error, defaulting to 10BT/HD
8038     eTSEC2: No link.
8039     =>
8040
8041     With this patch applied the same operation as above resulted in:
8042     => dhcp
8043     Waiting for PHY auto negotiation to complete. done
8044     Enet starting in 1000BT/FD
8045     Speed: 1000, full duplex
8046
8047     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
8048     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8049
8050 commit 477fa6378fbd3e47a5e2e83d0dd3970d5b1c8371
8051 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
8052 Date:   Thu Aug 20 10:14:11 2009 +0200
8053
8054     arm: kirkwood: See to it that sent data is 8-byte aligned
8055
8056     U-boot might use non-8-byte-aligned addresses for sending data, which
8057     the kwgbe_send doesn't accept (bootp does this for me). This patch
8058     copies the data to be sent to a malloced temporary buffer if it is
8059     non-aligned.
8060
8061     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
8062     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8063
8064 commit cad713bf7548b9e90433dac8270165402a6c9cc3
8065 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
8066 Date:   Thu Aug 20 10:13:06 2009 +0200
8067
8068     Wait for the link to come up on kirkwood network init
8069
8070     This patch makes the device wait for up to 5 seconds for the link to
8071     come up, similar to what many of the other network drivers do. This
8072     avoids confusing situations where, e.g., a tftp fails when initiated
8073     early after U-boot has started (before the link has come up).
8074
8075     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
8076     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8077
8078 commit bb1ca3b27f7fba8c73cb10279a6a8b8b69a308ff
8079 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
8080 Date:   Thu Aug 20 10:12:28 2009 +0200
8081
8082     arm:kirkwood Define kirkwood phy address magic number
8083
8084     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
8085     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8086
8087 commit f81ecb5d3300bf92d17302d3712f30585c182da9
8088 Author: Timur Tabi <timur@freescale.com>
8089 Date:   Mon Aug 17 15:55:38 2009 -0500
8090
8091     e1000: fix PCI memory addressing
8092
8093     The Intel E1000 driver was making assumptions about the relationship between
8094     some virtual, physical, and PCI addresses.
8095
8096     Also fix some bad usage of the DEBUGOUT macro
8097
8098     Signed-off-by: Timur Tabi <timur@freescale.com>
8099     Acked-by: Kumar Gala <galak@kernel.crashing.org>
8100     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8101
8102 commit b644006e1a7baa227aedc606ecdf0bb5eeb24cab
8103 Author: Ilya Yanok <yanok@emcraft.com>
8104 Date:   Wed Aug 12 16:42:48 2009 +0400
8105
8106     jffs2: clean the cache in case of malloc fails in build_lists
8107
8108     We should call jffs2_clean_cache() if we return from jffs2_build_lists()
8109     with an error to prevent usage of incomplete lists. Also we should
8110     free() a local buffer to prevent memory leaks.
8111
8112     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
8113
8114 commit 7ff66bb0be80cadd681be22a72e5eb02ee14c878
8115 Author: Heiko Schocher <hs@denx.de>
8116 Date:   Wed Aug 12 10:17:03 2009 +0200
8117
8118     ppc: trigger WDT before starting Linux
8119
8120     Signed-off-by: Heiko Schocher <hs@denx.de>
8121
8122 commit 918319c705d8a3d6251919a660baef32ff3a829a
8123 Author: Albin Tonnerre <albin.tonnerre@free-electrons.com>
8124 Date:   Wed Jul 22 18:30:03 2009 +0200
8125
8126     Update the mtd driver name in bootargs for at91-based boards
8127
8128     The name of the atmel nand driver in the kernel changed from at91_nand
8129     to atmel_nand back in June 2008, but the at91-based boards config files
8130     still refer to at91_nand. This patch updates them with the new name
8131
8132     Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
8133
8134 commit 8fa656aa5289815d942ebdc26182ccb9f2b9c86f
8135 Author: Ben Goska <goskab@onid.oregonstate.edu>
8136 Date:   Fri Aug 14 10:03:36 2009 -0700
8137
8138     omap3: Fixed a problem with hwecc
8139
8140     In commit 187af954cf7958c24efcf0fd62289bbdb4f1f24e there
8141     was a typo that offset all the ecc registers by 4 bytes, fixed that.
8142
8143     Signed-off-by: Ben Goska <goskab@onid.oregonstate.edu>
8144     Acked-by: Dirk Behme <dirk.behme@googlemail.com>
8145
8146 commit 514bab6609acd1a2a19fdd75c2f6255178db7c96
8147 Author: Stefan Roese <sr@denx.de>
8148 Date:   Mon Aug 17 16:57:53 2009 +0200
8149
8150     ppc4xx: Fix "chip_config" command for AMCC Arches
8151
8152     This patch fixes the "chip_config" command for I2C bootstrap EEPROM
8153     configuration. First it changes the I2C bootstrap EEPROM address to
8154     0x54 as this is used on Arches (instead of 0x52 on Canyonlands/
8155     Glacier). Additionally, the NAND bootstrap settings are removed
8156     for Arches since Arches doesn't support NAND-booting.
8157
8158     Signed-off-by: Stefan Roese <sr@denx.de>
8159
8160 commit 4af34177b657e91263919a307fd0b0865a299e52
8161 Author: Wolfgang Denk <wd@denx.de>
8162 Date:   Sun Aug 16 23:40:13 2009 +0200
8163
8164     Monahans: avoid floating point calculations
8165
8166     Current code for the Monahans CPU defined OSCR_CLK_FREQ as 3.250 (MHz)
8167     which caused floating point operations to be used. This resulted in
8168     unresolved references to some FP related libgcc functions when using
8169     U-Boot's private libgcc functions.
8170
8171     Change the code to use fixed point math only.
8172
8173     Signed-off-by: Wolfgang Denk <wd@denx.de>
8174
8175 commit e393e2e9bc5cd3d5484e193d1380e7cd7587ab5c
8176 Author: Kumar Gala <galak@kernel.crashing.org>
8177 Date:   Fri Aug 14 16:43:22 2009 -0500
8178
8179     85xx: Fix addrmap to include memory
8180
8181     When we init the addrmap based on the TLB we will not end up getting
8182     the TLB that covers memory if we are using SPD.  The reason is we
8183     haven't relocated at the point that we setup the memory TLB and thus it
8184     will not get setup in the addrmap.
8185
8186     Instead we can just walk over the TLB array after we've relocated and
8187     see all the TLBs that have been set and use that information to populate
8188     the initial addrmap.  By doing this we insure that we get the TLB
8189     entries that cover memory.
8190
8191     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8192
8193 commit 7dedefdf749ff02c1086f7ddb8cb83a77b00d030
8194 Author: John Schmoller <jschmoller@xes-inc.com>
8195 Date:   Wed Aug 12 10:55:47 2009 -0500
8196
8197     flash: Fix CFI buffer size bug
8198
8199     Fix bug introduced by 9c048b523413ae5f3ff34e00cf57569c3368ab51.
8200
8201     The cfi_flash.c driver cast the flash buffer size to a uchar in
8202     flash_write_cfibuffer(). On some flash parts, (tested on Numonyx
8203     part PC32F512M29EWH), the buffer size is 1KB. Remove the cast to
8204     uchar to enable buffer sizes to be larger.
8205
8206     Signed-off-by: John Schmoller <jschmoller@xes-inc.com>
8207     Signed-off-by: Stefan Roese <sr@denx.de>
8208
8209 commit f6e3a1fa92f61083885178101e973c86b419a6f7
8210 Author: Mike Frysinger <vapier@gentoo.org>
8211 Date:   Thu Aug 13 00:32:14 2009 -0400
8212
8213     trab: rename spi_init()
8214
8215     The local board-specific spi_init() function conflicts with the common SPI
8216     layer, so rename it to something board-specific.
8217
8218     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8219
8220 commit 253cb831f5861358a7fa673305cdf7ded1096f44
8221 Author: Giuseppe CONDORELLI <giuseppe.condorelli@st.com>
8222 Date:   Wed Jul 29 06:05:20 2009 -0400
8223
8224     zlib: add watchdog reset call
8225
8226     This patch adds watchdog reset call to allow its invokation during decompression
8227     phase. This control was present on old zlib version and here it is
8228     backported for those relevant routines. This patch is sent as a zlib separate
8229     one beacuse it was not tested due to specific board lack.
8230     zlib patches will be unified just in one when this will be validated through
8231     tests.
8232
8233     Signed-off-by: Giuseppe Condorelli <giuseppe.condorelli@st.com>
8234
8235 commit dce3d797102b6618e8bdd4a09cfd35969f165d86
8236 Author: Giuseppe CONDORELLI <giuseppe.condorelli@st.com>
8237 Date:   Wed Jul 29 08:05:08 2009 -0400
8238
8239     zlib: updated to v.1.2.3
8240
8241     This patch updates zlib to the latest stable version.
8242     Only relevant zlib parts were ported to u-boot tree, as already did for the
8243     current zlib (0.95). New zlib guarantees a faster inflate performances
8244     other then others improvements as explained at www.zlib.net.
8245     It also includes Alessandro Rubini's patches to allow 0 as destination pointer
8246     and to call watchdog reset if required by architecture.
8247
8248     Signed-off-by: Giuseppe Condorelli <giuseppe.condorelli@st.com>
8249     Reviewed-by: Angelo Castello <angelo.castello@st.com>
8250     Reviewed-by: Alessandro Rubini <rubini-list@gnudd.com>
8251
8252 commit 3426d65daab6af483b177ed502038f52ed2e5aef
8253 Author: Heiko Schocher <hs@denx.de>
8254 Date:   Tue Aug 11 10:37:58 2009 +0200
8255
8256     dtt, lm81: move unneccessary printf into a debug printf
8257
8258     Signed-off-by: Heiko Schocher <hs@denx.de>
8259
8260 commit 54e399f110bbaa24e662e6dd9e88ddb86989d668
8261 Author: Mark Jackson <mpfj-list@mimc.co.uk>
8262 Date:   Tue Aug 11 11:33:47 2009 +0100
8263
8264     MIMC200: reduce LCD pixclock
8265
8266     The initial pixclock for the MIMC200 board is wrong (and causes
8267     screen corruption due to DMA underruns).
8268
8269     This patch simply reduces the pixel clock to fix the problem.
8270
8271     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
8272
8273 commit 1443cd7e54d6893ab7cc51d93fe7759cdaa8b31f
8274 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
8275 Date:   Wed Jul 1 14:04:05 2009 -0400
8276
8277     UEC FIXED PHY: Determine fixed-phy port using UEC interface name.
8278
8279     Fixed a misunderstanding in the original implementation, 'devnum' that
8280     was used in the cpu/ppc4xx/4xx_enet.c implementation was NOT the
8281     PHY's SMI address, rather it was the number of the MAC interface on
8282     the CPU. The equivalent of this for uec_phy will be the UEC number
8283     stored in mii_info->dev->name. Usage example is updated for uec.
8284
8285     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
8286     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8287
8288 commit 1a9519373b977ef3f7c9563ad3acb6c6f2424657
8289 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
8290 Date:   Wed Jul 1 14:03:15 2009 -0400
8291
8292     Assigned a static SMI address to all UECs TBIPA address.
8293
8294     It is set to 0x1F by default and can be overwritten on the board
8295     header file by defining CONFIG_UTBIPAR_INIT_TBIPA. This allows
8296     the CPU to simply "reserve" one SMI address instead of using
8297     a different one for each UEC.
8298
8299     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
8300     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8301
8302 commit 9fd38a01cbc0ce4a8db41f72677103ed04b23db5
8303 Author: Prafulla Wadaskar <prafulla@marvell.com>
8304 Date:   Mon Aug 10 19:43:06 2009 +0530
8305
8306     net: kirkwood: updates: used eth_setenv_enetaddr api
8307
8308     eth_setenv_enetaddr is avaible by upper layer
8309     using this saves 204 bytes on total image size
8310
8311     used Local OUI instead of Marvell OUI for
8312     random MAC address generation logic
8313
8314     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
8315     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8316
8317 commit ecbd2078a1f56c85b6c56afaaed862bf92ccd3f3
8318 Author: Roy Zang <tie-fei.zang@freescale.com>
8319 Date:   Tue Aug 11 03:48:05 2009 +0800
8320
8321     Fix E1000 build warning on AP1000 board
8322
8323      Fix E1000 build warning on AP1000 board
8324      Fix the build warning on AP1000 board:
8325      e1000.c:131: warning: 'e1000_read_eeprom' used but never defined
8326      e1000.c:2012: warning: 'e1000_set_phy_mode' defined but not used
8327
8328     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
8329     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8330
8331 commit b3af1d698b031e721bacaee8715d79daaf823de6
8332 Author: Sandeep Paulraj <s-paulraj@ti.com>
8333 Date:   Mon Aug 10 12:24:40 2009 -0400
8334
8335     ARM: Davinci DM355: Enabling DM9000 on DM355 EVM
8336
8337     Due to recent changes to the NET support on U-boot, DM9000
8338     is no longer detected on the DM355 EVM.
8339     This minor update enables DM9000 on the DM355 EVM.
8340     Tested on the DM355 EVM
8341
8342     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
8343     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8344
8345 commit 08c2df33f1cd5935938486e968696f94ad406313
8346 Author: Prafulla Wadaskar <prafulla@marvell.com>
8347 Date:   Mon Aug 10 19:23:19 2009 +0530
8348
8349     net: phy: bugfixes: mv88E61xx compiler warnings fixed
8350
8351     1. mv88E61xx driver compiler warnings fixed
8352     2. idstr if-else statements changed to switch() construct
8353        and added default case too.
8354        This fixed idstr may be uninitialized warning
8355
8356     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
8357     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8358
8359 commit 750326e5d540885e3ec36bda9464b8269249f6ce
8360 Author: Po-Yu Chuang <ratbert@faraday-tech.com>
8361 Date:   Mon Aug 10 11:00:00 2009 +0800
8362
8363     arm: A320: driver for FTMAC100 ethernet controller
8364
8365     This patch adds an FTMAC100 ethernet driver for Faraday A320 evaluation board.
8366
8367     Signed-off-by: Po-Yu Chuang <ratbert@faraday-tech.com>
8368     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8369
8370 commit f90dc43fd67eea71124b999a7d5e617d0d86795b
8371 Author: Kumar Gala <galak@kernel.crashing.org>
8372 Date:   Mon Aug 10 16:40:55 2009 -0500
8373
8374     85xx: Removed BEDBUG support from FSL 85xx boards
8375
8376     For some reason the MPC8544 enabled BEDBUG if PCI was enabled and that
8377     got copied int the MPC8536, MPC8572 and P2020 DS boards.  The BEDBUG
8378     support has never been made to work completely on e500/85xx so we
8379     just disable it to save space and match the other FSL 85xx boards.
8380
8381     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8382
8383 commit eb1a4d0a471505c169bef19a73a60f8641f0b875
8384 Author: Wolfgang Denk <wd@denx.de>
8385 Date:   Mon Aug 10 10:39:12 2009 +0200
8386
8387     Prepare 2009.08-rc2
8388
8389     Update CHANGELOG
8390
8391     Signed-off-by: Wolfgang Denk <wd@denx.de>
8392
8393 commit 53cc18c71b2b920cca171874c6663e274fa80556
8394 Author: Wolfgang Denk <wd@denx.de>
8395 Date:   Mon Aug 10 10:38:34 2009 +0200
8396
8397     Minor coding style cleanup.
8398
8399     Signed-off-by: Wolfgang Denk <wd@denx.de>
8400
8401 commit d371708a1beda0f529756e614af785b30461379e
8402 Author: Wolfgang Denk <wd@denx.de>
8403 Date:   Mon Aug 10 09:59:10 2009 +0200
8404
8405     net/tftp.c: fix warning: pointer targets differ in signedness
8406
8407     tftp.c:294: warning: pointer targets in passing argument 1 of 'strlen'
8408     differ in signedness
8409
8410     This was only visible for the utx8245 board which seems to have DEBUG
8411     enabled.
8412
8413     Signed-off-by: Wolfgang Denk <wd@denx.de>
8414
8415 commit 3ed9e943fdfe51174b23989d48563b8c1b7d2ea8
8416 Author: Dirk Behme <dirk.behme@googlemail.com>
8417 Date:   Sat Aug 8 16:06:47 2009 +0200
8418
8419     ARM Cortex A8: Remove bogus config.mk entries
8420
8421     Remove bogus config.mk entry, fix newline and remove redundant
8422     omap3/config.mk
8423
8424     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
8425
8426 commit cd3dcba1422d3441503251fbc69cf2437c440781
8427 Author: Dirk Behme <dirk.behme@googlemail.com>
8428 Date:   Sat Aug 8 12:46:09 2009 +0200
8429
8430     OMAP3: Fix missing GPMC_CONFIG_CS0_BASE
8431
8432     Applying two indepenent OMAP3 patches resulted in missing
8433     GPMC_CONFIG_CS0_BASE. Patch "omap3: embedd gpmc_cs into gpmc
8434     config struct" removes GPMC_CONFIG_CS0_BASE, independent patch
8435     "omap3: bug fix for NOR boot support" introduces it's usage.
8436     Re-introduce GPMC_CONFIG_CS0_BASE.
8437
8438     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
8439
8440 commit ba3dbaf281130029ecb970a922551902c1d80b50
8441 Author: Ilya Yanok <yanok@emcraft.com>
8442 Date:   Mon Jun 8 04:12:49 2009 +0400
8443
8444     mxc-mmc: sdhc host driver for MX2 and MX3 proccessor
8445
8446     This is a port of Linux driver for SDHC host controller hardware
8447     found on Freescale's MX2 and MX3 processors. Uses new generic MMC
8448     framework (CONFIG_GENERIC_MMC) and it looks like there are some
8449     problems with a framework (at least on LE cpus). Some of these
8450     problems are addressed in the following patches.
8451
8452     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
8453
8454 commit 642d7b63c343633dcafc4e23a20e32604a05ff13
8455 Author: Alessandro Rubini <rubini-list@gnudd.com>
8456 Date:   Fri Aug 7 12:35:47 2009 +0200
8457
8458     kirkwood/gpio.h: remove duplicate definition
8459
8460     Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
8461
8462 commit 3ac374c0f0b7d856f1a43317a286f2079106bd6a
8463 Author: Albin Tonnerre <albin.tonnerre@free-electrons.com>
8464 Date:   Fri Aug 7 12:37:36 2009 +0200
8465
8466     Add driver for the ST M95xxx SPI EEPROM
8467
8468     This chip is used in a number of boards manufactured by Calao-Systems
8469     which should be supported soon. This driver provides the necessary
8470     spi_read and spi_write functions necessary to communicate with the chip.
8471
8472     Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
8473
8474 commit 30951960bae9a2c33e324a7165962a082e913f9e
8475 Author: Prafulla Wadaskar <prafulla@marvell.com>
8476 Date:   Fri Aug 7 22:27:32 2009 +0530
8477
8478     arm: Sheevaplug: Fixed NAND specific warning
8479
8480     It is recommended to define the macro CONFIG_SYS_64BIT_VSPRINTF
8481     for NAND specific warning removal, same is done in this patch
8482
8483     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
8484
8485 commit 317734966e763fdee183898c0ed940c9bada2541
8486 Author: Josh Boyer <jwboyer@linux.vnet.ibm.com>
8487 Date:   Fri Aug 7 13:53:20 2009 -0400
8488
8489     Dual-license IBM code contributions
8490
8491     It was brought to our attention that U-Boot contains code derived from the
8492     IBM OpenBIOS source code originally provided with some of the older PowerPC
8493     4xx development boards.  As a result, the original license of this code has
8494     been carried in the various files for a number of years in the U-Boot project.
8495
8496     IBM is dual-licensing the IBM code contributions already present in U-Boot
8497     under either the terms of the GNU General Public License version 2, or the
8498     original code license already present.
8499
8500     Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
8501
8502 commit cfd700be9f5ed289fd57a9bd61e266319badcb0d
8503 Author: Kumar Gala <galak@kernel.crashing.org>
8504 Date:   Wed Aug 5 09:03:54 2009 -0500
8505
8506     fdt: Fix fdt_pci_dma_ranges handling of 64-bit ranges
8507
8508     If the size of a region equal to 4G it can't be represnted in a 32-bit
8509     BAR so we should have marked that case as MEM64.
8510
8511     Additionally bump the number of inbound windows up to 4 to handle the
8512     fact that Freescale PPCs that have an implicit window for CCSRBAR.
8513
8514     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8515
8516 commit 59b4d7471c42e955bd9846892a0cc7478171778d
8517 Author: Wolfgang Denk <wd@denx.de>
8518 Date:   Thu Aug 6 21:29:59 2009 +0200
8519
8520     ARM EABI: add new helper functions resp. function names
8521
8522     The ARM EABI defines new names for GCC helper functions,
8523     and GCC seems to need some new functions as well.
8524
8525     This patch is a minimal-invasive approach to fix problems with EABI
8526     conformant tool chains (to be used with "USE_PRIVATE_LIBGCC=yes").
8527
8528     Signed-off-by: Wolfgang Denk <wd@denx.de>
8529     Tested-by: Dirk Behme <dirk.behme@googlemail.com>
8530
8531 commit 197324d7d998a791e5137b8176981b4af25220ae
8532 Author: Peter Tyser <ptyser@xes-inc.com>
8533 Date:   Wed Aug 5 16:18:44 2009 -0500
8534
8535     hush: Fix bogus free() call
8536
8537     An off-by-one error in hush.c resulted in an unintentional free() call
8538     every time a command was executed
8539
8540     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
8541
8542 commit ff27650bb255e2275a212357b78c3b77cbf1d2e9
8543 Author: Detlev Zundel <dzu@denx.de>
8544 Date:   Wed Aug 5 18:37:45 2009 +0200
8545
8546     digsy_mtc: Update default environment
8547
8548     Signed-off-by: Detlev Zundel <dzu@denx.de>
8549
8550 commit 0b40bd439a33bde9e3cccf1acb5744225d0c6103
8551 Author: Detlev Zundel <dzu@denx.de>
8552 Date:   Wed Aug 5 18:37:44 2009 +0200
8553
8554     digsy_mtc: Add delay in SPI transfers to the companion controller.
8555
8556     While at it, remove initialization of variables which will be set
8557     before usage in all cases.
8558
8559     Signed-off-by: Detlev Zundel <dzu@denx.de>
8560
8561 commit 0bf00750e082a004e5fb058925622ae72890cc56
8562 Author: Anatolij Gustschin <agust@denx.de>
8563 Date:   Wed Aug 5 18:37:43 2009 +0200
8564
8565     digsy_mtc: minor fixes for mtc command help
8566
8567     Add mtc state subcommand description to the
8568     help of mtc command.
8569
8570     Remove some newlines in description of commands
8571     for proper help formating.
8572
8573     Signed-off-by: Anatolij Gustschin <agust@denx.de>
8574
8575 commit 5cc69084189bf49aa99d13d57515be72d1844bdf
8576 Author: Grzegorz Bernacki <gjb@semihalf.com>
8577 Date:   Wed Aug 5 18:37:42 2009 +0200
8578
8579     digsy_mtc: Add mtc state command.
8580
8581     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
8582
8583 commit 716655288a53c95fad203ebf21d0b8ffdc2f7525
8584 Author: Wolfgang Denk <wd@denx.de>
8585 Date:   Tue Jul 28 22:35:39 2009 +0200
8586
8587     Partition support: remove newline from partition name
8588
8589     Remove bogus newline character that got added to the .name field of
8590     the disk_partition_t structure.
8591
8592     Signed-off-by: Wolfgang Denk <wd@denx.de>
8593
8594 commit 3f1649fb0dfb1e5c8890de154c332c394db5cdb5
8595 Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
8596 Date:   Tue Jul 28 09:33:17 2009 +0200
8597
8598     Fix LZMA string.h header inclusion issue and remove unused variables.
8599
8600     Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
8601
8602 commit 1c6232f1e2eae87e0e36d489611eb6891dff21e1
8603 Author: Jens Scharsig <esw@bus-elektronik.de>
8604 Date:   Mon Jul 27 15:28:42 2009 +0200
8605
8606     bus_vcxk.c: fix warning: unused variable 'lineptr'
8607
8608     Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
8609
8610 commit 18304f7675e84252965b4e24cba279071f1da472
8611 Author: Mike Frysinger <vapier@gentoo.org>
8612 Date:   Fri Jul 24 17:51:27 2009 -0400
8613
8614     env: kill off default_environment_size
8615
8616     The only environment type that uses this variable is spi flash, and that is
8617     only because it is reimplementing the common set_default_env() function.
8618     So fix the spi flash code and kill off the default_environment_size in the
8619     process.
8620
8621     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8622
8623 commit bedd8403f77f790e9876578885eab1200ba2f8d8
8624 Author: Mike Frysinger <vapier@gentoo.org>
8625 Date:   Thu Jul 23 16:37:48 2009 -0400
8626
8627     export SPI functions to standalone apps
8628
8629     While we're here, fix the broken #ifdef handling in _exports.h.
8630
8631     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8632
8633 commit 3b9043a7c03290c9bdbef03848307263f5f3472c
8634 Author: Penda Naveen Kumar <pnaveen@ti.com>
8635 Date:   Fri Jul 31 00:06:36 2009 +0530
8636
8637     omap3: bug fix for NOR boot support
8638
8639     This patch provides bug fix, when omap3 uses nor boot.
8640
8641     Signed-off-by: Penda Naveen Kumar<pnaveen@ti.com>
8642     Acked-by: Dirk Behme <dirk.behme@googlemail.com>
8643
8644 commit 61c68ae0b43bb5d6ab32958c45289aa197b1a2d1
8645 Author: Michael Evans <horse_dung@hotmail.com>
8646 Date:   Mon Jul 13 20:13:45 2009 +0100
8647
8648     Fix examples for OMAP3 boards...
8649
8650     The attached patch corrects an error in the examples/Makefile which
8651     causes the applications in the examples directory to hang on OMAP3
8652     based boards. The current Makefile sets -Ttext during linking to
8653     0x0c100000 which is outside of addressable SDRAM memory. The script
8654     corrects the existing ifeq...else...endif logic to look at the VENDOR
8655     tag rather than the CPU tag.
8656
8657     The patch affects the following configs: omap3_beagle_config,
8658     omap3_overo_config, omap3_evm_config, omap3_pandora_config,
8659     omap3_zoom1_config and omap3_zoom2_config.
8660
8661     Signed-off-by: Michael Evans <horse_dung@hotmail.com>
8662
8663     Edited commit message.
8664     Signed-off-by: Wolfgang Denk <wd@denx.de>
8665
8666 commit a3d1421dfd0bb1a729e171f8a093ac837f92cec6
8667 Author: Dirk Behme <dirk.behme@googlemail.com>
8668 Date:   Sat Aug 8 09:30:23 2009 +0200
8669
8670     omap3: use only fixed-size types inside ctrl_structs
8671
8672     replace variable types in ctrl_structs for omap3 by those with
8673     fixed size (u8, u16, u32).
8674     Additional ifndef-protection is needed by examples which do not
8675     compile when including asm/types.h
8676
8677     Signed-off-by: Matthias Ludwig <mludwig@ultratronik.de>
8678     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
8679
8680 commit 894113529e3a04871544dde977d6d7adee05d3bf
8681 Author: Dirk Behme <dirk.behme@googlemail.com>
8682 Date:   Sat Aug 8 09:30:22 2009 +0200
8683
8684     omap3: replace all instances of gpmc config struct by one global
8685
8686     Signed-off-by: Matthias Ludwig <mludwig@ultratronik.de>
8687     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
8688
8689 commit 97a099eaa48d5c762c4f73c52c3090c513b8b877
8690 Author: Dirk Behme <dirk.behme@googlemail.com>
8691 Date:   Sat Aug 8 09:30:21 2009 +0200
8692
8693     omap3: remove typedefs for configuration structs
8694
8695     Signed-off-by: Matthias Ludwig <mludwig@ultratronik.de>
8696     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
8697
8698 commit aa0707897c49c330b7d6b8d8362e44f60f224732
8699 Author: Roy Zang <tie-fei.zang@freescale.com>
8700 Date:   Fri Jul 31 13:34:02 2009 +0800
8701
8702     Add Intel E1000 PCIE card support
8703
8704     Based on Intel PRO/1000 Network Driver 7.3.20-k2
8705       Add Intel E1000 PCIE card support. The following cards are added:
8706       INTEL_82571EB_COPPER
8707       INTEL_82571EB_FIBER,
8708       INTEL_82571EB_SERDES
8709       INTEL_82571EB_QUAD_COPPER
8710       INTEL_82571PT_QUAD_COPPER
8711       INTEL_82571EB_QUAD_FIBER
8712       INTEL_82571EB_QUAD_COPPER_LOWPROFILE
8713       INTEL_82571EB_SERDES_DUAL
8714       INTEL_82571EB_SERDES_QUAD
8715       INTEL_82572EI_COPPER
8716       INTEL_82572EI_FIBER
8717       INTEL_82572EI_SERDES
8718       INTEL_82572EI
8719       INTEL_82573E
8720       INTEL_82573E_IAMT
8721       INTEL_82573L
8722       INTEL_82546GB_QUAD_COPPER_KSP3
8723       INTEL_80003ES2LAN_COPPER_DPT
8724       INTEL_80003ES2LAN_SERDES_DPT
8725       INTEL_80003ES2LAN_COPPER_SPT
8726       INTEL_80003ES2LAN_SERDES_SPT
8727
8728      82571EB_COPPER dual ports,
8729      82572EI single port,
8730      82572EI_COPPER single port PCIE cards
8731      and
8732      82545EM_COPPER,
8733      82541GI_LF
8734      pci cards are tested on both  P2020 board
8735      and MPC8544DS board.
8736
8737      Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
8738
8739     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8740
8741 commit 86848a74c3c8eb2f8dd179d039ee604dc45288cf
8742 Author: Mike Frysinger <vapier@gentoo.org>
8743 Date:   Wed Jul 15 21:31:28 2009 -0400
8744
8745     net: sync env ethaddr to device enetaddr in eth_init()
8746
8747     In the previous enetaddr refactoring, the assumption with commit 56b555a644
8748     was that the eth layer would handle the env -> device enetaddr syncing.
8749     This was not the case as eth_initialize() is called only once and the sync
8750     occurs there.  So make sure the eth_init() function does the env -> device
8751     sync with every network init.
8752
8753     Reported-by: Andrzej Wolski <awolski@poczta.fm>
8754     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8755     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8756
8757 commit 0ebf04c607b54a352629dcf7e76b76f1785dae54
8758 Author: Robin Getz <rgetz@blackfin.uclinux.org>
8759 Date:   Thu Jul 23 03:01:03 2009 -0400
8760
8761     minor debug cleanups in ./net
8762
8763      Minor ./net cleanups - no functional changes
8764       - change #ifdef DEBUG printf(); #endif to just debug()
8765       - changed __FUNCTION__ to __func__
8766       - got rid of extra whitespace between function and opening brace
8767       - removed unnecessary braces on if statements
8768
8769      gcc dead code elimination should make this functionally/size equivalent
8770      when DEBUG is not defined. (confirmed on Blackfin, with gcc 4.3.3).
8771
8772      Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
8773
8774     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8775
8776 commit 187af954cf7958c24efcf0fd62289bbdb4f1f24e
8777 Author: Matthias Ludwig <mludwig@ultratronik.de>
8778 Date:   Tue May 19 09:09:31 2009 +0200
8779
8780     omap3: embedd gpmc_cs into gpmc config struct
8781
8782     Embedd chip select configuration into struct for gpmc config
8783     instead of having it completely separated as suggested by
8784     Wolfgang Denk on
8785     http://lists.denx.de/pipermail/u-boot/2009-May/052247.html
8786
8787     Signed-off-by: Matthias Ludwig <mludwig@ultratronik.de>
8788
8789 commit 06bffc6ea52d4b390843d295d438b2037d12e5fd
8790 Author: David Brownell <david-b@pacbell.net>
8791 Date:   Thu Jul 16 18:40:55 2009 -0700
8792
8793     rm9200 lowevel_init: don't touch reserved/readonly registers
8794
8795     For some reason the AT91rm9200 lowlevel init writes to a bunch of
8796     reserved or read-only addresses.  All the boards seem to define the
8797     value-to-be-written values as zero ... but they shouldn't actually
8798     be writing *anything* there.
8799
8800     No documented erratum justifies these accesses.  It looks like maybe
8801     some pre-release BDI-2000 setup code has been carried along by cargo
8802     cult programming since at least late 2004 (per GIT history).
8803
8804     Here's a patch disabling what seems to be bogosity.  Tested on a
8805     csb337; there were no behavioral changes.
8806
8807     Signed-off-by: David Brownell <david-b@pacbell.net>
8808
8809     on RM9200ek
8810     Tested-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8811
8812 commit 301b7db88fbdf7d118efb79b371b2527a2c31868
8813 Author: David Hunter <hunterd42@gmail.com>
8814 Date:   Thu Jul 30 14:32:49 2009 -0700
8815
8816     pxa: Fix typo in GCDR(x)
8817
8818     Fix a typo in the GCDR(x) macro. It's a good thing no one was using it.
8819
8820     Signed-off-by: David Hunter <hunterd42@gmail.com>
8821
8822 commit 3c448e648221879ae0e030e94508b4f9f63b7ab8
8823 Author: Eric Benard <eric@eukrea.com>
8824 Date:   Sat Jul 18 23:45:15 2009 +0200
8825
8826     Add AT91SAM9260 to at91's lowlevel_init.S
8827
8828     Needed for AT91SAM9260 NOR Boot on Eukrea's CPU9260.
8829
8830     Signed-off-by: Eric Benard <eric@eukrea.com>
8831
8832 commit 56bdfa961242fc6acaeebc800640a12b28db3899
8833 Author: Dirk Eibach <eibach@gdsys.de>
8834 Date:   Thu Jul 30 09:36:33 2009 +0200
8835
8836     ppc4xx: Remove check for PPC460EX from CompactCenter
8837
8838     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
8839     Signed-off-by: Stefan Roese <sr@denx.de>
8840
8841 commit c3fa4f0c8684c862ecd3fb622fab1e17e44e82e1
8842 Author: Stefan Roese <sr@denx.de>
8843 Date:   Wed Jul 29 08:46:10 2009 +0200
8844
8845     ppc4xx: Add support for PPC460EX/460GT rev B chip to AMCC Canyonlands
8846
8847     This patch is based on a diff created by Phong Vo from AMCC.
8848
8849     Signed-off-by: Phong Vo <pvo@amcc.com>
8850     Signed-off-by: Stefan Roese <sr@denx.de>
8851
8852 commit 89bcc4875007ef6608297dc11e7a0d1fbd9900d2
8853 Author: Stefan Roese <sr@denx.de>
8854 Date:   Wed Jul 29 08:45:27 2009 +0200
8855
8856     ppc4xx: Add basic support for AMCC PPC460EX/460GT rev B chips
8857
8858     This patch is based on a diff created by Phong Vo from AMCC.
8859
8860     Signed-off-by: Phong Vo <pvo@amcc.com>
8861     Signed-off-by: Stefan Roese <sr@denx.de>
8862
8863 commit 82a7edc7ea8f5fe55fed4ff7e127469569e539c4
8864 Author: Stefan Roese <sr@denx.de>
8865 Date:   Tue Jul 28 15:12:04 2009 +0200
8866
8867     ppc4xx: Canyonlands-NAND-boot: Support 2 Crucial 512MByte SODIMM's
8868
8869     Some Canyonlands boards are equipped with different SODIMM's. This is no
8870     problem with the "normal" NOR booting Canyonlands U-Boot, since it
8871     automatically detects the SODIMM's via SPD data and correctly configures
8872     them. But the NAND booting version is different. Here we only have 4k
8873     of image size to completely setup the hardware, including DDR2 setup.
8874     So we need to use a fixed DDR2 setup here. This doesn't work for different
8875     SODIMM's right now.
8876
8877     Currently only this Crucial SODIMM is support:
8878     CT6464AC667.8FB (dual ranked)
8879
8880     Now some boards are shipped with this SODIMM:
8881     CT6464AC667.4FE (single ranked)
8882
8883     This patch now supports both SODIMM's by configuring first for the dual
8884     ranked DIMM. A quick shows, if this module is really installed. If this test
8885     fails, the DDR2 controller is re-configured for the single
8886     ranked SODIMM.
8887
8888     Tested with those SODIMM's:
8889
8890     CT6464AC667.8FB (dual ranked)
8891     CT6464AC667.4FE (single ranked)
8892
8893     Signed-off-by: Stefan Roese <sr@denx.de>
8894
8895 commit 27dd5f8e1062684f1ba685760409d9b2ab6691bf
8896 Author: Stefan Roese <sr@denx.de>
8897 Date:   Tue Jul 28 10:56:03 2009 +0200
8898
8899     ppc4xx: amcc: Move "kernel_addr_r" etc to higher locations (> 16MB)
8900
8901     This patch moves the load addresses for kernel, fdt and ramdisk to higher
8902     addresses (>= 16MB). This enables booting of bigger kernel images (e.g.
8903     lockdep enabled).
8904
8905     Signed-off-by: Stefan Roese <sr@denx.de>
8906
8907 commit 6942efc2be1b90054fa4afa5cda7023469fe08b9
8908 Author: Stefan Roese <sr@denx.de>
8909 Date:   Tue Jul 28 10:50:32 2009 +0200
8910
8911     ppc4xx: amcc: Set CONFIG_SYS_BOOTMAPSZ to 16MB for big kernels
8912
8913     This patch changes CONFIG_SYS_BOOTMAPSZ from 8MB to 16MB which is the
8914     initial TLB on 40x PPC's in the Linux kernel. With this change even bigger
8915     Linux kernels (> 8MB) can be booted.
8916
8917     This patch also sets CONFIG_SYS_BOOTM_LEN to 16MB (default 8MB) to enable
8918     decompression of bigger images.
8919
8920     Signed-off-by: Stefan Roese <sr@denx.de>
8921
8922 commit 901be89a27e11b2627c132ee87c7761bd6886091
8923 Author: Heiko Schocher <hs@denx.de>
8924 Date:   Tue Jul 28 14:53:44 2009 +0200
8925
8926     83xx, kmeter1, fix: update in the DTS the correct size for the first flash
8927
8928     When updating the "reg" in the "/localbus/flash@f0000000,0" node
8929     size was wrong updated for the first flash, because the total
8930     size was filled in, instead of the right size for it.
8931
8932     Signed-off-by: Heiko Schocher <hs@denx.de>
8933     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8934
8935 commit 4c2e3da82dc2b7f8b39b7f1d57f570e4bc5caa6d
8936 Author: Kumar Gala <kumar.gala@freescale.com>
8937 Date:   Tue Jul 28 21:49:52 2009 -0500
8938
8939     Update Freescale copyrights to remove "All Rights Reserved"
8940
8941     "All Rights Reserved" conflicts with the GPL.
8942
8943     Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
8944
8945 commit bb4291e62579dbc611e84eaaf973631e0bf129c7
8946 Author: Alessandro Rubini <rubini@unipv.it>
8947 Date:   Fri Jul 24 11:27:14 2009 +0200
8948
8949     arm nomadik: add i2c
8950
8951     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
8952     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
8953     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8954
8955 commit 60cbfbfd0fbebb4682f10ba96f622bfe17317598
8956 Author: Alessandro Rubini <rubini@unipv.it>
8957 Date:   Fri Jul 24 11:27:03 2009 +0200
8958
8959     arm nomadik: add gpio support
8960
8961     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
8962     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
8963     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8964
8965 commit 549b98306d897ae5991362d6096a36df50efe686
8966 Author: Tom Rix <Tom.Rix@windriver.com>
8967 Date:   Sun Jun 28 12:52:32 2009 -0500
8968
8969     OMAP3 Remove twl4030 defines
8970
8971     These defines have been subplanted by the equivelent defines in
8972     include/twl4030.h
8973
8974     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
8975     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8976     Acked-by: Heiko Schocher <hs@denx.de>
8977
8978 commit fccc0fcaaae5154612f8259365d26d04f204859f
8979 Author: Tom Rix <Tom.Rix@windriver.com>
8980 Date:   Sun Jun 28 12:52:31 2009 -0500
8981
8982     OMAP3 Move twl4030 mmc function
8983
8984     Because twl4030 now has its own device files, move and rename
8985     twl4030_mmc_config.
8986
8987     twl4030_mmc_config initializes the twl4030 power setting to
8988     the mmc device.  Because it is in the twl4030 power domain, move
8989     it out of drivers/mmc/omap3_mmc.c and into drivers/power/twl4030.c.
8990
8991     The function was renamed to twl4030_power_mmc_init because all
8992     the functions in this file are to have the format
8993
8994     twl4030_power_<device>_<action>
8995
8996     In this case the suffix is mmc_init so
8997     device : mmc
8998     action : init
8999
9000     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
9001     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9002     Acked-by: Heiko Schocher <hs@denx.de>
9003
9004 commit 2c15513010493435c78f83202940ac3be11de2c3
9005 Author: Tom Rix <Tom.Rix@windriver.com>
9006 Date:   Sun Jun 28 12:52:30 2009 -0500
9007
9008     OMAP3 Move twl4030 power and led functions
9009
9010     Because twl4030 now has its own device files, move exiting
9011     omap3 power_init_r to a new location.
9012
9013     power_init_r is the only function in board/omap3/common.
9014     It initializes the twl4030 power for the board and enables
9015     the led.
9016
9017     The power part of the the function is moved to twl4030_power_init in
9018     drivers/power/twl4030.c The power compilation is conditional on the
9019     existing config variable CONFIG_TWL4030_POWER.
9020
9021     The led part is moved to twl4030_led_init in the new file
9022     drivers/misc/twl4030_led.c  The led compilation is conditional on
9023     the new config variable CONFIG_TWL4030_LED
9024
9025     The directory board/omap3/common was removed because power_init_r
9026     was the only function in it.
9027
9028     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
9029     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9030     Acked-by: Heiko Schocher <hs@denx.de>
9031
9032 commit 3cb7a4805fc8fb4c09e4801e1c7d531186f20190
9033 Author: Wolfgang Denk <wd@denx.de>
9034 Date:   Tue Jul 28 22:13:52 2009 +0200
9035
9036     TQM8xx* boards: set larger SMC Rx buffer len
9037
9038     Commit 2b3f12c2 added support for configurable SMC Rx buffer length on
9039     8xx systems. Enable this feature on TQM8xx* based boards.
9040
9041     This fixes the problem that pasting text in the middle of a line
9042     (i. e. inserting in edit mode) did not work - only the first two
9043     characters got inserted, the rest was lost.
9044
9045     Signed-off-by: Wolfgang Denk <wd@denx.de>
9046
9047 commit 4b7511478b62a539e5b066d19a986b75e5d9a527
9048 Author: Wolfgang Denk <wd@denx.de>
9049 Date:   Tue Jul 28 22:07:37 2009 +0200
9050
9051     Fix ext2load return code
9052
9053     Make the ext2load command return 0 on success (instead of the file
9054     length).
9055
9056     Also fix output format (get rid of random newlines) and some coding
9057     style issues (long lines etc.).
9058
9059     Signed-off-by: Wolfgang Denk <wd@denx.de>
9060
9061 commit 56fdaadc124a8ef9ec0fd8ff578233ec3b1137be
9062 Author: Weirich, Bernhard <Bernhard.Weirich@riedel.net>
9063 Date:   Wed Jun 10 14:00:37 2009 +0200
9064
9065     ext2: fix inode size and calculations
9066
9067     Signed-off-by: unsik Kim <donari75@gmail.com>
9068     Signed-off-by: Bernhard Weirich <bernhard.weirich@riedel.net>
9069     Signed-off-by: Wolfgang Denk <wd@denx.de>
9070     Tested-by: Wolfgang Denk <wd@denx.de>
9071
9072 commit cd7826359ee71e8f6f3d68331930ab9cbe1c990e
9073 Author: Tom Rix <Tom.Rix@windriver.com>
9074 Date:   Sun Jun 28 12:52:29 2009 -0500
9075
9076     TWL4030 Add power reset button
9077
9078     The Zoom2 power reset button is on the top right side of the
9079     main board.  Press and hold for about to 8 seconds to completely
9080     reset the board.
9081
9082     Some of the beta boards have a hardware problem that prevents
9083     using this feature.  If is difficult to further characterize the
9084     boards that fail.  So disable resetting for all beta boards.
9085
9086     The Zoom1 reset button is the red circle on the top right,
9087     front of the board.  Press and hold the button for 8 seconds to
9088     completely reset the board.
9089
9090     After analyzing beagle, it was determined that other boards
9091     that use the twl4030 for power managment can also make use
9092     this function.
9093
9094     The resetting is done by the power management part of the twl4030.
9095     Since there is no existing drivers/power, add one.
9096
9097     The compilation of power/twl4030.h is controlled by the config
9098     variable CONFIG_TWL4030_POWER
9099
9100     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
9101     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9102     Acked-by: Heiko Schocher <hs@denx.de>
9103
9104 commit 8966eb4c1c2d894b2a76174ba904c26c5af815b8
9105 Author: Tom Rix <Tom.Rix@windriver.com>
9106 Date:   Sun Jun 28 12:52:28 2009 -0500
9107
9108     TWL4030 Add initial support
9109
9110     The TWL4030 supplies many peripherals for OMAP3 boards. These include
9111     power management, usb and, keyboard.
9112
9113     The product description is found here:
9114
9115     http://focus.ti.com/docs/prod/folders/print/tps65950.html
9116
9117     Product reference document, tps65950.pdf, is found here:
9118
9119     http://www.ti.com/lit/gpn/tps65950
9120
9121     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
9122     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9123     Acked-by: Heiko Schocher <hs@denx.de>
9124
9125 commit 7f79dfb48b7419d5caa1cf932fcff4e2fb7040af
9126 Author: Tom Rix <Tom.Rix@windriver.com>
9127 Date:   Sun Jun 28 12:52:27 2009 -0500
9128
9129     OMAP I2C Fix the sampling clock.
9130
9131     This problem is seen on Zoom1 and Zoom2 in the startup and
9132     when i2c probe is used
9133
9134     Before :
9135
9136     In:    serial
9137     Out:   serial
9138     Err:   serial
9139     timed out in wait_for_bb: I2C_STAT=1000
9140     timed out in wait_for_bb: I2C_STAT=1000
9141     timed out in wait_for_bb: I2C_STAT=1000
9142     timed out in wait_for_pin: I2C_STAT=1000
9143     I2C read: I/O error
9144     timed out in wait_for_bb: I2C_STAT=1000
9145     timed out in wait_for_bb: I2C_STAT=1000
9146     Die ID #327c00020000000004013ddd05026013
9147     Hit any key to stop autoboot:  0
9148     OMAP3 Zoom1# i2c probe
9149     Valid chip addresses:timed out in wait_for_bb: I2C_STAT=1000
9150      02 03 04 05 06 07 08 09 0A 0B 0C 0D <snip>
9151
9152     After :
9153
9154     In:    serial
9155     Out:   serial
9156     Err:   serial
9157     Die ID #327c00020000000004013ddd05026013
9158     Hit any key to stop autoboot:  0
9159     OMAP3 Zoom1# i2c probe
9160     Valid chip addresses: 48 49 4A 4B
9161
9162     The addresses are for the twl4030.
9163
9164     The prescalar that converts the function clock to the sampling
9165     clock is hardcoded to 0.  The reference manual recommends 7
9166     if the function clock is 96MHz.
9167
9168     Instead of just changing the hardcoded values, the prescalar
9169     is calculated from the value I2C_IP_CLK.
9170
9171     The i2c #defines are in kHz.  The speed passed into the
9172     i2c init routine is in Hz.  To be consistent, change the
9173     defines to be in Hz.
9174
9175     The timing calculations are based on what is done in the
9176     linux 2.6.30 kernel in drivers/i2c/buses/i2c_omap.c as
9177     apposed to what is done in TRM.
9178
9179     The major variables in the timing caculations are
9180     specified as #defines that can be overriden as required.
9181
9182     The variables and their defaults are
9183
9184     I2C_IP_CLK                          SYSTEM_CLOCK_96
9185     I2C_INTERNAL_SAMPLING_CLK           19200000
9186     I2C_FASTSPEED_SCLL_TRIM                     6
9187     I2C_FASTSPEED_SCLH_TRIM                     6
9188     I2C_HIGHSPEED_PHASE_ONE_SCLL_TRIM   I2C_FASTSPEED_SCLL_TRIM
9189     I2C_HIGHSPEED_PHASE_ONE_SCLH_TRIM   I2C_FASTSPEED_SCLH_TRIM
9190     I2C_HIGHSPEED_PHASE_TWO_SCLL_TRIM   I2C_FASTSPEED_SCLL_TRIM
9191     I2C_HIGHSPEED_PHASE_TWO_SCLH                I2C_FASTSPEED_SCLH_TRIM
9192
9193     This was runtime verified on Zoom1, Zoom2, Beagle and Overo.
9194     The 400kHz and 3.4M cases were verifed on test Zoom1,
9195     Zoom2, Beagle and Overo configurations.
9196
9197     Testing for omap2 will be done in a second step as Nishanth
9198     and Jean-Christophe commented.
9199
9200     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
9201     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9202     Acked-by: Heiko Schocher <hs@denx.de>
9203
9204 commit 4ce5a72851ff2960543b125866c6132e0094e1ee
9205 Author: Heiko Schocher <hs@denx.de>
9206 Date:   Mon Jul 20 09:59:37 2009 +0200
9207
9208     arm, i2c: added support for the TWSI I2C Interface
9209
9210     Signed-off-by: Heiko Schocher <hs@denx.de>
9211
9212 commit 042d01c72e0ea95731708dd24bb8b6cf42e75c80
9213 Author: Stefan Roese <sr@denx.de>
9214 Date:   Mon Jul 27 09:13:38 2009 +0200
9215
9216     ppc4xx: Fix problem with NOR range assignment in Canyonlands ft_board_setup
9217
9218     This patch fixes the problem, that the current fdt board fixup code only
9219     set's one range, the one for NOR. By this it's overwriting the already
9220     correctly configured values done in __ft_board_setup(). Just remove this
9221     now unneeded NOR fixup and all the ranges are correctly defined.
9222
9223     Signed-off-by: Stefan Roese <sr@denx.de>
9224     Cc: Dirk Eibach <eibach@gdsys.de>
9225     Cc: Felix Radensky <felix@embedded-sol.com>
9226
9227 commit 11a1604f8d0a8d936b42f6435d004b4aa33a5d87
9228 Author: Stefan Roese <sr@denx.de>
9229 Date:   Mon Jul 27 07:42:48 2009 +0200
9230
9231     ppc4xx: Add some NAND-booting bootstrap entries to Kilauea chip_config cmd
9232
9233     This patch adds some I2C bootstrap setting for NAND booting to the Kilauea
9234     chip_config command ("533-nand" and "600-nand").
9235
9236     Additionally some incorrectly indented lines are fixed.
9237
9238     Signed-off-by: Stefan Roese <sr@denx.de>
9239
9240 commit 5b34691ff87821891375b28ec5bcf5154575a735
9241 Author: Stefan Roese <sr@denx.de>
9242 Date:   Mon Jul 27 07:42:37 2009 +0200
9243
9244     ppc4xx: Kilauea: Fix SDRAM init in NAND booting version
9245
9246     DDR2 Auto-calibration needs to be disabled on the NAND booting PPC4xx
9247     targets. Otherwise the configured fixed init values for some DDR2
9248     controller registers (e.g. RQDC) are not initialized at all resulting
9249     in a non working SDRAM.
9250
9251     Signed-off-by: Stefan Roese <sr@denx.de>
9252
9253 commit f3ed3c9b7441cde936d06a1ff7b1490ff0d600e6
9254 Author: Stefan Roese <sr@denx.de>
9255 Date:   Mon Jul 27 10:53:43 2009 +0200
9256
9257     ppc4xx: Fix Arches DDR2 initialization
9258
9259     Testing on AMCC Arches with the latest U-Boot version yielded that DDR2
9260     initialization is currently broken. U-Boot hangs upon relocation to SDRAM
9261     or crashes with random traps. This patch fixes this problem. Arches now
9262     uses a different WRDTR and CLKTR default setting than Canyonlands/Glacier.
9263
9264     Signed-off-by: Stefan Roese <sr@denx.de>
9265
9266 commit ab4c62c1ba788bf7f673a985d99a76d9c2fd7eca
9267 Author: Dirk Eibach <eibach@gdsys.de>
9268 Date:   Mon Jul 27 08:49:48 2009 +0200
9269
9270     ppc4xx: Add GDsys CompactCenter board support.
9271
9272     Board support for the Guntermann & Drunck CompactCenter and
9273     DevCon-Center.
9274     Based on the AMCC Canyonlands board support by Stefan Roese.
9275
9276     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
9277     Signed-off-by: Stefan Roese <sr@denx.de>
9278
9279 commit c2e49f706ba13213f3c8da3a33e88010214e1997
9280 Author: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
9281 Date:   Sat Jul 25 06:19:12 2009 +0200
9282
9283     mpc83xx: Add esd VME8349 board support
9284
9285     This patch adds support for the esd VME8349 board equipped with the
9286     MPC8349. It's a VME PMC carrier board equipped with the Tundra
9287     TSI148 VME-bridge.
9288
9289     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
9290     Signed-off-by: Stefan Roese <sr@denx.de>
9291     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9292
9293 commit fe613cdd4eb2c5b257a60d8dfb7759742318c28a
9294 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
9295 Date:   Thu Jul 23 17:10:55 2009 -0400
9296
9297     sbc8349: combine HRCW flash and u-boot image flash
9298
9299     Up to this point in time, the sbc8349 board was storing the u-boot
9300     image in flash 2x.  One for the HRCW value at the beginning of
9301     flash (0xff80_0000), and once close to the end of flash (0xfff8_0000)
9302     for the actual image that got executed.
9303
9304     This moves the TEXT_BASE to be the beginning of flash, which makes
9305     the second copy of the image redundant, and frees up the flash
9306     from the end of the environment storage to the end of the flash
9307     device itself.
9308
9309     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
9310     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9311
9312 commit be9b56df02168ca97562d6b9ec791136e4cd925a
9313 Author: Kim Phillips <kim.phillips@freescale.com>
9314 Date:   Thu Jul 23 14:09:38 2009 -0500
9315
9316     mpc83xx: CONFIG_83XX_GENERIC_PCI is now synonymous with CONFIG_PCI; remove the former
9317
9318     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9319
9320 commit 94978e19f31d225b4f7d97c4acbac1ecfaeb8f69
9321 Author: Wolfgang Denk <wd@denx.de>
9322 Date:   Mon Jul 27 10:37:37 2009 +0200
9323
9324     Prepare 2009.08-rc1 (again, after fixing last minute issues).
9325
9326     Update CHANGELOG
9327
9328     Signed-off-by: Wolfgang Denk <wd@denx.de>
9329
9330 commit 9689ddcca6e01f3637b4442fa8575f29ef4d7aa3
9331 Author: Wolfgang Denk <wd@denx.de>
9332 Date:   Mon Jul 27 10:06:39 2009 +0200
9333
9334     cpu/arm920t/start.S: include <common.h> to have ROUND() defined
9335
9336     Commit fcd3c87e made include/common.h usable by assembler code but
9337     failed to update cpu/arm920t/start.S
9338
9339     Signed-off-by: Wolfgang Denk <wd@denx.de>
9340
9341 commit c9ed38cb6de50fdb4aaa60b668c555002903b211
9342 Author: Wolfgang Denk <wd@denx.de>
9343 Date:   Mon Jul 27 10:01:11 2009 +0200
9344
9345     at91cap9adk: fix #ifdef/#endif pairing (2nd try)
9346
9347     Commit 7024aa14 was supposed to fix the #ifdef/#endif pairing in
9348     include/configs/at91cap9adk.h, but did not cate all problems.
9349
9350     Signed-off-by: Wolfgang Denk <wd@denx.de>
9351
9352 commit fb364bec5f29164d3ee681fcd9d187be8435db12
9353 Author: Wolfgang Denk <wd@denx.de>
9354 Date:   Mon Jul 27 09:58:14 2009 +0200
9355
9356     Fix include/common.h for boards with CONFIG_STATUS_LED
9357
9358     The reordering of include/common.h by commit fcd3c87e495f3c48 broke
9359     boards with status LED support, resulting in
9360         error: #error Status LED configuration missing
9361     errors. Undo this reordering to avoid this issue.
9362
9363     Signed-off-by: Wolfgang Denk <wd@denx.de>
9364
9365 commit 942828a0980b3cea7db698784cc7f6a3e7740b2b
9366 Author: Wolfgang Denk <wd@denx.de>
9367 Date:   Mon Jul 27 09:19:15 2009 +0200
9368
9369     ABI: fix build problems due to now needed div64 routine.
9370
9371     Signed-off-by: Wolfgang Denk <wd@denx.de>
9372
9373 commit 85d6bf0bdc8ccad2d67a9160472f6f8c6bb482fb
9374 Author: Wolfgang Denk <wd@denx.de>
9375 Date:   Mon Jul 27 08:50:59 2009 +0200
9376
9377     PMC405DE: fix out of tree building
9378
9379     Signed-off-by: Wolfgang Denk <wd@denx.de>
9380
9381 commit 10c7604d021949464b1e4ba903df95e6b2f0d2ff
9382 Author: Wolfgang Denk <wd@denx.de>
9383 Date:   Mon Jul 27 00:24:55 2009 +0200
9384
9385     Prepare 2009.08-rc1
9386
9387     Update CHANGELOG, minor coding style fix.
9388
9389     Signed-off-by: Wolfgang Denk <wd@denx.de>
9390
9391 commit fafbb2c3e4b35b60ca303ed2ad1c6cf400cd9a22
9392 Author: rhabarber1848@web.de <rhabarber1848@web.de>
9393 Date:   Fri Jul 24 08:16:30 2009 +0200
9394
9395     add WATCHDOG_RESET to allow LZMA kernel decompression on slow machines
9396
9397     Signed-off-by: rhabarber1848@web.de
9398
9399 commit 3c972849f2becbf19c13a24f090d293f37ecf616
9400 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
9401 Date:   Thu Jul 23 23:31:58 2009 +0200
9402
9403     Less verbose output when loading vxworks 6.x images
9404
9405     Loading vxWorks 5.x images resulted just into 3 or 4 lines of output.
9406     With vxWorks 6.x and the new GCC it emits about 30 lines, which is
9407     far too noisy in my opinion.
9408
9409     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
9410
9411 commit fcd3c87e495f3c48b70c919869fb1e0b93d4880b
9412 Author: Wolfgang Denk <wd@denx.de>
9413 Date:   Fri Jul 24 00:17:48 2009 +0200
9414
9415     Make include/common.h usable by assembler code
9416
9417     Commit 70ebf316 factored out the ROUND() macro into include/common.h,
9418     not realizing that the primary use of this macro on AT91 systems was
9419     in start.S where common.h was not included, and could not be included
9420     because it contains a lot of C code which the assembler doesn't
9421     understand.
9422
9423     This patch wraps such code in common.h in a "#ifndef __ASSEMBLY__"
9424     construct, and then adds an include to cpu/arm926ejs/start.S thus
9425     solving the problem.
9426
9427     Signed-off-by: Wolfgang Denk <wd@denx.de>
9428
9429 commit deec15b3064d3bb0189aede3c2921fd7ee401a0f
9430 Author: Heiko Schocher <heiko.schocher@invitel.hu>
9431 Date:   Thu Jul 23 13:27:04 2009 +0200
9432
9433     arm: add _lshrdi3.S
9434
9435     Signed-off-by: Heiko Schocher <hs@denx.de>
9436
9437 commit 52b1bf2c5cd2f8af880dab503d0039b35570665b
9438 Author: Wolfgang Denk <wd@denx.de>
9439 Date:   Thu Jul 23 13:15:59 2009 +0200
9440
9441     Make linking against libgcc configurable
9442
9443     Many (especially ARM) tool chains seem to come with broken or
9444     otherwise unusable (for the purposes of builing U-Boot) run-time
9445     support libraries `libgcc.a'. By using the "USE_PRIVATE_LIBGCC"
9446     setting we allow to use alternative libraries instead.
9447
9448     "USE_PRIVATE_LIBGCC" can either be set as an environment variable in
9449     the shell, or as a command line argument when running "make", i. e.
9450         $ make USE_PRIVATE_LIBGCC=yes
9451     or
9452         $ USE_PRIVATE_LIBGCC=yes
9453         $ export USE_PRIVATE_LIBGCC
9454         $ make
9455
9456     The value of "USE_PRIVATE_LIBGCC" is the name of the directory which
9457     contains the alternative run-time support library `libgcc.a'. The
9458     special value "yes" selects the directory $(OBJTREE)/lib_$(ARCH) .
9459
9460     Note that not all architectures provide an alternative `libgcc.a' in
9461     their lib_$(ARCH) directories - so far, only ARM does.
9462
9463     Signed-off-by: Wolfgang Denk <wd@denx.de>
9464     Cc: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9465     Cc: Prafulla Wadaskar <prafulla@marvell.com>
9466     cc: Stefan Roese <sr@denx.de>
9467
9468 commit 479105065d965121f57b55dcfe83a940cba46ac1
9469 Author: Dirk Behme <dirk.behme@googlemail.com>
9470 Date:   Wed Jul 22 17:51:56 2009 +0200
9471
9472     Use do_div from div64.h for vsprintf
9473
9474     Use do_div from div64.h for vsprintf in case of 64bit division.
9475     For 32bit division, do_div from div64.h can't be used as it
9476     needs a 64bit parameter.
9477
9478     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
9479     Acked-by: Stefan Roese <sr@denx.de>
9480     CC: Simon Kagstrom <simon.kagstrom@netinsight.net>
9481
9482 commit 48287792384a93d77d43aaaa1c06cac275bbe1bb
9483 Author: Kyungmin Park <kmpark@infradead.org>
9484 Date:   Mon Jul 20 09:47:47 2009 +0900
9485
9486     Fix compiler warnings after loff_t change
9487
9488     Now 'env_addr' type is loff_t so use correct field type.
9489
9490     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
9491
9492 commit 9c67352f727a5b5eff531c852f9cff59fcb17f7f
9493 Author: Wolfgang Denk <wd@denx.de>
9494 Date:   Sun Jul 26 23:28:02 2009 +0200
9495
9496     Revert "ppc: Unlock cache-as-ram in a consistent manner"
9497
9498     This reverts commit 982adfc610669482a32127282fe489857a92cfe3.
9499
9500     This patch causes problems on MPC83xx boards - flash recognition stops
9501     working.
9502
9503     Signed-off-by: Wolfgang Denk <wd@denx.de>
9504
9505 commit 35cf3b57eafe3ee1f693e24267e0ecfefab60251
9506 Author: Jens Scharsig <esw@bus-elektronik.de>
9507 Date:   Fri Jul 24 10:31:48 2009 +0200
9508
9509     update the EB+MCF-EV123 board support
9510
9511     This patch updates the support for EB+MCF-EV123 board and needs
9512     the [PATCH 1/2 V3] new video driver for bus vcxk framebuffers
9513
9514     * remove the board framebuffer driver
9515     * use the common bus_vcxk framebuffer driver
9516     * adds bmp support
9517     * adds splashimage support
9518     * fix serveral cosmetical errors
9519
9520     Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
9521     [agust@denx.de: fixed some style issues before applying]
9522     Signed-off-by: Anatolij Gustschin <agust@denx.de>
9523
9524 commit 04538cdb752eeea8fd23cf7ac3394439f189fb77
9525 Author: Anatolij Gustschin <agust@denx.de>
9526 Date:   Sun Jul 26 12:05:25 2009 +0200
9527
9528     video: bus_vcxk.c: fix style issues added by 50217dee
9529
9530     Signed-off-by: Anatolij Gustschin <agust@denx.de>
9531
9532 commit 50217deeb07911d686790d34d468eb9a5245f68d
9533 Author: Jens Scharsig <esw@bus-elektronik.de>
9534 Date:   Fri Jul 24 10:09:02 2009 +0200
9535
9536     new video driver for bus vcxk framebuffers
9537
9538     This patch adds a new video driver
9539
9540     * adds common bus_vcxk framebuffer driver
9541
9542     Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
9543     [agust@denx.de: fixed lots of style issues before applying]
9544     Signed-off-by: Anatolij Gustschin <agust@denx.de>
9545
9546 commit 60e97419246d0a3615758ad6af40680aefb5f7f1
9547 Author: Alessandro Rubini <rubini@gnudd.com>
9548 Date:   Tue Jul 21 14:09:45 2009 +0200
9549
9550     lcd.h: define extern vidinfo_t for all cases
9551
9552     include/lcd.h has different vidinfo for different platforms,
9553     and several extern declaration, but one for the default case was
9554     missing. This makes them a single extern declaration for everyone.
9555
9556     Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
9557
9558 commit bcf0b5248952c6b03081dc5cc4ff9e0b2299c5fa
9559 Author: Anatolij Gustschin <agust@denx.de>
9560 Date:   Sun Jul 26 11:04:59 2009 +0200
9561
9562     mimc200.c: fix too long lines added by f68378d6
9563
9564     Signed-off-by: Anatolij Gustschin <agust@denx.de>
9565
9566 commit f68378d60a905d43155f2e89bf81999d3c93a90a
9567 Author: Mark Jackson <mpfj-list@mimc.co.uk>
9568 Date:   Tue Jul 21 11:35:22 2009 +0100
9569
9570     Add LCD support to MIMC200 board
9571
9572     This patch updates the MIMC200 files to enable the LCD.
9573
9574     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
9575
9576 commit 69f32e6c24d41fcdf347ff64e9c13b25059ace58
9577 Author: Mark Jackson <mpfj-list@mimc.co.uk>
9578 Date:   Tue Jul 21 11:18:44 2009 +0100
9579
9580     Add 16bit colour support in lcd.h
9581
9582     This patch adds support for LCD_COLOR16 in include/lcd.h.
9583
9584     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
9585
9586 commit bdc873ea063b8cc6d44c6ab748b7723a97d8d7b3
9587 Author: Anatolij Gustschin <agust@denx.de>
9588 Date:   Sun Jul 26 10:34:58 2009 +0200
9589
9590     lib_avr32/board.c: fix too long line added by 716ece1d
9591
9592     Signed-off-by: Anatolij Gustschin <agust@denx.de>
9593
9594 commit 716ece1de9a7d43a61d8698ac41b71b64f66f9e9
9595 Author: Mark Jackson <mpfj-list@mimc.co.uk>
9596 Date:   Tue Jul 21 11:11:37 2009 +0100
9597
9598     Add AVR32 LCD support
9599
9600     This patch adds support for the AVR32 LCD controller.  This patch is
9601     based off the latest u-boot-video.
9602
9603     A quick summary of what's going on:-
9604
9605     Enable LCDC pixel clock
9606     Enable LCDC port pins
9607     Add framebuffer pointer to global_data struct
9608     Allocate framebuffer
9609
9610     To use the new code, update your board config to include something like
9611     this:-
9612
9613     #define CONFIG_LCD                  1
9614
9615     #if defined(CONFIG_LCD)
9616     #define CONFIG_CMD_BMP
9617     #define CONFIG_ATMEL_LCD            1
9618     #define LCD_BPP                             LCD_COLOR16
9619     #define CONFIG_BMP_16BPP            1
9620     #define CONFIG_FB_ADDR                      0x10600000
9621     #define CONFIG_WHITE_ON_BLACK               1
9622     #define CONFIG_VIDEO_BMP_GZIP               1
9623     #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE              262144
9624     #define CONFIG_ATMEL_LCD_BGR555             1
9625     #define CONFIG_SYS_CONSOLE_IS_IN_ENV        1
9626     #define CONFIG_SPLASH_SCREEN                1
9627     #endif
9628
9629     The standard U-Boot BMP and Splash-screen features should just work.
9630
9631     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
9632     [agust@denx.de: fixed some style issues]
9633     Signed-off-by: Anatolij Gustschin <agust@denx.de>
9634
9635 commit 6111722a9281c6e04a7304d502556afff6a5a1f8
9636 Author: Alessandro Rubini <rubini@gnudd.com>
9637 Date:   Sun Jul 19 17:52:27 2009 +0200
9638
9639     video: move extern declarations from C to headers
9640
9641     This moves some extern declaration from lcd.c to lcd.h, removing
9642     unneeded ifdef around a pair of them.  Additionally, since
9643     gunzip_bmp() was declared static in cmd_bmp.c but extern in lcd.c, I
9644     removed the static.  The extra "#include <lcd.h>" in cmd_bmp.c is
9645     added to ensure the header is consistent with the source.
9646
9647     This has been compile-tested on both ARM (at91 boards) and PowerPC
9648     (HH405_config, TQM823L_LCD_config, mcc200_config), to test all use
9649     combinations.
9650
9651     Signed-off-by: Alessandro Rubini <rubini@gnudd.it>
9652     [agust@denx.de: removed gunzip_bmp() fixes as commit c01171ea did it]
9653     Signed-off-by: Anatolij Gustschin <agust@denx.de>
9654
9655 commit f51e001143c58447eb50e7aefa2b09eb4cc1410c
9656 Author: Mike Frysinger <vapier@gentoo.org>
9657 Date:   Thu Jul 23 16:26:58 2009 -0400
9658
9659     Blackfin: restore EVT1 handling in linker script
9660
9661     Sadly, the Blackfin linker script unification lost a small #ifdef logic
9662     needed on older parts.  Restore that CONFIG_BFIN_BOOTROM_USES_EVT1 logic.
9663
9664     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9665
9666 commit f33b325af666b12eafa9ab235b2cd59832d6e51c
9667 Author: Wolfgang Denk <wd@denx.de>
9668 Date:   Fri Jul 24 14:24:07 2009 +0200
9669
9670     Revert "zlib: updated to v.1.2.3"
9671
9672     This reverts commit b201171f2b4d509f3ad510b214bee70ff902e3d6.
9673
9674     The commit caused problems for example when unpacking kernel images:
9675
9676            Uncompressing Kernel Image ... Error: inflate() returned -2
9677            GUNZIP: uncompress, out-of-mem or overwrite error - must
9678            RESET board to recover
9679
9680     Conflicts:
9681
9682         include/u-boot/zlib.h
9683         lib_generic/zlib.c
9684
9685     Signed-off-by: Wolfgang Denk <wd@denx.de>
9686
9687 commit 4b1389e0ceb19e9b50b96fd3908483a6c2274fb0
9688 Author: Stefan Roese <sr@denx.de>
9689 Date:   Tue Jul 21 14:06:29 2009 +0200
9690
9691     ppc4xx: Add chip_config command to AMCC Kilauea eval board
9692
9693     This patch removes the "alterpll" command and replaces it with the now
9694     ppc4xx standard "chip_config" command to configure the I2C bootstrap
9695     EEPROM.
9696
9697     Signed-off-by: Stefan Roese <sr@denx.de>
9698
9699 commit f6af8ce0c80327cb6aaa347642026ad838335c23
9700 Author: Stefan Roese <sr@denx.de>
9701 Date:   Tue Jul 21 14:33:52 2009 +0200
9702
9703     ppc4xx: Fix EEPROM configuration on Kilauea
9704
9705     Kilauea has an AT24C02 EEPROM which has an 8 byte page. Without defining
9706     CONFIG_SYS_EEPROM_PAGE_WRITE_BITS to 3 the "eeprom" command doesn't
9707     work correctly.
9708
9709     Additionally the page write delay (CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS)
9710     is set to a more defensive value of 10ms.
9711
9712     Signed-off-by: Stefan Roese <sr@denx.de>
9713
9714 commit 99d8b23bc7e2be04fcbf49c5cec9f5ae76df290c
9715 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
9716 Date:   Wed Jul 22 13:56:21 2009 +0200
9717
9718     ppc4xx: Add 405EP based PMC405DE board
9719
9720     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
9721     Signed-off-by: Stefan Roese <sr@denx.de>
9722
9723 commit da799f66ad1d4fc36dd20cc2d7e584493fda8546
9724 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
9725 Date:   Mon Jul 20 12:15:38 2009 +0200
9726
9727     ppc4xx: Add struct for 4xx GPIO controller registers
9728
9729     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
9730     Signed-off-by: Stefan Roese <sr@denx.de>
9731
9732 commit 58ea142fb2e969f32306c8da1dabfaebd6fa141a
9733 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
9734 Date:   Wed Jul 22 17:27:56 2009 +0200
9735
9736     ppc4xx: Replace 4xx lowercase SPR references
9737
9738     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
9739     Signed-off-by: Stefan Roese <sr@denx.de>
9740
9741 commit 87c0b72908e05662b8b415e26e1042f4779629da
9742 Author: Stefan Roese <sr@denx.de>
9743 Date:   Mon Jul 20 06:57:27 2009 +0200
9744
9745     Add "chip_config" command for PPC4xx bootstrap configuration
9746
9747     This patch adds a generic command for programming I2C bootstrap
9748     eeproms on PPC4xx. An implementation for Canyonlands board is
9749     included.
9750
9751     The command name is intentionally chosen not to be PPC4xx specific.
9752     This way other CPU's/SoC's can implement a similar command under
9753     the same name, perhaps with a different syntax.
9754
9755     Usage on Canyonlands:
9756
9757     => chip_config
9758     Available configurations (I2C address 0x52):
9759     600-nor          - NOR  CPU: 600 PLB: 200 OPB: 100 EBC: 100
9760     600-nand         - NAND CPU: 600 PLB: 200 OPB: 100 EBC: 100
9761     800-nor          - NOR  CPU: 800 PLB: 200 OPB: 100 EBC: 100
9762     800-nand         - NAND CPU: 800 PLB: 200 OPB: 100 EBC: 100
9763     1000-nor         - NOR  CPU:1000 PLB: 200 OPB: 100 EBC: 100
9764     1000-nand        - NAND CPU:1000 PLB: 200 OPB: 100 EBC: 100
9765     1066-nor         - NOR  CPU:1066 PLB: 266 OPB:  88 EBC:  88 ***
9766     1066-nand        - NAND CPU:1066 PLB: 266 OPB:  88 EBC:  88
9767     => chip_config 600-nor
9768     Using configuration:
9769     600-nor          - NOR  CPU: 600 PLB: 200 OPB: 100 EBC: 100
9770     done (dump via 'i2c md 52 0.1 10')
9771     Reset the board for the changes to take effect
9772
9773     Other 4xx boards will be migrated to use this command soon
9774     as well.
9775
9776     Signed-off-by: Stefan Roese <sr@denx.de>
9777     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
9778     Acked-by: Matthias Fuchs <matthias.fuchs@esd.eu>
9779
9780 commit 10c1b218556ed9871f36bc0c407f4f2f6196353b
9781 Author: Peter Tyser <ptyser@xes-inc.com>
9782 Date:   Fri Jul 17 19:01:16 2009 -0500
9783
9784     xpedite1k: Move to X-ES vendor directory
9785
9786     The XPedite1000 is an X-ES product thus it can be put in board/xes along
9787     with other X-ES boards.  Along with the move, the board was renamed to
9788     XPedite1000 from XPedite1K to fit X-ES's standard naming convention.
9789     Maintainership was also transfered to Peter Tyser.
9790
9791     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9792     Signed-off-by: Stefan Roese <sr@denx.de>
9793
9794 commit 54381b79d268e1bead5d78ed8423df31a3cb0e2c
9795 Author: Peter Tyser <ptyser@xes-inc.com>
9796 Date:   Fri Jul 17 19:01:15 2009 -0500
9797
9798     xpedite1k: Sync checkboard() with other X-ES boards
9799
9800     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9801     Signed-off-by: Stefan Roese <sr@denx.de>
9802
9803 commit 9b4ef1f5dc0daab64f46249a32e67279c4d44fd2
9804 Author: Peter Tyser <ptyser@xes-inc.com>
9805 Date:   Fri Jul 17 19:01:14 2009 -0500
9806
9807     xpedite1k: Sync up board config options with other X-ES boards
9808
9809     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9810     Signed-off-by: Stefan Roese <sr@denx.de>
9811
9812 commit 4cdad5f43ae67e4ceeac69ef4af4392bd2f7381f
9813 Author: Peter Tyser <ptyser@xes-inc.com>
9814 Date:   Fri Jul 17 19:01:13 2009 -0500
9815
9816     xpedite1k: Sync organization of board config with other X-ES boards
9817
9818     This change should have no functional effect
9819
9820     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9821     Signed-off-by: Stefan Roese <sr@denx.de>
9822
9823 commit c4ae1a0257a0f5008ee2686e8aa92fba3992f279
9824 Author: Peter Tyser <ptyser@xes-inc.com>
9825 Date:   Fri Jul 17 19:01:12 2009 -0500
9826
9827     xpedite1k: Sync up commands and environment with other X-ES boards
9828
9829     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9830     Signed-off-by: Stefan Roese <sr@denx.de>
9831
9832 commit fbc7951ea84c2fe6da0f6007b672ed35bae91acb
9833 Author: Peter Tyser <ptyser@xes-inc.com>
9834 Date:   Fri Jul 17 19:01:11 2009 -0500
9835
9836     xpedite1k: Disable unused ethernet port 1
9837
9838     The XPedite1000 only has 2 available ethernet ports:
9839     ppc_4xx_eth2 (EMAC2) and ppc_4xx_eth3 (EMAC3)
9840
9841     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9842     Signed-off-by: Stefan Roese <sr@denx.de>
9843
9844 commit 767e32ad369d83f55f950e6938e68b6dba7fa65f
9845 Author: Peter Tyser <ptyser@xes-inc.com>
9846 Date:   Fri Jul 17 19:01:10 2009 -0500
9847
9848     xpedite1k: Store environment in flash
9849
9850     Previously an I2C EEPROM was used.  The EEPROM had size, reliability,
9851     and access issues which are resolved by storing the environment in
9852     flash.
9853
9854     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9855     Signed-off-by: Stefan Roese <sr@denx.de>
9856
9857 commit b88da157f9990cd2cb081e4faea4b9581b5d0e2f
9858 Author: Peter Tyser <ptyser@xes-inc.com>
9859 Date:   Fri Jul 17 19:01:09 2009 -0500
9860
9861     xpedite1k: Add support for additional GPIO pins
9862
9863     Enable GPIO pins for an I2C EEPROM write protect, a system reset pin,
9864     and a PMC #MONARCH pin.  These pins are not currently used in U-Boot,
9865     but are used in OSes and may be used in U-Boot in the future.
9866
9867     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9868     Signed-off-by: Stefan Roese <sr@denx.de>
9869
9870 commit 42735815dd9ba39efe51203868aebce04053c8de
9871 Author: Peter Tyser <ptyser@xes-inc.com>
9872 Date:   Fri Jul 17 19:01:08 2009 -0500
9873
9874     xpedite1k: Add support for optional flashes
9875
9876     The XPedite1000 can be built with 4 total flashes:
9877     - 512KB AMD socketed
9878     - 16MB Intel soldered
9879     - 2 x 32MB AMD MirrorBit flashes
9880
9881     Add support for the optional 2 32MB CFI-compliant AMD flashes
9882
9883     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9884     Signed-off-by: Stefan Roese <sr@denx.de>
9885
9886 commit e02990764c7415c84668823a0fc8c5b4dd8d8cf0
9887 Author: Peter Tyser <ptyser@xes-inc.com>
9888 Date:   Fri Jul 17 19:01:07 2009 -0500
9889
9890     xpedite1k: Cleanup coding style
9891
9892     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9893     Signed-off-by: Stefan Roese <sr@denx.de>
9894
9895 commit 086ff34a3a7e5e595630d658c1c13778399452d1
9896 Author: Peter Tyser <ptyser@xes-inc.com>
9897 Date:   Fri Jul 17 19:01:06 2009 -0500
9898
9899     xpedite1k: Remove support for reading MACs from EEPROM
9900
9901     By default, the XPedite1000 comes installed with xMon, a proprietary
9902     bootloader.  xMon stores its MAC address in an onboard EEPROM.  Rather
9903     than requiring a non-standard location in the EEPROM to be reserved for
9904     MAC addresses, store the MAC addresses in U-Boot's standard environment.
9905     A U-Boot application or OS application can be used to migrate xMon MAC
9906     addresses to U-Boot's environment if necessary.
9907
9908     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9909     Signed-off-by: Stefan Roese <sr@denx.de>
9910
9911 commit 108d6d0099372f9f6532c3198fbaacabc121c9b3
9912 Author: Peter Tyser <ptyser@xes-inc.com>
9913 Date:   Fri Jul 17 19:01:05 2009 -0500
9914
9915     xpedite1k: Remove support for fixed SDRAM configuration
9916
9917     All XPedite1000's have SPD EEPROMs present and no fixed configuration
9918     parameters are currently defined or used
9919
9920     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9921     Signed-off-by: Stefan Roese <sr@denx.de>
9922
9923 commit c86d00a2ed923002f1ab0bfb0a925522628302e9
9924 Author: Peter Tyser <ptyser@xes-inc.com>
9925 Date:   Fri Jul 17 19:01:04 2009 -0500
9926
9927     xpedite1k: Remove CONFIG_SYS_DRAM_TEST support
9928
9929     POST or command line tests provide similar functionality
9930
9931     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9932     Signed-off-by: Stefan Roese <sr@denx.de>
9933
9934 commit 11ad309c183b176d8866944026a63c0f1c626f56
9935 Author: Peter Tyser <ptyser@xes-inc.com>
9936 Date:   Fri Jul 17 19:01:03 2009 -0500
9937
9938     xpedite1k: Use standard CFI flash driver
9939
9940     Using the CFI flash driver will allow write access to the 16MB Intel
9941     StrataFlash present on the XPedite1000.  The 512KB socketed (non
9942     CFI-compliant flash) will no longer be writable.
9943
9944     The mapping of the 16MB Strata flash was moved to 0xff000000 and the
9945     512KB AMD socketed flash was moved to 0xfe000000.
9946
9947     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9948     Signed-off-by: Stefan Roese <sr@denx.de>
9949
9950 commit d4d2e79bb433fc7ec18c68cc49cc6b7433d1320c
9951 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
9952 Date:   Thu Jul 16 22:13:57 2009 +0200
9953
9954     ppc4xx: Cleanup PLU405 board code
9955
9956     Some Coding style cleanup (braces, whitespaces, long lines)
9957
9958     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
9959     Signed-off-by: Stefan Roese <sr@denx.de>
9960
9961 commit b209a114829dc8a7a0e39a9335b6e4aebf9742cb
9962 Author: Dirk Eibach <eibach@gdsys.de>
9963 Date:   Fri Jul 17 14:16:40 2009 +0200
9964
9965     ppc4xx: Add DL-Vision 405EP board support
9966
9967     Board support for the Guntermann & Drunck DL-Vision.
9968
9969     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
9970     Signed-off-by: Stefan Roese <sr@denx.de>
9971
9972 commit 9b1b8c8a1bf52e9b65e1958e5205838576066cbc
9973 Author: Dirk Eibach <eibach@gdsys.de>
9974 Date:   Fri Jul 10 14:47:32 2009 +0200
9975
9976     ppc4xx: Fix missing freqOPB for 405EP
9977
9978     In cpu/ppc4xx/speed.c initialization of sysInfo->freqOPB for 405EP was
9979     left out for no obvious reason.
9980
9981     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
9982     Signed-off-by: Stefan Roese <sr@denx.de>
9983
9984 commit 0a371ca08908c9b2a58171223a79bffea1f7c6f5
9985 Author: Stefan Roese <sr@denx.de>
9986 Date:   Tue Jul 14 15:53:08 2009 +0200
9987
9988     ppc4xx: Fix TLB reset problem with recent 44x images
9989
9990     Patch d873133f [ppc4xx: Add Sequoia RAM-booting target] broke "normal"
9991     booting on some 44x platforms. This breakage is only noticed in some
9992     cases while powercycling. As it seems, the code in question in start.S
9993     didn't invalidate TLB #0. This makes sense since this TLB is used for
9994     the bootrom mapping. With the patch mentioned above even TLB #0 got
9995     invalidated resulting in an error later on.
9996
9997     This patch now fixes this issue by only invalidating TLB #0 in the RAM-
9998     booting case.
9999
10000     Tested succesfully on Sequoia and Canyonlands.
10001
10002     Signed-off-by: Stefan Roese <sr@denx.de>
10003     Cc: Dirk Eibach <Eibach@gdsys.de>
10004
10005 commit 44259bb9e696d22bf1773181111855a29f00cf33
10006 Author: Prafulla Wadaskar <prafulla@marvell.com>
10007 Date:   Fri Jul 17 19:56:30 2009 +0530
10008
10009     usb: bugfix driver/usb/host/ehci-hcd.c function ehci_submit_root
10010
10011     This change is cheked in Linux source and fix found to be in sync.
10012     This patch is tested for USB host interface on Kirkwood based
10013     Sheevaplug platform (ARM little endian board)
10014
10015     Risk: the impact of this patch is not validated on big endian board.
10016     This need to be checked...
10017
10018     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
10019     Signed-off-by: Remy Bohmer <linux@bohmer.net>
10020
10021 commit 28958b8bea4c66629c5a22fd3c8b0d49df90383d
10022 Author: Wolfgang Denk <wd@denx.de>
10023 Date:   Thu Jul 23 22:23:23 2009 +0200
10024
10025     Coding Style cleanup; update CHANGELOG.
10026
10027     Signed-off-by: Wolfgang Denk <wd@denx.de>
10028
10029 commit 2632c008e2c2cd61fefb622ed671ea3e6bd2e2a6
10030 Author: Mike Frysinger <vapier@gentoo.org>
10031 Date:   Tue Jul 21 22:59:36 2009 -0400
10032
10033     autoconf.mk: include before config.mk for top level files
10034
10035     By including autoconf.mk before config.mk, all top level files can use any
10036     config options it sets up (like <arch>_config.mk) or the Makefile itself
10037     without being forced to use lazy evaluation.
10038
10039 commit c01171eaecc963d2c1f56a0984a0cbcdd8a3ab3c
10040 Author: Mark Jackson <mpfj-list@mimc.co.uk>
10041 Date:   Tue Jul 21 11:30:53 2009 +0100
10042
10043     Remove static declaration from gunzip_bmp()
10044
10045     This patch removes the static declaration from gunzip_bmp()
10046
10047     Without it, the gunzip_bmp() function is not visible to
10048     common/lcd.c and fails to compile with an error.
10049
10050     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
10051
10052 commit 2d4a43e230a3c8bfd03b9beaa0eb2a95e779c03b
10053 Author: Peter Tyser <ptyser@gmail.com>
10054 Date:   Mon Jul 20 21:51:38 2009 -0500
10055
10056     cmd_tsi148: General cleanup
10057
10058     - Fix command help message
10059     - Disable DEBUG by default
10060     - Fix whitespace issues
10061     - Fix lines > 80 characters
10062
10063     Signed-off-by: Peter Tyser <ptyser@gmail.com>
10064     Acked-by: Stefan Roese <sr@denx.de>
10065
10066 commit 9aef73888509d10193615ee5cd9cf439ca44e937
10067 Author: Mike Frysinger <vapier@gentoo.org>
10068 Date:   Sun Jul 19 15:17:03 2009 -0400
10069
10070     unify HOST_CFLAGS and HOSTCFLAGS
10071
10072     The top build system sets up HOSTCFLAGS a bit and exports it, but other
10073     places use HOST_CFLAGS instead.  Unify the two as HOSTCFLAGS so that the
10074     values stay in sync.
10075
10076     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10077
10078 commit 2e9393f500065f940e5e4ac7fe375e4c0b77b936
10079 Author: Wolfgang Denk <wd@denx.de>
10080 Date:   Thu Jul 23 21:16:59 2009 +0200
10081
10082     Update CHANGELOG
10083
10084     Signed-off-by: Wolfgang Denk <wd@denx.de>
10085
10086 commit e3b39f84e974df70065fa248f0f63993b1708c9d
10087 Author: André Schwarz <andre.schwarz@matrix-vision.de>
10088 Date:   Fri Jul 17 14:50:24 2009 +0200
10089
10090     update config for mvBC-P (MPC5200)
10091
10092     This patch adds I2C support for mvBC-P and defines flash layout
10093     matching the shipped product.
10094
10095     Signed-off-by: André Schwarz <andre.schwarz@matrix-vision.de>
10096
10097 commit cb6d0b72c2c4f13c0075a7ae92e11682ec94a311
10098 Author: Kumar Gala <galak@kernel.crashing.org>
10099 Date:   Mon Jul 13 09:24:00 2009 -0500
10100
10101     ahci: Fix gcc 4.4 compiler warning
10102
10103     ahci.c: In function 'ata_scsiop_read_capacity10':
10104     ahci.c:616: warning: dereferencing type-punned pointer will break strict-aliasing rules
10105
10106     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10107
10108 commit 51d91e1a253c97713c7f3e5c0b910a4db4979283
10109 Author: Kumar Gala <galak@kernel.crashing.org>
10110 Date:   Mon Jul 13 09:23:59 2009 -0500
10111
10112     drivers/bios_emulator: Fix gcc 4.4 compiler warning
10113
10114     biosemu.c: In function 'BE_setVGA':
10115     biosemu.c:147: warning: dereferencing type-punned pointer will break strict-aliasing rules
10116
10117     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10118
10119 commit f97ec30bb3c5a4a456159eb2b75b3bc68772bf2a
10120 Author: Detlev Zundel <dzu@denx.de>
10121 Date:   Mon Jul 13 16:01:19 2009 +0200
10122
10123     Re-add support for image type 'Standalone Program'
10124
10125     Support for this type was lost during the bootm refactoring.
10126
10127     Signed-off-by: Detlev Zundel <dzu@denx.de>
10128
10129 commit ca95c9df0280f40e8e4befadbaae21fa67d92331
10130 Author: Detlev Zundel <dzu@denx.de>
10131 Date:   Mon Jul 13 16:01:18 2009 +0200
10132
10133     Add error checking for unsupported OS types.
10134
10135     Signed-off-by: Detlev Zundel <dzu@denx.de>
10136
10137 commit 982adfc610669482a32127282fe489857a92cfe3
10138 Author: Peter Tyser <ptyser@xes-inc.com>
10139 Date:   Fri Jul 10 18:46:10 2009 -0500
10140
10141     ppc: Unlock cache-as-ram in a consistent manner
10142
10143     Previously, non-e500 architectures only unlocked their data cache which
10144     was used as early RAM when booting to Linux using the "bootm" command.
10145     This change causes all PPC boards with CONFIG_SYS_INIT_RAM_LOCK defined
10146     to unlock their data cache during U-Boot's initialization.  This
10147     improves U-Boot performance and provides a common cache state when
10148     booting to different OSes.
10149
10150     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10151
10152 commit b201171f2b4d509f3ad510b214bee70ff902e3d6
10153 Author: Giuseppe CONDORELLI <giuseppe.condorelli@st.com>
10154 Date:   Thu Jul 23 04:54:45 2009 -0400
10155
10156     zlib: updated to v.1.2.3
10157
10158     This patch updates zlib to the latest stable version.
10159
10160     Only relevant zlib parts were ported to u-boot tree, as was done for
10161     the previously used version of zlib (0.95). New zlib gives faster
10162     inflate performance and other improvements, see www.zlib.net
10163
10164     Signed-off-by: Giuseppe Condorelli <giuseppe.condorelli@st.com>
10165     Reviewed-by: Angelo Castello <angelo.castello@st.com>
10166
10167     Edited commit message
10168
10169     Signed-off-by: Wolfgang Denk <wd@denx.de>
10170
10171 commit 97cfe86163505ea18e7ff7b71e78df5bb03dad57
10172 Author: Robin Getz <rgetz@blackfin.uclinux.org>
10173 Date:   Tue Jul 21 12:15:28 2009 -0400
10174
10175     Save server's MAC address in environment
10176
10177     Linux's netconsole works much better when you can pass it the MAC address of
10178     the server. (otherwise it just uses broadcast, which everyone else on my
10179     network complains about :)
10180
10181     This sets the env var "serveraddr" (to match ethaddr), so that you can pass
10182     it to linux with whatever bootargs you want to....
10183
10184     addnetconsole=set bootargs $(bootargs) netconsole=@$(ipaddr)/eth0,@$(serverip)/$(serveraddr)
10185
10186     Signed-of-by: Robin Getz <rgetz@blackfin.uclinux.org>
10187
10188     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10189
10190 commit 0b23fb368d08c9669fac647971ff249c3f9fee8f
10191 Author: Ilya Yanok <yanok@emcraft.com>
10192 Date:   Tue Jul 21 19:32:21 2009 +0400
10193
10194     fec_mxc: driver for FEC ethernet controller on i.MX27
10195
10196     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
10197     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10198
10199 commit 0544c63681d2ea3607faf374e9c56f101e365b42
10200 Author: Alessio Centazzo <centazzo@gmail.com>
10201 Date:   Sat Jul 11 11:56:06 2009 -0700
10202
10203     ppc4xx: Fixed compilation warning in 4xx_enet.c
10204
10205     This patch fixes a compilation warning for some Ethernet PHY-less
10206     PPC4xx platforms (440SPE based ones) and a potential compilation
10207     error for 440SP platforms (use of undefined 'ethgroup' variable).
10208     In the original code and in case of 440SPE platforms, 'ethgroup'
10209     is initialized to -1 and never modified.  Later in the function,
10210     within an #ifdef statement, an 'if statement' executes code only
10211     if 'ethgroup' is set to 4, therefore it is harmless to avoid
10212     executing the 'if statement' by removing the CONFIG_440SPE from
10213     the affected #ifdefs.  In case of 440SP platforms  with on-board
10214     Ethernet PHY, 'ethgroup' is undefined but used (there are not such
10215     platforms in the repository yet). All other architectures are not
10216     affected by this change.
10217
10218     Signed-off-by: Alessio Centazzo acpatin@yahoo.com
10219     Acked-by: Stefan Roese <sr@denx.de>
10220     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10221
10222 commit 09133f8580f0106429ba3600f1855bd3577ae58b
10223 Author: Michael Zaidman <michael.zaidman@gmail.com>
10224 Date:   Tue Jul 14 23:37:12 2009 +0300
10225
10226     DHCP regression on 2009-06
10227
10228     Fixed the DHCP/BOOTP/RARP regression introduced in u-boot-2009.06
10229     by initializing our IP addr to 0 in order to accept any IP addr
10230     assigned to us by the DHCP/BOOTP/RARP server.
10231
10232     Ack-by: Robin Getz <rgetz@blackfin.uclinux.org>
10233     Signed-off-by: Michael Zaidman <michael.zaidman@gmail.com>
10234     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10235
10236 commit 443ce4ac9d1138ae5ae6863b2d40a96fd6edf523
10237 Author: Prafulla Wadaskar <prafulla@marvell.com>
10238 Date:   Thu Jul 16 20:58:02 2009 +0530
10239
10240     net: phy: bugfixes: mv88E61xx multichip addressing support
10241
10242     With these fixes, this driver works properly for multi chip
10243     addressging mode
10244
10245     Bugfixes:
10246     1. Build error fixed for function mv88e61xx_busychk_multic-fixed
10247     2. PHY dev address error detection- fixed
10248     3. wrong busy bit was refered in function mv88e61xx_busychk -fixed
10249     4. invalid data read ptr was refered for RD_PHY in case of
10250         multichip addressing mode -fixed
10251
10252     The Multichip Address mode is tested with RD6281A board having
10253     MV88E6165 switch on it
10254
10255     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
10256     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10257
10258 commit 16025ea45539219f2a7c750c6f0ae983ea5c2737
10259 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
10260 Date:   Wed Jul 8 13:05:11 2009 +0200
10261
10262     arm: Kirkwood: Check the error summary bit for error detection
10263
10264     The Marvell documentation for the 88f6281 states that the error coding
10265     is only valid if the error summary and last frame bits in the transmit
10266     descriptor status field are set. This patch adds checks for these for
10267     transmit (I would get transmit errors on bootp with the current check,
10268     which I believe are spurious).
10269
10270     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
10271     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10272
10273 commit 7b05f5e027b81cd3a9a41c6c6d3fe09c72fa93f6
10274 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
10275 Date:   Wed Jul 8 13:03:18 2009 +0200
10276
10277     arm: Kirkwood: Fix compiler optimization bug for kwgbe_send
10278
10279     kwgbe_send/recv both have loops waiting for the hardware to set  a bit.
10280     GCC 4.3.3 cleverly optimizes the send case to ... a while(1); loop. This
10281     patch uses readl to force a read from device memory. Other volatile
10282     accesses have also been replaced with readl/writel where appropriate
10283     (as per suggestions on the U-boot mailing list).
10284
10285     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
10286     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10287
10288 commit 3f6b18ffd94621625de961bc566022b0266790f5
10289 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
10290 Date:   Thu Jul 2 13:21:22 2009 -0400
10291
10292     MIIPHYBB: Return 0xFFFF if the PHY is not asserting TA.
10293
10294     This patch sets the returned value to 0xFFFF if the PHY does not exist
10295     and does not assert Transfer Acknowledge. A NULL check for the value
10296     pointer is also added for buffer overflow protection.
10297
10298     Without this patch 'mii info' will  show 'phantom' devices because the
10299     value will be not be initialized and return with some random value.
10300
10301     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
10302     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10303
10304 commit 736fead8fdbf8a8407048bebc373cd551d01ec98
10305 Author: Ben Warren <biggerbadderben@gmail.com>
10306 Date:   Mon Jul 20 22:01:11 2009 -0700
10307
10308     Convert SMC911X Ethernet driver to CONFIG_NET_MULTI API
10309
10310     All in-tree boards that use this controller have CONFIG_NET_MULTI added
10311     Also:
10312      - changed CONFIG_DRIVER_SMC911X* to CONFIG_SMC911X*
10313      - cleaned up line lengths
10314      - modified all boards that override weak function in this driver
10315      - added
10316
10317     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10318     Tested-by: Mike Frysinger <vapier@gentoo.org>
10319
10320 commit 3bd0a877b74b9c005ae7cb892480ccedfa308c20
10321 Author: Ben Warren <biggerbadderben@gmail.com>
10322 Date:   Fri Jul 17 00:50:15 2009 -0700
10323
10324     Add warning about upcoming removal of old Ethernet API
10325
10326     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10327
10328 commit b7fe25d2a8d1cede401d09e1f9c84f8fe47bdbb1
10329 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
10330 Date:   Thu Jul 2 16:15:13 2009 +0530
10331
10332     P2020RDB Added support of Vitesse PHYs VSC8641(RGMII) and VSC8221(SGMII)
10333
10334     These PHYs are on P2020RDB platform.
10335
10336     Also revamped Freescale copyright message in drivers/net/tsec.c.
10337
10338     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
10339     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10340
10341 commit 1a32bf41881b5dbe3119cb77a33572b4d462cabf
10342 Author: Robin Getz <rgetz@blackfin.uclinux.org>
10343 Date:   Mon Jul 20 14:53:54 2009 -0400
10344
10345     Add DNS support
10346
10347     On 04 Oct 2008 Pieter posted a dns implementation for U-Boot.
10348
10349     http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg10216.html
10350     >
10351     > DNS can be enabled by setting CFG_CMD_DNS. After performing a query,
10352     > the serverip environment var is updated.
10353     >
10354     > Probably there are some cosmetic issues with the patch. Unfortunatly I
10355     > do not have the time to correct these. So if anybody else likes DNS
10356     > support in U-Boot and has the time, feel free to patch it in the main tree.
10357
10358     Here it is again - slightly modified & smaller:
10359       - update to 2009-06 (Pieter's patch was for U-Boot 1.2.0)
10360       - README.dns is added
10361       - syntax is changed (now takes a third option, the env var to store
10362         the result in)
10363       - add a random port() function in net.c
10364       - sort Makefile in ./net/Makefile
10365       - dns just returns unless a env var is given
10366       - run through checkpatch, and clean up style issues
10367       - remove packet from stack
10368       - cleaned up some comments
10369       - failure returns much faster (if server responds, don't wait for
10370         timeout)
10371       - use built in functions (memcpy) rather than byte copy.
10372
10373     Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
10374     Signed-off-by: Pieter Voorthuijsen <pieter.voorthuijsen@prodrive.nl>
10375     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10376
10377 commit 88ad3fd91c83a4343b25385fd78fd8e29ebb723f
10378 Author: Kim Phillips <kim.phillips@freescale.com>
10379 Date:   Fri Jul 17 12:17:00 2009 -0500
10380
10381     net: tsec - fix dereferencing type-punned pointer will break strict-aliasing rules warning
10382
10383     fix this gcc 4.4 warning:
10384
10385     tsec.c: In function 'tsec_init':
10386     tsec.c:200: warning: dereferencing type-punned pointer will break strict-aliasing rules
10387
10388     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10389     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10390
10391 commit d9bec9f42ab34383737c8a94429aa02fe76d7946
10392 Author: Mike Frysinger <vapier@gentoo.org>
10393 Date:   Sat Jul 18 21:04:08 2009 -0400
10394
10395     net: rename NetRxPkt to NetRxPacket
10396
10397     The net code is mostly consistent in using 'Packet' rather than 'Pkt', so
10398     rename the minor detractor to follow suite.
10399
10400     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10401     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10402
10403 commit 88a4c2e77cd5674db745d0c2ebbad68c9baf760c
10404 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
10405 Date:   Thu Jun 25 16:33:04 2009 +0900
10406
10407     sh: sh_eth: Remove garbage from printf
10408
10409     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
10410     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10411     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10412
10413 commit 2ea20efa47da9d98ff38223ff51dea5439ad8708
10414 Author: Andreas Pretzsch <apr@cn-eng.de>
10415 Date:   Thu Jul 9 21:50:05 2009 +0200
10416
10417     smc911x: add support for LAN9221
10418
10419     Signed-off-by: Andreas Pretzsch <apr@cn-eng.de>
10420     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10421
10422 commit 7168eba729b9e6d730db7cd1028767f7b1a6128b
10423 Author: David Brownell <david-b@pacbell.net>
10424 Date:   Tue Jun 9 11:14:24 2009 -0700
10425
10426     rm9200 ethernet driver: board-specific quirk (csb337)
10427
10428     CSB337 boards originally shipped with MicroMonitor, not U-Boot;
10429     and with a version using a different convention for recording
10430     Ethernet addresses than anyone else.  To avoid breaking Linux
10431     when it uses U-Boot, have it use the same convention on that
10432     hardware.
10433
10434     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
10435     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10436
10437 commit 57215cd2e59fd403248df8f2f195e382900d5fc2
10438 Author: Heiko Schocher <hs@denx.de>
10439 Date:   Thu Jul 16 09:58:31 2009 +0200
10440
10441     arm, kirkwood: added kw_gpio_set_valid() in gpio.h
10442
10443     Signed-off-by: Heiko Schocher <hs@denx.de>
10444
10445 commit ec16441085f471c03a8c0909579463e31e5b947a
10446 Author: Dieter Kiermaier <dk-arm-linux@gmx.de>
10447 Date:   Mon Jun 29 14:45:08 2009 +0200
10448
10449     Kirkwood: add Marvell Kirkwood gpio driver
10450
10451     Signed-off-by: Dieter Kiermaier <dk-arm-linux@gmx.de>
10452     Acked-by: Prafulla Wadaskar <prafulla@marvell.com>
10453     Tested-by: Heiko Schocher <hs@denx.de>
10454
10455 commit 688b6a0ff2dcbb0c7e63ef63cbbcc291f14f321f
10456 Author: Heiko Schocher <hs@denx.de>
10457 Date:   Thu Jul 16 09:59:10 2009 +0200
10458
10459     arm, kirkwood: added KW_TWSI_BASE in kirkwood.h
10460
10461     Signed-off-by: Heiko Schocher <hs@denx.de>
10462
10463 commit fbc8365ad7ab0afd4143bdbffab2fd0b24df004f
10464 Author: Prafulla Wadaskar <prafulla@marvell.com>
10465 Date:   Thu Jul 16 21:02:24 2009 +0530
10466
10467     Marvell RD6281A Board support
10468
10469     This is Marvell's 88F6281_A0 based reference design board
10470
10471     This patch is tested for-
10472     1. Boot from DRAM/NAND flash/NFS
10473     2. File transfer using tftp and loadb
10474     3. NAND flash read/write/erase
10475
10476     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
10477     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10478
10479 commit 2906e6d654fcc7f2451fde225e4e8b3f20c9555f
10480 Author: Piotr Ziecik <kosmo@semihalf.com>
10481 Date:   Fri Jul 17 16:35:19 2009 +0200
10482
10483     api: Fix broken build on ARM.
10484
10485     This patch fixes broken build introduced by commit
10486     84bf7ca522e94ec402a1264b01971b924b7e268f (api: remove un-needed
10487     ifdef CONFIG_API already handle by the Makefile).
10488
10489     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
10490
10491 commit 48677a1ef5f82adca49145a7baf11ece77f51945
10492 Author: Wolfgang Denk <wd@denx.de>
10493 Date:   Wed Jul 22 23:53:23 2009 +0200
10494
10495     Fix "ld: cannot find -lstubs" build error
10496
10497     Commit 1bc15386 moved the examples/ to examples/standalone but failed
10498     to adapt the Makefiles that need to link against libstubs.a
10499
10500     Signed-off-by: Wolfgang Denk <wd@denx.de>
10501     Cc: Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10502
10503 commit ae71121a111ddf9dd057cacbbdd0f51054be428a
10504 Author: Wolfgang Denk <wd@denx.de>
10505 Date:   Sat Jul 18 20:47:36 2009 +0200
10506
10507     at91cap9adk: fix #ifdef/#endif pairing
10508
10509     The #ifdef/#endif pairing in this file was obviously messed up.
10510
10511     Signed-off-by: Wolfgang Denk <wd@denx.de>
10512
10513 commit 6b96a20d512b04a808438553874c00cf40812c44
10514 Author: Minkyu Kang <mk7.kang@samsung.com>
10515 Date:   Mon Jul 20 11:40:01 2009 +0900
10516
10517     ARM Cortex A8: Move OMAP3 specific reset handler
10518
10519     Because of the reset_cpu is soc specific, should be move to soc
10520
10521     Cc: Dirk Behme <dirk.behme@googlemail.com>
10522     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
10523
10524 commit 048e7efe91f66094f868281c12e488ce2bae8976
10525 Author: Kumar Gala <galak@kernel.crashing.org>
10526 Date:   Wed Jul 22 10:12:39 2009 -0500
10527
10528     85xx/86xx: Replace in8/out8 with in_8/out_8 on FSL boards
10529
10530     The pixis code used in8/out8 all over the place.  Replace it with
10531     in_8/out_8 macros.
10532
10533     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10534
10535 commit 0a6d0c6320b77bd6572393a93e6b8ccdf39c7100
10536 Author: Peter Tyser <ptyser@xes-inc.com>
10537 Date:   Tue Jul 21 13:51:08 2009 -0500
10538
10539     xpedite5370: Enable NAND command support
10540
10541     Use the MPC8572's eLBC to access 1 GB (or greater) onboard NAND flash
10542     via the 'nand' command.
10543
10544     Previously, the XPedite5370's NAND chip selects were properly
10545     configured, but NAND support was not enabled.
10546
10547     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10548     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10549
10550 commit 39121c0896a6760bd436d88c17892f49a97902d0
10551 Author: Peter Tyser <ptyser@xes-inc.com>
10552 Date:   Tue Jul 21 13:51:07 2009 -0500
10553
10554     xes: Increase CONFIG_SYS_BOOTM_LEN to 16MB
10555
10556     Increasing CONFIG_SYS_BOOTM_LEN from 8 MB to 16 MB is necessary to
10557     support uncompressing images larger than 8 MB when using the bootm
10558     command.
10559
10560     Note that recent Linux kernels for the 85xx and 86xx map greater than
10561     16MB of memory on bootup, but we use 16MB to maintain compatibility with
10562     older Linux kernels for now.
10563
10564     Signed-off-by: Nate Case <ncase@xes-inc.com>
10565     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10566     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10567
10568 commit 58f31b602dfd52eb7836ab82caa587514e046f02
10569 Author: Peter Tyser <ptyser@xes-inc.com>
10570 Date:   Sun Jul 19 19:17:41 2009 -0500
10571
10572     xpedite5370: Fix I2C GPIO initialization typo
10573
10574     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10575     Acked-by: Heiko Schocher<hs@denx.de>
10576     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10577
10578 commit 5ff821006c6e7647d183ea95817044943bb22e7e
10579 Author: Peter Tyser <ptyser@xes-inc.com>
10580 Date:   Sun Jul 19 19:17:40 2009 -0500
10581
10582     xpedite5200,5370: Use buffered NOR flash writes
10583
10584     Buffered writes are possible on the XPedite5200 and XPedite5370 and greatly
10585     improve NOR flash write speeds
10586
10587     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10588     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10589
10590 commit d9c147f371800a479a507a816b2fe572c97da197
10591 Author: Peter Tyser <ptyser@xes-inc.com>
10592 Date:   Fri Jul 17 10:14:48 2009 -0500
10593
10594     85xx, 86xx: Add common board_add_ram_info()
10595
10596     Previously, 85xx and 86xx boards would display DRAM information on
10597     bootup such as:
10598
10599     ...
10600     I2C:   ready
10601     DRAM:
10602     Memory controller interleaving enabled: Bank interleaving!
10603      2 GB
10604     FLASH: 256 MB
10605     ...
10606
10607     This patch moves the printing of the DRAM controller configuration to a
10608     common board_add_ram_info() function which prints out DDR type, width,
10609     CAS latency, and ECC mode.  It also makes the DDR interleaving
10610     information print out in a more sane manner:
10611
10612     ...
10613     I2C:   ready
10614     DRAM:   2 GB (DDR2, 64-bit, CL=4, ECC on)
10615            DDR Controller Interleaving Mode: bank
10616     FLASH: 256 MB
10617     ...
10618
10619     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10620     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10621
10622 commit 12a440ae6d09445140f1a0c2023dba76a9f1a617
10623 Author: Peter Tyser <ptyser@xes-inc.com>
10624 Date:   Fri Jul 17 10:14:47 2009 -0500
10625
10626     tqm85xx: Remove board_add_ram_info()
10627
10628     This is in preparation for adding one common 8xxx board_add_ram_info()
10629     function for all 8xxx boards
10630
10631     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10632     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10633
10634 commit ed2c9488bbe389b7b25cada1e42bdae5d0976327
10635 Author: Peter Tyser <ptyser@xes-inc.com>
10636 Date:   Fri Jul 17 10:14:46 2009 -0500
10637
10638     xes: Remove 8xxx board_add_ram_info() function
10639
10640     This is in preparation for adding one common 8xxx board_add_ram_info()
10641     fuction for all 8xxx boards
10642
10643     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10644     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10645
10646 commit e7ee23ec1788d8cf269a4cf6b9cd3722cbc7d592
10647 Author: Peter Tyser <ptyser@xes-inc.com>
10648 Date:   Fri Jul 17 10:14:45 2009 -0500
10649
10650     86xx: Rename ccsr_ddr's sdram_mode_1, sdram_cfg_1 fields
10651
10652     Rename sdram_mode_1 to sdram_mode and sdram_cfg_1 to sdram_cfg to match
10653     the 86xx user's manual and other Freescale architectures
10654
10655     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10656     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10657
10658 commit f6155c6fbb1d85f517b7c160570f0995ef14c43f
10659 Author: Roy Zang <tie-fei.zang@freescale.com>
10660 Date:   Thu Jul 9 10:05:48 2009 +0800
10661
10662     85xx: Add pci/pcie E1000 ethernet support for MPC8544DS and MPC8536 boards
10663
10664     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
10665     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10666
10667 commit 6bb5b412291177e6edd42f9a80e5c5afe57a6a0f
10668 Author: Kumar Gala <galak@kernel.crashing.org>
10669 Date:   Tue Jul 14 22:42:01 2009 -0500
10670
10671     85xx: Report which "bank" of NOR flash we are booting from on FSL boards
10672
10673     The p2020DS, MPC8536DS, MPC8572DS, MPC8544DS boards are capable of
10674     swizzling the upper address bits of the NOR flash we boot out of which
10675     creates the concept of "virtual" banks.  This is useful in that we can
10676     flash a test of image of u-boot and reset to one of the virtual banks
10677     while still maintaining a working image in "bank 0".
10678
10679     The PIXIS FPGA exposes registers on LBC which we can use to determine
10680     which "bank" we are booting out of (as well as setting which bank to
10681     boot out of).
10682
10683     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10684
10685 commit 9af9c6bdc16da53772c56b1a79c2c91701fe94e6
10686 Author: Kumar Gala <galak@kernel.crashing.org>
10687 Date:   Wed Jul 15 13:45:00 2009 -0500
10688
10689     86xx: Report which "bank" of NOR flash we are booting from on MPC8641HPCN
10690
10691     The MPC8641HPCN board is capable of swizzling the upper address bit of
10692     the NOR flash we boot out of which creates the concept of "virtual"
10693     banks.  This is useful in that we can flash a test of image of u-boot
10694     and reset to one of the virtual banks while still maintaining a
10695     working image in "bank 0".
10696
10697     The PIXIS FPGA exposes registers on LBC which we can use to determine
10698     which "bank" we are booting out of (as well as setting which bank to
10699     boot out of).
10700
10701     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10702
10703 commit caf72ff329759b4da71352ab098537c7698c0e9f
10704 Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
10705 Date:   Tue Jul 21 10:45:49 2009 +0200
10706
10707     Refresh LZMA-lib to v4.65
10708
10709     Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
10710
10711 commit 70ebf31633f372a24505e47846b2628e8435ea37
10712 Author: Wolfgang Denk <wd@denx.de>
10713 Date:   Fri Jul 17 23:35:29 2009 +0200
10714
10715     AT91: factor out ROUND() macro
10716
10717     A large number of boards (all AT91 based) duplicated the ROUND()
10718     macro in their board specific config files. Add the definition to
10719     include/common.h and clean up the board config files.
10720
10721     Signed-off-by: Wolfgang Denk <wd@denx.de>
10722
10723 commit 89188a62333c0841a7166783d2ebdd39d7044eb2
10724 Author: Kumar Gala <galak@kernel.crashing.org>
10725 Date:   Wed Jul 15 08:54:50 2009 -0500
10726
10727     85xx: Bump up the BOOTMAP to 16M on FSL 85xx boards
10728
10729     We have always mapped at least 16M in the kernel and we have seen cases
10730     with new kernel features that a kernel image needs more than 8M of
10731     memory.
10732
10733     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10734
10735 commit d4abc757c26c531293f5bbc4262ade44a317eec9
10736 Author: Peter Tyser <ptyser@xes-inc.com>
10737 Date:   Mon Jul 20 19:02:21 2009 -0500
10738
10739     Move api_examples to examples/api
10740
10741     Also add a rule to remove demo.bin which was previously leftover
10742     after a "make clean"
10743
10744     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10745
10746 commit af1d7d984a23a0faa1f436ebfeb55c876b1a99e1
10747 Author: Heiko Schocher <hs@denx.de>
10748 Date:   Tue Jul 21 06:37:28 2009 +0200
10749
10750     83xx, kmeter: fix compile error
10751
10752     CONFIG_SYS_MALLOC_LEN is defined in the board config, and
10753     the keymile-common.h, which collects common options used
10754     by all keymile-boards. This results in a compile error
10755     when compiling the kmeter1 board. So remove this define
10756     in the board config file.
10757
10758     Signed-off-by: Heiko Schocher <hs@denx.de>
10759
10760 commit 39df00d9aecfb465b9eec9af593f9b763fb5209a
10761 Author: Heiko Schocher <hs@denx.de>
10762 Date:   Thu Jul 9 12:04:26 2009 +0200
10763
10764     i2c, mpc83xx: add CONFIG_SYS_I2C_INIT_BOARD for fsl_i2c
10765
10766     This patch adds the possibility to call a board specific
10767     i2c bus reset routine for the fsl_i2c bus driver, and adds
10768     this option for the keymile kmeter1 board.
10769
10770     The deblock sequence for this board is implemented and
10771     tested in the following way:
10772
10773     CR = 0x20 (release SDA and SCL pin)
10774     CR = 0xa0 (start read)
10775     dummy read
10776     dummy read
10777     if 2. dummy read == 0x00
10778         3. dummy read
10779
10780     CR = 0x80 (SDA and SCL now 1 SR = 0x86)
10781     CR = 0x00 (Modul reset SR=0x81)
10782     CR = 0x80 (SDA and SCL = 1, SR = 0x81)
10783
10784     Signed-off-by: Heiko Schocher <hs@denx.de>
10785
10786 commit 1bc1538613d66cef3cbce680fc8d7c3561a0fbd0
10787 Author: Peter Tyser <ptyser@xes-inc.com>
10788 Date:   Fri Jul 10 11:03:19 2009 -0500
10789
10790     Move examples/ to examples/standalone
10791
10792     The current files in examples are all standalone application examples,
10793     so put them in their own subdirectory for organizational purposes
10794
10795     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10796
10797 commit b220c64d86f7c705a183302c3b50076d7e5d876c
10798 Author: Peter Tyser <ptyser@xes-inc.com>
10799 Date:   Fri Jul 10 11:03:15 2009 -0500
10800
10801     Move architecture specific config.mk files into subdirs
10802
10803     This cleans up U-Boot's toplevel directory a bit and makes the
10804     architecture 'config.mk' file naming and location similar to board
10805     and cpu 'config.mk' files
10806
10807     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10808
10809 commit 082becd0d546399637fa94fdf9f1730a0f7bf348
10810 Author: Po-Yu Chuang <ratbert@faraday-tech.com>
10811 Date:   Fri Jul 10 18:25:34 2009 +0800
10812
10813     Add "tags" to .gitignore file.
10814
10815     Signed-off-by: Po-Yu Chuang <ratbert@faraday-tech.com>
10816     Signed-off-by: Wolfgang Denk <wd@denx.de>
10817
10818 commit dc71b248ef0d5e12b19f33c6efb873e31df91fa9
10819 Author: Heiko Schocher <hs@denx.de>
10820 Date:   Thu Jul 9 12:04:18 2009 +0200
10821
10822     powerpc: updates for the keymile boards
10823
10824     - CONFIG_SYS_MAX_I2C_BUS changed to 1
10825       We use only one I2C hardwarecontroller on this boards, so
10826       change the CONFIG_SYS_MAX_I2C_BUS to 1.
10827     - common: dont print errormsg if second IVM Block lacks.
10828     - 82xx, mgcoge: fix double mtdpart entry in environment
10829     - 82xx, mgcoge: activate on second Flash the second bank.
10830     - common: CONFIG_ENV_SIZE 0x4000 for all keymile boards
10831     - common: Change malloc size to 1MByte for all Keymile boards
10832         We need a bigger malloc area for the environment support (128k)
10833         on some Keymile boards (kmeter1) and the upcoming UBI support.
10834         Change it to 1MB for all Keymile boards to be on the save side.
10835         Also define CONFIG_SYS_64BIT_VSPRINTF which is needed for
10836         UBI/UBIFS support.
10837     - Add UBI support to all Keymile boards
10838     - change manner of writing "/localbus/ranges" node
10839         instead of writting the complete "/localbus/ranges" node
10840         before booting Linux, only update the ranges entries
10841         which gets dynamical detected (size of flashes).
10842         This is needed, because keymile adds in the DTS
10843         "/localbus/ranges" node entries, which u-boot must
10844         not overwrite/delete.
10845     - kmeter, mgcoge: define 2 seperate regions needed for the Intel P30 chips
10846         The Intel P30 chip has 2 non-identical chips on
10847         one die, so we need to define 2 seperate regions
10848         that are scanned by physmap_of independantly.
10849     - kmeter1: Add MTD concat support to Keymile boards
10850     - 82xx, mgcoge: add "unlock=yes" to default environment
10851     - added CONFIG_MTD_DEVICE to get in sync with mainline code
10852
10853     Signed-off-by: Heiko Schocher <hs@denx.de>
10854     Signed-off-by: Stefan Roese <sr@denx.de>
10855
10856 commit f14d81050a9e0fa57aedb1bc746c60a07c1ad67f
10857 Author: galak <galak@ducky.am.freescale.net>
10858 Date:   Tue Jul 7 15:53:21 2009 -0500
10859
10860     fsl_sata: Fix compiler warnings shown by gcc-4.4
10861
10862     Update fsl_sata to use common structures instead of casting
10863     back and forth between the fsl specific ones and the common ones
10864     (which are identical).
10865
10866     fsl_sata.c: In function 'scan_sata':
10867     fsl_sata.c:550: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
10868     fsl_sata.c:549: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
10869     fsl_sata.c:548: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
10870     fsl_sata.c:545: note: initialized from here
10871     fsl_sata.c:592: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
10872     fsl_sata.c:590: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
10873     fsl_sata.c:588: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
10874     fsl_sata.c:586: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
10875     fsl_sata.c:579: warning: dereferencing pointer 'cfis' does break strict-aliasing rules
10876     ...
10877
10878     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10879
10880 commit 20938e54a207472a090f04f20f30c9e32b14137e
10881 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
10882 Date:   Tue Jul 7 15:58:51 2009 +0200
10883
10884     Add unaligned.h for arm
10885
10886     This patch adds unaligned.h for ARM (needed to build with LZO
10887     compression). The file is taken from the linux kernel, but includes
10888     u-boot headers instead.
10889
10890     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
10891     Acked-by: Stefan Roese <sr@denx.de>
10892
10893 commit 433ea8abd6adfae3138dd4ce238237a037e1e537
10894 Author: Peter Tyser <ptyser@xes-inc.com>
10895 Date:   Sun Jul 19 19:17:42 2009 -0500
10896
10897     Remove last remanants of unused CONFIG_I2C_CMD_TREE
10898
10899     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10900
10901 commit f6ca3b70949790ab5438d6c9a592216cc3616110
10902 Author: Andrzej Wolski <awolski@poczta.fm>
10903 Date:   Fri Jul 17 22:26:54 2009 +0200
10904
10905     ubi: help message correction
10906
10907     Fix incorrect information about size units and correct typo.
10908
10909     Signed-off-by: Andrzej Wolski <awolski@poczta.fm>
10910     Signed-off-by: Stefan Roese <sr@denx.de>
10911
10912 commit 22f2017c31bc682e9b15612a5c2580ab5b84418e
10913 Author: Peter Tyser <ptyser@xes-inc.com>
10914 Date:   Sun Jul 19 19:17:42 2009 -0500
10915
10916     Remove last remanants of unused CONFIG_I2C_CMD_TREE
10917
10918     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10919
10920 commit f99a292aa6083057f5db8283d2ce4a2be22b8856
10921 Author: Andrzej Wolski <awolski@poczta.fm>
10922 Date:   Fri Jul 17 22:26:54 2009 +0200
10923
10924     ubi: help message correction
10925
10926     Fix incorrect information about size units and correct typo.
10927
10928     Signed-off-by: Andrzej Wolski <awolski@poczta.fm>
10929     Signed-off-by: Stefan Roese <sr@denx.de>
10930
10931 commit b86b85e2611d57d834795a92453431a1a340c3c9
10932 Author: Ilya Yanok <yanok@emcraft.com>
10933 Date:   Mon Jun 29 17:53:16 2009 +0400
10934
10935     mmc: set bus width to 1 and clock to minimum early during initialization
10936
10937     We need to switch back to 1-bit before initialization or SD 2.0 cards
10938     will fail to send SCR if we've switched to 4-bit already.
10939
10940     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
10941
10942 commit cff80f2cd12bf9767509b5334ecfc90cd7de5502
10943 Author: Shinya Kuribayashi <skuribay@pobox.com>
10944 Date:   Sat Jun 20 19:14:33 2009 +0900
10945
10946     config.mk: Remove unused HPATH
10947
10948     This variable is not unused anywhere.
10949
10950     Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
10951
10952 commit a781de12700e2cb3d3011fc83b47f7dd8cc3c154
10953 Author: Grzegorz Bernacki <gjb@semihalf.com>
10954 Date:   Wed Jun 17 16:20:14 2009 +0200
10955
10956     digsy mtc: Enable command line history.
10957
10958     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
10959
10960 commit 37566090766d61beef70c62986b90749920255d8
10961 Author: Mike Frysinger <vapier@gentoo.org>
10962 Date:   Thu Jul 2 19:23:25 2009 -0400
10963
10964     compiler.h: unify system ifdef cruft here
10965
10966     Shove a lot of the HOSTCC and related #ifdef checking crap into the new
10967     compiler.h header so that we can keep all other headers nice and clean.
10968
10969     Also introduce custom uswap functions so we don't have to rely on the non
10970     standard implementations that a host may (or may not in the case of OS X)
10971     provide.  This allows mkimage to finally build cleanly on an OS X system.
10972
10973     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10974
10975 commit 2a2ed845c085eb093b69fa6382fcf7534bb1f4b0
10976 Author: Kim Phillips <kim.phillips@freescale.com>
10977 Date:   Mon Jun 15 11:50:40 2009 -0500
10978
10979     common: fix 'dummy' is used uninitialized in this function warning
10980
10981     fix this gcc 4.4 warning:
10982
10983     xyzModem.c: In function 'xyzModem_stream_open':
10984     xyzModem.c:564: warning: 'dummy' is used uninitialized in this function
10985
10986     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10987
10988 commit 1ea6bcd8590b3ff9fe2bfbb0eb29a3b0edaa9460
10989 Author: Mike Frysinger <vapier@gentoo.org>
10990 Date:   Sun Jun 14 23:33:14 2009 -0400
10991
10992     push CROSS_COMPILE out to $(ARCH)_config.mk
10993
10994     Each arch should handle setting a proper default CROSS_COMPILE value in
10995     their own config.mk file rather than having to maintain a large ugly list
10996     in the Makefile.  By using conditional assignment, we don't have to worry
10997     about the variable already being set (env/cmdline/etc...).
10998
10999     The common config.mk file takes care of exporting CROSS_COMPILE already,
11000     and while a few variables (toolchain ones) utilize CROSS_COMPILE before
11001     including the arch config.mk, they do so with deferred assignment.
11002
11003     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11004
11005 commit 60a3f404acbf8238a3138fe1f80a6bac75da4582
11006 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11007 Date:   Sat Jun 13 12:55:37 2009 +0200
11008
11009     malloc.h: protect it against multiple include
11010
11011     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11012
11013 commit 7640f41988a456a0b1f05263d2e2dc5cd7d93984
11014 Author: Wolfgang Denk <wd@denx.de>
11015 Date:   Sun Jul 19 19:37:24 2009 +0200
11016
11017     Fix boards broken after removal of legacy NAND and DoC support
11018
11019     Commit 2419169f removed support for legacy NAND and disk on chip but
11020     missed to update the code for a few boards. This patch fixes the
11021     resulting build issues.
11022
11023     Signed-off-by: Wolfgang Denk <wd@denx.de>
11024
11025 commit 1a4664b53aaf23687b52d64b94be06a9aa260b86
11026 Author: Wolfgang Denk <wd@denx.de>
11027 Date:   Sun Jul 19 19:32:37 2009 +0200
11028
11029     cmd_flash.c: fix fix compile error for boards with DataFlash
11030
11031     Commit 5669ed45 ("cmd_flash.c: fix warning: unused variable
11032     'addr_first'/'addr_last'") changed the #ifdef logic areound the
11033     declaration of these variables and missed a combination of settings
11034     of HAS_DATAFLASH with SYS_NO_FLASH; this patch fixes this.
11035
11036     Also spotted by Alessandro Rubini <rubini@gnudd.com>
11037
11038     Signed-off-by: Wolfgang Denk <wd@denx.de>
11039
11040 commit 341245a28830d3261c41b09d958eeea7bb93587a
11041 Author: Wolfgang Denk <wd@denx.de>
11042 Date:   Sun Jul 19 12:05:15 2009 +0200
11043
11044     pcm030: fix out-of-tree building
11045
11046     Commit 0a87dd90 that was supposed to fix out-of-tree building for the
11047     pcm030 board was unfortunately incomplete.
11048
11049     Signed-off-by: Wolfgang Denk <wd@denx.de>
11050
11051 commit 8bf29b59fce8cc381114929082202d800e313ad5
11052 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
11053 Date:   Tue Jul 7 13:58:51 2009 +0200
11054
11055     Add unaligned.h for arm
11056
11057     This patch adds unaligned.h for ARM (needed to build with LZO
11058     compression). The file is taken from the linux kernel, but includes
11059     u-boot headers instead.
11060
11061     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
11062     Acked-by: Stefan Roese <sr@denx.de>
11063
11064 commit e405afab1dda66c9df3733f6b779d72fc36a0162
11065 Author: Kazuaki Ichinohe <kazuichi@fsi.co.jp>
11066 Date:   Fri Jun 12 18:10:12 2009 +0900
11067
11068     Canyonlands SATA harddisk driver
11069
11070     This patch adds a SATA harddisk driver for the canyonlands.
11071     This patch is kernel driver's porting.
11072     This patch corresponded to not cmd_scsi but cmd_sata.
11073     This patch divided an unused member with ifndef __U_BOOT__ in the structure.
11074
11075     [environment variable, boot script]
11076     setenv bootargs root=/dev/sda7 rw
11077     setenv bootargs ${bootargs} console=ttyS0,115200
11078     ext2load sata 0:2 0x400000 /canyonlands/uImage
11079     ext2load sata 0:2 0x800000 /canyonlands/canyonlands.dtb
11080     fdt addr 0x800000 0x4000
11081     bootm 0x400000 - 0x800000
11082
11083     If you drive SATA-2 disk on Canyonlands, you must change parts from
11084     PI2PCIE212 to PI2PCIE2212 on U25. We confirmed to boot by using
11085     following disks:
11086
11087     1.Vendor: Fujitsu    Type: MHW2040BS
11088     2.Vendor: Fujitsu    Type: MHW2060BK
11089     3.Vendor: HAGIWARA SYS-COM:HFD25S-032GT
11090     4.Vendor: WesternDigital Type: WD3200BJKT (CONFIG_LBA48 required)
11091     5.Vendor: WesternDigital Type: WD3200BEVT (CONFIG_LBA48 required)
11092     6.Vendor: Hitachi    Type: HTS543232L9A300 (CONFIG_LBA48 required)
11093     7.Vendor: Seagate    Type: ST31000333AS (CONFIG_LBA48 required)
11094     8.Vendor: Transcend  Type: TS32GSSD25S-M
11095     9.Vendor: MTRON              Type: MSD-SATA1525-016
11096
11097     Signed-off-by: Kazuaki Ichinohe <kazuichi at fsi.co.jp>
11098
11099 commit 52a0e2dee90c17e39634de814b16b96061cfb472
11100 Author: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
11101 Date:   Wed Jun 10 19:09:40 2009 +0200
11102
11103     Add support for the Tundra TSI148 VME-bridge
11104
11105     From: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
11106
11107     This patch adds support for the Tundra TSI148 VME-bridge. It's used on
11108     the upcoming esd VME8349 board.
11109
11110     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
11111     Signed-off-by: Stefan Roese <sr@denx.de>
11112
11113 commit 8d1fea2c4041e665c96944e3f6fcffbde55db34b
11114 Author: Mike Frysinger <vapier@gentoo.org>
11115 Date:   Thu Jul 16 19:05:30 2009 -0400
11116
11117     Blackfin: bf537-{minotaur,srv1}: do not hardcode CONFIG_ETHADDR
11118
11119     MAC addresses should not be hardcoded in boards to avoid random link level
11120     conflicts.
11121
11122     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11123
11124 commit baf357050353aee30c04f3f4b868426cb54468ca
11125 Author: Mike Frysinger <vapier@gentoo.org>
11126 Date:   Fri Jul 10 10:42:06 2009 -0400
11127
11128     Blackfin: bf533-stamp: back down SCLK a bit
11129
11130     While the 1.0 and 1.2 spin of the bf533-stamp boards can handle the higher
11131     SCLK speeds just fine, the 1.1 spin cannot due to the bugs introduced with
11132     the shortened SDRAM traces.  So lower the SCLK speed down to a value that
11133     all three can handle.
11134
11135     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11136
11137 commit 490fe7349102012c48730f6fc14ef36c8d155068
11138 Author: Mike Frysinger <vapier@gentoo.org>
11139 Date:   Thu Jul 9 20:56:56 2009 -0400
11140
11141     Blackfin: split cpu COBJS into multilines
11142
11143     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11144
11145 commit 909878fd3fda056d19b8b51a5cc51cb1c0b563d1
11146 Author: Mike Frysinger <vapier@gentoo.org>
11147 Date:   Thu Jul 9 01:15:05 2009 -0400
11148
11149     Blackfin: add os log functions
11150
11151     Part of the mini Blackfin ABI with operating systems is that they can use
11152     0x4f0-0x4f8 to pass log buffers to/from bootloaders.  So add support to
11153     U-Boot for reading the log buffer.
11154
11155     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11156
11157 commit 9993e196da707a0a1cd4584f1fcef12382c1c144
11158 Author: Kim Phillips <kim.phillips@freescale.com>
11159 Date:   Sat Jul 18 18:42:13 2009 -0500
11160
11161     mpc83xx: convert all remaining boards over to 83XX_GENERIC_PCI
11162
11163     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
11164
11165 commit d39041fcadb1231430201d298c31f6be03d654f7
11166 Author: Wolfgang Denk <wd@denx.de>
11167 Date:   Sun Jul 19 01:15:52 2009 +0200
11168
11169     PATI board: fix compiler warnings
11170
11171     Fix these:
11172     pati.c: In function 'checkboard':
11173     pati.c:358: warning: pointer targets in passing argument 2 of 'getenv_r' differ in signedness
11174     ../common/flash.c: In function 'write_word':
11175     ../common/flash.c:824: warning: dereferencing type-punned pointer will break strict-aliasing rules
11176     cmd_pati.c: In function 'do_pati':
11177     cmd_pati.c:279: warning: 'value' may be used uninitialized in this function
11178
11179     Signed-off-by: Wolfgang Denk <wd@denx.de>
11180
11181 commit 28c345042eafc550a34b9f52431bd4a22af6ac25
11182 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11183 Date:   Sat May 16 12:14:56 2009 +0200
11184
11185     mpl: printing current stdio devices cleanup
11186
11187     Currently the mpl boards duplicate the code to print the current
11188     devices from common/console.c; use stdio_print_current_devices()
11189     instead
11190
11191     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11192
11193     Edited commit message.
11194
11195     Signed-off-by: Wolfgang Denk <wd@denx.de>
11196
11197 commit 7e3be7cf3bb344f717b6ec3d47a081269ea67ead
11198 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11199 Date:   Sat May 16 12:14:55 2009 +0200
11200
11201     console: unify printing current devices
11202
11203     Create stdio_print_current_devices() for this purpose
11204
11205     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11206
11207 commit 5669ed4557edf2714203aa8625c9fcd5a753b338
11208 Author: Wolfgang Denk <wd@denx.de>
11209 Date:   Sat Jul 18 23:18:14 2009 +0200
11210
11211     cmd_flash.c: fix warning: unused variable 'addr_first'/'addr_last'
11212
11213     Signed-off-by: Wolfgang Denk <wd@denx.de>
11214
11215 commit 6bb6e6c75ec4ef496f00f7f530e549d3e073c5de
11216 Author: Tom Rix <Tom.Rix@windriver.com>
11217 Date:   Tue Jun 30 15:04:13 2009 -0500
11218
11219     OMAP3 Fix compiler warning for v7_flush_dcache_all
11220
11221     On build of omap3 targets in MAKEALL, the *.ERR files have
11222
11223     cpu.c: In function 'cleanup_before_linux':
11224     cpu.c:64: warning: implicit declaration of function 'v7_flush_dcache_all'
11225     cpu.c:64: warning: implicit declaration of function 'get_device_type
11226
11227     The functions v7_flush_dcache_all and get_device_type are declared
11228     in include/asm-arm/arch-omap3/sys_proto.h, so use this file to
11229     declare the functions.
11230
11231     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
11232
11233 commit dba107b967332fc8a35867f4d58038626c968800
11234 Author: Wolfgang Denk <wd@denx.de>
11235 Date:   Sat Jul 18 22:09:38 2009 +0200
11236
11237     ARM: make split_by_variant.sh output more useful
11238
11239     The board/armltd/integrator/split_by_variant.sh script used to print
11240     "Configuring for integrator*p board..." no matter which board name
11241     was being compiled. This made it difficult to match MAKEALL output to
11242     board names. This patch fixes this.
11243
11244     Signed-off-by: Wolfgang Denk <wd@denx.de>
11245
11246 commit 2eb99ca8029b44c988d5f6312f97e68d3b9cb2bd
11247 Author: Wolfgang Denk <wd@denx.de>
11248 Date:   Sat Jul 18 21:52:24 2009 +0200
11249
11250     NAND: Part 2: Fix warning Please define CONFIG_SYS_64BIT_VSPRINTF...
11251
11252     Commit 8d2effea added a warning for configurations that use NAND
11253     without defining the (then necessary) CONFIG_SYS_64BIT_VSPRINTF but
11254     failed to fix the affected boards.
11255
11256     This patch covers the non-PPC boards that were missed in the previous
11257     patch (commit 170c1972).
11258
11259     Signed-off-by: Wolfgang Denk <wd@denx.de>
11260
11261 commit 7024aa14df2981b4e65c6189909da9aadb1c22da
11262 Author: Wolfgang Denk <wd@denx.de>
11263 Date:   Sat Jul 18 20:46:38 2009 +0200
11264
11265     at91cap9adk: fix #ifdef/#endif pairing
11266
11267     The #ifdef/#endif pairing in this file was obviously messed up.
11268
11269     Signed-off-by: Wolfgang Denk <wd@denx.de>
11270
11271 commit 4abc5bffea244589fa1097e4c899a63efc609c8e
11272 Author: Prafulla Wadaskar <prafulla@marvell.com>
11273 Date:   Thu Jul 16 20:58:01 2009 +0530
11274
11275     Marvell MV88F6281GTW_GE Board support
11276
11277     This is Marvell's 88F6281_A0 based custom board developed
11278     for wireless access point product
11279
11280     This patch is tested for-
11281     1. Boot from DRAM/SPI flash/NFS
11282     2. File transfer using tftp and loadb
11283     3. SPI flash read/write/erase
11284     4. Booting Linux kernel and RFS from SPI flash
11285     5. Boot from USB supported
11286
11287     Reviewed-by: Ronen Shitrit <rshitrit@marvell.com>
11288     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
11289
11290 commit 55dd4ba5413b14e8ee24058c89ac5c05376c331c
11291 Author: Prafulla Wadaskar <prafulla@marvell.com>
11292 Date:   Thu Jul 16 20:58:00 2009 +0530
11293
11294     Marvell Sheevaplug Board support
11295
11296     Reference:
11297     http://plugcomputer.org/
11298     http://openplug.org/plugwiki/index.php/Das_U-boot_plug_support
11299
11300     This patch is tested for-
11301     1. Boot from DRAM/NAND flash
11302     2. File transfer using tftp
11303     3. NAND flash read/write/erase
11304     4. Linux kernel and RFS Boot from NAND
11305     5. Enabled USB PHY init for kernel need
11306     6. Boot from USB supported
11307
11308     Note: to boot Kirkwood kernel with USB support,
11309         you should add "usb start" in the boot sequence
11310
11311     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
11312
11313 commit 0a87dd90a75d034301496285026fbd8106c7c6d5
11314 Author: Wolfgang Denk <wd@denx.de>
11315 Date:   Sat Jul 18 18:00:25 2009 +0200
11316
11317     pcm030: fix out-of-tree building
11318
11319     Commit c9969947, which added support for the pcm030 board
11320     (aka phyCORE-MPC5200B-tiny), broke out-of-tree building.
11321
11322     Signed-off-by: Wolfgang Denk <wd@denx.de>
11323
11324 commit 9ff59601c71e800b9d0dfde22fa70d12c71c12b4
11325 Author: Wolfgang Denk <wd@denx.de>
11326 Date:   Sat Jul 18 16:36:11 2009 +0200
11327
11328     MPC837XERDB: fix warning: "CONFIG_SYS_MONITOR_LEN" redefined
11329
11330     Signed-off-by: Wolfgang Denk <wd@denx.de>
11331
11332 commit 2b5243fc24a724e83409c0b70caa1a3180e997ae
11333 Author: Wolfgang Denk <wd@denx.de>
11334 Date:   Sat Jul 18 16:13:18 2009 +0200
11335
11336     8xxx: fix warning: implicit declaration of function 'uec_standard_init'
11337
11338     Commit 8e55258f created function uec_standard_init() to initialize
11339     all UEC interfaces for 83xx and 85xx but failed to provide a
11340     prototype for it.
11341
11342     Signed-off-by: Wolfgang Denk <wd@denx.de>
11343
11344 commit 5b54df2674fdad5e7d316484c67efc68e79f3f0d
11345 Author: Wolfgang Denk <wd@denx.de>
11346 Date:   Sat Jul 18 15:46:02 2009 +0200
11347
11348     MIP405T: fix compile problem
11349
11350     The "stdio/device: rework function naming convention" patch
11351     (commit 52cb4d4f) broke the MIP405T board; this patch fixes it.
11352
11353     Signed-off-by: Wolfgang Denk <wd@denx.de>
11354
11355 commit 170c19725ecd3a0e2e517dfd49979ca8822edec0
11356 Author: Wolfgang Denk <wd@denx.de>
11357 Date:   Sat Jul 18 15:32:10 2009 +0200
11358
11359     NAND: Fix warning Please define CONFIG_SYS_64BIT_VSPRINTF...
11360
11361     Commit 8d2effea added a warning for configurations that use NAND
11362     without defining the (then necessary) CONFIG_SYS_64BIT_VSPRINTF but
11363     failed to fix the affected boards.
11364
11365     Signed-off-by: Wolfgang Denk <wd@denx.de>
11366
11367 commit 6e897a661fb9968ce354165a12cce82e4b889e04
11368 Author: Wolfgang Denk <wd@denx.de>
11369 Date:   Sat Jul 18 15:05:44 2009 +0200
11370
11371     CPCI750: fix compile problem
11372
11373     Commit bc0d3296 removed ppc_error_no.h from Marvell boards
11374     but forgot to update board/esd/cpci750/mv_eth.h
11375
11376     Signed-off-by: Wolfgang Denk <wd@denx.de>
11377
11378 commit 6aee3048348f1b19ab89156da98bfa4f7babf24b
11379 Author: Alessandro Rubini <rubini-list@gnudd.com>
11380 Date:   Fri Jul 17 14:42:11 2009 +0200
11381
11382     cmd_i2c: bugfix: add missing brace
11383
11384     The sub-command parser missed a brace, so "return 0;" is always
11385     taken and no error message is diplayed if you say "i2c scan"
11386     instead of "i2c probe", for example.
11387
11388     Proper brace is added. Also, a misleading and unneeded else
11389     is removed.
11390
11391     Signed-off-by: Alessandro Rubini <rubini@gnudd.com.it>
11392
11393 commit 52cb4d4fb3487313f5a72ea740f527a4aefaa365
11394 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11395 Date:   Sat May 16 12:14:54 2009 +0200
11396
11397     stdio/device: rework function naming convention
11398
11399     So far the console API uses the following naming convention:
11400
11401         ======Extract======
11402         typedef struct device_t;
11403
11404         int     device_register (device_t * dev);
11405         int     devices_init (void);
11406         int     device_deregister(char *devname);
11407         struct list_head* device_get_list(void);
11408         device_t* device_get_by_name(char* name);
11409         device_t* device_clone(device_t *dev);
11410         =======
11411
11412     which is too generic and confusing.
11413
11414     Instead of using device_XX and device_t we change this
11415     into stdio_XX and stdio_dev
11416
11417     This will also allow to add later a generic device mechanism in order
11418     to have support for multiple devices and driver instances.
11419
11420     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11421
11422     Edited commit message.
11423
11424     Signed-off-by: Wolfgang Denk <wd@denx.de>
11425
11426 commit f732a7598fa36d48241df20b1a1f4cdbf09f75ee
11427 Author: Peter Tyser <ptyser@xes-inc.com>
11428 Date:   Wed Jul 15 00:01:08 2009 -0500
11429
11430     ppc: Fix compile error for boards with CONFIG_DDR_ECC
11431
11432     A bug was introduced by commit e94e460c6e8741f42dab6d8dd4b596ba5d9d79ae
11433     which affected non-MPC83xx/85xx/86xx ppc boards which had CONFIG_DDR_ECC
11434     defined and resulted in errors such as:
11435
11436     Configuring for canyonlands board...
11437     fsl_dma.c:50:2: error: #error "Freescale DMA engine not supported on your
11438     processor"
11439     make[1]: *** No rule to make target `.depend', needed by `libdma.a'.  Stop.
11440
11441     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11442
11443 commit 18e067de9b6ed087fa60496e64887f0b7458dbaa
11444 Author: Prafulla Wadaskar <prafulla@marvell.com>
11445 Date:   Thu Jul 16 20:57:59 2009 +0530
11446
11447     include/config_cmd_default.h cleanup
11448
11449     arranged configurations in alphabetical order
11450     CONFIG_CMD_FLASH moved under ifndef CONFIG_SYS_NO_FLASH
11451
11452     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
11453
11454 commit 569460ebf14b87bd8fdb2352bde95d35ee96e13b
11455 Author: Mike Frysinger <vapier@gentoo.org>
11456 Date:   Sun Jun 14 21:35:22 2009 -0400
11457
11458     sata: namespace curr_device variable
11459
11460     The curr_device variable really should be namespaced with a "sata_" prefix
11461     since it is only used by the sata code.  It also avoids random conflicts
11462     with other pieces of code (like cmd_mmc):
11463     common/libcommon.a(cmd_sata.o):(.data.curr_device+0x0):
11464         multiple definition of `curr_device'
11465     common/libcommon.a(cmd_mmc.o):(.data.curr_device+0x0): first defined here
11466
11467     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11468
11469 commit 02e22c2de1ce2312f2636fa473a60c8d8f18d8aa
11470 Author: Mike Frysinger <vapier@gentoo.org>
11471 Date:   Sun Jun 14 21:35:21 2009 -0400
11472
11473     cmd_mmc: make curr_device static
11474
11475     The curr_device variable isn't used outside of cmd_mmc, so mark it static
11476     to avoid conflicts with other pieces of code (like sata which also exports
11477     a curr_device).  Otherwise we end up with stuff like:
11478     common/libcommon.a(cmd_sata.o):(.data.curr_device+0x0):
11479         multiple definition of `curr_device'
11480     common/libcommon.a(cmd_mmc.o):(.data.curr_device+0x0): first defined here
11481
11482     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11483
11484 commit 2d8d2adde3fce1152e4ad9f47238f07e70793c53
11485 Author: Mike Frysinger <vapier@gentoo.org>
11486 Date:   Sun Jun 14 21:35:16 2009 -0400
11487
11488     envcrc: add missing dependencies on env storage
11489
11490     When the envcrc building was made conditional, it missed a bunch of env
11491     storage types, so add all currently supported types.
11492
11493     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11494
11495 commit 2419169f5749d7af501b3b77a5336d1d535320de
11496 Author: Scott Wood <scottwood@freescale.com>
11497 Date:   Thu Jul 16 19:08:04 2009 -0500
11498
11499     Remove legacy NAND and disk on chip references from boards.
11500
11501     Signed-off-by: Scott Wood <scottwood@freescale.com>
11502
11503 commit 12e9043c7ed961b60df865f45d9a3c74d6a38199
11504 Author: Shinya Kuribayashi <skuribay@pobox.com>
11505 Date:   Sat Jun 20 19:10:14 2009 +0900
11506
11507     config.mk: Remove $(PCI_CLOCK) reference
11508
11509     The following commit introduced $(PCI_CLOCK) reference so that
11510     we could tweak `PCI_66M' definition via an environment variable.
11511
11512     > commit f046ccd15c8bc9613bfd72916b761a127d36e5c6
11513     > Author: Eran Liberty <liberty@freescale.com>
11514     > Date:   Thu Jul 28 10:08:46 2005 -0500
11515     >
11516     >     * Patch by Eran Liberty
11517     >       Add support for the Freescale MPC8349ADS board.
11518
11519     But I suggest a removal of it for the following reasons:
11520
11521     * In 2006, MPC8349ADS was merged into MPC8349EMDS port,
11522       and it seems that MPC8349EMDS port is PCI_66M free.
11523
11524     * OTOH, PCI_66M is used by MPC832XEMDS an MPC8360EMDS ports,
11525       but they don't need $(PCI_CLOCK) environment variable at all.
11526       PCI_66M is automatically configured via $(BOARD)_config names
11527       with the help of $(findstring _66_,$@).
11528
11529     * Unfortunately $(PCI_CLOCK) has been undocumented anywhere,
11530       so only a few people know the existence of it these days.
11531
11532     * Keep config.mk independent from $(BOARD) as much as possible.
11533
11534     Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
11535     Acked-by: Kim Phillips <kim.phillips@freescale.com>
11536
11537 commit 3db75d9c11d37cc1d28bebd91b19f4e548b68155
11538 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11539 Date:   Sat May 23 21:42:36 2009 +0200
11540
11541     fix: missing autoconfig.mk from general Makefile
11542
11543     At the first run of make we generate the autoconf.mk and
11544     autoconf.mk.dep if not already the case and we currently include only
11545     to .dep
11546
11547     In order to use these autogenerated values we need to include it also
11548     even if it's included in config.mk but it's done before their
11549     generation
11550
11551     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11552     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11553
11554 commit 1ca298ced07327749b54321815f76fcddb2f9479
11555 Author: Matthias Weisser <matthias.weisser@graf-syteco.de>
11556 Date:   Thu Jul 9 16:07:30 2009 +0200
11557
11558     Added support for splash screen positioning
11559
11560     This patch adds support splash image positioning by adding an
11561     additional variable "splashpos" to the environment. Please see
11562     README for details.
11563
11564     Signed-off-by: Matthias Weisser <matthias.weisser@graf-syteco.de>
11565     Acked-by: Matthias Fuchs <matthias.fuchs@esd.eu>
11566     Signed-off-by: Anatolij Gustschin <agust@denx.de>
11567
11568 commit 9d173e0233493113c9b1aa81bd2208d0057ab9db
11569 Author: Anatolij Gustschin <agust@denx.de>
11570 Date:   Tue Jul 7 13:11:36 2009 +0200
11571
11572     video: mb862xx: replace printf with puts
11573
11574     Signed-off-by: Anatolij Gustschin <agust@denx.de>
11575
11576 commit cce99b2a7dd80683d61360aee56a6ece344950b2
11577 Author: Anatolij Gustschin <agust@denx.de>
11578 Date:   Tue Jul 7 13:27:07 2009 +0200
11579
11580     video: mb862xx: use macros instead of magic numbers
11581
11582     Signed-off-by: Anatolij Gustschin <agust@denx.de>
11583
11584 commit e86528671ece6d5c1162656a37fc68a8e0bf67f8
11585 Author: Anatolij Gustschin <agust@denx.de>
11586 Date:   Tue Jul 7 13:24:08 2009 +0200
11587
11588     video: mb862xx: fix coding style and remove dead code
11589
11590     Signed-off-by: Anatolij Gustschin <agust@denx.de>
11591
11592 commit 292ed489dba8cc97b458579003a8001cd4703cd8
11593 Author: Michal Simek <monstr@monstr.eu>
11594 Date:   Tue Jun 30 12:03:50 2009 +0200
11595
11596     microblaze: Remove ignored return type for __arch__swab16 function
11597
11598     This change remove compilation warnings.
11599
11600     Signed-off-by: Michal Simek <monstr@monstr.eu>
11601
11602 commit e2776587c0eac131954ae100fda89cc3e7ed8b57
11603 Author: Michal Simek <monstr@monstr.eu>
11604 Date:   Tue Jun 30 12:02:45 2009 +0200
11605
11606     microblaze: Removed unused variables
11607
11608     Signed-off-by: Michal Simek <monstr@monstr.eu>
11609
11610 commit be33b046b549ad88c204c209508cd7657232ffbd
11611 Author: Scott Wood <scottwood@freescale.com>
11612 Date:   Wed Apr 1 15:02:13 2009 -0500
11613
11614     Remove legacy NAND and disk on chip code.
11615
11616     Legacy NAND had been scheduled for removal.  Any boards that use this
11617     were already not building in the previous release due to an #error.
11618
11619     The disk on chip code in common/cmd_doc.c relies on legacy NAND,
11620     and it has also been removed.  There is newer disk on chip code
11621     in drivers/mtd/nand; someone with access to hardware and sufficient
11622     time and motivation can try to get that working, but for now disk
11623     on chip is not supported.
11624
11625     Signed-off-by: Scott Wood <scottwood@freescale.com>
11626
11627 commit fbdaafaee71e2c7f2c31b3582ab6d8679efee8d3
11628 Author: Stefan Roese <sr@denx.de>
11629 Date:   Thu Jun 4 16:40:36 2009 +0200
11630
11631     nand: Change NAND_MAX_OOBSIZE to 218 as needed for some 4k page devices
11632
11633     This is needed for the MPC512x NAND driver (fsl_nfc_nand.c) which already
11634     defines such a 4k plus 218 bytes ECC layout.
11635
11636     Signed-off-by: Stefan Roese <sr@denx.de>
11637     Cc: Scott Wood <scottwood@freescale.com>
11638     Signed-off-by: Scott Wood <scottwood@freescale.com>
11639
11640 commit f2f376ab956c17d4a0c42a993133ca25cdc87278
11641 Author: Stefan Roese <sr@denx.de>
11642 Date:   Thu Jul 16 15:13:04 2009 +0200
11643
11644     nand: ndfc: Remove unnecessary #ifdef's
11645
11646     Now that the 4xx NAND driver ndfc is moved to the common NAND driver
11647     directory we don't need this #ifdef's anymore.
11648
11649     Signed-off-by: Stefan Roese <sr@denx.de>
11650     Cc: Scott Wood <scottwood@freescale.com>
11651     Signed-off-by: Scott Wood <scottwood@freescale.com>
11652
11653 commit 12582ac771b0bf3852817c3bfa4be326522a0665
11654 Author: Stefan Roese <sr@denx.de>
11655 Date:   Thu Jul 16 15:12:48 2009 +0200
11656
11657     nand/ppc4xx: Move PPC4xx NAND driver to common NAND driver directory
11658
11659     Signed-off-by: Stefan Roese <sr@denx.de>
11660     Cc: Scott Wood <scottwood@freescale.com>
11661     Signed-off-by: Scott Wood <scottwood@freescale.com>
11662
11663 commit 3ebf70db5452d3d47c316ddef09f40e76553bcba
11664 Author: Valeriy Glushkov <gvv@lstec.com>
11665 Date:   Tue Jul 14 13:51:10 2009 +0300
11666
11667     nand: fixed failed reads on corrected ECC errors in nand_util.c
11668
11669     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
11670     Signed-off-by: Paulraj, Sandeep <s-paulraj@ti.com>
11671     Signed-off-by: Scott Wood <scottwood@freescale.com>
11672
11673 commit ed727d394c5ab139033719772dc95dc25cfa14f7
11674 Author: David Brownell <david-b@pacbell.net>
11675 Date:   Mon Jul 13 16:29:04 2009 -0700
11676
11677     Typo fix: use CONFIG_SOC_DM644X, not CONFIG_SOC_DM646.
11678
11679     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
11680     Signed-off-by: Scott Wood <scottwood@freescale.com>
11681
11682 commit 937076f84c5064f0a79105fce352ac7cf7b33643
11683 Author: Kyungmin Park <kmpark@infradead.org>
11684 Date:   Sat Jul 11 16:49:55 2009 +0900
11685
11686     MTD: OneNAND: Increase the environment size to 4KiB
11687
11688     Also use mtd operation instead of onenand functions
11689
11690     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
11691     Signed-off-by: Scott Wood <scottwood@freescale.com>
11692
11693 commit bfadb17f69c256196620c32164775f063a59c34f
11694 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11695 Date:   Wed Jun 10 00:25:38 2009 +0400
11696
11697     mpc83xx: MPC837xEMDS: Use hwconfig instead of pci_external_arbiter variable
11698
11699     Since we have simple hwconfig interface now, we don't need
11700     pci_external_arbiter variable any longer.
11701
11702     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11703     Acked-by: Kim Phillips <kim.phillips@freescale.com>
11704
11705 commit b8b71ffbc35fde6905e65ffdbf4e4b87efc26b7e
11706 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11707 Date:   Wed Jun 10 00:25:36 2009 +0400
11708
11709     mpc83xx: MPC8315ERDB: Use hwconfig for board type selection
11710
11711     This patch simply converts the board to the hwconfig infrastructure.
11712
11713     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11714     Acked-by: Kim Phillips <kim.phillips@freescale.com>
11715
11716 commit c78c678354c8321737aa07e86831ff14176f4ed5
11717 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11718 Date:   Wed Jun 10 00:25:31 2009 +0400
11719
11720     mpc83xx: MPC837XEMDS: Fixup eSDHC nodes in device tree
11721
11722     fdt_fixup_esdhc() will either disable or enable eSDHC nodes, and
11723     also will fixup clock-frequency property.
11724
11725     Plus, since DR USB and eSDHC are mutually exclusive, we should
11726     only configure the eSDHC if asked through hwconfig.
11727
11728     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11729     Acked-by: Kim Phillips <kim.phillips@freescale.com>
11730
11731 commit c9646ed758804fa1fa6c1425369a4eee5d618b1d
11732 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11733 Date:   Wed Jun 10 00:25:30 2009 +0400
11734
11735     mpc83xx: MPC837XERDB: Add support for FSL eSDHC
11736
11737     This patch adds support for eSDHC on MPC837XERDB boards. The WP
11738     switch doesn't seem to work on RDB boards though, the WP pin is
11739     always asserted (can see the pin state when it's in GPIO mode).
11740
11741     FSL DR USB and FSL eSDHC are mutually exclusive because of pins
11742     multiplexing, so user should specify 'esdhc' or 'dr_usb' options
11743     in the hwconfig environment variable to choose between the
11744     devices.
11745
11746     p.s.
11747     Now we're very close to a monitor len limit (196 bytes left using
11748     gcc-4.2.0), so also increase the monitor len by one sector (64 KB).
11749
11750     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11751     Acked-by: Kim Phillips <kim.phillips@freescale.com>
11752
11753 commit b33433a63fe08c9e723ea15a7c7c7143bf527c6d
11754 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11755 Date:   Wed Jun 10 00:25:29 2009 +0400
11756
11757     fsl_esdhc: Add device tree fixups
11758
11759     This patch implements fdt_fixup_esdhc() function that is used to fixup
11760     the device tree.
11761
11762     The function adds status = "disabled" propery if esdhc pins muxed away,
11763     otherwise it fixups clock-frequency for esdhc nodes.
11764
11765     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11766     Acked-by: Kim Phillips <kim.phillips@freescale.com>
11767
11768 commit 93f9dcf9e8b8182e97aeb7965c687176cbd0b933
11769 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11770 Date:   Wed Jun 10 00:25:27 2009 +0400
11771
11772     Add simple hwconfig infrastructure
11773
11774     This patch implements simple hwconfig infrastructure: an
11775     interface for software knobs to control a hardware.
11776
11777     This is very simple implementation, i.e. it is implemented
11778     via `hwconfig' environment variable. Later we could write
11779     some "hwconfig <enable|disable|list>" commands, ncurses
11780     interface for Award BIOS-like interface, and frame-buffer
11781     interface for AMI GUI[1] BIOS-like interface with mouse
11782     support[2].
11783
11784     Current implementation details/limitations:
11785
11786     1. Doesn't support options dependencies and mutual exclusion.
11787        We can implement this by integrating apt-get[3] into the
11788        u-boot. But I didn't bother yet.
11789
11790     2. Since we don't implement hwconfig command, i.e. we're working
11791        with the environement directly, there is no way to tell that
11792        toggling a particular option will need a reboot to take
11793        an effect. So, for now it's advised to always reboot the
11794        target after modifying hwconfig variable.
11795
11796     3. We support hwconfig options with arguments. For example,
11797
11798        set hwconfig dr_usb:mode=peripheral,phy_type=ulpi
11799
11800        That means:
11801        - dr_usb - enable Dual-Role USB controller;
11802        - dr_usb:mode=peripheral - USB in Function mode;
11803        - dr_usb:phy_type=ulpi - USB should work with ULPI PHYs;
11804
11805     The purpose of this simple implementation is to define some
11806     internal API and then we can continue improving user experience
11807     by adding more mature interface, like hwconfig command with
11808     bells and whistles. Or not adding, if we feel that current
11809     interface fits its needs.
11810
11811     [1] http://en.wikipedia.org/wiki/American_Megatrends
11812     [2] Regarding ncurses and GUI with mouse support -- I'm just
11813         kidding.
11814     [3] The comment regarding apt-get is also a joke, meaning that
11815         dependency tracking could be non-trivial. For example, for
11816         enabling HW feature X we may need to disable Y, and turn Z
11817         into reduced mode (like RMII-only interface for ethernet,
11818         no MII).
11819
11820         It's quite trivial to implement simple cases though.
11821
11822     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11823     Acked-by: Kim Phillips <kim.phillips@freescale.com>
11824
11825 commit 6c3fef28b9fff0d7f3fa4c51c3ee0ae8c2a3b043
11826 Author: Jerry Van Baren <gvb.uboot@gmail.com>
11827 Date:   Wed Jul 15 20:42:59 2009 -0400
11828
11829     Improve U-Boot Porting Guide in the README
11830
11831     Update for...
11832     * BDI2000 -> BDI3000 (BDI2000 is obsolete).
11833     * Add a line to read the doc/README.* files
11834     * Fix coding standard violations
11835
11836     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
11837
11838 commit 9578718c1b085cac73017d834001bc5cb0b2f73f
11839 Author: Kim Phillips <kim.phillips@freescale.com>
11840 Date:   Tue Jul 14 16:00:24 2009 -0500
11841
11842     mtd: cfi - if defined, use MAX_FLASH_BANKS_DETECT for static declarations
11843
11844     a.k.a cfi_mtd.c does as cfi_flash.c does.  This also prevents
11845     the TQM834x build from doing a:
11846
11847     cfi_mtd.c:36: error: variably modified 'cfi_mtd_info' at file scope
11848     cfi_mtd.c:37: error: variably modified 'cfi_mtd_names' at file scope
11849
11850     using gcc 4.4.
11851
11852     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
11853     Signed-off-by: Stefan Roese <sr@denx.de>
11854
11855 commit 4a9932a4364b548773bc131bf85e24a2ec15f2b0
11856 Author: Kim Phillips <kim.phillips@freescale.com>
11857 Date:   Tue Jul 7 18:04:21 2009 -0500
11858
11859     mpc83xx: increase MONITOR_LEN to offset growing pains
11860
11861     Saving the environment leads to overwriting u-boot itself,
11862     bricking boards.  Increase u-boot's image size so the environment
11863     base address doesn't end up overlapping u-boot text.
11864
11865     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
11866
11867 commit c31e13260bcd048a94412a47b004386ea6112acf
11868 Author: Valeriy Glushkov <gvv@lstec.com>
11869 Date:   Tue Jun 30 15:48:41 2009 +0300
11870
11871     usb: mpx8349itx: added support of loading images from USB storage (MPH/DR)
11872
11873     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
11874     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
11875
11876 commit d89e1c36891de793a20a929282acc0fc7b98feac
11877 Author: Valeriy Glushkov <gvv@lstec.com>
11878 Date:   Tue Jun 30 15:48:40 2009 +0300
11879
11880     usb: mpc834x: added support of the MPH USB controller in addition to the DR one
11881
11882     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
11883     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
11884
11885 commit d9ac3d5a17ecef0beb70073018925e011b11684e
11886 Author: Kim Phillips <kim.phillips@freescale.com>
11887 Date:   Mon Jun 15 11:51:47 2009 -0500
11888
11889     mpc83xx: set 64BIT_VSPRINTF for boards using nand_util
11890
11891     When enabling NAND support for a board, one must also define
11892     CONFIG_SYS_64BIT_VSPRINTF because this is needed in nand_util.c
11893     for correct output.
11894
11895     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
11896     Cc: Dave Liu <daveliu@freescale.com>
11897     Cc: Ron Madrid <ron_madrid@sbcglobal.net>
11898     Cc: Anton Vorontsov <avorontsov@ru.mvista.com>
11899
11900 commit 052c08916532d1d9c2f69eb9229709c7b2fc1f02
11901 Author: TsiChung Liew <tsicliew@gmail.com>
11902 Date:   Wed Jul 8 07:41:24 2009 +0000
11903
11904     ColdFire: Update bootargs
11905
11906     Add a bootargs for M53017EVB and update bootargs
11907     for M54451EVB
11908
11909     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
11910
11911 commit 6e8d58d36691520f8da74cd948661d28d5a5dc66
11912 Author: TsiChung Liew <tsicliew@gmail.com>
11913 Date:   Tue Jun 30 14:30:19 2009 +0000
11914
11915     Command for accessing serial flash update
11916
11917     Change strtoul number base of argv 3 from 0 to 16
11918
11919     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
11920
11921 commit ee0a8462466dd284968536eb57c6eef4be0d6aad
11922 Author: TsiChung Liew <tsicliew@gmail.com>
11923 Date:   Tue Jun 30 14:18:29 2009 +0000
11924
11925     ColdFire: Add DSPI support for MCF5227x and MCF5445x
11926
11927     Remove individual CPU specific DSPI driver.
11928     Add required feature for the common DSPI driver in cpu_init and
11929     in platform configuration file.
11930
11931     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
11932
11933 commit dec61c7851baa72151ef1d3657e7bb3b68907d48
11934 Author: TsiChung Liew <tsicliew@gmail.com>
11935 Date:   Tue Jun 30 14:09:47 2009 +0000
11936
11937     Coldfire: Consolidate DSPI driver
11938
11939     Unify both MCF5227x and MCF5445x DSPI driver in CPU to
11940     driver/spi folder for common use.
11941
11942     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
11943
11944 commit 11d88b26a68bd4bf98b1c962fde6257a50978231
11945 Author: TsiChung Liew <tsicliew@gmail.com>
11946 Date:   Fri Jun 12 13:03:34 2009 +0000
11947
11948     ColdFire: Remove compiler warning messages
11949
11950     Remove unused variables and printf type mismatch in
11951     lib_m68k/board.c
11952
11953     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
11954
11955 commit 4567c7bff2503fb1a7c738ff9b9f0bd00d274d9a
11956 Author: TsiChung Liew <tsicliew@gmail.com>
11957 Date:   Fri Jun 12 11:31:31 2009 +0000
11958
11959     ColdFire: Fix M53017EVB flash size
11960
11961     Increase the flash size from 8MB to 16MB
11962
11963     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
11964
11965 commit bf9a521529e484b15e8fdb583a607cf7945d2f6b
11966 Author: TsiChung Liew <tsicliew@gmail.com>
11967 Date:   Fri Jun 12 11:29:00 2009 +0000
11968
11969     ColdFire: Add M5208EVB and MCF520x CPU support
11970
11971     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
11972
11973 commit 709b384b6493d9726dce20663ebe31bf7cab2925
11974 Author: TsiChung Liew <tsicliew@gmail.com>
11975 Date:   Thu Jun 11 15:39:57 2009 +0000
11976
11977     ColdFire: Update for M54451EVB
11978
11979     Update serial boot DRAM's Internal RAM, vector table and DRAM in
11980     start.S, serial flash's read status command over SPI and NOR
11981     flash.
11982
11983     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
11984
11985 commit bbf6bbffcaf694c03504c661e58fbd1aefe5bf64
11986 Author: TsiChung Liew <tsicliew@gmail.com>
11987 Date:   Thu Jun 11 12:50:05 2009 +0000
11988
11989     ColdFire: Update configuration file to use flash buffer write
11990
11991     Update M52277EVB, M53017EVB and M54455EVB platform configuration
11992     file to use flash buffer write
11993
11994     Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
11995
11996 commit 7d4450a9773673052fcd7fdf0a4a88c089126ac1
11997 Author: Wolfgang Denk <wd@denx.de>
11998 Date:   Sun Jun 14 20:58:53 2009 +0200
11999
12000     mpc5121ads: add JFFS2 and MTDPARTS support; adjust flash map
12001
12002     Signed-off-by: Wolfgang Denk <wd@denx.de>
12003
12004 commit 1f1f82f3de1660f398bf42bfd709b9859582ce5e
12005 Author: Wolfgang Denk <wd@denx.de>
12006 Date:   Sun Jun 14 20:58:52 2009 +0200
12007
12008     aria: add JFFS2 and MTDPARTS support; adjust flash map
12009
12010     Signed-off-by: Wolfgang Denk <wd@denx.de>
12011
12012 commit a6d6d46a4fef876455e11b45ed699c0fb3bd1ca1
12013 Author: Wolfgang Denk <wd@denx.de>
12014 Date:   Sun Jun 14 20:58:51 2009 +0200
12015
12016     aria: enable NAND flash support
12017
12018     Signed-off-by: Wolfgang Denk <wd@denx.de>
12019
12020 commit 13946925e850db5351982acb691d51716fc754e2
12021 Author: Wolfgang Denk <wd@denx.de>
12022 Date:   Sun Jun 14 20:58:50 2009 +0200
12023
12024     MPC512x: fix typo in comment listing the NAND driver name
12025
12026     Signed-off-by: Wolfgang Denk <wd@denx.de>
12027     Cc: Stefan Roese <sr@denx.de>
12028     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
12029
12030 commit 2ca6f74d09653f8041b52cafd0d650fdc2a56c51
12031 Author: Wolfgang Denk <wd@denx.de>
12032 Date:   Sun Jun 14 20:58:49 2009 +0200
12033
12034     mecp5123: cleanup - remove dead code
12035
12036     Remove dead code that was obviously a left-over from copy & paste.
12037
12038     Signed-off-by: Wolfgang Denk <wd@denx.de>
12039     Cc: Stefan Roese <sr@denx.de>
12040     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
12041
12042 commit 25671c8672f2d7b39555416a6b7a6b7b39b810bf
12043 Author: Wolfgang Denk <wd@denx.de>
12044 Date:   Sun Jun 14 20:58:48 2009 +0200
12045
12046     aria: adjust memory controller initialization
12047
12048     Needed for Rev. 2 silicon at 400 MHz
12049
12050     Signed-off-by: Wolfgang Denk <wd@denx.de>
12051
12052 commit 7629f1c06b6dea36bbc7bf70820b824e9b6d2227
12053 Author: Wolfgang Denk <wd@denx.de>
12054 Date:   Sun Jun 14 20:58:47 2009 +0200
12055
12056     MPC512x: factor out common code
12057
12058     Now that we have 3 boards for the MPC512x it turns out that they all
12059     use the very same fixed_sdram() code.
12060
12061     This patch factors out this common code into cpu/mpc512x/fixed_sdram.c
12062     and adds a new header file, include/asm-ppc/mpc512x.h, with some
12063     macros, inline functions and prototype definitions specific to MPC512x
12064     systems.
12065
12066     Signed-off-by: Wolfgang Denk <wd@denx.de>
12067     Cc: Stefan Roese <sr@denx.de>
12068     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
12069
12070 commit 0549353a6ba5aa03420c0962b9072e9cf1fa49d9
12071 Author: Wolfgang Denk <wd@denx.de>
12072 Date:   Sun Jun 14 20:58:46 2009 +0200
12073
12074     mecp5123: fix build error
12075
12076     The mecp5123 board did not compile because the MSCAN Clock Control
12077     Registers were missing; these got added, but as an array instead
12078     of 4 individual registers. Adapt the code so it builds.
12079
12080     Signed-off-by: Wolfgang Denk <wd@denx.de>
12081     Cc: Stefan Roese <sr@denx.de>
12082     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
12083
12084 commit a9905db5d29a56aedd7db5bcb56b0385873aa6a3
12085 Author: Wolfgang Denk <wd@denx.de>
12086 Date:   Sun Jun 14 20:58:45 2009 +0200
12087
12088     MPC512x: Add MSCAN1...4 Clock Control Registers
12089
12090     Signed-off-by: Wolfgang Denk <wd@denx.de>
12091     Cc: Stefan Roese <sr@denx.de>
12092     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
12093
12094 commit f5489c4200b37c9a1d6dbde116f5adc0539610de
12095 Author: Wolfgang Denk <wd@denx.de>
12096 Date:   Sun Jun 14 20:58:44 2009 +0200
12097
12098     MPC512x: enabling NAND support requires CONFIG_SYS_64BIT_VSPRINTF
12099
12100     When enabling NAND support for a board, one must also define
12101     CONFIG_SYS_64BIT_VSPRINTF because this is needed in nand_util.c
12102     for correct output.
12103
12104     Signed-off-by: Wolfgang Denk <wd@denx.de>
12105     Cc: Stefan Roese <sr@denx.de>
12106     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
12107
12108 commit b4db4a7638ef90cf0aacf7b954d9bf3043dda780
12109 Author: Po-Yu Chuang <ratbert@faraday-tech.com>
12110 Date:   Fri Jul 10 18:03:57 2009 +0800
12111
12112     issue write command to base for JEDEC flash
12113
12114     For JEDEC flash, we should issue word programming command relative to
12115     base address rather than sector base address. Original source makes
12116     SST Flash fails to program sectors which are not on the 0x10000 boundaries.
12117
12118     e.g.
12119     SST39LF040 uses addr1=0x5555 and addr2=0x2AAA, however, each sector
12120     is 0x1000 bytes.
12121
12122     Thus, if we issue command to "sector base (0x41000) + offset(0x5555)",
12123     it sends to 0x46555 and the chip fails to recognize that address.
12124
12125     This patch is tested with SST39LF040.
12126
12127     Signed-off-by: Po-Yu Chuang <ratbert@faraday-tech.com>
12128     Signed-off-by: Stefan Roese <sr@denx.de>
12129
12130 commit 986922714ffd21ad39f48522d285fffc7aed56b1
12131 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12132 Date:   Sat May 2 11:53:50 2009 +0200
12133
12134     versatile: update config and merge to cfi flash driver
12135
12136     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12137     Signed-off-by: Peter Pearse <peter.pearse@arm.com>
12138     Cc: Catalin Marinas <catalin.marinas@arm.com>
12139
12140 commit d6e8ed832b25d5db4fdd3fb91e73028e494dcd6e
12141 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12142 Date:   Sat May 2 11:53:49 2009 +0200
12143
12144     versatile: specify the board type on the prompt
12145
12146     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12147     Signed-off-by: Peter Pearse <peter.pearse@arm.com>
12148     Cc: Catalin Marinas <catalin.marinas@arm.com>
12149
12150 commit 5ccc2d99d61c81805348b0cd9f79731b271f7daf
12151 Author: Sedji Gaouaou <sedji.gaouaou@atmel.com>
12152 Date:   Thu Jun 25 17:04:15 2009 +0200
12153
12154     at91: Introduction of at91sam9g10 SOC.
12155
12156     AT91sam9g10 is an ARM 926ej-s SOC. It is an evolution of the at91sam9261 with a
12157     faster clock speed: 266/133MHz.
12158
12159     Signed-off-by: Sedji Gaouaou <sedji.gaouaou@atmel.com>
12160
12161 commit 22ee647380c42f44528f99b7c1b423725e542102
12162 Author: Sedji Gaouaou <sedji.gaouaou@atmel.com>
12163 Date:   Thu Jul 9 10:16:29 2009 +0200
12164
12165     at91: Introduction of at91sam9g45 SOC.
12166
12167     AT91sam9g45 series is an ARM 926ej-s SOC family clocked at 400/133MHz.
12168     It embeds USB high speed host and device, LCD, DDR2 RAM, and a full set of
12169     peripherals.
12170
12171     The first board that embeds at91sam9g45 chip is the AT91SAM9G45-EKES.
12172     On the board you can find 2 USART, USB high speed,
12173     a 480*272 LG lcd, ethernet, gpio/joystick/buttons.
12174
12175     Signed-off-by: Sedji Gaouaou <sedji.gaouaou@atmel.com>
12176
12177 commit c33c5990cec7ced9ef1ef148debbca34adafa12b
12178 Author: Daniel Mack <daniel@caiaq.de>
12179 Date:   Tue Jun 23 17:30:05 2009 +0200
12180
12181     pxa: fix CKEN_B register bits
12182
12183     The current defition for CKEN_B register bits is nonsense. Adding 32 to
12184     the shifted value is equal to '| (1 << 5)', and this bit is marked
12185     'reserved' in the PXA docs.
12186
12187     Signed-off-by: Daniel Mack <daniel@caiaq.de>
12188
12189 commit bd876be46f28b5fc2896537f6d01353f332789f7
12190 Author: Daniel Mack <daniel@caiaq.de>
12191 Date:   Tue Jun 23 17:30:04 2009 +0200
12192
12193     pxa: add clock for system bus 2 arbiter
12194
12195     This clock is needed for systems using the USB2 device unit or the 2d
12196     graphics accelerator.
12197
12198     Signed-off-by: Daniel Mack <daniel@caiaq.de>
12199
12200 commit b016000a95514c08cab50e1cba00b019c0801bc4
12201 Author: Grazvydas Ignotas <notasas@gmail.com>
12202 Date:   Wed Jul 8 00:30:01 2009 +0300
12203
12204     OMAP3 pandora: Fix CKE1 MUX setting to allow self-refresh
12205
12206     Pandora is using both SDRC CSes. The MUX setting is needed
12207     for the second CS clock signal to allow the 2 RAM parts to
12208     be put in self-refresh correctly.
12209
12210     Based on similar patch for beagle and overo by
12211     Jean Pihet and Steve Sakoman.
12212
12213 commit 8672c288703f3c51c829851c8fe6608c7869faaa
12214 Author: Grazvydas Ignotas <notasas@gmail.com>
12215 Date:   Wed Jul 8 00:30:00 2009 +0300
12216
12217     OMAP3 pandora: setup pulls for various GPIOs
12218
12219     Set pullups or pulldowns for GPIOs which need them.
12220     Disable them for others, which have external pulls.
12221     Also make disabled pull setting consistent (some pins had
12222     type set to "up" even if pull type selection was disabled).
12223
12224 commit 5ff78122f229946862a3f67a2f50a329e8e1bcf5
12225 Author: Grazvydas Ignotas <notasas@gmail.com>
12226 Date:   Wed Jul 8 00:29:59 2009 +0300
12227
12228     OMAP3 pandora: setup pin mux for pins used on rev3 boards
12229
12230     Setup pin mux for GPIO pins connected on rev3 or later
12231     boards. Also change NUB2 IRQ pin. This should not affect
12232     older boards because they don't have any nubs (analog
12233     controllers) attached to them.
12234
12235 commit 67c97c346b27c586a7263564f7afff6d1f8d8d0a
12236 Author: Grazvydas Ignotas <notasas@gmail.com>
12237 Date:   Wed Jul 8 00:29:58 2009 +0300
12238
12239     OMAP3 pandora: pin mux cleanup
12240
12241     Remove configuration of not unused pins, effectively
12242     leaving them in safe mode.
12243
12244 commit b996165f5a1623a055c03b22d64d6d5da81835d0
12245 Author: Prafulla Wadaskar <prafulla@marvell.com>
12246 Date:   Mon Jul 6 15:50:47 2009 +0530
12247
12248     arm: Kirkwood: bugfix: UART1 bar correction
12249
12250     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
12251
12252 commit 50243e3e7a96a96c5418ce6c90b7252d26fdd5b0
12253 Author: Kumar Gala <galak@kernel.crashing.org>
12254 Date:   Tue Jul 7 15:48:58 2009 -0500
12255
12256     usb: Fix compiler warning with gcc4.4
12257
12258     ehci-hcd.c: In function 'ehci_submit_root':
12259     ehci-hcd.c:719: warning: value computed is not used
12260     ehci-hcd.c:748: warning: value computed is not used
12261
12262     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12263     Signed-off-by: Remy Bohmer <linux@bohmer.net>
12264
12265 commit 04366d070a1a3f7affddf15aaaea87bcf44cdbb0
12266 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12267 Date:   Wed Jul 8 11:42:19 2009 +0900
12268
12269     sh: Update pci config for Renesas r7780mp board
12270
12271     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12272
12273 commit 74d9c16a681aa24bb4125191fe39dc7c75cde56a
12274 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12275 Date:   Thu Jun 25 16:31:26 2009 +0900
12276
12277     sh: Add support ESPT-GIGA borad
12278
12279     ESPT-Giga is SH7763-based reference board.
12280     Board support is relatively sparse, presently supporting serial,
12281     gigabit ethernet, USB host, and MTD.
12282
12283     More information (in Japanese) available at:
12284     http://www.cente.jp/product/cente_hard/ESPT-Giga.html
12285
12286     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12287     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12288
12289 commit dae4e0148a1146a5610025ae4b445e841410b659
12290 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
12291 Date:   Fri Jul 3 16:06:37 2009 +0200
12292
12293     Add ESD PCI vendor ID
12294
12295     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
12296
12297 commit 876b3cef537aab2cba8c19505db2876f6057f818
12298 Author: Peter Tyser <ptyser@xes-inc.com>
12299 Date:   Mon Jun 22 18:01:41 2009 -0500
12300
12301     api_examples/Makefile: General cleanup
12302
12303     * Remove symlinking of files located outside api_examples/
12304
12305     * Auto generate dependencies for files located outside api_examples/
12306
12307     * Update names of variables to be similar to those in tools/Makefile
12308
12309     * Fix out of tree build error
12310       Dependencies are calculated for all files in the SRCS variable.
12311       Previously, the SRCS variable contained files which were symlinked
12312       into the api_examples/ directory.  These symlinked files did not exist
12313       when dependencies were calculated when building out of tree.  This
12314       resulted in errors such as:
12315         make[1]: *** No rule to make target `/work/wd/tmp-ppc/api_examples/.depend', needed by `_depend'.  Stop.
12316         make[1]: Leaving directory `/home/wd/git/u-boot/work/api_examples'
12317         make: *** [depend] Error 2
12318
12319       Since symlinked source files are no longer used, this bug no longer
12320       exists.
12321
12322     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
12323     Acked-by: Rafal Jaworowski <raj@semihalf.com>
12324
12325 commit 522f6f02adb93194e337016fe2e4e53c58d5d5ea
12326 Author: Peter Tyser <ptyser@xes-inc.com>
12327 Date:   Mon Jun 22 18:01:40 2009 -0500
12328
12329     api_examples/Makefile: Get rid of unnecessary intermediate LIB target
12330
12331     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
12332     Acked-by: Rafal Jaworowski <raj@semihalf.com>
12333
12334 commit 117d0ab5e6f3b3dd48fc346df4919555a78afd39
12335 Author: Peter Tyser <ptyser@xes-inc.com>
12336 Date:   Mon Jun 22 18:01:39 2009 -0500
12337
12338     api_examples/Makefile: Combine ELF and BIN targets
12339
12340     Combining the two rules cleans up the Makefile a bit
12341
12342     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
12343     Acked-by: Rafal Jaworowski <raj@semihalf.com>
12344
12345 commit 644cb38108b8dc22e0ef3cf5f404fe310d1995f8
12346 Author: Peter Tyser <ptyser@xes-inc.com>
12347 Date:   Mon Jun 22 18:01:38 2009 -0500
12348
12349     api_examples/Makefile: Split up variable declarations
12350
12351     This cleans up the Makefile a bit and simplifies future changes
12352
12353     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
12354     Acked-by: Rafal Jaworowski <raj@semihalf.com>
12355
12356 commit 890d242facc4079ed21e979ced2e8c6d6974f6d3
12357 Author: Timur Tabi <timur@freescale.com>
12358 Date:   Fri Jun 19 14:10:52 2009 -0500
12359
12360     remove _IO_BASE and KSEG1ADDR from board configuration files
12361
12362     The KSEG1ADDR macro used to be necessary for the RTL8139 Ethernet
12363     driver, but the code that used that macro was removed over a year
12364     ago, so board configuration files no longer need to define it.
12365
12366     The _IO_BASE macro is also automatically defined to 0 if it isn't
12367     already set, so there's no need to define that macro either in the
12368     board configuration files.
12369
12370     Signed-off-by: Timur Tabi <timur@freescale.com>
12371     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12372     Acked-by: Andy Fleming <afleming@freescale.com>
12373     Acked-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
12374     Acked-by: Kim Phillips <kim.phillips@freescale.com>
12375
12376 commit c9969947a4687de90e2bb58e76842b491aa0e0b9
12377 Author: Jon Smirl <jonsmirl@gmail.com>
12378 Date:   Sun Jun 14 18:21:28 2009 -0400
12379
12380     board support patch for phyCORE-MPC5200B-tiny
12381
12382     Add support for the Phytec phyCORE-MPC5200B-tiny.
12383     Code originally from Pengutronix.de.
12384     Created CONFIG_SYS_ATA_CS_ON_TIMER01 define for when IDE CS is on
12385     Timer 0/1
12386
12387     Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
12388     Acked-by: Grant Likely <grant.likely@secretlab.ca>
12389
12390 commit 7bd49ad12cc36a4de6995ddabbc65ffa1aa1933d
12391 Author: Mike Frysinger <vapier@gentoo.org>
12392 Date:   Mon Jun 15 13:37:20 2009 -0400
12393
12394     kallsyms: fix escaping of NUL char in strings
12395
12396     The current kallsyms code is using \\0 to escape the backslash in the awk
12397     code, but the shell too needs escaping.  This way we make sure gcc is
12398     passed the \0.  Then gcc itself will consume this as an octal, so we have
12399     to use 000 so gcc will create the final NUL.
12400
12401     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12402
12403 commit ed540f07b8ad86909704e9806c1762462cb4995a
12404 Author: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>
12405 Date:   Fri Jun 26 10:18:49 2009 -0400
12406
12407     Blackfin: cm-bf561: add example settings for EXT-BF5xx-USB-ETH2 add-on
12408
12409     The cm-bf561 module can easily hook up to the EXT-BF5xx-USB-ETH2 extender
12410     board, so add a simple example of how to do that in the board config.
12411
12412     Signed-off-by: Harald Krapfenbauer <Harald.Krapfenbauer@bluetechnix.at>
12413     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12414
12415 commit f8bf54b4081c3c3d518830df0017a23ec672a841
12416 Author: Mike Frysinger <vapier@gentoo.org>
12417 Date:   Thu Jun 25 19:40:28 2009 -0400
12418
12419     Blackfin: blackstamp: update spi flash settings
12420
12421     The latest blackstamp boards can only run the SPI flash at 15MHz before
12422     they start to crap out, so lower the max speeds accordingly.  The new SPI
12423     flash also has different sector requirements, so update the environment
12424     sizes as well.
12425
12426     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12427
12428 commit 286070ddc8339666c09bd7912e960b850a8a0318
12429 Author: Mike Frysinger <vapier@gentoo.org>
12430 Date:   Mon Oct 6 03:31:52 2008 -0400
12431
12432     Blackfin: add cache_dump commands
12433
12434     A few debug-type commands used to dump the raw icache/dcache data.  Useful
12435     when trying to track down cache-related bugs.
12436
12437     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12438
12439 commit 632e9b671efb0a6c900499f7a49fe5b63292b5fc
12440 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
12441 Date:   Wed Jul 8 15:31:57 2009 +0200
12442
12443     ppc4xx: Set default PCI device ID for 405EP boards
12444
12445     Current code only sets the PCI vendor id to 0x1014 and
12446     leaved device id to 0x0000.
12447
12448     Ths patch ....
12449     a) uses the correct PCI_VENDOR_ID_IBM macro for this
12450     b) sets the default device ID as stated in the UM to 0x0156
12451        by using PCI_DEVICE_ID_IBM_405GP for this.
12452
12453     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
12454     Signed-off-by: Stefan Roese <sr@denx.de>
12455
12456 commit 123f102ec093fba6967066acdf9beb637df2e2d1
12457 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
12458 Date:   Wed Jul 8 13:43:55 2009 +0200
12459
12460     ppc4xx: Move 405EP pci code from cpu_init_f() to __pci_pre_init()
12461
12462     This patch moves some basic PCI initialisation from the 4xx cpu_init_f()
12463     to cpu/ppc4xx/4xx_pci.c.
12464
12465     The original cpu_init_f() function enabled the 405EP's internal arbiter
12466     in all situations. Also the HCE bit in cpc0_pci is always set.
12467     The first is not really wanted for PCI adapter designs and the latter
12468     is a general bug for PCI adapter U-Boots. Because it enables
12469     PCI configuration by the system CPU even when the PCI configuration has
12470     not been setup by the 405EP. The one and only correct place is
12471     in pci_405gp_init() (see "Set HCE bit" comment).
12472
12473     So for compatibility reasons the arbiter is still enabled in any case,
12474     but from weak pci_pre_init() so that it can be replaced by board specific
12475     code.
12476
12477     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
12478     Signed-off-by: Stefan Roese <sr@denx.de>
12479
12480 commit c71103f9dc66dfcce8ad6df942364043bf27ade8
12481 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
12482 Date:   Wed Jul 8 13:43:23 2009 +0200
12483
12484     ppc4xx: Make is_pci_host() available for all 440 and 405 CPUs
12485
12486     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
12487     Signed-off-by: Stefan Roese <sr@denx.de>
12488
12489 commit 1d8937a469bfeb55ca1f6d89a4e7cd2dfee3cf17
12490 Author: Prafulla Wadaskar <prafulla@marvell.com>
12491 Date:   Mon Jun 29 20:56:43 2009 +0530
12492
12493     usb: add Marvell Kirkwood ehci host controller driver
12494
12495     This driver is tested on Sheevaplug platform
12496
12497     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
12498     Signed-off-by: Remy Bohmer <linux@bohmer.net>
12499
12500 commit db7b43e4681f6f93c336132708157a8a0cca1f8b
12501 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
12502 Date:   Wed Jun 24 10:08:40 2009 +0530
12503
12504     mpc83xx: USB: fix: access of ehci struct elements
12505
12506     It fixes the access to the 'ehci' struct elements for mpc83xx which
12507     should have been taken care of in 4ef01010aa4799c759d75e67007fdd3a38c88c8a
12508     Sorry about that.
12509
12510     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
12511     Signed-off-by: Remy Bohmer <linux@bohmer.net>
12512
12513 commit 08066152735417fc55a5c9de2cec0714c529e4f3
12514 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
12515 Date:   Fri Jun 19 17:56:00 2009 +0530
12516
12517     mpc8xxx: USB: fix: access of ehci struct elements
12518
12519     This patch fixes the access to the 'ehci' struct elements which should
12520     have been taken care off in 4ef01010aa4799c759d75e67007fdd3a38c88c8a
12521     Sorry about that.
12522
12523     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
12524     Signed-off-by: Remy Bohmer <linux@bohmer.net>
12525
12526 commit c3a012ce65818beb274195cd47f31ed80d0fbaa5
12527 Author: Bryan Wu <bryan.wu@analog.com>
12528 Date:   Tue Jun 16 05:26:27 2009 -0400
12529
12530     usb: musb: add timeout via CONFIG_MUSB_TIMEOUT
12531
12532     Signed-off-by: Bryan Wu <bryan.wu@analog.com>
12533     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12534     Signed-off-by: Remy Bohmer <linux@bohmer.net>
12535
12536 commit 7984967a9405672db1581402d2c2cfae268d1a67
12537 Author: Mike Frysinger <vapier@gentoo.org>
12538 Date:   Tue Jun 16 05:26:25 2009 -0400
12539
12540     usb: musb: drop old musb read/write prototypes
12541
12542     These functions are no longer defined, so remove their prototypes.
12543
12544     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12545     Signed-off-by: Remy Bohmer <linux@bohmer.net>
12546
12547 commit 4e04f16020115ab5ccf53158e100de58bcaf29bd
12548 Author: Kim Phillips <kim.phillips@freescale.com>
12549 Date:   Mon Jun 15 11:50:07 2009 -0500
12550
12551     usb: fix CONFIG_SYS_MPC83xx_USB_ADDR not defined error
12552
12553     fix a stray CONFIG_MPC83XX that escaped commit
12554     0f898604945af4543c1525fc33b6bae621a3b805.
12555
12556     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12557     Signed-off-by: Remy Bohmer <linux@bohmer.net>
12558
12559 commit bc0d3296f1780b50e6b9630aee5eb368f2afb6cb
12560 Author: Michal Simek <monstr@monstr.eu>
12561 Date:   Tue Jun 30 23:47:30 2009 +1000
12562
12563     asm-generic: Consolidate errno.h to asm-generic/errno.h
12564
12565     This patch use blackfin errno.h implementation which
12566     correspond Linux kernel one.
12567
12568     MIPS implemetation is different that's why I keep it.
12569
12570     I removed ppc_error_no.h from Marvell boards which
12571     was the same too.
12572
12573     I have got ack from ppc40x, blackfin, arm, coldfire and avr custodians.
12574
12575     Acked-by: Stefan Roese <sr@denx.de>
12576     Signed-off-by: Michal Simek <monstr@monstr.eu>
12577
12578 commit 2896b5851f0430bf16529376a4193630e966c788
12579 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
12580 Date:   Tue Jul 7 16:01:02 2009 +0200
12581
12582     Command improvements for ubifs
12583
12584     Check that an argument is passed to ubifsmount and that addresses and
12585     sizes are actually numbers for ubifsload. Also improve the instructions
12586     a bit.
12587
12588     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
12589     Signed-off-by: Stefan Roese <sr@denx.de>
12590
12591 commit 25c8f4005979ab2d190713ba341d96a5fa905cdb
12592 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
12593 Date:   Tue Jul 7 16:59:46 2009 +0200
12594
12595     Handle VID header offset in ubi part command
12596
12597     The VID header offset is sometimes needed to initialize the UBI
12598     partition. This patch adds it (optionally) to the command line
12599     for the ubi part command.
12600
12601     (Lines have been properly wrapped since last version)
12602
12603     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
12604     Acked-by: Stefan Roese <sr@denx.de>
12605     Signed-off-by: Stefan Roese <sr@denx.de>
12606
12607 commit 3672cd5c3b53d219d33345eebad4e25ad5bf6d52
12608 Author: Wolfgang Denk <wd@denx.de>
12609 Date:   Thu Jul 9 09:56:16 2009 +0200
12610
12611     MAINTAINERS: fix sorting, remove duplicates.
12612
12613     Signed-off-by: Wolfgang Denk <wd@denx.de>
12614
12615 commit efbf14e9a2394a154b12643d4a011994b5096b5a
12616 Author: Heiko Schocher <heiko.schocher@invitel.hu>
12617 Date:   Wed Dec 10 08:27:01 2008 +0100
12618
12619     all platforms: make show_boot_progress() work again
12620
12621     Signed-off-by: Heiko Schocher <hs@denx.de>
12622
12623 commit 205a0988d8fd778c60746c34c2f17dbd2b7cd0d2
12624 Author: Prafulla Wadaskar <prafulla@marvell.com>
12625 Date:   Mon Jun 29 15:25:18 2009 +0530
12626
12627     nand: Add Marvell Kirkwood NAND driver
12628
12629     This patch adds a NAND driver for the Marvell Kirkwood SoC's
12630
12631     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
12632     Acked-by: Scott Wood <scottwood@freescale.com>
12633
12634 commit 0580e48f53f972783e56fcedadb9ce6e5b0b6f32
12635 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
12636 Date:   Mon Jul 6 16:27:33 2009 +0200
12637
12638     ppc4xx: Make pll_write global
12639
12640     This patch makes pll_write on PPC405EP boards
12641     global and callable from C code.
12642
12643     pll_write can be used to dynamically modify the PLB:PCI divider
12644     as it is required for 33/66 MHz pci adapters based on the 405EP.
12645
12646     board_early_init_f() is a good place to do that (check M66EN signal
12647     and call pll_write() when it is required).
12648
12649     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
12650     Signed-off-by: Stefan Roese <sr@denx.de>
12651
12652 commit 20b3c4b528606d51799aed5e4c71783720cd2b72
12653 Author: Stefan Roese <sr@denx.de>
12654 Date:   Mon Jul 6 11:44:33 2009 +0200
12655
12656     ppc4xx: Remove compilation warning "pci_async_enabled defined but not used"
12657
12658     Signed-off-by: Stefan Roese <sr@denx.de>
12659
12660 commit d0a1364f91c80d29daff6b27a7904a50cdc00b35
12661 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
12662 Date:   Fri Jul 3 16:06:06 2009 +0200
12663
12664     ppc4xx: Implement is_pci_host() for 405 CPUs
12665
12666     This patch implements the is_pci_host() function in a similiar way
12667     as it is used on 440 targets.
12668
12669     The former path with CONFIG_PCI_HOST == PCI_HOST_AUTO does not
12670     build on 405EP targets because checking the PCI arbiter is different.
12671     So putting the fixed code into a separate function makes the code
12672     more readable.
12673
12674     Also using is_pci_host() on 405 brings 405 and 440 PCI code
12675     a little bit closer.
12676
12677     In preparation for an upcoming 405EP based PMC module I made this
12678     function weak so that it can be overwritten from board specific code.
12679
12680     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
12681     Signed-off-by: Stefan Roese <sr@denx.de>
12682
12683 commit 04ddae915f295dee301f15c32100533a48e3b433
12684 Author: Alessio Centazzo <centazzo@gmail.com>
12685 Date:   Wed Jul 1 22:20:51 2009 -0700
12686
12687     ppc4xx: Fixed PPC4xx debug compilation error in uic.c
12688
12689     This patch fixes a debug compilation error for PPC4xx platforms, all
12690     other architectures are not affected by this change.  The 'handler'
12691     pointer was undefined.  The fix is exercised and has effect only if
12692     DEBUG is defined.
12693
12694     Signed-off-by: Alessio Centazzo acpatin@yahoo.com
12695     Signed-off-by: Stefan Roese <sr@denx.de>
12696
12697 commit 48e2b535a0dd3a7b77b674130934a24f9de6f48d
12698 Author: Felix Radensky <felix@embedded-sol.com>
12699 Date:   Wed Jul 1 11:37:46 2009 +0300
12700
12701     4xx: Fix compilation warnings and MQ registers dump in SPD DDR2 code
12702
12703     This patch fixes printf format string compilation warnings in several
12704     debug statements. It also fixes the dump of DDR controller MQ registers
12705     found on some 44x and 46x platforms. The current register dump code
12706     uses incorrect DCRs to access these registers.
12707
12708     Signed-off-by: Felix Radensky <felix@embedded-sol.com>
12709     Signed-off-by: Stefan Roese <sr@denx.de>
12710
12711 commit 26d37f0061ad05e5c383c910f00e6006f3c89a3a
12712 Author: Felix Radensky <felix@embedded-sol.com>
12713 Date:   Mon Jun 22 15:30:42 2009 +0300
12714
12715     ppc4xx: Fix FDT EBC mappings on Canyonlands
12716
12717     This patch fixes 2 problems with FDT EBC mappings on Canyonlands.
12718     First, NAND EBC mapping was missing, making Linux NAND driver
12719     unusable on this board. Second, NOR remapping code assumed that
12720     NOR is always on CS0, however when booting from NAND NOR is on CS3.
12721
12722     Signed-off-by: Felix Radensky <felix@embedded-sol.com>
12723     Signed-off-by: Stefan Roese <sr@denx.de>
12724
12725 commit baa9f9ba4345ed6dc5c403871c32e6295316ea52
12726 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12727 Date:   Tue Jun 16 22:29:15 2009 +0900
12728
12729     sh: Revised the build with newest compiler
12730
12731     The check of data became severe from newest gcc.
12732     This patch checked in gcc-4.2 and 4.3 .
12733
12734     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12735
12736 commit be45c632568ba76343c1453b3951ad793f482fd5
12737 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12738 Date:   Thu Jun 4 12:06:48 2009 +0200
12739
12740     sh3/sh4: rename config option TMU_CLK_DIVIDER to CONFIG_SYS_TMU_CLK_DIV
12741
12742     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12743     Cc: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12744     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12745
12746 commit 8dd29c87ba370072a8464b8cc19e0a1e6e0497b4
12747 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12748 Date:   Thu Jun 4 12:06:47 2009 +0200
12749
12750     sh3/sh4: fix CONFIG_SYS_HZ to 1000
12751
12752     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12753     Cc: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12754     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12755
12756 commit add380f51f34ed1e2678c2abac8d53c91d652f26
12757 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12758 Date:   Thu Jun 4 12:06:46 2009 +0200
12759
12760     sh: introduce clock framework
12761
12762     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12763     Cc: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12764     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12765
12766 commit 3931a375de2c381d9ff5ec2767b2da9f62a41aef
12767 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12768 Date:   Thu Jun 4 12:06:45 2009 +0200
12769
12770     sh: unify linker script
12771
12772     all sh boards use the same cpu linker script so move it to cpu/$(CPU)
12773
12774     that could be overwrite in following order
12775     SOC
12776     BOARD
12777     via the corresponding config.mk
12778
12779     tested on r2dplus
12780
12781     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12782     Cc: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12783     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12784
12785 commit 236aad875817771eb1f25ed32784b3cd7760b2e6
12786 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12787 Date:   Thu Jun 4 12:06:44 2009 +0200
12788
12789     sh: make the linker scripts more generic
12790
12791     currently we need to sync the linker script enty and TEXT_BASE manualy
12792     and the reloc_dst is based on it
12793
12794     instead provide it now from the ldflags
12795
12796     tested on r2dplus
12797
12798     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12799     Cc: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12800     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12801
12802 commit ce29817212792113cd2d67a9767049a2e262c406
12803 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12804 Date:   Thu Jun 4 12:06:43 2009 +0200
12805
12806     sh7785lcr: fix out of tree build
12807
12808     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12809     Cc: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12810     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12811
12812 commit 2e8a6f551cba550e9220dca4d8504066203b1f74
12813 Author: HeungJun Kim <riverful.kim@gmail.com>
12814 Date:   Tue Jun 30 14:42:22 2009 +0900
12815
12816     env_onenand: change env_address type from unsigned long to loff_t
12817
12818     If use the onenand boot, the env_relocate_spec() calls mtd->read(),
12819     and the type of the argument #2 of mtd->read() was changed to loff_t.
12820     But, the "env_addr" type is still unsigned long, thus this patch change
12821     the type from unsigned long to loff_t.
12822
12823     Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
12824     Signed-off-by: HeungJun, Kim <riverful.kim@samsung.com>
12825     Signed-off-by: Scott Wood <scottwood@freescale.com>
12826
12827 commit 66372fe2ab11cdeb0e841ad9eb6ba79769db4909
12828 Author: Mingkai Hu <Mingkai.hu@freescale.com>
12829 Date:   Thu Jun 18 18:23:27 2009 +0800
12830
12831     fsl_elbc_nand: redirect the pointer of bbt pattern to RAM
12832
12833     The bbt descriptors contains the pointer to the bbt pattern which
12834     are statically initialized memory struct. When relocated to RAM,
12835     these pointers will continue point to NOR flash(or L2 SRAM, or
12836     other boot device). If the contents of NOR flash changed or L2
12837     SRAM disabled, it'll hang the system.
12838
12839     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
12840     Signed-off-by: Scott Wood <scottwood@freescale.com>
12841
12842 commit 1dac3a51875967f32641bbc0d26dc382ef02330a
12843 Author: Scott Wood <scottwood@freescale.com>
12844 Date:   Wed Jun 24 17:23:49 2009 -0500
12845
12846     nand_spl: Fix cmd_ctrl usage in nand_boot.c.
12847
12848     When adding large page NAND support to this file, I had a misunderstanding
12849     about the exact semantics of NAND_CTRL_CHANGE (which isn't documented
12850     anywhere I can find) -- it is apparently just a hint to drivers,
12851     which aren't required to preserve the old value for subsequent
12852     non-"change" invocations.
12853
12854     This change makes nand_boot.c no longer assume this.  Note that this
12855     happened to work by chance with some NAND drivers, which don't preserve
12856     the value, but treat 0 equivalently to NAND_CTRL_ALE.
12857
12858     I don't have hardware to test this, so any testing is appreciated.
12859
12860     Signed-off-by: Scott Wood <scottwood@freescale.com>
12861
12862 commit 98713d2663d5d30dde74f48f547114a2bfd9d463
12863 Author: kevin.morfitt@fearnside-systems.co.uk <kevin.morfitt@fearnside-systems.co.uk>
12864 Date:   Thu Jun 18 18:41:03 2009 +0100
12865
12866     Bug-fix in drivers mtd nand Makefile
12867
12868     The S3C2410 NAND driver source file is included in the makefile instead of
12869     the object file.
12870
12871     Signed-off-by: Kevin Morfitt <kevin.morfitt@fearnside-systems.co.uk>
12872     Signed-off-by: Scott Wood <scottwood@freescale.com>
12873
12874 commit b74ab737369bbbe66c15cbe6c0d0b6a351b00c96
12875 Author: Guennadi Liakhovetski <lg@denx.de>
12876 Date:   Mon May 18 16:07:22 2009 +0200
12877
12878     nand_spl: read environment early, when booting from NAND using nand_spl
12879
12880     Currently, when booting from NAND using nand_spl, in the beginning the default
12881     environment is used until later in boot process the dynamic environment is read
12882     out. This way environment variables that must be interpreted early, like the
12883     baudrate or "silent", cannot be modified dynamically and remain at their
12884     default values. Fix this problem by reading out main and redundand (if used)
12885     copies of the environment in the nand_spl code.
12886
12887     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
12888     Signed-off-by: Scott Wood <scottwood@freescale.com>
12889
12890 commit 378adfcdf4bbd77ee4cbc3276d4733e218308a21
12891 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12892 Date:   Sat May 16 14:27:40 2009 +0200
12893
12894     mtd: nand: use loff_t for offset
12895
12896     nand_util currently uses size_t which is arch dependent and not always a
12897     unsigned long.  Now use loff_t, as does the linux mtd layer.
12898
12899     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12900     Signed-off-by: Scott Wood <scottwood@freescale.com>
12901
12902 commit 8360b66bac9567701027a0087274d0c9b2fe8d6b
12903 Author: Wolfgang Denk <wd@denx.de>
12904 Date:   Sun May 24 17:34:33 2009 +0200
12905
12906     nand/onenand: Fix missing argument checking for "markbad" command
12907
12908     The "nand markbad" and "onenand markbad" commands did not check if an
12909     argument was passed; if this was forgotten, no error was raised but
12910     block 0 was marked as bad.
12911
12912     While fixing this bug, clean up the code a bit and allow to pass more
12913     than one block address, thus allowing to mark several blocks as bad
12914     in a single command invocation.
12915
12916     Signed-off-by: Wolfgang Denk <wd@denx.de>
12917     Signed-off-by: Scott Wood <scottwood@freescale.com>
12918
12919 commit cd84423a09f3a08029fe41c1db96168debd0b51f
12920 Author: Mike Frysinger <vapier@gentoo.org>
12921 Date:   Mon May 25 22:42:28 2009 -0400
12922
12923     mtd: nand: new base driver for memory mapped nand devices
12924
12925     The BF537-STAMP Blackfin board had a driver for working with NAND devices
12926     that are simply memory mapped.  Since there is nothing Blackfin specific
12927     about this, generalize the driver a bit so that everyone can leverage it.
12928
12929     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12930     Signed-off-by: Scott Wood <scottwood@freescale.com>
12931
12932 commit d27bc728cf35e7d7996fbd77154335e66615b213
12933 Author: Guennadi Liakhovetski <lg@denx.de>
12934 Date:   Mon May 18 16:06:45 2009 +0200
12935
12936     env_nand: remove unused variable.
12937
12938     Remove an unused "total" variable in multiple functions.
12939
12940     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
12941     Signed-off-by: Scott Wood <scottwood@freescale.com>
12942
12943 commit 154b5484ac7dcbcd0fb5ba388d930b02f87fa302
12944 Author: David Brownell <dbrownell@users.sourceforge.net>
12945 Date:   Sun May 10 15:43:01 2009 -0700
12946
12947     davinci_nand chipselect/init cleanup
12948
12949     Update chipselect handling in davinci_nand.c so that it can
12950     handle 2 GByte chips the same way Linux does:  as one device,
12951     even though it has two halves with independent chip selects.
12952     For such chips the "nand info" command reports:
12953
12954       Device 0: 2x nand0, sector size 128 KiB
12955
12956     Switch to use the default chipselect function unless the board
12957     really needs its own.  The logic for the Sonata board moves out
12958     of the driver into board-specific code.  (Which doesn't affect
12959     current build breakage if its NAND support is enabled...)
12960
12961     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
12962     Signed-off-by: Scott Wood <scottwood@freescale.com>
12963
12964 commit 496863b2440dd7cd69a1ad2443a9badd5f8968d1
12965 Author: Sandeep Paulraj <s-paulraj@ti.com>
12966 Date:   Sat May 9 12:35:20 2009 -0400
12967
12968     NAND DaVinci: Update to ALE/CLE Mask values
12969
12970     All DaVinci SOC's use a CLE mask of 0x10 and an ALE mask of 0x8
12971     except the DM646x. This was decided by the design team driving the design.
12972     This patch updates the CLE and ALE values for DM646x.
12973     Updated patches for DM646x will be sent shortly.
12974     This applies to u-boot-nand-flash git
12975
12976     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
12977     Signed-off-by: Scott Wood <scottwood@freescale.com>
12978
12979 commit 0c1684437ef810c503df29e8d73f63191aa63862
12980 Author: Sandeep Paulraj <s-paulraj@ti.com>
12981 Date:   Wed Apr 29 09:47:09 2009 -0400
12982
12983     ARM DaVinci: Changing ALE Mask Value
12984
12985     The ALE mask used by DaVinci SOCs is wrong. The patch changes the mask value
12986     from '0xa' to '0x8'. This is the mask we use for all TI releases.
12987
12988     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
12989     Signed-off-by: Scott Wood <scottwood@freescale.com>
12990
12991 commit 6e29ed8e576a6900c5d8dcde36b423ac576894dc
12992 Author: David Brownell <dbrownell@users.sourceforge.net>
12993 Date:   Tue Apr 28 13:19:53 2009 -0700
12994
12995     davinci_nand: cleanup II (CONFIG_SYS_DAVINCI_BROKEN_ECC)
12996
12997     Remove CONFIG_SYS_DAVINCI_BROKEN_ECC option.  It's not just nasty;
12998     it's also unused by any current boards, and doesn't even match the
12999     main U-Boot distributions from TI (which use soft ECC, or 4-bit ECC
13000     on newer chips that support it).
13001
13002     DaVinci GIT kernels since 2.6.24, and mainline Linux since 2.6.30,
13003     match non-BROKEN code paths for 1-bit HW ECC.  The BROKEN code paths
13004     do seem to partially match what MontaVista/TI kernels (4.0/2.6.10,
13005     and 5.0/2.6.18) do ... but only for small pages.  Large page support
13006     is really broken (and it's unclear just what software it was trying
13007     to match!), and the ECC layout was making three more bytes available
13008     for use by filesystem (or whatever) code.
13009
13010     Since this option itself seems broken, remove it.  Add a comment
13011     about the MV/TI compat issue, and the most straightforward way to
13012     address it (should someone really need to solve it).
13013
13014     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
13015     Signed-off-by: Scott Wood <scottwood@freescale.com>
13016
13017 commit fcb774777562bb7bcdc53c608d0e6bae906ce0f6
13018 Author: David Brownell <dbrownell@users.sourceforge.net>
13019 Date:   Tue Apr 28 13:19:50 2009 -0700
13020
13021     davinci_nand: cleanup I (minor)
13022
13023     Minor cleanup for DaVinci NAND code:
13024
13025      - Use I/O addresses from nand_chip; CONFIG_SYS_NAND_BASE won't
13026        be defined when there are multiple chipselect lines in use
13027        (as with common 2 GByte chips).
13028
13029      - Cleanup handling of EMIF control registers
13030         * Only need one pointer pointing to them
13031         * Remove incorrect and unused struct supersetting them
13032
13033      - Use the standard waitfunc; we don't need a custom version
13034
13035      - Partial legacy cleanup:
13036         * Don't initialize every board like it's a DM6446 EVM
13037         * #ifdef a bit more code for BROKEN_ECC
13038
13039     Sanity checked with small page NAND on dm355 and dm6446 EVMs;
13040     and large page on dm355 EVM (packaged as two devices, not one).
13041
13042     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
13043     Signed-off-by: Scott Wood <scottwood@freescale.com>
13044
13045 commit 8e5e9b940cdede0debe528cdd7edccccbb3ebf2a
13046 Author: Wolfgang Denk <wd@denx.de>
13047 Date:   Tue Jul 7 22:35:02 2009 +0200
13048
13049     Coding style cleanup; update CHANGELOG
13050
13051     Signed-off-by: Wolfgang Denk <wd@denx.de>
13052
13053 commit d318d0c44d8e91e937c4dad0c5b1d2f6bb9d9fd8
13054 Author: Stefan Roese <sr@denx.de>
13055 Date:   Mon Jun 29 13:30:50 2009 +0200
13056
13057     UBI: Fix build problem noticed on Apollon (arm/testing repo)
13058
13059     This patch fixes a build problem noticed on Apollon by using
13060     mtd_dev_by_eb() instead of "/" as done in the Linux UBI version.
13061     So this brings the U-Boot UBI version more in sync with the Linux
13062     version again.
13063
13064     Signed-off-by: Stefan Roese <sr@denx.de>
13065
13066 commit 2efee52b09657e9353655b9dae9e1d1a67a2abe4
13067 Author: Prafulla Wadaskar <prafulla@marvell.com>
13068 Date:   Mon Jul 6 20:29:15 2009 +0530
13069
13070     sf: Macronix additional chips supported
13071
13072     new chips supported:-
13073     MX25L1605D, MX25L3205D, MX25L6405D, MX25L12855E
13074     out of which MX25L6405D and MX25L12855E tested on Kirkwood platforms
13075
13076     Modified the Macronix flash support to use 2 bytes of device id instead of 1
13077     This was required to support MX25L12855E
13078
13079     Signed-off-by: Piyush Shah <spiyush@marvell.com>
13080     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
13081     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13082
13083 commit dd54126715b89ed0c43322aa78b0dad306f043b6
13084 Author: Mike Frysinger <vapier@gentoo.org>
13085 Date:   Fri Jun 19 03:27:28 2009 -0400
13086
13087     sf: sst: add sst25vf###b ids
13088
13089     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13090
13091 commit 7d907f0ea993b179a197d8db2a36f122bc673c2d
13092 Author: Mike Frysinger <vapier@gentoo.org>
13093 Date:   Fri Jun 19 03:20:06 2009 -0400
13094
13095     sf: sst: fix sector size
13096
13097     Looks like when I was encoding the sector sizes, I forgot to divide by 8
13098     (due to the stupid marketing driven process that declares all sizes in
13099     useless megabits and not megabytes).
13100
13101     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13102
13103 commit ceb70b466e75ceb1a621b6163f7e31116bfc8094
13104 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13105 Date:   Sun Jul 5 01:06:06 2009 +0200
13106
13107     nhk8815: fix MAKEALL
13108
13109     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13110
13111 commit d08e5ca301b69ab77ecdd34e2b06aee30d6057d1
13112 Author: Magnus Lilja <lilja.magnus@gmail.com>
13113 Date:   Sat Jul 4 10:31:24 2009 +0200
13114
13115     MX31: Add NAND SPL boot support to i.MX31 PDK board.
13116
13117     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
13118
13119 commit 78eabb90b793fafe875a7469526d1715fa56cbb4
13120 Author: Prafulla Wadaskar <prafulla@marvell.com>
13121 Date:   Mon Jun 29 20:55:54 2009 +0530
13122
13123     arm: Kirkwood: arch specific updated for ehci-Kirkwood driver support
13124
13125     This patch abstracts Kirkwood arch specific changes to support ehci-kirkwood driver
13126
13127     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
13128
13129 commit 095a460b49022e64df76134300643606e3acb4e9
13130 Author: Alessandro Rubini <rubini@unipv.it>
13131 Date:   Mon Jun 29 10:52:37 2009 +0200
13132
13133     arm nomadik: use 1000 as HZ value and rewrite timer code
13134
13135     This sets CONFIG_SYS_HZ to 1000 as required, and completely rewrites
13136     timer code, which is now both correct and much smaller.  Unused
13137     functions like udelay_masked() have been removed as no driver uses
13138     them, even the ones that are not currently active for this board.
13139     mtu.h is copied literally from the kernel sources.
13140
13141     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
13142     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
13143     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13144
13145 commit f7aa59b29a451cc502078a9e4ba32345a4250c05
13146 Author: Alessandro Rubini <rubini@unipv.it>
13147 Date:   Mon Jun 22 09:18:57 2009 +0200
13148
13149     arm nomadik: allow Nand and OneNand to coexists
13150
13151     The evaluation kit has both Nand and OneNand, both drivers are there
13152     and the two configurations only select a different default for the
13153     jffs partition. This adds the OneNand driver and cleans up storage.
13154
13155     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
13156     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
13157
13158 commit fd14c41a861cd38ee2fe3abd61d59b57b4eb23c9
13159 Author: Alessandro Rubini <rubini@unipv.it>
13160 Date:   Mon Jun 22 09:18:47 2009 +0200
13161
13162     arm nomadik: cleanup reset
13163
13164     There is only one public release of the Nomadik chip, so the ifdef
13165     in reset code as well as a define in the config file are not needed
13166
13167     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
13168     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
13169
13170 commit ee1363f2da3996bafdecdd8f4e48862ebff3f271
13171 Author: Alessandro Rubini <rubini@unipv.it>
13172 Date:   Mon Jun 22 09:18:37 2009 +0200
13173
13174     arm nomadik: rename board to nhk8815
13175
13176     This is an error in my side in the initial submission: nobody
13177     calls it ""nmdk8815", it's "nomadik hardware kit", nhk8815, instead.
13178
13179     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
13180     Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
13181
13182 commit 040f8f63e922bbfb8ba0958bf637f11a917f5c38
13183 Author: Stefano Babic <sbabic@denx.de>
13184 Date:   Wed Jul 1 20:40:41 2009 +0200
13185
13186     xscale: add support for the polaris board
13187
13188     The Polaris board is based on the TrizepsIV module of
13189     Keith & Koep (http://www.keith-koep.com).
13190
13191     Signed-off-by: Stefano Babic <sbabic@denx.de>
13192
13193 commit 88bd97501314683b87f3f1edcf55b347c041b722
13194 Author: Stefano Babic <sbabic@denx.de>
13195 Date:   Wed Jul 1 04:33:56 2009 +0200
13196
13197     xscale: fix USB initialization for Trizepsiv module
13198
13199     Due to change in the usb_board_init() prototype, the USB for
13200     the TrizepsIV was not correctly initialized.
13201     Removed dummy print from usb_board_stop().
13202
13203     Signed-off-by: Stefano Babic <sbabic@denx.de>
13204
13205 commit 0b785ddd60120cfb74d18e58c56054238219f6db
13206 Author: Prafulla Wadaskar <prafulla@marvell.com>
13207 Date:   Wed Jul 1 20:34:51 2009 +0200
13208
13209     net: merge bugfix: Marvell Kirkwood gigabit ethernet driver
13210
13211     This patch looks okay on u-boot-net.git/next branch
13212     but when it was merged to u-boot.git/master the last line is missing
13213
13214     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
13215     Acked-by: Ben Warren <biggerbadderben@gmail.com>
13216
13217 commit 33b1d3f43a16fbb79004075ce89ae4e618b288a2
13218 Author: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
13219 Date:   Tue Jun 30 21:03:37 2009 +0200
13220
13221     at91: Add esd gmbh MEESC board support
13222
13223     This patch adds support for esd gmbh MEESC board.
13224     The MEESC is based on an Atmel AT91SAM9263 SoC.
13225
13226     Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
13227
13228 commit 21761540b43c7086c75ee9afb412da1e5ddde2e9
13229 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13230 Date:   Tue Jun 30 21:03:35 2009 +0200
13231
13232     ARM: Update mach-types
13233
13234     update against linux v2.6.30
13235
13236     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13237
13238 commit 45627fce18139a74e0755124d27376b520db156c
13239 Author: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
13240 Date:   Tue Jun 30 23:03:33 2009 +0200
13241
13242     at91: Add CAN init function
13243
13244     To enable CAN init, CONFIG_CAN has to be defined in the board config file
13245     and at91_can_hw_init() has to be called in the board specific code.
13246
13247     CAN is available on AT91SAM9263 and AT91CAP9 SoC.
13248
13249     Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
13250
13251 commit 2e23008e5dbde7fe4c4758bee5a393e1db796cdf
13252 Author: Simon Kagstrom <simon.kagstrom@netinsight.net>
13253 Date:   Tue Jun 30 23:03:31 2009 +0200
13254
13255     arm: Kirkwood: Correct header define
13256
13257     Correct define typo (. -> ,)
13258
13259     Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
13260
13261 commit 8449f287f5c53d59db13c3c512e6bd1750b692d1
13262 Author: Magnus Lilja <lilja.magnus@gmail.com>
13263 Date:   Wed Jul 1 01:07:55 2009 +0200
13264
13265     MX31: Add basic support for Freescale i.MX31 PDK board.
13266
13267     Add support for Freescale's i.MX31 PDK board (a.k.a. 3 stack board).
13268
13269     This patch assumes that some other program performs the actual
13270     NAND boot.
13271
13272     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
13273     Acked-by: Fabio Estevam <fabioestevam@yahoo.com>
13274     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13275
13276 commit 8d460a573e2a2ac4834636903865a0428ad0e629
13277 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13278 Date:   Tue Jun 23 00:12:01 2009 +0200
13279
13280     S3C24x0: extract interrupts from timer
13281
13282     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13283
13284 commit c8badbe500a752f42049e51042767ee62ea714e0
13285 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13286 Date:   Sun Jun 28 14:14:21 2009 +0200
13287
13288     dm355/pm9261: add missing CONFIG_NET_MULTI
13289
13290     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13291
13292 commit 798bf9a9ade1cfbe85a16d180cad720927d8e10a
13293 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13294 Date:   Tue Jun 23 00:12:01 2009 +0200
13295
13296     arm920t/interrupts: Move conditional compilation to Makefile
13297
13298     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13299
13300 commit 06e758e75c79ce8761866bf8165c443584a20893
13301 Author: Kim, Heung Jun <riverful@gmail.com>
13302 Date:   Sat Jun 20 11:02:17 2009 +0200
13303
13304     move L2 cache enable/disable function to cache.c in the omap3 SoC directory
13305
13306     Signed-off-by: HeungJun, Kim <riverful.kim@samsung.com>
13307     CC: Dirk Behme <dirk.behme@googlemail.com>
13308     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13309
13310 commit d583ef5147066d3609de21f3beebbab99a19bad4
13311 Author: Thomas Lange <thomas@corelatus.se>
13312 Date:   Sat Jun 20 11:02:17 2009 +0200
13313
13314     ARM DaVinci: EMIF settings
13315
13316     NAND module should not modify EMIF registers unrelated to CS2
13317     that is used for NAND, i.e. do not modify EWAIT config register
13318     or registers for other Chip Selects.
13319
13320     Without this patch, EMIF configurations made in board_init()
13321     will be invalidated.
13322
13323     Signed-off-by: Thomas Lange <thomas@corelatus.se>
13324
13325 commit 2600b8571a26c10c1c43401d7af38e2333cc5381
13326 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13327 Date:   Sat Jun 20 11:02:17 2009 +0200
13328
13329     versatile: config coding style cleanup
13330
13331     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13332     Cc: Peter Pearse <peter.pearse@arm.com>
13333
13334 commit 4efb77d41f9c5d93f0f92dda60e742023fa03c72
13335 Author: Prafulla Wadaskar <prafulla@marvell.com>
13336 Date:   Sat Jun 20 11:01:53 2009 +0200
13337
13338     arm: Kirkwood: Basic SOCs support
13339
13340     Kirkwood family controllers are highly integrated SOCs
13341     based on Feroceon-88FR131/Sheeva-88SV131/arm926ejs cpu core.
13342
13343     SOC versions supported:-
13344     1) 88F6281-A0       define CONFIG_KW88F6281_A0
13345     2) 88F6192-A0       define CONFIG_KW88F6192_A0
13346
13347     Other supported features:-
13348     1) get_random_hex() fucntion
13349     2) PCI Express port initialization
13350     3) NS16550 driver support
13351
13352     Contributors:
13353     Yotam Admon <yotam@marvell.com>
13354     Michael Blostein <michaelbl@marvell.com
13355
13356     Reviewed-by: Ronen Shitrit <rshitrit@marvell.com>
13357     Acked-by: Stefan Rose <sr@denx.de>
13358     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
13359
13360 commit 5c3d5817e5e68b828c165c501c215e793dc63aac
13361 Author: Prafulla Wadaskar <prafulla@marvell.com>
13362 Date:   Sat Jun 20 11:01:52 2009 +0200
13363
13364     arm: generic cache.h for ARM architectures
13365
13366     This patch is required for Kirkwood SoC support
13367     may be used by other ARM architectures
13368
13369     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
13370
13371 commit 9c8c706c92e53433a871a563946c38075d76504d
13372 Author: Matthias Ludwig <mludwig@ultratronik.de>
13373 Date:   Sat Jun 20 11:01:50 2009 +0200
13374
13375     OMAP3EVM: fix typo. replace CS6 by CS5, no functionality change
13376
13377     Signed-off-by: Matthias Ludwig <mludwig@ultratronik.de>
13378
13379 commit 0aafde1dc76d6d65d6be10bf499ec86d9ffee8b9
13380 Author: Sedji Gaouaou <sedji.gaouaou@atmel.com>
13381 Date:   Wed Jun 24 08:32:09 2009 +0200
13382
13383     at91sam9260/9263: add back up for the rst(reset controller).
13384
13385     On the boards at91sam9260ek, at91sam9263ek and afed9260, the rstc register was
13386     set to 0 after being set to 500 ms for the PHY reset.
13387     Do backup the old reset length and restore it after the MACB initialisation.
13388
13389     Signed-off-by: Sedji Gaouaou <sedji.gaouaou@atmel.com>
13390     Signed-off-by: Stelian Pop <stelian@popies.net>
13391
13392 commit afb0b1315c048ce2b1f35f0183b8b118ad0c14e1
13393 Author: Kumar Gala <galak@kernel.crashing.org>
13394 Date:   Fri Jul 3 12:45:44 2009 -0500
13395
13396     fsl: Fix compiler warnings from gcc-4.4 in sys_eeprom code
13397
13398     sys_eeprom.c: In function 'do_mac':
13399     sys_eeprom.c:323: warning: dereferencing type-punned pointer will break strict-aliasing rules
13400     sys_eeprom.c: In function 'mac_read_from_eeprom':
13401     sys_eeprom.c:395: warning: dereferencing type-punned pointer will break strict-aliasing rules
13402
13403     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13404
13405 commit e94e460c6e8741f42dab6d8dd4b596ba5d9d79ae
13406 Author: Peter Tyser <ptyser@xes-inc.com>
13407 Date:   Tue Jun 30 17:15:51 2009 -0500
13408
13409     83xx: Add support for fsl_dma driver
13410
13411     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13412     Reviewed-by: Ira W. Snyder <iws@ovro.caltech.edu>
13413     Tested-by: Ira W. Snyder <iws@ovro.caltech.edu>
13414     Acked-by: Kim Phillips <kim.phillips@freescale.com>
13415     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13416
13417 commit 9adda5459ca62120c0c50b82b766fe1cf6925bbf
13418 Author: Peter Tyser <ptyser@xes-inc.com>
13419 Date:   Tue Jun 30 17:15:50 2009 -0500
13420
13421     83xx: Replace CONFIG_ECC_INIT_VIA_DDRC references
13422
13423     Update 83xx architecture's CONFIG_ECC_INIT_VIA_DDRC references to
13424     CONFIG_ECC_INIT_VIA_DDRCONTROLLER, which other Freescale architectures
13425     use
13426
13427     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13428     Acked-by: Kim Phillips <kim.phillips@freescale.com>
13429     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13430
13431 commit 039594a4301dadceb267db5e8b9c8c78b1bb86b5
13432 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
13433 Date:   Thu Jul 2 16:15:01 2009 +0530
13434
13435     8xxx: Second UART port added for MPC85xx, MPC83xx, MPC86xx processors
13436
13437     Defining the next two configs allows to switch the serial port from the
13438     console using the setenv stdin and stdout
13439       1. #define CONFIG_SERIAL_MULTI 1 /* Enable both serial ports */
13440       2. #define CONFIG_SYS_CONSOLE_IS_IN_ENV /* determine from environment */
13441
13442     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
13443     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
13444     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13445
13446 commit 546b1032907df70f2dd0f98f3ad09885a88411e5
13447 Author: Poonam Aggrwal <poonam.aggrwal@freescale.com>
13448 Date:   Thu Jul 2 16:14:40 2009 +0530
13449
13450     85xx: Adds GPIO registers to MPC85xx Memory Map.
13451
13452     Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
13453     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13454
13455 commit 5da6f806b400372b8a0664f3282c9e83a402eb66
13456 Author: Peter Tyser <ptyser@xes-inc.com>
13457 Date:   Tue Jun 30 17:26:01 2009 -0500
13458
13459     86xx: XPedite5170 board support
13460
13461     Initial support for Extreme Engineering Solutions XPedite5170 -
13462     a MPC8640-based 3U VPX single board computer with a PMC/XMC
13463     site.
13464
13465     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13466     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13467
13468 commit e66f38da8434425aca8df08d06d9ef41b3478d3b
13469 Author: Timur Tabi <timur@freescale.com>
13470 Date:   Wed Jul 1 16:51:59 2009 -0500
13471
13472     fsl_ddr: Fix DDR3 calculation of rank density with 8GB or more
13473
13474     The calculate for rank density in compute_ranksize() for DDR3 used all
13475     integers for the expression, so the result was also a 32-bit integer, even
13476     though the 'bsize' variable is a u64.  Fix the expression to calculate a
13477     true 64-bit value.
13478
13479     Signed-off-by: Timur Tabi <timur@freescale.com>
13480     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13481
13482 commit 6af015b86b86d94de7ca1b23a3890bc93a50c2ab
13483 Author: Peter Tyser <ptyser@xes-inc.com>
13484 Date:   Tue Jun 30 17:15:49 2009 -0500
13485
13486     fsl_dma: Make DMA transactions snoopable
13487
13488     Make DMA transactions snoopable so that CPUs can keep caches up-to-date.
13489     This allows dma transactions to be used for operations such as memory
13490     copies without any additional cache control operations.
13491
13492     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13493     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13494
13495 commit 0d595f76bc9c7c8dff5bd31dffed87a840a03c56
13496 Author: Peter Tyser <ptyser@xes-inc.com>
13497 Date:   Tue Jun 30 17:15:48 2009 -0500
13498
13499     fsl_dma: Break out common memory initialization function
13500
13501     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13502     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13503
13504 commit 79f4333ceb059049b3ee560167d6cbaec493695f
13505 Author: Peter Tyser <ptyser@xes-inc.com>
13506 Date:   Tue Jun 30 17:15:47 2009 -0500
13507
13508     8xxx: Move dma_init() call to common code
13509
13510     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13511     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13512
13513 commit 191c7118592cd182f2dc7f46b4f72d9bed0e2c76
13514 Author: Peter Tyser <ptyser@xes-inc.com>
13515 Date:   Tue Jun 30 17:15:46 2009 -0500
13516
13517     fsl_dma: Move dma function prototypes to common header file
13518
13519     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13520     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13521
13522 commit 7892f619d40f4196e41e7114c5dfee9fad0f572f
13523 Author: Peter Tyser <ptyser@xes-inc.com>
13524 Date:   Tue Jun 30 17:15:45 2009 -0500
13525
13526     8xxx: Rename dma_xfer() to dmacpy()
13527
13528     Also update dmacpy()'s argument order to match memcpy's and use
13529     phys_addr_t/phy_size_t for address/size arguments
13530
13531     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13532     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13533
13534 commit 484919cf3351212ebf748b9b13ece1ddaf7e7d1c
13535 Author: Peter Tyser <ptyser@xes-inc.com>
13536 Date:   Tue Jun 30 17:15:44 2009 -0500
13537
13538     fsl_dma: Fix Channel Start bug in dma_check()
13539
13540     The Channel Start (CS) bit in the Mode Register (MR) should actually be
13541     cleared as the comment in the code suggests.  Previously, CS was being
13542     set, not cleared.
13543
13544     Assuming normal operation of the DMA engine, this change shouldn't have
13545     any real affect.
13546
13547     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13548     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13549
13550 commit 51402ac12be9a0025f16db51fbde7c050a54e5fe
13551 Author: Peter Tyser <ptyser@xes-inc.com>
13552 Date:   Tue Jun 30 17:15:43 2009 -0500
13553
13554     fsl_dma: Add support for arbitrarily large transfers
13555
13556     Support DMA transfers larger than the DMA controller's limit of
13557     (2 ^ 26 - 1) bytes
13558
13559     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13560     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13561
13562 commit a730393a362741c318b21771b8d7b2647e546c3e
13563 Author: Peter Tyser <ptyser@xes-inc.com>
13564 Date:   Tue Jun 30 17:15:42 2009 -0500
13565
13566     fsl_dma: Use proper I/O access functions
13567
13568     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13569     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13570
13571 commit 9c06071a6077ba95e9d43226156e39567d5d064a
13572 Author: Peter Tyser <ptyser@xes-inc.com>
13573 Date:   Tue Jun 30 17:15:41 2009 -0500
13574
13575     fsl_dma: Add bitfield definitions for common registers
13576
13577     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13578     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13579
13580 commit 017f11f68ef543e866be033bcb7b8058a8a380d8
13581 Author: Peter Tyser <ptyser@xes-inc.com>
13582 Date:   Tue Jun 30 17:15:40 2009 -0500
13583
13584     8xxx: Break out DMA code to a common file
13585
13586     DMA support is now enabled via the CONFIG_FSL_DMA define instead of the
13587     previous CONFIG_DDR_ECC
13588
13589     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13590     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13591
13592 commit 6bbced671719518d0e28ff422623cd7ce396cbda
13593 Author: Mark Jackson <mpfj-list@mimc.co.uk>
13594 Date:   Mon Jun 29 15:59:10 2009 +0100
13595
13596     Atmel LCD driver GUARDTIME fix
13597
13598     This patch allows the guard time parameter to be set in
13599     the Atmel LCDC driver.
13600
13601     By default, the previous value of 1 is used, unless the
13602     setting is defined elsewhere.
13603
13604     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
13605
13606 commit 29c35182462feea09f322e51913759a53359a3e0
13607 Author: Roy Zang <tie-fei.zang@freescale.com>
13608 Date:   Tue Jun 30 13:56:23 2009 +0800
13609
13610     85xx: Add pci e1000 Ethernet support for P2020 board
13611
13612     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
13613     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13614
13615 commit 156984a3611c28093919d3e3c042f722b5548253
13616 Author: Kumar Gala <galak@kernel.crashing.org>
13617 Date:   Thu Jun 18 08:39:42 2009 -0500
13618
13619     8xxx: Fix PCI bus address setup for 36-bit configs
13620
13621     We want the outbound PCI memory map to end at the 4G boundary so we
13622     can maximize the amount of space available for inbound mappings if
13623     we have large amounts of memory.
13624
13625     This matches the device tree setup in the kernel for the 36-bit physical
13626     configs for the platforms that have one (MPC8641 HPCN & MPC8572 DS).
13627
13628     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13629
13630 commit 480f61790565d77432b70b4016b73f2ae27d530f
13631 Author: Kumar Gala <galak@kernel.crashing.org>
13632 Date:   Thu Jun 18 08:23:01 2009 -0500
13633
13634     86xx: Add CPU_TYPE_ENTRY support
13635
13636     Unify with 83xx and 85xx and use CPU_TYPE_ENTRY.  We are going to use
13637     this to convey the # of cores and DDR width in the near future so its
13638     good to keep in sync.
13639
13640     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13641
13642 commit 98ab14e858bf60306d0aa3f0df5a7a5f88264aff
13643 Author: Peter Meerwald <pmeerw@pmeerw.net>
13644 Date:   Mon Jun 29 15:48:33 2009 -0400
13645
13646     Blackfin: TWI/I2C: fix pure writes
13647
13648     If doing a pure write with register address and data (not a read/write
13649     combo transfer), we don't set the initial transfer length properly which
13650     ends up causing only the register address to be transferred.
13651
13652     While we're here, fix the i2c_write() parameter description of the buffer.
13653
13654     Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
13655     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13656
13657 commit 5710de45808eb8f1cc34b51dc3e67e2422113249
13658 Author: Prafulla Wadaskar <prafulla@marvell.com>
13659 Date:   Sat May 30 01:13:33 2009 +0530
13660
13661     spi: Add Marvell Kirkwood SPI driver
13662
13663     This patch adds a SPI driver for the Marvell Kirkwood SoC's.
13664
13665     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
13666
13667 commit 6bde171a4c4116cee179167cb65335a28f99932d
13668 Author: Minkyu Kang <mk7.kang@samsung.com>
13669 Date:   Thu Jun 25 19:21:33 2009 +0900
13670
13671     s3c64xx: move the reset_cpu function
13672
13673     Because of the reset_cpu is soc specific, should be move to soc
13674     And read reset value from SYS_ID register instead of hard code
13675     this patch also supports s3c6410
13676
13677     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
13678
13679 commit 576afd4faeba1519bcb8c0083c3e4d45e5643a48
13680 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13681 Date:   Sun May 17 00:58:37 2009 +0200
13682
13683     integrator: merge integratorap and integratorcp
13684
13685     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13686     Acked-by: Peter Pearse <peter.pearse@arm.com>
13687
13688 commit 46937b27427688a56bf7f5944a92d962dc43c3fa
13689 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13690 Date:   Sun May 17 00:58:36 2009 +0200
13691
13692     integratorap/cp: use cfi driver
13693
13694     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13695     Acked-by: Peter Pearse <peter.pearse@arm.com>
13696
13697 commit de7a01abd8aeb167946f391327e1e0d1e01f90c9
13698 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13699 Date:   Sun May 17 00:58:36 2009 +0200
13700
13701     integratorap/cp/versatile: remove non used functions
13702
13703     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13704     Acked-by: Peter Pearse <peter.pearse@arm.com>
13705
13706 commit f54851a6e3844b7e01581b5a9681f294118b7529
13707 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13708 Date:   Sun May 17 00:58:36 2009 +0200
13709
13710     integratorcp: split timer support
13711
13712     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13713     Acked-by: Peter Pearse <peter.pearse@arm.com>
13714
13715 commit 2bcef0723ea11c4e9bfbcfff2a93ec2da520b5f1
13716 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13717 Date:   Sun May 17 00:58:36 2009 +0200
13718
13719     integratorap: split timer support
13720
13721     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13722     Acked-by: Peter Pearse <peter.pearse@arm.com>
13723
13724 commit 86baa085c52a7f3377a88074679c5aca9b9e4d38
13725 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13726 Date:   Sun May 17 00:58:36 2009 +0200
13727
13728     integratorap: split pci support
13729
13730     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13731     Acked-by: Peter Pearse <peter.pearse@arm.com>
13732
13733 commit 379e9fc0a319b8f6ae16d763590bf023f3afb87c
13734 Author: Ilya Yanok <yanok@emcraft.com>
13735 Date:   Mon Jun 8 04:12:50 2009 +0400
13736
13737     arm: add support for CONFIG_GENERIC_MMC
13738
13739     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
13740
13741 commit 47d19da4d3f9ac4787abe9dee32406478424be52
13742 Author: Ilya Yanok <yanok@emcraft.com>
13743 Date:   Mon Jun 8 04:12:46 2009 +0400
13744
13745     serial_mx31: allow it to work with mx27 too and rename to serial_mxc
13746
13747     UART hardware on i.MX27 is the same as on the i.MX31 so we just
13748     need to provide the driver with correct address of the registers.
13749
13750     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
13751
13752 commit 1dc4da749dbde27ec862f5b65703e8e4541fbba3
13753 Author: Ilya Yanok <yanok@emcraft.com>
13754 Date:   Mon Jun 8 04:12:45 2009 +0400
13755
13756     mx27: basic cpu support
13757
13758     This patch adds generic code to support Freescale's i.MX27 SoCs.
13759
13760     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
13761
13762 commit dd2f6965a6c71f6f711ec98827880152e022c236
13763 Author: Magnus Lilja <lilja.magnus@gmail.com>
13764 Date:   Sat Jun 13 20:50:03 2009 +0200
13765
13766     i.MX31: Create a common device file.
13767
13768     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
13769
13770 commit 958f7da7887fea4a2091ae60944d62c1708c2c55
13771 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13772 Date:   Sat Jun 13 20:50:02 2009 +0200
13773
13774     ARM: Add macros.h to be used in assembler file.
13775
13776     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13777
13778 commit 40c642bc19b9fa2906e3172487a522fee456340b
13779 Author: Magnus Lilja <lilja.magnus@gmail.com>
13780 Date:   Sat Jun 13 20:50:01 2009 +0200
13781
13782     MX31: Add NAND SPL for i.MX31.
13783
13784     This patch adds the NAND SPL framework needed to boot i.MX31 boards
13785     from NAND.
13786
13787     It has been tested on a i.MX31 PDK board with large page NAND. Small
13788     page NANDs should work as well, but this has not been tested.
13789
13790     Note: The i.MX31 NFC uses a non-standard layout for large page NANDs,
13791     whether this is compatible with a particular setup depends on how
13792     the NAND device is programmed by the flash programmer (e.g. JTAG
13793     debugger).
13794
13795     The patch is based on the work by Maxim Artamonov.
13796
13797     Signed-off-by: Maxim Artamonov <scn1874@yandex.ru>
13798     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
13799
13800 commit df81238b3e27a791da996a9208402ac8f40b9862
13801 Author: Magnus Lilja <lilja.magnus@gmail.com>
13802 Date:   Sat Jun 13 20:50:00 2009 +0200
13803
13804     ARM1136: Introduce CONFIG_PRELOADER macro.
13805
13806     Currently CONFIG_ONENAND_IPL is used in a number of #ifdef's
13807     in start.S. In preparation for adding support for NAND SPL
13808     the macro CONFIG_PRELOADER is introducted and replaces the
13809     CONFIG_ONENAND_IPL in start.S.
13810
13811     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
13812
13813 commit 8096c51fd4e611ed666dbe77767e81af5d94fc7b
13814 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13815 Date:   Sat Jun 13 12:50:04 2009 +0200
13816
13817     at91: unify nor boot support
13818
13819     the lowlevel init sequence is the same so unify it
13820
13821     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13822
13823 commit 1b3b7c640d04df2ba9a9d947117d112a75fee7f4
13824 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13825 Date:   Sat Jun 13 12:48:36 2009 +0200
13826
13827     at91sam9263ek: add nor flash support
13828
13829     this will allow you to store use it for the env and to boot directly U-Boot from
13830
13831     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13832
13833 commit 329492329700812c6df275aa0fda09d609cd0fd4
13834 Author: Ilko Iliev <iliev@ronetix.at>
13835 Date:   Fri Jun 12 21:20:39 2009 +0200
13836
13837     at91: add support for the PM9261 board of Ronetix GmbH
13838
13839     The PM9261 board is based on the AT91SAM9261-EK board.
13840
13841     Here is the page on Ronetix website:
13842     http://www.ronetix.at/starter_kit_9261.html
13843
13844     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
13845     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13846
13847 commit 01550a2b650fbabc03334f9eadcc6083601a2414
13848 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13849 Date:   Fri Jun 12 21:20:38 2009 +0200
13850
13851     pm9263: use macro instead of hardcode value for the lowlevel_init
13852
13853     optimize a few the RAM init
13854
13855     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
13856     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13857
13858 commit 7a11c7f9747240dc770954d320569596c0fbcb50
13859 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13860 Date:   Fri Jun 12 21:20:37 2009 +0200
13861
13862     pm9263: lowlevel init update
13863
13864     move PSRAM init to pm9263.c
13865     this will allow us after to make the nor lowlevel_init generic
13866
13867     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13868
13869 commit 3e88337b225bf796f6df21d0a7f591530e9d4ce0
13870 Author: Mike Frysinger <vapier@gentoo.org>
13871 Date:   Mon Jun 15 00:25:19 2009 -0400
13872
13873     Blackfin: move ALL += u-boot.ldr to blackfin_config.mk
13874
13875     The way the ALL variable is used allows for config.mk's to add more
13876     targets themselves without having to clutter up the top level Makefile.
13877
13878     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13879
13880 commit afac8b07172d7e4a65f86ce1ec4c783a6165ba1f
13881 Author: Mike Frysinger <vapier@gentoo.org>
13882 Date:   Sun Jun 14 22:29:35 2009 -0400
13883
13884     Blackfin: fix SPI flash speed define name
13885
13886     The SPI flash define is named CONFIG_SF_DEFAULT_SPEED, not
13887     CONFIG_SF_DEFAULT_HZ, so fix the typos in the Blackfin boards.
13888
13889     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13890
13891 commit 9ae55ccf601de7a5b75eb418f3fc3d5eca92c106
13892 Author: Mike Frysinger <vapier@gentoo.org>
13893 Date:   Sun Jun 14 22:26:31 2009 -0400
13894
13895     Blackfin: enable -O2 in lib_generic/ for ADI/Bluetechnix boards
13896
13897     Building the compression code in lib_generic/ with -O2 rather than -Os
13898     gives a nice speed boost without too much code size increase.
13899
13900     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13901
13902 commit fea63e2a44f0db51d2e39ee7793e8c6d7f3cf5d4
13903 Author: Mike Frysinger <vapier@gentoo.org>
13904 Date:   Sun Jun 14 21:23:27 2009 -0400
13905
13906     Blackfin: bf548-ezkit: bump up monitor size
13907
13908     The latest version of U-Boot got a bit fatter in the BSS section which
13909     caused overflows in the RAM region, so increase the monitor size.
13910
13911     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13912
13913 commit bc43a8d8994c2f0be29e09b13b15da7f79e2c081
13914 Author: Vivi Li <vivi.li@analog.com>
13915 Date:   Fri Jun 12 10:53:22 2009 +0000
13916
13917     Blackfin: bf533-stamp/bf537-stamp: fix env settings for SPI flash
13918
13919     The SPI flash layer is much stricter about sector usage than the eeprom
13920     layer we used to use, so update the env settings to better match the
13921     sector alignment of the flashes we use.
13922
13923     Signed-off-by: Vivi Li <vivi.li@analog.com>
13924     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13925
13926 commit 63cb0f4eb2d3cf15e7a1add19d1289f4ae75816c
13927 Author: Vivi Li <vivi.li@analog.com>
13928 Date:   Fri Jun 12 10:33:23 2009 +0000
13929
13930     Blackfin: bump up default JTAG console timeout
13931
13932     The debug tools that interface with the other side of the JTAG console
13933     got much slower when generalizing things, so bump up the default timeout
13934     value on the U-Boot side to cope.  Hopefully at some point we can improve
13935     the debug tools to speed things back up.
13936
13937     Signed-off-by: Vivi Li <vivi.li@analog.com>
13938     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13939
13940 commit c11ff779f4e0e0c7edc322e84dd229ad28709595
13941 Author: Mike Frysinger <vapier@gentoo.org>
13942 Date:   Mon Jun 1 19:08:33 2009 -0400
13943
13944     Blackfin: add jtagconsole helper script
13945
13946     This script is similar to the netconsole script, but instead works with
13947     the JTAG console device driver that exists on Blackfin parts.
13948
13949     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13950
13951 commit 60f61e6d7655400bb785a2ef637581679941f6d1
13952 Author: Remy Bohmer <linux@bohmer.net>
13953 Date:   Sat May 2 21:49:18 2009 +0200
13954
13955     Convert DM9000 driver for CONFIG_NET_MULTI
13956
13957     All drivers need to be converted to CONFIG_NET_MULTI.
13958     This patch converts the dm9000 driver.
13959
13960     Signed-off-by: Thomas Smits <ts.smits@gmail.com>
13961     Signed-off-by: Remy Bohmer <linux@bohmer.net>
13962     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13963
13964 commit 9131589ada4dda0718604d0a425ca46e52775f6e
13965 Author: Prafulla Wadaskar <prafulla@marvell.com>
13966 Date:   Sun Jun 14 22:33:46 2009 +0530
13967
13968     net: Add Marvell Kirkwood gigabit ethernet driver
13969
13970     This patch adds a egiga driver for the Marvell Kirkwood SoC's.
13971
13972     Contributors:
13973     Yotam Admon <yotam@marvell.com>
13974     Michael Blostein <michaelbl@marvell.com
13975
13976     Reviewed-by: Ronen Shitrit <rshitrit@marvell.com>
13977     Acked-by: Stefan Rose <sr@denx.de>
13978     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
13979     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13980
13981 commit 7835f4b94927ecb5affd99aad62592108db606ad
13982 Author: s-paulraj@ti.com <s-paulraj@ti.com>
13983 Date:   Tue May 12 11:45:34 2009 -0400
13984
13985     DaVinci Network Driver Updates
13986
13987     Different flavours of DaVinci SOC's have differences in their EMAC IP
13988     This patch does the following
13989     1) Updates base addresses for DM365
13990     2) Updates MDIO frequencies for DM365 and DM646x
13991     3) Update EMAC wrapper registers for DM365 and DM646x
13992
13993     Patch applies to u-boot-net git. the EMAC driver itself
13994     will be updated shortly to add support for DM365 and DM646x
13995
13996     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
13997     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13998
13999 commit 44578bea14e49035331a8f0e000e935e0d830ff4
14000 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
14001 Date:   Tue May 26 08:29:29 2009 -0400
14002
14003     Subject: [PATCH] [repost] Standardize the use of MCFFEC_TOUT_LOOP as a udelay(1) loop counter.
14004
14005      From 584b5fbd4abfc43f920cc1c329633e03816e28be Mon Sep 17 00:00:00 2001
14006     From: Richard Retanubun <RichardRetanubun@RuggedCom.com>
14007     Date: Wed, 20 May 2009 18:26:01 -0400
14008     Subject: [PATCH] Standardize the use of MCFFEC_TOUT_LOOP as a udelay(1) loop counter.
14009
14010     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
14011     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14012
14013 commit c9a2aab1512fb2d132670fff9c27656d2eb949cd
14014 Author: Norbert van Bolhuis <nvbolhuis@aimvalley.nl>
14015 Date:   Thu Jun 4 09:39:48 2009 +0200
14016
14017     A VLAN tagged DHCP request/discover is 4 bytes short
14018
14019     The problem is that BOOTP_SIZE uses ETHER_HDR_SIZE which is 14 bytes.
14020     If sending a VLAN tagged frame (when env variable vlan is set) this
14021     should be VLAN_ETHER_HDR_SIZE=18 which is what NetSetEther returns.
14022
14023     Signed-off-by: Norbert van Bolhuis <nvbolhuis@aimvalley.nl>
14024     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14025
14026 commit 6e0d2fc7fe0dcfa2f51ab8931d706940ee364193
14027 Author: Ben Warren <biggerbadderben@gmail.com>
14028 Date:   Tue Apr 28 16:39:19 2009 -0700
14029
14030     Remove support for non-CONFIG_NET_MULTI on PPC4xx EMAC
14031
14032     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14033
14034 commit 8453587ef9137daf98b7c9cf4f3b865f4039cea0
14035 Author: Ben Warren <biggerbadderben@gmail.com>
14036 Date:   Tue May 26 00:34:07 2009 -0700
14037
14038     Switched davinci_emac Ethernet driver to use newer API
14039
14040     Added CONFIG_NET_MULTI to all Davinci boards
14041     Removed all calls to Davinci network driver from board code
14042     Added cpu_eth_init() to cpu/arm926ejs/cpu.c
14043
14044     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14045
14046 commit 8cc13c13f1d154c8fa8fff56cea357ed38af76bf
14047 Author: Ben Warren <biggerbadderben@gmail.com>
14048 Date:   Mon Apr 27 23:19:10 2009 -0700
14049
14050     Initial cleanup of Davinci Ethernet driver
14051
14052      Removed pointless #ifdefs
14053      Moved functions around in file in preparation for switch to newer API
14054
14055     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14056
14057 commit 09cdd1b9b01450e91786d26ff3c866dc9c8d8d6b
14058 Author: Ben Warren <biggerbadderben@gmail.com>
14059 Date:   Tue May 26 00:17:59 2009 -0700
14060
14061     Moved Davinci Ethernet driver to drivers/net
14062
14063     This driver has been renamed davinci_emac.c
14064
14065     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14066
14067 commit 6f51deb7f298413cfcb0a36d24c97ef7dd69d48f
14068 Author: Prafulla Wadaskar <prafulla@marvell.com>
14069 Date:   Tue May 19 01:40:16 2009 +0530
14070
14071     Marvell MV88E61XX Switch Driver support
14072
14073     Chips supported:-
14074     1. 88E6161 6 port gbe swtich with 5 integrated PHYs
14075     2. 88E6165 6 port gbe swtich with 5 integrated PHYs
14076     2. 88E6132 3 port gbe swtich with 2 integrated PHYs
14077     Platform specific configuration supported for:-
14078     default or router port vlan configuration
14079     led_init configuration
14080     mdip/n polarity reversal configuration
14081
14082     Note: This driver is supported and tested against
14083     kirkwood egiga interface
14084
14085     Contributors:
14086     Yotam Admon <yotam@marvell.com>
14087     Michael Blostein <michaelbl@marvell.com
14088
14089     Reviewed by: Ronen Shitrit <rshitrit@marvell.com>
14090     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
14091     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14092
14093 commit 091dc9f6adaf572b067ae91af92c4e7db33d7903
14094 Author: Zach LeRoy <zleroy@xes-inc.com>
14095 Date:   Fri May 22 10:26:33 2009 -0500
14096
14097     tsec: Add support for BCM5482S PHY
14098
14099     Signed-off-by: Zach LeRoy <zleroy@xes-inc.com>
14100     Acked-by: Kumar Gala <galak@kernel.crashing.org>
14101     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14102
14103 commit 9ff67e5e4c719556d57f136a6453f8e4798d85c0
14104 Author: Mike Frysinger <vapier@gentoo.org>
14105 Date:   Sun Jun 14 06:29:07 2009 -0400
14106
14107     Blackfin: unify u-boot linker scripts
14108
14109     All the Blackfin linker scripts were duplicated across the board dirs with
14110     no difference save from the semi-often used ENV_IS_EMBEDDED option.  So
14111     unify all of them in the lib_blackfin/ dir and for the few boards that
14112     need to embedded the environment directly, add a LDS_BOARD_TEXT define for
14113     them to customize via their board config file.  This is much simpler than
14114     forcing them to duplicate the rest of the linker script.
14115
14116     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14117
14118 commit f52efcae98cbb8a39f1d0535df8d9646a776af9e
14119 Author: Mike Frysinger <vapier@gentoo.org>
14120 Date:   Fri May 29 17:02:37 2009 -0400
14121
14122     Blackfin: bf518f-ezbrd: enable SST SPI flash driver
14123
14124     The BF51xF parts have an internal SST SPI flash, so make sure the driver is
14125     enabled by default so we can access it.
14126
14127     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14128
14129 commit f348ab85f741dc98b2d202c04b5f430eace94925
14130 Author: Mike Frysinger <vapier@gentoo.org>
14131 Date:   Fri Apr 24 17:22:40 2009 -0400
14132
14133     Blackfin: convert specific pre/post config headers to common method
14134
14135     The Blackfin port was using asm/blackfin-config-{pre,post}.h to setup
14136     common Blackfin board defines.  The common method now is to use config.h,
14137     so convert blackfin-config-post.h to that.  Rename the still Blackfin
14138     specific blackfin-config-pre.h to config-pre.h so the naming conventions
14139     at least line up.
14140
14141     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14142
14143 commit 7c7503ee6cd03c0f3b16e98d33d5aa23b30d65b1
14144 Author: Mike Frysinger <vapier@gentoo.org>
14145 Date:   Fri Apr 24 17:11:47 2009 -0400
14146
14147     Blackfin: enable LZMA for all ADI boards
14148
14149     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14150
14151 commit 0e63dc0679451d48f8b727c543ce48b488f7a33f
14152 Author: Mike Frysinger <vapier@gentoo.org>
14153 Date:   Mon Apr 13 05:52:45 2009 -0400
14154
14155     Blackfin: make default ADI env more flexible
14156
14157     Allow boards to easily override the root= and default bootcmd, allow
14158     people to tweak the file used in default bootcmds at runtime via one env
14159     var, and add a stock nandboot command.
14160
14161     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14162
14163 commit 0f52b560f19623ec651f9b9b40405d138ec251d3
14164 Author: Hoan Hoang <hnhoan@i-syst.com>
14165 Date:   Sun Jan 18 22:44:17 2009 -0500
14166
14167     Blackfin: ibf-dsp561: new board port
14168
14169     Signed-off-by: Hoan Hoang <hnhoan@i-syst.com>
14170     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14171
14172 commit 3088189a15d219c48fd7e71623ca4daa08b80b59
14173 Author: Mike Frysinger <vapier@gentoo.org>
14174 Date:   Sun Oct 12 23:28:33 2008 -0400
14175
14176     Blackfin: blackstamp: new board port
14177
14178     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14179
14180 commit 59ac9729700db1d4446c1a6db3ffe38398b7abb2
14181 Author: Mike Frysinger <vapier@gentoo.org>
14182 Date:   Sun Oct 12 23:22:25 2008 -0400
14183
14184     Blackfin: bf537-srv1: new board port
14185
14186     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14187
14188 commit d7fdc1410b5fa5ef623b35a283733b6bcee3753b
14189 Author: Mike Frysinger <vapier@gentoo.org>
14190 Date:   Sun Oct 12 23:16:52 2008 -0400
14191
14192     Blackfin: bf537-minotaur: new board port
14193
14194     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14195
14196 commit cb4b5e874f3c9b882a6f4394bbebbbd91fd01bbf
14197 Author: Mike Frysinger <vapier@gentoo.org>
14198 Date:   Sun Oct 12 23:08:03 2008 -0400
14199
14200     Blackfin: bf537-pnav: new board port
14201
14202     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14203
14204 commit 59e4be945b6469e31eee721e0bcdccf4940d75ac
14205 Author: Mike Frysinger <vapier@gentoo.org>
14206 Date:   Sun Oct 12 21:55:45 2008 -0400
14207
14208     Blackfin: cm-bf527: new board port
14209
14210     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14211
14212 commit 8b219cf07c186cc9d97354cf4b14f24a53d193c5
14213 Author: Mike Frysinger <vapier@gentoo.org>
14214 Date:   Sun Oct 12 21:54:07 2008 -0400
14215
14216     Blackfin: cm-bf548: new board port
14217
14218     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14219
14220 commit 9417d9a21384279308abe5b4dd8dfd418742484c
14221 Author: Mike Frysinger <vapier@gentoo.org>
14222 Date:   Sun Oct 12 21:49:28 2008 -0400
14223
14224     Blackfin: tcm-bf537: new board port
14225
14226     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14227
14228 commit e548321af00e869af7194896576beb9b68457ff7
14229 Author: Mike Frysinger <vapier@gentoo.org>
14230 Date:   Sun Oct 12 21:45:05 2008 -0400
14231
14232     Blackfin: cm-bf561: new board port
14233
14234     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14235
14236 commit 8a9bab08a6fe93e5f3bf57b90438f1d2a67fad3c
14237 Author: Mike Frysinger <vapier@gentoo.org>
14238 Date:   Sun Oct 12 21:41:06 2008 -0400
14239
14240     Blackfin: cm-bf537e: new board port
14241
14242     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14243
14244 commit e82d8a1f028bedb12c4ab88a35a935010d92898c
14245 Author: Mike Frysinger <vapier@gentoo.org>
14246 Date:   Sun Oct 12 21:36:22 2008 -0400
14247
14248     Blackfin: cm-bf533: new board port
14249
14250     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14251
14252 commit dd14af7640f7d48d8e9768eeeb09592e6f94ed38
14253 Author: Mike Frysinger <vapier@gentoo.org>
14254 Date:   Thu Nov 27 16:50:32 2008 -0500
14255
14256     Blackfin: new spibootldr command
14257
14258     Newer Blackfin parts can an on-chip ROM that can boot LDRs over SPI flashes,
14259     so add a new 'spibootldr' command to take advantage of it.
14260
14261     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14262
14263 commit 67c2829b646bb5b859088b36fbc89e971b9c1960
14264 Author: Mike Frysinger <vapier@gentoo.org>
14265 Date:   Mon Oct 6 04:42:33 2008 -0400
14266
14267     Blackfin: support embedding the environment into loader files (LDRs)
14268
14269     For the most part, the Blackfin processor boots files in the LDR format
14270     rather than binary/ELF files.  So we want to export the environment as a
14271     raw blob to the LDR utility so it can embed it at the right location.
14272
14273     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14274
14275 commit 31f30c9eb60d9ab0bd702e31f66345f99b34bdc6
14276 Author: Mike Frysinger <vapier@gentoo.org>
14277 Date:   Sun Jun 14 11:03:48 2009 -0400
14278
14279     add %.c->%.i and %.c->%.s rules
14280
14281     The Linux kernel has some helper rules which allow you to quickly produce
14282     some of the intermediary files from C source.  Specifically, you can
14283     create .i files which is the preprocessed output and you can create .s
14284     files which is the assembler output.  This is useful when you are trying
14285     to track down header/macro expansion errors or inline assembly errors.
14286
14287     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14288     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14289
14290 commit 6d1ce387874c1060f27656f70151a52c511cd0e3
14291 Author: Mike Frysinger <vapier@gentoo.org>
14292 Date:   Sat May 30 01:02:03 2009 -0400
14293
14294     make sure toplevel $(SUBDIRS) is always declared
14295
14296     The $(SUBDIRS) variable is only declared when U-Boot has been configured,
14297     but it gets used all the time.  In the non-configured case, it is used to
14298     generate a helpful error message, but it needs to be set properly for that
14299     to occur.
14300
14301     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14302
14303 commit 1260233982f7dfbdfd1adee12daa95a0c0e84a43
14304 Author: Grzegorz Bernacki <gjb@semihalf.com>
14305 Date:   Fri Jun 12 11:33:55 2009 +0200
14306
14307     digsy mtc: Add description to GPIO initial configuration.
14308
14309     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
14310
14311 commit 12304871bc7839145f2b4238923e9023616d7399
14312 Author: Grzegorz Bernacki <gjb@semihalf.com>
14313 Date:   Fri Jun 12 11:33:54 2009 +0200
14314
14315     digsy MTC: Add 'mtc' command.
14316
14317     New command allows to:
14318          o check FW version
14319          o set LED status
14320          o set digital output status
14321          o get digital input status
14322
14323     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
14324
14325 commit f1f66edfc76f4a9f5b9f63972d90309784a8cae5
14326 Author: Grzegorz Bernacki <gjb@semihalf.com>
14327 Date:   Fri Jun 12 11:33:53 2009 +0200
14328
14329     digsy MTC: Add SPI support.
14330
14331     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
14332
14333 commit 6325b7780dad8be26ba6fc25ef88ba338c50205b
14334 Author: Grzegorz Bernacki <gjb@semihalf.com>
14335 Date:   Fri Jun 12 11:33:52 2009 +0200
14336
14337     mpc52xx: Add SPI driver.
14338
14339     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
14340
14341 commit 5ec5529b82f314ca2cf9c262cdfc985d5fc468a0
14342 Author: Mike Frysinger <vapier@gentoo.org>
14343 Date:   Sun Jun 14 09:33:00 2009 -0400
14344
14345     allow boards to customize compiler options on a per-file/dir basis
14346
14347     With our Blackfin boards, we like to build the compression routines with
14348     -O2 as our tests show a pretty good size/speed tradeoff.  For the rest of
14349     U-Boot though, we want to stick with the default -Os as that is mostly
14350     control code.  So in our case, we would add a line like so to the board
14351     specific config.mk file:
14352         CFLAGS_lib_generic += -O2
14353
14354     Now all files under lib_generic/ will have -O2 appended to their build.
14355
14356     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14357     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14358
14359 commit 6b1f78ae6ad037382ad430b07064105c88f7ac02
14360 Author: Wolfgang Denk <wd@denx.de>
14361 Date:   Sun Jun 14 21:30:39 2009 +0200
14362
14363     Prepare v2009.06
14364
14365     Update CHANGELOG, fix minor coding stylke issue. Update Makefile.
14366
14367     Signed-off-by: Wolfgang Denk <wd@denx.de>
14368
14369 commit c3147c1762f8caf99649051116a2411bdf887c10
14370 Author: Wolfgang Denk <wd@denx.de>
14371 Date:   Sun Jun 14 20:31:36 2009 +0200
14372
14373     Revert "SMC911x driver fixed for NFS boot"
14374
14375     This reverts commit ca9c8a1e10fac01e6a1129f82a7ce18bd818fa43,
14376     which causes compile warnings ("large integer implicitly truncated
14377     to unsigned type") on all systems that use this driver. The warning
14378     results from passing long constants (TX_CFG, RX_CFG) into
14379     smc911x_set_mac_csr() which is declared to accept "unsigned
14380     character" arguments only.
14381
14382     Being close to a release, with nobody available to actually test the
14383     code or the suggested fixes, it seems better to revert the patch.
14384
14385 commit 388517e4b745b00256c2fa201ce7bccb67b4f245
14386 Author: Peter Tyser <ptyser@xes-inc.com>
14387 Date:   Fri May 22 10:26:37 2009 -0500
14388
14389     xes: Update Freescale clock code to work with 86xx processors
14390
14391     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
14392     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14393
14394 commit 25623937bb81cae788d767e6c59a11c96fc82866
14395 Author: Peter Tyser <ptyser@xes-inc.com>
14396 Date:   Fri May 22 10:26:36 2009 -0500
14397
14398     xes: Update Freescale DDR code to work with 86xx processors
14399
14400     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
14401     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14402
14403 commit bef3013908bbc68f24084174a3ca86cc2a3eb986
14404 Author: Peter Tyser <ptyser@xes-inc.com>
14405 Date:   Fri May 22 10:26:35 2009 -0500
14406
14407     xes: Update Freescale PCI code to work with 86xx processors
14408
14409     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
14410     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14411
14412 commit 6442b71b522face775c1c31bd43121db3b4bf7d6
14413 Author: Peter Tyser <ptyser@xes-inc.com>
14414 Date:   Fri May 22 10:26:32 2009 -0500
14415
14416     85xx: Add PORBMSR and PORDEVSR shift defines
14417
14418     Add defines similar to those already used for the the 86xx architecture.
14419     This will ease sharing of PCI code between the 85xx and 86xx
14420     architectures.
14421
14422     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
14423     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14424
14425 commit 2f21ce4d546d31289ac49a680f78bcc9a792c6ec
14426 Author: Peter Tyser <ptyser@xes-inc.com>
14427 Date:   Thu May 21 12:10:00 2009 -0500
14428
14429     fsl/85xx, 86xx: Sync up DMA code
14430
14431     The following changes were made to sync up the DMA code between the 85xx
14432     and 86xx architectures which will make it easier to break out common
14433     8xxx DMA code:
14434
14435     85xx:
14436     - Don't set STRANSINT and SPCIORDER fields in SATR register.  These bits
14437       only have an affect when the SBPATMU bit is set.
14438     - Write 0xffffffff instead of 0xfffffff to clear errors in the DMA
14439       status register.  We may as well clear all 32 bits of the register...
14440
14441     86xx:
14442     - Add CONFIG_SYS_MPC86xx_DMA_ADDR define to address DMA registers
14443     - Add clearing of errors in the DMA status register when initializing
14444       the controller
14445     - Clear the channel start bit in the DMA mode register after a transfer
14446
14447     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
14448     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14449
14450 commit b1f12650d332eadac1306a772cab6096abee6ddd
14451 Author: Peter Tyser <ptyser@xes-inc.com>
14452 Date:   Thu May 21 12:09:59 2009 -0500
14453
14454     fsl: Create common fsl_dma.h for 85xx and 86xx cpus
14455
14456     Break out DMA structures for the Freescale MPC85xx and MPC86xx cpus to
14457     reduce a large amount of code duplication
14458
14459     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
14460     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14461
14462 commit 3bd8e532b5de20647aeaff94a1cbf33fb8b897b9
14463 Author: Haiying Wang <Haiying.Wang@freescale.com>
14464 Date:   Wed May 20 12:30:41 2009 -0400
14465
14466     85xx: Add UEC6 and UEC8 at SGMII mode for MPC8569MDS
14467
14468     On MPC8569MDS board, UCC6 and UCC8 can be configured to work at SGMII mode via
14469     UEM on PB board. Since MPC8569 supports up to 4 Gigabit Ethernet ports, we
14470     disable UEC6 and UEC8 by default.
14471
14472     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
14473     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14474
14475 commit e8efef7c1b457442583a8b9d38d8a5b667661616
14476 Author: Haiying Wang <Haiying.Wang@freescale.com>
14477 Date:   Thu Jun 4 16:12:42 2009 -0400
14478
14479     drivers/qe: add sgmii support in for UEC driver
14480
14481     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
14482     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14483
14484 commit 8e55258f144764de8902e9f078a7ad4c6c022c2f
14485 Author: Haiying Wang <Haiying.Wang@freescale.com>
14486 Date:   Thu Jun 4 16:12:41 2009 -0400
14487
14488     qe: Pass in uec_info struct through uec_initialize
14489
14490     The uec driver contains code to hard code configuration information for the uec
14491     ethernet controllers. This patch creates an array of uec_info structures, which
14492     are then parsed by the corresponding driver instance to determine configuration.
14493     It also creates function uec_standard_init() to initialize all UEC interfaces
14494     for 83xx and 85xx.
14495
14496     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
14497     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14498
14499 commit 9a6110897fc9282ade598bbba70ad72b940436e3
14500 Author: Haiying Wang <Haiying.Wang@freescale.com>
14501 Date:   Thu Jun 4 16:12:40 2009 -0400
14502
14503     fsl: Update the number of ethxaddr in reading system eeprom
14504
14505     We support up to 8 mac addresses in system eeprom, so we define the macro
14506     MAX_NUM_PORTS to limit the mac_count to 8, and update the number of ethxaddr
14507     according to mac_count.
14508
14509     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
14510     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14511
14512 commit f82107f637f167a77803c0933f9b24741a91c711
14513 Author: Haiying Wang <Haiying.Wang@freescale.com>
14514 Date:   Wed May 20 12:30:37 2009 -0400
14515
14516     85xx: Add RMII support for MPC8569MDS
14517
14518     This patch supports UCC working at RMII mode on PIB board, fixup fdt blob to
14519     support rmii in kernel. It also changes the name of enable_mpc8569mds_qe_mdio to
14520     enalbe_mpc8569mds_qe_uec which is  more accurate.
14521
14522     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
14523     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14524
14525 commit 750098d33bc362ac4263863e92da158cf011063f
14526 Author: Haiying Wang <Haiying.Wang@freescale.com>
14527 Date:   Wed May 20 12:30:36 2009 -0400
14528
14529     85xx: Add UEC3 and UEC4 support for MPC8569MDS
14530
14531     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
14532     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14533
14534 commit 4e7b25e4fe777f525e426cbd58c3a3976c564f2e
14535 Author: Haiying Wang <Haiying.Wang@freescale.com>
14536 Date:   Wed May 20 12:30:35 2009 -0400
14537
14538     drivers/qe: Add more SNUM number for QE
14539
14540     Some QE chips like 8569 need more SNUM numbers for supporting 4 UECs in RGMII-
14541     1000 mode.
14542
14543     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
14544     Acked-by: Timur Tabi <timur@freescale.com>
14545     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14546
14547 commit 7211fbfa18f3061858696150ee6e9e093d9eceae
14548 Author: Haiying Wang <Haiying.Wang@freescale.com>
14549 Date:   Thu May 21 15:34:14 2009 -0400
14550
14551     drivers/qe: Change QE RISC ALLOCATION to support 4 RISCs
14552
14553     Also define the QE_RISC_ALLOCATION_RISCs to MACROs instead of using enum, and
14554     define MAX_QE_RISC for QE based silicons.
14555
14556     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
14557     Acked-by: Timur Tabi <timur@freescale.com>
14558     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14559
14560 commit b3d7f20f43a0f8d11c65e2f92153b5512b11580c
14561 Author: Haiying Wang <Haiying.Wang@freescale.com>
14562 Date:   Wed May 20 12:30:29 2009 -0400
14563
14564     85xx: Add QE clk support
14565
14566     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
14567     Acked-by: Timur Tabi <Timur@freescale.com>
14568     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14569
14570 commit 71b358cc26792889bbac35054d8e89d59b3fabc4
14571 Author: Kumar Gala <galak@kernel.crashing.org>
14572 Date:   Wed May 20 01:11:33 2009 -0500
14573
14574     85xx: Added MPC8535/E identifiers
14575
14576     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14577
14578 commit 22419d77976bbd0df9fcf45513f1b96bd73e50d1
14579 Author: Kumar Gala <galak@kernel.crashing.org>
14580 Date:   Thu May 21 08:36:43 2009 -0500
14581
14582     85xx: Always attempt ethernet device tree fixup
14583
14584     Its reasonable that we may have ethernet devices but dont have drivers
14585     or support enabled for them in u-boot and want the device tree fixed up.
14586     Unconditionally calling the ethernet fixup is fine since if we dont have
14587     ethernet nodes that match (or aliases) we will not attempt to do
14588     anything.
14589
14590     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14591     Acked-by: Timur Tabi <timur@freescale.com>
14592
14593 commit 52d6ad5ecfb22938441c8e3e62935fbd7b0f0920
14594 Author: Haiying Wang <Haiying.Wang@freescale.com>
14595 Date:   Thu May 21 15:32:13 2009 -0400
14596
14597     drivers/qe: Rename the camel-case identifiers in uec
14598
14599     Rename riscRx/riscTx to risc_rx/risc_tx to comply with Codingstyle.
14600
14601     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
14602
14603 commit feb7838f979ec2b581df3c791b9ae3284c36bb47
14604 Author: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
14605 Date:   Fri Apr 3 15:36:13 2009 -0500
14606
14607     85xx: Add P2020DS support
14608
14609     The patch adds support for P2020DS reference platform.
14610     DDR3 interface uses hard-coded initialization rather than SPD
14611     for now and was tested at 667Mhz. Some PIXIS register
14612     definitions and associated code sections need to be fixed.
14613     TSEC1/2/3, NOR flash, MAC/SYS ID EEPROM, PCIE1/2/3 are all
14614     tested under u-boot.
14615
14616     Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
14617     Signed-off-by: Travis Wheatley <Travis.Wheatley@freescale.com>
14618     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14619
14620 commit 229549a56d9ae413c00f64fd7c728c6879a1b54b
14621 Author: Stefan Roese <sr@denx.de>
14622 Date:   Tue Jun 9 16:57:47 2009 +0200
14623
14624     mpc512x: MPC5121ADS: Add NAND support
14625
14626     This patch adds NAND support to the MPC5121ADS board. Please
14627     note that the image size increased since NAND support didn't
14628     fit in the current image size (256k).
14629
14630     Signed-off-by: Stefan Roese <sr@denx.de>
14631     Signed-off-by: Wolfgang Denk <wd@denx.de>
14632     Cc: Wolfgang Denk <wd@denx.de>
14633
14634 commit 35f2edbb6cad043ccd5ea6e78fe9b7aa21d8395f
14635 Author: Stefan Roese <sr@denx.de>
14636 Date:   Tue Jun 9 16:57:03 2009 +0200
14637
14638     nand/mpc512x: Add MPC512x NAND support (NFC)
14639
14640     This patch adds NAND Flash Controller driver for MPC5121 revision 2.
14641     All device features, except hardware ECC and power management, are
14642     supported.
14643
14644     This NFC driver replaces the one orignally posted by John Rigby:
14645
14646     "[PATCH] Freescale NFC NAND driver"
14647
14648     It's a port of the Linux driver version posted by Piotr Ziecik a few
14649     weeks ago. Using this driver has the following advantages (from my
14650     point of view):
14651
14652     - Compatibility with the Linux NAND driver (e.g. ECC usage)
14653     - Better code quality in general
14654     - Resulting U-Boot image is a bit smaller (approx. 3k)
14655     - Better to sync with newer Linux driver versions
14656
14657     The only disadvantage I can see, is that HW-ECC is not supported right
14658     now. But this could be added later (e.g. port from Linux driver after
14659     it's supported there). Using HW-ECC on the MCP5121 NFC has a general
14660     problem because of the ECC usage in the spare area. This collides with
14661     JFFS2 for example.
14662
14663     Signed-off-by: Stefan Roese <sr@denx.de>
14664     Cc: Piotr Ziecik <kosmo@semihalf.com>
14665     Cc: Wolfgang Denk <wd@denx.de>
14666     Cc: John Rigby <jcrigby@gmail.com>
14667     Cc: Scott Wood <scottwood@freescale.com>
14668
14669 commit e53b507cee5d976953134a565c72fd32c967d7dd
14670 Author: Stefan Roese <sr@denx.de>
14671 Date:   Tue Jun 9 11:50:40 2009 +0200
14672
14673     mpc512x: Add esd gmbh mecp5123 board support
14674
14675     MECP5123 is a MPC5121E based module by esd gmbh.
14676
14677     Signed-off-by: Stefan Roese <sr@denx.de>
14678     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
14679
14680 commit 6bd55cc65d0c3aa84d719518254fb3c650239ed9
14681 Author: Stefan Roese <sr@denx.de>
14682 Date:   Tue Jun 9 11:50:05 2009 +0200
14683
14684     mcp512x: Add macros for SCFR LPC divisor access
14685
14686     Thos macros will be used by the esd mecp5123 board.
14687
14688     Signed-off-by: Stefan Roese <sr@denx.de>
14689
14690 commit c60dc8527dbb2a1318c03bc18bdebcfbd0164551
14691 Author: Stefan Roese <sr@denx.de>
14692 Date:   Mon Jun 8 09:38:07 2009 +0200
14693
14694     mpc512x: Fix problem with I2C access before relocation
14695
14696     This is needed for the upcoming esd MECP5123 board port which uses
14697     I2C EEPROM for environment storage.
14698
14699     Signed-off-by: Stefan Roese <sr@denx.de>
14700     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
14701     Acked-by: Heiko Schocher<hs@denx.de>
14702
14703 commit 58f10460b05e0928d986b15edd4f2e1e99403f7e
14704 Author: Stefan Roese <sr@denx.de>
14705 Date:   Thu Jun 4 13:35:39 2009 +0200
14706
14707     74xx_7xx: CPCI750: Add CPCI adapter/target support
14708
14709     The CPCI750 can be built as CPCI host or adapter/target board. This patch
14710     adds support for runtime detection of those variants.
14711
14712     Signed-off-by: Stefan Roese <sr@denx.de>
14713     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
14714
14715 commit ae7a2739d7a0704437376e229bb21940952c55be
14716 Author: Stefan Roese <sr@denx.de>
14717 Date:   Fri Jun 5 05:45:41 2009 +0200
14718
14719     74xx_7xx: CPCI750: Enable access to PCI function > 0
14720
14721     The Marvell bridge 64360 supports serveral PCI functions, not only 0. This
14722     patch enables access to those functions.
14723
14724     Signed-off-by: Stefan Roese <sr@denx.de>
14725     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
14726
14727 commit e5b563e9ec54c3f6d702c8fa2b711b4a6150243a
14728 Author: Stefan Roese <sr@denx.de>
14729 Date:   Thu Jun 4 13:35:37 2009 +0200
14730
14731     74xx_7xx: CPCI750: Minor coding style cleanup of cpci750.c
14732
14733     Signed-off-by: Stefan Roese <sr@denx.de>
14734     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
14735
14736 commit 0e5ef07d0d91bd3d87ebea0534f538561aa974d5
14737 Author: Stefan Roese <sr@denx.de>
14738 Date:   Thu Jun 4 13:35:36 2009 +0200
14739
14740     74xx_7xx: CPCI750: Add loadpci command
14741
14742     This command is used to load/boot an OS-image which is transferred from
14743     the CPCI host to the CPCI target/adapter.
14744
14745     Signed-off-by: Stefan Roese <sr@denx.de>
14746     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
14747
14748 commit 0a14d6b8f4d21ff59a9b7686a49a77069a9fcd2a
14749 Author: Stefan Roese <sr@denx.de>
14750 Date:   Thu Jun 4 13:35:35 2009 +0200
14751
14752     74xx_7xx: CPCI750: Add commandline editing/history
14753
14754     Signed-off-by: Stefan Roese <sr@denx.de>
14755     Cc: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
14756
14757 commit 60cfe87bd39e6f07f2b92eb4bff82bfd105f4724
14758 Author: Stefan Roese <sr@denx.de>
14759 Date:   Thu Jun 4 16:55:34 2009 +0200
14760
14761     UBI: Add compile-time check for correct malloc area configuration
14762
14763     UBI is quite memory greedy and requires at least approx. 512k of malloc
14764     area. This patch adds a compile-time check, so that boards will not
14765     build with less memory reserved for this area (CONFIG_SYS_MALLOC_LEN).
14766
14767     Signed-off-by: Stefan Roese <sr@denx.de>
14768
14769 commit 7ce6031afc8671c8b47c6135b3678d43fcd02852
14770 Author: Prafulla Wadaskar <prafulla@marvell.com>
14771 Date:   Mon Apr 6 21:24:43 2009 +0530
14772
14773     sf: new Macronix MX25xx SPI flash driver
14774
14775     Added macronix SF driver for MTD framework
14776     MX25L12805D is supported and tested
14777     TBD: sector erase implementation, other deivces support
14778
14779     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
14780     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14781
14782 commit 2a6cc58869305f346e389eefdfa96dea5146cb0c
14783 Author: Todor I Mollov <tmollov@ucsd.edu>
14784 Date:   Sat Apr 4 07:14:44 2009 -0400
14785
14786     sf: atmel: implement power-of-two write/erase funcs
14787
14788     Signed-off-by: Todor I Mollov <tmollov@ucsd.edu>
14789     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14790     CC: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14791
14792 commit 4bc6eb79be2a7317425575184324b94e3b43fbc2
14793 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
14794 Date:   Mon May 25 17:23:18 2009 +0530
14795
14796     mpc85xx: 8536ds: Add USB related CONFIGs
14797
14798     This patch adds CONFIGs for enabling USB in mpc8536ds and also
14799     adds usb_phy_type in CONFIG_EXTRA_ENV_SETTINGS. Also revamps its
14800     Copyright.
14801
14802     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
14803     Signed-off-by: Remy Bohmer <linux@bohmer.net>
14804
14805 commit 6823e9b01290977c4d9c90381459c01f66e12e79
14806 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
14807 Date:   Mon May 25 17:23:17 2009 +0530
14808
14809     mpc83xx: 8315erdb: Add USB related CONFIGs
14810
14811     This patch adds CONFIGs for enabling USB in mpc8315erdb and also
14812     adds usb_phy_type in CONFIG_EXTRA_ENV_SETTINGS. Also revamps its
14813     Copyright.
14814
14815     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
14816     Signed-off-by: Remy Bohmer <linux@bohmer.net>
14817
14818 commit a07bf180efc3c0de4a89a3bd49a7c7584dfb95a8
14819 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
14820 Date:   Thu May 21 17:32:48 2009 +0530
14821
14822     mpc85xx: USB: Add support
14823
14824     The following patch adds 85xx-specific USB support and also
14825     revamps Copyright in immap_85xx.h
14826
14827     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
14828     Signed-off-by: Remy Bohmer <linux@bohmer.net>
14829
14830 commit 4ef01010aa4799c759d75e67007fdd3a38c88c8a
14831 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
14832 Date:   Mon May 25 17:23:16 2009 +0530
14833
14834     mpc83xx: USB: Reorganized its support
14835
14836     The following patch reorganizes/reworks the USB support for mpc83xx
14837     as under:-
14838
14839       * Moves the 83xx USB clock init from drivers/usb/host/ehci-fsl.c to
14840         cpu/mpx83xx/cpu_init.c
14841
14842       * Board specific usb_phy_type is read from the environment
14843
14844       * Adds USB EHCI specific structure in include/usb/ehci-fsl.h
14845
14846       * Copyrights revamped in most of the following files
14847
14848     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
14849     Signed-off-by: Remy Bohmer <linux@bohmer.net>
14850
14851 commit ed90d2c87158e5114b6009fa95bb6417e4b27b3e
14852 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
14853 Date:   Thu May 21 17:32:27 2009 +0530
14854
14855     mpc8xxx: USB: Relocates ehci-fsl.h to include/usb
14856
14857     The following patch moves 8xxx-specifc USB #defines from
14858     drivers/usb/host/ehci-fsl.h to include/usb.
14859
14860     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
14861     Signed-off-by: Remy Bohmer <linux@bohmer.net>
14862
14863 commit cfd39cdf9422d3d25e9b3c058865f4c1f66f34da
14864 Author: Vivek Mahajan <vivek.mahajan@freescale.com>
14865 Date:   Thu May 21 17:32:15 2009 +0530
14866
14867     mpc8xxx: USB: Removed reenablement of its interface
14868
14869     To prepare for the 85xx USB support, which requires interface enablement
14870     only once in (specified) order, no different than instructions for
14871     enabling the interface under 83xx.  It is unknown why the original author
14872     enabled the interface twice (checked for references in errata, etc).
14873
14874     Signed-off-by: Vivek Mahajan <vivek.mahajan@freescale.com>
14875     Signed-off-by: Remy Bohmer <linux@bohmer.net>
14876
14877 commit 2c7920afaf96d9779304202cd8a355b4f7576a83
14878 Author: Peter Tyser <ptyser@xes-inc.com>
14879 Date:   Fri May 22 17:23:25 2009 -0500
14880
14881     83xx: Replace CONFIG_MPC83[0-9]X with MPC83[0-9]x
14882
14883     Use the standard lowercase "x" capitalization that other Freescale
14884     architectures use for CPU defines to prevent confusion and errors
14885
14886     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
14887     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14888
14889 commit 0f898604945af4543c1525fc33b6bae621a3b805
14890 Author: Peter Tyser <ptyser@xes-inc.com>
14891 Date:   Fri May 22 17:23:24 2009 -0500
14892
14893     83xx: Replace CONFIG_MPC83XX with CONFIG_MPC83xx
14894
14895     Use the standard lowercase "xx" capitalization that other Freescale
14896     architectures use for CPU defines to prevent confusion and errors
14897
14898     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
14899     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14900
14901 commit ba4feae90ca71de1681d5808f17e73224d8f03c4
14902 Author: Stefan Roese <sr@denx.de>
14903 Date:   Tue Jun 2 16:53:16 2009 +0200
14904
14905     mpc512x: Use serial_setbrg() in serial_init() to not duplicate the code
14906
14907     This patch removes the duplicated code for baudrate generator configuration
14908     in the PSC serial_init() implementation by calling serial_setbrg() instead
14909     of duplicating the code.
14910
14911     Signed-off-by: Stefan Roese <sr@denx.de>
14912
14913 commit b8c1d6a54ff8195488b68e163de8ec31f1603496
14914 Author: Stefan Roese <sr@denx.de>
14915 Date:   Tue Jun 2 16:53:15 2009 +0200
14916
14917     mpc512x: Fix PSC divisor calculation for baudrate setting
14918
14919     The wrong input frequency was used in serial_setbrg(). This patch fixes
14920     this by using ips_clk as input frequency for the PSC baudrate generator.
14921
14922     Signed-off-by: Stefan Roese <sr@denx.de>
14923
14924 commit 52568c3654b2b257016d52167805ae132faac14e
14925 Author: Wolfgang Denk <wd@denx.de>
14926 Date:   Sat May 16 10:47:46 2009 +0200
14927
14928     MPC512x: add support for ARIA board
14929
14930     ARIA is a MPC5121E based COM Express module by Dave/DENX.
14931
14932     Signed-off-by: Wolfgang Denk <wd@denx.de>
14933     Cc: John Rigby <jcrigby@gmail.com>
14934
14935 commit 3b74e7ec58e2cc352b0a396a614065cfeb8d138f
14936 Author: Wolfgang Denk <wd@denx.de>
14937 Date:   Sat May 16 10:47:45 2009 +0200
14938
14939     MPC512x: remove include/mpc512x.h
14940
14941     Move needed definitions (register descriptions etc.) from
14942     include/mpc512x.h  into  include/asm-ppc/immap_512x.h.
14943
14944     Instead of using a #define'd register offset, use a function that
14945     provides the PATA controller's base address.
14946
14947     All the rest of include/mpc512x.h are register offset definitions
14948     which can be eliminated by proper use of C structures.
14949
14950     There are only a few register offsets remaining that are needed in
14951     cpu/mpc512x/start.S; for these we provide cpu/mpc512x/asm-offsets.h
14952     which is intended as a temporary workaround only. In a later patch
14953     this file will be removed, too, and then auto-generated from the
14954     respective C structs.
14955
14956     Signed-off-by: Wolfgang Denk <wd@denx.de>
14957     Cc: John Rigby <jcrigby@gmail.com>
14958
14959 commit a927e491b2a326c1e9c4313e3ce4042988422697
14960 Author: Wolfgang Denk <wd@denx.de>
14961 Date:   Sat May 16 10:47:44 2009 +0200
14962
14963     MPC512x FEC: get rid of duplicated struct ethernet_regs
14964
14965     Use existing struct fec512x instead.
14966
14967     Signed-off-by: Wolfgang Denk <wd@denx.de>
14968     Cc: John Rigby <jcrigby@gmail.com>
14969     Acked-by: Ben Warren <biggerbadderben@gmail.com>
14970
14971 commit 843efb1192cc8fd4f904a23dbab4e0fe3e1c5bc2
14972 Author: Wolfgang Denk <wd@denx.de>
14973 Date:   Sat May 16 10:47:43 2009 +0200
14974
14975     MPC512x: use I/O accessors instead of pointer accesses
14976
14977     This commit changes the MPC512x code to use I/O accessor calls (i.e.
14978     out_*() and in_*()) instead of using deprecated pointer accesses.
14979
14980     Signed-off-by: Wolfgang Denk <wd@denx.de>
14981     Cc: John Rigby <jcrigby@gmail.com>
14982
14983 commit 19dc7e179268be148e550c36203208c662610d76
14984 Author: Wolfgang Denk <wd@denx.de>
14985 Date:   Sat May 16 10:47:42 2009 +0200
14986
14987     MPC512x: add more hardware description to immap_512x.h
14988
14989     - add GPIO module description
14990     - add Address Latch Timing Register description
14991     - add IO Control Memory Map
14992     - add FEC Memory Map
14993
14994     Also change board/freescale/mpc5121ads/mpc5121ads.c and
14995     cpu/mpc512x/iopin.c as needed.
14996
14997     Signed-off-by: Wolfgang Denk <wd@denx.de>
14998     Cc: John Rigby <jcrigby@gmail.com>
14999
15000 commit 72601d04fdfdd4c7597afcf1f6aab654bd99366c
15001 Author: Wolfgang Denk <wd@denx.de>
15002 Date:   Sat May 16 10:47:41 2009 +0200
15003
15004     Rename ads5121 board into mpc5121ads
15005
15006     We rename the board so we use a consistent name in U-Boot and in
15007     Linux.  Also, we use this opportunity to move the board into the
15008     Freecale vendor directory.
15009
15010     Signed-off-by: Wolfgang Denk <wd@denx.de>
15011     Cc: John Rigby <jcrigby@gmail.com>
15012
15013 commit debf87415579c0f50aab9e0832976d4506babe0f
15014 Author: Wolfgang Denk <wd@denx.de>
15015 Date:   Sat May 16 10:47:40 2009 +0200
15016
15017     cpu/mpc512x/diu.c: fix warning: assignment from incompatible pointer type
15018
15019     Signed-off-by: Wolfgang Denk <wd@denx.de>
15020     Cc: John Rigby <jcrigby@gmail.com>
15021
15022 commit 8b251263191ec554967dd1add6237c1ba7f7eb25
15023 Author: Wolfgang Denk <wd@denx.de>
15024 Date:   Sat May 16 10:47:39 2009 +0200
15025
15026     cpu/mpc512x/pci.c: minor coding style cleanup
15027
15028     Get rid of variable declaration in the middle of the code.
15029
15030     Signed-off-by: Wolfgang Denk <wd@denx.de>
15031     Cc: John Rigby <jcrigby@gmail.com>
15032
15033 commit de26ef99bddbce4ed225f93afcf0bee99c3b6f87
15034 Author: Wolfgang Denk <wd@denx.de>
15035 Date:   Sat May 16 10:47:38 2009 +0200
15036
15037     mpc512x: Move common files to share them by several boards
15038
15039     We will soon see several new MPC521x based boards added.  This patch
15040     moves files that are not board specific to a common directory so they
15041     can be shared by all such ports.  It also splits off common IDE code
15042     into a new file, cpu/mpc512x/ide.c .
15043
15044     Signed-off-by: Wolfgang Denk <wd@denx.de>
15045     Cc: John Rigby <jcrigby@gmail.com>
15046
15047 commit 03e069dc0a765d506f78a68319acf33d432e035b
15048 Author: Wolfgang Denk <wd@denx.de>
15049 Date:   Sat May 16 10:47:37 2009 +0200
15050
15051     mpc512x: change cpu/mpc512x/Makefile to use Kconfig style
15052
15053     Signed-off-by: Wolfgang Denk <wd@denx.de>
15054     Cc: John Rigby <jcrigby@gmail.com>
15055
15056 commit a89c33db96a1e55319a286dd4c3c05ca64ac6bfd
15057 Author: Wolfgang Denk <wd@denx.de>
15058 Date:   Sun May 24 17:06:54 2009 +0200
15059
15060     General help message cleanup
15061
15062     Many of the help messages were not really helpful; for example, many
15063     commands that take no arguments would not print a correct synopsis
15064     line, but "No additional help available." which is not exactly wrong,
15065     but not helpful either.
15066
15067     Commit ``Make "usage" messages more helpful.'' changed this
15068     partially. But it also became clear that lots of "Usage" and "Help"
15069     messages (fields "usage" and "help" in struct cmd_tbl_s respective)
15070     were actually redundant.
15071
15072     This patch cleans this up - for example:
15073
15074     Before:
15075         => help dtt
15076         dtt - Digital Thermometer and Thermostat
15077
15078         Usage:
15079         dtt         - Read temperature from digital thermometer and thermostat.
15080
15081     After:
15082         => help dtt
15083         dtt - Read temperature from Digital Thermometer and Thermostat
15084
15085         Usage:
15086         dtt
15087
15088     Signed-off-by: Wolfgang Denk <wd@denx.de>
15089
15090 commit 94796d8544d4248028141bad11c6a74b840e9d6e
15091 Author: Wolfgang Denk <wd@denx.de>
15092 Date:   Sun May 24 19:17:29 2009 +0200
15093
15094     Make "usage" messages more helpful.
15095
15096     In case of incorrect command invocations U-Boot used to print pretty
15097     useless "usage" messages, for example:
15098
15099         => nand markbad
15100         Usage:
15101         nand - NAND sub-system
15102
15103     In the result, the user would have to run the "help" command to get
15104     the (available) information about correct command usage. Change this,
15105     so that this information gets always printed.
15106
15107     Note that this changes the user interface of all commands, but
15108     hopefully to the better.
15109
15110     Signed-off-by: Wolfgang Denk <wd@denx.de>
15111
15112 commit 4c94f6c54bbc4dc5f418da01d8ec01e2adf636be
15113 Author: Mike Frysinger <vapier@gentoo.org>
15114 Date:   Sun May 24 02:26:19 2009 -0400
15115
15116     nvedit: speed up printing of environment
15117
15118     The printing code would check the same environment byte multiple times and
15119     write to the console one byte at a time.  For some devices (such as the
15120     Blackfin JTAG console which operates in 8 bytes at a time), this is pretty
15121     damned slow.  So create a small 16 byte buffer to fill up and send to puts
15122     as needed.  In the process, unify the different print functions, shrink
15123     the resulting code (source and compiled), and avoid excess env reads as
15124     those too can be somewhat expensive depending on the board.
15125
15126     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15127
15128 commit 3112030a430553768de5d30c05bedf8710784452
15129 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15130 Date:   Fri May 22 19:28:52 2009 +0200
15131
15132     config.mk: remove un-needed REMOTE_BUILD check
15133
15134     as $(obj) is empty when in tree build
15135
15136     %.s:        %.S
15137         $(CPP) $(AFLAGS) -o $@ $<
15138
15139     and
15140
15141     $(obj)%.s:  %.S
15142         $(CPP) $(AFLAGS) -o $@ $<
15143
15144     are the same
15145
15146     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15147     Acked-by: Mike Frysinger <vapier@gentoo.org>
15148
15149 commit 651351fe980b20217b014b9a888398f18d77951c
15150 Author: Tom Rix <Tom.Rix@windriver.com>
15151 Date:   Wed May 20 07:55:41 2009 -0500
15152
15153     FAT replace compare_sign with strncmp.
15154
15155     The static function compare_sign is only used to compare the fs_type string
15156     and does not do anything more than what strncmp does.
15157
15158     The addition of the trailing '\0' to fs_type, while legal, is not needed
15159     because the it is never printed out and strncmp does not depend on NULL
15160     terminated strings.
15161
15162     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
15163
15164 commit ecb1dc892297d5d99876907328fed732feefeab2
15165 Author: Mike Frysinger <vapier@gentoo.org>
15166 Date:   Wed May 20 04:35:14 2009 -0400
15167
15168     Add support for Linux-like kallsysms
15169
15170     The kernel stores address<->symbol names in it so things can be decoded at
15171     runtime.  Do it in U-Boot, and we get nice symbol decoding when crashing.
15172
15173     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15174
15175 commit 36c9169aa6f79ddf604a3bca64e145654f94888b
15176 Author: Wolfgang Denk <wd@denx.de>
15177 Date:   Sun May 17 16:01:54 2009 +0200
15178
15179     cmd_mtdparts.c: allow to omit definitions for default settings
15180
15181     There is actually no good reason to enforce that all board
15182     configuations must define default settings for "mtdids" and
15183     "mtdparts".  Actually this may be difficult to handle, especially on
15184     boards where different sizes of flash chips can be fit, so there is no
15185     real "default" partition map for all boards.
15186
15187     Lift this arbitrary limitation.
15188
15189     Signed-off-by: Wolfgang Denk <wd@denx.de>
15190
15191 commit 864aa034f3a0e10ce710e8bbda171df3cab59414
15192 Author: Stefan Roese <sr@denx.de>
15193 Date:   Tue May 12 14:31:56 2009 +0200
15194
15195     cmd_mtdparts: Move to common handling of FLASH devices via MTD layer
15196
15197     This patch removes all references to the direct CFI FLASH interface
15198     (via flash_info[]). Now that all FLASH types currently handled in
15199     mtdparts are available (if selected, see below) via the MTD infrastructure.
15200     This is NOR, NAND and OneNAND right now. This can be achieved by defining
15201     the following options:
15202
15203     CONFIG_MTD_DEVICE (for all FLASH types)
15204
15205     plus
15206
15207     CONFIG_FLASH_CFI_MTD (for NOR FLASH)
15208
15209     So we need to add those defines to the board config headers currently
15210     using the mtdparts commands. This is done via another patch, so
15211     we shouldn't break mtdparts compatibility.
15212
15213     One big advantage from this solution is that the cmd_mtdparts.c is
15214     *much* cleaner now. Lot's of #ifdef's are removed and the code itself
15215     is smaller. Additionally the newly added MDT concatenation feature
15216     can new be used via the mtdparts infrastructure and therefor via
15217     UBI etc.
15218
15219     Signed-off-by: Stefan Roese <sr@denx.de>
15220     Cc: Ladislav Michl <ladis@linux-mips.org>
15221     Cc: Scott Wood <scottwood@freescale.com>
15222
15223 commit d558107c18708050f05b6639b2192efb67c905dc
15224 Author: Stefan Roese <sr@denx.de>
15225 Date:   Tue May 12 14:31:18 2009 +0200
15226
15227     mtd: Introduce CONFIG_MTD_DEVICE to select compilation of mtdcore.o
15228
15229     This new define enables mtdcore.c compilation and with this we can
15230     select the MTD device infrastructure needed for the reworked mtdparts
15231     command.
15232
15233     We now have the 2 MTD infrastructure defines, CONFIG_MTD_DEVICE and
15234     CONFIG_MTD_PARTITIONS. CONFIG_MTD_DEVICE is needed (as explained above)
15235     for the "mtdparts" command and CONFIG_MTD_PARTITIONS is needed for UBI.
15236
15237     Signed-off-by: Stefan Roese <sr@denx.de>
15238     Cc: Scott Wood <scottwood@freescale.com>
15239
15240 commit 942556a92a8c1eb1bd76584a5143f6f57dcb25ad
15241 Author: Stefan Roese <sr@denx.de>
15242 Date:   Tue May 12 14:32:58 2009 +0200
15243
15244     mtd: MTD related config header changes (mtdparts command)
15245
15246     By changing the cmd_mtdparts to only use the MTD infrastructure and
15247     not the direct interface to the CFI NOR FLASH driver we now need
15248     to add the MTD infrastructure to all boards using those mtdparts
15249     commands. This patch adds those components:
15250
15251     CONFIG_MTD_DEVICE (for all FLASH types)
15252
15253     plus
15254
15255     CONFIG_FLASH_CFI_MTD (for NOR FLASH)
15256
15257     To all board maintainers: Please test this on your platforms and
15258     report any problems/issues found. Thanks.
15259
15260     Signed-off-by: Stefan Roese <sr@denx.de>
15261     Cc: Wolfgang Denk <wd@denx.de>
15262     Cc: Ron Madrid <info@sheldoninst.com>
15263     Cc: Georg Schardt <schardt@team-ctech.de>
15264     Cc: Michal Simek <monstr@monstr.eu>
15265     Cc: Ladislav Michl <ladis@linux-mips.org>
15266     Cc: Martin Krause <martin.krause@tqs.de>
15267     Cc: Gary Jennejohn <garyj@denx.de>
15268     Cc: Ricardo Ribalda <ricardo.ribalda@uam.es>
15269
15270 commit 8d2effea23e938631126a7888008a0637e13b389
15271 Author: Stefan Roese <sr@denx.de>
15272 Date:   Mon May 11 16:03:55 2009 +0200
15273
15274     mtd: Update MTD infrastructure to support 64bit device size
15275
15276     This patch brings the U-Boot MTD infrastructure in sync with the current
15277     Linux MTD version (2.6.30-rc3). Biggest change is the 64bit device size
15278     support and a resync of the mtdpart.c file which has seen multiple fixes
15279     meanwhile.
15280
15281     Signed-off-by: Stefan Roese <sr@denx.de>
15282     Cc: Scott Wood <scottwood@freescale.com>
15283     Cc: Kyungmin Park <kmpark@infradead.org>
15284
15285 commit 0a57265533c412adf6024f4b4955141f4346b2b9
15286 Author: Stefan Roese <sr@denx.de>
15287 Date:   Tue May 12 14:29:39 2009 +0200
15288
15289     mtd: Add MTD concat support to concatenate multiple MTD NOR devices
15290
15291     This patch adds concatenation support to the U-Boot MTD infrastructure.
15292     By enabling CONFIG_MTD_CONCAT this MTD CFI wrapper will concatenate
15293     all found NOR devices into one single MTD device. This can be used by
15294     e.g by UBI to access a partition that spans over multiple NOR chips.
15295
15296     Signed-off-by: Stefan Roese <sr@denx.de>
15297
15298 commit 55e0ed6078b10b0d425b6a0677f38a015c277df6
15299 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15300 Date:   Sat Apr 25 14:57:52 2009 +0200
15301
15302     make MODEM SUPPORT generic instead of duplicate it
15303
15304     and fix comment
15305
15306     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15307
15308     Adjusted Copyright message.
15309
15310     Signed-off-by: Wolfgang Denk <wd@denx.de>
15311
15312 commit a30f519bd0cde78ba46b424314de94fdab863726
15313 Author: Tom Rix <Tom.Rix@windriver.com>
15314 Date:   Tue Jun 2 20:53:56 2009 -0500
15315
15316     ZOOM2 detect the version of the zoom2 board at runtime.
15317
15318     There are currently 3 versions of the zoom2 board.
15319     The production board, that is currently being released.
15320     The beta board, similar in form to the production board but not released.
15321     The alpha board, a set of PCBs with a very limited circulation.
15322
15323     GPIO 94 is used to determine the version of the board. If GPIO 94 is clear,
15324     the board is a production board, otherwise it is a beta board.
15325
15326     The alpha board will likely be mistaken for a beta board.  An alpha board
15327     was unavailible for testing.
15328
15329     This has been tested on the beta and production boards.
15330
15331     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
15332     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15333
15334 commit 718763c4745fd3d987a5576d2a67325e9444f9d4
15335 Author: Tom Rix <Tom.Rix@windriver.com>
15336 Date:   Wed Jun 3 01:53:57 2009 -0500
15337
15338     Beagle Convert the board version detection to use the OMAP3 GPIO interface.
15339
15340     There is no new functionality in the change.
15341
15342     This change is a conversion from the using raw register access to using
15343     the OMAP3 GPIO API described in doc/README.omap3.
15344
15345     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
15346     Acked-by: Dirk Behme <dirk.behme@googlemail.com>
15347
15348 commit 7caa13fdd2d3dc957b4e0a228810a3a4a8ba499b
15349 Author: Tom Rix <Tom.Rix@windriver.com>
15350 Date:   Wed Jun 3 01:53:55 2009 -0500
15351
15352     Fix a typo in the instructions on using omap3's gpio interface.
15353
15354     Using the example for reading a gpio, shows the problem.
15355     NULL should be the gpio number.
15356
15357     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
15358     Acked-by: Dirk Behme <dirk.behme@googlemail.com>
15359
15360 commit 0c9520efd651ce13451654a35307ec87d4a13a69
15361 Author: Tom Rix <Tom.Rix@windriver.com>
15362 Date:   Fri May 29 18:57:32 2009 -0500
15363
15364     ZOOM2 Define GPIO banks used.
15365
15366     Enable the function and interface clocks for banks 2,3,5 and 6.
15367
15368     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
15369     Acked-by: Dirk Behme <dirk.behme@googlemail.com>
15370
15371 commit 708cfb74b7c6df9c37d3c48988a154be79daefeb
15372 Author: Tom Rix <Tom.Rix@windriver.com>
15373 Date:   Fri May 29 18:57:31 2009 -0500
15374
15375     OMAP3 Turn on the GPIO bank clocks
15376
15377     The function and interface clocks for each GPIO bank, except the first, must
15378     be explicitly turned on.  These are controlled by the config level defines
15379     CONFIG_OMAP3_GPIO_n where n is from 2 to 6.
15380
15381     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
15382     Acked-by: Dirk Behme <dirk.behme@googlemail.com>
15383
15384 commit 59272620c24549b5bcd03c94ba12ec302c1476a2
15385 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
15386 Date:   Thu Mar 26 15:26:01 2009 -0400
15387
15388     Coldfire M5271: Activate u-boot system timer interrupt.
15389
15390     This patch assigns the u-boot system timer interrupt to
15391     interrupt level 3, priority 6. Without this patch the interrupt
15392     will be a level 0, priority 0, which disables it and cause
15393     u-boot functions that relies on the timer (e.g. sleep command)
15394     to never return.
15395
15396     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
15397
15398 commit dc26965ad3acdfb18780361d77a276b2843a90af
15399 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
15400 Date:   Mon Mar 23 13:35:48 2009 -0400
15401
15402     Compier warning cleanup
15403
15404     Follow up to git commit: 19b5b533ccd522abeb501d510750693c35e20456
15405
15406     Cleanup on compiler warnings on unused variables now that
15407     bd->bi_enetaddr is no longer used.
15408
15409     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
15410
15411 commit 42a83765d54f042b4079e05a3438789542429981
15412 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
15413 Date:   Fri Mar 20 15:30:10 2009 -0400
15414
15415     Adds WATCHDOG_RESET() function call to lib_m68k dtimer_interrupt.
15416
15417     Ported from lib_ppc/interrupts.c, this adds the ability for
15418     the coldfire system timer to auto-reset the watchdog when
15419     dtimer_interrupts is called.
15420
15421     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
15422
15423 commit a24d96e40e1ca66dde6e6c158e7ecffafc5a2199
15424 Author: Prafulla Wadaskar <prafulla@marvell.com>
15425 Date:   Sun May 31 14:53:20 2009 +0200
15426
15427     arch_misc_init support for ARM architectures
15428
15429     This patch is required for Kirkwood support
15430     may be used by other ARM architectures
15431
15432     Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
15433
15434 commit b2403589b4d9996394bafc73eca3623f43ac2c31
15435 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15436 Date:   Sun May 31 14:53:18 2009 +0200
15437
15438     at91: move cpu info print to cpu
15439
15440     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15441
15442 commit b32e189079fa16e1b647ac6b949fd4e0a9435343
15443 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15444 Date:   Sun May 31 12:44:46 2009 +0200
15445
15446     at91: move cpu name define to arm/arch/ cpu header
15447
15448     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15449
15450 commit 5bb59b3c906ee01adfaac9565443e5236a793079
15451 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15452 Date:   Sun May 31 12:44:45 2009 +0200
15453
15454     at91: extract reset from timer
15455
15456     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15457
15458 commit 61cf851b09cf8b67009ec11fc47c16add6b142a5
15459 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15460 Date:   Sun May 31 12:44:43 2009 +0200
15461
15462     omap24xx: rename reset file
15463
15464     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15465
15466 commit 9d4fc99dbdbfda1260aad478e83fca7cdf0e1a32
15467 Author: Dirk Behme <dirk.behme@googlemail.com>
15468 Date:   Sun May 31 12:44:42 2009 +0200
15469
15470     OMAP3: Fix CKE1 MUX setting to allow self-refresh
15471
15472     The Beagle rev Cx and Overo boards are using both SDRC CSes. The MUX
15473     setting is needed for the second CS clock signal to allow the 2 RAM
15474     parts to be put in self-refresh correctly. This also works on rev B
15475     Beagle boards with 128M of RAM.
15476
15477     From: Steve Sakoman <steve@sakoman.com>
15478     From: Jean Pihet <jpihet@mvista.com>
15479     Signed-off-by: Jean Pihet <jpihet@mvista.com>
15480     Signed-off-by: Steve Sakoman <steve@sakoman.com>
15481     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
15482
15483 commit 3962c4f9fc4482a6547f3c3d3d5e986e625abb8a
15484 Author: Dirk Behme <dirk.behme@googlemail.com>
15485 Date:   Sun May 31 12:44:41 2009 +0200
15486
15487     OMAP3: Zoom2: Enable Board and CPU info
15488
15489     With other OMAP3 boards we recently switched to CPU and Board
15490     info API. From parallel merge, this is missing for Zoom2.
15491     Enable it for Zoom2, too.
15492
15493     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
15494     Acked-by: Tom Rix <Tom.Rix@windriver.com>
15495
15496 commit 83ae698ff26b81b569ca32f7f2b008ad0da15e66
15497 Author: Tom Rix <Tom.Rix@windriver.com>
15498 Date:   Sun May 31 12:44:39 2009 +0200
15499
15500     ZOOM2 Add led support.
15501
15502     This patch controls the large LED on the top left of the zoom2.
15503
15504     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
15505
15506 commit 660888b7fb8840ce169dcd2589e49ab44c46b87b
15507 Author: Tom Rix <Tom.Rix@windriver.com>
15508 Date:   Sun May 31 12:44:37 2009 +0200
15509
15510     ZOOM2 Add serial support.
15511
15512     Zoom2 serial is in general supplied by one of the 4 UARTS on the debug board.
15513     The default serial is from the USB connector on left side of the debug board.
15514     The USB connector will produce 2 of the 4 UARTS.  On your host pick the first
15515     enumeration.
15516
15517     The details of the setting of the serial gpmc setup are not available.
15518     The values were provided by another party.
15519
15520     The serial port set up is the same with Zoom1.
15521     Baud rate 115200, 8 bit data, no parity, 1 stop bit, no flow.
15522
15523     The kernel bootargs are
15524     console=ttyS3,115200n8
15525
15526     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
15527
15528 commit 3ea201b016ab259a5ac8824af767569522768c47
15529 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15530 Date:   Sun May 31 12:44:27 2009 +0200
15531
15532     lh7a40x: move serial driver to drivers/serial
15533
15534     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15535
15536 commit 379be585eb2343d8814a5cee5fb3da930d846bee
15537 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15538 Date:   Sat May 16 22:48:46 2009 +0200
15539
15540     pxa: move serial driver to drivers/serial
15541
15542     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15543
15544 commit ad7e8aac6920f8b8a85b3cc2e93bca7458e99aa1
15545 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15546 Date:   Sat May 9 13:21:19 2009 +0200
15547
15548     arm: remove cpu_init
15549
15550     move s3c44b0 to arch_cpu_init and as noone use cpu_init remove it
15551
15552     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15553
15554 commit c358d9c3f16571e8f825e81b75eaf32e228cb669
15555 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15556 Date:   Sat May 9 13:21:18 2009 +0200
15557
15558     arm: unify interrupt init
15559
15560     all arm init the IRQ stack the same way
15561     so unify it in lib_arm/interrupts.c and then call arch specific interrupt init
15562
15563     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15564
15565 commit 10a451cd57cffbca875c97bbd8929059c5627ec6
15566 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15567 Date:   Fri May 8 20:24:12 2009 +0200
15568
15569     arm: unify linker script
15570
15571     all arm boards except a few use the same cpu linker script
15572     so move it to cpu/$(CPU)
15573
15574     that could be overwrite in following order
15575     SOC
15576     BOARD
15577     via the corresponding config.mk
15578
15579     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15580
15581 commit 9475c63c7855edd863c93a9bb0f4b8e240d9d212
15582 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15583 Date:   Sat May 16 10:02:05 2009 +0200
15584
15585     afeb9260: fix macb device init
15586
15587     uses PA10, PA11 for ETX2 and ETX3.
15588
15589     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15590
15591 commit 1bbae2b816d4ed38db2ebf42166a973b1ffc0df7
15592 Author: Stefan Roese <sr@denx.de>
15593 Date:   Wed May 27 10:34:32 2009 +0200
15594
15595     ppc4xx: Remove PCI async bootup message if PCI is not used
15596
15597     Signed-off-by: Stefan Roese <sr@denx.de>
15598
15599 commit a3455c00510c5abf1e91743c4a02d8393b6df18d
15600 Author: Wolfgang Denk <wd@denx.de>
15601 Date:   Fri May 15 09:19:52 2009 +0200
15602
15603     TQM834x: use buffered writes to accelerate writing to flash
15604
15605     Also enable display of 'E'mpty sectors in "flinfo" output.
15606
15607     Signed-off-by: Wolfgang Denk <wd@denx.de>
15608     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15609
15610 commit 4681e673a51c48f4c096aa3c8fae5e6217ffd58d
15611 Author: Wolfgang Denk <wd@denx.de>
15612 Date:   Thu May 14 23:18:34 2009 +0200
15613
15614     TQM834x: add FDT support
15615
15616     Signed-off-by: Wolfgang Denk <wd@denx.de>
15617     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15618
15619 commit 929b79a0b5e48303ab04aae9d0abceb0c707f111
15620 Author: Wolfgang Denk <wd@denx.de>
15621 Date:   Thu May 14 23:18:33 2009 +0200
15622
15623     TQM834x: fix environment size; add redundant env.
15624
15625     Also reserve more space for U-Boot as it will probably grow soon.
15626
15627     Signed-off-by: Wolfgang Denk <wd@denx.de>
15628     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15629
15630 commit 2ae0f35fd60c7345446835b95a4daff356e1f031
15631 Author: Thomas Lange <thomas@corelatus.se>
15632 Date:   Sun May 3 20:07:33 2009 +0200
15633
15634     ARM DaVinci: Reset with watchdog enabled
15635
15636     Once the Davinci watchdog has been enabled, the timeout
15637     value cannot be changed. If the timeout in use is long,
15638     it can take a long time for card to reset. By writing
15639     an invalid service key, we can trigger an immediate reset.
15640
15641     Signed-off-by: Thomas Lange <thomas@corelatus.se>
15642
15643 commit 6cc7ba9ed43106946aa9aa868302aa2faf1d17be
15644 Author: Wolfgang Denk <wd@denx.de>
15645 Date:   Fri May 15 10:07:43 2009 +0200
15646
15647     video: Add an option to skip video initialization
15648
15649     This patch adds an option to skip the video initialization on for all
15650     video drivers. This is needed for the CPCI750 which can be built as
15651     CPCI host and adapter/target board. And the adapter board can't
15652     access the video cards located on the CompactPCI bus.
15653
15654     Signed-off-by: Stefan Roese <sr@denx.de>
15655     Cc: Anatolij Gustschin <agust@denx.de>
15656
15657     Rebased against simplifying patch.
15658     Signed-off-by: Wolfgang Denk <wd@denx.de>
15659
15660 commit f62f64692ff7f6226ad221d5df6487ea5ef39bdd
15661 Author: Wolfgang Denk <wd@denx.de>
15662 Date:   Fri May 15 10:07:42 2009 +0200
15663
15664     drv_video_init(): simplify logic
15665
15666     Simplify nesting of drv_video_init() and use a consistent way of
15667     indicating failure / success. Before, it took me some time to realize
15668     which of the returns was due to an error condition and which of them
15669     indicated success.
15670
15671     Signed-off-by: Wolfgang Denk <wd@denx.de>
15672     Cc: Anatolij Gustschin <agust@denx.de>
15673
15674 commit 1699da6297b8c22da16cf85b3c79192f1a6d70ca
15675 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15676 Date:   Wed May 13 21:01:13 2009 +0200
15677
15678     at91: regroup IP hw init in one file per soc
15679
15680     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15681
15682 commit 28b00324becf3552134ae1e086509dc9c3d6e932
15683 Author: David Brownell <dbrownell@users.sourceforge.net>
15684 Date:   Fri May 15 23:48:37 2009 +0200
15685
15686     dm355 evm support
15687
15688     Initial U-Boot support for the DaVinci DM355 EVM.  This is a board
15689     from Spectrum Digital.  Board docs include schematic and firmware
15690     for its microcontroller:
15691
15692       http://c6000.spectrumdigital.com/evmdm355/revd/
15693
15694     Most of the DM355 chip is fully documented by TI, the most notable
15695     exception being the MPEG/JPEG coprocessor (programmable using codecs
15696     available at no cost from TI), which is omitted from its DM335 sibling:
15697
15698       http://focus.ti.com/docs/prod/folders/print/tms320dm355.html
15699
15700     This version can boot from the on-board DM9000 Ethernet chip, after
15701     being loaded (from NAND, MMC/SD, or UART).  In the near future, NAND
15702     and USB support could be added ... NAND support is being held back
15703     until the support for the 4-bit ECC hardware is ready.
15704
15705     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
15706
15707 commit 136cf92dc9e84c9a1bf567f1fe741092bf765495
15708 Author: Sanjeev Premi <premi@ti.com>
15709 Date:   Fri May 15 23:48:37 2009 +0200
15710
15711     OMAP3EVM: Set default bootfile
15712
15713     The current configuration doesn't define default
15714     bootfile; leading to this warning at execution:
15715
15716     OMAP3_EVM # dhcp
15717     ...
15718     ...
15719     DHCP client bound to address 192.168.1.11
15720     *** Warning: no boot file name; using 'AC18BE16.img'
15721     TFTP from server 0.0.0.0; our IP address is 192.168.1.11;
15722     sending through gateway 192.168.1.1
15723     Filename 'AC18BE16.img'.
15724     Load address: 0x82000000
15725     Loading: *
15726     TFTP error: 'File not found' (1)
15727
15728     Signed-off-by: Sanjeev Premi <premi@ti.com>
15729
15730 commit 1a09d05abfc6d4d4f1fce9f6bd0275bd1c08d4f5
15731 Author: s-paulraj@ti.com <s-paulraj@ti.com>
15732 Date:   Fri May 15 23:48:36 2009 +0200
15733
15734     ARM DaVinci: Minor Updates to base addresses
15735
15736     Patch adds base addresses for DaVinci DM365. Updated patches for DM365
15737     will be posted soon.
15738
15739     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
15740
15741 commit de193e8e369f5f029ed3b6e2fc60341098eea766
15742 Author: Tom Rix <Tom.Rix@windriver.com>
15743 Date:   Fri May 15 23:48:36 2009 +0200
15744
15745     ZOOM2 Add support for debug board detection.
15746
15747     The logicpd web site is a good source for general information on this board.
15748     Please start looking here if the below links are broken.
15749     http://www.logicpd.com
15750
15751     This is a pdf of the product
15752     http://www.logicpd.com/sites/default/files/1012659A_Zoom_OMAP34x-II_MDP_Brief.pdf
15753
15754     This is a pdf of the product quick start guide.
15755     The debug board is described here.
15756     http://support.logicpd.com/downloads/1165/
15757
15758     This is a wiki showing the debug board in use
15759     https://omapzoom.org/gf/project/omapzoom/wiki/?pagename=GettingStartedWithZoomII_AKA_OMAP34XII_MDP
15760
15761     The zoom2 has an auxillary board that contains the serial, net, jtag and
15762     battery simulator.  This change supports a runtime check if the debug board is
15763     connected.
15764
15765     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
15766
15767 commit 0c872ecd01d6782ae9d37b6eb721404a4a48f356
15768 Author: Tom Rix <Tom.Rix@windriver.com>
15769 Date:   Fri May 15 23:48:36 2009 +0200
15770
15771     OMAP3 Port kernel omap gpio interface.
15772
15773     Port version 2.6.27 of the linux kernel's omap gpio interface to u-boot.
15774     The orignal source is in linux/arch/arm/plat-omap/gpio.c
15775
15776     See doc/README.omap3 for instructions on use.
15777
15778     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
15779
15780 commit 376aee78dd66ae0dc4ce496cbe93ecc80aaad48e
15781 Author: Tom Rix <Tom.Rix@windriver.com>
15782 Date:   Fri May 15 23:48:36 2009 +0200
15783
15784     ZOOM2 Add initial support for Zoom2
15785
15786     Zoom2 is a new board from Texas Instruments and LogicPD
15787
15788     The logicpd web site is a good source for general information on this board.
15789     Please start looking here if the below links are broken.
15790     http://www.logicpd.com
15791
15792     This is a pdf of the product
15793     http://www.logicpd.com/sites/default/files/1012659A_Zoom_OMAP34x-II_MDP_Brief.pdf
15794     This is the product description web page
15795     http://www.logicpd.com/products/development-kits/texas-instruments-zoom%E2%84%A2-omap34x-ii-mdp
15796
15797     This patch provides a zoom2 base target by copying zoom1 and by making some
15798     obvious changes.
15799
15800     To configure, run
15801     make omap3_zoom2_config
15802
15803     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
15804
15805 commit 53925acf1b5c1a1e6230cda2697640cd05bd1104
15806 Author: Sandeep Paulraj <s-paulraj@ti.com>
15807 Date:   Fri May 15 23:48:33 2009 +0200
15808
15809     ARM DaVinci:Consolidate common u-boot.lds
15810
15811     The u-boot.lds is common for all DaVinci boards. The patch removes
15812     multiple instances and moves the u-boot.lds to /cpu/arm926ejs/davinci
15813     folder. This addresses one of the comments i received while submitting
15814     patches for DM3xx
15815
15816     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
15817
15818 commit 68a531fd465f5c0b3d373e0010afed32e88d37c4
15819 Author: Tom Rix <Tom.Rix@windriver.com>
15820 Date:   Fri May 15 23:47:52 2009 +0200
15821
15822     OMAP Consolidate common u-boot.lds to cpu layer.
15823
15824     The u-boot.lds file is common for all omap boards.
15825     Move a cleaned up version to the cpu layer and add makefile logic to use it.
15826
15827     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
15828
15829 commit 65a76d4f947a193e57bb8f8093c481f27e059f8f
15830 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15831 Date:   Fri May 15 23:47:14 2009 +0200
15832
15833     arm/dcc: add xscale support
15834
15835     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15836
15837 commit 66e8f9da6879fe37f3159b3997bff874842dc51d
15838 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15839 Date:   Fri May 15 23:47:14 2009 +0200
15840
15841     arm/dcc: use static support to allow to use it at anytime
15842
15843     the dcc can be used at the start of the cpu
15844
15845     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15846
15847 commit 7893aa1eb6f52c3957efc301b436f1fa11e91a00
15848 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15849 Date:   Fri May 15 23:47:13 2009 +0200
15850
15851     ARM: Update mach-types
15852
15853     update against linux v2.6.29
15854
15855     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15856
15857 commit 2907798926ee932f453ac8538e7a6c05c18428a5
15858 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15859 Date:   Fri May 15 23:47:13 2009 +0200
15860
15861     arm920/926/926: remove non needed header
15862
15863     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15864
15865 commit 269dfea017b09c5a999d3053d00505c19789c350
15866 Author: David Brownell <david-b@pacbell.net>
15867 Date:   Fri May 15 23:47:13 2009 +0200
15868
15869     davinci dm6446evm NAND update
15870
15871     This updates the optional (non-default!) NAND support for the
15872     DaVinci DM6446 EVM:
15873
15874      - include MTD partitioning, defaulting to what Linux uses
15875
15876      - use a flash-based BBT, which among other things speeds bootup
15877
15878     This matches code that's now queued for mainline Linux, and might
15879     even merge in an upcoming 2.6.30-rc; and the MTIDS are set up so
15880     that the U-Boot $mtdparts environment variable can be passed as-is
15881     on the kernel command line as a cmdlinepart override.
15882
15883     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
15884
15885 commit 7a4f511b59f08f51dde4ceacbd45f49b8bf2a5cc
15886 Author: David Brownell <dbrownell@users.sourceforge.net>
15887 Date:   Fri May 15 23:47:12 2009 +0200
15888
15889     davinci: display correct clock info
15890
15891     Move the clock-rate dumping code into the cpu/.../davinci area
15892     where it should have been, enabled by CONFIG_DISPLAY_CPUINFO,
15893     updating the format and showing the DSP clock (where relevant).
15894
15895     Switch boards to use the cpuinfo() hook for this stuff.
15896
15897     Remove a few now-obsolete PLL #defines.
15898
15899     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
15900
15901 commit daea928829098cae3c9ec6b801e52ba616725034
15902 Author: Tom Rix <Tom.Rix@windriver.com>
15903 Date:   Fri May 15 23:47:12 2009 +0200
15904
15905     ZOOM1 Remove more legacy NAND defines.
15906
15907     These legacy NAND defines are no longer needed by this target.
15908
15909     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
15910
15911 commit 65fd21c80fcaca2bbfe3ab06ab6ac68207408078
15912 Author: Tom Rix <Tom.Rix@windriver.com>
15913 Date:   Fri May 15 23:47:12 2009 +0200
15914
15915     LED Add documentation describing the status_led and colour led API.
15916
15917     This document describes the u-boot status LED API.
15918     This allows common u-boot commands to use a board's leds to
15919     provide status for activities like booting and downloading files.
15920
15921     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
15922
15923 commit 7cdf804f34378b910b4c4edd2dac7e3ca61c0825
15924 Author: Tom Rix <Tom.Rix@windriver.com>
15925 Date:   Fri May 15 23:47:12 2009 +0200
15926
15927     ARM Add blue colour LED to status_led.
15928
15929     There is exiting support for red,yellow,green but no blue.
15930     The main LED on the zoom2 is a blue LED.
15931
15932     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
15933
15934 commit b54384e3ba6b5535751f317fcd3940a53eed0d3a
15935 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15936 Date:   Fri May 15 23:47:02 2009 +0200
15937
15938     arm: timer and interrupt init rework
15939
15940     actually the timer init use the interrupt_init as init callback
15941     which make the interrupt and timer implementation difficult to follow
15942
15943     so now rename it as int timer_init(void) and use interrupt_init for interrupt
15944
15945     btw also remane the corresponding file to the functionnality implemented
15946
15947     as ixp arch implement two timer - one based on interrupt - so all the timer
15948     related code is moved to timer.c
15949
15950     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15951
15952 commit 5b4bebe1d20c4f2b70d48b06aed1016785efcc25
15953 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15954 Date:   Fri May 15 23:45:22 2009 +0200
15955
15956     OMAP3: Reorganize Makefile style
15957
15958     Reformat COBJS handling.
15959
15960     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15961     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
15962
15963 commit b1966982718347f67317b3fb356439743ca68a37
15964 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15965 Date:   Fri May 15 23:45:22 2009 +0200
15966
15967     OMAP3: Remove dublicated interrupt code
15968
15969     Remove duplicated interrupt code. Original, identical code can be found
15970     in lib_arm/interrupts.c
15971
15972     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15973     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
15974
15975 commit ac7260a4190315eba4a6e526c764f6cad0bbf8c5
15976 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15977 Date:   Fri May 15 23:45:22 2009 +0200
15978
15979     at91rm9200: move reset code to reset.c
15980
15981     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15982
15983 commit 2c75c78d94574ee996db2aa9b511258519471dd6
15984 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15985 Date:   Fri May 15 23:45:22 2009 +0200
15986
15987     ixp/interrupts: Move conditional compilation to Makefile
15988
15989     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15990
15991 commit 8fc3bb4b0603516ad641e2de252a400b85fd869b
15992 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15993 Date:   Fri May 15 23:45:20 2009 +0200
15994
15995     arm: cleanup remaining CONFIG_INIT_CRITICAL
15996
15997     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15998
15999 commit c20e28f49aaf38c7dede46d8f8fe8234fe90822c
16000 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16001 Date:   Fri May 15 23:45:12 2009 +0200
16002
16003     arm946es: remove non used timer
16004
16005     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16006
16007 commit f1d944e30eb8ff89080fa03fb98d8fb5c82388d2
16008 Author: David Brownell <dbrownell@users.sourceforge.net>
16009 Date:   Fri May 15 23:44:09 2009 +0200
16010
16011     davinci: add basic dm355/dm350/dm335 support
16012
16013     Add some basic declarations for DaVinci DM355/DM350/DM335 support,
16014     keyed on CONFIG_SOC_DM355.  (DM35X isn't quite right because the
16015     DM357 is very different; while the DM355 is like a DM355 without
16016     the MPEG/JPEG coprocessor).
16017
16018     These have different peripherals than the DM6446, and some of
16019     the peripherals are at different addresses.  Notably for U-Boot,
16020     there's no EMAC, and the NAND controller address is different
16021
16022     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
16023
16024 commit bd36fdc146654f9de4e2ad346126e6bd2990fb19
16025 Author: David Brownell <dbrownell@users.sourceforge.net>
16026 Date:   Fri May 15 23:44:09 2009 +0200
16027
16028     davinci: fix dm644x buglets
16029
16030     Fix two buglets in the dm644x support:  don't set two must-be-zero
16031     bits in the UART management register; and only include the I2C hooks
16032     if the I2C driver is being included.
16033
16034     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
16035
16036 commit f79043681ff44bae435c06f830e51e1546db7e19
16037 Author: David Brownell <dbrownell@users.sourceforge.net>
16038 Date:   Fri May 15 23:44:08 2009 +0200
16039
16040     davinci: split out some dm644x-specific bits from psc
16041
16042     Split out DaVinci DM6446-specific bits from more generic bits:
16043
16044      - Add a CONFIG_SOC_DM644X.  All current boards use DM6446 chips;
16045        DM6443 and DM6441 chips differ in available peripherals.
16046
16047      - Move most DM644X-specific bits from psc.c to a new dm644x.c file,
16048        which is conditionally built.  It provides device-specific setup.
16049
16050     Plus minor coding style and comment updates with respect to the PSC.
16051
16052     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
16053
16054 commit 48ef5729555f41f51618b6a3016ac5c53c7c75dc
16055 Author: David Brownell <dbrownell@users.sourceforge.net>
16056 Date:   Fri May 15 23:44:08 2009 +0200
16057
16058     davinci: cpu-specific build uses conditional make syntax
16059
16060     Update cpu/arm926ejs/davinci/Makefile to use COBJ-y type syntax.
16061     Add the first conditional: for EMAC driver support.  Not all
16062     chips have an EMAC; and boards might not use it, anyway.
16063
16064     This doesn't touch PHY configuration; that should eventually
16065     become conditional too.
16066
16067     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
16068
16069 commit 7b7808ae6dace59287f565e9323cda7b098a5612
16070 Author: David Brownell <dbrownell@users.sourceforge.net>
16071 Date:   Fri May 15 23:44:06 2009 +0200
16072
16073     davinci: move psc support board-->cpu
16074
16075     Move DaVinci PSC support from board/* to cpu/* where it belongs.
16076     The PSC module manages clocks and resets for all DaVinci-family
16077     SoCs, and isn't at all board-specific.
16078
16079     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
16080
16081 commit 84f7411cb901b8df2391cf7e967ad0737f6194aa
16082 Author: David Brownell <david-b@pacbell.net>
16083 Date:   Tue Apr 14 08:52:58 2009 -0700
16084
16085     DaVinci now respects SKIP_LOWLEVEL_INIT
16086
16087     Don't needlessly include lowlevel init code; that's only really
16088     needed with boot-from NOR (not boot-from-NAND).  The 2nd stage
16089     loader (UBL) handles that before it loads U-Boot.
16090
16091     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
16092
16093 commit 641e0925e4bf7adf8e2e04e3ad81b840fd71cadd
16094 Author: David Brownell <dbrownell@users.sourceforge.net>
16095 Date:   Sun Apr 12 22:49:26 2009 -0700
16096
16097     DaVinci Ethernet cleanup
16098
16099     Chips without the EMAC controller won't need the utilities
16100     it uses to read an Ethernet address from EEPROM; so don't
16101     include them needlessly.
16102
16103     Use is_valid_ether() to validate the address from EEPROM.
16104     All-zero addresses aren't the only invalid addresses.
16105     A fully erased EEPROM returns all-ones, also invalid...
16106
16107     Switch those Ethernet utilities to use "%pM" for printing
16108     MAC addresses; and not say ROM when they mean EEPROM.
16109
16110     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
16111     Acked-by: Ben Warren <biggerbadderben@gmail.com>
16112
16113 commit c790b04d230363d03939dc008bcc80f3ba4de1ae
16114 Author: Stefan Roese <sr@denx.de>
16115 Date:   Mon May 11 15:50:12 2009 +0200
16116
16117     lib_arch/board.c: Move malloc initialization before flash_init()
16118
16119     This patch moves the malloc initialization before calling flash_init().
16120     Upcoming changes to the NOR FLASH common CFI driver with optional
16121     MTD infrastructure and MTD concatenation support will call malloc().
16122     And nothing really speaks against enabling malloc just a little earlier
16123     in the boot stage. Some architectures already enable malloc before
16124     calling flash_init() so they don't need any changes here.
16125
16126     Signed-off-by: Stefan Roese <sr@denx.de>
16127     Cc: Wolfgang Denk <wd@denx.de>
16128     Cc: Mike Frysinger <vapier@gentoo.org>
16129     Cc: Scott McNutt <smcnutt@psyent.com>
16130     Cc: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
16131     Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16132     Cc: Daniel Hellstrom <daniel@gaisler.com>
16133     Cc: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16134     Cc: John Rigby <jcrigby@gmail.com>
16135
16136 commit d873133f2ba9bd613d5f6552c31cc70fb13f15d3
16137 Author: Stefan Roese <sr@denx.de>
16138 Date:   Mon May 11 13:46:14 2009 +0200
16139
16140     ppc4xx: Add Sequoia RAM-booting target
16141
16142     This patch adds another build target for the AMCC Sequoia PPC440EPx
16143     eval board. This RAM-booting version is targeted for boards without
16144     NOR FLASH (NAND booting) which need a possibility to initially
16145     program their NAND FLASH. Using a JTAG debugger (e.g. BDI2000/3000)
16146     configured to setup the SDRAM, this debugger can load this RAM-
16147     booting image to the target address in SDRAM (in this case 0x1000000)
16148     and start it there. Then U-Boot's standard NAND commands can be
16149     used to program the NAND FLASH (e.g. "nand write ...").
16150
16151     Here the commands to load and start this image from the BDI2000:
16152
16153     440EPX>reset halt
16154     440EPX>load 0x1000000 /tftpboot/sequoia/u-boot.bin
16155     440EPX>go 0x1000000
16156
16157     Please note that this image automatically scans for an already
16158     initialized SDRAM TLB (detected by EPN=0). This TLB will not be
16159     cleared. This TLB doesn't need to be TLB #0, this RAM-booting
16160     version will detect it and preserve it. So booting via BDI2000
16161     will work and booting with a complete different TLB init via
16162     U-Boot works as well.
16163
16164     Signed-off-by: Stefan Roese <sr@denx.de>
16165
16166 commit 837db3d87f4bfe9261629fb4a1bb433506a3056a
16167 Author: Mike Frysinger <vapier@gentoo.org>
16168 Date:   Wed May 6 08:41:45 2009 -0400
16169
16170     tools/envcrc: add --binary option to export embedded env
16171
16172     The --binary option to envcrc can be used to export the embedded env as a
16173     binary blob so that it can be manipulated/examined/whatever externally.
16174
16175     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16176
16177 commit 18cc7afd9a153a66854af862d14ba01c5496cf07
16178 Author: Ben Warren <biggerbadderben@gmail.com>
16179 Date:   Tue Apr 28 16:50:53 2009 -0700
16180
16181     Enable CONFIG_NET_MULTI on all remaining PPC4xx boards
16182
16183     All in-tree PPC4xx boards now use CONFIG_NET_MULTI
16184
16185     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16186     Signed-off-by: Stefan Roese <sr@denx.de>
16187
16188 commit 70be6c2d40076f14062b892152649f9a62832fc9
16189 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16190 Date:   Wed Apr 29 09:51:01 2009 +0200
16191
16192     4xx: Add support for DP405 hardware variants
16193
16194     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
16195     Signed-off-by: Stefan Roese <sr@denx.de>
16196
16197 commit de47a34d4de1d007a8951efd072283516d580ffa
16198 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16199 Date:   Wed Apr 29 09:51:00 2009 +0200
16200
16201     4xx: Remove binary cpld bitstream from DP405 board
16202
16203     This patch removes the cpld binary bitstream that is
16204     used by esd's cpld command on DP405 boards.
16205
16206     Because u-boot with an external cpld bitstream may not
16207     take more space in flash than before the u-boot binary is
16208     shrinked a little bit. Some unused featues have been
16209     removed therefore.
16210
16211     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
16212     Signed-off-by: Stefan Roese <sr@denx.de>
16213
16214 commit 700d553fd3afe804086de8f73d95153315eb0c32
16215 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16216 Date:   Wed Apr 29 09:50:59 2009 +0200
16217
16218     4xx: Remove binary cpld bitstream from VOM405 board
16219
16220     This patch removes the cpld binary bitstream that is
16221     used by esd's cpld command on VOM405 boards.
16222
16223     Because u-boot with an external cpld bitstream may not
16224     take more space in flash than before the u-boot binary is
16225     shrinked a little bit.
16226
16227     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
16228     Signed-off-by: Stefan Roese <sr@denx.de>
16229
16230 commit 0bb10630364c48d9857cbf5353da609fc4dd6751
16231 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16232 Date:   Wed Apr 29 09:50:58 2009 +0200
16233
16234     4xx: Remove binary cpld bitstream from PMC405 board
16235
16236     This patch removes the cpld binary bitstream that is
16237     used by esd's cpld command on PMC405 boards.
16238
16239     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
16240     Signed-off-by: Stefan Roese <sr@denx.de>
16241
16242 commit 7cc635fb35f5b94e304fa2243d56758f57f6416b
16243 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16244 Date:   Wed Apr 29 09:50:57 2009 +0200
16245
16246     4xx: Remove binary cpld bitstream from CMS700 board
16247
16248     This patch removes the cpld binary bitstream that is
16249     used by esd's cpld command on CMS700 boards.
16250
16251     Because u-boot with an external cpld bitstream may not
16252     take more space in flash than before the u-boot binary is
16253     shrinked a little bit. Some unused featues have been
16254     removed therefore.
16255
16256     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
16257     Signed-off-by: Stefan Roese <sr@denx.de>
16258
16259 commit c1b2f79788deec75773b1d944d8aaf4a6d5baf9e
16260 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16261 Date:   Wed Apr 29 09:50:56 2009 +0200
16262
16263     esd/common: extend cpld command with address parameter
16264
16265     This patch adds support for an address parameter to esd's
16266     cpld command. This is in preparation to remove compiled-in
16267     binary cpld (xsvf) bitstreams.
16268
16269     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
16270     Signed-off-by: Stefan Roese <sr@denx.de>
16271
16272 commit 9166b776350d16460c7330bfb0a50154ea0a1903
16273 Author: Peter Tyser <ptyser@xes-inc.com>
16274 Date:   Sat Apr 18 22:34:06 2009 -0500
16275
16276     cmd_i2c: Fix i2c help command output when CONFIG_I2C_MUX
16277
16278     When CONFIG_I2C_MUX was defined the output of 'help i2c' was not
16279     correct, eg:
16280
16281     => help i2c
16282     i2c bus [muxtype:muxaddr:muxchannel] - add a new bus reached over muxes.
16283     speed [speed] - show or set I2C bus speed
16284     i2c dev [dev] - show or set current I2C bus
16285     ...
16286
16287     It has been changed to:
16288     i2c speed [speed] - show or set I2C bus speed
16289     i2c bus [muxtype:muxaddr:muxchannel] - add a new bus reached over muxes
16290     i2c dev [dev] - show or set current I2C bus
16291     ...
16292
16293     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16294
16295 commit 0a45a6357b02e5ce5bf899a60db09def6a129fee
16296 Author: Peter Tyser <ptyser@xes-inc.com>
16297 Date:   Sat Apr 18 22:34:05 2009 -0500
16298
16299     cmd_i2c: Clean up trivial helper functions
16300
16301     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16302
16303 commit e96ad5d3aba42f8ffe99f7cc5ec1bb9f21810035
16304 Author: Peter Tyser <ptyser@xes-inc.com>
16305 Date:   Sat Apr 18 22:34:04 2009 -0500
16306
16307     cmd_i2c: Clean up i2c command argument parsing
16308
16309     argc and argv should only be modified once instead of once for
16310     every i2c sub-command
16311
16312     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16313
16314 commit 0f89c54be92773b23d66ac401ba6acb6144100c3
16315 Author: Peter Tyser <ptyser@xes-inc.com>
16316 Date:   Sat Apr 18 22:34:03 2009 -0500
16317
16318     i2c: Update references to individual i2c commands
16319
16320     The individual i2c commands imd, imm, inm, imw, icrc32, iprobe, iloop,
16321     and isdram are no longer available so all references to them have been
16322     updated to the new form of "i2c <cmd>".
16323
16324     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16325
16326 commit d48eb5131d287f52bb85b4c58c8680a2e8e3b641
16327 Author: Peter Tyser <ptyser@xes-inc.com>
16328 Date:   Sat Apr 18 22:34:02 2009 -0500
16329
16330     i2c: Remove deprecated individual i2c commands
16331
16332     The following individual I2C commands have been removed: imd, imm, inm,
16333     imw, icrc32, iprobe, iloop, isdram.
16334
16335     The functionality of the individual commands is still available via
16336     the 'i2c' command.
16337
16338     This change only has an impact on those boards which did not have
16339     CONFIG_I2C_CMD_TREE defined.
16340
16341     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16342
16343 commit 655b34a78adf60ef260981688837904208883ae9
16344 Author: Peter Tyser <ptyser@xes-inc.com>
16345 Date:   Sat Apr 18 22:34:01 2009 -0500
16346
16347     i2c: Create common default i2c_[set|get]_bus_speed() functions
16348
16349     New default, weak i2c_get_bus_speed() and i2c_set_bus_speed() functions
16350     replace a number of architecture-specific implementations.
16351
16352     Also, providing default functions will allow all boards to enable
16353     CONFIG_I2C_CMD_TREE.  This was previously not possible since the
16354     tree-form of the i2c command provides the ability to display and modify
16355     the i2c bus speed which requires i2c_[set|get]_bus_speed() to be
16356     present.
16357
16358     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16359
16360 commit 8229e9c04f7019ddd76aea05d4dca044cbc9a34a
16361 Author: Peter Tyser <ptyser@xes-inc.com>
16362 Date:   Sat Apr 18 22:34:00 2009 -0500
16363
16364     cm5200: Make function test command names more unique
16365
16366     Add "_test" to cm5200's function test command names to prevent
16367     overlap with common, global function names.  Originally, the
16368     "do_i2c" function test command interfered with
16369     common/cmd_i2c.c's "do_i2c" when CONFIG_I2C_CMD_TREE was defined.
16370
16371     The functions were also made static as they are not globally accessed.
16372
16373     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16374
16375 commit f0722ee762e8dada9d7f74ac2745e043f83aae85
16376 Author: Peter Tyser <ptyser@xes-inc.com>
16377 Date:   Fri Apr 24 15:34:09 2009 -0500
16378
16379     tsi108_i2c: Add i2c_init() stub function
16380
16381     Add the i2c_init() function so that the tsi108_i2c.c driver fits
16382     U-Boot's standard I2C API which is utilized by cmd_i2c.c
16383
16384     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16385
16386 commit 8d907e79bc9babb27396e34be54cfdc36ff62fb9
16387 Author: Peter Tyser <ptyser@xes-inc.com>
16388 Date:   Fri Apr 24 15:34:08 2009 -0500
16389
16390     mpc7448hpc2: Add CONFIG_SYS_I2C_SPEED define
16391
16392     Add standard CONFIG_SYS_I2C_SPEED define for the mpc7448hpc2 so that
16393     it can use the common 'i2c speed' command.  Note that the I2C controller
16394     utilized by the mpc7448hpc2 has a fixed speed and cannot be changed
16395     dynamically.
16396
16397     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16398
16399 commit a056b1ce9e19b4d4ab3dd01c3f897dcd832cd37f
16400 Author: Peter Tyser <ptyser@xes-inc.com>
16401 Date:   Fri Apr 24 15:34:07 2009 -0500
16402
16403     Marvell: i2c cleanup
16404
16405     The following changes were made, primarily to bring the Marvell i2c
16406     driver in line with U-Boot's current I2C API:
16407     - Made i2c_init() globally accessible
16408     - Made i2c_read() and i2c_write() return an integer
16409     - Updated i2c_init() calls to pass in CONFIG_SYS_I2C_SLAVE in the
16410       offhand chance someone adds slave support in the future
16411
16412     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16413
16414 commit 54afc6ee10c8cd09598d814d49e601359b005e49
16415 Author: Peter Tyser <ptyser@xes-inc.com>
16416 Date:   Fri Apr 24 15:34:06 2009 -0500
16417
16418     cpci750: i2c cleanup
16419
16420     The following changes were made, primarily to bring the cpci750 i2c
16421     driver in line with U-Boot's current I2C API:
16422     - Made i2c_init() globally accessible
16423     - Made i2c_read() and i2c_write() return an integer
16424     - Updated i2c_init() calls to pass in CONFIG_SYS_I2C_SLAVE in the
16425       offhand chance someone adds slave support in the future
16426
16427     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16428
16429 commit 9c90a2c8e87414007a016b7cd099ac1e32fd301b
16430 Author: Peter Tyser <ptyser@xes-inc.com>
16431 Date:   Fri Apr 24 15:34:05 2009 -0500
16432
16433     i2c.h: Provide a default CONFIG_SYS_I2C_SLAVE value
16434
16435     Many boards/controllers/drivers don't support an I2C slave interface,
16436     however CONFIG_SYS_I2C_SLAVE is used in common code so provide a
16437     default
16438
16439     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16440
16441 commit e7563aff174f77aa61dab1ef5d9b47bebaa43702
16442 Author: Kumar Gala <galak@kernel.crashing.org>
16443 Date:   Thu Jun 11 23:42:35 2009 -0500
16444
16445     fsl-ddr: Fix handling of >4G of memory when !CONFIG_PHYS_64BIT
16446
16447     The ddr code computes most things as 64-bit quantities and had some places
16448     in the middle that it was using phy_addr_t and phys_size_t.
16449
16450     Instead we use unsigned long long through out and only at the last stage of
16451     setting the LAWs and reporting the amount of memory to the board code do we
16452     truncate down to what we can cover via phys_size_t.
16453
16454     This has the added benefit that the DDR controller itself is always setup
16455     the same way regardless of how much memory we have.  Its only the LAW
16456     setup that limits what is visible to the system.
16457
16458     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16459
16460 commit d4b130dc80761b430dc5b410159cd158fca1a348
16461 Author: Kumar Gala <galak@kernel.crashing.org>
16462 Date:   Thu Jun 11 23:40:34 2009 -0500
16463
16464     85xx: Use print_size to report amount of memory not mapped by TLBs
16465
16466     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16467
16468 commit 6e2aebc33fa740c068fe28d40eaf0319b7c7287e
16469 Author: Haiying Wang <Haiying.Wang@freescale.com>
16470 Date:   Wed May 20 12:30:42 2009 -0400
16471
16472     85xx: Add README for MPC8569MDS
16473
16474     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
16475     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16476
16477 commit b2aab386e957ba684d4f2a466bfaa91770e5058a
16478 Author: Haiying Wang <Haiying.Wang@freescale.com>
16479 Date:   Wed May 20 12:30:33 2009 -0400
16480
16481     85xx: Add UART1 support for MPC8569MDS
16482
16483     MPC8569 UART1 signals are muxed with PortF bit[9-12], we need to define
16484     those pins before using UART1.
16485
16486     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
16487     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16488
16489 commit 399b53cbab0b377ac4c5c16c19c6e41b68a9c719
16490 Author: Haiying Wang <Haiying.Wang@freescale.com>
16491 Date:   Wed May 20 12:30:32 2009 -0400
16492
16493     85xx: Add PIB support at CS4/CS5 for MPC8569MDS
16494
16495     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
16496     Signed-off-by: Yu Liu <Yu.Liu@freescale.com>
16497     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16498
16499 commit fb27949059f1bc84381a6216a819090f0cdbaa70
16500 Author: Haiying Wang <Haiying.Wang@freescale.com>
16501 Date:   Thu Jun 4 16:12:39 2009 -0400
16502
16503     85xx: Fix some settings for MPC8569MDS board
16504
16505     - Increase the size of malloc to 512KB because MPC8569MDS needs more memory for
16506     malloc to support up to eight Ethernet interfaces.
16507     - Move Environment address out of uboot thus the saved environment variables
16508     will not be erased after u-boot is re-programmed.
16509
16510     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
16511     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16512
16513 commit c7f60fd29f2d638d080cdf1a49ad985b85f9429d
16514 Author: Haiying Wang <Haiying.Wang@freescale.com>
16515 Date:   Wed May 20 12:30:30 2009 -0400
16516
16517     85xx: Fix MURAM size for MPC8569
16518
16519     MPC8569 has 128K bytes MURAM.
16520
16521     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
16522     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16523
16524 commit a53c997dd7fc858f2a27f5a47b200567b9343ae5
16525 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16526 Date:   Fri May 22 20:23:51 2009 +0200
16527
16528     at91/cpu.c: add missing Copyright & GPL header
16529
16530     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16531
16532 commit aa446a591aca46ef2b53cc6598ea8091feb45444
16533 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16534 Date:   Sun Jun 7 21:45:16 2009 +0900
16535
16536     apollon: Fix a OBJCFLAGS typo
16537
16538     Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
16539
16540 commit 580611cb0932143fc2d7a735cfa9ce1ef34d6002
16541 Author: Wolfgang Denk <wd@denx.de>
16542 Date:   Wed Jun 10 00:19:28 2009 +0200
16543
16544     Prepare 2009.06-rc3
16545
16546     Update CHANGELOG
16547
16548     Signed-off-by: Wolfgang Denk <wd@denx.de>
16549
16550 commit 3a76ab5c166d5956885f803ce975e7151cc0ca0e
16551 Author: Wolfgang Denk <wd@denx.de>
16552 Date:   Wed Jun 10 00:15:11 2009 +0200
16553
16554     rmu board: fix error: 'CONFIG_ENV_SECT_SIZE' undeclared
16555
16556     Signed-off-by: Wolfgang Denk <wd@denx.de>
16557
16558 commit 165f9859b64ff59f0cfae3cc70a7e7ded7aaa4a7
16559 Author: Daniel Mack <daniel@caiaq.de>
16560 Date:   Thu Jun 4 19:44:12 2009 +0200
16561
16562     ubifs: fix small error path mismatch
16563
16564     In do_readpage(), don't free 'dn' if its allocation failed.
16565
16566     Signed-off-by: Daniel Mack <daniel@caiaq.de>
16567
16568 commit de7cf709ebd3c01fbd094e8853dabb410c0370a1
16569 Author: Wolfgang Denk <wd@denx.de>
16570 Date:   Thu Jun 4 00:31:07 2009 +0200
16571
16572     EP88x: fix broken linker script
16573
16574     Signed-off-by: Wolfgang Denk <wd@denx.de>
16575     Tested-by: Mikhail Zaturenskiy <mzaturenskiy@shoppertrak.com>
16576
16577 commit 7a2063bd80d3b58b2dd5d5e58f4411f8d250576c
16578 Author: Wolfgang Denk <wd@denx.de>
16579 Date:   Fri May 15 00:16:02 2009 +0200
16580
16581     TQM85xx: minor config file cleanup
16582
16583     Remove "saveenv" from "update" definition: the environment is outside
16584     the U-Boot image on TQM85xx and therefor not affected by updates.
16585
16586     Also "beautify" code a bit (vertical alignment).
16587
16588     Signed-off-by: Wolfgang Denk <wd@denx.de>
16589
16590 commit c0296b1801fc9426d772fa75fe58458db605dfee
16591 Author: Wolfgang Denk <wd@denx.de>
16592 Date:   Fri May 15 00:16:01 2009 +0200
16593
16594     TQM85xx: adapt for new flash types
16595
16596     Old TQM85xx boards had 'M' type Spansion Flashes from the S29GLxxxM
16597     series while new boards have 'N' type Flashes from the S29GLxxxN
16598     series, which have bigger sectors: 2 x 128 instead of 2 x 64 KB.
16599
16600     We now change the configuration to the new flash types for all
16601     boards; this also works on old boards - we just waste two flash
16602     sectors for the environment which could be smaller there.
16603
16604     Signed-off-by: Wolfgang Denk <wd@denx.de>
16605
16606 commit 6735104924f06340071a6914a9ee3345607fc102
16607 Author: Dave Liu <daveliu@freescale.com>
16608 Date:   Mon May 18 17:49:23 2009 +0800
16609
16610     85xx: Fix the wrong SYS_CLK_IN for 8569MDS
16611
16612     The SYS_CLK_IN of MPC8569MDS is 66.66MHz,
16613     The DDR_CLK_IN is same with SYS_CLK_IN in 8569 processor.
16614     so, change the SYS_CLK_IN from 66MHz to 66.66MHz.
16615
16616     Signed-off-by: Dave Liu <daveliu@freescale.com>
16617
16618 commit 16e7559c08b6f29db4596d795b92914c01e6a1b3
16619 Author: Dave Liu <daveliu@freescale.com>
16620 Date:   Fri May 15 10:27:44 2009 +0800
16621
16622     85xx: Fix the wrong BCSR address of 8569MDS
16623
16624     The BCSR17[7] = 1 will unlock the write protect of FLASH.
16625     The WP# pin only controls the write protect of top/bottom sector,
16626     That is why we can save env, but we can't write the first sector
16627     before the patch.
16628
16629     Signed-off-by: Dave Liu <daveliu@freescale.com>
16630
16631 commit 90d13b8ac3d515349626d7c8a3dc34ef38c43fa6
16632 Author: Fredrik Arnerup <fredrik.arnerup@edgeware.tv>
16633 Date:   Tue Jun 2 16:27:10 2009 -0500
16634
16635     85xx: bugfix for reading maximum TLB size on mpc85xx
16636
16637     The MAXSIZE field in the TLB1CFG register is 4 bits, not 8 bits.
16638     This made setup_ddr_tlbs() try to set up a TLB larger than the e500 maximum
16639     (256 MB)
16640     which made u-boot hang in board_init_f() when trying to create a new stack
16641     in RAM.
16642     I have an mpc8540 with one 1GB dimm.
16643
16644     Signed-off-by: Fredrik Arnerup <fredrik.arnerup@edgeware.tv>
16645     Signed-off-by: Andy Fleming <afleming@freescale.com>
16646     Acked-by: Kumar Gala <galak@kernel.crashing.org>
16647
16648 commit 1b5291dddf5f16c7ae10e3cb165882fa96038b26
16649 Author: Dave Liu <daveliu@freescale.com>
16650 Date:   Fri Mar 27 14:32:43 2009 +0800
16651
16652     85xx: Fix the clock adjust of mpc8569mds board
16653
16654     Currently the clk_adj is 6 (3/4 cycle), The settings will cause
16655     the DDR controller hang at the data init. Change the clk_adj
16656     from 6 to 4 (1/2 cycle), make the memory system stable.
16657
16658     Signed-off-by: Dave Liu <daveliu@freescale.com>
16659
16660 commit faa14babd7466dfade358f9cac128ae246b9bf1b
16661 Author: RONETIX - Ilko Iliev <iliev@ronetix.at>
16662 Date:   Fri Jun 5 16:54:31 2009 +0200
16663
16664     at91: fix a USB problem for AT91SAM9261
16665
16666     This patch corrects the missing PLLB initialization in usb_cpu_init()
16667     for AT91SAM9261.
16668     Because of the missing PLLB initialization, the USB support for all
16669     AT91SAM9261 based boards will work only if the PLLB is configured by a
16670     precedent bootloader.
16671
16672     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
16673     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16674     Signed-off-by: Remy Bohmer <linux@bohmer.net>
16675
16676 commit 0c24dec550ddb7d86b8bfdd8645b18479f73e6e2
16677 Author: Felix Radensky <felix@embedded-sol.com>
16678 Date:   Sun May 31 20:44:15 2009 +0300
16679
16680     ppc4xx/net: Fix MDIO clock setup
16681
16682     This patch fixes MDIO clock setup in case when OPB frequency is 100MHz.
16683     Current code assumes that the value of sysinfo.freqOPB is 100000000
16684     when OPB frequency is 100MHz. In reality it is 100000001. As a result
16685     MDIO clock is set to incorrect value, larger than 2.5MHz, thus violating
16686     the standard. This in not a problem on boards equipped with Marvell PHYs
16687     (e.g. Canyonlands), since those PHYs support MDIO clocks up to 8.3MHz,
16688     but can be a problem for other PHYs (e.g. Realtek ones).
16689
16690     Signed-off-by: Felix Radensky <felix@embedded-sol.com>
16691     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16692
16693 commit d65e34d12514de2bbe3b8f519761d641c081bad0
16694 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
16695 Date:   Wed Feb 25 14:27:29 2009 +0900
16696
16697     rtl8169: fix PCI system memory address
16698
16699     When PCI device use system memory, some PCI host controller should be
16700     set physical memory address.
16701
16702     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
16703     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16704
16705 commit ca9c8a1e10fac01e6a1129f82a7ce18bd818fa43
16706 Author: Manikandan Pillai <mani.pillai@ti.com>
16707 Date:   Wed Apr 8 09:14:35 2009 +0530
16708
16709     SMC911x driver fixed for NFS boot
16710
16711     eth_halt() function in the smc911x drivers used to call the
16712     smc911x_reset() function. eth_halt() used to be called after
16713     tftp transfers. This used to put the ethernet chip in reset
16714     while the linux boots up resulting in the ethernet driver
16715     not coming up. NFS boot used to fail as a result.
16716
16717     This patch calls smc911x_shutdown() instead of smc911x_reset().
16718     Some comments received has also been fixed.
16719
16720     Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
16721     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16722
16723 commit e5a3bc2401a23f1890611f020f57f94824a534db
16724 Author: Remy Bohmer <linux@bohmer.net>
16725 Date:   Sun May 3 12:11:40 2009 +0200
16726
16727     Add config option for disabling DM9000-SROM support.
16728
16729     Some boards do not have SROM support for the DM9000 network adapter.
16730     Instead of listing these board names in the driver code, make this
16731     option configurable from the board config file.
16732
16733     It also removes a build warning for the at91sam9261ek board:
16734     'dm9000x.c:545: warning: 'read_srom_word' defined but not used'
16735
16736     And it repaires the trizepsiv board build which was broken around the
16737     same routines
16738
16739     Signed-off-by: Remy Bohmer <linux@bohmer.net>
16740     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16741
16742 commit 3c9b1ee17e19bd6d80344678d41a85e52b0be713
16743 Author: Kim Phillips <kim.phillips@freescale.com>
16744 Date:   Fri Jun 5 14:11:33 2009 -0500
16745
16746     mpc83xx: don't set SICRH_TSOBI1 to RMII/RTBI operation
16747
16748     In GMII mode (which operates at 3.3V) both SICRH TSEC1/2 output buffer
16749     impedance bits should be clear, i.e., SICRH[TSIOB1] = 0 and SICRH[TSIOB2] = 0.
16750     SICRH[TSIOB1] was erroneously being set high.
16751
16752     U-Boot always operated this PHY interface in GMII mode.  It is assumed this
16753     was missed in the clean up by the original board porters, and copied along
16754     to the TQM and sbc boards.
16755
16756     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16757     Acked-by: Ira Snyder <iws@ovro.caltech.edu>
16758     Reviewed-by: David Hawkins <dwh@ovro.caltech.edu>
16759     Tested-by: Paul Gortmaker <paul.gortmaker@windriver.com>
16760     CC: Dave Liu <DaveLiu@freescale.com>
16761
16762 commit 2c0234fa79122a5aa77c4e17c33eb2fe184b61a7
16763 Author: Daniel Mack <daniel@caiaq.de>
16764 Date:   Wed Apr 8 13:23:37 2009 +0200
16765
16766     smc911x: write back the manually set MAC address
16767
16768     If the MAX address is given by the environment, write it back to the
16769     hardware.
16770
16771     Signed-off-by: Daniel Mack <daniel@caiaq.de>
16772     Cc: Sascha Hauer <s.hauer@pengutronix.de>
16773     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16774
16775 commit dfcd7f21607fd847236b04bb1a8d59a7c10ab99c
16776 Author: Wolfgang Denk <wd@denx.de>
16777 Date:   Fri May 15 00:16:03 2009 +0200
16778
16779     Redundant Environment: protect full sector size
16780
16781     Several boards used different ways to specify the size of the
16782     protected area when enabling flash write protection for the sectors
16783     holding the environment variables: some used CONFIG_ENV_SIZE and
16784     CONFIG_ENV_SIZE_REDUND, some used CONFIG_ENV_SECT_SIZE, and some even
16785     a mix of both for the "normal" and the "redundant" areas.
16786
16787     Normally, this makes no difference at all. However, things are
16788     different when you have to deal with boards that can come with
16789     different types of flash chips, which may have different sector
16790     sizes.
16791
16792     Here we may have to chose CONFIG_ENV_SECT_SIZE such that it fits the
16793     biggest sector size, which may include several sectors on boards using
16794     the smaller sector flash types. In such a case, using CONFIG_ENV_SIZE
16795     or CONFIG_ENV_SIZE_REDUND to enable the protection may lead to the
16796     case that only the first of these sectors get protected, while the
16797     following ones aren't.
16798
16799     This is no real problem, but it can be confusing for the user -
16800     especially on boards that use CONFIG_ENV_SECT_SIZE to protect the
16801     "normal" areas, while using CONFIG_ENV_SIZE_REDUND for the
16802     "redundant" area.
16803
16804     To avoid such inconsistencies, I changed all sucn boards that I found
16805     to consistently use CONFIG_ENV_SECT_SIZE for protection. This should
16806     not cause any functional changes to the code.
16807
16808     Signed-off-by: Wolfgang Denk <wd@denx.de>
16809     Cc: Paul Ruhland
16810     Cc: Pantelis Antoniou <panto@intracom.gr>
16811     Cc: Stefan Roese <sr@denx.de>
16812     Cc: Gary Jennejohn <garyj@denx.de>
16813     Cc: Dave Ellis <DGE@sixnetio.com>
16814     Acked-by: Stefan Roese <sr@denx.de>
16815
16816 commit b81830f6e3b3e6ed114d071eb107965e49fa9b5a
16817 Author: Ilya Yanok <yanok@emcraft.com>
16818 Date:   Thu May 14 14:03:09 2009 +0400
16819
16820     mmc: it's safe to ignore mmc_send_if_cond() return value
16821
16822     Return value of mmc_send_if_cond() can be safely ignored (as it is
16823     done in Linux). This makes older cards work with MXC MCI controller.
16824
16825     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
16826
16827 commit dba6fcf6517faa5dda7df8109febe03c9c72a6f5
16828 Author: Stefan Roese <sr@denx.de>
16829 Date:   Mon May 11 15:54:13 2009 +0200
16830
16831     cfi_mtd: Fix bug in last sector detection
16832
16833     This patch now enabled this cfi-mtd wrapper to correctly detect and
16834     erase the last sector in an NOR FLASH device.
16835
16836     Signed-off-by: Stefan Roese <sr@denx.de>
16837
16838 commit 4e3d89ba948eef801ffd46ef862cdede5b3f8320
16839 Author: Yauhen Kharuzhy <jekhor@gmail.com>
16840 Date:   Thu May 7 00:43:30 2009 +0300
16841
16842     mmc: Fix decoding of SCR & function switch data on little-endian machines
16843
16844     SCR & switch data are read from card as big-endian words and should be
16845     converted to CPU byte order.
16846
16847     Signed-off-by: Yauhen Kharuzhy <jekhor@gmail.com>
16848     Signed-off-by: Andy Fleming <afleming@freescale.com>
16849
16850 commit f33cb34b3971dabe3720d577b0e1b8601c09fe17
16851 Author: Yauhen Kharuzhy <jekhor@gmail.com>
16852 Date:   Thu May 7 13:08:53 2009 +0300
16853
16854     mmc: Remove return from mmc_init for non SD 2.0 compatible cards.
16855
16856     Cards which are not compatible with SD 2.0 standard, may return response
16857     for CMD8 command, but it will be invalid in terms of SD 2.0. We should
16858     accept this case as admissible, just like Linux does.
16859
16860     Signed-off-by: Yauhen Kharuzhy <jekhor@gmail.com>
16861     Signed-off-by: Andy Fleming <afleming@freescale.com>
16862
16863 commit 998be3dd59ed0af4bec38324047fecfa88ac45db
16864 Author: Rabin Vincent <rabin@rab.in>
16865 Date:   Sun Apr 5 13:30:56 2009 +0530
16866
16867     mmc: drop unnecessary casts
16868
16869     Now that response is a uint, we can drop all the casts.
16870
16871     Signed-off-by: Rabin Vincent <rabin@rab.in>
16872
16873 commit 0b453ffe28bb9227d86ddbe0893bd19c93f04ed7
16874 Author: Rabin Vincent <rabin@rab.in>
16875 Date:   Sun Apr 5 13:30:55 2009 +0530
16876
16877     mmc: fix response decoding on little endian
16878
16879     The mmc code defines the response as an array of chars.  However, it
16880     access the response bytes both as (i) an array of four uints (with
16881     casts) and (ii) as individual chars.  The former case is used more
16882     often, including by the driver when it assigns the response.
16883
16884     The char-wise accesses are broken on little endian systems because they
16885     assume that the bytes in the uints are in big endian byte order.
16886
16887     This patch fixes this by changing the response to be an array of four
16888     uints and replacing the char-wise accesses with equivalent uint-wise
16889     accesses.
16890
16891     Signed-off-by: Rabin Vincent <rabin@rab.in>
16892
16893 commit 9b1f942c09dd942e6de3185caa81c111b14de567
16894 Author: Rabin Vincent <rabin@rab.in>
16895 Date:   Sun Apr 5 13:30:54 2009 +0530
16896
16897     mmc: use lldiv to fix arm eabi build
16898
16899     The generic MMC core uses direct long long divisions, which do not build
16900     with ARM EABI toolchains.  Use lldiv() instead, which works everywhere.
16901
16902     Signed-off-by: Rabin Vincent <rabin@rab.in>
16903
16904 commit e85649c7e683faea1ccfddc9fa9abc62f38e4201
16905 Author: Rabin Vincent <rabin@rab.in>
16906 Date:   Sun Apr 5 13:30:53 2009 +0530
16907
16908     mmc: check find_mmc_device return value
16909
16910     find_mmc_device returns NULL if an invalid device number is specified.
16911     Check for this to avoid dereferencing NULL pointers.
16912
16913     Signed-off-by: Rabin Vincent <rabin@rab.in>
16914
16915 commit ac0865ff33870cdf2cd480165045e1bc311e9fa2
16916 Author: Rabin Vincent <rabin@rab.in>
16917 Date:   Sun Apr 5 13:30:52 2009 +0530
16918
16919     mmc: clean up help texts
16920
16921     Remove some repeated words and superfluous newlines in the mmc command
16922     help entries.
16923
16924     Signed-off-by: Rabin Vincent <rabin@rab.in>
16925
16926 commit 7d6900ebe16d679c0e03f8d1584b64057a64ce39
16927 Author: Mike Frysinger <vapier@gentoo.org>
16928 Date:   Fri May 29 17:01:48 2009 -0400
16929
16930     Blackfin: spi: fix pin handling of SPI0 SSEL4
16931
16932     CS4 on SPI0 has a dedicated PH8 pin which needs to be enabled as a
16933     peripheral in order to work.
16934
16935     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16936
16937 commit 2157359dad2533987f5eb0181ef543693fad6a33
16938 Author: Mike Frysinger <vapier@gentoo.org>
16939 Date:   Tue May 26 02:51:57 2009 -0400
16940
16941     Blackfin: fix if() logic in bootrom evt1 check
16942
16943     A missing set of parenthesis caused the silicon revision to apply only to
16944     the BF533 and not the BF531/BF532 variants.
16945
16946     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16947
16948 commit 76b5883da2cf049cd410901c04ea450e5f5c27c3
16949 Author: Stefan Roese <sr@denx.de>
16950 Date:   Sat May 16 12:04:22 2009 +0200
16951
16952     jffs2/mtdparts: Fix problem with usage from JFFS2 and MTDPARTS together
16953
16954     Currently using JFFS2 with MTDPARTS enabled doesn't work. This is because
16955     mtdparts_init() is available in both files, cmd_mtdparts.c and
16956     cmd_jffs2.c. Please note that in the original cmd_jffs2.c file (before
16957     the jffs2/mtdparts command/file split those 2 different versions
16958     already existed. So this is nothing new. The main problem is that the
16959     variables "current_dev" and "current_partnum" are declared in both
16960     files now. This doesn't work.
16961
16962     This patch now changes the names of those variable to more specific
16963     names: "current_mtd_dev" and "current_mtd_partnum". This is because
16964     this patch also changes the declaration from static to global, so
16965     that they can be used from both files.
16966
16967     Please note that my first tests were not successful. The MTD devices
16968     selected via mtdparts are now accessed but I'm failing to see the
16969     directory listed via the "ls" command. Nothing is displayed. Perhaps
16970     I didn't generate the JFFS2 image correctly (I never used JFFS2 in
16971     U-Boot before). Not sure. Perhaps somebody else could take a look at
16972     this as well. I'll continue looking into this on Monday.
16973
16974     Signed-off-by: Stefan Roese <sr@denx.de>
16975     Cc: Wolfgang Denk <wd@denx.de>
16976     Cc: Detlev Zundel <dzu@denx.de>
16977     Cc: Ilya Yanok <yanok@emcraft.com>
16978     Cc: Renaud barbier <renaud.barbier@ge.com>
16979
16980 commit ab687907980fa28940a1a992d3f1c5d17cdbbf5d
16981 Author: Graf Yang <graf.yang@analog.com>
16982 Date:   Sun May 24 02:34:34 2009 -0400
16983
16984     Blackfin: bf518f-ezbrd: setup portmux for async flash
16985
16986     The pins for async memory where parallel flash lives are not enabled by
16987     default, so make sure we mux them as needed.
16988
16989     Signed-off-by: Graf Yang <graf.yang@analog.com>
16990     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16991
16992 commit f40f6db278f602b55820693634a7256b0b4e4b80
16993 Author: Stefan Roese <sr@denx.de>
16994 Date:   Wed May 20 10:58:03 2009 +0200
16995
16996     nand: Fix problem with ECC ordering for PPC4xx NDFC platforms
16997
16998     This patch enables Smart Media (SMC) ECC byte ordering which is used
16999     on the PPC4xx NAND FLASH controller (NDFC). Without this patch we have
17000     incompatible ECC byte ordering to the Linux kernel NDFC driver.
17001
17002     Signed-off-by: Stefan Roese <sr@denx.de>
17003     Acked-by: Scott Wood <scottwood@freescale.com>
17004
17005 commit 399aab7748bef053d59612211e1bd7a3fabfce18
17006 Author: Stefan Roese <sr@denx.de>
17007 Date:   Wed May 20 10:58:02 2009 +0200
17008
17009     ppc4xx: Fix problem with ECC ordering for PPC4xx NDFC platforms
17010
17011     This patch now uses the correct ECC byte order (Smart Media - SMC)
17012     to be used on the 4xx NAND FLASH driver. Without this patch we have
17013     incompatible ECC byte ordering to the Linux kernel NDFC driver.
17014
17015     Please note that we also have to enable CONFIG_MTD_NAND_ECC_SMC in
17016     drivers/mtd/nand/nand_ecc.c for correct operation. This is done with
17017     a seperate patch.
17018
17019     Signed-off-by: Stefan Roese <sr@denx.de>
17020     Acked-by: Scott Wood <scottwood@freescale.com>
17021
17022 commit 5d841fac8249a2b3f9a814da2140132be0a9f60d
17023 Author: Stefan Roese <sr@denx.de>
17024 Date:   Wed May 20 10:58:01 2009 +0200
17025
17026     ppc4xx: Move definition for PPC4xx NAND FLASH controller to header
17027
17028     This patch moves the definition for the PPC4xx NAND FLASH controller
17029     (NDFC) CONFIG_NAND_NDFC into include/ppc4xx.h. This is needed for the
17030     upcoming fix for the ECC byte ordering of the NDFC driver.
17031
17032     Signed-off-by: Stefan Roese <sr@denx.de>
17033     Acked-by: Scott Wood <scottwood@freescale.com>
17034
17035 commit 2df72b82bc9e17b88dc82735a067749220beb025
17036 Author: Kim Phillips <kim.phillips@freescale.com>
17037 Date:   Tue May 19 12:53:36 2009 -0500
17038
17039     common: fix inline--weak error spotted by gcc 4.4
17040
17041     cmd_ide.c:547: error: inline function 'ide_inb' cannot be declared weak
17042
17043     removing the inline attribute fixes it.
17044
17045     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17046
17047 commit 9fd9abedcc3c10cf89353265cbe05f58609d51f3
17048 Author: Kim Phillips <kim.phillips@freescale.com>
17049 Date:   Tue May 19 12:53:32 2009 -0500
17050
17051     TQM834x: remove defines causing gcc4.4 warnings
17052
17053     Configuring for TQM834x board...
17054     cpu_init.c: In function 'cpu_init_f':
17055     cpu_init.c:262: warning: array subscript is above array bounds
17056     cpu_init.c:263: warning: array subscript is above array bounds
17057     cpu_init.c:270: warning: array subscript is above array bounds
17058     ...
17059
17060     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17061
17062 commit 0850301747228a3327f2815a85284d26ade3de95
17063 Author: Andreas Huber <andreas.huber@keymile.com>
17064 Date:   Tue May 19 11:06:30 2009 +0200
17065
17066     UBI: fix return code in ubi_volume_read
17067
17068     Return -ENODEV instead of 0 when trying to read from a non existing volume.
17069
17070     Signed-off-by: Andreas Huber <andreas.huber@keymile.com>
17071     Signed-off-by: Stefan Roese <sr@denx.de>
17072
17073 commit ec01481ddc4cf302c7f6d760b776ca94819ec21e
17074 Author: Graf Yang <graf.yang@analog.com>
17075 Date:   Tue May 19 04:40:08 2009 -0400
17076
17077     Blackfin: fix timer_init()/timer_reset()
17078
17079     The timer_init() function was not using the right csync instruction, nor
17080     was it doing it right after disabling the core timer.
17081
17082     The timer_reset() function would reset the timestamp, but not the actual
17083     timer, so there was a common edge case where get_timer() return a jump of
17084     one timestamp (couple milliseconds) right after resetting.  This caused
17085     many functions to improperly timeout right away.
17086
17087     Signed-off-by: Graf Yang <graf.yang@analog.com>
17088     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17089
17090 commit c06326c73bf90e48a8e1cf8893ad31c575423f50
17091 Author: Shinya Kuribayashi <skuribay@pobox.com>
17092 Date:   Sat May 16 09:12:09 2009 +0900
17093
17094     MIPS: lib_mips/board.c: Remove unused variables
17095
17096     This fixes the following build warnings:
17097
17098     board.c: In function 'board_init_r':
17099     board.c:328: warning: unused variable 'i'
17100     board.c:326: warning: unused variable 'e'
17101
17102     Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
17103
17104 commit 47f6a36cc3f3427cc8e4f1d0f3e6678be6f33769
17105 Author: Shinya Kuribayashi <skuribay@pobox.com>
17106 Date:   Sat May 16 09:12:09 2009 +0900
17107
17108     MIPS: Make all extern-ed functions in bitops.h static
17109
17110     All these functions are expected to be static inline-ed.
17111     This patch also fixes the following build warnings on MIPS targets:
17112
17113     include/asm/bitops.h: In function 'ext2_find_next_zero_bit':
17114     include/asm/bitops.h:862: warning: '__fswab32' is static but used in inline function 'ext2_find_next_zero_bit' which is not static
17115     include/asm/bitops.h:885: warning: '__fswab32' is static but used in inline function 'ext2_find_next_zero_bit' which is not static
17116     include/asm/bitops.h:887: warning: '__fswab32' is static but used in inline function 'ext2_find_next_zero_bit' which is not static
17117
17118     Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
17119
17120 commit 87423d740b91329b8d1d0b73cafd6930993b558a
17121 Author: Thomas Lange <thomas@corelatus.se>
17122 Date:   Fri Apr 24 16:22:16 2009 +0200
17123
17124     MIPS: Implement ethernet halt for au1x00
17125
17126     Implement ethernet halt() by putting MAC0 in reset.
17127     If we do not do this, we will get memory corruption
17128     when ethernet frames are received during early OS boot.
17129
17130     Signed-off-by: Thomas Lange <thomas@corelatus.se>
17131     Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
17132
17133 commit a2e0ffcf2d9a22c582a93e84a4bef20fd3877f47
17134 Author: Wolfgang Denk <wd@denx.de>
17135 Date:   Fri May 15 23:29:23 2009 +0200
17136
17137     Prepare v2009.06-rc2
17138
17139     Update CHANGELOG.
17140
17141     Signed-off-by: Wolfgang Denk <wd@denx.de>
17142
17143 commit f4317ea91942f44cc1c433277927b61618e9b0a5
17144 Author: Daniel Mack <daniel@caiaq.de>
17145 Date:   Tue May 5 12:48:29 2009 +0200
17146
17147     ARM: fix PXA build by defining UP2OCR
17148
17149     U-Boot does not currently build for PXA platforms with USB support
17150     enabled:
17151
17152     usb.c:46: error: 'UP2OCR' undeclared (first use in this function)
17153
17154     Signed-off-by: Daniel Mack <daniel@caiaq.de>
17155     Cc: Markus Klotzbuecher <mk@denx.de>
17156
17157     Edited commit message.
17158     Signed-off-by: Wolfgang Denk <wd@denx.de>
17159
17160 commit e26ad0eabd10a8cda51920fbcfe4da5b4ccf0c98
17161 Author: Wolfgang Denk <wd@denx.de>
17162 Date:   Fri May 15 22:32:57 2009 +0200
17163
17164     Minor Coding Style fix; update CHANGELOG.
17165
17166     Signed-off-by: Wolfgang Denk <wd@denx.de>
17167
17168 commit af75a45d23b72a59ac5cc0427696c7f634fdc94b
17169 Author: Wolfgang Denk <wd@denx.de>
17170 Date:   Fri May 15 09:27:58 2009 +0200
17171
17172     IDE: bail out of dev_print() for unknown device types
17173
17174     Commit 574b319512 introduced a subtle bug by mixing a list of tests
17175     for "dev_desc->type" and "dev_desc->if_type" into one switch(), which
17176     then mostly did not work because "dev_desc->type" cannot take any
17177     "IF_*" type values. A later fix in commit 8ec6e332ea changed the
17178     switch() into testing "dev_desc->if_type", but at this point the
17179     initial test for unknown device types was completely lost, which
17180     resulted in output like that for IDE ports without device attached:
17181
17182       Device 1: Model:  Firm:  Ser#:
17183                 Type: # 1F #
17184                 Capacity: not available
17185
17186     This patch re-introduces the missing test for unknown device types.
17187
17188     Signed-off-by: Wolfgang Denk <wd@denx.de>
17189     Cc: Stefan Roese <sr@denx.de>
17190     Cc: Detlev Zundel <dzu@denx.de>
17191     Tested-by: Stefan Roese <sr@denx.de>
17192
17193 commit c21f62d8483fbab44cd98d93ff2e9355a330d225
17194 Author: Stefan Roese <sr@denx.de>
17195 Date:   Thu May 14 07:25:13 2009 +0200
17196
17197     74xx_7xx: Fix rounding problem in CPU frequency calculation
17198
17199     This patch fixes a problem in the CPU frequency calculation. Without it
17200     a 798MHz CPU is displayed as 368.503 MHz. And with it it's 798 MHz.
17201
17202     Signed-off-by: Stefan Roese <sr@denx.de>
17203
17204 commit 3ad8a0517b724782ab36f2b554a94de4c00c1adb
17205 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17206 Date:   Wed May 13 22:24:12 2009 +0200
17207
17208     console.h: remove unused prototype 'console_realloc'
17209
17210     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17211
17212 commit 84bf7ca522e94ec402a1264b01971b924b7e268f
17213 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17214 Date:   Wed May 13 22:16:31 2009 +0200
17215
17216     api: remove un-needed ifdef CONFIG_API already handle by the Makefile
17217
17218     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17219
17220 commit 792a09eb9d5d8c4f74b7e9f2e887316d511a4e80
17221 Author: Detlev Zundel <dzu@denx.de>
17222 Date:   Wed May 13 10:54:10 2009 +0200
17223
17224     Fix e-mail address of Gary Jennejohn.
17225
17226     Signed-off-by: Detlev Zundel <dzu@denx.de>
17227
17228 commit 5e2c08c3ac90808e9be64856916bfd6df984823c
17229 Author: Emil Medve <Emilian.Medve@Freescale.com>
17230 Date:   Tue May 12 13:48:32 2009 -0500
17231
17232     Remove inline qualifier from show_boot_progress()
17233
17234     The 'inline' is conflicting with the semantic of 'weak' attribute and with the
17235     way the show_boot_progress() function is used.
17236
17237     Also gcc 4.4 is complaining about it:
17238
17239     main.c:51: error: inline function 'show_boot_progress' cannot be declared weak
17240
17241     Signed-off-by: Emil Medve <Emilian.Medve@Freescale.com>
17242
17243 commit fe6da4837308aa33d537ac3e7f36c2d66e3d9a36
17244 Author: Wolfgang Denk <wd@denx.de>
17245 Date:   Tue May 12 15:17:35 2009 +0200
17246
17247     MPC8260: fixup device tree by property instead of path
17248
17249     cpu/mpc8260/cpu.c used to use do_fixup_by_path_u32() to update the
17250     clock frequencies in the device tree, using a CPU path
17251     "/cpus/OF_CPU", with OF_CPU beind defined in the board config file.
17252
17253     However, this does not work when one board config file (here:
17254     MPC8260ADS.h) is intended to be used for several diffrent CPUs and
17255     therefor contains a generic definition like "cpu@0", as the device
17256     trees that will then be loaded will contain specific names like
17257     "PowerPC,8272@0".
17258
17259     We switch to using do_fixup_by_prop_u32() instead, so we can search
17260     for device_type="cpu", as it is done in other architectures, too.
17261
17262     Signed-off-by: Wolfgang Denk <wd@denx.de>
17263     Cc: Heiko Schocher <hs@denx.de>
17264     Acked-by: Heiko Schocher <hs@denx.de>
17265     Tested-by: Heiko Schocher <hs@denx.de>
17266
17267 commit 12a6753155716e5c3c181a8f40e8b2d3d669aefd
17268 Author: Rohit Hagargundgi <h.rohit@samsung.com>
17269 Date:   Mon Mar 9 19:45:46 2009 +0530
17270
17271     Fix OneNAND ipl to read CONFIG_SYS_MONITOR_LEN
17272
17273     Add CONFIG_SYS_MONITOR_LEN macro to apollon board config.
17274     CONFIG_SYS_MONITOR_LEN defines the U-Boot image size.
17275     and is used by OneNAND ipl when reading U-Boot image.
17276
17277     Signed-off-by: Rohit Hagargundgi <h.rohit at samsung.com>
17278     Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
17279
17280 commit c404cc5884b0c82fd82d751dbd8e8b3f8919a23a
17281 Author: Ben Warren <biggerbadderben@gmail.com>
17282 Date:   Tue Apr 28 17:04:51 2009 -0700
17283
17284     Schedule removal of non-CONFIG_NET_MULTI net driver API
17285
17286     This will make CONFIG_NET_MULTI the only net driver configuration and
17287     we'll be able to remove this option.
17288
17289     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17290
17291 commit 60bbcf0cc6e55095dd186e59a557d584b9b56eb1
17292 Author: Detlev Zundel <dzu@denx.de>
17293 Date:   Tue May 5 16:04:06 2009 +0200
17294
17295     powerpc/inka4x0: Remove left-over ide reset code.
17296
17297     The pin which was used in preliminary versions of the board for ide
17298     reset is really connected to the rtc clock.
17299
17300     Signed-off-by: Detlev Zundel <dzu@denx.de>
17301
17302 commit f578a2da6770951239ad91ee9a1875fdc71dbe48
17303 Author: Marco Stornelli <marco.stornelli@gmail.com>
17304 Date:   Tue Apr 28 19:04:02 2009 +0200
17305
17306     Add imls utility command
17307
17308     This patch adds, under tools folder, a new command called imls. Its
17309     goal is the same of UBoot's imls but it can be used as Linux shell
17310     command. It reads from raw mtd partition and prints the list of the
17311     stored images.
17312
17313     Signed-off-by: Marco Stornelli <marco.stornelli@gmail.com>
17314
17315 commit da95427ce431908714ae5e9f663ee6e2bc3bcc33
17316 Author: Heiko Schocher <hs@denx.de>
17317 Date:   Tue Apr 28 08:36:11 2009 +0200
17318
17319     netloop: updates for NetLoop
17320
17321     Fix some issues introduced from commit:
17322     2f70c49e5b9813635ad73666aa30f304c7fdeda9
17323     suggested by Mike Frysinger.
17324
17325     - added some comment for the env_id variable in common_cmd_nvedit.c
17326     - moved some variables in fn scope instead of file scope
17327     - NetInitLoop now static void
17328
17329     Signed-off-by: Heiko Schocher <hs@denx.de>
17330     Acked-by: Ben Warren <biggerbadderben@gmail.com>
17331
17332 commit 3c1d89545de11822f8b5afb5646a57757620bd95
17333 Author: Heiko Schocher <hs@denx.de>
17334 Date:   Tue Apr 28 07:48:39 2009 +0200
17335
17336     82xx, ids8247: added ids8247 board to MAKEALL script
17337
17338     Signed-off-by: Heiko Schocher <hs@denx.de>
17339
17340 commit 890a017a8a995c921d1e889d360e8d6538ceecfe
17341 Author: Detlev Zundel <dzu@denx.de>
17342 Date:   Thu May 7 13:08:55 2009 +0200
17343
17344     arm/imx31_phycore: Fix bi_arch_number
17345
17346     Signed-off-by: Detlev Zundel <dzu@denx.de>
17347     Cc: Sascha Hauer <s.hauer@pengutronix.de>
17348
17349 commit ee47bfabefeb25bdfc83f49ef3bae0f325d3e69e
17350 Author: Sascha Hauer <s.hauer@pengutronix.de>
17351 Date:   Fri May 15 10:21:33 2009 +0200
17352
17353     remove myself as phycore/litekit Maintainer
17354
17355     I never acked a patch that adds me as phycore i.MX31 maintainer nor was
17356     it me who pushed the patches, so remove myself from the maintainer list
17357     so that other people do not longer wait for my ack.
17358
17359     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
17360
17361 commit c63254ef5628efe1c77cb2fdba20753f9666f55d
17362 Author: Sergey Lapin <slapin@ossfans.org>
17363 Date:   Tue May 12 12:25:14 2009 +0400
17364
17365     AFEB9260 network fix
17366
17367     AFEB9260 uses PA10, PA11 for ETX2 and ETX3.
17368     Also, due to extarnal pull-up on IRQ line, Micrel PHY ID is 1 after reset sequence,
17369     not 0.
17370
17371     Signed-off-by: Sergey Lapin <slapin@ossfans.org>
17372
17373 commit f8ddcd58221cab63dd25c2324dd2032487f748b1
17374 Author: Graf Yang <graf.yang@analog.com>
17375 Date:   Tue May 5 02:26:27 2009 -0400
17376
17377     Blackfin: bf518f-ezbrd: reset ethernet PHY during init
17378
17379     We don't know what state the ethernet PHY is in when starting up, so make
17380     sure we set it to a sane state.  This fixes troubles seen when Linux boots
17381     up, configures the PHY is a non-default state, and then the system reboots
17382     into U-Boot which previously expected a reset state only.
17383
17384     Signed-off-by: Graf Yang <graf.yang@analog.com>
17385     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17386
17387 commit 53310b88eaa27fb5cb83144d0b22389190ad87a1
17388 Author: Mike Frysinger <vapier@gentoo.org>
17389 Date:   Tue May 5 01:35:41 2009 -0400
17390
17391     Blackfin: bf527-ezkit: fix SPI flash env params
17392
17393     The BF527-EZKIT settings for storing the environment in SPI flash wasn't
17394     using the correct sector settings for the SPI flash part that is actually
17395     on the board.
17396
17397     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17398
17399 commit f58bf804a14324c6c9186a7a664fa23281780e8b
17400 Author: Mike Frysinger <vapier@gentoo.org>
17401 Date:   Fri Apr 24 23:54:19 2009 -0400
17402
17403     Blackfin: avoid get_sclk() with early serial debug
17404
17405     When the clock functions were changed to use cached values (and thereby
17406     avoiding expensive math functions), early serial debug broke because the
17407     baud programming is called before external memory is available.
17408
17409     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17410
17411 commit 02778f2f1b4b1a28b492367477db27c58d45ae35
17412 Author: Mike Frysinger <vapier@gentoo.org>
17413 Date:   Fri Apr 24 23:39:41 2009 -0400
17414
17415     Blackfin: fix booting with older bootroms (no EVT1)
17416
17417     When dropping jump block support, the assumption was that all bootroms
17418     supported entry point redirection via the EVT1 register.  Unfortunately,
17419     this turned out to be incorrect for the oldest Blackfin parts (BF533-0.2
17420     and older and BF561).  No one really noticed earlier because these parts
17421     usually are booted by bypassing the bootrom entirely, and older BF533
17422     parts are not supported at all (too many anomalies).
17423
17424     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17425
17426 commit af2c37378f203857d5e6c957e77a14c2da5b59d2
17427 Author: Mike Frysinger <vapier@gentoo.org>
17428 Date:   Fri Apr 24 23:22:48 2009 -0400
17429
17430     Blackfin: recurse with early serial initcode
17431
17432     Make sure we recurse through serial_putc() rather than bang on the UART
17433     transmit register directly to avoid hardware overflows when using \n.
17434
17435     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17436
17437 commit 6b8edfde22acc574b5532e9f086e6a7287a9bc78
17438 Author: Wolfgang Denk <wd@denx.de>
17439 Date:   Fri May 1 21:59:12 2009 +0200
17440
17441     Prepare v2009.06-rc1
17442
17443     Update CHANGELOG.
17444
17445     Signed-off-by: Wolfgang Denk <wd@denx.de>
17446
17447 commit 6b2beb5626a143ca5347e7d2c6005be9936c1fbb
17448 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17449 Date:   Fri May 1 15:38:06 2009 +0200
17450
17451     at91: remove lowlevel_init.S
17452
17453     lowlevel_init.S is not used any more so remove it.
17454     As consequence, we also don't have to generate u-boot.lds
17455     but can use a static version as before.
17456
17457     This also fixes the out-of-tree build problem introduced
17458     with commit f0a2c7b4 "at91: add support for the PM9263 board"
17459
17460     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17461     Signed-off-by: Wolfgang Denk <wd@denx.de>
17462
17463 commit 0ee7a310479640ef17ce2fc0f6c13cf7961d2330
17464 Author: Wolfgang Denk <wd@denx.de>
17465 Date:   Fri May 1 00:16:11 2009 +0200
17466
17467     Update CHANGELOG; minor coding style cleanup.
17468
17469     Signed-off-by: Wolfgang Denk <wd@denx.de>
17470
17471 commit d3a513c23ba4100d6983161cdc1f747dfd087bbd
17472 Author: Manikandan Pillai <mani.pillai@ti.com>
17473 Date:   Tue Apr 21 17:29:05 2009 +0200
17474
17475     OMAP3: Fix timer handling to 1ms and CONFIG_SYS_HZ to 1000
17476
17477     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
17478     Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
17479
17480 commit ac9140037a84629c5583066ff1a177396c47d89d
17481 Author: Dirk Behme <dirk.behme@googlemail.com>
17482 Date:   Fri Apr 17 14:27:56 2009 +0200
17483
17484     OMAP3: Beagle: Set pinmux conditionally for Rev C boards
17485
17486     The Beagle Rev C boards pull UART2 from an alternate set of balls.
17487
17488     Signed-off-by: Steve Sakoman <steve@sakoman.com>
17489     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
17490
17491 commit c1a0fd5f2864e9d381f4a3dc948942cac974e89a
17492 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
17493 Date:   Mon Apr 27 18:33:33 2009 +0200
17494
17495     ubifs: BUG: Blocks commpressed with zlib
17496
17497     Blocks compressed with zlib dont have the full gzip header.
17498
17499     Without this patch, block compressed with zlib cannot be readed!
17500
17501     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
17502
17503 commit 35f6a943f7d92145d607c1d55f5c2e2eae5be630
17504 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
17505 Date:   Mon Apr 27 18:33:32 2009 +0200
17506
17507     lib_generic: gunzip: New function zunzip
17508
17509     Separate gunzip in
17510
17511     gunzip: Find the end of the header and call zunzip.
17512     zunzip: Inflate gunzip block without header.
17513
17514     UBI fs blocks can be compresed in lzo, zlib or no-compression. The
17515     current implementation of u-boot supported all the compressions but
17516     there was a bug in the implementation of the zlib blocks.
17517
17518     UBIFS's Zlib blocks do not have header but they were compressed using
17519     gunzip, a function used to decompress gunzip files/sectors with a
17520     header.
17521
17522     This patch adds a new function zunzip that uncompress a zlib block with
17523     no header.
17524
17525     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
17526
17527 commit a1e5f93185d0d85a4b3fad3b6c743cddcd373b0c
17528 Author: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
17529 Date:   Thu Apr 23 15:37:16 2009 +0200
17530
17531     at91: fixed plla calc when no USB support is active
17532
17533     Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
17534     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17535
17536 commit 3791a1187c1401c33c9512595e6e89dbb46230c5
17537 Author: Ladislav Michl <ladis@linux-mips.org>
17538 Date:   Wed Apr 22 01:12:04 2009 +0200
17539
17540     arm925t: Fix CONFIG_SYS_HZ to 1000
17541
17542     Let CONFIG_SYS_HZ to have value of 1000 effectively fixing all users of
17543     get_timer.
17544
17545     Changes since original version:
17546     * Set PTV=2 (divisor 8) for boards using 12MHz timer clock source to
17547       improve timer resolution.
17548
17549     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
17550
17551 commit 42bf4b2248146abdc592bde0009c6ea42067f437
17552 Author: Dirk Behme <dirk.behme@googlemail.com>
17553 Date:   Tue Apr 14 20:15:17 2009 +0200
17554
17555     OMAP3: Remove legacy NAND defines
17556
17557     Remove remaining legacy NAND defines for Beagle, EVM, Overo and Pandora.
17558
17559     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
17560
17561 commit cba0b778dd5f1ea32959b6825c7f0a31501a99d5
17562 Author: Sanjeev Premi <premi@ti.com>
17563 Date:   Mon Apr 27 21:27:54 2009 +0530
17564
17565     OMAP3: Print correct silicon revision
17566
17567     The function display_board_info() displays incorrect
17568     silicon revision - based on the return value from
17569     function get_cpu_rev().
17570
17571     This patch fixes the problem.
17572
17573     Signed-off-by: Sanjeev Premi <premi@ti.com>
17574
17575 commit 90006e9b33bcdbf241b0295d186e3634137907a9
17576 Author: Sanjeev Premi <premi@ti.com>
17577 Date:   Mon Apr 27 21:27:44 2009 +0530
17578
17579     OMAP3: Remove unused board-types
17580
17581     The board-types defined in struct omap3_sysinfo seem to be
17582     unused. The function display_board_info() is passed
17583     board type as an argument; which is ignored.
17584
17585     This patch removes all uses of board-type, related definitions
17586     and functions.
17587
17588     Signed-off-by: Sanjeev Premi <premi@ti.com>
17589
17590 commit 6a6b62e3aa4b340c4f8fc67b1487ddb5436c684d
17591 Author: Sanjeev Premi <premi@ti.com>
17592 Date:   Mon Apr 27 21:27:27 2009 +0530
17593
17594     OMAP3: Use functions print_cpuinfo() and checkboard()
17595
17596     Use the functions print_cpuinfo() and checkboard() to
17597     display the cpu and board specific information.
17598
17599     These functions reuse content from the existing function
17600     display_board_info() - which has been removed.
17601
17602     Also, updated the existig OMAP3 configurations to
17603     define:
17604      - CONFIG_DISPLAY_CPUINFO
17605      - CONFIG_DISPLAY_BOARDINFO
17606
17607     Signed-off-by: Sanjeev Premi <premi@ti.com>
17608
17609 commit f8e2b3107ee00f2782f8ebf47e3f09cda4e2353a
17610 Author: Stefan Roese <sr@denx.de>
17611 Date:   Wed Mar 18 11:17:37 2009 +0100
17612
17613     MTD: Change cfi-mtd to accept non-uniform sector sizes
17614
17615     With this patch non-uniform NOR FLASH chips (chips with multiple erase
17616     regions) can be exported via the cfi-mtd layer and therefor used by UBI.
17617     We select the largest sector size as erasesize. The cfi driver will make
17618     sure that the smaller sectors are handled correctly.
17619
17620     Signed-off-by: Stefan Roese <sr@denx.de>
17621
17622 commit 3dcbe628d66b648e954bc8147d4faff2983206d9
17623 Author: Anatolij Gustschin <agust@denx.de>
17624 Date:   Thu Apr 23 12:35:22 2009 +0200
17625
17626     video: fix bug in cfb_console.c code
17627
17628     Fix bug in drawing long version/info strings:
17629     U-Boot version string like
17630     "U-Boot 2009.03-05647-g7c51e06 (Apr 23 2009 - 12:40:00) MPC83XX"
17631     is long and doesn't wrap around correctly while drawing
17632     beside the logo. Such long strings partially overwrite
17633     the logo. This patch is an attempt to fix it.
17634
17635     Signed-off-by: Anatolij Gustschin <agust@denx.de>
17636
17637 commit 4d9eab89b3b2c2ed432b14d355a56f274d8aac75
17638 Author: Wolfgang Denk <wd@denx.de>
17639 Date:   Tue Apr 28 08:50:31 2009 +0200
17640
17641     cmd_ext2.c: fix compile warnings
17642
17643     Get rid of these warnings:
17644
17645     cmd_ext2.c:247: warning: format '%ld' expects type 'long int', but argument 2 has type 'int'
17646     cmd_ext2.c:248: warning: format '%lX' expects type 'long unsigned int', but argument 3 has type 'int'
17647
17648     Signed-off-by: Wolfgang Denk <wd@denx.de>
17649
17650 commit 28afe0160f87ff74574150d703055a965f91422a
17651 Author: Heiko Schocher <hs@denx.de>
17652 Date:   Mon Apr 27 10:48:20 2009 +0200
17653
17654     ids8247: Remove legacy NAND defines
17655
17656     because legacy NAND support is deprecated converting to current
17657     NAND interface. !This just compile, because I have no more the
17658     hardware to test it.
17659
17660     Signed-off-by: Heiko Schocher <hs@denx.de>
17661
17662 commit dbd33614404b65aa441c5620c3dbd560c4460c09
17663 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
17664 Date:   Mon Apr 27 09:13:31 2009 +0200
17665
17666     ubifs: BUG realpath string must be ended with NULL
17667
17668     If the memory used to copy the link_make is "dirty" the string wont
17669     be ended with NULL, throwing out multiple memory bugs.
17670
17671     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
17672     Acked-by: Stefan Roese <sr@denx.de>
17673
17674 commit 65351a8793c51f3787efbbcf3aa1df0ad543c127
17675 Author: Peter Tyser <ptyser@xes-inc.com>
17676 Date:   Fri Apr 24 15:59:56 2009 -0500
17677
17678     bmp_logo: Check return value of fread()
17679
17680     Add basic error handling to fread() function calls.  This prevents
17681     compililation warnings such as:
17682
17683     bmp_logo.c: In function â€˜main’:
17684     bmp_logo.c:71: warning: ignoring return value of â€˜fread’, declared with
17685     attribute warn_unused_result
17686     ...
17687
17688     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
17689
17690 commit eea8be86d1c2b570660d1f6c553845e13164231a
17691 Author: Peter Tyser <ptyser@xes-inc.com>
17692 Date:   Fri Apr 24 15:59:46 2009 -0500
17693
17694     ncb: Check return value of write()
17695
17696     This prevents the compilation warning:
17697
17698     ncb.c: In function 'main':
17699     ncb.c:32: warning: ignoring return value of â€˜write’, declared with
17700     attribute warn_unused_result
17701
17702     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
17703
17704 commit dbe29e36a4c2775b69b5a63b0ce2bac89c08e691
17705 Author: Stefan Roese <sr@denx.de>
17706 Date:   Fri Apr 24 15:59:35 2009 +0200
17707
17708     mtd: nand/onenand: Register mtd device upon device scanning
17709
17710     With this patch the NAND and OneNAND devices are registered in the MTD
17711     subsystem and can then be referenced by the mtdcore code (e.g.
17712     get_mtd_device_nm()). This is needed for the new "ubi part" command
17713     syntax without the flash type parameter (nor|nand|onenand).
17714
17715     Signed-off-by: Stefan Roese <sr@denx.de>
17716
17717 commit 10bb62d85a0850dbad1fdd34123378686373f166
17718 Author: Stefan Roese <sr@denx.de>
17719 Date:   Fri Apr 24 15:58:33 2009 +0200
17720
17721     mtd: nand: Include linux/mtd/partitions.h in nand_base.h
17722
17723     This patch removes this compilation warning when CONFIG_MTD_PARTITIONS is
17724     defined:
17725
17726     nand_base.c: In function 'nand_release':
17727     nand_base.c:2922: warning: implicit declaration of function 'del_mtd_partitions'
17728
17729     Signed-off-by: Stefan Roese <sr@denx.de>
17730
17731 commit 2d579e5060413af5a740cb396dc87e1ff31bf5a9
17732 Author: Stefan Roese <sr@denx.de>
17733 Date:   Fri Apr 24 20:24:19 2009 +0200
17734
17735     ubi: Remove flash selection parameter (nor|nand|onenand) from "ubi part"
17736
17737     This patch removes the now unnecessary flash type parameter from the
17738     "ubi part" command. Currently the user has to define the type of flash
17739     he will be using UBI on. Example:
17740
17741     => ubi part nor partition1
17742
17743     With this patch this type parameter is not needed anymore. The user can
17744     now select the partition directly without the flash type paramter.
17745     Example:
17746
17747     => ubi part partition1
17748
17749     This breaks backward compatibility right now because of the change in the
17750     command syntax. But UBI support is still quite fresh and the advantage of
17751     this new command is syntax big enough for this change. Additionally the
17752     code is much cleaner now.
17753
17754     Signed-off-by: Stefan Roese <sr@denx.de>
17755     CC: Kyungmin Park <kyungmin.park@samsung.com>
17756
17757 commit 294f10ca9ea82a15e135dcb0fc658382ab206940
17758 Author: Detlev Zundel <dzu@denx.de>
17759 Date:   Thu Apr 23 13:14:20 2009 +0200
17760
17761     mips/vcth: Use generic 16550 uart driver
17762
17763     As the common code also handles baudrate switching, which the board
17764     specific vct.c driver did not support, this is one of the rare
17765     occassions where deleting code actually adds a feature :)
17766
17767     Signed-off-by: Detlev Zundel <dzu@denx.de>
17768     Acked-by: Stefan Roese <sr@denx.de>
17769     Acked-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
17770
17771 commit 0c8a84916c5dacccdc5b27b63fc463e9f3b04f07
17772 Author: Ladislav Michl <ladis@linux-mips.org>
17773 Date:   Tue Apr 21 02:26:31 2009 +0200
17774
17775     Separate mtdparts command from jffs2
17776
17777     On Thu, Mar 19, 2009 at 01:30:36PM +0100, Stefan Roese wrote:
17778     > Currently the mtdparts commands are included in the jffs2 command support.
17779     > This doesn't make sense anymore since other commands (e.g. UBI) use this
17780     > infrastructure as well now. This patch separates the mtdparts commands from
17781     > the jffs2 commands making it possible to only select mtdparts when no JFFS2
17782     > support is needed.
17783
17784     One more leftover... Let nboot command know about partitions even if JFFS2
17785     support is not enabled.
17786
17787     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
17788     Acked-by: Stefan Roese <sr@denx.de>
17789
17790 commit 67c2e57c0875139dbfcd6f41c43e6ad0cb2e40c9
17791 Author: Peter Tyser <ptyser@xes-inc.com>
17792 Date:   Mon Apr 20 11:22:13 2009 -0500
17793
17794     cmd_ide: Remove unused AmigaOneG3SE code
17795
17796     The output_data_short() and input_data_short() functions for the
17797     AmigaOneG3SE are unused and result in compiler warnings.
17798
17799     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
17800
17801 commit c93c102ace00764a56dbdf78bac134a23906721e
17802 Author: Peter Tyser <ptyser@xes-inc.com>
17803 Date:   Mon Apr 20 11:21:40 2009 -0500
17804
17805     AmigaOneG3SE: Fix CONFIG_CMD_CONSOLE definition
17806
17807     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
17808
17809 commit 54e822f9590cc6c70411bd8cabd42236e07a2aa7
17810 Author: Peter Tyser <ptyser@xes-inc.com>
17811 Date:   Mon Apr 20 11:09:05 2009 -0500
17812
17813     Replace __asm references with __asm__
17814
17815     __asm__ follows gcc's documented syntax and is generally more common
17816     than __asm.  This change is only asthetic and should not affect
17817     functionality.
17818
17819     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
17820
17821 commit f9a109b3adc5e8647535357500e2a38f0558b5c2
17822 Author: Peter Tyser <ptyser@xes-inc.com>
17823 Date:   Mon Apr 20 11:08:46 2009 -0500
17824
17825     Replace __attribute references with __attribute__
17826
17827     __attribute__ follows gcc's documented syntax and is generally more
17828     common than __attribute.  This change is only asthetic and should not
17829     affect functionality.
17830
17831     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
17832
17833 commit 08f077da9298ff65cc6f85f90d2770000a1beee9
17834 Author: David Brownell <dbrownell@users.sourceforge.net>
17835 Date:   Thu Apr 16 19:55:48 2009 -0700
17836
17837     mtdpart command: align output columns
17838
17839     Make the headers in the "mtdparts" command output line up
17840     with their columns ... strike the extra TAB character.
17841
17842     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
17843
17844 commit 06f41f825c23344d889d5419bb5eaeceb3ed2a02
17845 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
17846 Date:   Thu Apr 16 10:51:03 2009 +0900
17847
17848     Remove sa1100.h
17849
17850     sa1100.h is not used anywhere, then remove it.
17851
17852     $ find . -name '*.h' -empty -print
17853     ./include/sa1100.h
17854     $ git grep 'sa1100.h' .
17855     $
17856
17857     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
17858     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17859
17860 commit 7d3d30b1b3fbd0a07db254ead99fa6fff4f4d992
17861 Author: Stefan Roese <sr@denx.de>
17862 Date:   Tue Apr 14 17:51:21 2009 +0200
17863
17864     UBIFS: Remove tnc_commit.c which is not used in the read-only version
17865
17866     I missed removing this file while implementing the UBIFS support. It's
17867     not referenced at all, so let's remove it. Thanks to Artem Bityutskiy
17868     for spotting.
17869
17870     Signed-off-by: Stefan Roese <sr@denx.de>
17871
17872 commit 6356daff70867822bdb23cea49f98e65421a25b8
17873 Author: Adrian Hunter <adrian.hunter@nokia.com>
17874 Date:   Tue Apr 14 17:50:38 2009 +0200
17875
17876     UBIFS: fix recovery bug
17877
17878     UBIFS did not recovery in a situation in which it could
17879     have. The relevant function assumed there could not be
17880     more nodes in an eraseblock after a corrupted node, but
17881     in fact the last (NAND) page written might contain anything.
17882     The correct approach is to check for empty space (0xFF bytes)
17883     from then on.
17884
17885     Signed-off-by: Adrian Hunter <adrian.hunter@nokia.com>
17886     Signed-off-by: Stefan Roese <sr@denx.de>
17887
17888 commit 351f40caf2f7806b2cefb93e077ea619b9f684e8
17889 Author: Gao Guanhua <B22826@freescale.com>
17890 Date:   Tue Apr 14 14:37:35 2009 +0800
17891
17892     fs: Fix the wrong type of var
17893
17894     The filelen should be signed type, not unsigned type.
17895     otherwise, The condition as below never take.
17896         if (filelen < 0)
17897
17898     Signed-off-by: Gao Guanhua <B22826@freescale.com>
17899     Signed-off-by: Dave Liu <daveliu@freescale.com>
17900
17901 commit 05f474c4d0469bebc0bb05df60a39dc7fdf28e62
17902 Author: Wolfgang Denk <wd@denx.de>
17903 Date:   Tue Apr 28 00:29:34 2009 +0200
17904
17905     Update CHANGELOG
17906
17907     Signed-off-by: Wolfgang Denk <wd@denx.de>
17908
17909 commit ad74cae9ff8790727bc81ee91c6bca7d50dca446
17910 Author: David Brownell <dbrownell@users.sourceforge.net>
17911 Date:   Thu Apr 16 23:15:15 2009 -0700
17912
17913     dm9000 EEPROM reading bugfix
17914
17915     Make the U-Boot dm9000 driver read addresses from EEPROM just
17916     like Linux does ... read six bytes, instead of reading twelve
17917     bytes and then discarding every other one.
17918
17919     Using the right Ethernet address is a big win.
17920
17921     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
17922     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17923     Acked-by: Ben Warren <biggerbadderben@gmail.com>
17924
17925 commit d4c02e6f5d49880123e7f584b88f857ffd874381
17926 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
17927 Date:   Wed Feb 25 14:27:24 2009 +0900
17928
17929     rtl8169: fix cache coherency problem
17930
17931     Fix the problem that cannot access actual data when CPU data cache enabled.
17932
17933     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
17934     Tested-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
17935     Acked-by: Ben Warren <biggerbadderben@gmail.com>
17936
17937 commit a85693b3bd4431b05b7df608b6f7733c0f80c53e
17938 Author: Dirk Behme <dirk.behme@googlemail.com>
17939 Date:   Tue Apr 21 17:30:51 2009 +0200
17940
17941     OMAP3: Fix changed mmc init command
17942
17943     In recent U-Boot mmcinit changed to mmc init.
17944
17945     Signed-off-by: Steve Sakoman <steve@sakoman.com>
17946     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
17947
17948 commit 34b76a14f676bc6501c27a96564e4dfb4793f033
17949 Author: Wolfgang Denk <wd@denx.de>
17950 Date:   Sun Apr 26 20:39:26 2009 +0200
17951
17952     lib_arm/board.c: remove misleading "test-only" comment.
17953
17954     For a long time, the print_cpuinfo() declaration in lib_arm/board.c
17955     had been marked as "test-only", which is plain wrong considering
17956     current usage.  Delete this misleading comment.
17957
17958     Signed-off-by: Wolfgang Denk <wd@denx.de>
17959
17960 commit 7239c5da5e9197accb3dfe395be4502c3b9bca8e
17961 Author: David Brownell <dbrownell@users.sourceforge.net>
17962 Date:   Sun Apr 12 15:40:16 2009 -0700
17963
17964     minor DaVinci clock cleanup
17965
17966     Minor cleanup to clock-related defines for DaVinci DM6446 boards:
17967
17968      - CONFIG_SYS_CLK_FREQ is unused; remove it.
17969
17970      - CONFIG_SYS_NS16550_CLK must be the same as CONFIG_SYS_HZ_CLOCK
17971
17972     On DM6446 both of those peripheral clocks actually come from the
17973     same source, the primary oscillator.  Having them use the same
17974     symbol avoids bugs in the clone'n'modify development cycle.
17975
17976     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
17977
17978 commit ffd8c7170d55c34bbfcfd2c84093dcaff796cbf3
17979 Author: Minkyu Kang <mk7.kang@samsung.com>
17980 Date:   Mon Apr 6 19:59:29 2009 +0900
17981
17982     s3c64xx: remove unnecessary definition
17983
17984     CONFIG_S3C6400 is must defined at config header file
17985     That definition is unnecessary at this file
17986
17987     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
17988
17989 commit 14b9308d511b53042ef478936e367a67282df66a
17990 Author: Heiko Schocher <hs@denx.de>
17991 Date:   Fri Apr 24 06:50:45 2009 +0200
17992
17993     83xx: searching "muram-data" by compatible property
17994
17995     if using CONFIG_BOOTCOUNT_LIMIT feature on a MPC8360 CPU
17996     in the muram-data node, the reg entry needs to be updated.
17997     This is done in fdt_fixup_muram(), but we should use
17998     the compatible "fsl,qe-muram-data" for searching the
17999     node instead of searching the muram-data node with
18000     an absolute path.
18001
18002     Signed-off-by: Heiko Schocher <hs@denx.de>
18003     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18004
18005 commit 8e15088794807944b221c11609d36789efc7f767
18006 Author: Anatolij Gustschin <agust@denx.de>
18007 Date:   Thu Apr 23 21:29:34 2009 +0200
18008
18009     mpc83xx: MPC8360ERDK: fix environment offset configuration bug
18010
18011     The size of U-Boot binary for MPC8360ERDK increased
18012     (> 2 flash sectors now), so 'saveenv' will partially
18013     overwrite U-Boot in flash and will brick the board.
18014     This patch moves environment offset to fourth flash
18015     sector and also fixes CONFIG_SYS_MONITOR_LEN.
18016
18017     Signed-off-by: Anatolij Gustschin <agust@denx.de>
18018     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18019
18020 commit 3c172c4fdbbb5858fae38478d6399be4a16be3fc
18021 Author: Michael Zaidman <michael.zaidman@gmail.com>
18022 Date:   Sat Apr 4 01:43:00 2009 +0300
18023
18024     NetLoop initialization bug
18025
18026     The patch fixes the bug of partial initialization of global network
18027     parameters.
18028
18029     Upon u-boot's start up the first ping command causes a failure of the
18030     consequent TFTP command. It happens in the recently added mechanism of
18031     the NetLoop initialization where initialization of global network
18032     parameters is separated in the NetInitLoop routine which is called per
18033     env_id change. Thus, ping request will initialize the network parameters
18034     necessary for ping operation only, afterwards the env_changed_id will be
18035     set to the env_id that will prevent all following initialization requests
18036     from other protocols.
18037     The problem is that the initialized by ping subset of network parameters
18038     is not sufficient for other protocols and particularly for TFTP which
18039     requires the NetServerIp also.
18040
18041     Signed-off-by: Michael Zaidman <michael.zaidman@gmail.com>
18042     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18043
18044 commit b11f664f52c2855990107c18f242223377183575
18045 Author: Timur Tabi <timur@freescale.com>
18046 Date:   Thu Apr 9 10:27:05 2009 -0500
18047
18048     net: fix ULI 526x macro usage in netdev.h
18049
18050     Change netdev.h to use CONFIG_ULI526X instead of CONFIG_ULI526.  CONFIG_ULI526X
18051     is used everywhere else, so that's the correct macro name.  Without this fix,
18052     Ethernet will not work on the Freescale MPC8610 HPCD.
18053
18054     Signed-off-by: Timur Tabi <timur@freescale.com>
18055     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18056
18057 commit 7ee38c044ca5041d3378d6507580ea4ec344af96
18058 Author: David Brownell <dbrownell@users.sourceforge.net>
18059 Date:   Sun Apr 12 15:38:06 2009 -0700
18060
18061     fix DaVinci NS16550_REG_SIZE regression
18062
18063     Update the DaVinci DM6446 boards to use the new convention
18064     for CONFIG_SYS_NS16550_REG_SIZE ... the size hasn't changed
18065     from the original 4 bytes, but these chips are little-endian.
18066
18067     (Resolves a regression added recently by the include/ns16550.h
18068     patch to "Unify structure declaration for registers".  The code
18069     previously worked just fine because the registers were accessed
18070     as host-endian words, not as bytes.)
18071
18072     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
18073
18074 commit dfc99e143fca44a492918ac6cf3f76ee9c2473a9
18075 Author: Mike Frysinger <vapier@gentoo.org>
18076 Date:   Sun Apr 12 22:29:20 2009 -0400
18077
18078     cmd_nand: drop duplicate NULL ptr check
18079
18080     The first if statement checks for NULL ptrs, so there is no need to check
18081     it again in later else cases (such as .oob).
18082
18083     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18084     CC: Scott Wood <scottwood@freescale.com>
18085
18086 commit 7732cef2eeb4e339cfcd8553fab773af73a20805
18087 Author: David Brownell <dbrownell@users.sourceforge.net>
18088 Date:   Mon Apr 13 08:03:38 2009 -0700
18089
18090     CMD_UBI != MTD_PARTITIONS
18091
18092     Fix dependency goofage:  it should certainly be possible to have the
18093     partition support without bringing in UBI commands.
18094
18095     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
18096     Acked-by: Stefan Roese <sr@denx.de>
18097
18098 commit 6ebff365eb63093ca35b687316002535c6a18820
18099 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18100 Date:   Thu Apr 16 21:30:48 2009 +0200
18101
18102     at91sam9/at91cap: fix CONFIG_SYS_HZ to 1000
18103
18104     The timer has been rewrote with a precision at ~0,18%
18105
18106     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18107     Tested-by: Sergey Lapin <slapin@ossfans.org>
18108     Tested-by: Eric BENARD <ebenard@free.fr>
18109
18110 commit f0a2c7b4b64eacd06bb272856bcc056be8719f5a
18111 Author: Ilko Iliev <iliev@ronetix.at>
18112 Date:   Thu Apr 16 21:30:48 2009 +0200
18113
18114     at91: add support for the PM9263 board of Ronetix GmbH
18115
18116     The PM9263 board is based on the AT91SAM9263-EK board.
18117
18118     Here is the page on Ronetix website:
18119     http://www.ronetix.at/starter_kit_9263.html
18120
18121     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
18122     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18123
18124 commit dc39ae9513c32dfeb9e018dc0d22c6484514fefb
18125 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18126 Date:   Thu Apr 16 21:30:44 2009 +0200
18127
18128     at91sam9/at91cap: improve clock framework
18129
18130     calculate dynamically the clock rate and pllb setting for usb
18131
18132     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18133
18134 commit dd7c302099ef5590069bdbf292aaa8230cd59de7
18135 Author: Stefan Roese <sr@denx.de>
18136 Date:   Wed Apr 15 14:08:48 2009 +0200
18137
18138     ppc4xx: Disable POST memory test on NAND-booting Kilauea
18139
18140     Don't run the memory POST on the NAND-booting version. It will
18141     overwrite part of the U-Boot image which is already loaded from NAND
18142     to SDRAM. We were just lucky that it booted at all with this SDRAM
18143     test enabled.
18144
18145     Signed-off-by: Stefan Roese <sr@denx.de>
18146
18147 commit 9a929170be89b27bce677504da27e88600c06c49
18148 Author: Stefan Roese <sr@denx.de>
18149 Date:   Wed Apr 15 14:06:26 2009 +0200
18150
18151     ppc4xx: Disable POST memory test on NAND-booting Sequoia
18152
18153     Don't run the memory POST on the NAND-booting version. It will
18154     overwrite part of the U-Boot image which is already loaded from NAND
18155     to SDRAM. We were just lucky that it booted at all with this SDRAM
18156     test enabled.
18157
18158     Signed-off-by: Stefan Roese <sr@denx.de>
18159
18160 commit 17c1b0e89b8be7d90f605eb19af9218c6275bfb3
18161 Author: Stefan Roese <sr@denx.de>
18162 Date:   Wed Apr 15 11:32:53 2009 +0200
18163
18164     ppc4xx: Remove unused code for Sequoia NAND booting version
18165
18166     The current define of get_bus_freq() in the CONFIG_NAND_SPL #ifdef is not
18167     used at all. This patch changes it's define to the currently used value of
18168     133333333 and removes the unnecessary code.
18169
18170     Signed-off-by: Stefan Roese <sr@denx.de>
18171
18172 commit cf9409885cbe01405bad76790e99f8adf3351f4d
18173 Author: Stefan Roese <sr@denx.de>
18174 Date:   Wed Apr 15 10:50:48 2009 +0200
18175
18176     ppc4xx: Add "booting from NAND" to 4xx NAND-booting targets
18177
18178     This additional text in the bootup log helps to see if the board is
18179     configured for NAND-booting. Especially helpful for boards that can
18180     boot from NOR and NAND (e.g. most of the AMCC eval boards).
18181
18182     Signed-off-by: Stefan Roese <sr@denx.de>
18183
18184 commit 5132106a27b8fb302677852b26ffd319b40d17e2
18185 Author: Stefan Roese <sr@denx.de>
18186 Date:   Wed Apr 8 10:36:22 2009 +0200
18187
18188     ppc4xx: Fixup chip-selects in dtb for NAND-booting Sequoia
18189
18190     Currently the NOR & NAND support in Linux only works for the "standard"
18191     Sequoia, the version booting for NOR flash. The NAND-booting version
18192     has the chip-selects swapped. Here the chip-select mappings:
18193
18194     "Standard" NOR-booting version:
18195     CS0 NOR
18196     CS3 NAND
18197
18198     NAND-booting version:
18199     CS0 NAND
18200     CS3 NOR
18201
18202     With this path the dtb gets fixed-up, so that the correct chip-select
18203     numbers are patched in the dtb enabling correct NOR & NAND support
18204     in Linux on the NAND-booting Sequoia version.
18205
18206     Signed-off-by: Stefan Roese <sr@denx.de>
18207
18208 commit aad4eca4ba8d597747199d8af723426681557dda
18209 Author: Mike Frysinger <vapier@gentoo.org>
18210 Date:   Sat Apr 4 09:10:27 2009 -0400
18211
18212     Blackfin: audit UART for all known anomalies
18213
18214     There is no code change here, just new comments, but this keeps me from
18215     having to do another audit from scratch in the future.
18216
18217     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18218
18219 commit 8ef929afa43c77c9573caa57c6e17a97a33775c0
18220 Author: Mike Frysinger <vapier@gentoo.org>
18221 Date:   Sat Apr 4 08:40:13 2009 -0400
18222
18223     Blackfin: add check for anomaly 05000362
18224
18225     DESCRIPTION:
18226     The column address width settings for banks 2 and 3 are misconnected in
18227     the SDRAM controller.  Accesses to bank 2 will result in an error if the
18228     Column Address Width for bank 3 (EB3CAW ) is not set to be the same as
18229     that of bank 2.
18230
18231     WORKAROUND:
18232     If using bank 2, make sure that banks 2 and 3 have the same column address
18233     width settings in the EBIU_SDBCTL register.  This must be the case
18234     regardless of whether or not bank 3 is enabled.
18235
18236     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18237
18238 commit c2e07449f546fb375289cdac1a608fdc20357873
18239 Author: Mike Frysinger <vapier@gentoo.org>
18240 Date:   Sat Apr 4 08:29:55 2009 -0400
18241
18242     Blackfin: add comment about anomaly 05000430 avoidance
18243
18244     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18245
18246 commit 48ab1509254a4c175e4f65c478a978928ffe09ec
18247 Author: Mike Frysinger <vapier@gentoo.org>
18248 Date:   Sat Apr 4 08:10:22 2009 -0400
18249
18250     Blackfin: add workaround for anomaly 05000242
18251
18252     DESCRIPTION:
18253     If the DF bit is set prior to a hardware reset, the PLL will continue to
18254     divide CLKIN by 2 after the hardware reset, but the DF bit itself will be
18255     cleared in the PLL_CTL register.
18256
18257     WORKAROUND:
18258     Reprogram the PLL with DF cleared if the desire is to not divide CLKIN by
18259     2 after reset.
18260
18261     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18262
18263 commit ce1fe4ba6bb9df7c57351436fa17d1af8bbe7916
18264 Author: Mike Frysinger <vapier@gentoo.org>
18265 Date:   Sat Apr 4 08:09:24 2009 -0400
18266
18267     Blackfin: add workaround for anomaly 05000171
18268
18269     DESCRIPTION:
18270     The Boot ROM is executed at power up/reset and changes the value of the
18271     SICA_IWR registers from their default reset value of 0xFFFF, but does not
18272     restore them.
18273
18274     WORKAROUND:
18275     User code should not rely on the default value of these registers.  Set
18276     the desired values explicitly.
18277
18278     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18279
18280 commit 51ee6e057f7a920e2a125cd9f985d10f625e355f
18281 Author: Mike Frysinger <vapier@gentoo.org>
18282 Date:   Sat Apr 4 08:22:36 2009 -0400
18283
18284     Blackfin: update anomaly sheets
18285
18286     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18287
18288 commit a343ba87ea0320ca0a4ecfa2c42cd9d4f18883df
18289 Author: Graf Yang <graf.yang@analog.com>
18290 Date:   Sat Apr 4 07:45:57 2009 -0400
18291
18292     Blackfin: nand: flush peripheral before polling it
18293
18294     We need to make sure the data written to the nand flash controller makes
18295     it there before we start polling its status register.  Otherwise, we may
18296     get stale data and return before the controller is actually ready.
18297
18298     Signed-off-by: Graf Yang <graf.yang@analog.com>
18299     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18300     Acked-by: Scott Wood <scottwood@freescale.com>
18301
18302 commit 3ccbfb25f48af78e7092ac75f3115e924e76c748
18303 Author: Remy Bohmer <linux@bohmer.net>
18304 Date:   Sun Apr 5 11:43:28 2009 +0200
18305
18306     Support for PXA27X UDC.
18307
18308         This Patch adds Support for PXA27X UDC.
18309         (Rebased to drivers/usb reorganisation)
18310
18311     Signed-off-by: Vivek Kutal <vivek.kutal@azingo.com>
18312     Signed-off-by: Remy Bohmer <linux@bohmer.net>
18313
18314 commit 2731b9a86685190d26b1883f27afda5ac8e1a313
18315 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18316 Date:   Fri Apr 3 12:46:58 2009 +0200
18317
18318     drivers/usb: regorganisation
18319
18320     move to linux usb driver organisation
18321
18322     as following
18323
18324     drivers/usb/gadget
18325     drivers/usb/host
18326     drivers/usb/musb
18327
18328     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18329     Signed-off-by: Remy Bohmer <linux@bohmer.net>
18330
18331 commit d04371a116d102e587ba7aa4c329b441cdbea3f4
18332 Author: Todor I Mollov <tmollov@ucsd.edu>
18333 Date:   Sat Apr 4 06:53:06 2009 -0400
18334
18335     Blackfin: spi: make cs deassert function deterministic
18336
18337     Blackfin SPI driver was not driving the SPI chip-select high before
18338     putting the chip-select signals into tri-state mode.  This is probably
18339     something that slipped by unnoticed in most designs.  If the signals are
18340     put directly into a tri-state mode, then the board is relying on the
18341     pull-up resistors to pull up the chip-select before the next transaction.
18342     Most of the time this is fine, except when you have two transactions that
18343     follow each other very closely, such as the flash erase and read status
18344     register commands.  In this case I was seeing a 500ns separation between
18345     the transactions.  In my setup, with a 10kOhm pull-up, it would meet
18346     timing spec about half the time and resulted in intermittent errors.  (A
18347     stronger pull up would fix this, but our design is targeted for low power
18348     consumption and a 3.3kOhm @ 3.3v is 3.3mW of needless power consumption.)
18349     I modified the spi_cs_deactivate() function in bfin_spi.c to drive the
18350     chip-selects high before putting them into tri-state.  For me, this
18351     resulted in a rise time of 5ns instead of the previous rise time of about
18352     1us, and fully satisfied the timing spec of the chip.
18353
18354     Signed-off-by: Todor I Mollov <tmollov@ucsd.edu>
18355     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18356
18357 commit c6fadb9c73a6a3e0c7f20696e978304a593a8d2d
18358 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18359 Date:   Sat Dec 13 21:08:05 2008 +0100
18360
18361     integratorap: fix PCI support
18362
18363     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18364
18365 commit 1c397508c836dfcb01fb2471c71de0727051f117
18366 Author: Dirk Behme <dirk.behme@googlemail.com>
18367 Date:   Mon Mar 30 21:15:23 2009 +0200
18368
18369     OMAP3: Update Overo pin mux for new expansion board
18370
18371     A new Overo expansion board uses GPIO 14, 21, 22 and 23 for LED's and
18372     switches. This patch changes the pinmux configuration for those pins.
18373     They were previously set up for unused MMC3_DAT4-7.
18374
18375     Signed-off-by: Steve Sakoman <steve@sakoman.com>
18376     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
18377
18378 commit ab298231518675b3784aea88ee9b978438f99e63
18379 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18380 Date:   Sun Apr 5 13:08:03 2009 +0200
18381
18382     arm: unify reset command
18383
18384     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18385
18386 commit b3acb6cd4059dfb29a5e99095d802717f53ff784
18387 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18388 Date:   Sun Apr 5 13:06:31 2009 +0200
18389
18390     arm: clean cache management
18391
18392     unify arm cache management except for non standard cache as ARM7TDMI
18393
18394     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18395
18396 commit 677e62f43235de9a1701204d7bcea0fb3d233fa1
18397 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18398 Date:   Sun Apr 5 13:02:43 2009 +0200
18399
18400     arm: update co-processor 15 access
18401
18402     import system.h from linux
18403
18404     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18405
18406 commit 23e4af49e066a53cd3e3659b68ef90572d88de84
18407 Author: Guennadi Liakhovetski <lg@denx.de>
18408 Date:   Sun Apr 5 00:42:02 2009 +0200
18409
18410     ARM: add the imx31_phycore_eet target to MAINTAINERS
18411
18412     imx31_phycore_eet is a variant of the imx31_phycore board with a few
18413     extensions, which justifies a separate entry in the MAINTAINERS list,
18414     whereas normally all entries sharing a single configuration file and a
18415     board/ directory have only one entry in MAINTAINERS.
18416
18417     Reported-by: Wolfgang Denk <wd@denx.de>
18418     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
18419
18420 commit 69c5bf29908b3a7f8e23bd9891b7ecc5b21f23e5
18421 Author: Guennadi Liakhovetski <lg@denx.de>
18422 Date:   Sun Apr 5 00:37:07 2009 +0200
18423
18424     ARM: fix out-of-tree build of imx31_phycore_eet
18425
18426     Fix out-of-tree build of the imx31_phycore_eet target.
18427
18428     Reported-by: Wolfgang Denk <wd@denx.de>
18429     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
18430
18431 commit 3c853f31d6a8e4407f73a2ca2c63d383a245f237
18432 Author: Jon Smirl <jonsmirl@gmail.com>
18433 Date:   Sat Apr 4 17:44:51 2009 -0400
18434
18435     mpc5200: reduce delays in i2c
18436
18437     The previous code waited 1000us before checking i2c
18438     status. Measurement shows i2c is usually ready in
18439     under 50us. Change the polling interval to 15us,
18440     loop 6,667 times to keep the polling timeout constant
18441     at 100ms.
18442
18443 commit 36003268968949110ef145d9f2eaf8439c96d25b
18444 Author: Sanjeev Premi <premi@ti.com>
18445 Date:   Fri Apr 3 14:00:07 2009 +0530
18446
18447     OMAP: Fix compile issue
18448
18449     Fixes this compile error:
18450     board.c: In function 'do_switch_ecc':
18451     board.c:339: error: 'cmd_tbl_t' has no member named 'help'
18452     make[1]: *** [board.o] Error 1
18453     make[1]: Leaving directory `/db/psp_git/users/a0756819/u-boot/cpu/arm_cortexa8/omap3'
18454     make: *** [cpu/arm_cortexa8/omap3/libomap3.a] Error 2
18455
18456     This is due to the fact that current command uses long
18457     help for the usage print even if the CONFIG_SYS_LONGHELP
18458     is not enabled. (Thanks Jean-Christophe for explanation).
18459
18460     Signed-off-by: Sanjeev Premi <premi@ti.com>
18461
18462 commit 342c1a5d9ab74febf3226a86216dc5aa05295d46
18463 Author: Minkyu Kang <mk7.kang@samsung.com>
18464 Date:   Fri Apr 3 09:56:16 2009 +0900
18465
18466     s3c64xx: fix the wrong gpio offset
18467
18468     This patch fix the wrong gpio offset
18469
18470     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
18471
18472 commit ab0689c316c9b2ee33f4de1c50263b64e539f12a
18473 Author: Kyungmin Park <kmpark@infradead.org>
18474 Date:   Wed Nov 26 10:18:13 2008 +0900
18475
18476     Move machine specific code to board at s3c64xx (v2)
18477
18478     Move machine specific code to smdk6400.
18479     Some board use OneNAND instead of NAND.
18480
18481     Some register MP0_CS_CFG[5:0] are controled by both h/w and s/w.
18482     So it's better to use macro instead of hard-coded value.
18483
18484     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
18485
18486 commit 767f3acd9f6e1dcb8ada926c333945382eddc7e8
18487 Author: Tom Rix <Tom.Rix@windriver.com>
18488 Date:   Wed Apr 1 22:02:19 2009 -0500
18489
18490     ZOOM1 Remove legacy NAND defines
18491
18492     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
18493
18494 commit 5891151707ee5902fe62d554c247f42865815757
18495 Author: Tom Rix <Tom.Rix@windriver.com>
18496 Date:   Wed Apr 1 22:02:20 2009 -0500
18497
18498     OMAP3 Fix multiline formatting in board init files.
18499
18500     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
18501
18502 commit c0a14aedc3440d6591b8c86d45861a0a8b46e11d
18503 Author: Wolfgang Denk <wd@denx.de>
18504 Date:   Sun Apr 5 00:27:57 2009 +0200
18505
18506     Update CHANGELOG, coding style cleanup.
18507
18508 commit f63728c804ab7413a67d70f6774cd30c3f7b40fb
18509 Author: Wolfgang Denk <wd@denx.de>
18510 Date:   Sun Apr 5 00:18:44 2009 +0200
18511
18512     One more fix for building env_embedded.o
18513
18514     In addition to the changes for CONFIG_ENV_IS_IN_FLASH as done in
18515     commit afcbce07, we also need to do the same for
18516     CONFIG_ENV_IS_IN_EEPROM and CONFIG_ENV_IS_IN_NVRAM.
18517
18518     Signed-off-by: Wolfgang Denk <wd@denx.de>
18519
18520 commit e3d1ac7bb1955d36980d267cb4cec40b0f7d30b5
18521 Author: Scott Wood <scottwood@freescale.com>
18522 Date:   Thu Apr 2 16:15:10 2009 -0500
18523
18524     common/image.c: Relocate strings in tables.
18525
18526     Without this, u-boot can crash or print garbage if the original link
18527     address no longer points to a valid string.
18528
18529     Signed-off-by: Scott Wood <scottwood@freescale.com>
18530
18531 commit 3a671fc06ae1d9e8eba76600372317c75ae0eb3e
18532 Author: Scott Wood <scottwood@freescale.com>
18533 Date:   Thu Apr 2 16:10:36 2009 -0500
18534
18535     mpc8260: Fill in brg's clock-frequency in device tree.
18536
18537     Signed-off-by: Scott Wood <scottwood@freescale.com>
18538
18539 commit c73ed274a211699739d83c2cef92853dc6716e15
18540 Author: Scott Wood <scottwood@freescale.com>
18541 Date:   Thu Apr 2 18:20:43 2009 -0500
18542
18543     MPC8260ADS: Add nfsboot/ramboot to default environment.
18544
18545     This brings it in line with other Freescale boards.
18546
18547     Signed-off-by: Scott Wood <scottwood@freescale.com>
18548
18549 commit c203ef5db0476a8c4f6dd86b2e9e9db0ea973f84
18550 Author: Andreas Huber <andreas.huber@keymile.com>
18551 Date:   Thu Apr 2 17:15:34 2009 +0200
18552
18553     UBI/cfi-mtd: Fix mtd name for multiple chips
18554
18555     On platforms with multiple NOR chips, currently only the first one
18556     can be selected using the "ubi part" command. This patch fixes this
18557     problem by using different names for the NOR "mtd devices".
18558
18559     It also changes the name of the NOR MTD device from "cfi-mtd" to
18560     "norX" (X indexing the device numer) to better match the mtdparts
18561     defaults.
18562
18563     Signed-off-by: Stefan Roese <sr@denx.de>
18564     Signed-off-by: Andreas Huber <andreas.huber@keymile.com>
18565
18566 commit 6b6bb02f27fcabfb37ea717fb7e243248e1e2acf
18567 Author: Peter Korsgaard <jacmet@sunsite.dk>
18568 Date:   Tue Mar 31 17:52:16 2009 +0200
18569
18570     tools/setlocalversion: use git svn instead of git-svn
18571
18572     Use the new "git <subcmd>" syntax instead of the deprecated
18573     "git-<subcmd>".
18574
18575     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
18576
18577 commit 7fa96a9a54eb0d87d73888ec2565cda790ba0dff
18578 Author: Mingkai Hu <Mingkai.hu@freescale.com>
18579 Date:   Tue Mar 31 14:09:40 2009 +0800
18580
18581     eSPI: add the eSPI register support
18582
18583     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
18584
18585 commit 869f6bf4def5a053fbd1aecd8b2fc36f05196c0b
18586 Author: Minkyu Kang <mk7.kang@samsung.com>
18587 Date:   Mon Mar 30 14:55:51 2009 +0900
18588
18589     cmd_mmc: add support for device command for selecting mmc device
18590
18591     This patch improves device command for selecting mmc device
18592
18593     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
18594
18595 commit 9abc9ef8fbe079bf75a634ce64b7dcdb7b0d8bdc
18596 Author: Alan Carvalho de Assis <acassis@gmail.com>
18597 Date:   Sat Mar 28 19:50:16 2009 -0300
18598
18599     Small fix to m5282evb
18600
18601     This is just a small fix to get u-boot on m5282evb.
18602
18603     Signed-off-by: Alan Carvalho de Assis <acassis@gmail.com>
18604
18605 commit febd7e4174e54579c9aa165c85c519fe5288f9d2
18606 Author: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
18607 Date:   Fri Mar 27 10:21:14 2009 +0100
18608
18609     UBIFS: add R/O compatibility
18610
18611     Now UBIFS is supported by u-boot. If we ever decide to change the
18612     media format, then people will have to upgrade their u-boots to
18613     mount new format images. However, very often it is possible to
18614     preserve R/O forward-compatibility, even though the write
18615     forward-compatibility is not preserved.
18616
18617     This patch introduces a new super-block field which stores the
18618     R/O compatibility version.
18619
18620     Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
18621     Acked-by: Adrian Hunter <Adrian.Hunter@nokia.com>
18622     Signed-off-by: Stefan Roese <sr@denx.de>
18623
18624 commit 852dbfdd56f68eb67d138b306a64e4de58dabb91
18625 Author: Mike Frysinger <vapier@gentoo.org>
18626 Date:   Mon Mar 23 22:27:34 2009 -0400
18627
18628     more command usage cleanup
18629
18630     Fix up a few dangling commands like in "Command usage cleanup" commit.
18631
18632     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18633
18634 commit b93b24bf76f8a8220b236df3a5f30b2204eb4edc
18635 Author: Ladislav Michl <ladis@linux-mips.org>
18636 Date:   Mon Mar 23 12:06:07 2009 +0100
18637
18638     Separate mtdparts command from jffs2
18639
18640     On Thu, Mar 19, 2009 at 01:30:36PM +0100, Stefan Roese wrote:
18641     > Currently the mtdparts commands are included in the jffs2 command support.
18642     > This doesn't make sense anymore since other commands (e.g. UBI) use this
18643     > infrastructure as well now. This patch separates the mtdparts commands from
18644     > the jffs2 commands making it possible to only select mtdparts when no JFFS2
18645     > support is needed.
18646
18647     ... and to make it useful for NAND chips as well, we should also remove now
18648     unrelated CONFIG_JFFS2_NAND. Note that struct part_info etc is in
18649     jffs2/load_kernel.h which is a bit misleading filename for that purpose,
18650     but that can be fixed later (tm).
18651
18652     Signed-off-by:  Ladislav Michl <ladis@linux-mips.org>
18653
18654 commit b196ca75503ce307c535b87bf47d51f05e7530df
18655 Author: Mike Frysinger <vapier@gentoo.org>
18656 Date:   Sun Mar 22 22:18:01 2009 -0400
18657
18658     smc91111_eeprom: move board-specific init into SMC91111_EEPROM_INIT()
18659
18660     Rather than sticking Blackfin-specific stuff into the eeprom example, use
18661     an indirect macro so that any board can override it with their own magic
18662     sauce in their board config file.
18663
18664     Also fix some spurious semi-colons in defines while I'm at it ...
18665
18666     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18667     CC: Ben Warren <biggerbadderben@gmail.com>
18668
18669 commit f5cf2ef2ad2a8bf321712ab460ed846120163d74
18670 Author: Sascha Hauer <s.hauer@pengutronix.de>
18671 Date:   Sat Mar 21 09:38:46 2009 -0400
18672
18673     mpc52xx phy: initialize only when needed
18674
18675     Do not initialize phy on startup, instead initialize it
18676     when we actually need it.
18677
18678     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
18679
18680 commit 03bab0091948196b9558248684c04f60943ca4b5
18681 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18682 Date:   Mon Mar 30 16:51:40 2009 +0200
18683
18684     at91sam9263ek: enable hush and auto complete support
18685
18686     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18687     Acked-by: Stelian Pop <stelian@popies.net>
18688
18689 commit 4758ebdd53571d4d183be5c2db8f0ee4ef368915
18690 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18691 Date:   Fri Mar 27 23:26:44 2009 +0100
18692
18693     at91: move dataflash spi driver to drivers/spi
18694
18695     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18696
18697 commit 2b7178afce59f71e95da657273f4132012098c1f
18698 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18699 Date:   Fri Mar 27 23:26:44 2009 +0100
18700
18701     at91: move usb driver to drivers/usb
18702
18703     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18704
18705 commit f82518d7f443ebac5f8821103a3c521c963aa6ee
18706 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18707 Date:   Fri Mar 27 23:26:43 2009 +0100
18708
18709     at91rm9200: Reset update
18710
18711     Update the rm9200 reset sequence to try executing a board-specific reset
18712     function and move specific board reset to board.
18713
18714     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18715
18716 commit 3524049cd053746298e4cfab2449882e75c146fc
18717 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18718 Date:   Fri Mar 27 23:26:43 2009 +0100
18719
18720     at91rm9200: move serial shutdown code to serial drivers
18721
18722     introduce serial_exit for this purpose. Use it only when the rm9200
18723     serial driver is active
18724
18725     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18726
18727 commit beebd851cdbc9dd070bcdfec1fd8f17e3cc91bc0
18728 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18729 Date:   Fri Mar 27 23:26:43 2009 +0100
18730
18731     at91rm9200: move serial driver to drivers/serial
18732
18733     add CONFIG_AT91RM9200_USART to activate the driver
18734
18735     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18736
18737 commit cb82a532669f6b02225ec3429ea4d49ff2b97d0a
18738 Author: Ulf Samuelsson <ulf@atmel.com>
18739 Date:   Fri Mar 27 23:26:43 2009 +0100
18740
18741     Add support for the AT91RM9200EK Board.
18742
18743     The AT91RM9200-EK Evaluation Board supports the AT91RM9200
18744     ARM9-based 32-bit RISC microcontroller and enables real-time code development
18745     and evaluation.
18746
18747     Here is the chip page on Atmel website:
18748     http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3507
18749
18750     with
18751         - NOR (cfi driver)
18752         - DataFlash
18753         - USB OHCI
18754         - Net
18755         - I2C (hard)
18756
18757     Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
18758     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18759
18760 commit b9c0e4c29e3ec12668ac50e954e7c9ba8f7aa10a
18761 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18762 Date:   Fri Mar 27 23:26:42 2009 +0100
18763
18764     add dataflash mmc mux missing support
18765
18766     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18767
18768 commit 2a325ce3c705ab2d82760afc541c511328472df8
18769 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18770 Date:   Fri Mar 27 23:26:42 2009 +0100
18771
18772     at91rm9200dk: Move conditional compilation to Makefile
18773
18774     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18775
18776 commit 90a92a708d5180a20d600ba0fc2352ec76dc3829
18777 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18778 Date:   Fri Mar 27 23:26:42 2009 +0100
18779
18780     at91: rename DATAFLASH_MMC_SELECT to CONFIG_DATAFLASH_MMC_SELECT
18781
18782     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18783
18784 commit 843a2654bce74192de2b5a43474fdc27a572ab40
18785 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18786 Date:   Fri Mar 27 23:26:42 2009 +0100
18787
18788     at91sam9: add watchdog support
18789
18790     Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
18791     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18792
18793 commit a47492ac60657dd9d59c713aa049319ea6eabd52
18794 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18795 Date:   Fri Mar 27 13:14:52 2009 +0100
18796
18797     at91sam9/at91cap: spi init add hardware chip select support
18798
18799     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18800
18801 commit 66932ac3929c7a145a6ef6574a96fd7535154951
18802 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18803 Date:   Sat Apr 4 19:15:40 2009 +0200
18804
18805     netstar: fix crc32.c dependancy location
18806
18807     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18808
18809 commit 42f9ebff2f758bef524780a00c712eb63a72d99b
18810 Author: Scott Wood <scottwood@freescale.com>
18811 Date:   Fri Apr 3 15:24:40 2009 -0500
18812
18813     MPC8260ADS: Define CONFIG_HAS_ETH0.
18814
18815     This is required so that the MAC address will be updated in the device tree.
18816
18817     Signed-off-by: Scott Wood <scottwood@freescale.com>
18818
18819 commit 8701eceffdf77e2908d0b58add0dabc16edf6087
18820 Author: Scott Wood <scottwood@freescale.com>
18821 Date:   Fri Apr 3 15:26:45 2009 -0500
18822
18823     PQ2FADS: Enable PCI.
18824
18825     PCI on PQ2FADS is very similar to PCI on MPC8272ADS.
18826
18827     Signed-off-by: Scott Wood <scottwood@freescale.com>
18828
18829 commit 83863df04bd30bfe2430b0c43ca9f78596d3f0bc
18830 Author: Wolfgang Denk <wd@denx.de>
18831 Date:   Sat Apr 4 16:57:50 2009 +0200
18832
18833     Fix quoting bug introduced by commit 74de7aef
18834
18835     Signed-off-by: Wolfgang Denk <wd@denx.de>
18836
18837 commit ecf3fb223a56e3c6aa696d94d694eeaca0f44d33
18838 Author: Wolfgang Denk <wd@denx.de>
18839 Date:   Sat Apr 4 16:14:51 2009 +0200
18840
18841     Fix implicit declaration of function 'htons'
18842
18843     Include <netinet/in.h> instead of <linux/in.h> to get htons()
18844     prototpye.
18845
18846     Signed-off-by: Wolfgang Denk <wd@denx.de>
18847
18848 commit e6a6789f41f0560ce280089fbd3f1bd0f0f64306
18849 Author: Kumar Gala <galak@kernel.crashing.org>
18850 Date:   Sat Apr 4 10:21:02 2009 -0500
18851
18852     fsl_law: Fix bug in calculation of LAW sizing
18853
18854     In set_ddr_laws() when we determined how much of the size requested
18855     to be mapped was covered by the the first LAW we needed to recalculate
18856     the size based on what was actually mapped.
18857
18858     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18859
18860 commit 32049b4048ff8e59bd5ba6160d6d5206d283b2a2
18861 Author: Kumar Gala <galak@kernel.crashing.org>
18862 Date:   Thu Apr 2 13:57:05 2009 -0500
18863
18864     fsl_pci: Move prototypes into fsl_pci.h and remove explicit externs
18865
18866     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18867
18868 commit c8514622e2713d9c47919acfe23fce386782afe7
18869 Author: Kumar Gala <galak@kernel.crashing.org>
18870 Date:   Thu Apr 2 13:22:48 2009 -0500
18871
18872     fsl_pci: Renamed immap_fsl_pci.h to fsl_pci.h
18873
18874     Rename the pci header for FSL HW so we can move some prototypes
18875     in there and stop doing explicit externs
18876
18877     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18878
18879 commit afcbce07e9323c0e8aeb783ba7ce6104860fd7a7
18880 Author: Wolfgang Denk <wd@denx.de>
18881 Date:   Sat Apr 4 16:10:40 2009 +0200
18882
18883     Fix building of env_embedded.o
18884
18885     Since commit a706bfc7 common/env_embedded.o and tools/envcrc were
18886     only built when CONFIG_ENV_IS_EMBEDDED was set, but this breaks
18887     building for many boards.
18888
18889     We always have to build these files when CONFIG_ENV_IS_IN_FLASH is
18890     set.
18891
18892     Signed-off-by: Wolfgang Denk <wd@denx.de>
18893
18894 commit a31e091ad70915278fb15b79d6ae53ea2d44b251
18895 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18896 Date:   Sat Apr 4 12:49:11 2009 +0200
18897
18898     rename include/zlib.h to include/u-boot/zlib.h
18899
18900     Some systems have zlib.h installed in /usr/include/. This isn't the
18901     desired file for u-boot code - we want the one in include/zlib.h.
18902     This rename will avoid the conflict.
18903
18904     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18905     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18906
18907 commit ae644c178f097874a92a6d934f364985fc7e075a
18908 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18909 Date:   Sat Apr 4 12:46:31 2009 +0200
18910
18911     tools/Makefile: fix image.c dependancy location
18912
18913     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18914     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18915
18916 commit b074a7081124d7f05fd1651a3bc0b5579fdfa473
18917 Author: Mike Frysinger <vapier@gentoo.org>
18918 Date:   Sat Apr 4 07:42:25 2009 -0400
18919
18920     tools: add ncb to gitignore
18921
18922     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18923
18924 commit 453c0d7558215cbc8636d94af172886d84e0dbba
18925 Author: Detlev Zundel <dzu@denx.de>
18926 Date:   Fri Apr 3 16:45:46 2009 +0200
18927
18928     include/ns16550.h: Unify structure declaration for registers
18929
18930     Instead of special casing the different access patterns, use common
18931     code with light macros sprinkled in to accomodate for the different
18932     layouts of the register structure.
18933
18934     Note that this also changes the types of the registers for the
18935     "positively packed (>1)" cases.  As the registers truly are unsigned
18936     chars, this is surely the Right Thing, but it is a semantic change.
18937     Note that for this case depending on the endianness on the bus, we may
18938     see a change of behaviour.
18939
18940     Signed-off-by: Detlev Zundel <dzu@denx.de>
18941
18942 commit 0a145ce6e7075aa0f4869d6f6149a5ff205d95df
18943 Author: Peter Tyser <ptyser@xes-inc.com>
18944 Date:   Fri Mar 13 18:54:52 2009 -0500
18945
18946     Delete now unused tools/Makefile.win32
18947
18948     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
18949
18950 commit 2f8d396b9302eddcd8d552648e101a46b7a80acd
18951 Author: Peter Tyser <ptyser@xes-inc.com>
18952 Date:   Fri Mar 13 18:54:51 2009 -0500
18953
18954     Add support for building native win32 tools
18955
18956     Add support for compiling the host tools in the tools directory using
18957     the MinGW toolchain.  This produces executables which can be used on
18958     standard Windows computers without requiring cygwin.
18959
18960     One must specify the MinGW compiler and strip utilities as if they
18961     were the host toolchain in order to build win32 executables, eg:
18962
18963     make HOSTCC=i586-mingw32msvc-gcc HOSTSTRIP=i586-mingw32msvc-strip tools
18964
18965     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
18966
18967 commit e50abf662efbf4ce0e731062c8d3c8ec54763ae2
18968 Author: Peter Tyser <ptyser@xes-inc.com>
18969 Date:   Fri Mar 13 18:54:50 2009 -0500
18970
18971     tools/Makefile: Simplify HOST_CFLAGS/HOST_LDFLAGS generation
18972
18973     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
18974
18975 commit b0d4d7219a4806e46affc96bd1f65397194a6e72
18976 Author: Peter Tyser <ptyser@xes-inc.com>
18977 Date:   Fri Mar 13 18:54:49 2009 -0500
18978
18979     tools/Makefile: Create generic build rules
18980
18981     Create a few generic build rules to replace the current method which has
18982     1 build target for each file
18983
18984     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
18985
18986 commit 273174ddbcce215c42f6c307470cd5580a3f72bf
18987 Author: Peter Tyser <ptyser@xes-inc.com>
18988 Date:   Fri Mar 13 18:54:48 2009 -0500
18989
18990     tools/Makefile: Use auto-generated object file dependencies
18991
18992     Files in the SRCS variable have their dependencies automatically
18993     generated so remove duplicate explicit dependencies
18994
18995     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
18996
18997 commit fb8b33c1e6d621ea3347a75ad3a42a386b44e589
18998 Author: Peter Tyser <ptyser@xes-inc.com>
18999 Date:   Fri Mar 13 18:54:47 2009 -0500
19000
19001     tools/Makefile: Remove symlinks for remaining source files
19002
19003     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
19004
19005 commit eed073315b6447eceadf7468a4c2b757442c7c6f
19006 Author: Peter Tyser <ptyser@xes-inc.com>
19007 Date:   Fri Mar 13 18:54:46 2009 -0500
19008
19009     tools/Makefile: Dynamically generate libfdt object dependencies
19010
19011     Add the libfdt files to the SRCS variable so that they have their
19012     dependencies automatically generated
19013
19014     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
19015
19016 commit c0170175393b94560fa7a5da6dd31377df5f4a72
19017 Author: Peter Tyser <ptyser@xes-inc.com>
19018 Date:   Fri Mar 13 18:54:45 2009 -0500
19019
19020     tools/Makefile: Remove symlinks for fdt targets
19021
19022     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
19023
19024 commit 45d6bdff68877ea214ff33cc1c89a29c76e96f51
19025 Author: Peter Tyser <ptyser@xes-inc.com>
19026 Date:   Fri Mar 13 18:54:44 2009 -0500
19027
19028     tools/Makefile: Add libfdt/ to the include search path
19029
19030     This change makes the process of symlinking libfdt_internal.h
19031     unnecessary
19032
19033     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
19034
19035 commit fba0e3a0814f9bf48c32a4c8a7987c36ae96651b
19036 Author: Peter Tyser <ptyser@xes-inc.com>
19037 Date:   Fri Mar 13 18:54:43 2009 -0500
19038
19039     tools: Remove unecessary symlinking of zlib.h
19040
19041     crc32.c uses the zlib.h header in include/u-boot/zlib.h.  The symlink
19042     was previously necessary to give U-Boot's version of zlib.h precedence
19043     over the host computer's version of zlib.h.
19044
19045     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
19046
19047 commit 40b8d909ace06f6f494dee08ffa64a82493e72e9
19048 Author: Peter Tyser <ptyser@xes-inc.com>
19049 Date:   Fri Mar 13 18:54:42 2009 -0500
19050
19051     tools/Makefile: Add tools/ to the include search path
19052
19053     This change makes the process of symlinking mkimage.h and fdt_host.h
19054     unnecessary
19055
19056     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
19057
19058 commit 1cd300de5e19c9e8383ee2eb2b6bd3b8b9378c78
19059 Author: Peter Tyser <ptyser@xes-inc.com>
19060 Date:   Fri Mar 13 18:54:41 2009 -0500
19061
19062     tools/Makefile: Compile ncb when CONFIG_NETCONSOLE
19063
19064     Also conditionally add ncb.o to OBJ_FILES list
19065
19066     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
19067
19068 commit 123c48a21ce08b4a33f36e96cc75f92324e761d7
19069 Author: Peter Tyser <ptyser@xes-inc.com>
19070 Date:   Fri Mar 13 18:54:40 2009 -0500
19071
19072     tools/Makefile: Make gen_eth_addr dependent upon CONFIG_CMD_NET
19073
19074     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
19075
19076 commit 4d93a0a807b8ca0289ba5da00c646cd2d54af120
19077 Author: Peter Tyser <ptyser@xes-inc.com>
19078 Date:   Fri Mar 13 18:54:39 2009 -0500
19079
19080     tools/Makefile: Make envcrc dependent upon CONFIG_ENV_IS_EMBEDDED
19081
19082     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
19083
19084 commit cd26a31a23f9a58ba52870f8ffb57d77d1baee20
19085 Author: Peter Tyser <ptyser@xes-inc.com>
19086 Date:   Fri Mar 13 18:54:38 2009 -0500
19087
19088     tools/Makefile: Make inca-swap-bytes dependent on CONFIG_INCA_IP
19089
19090     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
19091
19092 commit 7cd5cbc34699ccc15d0277f48375cad928d04faf
19093 Author: Peter Tyser <ptyser@xes-inc.com>
19094 Date:   Fri Mar 13 18:54:37 2009 -0500
19095
19096     tools/Makefile: Make ubsha1 dependent upon CONFIG_SHA1_CHECK_UB_IMG
19097
19098     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
19099
19100 commit eeba8617908e33f7e7db3b1588c04ca65b856793
19101 Author: Peter Tyser <ptyser@xes-inc.com>
19102 Date:   Fri Mar 13 18:54:36 2009 -0500
19103
19104     tools/Makefile: Make img2srec dependent upon CONFIG_CMD_LOADS
19105
19106     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
19107
19108 commit 335ffe7e0e0a30e90ce409c3279016a582157d8e
19109 Author: Peter Tyser <ptyser@xes-inc.com>
19110 Date:   Fri Mar 13 18:54:35 2009 -0500
19111
19112     tools/Makefile: Build bmp_logo only when LCD or VIDEO logos are enabled
19113
19114     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
19115
19116 commit ee3584a5970230ee96aae19505ad3226734ee4ff
19117 Author: Peter Tyser <ptyser@xes-inc.com>
19118 Date:   Fri Mar 13 18:54:34 2009 -0500
19119
19120     tools/Makefile: Split variable declarations into multiple lines
19121
19122     Split variable declarations into multiple lines and use the standard
19123     VAR-y convention.  Also move object and binary variable declarations to
19124     after config.mk has been included to allow for these lists to utilize
19125     the CONFIG_XXX variables.
19126
19127     These changes lay the groundwork for conditional compilation of files
19128     in the tools directory.
19129
19130     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
19131
19132 commit 21d28e95ed874ab1ed9787f939d8a53e99d30ddb
19133 Author: Peter Tyser <ptyser@xes-inc.com>
19134 Date:   Fri Mar 13 18:54:33 2009 -0500
19135
19136     tools/Makefile: Remove inappropriate double-tabs
19137
19138     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
19139
19140 commit 652f4ba076689fd0acd447561a777b1c440a4b57
19141 Author: Peter Tyser <ptyser@xes-inc.com>
19142 Date:   Fri Mar 13 18:54:32 2009 -0500
19143
19144     tools/Makefile: Remove HOSTARCH HOSTOS defines
19145
19146     The values of HOSTARCH and HOSTOS which are exported from the top-level
19147     Makefile should be used
19148
19149     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
19150
19151 commit 2eeb4e95fbfafe54645fae7ec0b2594101f0573b
19152 Author: Peter Tyser <ptyser@xes-inc.com>
19153 Date:   Fri Mar 13 18:54:31 2009 -0500
19154
19155     gen_eth_addr: Use POSIX rand() and srand()
19156
19157     Replace random()/srandom() use with rand()/srand() to support
19158     compilation with the mingw toolchain.  The rand()/srand() functions are
19159     generally more common and are functionally equivalent to the original
19160     random()/srandom() calls.
19161
19162     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
19163
19164 commit 24d2ae5e9debe4b75151a55251031a14477fa875
19165 Author: Peter Tyser <ptyser@xes-inc.com>
19166 Date:   Fri Mar 13 18:54:28 2009 -0500
19167
19168     elf.h: Use stdint.h to provide standard typedefs for WIN32
19169
19170     The original code provided an incomplete set of typedefs for WIN32
19171     compiles and replicated the standard typedefs that are already
19172     provided by stdint.h
19173
19174     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
19175
19176 commit a706bfc7d0e2d1935c5670045288e6cd1ffdfabc
19177 Author: Peter Tyser <ptyser@xes-inc.com>
19178 Date:   Fri Mar 13 18:54:27 2009 -0500
19179
19180     common/Makefile: Conditionally compile env_embedded.o
19181
19182     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
19183
19184 commit 2b48f7d5f62835f87278efb498397b6ae9e2d117
19185 Author: Peter Tyser <ptyser@xes-inc.com>
19186 Date:   Fri Mar 13 18:54:26 2009 -0500
19187
19188     Makefile: Add removal of *.exe files to clean target
19189
19190     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
19191
19192 commit d0d6144e0e4a03a68311b781f3dde38dc9316b82
19193 Author: Peter Tyser <ptyser@xes-inc.com>
19194 Date:   Fri Mar 13 18:54:25 2009 -0500
19195
19196     Makefile: Make autoconf.mk a dependency of the depend target
19197
19198     The original code did not generate autoconf.mk until after some targets
19199     dependencies had already been calculated, for example the directories in
19200     the SUBDIRS variable
19201
19202     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
19203
19204 commit 75eb82ec7cacb18d059d701b35677b93d2bb7596
19205 Author: unsik Kim <donari75@gmail.com>
19206 Date:   Wed Feb 25 11:31:24 2009 +0900
19207
19208     mflash: Initial mflash support
19209
19210     Mflash is fusion memory device mainly targeted consumer eletronic and
19211     mobile phone.
19212     Internally, it have nand flash and other hardware logics and supports
19213     some different operation (ATA, IO, XIP) modes.
19214
19215     IO mode is custom mode for the host that doesn't have IDE interface.
19216     (Many mobile targeted SoC doesn't have IDE bus)
19217
19218     This driver support mflash IO mode.
19219
19220     Followings are brief descriptions about IO mode.
19221
19222     1. IO mode based on ATA protocol and uses some custom command. (read
19223        confirm, write confirm)
19224     2. IO mode uses SRAM bus interface.
19225
19226     Signed-off-by: unsik Kim <donari75@gmail.com>
19227
19228 commit 200779e3e2a9aeda7030b171a8c39d7797019917
19229 Author: Detlev Zundel <dzu@denx.de>
19230 Date:   Fri Apr 3 11:53:01 2009 +0200
19231
19232     Rename common ns16550 constants with UART_ prefix to prevent conflicts
19233
19234     Fix problems introduced in commit
19235     7b5611cdd12ca0cc33f994f0d4a4454788fc3124 [inka4x0: Add hardware
19236     diagnosis functions for inka4x0] which redefined MSR_RI which is
19237     already used on PowerPC systems.
19238
19239     Also eliminate redundant definitions in ps2mult.h.  More cleanup will
19240     be needed for other redundant occurrences though.
19241
19242     Signed-off-by: Detlev Zundel <dzu@denx.de>
19243
19244 commit 99067b08f4a0ce20ff337a35211239f334d8f451
19245 Author: Scott Wood <scottwood@freescale.com>
19246 Date:   Wed Apr 1 15:33:24 2009 -0500
19247
19248     Noisily disable the legacy NAND subsystem.
19249
19250     Legacy NAND is marked for feature removal after April 2009 (i.e. this
19251     upcoming release).  There are still several boards that reference it
19252     (though many do so only for disk-on-chip support which has been silently
19253     disabled for a while now).  These boards will now fail to build
19254     with #error, though the code is still there if the user removes #error.
19255
19256     The plan is to remove the code outright in the next release, along with
19257     any board code that refers to it (such as board/esd/common/auto_update.c).
19258
19259     Also, remove the legacy NAND API description from README.nand.
19260
19261     Signed-off-by: Scott Wood <scottwood@freescale.com>
19262
19263 commit 69bcabb51686fdd133cb1848c0d3b0a4fc6ca5cf
19264 Author: apgmoorthy <moorthy.apg@samsung.com>
19265 Date:   Fri Mar 27 14:45:23 2009 +0530
19266
19267     Fix OneNAND ipl to read CONFIG_SYS_MONITOR_LEN
19268
19269     Currently OneNAND initial program loader (ipl) reads only block 0 ie 128KB.
19270     However, u-boot image for apollon board is 195KB making the board
19271     unbootable with OneNAND.
19272
19273     Fix ipl to read CONFIG_SYS_MONITOR_LEN.
19274     CONFIG_SYS_MONITOR_LEN macro holds the U-Boot image size.
19275
19276     Signed-off-by: Rohit Hagargundgi <h.rohit@samsung.com>
19277     Signed-off-by: Gangheyamoorthy   <moorthy.apg@samsung.com>
19278     Signed-off-by: Scott Wood <scottwood@freescale.com>
19279
19280 commit 74de7aefd79690bae8cf5a5120f5962d444be089
19281 Author: Wolfgang Denk <wd@denx.de>
19282 Date:   Wed Apr 1 23:34:12 2009 +0200
19283
19284     Add "source" command; prepare removal of "autoscr" command
19285
19286     According to the doc/feature-removal-schedule.txt, the "autoscr"
19287     command will be replaced by the "source" command in approximately 6
19288     months from now.
19289
19290     This patch prepares this change and starts a 6 month transition
19291     period as follows:
19292
19293     - The new "source" command has been added, which implements exactly
19294       the same functionlaity as the old "autoscr" command before
19295     - The old "autoscr" command name is kept as an alias for compatibility
19296     - Command sequences, script files atc. have been adapted to use the
19297       new "source" command
19298     - Related environment variables ("autoscript", "autoscript_uname")
19299       have *not* been adapted yet; these will be renamed resp. removed in
19300       a separate patch when the support for the "autoscr" command get's
19301       finally dropped.
19302
19303     Signed-off-by: Wolfgang Denk <wd@denx.de>
19304
19305 commit 78237df55248034a2d7c2daea992b9dbe7ca8e96
19306 Author: Wolfgang Denk <wd@denx.de>
19307 Date:   Thu Apr 2 17:31:09 2009 +0200
19308
19309     Add "GPL cleanup" task to feature-removal-schedule.txt
19310
19311     Announce removal of all non-GPL or GPL-incompatible files
19312     after August 2009.
19313
19314     Signed-off-by: Wolfgang Denk <wd@denx.de>
19315
19316 commit d9596ffbdc79cea285010b67dd20a4618303f624
19317 Author: Mike Frysinger <vapier@gentoo.org>
19318 Date:   Thu Apr 2 12:51:28 2009 -0400
19319
19320     sf: stmicro: dont send 4 bytes when reading status register
19321
19322     I can't find anywhere in the datasheet that says the status register needs
19323     3 dummy bytes sent to it before being able to read back the first real
19324     result.  Tests on a Blackfin board show that after writing the opcode, the
19325     status register starts coming back immediately.  So only write out the
19326     read status register opcode before polling the result.
19327
19328     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19329     CC: Jason McMullan <mcmullan@netapp.com>
19330     CC: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
19331
19332 commit 1abe365ffcfc29c061e8fd8b45551be5ad1428dd
19333 Author: Mike Frysinger <vapier@gentoo.org>
19334 Date:   Thu Apr 2 08:11:31 2009 -0400
19335
19336     sf: set common timeouts in seconds, not milliseconds
19337
19338     Since timeouts are only hit when there is a problem in the system, we
19339     don't want to prematurely timeout on a functioning setup.  Thus having
19340     low timeouts (in milliseconds) doesn't gain us anything in the production
19341     case, but rather increases likely hood of causing problems where none
19342     otherwise exist.
19343
19344     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19345     CC: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19346
19347 commit 2a6ce1115b3cbe746965cfa0058ce645b6c1ada1
19348 Author: Mike Frysinger <vapier@gentoo.org>
19349 Date:   Thu Apr 2 06:51:49 2009 -0400
19350
19351     sf: stmicro: use common page timeout define
19352
19353     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19354     CC: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19355
19356 commit 0dcdbb172c2fdf60c5c578980308b312fd56496f
19357 Author: Mike Frysinger <vapier@gentoo.org>
19358 Date:   Sat Mar 28 06:41:09 2009 -0400
19359
19360     sf: always read 5 bytes for the idcode
19361
19362     Some SPI flash drivers like to have extended id information available
19363     (like the spansion flash), so rather than making it re-issue the ID cmd
19364     to get at the last 2 bytes, have the common code read 5 bytes rather than
19365     just 3.  This also matches the Linux behavior where it always reads 5 id
19366     bytes from all flashes.
19367
19368     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19369     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19370     CC: Mingkai Hu <Mingkai.hu@freescale.com>
19371
19372 commit 9726ba4abaa16cd6c385ad350d403f98a8eacf52
19373 Author: Mike Frysinger <vapier@gentoo.org>
19374 Date:   Fri Mar 27 16:34:21 2009 -0400
19375
19376     sf: stmicro: drop redundant id read
19377
19378     The common SPI flash code reads the idcode and passes it down to the SPI
19379     flash driver, so there is no need to read it again ourselves.
19380
19381     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19382     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19383     CC: Jason McMullan <mcmullan@netapp.com>
19384     CC: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
19385
19386 commit 1c5874374e091b4bb62917c519861f7682fe066e
19387 Author: Mike Frysinger <vapier@gentoo.org>
19388 Date:   Fri Mar 27 19:27:58 2009 -0400
19389
19390     sf: add driver for SST flashes
19391
19392     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19393     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19394
19395 commit f773a1bbdb8f3bf1ddab2874f36f043c4f8f044d
19396 Author: Mike Frysinger <vapier@gentoo.org>
19397 Date:   Mon Mar 23 23:03:58 2009 -0400
19398
19399     sf: drop DEBUG defines
19400
19401     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19402     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19403
19404 commit 6b850a9fa8a216f3692da2511cb1a6c16409b1af
19405 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19406 Date:   Sun Jan 4 07:44:07 2009 +0100
19407
19408     mtd: add some at45 spi flash support
19409
19410      - AT45DB321D
19411      - AT45DB161D
19412      - AT45DB081D
19413      - AT45DB041D
19414      - AT45DB021D
19415      - AT45DB011D
19416
19417     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19418     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19419
19420 commit 6805e4bf83e6f444f7411101228766c8a7aec5f7
19421 Author: Mingkai Hu <Mingkai.hu@freescale.com>
19422 Date:   Tue Mar 31 14:09:41 2009 +0800
19423
19424     mtd: SPI Flash: Support the Spansion Flash
19425
19426     Add MTD SPI Flash support for S25FL008A, S25FL016A,
19427     S25FL032A, S25FL064A, S25FL128P.
19428
19429     Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
19430     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19431
19432 commit 40587701924aa0afc86b3840421b4cc6de42c748
19433 Author: Mike Frysinger <vapier@gentoo.org>
19434 Date:   Mon Mar 30 20:56:45 2009 -0400
19435
19436     Blackfin: force all boards to HZ of 1000
19437
19438     Since the Blackfin timer code requires HZ to be 1000, barf on any board
19439     that tries to use a different value.
19440
19441     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19442
19443 commit f4032d2eec9d71a59c6c724671e577f67a76839b
19444 Author: Mike Frysinger <vapier@gentoo.org>
19445 Date:   Fri Mar 27 21:07:45 2009 -0400
19446
19447     Blackfin: bf533-stamp: drop old spi flash driver
19448
19449     Now that the common SPI flash code supports all the flashes, we can stop
19450     using the old driver.
19451
19452     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19453
19454 commit bc72f50a659d0d1b551817e1910b9b2be1c7e496
19455 Author: Mike Frysinger <vapier@gentoo.org>
19456 Date:   Thu Mar 26 15:42:12 2009 -0400
19457
19458     Blackfin: add BF538/BF539 SPI portmux handling
19459
19460     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19461
19462 commit 46ac352f0f9406a5f9aa157ac62867fb4650dfd3
19463 Author: Mike Frysinger <vapier@gentoo.org>
19464 Date:   Mon Mar 23 22:36:10 2009 -0400
19465
19466     Blackfin: do not delay on output bytes
19467
19468     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19469
19470 commit dbc6ab9f75bd0c13d3f42692e9463f8ab65fc382
19471 Author: Mike Frysinger <vapier@gentoo.org>
19472 Date:   Mon Mar 23 22:17:27 2009 -0400
19473
19474     Blackfin: drop newline from OTP help
19475
19476     Looks like I accidentally added a newline to the OTP help when merging and
19477     older change.
19478
19479     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19480
19481 commit d3c38d96b991d641a33f7748130dae008563cdc9
19482 Author: Mike Frysinger <vapier@gentoo.org>
19483 Date:   Sun Mar 22 23:43:31 2009 -0400
19484
19485     Blackfin: convert bfin_sdh to legacy mmc
19486
19487     The Blackfin SDH controller is still using the legacy framework, so update
19488     the driver to use the renamed functions.
19489
19490     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19491
19492 commit d248cfb2d940b742f6bfdba9b832a3df96da3101
19493 Author: Mike Frysinger <vapier@gentoo.org>
19494 Date:   Sun Feb 22 16:30:38 2009 -0500
19495
19496     Blackfin: bf537-stamp: split CF/IDE code out into dedicated cf-ide.c
19497
19498     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19499
19500 commit ad9073211ca9e62162a39851e082b8d07a662fb6
19501 Author: Mike Frysinger <vapier@gentoo.org>
19502 Date:   Fri Feb 13 17:10:58 2009 -0500
19503
19504     Blackfin: fix crash when booting from external memory
19505
19506     When testing a u-boot binary that hasn't been booted from the bootrom, we
19507     have to make sure the bootstruct structure has sane storage space.  If we
19508     don't, the initcode will crash when it tries to dereference an invalid
19509     pointer.
19510
19511     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19512
19513 commit 84a9dda324c3faa56be14449d7519b993d9397a9
19514 Author: Mike Frysinger <vapier@gentoo.org>
19515 Date:   Sun Oct 12 21:32:52 2008 -0400
19516
19517     Blackfin: bf518f-ezbrd: new board port
19518
19519     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19520
19521 commit 0c31ddf7b70f77dede42dc82ecab7753a819acaa
19522 Author: Mike Frysinger <vapier@gentoo.org>
19523 Date:   Sun Oct 12 21:30:48 2008 -0400
19524
19525     Blackfin: bf526-ezbrd: new board port
19526
19527     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19528
19529 commit 5c45f7cac2f74e2c14aa6b028cd969651cc9ac8e
19530 Author: Mike Frysinger <vapier@gentoo.org>
19531 Date:   Sun Oct 12 21:25:33 2008 -0400
19532
19533     Blackfin: bf538f-ezkit: new board port
19534
19535     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19536
19537 commit d9a5d113b93583c984711127ab8503e136ed1e4a
19538 Author: Mike Frysinger <vapier@gentoo.org>
19539 Date:   Sun Oct 12 20:59:12 2008 -0400
19540
19541     Blackfin: bf527-ezkit: new board port
19542
19543     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19544
19545 commit 76d21803ddd7dc4bcb81739ea2d3cd679e052f46
19546 Author: Mike Frysinger <vapier@gentoo.org>
19547 Date:   Sun Oct 12 05:05:42 2008 -0400
19548
19549     Blackfin: bf548-ezkit: new board port
19550
19551     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19552
19553 commit 67b89c79e72fe86b0ea0199425d880630beb95d8
19554 Author: Laurent Gregoire <laurent.gregoire@tomtom.com>
19555 Date:   Tue Mar 3 14:23:59 2009 +0100
19556
19557     libfdt: Fix C++ compile-time cast error on gnu 4.2.1
19558
19559     Allow the inclusion of libfdt.h in C++ source.
19560
19561     Signed-off-by: Laurent Gregoire <laurent.gregoire@tomtom.com>
19562     Acked-by: David Gibson <david@gibson.dropbear.id.au>
19563
19564 commit 13d93f38e86818739317b0206d597265cf9e675e
19565 Author: Emil Medve <Emilian.Medve@Freescale.com>
19566 Date:   Mon Feb 23 10:43:36 2009 -0600
19567
19568     Fix a possible overflow case detected by gcc 4.3.2
19569
19570     .../dtc/libfdt/fdt_sw.c: In function 'fdt_end_node':
19571     .../dtc/libfdt/fdt_sw.c:81: error: assuming signed overflow does not occur when assuming that (X + c) < X is always false
19572
19573     Signed-off-by: Emil Medve <Emilian.Medve@Freescale.com>
19574
19575 commit a22d9cfbb5bcfb3dc6ffd64d391b568e8a0ce383
19576 Author: David Gibson <david@gibson.dropbear.id.au>
19577 Date:   Fri Feb 6 14:03:24 2009 +1100
19578
19579     libfdt: Rework/cleanup fdt_next_tag()
19580
19581     Currently, callers of fdt_next_tag() must usually follow the call with
19582     some sort of call to fdt_offset_ptr() to verify that the blob isn't
19583     truncated in the middle of the tag data they're going to process.
19584     This is a bit silly, since fdt_next_tag() generally has to call
19585     fdt_offset_ptr() on at least some of the data following the tag for
19586     its own operation.
19587
19588     This patch alters fdt_next_tag() to always use fdt_offset_ptr() to
19589     verify the data between its starting offset and the offset it returns
19590     in nextoffset.  This simplifies fdt_get_property() which no longer has
19591     to verify itself that the property data is all present.
19592
19593     At the same time, I neaten and clarify the error handling for
19594     fdt_next_tag().  Previously, fdt_next_tag() could return -1 instead of
19595     a tag value in some circumstances - which almost none of the callers
19596     checked for.  Also, fdt_next_tag() could return FDT_END either because
19597     it encountered an FDT_END tag, or because it reached the end of the
19598     structure block - no way was provided to tell between these cases.
19599
19600     With this patch, fdt_next_tag() always returns FDT_END with a negative
19601     value in nextoffset for an error.  This means the several places which
19602     loop looking for FDT_END will still work correctly - they only need to
19603     check for errors at the end.  The errors which fdt_next_tag() can
19604     report are:
19605         - -FDT_ERR_TRUNCATED if it reached the end of the structure
19606            block instead of finding a tag.
19607
19608         - -FDT_BADSTRUCTURE if a bad tag was encountered, or if the
19609                tag data couldn't be verified with fdt_offset_ptr().
19610
19611     This patch also updates the callers of fdt_next_tag(), where
19612     appropriate, to make use of the new error reporting.
19613
19614     Finally, the prototype for the long gone _fdt_next_tag() is removed
19615     from libfdt_internal.h.
19616
19617     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
19618
19619 commit 2c0b843e710aa1e2da25c2592e6dbe5d0b0ab7da
19620 Author: David Gibson <david@gibson.dropbear.id.au>
19621 Date:   Fri Feb 6 14:01:56 2009 +1100
19622
19623     libfdt: Rework fdt_next_node()
19624
19625     Currently fdt_next_node() will find the next node in the blob
19626     regardless of whether it is above, below or at the same level in the
19627     tree as the starting node - the depth parameter is updated to indicate
19628     which is the case.  When a depth parameter is supplied, this patch
19629     makes it instead terminate immediately when it finds the END_NODE tag
19630     for a node at depth 0.  In this case it returns the offset immediately
19631     past the END_NODE tag.
19632
19633     This has a couple of advantages.  First, this slightly simplifies
19634     fdt_subnode_offset(), which no longer needs to explicitly check that
19635     fdt_next_node()'s iteration hasn't left the starting node.  Second,
19636     this allows fdt_next_node() to be used to implement
19637     _fdt_node_end_offset() considerably simplifying the latter function.
19638
19639     The other users of fdt_next_node() either don't need to iterate out of
19640     the starting node, or don't pass a depth parameter at all.  Any
19641     callers that really need to iterate out of the starting node, but keep
19642     tracking depth can do so by biasing the initial depth value.
19643
19644     This is a semantic change, but I think it's very unlikely to break any
19645     existing library users.
19646
19647     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
19648
19649 commit c123098035be8bae3859bbfbd06861f197c07631
19650 Author: Scott Wood <scottwood@freescale.com>
19651 Date:   Tue Mar 31 17:49:36 2009 -0500
19652
19653     mpc83xx: Set guarded bit on BAT that covers the end of the address space
19654
19655     The mpc8313erdb board currently sets DBAT6 to cover all of the final 256MiB of
19656     address space; however, not all of this space is covered by a device.  In
19657     particular, flash sits at 0xfe000000-0xfe7fffff, and nothing is mapped
19658     at the far end of the address space.
19659
19660     In zlib, there is a loop that references p[-1] if p is non-NULL.  Under
19661     some circumstances, this leads to the CPU speculatively loading from
19662     0xfffffff8 if p is NULL.  This leads to a machine check.
19663
19664     Signed-off-by: Scott Wood <scottwood@freescale.com>
19665
19666     continuation to the remaining mpc83xx boards that suffer from the same problem.
19667
19668     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19669
19670 commit c2eb8be7f760a2efe30a495bfb10857838dcf3fa
19671 Author: Kim Phillips <kim.phillips@freescale.com>
19672 Date:   Mon Mar 30 14:28:05 2009 -0500
19673
19674     rtc: remove broken rtc_read and rtc_write declarations
19675
19676     commit 04e11cf3 "rtc: add support for 4543 RTC (manufactured by e.g.
19677     EPSON)" introduces the following build error on boards configuring e.g,
19678     the ds1374 rtc:
19679
19680     Configuring for MPC837XEMDS board...
19681     ds1374.c:103: error: static declaration of 'rtc_read' follows non-static declaration
19682     /home/r1aaha/git/u-boot/include/rtc.h:64: error: previous declaration of 'rtc_read' was here
19683     ds1374.c:104: error: conflicting types for 'rtc_write'
19684     /home/r1aaha/git/u-boot/include/rtc.h:65: error: previous declaration of 'rtc_write' was here
19685
19686     this reverts the erroneous chunk.
19687
19688     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19689     Acked-by: Detlev Zundel <dzu@denx.de>
19690     CC: Detlev Zundel <dzu@denx.de>
19691     CC: Andreas Pfefferle <ap@denx.de>
19692
19693 commit fc39c2fd51e64707de4d61ed49479ebea2847e1b
19694 Author: Kumar Gala <galak@kernel.crashing.org>
19695 Date:   Tue Mar 31 17:58:13 2009 -0500
19696
19697     85xx/86xx: Ensure MP boot page is not used
19698
19699     We had a bug on 86xx in which the boot page used to bring up secondary
19700     cores was being overwritten and used for the malloc region in u-boot.
19701
19702     We need to reserve the region of memory that the boot page is going to
19703     be put at so nothing uses it.
19704
19705     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19706     Acked-by: Becky Bruce <beckyb@kernel.crashing.org>
19707
19708 commit c840d26c752141b94bbc24ac748ddd45752a955a
19709 Author: Kumar Gala <galak@kernel.crashing.org>
19710 Date:   Tue Mar 31 23:11:05 2009 -0500
19711
19712     85xx: Introduce determine_mp_bootpg() helper.
19713
19714     Match determine_mp_bootpg() that was added for 86xx.  We need this to
19715     address a bug introduced in v2009.03 with 86xx MP booting.  We have to
19716     make sure to reserve the region of memory used for the MP bootpg() so
19717     other u-boot code doesn't use it.
19718
19719     Also added a comment about how cpu_reset() is dealing w/an errata on
19720     early 85xx MP HW.
19721
19722     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19723
19724 commit 7649a590b53ee548f41428bf20780f74ce9fc099
19725 Author: Kumar Gala <galak@kernel.crashing.org>
19726 Date:   Tue Mar 31 23:02:38 2009 -0500
19727
19728     86xx: Cleanup MP support
19729
19730     * Use CONFIG_MP instead of CONFIG_NUM_CPUS to match 85xx
19731     * Introduce determine_mp_bootpg() helper.  We'll need this to address a
19732       bug introduced in v2009.03 with 86xx MP booting.  We have to make sure
19733       to reserve the region of memory used for the MP bootpg() so other
19734       u-boot code doesn't use it.
19735     * Added dummy versions of cpu_reset(), cpu_status() & cpu_release() to
19736       allow cmd_mp.c to build and work. In the future we should look at
19737       implementing all these functions. This could be common w/85xx if we
19738       use spin tables on 86xx.
19739
19740     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19741
19742 commit f6ef8b7a43ed7f68a4bb524faad5e4f75ea3e3e2
19743 Author: Becky Bruce <beckyb@kernel.crashing.org>
19744 Date:   Tue Mar 31 18:38:37 2009 -0500
19745
19746     mpc8641hpcn/sbc8641d: Add missing board_lmb_reserves
19747
19748     We're missing the board_lmb_reserve definitions that allow
19749     cpu_mp_lmb_reserve to be called; this means that Linux
19750     is free to reallocate reserved pages.  Linux currently boots
19751     because we're getting lucky - the page we've reserved is
19752     high enough in memory that it isn't allocated by Linux
19753     while we still need it to be in existence.
19754
19755     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
19756     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19757
19758 commit 0fc4f64c59873a47d555dd66bad25797d4ecb0ed
19759 Author: Ladislav Michl <ladis@linux-mips.org>
19760 Date:   Tue Mar 31 13:43:10 2009 +0200
19761
19762     NetStar: fix NAND
19763
19764     Fix NAND support broken during new NAND code merge. Move those few lines of
19765     code to board/netstar/netstar.c
19766
19767     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
19768
19769 commit d144f94d590b5190a9963bd0f2026b2a7ce67eda
19770 Author: Jens Scharsig <esw@bus-elektronik.de>
19771 Date:   Tue Mar 31 08:18:29 2009 +0200
19772
19773     soft_i2c.c compiler/linker error
19774
19775     This patch fix the compiler/linker errors
19776
19777     common/cmd_i2c.c:1252: undefined reference to `i2c_get_bus_speed'
19778     common/cmd_i2c.c:1256: undefined reference to `i2c_set_bus_speed'
19779
19780     if board use CONFIG_I2C_CMD_TREE and CONFIG_I2C_MULTI_BUS is not
19781     uesd/undef (wrong define order)
19782
19783     and
19784
19785     removes additional empty lines
19786
19787     Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
19788
19789 commit 765547dc5e0e8cbe6b8f4ea8a5d6ff237935c352
19790 Author: Haiying Wang <Haiying.Wang@freescale.com>
19791 Date:   Fri Mar 27 17:02:45 2009 -0400
19792
19793     MPC85xx: Add MPC8569MDS board support
19794
19795     This patch adds MPC8569MDS board support. The UART, QE UEC1 and UEC2, BRD
19796     EEPROM on I2C2 bus, PCI express and DDR3 SPD are supported in this patch.
19797
19798     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
19799     Signed-off-by: Hillel Avni <Hillel.Avni@freescale.com>
19800     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19801
19802 commit 22b6dbc1696d927d938dd4e16f65d83c0d4fb3f4
19803 Author: Haiying Wang <Haiying.Wang@freescale.com>
19804 Date:   Fri Mar 27 17:02:44 2009 -0400
19805
19806     MPC85xx: Add MPC8569 CPU support
19807
19808     There is a workaround for MPC8569 CPU Errata, which needs to set Bit 13 of
19809     LBCR in 4K bootpage. We setup a temp TLB for eLBC controller in bootpage,
19810     then invalidate it after LBCR bit 13 is set.
19811
19812     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
19813     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19814
19815 commit 2d4de6ae5be54b367a72a7ef4e0cf36a9cd4881f
19816 Author: Haiying Wang <Haiying.Wang@freescale.com>
19817 Date:   Thu Mar 26 17:01:49 2009 -0400
19818
19819     MPC85xx: Load and enable QE microcode patch in IRAM
19820
19821     For the silicon which doesn't have ROM support in QE, it always needs to load
19822     a pre-built ucode binary to IRAM so that QE can work.
19823
19824     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
19825     Signed-off-by: Hillel Avni <Hillel.Avni@freescale.com>
19826
19827 commit 1b3e4044a28a3d95b0aad41bdc52482bb2cc9b2b
19828 Author: Kumar Gala <galak@kernel.crashing.org>
19829 Date:   Thu Mar 19 09:16:10 2009 -0500
19830
19831     85xx: Add support for additional e500mc features
19832
19833     * Enable backside L2
19834     * e500mc no longer has timebase enable in HID (moved to CCSR register)
19835
19836     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19837
19838 commit c360ceac0286159f94d9d1a9496fc9858c8d9bec
19839 Author: Dave Liu <daveliu@freescale.com>
19840 Date:   Sat Mar 14 12:48:30 2009 +0800
19841
19842     fsl-ddr: add the DDR3 SPD infrastructure
19843
19844     - support mirrored DIMMs, not support register DIMMs
19845     - test passed on P2020DS board with MT9JSF12872AY-1G1D1
19846     - test passed on MPC8569MDS board with MT8JSF12864HY-1G1D1
19847
19848     Signed-off-by: Dave Liu <daveliu@freescale.com>
19849     Signed-off-by: Travis Wheatley <travis.wheatley@freescale.com>
19850
19851 commit 6a8197836702991468cead5ead073f589e2623ad
19852 Author: Dave Liu <daveliu@freescale.com>
19853 Date:   Sat Mar 14 12:48:19 2009 +0800
19854
19855     fsl-ddr: Fix two bugs in the ddr infrastructure
19856
19857     1. wr_lat
19858        UM said the total write latency for DDR2 is equal to
19859        WR_LAT + ADD_LAT, the write latency is CL + ADD_LAT - 1.
19860        so, the WR_LAT = CL - 1;
19861     2. rd_to_pre
19862        we missed to add the ADD_LAT for DDR2 case.
19863
19864     Reported-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
19865     Signed-off-by: Dave Liu <daveliu@freescale.com>
19866
19867 commit 540dcf1cb86961e11aa92c47671f27762c581d8c
19868 Author: Kumar Gala <galak@kernel.crashing.org>
19869 Date:   Thu Mar 26 01:34:39 2009 -0500
19870
19871     83xx: Use common LSDMR defines from asm/fsl_lbc.h
19872
19873     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19874     Acked-by: Kim Phillips <kim.phillips@freescale.com>
19875
19876 commit b0fe93eda69721aef1fdef576164b668fad83bbd
19877 Author: Kumar Gala <galak@kernel.crashing.org>
19878 Date:   Thu Mar 26 01:34:38 2009 -0500
19879
19880     85xx: Use common LSDMR defines from asm/fsl_lbc.h
19881
19882     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19883
19884 commit 0088c298f0eeb90ec001f744e9959dea83dd563a
19885 Author: Kumar Gala <galak@kernel.crashing.org>
19886 Date:   Thu Mar 26 01:34:37 2009 -0500
19887
19888     Add LSDMR (SDRAM Mode Register) definition on localbus
19889
19890     The masks for various bit defines of LSDMR are common and thus we can
19891     define them in one place rather than replicating them in each config.h
19892
19893     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19894
19895 commit 89c00fb15859213788f0ad089934c376fb356099
19896 Author: Ladislav Michl <ladis@linux-mips.org>
19897 Date:   Mon Mar 30 18:58:41 2009 +0200
19898
19899     OMAP: use {read,write}l to access timer registers
19900
19901     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
19902
19903 commit 81472d893fa565c9d300928a40e504a689bde131
19904 Author: Ladislav Michl <ladis@linux-mips.org>
19905 Date:   Mon Mar 30 18:58:41 2009 +0200
19906
19907     OMAP: rename timer divisor
19908
19909     Divisor field is called PTV not PVT.
19910
19911     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
19912     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19913
19914 commit fe672d60b2a8c9e803596ba4533fa1776015551d
19915 Author: Ladislav Michl <ladis@linux-mips.org>
19916 Date:   Mon Mar 30 18:58:40 2009 +0200
19917
19918     OMAP: reindent timer code
19919
19920     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
19921
19922 commit b3f66b0ba09949e0796ce7fad6367f75f15ed890
19923 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19924 Date:   Mon Mar 30 18:58:40 2009 +0200
19925
19926     s3c2410: move nand driver to drivers/mtd/nand
19927
19928     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19929
19930 commit d3b635774194404bcd424f6b376419bce22076ad
19931 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19932 Date:   Mon Mar 30 18:58:40 2009 +0200
19933
19934     s3c24x0: move i2c driver to drivers/i2c
19935
19936     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19937
19938 commit 300f99f4539dd5caf7e19af5e4ea5eb259445913
19939 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19940 Date:   Mon Mar 30 18:58:39 2009 +0200
19941
19942     s3c24x0: move serial driver to drivers/serial
19943
19944     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19945
19946 commit 942ba9969b9efa25f816c238861ecb339c54ed73
19947 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19948 Date:   Mon Mar 30 18:58:39 2009 +0200
19949
19950     davinci: move i2c driver to drivers/i2c
19951
19952     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19953
19954 commit ee4f3e2765a1c65c9861c5d2cf2e6feb84b90bd8
19955 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19956 Date:   Mon Mar 30 18:58:39 2009 +0200
19957
19958     davinci: move nand driver to drivers/mtd/nand
19959
19960     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19961
19962 commit d3e55d0774a180c1837bd7ddec464015e883bd86
19963 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19964 Date:   Mon Mar 30 18:58:38 2009 +0200
19965
19966     imx: move serial driver to drivers/serial
19967
19968     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19969
19970 commit 2344bb8de2354101a8264c2123303c9d8d2aed3c
19971 Author: Detlev Zundel <dzu@denx.de>
19972 Date:   Mon Mar 30 00:31:36 2009 +0200
19973
19974     inka4x0: Use proper accessor macros for memory mapped registers.
19975
19976     Signed-off-by: Detlev Zundel <dzu@denx.de>
19977
19978 commit e979e85fd39b06436922bb4d6bb5fafcbc775182
19979 Author: Detlev Zundel <dzu@denx.de>
19980 Date:   Mon Mar 30 00:31:35 2009 +0200
19981
19982     inka4x0: Add hardware diagnosis and RTC in configuration.
19983
19984     This patch adds the board specific communication routines needed by
19985     the external 4543 RTC.
19986
19987     Signed-off-by: Detlev Zundel <dzu@denx.de>
19988     Signed-off-by: Andreas Pfefferle <ap@denx.de>
19989
19990 commit 7b5611cdd12ca0cc33f994f0d4a4454788fc3124
19991 Author: Detlev Zundel <dzu@denx.de>
19992 Date:   Mon Mar 30 00:31:34 2009 +0200
19993
19994     inka4x0: Add hardware diagnosis functions for inka4x0
19995
19996     This patch adds advanced diagnosis functions for the inka4x0 board.
19997
19998     Signed-off-by: Andreas Pfefferle <ap@denx.de>
19999     Signed-off-by: Detlev Zundel <dzu@denx.de>
20000
20001 commit 04e11cf383ff6231535fd981023bb1306b2133d4
20002 Author: Detlev Zundel <dzu@denx.de>
20003 Date:   Mon Mar 30 00:31:33 2009 +0200
20004
20005     rtc: add support for 4543 RTC (manufactured by e.g. EPSON)
20006
20007     Signed-off-by: Detlev Zundel <dzu@denx.de>
20008     Signed-off-by: Andreas Pfefferle <ap@denx.de>
20009
20010 commit 572e6179adb5447ff42ec2aa5cf3a26decf97583
20011 Author: Detlev Zundel <dzu@denx.de>
20012 Date:   Mon Mar 30 00:31:32 2009 +0200
20013
20014     drivers/twserial: Add protocol driver for "three wire serial" interface.
20015
20016     This pretty unintelligent interface is used on some RTC chips.
20017
20018     Signed-off-by: Detlev Zundel <dzu@denx.de>
20019
20020 commit a6ef3ddeafbe8007af3662cc4509b897c53ab395
20021 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20022 Date:   Sun Mar 29 23:01:42 2009 +0200
20023
20024     arm720t/clps7111: move serial driver to drivers/serial
20025
20026     add CONFIG_CLPS7111_SERIAL to activate the driver
20027
20028     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20029
20030 commit 6790c55704531eb98f76b51d50e0f73d19fa2988
20031 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20032 Date:   Sun Mar 29 23:01:42 2009 +0200
20033
20034     lpc2292: move serial driver to drivers/serial
20035
20036     add CONFIG_LPC2292_SERIAL to activate the driver
20037
20038     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20039
20040 commit 176a600d0ecdaccbac483d2ba992d0119f853119
20041 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20042 Date:   Sun Mar 29 23:01:42 2009 +0200
20043
20044     ks8695: move serial driver to drivers/serial
20045
20046     add CONFIG_KS8695_SERIAL to activate the driver
20047
20048     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20049
20050 commit 6d27bca15d445fcf07d6e7e30ced95c945c875ea
20051 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20052 Date:   Sun Mar 29 23:01:42 2009 +0200
20053
20054     s3c64xx: move usb driver to drivers/usb
20055
20056     add CONFIG_USB_S3C64XX to activate the driver
20057
20058     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20059
20060 commit ecfa8dda2f55e1fbe12dee0b5cc16e7d484674c9
20061 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20062 Date:   Sun Mar 29 23:01:41 2009 +0200
20063
20064     imx31: move serial driver to drivers/serial
20065
20066     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20067
20068 commit 9ea91c9fefb3920d735533a7798c1a44a3ed3ffc
20069 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20070 Date:   Sun Mar 29 23:01:41 2009 +0200
20071
20072     netarm: move serial driver to drivers/serial
20073
20074     add CONFIG_NETARM_SERIAL to activate the driver
20075
20076     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20077
20078 commit 412ab705888742add435dd6ffc2e8bda14962235
20079 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20080 Date:   Sun Mar 29 23:01:41 2009 +0200
20081
20082     sa1100: move serial driver to drivers/serial
20083
20084     add CONFIG_SA1100_SERIAL to activate the driver
20085
20086     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20087
20088 commit b2368754a9202225fd072e159fb78da7d2cdb623
20089 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20090 Date:   Sun Mar 29 23:01:41 2009 +0200
20091
20092     s3c44b0: extract cache from cpu.c
20093
20094     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20095
20096 commit 40fd626223eae5363719bcb9a6896f08ceeee90a
20097 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20098 Date:   Sun Mar 29 23:01:41 2009 +0200
20099
20100     s3c44b0: move serial driver to drivers/serial
20101
20102     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20103
20104 commit 5fe1377cc46199fe71c47be4b1aa81440ae96f9f
20105 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20106 Date:   Sun Mar 29 23:01:40 2009 +0200
20107
20108     s3c44b0: move rtc driver to drivers/rtc
20109
20110     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20111
20112 commit 50f601cca8985615f9e3de4c34887448ade8a64b
20113 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20114 Date:   Sun Mar 29 23:01:40 2009 +0200
20115
20116     s3c44b0: move i2c driver to drivers/i2c
20117
20118     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20119
20120 commit 281dfb0c0c531194f99e60d6285cca4e2a9fb1b6
20121 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20122 Date:   Sun Mar 29 23:01:36 2009 +0200
20123
20124     s3c4510b: move specific code to soc directory
20125
20126     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20127
20128 commit 04531f3c11c693dc54924f82c41979d960309c9d
20129 Author: Ladislav Michl <ladis@linux-mips.org>
20130 Date:   Wed Mar 25 23:43:58 2009 +0100
20131
20132     NetStar: add RTC support
20133
20134     Add RTC support.
20135
20136     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
20137
20138 commit 71f7bd305d9768bcb7ddbe4b5823cbf3b3597b11
20139 Author: Ladislav Michl <ladis@linux-mips.org>
20140 Date:   Wed Mar 25 23:43:50 2009 +0100
20141
20142     NetStar: use generic flash driver
20143
20144     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
20145
20146 commit 3f464b0fc009d41d2734c08e472eb6d445f73a5c
20147 Author: Ladislav Michl <ladis@linux-mips.org>
20148 Date:   Mon Mar 16 23:31:20 2009 +0100
20149
20150     NetStar: update crcit utility
20151
20152     Make crc32 function to match its prototype. Use more meaningful identifiers.
20153
20154     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
20155
20156 commit 488f5d8790c451fc527fe5d2ef218f2a5e40ea17
20157 Author: Ladislav Michl <ladis@linux-mips.org>
20158 Date:   Mon Mar 23 17:46:27 2009 +0100
20159
20160     Remove nowhere used symbol CONFIG_SYS_CLKS_IN_HZ
20161
20162     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
20163
20164 commit 88685b5f62274167ad2ba8a58e108d89ff71955b
20165 Author: Wolfgang Denk <wd@denx.de>
20166 Date:   Sun Mar 29 00:58:16 2009 +0100
20167
20168     VCMA9: fix compile errors
20169
20170     Fix these:
20171     cmd_vcma9.c:82: warning: implicit declaration of function 'eth_getenv_enetaddr'
20172     cmd_vcma9.c:89: error: 'enetaddr' undeclared (first use in this function)
20173
20174     Signed-off-by: Wolfgang Denk <wd@denx.de>
20175
20176 commit 26e42cbd786241fec370a0b92ad591f4e9cc423b
20177 Author: Wolfgang Denk <wd@denx.de>
20178 Date:   Sun Mar 29 00:54:21 2009 +0100
20179
20180     ARM: fix warning: 'print_eth' defined but not used
20181
20182     This warning got issued for all ARM systems that don't have
20183     CONFIG_CMD_NET enabled.
20184
20185     Signed-off-by: Wolfgang Denk <wd@denx.de>
20186
20187 commit fd88d91a639ce41b825c8d50dc2182050e98fe53
20188 Author: Ladislav Michl <ladis@linux-mips.org>
20189 Date:   Mon Mar 23 18:16:34 2009 +0100
20190
20191     cs8900 compile fix
20192
20193     cs8900.c: In function 'eth_init':
20194     cs8900.c:164: warning: passing argument 2 of 'eth_getenv_enetaddr' from incompatible pointer type
20195     cs8900.c:165: error: invalid operands to binary <<
20196     cs8900.c:166: error: invalid operands to binary <<
20197     cs8900.c:167: error: invalid operands to binary <<
20198
20199     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
20200     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20201
20202 commit d2567be915036720693f3ddd00c39b5b4d86fb8d
20203 Author: Wolfgang Denk <wd@denx.de>
20204 Date:   Sat Mar 28 20:16:16 2009 +0100
20205
20206     Fix implicit declaration of function 'eth_[gs]etenv_enetaddr'
20207
20208     ...and some other compile warnings.
20209
20210     Signed-off-by: Wolfgang Denk <wd@denx.de>
20211
20212 commit 97b05d7d524a6b4f195f07b8f90e98561a85596c
20213 Author: Wolfgang Denk <wd@denx.de>
20214 Date:   Sat Mar 28 16:17:29 2009 +0100
20215
20216     mpc8xx/ether.c: fix warning: unused variable 'bd'
20217
20218     Also minor coding style cleanup.
20219
20220     Signed-off-by: Wolfgang Denk <wd@denx.de>
20221
20222 commit 2dce551e10728f9e5655279f761f1d3cc0a8fe90
20223 Author: Detlev Zundel <dzu@denx.de>
20224 Date:   Wed Mar 25 17:27:52 2009 +0100
20225
20226     command.c: Expose the core of do_help as _do_help to the rest of u-boot.
20227
20228     Other commands implementing subcommands can reuse this code nicely.
20229
20230     Signed-off-by: Detlev Zundel <dzu@denx.de>
20231     Signed-off-by: Andreas Pfefferle <ap@denx.de>
20232
20233 commit 4e325fbfa4dea04eceb6392e00807c40d214dc6f
20234 Author: Detlev Zundel <dzu@denx.de>
20235 Date:   Tue Mar 24 18:02:33 2009 +0100
20236
20237     mpc5xxx: Add structure definition for several more register blocks.
20238
20239     Signed-off-by: Detlev Zundel <dzu@denx.de>
20240
20241 commit 739b0e594677a0676577bc95db4495a5563fc7f8
20242 Author: Detlev Zundel <dzu@denx.de>
20243 Date:   Fri Mar 27 15:03:55 2009 +0100
20244
20245     MAINTAINERS: Add entry for 'inka4x0' board.
20246
20247     Signed-off-by: Detlev Zundel <dzu@denx.de>
20248
20249 commit e55ecec45340755ef47cbbb13fb35ceed60eb115
20250 Author: Detlev Zundel <dzu@denx.de>
20251 Date:   Fri Mar 27 15:03:54 2009 +0100
20252
20253     MAINTAINERS: Keep list sorted.
20254
20255     Signed-off-by: Detlev Zundel <dzu@denx.de>
20256
20257 commit 0baeca4b09b703728f8e66b52418039fd8f8ce35
20258 Author: Mike Frysinger <vapier@gentoo.org>
20259 Date:   Thu Mar 26 11:17:41 2009 -0400
20260
20261     karef/metrobox/xpedite1k: fix eth_setenv_enetaddr typos
20262
20263     The function is called "eth_setenv_enetaddr", not "eth_putenv_enetaddr".
20264
20265     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20266     CC: Ben Warren <biggerbadderben@gmail.com>
20267
20268 commit 76756e41cde0a617e781a604cc47dfaef63697cd
20269 Author: Heiko Schocher <hs@denx.de>
20270 Date:   Thu Mar 26 07:33:59 2009 +0100
20271
20272     ppc: cleanup compiler errors/warnings
20273
20274     Current u-boot top of tree builds with warnings/errors for
20275     the following boards:
20276
20277     ads5121 cpci5200 mecp5200 v38b IAD210 MBX MBX860T NX823
20278     RPXClassic debris PN62
20279
20280     following patch solves this.
20281
20282     Signed-off-by: Heiko Schocher <hs@denx.de>
20283     Acked-by: Mike Frysinger <vapier@gentoo.org>
20284
20285 commit 3edf68c47fdd52f19c1e840771c19ba90cf5ced1
20286 Author: Stefan Roese <sr@denx.de>
20287 Date:   Thu Mar 26 16:14:13 2009 +0100
20288
20289     ppc4xx: Sequoia: Fix TLB reassignment in NAND booting code
20290
20291     This patch fixes a bug in the Sequoia TLB init code to reconfigure
20292     the correct TLB (boot space) after running from RAM. This bug was
20293     introduced with patch 4d332dbeb08f5863d1ea69d91a00c5499d3a87ed
20294     [ppc4xx: Make Sequoia boot vxWorks] which changed the order of the
20295     TLB in the Sequoia init.S file.
20296
20297     Signed-off-by: Stefan Roese <sr@denx.de>
20298
20299 commit e2b66fe453a3679f807b37fc5923d89214302764
20300 Author: Wolfgang Denk <wd@denx.de>
20301 Date:   Thu Mar 26 10:00:57 2009 +0100
20302
20303     ads5121: enable instruction cache
20304
20305     Enabling the instruction cache significantly accelerates U-Boot
20306     operations like CRC checking, image uncompression, etc.
20307
20308     Kudos to Andrea Scian for pointing out.
20309
20310     Signed-off-by: Wolfgang Denk <wd@denx.de>
20311
20312 commit 33e88c557b29c84c52039ba05993fa70fe62afe3
20313 Author: Jon Smirl <jonsmirl@gmail.com>
20314 Date:   Sun Mar 22 22:55:45 2009 -0400
20315
20316     mpc5200: suppress printf until console initialized
20317
20318     On boards which have the environment in eeprom, i2c_init() is called
20319     before the console and RAM are initialized.
20320     Suppress printfs until the console is initialized.
20321
20322     Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
20323     Acked-by: Heiko Schocher <hs@denx.de>
20324
20325 commit 0c6926736effbb9a19047949b7e9b3e8feab7c46
20326 Author: Guennadi Liakhovetski <lg@denx.de>
20327 Date:   Wed Mar 25 11:36:50 2009 +0100
20328
20329     ARM: Add the imx31_phycore_eet board to MAKEALL
20330
20331     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
20332
20333 commit 917cfc70c18b74fa8a80189bdce8395199fa8360
20334 Author: Nishanth Menon <nm@ti.com>
20335 Date:   Wed Mar 25 22:13:56 2009 +0100
20336
20337     OMAP3:Beagle: Enable mtdparts
20338
20339     http://www.denx.de/wiki/DULG/UBootCmdGroupFlash#UBootCmdFlMtdparts
20340     provides a flexible way to create and maintain u-boot mtd
20341     partitions. This allows commands such as "nand erase fs"
20342     to work and the user no longer needs to decode the absolute
20343     nand offsets. This patch enables this function for beagleboard
20344
20345     Signed-off-by: Nishanth Menon <nm@ti.com>
20346     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20347
20348 commit 4de1a5daab079ddc8ce1274144700203d692105c
20349 Author: Mike Frysinger <vapier@gentoo.org>
20350 Date:   Sun Feb 22 16:26:35 2009 -0500
20351
20352     Blackfin: bf537-stamp: split post code out into dedicated post.c
20353
20354     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20355
20356 commit 5e8f245743ed14c89e495ba2c027703db9813160
20357 Author: Mike Frysinger <vapier@gentoo.org>
20358 Date:   Sat Oct 11 22:51:56 2008 -0400
20359
20360     Blackfin: add support for S25FL128 parts
20361
20362     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20363
20364 commit bf1e028bf3eab1d702fa0627cade4460688f3913
20365 Author: Mike Frysinger <vapier@gentoo.org>
20366 Date:   Sat Oct 11 22:51:23 2008 -0400
20367
20368     Blackfin: overhaul SPI flash handling to speed things up
20369
20370     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20371
20372 commit efcc08cededa2168b96f12a22a5872340880d334
20373 Author: Mike Frysinger <vapier@gentoo.org>
20374 Date:   Sat Oct 11 22:51:05 2008 -0400
20375
20376     Blackfin: add support for SST SPI flashes
20377
20378     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20379
20380 commit 5b8cfbe63f7242ebb1008f30bbbc85a9d54b38cf
20381 Author: Mike Frysinger <vapier@gentoo.org>
20382 Date:   Sat Oct 11 22:50:10 2008 -0400
20383
20384     Blackfin: add hack for crappy m25p80
20385
20386     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20387
20388 commit 6f5fd56f0832ea5c254e2e4be84ea21fc8ecd5c5
20389 Author: Mike Frysinger <vapier@gentoo.org>
20390 Date:   Wed Jan 21 20:47:12 2009 -0500
20391
20392     Blackfin: bf537-stamp: increase monitor size
20393
20394     The new jffs2 code pushed the code size just over the limit, so increase
20395     the limit a bit more.
20396
20397     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20398
20399 commit f82caaccc87e1f76448ff42a6b930e59797e4f65
20400 Author: Mike Frysinger <vapier@gentoo.org>
20401 Date:   Mon Dec 8 16:16:11 2008 -0500
20402
20403     Blackfin: bf537-stamp: bump default SCLK up to 125MHz
20404
20405     Since all of the bf537-stamp and bf537-ezkit boards out there can handle it,
20406     increase the speed of SCLK to 125MHz rather than 100MHz.
20407
20408     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20409
20410 commit 751e54c3b77311b720b794813cce20546f288ada
20411 Author: Mike Frysinger <vapier@gentoo.org>
20412 Date:   Sat Oct 11 22:44:14 2008 -0400
20413
20414     Blackfin: bf537-stamp: rewrite MAC-in-flash handling
20415
20416     Use the common net eth functions to setup the env/global data with the MAC
20417     address, and properly handle the case where CONFIG_SYS_NO_FLASH is defined.
20418
20419     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20420
20421 commit 88f9faffb383bbc6f23b8cc8519c5ffecfa2c8ad
20422 Author: Mike Frysinger <vapier@gentoo.org>
20423 Date:   Tue Dec 9 13:47:39 2008 -0500
20424
20425     Blackfin: add clkin_hz= to default kernel command line for ADI boards
20426
20427     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20428
20429 commit 9f64ba2412d3cede9eb1f290987e5c3a28df3232
20430 Author: Mike Frysinger <vapier@gentoo.org>
20431 Date:   Sun Oct 12 23:49:13 2008 -0400
20432
20433     Blackfin: bf533-stamp: bump up default clocks
20434
20435     Since the hardware can handle it, bump the default clocks from 80mhz SCLK
20436     and 398mhz CCLK to 100mhz SCLK and 498mhz CCLK.
20437
20438     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20439
20440 commit 23fd959eeaaa0434ac7f9c1191de66c76d97d699
20441 Author: Mike Frysinger <vapier@gentoo.org>
20442 Date:   Sat Oct 11 22:40:22 2008 -0400
20443
20444     Blackfin: bf533-stamp: rewrite startup LED notifications
20445
20446     Again, don't clobber pins that we aren't actually using, and use the common
20447     LED framework rather than our own hob-job-but-not-really-working.
20448
20449     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20450
20451 commit cf6f469e2730fc8ab3523808b828be000d6eee77
20452 Author: Mike Frysinger <vapier@gentoo.org>
20453 Date:   Sun Jun 1 09:09:48 2008 -0400
20454
20455     Blackfin: unify common ADI board settings
20456
20457     Rather than duplicate the same ADI settings in every ADI board, create a
20458     common ADI config header and have all ADI boards start using that.  This
20459     will also make merging the ~10 boards I have to forward port a lot easier.
20460
20461     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20462
20463 commit 196c74311f394c6eb08bd9ab07a35671299b9851
20464 Author: Kyungmin Park <kmpark@infradead.org>
20465 Date:   Tue Mar 3 09:05:53 2009 +0900
20466
20467     Reduce OneNAND IPL common code
20468
20469     OneNAND IPL has common codes for RAM init, load data, and jump to 2nd
20470     bootloader, but it's common code used about 300~400 bytes. So board
20471     specific codes, such as lowlevel_init, can't has enough code. It make
20472     a difficult to implement OneNAND IPL.
20473
20474     his patch make this common code as small as possible. and give
20475     lowlevel_init can have more codes.
20476
20477     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
20478     Signed-off-by: Scott Wood <scottwood@freescale.com>
20479
20480 commit 16f2f5a351004129e79e79816697a367fd9e5446
20481 Author: Wolfgang Grandegger <wg@grandegger.com>
20482 Date:   Wed Feb 11 18:38:24 2009 +0100
20483
20484     Add multi-chip NAND support for the TQM8548 modules
20485
20486     This patches configures the NAND UPM-FSL driver with multi-chip
20487     support for the Micron MT29F8G08FAB NAND flash memory on the
20488     TQM8548 modules.
20489
20490     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
20491     Signed-off-by: Scott Wood <scottwood@freescale.com>
20492
20493 commit 33846df28fa1f4cf96a96c18142d48d813caa892
20494 Author: Wolfgang Grandegger <wg@grandegger.com>
20495 Date:   Wed Feb 11 18:38:23 2009 +0100
20496
20497     Add wait flags to support board/chip specific delays
20498
20499     The NAND flash on the TQM8548_BE modules requires a short delay after
20500     running the UPM pattern like the MPC8360ERDK board does. The TQM8548_BE
20501     requires a further short delay after writing out a buffer. Normally the
20502     R/B pin should be checked, but it's not connected on the TQM8548_BE.
20503     The corresponding Linux FSL UPM driver uses similar delay points at the
20504     same locations. To manage these extra delays in a more general way, I
20505     introduced the "wait_flags" field allowing the board-specific driver to
20506     specify various types of extra delay.
20507
20508     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
20509     Signed-off-by: Scott Wood <scottwood@freescale.com>
20510
20511 commit 06e9f7df054d26d7f49c56bf9a6844b193ad6313
20512 Author: Wolfgang Grandegger <wg@grandegger.com>
20513 Date:   Wed Feb 11 18:38:22 2009 +0100
20514
20515     Add support for TQM-specific chip select logic to FSL-UPM
20516
20517     For the NAND chips on the TQM8548 modules, a special chip-select logic is
20518     used. It uses dedicated address lines to be set via UPM machine address
20519     register (mar). This patch adds such support to the FSL-UPM driver.
20520
20521     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
20522     Signed-off-by: Scott Wood <scottwood@freescale.com>
20523
20524 commit e93c1c169d49eda7babad9c781f541e2e34f0ff0
20525 Author: Wolfgang Grandegger <wg@grandegger.com>
20526 Date:   Wed Feb 11 18:38:21 2009 +0100
20527
20528     Add multi chip support to the FSL-UPM driver
20529
20530     This patch adds support for multi-chip NAND devices to the FSL-UPM
20531     driver. The "dev_ready" callback of the "struct fsl_upm_nand" is now
20532     called with the argument "chip_nr" to allow testing the proper chip
20533     select line. The NAND support of the MPC8360ERDK is updated as well.
20534     No other boards are currently using the FSL UPM driver.
20535
20536     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
20537     Signed-off-by: Scott Wood <scottwood@freescale.com>
20538
20539 commit 672ed2aee91b4856f6671fc72cd34168d8f1b624
20540 Author: Wolfgang Grandegger <wg@grandegger.com>
20541 Date:   Wed Feb 11 18:38:20 2009 +0100
20542
20543     Enable multi chip support in the NAND layer
20544
20545     This patch adds support for NAND_MAX_CHIPS to the MTD NAND layer.
20546     Multi-chips devices are displayed as shown:
20547
20548       Device 0: 2x NAND 512MiB 3,3V 8-bit, sector size 128 KiB
20549
20550     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
20551     Signed-off-by: Scott Wood <scottwood@freescale.com>
20552
20553 commit 74398b23f9c2ffdc137fd92910a46e3333fb93f9
20554 Author: Mike Frysinger <vapier@gentoo.org>
20555 Date:   Sat Oct 11 21:58:33 2008 -0400
20556
20557     Blackfin: put memory into self-refresh before/after programming clocks
20558
20559     When initializing the core clocks, stick external memory into self-refresh.
20560     This gains us a few cool things:
20561      - support suspend-to-RAM with Linux
20562      - reprogram clocks automatically when doing "go" on u-boot.bin in RAM
20563      - make sure settings are stable before flashing new version
20564      - finally fully unify initialize startup code path between LDR/non-LDR
20565
20566     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20567
20568 commit d347d572ab1f2d47bf257c9f7ca2e602038a136b
20569 Author: Mike Frysinger <vapier@gentoo.org>
20570 Date:   Sat Oct 11 21:56:08 2008 -0400
20571
20572     Blackfin: do not program voltage regulator on parts that do not have one
20573
20574     Some newer Blackfins (like the BF51x) do not have an on-chip voltage
20575     regulator, so do not attempt to program the memory as if it does.
20576
20577     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20578
20579 commit 0d4f24b70f7a979f58174f3eb271874950b551b6
20580 Author: Mike Frysinger <vapier@gentoo.org>
20581 Date:   Sun Jun 1 01:28:24 2008 -0400
20582
20583     Blackfin: setup a sane default EBIU_SDBCTL for SDRAM controllers
20584
20585     If the board config does not specify an explicit EBIU_SDBCTL value, set it
20586     up with sane values based on other configuration options.
20587
20588     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20589
20590 commit 3986e981f565c08f10c7e526af8cb518d741c349
20591 Author: Mike Frysinger <vapier@gentoo.org>
20592 Date:   Sat Dec 6 18:06:58 2008 -0500
20593
20594     Blackfin: handle reboot anomaly 432
20595
20596     Workaround anomaly 432:
20597     The bfrom_SysControl() firmware function does not clear the SIC_IWR1
20598     register before executing the PLL programming sequence.  Therefore, any
20599     interrupt enabled in the SIC_IWR1 register prior to the call to
20600     bfrom_SysControl() can prematurely terminate the idle sequence required
20601     for the PLL to relock properly. SIC_IWR0 is properly handled.
20602
20603     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20604
20605 commit 7e1d212b6da492c6ea32c62af92e185284f41291
20606 Author: Mike Frysinger <vapier@gentoo.org>
20607 Date:   Sat Oct 18 04:04:49 2008 -0400
20608
20609     Blackfin: kill off LDR jump block
20610
20611     The Boot ROM uses EVT1 as the entry point so set that rather than having
20612     to use a tiny jump block in the default EVT1 location.
20613
20614     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20615
20616 commit a75fa148d60b1975403441e45565621bba50d2d9
20617 Author: Mike Frysinger <vapier@gentoo.org>
20618 Date:   Tue Jan 6 10:00:48 2009 -0500
20619
20620     Blackfin: simplify symbol_lookup() a bit
20621
20622     No need to skip a byte as the symbol table handles this.
20623
20624     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20625
20626 commit 59f0978a7e78d20277ddbde7caf0ea877f3cfd98
20627 Author: Mike Frysinger <vapier@gentoo.org>
20628 Date:   Sat Feb 7 05:43:21 2009 -0500
20629
20630     Blackfin: fix SIC_RVECT definition: it is 16bits, not 32bits
20631
20632     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20633
20634 commit 58130f8920151d9e8942bbdf3388f2defb47e415
20635 Author: Mike Frysinger <vapier@gentoo.org>
20636 Date:   Sat Feb 7 05:41:17 2009 -0500
20637
20638     Blackfin: drop SPORT_TX read helper macros
20639
20640     The SPORT_TX registers cannot be read (the hardware will trigger an error),
20641     so drop the read helper macros.
20642
20643     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20644
20645 commit 820b076c449688bcd4af6db5a33ae424d1a60d0e
20646 Author: Mike Frysinger <vapier@gentoo.org>
20647 Date:   Sat Feb 7 05:25:35 2009 -0500
20648
20649     Blackfin: unify duplicate CPU port definitions
20650
20651     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20652
20653 commit 744fd240d181b0b05b1436e1b655c9a62526c752
20654 Author: Mike Frysinger <vapier@gentoo.org>
20655 Date:   Fri Feb 6 00:59:50 2009 -0500
20656
20657     Blackfin: drop now-unused CONFIG_SYS_BFIN_CMD_XXX
20658
20659     With the new CONFIG_XXX system and CONFIG_CMD_XXX handling, these defines
20660     are no longer used/needed.
20661
20662     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20663
20664 commit 45c48953e8a4038bd49c46813fcff5a207867ae4
20665 Author: Mike Frysinger <vapier@gentoo.org>
20666 Date:   Mon Oct 6 04:01:26 2008 -0400
20667
20668     Blackfin: print out Flash: before checking it
20669
20670     If there is some problem in the flash init/checking code, it's nicer to see
20671     the message "Flash:" before crashing.  This way the source of the problem
20672     is a bit more straightforward.
20673
20674     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20675
20676 commit 1c7a79a04eb916f685f7275520b5eea6968a1559
20677 Author: Mike Frysinger <vapier@gentoo.org>
20678 Date:   Thu Aug 7 15:33:09 2008 -0400
20679
20680     Blackfin: safely flush data caches when in writeback mode
20681
20682     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20683
20684 commit c06f2b13022703611bc3e512bd34f9014a46f448
20685 Author: Mike Frysinger <vapier@gentoo.org>
20686 Date:   Thu Aug 7 13:21:48 2008 -0400
20687
20688     Blackfin: update lockbox api according to latest documentation
20689
20690     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20691
20692 commit 2decc2a8d17a5397cb5956e46c8466c736e305a2
20693 Author: Mike Frysinger <vapier@gentoo.org>
20694 Date:   Sat Oct 11 21:49:06 2008 -0400
20695
20696     Blackfin: mark bfin_reset static
20697
20698     The function is only used locally, so mark it static.
20699
20700     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20701
20702 commit 974473caa732f63312687ef2bd2d22dad8e99b9a
20703 Author: Sonic Zhang <Sonic.Zhang@analog.com>
20704 Date:   Fri Mar 20 19:28:20 2009 -0400
20705
20706     Blackfin: spi: there is no PORTJ_FER MMR on BF537
20707
20708     Since the PORTJ on the BF537 is peripheral-only (no GPIO functionality),
20709     then there is no PORTJ_FER register for us to worry about.
20710
20711     Signed-off-by: Sonic Zhang <Sonic.Zhang@analog.com>
20712     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20713
20714 commit e82b762f293debc53c5afa90f37264f6b07520f9
20715 Author: Mike Frysinger <vapier@gentoo.org>
20716 Date:   Tue Mar 17 13:58:23 2009 -0400
20717
20718     Blackfin: fix jtag console tstc
20719
20720     The jtag tstc operation was checking the hardware to see if data is
20721     available from it (which is fine for the jtag getc operation), but the
20722     higher layers need to know whether any data is available.  Since we have
20723     to read up to 4 bytes at a time from the hardware, the higher layers need
20724     to know they can consume the cached bytes as well.
20725
20726     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20727
20728 commit bc683f58b1f1d8d20546fe019483967a51a49df1
20729 Author: Mike Frysinger <vapier@gentoo.org>
20730 Date:   Sun Feb 22 16:23:41 2009 -0500
20731
20732     Blackfin: bf537-stamp: move CONFIG_POST handling to COBJS-$(...)
20733
20734     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20735
20736 commit 8996d1608acb8f59fcb186dc7ed7d87f8fee1297
20737 Author: Mike Frysinger <vapier@gentoo.org>
20738 Date:   Sun Feb 22 16:02:27 2009 -0500
20739
20740     Blackfin: unify net-related init code
20741
20742     Unify all of the net-related init code in the common Blackfin board init
20743     code to clean up the ifdef mess a bit.
20744
20745     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20746
20747 commit c6ea30e52ea82af4858d2b6f99e0fd2ea276d657
20748 Author: Mike Frysinger <vapier@gentoo.org>
20749 Date:   Wed Feb 18 12:51:48 2009 -0500
20750
20751     Blackfin: fix SWRST/SYSCR register sizes
20752
20753     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20754
20755 commit a9d6777d39154978b9ef9c682b2627a3480b194c
20756 Author: Mike Frysinger <vapier@gentoo.org>
20757 Date:   Wed Feb 18 12:51:31 2009 -0500
20758
20759     Blackfin: update anomaly lists
20760
20761     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20762
20763 commit 4d7c32dad2e787f890ebcd51bfb723a126913c90
20764 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20765 Date:   Thu Mar 19 18:31:38 2009 +0100
20766
20767     avr32: fix cacheflush.h location introducted by d8f2aa3298610b
20768
20769     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20770     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20771
20772 commit 3a3baf3ee61e6b28af3b49ebabc9ab4f6015aa48
20773 Author: Eric Schumann <E.Schumann@phytec.de>
20774 Date:   Sat Mar 21 09:59:34 2009 -0400
20775
20776     Make flash protection work, when the environment is in EEPROM
20777
20778     On the pcm030 the environment is located in the onboard EEPROM. But we want
20779     to handle flash sector protection in a safe manner. So we must read the
20780     unlock environment variable from EEPROM instead from flash.
20781
20782     This patch is required as long the evironment is saved into the EEPROM.
20783
20784     Stefan: Additional change as suggested by Wolfgang, use bigger char array
20785     (instead of 4).
20786
20787     Signed-off-by: Eric Schumann <E.Schumann@phytec.de>
20788     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
20789     Acked-by: Wolfgang Denk <wd@denx.de>
20790     Signed-off-by: Stefan Roese <sr@denx.de>
20791
20792 commit de3ce8c59f48f99779d7d7379a5432ded12ec06c
20793 Author: Jon Smirl <jonsmirl@gmail.com>
20794 Date:   Sat Mar 21 11:17:56 2009 -0400
20795
20796     Add define for mpc5200 CDM_CLK_ENA
20797
20798     Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
20799
20800 commit df486b1fa3f750b153eac7daa0b3bf1f594e5098
20801 Author: Nicolas Ferre <nicolas.ferre@atmel.com>
20802 Date:   Sun Mar 22 14:48:16 2009 +0100
20803
20804     at91: Support for the at91sam9g20 : Atmel 400Mhz ARM 926ej-s SOC.
20805
20806     AT91sam9g20 is an evolution of the at91sam9260 with a faster clock speed.
20807
20808     The AT91SAM9G20-EK board is an updated revision of the AT91SAM9260-EK board.
20809     It is essentially the same, with a few minor differences.
20810
20811     Here is the chip page on Atmel website:
20812     http://www.atmel.com/dyn/products/product_card.asp?part_id=4337
20813
20814     Signed-off-by: Justin Waters <justin.waters@timesys.com>
20815     Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
20816     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20817
20818 commit 118d168035cc93f586da4812c89cb153eb9f4243
20819 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20820 Date:   Sun Mar 22 14:28:14 2009 +0100
20821
20822     cmc_pu2: fix implicit declaration of function 'eth_setenv_enetaddr'
20823
20824     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20825
20826 commit 176c4a982c6531f96426afaa1126cf9a5e2d5e03
20827 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20828 Date:   Sun Mar 22 14:28:13 2009 +0100
20829
20830     cmc_pu2: fix misc_init_r prototype
20831
20832     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20833
20834 commit 53158aea995221706b42c7bad9f717b31ae20414
20835 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20836 Date:   Sun Jan 11 03:32:01 2009 +0100
20837
20838     at91sam9xeek: fix soc name
20839
20840     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20841
20842 commit 74c076d6c33d6d42ab065541a38383587879e7b7
20843 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20844 Date:   Sun Mar 22 10:22:34 2009 +0100
20845
20846     at91sam9/at91cap: move nand drivers to drivers/mtd/nand
20847
20848     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20849
20850 commit 163966087d62680547f188a93c61d01c8155254e
20851 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20852 Date:   Sat Mar 21 21:08:01 2009 +0100
20853
20854     atmel/at91/boards: compile dataflash partition only when dataflash is
20855
20856     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20857
20858 commit e2c0476f958f8e0b269a1118f4ba4a5cd475aa56
20859 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20860 Date:   Sat Mar 21 21:08:00 2009 +0100
20861
20862     at91sam9/at91cap: move common macb initialisation to cpu
20863
20864     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20865
20866 commit f3f91f886bc8927fd692ac411b7423a87ffec532
20867 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20868 Date:   Sat Mar 21 21:08:00 2009 +0100
20869
20870     at91sam9/at91cap: move common usb host initialisation to cpu
20871
20872     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20873
20874 commit a484b00b86e72ac6da6ee4fce13dbc6b256672fe
20875 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20876 Date:   Sat Mar 21 21:08:00 2009 +0100
20877
20878     at91sam9/at91cap: move common led management to cpu
20879
20880     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20881
20882 commit 7ebafb7ec1a0285af8380623c009576f92583b98
20883 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20884 Date:   Sat Mar 21 21:07:59 2009 +0100
20885
20886     at91sam9/at91cap: move common spi initialisation to cpu
20887
20888     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20889
20890 commit 1332a2a0694c8e10a5bade397cf83645b2c3fd7e
20891 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20892 Date:   Sat Mar 21 21:07:59 2009 +0100
20893
20894     at91sam9/at91cap: move common serial initialisation to cpu
20895
20896     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20897
20898 commit e60beb13cf0135dc71c541021487b5ccc4d269cb
20899 Author: Wolfgang Denk <wd@denx.de>
20900 Date:   Sat Mar 21 22:04:41 2009 +0100
20901
20902     Prepare 2009.03
20903
20904     Update CHANGELOG
20905
20906     Signed-off-by: Wolfgang Denk <wd@denx.de>
20907
20908 commit 9e78dae2b276c5bf9ab92cd85173f6cb92b1b7d5
20909 Author: Vivek Kutal <vivek.kutal@azingo.com>
20910 Date:   Mon Feb 23 21:35:11 2009 +0530
20911
20912     Replaced endpoint numbers with appropriate macros in usbtty.c.
20913
20914     Signed-off-by: Vivek Kutal <vivek.kutal@azingo.com>
20915     Signed-off-by: Remy Bohmer <linux@bohmer.net>
20916
20917 commit faac4fd852e39cb1d7a740801b060e41aeacef1f
20918 Author: Michael Lawnick <ml.lawnick@gmx.de>
20919 Date:   Thu Mar 19 10:06:41 2009 +0100
20920
20921     UBIFS: Missing offset relocation for compressor 'none'
20922
20923     On systems where U-Boot is linked to another address than it really lays
20924     (e.g. backup image), calls via function pointers must be fixed with a
20925     '+= gd->reloc_off'.
20926     This was not done for none_compr in ubifs_compressors_init() what leads
20927     to system crash on ubifsmount command.
20928
20929     Signed-off-by: Michael Lawnick <ml.lawnick@gmx.de>
20930     Acked-by: Stefan Roese <sr@denx.de>
20931
20932 commit ce6d0c8de031f345bde745f3b855082adf1c4e45
20933 Author: Stefan Roese <sr@denx.de>
20934 Date:   Thu Mar 19 15:35:50 2009 +0100
20935
20936     UBIFS: Add UBIFS commands
20937
20938     This patchset adds these UBIFS related commands:
20939
20940     - ubifsmount
20941       Mount an UBIFS volume
20942
20943     - ubifsls
20944       List a directory of the mounted UBIFS volume
20945
20946     - ubifsload
20947       Load a file from the mounted UBIFS volume to memory
20948
20949     Signed-off-by: Stefan Roese <sr@denx.de>
20950
20951 commit 9eefe2a2b37a838558e3d213a9f5519503d0c180
20952 Author: Stefan Roese <sr@denx.de>
20953 Date:   Thu Mar 19 15:35:05 2009 +0100
20954
20955     UBIFS: Implement read-only UBIFS support in U-Boot
20956
20957     The U-Boot UBIFS implementation is largely a direct copy from the current
20958     Linux version (2.6.29-rc6). As already done in the UBI version we have an
20959     "abstraction layer" to redefine or remove some OS calls (e.g. mutex_lock()
20960     ...). This makes it possible to use the original Linux code with very
20961     little changes. And by this we can better update to later Linux versions.
20962
20963     I removed some of the Linux features that are not used in the U-Boot
20964     version (e.g. garbage-collection, write support).
20965
20966     Signed-off-by: Stefan Roese <sr@denx.de>
20967     CC: Artem Bityutskiy <dedekind@infradead.org>
20968     CC: Adrian Hunter <ext-Adrian.Hunter@nokia.com>
20969
20970 commit b1b4e89a0f3b75854c39a62cae41bad56d210adf
20971 Author: Stefan Roese <sr@denx.de>
20972 Date:   Thu Mar 19 15:34:56 2009 +0100
20973
20974     Add LZO decompressor support
20975
20976     This patch adds LZO decompression support to U-Boot. It is needed for
20977     the upcoming UBIFS support, since UBIFS uses LZO as default compressor/
20978     decompressor. Since we only support read-only in UBIFS, only the
20979     decompressor is needed.
20980
20981     All this is copied with minor changes from the current Linux kernel
20982     version (2.6.28-rc8).
20983
20984     This patch only implements this LZO decompressor support for PPC.
20985     Other platforms using UBIFS will have to add the required
20986     "include/asm/unaligned.h" as well. It should be fairly easy to copy this
20987     from the Linux source tree as I have done it for PPC in this patch.
20988
20989     Signed-off-by: Stefan Roese <sr@denx.de>
20990
20991 commit 68d7d65100e84df00bca971c114092731b441090
20992 Author: Stefan Roese <sr@denx.de>
20993 Date:   Thu Mar 19 13:30:36 2009 +0100
20994
20995     Separate mtdparts command from jffs2
20996
20997     Currently the mtdparts commands are included in the jffs2 command support.
20998     This doesn't make sense anymore since other commands (e.g. UBI) use this
20999     infrastructure as well now. This patch separates the mtdparts commands from
21000     the jffs2 commands making it possible to only select mtdparts when no JFFS2
21001     support is needed.
21002
21003     Signed-off-by: Stefan Roese <sr@denx.de>
21004     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
21005
21006 commit 02a301cd5087eaffdf456e0a5cec1100c4d9a398
21007 Author: Stefan Roese <sr@denx.de>
21008 Date:   Wed Feb 25 12:11:15 2009 +0100
21009
21010     powerpc: Only use eth_getenv_enetaddr() if networking is enabled
21011
21012     Signed-off-by: Stefan Roese <sr@denx.de>
21013
21014 commit 5c4fa9b474af95d60f019ec6369cbe77b9dab4b5
21015 Author: Grzegorz Bernacki <gjb@semihalf.com>
21016 Date:   Tue Mar 17 10:06:40 2009 +0100
21017
21018     Add support for the digsy MTC board.
21019
21020     This is the InterControl custom device based on the MPC5200B chip.
21021
21022     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
21023
21024 commit ff7dc067369e30066744f096995aef7d97574d15
21025 Author: Stefan Roese <sr@denx.de>
21026 Date:   Mon Feb 23 16:52:36 2009 +0100
21027
21028     powerpc: Fix compilation warning in board.c
21029
21030     Fix this warning:
21031
21032     board.c: In function 'board_init_r':
21033     board.c:653: warning: unused variable 'i'
21034     board.c:651: warning: unused variable 'e'
21035
21036     Signed-off-by: Stefan Roese <sr@denx.de>
21037
21038 commit 9cd690160d3ce1a7fb4ceeee6c99cedb1ac1d49c
21039 Author: Stefan Roese <sr@denx.de>
21040 Date:   Mon Feb 23 16:42:51 2009 +0100
21041
21042     ppc4xx: Don't write the MAC address into the internal SoC registers
21043
21044     Remove this code. It's not needed. The 4xx EMAC driver stores the MAC
21045     addresses into the SoC registers instead.
21046
21047     Signed-off-by: Stefan Roese <sr@denx.de>
21048
21049 commit bb57ad4be76d0e2e7f9ec56678235cc9872ff40f
21050 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21051 Date:   Fri Feb 20 10:19:19 2009 +0100
21052
21053     ppc4xx: Use correct io accessors for esd 405/440 boards
21054
21055     This patch replaces in/out8/16/32 macros by in/out_8/_be16/_be32
21056     macros. Also volatile pointer references are replaced by the
21057     new accessors.
21058
21059     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
21060     Signed-off-by: Stefan Roese <sr@denx.de>
21061
21062 commit 049216f045fd8e0f45bcef121c2bb1c7d3de6988
21063 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21064 Date:   Fri Feb 20 10:19:18 2009 +0100
21065
21066     ppc4xx: Use correct io accessors for esd 405 boards
21067
21068     This patch replaces in/out8/16/32 macros by in/out_8/_be16/_be32
21069     macros. Also volatile pointer references are replaced by the
21070     new accessors.
21071
21072     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
21073     Signed-off-by: Stefan Roese <sr@denx.de>
21074
21075 commit a59205d1519375d027f97a545ad642ab20fce6f8
21076 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21077 Date:   Fri Feb 20 10:19:17 2009 +0100
21078
21079     ppc4xx: Cleanup linker scripts of esd 4xx boards
21080
21081     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
21082     Signed-off-by: Stefan Roese <sr@denx.de>
21083
21084 commit 2f103ee284e68934a648732db5e0b6ceb4a1ed8f
21085 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21086 Date:   Fri Feb 20 10:19:16 2009 +0100
21087
21088     ppc4xx: Update TEXT_BASE for DASA_SIM boards
21089
21090     Fix building DASA_SIM boards by increasing U-Boot's size in flash.
21091
21092     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
21093     Signed-off-by: Stefan Roese <sr@denx.de>
21094
21095 commit 09db8f4de6805f1dde510c167f20e56a5405d29e
21096 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21097 Date:   Fri Feb 20 10:19:15 2009 +0100
21098
21099     ppc4xx: DU405 maintenance fix
21100
21101     -strip unused features
21102     -fix resetting phy
21103
21104     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
21105     Signed-off-by: Stefan Roese <sr@denx.de>
21106
21107 commit 75511b47ac2647be48218dbb93af05b21f404f67
21108 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21109 Date:   Fri Feb 20 10:19:14 2009 +0100
21110
21111     ppc4xx: Abort autoboot only by space key on CPCI405 boards
21112
21113     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21114     Signed-off-by: Stefan Roese <sr@denx.de>
21115
21116 commit e17ee157ca9ff0d4cc5841d06c4b70c1603df29c
21117 Author: Graeme Russ <graeme.russ@gmail.com>
21118 Date:   Tue Feb 24 21:14:56 2009 +1100
21119
21120     Add basic relocation to i386 port
21121
21122     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
21123
21124 commit 8c63d47651f77d9fb887cad433370b866eb0a193
21125 Author: Graeme Russ <graeme.russ@gmail.com>
21126 Date:   Tue Feb 24 21:14:45 2009 +1100
21127
21128     Implement SC520 timers
21129
21130     Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
21131
21132 commit 6d7f610b09f813b1239eedcbfe921cfd439aea25
21133 Author: Graeme Russ <graeme.russ@gmail.com>
21134 Date:   Tue Feb 24 21:14:32 2009 +1100
21135
21136     Factor out SC520 sub-features
21137
21138     Moved sub-features of the SC520 code which is currently selectively compiled
21139     using #ifdef out of sc520.c into individual files selectively compiled via
21140     the makefile
21141
21142     Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
21143
21144 commit abf0cd3dff227cfb6e82ad13be62e28e6e89d5df
21145 Author: Graeme Russ <graeme.russ@gmail.com>
21146 Date:   Tue Feb 24 21:13:40 2009 +1100
21147
21148     Rewrite i386 interrupt handling
21149
21150     Rewrite interrupt handling functionality for the i386 port. Separated
21151     functionality into separate CPU and Architecture components.
21152
21153     It appears as if the i386 interrupt handler functionality was intended
21154     to allow multiple handlers to be installed for a given interrupt.
21155     Unfortunately, this functionality was not fully implemented and also
21156     had the problem that irq_free_handler() does not allow the passing
21157     of the handler function pointer and therefore could never be used to
21158     free specific handlers that had been installed for a given IRQ.
21159
21160     There were also various issues with array bounds not being fully
21161     tested.
21162
21163     I had two objectives in mind for the new implementation:
21164
21165     1) Keep the implementation as similar as possible to existing
21166        implementations. To that end, I have used the leon2/3
21167        implementations as the reference
21168
21169     2) Seperate CPU and Architecture specific elements. All specific i386
21170        interrupt functionality is now in cpu/i386/ with the high level
21171        API and architecture specific code in lib_i386. Functionality
21172        specific to the PC/AT architecture (i.e. cascaded i8259 PICs) has
21173        been further split out into an individual file to allow for the
21174        implementation of the PIC architecture of the SC520 CPU (supports
21175        more IRQs)
21176
21177     Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
21178
21179 commit ece444b42b71eb5bce34a24ec584573b3c8c4a98
21180 Author: Graeme Russ <graeme.russ@gmail.com>
21181 Date:   Tue Feb 24 21:12:35 2009 +1100
21182
21183     Move ali512x.h
21184
21185     Moved ali512x.h from include/asm-i386/ic/ to /include
21186
21187     Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
21188
21189 commit 6d83e3ac61dcdbcb7f04664309a9689fe01c5704
21190 Author: Graeme Russ <graeme.russ@gmail.com>
21191 Date:   Tue Feb 24 21:12:20 2009 +1100
21192
21193     Rename SC520 Configuration Options
21194
21195     Options are now all uniformly CONFIG_SYS_SC520_<option>
21196
21197     Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
21198
21199 commit f62fb99941c625605aa16a0097b396a5c16d2c88
21200 Author: Trent Piepho <xyzzy@speakeasy.org>
21201 Date:   Wed Feb 18 15:22:05 2009 -0800
21202
21203     Fix all linker script to handle all rodata sections
21204
21205     A recent gcc added a new unaligned rodata section called '.rodata.str1.1',
21206     which needs to be added the the linker script.  Instead of just adding this
21207     one section, we use a wildcard ".rodata*" to get all rodata linker section
21208     gcc has now and might add in the future.
21209
21210     However, '*(.rodata*)' by itself will result in sub-optimal section
21211     ordering.  The sections will be sorted by object file, which causes extra
21212     padding between the unaligned rodata.str.1.1 of one object file and the
21213     aligned rodata of the next object file.  This is easy to fix by using the
21214     SORT_BY_ALIGNMENT command.
21215
21216     This patch has not be tested one most of the boards modified.  Some boards
21217     have a linker script that looks something like this:
21218
21219     *(.text)
21220     . = ALIGN(16);
21221     *(.rodata)
21222     *(.rodata.str1.4)
21223     *(.eh_frame)
21224
21225     I change this to:
21226
21227     *(.text)
21228     . = ALIGN(16);
21229     *(.eh_frame)
21230     *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
21231
21232     This means the start of rodata will no longer be 16 bytes aligned.
21233     However, the boundary between text and rodata/eh_frame is still aligned to
21234     16 bytes, which is what I think the real purpose of the ALIGN call is.
21235
21236     Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
21237
21238 commit 566b652c7cdb0e5e0529bb3d1eaffbd2bf45a032
21239 Author: Mike Frysinger <vapier@gentoo.org>
21240 Date:   Wed Feb 11 18:26:08 2009 -0500
21241
21242     remove bi_enet*addr from global data for all arches
21243
21244     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21245     CC: Ben Warren <biggerbadderben@gmail.com>
21246     CC: Daniel Hellstrom <daniel@gaisler.com>
21247     CC: Michal Simek <monstr@seznam.cz>
21248     CC: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21249     CC: Scott McNutt <smcnutt@psyent.com>
21250     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21251
21252 commit eb85aa594c1b57a1e3be9689b65171a137a36432
21253 Author: Mike Frysinger <vapier@gentoo.org>
21254 Date:   Wed Feb 11 20:07:19 2009 -0500
21255
21256     ppc: mark global bi_enet*addr as legacy
21257
21258     The environment is the canonical storage location of the mac address, so
21259     we're killing off the global data location and moving everything to
21260     querying the env directly.
21261
21262     In the ppc case, these things are part of the legacy ABI, so keep them
21263     around but mark them as legacy so no new code will touch them.
21264
21265     Also stop calling load_sernum_ethaddr() since all boards now implement
21266     this as a stub.
21267
21268     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21269     CC: Ben Warren <biggerbadderben@gmail.com>
21270
21271 commit 9c150102bc1de375d36d97a1cc2dd0e9639b15df
21272 Author: Mike Frysinger <vapier@gentoo.org>
21273 Date:   Wed Feb 11 20:09:52 2009 -0500
21274
21275     boards: get mac address from env and move load_sernum_ethaddr() to board init
21276
21277     The environment is the canonical storage location of the mac address, so
21278     we're killing off the global data location and moving everything to
21279     querying the env directly.
21280
21281     Rather than have common ppc code call a board-specific function like
21282     load_sernum_ethaddr(), have each board call it in its own board-specific
21283     misc_init_r() function.
21284
21285     The boards that get converted here are:
21286         - kup4k/kup4x
21287         - pcs440ep
21288         - tqm8xx
21289
21290     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21291     CC: Ben Warren <biggerbadderben@gmail.com>
21292     CC: Stefan Roese <sr@denx.de>
21293
21294 commit 92b50ffef978f05858a0ff4cbe88430bc51a28a2
21295 Author: Mike Frysinger <vapier@gentoo.org>
21296 Date:   Wed Feb 11 19:55:01 2009 -0500
21297
21298     cmc_pu2: get mac address from environment
21299
21300     The environment is the canonical storage location of the mac address, so
21301     we're killing off the global data location and moving everything to
21302     querying the env directly.
21303
21304     Also rename load_sernum_ethaddr() to misc_init_r() so we don't need to
21305     handle this board specially in common ARM code.
21306
21307     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21308     CC: Ben Warren <biggerbadderben@gmail.com>
21309
21310 commit d8d21e699d7fcfb6ab11635110266dd09b7edc62
21311 Author: Mike Frysinger <vapier@gentoo.org>
21312 Date:   Mon Feb 16 18:03:14 2009 -0500
21313
21314     boards: move board_get_enetaddr() into board-specific init
21315
21316     The environment is the canonical storage location of the mac address, so
21317     we're killing off the global data location and moving everything to
21318     querying the env directly.
21319
21320     Rather than have the common ppc code have board-specific hooks, move the
21321     board_get_enetaddr() function into the board-specific init functions.
21322
21323     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21324     CC: Ben Warren <biggerbadderben@gmail.com>
21325
21326 commit f11e6ff5b1859d9213f0d501b3309e065f487543
21327 Author: Mike Frysinger <vapier@gentoo.org>
21328 Date:   Wed Feb 11 19:39:55 2009 -0500
21329
21330     arm: get mac address from environment
21331
21332     The environment is the canonical storage location of the mac address, so
21333     we're killing off the global data location and moving everything to
21334     querying the env directly.
21335
21336     Some warts are remaining and should be killed off (by moving the func to
21337     the appropriate board init code):
21338         - davinci_eth_set_mac_addr
21339         - cs8900_get_enetaddr
21340         - smc_set_mac_addr
21341
21342     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21343     CC: Ben Warren <biggerbadderben@gmail.com>
21344
21345 commit 0107cf66f7346e8c7d6cf0fe99d2f265134afd59
21346 Author: Mike Frysinger <vapier@gentoo.org>
21347 Date:   Wed Feb 11 19:36:20 2009 -0500
21348
21349     nx823: get mac address from environment
21350
21351     The environment is the canonical storage location of the mac address, so
21352     we're killing off the global data location and moving everything to
21353     querying the env directly.
21354
21355     For the nx823, the serial number is moved out of load_sernum_ethaddr() and
21356     into misc_init_r() as is the env setup.  This lets us kill off the former
21357     function in the process.
21358
21359     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21360     CC: Ben Warren <biggerbadderben@gmail.com>
21361
21362 commit 19b5b533ccd522abeb501d510750693c35e20456
21363 Author: Mike Frysinger <vapier@gentoo.org>
21364 Date:   Wed Feb 11 18:27:18 2009 -0500
21365
21366     lib_*/board.c: do not initialize bi_enet*addr in global data
21367
21368     Since everyone is using the environment for mac address storage, there is
21369     no point in seeding the global data.
21370
21371     The arches that are converted here:
21372         i386
21373         m68k
21374         microblaze
21375         mips
21376         nios
21377         nios2
21378         sh
21379         sparc
21380
21381     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21382     CC: Ben Warren <biggerbadderben@gmail.com>
21383     CC: Daniel Hellstrom <daniel@gaisler.com>
21384     CC: Michal Simek <monstr@seznam.cz>
21385     CC: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21386     CC: Scott McNutt <smcnutt@psyent.com>
21387     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21388
21389 commit 740e8ba7d475c49c1b76058e1bf354e376b5c4e0
21390 Author: Mike Frysinger <vapier@gentoo.org>
21391 Date:   Wed Feb 11 19:19:54 2009 -0500
21392
21393     npe: get mac address from environment
21394
21395     The environment is the canonical storage location of the mac address, so
21396     we're killing off the global data location and moving everything to
21397     querying the env directly.
21398
21399     The resulting code can also be simplified even further.
21400
21401     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21402     CC: Stefan Roese <sr@denx.de>
21403     CC: Ben Warren <biggerbadderben@gmail.com>
21404
21405 commit 6bacfa6a8e9b264d37c1262fc1f3e948d1feab81
21406 Author: Mike Frysinger <vapier@gentoo.org>
21407 Date:   Wed Feb 11 19:18:41 2009 -0500
21408
21409     cpu/: get mac address from environment
21410
21411     The environment is the canonical storage location of the mac address, so
21412     we're killing off the global data location and moving everything to
21413     querying the env directly.
21414
21415     The cpus that get converted here:
21416         at91rm9200
21417         mpc512x
21418         mpc5xxx
21419         mpc8260
21420         mpc8xx
21421         ppc4xx
21422
21423     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21424     CC: Ben Warren <biggerbadderben@gmail.com>
21425     CC: John Rigby <jrigby@freescale.com>
21426     CC: Stefan Roese <sr@denx.de>
21427
21428 commit 03f3d8d3b39cf85c0ce7ca903b436701e8aa610b
21429 Author: Mike Frysinger <vapier@gentoo.org>
21430 Date:   Wed Feb 11 19:09:54 2009 -0500
21431
21432     lan91c96/smc91111/smc911x: get mac address from environment
21433
21434     The environment is the canonical storage location of the mac address, so
21435     we're killing off the global data location and moving everything to
21436     querying the env directly.
21437
21438     Also, do not bother checking the EEPROM if the env is setup.  This
21439     simplifies the code greatly.
21440
21441     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21442     Signed-off-by: Wolfgang Dnek <wd@denx.de>
21443     CC: Ben Warren <biggerbadderben@gmail.com>
21444     CC: Rolf Offermanns <rof@sysgo.de>
21445     CC: Erik Stahlman <erik@vt.edu>
21446     CC: Daris A Nevil <dnevil@snmc.com>
21447     CC: Sascha Hauer <s.hauer@pengutronix.de>
21448
21449 commit c527ce92511cbf723c2ca77bee1cf9ecf83dac81
21450 Author: Mike Frysinger <vapier@gentoo.org>
21451 Date:   Wed Feb 11 19:14:09 2009 -0500
21452
21453     sh_eth: get mac address from environment
21454
21455     The environment is the canonical storage location of the mac address, so
21456     we're killing off the global data location and moving everything to
21457     querying the env directly.
21458
21459     The sh_eth driver can also be simplified a bit by using enetaddr member of
21460     the eth_device structure.
21461
21462     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21463     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21464     CC: Carlos Munoz <carlos@kenati.com>
21465     CC: Ben Warren <biggerbadderben@gmail.com>
21466
21467 commit 0a5238cea90665c230297a8fd77bb0b3b61ca177
21468 Author: Mike Frysinger <vapier@gentoo.org>
21469 Date:   Wed Feb 11 19:06:09 2009 -0500
21470
21471     cs8900: get mac address from environment
21472
21473     The environment is the canonical storage location of the mac address, so
21474     we're killing off the global data location and moving everything to
21475     querying the env directly.
21476
21477     The cs8900 driver also changes slightly in that the hardware is not
21478     consulted if the mac address in the env is sane.
21479
21480     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21481     CC: Marius Groeger <mgroeger@sysgo.de>
21482     CC: Ben Warren <biggerbadderben@gmail.com>
21483
21484 commit c4b8762f11d337e6a9d90c227b2871d65d372469
21485 Author: Mike Frysinger <vapier@gentoo.org>
21486 Date:   Wed Feb 11 19:04:25 2009 -0500
21487
21488     bcm570x: get mac address from environment
21489
21490     The environment is the canonical storage location of the mac address, so
21491     we're killing off the global data location and moving everything to
21492     querying the env directly.
21493
21494     Since the address is in the PLM_DEVICE_BLOCK structure already, there is
21495     no need to pass the NodeAddress as a second parameter.  So drop the second
21496     argument to the LM_SetMacAddress() function (and update the tigon3 driver
21497     accordingly).
21498
21499     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21500     CC: Ben Warren <biggerbadderben@gmail.com>
21501
21502 commit d3f871482f06f6a4eaf4a3fafde84846bad87b4f
21503 Author: Mike Frysinger <vapier@gentoo.org>
21504 Date:   Wed Feb 11 19:01:26 2009 -0500
21505
21506     drivers/net/: get mac address from environment
21507
21508     The environment is the canonical storage location of the mac address, so
21509     we're killing off the global data location and moving everything to
21510     querying the env directly.
21511
21512     The drivers that get converted here:
21513         3c589
21514         4xx_enet
21515         dc2114x
21516         dm9000x
21517         enc28j60
21518         fsl_mcdmafec
21519         ks8695eth
21520         mcffec
21521         rtl8019
21522         rtl8169
21523         s3c4510b_eth
21524         xilinx_emac
21525         xilinx_emaclite
21526
21527     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21528     CC: Ben Warren <biggerbadderben@gmail.com>
21529     CC: Rolf Offermanns <rof@sysgo.de>
21530     CC: Stefan Roese <sr@denx.de>
21531     CC: Sascha Hauer <saschahauer@web.de>
21532     CC: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21533     CC: Greg Ungerer <greg.ungerer@opengear.com>
21534     CC: Xue Ligong <lgxue@hotmail.com>
21535     CC: Masami Komiya <mkomiya@sonare.it>
21536     CC: Curt Brune <curt@cucy.com>
21537     CC: Michal SIMEK <monstr@monstr.eu>
21538
21539 commit b6b4625d175019e387e5b0f65a17322a78f6bb90
21540 Author: Mike Frysinger <vapier@gentoo.org>
21541 Date:   Wed Feb 11 18:38:38 2009 -0500
21542
21543     boards: get mac address from environment
21544
21545     The boards that get converted here to use the environment for the mac
21546     address rather than global data:
21547         debris
21548         mgcoge
21549         mgsuvd
21550         muas3001
21551         netstal
21552         pn62
21553         sixnet
21554         vcma9
21555         xilinx (the ones that use xilinx_enet)
21556
21557     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21558     CC: Ben Warren <biggerbadderben@gmail.com>
21559     CC: Sangmoon Kim <dogoil@etinsys.com>
21560     CC: Heiko Schocher <hs@denx.de>
21561     CC: David Mueller <d.mueller@elsoft.ch>
21562     CC: Niklaus Giger <niklaus.giger@netstal.com>
21563     CC: Wolfgang Grandegger <wg@denx.de>
21564     CC: Dave Ellis <DGE@sixnetio.com>
21565     CC: Ricardo Ribalda <ricardo.ribalda@uam.es>
21566
21567 commit 06a0c4381a65ed500c816a05b9ae7b207c3b1d4b
21568 Author: Mike Frysinger <vapier@gentoo.org>
21569 Date:   Wed Feb 11 18:36:45 2009 -0500
21570
21571     AmigaOneG3SE/enet: get mac address from environment
21572
21573     Always use the MAC address that is stored in the environment first before
21574     falling back to the ROM.  This also cuts out any comparison steps: if the
21575     mac in the env is sane, the ROM is never consulted.
21576
21577     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21578     CC: Thomas Frieden <ThomasF@hyperion-entertainment.com>
21579     CC: Ben Warren <biggerbadderben@gmail.com>
21580
21581 commit 56b555a644f3cbb1b3929cb52b61d3ce483885f5
21582 Author: Mike Frysinger <vapier@gentoo.org>
21583 Date:   Wed Feb 11 18:52:38 2009 -0500
21584
21585     nvedit: do not update global bi_enetaddr and do not call eth_set_enetaddr()
21586
21587     Since the ethernet layer handles updating of device addresses itself from
21588     the environment, there is no point in calling eth_set_enetaddr().
21589
21590     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21591     CC: Ben Warren <biggerbadderben@gmail.com>
21592
21593 commit 5013533467c1de731c2f0c9beb4b41ce3f07cbeb
21594 Author: Mike Frysinger <vapier@gentoo.org>
21595 Date:   Wed Feb 11 18:54:07 2009 -0500
21596
21597     lynxkdi: get mac address from environment
21598
21599     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21600     CC: Ben Warren <biggerbadderben@gmail.com>
21601
21602 commit 62c93d92f1b6266b2f33c5f403931b51cbd2a246
21603 Author: Mike Frysinger <vapier@gentoo.org>
21604 Date:   Wed Feb 11 18:51:43 2009 -0500
21605
21606     bootvx: get mac address from environment
21607
21608     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21609     CC: Niklaus Giger <niklaus.giger@member.fsf.org>
21610     CC: Ben Warren <biggerbadderben@gmail.com>
21611
21612 commit de2dff6ff89f98c6062f4d224fd434a3ede035d1
21613 Author: Mike Frysinger <vapier@gentoo.org>
21614 Date:   Wed Feb 11 18:50:10 2009 -0500
21615
21616     bdinfo: get mac address from environment
21617
21618     Add a new print_eth() function to automate the eth*addr env var acquisition
21619     and display.  Affects all arches.
21620
21621     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21622     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21623     CC: Scott McNutt <smcnutt@psyent.com>
21624     CC: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21625     CC: Michal Simek <monstr@seznam.cz>
21626     CC: Daniel Hellstrom <daniel@gaisler.com>
21627     CC: Ben Warren <biggerbadderben@gmail.com>
21628
21629 commit 95823ca0773356860e622ee3304a4b7cafcbf19a
21630 Author: Mike Frysinger <vapier@gentoo.org>
21631 Date:   Wed Feb 11 18:23:48 2009 -0500
21632
21633     net: get mac address from environment and use eth util funcs
21634
21635     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21636     CC: Ben Warren <biggerbadderben@gmail.com>
21637
21638 commit 500b6c51e4c41f4562cb48344af98deb7e342731
21639 Author: Mike Frysinger <vapier@gentoo.org>
21640 Date:   Mon Oct 13 15:06:25 2008 -0400
21641
21642     Blackfin: bfin_mac: force boards to setup the MAC themselves
21643
21644     Since the on-chip MAC does not have an eeprom or similar interface, force
21645     all Blackfin boards that use this driver to setup the board data with a
21646     proper MAC.
21647
21648     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21649     CC: Ben Warren <biggerbadderben@gmail.com>
21650
21651 commit 6ff4137f2ad640e4fc8ea1b0455161ddff1f6730
21652 Author: Mike Frysinger <vapier@gentoo.org>
21653 Date:   Wed Feb 11 14:12:34 2009 -0500
21654
21655     doc/README.enetaddr: document proper MAC usage
21656
21657     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21658     CC: Ben Warren <biggerbadderben@gmail.com>
21659
21660 commit 3f6e6993e92fd0658da1746d1c84644612ee520b
21661 Author: Mike Frysinger <vapier@gentoo.org>
21662 Date:   Thu Jan 29 19:43:44 2009 -0500
21663
21664     net: new utility functions for working with enetaddr's
21665
21666     Declare new utility functions for converting between the environment
21667     variables (eth*addr) and the binary MAC address representation.  This way
21668     we can unify all the random places that already do this kind of thing.
21669
21670     The functions in question:
21671         eth_parse_enetaddr - "..." -> {...}
21672         eth_getenv_enetaddr - env -> {...}
21673         eth_setenv_enetaddr - {...} -> env
21674
21675     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21676     CC: Ben Warren <biggerbadderben@gmail.com>
21677
21678 commit b6446b67758ea1e41223f0782924bb73fd0a89d0
21679 Author: Mike Frysinger <vapier@gentoo.org>
21680 Date:   Tue Feb 17 00:00:53 2009 -0500
21681
21682     convert print_IPaddr() to %pI4
21683
21684     Now that our printf functions support the %pI4 modifier like the kernel,
21685     let's drop the inflexible print_IPaddr() function and covert over to the
21686     %pI4 modifier.
21687
21688     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21689     CC: Ben Warren <biggerbadderben@gmail.com>
21690
21691 commit 6c6166f52983dac775e3852f9d0f49d033f27108
21692 Author: Mike Frysinger <vapier@gentoo.org>
21693 Date:   Mon Feb 16 23:21:36 2009 -0500
21694
21695     vsprintf: pull updates from Linux kernel
21696
21697     This brings in support for the %p modifier which allows us to easily print
21698     out things like ip addresses, mac addresses, and pointers.
21699
21700     It also converts the rarely used 'q' length modifier to the common 'L'
21701     modifier when dealing with quad types.
21702
21703     While this new code is a bit larger (~1k .text), most of it should be made
21704     up by converting the existing ip/mac address code to use format modifiers.
21705
21706     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21707
21708 commit a43ea5cc6d612471fbc74f0a26b2bea5864aa1d6
21709 Author: Jon Smirl <jonsmirl@gmail.com>
21710 Date:   Thu Mar 19 23:04:18 2009 -0400
21711
21712     .gitignore for generated files in api_examples directory
21713
21714     Add .gitignore for generated files in api_examples directory
21715
21716     Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
21717     Signed-off-by: Wolfgang Denk <wd@denx.de>
21718
21719 commit 40281a9ca21a6b6d7b996b4d4eeaa19026337231
21720 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21721 Date:   Wed Mar 18 12:27:04 2009 +0900
21722
21723     net: sh_eth: Remove sh_eth_reset() from halt function
21724
21725     sh_eth_reset is function to reset Ether IP.
21726     The MAC address is stored in IP, but it is initialized by this function.
21727     OS (e.g. Linux Kernel) can not use this device when initialized.
21728     This revises this problem.
21729
21730     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21731
21732 commit f8853d105da7d69bc92a5b4578f9b85234e558ec
21733 Author: Anatolij Gustschin <agust@denx.de>
21734 Date:   Fri Mar 20 12:45:50 2009 +0100
21735
21736     ppc4xx: Fix bug in PCI outbound map configuration for canyonlands
21737
21738     PCI outbound address map configuration doesn't match the
21739     PCI memory address range covered by appropriate TLB entry
21740     configuration for canyonlands causing machine check
21741     exceptions while accessing PCI memory regions. This patch
21742     provides a fix for this issue.
21743
21744     Kazuaki Ichinohe observed and reported this issue while
21745     testing display output with PCI ATI video card on canyonlands.
21746
21747     Signed-off-by: Anatolij Gustschin <agust@denx.de>
21748     Signed-off-by: Stefan Roese <sr@denx.de>
21749
21750 commit 7a88601a34132548c3c591ea87ab3468b51121b0
21751 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
21752 Date:   Fri Mar 6 10:09:37 2009 -0500
21753
21754     CFI: geometry reversal for STMicro M29W320DT
21755
21756     Follow up to the flash_fixup_stm to fix geometry reversal
21757     on STMicro M29W320ET flash chip. The M29W320DT has 4 erase region.
21758
21759     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
21760     Signed-off-by: Stefan Roese <sr@denx.de>
21761
21762 commit 069f4364d807d7fdea3de7385ad2f8d83c587aec
21763 Author: Mike Frysinger <vapier@gentoo.org>
21764 Date:   Wed Feb 25 17:29:40 2009 -0500
21765
21766     smc911x_eeprom: update register API
21767
21768     The smc911x driver changed the naming convention for its register funcs,
21769     so update the eeprom code accordingly.
21770
21771     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21772     CC: Ben Warren <biggerbadderben@gmail.com>
21773
21774 commit 6a397ef0e6c58caab8bf427d447714bc9b3bb9d4
21775 Author: Grzegorz Bernacki <gjb@semihalf.com>
21776 Date:   Tue Mar 17 10:06:39 2009 +0100
21777
21778     mpc52xx: Get rid of board-specific #ifdef's in cpu/mpc5xxx/ide.c
21779
21780     Total5200 and digsy MTC use I2C port 2 pins as a ATA chip select.
21781     To avoid adding board-specific ifdefs to cpu/mpc5xxx/ide.c new
21782     define CONFIG_SYS_ATA_CS_ON_I2C2 was introduced. It is used by
21783     Total5200 and will be used by digsy MTC and other boards with
21784     ATA CS on I2C pins.
21785
21786     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
21787
21788 commit 1b6275dfb173bd2edb8f208dd050d6f47ae39654
21789 Author: Heiko Schocher <hs@denx.de>
21790 Date:   Thu Mar 12 07:37:34 2009 +0100
21791
21792     8xx: add support for new keymile kmsupx4 board.
21793
21794     This patch adds support for the kmsupx4 board from Keymile,
21795     based on a Freescale MPC852T CPU
21796
21797     - serial console on SMC1
21798     - 32 MB SDRAM
21799     - 32 MB NOR Flash
21800     - Ethernet over SCC3
21801     - I2C Bitbang
21802
21803     Signed-off-by: Heiko Schocher <hs@denx.de>
21804
21805 commit d044954fe2a7e7a3dd104eb9c9d2104e38da2911
21806 Author: Heiko Schocher <hs@denx.de>
21807 Date:   Thu Mar 12 07:37:28 2009 +0100
21808
21809     8xx, mgsuvd: rename board to a more generic name
21810
21811     renaming the "mgsuvd" board port into "km8xx", because
21812     there come more similar boards from keymile.
21813     Compiling the mgsuvd board with "make mgsuvd_config"
21814     remains.
21815
21816     Signed-off-by: Heiko Schocher <hs@denx.de>
21817
21818 commit 18b2f35bde1672e074a3d5048383cb56fda745cb
21819 Author: Heiko Schocher <hs@denx.de>
21820 Date:   Thu Mar 12 07:37:23 2009 +0100
21821
21822     8xx, mgsuvd: Coding Style cleanup config file
21823
21824     Signed-off-by: Heiko Schocher <hs@denx.de>
21825
21826 commit 364123db6730d32330f818b65360d2cd27396667
21827 Author: Heiko Schocher <hs@denx.de>
21828 Date:   Thu Mar 12 07:37:18 2009 +0100
21829
21830     powerpc: common updates for keymile boards
21831
21832     - added to keymile-common.h:
21833       - bootcount support
21834       - COMMAND HISTORY
21835       - CONFIG_AUTO_COMPLETE
21836       - CONFIG_SYS_FLASH_PROTECTION
21837       - JFFS2 support
21838       - CONFIG_VERSION_VARIABLE
21839     - extracted common I2C settings for all boards
21840     - common default environment settings summarized
21841
21842     Signed-off-by: Heiko Schocher <hs@denx.de>
21843
21844 commit 506f391888b82d1b83bdd749c3cea9eb2fd64df8
21845 Author: Heiko Schocher <hs@denx.de>
21846 Date:   Thu Mar 12 07:37:15 2009 +0100
21847
21848     8xx, icache: enabling ICache not before running from RAM
21849
21850     with the new CONFIG_SYS_DELAYED_ICACHE config option, ICache
21851     is not enabled before code runs from RAM.
21852
21853     Signed-off-by: Heiko Schocher <hs@denx.de>
21854
21855 commit cabf7b9c83bd780a5805ddbb4c0ce431d5b9f9f3
21856 Author: Heiko Schocher <hs@denx.de>
21857 Date:   Thu Mar 12 07:37:11 2009 +0100
21858
21859     82xx, mgcoge: fix environment sector size
21860
21861     Size of one environment sector is 0x20000.
21862
21863     Signed-off-by: Heiko Schocher <hs@denx.de>
21864
21865 commit 27057d416c7cc9eb1860953da8836352c07f13e9
21866 Author: Ladislav Michl <ladis@linux-mips.org>
21867 Date:   Mon Mar 16 23:27:31 2009 +0100
21868
21869     NetStar: config reindentation
21870
21871     Fix indentation broken by symbol renames. "Sort" driver related definitons.
21872
21873     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
21874
21875 commit 8d8235f84d3ef3f29b7d14e741369b5824b5bb4a
21876 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21877 Date:   Tue Mar 17 11:21:43 2009 +0000
21878
21879     ColdFire: Fix incorrect definition
21880
21881     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21882
21883 commit 9017d9325a5067b2ab0d70a2d3c907620c9ab7f8
21884 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21885 Date:   Mon Mar 2 19:16:45 2009 +0000
21886
21887     ColdFire: Fix M5329EVB and M5373EVB nand issue
21888
21889     The Nand flash was unable to read and write properly
21890     due to Nand Chip Select (nCE) setup was in reverse
21891     order. Also, increase the Nand time out value to 60.
21892
21893     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21894
21895 commit 42b68af1062f75bb4a91cf47e329a7e8100cd815
21896 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21897 Date:   Tue Jan 27 15:19:35 2009 +0000
21898
21899     ColdFire: PLATFORM_CPPFLAGS updates for new compiler
21900
21901     Update PLATFORM_CPPFLAGS to accept 4.3.x version of
21902     ColdFire compiler.
21903
21904     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21905
21906 commit d6e4baf49987fc6f75e8574c0c27301a828b3132
21907 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21908 Date:   Tue Jan 27 12:57:47 2009 +0000
21909
21910     ColdFire: Provide gzip image size V2 & V3 platforms
21911
21912     Default gzip bootm size is 8MB. Some platforms require
21913     more than 8MB
21914
21915     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21916
21917 commit c3a9e6374210679a81f611c1bcf968988bc20e41
21918 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21919 Date:   Wed Feb 18 11:49:31 2009 +0000
21920
21921     ColdFire: Fix M54451 serial boot dram setup
21922
21923     The serial boot dram extended/standard mode register was not
21924     setup and was using default DRAM setup causing the U-boot was
21925     unstable to boot up in serial mode.
21926
21927     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21928
21929 commit 32d11d58159a575f08a982cad8a5a941ffe5cc3d
21930 Author: arun c <arun.edarath@gmail.com>
21931 Date:   Thu Dec 4 15:57:15 2008 +0530
21932
21933     Coldfire: XL Bus minor fixes
21934
21935     According to coldfire manual data timeout > address time out
21936     also use correct macro to program XARB_CFG
21937
21938     Signed-off-by: Arun C <arunedarath@mistralsolutions.com>
21939
21940 commit 65d8bc94d8214812ccdf3372d3fef845cf4ec2e5
21941 Author: Scott Wood <scottwood@freescale.com>
21942 Date:   Tue Mar 17 12:06:04 2009 -0500
21943
21944     NAND: Have nboot accept .e and .i as legacy no-ops.
21945
21946     This was intended to happen before, but a trivial bug prevented it.
21947
21948     Signed-off-by: Scott Wood <scottwood@freescale.com>
21949
21950 commit 0987505540918b2464b73069af3a5b766dbd3ceb
21951 Author: Ladislav Michl <ladis@linux-mips.org>
21952 Date:   Fri Mar 13 14:38:19 2009 +0100
21953
21954     NAND: Make nboot skip bad blocks
21955
21956     nboot command currently does not skip bad blocks and gives read error when
21957     loading image stored over bad block. With patch applied, nboot works as
21958     expected:
21959
21960     Device 0 bad blocks:
21961       00780000
21962       014a0000
21963       02000000
21964       02cc0000
21965       04aa0000
21966
21967     Loading from NAND 128MiB 3,3V 8-bit, offset 0x2c00000
21968        Image Name:   Linux-2.6.22-omap1
21969        Created:      2008-11-20  23:44:32 UTC
21970        Image Type:   ARM Linux Kernel Image (uncompressed)
21971        Data Size:    1052520 Bytes =  1 MB
21972        Load Address: 10008000
21973        Entry Point:  10008000
21974     Skipping bad block 0x02cc0000
21975     Automatic boot of image at addr 0x10400000 ...
21976     ...
21977
21978     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
21979     Signed-off-by: Scott Wood <scottwood@freescale.com>
21980
21981 commit 0b2f38fe3c4555dd2b81c69880403c13ad723153
21982 Author: Stefan Roese <sr@denx.de>
21983 Date:   Thu Mar 12 07:27:25 2009 +0100
21984
21985     ppc4xx: lwmon5: Only use one CS (rank) in DDR2 configuration
21986
21987     This patch fixes a problem spotted by Mikhail Zolotaryov on Sequoia with
21988     the DDR2 configuration to only use one CS (rank). As this code is most
21989     likely copied from the original Sequoia version, this error was copied
21990     as well.
21991
21992     This patch also removes some dead code.
21993
21994     Signed-off-by: Stefan Roese <sr@denx.de>
21995
21996 commit 9199b9cc8f56aca26504b48cf702176208f46e54
21997 Author: Stefan Roese <sr@denx.de>
21998 Date:   Thu Mar 12 07:24:40 2009 +0100
21999
22000     ppc4xx: PMC440: Only use one CS (rank) in DDR2 configuration
22001
22002     This patch fixes a problem spotted by Mikhail Zolotaryov on Sequoia with
22003     the DDR2 configuration to only use one CS (rank). As this code is most
22004     likely copied from the original Sequoia version, this error was copied
22005     as well.
22006
22007     Signed-off-by: Stefan Roese <sr@denx.de>
22008
22009 commit ee86fd15e1ccda4be41f1dba82b8c9efea9a3145
22010 Author: Mikhail Zolotaryov <lebon@lebon.org.ua>
22011 Date:   Wed Mar 11 10:54:46 2009 +0200
22012
22013     Fix AMCC Sequoia board DDR memory configuration
22014
22015     Sequoia board schematics (DES0211_11_SCH_11.pdf, page 5, unit U1D)
22016     specifies that BankSel#1 is not connected, while bootloader memory
22017     configuration is (board/amcc/sequoia/sdram.c):
22018            mtsdram(DDR0_10, 0x00000300);
22019     i.e. both Chip Selects used - not correct.
22020
22021     If we change to correct value here:
22022            mtsdram(DDR0_10, 0x00000100);
22023     memory is accessible OK also.
22024
22025     Signed-off-by: Mikhail Zolotaryov <lebon@lebon.org.ua>
22026     Signed-off-by: Stefan Roese <sr@denx.de>
22027
22028 commit b3dd629e78870ba2dc9f8032978721c0fa02a856
22029 Author: Wolfgang Denk <wd@denx.de>
22030 Date:   Sun Mar 15 22:40:09 2009 +0100
22031
22032     Prepare 2009.03-rc2
22033
22034     Update CHANEGLOG, fix minor coding style issue.
22035
22036     Signed-off-by: Wolfgang Denk <wd@denx.de>
22037
22038 commit 394d30dd1ee23b80fd5e59e17ebe0feca927ab31
22039 Author: Jerry Van Baren <gvb.uboot@gmail.com>
22040 Date:   Fri Mar 13 11:40:10 2009 -0400
22041
22042     mpc83xx: Add bank configuration to FSL spd_sdram.c
22043
22044     The routine assumed 4 bank SDRAMs, enhance to configure for 4 or 8
22045     bank SDRAMs.
22046
22047     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
22048     Acked-by: Dave Liu <daveliu@freescale.com>
22049     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22050
22051 commit b581626c1e2474a3dadf69d4f0e0582eccbc4235
22052 Author: Norbert van Bolhuis <nvbolhuis@aimvalley.nl>
22053 Date:   Fri Mar 13 08:58:14 2009 +0100
22054
22055     mpc83xx: correctly set encryption and I2C bus 0 clock
22056
22057     This patch makes sure the correct mask is applied when setting
22058     the encryption and I2C bus 0 clock in SCCR.
22059     Failing to do so may lead to ENCCM being 0 in which case I2C bus 0
22060     won't function.
22061
22062     Signed-off-by: Norbert van Bolhuis <nvbolhuis@aimvalley.nl>
22063     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22064
22065 commit e6a6a704151c2d7e4a7b485545b48a6020ccca17
22066 Author: Dirk Behme <dirk.behme@googlemail.com>
22067 Date:   Thu Mar 12 19:30:50 2009 +0100
22068
22069     OMAP3: Add support for OMAP3 die ID
22070
22071     Read and store OMAP3 die ID in U-Boot environment.
22072
22073     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
22074
22075 commit f949bd8d089ec3059c460ac829c0d919e1d7af0e
22076 Author: Jon Smirl <jonsmirl@gmail.com>
22077 Date:   Wed Mar 11 15:08:56 2009 -0400
22078
22079     MPC5200 FEC MII speed register
22080
22081     Set a non-zero speed in the MII register so that MII commands will work.
22082
22083     Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
22084
22085 commit 94a353611b93ac4cb4434a5f7e98aa0902da919e
22086 Author: Yusuke.Goda <goda.yusuke@renesas.com>
22087 Date:   Fri Mar 13 16:08:18 2009 +0900
22088
22089     sh: ap325rxa: Change the wait cycle in the area 5
22090
22091     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
22092     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
22093
22094 commit 2db0e1278b9f11263e0a13326b57d4f99781f7ac
22095 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
22096 Date:   Wed Feb 25 16:04:26 2009 +0900
22097
22098     sh: Fix cannot work rtl8139 on r2dplus
22099
22100     The rtl8139 driver use pci_mem_to_phys. So it need PCI system memory
22101     registration.
22102
22103     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
22104     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
22105
22106 commit 64f3c0b8ba99d6651db59273e497ab5e857c8d4f
22107 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
22108 Date:   Fri Feb 27 18:35:41 2009 +0900
22109
22110     sh: Add netdev header fixing of warning/build
22111
22112     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
22113     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
22114
22115 commit ada9318252f51c2626e9837c623f9812b0308dea
22116 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
22117 Date:   Tue Mar 3 15:11:17 2009 +0900
22118
22119     sh: Add support 32-Bit Extended Address Mode to sh7785lcr
22120
22121     We can built 'make sh7785lcr_32bit_config'. And add new command "pmb"
22122     for this mode. This command changes PMB for using 512MB system memory.
22123
22124     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
22125     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
22126
22127 commit 06b18163b57e6b0349b0c299222d50e7b1e41e50
22128 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
22129 Date:   Wed Feb 25 14:26:42 2009 +0900
22130
22131     sh: Add some register value configurable to PCI of SH7780
22132
22133     Some register value was hardcoded for System memory size 128MB and
22134     memory offset 0x08000000. This patch fixed the problem.
22135
22136     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
22137     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
22138
22139 commit 06e2735eb85cbea7cecb3c308d6d078b3651b22c
22140 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
22141 Date:   Wed Feb 25 14:26:52 2009 +0900
22142
22143     sh: Add system memory registration to PCI for SH4
22144
22145     It is necessary for some pci device driver.
22146
22147     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
22148     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
22149
22150 commit b3061b40db691245a7bb9a55354b4edacbf3902d
22151 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
22152 Date:   Wed Feb 25 14:26:55 2009 +0900
22153
22154     sh: Add value for PCI system memory registration of sh7785lcr
22155
22156     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
22157     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
22158
22159 commit 6d84ae3956a6cd7aebd86f661130752594e60124
22160 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
22161 Date:   Tue Mar 3 15:11:08 2009 +0900
22162
22163     sh: Add macros for SH-4A 32-Bit Address Extended Mode
22164
22165     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
22166     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
22167
22168 commit 3e3eec39de8fe0ae62e6e4d4e3fa4442ee9ed6b1
22169 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
22170 Date:   Tue Feb 3 13:35:05 2009 +0900
22171
22172     sh: use write{8,16,32} in ms7720se lowlevel_init
22173
22174     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
22175     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
22176
22177 commit 0452352df118bc9dd684a056aaaa5fb4aed1178a
22178 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
22179 Date:   Mon Mar 9 18:07:53 2009 -0500
22180
22181     tsec: report when there is no vendor specific PHY support
22182
22183     Commit af1c2b84 added a generic phy support, with an ID of zero
22184     and a 32 bit mask; meaning that it will match on any PHY ID.
22185
22186     The problem is that there is a test that checked if a matching
22187     PHY was found, and if not, it printed the non-matching ID.
22188     But since there will always be a match (on the generic PHY,
22189     worst case), this test will never trip.
22190
22191     In the case of a misconfigured PHY address, or of a PHY that
22192     isn't explicitly supported outside of the generic support,
22193     you will never see the ID of 0xffffffff, or the ID of the
22194     real (but unsupported) chip.  It will silently fall through
22195     onto the generic support.
22196
22197     This change makes that test useful again, and ensures that
22198     the selection of generic PHY support doesn't happen without
22199     some sort of notice.  It also makes it explicitly clear that
22200     the generic PHY must be last in the PHY table.
22201
22202     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
22203     Acked-by: Andy Fleming <afleming@freescale.com>
22204
22205 commit c279dfc10186ceba78d3862036f158750e86599a
22206 Author: Wolfgang Denk <wd@denx.de>
22207 Date:   Mon Mar 9 10:53:05 2009 +0100
22208
22209     SIMPC8313 board: fix out of tree building.
22210
22211     Fix typo in makefile which broke out of tree builds.
22212
22213     Also use expolicit "rm" instead of "ln -sf" which is known to be
22214     unreliable.
22215
22216     Signed-off-by: Wolfgang Denk <wd@denx.de>
22217     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22218
22219 commit 49b5aff491bd574935ecaf8545152066a25eff3d
22220 Author: ksi@koi8.net <ksi@koi8.net>
22221 Date:   Mon Feb 23 10:53:13 2009 -0800
22222
22223     Add eTSEC 1/2 IO override control (corrected)
22224
22225     This adds tsec12ioovcr to include/asm-ppc/immap_85xx.h (was reserved.)
22226
22227     Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
22228
22229 commit 48c2b7bb432da84fcce05b4db6efad0be73a93dc
22230 Author: Andy Fleming <afleming@freescale.com>
22231 Date:   Fri Mar 6 19:05:52 2009 -0600
22232
22233     fsl: Remove unnecessary debug printfs
22234
22235     These were left in accidentally, and are not really useful unless the
22236     code is as broken as it was when it was being developed.
22237
22238     Signed-off-by: Andy Fleming <afleming@freescale.com>
22239
22240 commit 0ee84b88b78bce425190d8cd7adf4c30cba0c2f0
22241 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
22242 Date:   Tue Feb 24 02:37:59 2009 -0600
22243
22244     Fix mpc85xx ddr-gen3 ddr_sdram_cfg.
22245
22246     Commit e1be0d25, "32bit BUg fix for DDR2 on 8572" prevented other
22247     sdram_cfg bits (such as ecc and self_refresh_in_sleep) from being set.
22248
22249     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
22250
22251 commit a922fdb87af25c25c032424908dcf60fbf3250ea
22252 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22253 Date:   Tue Feb 24 06:13:10 2009 +0100
22254
22255     PXA: timer use do_div and simplify it
22256
22257     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22258
22259 commit 4b00d1aa82b6af9b4e628a5729a12086e44558b3
22260 Author: Wolfgang Denk <wd@denx.de>
22261 Date:   Mon Mar 9 10:51:39 2009 +0100
22262
22263     SIMPC8313 board: fix out of tree building.
22264
22265     Fix typo in makefile which broke out of tree builds.
22266
22267     Also use expolicit "rm" instead of "ln -sf" which is known to be
22268     unreliable.
22269
22270     Signed-off-by: Wolfgang Denk <wd@denx.de>
22271
22272 commit f70fd13e2fe4cf58e251271c27f9c06e141d7f9a
22273 Author: Heiko Schocher <hs@denx.de>
22274 Date:   Tue Feb 24 11:30:51 2009 +0100
22275
22276     8360, kmeter1: added bootcount feature.
22277
22278     add CONFIG_BOOTCOUNT_LIMIT feature for 8360 CPU.
22279
22280     The bootcounter uses 8 bytes from the muram,
22281     because no other memory was found on this
22282     CPU for the bootcount feature. So we must
22283     correct the muram size in DTS before booting
22284     Linux.
22285
22286     This feature is actual only implemented for
22287     MPC8360, because not all 83xx CPU have qe,
22288     and therefore no muram, which this feature
22289     uses.
22290
22291     Signed-off-by: Heiko Schocher <hs@denx.de>
22292     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22293
22294 commit 1e7ed2565031e01abc18c713030a0a9829c07684
22295 Author: Heiko Schocher <hs@denx.de>
22296 Date:   Tue Feb 24 11:30:48 2009 +0100
22297
22298     83xx, kmeter: QE_ENET10 errata for Silicon Revision 2.1
22299
22300     old code implemented the QE_ENET10 errata only for Silicon
22301     Revision 2.0. New code reads now the Silicon Revision
22302     register and sets dependend on the Silicon Revision the
22303     values as advised in the QE_ENET10 errata.
22304
22305     Signed-off-by: Heiko Schocher <hs@denx.de>
22306     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22307
22308 commit 605f78e34a3f0103693b891f2573edd352e7d495
22309 Author: Heiko Schocher <hs@denx.de>
22310 Date:   Tue Feb 24 11:30:44 2009 +0100
22311
22312     83xx, kmeter1: updates for 2009.03
22313
22314     - HRCW update
22315       HRCWH_BOOTSEQ_DISABLE not HRCWH_BOOTSEQ_NORMAL
22316       HRCWH_LALE_EARLY added
22317     - DDR-SDRAM settings modified. This solves sporadically
22318       problems with this memory.
22319     - CS1 now 128 MB window size
22320     - CS3 now 512 MB window size
22321     - PRAM activated
22322     - MTDPARTS_DEFAULT defined
22323     - CONFIG_HOSTNAME added
22324     - MONITOR_LEN now 384 KB
22325
22326     Signed-off-by: Heiko Schocher <hs@denx.de>
22327     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22328
22329 commit 118cbe3c35c898f8d020b29d6dc180307cacf147
22330 Author: Heiko Schocher <hs@denx.de>
22331 Date:   Tue Feb 24 11:30:40 2009 +0100
22332
22333     83xx, kmeter1: autodetect size of DDR II RAM
22334
22335     it is possible that some board variants have different DDR II
22336     RAM sizes. So we autodetect the size of the assembled RAM.
22337
22338     Signed-off-by: Heiko Schocher <hs@denx.de>
22339     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22340
22341 commit c1bce4fff750d734b1fa7467eb08f93902c97ca6
22342 Author: Heiko Schocher <hs@denx.de>
22343 Date:   Tue Feb 24 11:30:37 2009 +0100
22344
22345     83xx, i2c: add mux support for fsl_i2c
22346
22347     This patch adds I2C mux support for the fsl_i2c driver. This
22348     allows you to add "new" i2c busses, which are reached over
22349     i2c muxes. For more infos, please look in the README and
22350     search for CONFIG_I2C_MUX.
22351
22352     Signed-off-by: Heiko Schocher <hs@denx.de>
22353     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22354
22355 commit 19f0e93041dbfe22f8d39b98e4f7f9ea87b77803
22356 Author: Heiko Schocher <hs@denx.de>
22357 Date:   Tue Feb 24 11:30:34 2009 +0100
22358
22359     83xx, kmeter1: add I2C, dtt, eeprom support
22360
22361     This patch adds I2C support for the Keymile kmeter1 board.
22362     It uses the First I2C Controller from the CPU, for
22363     accessing 4 temperature sensors, an eeprom with IVM data
22364     and the booteeprom over a pca9547 mux.
22365
22366     Signed-off-by: Heiko Schocher <hs@denx.de>
22367     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22368
22369 commit db1d72afd77287bc8577210f3f71ab249dcf146f
22370 Author: Heiko Schocher <hs@denx.de>
22371 Date:   Tue Feb 24 11:30:30 2009 +0100
22372
22373     i2c, dtt: move dtt_init () to board_init_r ()
22374
22375     In case where a board not uses CONFIG_POST, it is not
22376     necessary to init the DTTs when running from flash.
22377
22378     Signed-off-by: Heiko Schocher <hs@denx.de>
22379     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22380
22381 commit 5b0055547f0246908b79cc300170d87380b69e18
22382 Author: Dave Liu <daveliu@freescale.com>
22383 Date:   Wed Feb 25 12:31:32 2009 +0800
22384
22385     83xx: Fix some bugs in spd sdram code
22386
22387     1. RD_TO_PRE missed to add the AL, and need min 2 clocks for
22388       tRTP according to DDR2 JEDEC spec.
22389     2. WRTORD - tWTR need min 2 clocks according to DDR2 JEDEC spec.
22390     3. add the support of DDR2-533,667,800 DIMMs
22391     4. cpo
22392     5. make the AL to min to gain better performance.
22393
22394     The Micron MT9HTF6472CHY-667D1 DIMMs test passed on
22395     MPC837xEMDS platform at 266MHz/333MHz/400MHz data rate.
22396
22397     items 1, 2 and 5:
22398     Acked-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
22399
22400     Reported-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
22401     Signed-off-by: Dave Liu <daveliu@freescale.com>
22402     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22403
22404 commit b7be63abec45858c044f0fbd6aeef524c4663f9b
22405 Author: Valeriy Glushkov <gvv@lstec.com>
22406 Date:   Wed Feb 4 18:27:49 2009 +0200
22407
22408     MPC8349ITX: several config issues fixed
22409
22410     The previous version rebooted forever with DDR bigger than 256MB.
22411     Access the DS1339 RTC chip is on I2C1 bus.
22412     Allow DHCP.
22413
22414     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
22415     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22416
22417 commit 7e2ec1de1d2d723b59d7dd2fb85ff71b952d63af
22418 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
22419 Date:   Thu Feb 19 18:20:39 2009 +0300
22420
22421     mpc83xx: MPC837XEMDS: Initialize SerDes before negating PCIE reset signal
22422
22423     The SerDes initialization should be finished before negating the reset
22424     signal according to the reference manual. This isn't an issue on real
22425     hardware, but we'd better stick to the specifications anyway.
22426
22427     Suggested-by: Liu Dave <DaveLiu@freescale.com>
22428     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
22429     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22430
22431 commit 9c2d63ec0e9520948b6d598ea32e9aa4e0de847f
22432 Author: Heiko Schocher <hs@denx.de>
22433 Date:   Wed Feb 25 12:28:32 2009 +0100
22434
22435     i2c, dtt: move dtt_init () to board_init_r ()
22436
22437     it is not necessary to init the DTTs so early,
22438     so move this init to board_init_r ().
22439
22440     Signed-off-by: Heiko Schocher <hs@denx.de>
22441
22442 commit 00cc5595a7caac8066b408774383a956c2e26797
22443 Author: Anatolij Gustschin <agust@denx.de>
22444 Date:   Wed Feb 25 20:28:13 2009 +0100
22445
22446     lcd: Fix compilation warning in common/lcd.c
22447
22448     Fix following warning while compilation for mcc200 board:
22449
22450     lcd.c: In function 'lcd_display_bitmap':
22451     lcd.c:625: warning: unused variable 'cmap'
22452
22453     Signed-off-by: Anatolij Gustschin <agust@denx.de>
22454
22455 commit f5a77a09c93fe7f04c0c56f64ea436f7d318d674
22456 Author: Graeme Russ <graeme.russ@gmail.com>
22457 Date:   Tue Feb 24 21:11:24 2009 +1100
22458
22459     Moved SC520 Files (fix commit 407976185e0dda2c90e89027121a1071b9c77bfb)
22460
22461     Fixes commit 407976185e0dda2c90e89027121a1071b9c77bfb
22462
22463     Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
22464
22465 commit 75ba6d693b8f6247aa4b81323a2ee2fa28222215
22466 Author: Mike Frysinger <vapier@gentoo.org>
22467 Date:   Mon Feb 23 10:29:47 2009 -0500
22468
22469     smc911x: split out useful defines/functions into local header
22470
22471     The smc911x driver has a lot of useful defines/functions which can be used
22472     by pieces of code (such as example eeprom programmers).  Rather than
22473     forcing each place to duplicate these defines/functions, split them out
22474     of the smdc911x driver into a local header.
22475
22476     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22477     Acked-by: Ben Warren <biggerbadderben@gmail.com>
22478     CC: Sascha Hauer <s.hauer@pengutronix.de>
22479     CC: Guennadi Liakhovetski <lg@denx.de>
22480     CC: Magnus Lilja <lilja.magnus@gmail.com>
22481     CC: Ben Warren <biggerbadderben@gmail.com>
22482
22483 commit a2bb7105a79af8f2ffa9f87256fce6c1cbcbd8e1
22484 Author: Guennadi Liakhovetski <lg@denx.de>
22485 Date:   Tue Feb 24 10:44:02 2009 +0100
22486
22487     ARM: add an "eet" variant of the imx31_phycore board
22488
22489     The "eet" variant of the imx31_phycore board has an OLED display, using a
22490     s6e63d6 display controller on the first SPI interface, using GPIO57 as a
22491     chip-select for it. With this configuration you can display 256 colour BMP
22492     images in 16-bit RGB (RGB565) LCD mode.
22493
22494     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
22495     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22496
22497 commit 0c99f6ab31c5635874ba7a2e8d37791bfbf02f8f
22498 Author: Guennadi Liakhovetski <lg@denx.de>
22499 Date:   Fri Feb 6 10:37:57 2009 +0100
22500
22501     video: add an i.MX31 framebuffer driver
22502
22503     Add a driver for the Synchronous Display Controller and the Display
22504     Interface on i.MX31, using IPU for DMA channel setup. So far only
22505     displaying of bitmaps is supported, no text output.
22506
22507     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
22508     Acked-by: Anatolij Gustschin <agust@denx.de>
22509
22510 commit b245e65ee3c4cce3ccf008a21f4528239655876c
22511 Author: Guennadi Liakhovetski <lg@denx.de>
22512 Date:   Fri Feb 6 10:37:53 2009 +0100
22513
22514     LCD: support 8bpp BMPs on 16bpp displays
22515
22516     This patch also simplifies some ifdefs in lcd.c, introduces a generic
22517     vidinfo_t, which new drivers are encouraged to use and old drivers to switch
22518     over to.
22519
22520     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
22521     Acked-by: Anatolij Gustschin <agust@denx.de>
22522
22523 commit a303dfb0e9a93e516ea9427b5c09543d5f74ade1
22524 Author: Mark Jackson <mpfj@mimc.co.uk>
22525 Date:   Fri Feb 6 10:37:49 2009 +0100
22526
22527     Add 16bpp BMP support
22528
22529     This patch adds 16bpp BMP support to the common lcd code.
22530
22531     Use CONFIG_BMP_16BPP and set LCD_BPP to LCD_COLOR16 to enable the code.
22532
22533     At the moment it's only been tested on the MIMC200 AVR32 board, but extending
22534     this to other platforms should be a simple task !!
22535
22536     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
22537     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
22538     Acked-by: Anatolij Gustschin <agust@denx.de>
22539
22540 commit 689551c5ff1b394b88412f3df22144e79468d3a9
22541 Author: Guennadi Liakhovetski <lg@denx.de>
22542 Date:   Fri Feb 6 10:37:41 2009 +0100
22543
22544     A driver for the S6E63D6 SPI display controller from Samsung
22545
22546     This is a driver for the S6E63D6 SPI OLED display controller from Samsung.
22547     It only provides access to controller's registers so the client can freely
22548     configure it.
22549
22550     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
22551     Acked-by: Anatolij Gustschin <agust@denx.de>
22552
22553 commit fc7a93c84f3f134484811a0d9ad751fbc1a7da6d
22554 Author: Guennadi Liakhovetski <lg@denx.de>
22555 Date:   Fri Feb 13 09:26:40 2009 +0100
22556
22557     i.MX31: support GPIO as a chip-select in the mxc_spi driver
22558
22559     Some SPI devices have special requirements on chip-select handling.
22560     With this patch we can use a GPIO as a chip-select and strictly follow
22561     the SPI_XFER_BEGIN and SPI_XFER_END flags.
22562
22563     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
22564     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22565
22566 commit b30de3cccf8867566cd314e7c7033904afa5dc9d
22567 Author: Guennadi Liakhovetski <lg@denx.de>
22568 Date:   Sat Feb 7 01:18:07 2009 +0100
22569
22570     i.MX31: add a simple gpio driver
22571
22572     This is a minimal driver, so far only managing output. It will
22573     be used by the mxc_spi.c driver.
22574
22575     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
22576     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22577
22578 commit f9b6a1575d9f1ca192e4cb60e547aa66f08baa3f
22579 Author: Guennadi Liakhovetski <lg@denx.de>
22580 Date:   Sat Feb 7 00:09:12 2009 +0100
22581
22582     i.MX31: fix SPI driver for shorter than 32 bit
22583
22584     Fix setting the SPI Control register, 8 and 16-bit transfers
22585     and a wrong pointer in the free routine in the mxc_spi driver.
22586
22587     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
22588     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22589
22590 commit 7e91558032a0c1932dd7f4f562f9c7cc55efc496
22591 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
22592 Date:   Thu Feb 19 18:20:52 2009 +0300
22593
22594     mpc83xx: MPC837XERDB: Add PCIe support
22595
22596     On MPC8377E-RDB and MPC8378E-RDB boards we have PCIe and mini-PCIe
22597     slots. Let's support them.
22598
22599     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
22600     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22601
22602 commit 50a4d08e8f31debbd4ea12caf1265f3643c38d5b
22603 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
22604 Date:   Thu Feb 19 18:20:50 2009 +0300
22605
22606     mpc83xx: PCI: Fix hard-coded first_busno value
22607
22608     We should use pci_last_busno() in pci_init_bus(), otherwise we'll
22609     erroneously re-use PCI0's first_busno for PCI1 hoses.
22610
22611     NOTE: The patch is untested. All MPC83xx FSL boards I have have
22612     PCI1 in miniPCI form, for which I don't have any cards handy.
22613
22614     But looking in cpu/mpc85xx/pci.c:
22615     ...
22616     #ifdef CONFIG_MPC85XX_PCI2
22617             hose = &pci_hose[1];
22618
22619             hose->first_busno = pci_hose[0].last_busno + 1;
22620
22621     And considering that we do the same for MPC83xx PCI-E support,
22622     I think this patch is correct.
22623
22624     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
22625     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22626
22627 commit a5878d427128c1a9226045ebe05fbadaa02eb9dd
22628 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
22629 Date:   Thu Feb 19 18:20:46 2009 +0300
22630
22631     mpc83xx: PCI: Fix bus-range fdt fixups for PCI1 controllers
22632
22633     This patch fixes copy-paste issue: pci_hose[0]'s first and last
22634     busnos were used to fixup pci1's nodes.
22635
22636     We don't see this bug triggering only because Linux reenumerate
22637     buses anyway.
22638
22639     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
22640     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22641
22642 commit b24a99f6666ac278ec9f9c1334518af828833d19
22643 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
22644 Date:   Thu Feb 19 18:20:44 2009 +0300
22645
22646     mpc83xx: PCIe: Fix CONFIG_PCI_SCAN_SHOW reporting bogus values
22647
22648     This patch fixes an issue in config space read accessors: we should
22649     fill-in the value even if we fail (e.g. skipping devices), otherwise
22650     CONFIG_PCI_SCAN_SHOW reports bogus values during boot up.
22651
22652     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
22653     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22654
22655 commit e2d72ba543c7b6924b5b5d393dcd80b2b9c3a022
22656 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
22657 Date:   Thu Feb 19 18:20:42 2009 +0300
22658
22659     mpc83xx: PCIe: Don't start bus enumeration at 0
22660
22661     Currently we assign first_busno = 0 for the first PCIe hose, but this
22662     scheme won't work if we have ordinary PCI hose already registered (its
22663     first_busno value is 0 too).
22664
22665     The old code worked fine only because we have PCI disabled on
22666     MPC837XEMDS boards in stand-alone mode (see commit 00f7bbae92e3b13f2b3
22667     "mpc83xx: fix PCI scan hang on the standalone MPC837xE-MDS boards").
22668     But on MPC837XERDB boards we have PCI and PCIe, so the bug actually
22669     triggers.
22670
22671     So, to fix the issue, we should use pci_last_busno() + 1 for the
22672     first_busno (i.e. last available busno).
22673
22674     Reported-by: Huang Changming <Chang-Ming.Huang@freescale.com>
22675     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
22676     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22677
22678 commit cc2a8c7751ddbae3116660064f446888538b93e9
22679 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
22680 Date:   Thu Feb 19 18:20:41 2009 +0300
22681
22682     PCI: Add pci_last_busno() helper
22683
22684     This is just a handy routine that reports last PCI busno: we walk
22685     down all the hoses and return last hose's last_busno.
22686
22687     Will be used by PCI/PCIe initialization code.
22688
22689     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
22690     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22691
22692 commit bd76729bcbfd64b5d016a9b936f058931fc06eaf
22693 Author: Becky Bruce <beckyb@kernel.crashing.org>
22694 Date:   Mon Feb 23 13:56:51 2009 -0600
22695
22696     MPC86xx: set CONFIG_MAX_MEM_MAPPED to 2G by default
22697
22698     Currently, we get 256MB as the default, but since all the 86xx
22699     board configs define a 2G BAT mapping for RAM, raise default
22700     to 2G.
22701
22702     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
22703     Acked-by: Jon Loeliger <jdl@freescale.com>
22704
22705 commit 2331e18b9df0ab98ebf3ab44c0efea1311949aaa
22706 Author: Becky Bruce <beckyb@kernel.crashing.org>
22707 Date:   Thu Feb 12 10:43:32 2009 -0600
22708
22709     mpc8641hpcn: Indicate 36-bit addr map in boot messages
22710
22711     If 36-bit addressing is enabled, print a message on the console
22712     when we boot.
22713
22714     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
22715
22716 commit 58a518c3d8a2c7de11d414e8b903495daee7dc7e
22717 Author: Mark Jackson <mpfj-list@mimc.co.uk>
22718 Date:   Fri Feb 13 15:48:18 2009 +0000
22719
22720     Setup extra MIMC200 chip selects
22721
22722     Added code to setup the extra Flash and FRAM chip selects as used on the
22723     MIMC200 board.
22724
22725     V2 moves the init code from the common "cpu.c" file into the board specific
22726     setup file.
22727
22728     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
22729     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22730
22731 commit 80534886a72a0088eef9e781a8e0b7d04ea41f36
22732 Author: Mark Jackson <mpfj@mimc.co.uk>
22733 Date:   Mon Nov 24 12:10:56 2008 +0000
22734
22735     MIMC200: tidy GCLK init code
22736
22737     Change the MIMC200 startup code to use the built-in (rather than
22738     hard-coded) funtions for setting up gclk outputs.
22739
22740     We'll also move the code to the new, more-appropriate
22741     board_postclk_init() routine.
22742
22743     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
22744     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22745
22746 commit b423f94063bf04e92047ff85c7e53441eb3b712b
22747 Author: Olav Morken <olavmrk@gmail.com>
22748 Date:   Fri Jan 23 12:56:32 2009 +0100
22749
22750     AVR32: Must add NOPs after disabling interrupts for AT32UC3A0512ES
22751
22752     The AT32UC3A0512ES chip has a bug when disabling interrupts. As a
22753     workaround, two NOPs can be inserted.
22754
22755     Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
22756     Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
22757     Signed-off-by: Olav Morken <olavmrk@gmail.com>
22758     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22759
22760 commit f5f652fa91aa69db8117d211af1b4fe09f2edd3b
22761 Author: Gunnar Rangoy <gunnar@rangoy.com>
22762 Date:   Fri Jan 23 12:56:29 2009 +0100
22763
22764     AVR32: Make GPIO implmentation cpu dependent
22765
22766     There are some differences in the implementation of GPIO in the
22767     at32uc chip compared to the ap700x series.
22768
22769     Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
22770     Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
22771     Signed-off-by: Olav Morken <olavmrk@gmail.com>
22772     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22773
22774 commit a38de083d2979db3680f0d0978c509a172c8fa00
22775 Author: Olav Morken <olavmrk@gmail.com>
22776 Date:   Fri Jan 23 12:56:28 2009 +0100
22777
22778     AVR32: Move addrspace.h to arch-directory, and move some functions from io.h to addrspace.h
22779
22780     The AVR32A architecture (which AT32UC3A-series is based on) has a
22781     different memory layout than the AVR32B-architecture. This patch moves
22782     addrspace.h to an arch-dependent directory in preparation for
22783     AT32UC3A-support. It also moves some address-space manipulation
22784     functions from io.h to addrspace.h.
22785
22786     Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
22787     Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
22788     Signed-off-by: Olav Morken <olavmrk@gmail.com>
22789     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22790
22791 commit d8f2aa3298610b44127dbc4796d8038aa5847e0b
22792 Author: Olav Morken <olavmrk@gmail.com>
22793 Date:   Fri Jan 23 12:56:27 2009 +0100
22794
22795     AVR32: Make cacheflush cpu-dependent
22796
22797     The AT32UC3A series of processors doesn't contain any cache, and issuing
22798     cache control instructions on those will cause an exception. This commit
22799     makes cacheflush.h arch-dependent in preparation for the AT32UC3A-support.
22800
22801     Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
22802     Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
22803     Signed-off-by: Olav Morken <olavmrk@gmail.com>
22804     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22805
22806 commit 2f70c49e5b9813635ad73666aa30f304c7fdeda9
22807 Author: Heiko Schocher <hs@denx.de>
22808 Date:   Tue Feb 10 09:38:52 2009 +0100
22809
22810     netloop: speed up NetLoop
22811
22812     NetLoop polls every cycle with getenv some environment variables.
22813     This is horribly slow, especially when the environment is big.
22814
22815     This patch reads only the environment variables in NetLoop,
22816     when they were changed.
22817
22818     Also moved the init part of the NetLoop function in a seperate
22819     function.
22820
22821     Signed-off-by: Heiko Schocher <hs@denx.de>
22822     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22823
22824 commit ad2d16393e9f684e4a9255f42e8bfdd819b67a87
22825 Author: Mike Frysinger <vapier@gentoo.org>
22826 Date:   Mon Dec 22 02:56:07 2008 -0500
22827
22828     smc911x_eeprom: new example app for managing newer SMC parts
22829
22830     A forward port of the last version to work with the newer smc911x driver.
22831     I only have a board with a LAN9218 part on it, so that is the only one
22832     I've tested.  But there isn't anything in this that would make it terribly
22833     chip specific afaik.
22834
22835     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22836     CC: Sascha Hauer <s.hauer@pengutronix.de>
22837     CC: Guennadi Liakhovetski <lg@denx.de>
22838     CC: Magnus Lilja <lilja.magnus@gmail.com>
22839     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22840
22841 commit 736323a490b664ec0edc3ddb2c1c4a6824db45c6
22842 Author: Pieter Henning <phenning@vastech.co.za>
22843 Date:   Sun Feb 22 23:17:15 2009 -0800
22844
22845     Added Vitesse VSC8211 definitions to TSEC driver
22846
22847     Added the struct containing PHY settings for the Vitesse VSC8211 phy to
22848     the phy_info list in tsec.c
22849
22850     Signed-off-by: Pieter Henning <phenning@vastech.co.za>
22851     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22852
22853 commit 32688e572ff96715b41420e9a7f280db6c399b65
22854 Author: Wolfgang Denk <wd@denx.de>
22855 Date:   Mon Feb 23 00:22:21 2009 +0100
22856
22857     Update CHANGELOG;  Prepare 2009.03-rc1
22858
22859     Signed-off-by: Wolfgang Denk <wd@denx.de>
22860
22861 commit 80b827c2b78329c6503b271e43d9eb693d644710
22862 Author: Wolfgang Denk <wd@denx.de>
22863 Date:   Sun Feb 22 23:45:40 2009 +0100
22864
22865     ARM: synchronize mach-types.h with linux v2.6.29-rc5-315-g683fdc5
22866
22867     The file was generated from building versatile_defconfig.
22868
22869     Signed-off-by: Wolfgang Denk <wd@denx.de>
22870
22871 commit 14209ac13ff631e36c9a9dd426c59c2e2f5dab00
22872 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
22873 Date:   Sun Feb 22 14:24:11 2009 +0900
22874
22875     MIPS: Fix GCC-4.2 'discards qualifiers from pointer target type' warnings
22876
22877     Compiling dbau1x00 and gth2 boards with GCC-4.2, you would see new warnings
22878     like this:
22879
22880     skuribay@ubuntu:u-boot.git$ ./MAKEALL dbau1000
22881     Configuring for dbau1x00 board...
22882     au1x00_eth.c: In function 'au1x00_send':
22883     au1x00_eth.c:158: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
22884     au1x00_eth.c: In function 'au1x00_recv':
22885     au1x00_eth.c:211: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
22886     au1x00_eth.c: In function 'au1x00_init':
22887     au1x00_eth.c:252: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
22888     au1x00_eth.c: In function 'au1x00_recv':
22889     au1x00_eth.c:211: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
22890     au1x00_eth.c: In function 'au1x00_init':
22891     au1x00_eth.c:252: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
22892     au1x00_eth.c: In function 'au1x00_send':
22893     au1x00_eth.c:158: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
22894
22895     We're passing a volatile pointer to a function which is expecting a non-
22896     volatile pointer.  That's potentially dangerous, so gcc warns about it.
22897     Confirmed with ELDK 4.2 (GCC 4.2.2) and Sourcey G++ 4.2 (GCC 4.2.3).
22898
22899     To fix this, we add a volatile attribute to the argument in question.
22900     The virt_to_phys function in Linux kernel also does the same thing.
22901
22902     Signed-off-by: Stefan Roese <sr@denx.de>
22903     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
22904
22905 commit aba45c85b22f8c57fc2fedba8e948e06c2e2f5b3
22906 Author: Dirk Behme <dirk.behme@googlemail.com>
22907 Date:   Fri Feb 20 17:51:28 2009 +0100
22908
22909     OMAP3: Clean up MMC code
22910
22911     Clean up OMAP3 MMC code:
22912
22913     * Convert register access to struct & readx/writex style
22914     * Replace hardcode values by macros
22915     * Remove macro defined twice
22916
22917     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
22918
22919 commit cfcdf4a9b361d015c0debac73fbf7c511df4a934
22920 Author: Dirk Behme <dirk.behme@googlemail.com>
22921 Date:   Thu Feb 12 18:55:43 2009 +0100
22922
22923     OMAP3: Pandora: Update pin mux
22924
22925     Clock pin must have input enabled for MMC3 to work.
22926     Also enable pull-ups for cmd/data lines to be consistent
22927     with remaining MMC host pin setup.
22928
22929     Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
22930
22931 commit 6530a8bf8a0274b9419141e4c2c5a235cce5380f
22932 Author: Dirk Behme <dirk.behme@googlemail.com>
22933 Date:   Thu Feb 12 18:55:42 2009 +0100
22934
22935     OMAP3: Add OMAP3 auto detection
22936
22937     This patch adds OMAP3 cpu type auto detection based on OMAP3 register
22938     and removes hardcoded values.
22939
22940     Signed-off-by: Steve Sakoman <sakoman@gmail.com>
22941     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
22942
22943 commit f956fd0338f4990793a10f767929ba4963665261
22944 Author: Dirk Behme <dirk.behme@googlemail.com>
22945 Date:   Thu Feb 12 18:55:41 2009 +0100
22946
22947     OMAP3: Beagle: Add board revision detection
22948
22949     With BeagleBoard revision C some HW changes are introduced (e.g. PinMUX)
22950     which might need different software handling. For this, GPIO pin 171 (GPIO
22951     module 6, offset 11) can be used to check for board revision. If this pin
22952     is low, we have a rev C board. Else it must be a revision Ax or Bx board.
22953
22954     To handle board differences you can call function beagle_get_revision().
22955     E.g.:
22956
22957     if (beagle_get_revision()) {
22958
22959     /* do special revision C stuff here */
22960
22961     }
22962
22963     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
22964
22965 commit 288f3cd912918b97919d13b6f7fb13fbddf74d68
22966 Author: Dirk Behme <dirk.behme@googlemail.com>
22967 Date:   Thu Feb 12 18:55:40 2009 +0100
22968
22969     OMAP3: Overo: Clean up pin mux and GPIO configuration
22970
22971     * Make Overo GPIO114 an input for touchscreen PENDOWN
22972     * Make Overo GPIO144-147 readable
22973     * Make Overo EHCI pinmux match beagle rev c setup
22974     * Adjust pinmux for SMSC911X network chip support
22975     * Remove unnecessary GPIO setup
22976     * Fix merge error in Makefile
22977
22978     Signed-off-by: Steve Sakoman <sakoman@gmail.com>
22979     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
22980
22981 commit 2579019b8248e5f166e60e37065766efc8a49dbc
22982 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22983 Date:   Sun Feb 22 17:08:41 2009 +0100
22984
22985     nmdk8815: fix onenand support
22986
22987     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22988
22989 commit 0176c03a2469676df5bf19cf93a1a6f582f6a120
22990 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22991 Date:   Sun Feb 22 17:56:50 2009 +0100
22992
22993     nomadik/nand: fix 'ecc512' discards qualifiers from pointer target type
22994
22995     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22996
22997 commit 9751a456f702ba2fcdfd1bdbc0138927ef007858
22998 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22999 Date:   Sun Feb 22 17:49:43 2009 +0100
23000
23001     davinci: fix implicit declaration of function 'davinci_errata_workarounds'
23002
23003     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23004
23005 commit 4f5728987f4f9f7845688482aa2b7f2127768165
23006 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23007 Date:   Sun Feb 22 15:49:28 2009 +0100
23008
23009     arm: add uart dcc support
23010
23011     Serial driver via the EmbeddedICE macrocell's DCC channel using
23012     co-processor 14.
23013
23014     It does include a timeout to ensure that the system does not
23015     totally freeze when there is nothing connected to read.
23016
23017     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23018
23019 commit 0cd18fa982f9a8c1a90ce971379a7d6408976d48
23020 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
23021 Date:   Fri Nov 21 14:35:56 2008 -0500
23022
23023     ARM DaVinci: Add common peripherals and modules enable functions.
23024
23025     Taken all the duplicated code for enabling common modules and apply
23026     software workarounds from the board specific code into common
23027     functions. Also added comments explaining the workarounds
23028     (from TI errata documents) and replaced some numerical bit numbers
23029     with more meaningful defines.
23030
23031     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
23032
23033 commit d3be1bcae7a8207e0a79ffd035d0e90f80378295
23034 Author: Alessandro Rubini <rubini@unipv.it>
23035 Date:   Mon Feb 9 15:53:33 2009 +0100
23036
23037     Enable Ethernet for Nomadik 8815 Evaluation Kit
23038
23039     This trivially enables Ethernet support in the debug board
23040     by setting up the proper chip select.
23041
23042     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
23043     Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
23044
23045 commit 0d8c6eab2481046e9446264bfe9402bb98ddf433
23046 Author: Alessandro Rubini <rubini@unipv.it>
23047 Date:   Mon Feb 9 15:53:31 2009 +0100
23048
23049     Nand driver for Nomadik SoC
23050
23051     This driver implements the ECC algorithm described in
23052     the CPU data sheet and uses the OOB layout chosen in
23053     already-released development systems (shipped with a custom-made
23054     u-boot 1.3.1).
23055
23056     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
23057     Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
23058
23059 commit ef339cc2b68e4cbef3f9376a45315e1b974bbd8d
23060 Author: Alessandro Rubini <rubini@unipv.it>
23061 Date:   Mon Feb 9 15:53:31 2009 +0100
23062
23063     Added nomadik.h header
23064
23065     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
23066     Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
23067
23068 commit 60ece6d8043d1dd80f5dd32c541213716d624b19
23069 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
23070 Date:   Wed Oct 29 20:05:18 2008 +0900
23071
23072     r8a66597-hcd: fix cannot use external hub
23073
23074     Fix the problem that cannot use external hub, because this driver
23075     did not control correctly a DEVADDx register.
23076
23077     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
23078     Signed-off-by: Remy Bohmer <linux@bohmer.net>
23079
23080 commit e1ffaee728190e76a4596a3579d94e730143585f
23081 Author: Mike Frysinger <vapier@gentoo.org>
23082 Date:   Thu Feb 19 01:20:27 2009 -0500
23083
23084     Blackfin: disable syscontrol code for now
23085
23086     Looks like the initcode updates fell out of order during my merges.  The
23087     patch that really fixes up this code is part of power-on overhaul and so
23088     is too large for merging at this point.  Instead, we can disable the code
23089     as no currently in-tree board depends on it.  The next merge window will
23090     fix things up properly.
23091
23092     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
23093
23094 commit 1b228d68f54832edd867ef98520f760f68192ab7
23095 Author: Mike Frysinger <vapier@gentoo.org>
23096 Date:   Thu Feb 19 01:19:49 2009 -0500
23097
23098     Blackfin: bf537-stamp: fix I2C board defines
23099
23100     The previous merge for cleaning up the I2C driver incorrectly reverted the
23101     CFG_xxx rename for some of the I2C defines.
23102
23103     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
23104     Signed-off-by: Heiko Schocher <hs@denx.de>
23105
23106 commit 09fee8e8677a6265e89144ccc163bf00e321769e
23107 Author: Wolfgang Denk <wd@denx.de>
23108 Date:   Sun Feb 22 01:19:52 2009 +0100
23109
23110     Coding Style cleanup; update CHANGELOG
23111
23112     Signed-off-by: Wolfgang Denk <wd@denx.de>
23113
23114 commit 1dcb50afbb63a439320a985380a0af2dca079d1e
23115 Author: Wolfgang Denk <wd@denx.de>
23116 Date:   Sun Feb 22 01:17:47 2009 +0100
23117
23118     Makefile: fix cleanup
23119
23120     Commit e4943ec5 moved the ARM boards to a vendor directory but forgot
23121     to adapt the cleanup rules in the Makefile
23122
23123     Signed-off-by: Wolfgang Denk <wd@denx.de>
23124
23125 commit edff7bcc4d5540df8b416274652ff02e94c38b9e
23126 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
23127 Date:   Fri Feb 20 13:01:56 2009 -0500
23128
23129     Cleanup the comment for m68k linux boot argument passing.
23130
23131     This patch clarifies the way m68k passes linux boot argument.
23132     The one gotcha here is that the assembly instruction that
23133     the compiler uses to jump to the kernel is 'jsr' which pushes the
23134     program counter for the instruction after the jsr into the stack pointer.
23135
23136     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
23137     Signed-off-by: Wolfgang Denk <wd@denx.de>
23138
23139 commit 4d41650eec959668280a612467bd95c7b8398513
23140 Author: Peter Griffin <pgriffin@mpc-data.co.uk>
23141 Date:   Tue Feb 10 16:44:45 2009 +0000
23142
23143     sh: Fix rsk7203 in tree build
23144
23145     Signed-off-by: Peter Griffin <pgriffin@mpc-data.co.uk>
23146
23147 commit fca0cecff73db99d99ad094cca7980472b8a11b5
23148 Author: Minkyu Kang <mk7.kang@samsung.com>
23149 Date:   Wed Feb 18 09:05:52 2009 +0900
23150
23151     bootm: Reduce the unnecessary memmove
23152
23153     Although load address and image start address are same address,
23154     bootm command always does memmove.
23155     That is unnecessary memmove and can be taken few milliseconds
23156     (about 500 msec to 1000 msec).
23157     If skip this memmove, we can reduce the boot time.
23158
23159     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
23160
23161 commit 670cbde8da83690fed1064c3358f54ae1d693ed2
23162 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
23163 Date:   Sun Feb 15 22:29:15 2009 +0100
23164
23165     fpga: Fix Spartan III FPGA booting
23166
23167     This patch does some minor fixing of the Xilinx Spartan III
23168     FPGA boot code:
23169
23170     - Fixed call order of post configuration callback and
23171       success message printing (result of copy-paste?)
23172     - remove obsolete comment
23173     - minor coding style cleanup
23174
23175     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23176
23177 commit 3818b677641038d27b2663fbd6771ad38c932f86
23178 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
23179 Date:   Sun Feb 15 22:28:36 2009 +0100
23180
23181     fpga: Fix Spartan II FPGA booting
23182
23183     This patch does some minor fixing of the Xilinx Spartan II
23184     FPGA boot code:
23185
23186     - Fixed call order of post configuration callback and
23187       success message printing (result of copy-paste?)
23188     - relocate post configuration callback only when it
23189       is implemented
23190     - remove obsolete comment
23191     - minor coding style cleanup
23192
23193     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23194
23195 commit b4746d8bf9f4ed6dc8a76c5d52db669604aff84b
23196 Author: Mike Frysinger <vapier@gentoo.org>
23197 Date:   Wed Feb 11 20:26:52 2009 -0500
23198
23199     drivers/serial/ns16550: move ifdef into Makefile COBJS-$(...)
23200
23201     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
23202
23203 commit 6bcb4b806cef8a5dd08fac9a4a672b96d9ee804e
23204 Author: Derek Ou <dou@siconix.com>
23205 Date:   Tue Feb 3 16:00:07 2009 -0700
23206
23207     lcd_putc bug fix for tab.
23208
23209     Signed-off-by: Derek Ou <dou@siconix.com>
23210
23211 commit 35c9e14d8096e519fe76c953a43d52a09617345c
23212 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
23213 Date:   Mon Feb 2 09:46:21 2009 +0900
23214
23215     MIPS: cpu/mips/Makefile: Add a missing START line
23216
23217     In the commit 79b51ff8205f0354d5300570614c1d2db499679c ([MIPS] cpu/mips/
23218     Makefile: Split [CS]OBJS onto separate lines), I wrongly deleted a START
23219     line.  This patch puts it back.
23220
23221     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
23222
23223 commit 9a63b7f4f8f3c99cf017e0d3d4a152dfcd913b5a
23224 Author: Wolfgang Denk <wd@denx.de>
23225 Date:   Sat Feb 21 21:51:21 2009 +0100
23226
23227     Enable ext2 support for TQM8xxL/M based boards
23228
23229     Signed-off-by: Wolfgang Denk <wd@denx.de>
23230
23231 commit e3ba7f137c7c454ad626cd0bd2e84d73c7a8644f
23232 Author: Tom Rix <Tom.Rix@windriver.com>
23233 Date:   Fri Feb 20 03:47:50 2009 +0100
23234
23235     ARM:PXA Use new definitions in mmc.h
23236
23237     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
23238     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23239
23240 commit 682beeac34dc9ab18fab58b26973d2e29d113717
23241 Author: Andy Fleming <afleming@freescale.com>
23242 Date:   Fri Feb 20 03:47:50 2009 +0100
23243
23244     Reduce the scope of PXA's mmc_read/mmc_write/mmc_bread functions
23245
23246     These names are being taken over by the new MMC framework.  Hopefuly
23247     the PXA can be easily ported, and these functions will go away entirely.
23248
23249     Signed-off-by: Andy Fleming <afleming@freescale.com>
23250     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23251
23252 commit b03d92e5584935886ff91d5aa0755dc8888b7187
23253 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23254 Date:   Fri Feb 20 03:47:50 2009 +0100
23255
23256     pxa: move mmc drivers to drivers/mmc
23257
23258     introduce new macro CONFIG_PXA_MMC to activate it
23259
23260     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23261
23262 commit 9490f465642c80c054854689a2ef1a77d65cf1f3
23263 Author: Tom Rix <Tom.Rix@windriver.com>
23264 Date:   Thu Feb 19 19:27:22 2009 -0600
23265
23266     ARM:PXA Remove redefinition of mmc_cid and mmc_csd.
23267
23268     These structures are defined in the common mmc.h
23269
23270     This was compile checked on cerf250.
23271
23272 commit 94a3312920b6f9b5da27309549fb73650718c10a
23273 Author: Micha Kalfon <smichak.uv@gmail.com>
23274 Date:   Wed Feb 11 19:50:11 2009 +0200
23275
23276     pxa: fixing get_timer to return time in miliseconds.
23277
23278     Fixing the get_timer function to return time in miliseconds instead of
23279     ticks. Also fixed PXA boards to use the conventional value of 1000 for
23280     CONFIG_SYS_HZ.
23281
23282     Signed-off-by: Micha Kalfon <smichak.uv@gmail.com>
23283
23284 commit e5e88c3614b79b54719905f66aefb51f9494bc1f
23285 Author: Tom Rix <Tom.Rix@windriver.com>
23286 Date:   Thu Feb 19 16:45:43 2009 -0600
23287
23288     ARM:OMAP3 Change mmc_init to mmc_legacy_init
23289
23290     omap3_mmc.c was changed to define mmc_legacy_init.
23291     Remove unused functions.
23292
23293     Compile tested on all arm
23294     Runtime tested on Zoom1.
23295
23296     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
23297
23298 commit 9e80bb21629988063574f88ca0d28baadff4d963
23299 Author: Heiko Schocher <hs@denx.de>
23300 Date:   Thu Feb 19 17:23:58 2009 +0100
23301
23302     82xx, mgcoge: updates for 2009.03
23303
23304     - activate CS4 for accessing the FPGA
23305     - activate Rx buf len > 1 on SMC
23306     - pram activated
23307     - MTDPARTS_DEFAULT defined
23308     - update the size of the flashes in the DTS
23309       before booting Linux
23310     - MONITOR_LEN updated to 384k
23311     - added CONFIG_HOSTNAME
23312     - added CONFIG_ENV_BUFFER_PRINT
23313     - Environment size reduced to 16k
23314
23315     Signed-off-by: Heiko Schocher <hs@denx.de>
23316
23317 commit df909554e2401f307925e1bd45d576e4176d9de9
23318 Author: Heiko Schocher <hs@denx.de>
23319 Date:   Thu Feb 19 17:24:01 2009 +0100
23320
23321     8xx, mgsuvd: updates for 2009.03
23322
23323     - activate Rx buf len > 1 on SMC
23324     - pram activated
23325     - MTDPARTS_DEFAULT defined
23326     - update the size of the flash in the DTS
23327       before booting Linux
23328     - MONITOR_LEN updated to 384k
23329     - added CONFIG_HOSTNAME
23330     - added CONFIG_ENV_BUFFER_PRINT
23331     - Environment size reduced to 16k
23332
23333     Signed-off-by: Heiko Schocher <hs@denx.de>
23334
23335 commit 3511b4e208e12be85b532866f1c660aa2e021557
23336 Author: Dirk Behme <dirk.behme@googlemail.com>
23337 Date:   Wed Feb 18 19:59:39 2009 +0100
23338
23339     MMC: Don't use new framework code if not enabled
23340
23341     Don't use code of new MMC framework in cmd_mmc if CONFIG_GENERIC_MMC
23342     isn't enabled.
23343
23344     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
23345
23346 commit 32482be67775e00b4cbc49fba62347c1ecc6229c
23347 Author: Wolfgang Denk <wd@denx.de>
23348 Date:   Thu Feb 19 13:53:29 2009 +0100
23349
23350     TQM8xxL: make some room in low memory for future needs
23351
23352     THe TQM8xxL use a ahnd-optimized linker script to efficiently use the
23353     small boot sectors in the flash. This patch makes some room in the
23354     first sector to prepare for a size increase of lib_generic/vsprintf.o
23355     by a future patch.
23356
23357     Signed-off-by: Wolfgang Denk <wd@denx.de>
23358
23359 commit c157cec3c3f6dfc194532b3a3ca87f85b642962a
23360 Author: Kim Phillips <kim.phillips@freescale.com>
23361 Date:   Wed Feb 18 18:06:18 2009 -0600
23362
23363     README: remove duplicate entry
23364
23365     it's been around since the original commit (2ad6b513) that added two
23366     identical entries.
23367
23368     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
23369
23370 commit 1bba30efe1717bea13026e15c7c7d906419fac69
23371 Author: Wolfgang Denk <wd@denx.de>
23372 Date:   Thu Feb 19 00:41:08 2009 +0100
23373
23374     Coding style cleanup, update CHANGELOG
23375
23376     Signed-off-by: Wolfgang Denk <wd@denx.de>
23377
23378 commit 369d0aa9674b65c83f8553b9bcf9d207dc369223
23379 Author: Kim Phillips <kim.phillips@freescale.com>
23380 Date:   Wed Feb 18 17:43:59 2009 -0600
23381
23382     sata_sil3114: fix compiler warning
23383
23384     judging from other printfs in the same file, it seems ata should be
23385     postpended with the interface number, not the address of the global
23386     port variable.  Fixes this for current u-boot-mpc83xx tree:
23387
23388     Configuring for MPC8349ITX board...
23389     sata_sil3114.c: In function 'sata_bus_softreset':
23390     sata_sil3114.c:99: warning: format '%u' expects type 'unsigned int', but argument 2 has type 'struct sata_port *'
23391     sata_sil3114.c:108: warning: format '%u' expects type 'unsigned int', but argument 2 has type 'struct sata_port *'
23392
23393     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
23394
23395 commit f5675aa5ceeef30740970ab8ca0c8cbc324945cd
23396 Author: Ron Madrid <ron_madrid@sbcglobal.net>
23397 Date:   Wed Feb 18 14:30:44 2009 -0800
23398
23399     Create configuration option for restricted ns16550 functions
23400
23401     This patch will create a configuration option for a minimum configuration for
23402     the ns16550 serial driver at drivers/serial/ns16550.c and will apply this new
23403     configuration option to the SIMPC8313.h config file in order to fix the NAND
23404     bootstrap build error.  This option will exclude all functions with exception of
23405     NS16550_putc and NS16550_init.  This will be used primarily to save space and
23406     remove unused code from builds in which space is limited.
23407
23408     Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
23409
23410 commit 7b0bc0219db8981613259473cf19699ac259b4fb
23411 Author: Kim Phillips <kim.phillips@freescale.com>
23412 Date:   Wed Feb 18 16:14:29 2009 -0600
23413
23414     mkconfig: include board config.h before asm/config.h
23415
23416     swapping the include order suppresses warnings for board configs
23417     that define their own CONFIG_MAX_MEM_MAPPED:
23418
23419     In file included from /home/r1aaha/git/u-boot/include/config.h:5,
23420                     from /home/r1aaha/git/u-boot/include/common.h:35,
23421                     from simpc8313.c:26:
23422     /home/r1aaha/git/u-boot/include/configs/SIMPC8313.h:81:1: warning:
23423     "CONFIG_MAX_MEM_MAPPED" redefined
23424     In file included from /home/r1aaha/git/u-boot/include/config.h:4,
23425                     from /home/r1aaha/git/u-boot/include/common.h:35,
23426                     from simpc8313.c:26:
23427     /home/r1aaha/git/u-boot/include/asm/config.h:28:1: warning: this is
23428     the location of the previous definition
23429
23430     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
23431
23432 commit b8845abdc0dcf20d0944e965153f5ae7a9c3077c
23433 Author: Wolfgang Denk <wd@denx.de>
23434 Date:   Wed Feb 18 21:35:38 2009 +0100
23435
23436     Fix build errors after making flash_get_info() non-static
23437
23438     Fix for these build problems:
23439     error: static declaration of 'flash_get_info' follows non-static declaration
23440
23441     Signed-off-by: Wolfgang Denk <wd@denx.de>
23442
23443 commit b4996d6b2140e5da7f1c346f37a67b19907b307a
23444 Author: Stefan Roese <sr@denx.de>
23445 Date:   Wed Feb 18 13:18:00 2009 +0100
23446
23447     ppc4xx: PCIe: Change 16GB inbound memory to 4GB
23448
23449     This patch fixes a problem recently seen on some 4xx platforms. For
23450     example on Kilauea PCIe slot #0.
23451
23452     Signed-off-by: Stefan Roese <sr@denx.de>
23453
23454 commit f50fe4bd613c6d35a2c34055f02e9501dd6a9ad5
23455 Author: Stefan Roese <sr@denx.de>
23456 Date:   Wed Feb 18 14:05:37 2009 +0100
23457
23458     ppc4xx: Some more PMC405 coding-style cleanup
23459
23460     Signed-off-by: Stefan Roese <sr@denx.de>
23461
23462 commit 2f6eb9170bf91b72ea51dcea2a8b9c11b0e20bc5
23463 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
23464 Date:   Sun Feb 15 22:27:47 2009 +0100
23465
23466     ppc4xx: Update PMC405 board support
23467
23468     This patch prepares the good old PMC405 board support for
23469     upcoming PMC405V2 patches.
23470
23471     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23472     Signed-off-by: Stefan Roese <sr@denx.de>
23473
23474 commit c553b5f4a0c77fc76e1d25e71c8aaa47657e2d6f
23475 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
23476 Date:   Sun Feb 15 22:26:54 2009 +0100
23477
23478     ppc4xx: Cleanup PMC405 board support
23479
23480     This patch fixes coding style for PMC405 board support.
23481     Also some unneeded features/code is removed.
23482
23483     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23484     Signed-off-by: Stefan Roese <sr@denx.de>
23485
23486 commit b4e85d0f37b5b924fbf834867ad6d0b31b86f667
23487 Author: Ilya Yanok <yanok@emcraft.com>
23488 Date:   Thu Feb 5 04:08:20 2009 +0100
23489
23490     qong: changes to Dave/DENX Qong configuration
23491
23492     1. Changes to the default environment:
23493       - "bootcmd" defined as "run flash_self"
23494       - "saveenv" command removed from "update"
23495       - "uboot" changed to "u-boot" (also in "load")
23496       - "addmtd" variable defined (and added to all boot commands)
23497     2. CONFIG_CMD_JFFS2 defined to enable "mtdparts" command
23498     3. MTDIDS_DEFAULT and MTDPARTS_DEFAULT defined
23499     4. CONFIG_SYS_CBSIZE changed from 256 to 512. That solves the problem
23500     with truncated "bootargs" environment variable.
23501
23502     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
23503
23504 commit 5f0320108870e5d62983d1d5c13a2a087dddf686
23505 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23506 Date:   Sun Feb 1 17:07:52 2009 +0100
23507
23508     common/console: avoid ifdef CONFIG_CONSOLE_MUX when it's possible
23509
23510     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23511
23512 commit ec6f14994602276660f7264c6ab3b91ef1f7614d
23513 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23514 Date:   Sun Feb 1 17:07:51 2009 +0100
23515
23516     common/console: coding style cleanup
23517
23518     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23519
23520 commit daaf74f176b548dfd34a9990231f4189201d57ba
23521 Author: Mike Frysinger <vapier@gentoo.org>
23522 Date:   Thu Jan 29 20:02:23 2009 -0500
23523
23524     mpc8xx_pcmcia: move CONFIG_8xx out of .c file and into Makefile
23525
23526     Move the CONFIG_8xx mpc8xx_pcmcia.c protection out of the C file and
23527     into the Makefile so we avoid pointless compiling of the file.
23528
23529     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
23530
23531 commit 7bd2722e890bc877a3c057d7ccddc80451c99939
23532 Author: Mike Frysinger <vapier@gentoo.org>
23533 Date:   Thu Jan 29 20:02:07 2009 -0500
23534
23535     disk: convert part_* files to COBJ-$(CONFIG_XXX) style
23536
23537     Move the CONFIG_XXX out of the part_XXX.c file and into Makefile to
23538     avoid pointless compiles.
23539
23540     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
23541
23542 commit f05fa9205e04986176dc7ab8b710bcb5fbe9f338
23543 Author: Petri Lehtinen <petri.lehtinen@inoi.fi>
23544 Date:   Thu Jan 29 10:35:40 2009 +0200
23545
23546     include/image.h: Ease grepping of image_* functions
23547
23548     Because the functions have been defined using macros, grepping for
23549     their definitions is not possible. This patch adds the real function
23550     names in comments.
23551
23552     Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi>
23553     Acked-by: Mike Frysinger <vapier@gentoo.org>
23554
23555 commit bdab39d358e63aa47f400a8a76b8d5f283842df3
23556 Author: Mike Frysinger <vapier@gentoo.org>
23557 Date:   Wed Jan 28 19:08:14 2009 -0500
23558
23559     rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENV
23560
23561     The CONFIG_CMD_ENV option controls enablement of the `saveenv` command
23562     rather than a generic "env" command, or anything else related to the
23563     environment.  So, let's make sure the define is named accordingly.
23564
23565     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
23566
23567 commit 8b0592b89e0f9f81c9e150c81d96f8a43e4d6101
23568 Author: Valeriy Glushkov <gvv@lstec.com>
23569 Date:   Fri Jan 23 20:02:17 2009 +0200
23570
23571     disable imls command if no flash is defined
23572
23573     Default CONFIG_CMD_IMLS must be disabled when CONFIG_SYS_NO_FLASH is defined
23574
23575     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
23576
23577 commit 923aa48126259c13de95131203f1d28bfa5cb889
23578 Author: Rafal Jaworowski <raj@semihalf.com>
23579 Date:   Fri Jan 23 13:27:18 2009 +0100
23580
23581     API: Improve glue mid-layer of the API demo application.
23582
23583     - Extend ub_dev_read() and ub_dev_recv() so they return the length actually
23584     read, which allows for better control and error handling (this introduces
23585     additional error code API_ESYSC returned by the glue mid-layer).
23586
23587     - Clean up definitions naming and usage.
23588
23589     - Other minor cosmetics.
23590
23591     Note these changes do not touch the API proper, so the interface between
23592     U-Boot and standalone applications remains unchanged.
23593
23594     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
23595
23596 commit 44a94e596ba0f6d0951b165403c520bf55b1c56f
23597 Author: Rafal Jaworowski <raj@semihalf.com>
23598 Date:   Fri Jan 23 13:27:17 2009 +0100
23599
23600     API: Only output test data when reading was successful.
23601
23602     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
23603
23604 commit 7fb6c4f9b06c5539043c8bfc6565710b8090841d
23605 Author: Rafal Jaworowski <raj@semihalf.com>
23606 Date:   Fri Jan 23 13:27:16 2009 +0100
23607
23608     API: Provide syscall entry point for the ARM architecture.
23609
23610     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
23611     Acked-by: Rafal Jaworowski <raj@semihalf.com>
23612
23613 commit b84d7d8f1e1066f810866304a16a3583f88e7c98
23614 Author: Rafal Jaworowski <raj@semihalf.com>
23615 Date:   Fri Jan 23 13:27:15 2009 +0100
23616
23617     API: Use stack pointer as API signature search hint in the glue layer.
23618
23619     De-hardcode range in RAM we search for the API signature. Instead use the stack
23620     pointer as a hint to narrow down the range in which the signature could reside
23621     (it is malloc'ed on the U-Boot heap, and is hoped to remain in some proximity
23622     from stack area). Adjust PowerPC code in API demo to the new scheme.
23623
23624     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
23625     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
23626
23627 commit 86b4bafdfaf669ede8fd99044abc7e27ea29b4f5
23628 Author: Wolfgang Denk <wd@denx.de>
23629 Date:   Tue Feb 17 10:26:38 2009 +0100
23630
23631     TQM8260: fix locations of kernel and ramdisk images in flash
23632
23633     After introducing redundant environment the kernel images was
23634     overlapping with environment.
23635
23636     Signed-off-by: Wolfgang Denk <wd@denx.de>
23637
23638 commit 2b68b23373f96199a0cafbfd7a9f79ed62381ebb
23639 Author: Heiko Schocher <hs@denx.de>
23640 Date:   Wed Feb 11 19:26:15 2009 +0100
23641
23642     83xx: add missing TIMING_CFG1_CASLAT_* defines
23643
23644     Signed-off-by: Heiko Schocher <hs@denx.de>
23645     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
23646
23647 commit c9e34fe2e86f7b6cc8260f4b24cbdc7dd81e04c5
23648 Author: Valeriy Glushkov <gvv@lstec.com>
23649 Date:   Thu Feb 5 14:35:21 2009 +0200
23650
23651     mpc8349itx: allow SATA boot from the onboard SIL1334
23652
23653     This patch allows using of SATA devices connected
23654     to the onboard PCI SIL1334 SATA controller.
23655
23656     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
23657     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
23658
23659 commit e1ac387f4645499746856adc1aeaa9787da2eca6
23660 Author: Andy Fleming <afleming@freescale.com>
23661 Date:   Thu Oct 30 16:50:14 2008 -0500
23662
23663     83xx: Add eSDHC support on 8379 EMDS board
23664
23665     Signed-off-by: Andy Fleming <afleming@freescale.com>
23666
23667 commit 80522dc8369a89938369fbcee572e662373bc9a3
23668 Author: Andy Fleming <afleming@freescale.com>
23669 Date:   Thu Oct 30 16:51:33 2008 -0500
23670
23671     85xx: Add eSDHC support for 8536 DS
23672
23673     Signed-off-by: Andy Fleming <afleming@freescale.com>
23674
23675 commit 50586ef24ed5caf6ce5591df76f355009da2cd79
23676 Author: Andy Fleming <afleming@freescale.com>
23677 Date:   Thu Oct 30 16:47:16 2008 -0500
23678
23679     Add support for the Freescale eSDHC found on 8379 and 8536 SoCs
23680
23681     This uses the new MMC framework
23682
23683     Some contributions by Dave Liu <daveliu@freescale.com>
23684
23685     Signed-off-by: Andy Fleming <afleming@freescale.com>
23686
23687 commit 272cc70b211e945e4413122aa73868f6ada732a5
23688 Author: Andy Fleming <afleming@freescale.com>
23689 Date:   Thu Oct 30 16:41:01 2008 -0500
23690
23691     Add MMC Framework
23692
23693     Here's a new framework (based roughly off the linux one) for managing
23694     MMC controllers.  It handles all of the standard SD/MMC transactions,
23695     leaving the host drivers to implement only what is necessary to
23696     deal with their specific hardware.
23697
23698     This also hooks the infrastructure into the PowerPC board code
23699     (similar to how the ethernet infrastructure now hooks in)
23700
23701     Some of this code was contributed by Dave Liu <daveliu@freescale.com>
23702
23703     Signed-off-by: Andy Fleming <afleming@freescale.com>
23704
23705 commit 1de97f9856f697380cc504126ab92561ed238803
23706 Author: Andy Fleming <afleming@freescale.com>
23707 Date:   Thu Oct 30 16:31:39 2008 -0500
23708
23709     Eliminated arch-specific mmc header requirement
23710
23711     The current MMC infrastructure relies on the existence of an
23712     arch-specific header file.  This isn't necessary, and a couple
23713     drivers were forced to implement dummy files to meet this requirement.
23714     Instead, we move the stuff in those header files into a more appropriate
23715     place, and eliminate the stubs and the #include of asm/arch/mmc.h
23716
23717     Signed-off-by: Andy Fleming <afleming@freescale.com>
23718
23719 commit abb5466ccf4ce50f412d459586f4f4b81cb73ac3
23720 Author: Andy Fleming <afleming@freescale.com>
23721 Date:   Thu Oct 30 16:21:00 2008 -0500
23722
23723     Convert mmc_init to mmc_legacy_init
23724
23725     This is to get it out of the way of incoming MMC framework
23726
23727     Signed-off-by: Andy Fleming <afleming@freescale.com>
23728
23729 commit b2e2ed0233a5ef299361abec4fbdaefb63456eff
23730 Author: Andy Fleming <afleming@freescale.com>
23731 Date:   Thu Oct 30 16:19:25 2008 -0500
23732
23733     Eliminate support for using MMC as memory
23734
23735     MMC cards are not memory, so we stop treating them that way.
23736
23737     Signed-off-by: Andy Fleming <afleming@freescale.com>
23738
23739 commit e1be0d25ecf494ae81245ca438738ba839d6329b
23740 Author: Poonam_Aggrwal-b10812 <b10812@freescale.com>
23741 Date:   Sun Jan 4 08:46:38 2009 +0530
23742
23743     32bit BUg fix for DDR2 on 8572
23744
23745     This errata fix is required for 32 bit DDR2 controller on 8572.
23746     May  also be required for P10XX20XX platforms
23747
23748     Signed-off-by: Poonam_Agarwal-b10812 <b10812@lc1106.zin33.ap.freescale.net>
23749
23750 commit e0c4fac79d4d74572ddd43f75e7189cecca8d0ad
23751 Author: Andy Fleming <afleming@freescale.com>
23752 Date:   Mon Feb 16 09:40:20 2009 -0600
23753
23754     TQM85xx: Fix a couple warnings in TQM8548 build
23755
23756     The ecm variable in sdram.c was being declared for all 8548, but only
23757     used by specific 8548 boards, so we make that variable require those
23758     specific boards, too
23759
23760     The nand code was using an index "i" into a table, and then re-using "i"
23761     to set addresses for each upm.  However, then it relied on the old value
23762     of i still being there to enable things.  Changed the second "i" to "j"
23763
23764     Signed-off-by: Andy Fleming <afleming@freescale.com>
23765
23766 commit cf07a5baece0ecfc5284cfda8a4e68eaf92782f8
23767 Author: Wolfgang Grandegger <wg@grandegger.com>
23768 Date:   Wed Feb 11 18:38:26 2009 +0100
23769
23770     MPC85xx: TQM8548: workaround for erratum DDR 19 and 20
23771
23772     This patch adds the workaround for erratum DDR20 according to MPC8548
23773     Device Errata document, Rev. 1: "CKE signal may not function correctly
23774     after assertion of HRESET". Furthermore, the bug DDR19 is fixed in
23775     processor version 2.1 and the work-around must be removed.
23776
23777     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
23778
23779 commit 080408fdc71706adcb883d22125637c54f6010b1
23780 Author: Wolfgang Grandegger <wg@grandegger.com>
23781 Date:   Wed Feb 11 18:38:25 2009 +0100
23782
23783     MPC85xx: TQM8548: use cache for AG and BE variants
23784
23785     This patch makes accesses to the system memory cachable by removing the
23786     caching-inhibited and guarded flags from the relevant TLB entries for
23787     the TQM8548_BE and TQM8548_AG modules. FYI, the Freescale MPC85* boards
23788     are configured similarly.
23789
23790     This results in a big averall performace improvement. TFTP downloads,
23791     NAND Flash accesses, kernel boots, etc. are much faster.
23792
23793     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
23794
23795 commit dc5f55d636d7bf21ba17758fac4b929ec4c059f2
23796 Author: Wolfgang Grandegger <wg@grandegger.com>
23797 Date:   Wed Feb 11 18:38:24 2009 +0100
23798
23799     MPC85xx: TQM8548_AG: add 1 GiB DDR2-SDRAM configuration
23800
23801     This patch add support for the 1 GiB DDR2-SDRAM on the TQM8548_AG
23802     module.
23803
23804     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
23805     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
23806
23807 commit 88b0e88d186479349e5a2b771e82775109e10fb4
23808 Author: Wolfgang Grandegger <wg@grandegger.com>
23809 Date:   Wed Feb 11 18:38:23 2009 +0100
23810
23811     MPC85xx: TQM8548: fix SDRAM timing for 533 MHz
23812
23813     According to new TQM8548 timing specification:
23814     Refresh Recovery: 34 -> 53 clocks
23815     CKE pulse width:  1 -> 3 cycles
23816     Window for four activities: 13 -> 14 cycles
23817
23818     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
23819     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
23820
23821 commit a865bcdac89278cac4dfc07dec8299403110499d
23822 Author: Wolfgang Grandegger <wg@grandegger.com>
23823 Date:   Wed Feb 11 18:38:22 2009 +0100
23824
23825     MPC85xx: TQM8548: add support for the TQM8548_AG module
23826
23827     The TQM8548_AG is a variant of the TQM8548 module with 1 GiB memory,
23828     CAN and without PCI/PCI-X and RTC. U-Boot can be built for this module
23829     with "$ make TQM8548_AG_config".
23830
23831     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
23832
23833 commit ad7ee5d43b0db94079d56521dabca25674f28747
23834 Author: Wolfgang Grandegger <wg@grandegger.com>
23835 Date:   Wed Feb 11 18:38:21 2009 +0100
23836
23837     MPC85xx: TQM8548: add support for the TQM8548_BE module
23838
23839     The TQM8548_BE is a variant of the TQM8548 module with NAND and CAN
23840     interface. With NAND support, the image is significantly larger and
23841     TEXT_BASE is adjusted accordingly. U-Boot can be built for this
23842     module with "$ make TQM8548_BE_config".
23843
23844     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
23845
23846 commit a318234878c346e673b2ef8dc4b14b338fe7fc2b
23847 Author: Wolfgang Grandegger <wg@grandegger.com>
23848 Date:   Wed Feb 11 18:38:20 2009 +0100
23849
23850     MPC85xx: TQM85xx: make standard PCI/PCI-X configurable
23851
23852     The TQM8548_AG module does not have the standard PCI/PCI-X interface
23853     connected but just the PCI Express interface . So far it was not
23854     possible to disable it without disabling the complete PCI interface
23855     (CONFIG_PCI) including PCI Express.
23856
23857     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
23858
23859 commit 31ca9119c3186cec579b54d2a7a2b361b4d2b7bf
23860 Author: Wolfgang Grandegger <wg@grandegger.com>
23861 Date:   Wed Feb 11 18:38:19 2009 +0100
23862
23863     MPC85xx: TQM85xx: fix flash protection for boot loader
23864
23865     As the reset vector is located at 0xfffffffc, all flash sectors from the
23866     beginning of the U-Boot binary to 0xffffffff must be protected. On the
23867     TQM8548-AG having small sectors at the end of the flash it happened that
23868     the last two sector were not protected and an "erase all" left an
23869     un-bootable system behind:
23870
23871     Bank # 2: CFI conformant FLASH (32 x 16)  Size: 32 MB in 270 Sectors
23872       AMD Standard command set, Manufacturer ID: 0xEC, Device ID: 0x257E
23873       Erase timeout: 8192 ms, write timeout: 1 ms
23874
23875       FFFA0000 E RO   FFFC0000   RO   FFFE0000   RO   FFFE4000   RO   FFFE8000   RO
23876       FFFEC000   RO   FFFF0000   RO   FFFF4000   RO   FFFF8000 E      FFFFC000
23877
23878     The same bug seems to be in drivers/mtd/cfi_flash.c:flash_init() and many
23879     board BSPs as well.
23880
23881     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
23882
23883 commit a1c8a719262151f97119e76166043ee3da3f97b2
23884 Author: Peter Tyser <ptyser@xes-inc.com>
23885 Date:   Fri Feb 6 14:30:40 2009 -0600
23886
23887     86xx: Update CPU info output on bootup
23888
23889     - Update style of 86xx CPU information on boot to more closely
23890       match 85xx boards
23891     - Fix detection of 8641/8641D
23892     - Use strmhz() to display frequencies
23893     - Display L1 information
23894     - Display L2 cache size
23895     - Fixed CPU/SVR version output
23896
23897     == Before ==
23898     Freescale PowerPC
23899     CPU:
23900         Core: E600 Core 0, Version: 0.2, (0x80040202)
23901         System: Unknown, Version: 2.1, (0x80900121)
23902         Clocks: CPU:1066 MHz, MPX: 533 MHz, DDR: 266 MHz, LBC: 133 MHz
23903         L2: Enabled
23904     Board: X-ES XPedite5170 3U VPX SBC
23905
23906     == After ==
23907     CPU:   8641D, Version: 2.1, (0x80900121)
23908     Core:  E600 Core 0, Version: 2.2, (0x80040202)
23909     Clock Configuration:
23910            CPU:1066.667 MHz, MPX:533.333 MHz
23911            DDR:266.667 MHz (533.333 MT/s data rate), LBC:133.333 MHz
23912     L1:    D-cache 32 KB enabled
23913            I-cache 32 KB enabled
23914     L2:    512 KB enabled
23915     Board: X-ES XPedite5170 3U VPX SBC
23916
23917     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
23918
23919 commit 22c00f8d7d454d77e759df58415d2d3f3d7e154c
23920 Author: Peter Tyser <ptyser@xes-inc.com>
23921 Date:   Thu Feb 5 11:25:24 2009 -0600
23922
23923     86xx: Update Global Utilities structure
23924
23925     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
23926
23927 commit 4ef630df773e45806d701bf5d25c328778bb4cde
23928 Author: Peter Tyser <ptyser@xes-inc.com>
23929 Date:   Thu Feb 5 11:25:25 2009 -0600
23930
23931     86xx: Reset update
23932
23933     Update the 86xx reset sequence to try executing a board-specific reset
23934     function.  If the board-specific reset is not implemented or does not
23935     succeed, then assert #HRESET_REQ.  Using #HRESET_REQ is a more standard
23936     reset procedure than the previous method and allows all board
23937     peripherals to be reset if needed.
23938
23939     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
23940
23941 commit edf0e2524a8c6a3e91c009c496a0aa0ae89cd8ab
23942 Author: Kumar Gala <galak@kernel.crashing.org>
23943 Date:   Tue Feb 10 23:53:40 2009 -0600
23944
23945     fsl-ddr: Allow system to boot if we have more than 4G of memory
23946
23947     Previously if we >=4G of memory and !CONFIG_PHYS_64BIT we'd report
23948     an error and hang.  Instead of doing that since DDR is mapped in the
23949     lowest priority LAWs we setup the DDR controller and the max amount
23950     of memory we report back is what we can map (CONFIG_MAX_MEM_MAPPED)
23951
23952     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23953     Acked-by: Becky Bruce <beckyb@kernel.crashing.org>
23954
23955 commit 8d949aff38cfb4388cbd73876e77bcd06d601f20
23956 Author: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
23957 Date:   Wed Jan 21 17:17:33 2009 -0600
23958
23959     mpc85xx: Add support for the P2020
23960
23961     Added various p2020 processor specific details:
23962     * SVR for p2020, p2020E
23963     * immap updates for LAWs and DDR on p2020
23964     * LAW defines related to p2020
23965
23966     Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
23967     Signed-off-by: Travis Wheatley <Travis.Wheatley@freescale.com>
23968     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23969
23970 commit cb69e4de8702e108324e1c40363f30ef6f2e2918
23971 Author: Kumar Gala <galak@kernel.crashing.org>
23972 Date:   Tue Feb 10 17:36:15 2009 -0600
23973
23974     85xx: print boot header info to distinquish 36-bit addr map on MPC8572 DS
23975
23976     Added some info that is printed out when we boot to distiquish if we
23977     built MPC8572DS_config vs MPC8572DS_36BIT_config since they have
23978     different address maps.
23979
23980     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23981
23982 commit feede8b07013b33fca8dd2a916b3ac86bf4d4c0a
23983 Author: Andy Fleming <afleming@freescale.com>
23984 Date:   Fri Dec 5 20:10:22 2008 -0600
23985
23986     Fixup SGMII PHY ids in the device tree
23987
23988     The device tree's PHY addresses need to be fixed up if we're using the
23989     SGMII Riser Card.
23990
23991     The 8572, 8536, and 8544 DS boards were modified to call this function.
23992
23993     Code idea taken from Liu Yu <yu.liu@freescale.com>
23994
23995     Signed-off-by: Andy Fleming <afleming@freescale.com>
23996
23997 commit 5dc0cf68f8f101042997d75188081d8526d705ea
23998 Author: Andy Fleming <afleming@freescale.com>
23999 Date:   Wed Feb 11 15:10:31 2009 -0600
24000
24001     Make some minor whitespace changes to eliminate line-wrapping
24002
24003     Signed-off-by: Andy Fleming <afleming@freescale.com>
24004
24005 commit 9e56986a2b74d197f51eca70fad7b836b1900c4d
24006 Author: Andy Fleming <afleming@freescale.com>
24007 Date:   Wed Feb 11 15:07:24 2009 -0600
24008
24009     Add eth_get_dev_by_index
24010
24011     This allows code to iterate through the ethernet devices
24012
24013     Signed-off-by: Andy Fleming <afleming@freescale.com>
24014
24015 commit b67305120aaf268a6140125346678166d14f1f47
24016 Author: Kumar Gala <galak@kernel.crashing.org>
24017 Date:   Mon Feb 9 22:03:04 2009 -0600
24018
24019     85xx: Fix bug in device tree setup in 36-bit physical confg
24020
24021     In the 36-bit physical config for MPC8572DS when need the start address
24022     of memory and it size to be kept in phys_*_t instead of a ulong since
24023     we support >4G of memory in the config and ulong cant represent that.
24024     Otherwise we end up seeing the memory node in the device tree reporting
24025     back we have memory starting @ 0 and of size 0.
24026
24027     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24028
24029 commit ad97dce18445ff05bf326094e691a01aa95aa8dc
24030 Author: Kumar Gala <galak@kernel.crashing.org>
24031 Date:   Mon Feb 9 22:03:05 2009 -0600
24032
24033     85xx: Fix address map for 36-bit config of MPC8572DS
24034
24035     When we introduced the 36-bit config of the MPC8572DS board we had the
24036     wrong PCI MEM bus address map.  Additionally, the change to the address
24037     map exposes a small issue in our dummy read on the ULI bus.  We need
24038     to use the new mapping functions to handle that read properly in the
24039     36-bit config.
24040
24041     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24042
24043 commit f8523cb0815b2d3d2d780b7d49ca614105555f58
24044 Author: Kumar Gala <galak@kernel.crashing.org>
24045 Date:   Fri Feb 6 09:56:35 2009 -0600
24046
24047     85xx: Fix how we map DDR memory
24048
24049     Previously we only allowed power-of-two memory sizes and didnt
24050     handle >2G of memory.  Now we will map up to CONFIG_MAX_MEM_MAPPED
24051     and should properly handle any size that we can make in the TLBs
24052     we have available to us
24053
24054     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24055
24056 commit 1542fbdeec0d1e2a6df13189df8dcb1ce8802be3
24057 Author: Kumar Gala <galak@kernel.crashing.org>
24058 Date:   Fri Feb 6 09:56:34 2009 -0600
24059
24060     fsl-ddr: ignore memctl_intlv_ctl setting if only one DDR controller
24061
24062     If we only have one controller we can completely ignore how
24063     memctl_intlv_ctl is set.  Otherwise other levels of code get confused
24064     and think we have twice as much memory.
24065
24066     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24067
24068 commit b29dee3c906e9daaf6baf7772d2e15e26b8636b8
24069 Author: Kumar Gala <galak@kernel.crashing.org>
24070 Date:   Wed Feb 4 09:35:57 2009 -0600
24071
24072     85xx: Format cpu freq printing to handle 8 cores
24073
24074     Only print 4 cpu freq per line.  This way when we have 8 cores its a
24075     bit more readable.
24076
24077     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24078
24079 commit 9704f9caf53f5cae547d8c5e1ae94aa4e57b160f
24080 Author: Abraham, Thomas <t-abraham@ti.com>
24081 Date:   Tue Oct 28 16:51:31 2008 +0530
24082
24083     USB: Remove LUN number from CDB
24084
24085     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.
24086
24087     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
24088     Signed-off-by: Remy Bohmer <linux@bohmer.net>
24089
24090 commit f3c0de636252f3a18654c8f9c6370a9574a7e755
24091 Author: Atin Malaviya <atin.malaviya@gmail.com>
24092 Date:   Tue Feb 3 15:17:10 2009 -0500
24093
24094     Added usbtty_configured() check. Fixed attribute(packed) warnings.
24095
24096     V3: Fixed line-wrap problem due to user error in mail!
24097
24098     Added usb_configured() checks in usbtty_puts() and usbtty_putc() to get around a hang
24099     when usb is not connected and the user has set up multi-io (setenv stdout serial,usbtty etc).
24100     Got rid of redundant __attribute__((packed)) directives that were causing warnings from gcc.
24101
24102     Signed-off-by: Atin Malaviya <atin.malaviya@gmail.com>
24103     Signed-off-by: Remy Bohmer <linux@bohmer.net>
24104
24105 commit e7de18afe8ecf96a51ef981d06066eeb6b1254e7
24106 Author: Guennadi Liakhovetski <lg@denx.de>
24107 Date:   Fri Feb 13 09:23:36 2009 +0100
24108
24109     i.MX31: Start the I2C clock on driver initialisation
24110
24111     i.MX31 powers on with most clocks running, so, after a power on this explicit
24112     clock start up is not required. However, as Linux boots it disables most clocks
24113     to save power. This includes the I2C clock. If we then soft reboot from Linux
24114     the I2C clock stays off. This breaks the phycore, which has its environment in
24115     I2C EEPROM. Fix the problem by explicitly starting the clock in I2C driver
24116     initialisation routine.
24117
24118     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
24119     Ack-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24120
24121 commit 15208ac9eae1c340c4bc11f70cbf5c9da78a57ba
24122 Author: Mike Frysinger <vapier@gentoo.org>
24123 Date:   Wed Feb 11 20:36:14 2009 -0500
24124
24125     i2c.h: drop i2c_reg_{read, write} hack for Blackfin parts
24126
24127     The Blackfin i2c driver has been rewritten thus the special ifdefs in the
24128     common code are no longer needed.
24129
24130     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24131
24132 commit c2d9befa0b4695b89476fb5d259742c09afe243f
24133 Author: Heiko Schocher <hs@denx.de>
24134 Date:   Thu Feb 12 08:08:54 2009 +0100
24135
24136     82xx, mgcoge: fix compile error
24137
24138     With actual u-boot compiling the mgcoge port fails, because
24139     since commit ba705b5b1a97b47388ed48858bef6bf7b6bfcd56 it is
24140     necessary to define CONFIG_NET_MULTI.
24141
24142     Seems to me the mgcoge port is the only actual existing 8260
24143     port who uses CONFIG_ETHER_ON_SCC, so no other 8260 port needed
24144     to be fixed.
24145
24146     Signed-off-by: Heiko Schocher <hs@denx.de>
24147
24148 commit 9cacf4fc4035eabe9d9ae2a9a188c51a8027c91e
24149 Author: Dirk Eibach <eibach@gdsys.de>
24150 Date:   Mon Feb 9 08:18:34 2009 +0100
24151
24152     ppc4xx: Add README entry for CONFIG_PCI_DISABLE_PCIE
24153
24154     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
24155     Signed-off-by: Stefan Roese <sr@denx.de>
24156
24157 commit 7369f0e384e2a831be13a7773a58242c9173fa9c
24158 Author: Carolyn Smith <carolyn.smith@tektronix.com>
24159 Date:   Thu Feb 12 06:13:44 2009 +0100
24160
24161     ppc4xx: Fix initialization of the SDRAM_CODT register
24162
24163     This fixes the initialization of the SDRAM_CODT register in the ppc4xx DDR2
24164     initialization code. It also removes use of the SDRAM_CODT_FEEDBACK_RCV_SINGLE_END
24165     and SDRAM_CODT_FEEDBACK_DRV_SINGLE_END #define's since they are reserved bits.
24166
24167     Signed-off-by: Carolyn Smith <carolyn.smith@tektronix.com>
24168     Signed-off-by: Stefan Roese <sr@denx.de>
24169
24170 commit cef0efaf2fa55d1f25066cfb02bd984c27f9ca31
24171 Author: Stefan Roese <sr@denx.de>
24172 Date:   Wed Feb 11 09:29:33 2009 +0100
24173
24174     ppc4xx: Fix problem with board_eth_init() vs cpu_eth_init() on AMCC boards
24175
24176     Some AMCC eval boards do have a board_eth_init() function calling
24177     pci_eth_init(). These boards need to call cpu_eth_init() explicitly now
24178     with the new eth_init rework.
24179
24180     Signed-off-by: Stefan Roese <sr@denx.de>
24181
24182 commit c645012aefebb301e6907d148c6c8efacac049d4
24183 Author: Adam Graham <agraham@amcc.com>
24184 Date:   Mon Feb 9 13:18:12 2009 -0800
24185
24186     ppc4xx: Autocalibration can set RDCC to over aggressive value.
24187
24188     The criteria of the AMCC SDRAM Controller DDR autocalibration
24189     U-Boot code is to pick the largest passing write/read/compare
24190     window that also has the smallest SDRAM_RDCC.[RDSS] Read Sample
24191     Cycle Select value.
24192
24193     On some Kilauea boards the DDR autocalibration algorithm can
24194     find a large passing write/read/compare window with a small
24195     SDRAM_RDCC.[RDSS] aggressive value of Read Sample Cycle Select
24196     value "T1 Sample".
24197
24198     This SDRAM_RDCC.[RDSS] Read Sample Cycle Select value of
24199     "T1 Sample" proves to be to aggressive when later on U-Boot
24200     relocates into DDR memory and executes.
24201
24202     The memory traces on the Kilauea board are short so on some
24203     Kilauea boards the SDRAM_RDCC.[RDSS] Read Sample Cycle Select
24204     value of "T1 Sample" shows up as a potentially valid value for
24205     the DDR autocalibratiion algorithm.
24206
24207     The fix is to define a weak default function which provides
24208     the minimum SDRAM_RDCC.[RDSS] Read Sample Cycle Select value
24209     to accept for DDR autocalibration.  The default will be the
24210     "T2 Sample" value.  A board developer who has a well defined
24211     board and chooses to be more aggressive can always provide
24212     their own board specific string function with the more
24213     aggressive "T1 Sample" value or stick with the default
24214     minimum SDRAM_RDCC.[RDSS] value of "T2".
24215
24216     Also put in a autocalibration loop fix for case where current
24217     write/read/compare passing window size is the same as a prior
24218     window size, then in this case choose the write/read/compare
24219     result that has the associated smallest RDCC T-Sample value.
24220
24221     Signed-off-by: Adam Graham <agraham@amcc.com>
24222     Signed-off-by: Stefan Roese <sr@denx.de>
24223
24224 commit 2ede879fcb67470524847bb4fc8972651bb46184
24225 Author: Stefan Roese <sr@denx.de>
24226 Date:   Wed Feb 11 09:37:12 2009 +0100
24227
24228     ppc4xx: Fix problem with CONFIG_MAX_MEM_MAPPED in include/asm-ppc/config.h
24229
24230     CONFIG_SDRAM_PPC4xx_IBM_DDR2 is not set when include/asm-ppc/config.h is
24231     included. So for katmai, CONFIG_MAX_MEM_MAPPED will get set to 256MB.
24232
24233     It makes perfect sense to set CONFIG_MAX_MEM_MAPPED to 2GB for all PPC4xx
24234     boards right now.
24235
24236     Signed-off-by: Stefan Roese <sr@denx.de>
24237
24238 commit f15c6515fc23f83c51f3de272ca23d86b80e81b1
24239 Author: Wolfgang Denk <wd@denx.de>
24240 Date:   Thu Feb 12 00:08:39 2009 +0100
24241
24242     Coding style cleanup; update CHANGELOG
24243
24244     Signed-off-by: Wolfgang Denk <wd@denx.de>
24245
24246 commit 5fc56b907d993260b9ebdb137af66fe69635ae9e
24247 Author: Peter Tyser <ptyser@xes-inc.com>
24248 Date:   Fri Jan 30 16:36:40 2009 -0600
24249
24250     Add feature-removal-schedule.txt
24251
24252     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
24253
24254 commit 255d28e1642e8fc32a6753226be1a96b481ce111
24255 Author: Heiko Schocher <hs@denx.de>
24256 Date:   Tue Feb 10 09:32:38 2009 +0100
24257
24258     8xx serial, smc: Coding-Style cleanup serial SMC driver
24259
24260     Signed-off-by: Heiko Schocher <hs@denx.de>
24261
24262 commit 2b3f12c214346508cae3f1245808c1ca54c81fdd
24263 Author: Heiko Schocher <hs@denx.de>
24264 Date:   Tue Feb 10 09:31:47 2009 +0100
24265
24266     8xx serial, smc: add configurable SMC Rx buffer len
24267
24268     This patch adds the configuration option CONFIG_SYS_SMC_RXBUFLEN.
24269     With this option it is possible to allow the receive
24270     buffer for the SMC on 8xx to be greater then 1. In case
24271     CONFIG_SYS_SMC_RXBUFLEN == 1 this driver works as the
24272     old version.
24273
24274     When defining CONFIG_SYS_SMC_RXBUFLEN also
24275     CONFIG_SYS_MAXIDLE must be defined to setup the maximum
24276     idle timeout for the SMC.
24277
24278     Signed-off-by: Heiko Schocher <hs@denx.de>
24279
24280 commit e915f8bb73d74178bc21d3a457959883b1afd1c0
24281 Author: Mike Frysinger <vapier@gentoo.org>
24282 Date:   Thu Feb 5 21:04:36 2009 -0500
24283
24284     common/{hush, kgdb, serial}.c: build by COBJS-$(...) in Makefile
24285
24286     Move global '#ifdef CONFIG_xxx .... #endif' out of the .c files and into
24287     the COBJS-$(CONFIG_xxx) in the Makefile.  Also delete unused var in kgdb
24288     code in the process.
24289
24290     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24291
24292 commit ab76e9848a1f4db64d14233741d739a3b3360c93
24293 Author: Mike Frysinger <vapier@gentoo.org>
24294 Date:   Thu Feb 5 21:04:50 2009 -0500
24295
24296     bzip2: move ifdef handling to Makefile COBJS-$(...)
24297
24298     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24299
24300 commit ae0b05df04e1cc65c5ad19ccd362f4be82df7316
24301 Author: Jerry Van Baren <gvb.uboot@gmail.com>
24302 Date:   Thu Feb 5 22:18:02 2009 -0500
24303
24304     Fix whitespace damage: double space changed to a tab
24305
24306     At some point an intentional double space at the end of the sentence
24307     got changed into a tab in the GPL header line:
24308      * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
24309
24310     This patch fixes the damage.
24311
24312     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
24313
24314 commit 4f975678de995b55749d5e84590c268972a7c835
24315 Author: Heiko Schocher <hs@denx.de>
24316 Date:   Tue Feb 10 09:53:29 2009 +0100
24317
24318     cfi: make flash_get_info() non static
24319
24320     If on your board is more than one flash, you must know
24321     the size of every single flash, for example, for updating
24322     the DTS before booting Linux. So make this function
24323     flash_get_info() extern, and you can have all info
24324     about your flashes.
24325
24326     Signed-off-by: Heiko Schocher <hs@denx.de>
24327     Signed-off-by: Stefan Roese <sr@denx.de>
24328
24329 commit 86321fc1128c93a10ac4afb9d317b0df8ece0f9e
24330 Author: Ben Warren <biggerbadderben@gmail.com>
24331 Date:   Thu Feb 5 23:58:25 2009 -0800
24332
24333     net: removed board-specific CONFIGs from MPC5xxx FEC driver
24334
24335     Added new CONFIG options for the three type of MAC-PHY interconnect and
24336     applied them all relevant board config files
24337
24338     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
24339
24340 commit 638ed3e296e70fab286d157b7adedaaa4a09a474
24341 Author: Mike Frysinger <vapier@gentoo.org>
24342 Date:   Thu Feb 5 21:04:47 2009 -0500
24343
24344     net/sntp.c: move ifdef into Makefile COBJS-$(...)
24345
24346     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24347     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
24348
24349 commit 9e5be8214ba751436e57c3be044bf6dccb9a6687
24350 Author: Andy Fleming <afleming@freescale.com>
24351 Date:   Tue Feb 3 18:26:41 2009 -0600
24352
24353     tsec: Fix a bug in soft-resetting
24354
24355     SOFT_RESET must be asserted for at least 3 TX clocks.  Usually, that's about 30
24356     clock cycles, so it's been mostly working.  But we had no guarantee, and at
24357     slower bitrates, it's just over a microsecond (over 1000 clock cycles).  This
24358     enforces a 2 microsecond gap between assertion and deassertion.
24359
24360     Signed-off-by: Andy Fleming <afleming@freescale.com>
24361     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
24362
24363 commit 09fcc8b5d86903b76e7e4d1d879d6f4bca25c27b
24364 Author: Simon Munton <simon@nidoran.m5data.com>
24365 Date:   Mon Feb 2 09:44:08 2009 +0000
24366
24367     Fix 100Mbs ethernet operation on sh7763 based boards
24368
24369     100Mbs ethernet does not work on sh7763 chips due to the wrong value being
24370     used in the GECMR register. Following diff fixes the problem
24371
24372     Signed-off-by: Simon Munton <simon@nidoran.m5data.com>
24373     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
24374
24375 commit 2bc2a8f6dc9fdda465317da59474e65c24a398a2
24376 Author: ksi@koi8.net <ksi@koi8.net>
24377 Date:   Fri Feb 6 16:27:55 2009 -0800
24378
24379     Fix MPC8260 with ethernet on SCC
24380
24381     This fixes MPC8260 compilation with ethernet on SCC. Probably was a
24382     typo or something...
24383
24384     Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
24385     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
24386
24387 commit ae5d8f613cec1a6af7bf1fc9c42a3b856f021023
24388 Author: Heiko Schocher <hs@denx.de>
24389 Date:   Fri Jan 30 12:56:15 2009 +0100
24390
24391     82xx serial, smc: Coding-Style cleanup serial SMC driver
24392
24393     Signed-off-by: Heiko Schocher <hs@denx.de>
24394
24395 commit c92fac91a06c60f874c605e3ca80dd407c1caaa7
24396 Author: Heiko Schocher <hs@denx.de>
24397 Date:   Fri Jan 30 12:55:38 2009 +0100
24398
24399     82xx serial, smc: add configurable SMC Rx buffer len
24400
24401     This patch adds the configuration option CONFIG_SYS_SMC_RXBUFLEN.
24402     With this option it is possible to allow the receive
24403     buffer for the SMC on 82xx to be greater then 1. In case
24404     CONFIG_SYS_SMC_RXBUFLEN == 1 this driver works as the
24405     old version.
24406
24407     When defining CONFIG_SYS_SMC_RXBUFLEN also
24408     CONFIG_SYS_MAXIDLE must be defined to setup the maximum
24409     idle timeout for the SMC.
24410
24411     Signed-off-by: Heiko Schocher <hs@denx.de>
24412
24413 commit bced7ccefa08512c54a6d146658ff7dbc33d5dfe
24414 Author: Kumar Gala <galak@kernel.crashing.org>
24415 Date:   Fri Feb 6 08:08:06 2009 -0600
24416
24417     ppc: Fix roll over bug in flush_cache()
24418
24419     If we call flush_cache(0xfffff000, 0x1000) it would never
24420     terminate the loop since end = 0xffffffff and we'd roll over
24421     our counter from 0xfffffe0 to 0 (assuming a 32-byte cache line)
24422
24423     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24424
24425 commit 87c9063963561d3d01064be34d0c30855a56587b
24426 Author: Kumar Gala <galak@kernel.crashing.org>
24427 Date:   Thu Feb 5 20:40:58 2009 -0600
24428
24429     ppc: Move CONFIG_MAX_MEM_MAPPED to common config.h
24430
24431     Moved CONFIG_MAX_MEM_MAPPED to the asm/config.h so its kept consistent
24432     between the two current users (lib_ppc/board.c, 44x SPD DDR2).
24433
24434     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24435     Acked-by: Stefan Roese <sr@denx.de>
24436
24437 commit 47d41cc3a11a03c6d56146d056145df73f47eb50
24438 Author: Kumar Gala <galak@kernel.crashing.org>
24439 Date:   Thu Feb 5 20:40:57 2009 -0600
24440
24441     Add an architecture specific config.h for common defines
24442
24443     We have common defines that we duplicate in various ways.  Having an
24444     arch specific config.h gives us a common location for those defines.
24445
24446     Eventually we should be able to replace this when we have proper
24447     Kconfig support.
24448
24449     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24450
24451 commit 4c78d4a6c01621721b732418e1c6da684a56bbb1
24452 Author: Becky Bruce <beckyb@kernel.crashing.org>
24453 Date:   Tue Feb 3 18:10:56 2009 -0600
24454
24455     mpc8641hpcn: Change PCI MEM pci bus address
24456
24457     Now that the rest of u-boot can support it, change the PCI bus
24458     address of the PCI MEM regions from 0x80000000 to 0xc0000000,
24459     and use the same bus address for both PCI1 and PCI2.  This will
24460     maximize the amount of PCI address space left over to map RAM
24461     on systems with large amounts of memory.
24462
24463     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
24464
24465 commit 1785dbeed43599eed1d8875673c96912cd770141
24466 Author: Becky Bruce <beckyb@kernel.crashing.org>
24467 Date:   Tue Feb 3 18:10:55 2009 -0600
24468
24469     drivers/block/ahci: Fix pci mapping bug
24470
24471     The code assumes that the pci bus address and the virtual
24472     address used to access a region are the same, but they might
24473     not be.  Fix this assumption.
24474
24475     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
24476
24477 commit d591a80e74091e7a0658d165721e6c7de2ef0bcd
24478 Author: Becky Bruce <beckyb@kernel.crashing.org>
24479 Date:   Tue Feb 3 18:10:54 2009 -0600
24480
24481     MPC8641HPCN: Enable CONFIG_ADDR_MAP
24482
24483     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
24484
24485 commit 49f46f3bf08aaf7b1db131a1082f1e603bb7a94b
24486 Author: Becky Bruce <beckyb@kernel.crashing.org>
24487 Date:   Tue Feb 3 18:10:53 2009 -0600
24488
24489     mpc8641hpcn: Clean up PCI mapping concepts
24490
24491     Clean up PCI mapping concepts in the 8641 config - rename _BASE
24492     to _BUS, as it's actually a PCI bus address, separate virtual
24493     and physical addresses into _VIRT and _PHYS, and use each
24494     appopriately.
24495
24496     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
24497
24498 commit c9315e6b4f244981de0b2eaaa29a7838a165b494
24499 Author: Becky Bruce <beckyb@kernel.crashing.org>
24500 Date:   Tue Feb 3 18:10:52 2009 -0600
24501
24502     mpc86xx: Add support to populate addr map based on BATs
24503
24504     If CONFIG_ADDR_MAP is enabled, update the address map
24505     whenever we write a bat.
24506
24507     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
24508
24509 commit d35ae5a938679bd7e18167faf79d0fb3c6639b51
24510 Author: Becky Bruce <beckyb@kernel.crashing.org>
24511 Date:   Tue Feb 3 18:10:51 2009 -0600
24512
24513     powerpc: Move duplicated BAT defines to mmu.h
24514
24515     The BAT fields are architected; there's no need for these to be in
24516     cpu-specific files.  Drop the duplication and move these to
24517     include/asm-ppc/mmu.h.  Also, remove the BL_xxx defines that were only
24518     used by the alaska board, and switch to using the BATU_BL_xxx defines
24519     used by all the other boards.  The BL_ defines previously in use
24520     had to be shifted into the proper position for use, which was inefficient.
24521
24522     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
24523
24524 commit 6e61fae4d360a1380b63e7d007b31477e366bcce
24525 Author: Becky Bruce <beckyb@kernel.crashing.org>
24526 Date:   Tue Feb 3 18:10:50 2009 -0600
24527
24528     drivers/pci: Create pci_map_bar function
24529
24530     It is no longer always true that the pci bus address can be
24531     used as the virtual address for pci accesses.  pci_map_bar()
24532     is created to return the virtual address for a pci region.
24533
24534     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
24535
24536 commit 2ecca3401775b125c3b9ff65766befb23989414b
24537 Author: Becky Bruce <beckyb@kernel.crashing.org>
24538 Date:   Tue Feb 3 18:10:49 2009 -0600
24539
24540     mpc8641hpcn: Set up outbound pci windows before inbound
24541
24542     Because the inbound pci windows are mapped generously, set up
24543     the more specific outbound windows first.  This way, when we
24544     search the pci regions for something, we will hit on the more
24545     specific region.  This can actually be a problem on systems
24546     with large amounts of RAM.
24547
24548     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
24549
24550 commit b81b773ead0687114dc8a800f99ea6e504447739
24551 Author: Becky Bruce <beckyb@kernel.crashing.org>
24552 Date:   Mon Feb 2 16:34:52 2009 -0600
24553
24554     mpc8641hpcn: Use physical address in flash banks defintion
24555
24556     If the VA and PA of the flash aren't the same, the banks list
24557     should be initialized to hold the physical address.  Correct this.
24558
24559     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
24560
24561 commit 0d19f6c8cbe71b9e6d8c6bd6742ed2551e918870
24562 Author: Ilya Yanok <yanok@emcraft.com>
24563 Date:   Tue Feb 10 00:22:31 2009 +0100
24564
24565     qong: support for Dave/DENX QongEVB-LITE board
24566
24567     This patch adds support for Dave/DENX QongEVB-LITE i.MX31-based board.
24568
24569     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
24570     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24571
24572 commit 62cbc408f52fc9a5eb849e0b882c504780c9d183
24573 Author: Ilya Yanok <yanok@emcraft.com>
24574 Date:   Mon Feb 9 18:45:28 2009 +0100
24575
24576     dnet: driver for Dave DNET ethernet controller
24577
24578     Driver for Dave DNET ethernet controller (used on Dave/DENX
24579     QongEVB-LITE board).
24580
24581     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
24582     Acked-by: Ben Warren <biggerbadderben@gmail.com>
24583
24584 commit 2d43e873a29ca4959ba6a30fc7fb396d3fd0dccf
24585 Author: Kumar Gala <galak@kernel.crashing.org>
24586 Date:   Fri Feb 6 09:49:32 2009 -0600
24587
24588     pci: give preference to non-PCI_REGION_SYS_MEMORY regions when matching
24589
24590     When we search for an address match in pci_hose_{phys_to_bus,bus_to_phys}
24591     we should give preference to memory regions that aren't system memory.
24592
24593     Its possible that we have over mapped system memory in the regions and
24594     we want to avoid depending on the order of the regions.
24595
24596     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24597
24598 commit ff4e66e93c1ad47644be3b4ffd6a46e1ce9b6612
24599 Author: Kumar Gala <galak@kernel.crashing.org>
24600 Date:   Fri Feb 6 09:49:31 2009 -0600
24601
24602     pci: Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY for clarity
24603
24604     The PCI_REGION_MEMORY and PCI_REGION_MEM are a bit to similar and
24605     can be confusing when reading the code.
24606
24607     Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY to clarify its used
24608     for system memory mapping purposes.
24609
24610     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24611
24612 commit 54dc517328709c204a9cbf7a253d9f8e6c4b26ec
24613 Author: Ilya Yanok <yanok@emcraft.com>
24614 Date:   Sun Feb 8 00:59:43 2009 +0300
24615
24616     mx31: add GPIO registers definitions
24617
24618     Added definitions for i.MX31 processor GPIO registers.
24619
24620     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
24621
24622 commit 8da601280a8acbc3385784780ed35130e53812f1
24623 Author: Peter Tyser <ptyser@xes-inc.com>
24624 Date:   Wed Feb 4 13:47:22 2009 -0600
24625
24626     NAND: Add timeout for reset command
24627
24628     Without the timeout present an infinite loop can occur if the
24629     NAND device is broken or not present.
24630
24631     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
24632     Signed-off-by: Scott Wood <scottwood@freescale.com>
24633
24634 commit 10dc6a9bef73d7d4cb25b3fde27ee91f8484b126
24635 Author: Peter Tyser <ptyser@xes-inc.com>
24636 Date:   Wed Feb 4 13:39:40 2009 -0600
24637
24638     NAND: Silence warning when CONFIG_SYS_NAND_QUIET_TEST
24639
24640     Commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b removed support
24641     for disabling the "No NAND device found!!!" warning when
24642     CONFIG_SYS_NAND_QUIET_TEST was defined.  This re-adds support
24643     for silencing the warning.
24644
24645     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
24646     Signed-off-by: Scott Wood <scottwood@freescale.com>
24647
24648 commit ad09ab2e3ac28f304372eceb4a5cb4d24e102a13
24649 Author: Valeriy Glushkov <gvv@lstec.com>
24650 Date:   Mon Jan 19 16:32:59 2009 +0200
24651
24652     NAND: Fixed invalid pointers to static relocated chip names
24653
24654     Dear Wolfgang,
24655
24656     You are right, the patch was ugly.
24657     The new one seems to be better.
24658
24659     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
24660     Signed-off-by: Scott Wood <scottwood@freescale.com>
24661
24662 commit e7deec1bf6fa3b3a21cd8d14fe2a909a42efc9d8
24663 Author: Nishanth Menon <nm@ti.com>
24664 Date:   Mon Feb 2 18:20:12 2009 -0600
24665
24666     ARM:OMAP3:Zoom1: Add nand unlock option
24667
24668     Enable NAND_UNLOCK option for unlocking nand for
24669     erase/write operations
24670
24671     Signed-off-by: Nishanth Menon <nm@ti.com>
24672
24673 commit 5a9427dc9b8438759db3f67a1e547062f76eb18d
24674 Author: derek@siconix.com <derek@siconix.com>
24675 Date:   Mon Jan 26 14:08:17 2009 -0700
24676
24677     env_nand: fix env memory release
24678
24679     This fixes a bug that tmp environment memory not being released.
24680
24681     Signed-off-by: Derek Ou <dou@siconix.com>
24682     Signed-off-by: Scott Wood <scottwood@freescale.com>
24683
24684 commit 05fd88776419df59e7f37bac063a209409dd801d
24685 Author: Guennadi Liakhovetski <lg@denx.de>
24686 Date:   Fri Feb 6 10:37:45 2009 +0100
24687
24688     ARM: remove unused variable
24689
24690     The "size" variable in start_armboot() in lib_arm/board.c is only really
24691     used in "#ifndef CONFIG_SYS_NO_FLASH" case, and even there it can be
24692     eliminated (thanks to Jean-Christophe PLAGNIOL-VILLARD for a suggestion.)
24693
24694     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
24695
24696 commit 6989e4f546d960a407dd5425f800dff9751c8132
24697 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
24698 Date:   Thu Feb 5 09:33:50 2009 -0500
24699
24700     Coldfire: M527x: Add missing GPIO register address defines
24701
24702     Add missing GPIO registers address definition for Coldfire M5271.
24703
24704     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
24705
24706 commit c4ff77f5e6c3a01610ce97434c0d59acb1476f95
24707 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
24708 Date:   Fri Jan 23 14:42:58 2009 -0500
24709
24710     Coldfire: mcfmii: Allow non-autonegotiating PHYs to use mii command
24711
24712     Modified mii_init to support boards with PHYs that are not set to
24713     autonegotiate, but still want to use u-boot's mii commands to probe
24714     the smi bus. Such PHYs will not set the Autonegotiate-done bit.
24715
24716     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
24717
24718 commit 92d3e6e0ffcbb7224c83104f8d87b5b4bf39a38f
24719 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
24720 Date:   Fri Jan 23 11:44:30 2009 -0500
24721
24722     Coldfire: Applied baudrate formula of serial_init to serial_setbrg
24723
24724     Applied the patch for baudrate divider value truncation for
24725     serial_init to serial_setbrg as well.
24726
24727     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
24728
24729 commit 8706ef378f2db1ef65b9c2f909561f23e3dc2148
24730 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
24731 Date:   Fri Jan 23 14:07:05 2009 -0500
24732
24733     Coldfire: M5271EVB: Board header update (dependencies)
24734
24735     Cleanup for M5271EVB:
24736     Added clarification on the use of CONFIG_SYS_CLOCK.
24737     Modified to use u-boot's HUSH parser.
24738     Cleanup on environment settings.
24739     Removed compiler warning by defining CONFIG_SYS_CS0_*
24740
24741     Dependencies:
24742     Added the use of CONFIG_SYS_MCF_SYNCR for clock multiplier.
24743     This depends on a patch to include/asm-m68k/m5271.h
24744     that defines the multiplier and divider ratios.
24745
24746     Removed the definition of CONFIG_SYS_FECI2C.
24747     This depends on a patch that removes the use of it in
24748     cpu/mcf52x2/cpu_init.c
24749
24750     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
24751
24752 commit e0db344fabfeb4f9649846f94838f51172f6a1f6
24753 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
24754 Date:   Thu Jan 29 14:36:06 2009 -0500
24755
24756     Coldfire: M5271: Allow board header file to specify clock multiplier
24757
24758     M5271 dynamic clock multiplier. It is currently fixed at 100MHz.
24759
24760     Allow the board header file to set their own multiplier and divider.
24761     Added the #define for the multiplier and divider to the cpu header file.
24762
24763     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
24764
24765 commit d1ef25dd81c79dcfad5c2ff0162b1bea21d04bc3
24766 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
24767 Date:   Fri Jan 23 10:47:13 2009 -0500
24768
24769     Coldfire: M5271EVB: Remove usage of CONFIG_SYS_FECI2C
24770
24771     Discontinue the use of CONFIG_SYS_FECI2C (only used by M5271EVB).
24772     Use read-modify-write to activate the FEC pins without disabling I2C.
24773
24774     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
24775
24776 commit ee73cc59ab904976af3c33b454fc84f78618b2d1
24777 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
24778 Date:   Fri Jan 23 09:45:34 2009 -0500
24779
24780     Coldfire: cmd_bdinfo cleanup
24781
24782     CONFIG_M68K bdinfo cleanup:
24783
24784     Fixed compiler warning about baudrate printing.
24785     format '%d' expects type 'int', but argument 2 has type 'long unsigned int'.
24786
24787     Added printing of "cpufreq"
24788
24789     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
24790
24791 commit 4ffc39050aa46ed8a3d29732293dff769e54fffa
24792 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
24793 Date:   Fri Jan 23 09:27:00 2009 -0500
24794
24795     Coldfire: Fix half-baud UART by adding M5271 to Coldfire v2 core list
24796
24797     Added the CONFIG_M5271 to the list of Coldfire V2 processor. This
24798     was causing the bus clock (not CPU clock) to be declared twice as
24799     fast as it actually is. This causes UARTS to operate at half the
24800     specified baudrate.
24801
24802     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
24803
24804 commit 59d1bda7f92c8a28c3aba94e48063749d425949f
24805 Author: Dirk Eibach <eibach@gdsys.de>
24806 Date:   Tue Feb 3 15:15:21 2009 +0100
24807
24808     ppc4xx: Make PCIE support selectable
24809
24810     On some platforms PCIE support is not required, but would be included
24811     because the cpu supports it. To reduce fooprint it is now configurable
24812     via CONFIG_PCI_DISABLE_PCIE.
24813
24814     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
24815     Signed-off-by: Stefan Roese <sr@denx.de>
24816
24817 commit b129eff5ede394cc1faeb6dbf6a987e91abce552
24818 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
24819 Date:   Tue Feb 3 22:13:16 2009 +0100
24820
24821     ppc4xx: Only fixup opb attached UARTs
24822
24823     This patch updates the fdt UART clock fixup code to
24824     only touch CPU internal UARTs on 4xx systems.
24825     Only these UARTs are definitely clocked by gd->uart_clk.
24826
24827     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
24828     Signed-off-by: Stefan Roese <sr@denx.de>
24829
24830 commit 4b7e3d045cc82f7f7b6f3a19b54a814da36ac52c
24831 Author: Mike Frysinger <vapier@gentoo.org>
24832 Date:   Tue Jan 13 11:00:29 2009 -0500
24833
24834     Blackfin: move default boot SPI CS to common code
24835
24836     Move the default SPI CS that we boot from into common code so that it can
24837     be used in other SPI drivers and environment settings.
24838
24839     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24840
24841 commit f790ef6ff12381cb0e43de54fb2b0f1204ad8ed6
24842 Author: Mike Frysinger <vapier@gentoo.org>
24843 Date:   Wed Dec 10 12:33:54 2008 -0500
24844
24845     Blackfin: dynamically update UART speed when initializing
24846
24847     Previously, booting over the UART required the baud rate to be known ahead
24848     of time.  Using a bit of tricky simple math, we can calculate the new board
24849     rate based on the old divisors.
24850
24851     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24852     Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
24853
24854 commit 97f265f14f23050f3cb997f617f3a6917b843ea2
24855 Author: Mike Frysinger <vapier@gentoo.org>
24856 Date:   Tue Dec 9 17:21:08 2008 -0500
24857
24858     Blackfin: add support for fast SPI reads with Boot ROM
24859
24860     Newer Blackfin boot roms support using the fast SPI read command rather than
24861     just the slow one.  If the functionality is available, then use it.
24862
24863     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24864
24865 commit 67619982bfc5cd62710a48e3cbffc304cb78c341
24866 Author: Mike Frysinger <vapier@gentoo.org>
24867 Date:   Sat Oct 11 21:46:52 2008 -0400
24868
24869     Blackfin: check for reserved settings in DDR MMRs
24870
24871     Some bits of the DDR MMRs should not be set.  If they do, bad things may
24872     happen (like random failures or hardware destruction).
24873
24874     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24875
24876 commit 622a8dc0958dd599743348ea94eb10b9d0be8ae6
24877 Author: Mike Frysinger <vapier@gentoo.org>
24878 Date:   Sat Oct 11 21:54:00 2008 -0400
24879
24880     Blackfin: set default voltage levels for BF538/BF539 parts
24881
24882     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24883
24884 commit 09dc6b0bbd1d5e39cdddeebc059f9a75630e4f6f
24885 Author: Mike Frysinger <vapier@gentoo.org>
24886 Date:   Sun Jun 1 01:29:57 2008 -0400
24887
24888     Blackfin: use on-chip syscontrol() rom function when available
24889
24890     Newer Blackfin's have an on-chip rom with a syscontrol() function that needs
24891     to be used to properly program the memory and voltage settings as it will
24892     include (possibly critical) factory tested bias values.
24893
24894     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24895
24896 commit e1fb6d0d52fbe3fbc1a4c651dacf11e9c1417f63
24897 Author: Stefan Roese <sr@denx.de>
24898 Date:   Thu Feb 5 11:44:52 2009 +0100
24899
24900     cfi_flash: Fix typo in cfi_flash.c
24901
24902     Patch "flash/cfi_flash: Use virtual sector start address, not phys"
24903     introduced a small typo and compilation warning for systems with CFI
24904     legacy support (e.g. hcu4). This patch fixes it.
24905
24906     Signed-off-by: Stefan Roese <sr@denx.de>
24907
24908 commit 28745db969b72693754991c838f68a7fb4a8b1ab
24909 Author: Stefan Roese <sr@denx.de>
24910 Date:   Thu Jan 29 11:21:38 2009 +0100
24911
24912     jedec_flash: Only use manufacturer defines from common flash.h
24913
24914     This patch removes the double defined manufacturer defines from
24915     jedec_flash.c. Since the common defines in flash.h are 32bit
24916     we now need the (16) cast. This patch also removes the compilation
24917     warning (e.g. seen on hcu5):
24918
24919     ./MAKEALL hcu5
24920     Configuring for hcu5 board...
24921     jedec_flash.c:219: warning: large integer implicitly truncated to unsigned type
24922
24923     Signed-off-by: Stefan Roese <sr@denx.de>
24924
24925 commit ec21d5cfcb6b4e7fcdd5c6e926e1a824900706f2
24926 Author: Stefan Roese <sr@denx.de>
24927 Date:   Thu Feb 5 11:25:57 2009 +0100
24928
24929     cfi_flash: Silence compilation warning
24930
24931     Patch "flash/cfi_flash: Use virtual sector start address, not phys"
24932     introduced a small compilation warning. This patch fixes it.
24933
24934     Signed-off-by: Stefan Roese <sr@denx.de>
24935
24936 commit 09ce9921a7d8b1ce764656b14b42217bbf4faa38
24937 Author: Becky Bruce <beckyb@kernel.crashing.org>
24938 Date:   Mon Feb 2 16:34:51 2009 -0600
24939
24940     flash/cfi_flash: Use virtual sector start address, not phys
24941
24942     include/flash.h was commented to say that the address in
24943     flash_info->start was a physical address.  However, from u-boot's
24944     point of view, and looking at most flash code, it makes more
24945     sense for this to be a virtual address.  So I corrected the
24946     comment to indicate that this was a virtual address.
24947
24948     The only flash driver that was actually treating the address
24949     as physical was the mtd/cfi_flash driver.  However, this code
24950     was using it inconsistently as it actually directly dereferenced
24951     the "start" element, while it used map_physmem to get a
24952     virtual address in other places.  I changed this driver so
24953     that the code which initializes the info->start field calls
24954     map_physmem to get a virtual address, eliminating the need for
24955     further map_physmem calls.  The code is now consistent.
24956
24957     The *only* place a physical address should be used is when defining the
24958     flash banks list that is used to initialize the flash_info struct,
24959     usually found in the board config file.
24960
24961     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
24962     Signed-off-by: Stefan Roese <sr@denx.de>
24963
24964 commit 657f2062d8e17ebf4a55f52c9e71c07c0c94c779
24965 Author: Wolfgang Denk <wd@denx.de>
24966 Date:   Wed Feb 4 09:42:20 2009 +0100
24967
24968     Fix compiler warning
24969
24970     (shows up only when DEBUG is enabled)
24971
24972     Signed-off-by: Wolfgang Denk <wd@denx.de>
24973
24974 commit 47832cd15ae02fb6fde8ebed5b272f85775f2ceb
24975 Author: Mike Frysinger <vapier@gentoo.org>
24976 Date:   Mon Oct 6 03:45:55 2008 -0400
24977
24978     Blackfin: update anomaly lists
24979
24980     Update the anomaly lists to match latest anomaly sheets.
24981
24982     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24983
24984 commit 70a4da45e16b72e8e5b0baaecdaee9be8619647d
24985 Author: Ralph Kondziella <rk@argos-messtechnik.de>
24986 Date:   Mon Jan 26 12:34:36 2009 -0700
24987
24988     ADS5121 Add PATA support
24989
24990     Original patch from Ralph Kondziella
24991     plus clean up by Wolfgang Denk
24992     plus changes by John Rigby
24993         use ips clock not lpc
24994         port forward to current u-boot release
24995
24996     Signed-off-by: Ralph Kondziella <rk@argos-messtechnik.de>
24997     Signed-off-by: Wolfgang Denk <wd@denx.de>
24998     Signed-off-by: John Rigby <jrigby@freescale.com>
24999
25000 commit abfbd0ae4967df18102345db4f4b529a13da107b
25001 Author: Martha Marx <mmarx@silicontkx.com>
25002 Date:   Mon Jan 26 10:45:07 2009 -0700
25003
25004     ADS5121 Add IC Ident Module (IIM) support
25005
25006     IIM (IC Identification Module) is the fusebox for the mpc5121.
25007     Use #define CONFIG_IIM to turn on the clock for this module
25008     use #define CONFIG_CMD_FUSE to add fusebox commands.
25009     Fusebox commands include the ability to read
25010     the status, read the register cache, override the register cache,
25011     program the fuses and sense them.
25012
25013     Signed-off-by: Martha Marx <mmarx@silicontkx.com>
25014     Signed-off-by: John Rigby <jrigby@freescale.com>
25015
25016 commit 14d19cd1bce9a24b1335598f1568140f4950e4d9
25017 Author: John Rigby <jrigby@freescale.com>
25018 Date:   Fri Jan 23 10:33:15 2009 -0700
25019
25020     ADS5121 Fix rev2 silicon pci iopad config
25021
25022     Reset config is not correct
25023
25024     Signed-off-by: John Rigby <jrigby@freescale.com>
25025
25026 commit 4c154252c480b13f69ce1b71a9530b0515da76a6
25027 Author: John Rigby <jrigby@freescale.com>
25028 Date:   Wed Nov 19 13:57:34 2008 -0700
25029
25030     ADS5121 DIU Add diu_bmp_addr env
25031
25032     Add support for using a bmp other than
25033     FSL_Logo_BMP for the DIU splash screen.
25034
25035     Can now set the env var "diu_bmp_addr" to
25036     the address of a BMP in flash to use instead
25037     of the default FSL_Logo_BMP.
25038
25039     Signed-off-by: Martha Marx <mmarx@silicontkx.com>
25040     Signed-off-by: John Rigby <jrigby@freescale.com>
25041
25042 commit 92c20fbd3a7788c1a154f50a3f44f28a7763f99a
25043 Author: John Rigby <jrigby@freescale.com>
25044 Date:   Thu Oct 30 16:39:35 2008 -0600
25045
25046     ADS5121 DIU Make inclusion of FSL logo optional
25047
25048     Make inclusion of FSL logo optional and
25049     turn it off by default.
25050
25051     Signed-off-by: John Rigby <jrigby@freescale.com>
25052
25053 commit bd99ec149abe94e7f6b2bda4766d701b4005053f
25054 Author: Remy Bohmer <linux@bohmer.net>
25055 Date:   Sun Feb 1 12:27:53 2009 +0100
25056
25057     Compile warning fix in onenand_uboot.h
25058
25059     Regression since merge window after 2009.01
25060
25061     Signed-off-by: Remy Bohmer <linux@bohmer.net>
25062
25063 commit a270d1e7295c3d829f42c0480117941dfc1c6477
25064 Author: Stefan Roese <sr@denx.de>
25065 Date:   Thu Jan 29 06:33:55 2009 +0100
25066
25067     USB: Add EHCI support for VCT EHCI controller (really with driver now)
25068
25069     Somehow I missed the real driver part in my last patch version. This patch
25070     now adds the driver.
25071
25072     Signed-off-by: Stefan Roese <sr@denx.de>
25073     Signed-off-by: Remy Bohmer <linux@bohmer.net>
25074
25075 commit 716ebf436c9e43df6740e0172f6b2a81ddbf1b8e
25076 Author: Cliff Cai <cliff.cai@analog.com>
25077 Date:   Sat Nov 29 18:22:38 2008 -0500
25078
25079     Blackfin: add driver for on-chip MMC/SD controller
25080
25081     This is a port of the Linux Blackfin on-chip SDH driver to U-Boot.
25082
25083     Signed-off-by: Cliff Cai <cliff.cai@analog.com>
25084     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25085
25086 commit 6e87ea0ca951465eba144ab2e6dba6fb507737a2
25087 Author: Mike Frysinger <vapier@gentoo.org>
25088 Date:   Sat Oct 11 22:47:34 2008 -0400
25089
25090     Blackfin: add port muxing for BF51x SPI
25091
25092     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25093
25094 commit fc68f9f85959664d528daea2aef5ef54974331ce
25095 Author: Mike Frysinger <vapier@gentoo.org>
25096 Date:   Tue Jan 6 06:16:19 2009 -0500
25097
25098     Blackfin: output booting source when booting
25099
25100     Knowing the booting source of the part is useful, especially when the part
25101     can switch dynamically between sources.
25102
25103     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25104
25105 commit 8df3ce0f49c37947800ac7c84e751499882619fc
25106 Author: Mike Frysinger <vapier@gentoo.org>
25107 Date:   Thu Dec 11 06:30:46 2008 -0500
25108
25109     Blackfin: set default CONFIG_ENV_SPI_CS based on bootrom
25110
25111     Set the default CONFIG_ENV_SPI_CS value to match the SPI CS that is used by
25112     the Blackfin on-chip bootrom to boot out of SPI flash.
25113
25114     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25115
25116 commit 2b4a486e6fac502d8b883e344cc4012283945b3d
25117 Author: Mike Frysinger <vapier@gentoo.org>
25118 Date:   Thu Dec 11 04:06:26 2008 -0500
25119
25120     Blackfin: update asm-blackfin/posix_types.h to latest Linux version
25121
25122     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25123
25124 commit e5eb93e77391bcc308697116c544ea1340aaae8a
25125 Author: Mike Frysinger <vapier@gentoo.org>
25126 Date:   Sat Dec 6 02:54:52 2008 -0500
25127
25128     Blackfin: add port I bits
25129
25130     Some people need to access port I, so make sure the pins are defined.
25131
25132     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25133
25134 commit 8a6b272596d43de0db4943eac7af58c3534c4026
25135 Author: Sonic Zhang <Sonic.Zhang@analog.com>
25136 Date:   Wed Nov 26 22:16:45 2008 -0500
25137
25138     Blackfin: add driver for on-chip ATAPI controller
25139
25140     This is a port of the Linux Blackfin on-chip ATAPI driver to U-Boot.
25141
25142     Signed-off-by: Sonic Zhang <Sonic.Zhang@analog.com>
25143     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25144
25145 commit be9d8c780e6831cb84b7d4590ceae03dca8fc10b
25146 Author: Mike Frysinger <vapier@gentoo.org>
25147 Date:   Wed Nov 26 21:43:06 2008 -0500
25148
25149     Blackfin: add driver for on-chip NAND controller
25150
25151     This is a port of the Linux Blackfin on-chip NFC driver to U-Boot.
25152
25153     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25154
25155 commit 4148e02abae9a099f4444b5e168ebc2b911d2295
25156 Author: Mike Frysinger <vapier@gentoo.org>
25157 Date:   Wed Nov 12 07:18:15 2008 -0500
25158
25159     Blackfin: build with -mno-fdpic
25160
25161     Use the -mno-fdpic flag so that any Blackfin toolchain can be used to build
25162     up u-boot, including ones that output FDPIC ELF by default.
25163
25164     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25165
25166 commit 70e95589a24a2d83ad00317e4a9611d0211ecb58
25167 Author: Mike Frysinger <vapier@gentoo.org>
25168 Date:   Tue Nov 11 05:43:57 2008 -0500
25169
25170     Blackfin: fix up EBIU defines
25171
25172     The EBIU defines for EBSZ 256/512 were incorrect.
25173
25174     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25175
25176 commit 961954ea0ec8dc4341034c1a1ff3107ec0527809
25177 Author: Mike Frysinger <vapier@gentoo.org>
25178 Date:   Wed Nov 5 12:45:24 2008 -0500
25179
25180     Blackfin: use 8/16/32 bit transfer widths in dma_memcpy()
25181
25182     Rather than using 8bit transfers for everything, use 8/16/32 bit transfers
25183     as usable with the source/destination addresses and the count size.
25184
25185     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25186
25187 commit b93c68648426f906d63b98117496b6415f505f39
25188 Author: Mike Frysinger <vapier@gentoo.org>
25189 Date:   Wed Nov 5 08:50:23 2008 -0500
25190
25191     Blackfin: only flag L1 instruction for DMA memcpy
25192
25193     The performance difference from doing an 8 bit DMA memcpy vs an optimized
25194     core memcpy can be pretty big when you add in the overhead of setting up the
25195     MDMA registers, cache flushes, etc...  So only use dma_memcpy() when we
25196     actually require it.
25197
25198     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25199
25200 commit e347c092a3b3a2ce1e72f25f4829163634d09fbe
25201 Author: Mike Frysinger <vapier@gentoo.org>
25202 Date:   Wed Nov 5 07:20:37 2008 -0500
25203
25204     Blackfin: dma_memcpy(): fix random failures
25205
25206     We have to make sure the DMA channel is actually disabled in hardware before
25207     attempting to reprogram it.  Otherwise the new settings are ignored and we
25208     end up with random hangs/failures.
25209
25210     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25211
25212 commit fdce83c108846d6f0d5b1774e1cc29f2573a6ad3
25213 Author: Mike Frysinger <vapier@gentoo.org>
25214 Date:   Tue Nov 4 00:04:03 2008 -0500
25215
25216     Blackfin: rewrite cache handling functions
25217
25218     Take the cache flush functions from the kernel as they use hardware loops in
25219     order to get optimal performance.
25220
25221     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25222
25223 commit 84c5f0dc47d17593fd81206614891bdc94f6d51c
25224 Author: Mike Frysinger <vapier@gentoo.org>
25225 Date:   Mon Nov 3 22:30:05 2008 -0500
25226
25227     Blackfin: setup bi_enetaddr for single nets
25228
25229     For systems with CONFIG_NET_MULTI disabled, bi_enetaddr does not get setup
25230     based on $ethaddr, so set it up.
25231
25232     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25233
25234 commit 40599239e7875b39e2a5c12e6545992041c72c52
25235 Author: Mike Frysinger <vapier@gentoo.org>
25236 Date:   Fri Oct 24 22:48:47 2008 -0400
25237
25238     Blackfin: cache core/system clock values
25239
25240     Calculating the clocks requires a bit of calls to gcc math functions, so
25241     cache the values after the first run since they'll most likely never
25242     change once U-Boot is up and running.
25243
25244     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25245
25246 commit 6957a6209b02f6b69607fc47425f13731cc477f1
25247 Author: Mike Frysinger <vapier@gentoo.org>
25248 Date:   Fri Oct 24 18:18:16 2008 -0400
25249
25250     Blackfin: enable --gc-sections
25251
25252     Start building all Blackfin boards with -ffunction-sections/-fdata-sections
25253     and linking with --gc-sections.
25254
25255     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25256
25257 commit ee1d2001ea7fbabb2b9256026dc5468f057337f8
25258 Author: Mike Frysinger <vapier@gentoo.org>
25259 Date:   Mon Oct 20 21:08:54 2008 -0400
25260
25261     Blackfin: dont check baud if it wont actually get used
25262
25263     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25264
25265 commit 400f5778f375bc99c73c8488c555def261ccfab7
25266 Author: Mike Frysinger <vapier@gentoo.org>
25267 Date:   Tue Oct 14 07:54:09 2008 -0400
25268
25269     Blackfin: add driver for on-chip SPI controller
25270
25271     This fills out the SPI backend for the Blackfin on-chip SPI peripheral.
25272
25273     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25274
25275 commit 7a1e87b1062e6eac0704c6fc2f7c661caf8814cd
25276 Author: Mike Frysinger <vapier@gentoo.org>
25277 Date:   Sat Oct 18 05:33:51 2008 -0400
25278
25279     Blackfin: only build post code when CONFIG_POST
25280
25281     Save some time by using CONFIG_POST in the Makefile rather than C files.
25282
25283     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25284
25285 commit 6d7d4803c74bb86e1b401b1199e63381a62b9382
25286 Author: Mike Frysinger <vapier@gentoo.org>
25287 Date:   Thu Jan 8 11:57:57 2009 -0500
25288
25289     Blackfin: bfin_mac: cleanup pointer/casts for aliasing issues
25290
25291     Redo how pointers are managed to get rid of ugly casts and strict pointer
25292     aliasing issues that are highlighted by gcc 4.3.
25293
25294     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25295     Acked-by: Ben Warren <biggerbadderben@gmail.com>
25296
25297 commit 092d2487baf7c29343c165e3ae82ea8a7f9e679b
25298 Author: Mike Frysinger <vapier@gentoo.org>
25299 Date:   Tue Dec 9 17:46:21 2008 -0500
25300
25301     Blackfin: bfin_mac: convert CONFIG_BFIN_MAC_RMII to CONFIG_RMII
25302
25303     No point in having a Blackfin-specific define "CONFIG_BFIN_MAC_RMII" that
25304     does exactly the same thing as common "CONFIG_RMII".
25305
25306     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25307     Acked-by: Ben Warren <biggerbadderben@gmail.com>
25308
25309 commit 8eed6ca51e50fade6887e8bdb1ff6a44116b42b5
25310 Author: Mike Frysinger <vapier@gentoo.org>
25311 Date:   Wed Nov 5 06:36:15 2008 -0500
25312
25313     Blackfin: bfin_mac: use common debug()
25314
25315     Rather then defining our own DEBUGF(), just use the common debug().
25316
25317     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25318     Acked-by: Ben Warren <biggerbadderben@gmail.com>
25319
25320 commit a7ec6ac8b2c6dce6fc670a2a855deb6eee340e04
25321 Author: Mike Frysinger <vapier@gentoo.org>
25322 Date:   Mon Oct 20 13:59:51 2008 -0400
25323
25324     Blackfin: bfin_mac: respect CONFIG_PHY_{ADDR,CLOCK_FREQ}
25325
25326     Rather than having the on-chip MAC hardcoded to phy address 1 and a speed
25327     of 2.5mhz, use these as defaults if the board doesn't specify otherwise.
25328
25329     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25330     Acked-by: Ben Warren <biggerbadderben@gmail.com>
25331
25332 commit ac45af4e63ea925f4accc98453aab1a1166c196d
25333 Author: Mike Frysinger <vapier@gentoo.org>
25334 Date:   Tue Oct 14 04:52:00 2008 -0400
25335
25336     Blackfin: bfin_mac: cleanup MII/PHY functions
25337
25338     Cleanup and rewrite the MII/PHY related functions so that we can reuse the
25339     existing common linux/miiphy.h code and hook into the `mii` command.
25340
25341     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25342     Acked-by: Ben Warren <biggerbadderben@gmail.com>
25343
25344 commit 6b310a05f0d10c751f22468040932139f71c71d3
25345 Author: Mike Frysinger <vapier@gentoo.org>
25346 Date:   Tue Oct 14 00:31:30 2008 -0400
25347
25348     Blackfin: bfin_mac: set MDCDIV based on SCLK
25349
25350     Rather than hardcoding MDCDIV to 24 (which is correct for ~125mhz SCLK),
25351     use the real algorithm so it gets set correctly regardless of SCLK.
25352
25353     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25354     Acked-by: Ben Warren <biggerbadderben@gmail.com>
25355
25356 commit 930590f3e49c8f32256edf2e5861e1535a329c6c
25357 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25358 Date:   Sat Jan 31 09:10:48 2009 +0100
25359
25360     ixp: move serial to drivers/serial
25361
25362     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25363
25364 commit f90c8022f448bc5e93090e4b714368e52e912f0f
25365 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25366 Date:   Sat Jan 31 09:04:58 2009 +0100
25367
25368     ixp: move pci init in arm/board instead of cpu
25369
25370     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25371
25372 commit 8cb79b5f275f1888ccb278a2d2197140444a84b7
25373 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25374 Date:   Sat Jan 31 08:56:49 2009 +0100
25375
25376     ixp: move pci drivers to drivers/pci
25377
25378     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25379
25380 commit 012d5bab09a534e4800b02f50cf508e6837202ea
25381 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25382 Date:   Sat Jan 31 08:53:44 2009 +0100
25383
25384     ixp: Move conditional compilation to Makefile
25385
25386     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25387
25388 commit f693f501d67434df1f815fd1824a71973ae08207
25389 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25390 Date:   Sat Jan 31 08:53:44 2009 +0100
25391
25392     ixp: add missing os define
25393
25394     need by arm-elf toolchains and no impact on the arm-linux one
25395
25396     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25397
25398 commit b4e2f89dfcb206a22d34fa6b34878d85b498b39f
25399 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25400 Date:   Sat Jan 31 09:53:39 2009 +0100
25401
25402     ixp: remove the option to include the Microcode
25403
25404     instead the board will have to load it from flash or ram
25405     which will be specified by npe_ucode env var
25406
25407     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25408
25409 commit 1b017baf2071d8daf643bce87250db898c606c66
25410 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25411 Date:   Fri Jan 30 09:45:23 2009 +0100
25412
25413     ixp/npe: Move conditional compilation to Makefile
25414
25415     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25416
25417 commit 4e69087a1d6ef2eca6f46026cf5e7399b6c9e7c0
25418 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25419 Date:   Wed Jan 28 21:58:04 2009 +0100
25420
25421     SX1: add hardware V2 support
25422
25423     In the V2 the 2 flash has been replace by one 32MB flash
25424
25425     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25426
25427 commit f877f2233dbcd7417c2f0babe6a849099b167f3c
25428 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25429 Date:   Wed Jan 28 21:58:03 2009 +0100
25430
25431     SX1: Fix second flash mapping
25432
25433     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25434
25435 commit 47fd3bffed6430c91eb2660f859574ed98be5bd8
25436 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25437 Date:   Wed Jan 28 21:58:03 2009 +0100
25438
25439     SX1: add CONFIG_STDOUT_USBTTY to enable preboot stdout redirect to usbtty
25440
25441     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25442
25443 commit cfca33837ec83829c6a49c3bcc86c31bc2495ff6
25444 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25445 Date:   Wed Jan 28 21:57:59 2009 +0100
25446
25447     move Samsung's board to board/samsung
25448
25449     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25450
25451 commit e4943ec57466ea5dfa085e7a9e0ec44cb93c4e1e
25452 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25453 Date:   Thu Jan 29 12:07:21 2009 +0100
25454
25455     move ARM Ltd. to vendor dir
25456
25457     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25458
25459 commit a87fb1b308a2a375cb9ca74ca0dd3e2c5793d3bf
25460 Author: Larry Johnson <lrj@acm.org>
25461 Date:   Wed Jan 28 15:30:37 2009 -0500
25462
25463     ppc4xx: Clean up configuration file for Korat board
25464
25465     This patch updates the default environmental variables for the
25466     Korat PPC 440EPx board, and makes additional minor fixes.
25467
25468     Signed-off-by: Larry Johnson <lrj@acm.org>
25469     Signed-off-by: Stefan Roese <sr@denx.de>
25470
25471 commit f20405e31680efc36293c59b4963db57c9d93df4
25472 Author: Larry Johnson <lrj@acm.org>
25473 Date:   Wed Jan 28 15:30:02 2009 -0500
25474
25475     ppc4xx: Add variable "korat_usbcf" for Korat board
25476
25477     The new environment variable "korat_usbcf" selects the USB
25478     port used by the Korat board's CompactFlash controller.
25479
25480     Signed-off-by: Larry Johnson <lrj@acm.org>
25481     Signed-off-by: Stefan Roese <sr@denx.de>
25482
25483 commit fc01ea1e27d5b124f0a1868d0ce569f156d58dfe
25484 Author: Gunnar Rangoy <gunnar@rangoy.com>
25485 Date:   Fri Jan 23 12:56:31 2009 +0100
25486
25487     AVR32: macb - Search for PHY id
25488
25489     This patch adds support for searching through available PHY-addresses in
25490     the macb-driver. This is needed for the ATEVK1100 evaluation board,
25491     where the PHY-address will be initialized to either 1 or 7.
25492
25493     This patch adds a config option, CONFIG_MACB_SEARCH_PHY, which when
25494     enabled tells the driver to search for the PHY address.
25495
25496     Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
25497     Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
25498     Signed-off-by: Olav Morken <olavmrk@gmail.com>
25499     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
25500
25501 commit af8626e0c08a780d9ded1d9c4883a89355f60e75
25502 Author: Olav Morken <olavmrk@gmail.com>
25503 Date:   Fri Jan 23 12:56:26 2009 +0100
25504
25505     Fix IP alignment problem
25506
25507     This patch removes volatile from:
25508     volatile IP_t *ip = (IP_t *)xip;
25509
25510     Due to a bug, avr32-gcc will assume that ip is aligned on a word boundary when
25511     using volatile, which causes an exception since xip isn't aligned on a word
25512     boundary.
25513
25514     Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
25515     Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
25516     Signed-off-by: Olav Morken <olavmrk@gmail.com>
25517     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
25518
25519 commit 12a8b9db12f82a189ff143a58731007f5469da61
25520 Author: Ron Madrid <ron_madrid@sbcglobal.net>
25521 Date:   Wed Jan 28 16:17:21 2009 -0800
25522
25523     Marvell 88E1118 interrupt fix
25524
25525     This patch adjusts the LED control so that interrupt lines are not reading LEDs
25526     and effectively causing indefinite interrupts to the controller.
25527
25528     Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
25529     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
25530
25531 commit 9a37f2acc31a3296dddd3574ea9eaf7f319807b9
25532 Author: Stefan Roese <sr@denx.de>
25533 Date:   Wed Jan 21 17:14:26 2009 +0100
25534
25535     net: smc911x.c: Add LAN9211 to chip_ids[] array
25536
25537     Signed-off-by: Stefan Roese <sr@denx.de>
25538     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
25539
25540 commit 75edebe3011c963a7cd84be0f4a987477f2aaf89
25541 Author: Mike Frysinger <vapier@gentoo.org>
25542 Date:   Tue Jan 27 16:53:39 2009 -0500
25543
25544     Move is_valid_ether_addr() to include/net.h
25545
25546     Import the is_valid_ether_addr() function from the Linux kernel.
25547
25548     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25549     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
25550
25551 commit 268859338c0188eab1d0d3b867b7dad3c5cc734a
25552 Author: Michal Simek <monstr@monstr.eu>
25553 Date:   Mon Jan 5 12:25:13 2009 +0100
25554
25555     net: Sort Makefile labels
25556
25557     Signed-off-by: Michal Simek <monstr@monstr.eu>
25558     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
25559
25560 commit 1fbcbe9a95f39afb2df6ab8cba25b284b47ebfb2
25561 Author: Wolfgang Denk <wd@denx.de>
25562 Date:   Wed Jan 28 23:06:42 2009 +0100
25563
25564     85xx: Fix compile breakage with sbc8540 and sbc8560
25565
25566     This fixes an error which raises just a warning:
25567     sbc8560.c:250: warning: passing argument 2 of 'strmhz' makes integer from pointer without a cast
25568
25569     Signed-off-by: Wolfgang Denk <wd@denx.de>
25570
25571 commit 62625c0b081bd4019cecab14e9fc2e05e48d2a58
25572 Author: Mike Frysinger <vapier@gentoo.org>
25573 Date:   Wed Jan 28 13:48:55 2009 -0500
25574
25575     SPD823TS: do not define CONFIG_CMD_ENV
25576
25577     Since the SPD823TS board does not actually have any writable flash to save
25578     its environment, undefine CONFIG_CMD_ENV so the "saveenv" command is
25579     disabled.
25580
25581     This fixes the build error:
25582     common/libcommon.a(cmd_nvedit.o): In function `do_saveenv':
25583     common/cmd_nvedit.c:557: undefined reference to `saveenv'
25584     make: *** [u-boot] Error 1
25585
25586     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25587
25588 commit 7379f45a7bc71941c3920c2f6b3c3faa4d7fd315
25589 Author: Dirk Behme <dirk.behme@googlemail.com>
25590 Date:   Wed Jan 28 21:40:16 2009 +0100
25591
25592     OMAP3: Add Zoom1 board support
25593
25594     Support for Zoom MDK with OMAP3430. Details of Zoom MDK available here:
25595     http://www.logicpd.com/products/devkit/ti/zoom_mobile_development_kit
25596
25597     Signed-off-by: Nishanth Menon <nm@ti.com>
25598     Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
25599
25600 commit 2be2c6cc674e26237962f5cf4c0d311e139e4241
25601 Author: Dirk Behme <dirk.behme@googlemail.com>
25602 Date:   Wed Jan 28 21:39:58 2009 +0100
25603
25604     OMAP3: Add Pandora support
25605
25606     Add Pandora support.
25607
25608     Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
25609     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
25610     Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
25611
25612 commit ad9bc8e52d174d699d1367be0b90089e4fdeb933
25613 Author: Dirk Behme <dirk.behme@googlemail.com>
25614 Date:   Wed Jan 28 21:39:58 2009 +0100
25615
25616     OMAP3: Add EVM board
25617
25618     Add EVM board support.
25619
25620     Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
25621     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
25622     Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
25623
25624 commit 9d0fc8110e7e755239329c26f300d5fc9946d3ec
25625 Author: Dirk Behme <dirk.behme@googlemail.com>
25626 Date:   Wed Jan 28 21:39:57 2009 +0100
25627
25628     OMAP3: Add Overo board
25629
25630     Add Overo board support.
25631
25632     Signed-off-by: Steve Sakoman <sakoman@gmail.com>
25633     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
25634     Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
25635
25636 commit f904cdbb68167c647887f19929ad295dbaac8862
25637 Author: Dirk Behme <dirk.behme@googlemail.com>
25638 Date:   Tue Jan 27 18:19:12 2009 +0100
25639
25640     OMAP3: Add common power code, README, and BeagleBoard
25641
25642     Add BeagleBoard support, common power code and README.
25643
25644     Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
25645     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
25646
25647 commit 9cda4f104b5313fadc21b75aa781c7a6aaf6ea60
25648 Author: Kumar Gala <galak@kernel.crashing.org>
25649 Date:   Wed Jan 28 08:31:10 2009 -0600
25650
25651     85xx: Fix compile breakage with MPC8540EVAL
25652
25653     Configuring for MPC8540EVAL board...
25654     mpc8540eval.c: In function 'checkboard':
25655     mpc8540eval.c:53: error: invalid operands to binary /
25656     make[1]: *** [mpc8540eval.o] Error 1
25657
25658     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25659
25660 commit 1a448db77b10153703bc5e4ad13dd55d88beb1d6
25661 Author: Bryan Wu <bryan.wu@analog.com>
25662 Date:   Sun Jan 18 23:04:27 2009 -0500
25663
25664     usb_scan_devices: fix output with no devices
25665
25666     We should check the return of usb_new_device() so that if no USB device is
25667     found, we print out the right message rather than always saying "new usb
25668     device found".
25669
25670     Signed-off-by: Bryan Wu <bryan.wu@analog.com>
25671     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25672     Signed-off-by: Remy Bohmer <linux@bohmer.net>
25673
25674 commit f1c1f540243438246aefb703fdcf16957e3a72e1
25675 Author: Stefan Roese <sr@denx.de>
25676 Date:   Thu Jan 22 10:11:21 2009 +0100
25677
25678     USB: Add high-speed (480Mb/s) to all USB related outputs
25679
25680     With this patch the USB related connection speed output ("usb tree" command and
25681     debug output) is now high-speed enabled.
25682
25683     This patch also fixes a compilation warning when debugging is enabled.
25684
25685     Signed-off-by: Stefan Roese <sr@denx.de>
25686     Signed-off-by: Remy Bohmer <linux@bohmer.net>
25687
25688 commit daa2dafb450a8073a4e42fd46cd4e995b208e4cb
25689 Author: Stefan Roese <sr@denx.de>
25690 Date:   Wed Jan 21 17:12:19 2009 +0100
25691
25692     USB: Add dcache support to the EHCI driver
25693
25694     This patch adds routines to handle (flush/invalidate) the dcache for the
25695     QH and qTD structures and data buffers. This is needed on platforms using
25696     this EHCI support with dcache enabled (like the MIPS VCT board port).
25697
25698     Signed-off-by: Stefan Roese <sr@denx.de>
25699     Signed-off-by: Remy Bohmer <linux@bohmer.net>
25700
25701 commit 4e0ea0efc1e501186aca8577a4042fc6fa641602
25702 Author: Stefan Roese <sr@denx.de>
25703 Date:   Wed Jan 21 17:12:28 2009 +0100
25704
25705     USB: Add EHCI support for VCT EHCI controller
25706
25707     Signed-off-by: Stefan Roese <sr@denx.de>
25708     Signed-off-by: Remy Bohmer <linux@bohmer.net>
25709
25710 commit 832e61418eedfea172bd2fdfd0ea0d199cc70a9d
25711 Author: Stefan Roese <sr@denx.de>
25712 Date:   Wed Jan 21 17:12:10 2009 +0100
25713
25714     USB: Add config option to call ehci_hcd_init() again after EHCI reset
25715
25716     This patch adds the config option CONFIG_EHCI_HCD_INIT_AFTER_RESET
25717     to call ehci_hcd_init() again after ehci_reset() is executed. This
25718     is needed for the upcoming VCT EHCI support which needs to re-init
25719     the hcd part again after the EHCI CMD_RESET is executed.
25720
25721     Signed-off-by: Stefan Roese <sr@denx.de>
25722     Signed-off-by: Remy Bohmer <linux@bohmer.net>
25723
25724 commit 597eb28bd9691266b7b804364cda577cdb51d106
25725 Author: Stefan Roese <sr@denx.de>
25726 Date:   Wed Jan 21 17:12:01 2009 +0100
25727
25728     USB: Fix speed detection on EHCI cntr with root hub transaction translators
25729
25730     This patch fixes an issue that the speed of USB devices was not detected
25731     correctly on some EHCI controllers. This will be used on the upcoming VCT
25732     EHCI support.
25733
25734     Signed-off-by: Stefan Roese <sr@denx.de>
25735     Signed-off-by: Remy Bohmer <linux@bohmer.net>
25736
25737 commit 20cc06611ea33fc0a67a5e56e6476379d2de3091
25738 Author: Thomas Abraham <t-abraham@ti.com>
25739 Date:   Sun Jan 4 09:41:20 2009 +0530
25740
25741     usb : musb : Enabling USB MSC support for DM6446 (TI DaVinci) platform
25742
25743     Enabling USB MSC support for DM6446 (TI DaVinci) platform in the
25744     configuration file.
25745
25746     Signed-off-by: Ravi Babu <ravibabu@ti.com>
25747     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
25748     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
25749     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
25750     Signed-off-by: Remy Bohmer <linux@bohmer.net>
25751
25752 commit 538ef967715322f64ee08efa2296d9682111b014
25753 Author: Thomas Abraham <t-abraham@ti.com>
25754 Date:   Sun Jan 4 09:41:16 2009 +0530
25755
25756     usb : musb : Enabling DM6446 (TI DaVinci) USB module power
25757
25758     Enabling DM6446 (TI DaVinci) USB module power and MUSB low-level
25759     controller hook up to USB core layer.
25760
25761     Signed-off-by: Ravi Babu <ravibabu@ti.com>
25762     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
25763     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
25764     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
25765     Signed-off-by: Remy Bohmer <linux@bohmer.net>
25766
25767 commit e142e9f35f8ec61e74bf8019428b003f5070c33b
25768 Author: Thomas Abraham <t-abraham@ti.com>
25769 Date:   Sun Jan 4 09:41:13 2009 +0530
25770
25771     usb : musb : Adding DM6446 (TI DaVinci) platform specific USB support
25772
25773     Adding DM6446 (TI DaVinci) platform specific USB functionality for
25774     USB Phy and VBUS initialization.
25775
25776     Signed-off-by: Ravi Babu <ravibabu@ti.com>
25777     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
25778     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
25779     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
25780     Signed-off-by: Remy Bohmer <linux@bohmer.net>
25781
25782 commit a9d39ebe91ecdd5ac0a0cf56ea162a19773db8da
25783 Author: Thomas Abraham <t-abraham@ti.com>
25784 Date:   Sun Jan 4 09:41:09 2009 +0530
25785
25786     usb : musb : Adding USB VBUS enable functionality for DM644x DVEVM
25787
25788     Adding USB VBUS enable functionality for DM644x DVEVM (TI DaVinci)
25789     platform.
25790
25791     Signed-off-by: Ravi Babu <ravibabu@ti.com>
25792     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
25793     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
25794     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
25795     Signed-off-by: Remy Bohmer <linux@bohmer.net>
25796
25797 commit a142896934c755e679ba87e227a8e449f39b0012
25798 Author: Thomas Abraham <t-abraham@ti.com>
25799 Date:   Sun Jan 4 09:41:03 2009 +0530
25800
25801     usb : musb : Adding host controller driver for Mentor USB controller
25802
25803     Adding Mentor USB core functionality and Mentor USB Host controller
25804     functionality for Mentor USB OTG controller (musbhdrc).
25805
25806     Signed-off-by: Ravi Babu <ravibabu@ti.com>
25807     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
25808     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
25809     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
25810     Signed-off-by: Remy Bohmer <linux@bohmer.net>
25811
25812 commit c7d703f3f3c3d6b020bda4cf633f8a6167c3cd2a
25813 Author: Mike Frysinger <vapier@gentoo.org>
25814 Date:   Thu Jan 1 18:27:27 2009 -0500
25815
25816     usb.h: use standard __LITTLE_ENDIAN from Linux headers
25817
25818     Rather than forcing people to define a custom "LITTLEENDIAN", just use the
25819     __LITTLE_ENDIAN one from the Linux byteorder headers that every arch is
25820     already setting up.
25821
25822     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25823     Signed-off-by: Remy Bohmer <linux@bohmer.net>
25824
25825 commit 7b6e31eb17e3ff76238a60803fc531517d516223
25826 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
25827 Date:   Wed Dec 31 10:33:56 2008 +0100
25828
25829     USB ehci ixp4xx support
25830
25831     Add USB ehci ixp4xx host controller. Test on ixdp465 board.
25832
25833     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
25834     Signed-off-by: Remy Bohmer <linux@bohmer.net>
25835
25836 commit 1ed9f9adc88218841dfeb60b9094a5a548bff009
25837 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
25838 Date:   Wed Dec 31 10:33:22 2008 +0100
25839
25840     USB ehci remove infinite loop and use handshake function
25841
25842     USB ehci code cleanup. Use handshake instead of infinite while loop
25843     to check the STD_ASS status
25844
25845     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
25846     Signed-off-by: Remy Bohmer <linux@bohmer.net>
25847
25848 commit 8fea2914ac974029b65926ef8247d908f84d202d
25849 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
25850 Date:   Wed Dec 31 10:32:41 2008 +0100
25851
25852     Add initial support for USB ehci pci
25853
25854     Add USB ehci pci support. This patch doesn't include any
25855     pci_ids and it is not tested on real hardware.
25856
25857     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
25858     Signed-off-by: Remy Bohmer <linux@bohmer.net>
25859
25860 commit 14e4111cdab7e7738ff6a203d445e4d8377f058f
25861 Author: Bryan Wu <Bryan.Wu@analog.com>
25862 Date:   Thu Jan 1 19:48:07 2009 -0500
25863
25864     usb_storage: do not reset SanDisk Corporation U3 Cruzer Micro USB thumb drive
25865
25866     The SanDisk Corporation U3 Cruzer Micro 1/4GB Flash Drive 000016244373FFB4
25867     does not like to be reset, so check for it.
25868
25869     Signed-off-by: Bryan Wu <bryan.wu@analog.com>
25870     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25871     Signed-off-by: Remy Bohmer <linux@bohmer.net>
25872
25873 commit 1eb734fed3b79a5e6106dad16e88041894fdab30
25874 Author: Thomas Abraham <t-abraham@ti.com>
25875 Date:   Sun Jan 4 12:15:35 2009 +0530
25876
25877     usb : usb_kbd : Populating 'priv' member of USB keyboard device_t structure
25878
25879     This patch populates the 'priv' field of the USB keyboard device_t
25880     structure. The 'priv' field is populated with the address of the
25881     'struct usb_device' structure that represents the USB device.
25882
25883     The 'priv' field can then be used in the 'usb_event_poll' function to
25884     determine the USB device that requires to be polled. An
25885     example of its usage in 'usb_event_poll' function is as below.
25886
25887         device_t *dev;
25888         struct usb_device *usb_kbd_dev;
25889
25890         <snip>
25891
25892         dev = device_get_by_name("usbkbd");
25893         usb_kbd_dev = (struct usb_device *)dev->priv;
25894         iface = &usb_kbd_dev->config.if_desc[0];
25895
25896     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
25897     Signed-off-by: Remy Bohmer <linux@bohmer.net>
25898
25899 commit 366523c26b6320af171459b19e6e0e9e3baa83ca
25900 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
25901 Date:   Thu Dec 18 10:05:37 2008 +0100
25902
25903     USB change speed
25904
25905     USB changes the speed according to the port status
25906
25907     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
25908     Signed-off-by: Remy Bohmer <linux@bohmer.net>
25909
25910 commit c0d722fe7ee1cb452dfd9246419188b3f6d9c4df
25911 Author: Remy Böhmer <linux@bohmer.net>
25912 Date:   Sat Dec 13 22:51:58 2008 +0100
25913
25914     EHCI fix code and ixp4xx test.
25915     USB ehci configuration parameter:
25916
25917     #define CONFIG_CMD_USB          1
25918     #define CONFIG_USB_STORAGE      1
25919     #define CONFIG_USB_EHCI
25920     #define CONFIG_USB_EHCI_IXP4XX      1
25921     #define CONFIG_EHCI_IS_TDI  1
25922     #define CONFIG_EHCI_DESC_BIG_ENDIAN     1
25923     #define CONFIG_EHCI_MMIO_BIG_ENDIAN     1
25924     #define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 2
25925     #define CONFIG_LEGACY_USB_INIT_SEQ      1
25926
25927     2 USB Device(s) found
25928            scanning bus for storage devices... 0 Storage Device(s) found
25929     => usb tree
25930
25931     Device Tree:
25932       1  Hub (1.5MBit/s, 0mA)
25933       |  u-boot EHCI Host Controller
25934       |
25935       |+-2  Mass Storage (12MBit/s, 100mA)
25936            Sony Storage Media 0C07040930296
25937
25938     =>
25939
25940     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
25941     Signed-off-by: Remy Böhmer <linux@bohmer.net>
25942
25943 commit 51ab142b8b546d5e627b2c8c36d0adae222565f7
25944 Author: michael <michael@panicking.retis>
25945 Date:   Thu Dec 11 13:43:55 2008 +0100
25946
25947     [PATCH] This patch add varius fix to the ehci.
25948     - fix ehci_readl, ehci_writel
25949     - introduce new define in ehci.h
25950     - introduce the handshake function for waiting on a register
25951     - fix usb_ehci_fsl with the new HC_LENGTH macro
25952
25953     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
25954     Signed-off-by: Remy Böhmer <linux@bohmer.net>
25955
25956 commit db63299b1dd2894ade542278210bccd046de6435
25957 Author: michael <michael@panicking.retis>
25958 Date:   Wed Dec 10 17:55:19 2008 +0100
25959
25960     [PATCH] Fix EHCI usb. I start to test on a
25961     IXP465 board and I find some errors in the code. This
25962     patch fix:
25963     - descriptor initizialization (config, interface and endpoint
25964       must be one next-to the other when the USB_DT_CONFIG message
25965       is send.
25966     - FIX little/endian bigendian (introduce the CONFIG_EHCI_DESC_BIG_ENDIAN
25967       and the CONFIG_EHCI_MMIO_BIG_ENDIAN)
25968     - Introduce the linux version of the usb_config_descriptor and
25969       usb_interface descriptor. This descriptor does't contains
25970       u-boot extension.
25971
25972     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
25973     Signed-off-by: Remy Böhmer <linux@bohmer.net>
25974
25975 commit 6b92487dcf9afe83a3570153d66940fdb293be76
25976 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
25977 Date:   Fri Nov 28 13:22:09 2008 +0100
25978
25979     USB ehci freescale support
25980
25981     Add USB ehci freescale support
25982
25983     Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
25984     Signed-off-by: Remy Böhmer <linux@bohmer.net>
25985
25986 commit aaf098cfeed04595d4c5100ffd39095d79edbf90
25987 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
25988 Date:   Fri Nov 28 13:20:46 2008 +0100
25989
25990     USB ehci core support
25991
25992     Add USB ehci core support
25993
25994     Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
25995     Signed-off-by: Remy Böhmer <linux@bohmer.net>
25996
25997 commit 3e126484df7868e341545cce740b24b62b0cd3b7
25998 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
25999 Date:   Fri Nov 28 13:19:19 2008 +0100
26000
26001     Prepare USB layer for ehci
26002
26003     Prepare USB layer for ehci support
26004
26005     Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
26006     Signed-off-by: Remy Böhmer <linux@bohmer.net>
26007
26008 commit a0cb3fc31e58996a1c5732715ac04159d4d284fd
26009 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
26010 Date:   Wed Dec 10 15:52:06 2008 +0100
26011
26012     USB storage cleanup patch
26013
26014     Cleanup usb storage
26015
26016     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
26017     Signed-off-by: Remy Bohmer <linux@bohmer.net>
26018
26019 commit fe033ad6d0883063fe857237abb9436fab03208c
26020 Author: Mike Frysinger <vapier@gentoo.org>
26021 Date:   Sun Oct 12 06:02:55 2008 -0400
26022
26023     Blackfin: fixup misc warnings such as printf's and missing casts
26024
26025     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26026
26027 commit 1f4a3bb50343719c434d7e2541a2f86480a6d25c
26028 Author: Mike Frysinger <vapier@gentoo.org>
26029 Date:   Sun Oct 12 22:09:26 2008 -0400
26030
26031     Blackfin: convert old boards to use COBJS-y Makefile style
26032
26033     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26034
26035 commit 1f75d6f0ff005762d3e6ad92ae4ce2ab366b3bb5
26036 Author: Mike Frysinger <vapier@gentoo.org>
26037 Date:   Sat Oct 11 22:38:37 2008 -0400
26038
26039     Blackfin: bf533-stamp: rewrite resource swap logic
26040
26041     The old swap function tended to clobber unrelated pins and screw up masks.
26042     Rewrite the thing from scratch so it only uses the resources it needs.
26043
26044     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26045
26046 commit 29d4ea0a9073c82469184331010136f52edf8db6
26047 Author: Mike Frysinger <vapier@gentoo.org>
26048 Date:   Sat Oct 11 22:08:42 2008 -0400
26049
26050     Blackfin: bootldr: implement BF53x/BF56x LDR loader
26051
26052     The BF53x/BF56x parts do not have an on-chip ROM to boot LDRs out of
26053     arbitrary memory locations, so implement a basic one in software.
26054
26055     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26056
26057 commit 8b35e3aeff6c2d747c37697997b3f8a808432329
26058 Author: Mike Frysinger <vapier@gentoo.org>
26059 Date:   Sat Oct 11 22:05:42 2008 -0400
26060
26061     Blackfin: implement real write support for OTP
26062
26063     Now that real documentation has been released for the OTP interface and
26064     the on-chip ROM wrt writing/timings, implement support for reading/writing
26065     as well as dumping/locking.
26066
26067     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26068
26069 commit 9372c3214808fab545227d8d0f76b3bfcc6760ec
26070 Author: Mike Frysinger <vapier@gentoo.org>
26071 Date:   Sat Oct 11 22:04:05 2008 -0400
26072
26073     Blackfin: update on-chip ROM API
26074
26075     This brings the API for the on-chip ROM in line with the toolchain and
26076     hardware documentation.
26077
26078     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26079
26080 commit 7633903bff432ec7b27905dce7396958553f2be6
26081 Author: Mike Frysinger <vapier@gentoo.org>
26082 Date:   Sat Oct 11 21:52:17 2008 -0400
26083
26084     Blackfin: allow serial console to be disabled
26085
26086     Some devices have no UART device pulled out, so allow people to disable the
26087     driver completely in favor of other methods (like JTAG-console).
26088
26089     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26090
26091 commit 36ea8e9ad1107af12d244bba8c73e85b9f655e45
26092 Author: Mike Frysinger <vapier@gentoo.org>
26093 Date:   Sat Oct 11 21:51:20 2008 -0400
26094
26095     Blackfin: support console-over-JTAG
26096
26097     The Blackfin JTAG has the ability to pass data via a back-channel without
26098     halting the processor.  Utilize that channel to emulate a console.
26099
26100     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26101
26102 commit cf8f2efb5f39c5225da92391c14a07eecbeca881
26103 Author: Mike Frysinger <vapier@gentoo.org>
26104 Date:   Sat Oct 11 21:49:06 2008 -0400
26105
26106     Blackfin: handle new anomalies with reset
26107
26108     Workaround fun new anomalies related to software reset of the processor.
26109
26110     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26111
26112 commit b1e9435b643043dd8fbd1fcc47309c6acb7b3c8e
26113 Author: Mike Frysinger <vapier@gentoo.org>
26114 Date:   Sat Oct 11 21:44:00 2008 -0400
26115
26116     Blackfin: pass RETX to Linux
26117
26118     Make sure we save the value of RETX at power on and then pass it on to the
26119     kernel so that it can nicely debug a "double-fault-caused-a-reset" crash.
26120
26121     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26122
26123 commit b5eba3fafcccd1979380f12a256bd0e19be3d61e
26124 Author: Mike Frysinger <vapier@gentoo.org>
26125 Date:   Sat Oct 11 21:40:26 2008 -0400
26126
26127     Blackfin: clarify relocation comment during init
26128
26129     People often ask questions about the init process and when things go
26130     from flash to relocated base, so clarify the comments a bit.
26131
26132     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26133
26134 commit 95433f6d43ede6b40c1d900f3f704c839aa074f1
26135 Author: Mike Frysinger <vapier@gentoo.org>
26136 Date:   Sat Oct 11 21:23:41 2008 -0400
26137
26138     Blackfin: just set SP register directly during init
26139
26140     No need to set the SP register indirectly to the configured value when it
26141     can be set directly.
26142
26143     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26144
26145 commit 51230e6e356ccf4c932e0c4ff54f1e49da02285c
26146 Author: Mike Frysinger <vapier@gentoo.org>
26147 Date:   Sat Oct 11 21:15:53 2008 -0400
26148
26149     Blackfin: add portmuxing for UARTs on the BF51x
26150
26151     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26152
26153 commit 4f6a313240c531042f16909a3a170ab047b95779
26154 Author: Mike Frysinger <vapier@gentoo.org>
26155 Date:   Sun Jun 1 01:26:29 2008 -0400
26156
26157     Blackfin: respect CONFIG_CLKIN_HALF
26158
26159     As pointed out by Ivan Koryakovskiy, the initialization code was not
26160     actually respecting the CONFIG_CLKIN_HALF option when configuring the
26161     PLL_CTL register.
26162
26163     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26164
26165 commit dc2bfb0b58d7462b9eba68f3ae38e38cada0ad33
26166 Author: Mike Frysinger <vapier@gentoo.org>
26167 Date:   Sun Jun 1 01:21:34 2008 -0400
26168
26169     Blackfin: use common memcpy routine during init
26170
26171     Rather than using a local custom memcpy function, just call the existing
26172     optimized Blackfin version.
26173
26174     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26175
26176 commit 362c943347364e9373af4c5530778491ab56ec2e
26177 Author: Mike Frysinger <vapier@gentoo.org>
26178 Date:   Wed Apr 9 02:27:06 2008 -0400
26179
26180     Blackfin: set default boot SPI CS for BF538/BF539
26181
26182     The BF538/BF539 use CS2 for booting off of rather than CS1 like newer
26183     Blackfin parts.
26184
26185     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26186
26187 commit 74dde80bd5d55bc146630853ca191aaeea7c30f4
26188 Author: Mike Frysinger <vapier@gentoo.org>
26189 Date:   Wed Apr 9 02:20:59 2008 -0400
26190
26191     Blackfin: punt unused BF533-STAMP definitions
26192
26193     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26194
26195 commit fee531eeefc3b5f2c63c7fe27b9f55d924c59c26
26196 Author: Mike Frysinger <vapier@gentoo.org>
26197 Date:   Fri Apr 18 20:44:11 2008 -0400
26198
26199     Blackfin: resurrect BF533-STAMP video splash driver
26200
26201     This video driver used to live in the Blackfin cpu directory, but it was
26202     lost during the unification process.  This brings it back.
26203
26204     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26205
26206 commit a750d038f2548d846ea1e046d873dc932d041319
26207 Author: Mike Frysinger <vapier@gentoo.org>
26208 Date:   Wed Apr 9 02:31:29 2008 -0400
26209
26210     Blackfin: tighten up post memory coding style
26211
26212     No functional changes here; just cleanup code style a bit.
26213
26214     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26215
26216 commit 0649908f92c9bd214dd139aa3d4698c1654a45c6
26217 Author: Mike Frysinger <vapier@gentoo.org>
26218 Date:   Wed Apr 9 02:29:18 2008 -0400
26219
26220     Blackfin: bf537-stamp nand: fix more style errors in previous commit
26221
26222     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26223
26224 commit 41f3325ae9add641036d7cb362e884b698e53f07
26225 Author: Mike Frysinger <vapier@gentoo.org>
26226 Date:   Sat Oct 11 20:31:17 2008 -0400
26227
26228     Blackfin: drop dead/wrong debug code in initdram()
26229
26230     The DEBUG code in initdram() is quite old and was never really useful, so
26231     just drop it altogether.  Common Blackfin debug code does a better job.
26232
26233     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26234
26235 commit 65ba1abd3b90e0b2585745809b78e2651bd3bacb
26236 Author: Mike Frysinger <vapier@gentoo.org>
26237 Date:   Sat Oct 11 20:30:28 2008 -0400
26238
26239     Blackfin: bf533-ezkit: shuffle flash defines a little
26240
26241     Some of the flash defines weren't in the correct location and caused build
26242     problems in some configurations, so let's move types and defines to better
26243     local locations.
26244
26245     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26246
26247 commit be853bf86b41e91f4c422f0f56fdf87ea3191266
26248 Author: Mike Frysinger <vapier@gentoo.org>
26249 Date:   Mon Oct 6 04:16:47 2008 -0400
26250
26251     Blackfin: overhaul i2c driver
26252
26253     The current Blackfin i2c driver does not work properly with certain devices
26254     due to it breaking up transfers incorrectly.  This is a rewrite of the
26255     driver and relocates it to the newer place in the source tree.
26256
26257     Also remove duplicated I2C speed defines in Blackfin board configs and
26258     disable I2C slave address usage since it isn't implemented.
26259
26260     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26261
26262 commit b6edc719a106ab7fa6e6950b4d97bc39c1368e45
26263 Author: Mike Frysinger <vapier@gentoo.org>
26264 Date:   Mon Oct 6 04:00:07 2008 -0400
26265
26266     Blackfin: respect CONFIG_SYS_MONITOR_LEN for default flash protection
26267
26268     Respect the CONFIG_SYS_MONITOR_LEN define rather than assuming a size of
26269     128kB when setting up the default flash protection region for U-Boot
26270     itself.
26271
26272     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26273
26274 commit 78a0ba7dc24c9682371f6ee8549b569fb573a329
26275 Author: Mike Frysinger <vapier@gentoo.org>
26276 Date:   Mon Oct 6 03:57:39 2008 -0400
26277
26278     Blackfin: respect/check CONFIG_SYS_GBL_DATA_SIZE
26279
26280     When setting up the global data, rather than relying on sizeof(), use the
26281     common CONFIG_SYS_GBL_DATA_SIZE define.
26282
26283     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26284
26285 commit 01815c2d06c5b838f2cd536703e47bd2c9148194
26286 Author: Mike Frysinger <vapier@gentoo.org>
26287 Date:   Mon Oct 6 03:52:24 2008 -0400
26288
26289     Blackfin: implement general support for CONFIG_STATUS_LED
26290
26291     Here are the Blackfin-specific and board-independent pieces for status leds.
26292
26293     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26294
26295 commit 6882b5a79a3247494b62c05015fa672557f1bfaa
26296 Author: Mike Frysinger <vapier@gentoo.org>
26297 Date:   Mon Oct 6 03:49:32 2008 -0400
26298
26299     Blackfin: do not init i2c in Blackfin board init
26300
26301     The common code takes care of calling i2c_init() when needed, so no point
26302     in us doing it as well.
26303
26304     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26305
26306 commit 1118ea73698eee6e72ef5cbfc00e41746040304f
26307 Author: Mike Frysinger <vapier@gentoo.org>
26308 Date:   Mon Oct 6 03:42:20 2008 -0400
26309
26310     Blackfin: bfin_mac: update port muxing
26311
26312     Adds support more Blackfin parts and fixes broken muxing for older ones.
26313
26314     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26315
26316 commit 05b75e48832fc4afeecf8e76d704349557dffa35
26317 Author: Mike Frysinger <vapier@gentoo.org>
26318 Date:   Mon Oct 6 03:35:44 2008 -0400
26319
26320     Blackfin: fix dcache handling when doing dma memcpy's
26321
26322     Our dcache invalidate function doesn't just invalidate, it also flushes.
26323     So rename the function accordingly and fix the dma_memcpy() function so it
26324     doesn't inadvertently corrupt the data destination.
26325
26326     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26327
26328 commit 68e5632494168095d75f120af70043b68afd2476
26329 Author: Mike Frysinger <vapier@gentoo.org>
26330 Date:   Thu Aug 7 18:56:56 2008 -0400
26331
26332     Blackfin: dont generate ldrs with --force
26333
26334     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26335
26336 commit 746290dfd86a70b41fc5fdd3df1424a647d5c5e8
26337 Author: Mike Frysinger <vapier@gentoo.org>
26338 Date:   Thu Aug 7 18:55:30 2008 -0400
26339
26340     Blackfin: pass --bmode/--initcode when creating ldr
26341
26342     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26343
26344 commit 0332e4df71fccf9a96c5a4393e3c5d5daa50880a
26345 Author: Mike Frysinger <vapier@gentoo.org>
26346 Date:   Thu Aug 7 18:39:27 2008 -0400
26347
26348     Blackfin: minimize time cache is turned off when replacing cplb entries
26349
26350     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26351
26352 commit 21d631360430cf0ae9099612273cd4de28911ba9
26353 Author: Mike Frysinger <vapier@gentoo.org>
26354 Date:   Thu Aug 7 15:31:13 2008 -0400
26355
26356     Blackfin: split cache handling out of dma_memcpy()
26357
26358     Creating a new dma_memcpy() function that skips all cache checks allows us
26359     to use the function in very early init where the cache is not yet setup.
26360
26361     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26362
26363 commit d31eb38512bed377d5d4b3c696662e52120a2e4c
26364 Author: Mike Frysinger <vapier@gentoo.org>
26365 Date:   Thu Aug 7 15:30:49 2008 -0400
26366
26367     Blackfin: abort dma_memcpy() for L1 scratchpad
26368
26369     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26370
26371 commit 81b799add709177e838466461f7b9989488b0fd5
26372 Author: Mike Frysinger <vapier@gentoo.org>
26373 Date:   Thu Aug 7 15:27:52 2008 -0400
26374
26375     Blackfin: rename bootm.c to boot.c
26376
26377     The boot file contains functions for more than just "bootm", so rename it
26378     accordingly.
26379
26380     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26381
26382 commit d7ca7dd5bfc418ac173e9d2712f6cc2d8147a091
26383 Author: Mike Frysinger <vapier@gentoo.org>
26384 Date:   Thu Aug 7 13:22:37 2008 -0400
26385
26386     Blackfin: set more sane default board config values
26387
26388     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26389
26390 commit 36cd52a00794fb15ffab05d640acca92d7482993
26391 Author: Mike Frysinger <vapier@gentoo.org>
26392 Date:   Thu Aug 7 15:24:59 2008 -0400
26393
26394     Blackfin: convert CMD_LINE_ADDR to CONFIG_LINUX_CMDLINE_{ADDR,SIZE}
26395
26396     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26397
26398 commit c8054bc12e00669bd7588f2b30fef48aa94babac
26399 Author: Mike Frysinger <vapier@gentoo.org>
26400 Date:   Thu Aug 7 13:21:27 2008 -0400
26401
26402     Blackfin: add bit defines for DDR parts
26403
26404     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26405
26406 commit 154502fe0796f3b7a4698378c5d2080ae28a9782
26407 Author: Mike Frysinger <vapier@gentoo.org>
26408 Date:   Thu Aug 7 13:21:11 2008 -0400
26409
26410     Blackfin: add defines to describe active bootrom behavior
26411
26412     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26413
26414 commit 2b6fd5c77db9c6ed3cea9799c86ff922cf0107b2
26415 Author: Kim Phillips <kim.phillips@freescale.com>
26416 Date:   Tue Jan 27 16:03:53 2009 -0600
26417
26418     mpc83xx: fix undefined reference to `flush_cache' error in simpc8313 build
26419
26420     extend commit c70564e6b1bd08f3230182392238907f3531a87e
26421     "NAND: Fix cache and memory inconsistency issue" to add the cache.o dependency
26422     to the simpc8313 build and fix this:
26423
26424     ...Large Page NAND...Configuring for SIMPC8313 board...
26425     nand_boot_fsl_elbc.o: In function `nand_boot':
26426     nand_spl/board/sheldon/simpc8313/nand_boot_fsl_elbc.c:150: undefined reference to `flush_cache'
26427     make[1]: *** [/home/r1aaha/git/u-boot-mpc83xx/nand_spl/u-boot-spl] Error 1
26428     make: *** [nand_spl] Error 2
26429
26430     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26431
26432 commit 54a7cc4912feefa45be961cc47cc159563725d2f
26433 Author: Wolfgang Denk <wd@denx.de>
26434 Date:   Wed Jan 28 09:25:31 2009 +0100
26435
26436     mpc8536ds.c: include sata.h to for needed function prototypes
26437
26438     Signed-off-by: Wolfgang Denk <wd@denx.de>
26439
26440 commit 2fb2604d5c20beb061b0a94282b7f6eb14d00cb8
26441 Author: Peter Tyser <ptyser@xes-inc.com>
26442 Date:   Tue Jan 27 18:03:12 2009 -0600
26443
26444     Command usage cleanup
26445
26446     Remove command name from all command "usage" fields and update
26447     common/command.c to display "name - usage" instead of
26448     just "usage". Also remove newlines from command usage fields.
26449
26450     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
26451
26452 commit 79621bc10ba8b8c45d348994aba5b9e4923cb77b
26453 Author: Peter Tyser <ptyser@xes-inc.com>
26454 Date:   Tue Jan 27 18:03:11 2009 -0600
26455
26456     amcc: Clean up command usage output
26457
26458     Update taihu and taishan commands to use cmd_usage() function
26459     to display usage messages.
26460
26461     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
26462
26463 commit 62c3ae7c6ef215b1afa614abdf61acf077752207
26464 Author: Peter Tyser <ptyser@xes-inc.com>
26465 Date:   Tue Jan 27 18:03:10 2009 -0600
26466
26467     Standardize command usage messages with cmd_usage()
26468
26469     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
26470
26471 commit 84cde2bb409c07c6ef36a192d194359d4e9ccd70
26472 Author: Peter Tyser <ptyser@xes-inc.com>
26473 Date:   Tue Jan 27 18:03:09 2009 -0600
26474
26475     pcs440ep: Clean up led command definition
26476
26477     The pcs440ep's led command usage formatting is non-standard.  It
26478     was made standard in preparation for larger command usage updates.
26479
26480     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
26481
26482 commit 9507e7867e04dc48c80ee333c2a9a5e70e887f62
26483 Author: Peter Tyser <ptyser@xes-inc.com>
26484 Date:   Tue Jan 27 18:03:08 2009 -0600
26485
26486     Clean up diufb command definitions
26487
26488     The diufb command usage formatting is non-standard.  It was
26489     made standard in preparation for larger command usage updates.
26490
26491     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
26492
26493 commit 6450a8485836fc80615ae6de6a864c33369b44f5
26494 Author: Wolfgang Denk <wd@denx.de>
26495 Date:   Wed Jan 28 00:29:26 2009 +0100
26496
26497     Update CHANGELOG, tiny coding style cleanup.
26498
26499     Signed-off-by: Wolfgang Denk <wd@denx.de>
26500
26501 commit cf7e399fb35b3aea90a27d1df72f45f5d6156204
26502 Author: Mike Frysinger <vapier@gentoo.org>
26503 Date:   Tue Jan 27 16:12:21 2009 -0500
26504
26505     SATA: do not auto-initialize during boot
26506
26507     Rather than have the board code initialize SATA automatically during boot,
26508     make the user manually run "sata init".  This brings the SATA subsystem in
26509     line with common U-Boot policy.
26510
26511     Rather than having a dedicated weak function "is_sata_supported", people
26512     can override sata_initialize() to do their weird board stuff.  Then they
26513     can call the actual __sata_initialize().
26514
26515     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26516
26517 commit 50970839712dda35399e2fa83fe818df9354d618
26518 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
26519 Date:   Mon Jan 26 08:45:14 2009 -0500
26520
26521     part_efi: Fix partition size calculation due to inclusive ending LBA.
26522
26523     The ending LBA is inclusive. Hence, the partition size should be
26524     ((ending-LBA + 1) - starting-LBA) to get the proper partition size.
26525
26526     This is confirmed against the results from the parted tool.
26527     (e.g. use parted /dev/sda -s unit S print) and observe the size.
26528
26529     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
26530
26531 commit b5b004ad8a0ac6f98bd5708ec8b22fbddd1c1042
26532 Author: Tomasz Figa <tomasz.figa@gmail.com>
26533 Date:   Tue Dec 30 18:35:57 2008 +0100
26534
26535     jffs2: Fix zero sector_size when not using CONFIG_JFFS2_CMDLINE
26536
26537     This patch fixes a bug (?) introduced after inclusion of the new
26538     JFFS2 code.
26539
26540     When not using CONFIG_JFFS2_CMDLINE, the code in cmd_jffs2.c doesn't
26541     fill in part->sector_size (keeping it as 0), but a correct value is
26542     needed by the code in jffs2_1pass.c. This causes all JFFS2 accesses
26543     to be in the same place of the memory, what obviously means
26544     impossibility to use the JFFS2 partition.
26545
26546     This problem is fixed in this patch by including sector size
26547     calculation in non-CONFIG_JFFS2_CMDLINE mtdparts_init variant.
26548
26549     Signed-off-by: Tomasz Figa <tomasz.figa_at_gmail.com>
26550
26551 commit ba69dc26a5fd606da49573bb2f15e756a34f3f98
26552 Author: Mike Frysinger <vapier@gentoo.org>
26553 Date:   Tue Dec 30 02:59:25 2008 -0500
26554
26555     saveenv: standardize enablement
26556
26557     Rather than special casing each environment type for enabling the saveenv
26558     command, have them all behave the same.  This avoids bitrot as new env
26559     sources are added/removed.
26560
26561     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26562
26563 commit 2ac6985a7466a1c8a7aa8b2fa24d360925a82764
26564 Author: Andrew Dyer <adyer@righthandtech.com>
26565 Date:   Mon Dec 29 17:36:01 2008 -0600
26566
26567     soft_i2c.c add option for repeated start in i2c_read()
26568
26569     This patch adds a #define to optionally change the behaviour of
26570     i2c_read() in soft_i2c.c to send an I2C repeated start instead of a
26571     stop-start between sending the device address pointer write and
26572     reading back the data.  The current behaviour is retained as the
26573     default.
26574
26575     While most devices will work either way, I have a smart battery(*)
26576     that requires repeated start, and someone at some point found a
26577     device that required a stop-start.
26578
26579     (*) http://www.inspired-energy.com/Standard_Products/NL2054/NL2054%20Rev1.0%20Data%20Sheet.pdf
26580
26581     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
26582
26583 commit 3429071700963ca2f944c51d695a7481af0cee33
26584 Author: Wolfgang Denk <wd@denx.de>
26585 Date:   Tue Jan 27 22:07:14 2009 +0100
26586
26587     {delta,zylonite}/lowlevel_init.S: fix typo
26588
26589     Commit 9d803d8c mistakenly changed some constants
26590     from 0x300 into 300 - this patch fixes it.
26591
26592     Pointed out by Tom Evans <tom@ceos.com.au>, see
26593     http://article.gmane.org/gmane.comp.boot-loaders.u-boot/51992 for
26594     details.
26595
26596     Signed-off-by: Wolfgang Denk <wd@denx.de>
26597
26598 commit 1bc434373013af241835c14011ac3f291dccbf53
26599 Author: Stefan Althoefer <stefan.althoefer@web.de>
26600 Date:   Sat Dec 20 19:40:41 2008 +0100
26601
26602     drivers/net/e1000.c: missing terminator for supported devices
26603
26604     Signed-off-by: Stefan Althoefer <stefan.althoefer@web.de>
26605
26606 commit 65f7d41031a70b1649b35020995c505edca91533
26607 Author: Wolfgang Denk <wd@denx.de>
26608 Date:   Tue Jan 27 21:36:28 2009 +0100
26609
26610     fat.c: fix warning: array subscript is above array bounds
26611
26612     Fix based on suggestion by David Hawkins <dwh@ovro.caltech.edu>.
26613
26614     Signed-off-by: Wolfgang Denk <wd@denx.de>
26615
26616 commit 107b801cf3fe39612d69d70581ebc3bf5e215554
26617 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26618 Date:   Fri Jan 2 15:11:41 2009 +0100
26619
26620     Fix gunzip in case of insufficient output buffer
26621
26622     U-Boot's gunzip() function does not handle the return code
26623     of zlib's inflate() function correctly. gunzip() is implemented
26624     to uncompress all input data in one run. So the correct return
26625     code for the good case is Z_STREAM_END. In case of insufficient
26626     output buffer memory inflate returns Z_OK. For gunzip() this
26627     is an error.
26628
26629     It also makes sense to me to call inflateEnd() also in case
26630     of an error.
26631
26632     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26633
26634 commit 2a61eff6a82f0d6e2335d968799b3fbeb3ff4d8e
26635 Author: Stefan Roese <sr@denx.de>
26636 Date:   Wed Jan 21 17:25:01 2009 +0100
26637
26638     MIPS: Add VCT board series support (Part 3/3)
26639
26640     Signed-off-by: Stefan Roese <sr@denx.de>
26641
26642 commit ae691e5719c48f1d2826cb72722497d1d162765b
26643 Author: Stefan Roese <sr@denx.de>
26644 Date:   Wed Jan 21 17:24:49 2009 +0100
26645
26646     MIPS: Add VCT board series support (Part 2/3)
26647
26648     Signed-off-by: Stefan Roese <sr@denx.de>
26649
26650 commit 50752790bc9285c0c1c5235e88f3a4ef2eec1e72
26651 Author: Stefan Roese <sr@denx.de>
26652 Date:   Wed Jan 21 17:24:39 2009 +0100
26653
26654     MIPS: Add VCT board series support (Part 1/3)
26655
26656     Signed-off-by: Stefan Roese <sr@denx.de>
26657
26658 commit 03d3bfb00806b5441f1871c7408c1749863e0fdc
26659 Author: Stefan Roese <sr@denx.de>
26660 Date:   Wed Jan 21 17:20:20 2009 +0100
26661
26662     MIPS: Add flush_dcache_range() and invalidate_dcache_range()
26663
26664     This patch adds flush_/invalidate_dcache_range() to the MIPS architecture.
26665     Those functions are needed for the upcoming dcache support for the USB
26666     EHCI driver. I chose this API because those cache handling functions are
26667     already present in the PPC architecture.
26668
26669     Signed-off-by: Stefan Roese <sr@denx.de>
26670     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
26671
26672 commit de832a99414ff06a4b2cdc9f5280b387da039834
26673 Author: Stefan Roese <sr@denx.de>
26674 Date:   Mon Jan 26 10:05:20 2009 +0100
26675
26676     nand_spl: Fix compile problem with board_nand_init() prototype
26677
26678     This patch removes the now obsolete and additionally wrongly defined
26679     board_nand_init() prototype from nand_spl/nand_boot.c.
26680
26681     Signed-off-by: Stefan Roese <sr@denx.de>
26682     Signed-off-by: Scott Wood <scottwood@freescale.com>
26683
26684 commit e8eac437189430d8e04a5d254ed92c58bc534a79
26685 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
26686 Date:   Wed Jan 14 08:44:26 2009 -0500
26687
26688     CFI: Add geometry reversal for STMicro M29W320ET
26689
26690     Added flash_fixup_stm to fix geometry reversal on STMicro M29W320ET flash chip.
26691
26692     Modeled after flash_fixup_amd, this patch handles the geometry reversal
26693     or erase sectors that exist for ST Micro (now Numonyx) M29W320ET flash.
26694     Since I cannot test all STM's chips, the detection is implemented as
26695     narrow as possible for now.
26696
26697     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
26698     Signed-off-by: Stefan Roese <sr@denx.de>
26699
26700 commit 0f8e851e897b535959a0781171910cd97f33c30c
26701 Author: Jens Gehrlein <sew_s@tqs.de>
26702 Date:   Tue Dec 16 17:25:55 2008 +0100
26703
26704     CFI: increase performance of function find_sector()
26705
26706     Tested on TQM5200S-BD with Samsung K8P2815UQB
26707
26708     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
26709     Signed-off-by: Stefan Roese <sr@denx.de>
26710
26711 commit a7292871a79cc48d98e3a708dd3c3b81580db6ef
26712 Author: Jens Gehrlein <sew_s@tqs.de>
26713 Date:   Tue Dec 16 17:25:54 2008 +0100
26714
26715     CFI: avoid redundant function call in single word programming mode
26716
26717     The function find_sector() doesn't need to be called twice in
26718     the case of AMD command set.
26719     Tested on TQM5200S-BD with Samsung K8P2815UQB.
26720
26721     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
26722     Signed-off-by: Stefan Roese <sr@denx.de>
26723
26724 commit c8901f46a71ec16e084e604596a09e23bfb0f6ac
26725 Author: Stefan Roese <sr@denx.de>
26726 Date:   Mon Jan 26 10:15:23 2009 +0100
26727
26728     ppc4xx: Remove compilation warning in gdppc440etc.c
26729
26730     Signed-off-by: Stefan Roese <sr@denx.de>
26731
26732 commit 91f33534728e6416d332ad2b53ad1d6fde57f7fc
26733 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26734 Date:   Fri Jan 2 12:19:47 2009 +0100
26735
26736     ppc4xx: Remove CONFIG_SYS_IGNORE_405_UART_ERRATA_59 from config files
26737
26738     Lot's of 405 board config files use CONFIG_SYS_IGNORE_405_UART_ERRATA_59.
26739     Either they define or undef it. Because it's not used in any source
26740     files this patch removes any references to it.
26741
26742     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26743     Signed-off-by: Stefan Roese <sr@denx.de>
26744
26745 commit 89b8619aaeafc922ca0c3bb249872591050c8dcc
26746 Author: Dirk Eibach <eibach@gdsys.de>
26747 Date:   Tue Dec 9 13:12:40 2008 +0100
26748
26749     ppc4xx: Add GDsys PowerPC 440 ETX board support.
26750
26751     Board support for the Guntermann & Drunck PowerPC 440 ETX module.
26752     Based on the AMCC Yosemite board support by Stefan Roese.
26753
26754     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
26755     Signed-off-by: Stefan Roese <sr@denx.de>
26756
26757 commit 3943d2ff6cc40dd601a9feeb39eb6d3d5090ea6d
26758 Author: Dirk Eibach <eibach@gdsys.de>
26759 Date:   Tue Dec 9 11:00:07 2008 +0100
26760
26761     ppc4xx: Improve DDR autodetect
26762
26763     Added support for a second memory bank to DDR autodetection for 440
26764     platforms.
26765     Made hardcoded values configurable.
26766
26767     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
26768     Signed-off-by: Stefan Roese <sr@denx.de>
26769
26770 commit 71a040f4f556cca4d30f06805d82e717b3ef1020
26771 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26772 Date:   Fri Nov 21 12:06:26 2008 +0900
26773
26774     sh: sh7763rdp: Update sh7763rdp config
26775
26776     Add CONFIG_NET_MULTI in config file, because sh_eth changed new newwork API.
26777
26778     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26779     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26780
26781 commit ba705b5b1a97b47388ed48858bef6bf7b6bfcd56
26782 Author: Gary Jennejohn <garyj@denx.de>
26783 Date:   Thu Nov 20 12:28:38 2008 +0100
26784
26785     mgcoge make ether_scc.c work with CONFIG_NET_MULTI
26786
26787     This change is needed for mgcoge because it uses two ethernet drivers.
26788
26789     Add a check for the presence of the PIGGY board on mgcoge.  Without this
26790     board networking cannot work and the initialization must be aborted.
26791
26792     Only allocate rtx once to prevent DPRAM exhaustion.
26793
26794     Initialize ether_scc.c and the keymile-specific HDLC driver (to be added
26795     soon) in eth.c.
26796
26797     Signed-off-by: Gary Jennejohn <garyj@denx.de>
26798     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26799
26800 commit bd3980cc095af1728b994cdd8bf1ac430b6289e6
26801 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26802 Date:   Fri Nov 21 12:04:18 2008 +0900
26803
26804     sh: sh_eth: Change new network API
26805
26806     sh_eth used old network API. This patch changed new API.
26807
26808     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
26809     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26810
26811 commit 890a02e8ee6b8c26a6e3e505e1a2d29cd73aa6f6
26812 Author: Stefan Roese <sr@denx.de>
26813 Date:   Wed Nov 12 13:31:02 2008 +0100
26814
26815     net: smc911x: Make register read/write functions weak
26816
26817     This patch changes the reg_read/_write to smc911x_reg_read/_write
26818     and defines then as weak so that they can be overridden by board
26819     specific version.
26820
26821     This will be used by the upcoming VCTH board support.
26822
26823     Signed-off-by: Stefan Roese <sr@denx.de>
26824     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26825
26826 commit 8b69b563039989885969d24465c56f8ac4c07c4c
26827 Author: Heiko Schocher <hs@denx.de>
26828 Date:   Thu Nov 20 09:57:14 2008 +0100
26829
26830     powerpc: net: support for the SMSC LAN8700 PHY
26831
26832     Signed-off-by: Heiko Schocher <hs@denx.de>
26833     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26834
26835 commit d5254f149da9e6cd649d887b042ce577ef3ba78d
26836 Author: Alessandro Rubini <rubini@unipv.it>
26837 Date:   Sat Jan 24 18:10:37 2009 +0100
26838
26839     Initial support for Nomadik 8815 development board
26840
26841     The NMDK8815 board is distributed by ST Microelectornics.
26842     Other (proprietary) code must be run to unlock the CPU before
26843     U-Boot runs. doc/README.nmdk8815 outlines the boot sequence.
26844
26845     This is the initial port, with basic infrastructure and
26846     a working serial port.
26847
26848     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
26849     Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
26850     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26851
26852 commit 7d264c1ef267cfc8d928bc8577a7cc907f2f5e47
26853 Author: Dirk Behme <dirk.behme@googlemail.com>
26854 Date:   Sun Dec 14 09:47:18 2008 +0100
26855
26856     OMAP3: Add I2C support
26857
26858     Add I2C support.
26859
26860     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
26861
26862 commit b1c3bf99fb477675d464aeadb5dd69d2cbc9dc7b
26863 Author: Dirk Behme <dirk.behme@googlemail.com>
26864 Date:   Sun Dec 14 09:47:17 2008 +0100
26865
26866     OMAP3: Add MMC support
26867
26868     Add MMC support.
26869
26870     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
26871
26872 commit 12201a13547ec22ddcdae278e74465e54a3be60c
26873 Author: Dirk Behme <dirk.behme@googlemail.com>
26874 Date:   Sun Dec 14 09:47:16 2008 +0100
26875
26876     OMAP3: Add NAND support
26877
26878     Add NAND support.
26879
26880     Signed-off-by: Nishanth Menon <nm@ti.com>
26881     Signed-off-by: Syed Mohammed Khasim <khasim@ti.com>
26882     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
26883
26884 commit 91eee546737ae21d930af479530997174c342b13
26885 Author: Dirk Behme <dirk.behme@googlemail.com>
26886 Date:   Sun Dec 14 09:47:15 2008 +0100
26887
26888     OMAP3: Add common board, interrupt and system info
26889
26890     Add common board, interrupt and system info code.
26891
26892     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
26893
26894 commit 5ed3e8659e5373f6a229877ac506c0b00a054fb8
26895 Author: Dirk Behme <dirk.behme@googlemail.com>
26896 Date:   Sun Dec 14 09:47:14 2008 +0100
26897
26898     OMAP3: Add common clock, memory and low level code
26899
26900     Add common clock, memory and low level code
26901
26902     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
26903
26904 commit 0b02b184003e6a5023e05d5f31de54db279b1431
26905 Author: Dirk Behme <dirk.behme@googlemail.com>
26906 Date:   Sun Dec 14 09:47:13 2008 +0100
26907
26908     OMAP3: Add common cpu and start code
26909
26910     Add common cpu and start code.
26911
26912     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
26913
26914 commit a8b6450546cd507d331b8fde384791d84bde5651
26915 Author: Dirk Behme <dirk.behme@googlemail.com>
26916 Date:   Sun Dec 14 09:47:12 2008 +0100
26917
26918     OMAP3: Add OMAP3, memory and function prototype headers
26919
26920     Add OMAP3, memory and function prototype header files for OMAP3.
26921
26922     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
26923
26924 commit 2c803210a464abbac35752ca1c737514360b4c32
26925 Author: Dirk Behme <dirk.behme@googlemail.com>
26926 Date:   Sun Dec 14 09:47:11 2008 +0100
26927
26928     OMAP3: Add pin mux, clock and cpu headers
26929
26930     Add pin mux, clock and cpu header files for OMAP3.
26931
26932     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
26933
26934 commit 685533646f4ff17a84ec9265cabb60af325b6e1f
26935 Author: Maxim Artamonov <scn1874@yandex.ru>
26936 Date:   Wed Dec 3 05:38:17 2008 +0300
26937
26938     bugfix for i.mx31 CCM_UPCTL reg
26939
26940     Signed-off-by: Maxim Artamonov <scn1874 at yandex.ru>
26941
26942 commit 24113a44ed5cd3257a0237c3961e121812fca6db
26943 Author: Mike Frysinger <vapier@gentoo.org>
26944 Date:   Tue Dec 30 03:15:38 2008 -0500
26945
26946     easylogo: add optional gzip support
26947
26948     Some images can be quite large, so add an option to compress the
26949     image data with gzip in the U-Boot image. Then at runtime, the
26950     board can decompress it with the normal zlib functions.
26951
26952     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26953
26954 commit 7e4b9b4f6f43838fad3ad72c029a3d7fc7c7d48c
26955 Author: Bryan Wu <bryan.wu@analog.com>
26956 Date:   Fri Jan 2 20:47:45 2009 -0500
26957
26958     fat: fix unaligned errors
26959
26960     A couple of buffers in the fat code are declared as an array of bytes.
26961     But it is then cast up to a structure with 16bit and 32bit members.
26962     Since GCC assumes structure alignment here, we have to force the
26963     buffers to be aligned according to the structure usage.
26964
26965     Signed-off-by: Bryan Wu <bryan.wu@analog.com>
26966     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26967
26968 commit 68f8718df2ed4c2f43031407ccf6cfa81125dddc
26969 Author: Brad Bozarth <bflinux@yumbrad.com>
26970 Date:   Thu Jan 1 22:45:47 2009 -0500
26971
26972     spi flash: fix crash due to spi flash miscommunication
26973
26974     Higher spi flash layers expect to be given back a pointer that was
26975     malloced so that it can free the result, but the lower layers return
26976     a pointer that is in the middle of the malloced memory. Reorder the
26977     members of the lower spi structures so that things work out.
26978
26979     Signed-off-by: Brad Bozarth <bflinux@yumbrad.com>
26980     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26981     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
26982
26983 commit ce82ff05388b5ddafdf6082ef0776cce72c40b1c
26984 Author: Yuri Tikhonov <yur@emcraft.com>
26985 Date:   Sat Dec 20 14:54:21 2008 +0300
26986
26987     FPU POST: fix warnings when building with 2.18 binutils
26988
26989     When compile u-boot with the 2.18 binutils the following
26990     warning messages for each object file in post/lib_ppc/fpu/ is
26991     produced at the linking stage:
26992
26993     post/libpost.a(acc1.o) uses hard float, u-boot uses soft-float
26994     ...
26995
26996     This is because of the fact that, in general, the soft-float and
26997     hard-float ABIs are incompatible; the 2.18 binutils do checking
26998     of the Tag_GNU_Power_ABI_FP attribute of the files to be linked, and
26999     produce the worning like above if these are not compatible.
27000
27001     The incompatibility of ABIs is concerned only the float values:
27002     e.g. the soft-float ABI assumes the float argument passing in the
27003     pair of rX registers, and the hard-float ABI assumes passing of
27004     the float argument in the fX register. When we don't pass the float
27005     arguments between the functions compiled with different floatness,
27006     then such an application will work correctly.
27007     This is the case for the FPU POST: u-boot (compiled with soft-float)
27008     doesn't pass to (and doesn't get from) the FPU POST functions any
27009     floats; there are no functions exported from the post/lib_ppc/fpu/
27010     objects which would work with float parameters/returns too. So, we
27011     can reassure the linker not to worry about the difference in ABI
27012     attributes of linking files just by setting the 'soft-float'
27013     attribute for the objects in post/lib_ppc/fpu. And this patch does
27014     this.
27015
27016     Also, to avoid passing both soft- and hard-float options in CFLAGS
27017     when compiling the files from post/lib_ppc/fpu (which is OK, but
27018     looks rather dirty) this patch removes the soft-float string from
27019     CFLAGS in post/lib_ppc/fpu/Makefile.
27020
27021     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
27022
27023 commit a7c9310457e85b4598abe5b304108edf11332e2f
27024 Author: Peter Tyser <ptyser@xes-inc.com>
27025 Date:   Wed Dec 17 16:36:22 2008 -0600
27026
27027     Add support for Maxim's DS4510 I2C device
27028
27029     Initial support for the DS4510, a CPU supervisor with
27030     integrated EEPROM, SRAM, and 4 programmable non-volatile
27031     GPIO pins. The CONFIG_DS4510 define enables support
27032     for the device while the CONFIG_CMD_DS4510 define
27033     enables the ds4510 command. The additional
27034     CONFIG_DS4510_INFO, CONFIG_DS4510_MEM, and
27035     CONFIG_DS4510_RST defines add additional sub-commands
27036     to the ds4510 command when defined.
27037
27038     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
27039
27040 commit b6fc6fd49a84543e1324e1620b9f301ff7c1f27f
27041 Author: Dirk Eibach <eibach@gdsys.de>
27042 Date:   Tue Dec 16 14:51:56 2008 +0100
27043
27044     common: Iteration limit for memory test.
27045
27046     The iteration limit is passed to mtest as a fourth parameter:
27047     [start [end [pattern [iterations]]]]
27048     If no fourth parameter is supplied, there is no iteration limit and the
27049     test will loop forever.
27050
27051     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
27052
27053 commit 97cae3a4c68d856374ccc70fd2c5f8714cc94f7d
27054 Author: Stefan Roese <sr@denx.de>
27055 Date:   Mon Dec 15 15:40:12 2008 +0100
27056
27057     serial: Rename driver vcth to vct to support other board variants
27058
27059     Moved driver vcth.c to vct.c to better reflect the VCT board series.
27060     This driver is now used by the VCT platforms:
27061
27062     vct_premium
27063     vct_platinum
27064     vct_platinumsvc
27065
27066     Signed-off-by: Stefan Roese <sr@denx.de>
27067
27068 commit 36ede4d63e59c9277ec180b09c39b8bf46425ba2
27069 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
27070 Date:   Fri Dec 12 00:45:27 2008 +0900
27071
27072     nios: Move README.nios_CONFIG_SYS_NIOS_CPU to doc/ dir
27073
27074     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
27075
27076 commit c3284b030b1cd492b4f46c576aea01bef258599d
27077 Author: Peter Korsgaard <jacmet@sunsite.dk>
27078 Date:   Wed Dec 10 16:24:16 2008 +0100
27079
27080     common/main: support bootdelay=0 for CONFIG_AUTOBOOT_KEYED
27081
27082     Support bootdelay=0 in abortboot for the CONFIG_AUTOBOOT_KEYED case
27083     similar to the CONFIG_ZERO_BOOTDELAY_CHECK support for the
27084     !CONFIG_AUTOBOOT_KEYED case.
27085
27086     Do this by reversing the loop so we do at least one iteration before
27087     checking for timeout.
27088
27089     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
27090
27091 commit 94f9279f7bbdc01bbc7cf85aedf9b545943b94c3
27092 Author: Niklaus Giger <niklaus.giger@netstal.com>
27093 Date:   Mon Dec 8 17:24:08 2008 +0100
27094
27095     Added legacy flash ST Micro M29W040B
27096
27097 commit 626d07348e5f9f302f4ea182161a89f7362a0488
27098 Author: Graeme Russ <graeme.russ@gmail.com>
27099 Date:   Mon Dec 8 20:04:51 2008 +1100
27100
27101     Fixed off-by-one errors in lib_m68k/interrupts.c
27102
27103     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
27104
27105 commit a5989c42ae5e295f274a795c426c47819bbdbfda
27106 Author: Graeme Russ <graeme.russ@gmail.com>
27107 Date:   Sun Dec 7 10:29:05 2008 +1100
27108
27109     Removed all references to CONFIG_SYS_RESET_GENERIC
27110
27111     Generic i386 reset - #define made redundant by weak function
27112
27113     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
27114
27115 commit 2b5360eb2bc0b741ae5cb3c84d35ccdd17667c8a
27116 Author: Graeme Russ <graeme.russ@gmail.com>
27117 Date:   Sun Dec 7 10:29:04 2008 +1100
27118
27119     Remove #ifdef CONFIG_SC520 in source code
27120
27121     CONFIG_SC520 is now used for conditional compile
27122
27123     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
27124
27125 commit ead056bc206f6b7ee6dc98766678b64635ea20b8
27126 Author: Graeme Russ <graeme.russ@gmail.com>
27127 Date:   Sun Dec 7 10:29:03 2008 +1100
27128
27129     Added MMCR reset functionality
27130
27131     Reset function specific to AMD SC520 microcontroller - Is more of a
27132     'hard reset' that the triple fault.
27133
27134     Requires CONFIG_SYS_RESET_SC520 to be defined in config
27135
27136     I would have liked to add this to a new file (cpu/i386/sc520/reset.c)
27137     but ld requires that a object file in a library arhive MUST contain
27138     at least one function which does not override a weak function (and is
27139     called from outside the object file) in order for that object file to
27140     be extracted from the archive. This would be the only function on the
27141     new file, and hence, will never get linked in.
27142
27143     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
27144
27145 commit 3f5f18d12d32ee0661bf51dfc55752c005230d6e
27146 Author: Graeme Russ <graeme.russ@gmail.com>
27147 Date:   Sun Dec 7 10:29:02 2008 +1100
27148
27149     Moved generic (triple fault) reset code
27150
27151     Moved from interrupts.c to cpu.c and made into a weak function to
27152     allow vendor specific override
27153
27154     Vendor specific CPU reset (like the AMD SC520 MMCR reset) can now be
27155     added to the vendor specific code without the need to remember to
27156     #undef usage of the generic method and if you forget to include your
27157     custom reset method, you will always get the default.
27158
27159     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
27160
27161 commit 9933d609020c297788f53f334c8465fa7a99b10c
27162 Author: Graeme Russ <graeme.russ@gmail.com>
27163 Date:   Sun Dec 7 10:29:01 2008 +1100
27164
27165     Moved definition of set_vector() to new header file
27166
27167     This allows for future tidy ups and functionality that will require
27168     set_vector ()
27169
27170     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
27171
27172 commit 407976185e0dda2c90e89027121a1071b9c77bfb
27173 Author: Graeme Russ <graeme.russ@gmail.com>
27174 Date:   Sun Dec 7 10:29:00 2008 +1100
27175
27176     Moved sc520 specific code into new cpu/i386/sc520 folder
27177
27178     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
27179     Signed-off-by: Wolfgang Denk <wd@denx.de>
27180
27181 commit 85ffbbd51914925a542d8528be7f072e5ab02157
27182 Author: Graeme Russ <graeme.russ@gmail.com>
27183 Date:   Sun Dec 7 10:28:58 2008 +1100
27184
27185     Renamed cpu/i386/reset.S to resetvec.S
27186
27187     Brings i386 in line with other CPUs with a reset vector and frees up reset.c
27188     for CPU reset functions
27189
27190     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
27191
27192 commit a3f4c123f569474e80ea012b8db0de46afdb6443
27193 Author: Wolfgang Denk <wd@denx.de>
27194 Date:   Sat Jan 24 01:01:49 2009 +0100
27195
27196     Makefile: keep lists sorted.
27197
27198     Signed-off-by: Wolfgang Denk <wd@denx.de>
27199
27200 commit c620c01e96814558470698ed5cab1bf2f504d1b5
27201 Author: Graeme Russ <graeme.russ@gmail.com>
27202 Date:   Sun Dec 7 10:28:57 2008 +1100
27203
27204     Added initial eNET board support
27205
27206     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
27207
27208 commit 0c0ccf401ee03a5008fc2c19b05a662bce1a1086
27209 Author: Gary Jennejohn <garyj@denx.de>
27210 Date:   Thu Nov 20 11:37:26 2008 +0100
27211
27212     POWERPC 82xx: add the SCC as an HDLC controller
27213
27214     Right now this is only used by keymile.
27215
27216     Signed-off-by: Gary Jennejohn <garyj@denx.de>
27217
27218 commit 1e8f4e78ca393b3d8e86bd8055758dd465d9113f
27219 Author: Heiko Schocher <hs@denx.de>
27220 Date:   Thu Nov 20 09:59:09 2008 +0100
27221
27222     powerpc, keymile boards: extract identical config options
27223
27224     This patch extracts the identical config options for the
27225     keymile boards mgcoge, mgsuvd and kmeter1 in a new
27226     common config file keymile-common.h.
27227
27228     Signed-off-by: Heiko Schocher <hs@denx.de>
27229
27230 commit 210c8c00aad3328145204adab434bb7d70b06b75
27231 Author: Heiko Schocher <hs@denx.de>
27232 Date:   Fri Nov 21 08:29:40 2008 +0100
27233
27234     powerpc: keymile: Add a check for the PIGGY debug board
27235
27236     Check the presence of the PIGGY on the keymile boards mgcoge,
27237     mgsuvd and kmeter1. If the PIGGY is not present, dont register
27238     this Ethernet device.
27239
27240     Signed-off-by: Heiko Schocher <hs@denx.de>
27241     Acked-by: Ben Warren <biggerbadderben@gmail.com>
27242
27243 commit de0443614af4d16675ab436665aeb11ddc9f7214
27244 Author: Heiko Schocher <hs@denx.de>
27245 Date:   Thu Nov 20 09:57:47 2008 +0100
27246
27247     powerpc: 83xx: add support for the kmeter1 board
27248
27249     This patch adds support for the kmeter1 board from Keymile,
27250     based on a Freescale MPC8360 CPU.
27251
27252     - serial console on UART 1
27253     - 256 MB DDR2 RAM
27254     - 64 MB NOR Flash
27255     - Ethernet RMII Mode over UCC4
27256     - PHY SMSC LAN8700
27257
27258     Signed-off-by: Heiko Schocher <hs@denx.de>
27259
27260 commit 3feb647f3fd0881382c7a29f4cf280b66473ae0a
27261 Author: Sergei Poselenov <sposelenov@emcraft.com>
27262 Date:   Tue Nov 4 13:51:18 2008 +0100
27263
27264     Add a do_div() wrapper macro, lldiv().
27265
27266     Add a do_div() wrapper, lldiv(). The new inline function doesn't modify
27267     the dividend and returns the result of division, so it is useful
27268     in complex expressions, i.e. "return(a/b)" -> "return(lldiv(a,b))"
27269
27270     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
27271
27272 commit 18af1c5f0f7402dc0d6a71b012c68025dd97cf72
27273 Author: Kumar Gala <galak@kernel.crashing.org>
27274 Date:   Fri Jan 23 14:22:14 2009 -0600
27275
27276     85xx: Add a 36-bit physical configuration for MPC8572DS
27277
27278     We move all IO addressed (CCSR, localbus, PCI) above the 4G boundary
27279     to allow for larger memory sizes.
27280
27281     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27282
27283 commit c51fc5d53c4560abc4d0a6126c06fc68133d1528
27284 Author: Kumar Gala <galak@kernel.crashing.org>
27285 Date:   Fri Jan 23 14:22:13 2009 -0600
27286
27287     85xx: Handle eLBC difference w/36-bit physical
27288
27289     The eLBC only handles 32-bit physical address in systems with 36-bit
27290     physical.  The previos generation of LBC handled 34-bit physical
27291     address in 36-bit systems.  Added a new CONFIG option to convey
27292     the difference between the LBC and eLBC.
27293
27294     Also added defines for XAM bits used in LBC for the extended 34-bit
27295     support.
27296
27297     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27298
27299 commit 72a9414a8e21e9536822c7353bc08d21ce5ad53d
27300 Author: Kumar Gala <galak@kernel.crashing.org>
27301 Date:   Fri Jan 23 14:22:12 2009 -0600
27302
27303     85xx: Use BR_ADDR macro for NAND chipselects
27304
27305     Use the new BR_ADDR macro to properly setup the address field of the
27306     localbus chipselects used by NAND.
27307
27308     This allows us to deal with 36-bit phys on these boards in the future.
27309
27310     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27311
27312 commit 2fc7eb0cfc608c9369001d57a0411af5e6a58f7c
27313 Author: Haiying Wang <Haiying.Wang@freescale.com>
27314 Date:   Thu Jan 15 11:58:35 2009 -0500
27315
27316     Add secondary CPUs processor frequency for e500 core
27317
27318     This patch updates e500 freqProcessor to array based on CONFIG_NUM_CPUS,
27319     and prints each CPU's frequency separately. It also fixes up each CPU's
27320     frequency in "clock-frequency" of fdt blob.
27321
27322     Signed-off-by: James Yang <James.Yang@freescale.com>
27323     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
27324
27325 commit bf5b1f0c0d28ce062e1d368680632dfb099de692
27326 Author: Dave Liu <daveliu@freescale.com>
27327 Date:   Fri Nov 21 16:31:53 2008 +0800
27328
27329     85xx: enable the auto self refresh for wake up ARP
27330
27331     The wake up ARP feature need use the memory to process
27332     wake up packet, we enable auto self refresh to support it.
27333
27334     Signed-off-by: Dave Liu <daveliu@freescale.com>
27335     Acked-by: Andy Fleming <afleming@freescale.com>
27336
27337 commit b4983e16d150ab7d039704c310aacbd2f4dc1e0f
27338 Author: Dave Liu <daveliu@freescale.com>
27339 Date:   Fri Nov 21 16:31:43 2008 +0800
27340
27341     fsl-ddr: use the 1T timing as default configuration
27342
27343     For light loaded system, we use the 1T timing to gain better
27344     memory performance, but for some heavily loaded system,
27345     you have to add the 2T timing options to board files.
27346
27347     Signed-off-by: Dave Liu <daveliu@freescale.com>
27348     Acked-by: Andy Fleming <afleming@freescale.com>
27349
27350 commit 22cca7e1cd54590e967c73558b07ffbdccd39504
27351 Author: Dave Liu <daveliu@freescale.com>
27352 Date:   Fri Nov 21 16:31:35 2008 +0800
27353
27354     fsl-ddr: make the self refresh idle threshold configurable
27355
27356     Some 85xx processors have the advanced power management feature,
27357     such as wake up ARP, that needs enable the automatic self refresh.
27358
27359     If the DDR controller pass the SR_IT (self refresh idle threshold)
27360     idle cycles, it will automatically enter self refresh. However,
27361     anytime one transaction is issued to the DDR controller, it will
27362     reset the counter and exit self refresh state.
27363
27364     Signed-off-by: Dave Liu <daveliu@freescale.com>
27365     Acked-by: Andy Fleming <afleming@freescale.com>
27366
27367 commit 22ff3d01348e0a2dc369b7efcbac30e4ce86d178
27368 Author: Dave Liu <daveliu@freescale.com>
27369 Date:   Fri Nov 21 16:31:29 2008 +0800
27370
27371     fsl-ddr: clean up the ddr code for DDR3 controller
27372
27373     - The DDR3 controller is expanding the bits for timing config
27374     - Add the DDR3 32-bit bus mode support
27375
27376     Signed-off-by: Dave Liu <daveliu@freescale.com>
27377     Acked-by: Andy Fleming <afleming@freescale.com>
27378
27379 commit 80ee3ce6d7fe9441b4352d7cfaf6afc2507b1106
27380 Author: Dave Liu <daveliu@freescale.com>
27381 Date:   Fri Nov 21 16:31:22 2008 +0800
27382
27383     fsl-ddr: update the bit mask for DDR3 controller
27384
27385     According to the latest 8572 UM, the DDR3 controller
27386     is expanding the bit mask, and we use the extend ACTTOPRE
27387     mode when tRAS more than 19 MCLK.
27388
27389     Signed-off-by: Dave Liu <daveliu@freescale.com>
27390
27391 commit aca5f018a8386b85469482ed9867e3e29a2437d0
27392 Author: Kumar Gala <galak@kernel.crashing.org>
27393 Date:   Tue Dec 2 16:08:40 2008 -0600
27394
27395     85xx: Introduce CONFIG_SYS_PCI*_IO_VIRT for FSL boards
27396
27397     Introduce a new define to seperate out the virtual address that PCI
27398     IO space is at from the physical address.  In most situations these are
27399     mapped 1:1.  However any code accessing the bus should use VIRT.
27400
27401     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27402     Acked-by: Andy Fleming <afleming@freescale.com>
27403
27404 commit 5af0fdd81c3370c3a51421208fda568bdcbbec23
27405 Author: Kumar Gala <galak@kernel.crashing.org>
27406 Date:   Tue Dec 2 16:08:39 2008 -0600
27407
27408     85xx: Introduce CONFIG_SYS_PCI*_MEM_VIRT for FSL boards
27409
27410     Introduce a new define to seperate out the virtual address that PCI
27411     memory is at from the physical address.  In most situations these are
27412     mapped 1:1.  However any code accessing the bus should use VIRT.
27413
27414     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27415     Acked-by: Andy Fleming <afleming@freescale.com>
27416
27417 commit a6e04c344ad1eefd47a75484441b385da815b8df
27418 Author: Kumar Gala <galak@kernel.crashing.org>
27419 Date:   Tue Dec 2 16:08:38 2008 -0600
27420
27421     85xx: Use CONFIG_SYS_{PCI*,RIO*}_MEM_PHYS for physical address on FSL boards
27422
27423     Use the _MEM_PHYS defines instead of _MEM_BUS for LAW and real address fields
27424     of TLBs.  This is what we should have always been using from the start.
27425
27426     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27427     Acked-by: Andy Fleming <afleming@freescale.com>
27428
27429 commit 5f91ef6acdbadec33e0192049e2b24a1d9692f1d
27430 Author: Kumar Gala <galak@kernel.crashing.org>
27431 Date:   Tue Dec 2 16:08:37 2008 -0600
27432
27433     85xx: Convert CONFIG_SYS_PCI*_IO_BASE to _IO_BUS for FSL boards
27434
27435     Use CONFIG_SYS_PCI*_IO_BUS for the bus relative address instead
27436     of _IO_BASE so we are more explicit.
27437
27438     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27439
27440 commit 10795f42cb94e71bcb262b615084f69dd886399a
27441 Author: Kumar Gala <galak@kernel.crashing.org>
27442 Date:   Tue Dec 2 16:08:36 2008 -0600
27443
27444     85xx: Convert CONFIG_SYS_{PCI*,RIO*}_MEM_BASE to _MEM_BUS for FSL boards
27445
27446     Use CONFIG_SYS_{PCI,RIO}_MEM_BUS for the bus relative address instead
27447     of _MEM_BASE so we are more explicit.
27448
27449     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27450     Acked-by: Andy Fleming <afleming@freescale.com>
27451
27452 commit c953ddfd56b3ae3f28910fe3aed6de6968d1c9aa
27453 Author: Kumar Gala <galak@kernel.crashing.org>
27454 Date:   Tue Dec 2 14:19:34 2008 -0600
27455
27456     85xx: separate FLASH BASE virtual from physical address
27457
27458     Added a CONFIG_SYS_FLASH_BASE_PHYS for use as the physical address and
27459     maintain CONFIG_SYS_FLASH_BASE as the virtual address of the flash.
27460
27461     This allows us to deal with 36-bit phys on these boards in the future.
27462
27463     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27464     Acked-by: Andy Fleming <afleming@freescale.com>
27465
27466 commit 52b565f5ad23b682489055b187767d8bf1c2e444
27467 Author: Kumar Gala <galak@kernel.crashing.org>
27468 Date:   Tue Dec 2 14:19:33 2008 -0600
27469
27470     85xx: separate PIXIS virtual from physical address
27471
27472     Added a PIXIS_BASE_PHYS for use as the physical address and maintain
27473     PIXIS_BASE as the virtual address of the PIXIS fpga registers.
27474
27475     This allows us to deal with 36-bit phys on these boards in the future.
27476
27477     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27478     Acked-by: Andy Fleming <afleming@freescale.com>
27479
27480 commit 30837e5b21d5a742983581ab9ee3fac085311d19
27481 Author: Haiying Wang <Haiying.Wang@freescale.com>
27482 Date:   Tue Nov 11 08:52:09 2008 -0500
27483
27484     Add README file for MPC8572DS board
27485
27486     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
27487     Acked-by: Andy Fleming <afleming@freescale.com>
27488
27489 commit 6dadc9195ad642cc662632f4d92f92d3d71e8bf2
27490 Author: Mike Frysinger <vapier@gentoo.org>
27491 Date:   Mon Oct 20 16:15:04 2008 -0400
27492
27493     Blackfin: use common strmhz() in system output
27494
27495     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27496
27497 commit 5bb907a4925397789c90d074f4f7e92ce6b39402
27498 Author: Ron Madrid <ron_madrid@sbcglobal.net>
27499 Date:   Thu Jan 22 15:05:24 2009 -0800
27500
27501     mpc83xx: New board support for SIMPC8313
27502
27503     This patch will create a new board, SIMPC8313, from Sheldon Instruments.  This
27504     board boots from NAND devices and is configureable for either large or small
27505     page devices.  The board supports non-soldered DDR2, one ethernet port, a
27506     Marvell 88E1118 PHY, and PCI host support.  The board also has a FPGA connected
27507     to the eLBC providing glue logic to a TMS320C67xx DSP.
27508
27509     Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
27510     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27511
27512 commit d4bade8d77aa20e2846fa4accff0e7fa7961a134
27513 Author: Mike Frysinger <vapier@gentoo.org>
27514 Date:   Sun Jan 18 19:46:06 2009 -0500
27515
27516     nand: fixup printf modifiers to match types used
27517
27518     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27519     Signed-off-by: Scott Wood <scottwood@freescale.com>
27520
27521 commit 389e6620e2271096df3316917528003627db4021
27522 Author: Schlaegl Manfred jun <manfred.schlaegl@gmx.at>
27523 Date:   Tue Jan 20 16:57:55 2009 +0100
27524
27525     nand read.jffs2 (nand_legacy) in common/cmd_nand.c
27526
27527     Error with CONFIG_NAND_LEGACY in common/cmd_nand.c:
27528     With current code "nand read.jffs2s" (read and skip bad blocks) is always interpreted as
27529     "nand read.jffs2" (read and fill bad blocks with 0xff). This is because ".jffs2" is
27530     tested before ".jffs2s" and only the first two characters are compared.
27531
27532     Correction:
27533     Test for ".jffs2s" first and compare the first 7 characters.
27534
27535     Signed-off-by: Scott Wood <scottwood@freescale.com>
27536
27537 commit 6c869637fef31e66380f0ea1d49690a2e26ec0d7
27538 Author: Wolfgang Grandegger <wg@grandegger.com>
27539 Date:   Fri Jan 16 18:55:54 2009 +0100
27540
27541     NAND: rename NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPS
27542
27543     This patch renames NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPS and
27544     changes the default from 8 to 1 for the legacy and the new MTD
27545     NAND layer. This allows to remove all NAND_MAX_CHIPS definitions
27546     in the board config files because none of the boards use multi
27547     chip support (NAND_MAX_CHIPS > 1) so far. The bamboo and the DU440
27548     define
27549
27550      #define NAND_MAX_CHIPS          CONFIG_SYS_MAX_NAND_DEVICE
27551
27552     but that's bogus and did not work anyhow.
27553
27554     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
27555     Signed-off-by: Scott Wood <scottwood@freescale.com>
27556
27557 commit c70564e6b1bd08f3230182392238907f3531a87e
27558 Author: Dave Liu <daveliu@freescale.com>
27559 Date:   Tue Dec 2 11:48:51 2008 +0800
27560
27561     NAND: Fix cache and memory inconsistency issue
27562
27563     We load the secondary stage u-boot image from NAND to
27564     system memory by nand_load, but we did not flush d-cache
27565     to memory, nor invalidate i-cache before we jump to RAM.
27566     When the system has cache enabled and the TLB/page attribute
27567     of system memory is cacheable, it will cause issues.
27568
27569     - 83xx family is using the d-cache lock, so all of d-cache
27570       access is cache-inhibited. so you can't see the issue.
27571     - 85xx family is using d-cache, i-cache enable, partial
27572       cache lock. you will see the issue.
27573
27574     This patch fixes the cache issue.
27575
27576     Signed-off-by: Dave Liu <daveliu@freescale.com>
27577     Signed-off-by: Scott Wood <scottwood@freescale.com>
27578
27579 commit 50657c273278f74378e1ac39b41d612b92fdffa0
27580 Author: Nishanth Menon <menon.nishanth@gmail.com>
27581 Date:   Sat Dec 13 09:43:06 2008 -0600
27582
27583     NAND: Enable nand lock, unlock feature
27584
27585     Enable nand lock, unlock and status of lock feature.
27586     Not every device and platform requires this, hence,
27587     it is under define for CONFIG_CMD_NAND_LOCK_UNLOCK
27588
27589     Nand unlock and status operate on block boundary instead
27590     of page boundary. Details in:
27591     http://www.micron.com/products/partdetail?part=MT29C2G24MAKLAJG-6%20IT
27592
27593     Intial solution provided by Vikram Pandita <vikram.pandita@ti.com>
27594     Includes preliminary suggestions from Scott Wood
27595
27596     Signed-off-by: Nishanth Menon <nm@ti.com>
27597     Signed-off-by: Scott Wood <scottwood@freescale.com>
27598
27599 commit 69fb8be4fc07162fdf6edf04bdc7233b0e9a920e
27600 Author: Mike Frysinger <vapier@gentoo.org>
27601 Date:   Sat Dec 6 02:40:55 2008 -0500
27602
27603     NAND: move board_nand_init to nand.h
27604
27605     Rather than putting the function prototype for board_nand_init() in the one
27606     place where it gets called, put it into nand.h so that every place that also
27607     defines it gets the prototype.  Otherwise, errors can go silently unnoticed
27608     such as using the wrong return value (void rather than int) when defining
27609     the function.
27610
27611     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27612     Signed-off-by: Scott Wood <scottwood@freescale.com>
27613
27614 commit 1ae39862044ebb1e682234b51f94421e3f871d6a
27615 Author: Stefan Roese <sr@denx.de>
27616 Date:   Tue Dec 2 11:06:47 2008 +0100
27617
27618     OneNAND: Additional sync with 2.6.27
27619
27620     - Add subpage write support
27621     - Add onenand_oob_64/32 ecclayout
27622
27623     This has been missing and without it UBI has some incompatibilies issues
27624     with the current (>= 2.6.27) Linux kernel version. vid_hdr_offset is
27625     placed differently (2048 instead of 512) without this fix.
27626
27627     Signed-off-by: Stefan Roese <sr@denx.de>
27628     Signed-off-by: Scott Wood <scottwood@freescale.com>
27629
27630 commit 1714f51a2009baaecf3d4f6e3bd8c4e93a8d3f23
27631 Author: Kyungmin Park <kmpark@infradead.org>
27632 Date:   Thu Nov 13 15:14:33 2008 +0900
27633
27634     Add markbad function
27635
27636     Add missing markbad function
27637     If not, it's hang when it entered the mtd->mark_bad().
27638
27639     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
27640
27641 commit c438ea175d8d002c1063b7a94b0c0e26668d1ac9
27642 Author: Stefan Roese <sr@denx.de>
27643 Date:   Wed Nov 12 13:47:24 2008 +0100
27644
27645     OneNAND: Bad block aware read/write command support
27646
27647     Update OneNAND command to support bad block awareness.
27648     Also change the OneNAND command style to better match the
27649     NAND version.
27650
27651     Signed-off-by: Stefan Roese <sr@denx.de>
27652     Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
27653
27654 commit 8cf11f3aa78673730e9ecbbe4b75213b53f212c8
27655 Author: Stefan Roese <sr@denx.de>
27656 Date:   Tue Nov 11 10:29:09 2008 +0100
27657
27658     OneNAND: Save version_id in onenand_chip struct
27659
27660     The version (ver_id) was not stored in the onenand_chip structure and
27661     because of this the continuous locking scheme could be enabled on some
27662     chips.
27663
27664     Signed-off-by: Stefan Roese <sr@denx.de>
27665
27666 commit 4fca3310d611cc0f51d7295ef3557afbdbd91dc3
27667 Author: Stefan Roese <sr@denx.de>
27668 Date:   Tue Nov 11 10:28:53 2008 +0100
27669
27670     OneNAND: Fix compiler warnings
27671
27672     Signed-off-by: Stefan Roese <sr@denx.de>
27673
27674 commit 1ac5744e33ee0aa6d6ddab3b99f9e70953156e69
27675 Author: Dave Liu <daveliu@freescale.com>
27676 Date:   Tue Nov 4 14:55:06 2008 +0800
27677
27678     mpc83xx: enable eLBC NAND support for MPC8315ERDB board
27679
27680     Signed-off-by: Dave Liu <daveliu@freescale.com>
27681
27682 commit ef0921d6b05aeb9034158f9bef5323d6da9c925e
27683 Author: Kyungmin Park <kmpark@infradead.org>
27684 Date:   Tue Nov 4 09:24:07 2008 +0900
27685
27686     Sync with 2.6.27
27687
27688     Sync with OneNAND kernel codes
27689
27690     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
27691
27692 commit e7f325be9edeb84bb457301776bbac1f7257dafc
27693 Author: Michal Simek <monstr@monstr.eu>
27694 Date:   Mon Jan 5 13:35:31 2009 +0100
27695
27696     microblaze: Use cache functions (especially cache status)
27697     in systems which are configured without flash
27698
27699 commit e9b737deb2c30125362d20e24170617476026e94
27700 Author: Michal Simek <monstr@monstr.eu>
27701 Date:   Mon Jan 5 13:29:32 2009 +0100
27702
27703     microblaze: Add cache flush
27704
27705 commit b4f8dda35bfad447b4106828232705b2e878d168
27706 Author: Michal Simek <monstr@monstr.eu>
27707 Date:   Mon Jan 5 13:28:40 2009 +0100
27708
27709     microblaze: Add bootup messages to board.c
27710
27711 commit 330e55459bc9983341da6c1d5c7fe00a664436fe
27712 Author: Michal Simek <monstr@monstr.eu>
27713 Date:   Fri Dec 19 13:25:55 2008 +0100
27714
27715     microblaze: Change microblaze-generic config file
27716
27717     Signed-off-by: Michal Simek <monstr@monstr.eu>
27718
27719 commit 52a822ed9c37a2ea0ed112a26d8ff5a6cb1c6f10
27720 Author: Michal Simek <monstr@monstr.eu>
27721 Date:   Fri Dec 19 13:14:05 2008 +0100
27722
27723     microblaze: Rename ml401 to microblaze-generic
27724
27725     Signed-off-by: Michal Simek <monstr@monstr.eu>
27726
27727 commit 6677876181cc8772bca8a372479a500d160f3993
27728 Author: Scott Wood <scottwood@freescale.com>
27729 Date:   Tue Jan 20 11:56:11 2009 -0600
27730
27731     83xx: Use the proper sequence for updating IMMR.
27732
27733     This ensures that subsequent accesses properly hit the new window.
27734
27735     The dcbi during the NAND loop was accidentally working around this;
27736     it's no longer necessary, as the cache is not enabled.
27737
27738     Reported-by: Suchit Lepcha <Suchit.Lepcha@freescale.com>
27739     Signed-off-by: Scott Wood <scottwood@freescale.com>
27740     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27741
27742 commit 8b34557c546e5e9f34ebf83c93413dad973d93df
27743 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
27744 Date:   Thu Jan 8 04:26:19 2009 +0300
27745
27746     mpc83xx: Add PCI-E support for MPC837XEMDS boards
27747
27748     MPC837XEMDS boards can support PCI-E via "PCI-E riser card". The card
27749     provides two PCI-E (x2) ports. Though, only one port can be used in x2
27750     mode. Two ports can function simultaneously in x1 mode.
27751
27752     PCI-E x1/x2 modes can be switched via "pex_x2" environment variable.
27753
27754     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
27755     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27756
27757 commit 8f11e34b31a7be124a3239653f33af9510502045
27758 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
27759 Date:   Thu Jan 8 04:26:17 2009 +0300
27760
27761     mpc83xx: Add PCI-E support for MPC8315ERDB boards
27762
27763     MPC8315ERDB boards features PCI-E x1 and Mini PCI-E x1 ports. Let's
27764     support them.
27765
27766     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
27767     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27768
27769 commit fd6646c0b9ebe7e5afc4ae4c78097d9cd317a5e8
27770 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
27771 Date:   Thu Jan 8 04:26:12 2009 +0300
27772
27773     mpc83xx: Add support for MPC83xx PCI-E controllers
27774
27775     This patch adds support for MPC83xx PCI-E controllers in Root Complex
27776     mode.
27777
27778     The patch is based on Tony Li and Dave Liu work[1].
27779
27780     Though unlike the original patch, by default we don't register PCI-E
27781     buses for use in U-Boot, we only configure the controllers for future
27782     use in other OSes (Linux). This is done because we don't have enough
27783     of spare BATs to map all the PCI-E regions.
27784
27785     To actually use PCI-E in U-Boot, users should explicitly define
27786     CONFIG_83XX_GENERIC_PCIE_REGISTER_HOSES symbol in the board file. And
27787     only then U-Boot will able to access PCI-E, but at the cost of disabled
27788     address translation.
27789
27790     [1] http://lists.denx.de/pipermail/u-boot/2008-January/027630.html
27791
27792     Signed-off-by: Tony Li <tony.li@freescale.com>
27793     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
27794     Acked-by: Dave Liu <daveliu@freescale.com>
27795     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27796
27797 commit 88ecf55cabd7aea28fe8093720e208f53ccfdcf5
27798 Author: Ira Snyder <iws@ovro.caltech.edu>
27799 Date:   Mon Jan 12 13:33:17 2009 -0800
27800
27801     MPC8349EMDS: do not setup unused PCI clock outputs in PCI agent mode
27802
27803     When running in PCI agent mode, the PCI_CLK_OUT signals are not used, so do
27804     not enable them. See the MPC8349EA Reference Manual, Section 4.4.2
27805     "Clocking in PCI Agent Mode".
27806
27807     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
27808     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27809
27810 commit 75f35209f702bb26826855ed8c8e4d108ab5f412
27811 Author: Ira Snyder <iws@ovro.caltech.edu>
27812 Date:   Mon Jan 12 13:32:26 2009 -0800
27813
27814     83xx: PCI agent mode fixes for multi-board systems
27815
27816     When running a system with 2 or more MPC8349EMDS boards in PCI agent mode,
27817     the boards will lock up the PCI bus by scanning against each other.
27818
27819     The boards lock against each other by trying to access the PCI bus before
27820     clearing their configuration lock bit. Both boards end up in a loop,
27821     sending and receiving "Target Not Ready" messages forever.
27822
27823     When running in PCI agent mode, the scanning now takes place after the
27824     boards have cleared their configuration lock bit.
27825
27826     Also, add a missing declaration to the mpc83xx.h header file, fixing a
27827     build warning.
27828
27829     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
27830     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27831
27832 commit 455a46915b82896cc2070eb326d075555c2bc580
27833 Author: Ron Madrid <ron_madrid@sbcglobal.net>
27834 Date:   Fri Dec 12 13:12:45 2008 -0800
27835
27836     mpc83xx: Size optimization of start.S
27837
27838     Currently there are in excess of 100 bytes located at the beginning of the image
27839     built by start.S that are not being utilized.  This patch moves a few functions
27840     into this part of the image.  This will create a greater number of *available*
27841     bytes that can be used by board specific code in NAND builds and will decrease
27842     the size of the assembled code in other builds.
27843
27844     Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
27845     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27846
27847 commit 72d15e705bc3983884105cb7755c7ba80e74a0a5
27848 Author: Wolfgang Denk <wd@denx.de>
27849 Date:   Wed Jan 21 23:08:12 2009 +0100
27850
27851     Prepare v2009.01
27852
27853     Signed-off-by: Wolfgang Denk <wd@denx.de>
27854
27855 commit 635e5f8fc82365e6e9734b3132bc95135a6de679
27856 Author: Wolfgang Denk <wd@denx.de>
27857 Date:   Sun Jan 18 21:37:48 2009 +0100
27858
27859     Prepare 2009.01-rc3
27860
27861     Update CHANGELOG
27862
27863     Signed-off-by: Wolfgang Denk <wd@denx.de>
27864
27865 commit 4cda437898f7873752f0201757cd33f12196ce87
27866 Author: Mike Frysinger <vapier@gentoo.org>
27867 Date:   Sat Jan 17 13:32:42 2009 -0500
27868
27869     build system: treat all Darwin's alike
27870
27871     The x86 based version of Darwin behaves the same quirky way as the powerpc
27872     Darwin, so only check HOSTOS when setting up Darwin workarounds.
27873
27874     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27875
27876 commit c088a108c75db565e07292fd668dfa5491e85bc2
27877 Author: Peter Korsgaard <jacmet@sunsite.dk>
27878 Date:   Wed Jan 14 13:52:24 2009 +0100
27879
27880     fdt_resize(): fix actualsize calculations with unaligned blobs
27881
27882     The code in fdt_resize() to extend the fdt size to end on a page boundary
27883     is wrong for fdt's not located at an address aligned on a page boundary.
27884     What's even worse, the code would make actualsize shrink rather than grow
27885     if (blob & 0xfff) was bigger than the amount of padding added by ALIGN(),
27886     causing fdt_add_mem_rsv to fail.
27887
27888     Fix it by aligning end address (blob + size) to a page boundary instead.
27889     For aligned fdt's this is equivalent to what we had before.
27890
27891     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
27892
27893 commit fadad1573fb16c90025f08a2861d6047d093cba7
27894 Author: Mike Frysinger <vapier@gentoo.org>
27895 Date:   Fri Jan 9 04:38:17 2009 -0500
27896
27897     ncb: use socklen_t
27898
27899     The recvfrom() function takes a socklen_t, not an int.
27900
27901     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27902
27903 commit fc83c9273cec6e6e542f4a0ea3b653b7d0513ffa
27904 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27905 Date:   Sun Jan 11 16:35:16 2009 +0100
27906
27907     sh: serial: use readx/writex accessors
27908
27909     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27910     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27911
27912 commit 9e1fa628bdb64745811cdd26c4f953846c076180
27913 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27914 Date:   Sun Jan 11 16:35:15 2009 +0100
27915
27916     sh: serial: coding style cleanup
27917
27918     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27919     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27920
27921 commit c9935c992575922b7ef13eec0656ed8665d324e3
27922 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27923 Date:   Sun Jan 11 17:48:56 2009 +0900
27924
27925     sh: Fix compile error on lowlevel_init file
27926
27927     lowlevel_init of SH was corrected to use the write/readXX macro.
27928     However, there was a problem that was not able to be compiled partially.
27929     This patch corrected this.
27930
27931     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27932
27933 commit a5b04d00bfeb940c62232972ce644d50b45797f9
27934 Author: Kieran Bingham <kieranbingham@gmail.com>
27935 Date:   Tue Dec 30 01:16:03 2008 +0000
27936
27937     sh: Fix up rsk7203 target for out of tree build
27938
27939     Fix up rsk7203 target to build successfully using out-of-tree build.
27940
27941     Signed-off-by: Kieran Bingham <kbingham@mpc-data.co.uk>
27942     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27943
27944 commit f7e78f3b74aae9caca2997bad865a72338326c0a
27945 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27946 Date:   Sat Dec 20 19:29:49 2008 +0100
27947
27948     sh: use write{8,16,32} in all lowlevel_init
27949
27950     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27951     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27952
27953 commit e4430779623af500de1cee7892c379f07ef59813
27954 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27955 Date:   Sat Dec 20 19:29:48 2008 +0100
27956
27957     sh: lowlevel_init coding style cleanup
27958
27959     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27960     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27961
27962 commit 85cb052ee41675ca361e6a4c69455dc715c8f2d9
27963 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27964 Date:   Sat Dec 20 15:27:45 2008 +0100
27965
27966     sh: update sh2/sh2a timer coding style
27967
27968     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27969     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27970
27971 commit 1e15ff999322e81af4c0c0c548908f38944ba39c
27972 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27973 Date:   Sat Dec 20 15:25:22 2008 +0100
27974
27975     sh: update sh timer coding style
27976
27977     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27978     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27979
27980 commit 0e3ece33801e377be67ffa29f083421ad820f28b
27981 Author: Wolfgang Denk <wd@denx.de>
27982 Date:   Wed Jan 14 23:26:05 2009 +0100
27983
27984     Prepare 2009.01-rc2
27985
27986     Update CHANGELOG.
27987
27988     Signed-off-by: Wolfgang Denk <wd@denx.de>
27989
27990 commit e92c9a860e44c14513c8909ce4299e253a775eeb
27991 Author: Wolfgang Denk <wd@denx.de>
27992 Date:   Wed Jan 14 22:35:30 2009 +0100
27993
27994     cpu/mpc824x/Makefile: fix warning with parallel builds
27995
27996     Parallel builds would occasionally issue this build warning:
27997
27998         ln: creating symbolic link `cpu/mpc824x/bedbug_603e.c': File exists
27999
28000     Use "ln -sf" as quick work around for the issue.
28001
28002     Signed-off-by: Wolfgang Denk <wd@denx.de>
28003
28004 commit 3ba605d4beec649438539e7df97b5fedb26592fb
28005 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28006 Date:   Fri Jan 2 12:18:49 2009 +0100
28007
28008     ppc4xx: Add loadpci command to esd's CPCI4052 and CPCI405AB boards
28009
28010     This patch adds esd's loadpci BSP command to CPCI4052 and
28011     CPCI405AB board. This requires CONFIG_CMD_BSP and CONFIG_PRAM.
28012
28013     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28014     Signed-off-by: Stefan Roese <sr@denx.de>
28015
28016 commit 600fe46fb3dab7f07604f9009904f31584415114
28017 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28018 Date:   Fri Jan 2 12:18:12 2009 +0100
28019
28020     ppc4xx: Disable pci node in device tree on CPCI405 pci adapters
28021
28022     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28023     Signed-off-by: Stefan Roese <sr@denx.de>
28024
28025 commit f6a1f490d224c600a09137e58d1026d150b8e679
28026 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28027 Date:   Fri Jan 2 12:17:36 2009 +0100
28028
28029     ppc4xx: Cleanup CPCI405 board code
28030
28031     This patch cleans up CPCI405 board support:
28032     - wrap long lines
28033     - unification of spaces in function calls
28034     - remove dead code
28035
28036     Use correct io accessors on peripherals.
28037
28038     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28039     Signed-off-by: Stefan Roese <sr@denx.de>
28040
28041 commit fceebb45a0b97e92f9889861f8c3b9cb885e706f
28042 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28043 Date:   Fri Jan 2 12:16:35 2009 +0100
28044
28045     ppc4xx: Enable auto RS485 mode on PLU405 boards
28046
28047     This patch turns on the auto RS485 mode in the 2nd external
28048     uart on PLU405 boards. This is a special mode of the used
28049     Exar XR16C2850 uart. Because these boards only have a 485 physical
28050     layer connected it's a good idea to turn it on by default.
28051
28052     Signed-off-by: Matthias Fuchs <mf@esd.eu>
28053     Signed-off-by: Stefan Roese <sr@denx.de>
28054
28055 commit b5f65dfa9aa8e068e62aba4733dc4fd97b1d9bf6
28056 Author: Haiying Wang <Haiying.Wang@freescale.com>
28057 Date:   Tue Jan 13 16:29:28 2009 -0500
28058
28059     Some changes of TLB entry setting for MPC8572DS
28060
28061     - Move the TLB entry of PIXIS_BASE from TLB0 to TLB1[8], because in CAMP mode,
28062     all the TLB0 entries will be invalidated after cpu1 brings up kernel, thus cpu0
28063     can not access PIXIS_BASE anymore (any access will cause DataTLBError exception)
28064
28065     - Set CONFIG_SYS_DDR_TLB_START to 9 for MPC8572DS board.
28066
28067     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
28068
28069 commit 950264317eb9594b2b5ee2fb65206200a1c6007a
28070 Author: Haiying Wang <Haiying.Wang@freescale.com>
28071 Date:   Tue Jan 13 16:29:22 2009 -0500
28072
28073     Change DDR tlb start entry to CONFIG param for 85xx
28074
28075     So that we can locate the DDR tlb start entry to the value other than 8. By
28076     default, it is still 8.
28077
28078     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
28079
28080 commit 6d3a10f73ece7ffb736890c10e023222612a4aa0
28081 Author: Roy Zang <tie-fei.zang@freescale.com>
28082 Date:   Fri Jan 9 16:02:35 2009 +0800
28083
28084     Change PCIE1&2 deciide logic on MPC8544DS board more readable
28085
28086     The IO port selection for MPC8544DS board:
28087      Port                       cfg_io_ports
28088      PCIE1              0x2, 0x3, 0x4, 0x5, 0x6, 0x7
28089      PCIE2              0x4, 0x5, 0x6, 0x7
28090      PCIE3              0x6, 0x7
28091      This patch changes the PCIE12 and PCIE2 logic more readable.
28092     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
28093
28094 commit 028e116811d28a031660f1ad9e20ac1293b3c5c7
28095 Author: Roy Zang <tie-fei.zang@freescale.com>
28096 Date:   Fri Jan 9 16:01:52 2009 +0800
28097
28098     PCIE2 and PCIE3 are decided by corresponing bit in devdisr instead of PCIE1 bit
28099
28100     PCIE2 and PCIE3 should be decided by corresponing bit in devdisr instead of
28101     PCIE1 bit.
28102     On MPC8572DS board, PCIE refers to PCIE1.
28103     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
28104
28105 commit 9afc2ef0307aecf52482df67c31b75d5f9e66b47
28106 Author: Roy Zang <tie-fei.zang@freescale.com>
28107 Date:   Fri Jan 9 16:00:55 2009 +0800
28108
28109     Fix IO port selection issue on MPC8544DS and MPC8572DS boards
28110
28111     The IO port selection is not correct on MPC8572DS and MPC8544DS board.
28112      This patch fixes this issue.
28113      For MPC8572
28114      Port                       cfg_io_ports
28115      PCIE1              0x2, 0x3, 0x7, 0xb, 0xc, 0xf
28116      PCIE2              0x3, 0x7
28117      PCIE3              0x7
28118
28119     For MPC8544
28120     Port                        cfg_io_ports
28121     PCIE1               0x2, 0x3, 0x4, 0x5, 0x6, 0x7
28122     PCIE2               0x4, 0x5, 0x6, 0x7
28123     PCIE3               0x6, 0x7
28124     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
28125
28126 commit 3e3fffe3baf3befde287fec1fcbfe55052fb8946
28127 Author: Becky Bruce <beckyb@kernel.crashing.org>
28128 Date:   Wed Dec 3 22:36:44 2008 -0600
28129
28130     mpc8610hpcd: Fix PCI mapping concepts
28131
28132     Rename _BASE to _BUS, as it's actually a PCI bus address,
28133     separate virtual and physical addresses into _VIRT and _PHYS,
28134     and use each appopriately.  This makes the code easier to read
28135     and understand, and facilitates mapping changes going forward.
28136
28137     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
28138
28139 commit 79e436cad3b4a7db88408c3f05175028f30d700d
28140 Author: Becky Bruce <beckyb@kernel.crashing.org>
28141 Date:   Wed Dec 3 22:36:26 2008 -0600
28142
28143     sbc8641d: Fix PCI mapping concepts
28144
28145     Rename _BASE to _BUS, as it's actually a PCI bus address,
28146     separate virtual and physical addresses into _VIRT and _PHYS,
28147     and use each appopriately.  This makes the code easier to read
28148     and understand, and facilitates mapping changes going forward.
28149
28150     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
28151
28152 commit a9f3acbcd07da72b5446ce557531a3ed8b8beff0
28153 Author: Wolfgang Denk <wd@denx.de>
28154 Date:   Mon Jan 12 14:50:35 2009 +0100
28155
28156     MPC86xx: fix build warnings
28157
28158     Signed-off-by: Wolfgang Denk <wd@denx.de>
28159
28160 commit 032a1c934ef4dc003281f57302b6e693062c1868
28161 Author: Mike Frysinger <vapier@gentoo.org>
28162 Date:   Mon Jan 5 16:09:44 2009 -0500
28163
28164     bf537-stamp/nand: fix board_nand_init prototype
28165
28166     The board_nand_init() function should return an int, not void.
28167
28168     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28169
28170 commit 687f952e4119594ab913be11c90f7f018c2a7a79
28171 Author: Mike Frysinger <vapier@gentoo.org>
28172 Date:   Thu Dec 11 07:04:48 2008 -0500
28173
28174     Blackfin: drop CONFIG_SPI handling in board init
28175
28176     The eeprom SPI init functions are duplicated as the common code already
28177     executes these for us.
28178
28179     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28180
28181 commit e7e684b10d73a303902208594c7c3e7e0d753282
28182 Author: Mike Frysinger <vapier@gentoo.org>
28183 Date:   Fri Oct 24 17:51:57 2008 -0400
28184
28185     Blackfin: fix out-of-tree building with ldscripts
28186
28187     Many of the Blackfin board linker scripts are preprocessed, so make sure we
28188     output the linker script into the build tree rather than the source tree.
28189
28190     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28191
28192 commit b9eecc342f767b50e1476fbc1aad7d88dd4ce5eb
28193 Author: Mike Frysinger <vapier@gentoo.org>
28194 Date:   Fri Oct 24 17:48:54 2008 -0400
28195
28196     Blackfin: fix linker scripts to work with --gc-sections
28197
28198     Make sure all .text sections get pulled in and the entry point is properly
28199     referenced so they don't get discarded when linking with --gc-sections.
28200
28201     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28202
28203 commit 509fc553bc6087a6f705b3bf52f3950d7d1eaa58
28204 Author: Mike Frysinger <vapier@gentoo.org>
28205 Date:   Sat Oct 11 20:45:44 2008 -0400
28206
28207     Blackfin: set proper LDRFLAGS for parallel booting LDRs
28208
28209     In order to boot an LDR out of parallel flash, the ldr utility needs a few
28210     flags to tell it to generate the right header.
28211
28212     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28213
28214 commit 3dd9395a0d7ce69a335d0e743c04b9caedd681d3
28215 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28216 Date:   Tue Jan 6 21:41:59 2009 +0100
28217
28218     at91rm9200: move define from lowlevel_init to header
28219
28220     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28221
28222 commit 8a48686fac2030287765f1970ea046bd5734b733
28223 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28224 Date:   Sat Jan 3 17:22:26 2009 +0100
28225
28226     m501sk: move to the common memory setup
28227
28228     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28229
28230 commit d481c80d78f954133c035dae6c7d22de3625795d
28231 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28232 Date:   Sat Jan 3 17:22:25 2009 +0100
28233
28234     at91rm9200: rename lowlevel init value to CONFIG_SYS_
28235
28236     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28237
28238 commit 4e170b16625291aa10d0d9abc3f34e8a5945d157
28239 Author: Nicolas Ferre <nicolas.ferre@atmel.com>
28240 Date:   Tue Jan 6 21:13:14 2009 +0100
28241
28242     at91: add at91sam9xeek board support
28243
28244     At91sam9xe is basically an at91sam9260 with embedded flash. We can manage
28245     it as another entry for at91sam9260 in the Makefile.
28246
28247     Check documentation at :
28248     http://www.atmel.com/dyn/products/product_card.asp?part_id=4263
28249
28250     Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
28251     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28252
28253 commit 9ffd53db870a7da134f9a1ae76894a6b31237be5
28254 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28255 Date:   Tue Jan 6 21:15:57 2009 +0100
28256
28257     fix bmp_logo.h make dependencies to allow parallel build
28258
28259     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28260
28261 commit e12d9a8fb48d24176efffccc072b445e60a3afe4
28262 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28263 Date:   Sat Jan 3 17:22:24 2009 +0100
28264
28265     at91: Fix Atmel's at91sam9 boards out of tree build
28266
28267     introduced in commit 89a7a87f084c
28268
28269     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28270
28271 commit 0668236bafaa1c11c521652a2facebc74beecbf0
28272 Author: Wolfgang Denk <wd@denx.de>
28273 Date:   Tue Dec 30 22:56:11 2008 +0100
28274
28275     README: update mailing list name and hits to patch submission.
28276
28277     Signed-off-by: Wolfgang Denk <wd@denx.de>
28278
28279 commit d9011f9b75561a0bd9254934c2bb2bc799d4f645
28280 Author: Peter Tyser <ptyser@xes-inc.com>
28281 Date:   Tue Dec 23 16:32:01 2008 -0600
28282
28283     85xx: Enable inbound PCI config cycles for X-ES boards cleanup
28284
28285     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
28286
28287 commit 1f03cbfae221b24ba1341a0a3f62ff01c5c874df
28288 Author: Peter Tyser <ptyser@xes-inc.com>
28289 Date:   Tue Dec 23 16:32:00 2008 -0600
28290
28291     XPedite5200 board support cleanup
28292
28293     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
28294
28295 commit fea91edee8ae0295e3c30b1ff544df51f4d668e1
28296 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28297 Date:   Tue Dec 2 21:58:04 2008 +0100
28298
28299     usb_kbd: fix usb_kbd_deregister when DEVICE_DEREGISTER not enable
28300
28301     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28302     Signed-off-by: Remy Böhmer <linux@bohmer.net>
28303
28304 commit ada591d2a0ecff5f9bc5ed1ebf310f439c3d0a28
28305 Author: Trent Piepho <tpiepho@freescale.com>
28306 Date:   Wed Dec 3 15:16:37 2008 -0800
28307
28308     mpc8[56]xx: Put localbus clock in sysinfo and gd
28309
28310     Currently MPC85xx and MPC86xx boards just calculate the localbus frequency
28311     and print it out, but don't save it.
28312
28313     This changes where its calculated and stored to be more consistent with the
28314     CPU, CCB, TB, and DDR frequencies and the MPC83xx localbus clock.
28315
28316     The localbus frequency is added to sysinfo and calculated when sysinfo is
28317     set up, in cpu/mpc8[56]xx/speed.c, the same as the other frequencies are.
28318
28319     get_clocks() copies the frequency into the global data, as the other
28320     frequencies are, into a new field that is only enabled for MPC85xx and
28321     MPC86xx.
28322
28323     checkcpu() in cpu/mpc8[56]xx/cpu.c will print out the local bus frequency
28324     from sysinfo, like the other frequencies, instead of calculating it on the
28325     spot.
28326
28327     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
28328     Acked-by: Kumar Gala <galak@kernel.crashing.org>
28329     Acked-by: Jon Loeliger <jdl@freescale.com>
28330
28331 commit 9863d6aca11405e1e0d8aba2045d78aeec4d4ee7
28332 Author: Trent Piepho <tpiepho@freescale.com>
28333 Date:   Wed Dec 3 15:16:36 2008 -0800
28334
28335     mpc86xx: Double local bus clock divider
28336
28337     The local bus clock divider should be doubled for both 8610 and 8641.
28338
28339     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
28340     Acked-by: Kumar Gala <galak@kernel.crashing.org>
28341     Acked-by: Jon Loeliger <jdl@freescale.com>
28342
28343 commit 446c381e3e16f19857b72ea0d06241267b8b9d58
28344 Author: Trent Piepho <tpiepho@freescale.com>
28345 Date:   Wed Dec 3 15:16:35 2008 -0800
28346
28347     mpc8568: Double local bus clock divider
28348
28349     The clock divider for the MPC8568 local bus should be doubled, like the
28350     other newer MPC85xx chips.
28351
28352     Since there are now more chips with a 2x divider than a 1x, and any new
28353     85xx chips will probably be 2x, invert the sense of the #if so that it
28354     lists the 1x chips instead of the 2x ones.
28355
28356     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
28357     Acked-by: Kumar Gala <galak@kernel.crashing.org>
28358     Acked-by: Jon Loeliger <jdl@freescale.com>
28359
28360 commit f51f07eb58fad12de9294ba4ee6c09a0ddeaee03
28361 Author: Dave Liu <daveliu@freescale.com>
28362 Date:   Tue Dec 16 12:09:27 2008 +0800
28363
28364     85xx: Fix the boot window issue
28365
28366     If one custom board is using the 8MB flash, it is set
28367     as FLASH_BASE = 0xef000000, TEXT_BASE = 0xef780000.
28368     The current start.S code will be broken at switch_as.
28369
28370     It is because the TLB1[15] is set as 16MB page size,
28371     EPN = TEXT_BASE & 0xff000000, RPN = 0xff000000.
28372
28373     For the 8MB flash case, the EPN = 0xefxxxxxx,
28374     RPN = 0xffxxxxxx. Assume the virt address of switch_as
28375     is 0xef7ff18c, the real address of the instruction at
28376     switch_as should be 0xff7ff18c. the 0xff7ff18c is out
28377     of the range of the default 8MB boot LAW window
28378     0xff800000 - 0xffffffff.
28379
28380     So when we switch to AS1 address space at switch_as,
28381     the core can't fetch the instruction at switch_as any
28382     more. It will cause broken issue.
28383
28384     Signed-off-by: Dave Liu <daveliu@freescale.com>
28385
28386 commit 58da8890d5fbd074746037722a423de9ac408616
28387 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
28388 Date:   Thu Dec 11 15:47:50 2008 -0500
28389
28390     sbc8548: use proper PHY address
28391
28392     The values given for the PHY address were wrong, so the code
28393     read no valid PHY ID, and fell through to the generic PHY
28394     support, which would work on 1000M but would not auto negotiate
28395     down to 100M or 10M.
28396
28397     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
28398
28399 commit ad22f9273c6f24fbfa917e867680e9688e0c59c5
28400 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
28401 Date:   Thu Dec 11 15:47:51 2008 -0500
28402
28403     sbc8548: enable command line editing by default.
28404
28405     Lets make things a bit more user friendly.  It isn't 1985 anymore.
28406
28407     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
28408
28409 commit bd93105fa171184a71ca8b22be03dc2705cfbd3f
28410 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
28411 Date:   Thu Dec 11 15:47:49 2008 -0500
28412
28413     sbc8548: don't enable the 3rd and 4th eTSEC
28414
28415     These interfaces don't have usable connectors on the board, so don't
28416     bother enumerating or configuring them.
28417
28418     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
28419
28420 commit 181a3650113883728927928b3ac81ad6dade4b2c
28421 Author: Haiying Wang <Haiying.Wang@freescale.com>
28422 Date:   Wed Dec 3 10:08:19 2008 -0500
28423
28424     Set IVPR to kenrel entry point in second core boot page
28425
28426     Assuming the OSes exception vectors start from the base of kernel address, and
28427     the kernel physical starting address can be relocated to an non-zero address.
28428     This patch enables the second core to have a valid IVPR for debugger before
28429     kernel setting IVPR in CAMP mode. Otherwise, IVPR is 0x0 and it is not a valid
28430     value for second core which runs kernel at different physical address other
28431     than 0x0.
28432
28433     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
28434
28435 commit a5d212a263c58cc746481bf1fc878510533ce7d6
28436 Author: Trent Piepho <tpiepho@freescale.com>
28437 Date:   Wed Dec 3 15:16:34 2008 -0800
28438
28439     mpc8xxx: LCRR[CLKDIV] is sometimes five bits
28440
28441     On newer CPUs, 8536, 8572, and 8610, the CLKDIV field of LCRR is five bits
28442     instead of four.
28443
28444     In order to avoid an ifdef, LCRR_CLKDIV is set to 0x1f on all systems.  It
28445     should be safe as the fifth bit was defined as reserved and set to 0.
28446
28447     Code that was using a hard coded 0x0f is changed to use LCRR_CLKDIV.
28448
28449     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
28450     Acked-by: Kumar Gala <galak@kernel.crashing.org>
28451     Acked-by: Jon Loeliger <jdl@freescale.com>
28452
28453 commit 58ec4866ed916c7e422f5107bb27b0822084728e
28454 Author: Trent Piepho <tpiepho@freescale.com>
28455 Date:   Wed Dec 3 15:16:38 2008 -0800
28456
28457     mpc8[56]xx: Put localbus clock in device tree
28458
28459     Export the localbus frequency in the device tree, the same way the CPU, TB,
28460     CCB, and various other frequencies are exported in their respective device
28461     tree nodes.
28462
28463     Some localbus devices need this information to be programed correctly, so
28464     it makes sense to export it along with the other frequencies.
28465
28466     Unfortunately, when someone wrote the localbus dts bindings, they didn't
28467     bother to define what the "compatible" property should be.  So it seems no
28468     one was quite sure what to put in their dts files.
28469
28470     Based on current existing dts files in the kernel source, I've used
28471     "fsl,pq3-localbus" and "fsl,elbc" for MPC85xx, which are used by almost all
28472     of the 85xx devices, and are looked for by the Linux code.  The eLBC is
28473     apparently not entirely backward compatible with the pq3 LBC and so eLBC
28474     equipped platforms like 8572 won't use pq3-localbus.
28475
28476     For MPC86xx, I've used "fsl,elbc" which is used by some of the 86xx systems
28477     and is also looked for by the Linux code.  On MPC8641, I've also used
28478     "fsl,mpc8641-localbus" as it is also commonly used in dts files, some of
28479     which don't use "fsl,elbc" or any other acceptable name to match on.
28480
28481     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
28482     Acked-by: Kumar Gala <galak@kernel.crashing.org>
28483     Acked-by: Jon Loeliger <jdl@freescale.com>
28484
28485 commit 9d94aff699eed38b286814fcbb335f3eb8516a0e
28486 Author: Kumar Gala <galak@kernel.crashing.org>
28487 Date:   Tue Dec 16 14:59:22 2008 -0600
28488
28489     NAND FSL elbc: Use virt_to_phys to determine which bank is in use
28490
28491     The current code that determines which bank/chipselect is used for a
28492     given NAND instance only worked for 32-bit addresses and assumed
28493     a 1:1 mapping.  This breaks in 36-bit physical configs.
28494
28495     The proper way to handle this is to use the virt_to_phys() and
28496     BR_PHYS_ADDR() routinues to match the 34-bit lbc bus address
28497     with the the virtual address the NAND code uses.
28498
28499     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28500     Acked-by: Scott Wood <scottwood@freescale.com>
28501
28502 commit 77c8115b1f1871811633eae77a5a700fac1f0e50
28503 Author: Kumar Gala <galak@kernel.crashing.org>
28504 Date:   Tue Dec 16 14:59:21 2008 -0600
28505
28506     ppc: Use addrmap in virt_to_phys and map_physmem.
28507
28508     If we have addr map support enabled use the mapping functions to
28509     implement virt_to_phys() and map_physmem().
28510
28511     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28512
28513 commit ecf5b98c7a6a2e2256dfddd48fab26678dcd6b90
28514 Author: Kumar Gala <galak@kernel.crashing.org>
28515 Date:   Tue Dec 16 14:59:20 2008 -0600
28516
28517     85xx: Add support to populate addr map based on TLB settings
28518
28519     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28520
28521 commit 78bbc5ce151c5a484bb51bf1866b4a993ffc16ec
28522 Author: Peter Tyser <ptyser@xes-inc.com>
28523 Date:   Mon Dec 1 13:47:13 2008 -0600
28524
28525     XPedite5200 board support
28526
28527     Initial support for Extreme Engineering Solutions XPedite5200 -
28528     a MPC8548-based PMC single board computer.
28529
28530     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
28531
28532 commit 487dcb4fb89be0992bc06ec1341090017bd9cf2f
28533 Author: Peter Tyser <ptyser@xes-inc.com>
28534 Date:   Wed Oct 29 12:39:27 2008 -0500
28535
28536     85xx: Enable inbound PCI config cycles for X-ES boards
28537
28538     Update X-ES Freescale boards to allow inbound PCI configuration
28539     cycles when configured as agent/endpoint.
28540
28541     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
28542
28543 commit ccf0fdd02b97323f8caae18d06cc9daeac2f192f
28544 Author: Peter Tyser <ptyser@xes-inc.com>
28545 Date:   Wed Dec 17 16:36:23 2008 -0600
28546
28547     XPedite5370 board support
28548
28549     Initial support for Extreme Engineering Solutions XPedite5370 -
28550     a MPC8572-based 3U VPX single board computer with a PMC/XMC
28551     site.
28552
28553     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
28554
28555 commit e92739d34e2d6b6aca93b2598248210710897ce8
28556 Author: Peter Tyser <ptyser@xes-inc.com>
28557 Date:   Wed Dec 17 16:36:21 2008 -0600
28558
28559     Add support for PCA953x I2C gpio devices
28560
28561     Initial support for NXP's 4 and 8 bit I2C gpio expanders
28562     (eg pca9537, pca9557, etc). The CONFIG_PCA953X define
28563     enables support for the devices while the CONFIG_CMD_PCA953X
28564     define enables the pca953x command. The CONFIG_CMD_PCA953X_INFO
28565     define enables an 'info' sub-command which provides summary
28566     information for the given pca953x device.
28567
28568     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
28569
28570 commit 7a8979591171676417ab36852d8811a8c46accd8
28571 Author: Peter Tyser <ptyser@xes-inc.com>
28572 Date:   Wed Oct 29 12:39:26 2008 -0500
28573
28574     pci/fsl_pci_init: Enable inbound PCI config cycles
28575
28576     Add fsl_pci_config_unlock() function to enable a
28577     PCI/PCIe interface configured in agent/endpoint mode to
28578     respond to inbound PCI configuration cycles.
28579
28580     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
28581
28582 commit 92c78a3bbcb2ce508b4bf1c4a1e0940406a024bb
28583 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28584 Date:   Wed Dec 17 16:43:18 2008 +0100
28585
28586     avr32: Remove second definition of virt_to_phys()
28587
28588     The second definition introduced by 65e43a1063 conflicts with the
28589     existing one.
28590
28591     Also, convert the existing definition to use phys_addr_t. The volatile
28592     qualifier is still needed due to brain damage elsewhere.
28593
28594     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28595
28596 commit b616f2b545f73757669b37386f0b37bb61fc6797
28597 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28598 Date:   Mon Sep 8 22:27:18 2008 +0200
28599
28600     MIPS: qemu_mips: update doc to generate and to use qemu flash, ide file
28601
28602     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28603     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28604
28605 commit 16cdf816779f5b602a9b3b4d2ea4dea05095c35b
28606 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28607 Date:   Tue Dec 16 22:10:31 2008 +0100
28608
28609     MIPS: qemu_mips: update doc to use all disk and boot linux kernel
28610
28611     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28612     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28613
28614 commit 13095b2f07dacb1f863772266c1789d47a523a8a
28615 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28616 Date:   Tue Dec 16 22:10:30 2008 +0100
28617
28618     MIPS: qemu_mips: move env storage just after u-boot
28619
28620     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28621     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28622
28623 commit aced78d852d0b009e8aaa1445af8cb40861ee549
28624 Author: Wolfgang Denk <wd@denx.de>
28625 Date:   Tue Dec 16 23:48:27 2008 +0100
28626
28627     Prepare 2009.01-rc1
28628
28629     Signed-off-by: Wolfgang Denk <wd@denx.de>
28630
28631 commit 9e2a79b4c585ad31138fb90b68fd0234d64a8da8
28632 Author: Wolfgang Denk <wd@denx.de>
28633 Date:   Tue Dec 16 23:13:46 2008 +0100
28634
28635     include/configs/at91cap9adk.h: fix typo.
28636
28637     Signed-off-by: Wolfgang Denk <wd@denx.de>
28638
28639 commit 45ca04f2377361593151d2d4da51f8ba4832d233
28640 Author: Wolfgang Denk <wd@denx.de>
28641 Date:   Tue Dec 16 22:32:25 2008 +0100
28642
28643     board/trab/memory.c: Fix compile problems.
28644
28645     Apply changes from commit 44b4dbed to board/trab/memory.c, too.
28646
28647     Actually we'd need a major cleanup here - as it turns out,
28648     board/trab/memory.c is more or less a verbatim copy of
28649     post/drivers/memory.c ... but then, trab is EOL anyway,r
28650     so this is not worth the effort.
28651
28652     Signed-off-by: Wolfgang Denk <wd@denx.de>
28653
28654 commit ff49ea8977b56916edd5b1766d9939010e30b181
28655 Author: Scott Wood <scottwood@freescale.com>
28656 Date:   Tue Dec 16 14:24:16 2008 -0600
28657
28658     NAND: Mark the BBT as scanned prior to calling scan_bbt.
28659
28660     Otherwise, recursion can occur if scan_bbt does not find a bad block
28661     table, and tries to write one, and the attempt to erase the BBT area
28662     causes a bad block check.
28663
28664     Signed-off-by: Scott Wood <scottwood@freescale.com>
28665
28666 commit 584eedab66d0828f2d571a24b10526c4e65f547b
28667 Author: Ilya Yanok <yanok@emcraft.com>
28668 Date:   Thu Dec 11 05:51:57 2008 +0300
28669
28670     jffs2: include <linux/mtd/compat.h> instead of defining own min_t
28671
28672     Include <linux/mtd/compat.h> header for min_t definition instead of
28673     providing our own one. Removes warnings in case of OneNAND support
28674     enabled.
28675
28676     Although I thinks it's a bit silly to include <linux/mtd/compat.h>
28677     just for min_t...
28678
28679     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
28680     Acked-by: Stefan Roese <sr@denx.de>
28681
28682 commit b1ffecec37b57a59c139042267faac458e5324e9
28683 Author: Becky Bruce <beckyb@kernel.crashing.org>
28684 Date:   Wed Dec 3 23:04:37 2008 -0600
28685
28686     powerpc: fix io.h build warning with CONFIG_PHYS_64BIT
28687
28688     Casting a pointer to a phys_addr_t when it's an unsigned long long
28689     on a 32-bit system without first casting to a non-pointer type
28690     generates a compiler warning. Fix this.
28691
28692     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
28693
28694 commit 6cdadcb3f1b6eac4a1c4256acaa1438413f95351
28695 Author: Wolfgang Denk <wd@denx.de>
28696 Date:   Tue Dec 16 16:22:50 2008 +0100
28697
28698     trab: make trab_fkt standalone code independent of libgcc
28699
28700     Use our own local functions in lib_arm/ instead.
28701
28702     Signed-off-by: Wolfgang Denk <wd@denx.de>
28703
28704 commit aa1bcca3d2e22af4dea9f02132f9b56a30378ded
28705 Author: Wolfgang Denk <wd@denx.de>
28706 Date:   Tue Dec 16 14:44:06 2008 +0100
28707
28708     post/Makefile: fix dependency problem with parallel builds
28709
28710     Parallel builds (using "make -jN") would occasionally fail with error
28711     messages like
28712         ppc_4xxFP-objdump: string.o: File format not recognized
28713     or
28714         post/libpost.a(cpu.o): In function `cpu_post_test':
28715         /home/wd/git/u-boot/work/post/lib_ppc/cpu.c:130: undefined reference to `cpu_post_test_string'
28716     or similar. We now make sure to run the 'postdeps" step before
28717     attempting to build the specific POST libraries.
28718
28719     Signed-off-by: Wolfgang Denk <wd@denx.de>
28720
28721 commit 4a0f7538c5c0805fd9a791967bbabacc41deadd9
28722 Author: Wolfgang Denk <wd@denx.de>
28723 Date:   Tue Dec 16 14:41:02 2008 +0100
28724
28725     Makefile: fix dependency problem with parallel builds
28726
28727     Parallel builds (using "make -jN") would occasionally fail with error
28728     messages like
28729         include/autoconf.mk:212: *** missing separator.  Stop.
28730     Line numbers and affected boards were changing. Obviously some
28731     Makefiles included autoconf.mk while it was still being written to.
28732     As a fix, we now write to a temporary file first and then rename it,
28733     so that it is really ready to use as soon as it appears.
28734
28735     Signed-off-by: Wolfgang Denk <wd@denx.de>
28736
28737 commit 455ae7e87f67c44e6aea68865c83acadd3fcd36c
28738 Author: Wolfgang Denk <wd@denx.de>
28739 Date:   Tue Dec 16 01:02:17 2008 +0100
28740
28741     Coding style cleanup, update CHANGELOG.
28742
28743     Signed-off-by: Wolfgang Denk <wd@denx.de>
28744
28745 commit 84bc72d90c505fec3ef4b693995407a0bd4064e5
28746 Author: Mike Frysinger <vapier@gentoo.org>
28747 Date:   Thu Dec 11 18:39:08 2008 -0500
28748
28749     spi/stmicro: fix debug() display of cmd
28750
28751     The stmicro_wait_ready() func tries to show the actual opcode that was sent
28752     to the device, but instead it displays the array pointer.  Fix it to pull
28753     out the opcode from the start of the array.
28754
28755     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28756
28757 commit 5b3375ac8c36c29c87abb132fede0509eb21e5c9
28758 Author: Mike Frysinger <vapier@gentoo.org>
28759 Date:   Thu Dec 11 06:23:37 2008 -0500
28760
28761     env_sf: support embedded environments
28762
28763     If both CONFIG_ENV_SECT_SIZE and CONFIG_ENV_SIZE are defined, and the sect
28764     size is larger than the env size, then it means the env is embedded in a
28765     block.  So we have to save/restore the part of the sector which is not the
28766     environment.  Previously, saving the environment in SPI flash in this
28767     setup would probably brick the board as the rest of the sector tends to
28768     contain actual U-Boot data/code.
28769
28770     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28771     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28772
28773 commit ecf5f077c8e77454f532eaac3e3afb7cfc48c62d
28774 Author: Timur Tabi <timur@freescale.com>
28775 Date:   Wed Dec 3 11:28:30 2008 -0600
28776
28777     i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functions
28778
28779     All implementations of the functions i2c_reg_read() and
28780     i2c_reg_write() are identical. We can save space and simplify the
28781     code by converting these functions into inlines and putting them in
28782     i2c.h.
28783
28784     Signed-off-by: Timur Tabi <timur@freescale.com>
28785     Acked-By: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28786
28787 commit e39cd81c44740d7355d277ed3d38536cbe1e003d
28788 Author: Dave Liu <daveliu@freescale.com>
28789 Date:   Fri Dec 5 15:36:14 2008 +0800
28790
28791     lib_ppc: rework the flush_cache
28792
28793     - It is possible to miss flush/invalidate the last
28794       cache line, we fix it at here.
28795     - add the volatile and memory clobber.
28796
28797     They are pointed by Scott Wood.
28798
28799     Signed-off-by: Dave Liu <daveliu@freescale.com>
28800
28801 commit 63240ba88cd6a220057a0f28e5bf97f5b17ac84b
28802 Author: Kumar Gala <galak@kernel.crashing.org>
28803 Date:   Sat Dec 13 17:20:28 2008 -0600
28804
28805     Introduce addr_map library
28806
28807     Add a library that helps in translating between virtual and physical
28808     addresses.  This library can be useful as a simple means to implement
28809     map_physmem() and virt_to_phys() for platforms that need functionality
28810     beyond the simple 1:1 mapping.
28811
28812     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28813
28814 commit 65e43a10631537dcb92c302d36301a12308216c3
28815 Author: Kumar Gala <galak@kernel.crashing.org>
28816 Date:   Sat Dec 13 17:20:27 2008 -0600
28817
28818     Introduce virt_to_phys()
28819
28820     virt_to_phys() returns the physical address given a virtual. In most
28821     cases this will be just the input value as the vast majority of
28822     systems run in a 1:1 mode.
28823
28824     However in systems that are not running this way it should report the
28825     physical address or ~0 if no mapping exists for the given virtual
28826     address.
28827
28828     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28829
28830 commit 45845301af3de8675c1f7bbc815c6de35452605a
28831 Author: Yuri Tikhonov <yur@emcraft.com>
28832 Date:   Sun Dec 7 22:12:50 2008 +0100
28833
28834     POST Make: fix the sub-dir dependencies missing.
28835
28836     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
28837
28838 commit 22525779cb51f1bbe4e96fea7b778de1935a5a69
28839 Author: Martin Michlmayr <tbm@cyrius.com>
28840 Date:   Wed Aug 6 14:44:05 2008 +0300
28841
28842     Fix a typo in fw_env.config
28843
28844     Reported-by: Martin Michlmayr <tbm@cyrius.com>
28845     Signed-off-by: Wolfgang Denk <wd@denx.de>
28846
28847 commit ba490b7761c62b549c222a9723e532dc801a3899
28848 Author: Peter Tyser <ptyser@xes-inc.com>
28849 Date:   Mon Dec 1 16:22:45 2008 -0600
28850
28851     Remove unused CONFIG_ADDR_STREAMING defines
28852
28853     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
28854
28855 commit d16da93430520d3e46c1ab52eedacf36ab7a2311
28856 Author: Peter Tyser <ptyser@xes-inc.com>
28857 Date:   Mon Nov 24 11:54:47 2008 -0600
28858
28859     cmd_mem: Remove unused variable
28860
28861     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
28862
28863 commit 3aed3aa2c128ce9fb39ca3f4e9385a7499e93dbf
28864 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28865 Date:   Sun Dec 14 10:29:39 2008 +0100
28866
28867     Fix new found CFG_
28868
28869     Also fix some minor typos.
28870
28871     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28872     Signed-off-by: Wolfgang Denk <wd@denx.de>
28873
28874 commit 0e0c862efe7279e9609db74d758cd1b84c6c7209
28875 Author: Sergei Poselenov <sposelenov@emcraft.com>
28876 Date:   Fri Sep 19 12:07:34 2008 +0200
28877
28878     Remove compiler warning: target CPU does not support interworking
28879
28880     This warning is issued by modern ARM-EABI GCC on non-thumb targets.
28881
28882     Signed-off-by: Vladimir Panfilov <pvr@emcraft.com>
28883     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
28884
28885 commit cd6734510a9ff0f41c4a73567d4080ea0033d2c1
28886 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28887 Date:   Mon Nov 24 13:33:51 2008 +0100
28888
28889     Fix FIT and FDT support to have CONFIG_OF_LIBFDT and CONFIG_FIT independent
28890
28891     FDT support is used for both FIT style images and for architectures
28892     that can pass a fdt blob to an OS (ppc, m68k, sparc).
28893
28894     For other architectures and boards which do not pass a fdt blob to an
28895     OS but want to use the new uImage format, we just need FIT support.
28896
28897     Now we can have the 4 following configurations :
28898
28899     1) FIT only             CONFIG_FIT
28900     2) fdt blob only        CONFIG_OF_LIBFDT
28901     3) both                 CONFIG_OF_LIBFDT & CONFIG_FIT
28902     4) none                 none
28903
28904     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28905
28906 commit 19ef4f7a6ef3b725aa9fe4b4f5fb676a84160172
28907 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28908 Date:   Wed Dec 10 15:13:32 2008 +0100
28909
28910     ppc4xx: Disable EEPROM write access on PMC440 boards
28911
28912     This patch disables EEPROM wrtie access by default on PMC440 board.
28913
28914     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28915
28916 commit 5b67a1439a73ba6c34007d9ff60a2c6aa90265df
28917 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28918 Date:   Wed Dec 10 15:12:56 2008 +0100
28919
28920     ppc4xx: Fix Ethernet PHY LED configuration on PMC440 boards
28921
28922     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28923
28924 commit 71fa0714fe5134bc8718c38d5261d267e88582ba
28925 Author: Stefan Roese <sr@denx.de>
28926 Date:   Tue Nov 18 16:36:12 2008 +0100
28927
28928     MIPS: Flush data cache upon relocation
28929
28930     This patch now adds a flush to the data cache upon relocation. The
28931     current implementation is missing this. Only a comment states that it
28932     should be done. So let's really do it now.
28933
28934     Signed-off-by: Stefan Roese <sr@denx.de>
28935     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28936
28937 commit 44174343688dba32571a34550dba08971c65fef1
28938 Author: Stefan Roese <sr@denx.de>
28939 Date:   Tue Nov 18 16:36:22 2008 +0100
28940
28941     MIPS: Add CONFIG_SKIP_LOWLEVEL_INIT
28942
28943     This patch adds the CONFIG_SKIP_LOWLEVEL_INIT option to start.S. This
28944     enables support for boards where the lowlevel initialization is
28945     already done when U-Boot runs (e.g. via OnChip ROM).
28946
28947     This will be used in the upcoming VCTH board support.
28948
28949     Signed-off-by: Stefan Roese <sr@denx.de>
28950     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28951
28952 commit db08ecaa6eb8176904b3bae103a85ee8f735dc40
28953 Author: Stefan Roese <sr@denx.de>
28954 Date:   Wed Nov 12 13:18:02 2008 +0100
28955
28956     MIPS: Add board_early_init_f() to init_sequence
28957
28958     This patch adds the board_early_init_f() call to the MIPS init
28959     sequence. A weak dummy implementation is also added which can be
28960     overridden by a board specific version.
28961
28962     This will be used by the upcoming VCTH board support.
28963
28964     Signed-off-by: Stefan Roese <sr@denx.de>
28965     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28966
28967 commit 9d23fc584c4b7b8bb9ecbee48920b1b04b08fa1b
28968 Author: Stefan Roese <sr@denx.de>
28969 Date:   Wed Nov 12 13:18:19 2008 +0100
28970
28971     MIPS: Add onenand_init() to board.c and move nand_init()
28972
28973     This patch adds a call to onenand_init() for OneNAND support and moves
28974     the nand_init() call to an earlier place, so that the environment can
28975     be used from NAND and OneNAND.
28976
28977     Signed-off-by: Stefan Roese <sr@denx.de>
28978     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28979
28980 commit d8bbc51c7ba9b737a20984333d19fe28a3526431
28981 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
28982 Date:   Tue Dec 9 11:32:46 2008 +0900
28983
28984     sh: Update sh2/sh2a timer
28985
28986     Renesas SH2/SH2A timer broken.
28987     This patch fix timer function.
28988
28989     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
28990     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
28991
28992 commit a319f1496210117b73198e3d889ffffaf6825d00
28993 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28994 Date:   Fri Dec 5 07:27:37 2008 +0100
28995
28996     sh: r2dplus fix register access
28997
28998     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28999     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29000
29001 commit 4d4a96055f6917335a89dbdf2e5556fa5ac329f6
29002 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29003 Date:   Tue Dec 2 07:40:03 2008 +0100
29004
29005     sh: r2dplus/lowlevel_init: coding style fix
29006
29007     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29008     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29009
29010 commit c54b9a42d8f5ab5b2a039b3a2e6fde8b427745e5
29011 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
29012 Date:   Tue Nov 25 11:05:19 2008 +0900
29013
29014     sh: Changed value of CACHE_OC_NUM_ENTRIES and CACHE_OC_WAY_SHIFT
29015
29016     SH4 is different a value of CACHE_OC_NUM_ENTRIES and
29017     CACHE_OC_WAY_SHIFT every CPU.
29018     This patch corrects these values.
29019
29020     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
29021     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29022
29023 commit e9d5f35497885b3c65d494d09a525d443dcccd3b
29024 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
29025 Date:   Thu Nov 20 16:44:42 2008 +0900
29026
29027     sh: Update sh timer function
29028
29029     Change to write/readX function and fix timer problem.
29030
29031     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
29032     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29033
29034 commit b81786cff476c41e332eaeb679158f6527cd67d4
29035 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
29036 Date:   Tue Nov 4 11:58:58 2008 +0900
29037
29038     sh: Migo-R: Update BSC value
29039
29040     A value of BSC CS4 was wrong, Fixed it.
29041
29042     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
29043     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29044
29045 commit 5783758fd260a02f44566ad8f29f899565cd0403
29046 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
29047 Date:   Mon Nov 17 16:52:09 2008 +0900
29048
29049     sh: Update ms7722se board config
29050
29051     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
29052     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29053
29054 commit 15e2697c9f7fb2ba672a1a70f07cd6d9d4e92b51
29055 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
29056 Date:   Mon Nov 17 16:53:09 2008 +0900
29057
29058     sh: Update SuperH serial driver
29059
29060     The address of SCFSR register is wrong at SH7720/SH7721.
29061     This patch fix this.
29062
29063     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
29064     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29065
29066 commit 9a1d3557dcd47365c12eeab584b822e57d994352
29067 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29068 Date:   Tue Nov 11 22:20:15 2008 +0100
29069
29070     sh: fix rsk7203 and MigoR out of tree build
29071
29072     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29073     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29074
29075 commit 1951f847f0a851853871b613ad7cf21a5242226c
29076 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
29077 Date:   Wed Dec 10 14:41:25 2008 +0100
29078
29079     ppc4xx: Update TEXT_BASE for CPCI405 boards
29080
29081     This patch fixes building U-Boot for CPCI405 boards.
29082
29083     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
29084     Signed-off-by: Stefan Roese <sr@denx.de>
29085
29086 commit 8c92af7b2fbd60ae87379477f93c7ec9441b7452
29087 Author: Stefan Roese <sr@denx.de>
29088 Date:   Tue Dec 9 20:08:01 2008 +0100
29089
29090     ppc4xx: Remove some features from ALPR to fit into 256k again
29091
29092     Signed-off-by: Stefan Roese <sr@denx.de>
29093
29094 commit 3b089e4f889a2902449d55e081c886ae607cae89
29095 Author: Stefan Roese <sr@denx.de>
29096 Date:   Wed Dec 10 10:32:59 2008 +0100
29097
29098     UBI: Set ubi_dev.type back to DEV_TYPE_NONE upon failing initialization
29099
29100     With this patch we set the type back to NONE upon failing UBI partition
29101     initialization. Otherwise further calls to the UBI subsystem would try
29102     to really access the non-existing UBI partition.
29103
29104     Thanks to Michael Lawnick for pointing this out.
29105
29106     Signed-off-by: Stefan Roese <sr@denx.de>
29107
29108 commit 817329351639a8895cd9b87b33aeff043f3d5a44
29109 Author: Stefan Roese <sr@denx.de>
29110 Date:   Wed Dec 10 10:28:33 2008 +0100
29111
29112     UBI: Return -ENOMEM upon failing malloc
29113
29114     Return with correct error code (-ENOMEM) from ubi_attach_mtd_dev() upon
29115     failing malloc().
29116
29117     Signed-off-by: Stefan Roese <sr@denx.de>
29118
29119 commit 2145188bea2df8f2b47a87ec3071b55027e8d0ae
29120 Author: Ben Warren <biggerbadderben@gmail.com>
29121 Date:   Tue Dec 9 23:34:15 2008 -0800
29122
29123     Fix compile error in building MBX860T.
29124
29125     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29126
29127 commit 8fab49ea911fe925392fa5afcc9bc7373a3d0cee
29128 Author: Michal Simek <monstr@monstr.eu>
29129 Date:   Tue Nov 25 11:42:20 2008 +0100
29130
29131     microblaze: Remove XUPV2P board
29132
29133     ---
29134
29135     Microblaze platforms use generic settings and to have
29136     many platforms is confusing that's why I decided to remove this
29137     platform from U-BOOT. ml401 tree is sufficient for covering
29138     all Microblaze platforms.
29139
29140     This change will go through microblaze custodian tree.
29141
29142 commit 99ba6f353582720defff6e6e6761dc455a207d31
29143 Author: Michal Simek <monstr@monstr.eu>
29144 Date:   Mon Nov 24 18:25:41 2008 +0100
29145
29146     microblaze: Remove CONFIG_LIBFDT due to error in common files
29147
29148 commit e7d591e823a991513833af7030468409e25a3b13
29149 Author: Michal Simek <monstr@monstr.eu>
29150 Date:   Mon Nov 24 11:43:00 2008 +0100
29151
29152     microblaze: Fix ml401 uart16550 setting
29153
29154     Signed-off-by: Michal Simek <monstr@monstr.eu>
29155
29156 commit c85ff0553a8cfbcca51c15b947e1ed55d3810a39
29157 Author: Michal Simek <monstr@monstr.eu>
29158 Date:   Mon Nov 24 11:38:22 2008 +0100
29159
29160     microblaze: Set up relocation is done
29161
29162 commit bcb6dd9187d4b23c748704767bd12d20c829e996
29163 Author: Mike Frysinger <vapier@gentoo.org>
29164 Date:   Tue Dec 9 23:20:31 2008 -0500
29165
29166     tools/netconsole: new script for working with netconsole over UDP
29167
29168     While the doc/README.NetConsole does have a snippet for people to
29169     create their own netcat script, it's a lot easier to make a simple
29170     dedicated script and tell people to use it.
29171
29172     Also spruce it up a bit to make it user friendly.
29173
29174     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29175
29176 commit 8c5170a7d088601d5f30d85093388dab1f1e8ec0
29177 Author: Sonic Zhang <Sonic.Zhang@analog.com>
29178 Date:   Tue Dec 9 23:20:18 2008 -0500
29179
29180     fs/fat: handle FAT on SATA
29181
29182     The FAT file system driver should also handle FAT on SATA devices.
29183
29184     Signed-off-by: Sonic Zhang <Sonic.Zhang@analog.com>
29185     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29186
29187 commit 4cd8ed40615a7d741ef2f09ee53779ec6907b8a6
29188 Author: Ben Warren <biggerbadderben@gmail.com>
29189 Date:   Tue Dec 9 23:26:31 2008 -0800
29190
29191     Fix compile error in building MBX860T.
29192     Bug was introduced in 9eb79bd8856bcab896ed5e1f1bca159807a124dd
29193
29194     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29195
29196 commit 97a24a78ee6f34b89b821cb70eda1cf34aa11d97
29197 Author: Jerry Van Baren <gvb.uboot@gmail.com>
29198 Date:   Mon Nov 24 08:15:02 2008 -0500
29199
29200     libfdt: Fix redefined uintptr_t warning for USE_HOSTCC
29201
29202     Compiling U-Boot in an old OS environment (RedHat-7.3  :-)  gives the
29203     following warnings from FDT:
29204
29205     include/libfdt_env.h:50: warning: redefinition of 'uintptr_t'
29206     /usr/include/stdint.h:129: warning: 'uintptr_t' previously declared here
29207
29208     Fix: Protect the definition of uintptr_t when compiling on the host
29209     system.
29210
29211     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
29212
29213 commit 1fc2b165c51d6f40c8d505f1b3eaefdb6599b17b
29214 Author: Graeme Russ <graeme.russ@gmail.com>
29215 Date:   Sat Nov 22 08:43:29 2008 +1100
29216
29217     Moved sc520 PCI definitions to stand-alone file
29218
29219     Signed Off By: Graeme Russ <graeme.russ@gmail.com>
29220
29221 commit 1f5070c0c18fa5684bfce09c8abdf10c04ed48fa
29222 Author: Graeme Russ <graeme.russ@gmail.com>
29223 Date:   Sat Nov 22 08:43:21 2008 +1100
29224
29225     Fixed path to sc520 SSI include file
29226
29227     Signed Off By: Graeme Russ <graeme.russ@gmail.com>
29228
29229 commit d4f70da544c33db3e4fce6473dea4ecca4322545
29230 Author: Graeme Russ <graeme.russ@gmail.com>
29231 Date:   Fri Nov 21 06:28:05 2008 +1100
29232
29233     Fixed build error due to #define of _LINUX_STRING_H_ in 82559_eeprom.c
29234
29235     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
29236
29237 commit c034075a713b60e654c64e88e87da29440f31bb4
29238 Author: Stefan Roese <sr@denx.de>
29239 Date:   Wed Nov 12 13:30:10 2008 +0100
29240
29241     serial: Add vcth UART driver
29242
29243     This patch adds the UART driver for the upcoming VCTH board support.
29244
29245     Signed-off-by: Stefan Roese <sr@denx.de>
29246
29247 commit 142a80ffc3b537a9c45acd2444a42a77f147c602
29248 Author: Ilya Yanok <yanok@emcraft.com>
29249 Date:   Thu Nov 13 19:49:36 2008 +0300
29250
29251     jffs2: cache data_crc results
29252
29253     As we moved data_crc() invocation from jffs2_1pass_build_lists() to
29254     jffs2_1pass_read_inode() data_crc is going to be calculated on each
29255     inode access. This patch adds caching of data_crc() results. There
29256     is no significant improvement in speed (because of flash access
29257     caching added in previous patch I think, crc in RAM is really fast)
29258     but this patch impacts memory usage -- every b_node structure uses
29259     12 bytes instead of 8.
29260
29261     Signed-off-by: Alexey Neyman <avn@emcraft.com>
29262     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
29263
29264 commit 9b7076229ec6a958bd835ab70745f7676297ce82
29265 Author: Ilya Yanok <yanok@emcraft.com>
29266 Date:   Thu Nov 13 19:49:35 2008 +0300
29267
29268     jffs2: summary support
29269
29270     This patch adds support for reading fs information from summary
29271     node instead of scanning full eraseblock.
29272
29273     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
29274
29275 commit 70741004dc28946cd82c7af6789c4ddb3fc94526
29276 Author: Ilya Yanok <yanok@emcraft.com>
29277 Date:   Thu Nov 13 19:49:34 2008 +0300
29278
29279     jffs2: add buffer to cache flash accesses
29280
29281     With this patch JFFS2 code allocates memory buffer of max_totlen size
29282     (size of the largest node, calculated during scan time) and uses it to
29283     store entire node. Speeds up loading. If malloc fails we use old ways
29284     to do things.
29285
29286     Signed-off-by: Alexey Neyman <avn@emcraft.com>
29287     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
29288
29289 commit 8a36d31f72411144ac0412ee7e1880e801acd754
29290 Author: Ilya Yanok <yanok@emcraft.com>
29291 Date:   Thu Nov 13 19:49:33 2008 +0300
29292
29293     jffs2: rewrite jffs2 scanning code based on Linux one
29294
29295     Rewrites jffs2_1pass_build_lists() function in style of Linux's
29296     jffs2_scan_medium() and jffs2_scan_eraseblock().
29297     This includes:
29298      - Caching flash acceses
29299      - Smart dealing with free space
29300
29301     Signed-off-by: Alexey Neyman <avn@emcraft.com>
29302     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
29303
29304 commit e0b5532579eda8b4629f1b4f6e49c3cc60f52237
29305 Author: Ilya Yanok <yanok@emcraft.com>
29306 Date:   Thu Nov 13 19:49:32 2008 +0300
29307
29308     jffs2: add sector_size field to part_info structure
29309
29310     This patch adds sector_size field to part_info structure (used
29311     by new JFFS2 code).
29312
29313     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
29314
29315 commit f73846956778a7dfee83403ef9747aff77198848
29316 Author: Ilya Yanok <yanok@emcraft.com>
29317 Date:   Thu Nov 13 19:49:31 2008 +0300
29318
29319     jffs2: fix searching for latest version in jffs2_1pass_list_inodes()
29320
29321     We need to update i_version inside cycle to find really latest version
29322     inside jffs2_1pass_list_inodes(). With that fixed we can use isize inside
29323     dump_inode() instead of calling expensive jffs2_1pass_read_inode().
29324
29325     Signed-off-by: Alexey Neyman <avn@emcraft.com>
29326     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
29327
29328 commit 1113cb764b3da256ef8a1f9539f4efbe221ff3c4
29329 Author: Wolfgang Denk <wd@denx.de>
29330 Date:   Tue Dec 9 23:13:51 2008 +0100
29331
29332     evb64260: fix "cast to pointer from integer of different size" warnings
29333
29334     Signed-off-by: Wolfgang Denk <wd@denx.de>
29335
29336 commit d2776827315c3d469b8cb4cec14d58877798daa2
29337 Author: Stefan Althoefer <stefan.althoefer@web.de>
29338 Date:   Sun Dec 7 19:39:11 2008 +0100
29339
29340     USB: descriptor handling
29341
29342     Hi,
29343
29344     I found a bug when working with the u-boot USB subsystem on IXP425 processor
29345     (big endian Xscale aka ARMv5).
29346     I recognized that the second usb_endpoint_descriptor of the attached memory
29347     stick was corrupted.
29348
29349     The reason for this are the packed structures below (either u-boot and
29350     u-boot-usb):
29351
29352     --------------
29353     /* Endpoint descriptor */
29354     struct usb_endpoint_descriptor {
29355         unsigned char  bLength;
29356         unsigned char  bDescriptorType;
29357         unsigned char  bEndpointAddress;
29358         unsigned char  bmAttributes;
29359         unsigned short wMaxPacketSize;
29360         unsigned char  bInterval;
29361         unsigned char  bRefresh;
29362         unsigned char  bSynchAddress;
29363
29364     } __attribute__ ((packed));
29365     /* Interface descriptor */
29366     struct usb_interface_descriptor {
29367         unsigned char  bLength;
29368         unsigned char  bDescriptorType;
29369         unsigned char  bInterfaceNumber;
29370         unsigned char  bAlternateSetting;
29371         unsigned char  bNumEndpoints;
29372         unsigned char  bInterfaceClass;
29373         unsigned char  bInterfaceSubClass;
29374         unsigned char  bInterfaceProtocol;
29375         unsigned char  iInterface;
29376
29377         unsigned char  no_of_ep;
29378         unsigned char  num_altsetting;
29379         unsigned char  act_altsetting;
29380         struct usb_endpoint_descriptor ep_desc[USB_MAXENDPOINTS];
29381     } __attribute__ ((packed));
29382     ------------
29383
29384     As usb_endpoint_descriptor is only 7byte in length, the start of all
29385     odd ep_desc[] structures is not word aligned. This makes wMaxPacketSize
29386     of these structures also not word aligned.
29387
29388     ARMv5 Architecture however does not support non-aligned multibyte
29389     data type (see A2.8 of ARM Architecture Reference Manual).
29390
29391     Signed-off-by: Stefan Althoefer <stefan.althoefer@web.de>
29392     Signed-off-by: Remy Böhmer <linux@bohmer.net>
29393
29394 commit 4c253fdb2a175ea3472c38a1455a16faa58e81f0
29395 Author: Kumar Gala <galak@kernel.crashing.org>
29396 Date:   Tue Dec 9 10:27:33 2008 -0600
29397
29398     drivers/fsl_pci_init: Fix compile warning
29399
29400     fsl_pci_init.c: In function 'fsl_pci_setup_inbound_windows':
29401     fsl_pci_init.c:122: warning: comparison is always true due to limited range of data type
29402
29403     The check only makes sense if we are CONFIG_PHYS_64BIT
29404
29405     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29406
29407 commit dedacc18a8c2b3951581eb721fa055a4e0ac4845
29408 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29409 Date:   Sun Dec 7 09:45:35 2008 +0100
29410
29411     usbtty/omap: update to current API
29412
29413     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29414     Signed-off-by: Remy Böhmer <linux@bohmer.net>
29415
29416 commit ee2e9ba917a62cc2e3a484bb79c8da0e01cb93ed
29417 Author: Anatolij Gustschin <agust@denx.de>
29418 Date:   Tue Dec 9 17:52:05 2008 +0100
29419
29420     video: fix FADS823 and RRvision compiling issues
29421
29422     Since commit 561858ee building for FADS823 and RRvision
29423     doesn't work. Let's include version.h and timestamp.h
29424     unconditionally to fix the problem.
29425
29426     Signed-off-by: Anatolij Gustschin <agust@denx.de>
29427
29428 commit 2d2e05727fe4013f807ffa814dff0e75259a1db4
29429 Author: Stefan Roese <sr@denx.de>
29430 Date:   Tue Dec 2 10:53:47 2008 +0100
29431
29432     UBI: Fix size parsing in "ubi create"
29433
29434     Signed-off-by: Stefan Roese <sr@denx.de>
29435
29436 commit 2ee951ba2ac9874d2a93d52e7a187d3184be937e
29437 Author: Stefan Roese <sr@denx.de>
29438 Date:   Thu Nov 27 14:07:09 2008 +0100
29439
29440     UBI: Enable re-initializing of the "ubi part" command
29441
29442     With this patch now, the user can call "ubi part" multiple times to
29443     re-connect the UBI device to another MTD partition.
29444
29445     Signed-off-by: Stefan Roese <sr@denx.de>
29446
29447 commit 9def12cae33d2d3ea2dd56b197fd3dfb3ad60bf4
29448 Author: Stefan Roese <sr@denx.de>
29449 Date:   Thu Nov 27 14:05:15 2008 +0100
29450
29451     MTD: Fix problem based on non-working relocation (list head mtd_partitions)
29452
29453     Don't use LIST_HEAD() but initialize the struct via INIT_LIST_HEAD() upon
29454     first call of add_mtd_partitions(). Otherwise this won't work on platforms
29455     where the relocation is broken (like MIPS or PPC).
29456
29457     Signed-off-by: Stefan Roese <sr@denx.de>
29458
29459 commit 5e3ab68e9acf9edf304b8aa32ad7e005483a2c47
29460 Author: Trent Piepho <tpiepho@freescale.com>
29461 Date:   Wed Nov 12 17:29:48 2008 -0800
29462
29463     Section name should be ".data", not "data"
29464
29465     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
29466     Signed-off-by: Wolfgang Denk <wd@denx.de>
29467
29468 commit 7fa6a2f3b66579dea8bc1a9177646e1141731b15
29469 Author: Wolfgang Denk <wd@denx.de>
29470 Date:   Tue Dec 9 00:39:08 2008 +0100
29471
29472     MAKEALL: Automatically use parallel builds
29473
29474     Add logic to the MAKEALL script to determine the number of CPU cores
29475     on the system, and run a parallel build if there is more than one.
29476     Usually this significantrly accelerates builds.
29477
29478     Allow to manually adjust the number of parallel make jobs by using
29479     the "BUILD_NCPUS" environment variable.
29480
29481     Signed-off-by: Wolfgang Denk <wd@denx.de>
29482
29483 commit 268405fa7c44156c5192a70779920c70906af8d6
29484 Author: Wolfgang Denk <wd@denx.de>
29485 Date:   Tue Dec 9 00:24:30 2008 +0100
29486
29487     vxworks.h: Fix build problem introduced by commits 29a4c24d/e9084b23
29488
29489     Signed-off-by: Wolfgang Denk <wd@denx.de>
29490
29491 commit 153176a9414120ca1736f3cc4951623d6e14e6af
29492 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29493 Date:   Tue Nov 11 06:08:59 2008 +0100
29494
29495     avr32/bootm: remove unused variable 'ret'
29496
29497     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29498     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29499
29500 commit 434c51a5e62f608a2a78ed5398ac43a1c77cc183
29501 Author: Peter Tyser <ptyser@xes-inc.com>
29502 Date:   Wed Nov 12 13:06:48 2008 -0600
29503
29504     Remove unneeded CONFIG_SHELL references
29505
29506     Make should be using the bash shell by default which makes
29507     CONFIG_SHELL unnecessary
29508
29509     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29510
29511 commit cf7a7b99794bac936899819b95539be1dbd71708
29512 Author: Peter Tyser <ptyser@xes-inc.com>
29513 Date:   Wed Nov 12 12:33:20 2008 -0600
29514
29515     Use bash for default GNU Make shell application
29516
29517     Some Make script commands rely on bash-specific features like brace
29518     expansion, so default to bash for the SHELL variable with a fallback
29519     to the standard sh shell
29520
29521     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29522
29523 commit 4b530018764934ad5689196e9aa5714a6f4d1a6c
29524 Author: Heiko Schocher <hs@denx.de>
29525 Date:   Wed Nov 12 09:50:45 2008 +0100
29526
29527     jffs2: rename devices_init () in common/jffs2.c
29528
29529     rename devices_init () in common/jffs2.c to
29530     jffs2_devices_init (), because there is also a
29531     devices_init () in common/devices.c.
29532
29533     Signed-off-by: Heiko Schocher <hs@denx.de>
29534
29535 commit af5eb847a10f1037590001355d88bab3fe7be48b
29536 Author: Daniel Hellstrom <daniel@gaisler.com>
29537 Date:   Mon Nov 10 12:46:20 2008 +0000
29538
29539     SPARC: Fixed compiler error introduced by commit c160a9544743
29540
29541     This patch fixes a build error for the SPARC platform. It was
29542     introduced by commit c160a9544743e80e8889edb2275538e7764ce334.
29543
29544     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
29545
29546 commit 4c60259899aa00f59db0d936b8807f9a26411c0f
29547 Author: Gary Jennejohn <garyj@denx.de>
29548 Date:   Sun Nov 9 12:50:59 2008 +0100
29549
29550     mgsuvd add the board-specific part of the HDLC driver
29551
29552     Signed-off-by: Gary Jennejohn <garyj@denx.de>
29553
29554 commit 534a4359666af48bd69a3743d8a8c2bdb1d3ec70
29555 Author: Gary Jennejohn <garyj@denx.de>
29556 Date:   Sun Nov 9 12:45:03 2008 +0100
29557
29558     mgcoge add the board-specific part of the HDLC driver
29559
29560     Signed-off-by: Gary Jennejohn <garyj@denx.de>
29561
29562 commit 135f5534538bb8ea4f38a7030da12187d22ef7e0
29563 Author: Gary Jennejohn <garyj@denx.de>
29564 Date:   Sun Nov 9 12:36:15 2008 +0100
29565
29566     keymile add the common parts of the HDLC driver
29567
29568     This implements the ICN protocol used across the backplane and is
29569     needed by all the keymile boards.
29570
29571     Signed-off-by: Gary Jennejohn <garyj@denx.de>
29572
29573 commit 1cb82a9207a550557399eabc7fe47f21bbd9ddf8
29574 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29575 Date:   Fri Nov 7 22:46:22 2008 +0100
29576
29577     drivers/bios_emulator: Move conditional compilation to Makefile
29578
29579     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29580
29581 commit bcdf1d2cf6b24fb905fd7da80da4b3c65a7995b5
29582 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
29583 Date:   Thu Nov 6 14:01:51 2008 -0500
29584
29585     common/cmd_ide.c: Corrected endian order printing for compact flash serial number.
29586
29587     Corrected endian order printing for compact flash serial number.
29588
29589     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
29590
29591 commit 16a28ef219c27423a1ef502f19070c4d375079b8
29592 Author: Gary Jennejohn <garyj@denx.de>
29593 Date:   Thu Nov 6 15:04:23 2008 +0100
29594
29595     IOMUX: Add console multiplexing support.
29596
29597     Modifications to support console multiplexing.  This is controlled using
29598     CONFIG_SYS_CONSOLE_MUX in the board configuration file.
29599
29600     This allows a user to specify multiple console devices in the environment
29601     with a command like this: setenv stdin serial,nc.  As a result, the user can
29602     enter text on both the serial and netconsole interfaces.
29603
29604     All devices - stdin, stdout and stderr - can be set in this manner.
29605
29606     1) common/iomux.c and include/iomux.h contain the environment setting
29607     implementation.
29608     2) doc/README.iomux contains a somewhat more detailed description.
29609     3) The implementation in (1) is called from common/cmd_nvedit.c to
29610     handle setenv and from common/console.c to handle initialization of
29611     input/output devices at boot time.
29612     4) common/console.c also contains the code needed to poll multiple console
29613     devices for input and send output to all devices registered for output.
29614     5) include/common.h includes iomux.h and common/Makefile generates iomux.o
29615     when CONFIG_SYS_CONSOLE_MUX is set.
29616
29617     Signed-off-by: Gary Jennejohn <garyj@denx.de>
29618
29619 commit 774ce72026f74ac9641bcbbc588b20f2e13f7ab8
29620 Author: Mike Frysinger <vapier@gentoo.org>
29621 Date:   Tue Nov 4 16:03:46 2008 -0500
29622
29623     strings: use puts() rather than printf()
29624
29625     When running `strings` on really long strings, the stack tends to get
29626     smashed due to printf().  Switch to puts() instead since we're only passing
29627     the data through.
29628
29629     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29630
29631 commit b03150b52e3c491a86a3cc0945274f0e8f9872e7
29632 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
29633 Date:   Mon Nov 3 22:16:18 2008 +0100
29634
29635     Use new CONFIG_SYS_VXWORKS parameters for Netstal boards
29636
29637     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
29638
29639 commit 29a4c24de99d8cb4ac32991c04cab87ed94ca1f9
29640 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
29641 Date:   Mon Nov 3 22:15:34 2008 +0100
29642
29643     cmd_elf.c: Cleanup bootvx and handle new CONFIG_SYS_VXWORKS parameters
29644
29645     - fix size too small by one in sprintf
29646     - changed old (pre 2004) device name ibmEmac to emac
29647     - boot device may be overriden in board config
29648     - servername may be defined in board config
29649     - additional parameters may be defined in board config
29650     - fixed some line wrappings
29651     - replaced  redundant MAX define by max
29652
29653     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
29654
29655 commit e9084b23d16102f44ace24379a1c0c352497ef80
29656 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
29657 Date:   Mon Nov 3 22:14:36 2008 +0100
29658
29659     Add vxworks.h to handle CONFIG_SYS_VXWORKS parameters
29660
29661     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
29662
29663 commit 0b2f4ecad473d785959c7976f20d2a00bd0ee01f
29664 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
29665 Date:   Mon Nov 3 22:13:47 2008 +0100
29666
29667     README: Document CONFIG_SYS parameters for vxworks
29668
29669     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
29670
29671 commit ace514837cac656e29c37a19569cb8ea83071126
29672 Author: Peter Tyser <ptyser@xes-inc.com>
29673 Date:   Fri Oct 31 11:12:38 2008 -0500
29674
29675     lcd: Let the board code show board-specific info cleanup
29676
29677     remove unneeded version.h from lcd.c
29678
29679     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29680     Signed-off-by: Wolfgang Denk <wd@denx.de>
29681
29682 commit 561858ee7d0274c3e89dc98d4d0698cb6fcf6fd9
29683 Author: Peter Tyser <ptyser@xes-inc.com>
29684 Date:   Mon Nov 3 09:30:59 2008 -0600
29685
29686     Update U-Boot's build timestamp on every compile
29687
29688     Use the GNU 'date' command to auto-generate a new U-Boot
29689     timestamp on every compile.
29690
29691     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29692
29693 commit 83ad179e2f0f625b88adb8ef5696709e46fb9077
29694 Author: Remy Bohmer <linux@bohmer.net>
29695 Date:   Thu Dec 4 22:25:57 2008 +0100
29696
29697     Remove redundant armv4 flag from arm926ejs compile flags
29698
29699     Currently the arm926ejs tree has the armv4 option set during compilation.
29700     This flag does not belong here because a arm926 CPU is always a armv5 CPU.
29701
29702     Signed-off-by: Remy Bohmer <linux@bohmer.net>
29703
29704 commit 89a7a87f084c657f8e32b513a77b50eca07e17ec
29705 Author: Nicolas Ferre <nicolas.ferre@atmel.com>
29706 Date:   Sat Dec 6 13:11:14 2008 +0100
29707
29708     at91: Choose environment variables location within make config target
29709
29710     This patch adds the possiblity to choose the media where the environment will
29711     be located. This allow to choose this fundamental configuration without editing
29712     config files.
29713
29714     Documentation file added.
29715
29716     Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
29717     Acked-by: Stelian Pop <stelian@popies.net>
29718     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29719
29720 commit 1450c4a6682378567030414a9f1198c39b7730c7
29721 Author: Anatolij Gustschin <agust@denx.de>
29722 Date:   Mon Nov 3 15:30:34 2008 +0100
29723
29724     lwmon, tqm8xx: Fix build errors
29725
29726     Commit 6b59e03e0237a40a2305ea385defdfd92000978b
29727     lcd: Let the board code show board-specific info
29728
29729     introduced some bugs which prevent U-Boot building
29730     for lwmon board if CONFIG_LCD_INFO_BELOW_LOGO will
29731     be defined in the board configuration.
29732
29733     Also "LCD enabled" building for TQM823L doesn't work
29734     since this commit.
29735
29736     This patch fixes above-mentioned issues.
29737
29738     Signed-off-by: Anatolij Gustschin <agust@denx.de>
29739
29740 commit bfa0af6b22ff25b0719a8910f9b6d1f975aa6fb0
29741 Author: Mike Frysinger <vapier@gentoo.org>
29742 Date:   Sun Nov 2 01:18:18 2008 -0400
29743
29744     ignore .gdb_history files
29745
29746     When using gdb, history files will often get generated.  So ignore them.
29747
29748     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29749
29750 commit c8aa7dfc18f7cc90d0aea6c7becbb67dfc5bba4b
29751 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29752 Date:   Fri Oct 31 12:26:55 2008 +0100
29753
29754     FPGA: move fpga drivers to drivers/fpga
29755
29756     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29757
29758 commit 6a86bb6c25376f0358478219fa28d7c84dd01ed0
29759 Author: Peter Tyser <ptyser@xes-inc.com>
29760 Date:   Mon Dec 1 16:29:38 2008 -0600
29761
29762     net: Fix TftpStart() ip:filename bug
29763
29764     The TftpStart() function modifies the 'BootFile'
29765     string when 'BootFile' contains both an IP address
29766     and filename (eg 1.2.3.4:/path/file). This causes
29767     subsequent calls to TftpStart to incorrectly parse
29768     the TFTP filename and server IP address to use.
29769     For example:
29770
29771     => tftp 0x100000 10.52.0.62:/home/ptyser/non_existant
29772     Speed: 100, half duplex
29773     Using eTSEC1 device
29774     TFTP from server 10.52.0.62; our IP address is 10.52.253.79
29775                      ^^^^^^^^^^ CORRECT
29776     Filename '/home/ptyser/non_existant'.
29777               ^^^^^^^^^^^^^^^^^^^^^^^^^ CORRECT
29778     Load address: 0x100000
29779     Loading: *
29780     TFTP error: 'File not found' (1)
29781     Starting again
29782
29783     eTSEC2: No link.
29784     Speed: 100, half duplex
29785     Using eTSEC1 device
29786     TFTP from server 10.52.0.33; our IP address is 10.52.253.79
29787                      ^^^^^^^^^^ WRONG
29788     Filename '10.52.0.62'.
29789               ^^^^^^^^^^ WRONG
29790     Load address: 0x100000
29791     Loading: *
29792     TFTP error: 'File not found' (1)
29793     Starting again
29794
29795     TftpStart() was modified to not modify the 'BootFile' string.
29796
29797     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29798     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29799
29800 commit d32c5be50bf0600bfdc54223ef341ee9c63db445
29801 Author: Peter Tyser <ptyser@xes-inc.com>
29802 Date:   Mon Dec 1 16:26:21 2008 -0600
29803
29804     net: Add additional IP fragmentation check
29805
29806     Ignore IP packets which have the "more fragments" flag bit
29807     set.  This flag indicates the IP packet is fragmented and
29808     must be ignored by U-Boot.
29809
29810     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29811     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29812
29813 commit e0c07b868cab405ab4b5335a0247899bfc5ea0b6
29814 Author: Peter Tyser <ptyser@xes-inc.com>
29815 Date:   Mon Dec 1 16:26:20 2008 -0600
29816
29817     net: Define IP flag field values
29818
29819     These defines were pulled from the "Add simple
29820     IP/UDP fragmentation support" patch from Frank
29821     Haverkamp <haver@vnet.ibm.com>.
29822
29823     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29824     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29825
29826 commit 23afaba65ec5206757e589ef334a8b38168c045f
29827 Author: Anatolij Gustschin <agust@denx.de>
29828 Date:   Tue Dec 2 10:31:04 2008 +0100
29829
29830     net: tsec: Fix Marvell 88E1121R phy init
29831
29832     This patch tries to ensure that phy interrupt pin
29833     won't be asserted after booting. We experienced
29834     following issues with current 88E1121R phy init:
29835
29836     Marvell 88E1121R phy can be hardware-configured
29837     to share MDC/MDIO and interrupt pins for both ports
29838     P0 and P1 (e.g. as configured on socrates board).
29839     Port 0 interrupt pin will be shared by both ports
29840     in such configuration. After booting Linux and
29841     configuring eth0 interface, port 0 phy interrupts
29842     are enabled. After rebooting without proper eth0
29843     interface shutdown port 0 phy interrupts remain
29844     enabled so any change on port 0 (link status, etc.)
29845     cause assertion of the interrupt. Now booting Linux
29846     and configuring eth1 interface will cause permanent
29847     phy interrupt storm as the registered phy 1 interrupt
29848     handler doesn't acknowledge phy 0 interrupts. This
29849     of course should be fixed in Linux driver too.
29850
29851     Signed-off-by: Anatolij Gustschin <agust@denx.de>
29852     Acked-by: Andy Fleming <afleming@freescale.com>
29853     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29854
29855 commit 2e4970d8109d690adcf615d9e3cac7b5b2e8eaed
29856 Author: Peter Tyser <ptyser@xes-inc.com>
29857 Date:   Tue Dec 2 12:59:51 2008 -0600
29858
29859     net: Fix download command parsing
29860
29861     When CONFIG_SYS_HUSH_PARSER is defined network download
29862     commands with 1 argument in the format 'tftp "/path/file"'
29863     do not work as expected. The hush command parser strips
29864     the quotes from "/path/file" which causes the network
29865     commands to interpret "/path/file" as an address
29866     instead of the intended filename.
29867
29868     The previous check for a leading quote in netboot_common()
29869     was replaced with a check which ensures only valid
29870     numbers are treated as addresses.
29871
29872     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29873     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29874
29875 commit 3c2c2f427905040c1513d0c51d637689cba48346
29876 Author: Remy Bohmer <linux@bohmer.net>
29877 Date:   Thu Nov 27 22:30:27 2008 +0100
29878
29879     Remove non-ascii characters from fat code
29880
29881     This code contains some non-ascii characters in comment lines and code.
29882     Most editors do not display those characters properly and editing those
29883     files results always in diffs at these places which are usually not required
29884     to be changed at all. This is error prone.
29885
29886     So, remove those weird characters and replace them by normal C-style
29887     equivalents for which the proper defines were already in the header.
29888
29889     Signed-off-by: Remy Bohmer <linux@bohmer.net>
29890
29891 commit dc889e865356497d3e495570118c2245ebce2631
29892 Author: Dave Liu <daveliu@freescale.com>
29893 Date:   Fri Nov 28 20:16:58 2008 +0800
29894
29895     85xx: fix the wrong DDR settings for MPC8572DS
29896
29897     The default DDR freq is 400MHz or 800M data rate,
29898     the old settings is pure wrong for the default case.
29899
29900     Signed-off-by: Dave Liu <daveliu@freescale.com>
29901     Acked-by: Andy Fleming <afleming@freescale.com>
29902
29903 commit 9df59533f77de2829b4b66e5b7620e04edaa391c
29904 Author: Kumar Gala <galak@kernel.crashing.org>
29905 Date:   Mon Nov 24 10:29:26 2008 -0600
29906
29907     85xx: init gd as early as possible
29908
29909     Moved up the initialization of GD so C code like set_tlb() can use
29910     gd->flags to determine if we've relocated or not in the future.
29911
29912     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29913     Acked-by: Andy Fleming <afleming@freescale.com>
29914
29915 commit aed461af81012a398a205e9be67ab37667491838
29916 Author: Kumar Gala <galak@kernel.crashing.org>
29917 Date:   Mon Nov 24 10:29:25 2008 -0600
29918
29919     85xx: Fix relocation of CCSRBAR
29920
29921     If the virtual address for CCSRBAR is the same after relocation but
29922     the physical address is changing we'd end up having two TLB entries with
29923     the same VA.  Instead we new us the new CCSRBAR virt address + 4k as a
29924     temp virt address to access the old CCSRBAR to relocate it.
29925
29926     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29927     Acked-by: Andy Fleming <afleming@freescale.com>
29928
29929 commit ea154a1781135d822eedee7567cc156089eae93c
29930 Author: Kumar Gala <galak@kernel.crashing.org>
29931 Date:   Mon Nov 24 10:25:14 2008 -0600
29932
29933     FSL: Moved BR_PHYS_ADDR for localbus to common header
29934
29935     The BR_PHYS_ADDR macro is useful on all machines that have local bus
29936     which is pretty much all 83xx/85xx/86xx chips.
29937
29938     Additionally most 85xx & 86xx will need it if they want to support
29939     36-bit physical addresses.
29940
29941     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29942     Acked-by: Andy Fleming <afleming@freescale.com>
29943
29944 commit 9427ccde0355a2ebf47454e8e1be59f5b9864e08
29945 Author: Peter Tyser <ptyser@xes-inc.com>
29946 Date:   Mon Dec 1 13:47:12 2008 -0600
29947
29948     85xx: Add PORDEVSR_PCI1 define
29949
29950     Add define used to determine if PCI1 interface is in PCI or PCIX mode.
29951
29952     Convert users of the old PORDEVSR_PCI constant to use MPC85xx_PORDEVSR_PCI1
29953
29954     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
29955     Signed-off-by: Andy Fleming <afleming@freescale.com>
29956
29957 commit 35db1c6d34b57ae15e99cf03c8e8f8a6148d74f3
29958 Author: Becky Bruce <becky.bruce@freescale.com>
29959 Date:   Fri Nov 21 19:24:22 2008 -0600
29960
29961     drivers/fsl_pci_init: Fix inbound window mapping bug
29962
29963     The current code will cause the creation of a 4GB window
29964     starting at 0 if we have more than 4GB of RAM installed,
29965     which overlaps with PCI_MEM space and causes pci_bus_to_phys()
29966     to return erroneous information. Limit the size to 4GB - 1;
29967     which causes the code to create one 2GB and one 1GB window
29968     instead.
29969
29970     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
29971     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29972     Acked-by: Andy Fleming <afleming@freescale.com>
29973
29974 commit 5a105a333dab6a23e92d763ce76d6f31d57f45df
29975 Author: Jon Loeliger <jdl@freescale.com>
29976 Date:   Thu Nov 20 15:36:48 2008 -0600
29977
29978     Removed unused CONFIG_L1_INIT_RAM symbol.
29979
29980     Prevent further viral propogation of the unused
29981     symbol CONFIG_L1_INIT_RAM by just removing it.
29982
29983     Signed-off-by: Jon Loeliger <jdl@freescale.com>
29984     Acked-by: Andy Fleming <afleming@freescale.com>
29985
29986 commit 7008d26a40a76f90cae5824c812cfed449fb97b8
29987 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
29988 Date:   Wed Oct 29 09:21:44 2008 -0500
29989
29990     fsl ddr skip interleaving if not supported.
29991
29992     Removed while(1) hang if memctl_intlv_ctl is set wrong.
29993     Remove embedded tabs from strings.
29994
29995     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
29996     Acked-by: Kumar Gala <galak@kernel.crashing.org>
29997     Acked-by: Andy Fleming <afleming@freescale.com>
29998
29999 commit dd332e18d082de75eca3fc2c7c778f5d4571a096
30000 Author: Anatolij Gustschin <agust@denx.de>
30001 Date:   Thu Nov 13 18:08:57 2008 +0100
30002
30003     85xx: socrates: fix DDR SDRAM tlb entry configuration
30004
30005     since commit be0bd8234b9777ecd63c4c686f72af070d886517
30006     tlb entry for socrates DDR SDRAM will be reconfigured
30007     by setup_ddr_tlbs() from initdram() causing an
30008     inconsistency with previously configured DDR SDRAM tlb
30009     entry from tlb_table:
30010
30011     socrates>l2cam 7 9
30012     IDX  PID      EPN  SIZE V TS           RPN U0-U3 WIMGE UUUSSS
30013       7 : 00 00000000 256MB V  0 -> 0_00000000  0000 -I-G- ---RWX
30014       8 : 00 00000000 256MB V  0 -> 0_00000000  0000 ----- ---RWX
30015       9 : 00 10000000 256MB V  0 -> 0_10000000  0000 ----- ---RWX
30016
30017     This patch makes the presence of the DDR SDRAM tlb entry in
30018     the tlb_table dependent on CONFIG_SPD_EEPROM to avoid this
30019     inconsistency.
30020
30021     Signed-off-by: Anatolij Gustschin <agust@denx.de>
30022     Acked-by: Andy Fleming <afleming@freescale.com>
30023
30024 commit a2cd50ed6ef0ac6b127b3d6db756979a8336718d
30025 Author: Peter Tyser <ptyser@xes-inc.com>
30026 Date:   Tue Nov 11 10:17:10 2008 -0600
30027
30028     85xx: Add CPU 2 errata workaround to all 8548 boards
30029
30030     All mpc8548-based boards should implement the suggested workaround
30031     to CPU 2 errata. Without the workaround, its possible for the
30032     8548's core to hang while executing a msync or mbar 0 instruction
30033     and a snoopable transaction from an I/O master tagged to make
30034     quick forward progress is present.
30035
30036     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
30037     Acked-by: Andy Fleming <afleming@freescale.com>
30038
30039 commit e57f0fa1333cdf3ca36110aac2900712a5f82976
30040 Author: Dave Liu <daveliu@freescale.com>
30041 Date:   Tue Oct 28 17:53:45 2008 +0800
30042
30043     85xx: the DDR tlb is missed for the !CONFIG_SPD_EEPROM case
30044
30045     we need TLB entry for DDR at !SPD case.
30046
30047     Signed-off-by: Dave Liu <daveliu@freescale.com>
30048     Acked-by: Andy Fleming <afleming@freescale.com>
30049
30050 commit 9b0ad1b1c7a15ff674978705c7c52264978dc5d8
30051 Author: Dave Liu <daveliu@freescale.com>
30052 Date:   Tue Oct 28 17:53:38 2008 +0800
30053
30054     85xx: remove the unused ddr_enable_ecc in the board file
30055
30056     The DDR controller of 8548/8544/8568/8572/8536 processors
30057     have the ECC data init feature, and the new DDR code is
30058     using the feature, and we don't need the way with DMA to
30059     init memory any more.
30060
30061     Signed-off-by: Dave Liu <daveliu@freescale.com>
30062     Acked-by: Andy Fleming <afleming@freescale.com>
30063
30064 commit 4a129a57d923f7c15aa1f567028a80a32d66a100
30065 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30066 Date:   Sun Nov 30 19:36:53 2008 +0100
30067
30068     at91rm9200dk: Fix typo
30069
30070     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30071
30072 commit ed3b18e05c9a8ffa5fb643da9bcec7452e5d5e01
30073 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30074 Date:   Sun Nov 30 19:36:50 2008 +0100
30075
30076     AT91: remove non supported board AT91RM9200DF macro
30077
30078     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30079
30080 commit bd876772ee04095e5dd943d97515a1f14bad4b1c
30081 Author: Ilko Iliev <iliev@ronetix.at>
30082 Date:   Tue Dec 2 17:27:54 2008 +0100
30083
30084     mtd/dataflash.c: fix a problem with the last partition
30085
30086     This patch fix the problem that only the [NB_DATAFLASH_AREA - 1] dataflash
30087     partition can be defined to use the area to the end of dataflash size.
30088     Now it is possible to have only one dataflash partition from 0 to the end
30089     of of dataflash size.
30090
30091     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
30092
30093 commit 03f797793b124dccaae145b977d15d6cb9e74504
30094 Author: Ilko Iliev <iliev@ronetix.at>
30095 Date:   Tue Dec 2 17:20:17 2008 +0100
30096
30097     fix some coding style violations.
30098
30099     This patch fix some coding style violations.
30100
30101     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
30102
30103 commit 5e46b1e54112f4b7fd5185665e571510132c12a7
30104 Author: Stefan Roese <sr@denx.de>
30105 Date:   Thu Nov 27 14:11:37 2008 +0100
30106
30107     OneNAND: Add missing mtd info struct before calling onenand_erase()
30108
30109     Without this patch "saveenv" crashes when MTD partitions are enabled (e.g.
30110     for use in UBI) via CONFIG_MTD_PARTITIONS.
30111
30112     Signed-off-by: Stefan Roese <sr@denx.de>
30113     Signed-off-by: Scott Wood <scottwood@freescale.com>
30114
30115 commit 29382d4064fbaff5daacff4c3209370fa5713966
30116 Author: Becky Bruce <becky.bruce@freescale.com>
30117 Date:   Thu Nov 20 16:43:52 2008 -0600
30118
30119     mpc8641: Fix error in README
30120
30121     I made some updates to the code that didn't make it into the
30122     README - fix this
30123
30124     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
30125
30126 commit 801a194616d95e6fc426a176d9615ccbf9876c7f
30127 Author: Jon Loeliger <jdl@freescale.com>
30128 Date:   Thu Nov 20 12:01:02 2008 -0600
30129
30130     Removed unused CONFIG_L1_INIT_RAM symbol.
30131
30132     Prevent further viral propogation of the unused
30133     symbol CONFIG_L1_INIT_RAM by just removing it.
30134
30135     Signed-off-by: Jon Loeliger <jdl@freescale.com>
30136
30137 commit f698738e46cb461e28c2d58228bb34a2fcf5a475
30138 Author: Jon Loeliger <jdl@freescale.com>
30139 Date:   Thu Nov 20 14:02:56 2008 -0600
30140
30141     86xx: Fix non-64-bit compilation problems.
30142
30143     Introducing 64-bit (36-bit) support for the MPC8641HPCN
30144     failed to accomodate the other two 86xx boards.
30145     Introduce definitions for CONFIG_SYS_CCSRBAR_PHYS_{LOW,HIGH}
30146     CONFIG_SYS_CCSR_DEFAULT_DBAT{U,L} and CONFIG_SYS_CCSR_DEFAULT_IBAT{U,L}
30147     with nominal 32-bit values.
30148
30149     Signed-off-by: Jon Loeliger <jdl@freescale.com>
30150     Acked-by: Becky Bruce <becky.bruce@freescale.com>
30151
30152 commit bebfc6ef3ec994c8e18783269b1d8d41f8e38afd
30153 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
30154 Date:   Wed Nov 26 17:40:37 2008 +0100
30155
30156     Remove obsolete command (apply afte USB style patch, 80 chars strict)
30157
30158     Remove USB obsolete commmand
30159
30160     Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
30161     Signed-off-by: Remy Böhmer <linux@bohmer.net>
30162
30163 commit de39f8c19d7c12017248c49d432dcb81db68f724
30164 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
30165 Date:   Wed Nov 26 17:41:34 2008 +0100
30166
30167     USB style patch, 80 chars strict
30168
30169     USB Code style patch
30170
30171     Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
30172     Signed-off-by: Remy Böhmer <linux@bohmer.net>
30173
30174 commit d10c5a87cb8affbb4d35a311370316d4383d598e
30175 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30176 Date:   Fri Nov 7 22:46:21 2008 +0100
30177
30178     drivers/usb: Move conditional compilation to Makefile
30179
30180     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30181     Signed-off-by: Remy Böhmer <linux@bohmer.net>
30182
30183 commit 2077e348c2a84901022ad95311b47b70361e6daa
30184 Author: Scott Wood <scottwood@freescale.com>
30185 Date:   Tue Nov 25 10:47:02 2008 -0600
30186
30187     NAND: Fix misplaced return statement in nand_{read,write}_skip_bad().
30188
30189     This caused the operation to be needlessly repeated if there were
30190     no bad blocks and no errors.
30191
30192     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
30193     Signed-off-by: Scott Wood <scottwood@freescale.com>
30194
30195 commit 89295028e7d8f7a524f485328279d72fdb102385
30196 Author: Michal Simek <monstr@monstr.eu>
30197 Date:   Mon Nov 24 12:09:50 2008 +0100
30198
30199     ppc4xx: ml300 remove Xilinx BSP from ml300 folder
30200
30201     This BSP should be outside u-boot source tree.
30202     The second reason is that xilinx ppc405 was moved to generic platform.
30203
30204     Signed-off-by: Michal Simek <monstr@monstr.eu>
30205     Signed-off-by: Stefan Roese <sr@denx.de>
30206
30207 commit 24eea623d4974a169026a975ba12fb23d48154b1
30208 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
30209 Date:   Mon Nov 24 15:11:10 2008 +0100
30210
30211     ppc4xx: Remove unused features
30212
30213     This patch disables some unused features from the PCI405 configuration
30214     to keep U-Boot image size below 192k.
30215
30216     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
30217     Signed-off-by: Stefan Roese <sr@denx.de>
30218
30219 commit 0c2385c3bb51f5d3911fce1ec4720db86b534c2b
30220 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
30221 Date:   Mon Nov 24 15:11:09 2008 +0100
30222
30223     ppc4xx: Use correct io accessors for PCI405
30224
30225     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
30226     Signed-off-by: Stefan Roese <sr@denx.de>
30227
30228 commit 348c849d86a6f0785752b9bc497a34658713d1d1
30229 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
30230 Date:   Mon Nov 24 15:11:08 2008 +0100
30231
30232     ppc4xx: Remove unused code from PCI405 code
30233
30234     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
30235     Signed-off-by: Stefan Roese <sr@denx.de>
30236
30237 commit 633639587e3596f0dbf5e6247dd3faf80b1d9063
30238 Author: Heiko Schocher <hs@denx.de>
30239 Date:   Thu Nov 20 09:59:09 2008 +0100
30240
30241     powerpc, keymile boards: extract identical config options
30242
30243     This patch extracts the identical config options for the
30244     keymile boards mgcoge, mgsuvd and kmeter1 in a new
30245     common config file keymile-common.h.
30246
30247     Signed-off-by: Heiko Schocher <hs@denx.de>
30248     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30249
30250 commit 9482a8e3d6ac766d90e5059dce777b1e4c868a30
30251 Author: Heiko Schocher <hs@denx.de>
30252 Date:   Fri Nov 21 08:29:40 2008 +0100
30253
30254     powerpc: keymile: Add a check for the PIGGY debug board
30255
30256     Check the presence of the PIGGY on the keymile boards mgcoge,
30257     mgsuvd and kmeter1. If the PIGGY is not present, dont register
30258     this Ethernet device.
30259
30260     Signed-off-by: Heiko Schocher <hs@denx.de>
30261     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30262
30263 commit 58c696eed839af894e0265064669c402dc28b371
30264 Author: Wolfgang Denk <wd@xpert.denx.de>
30265 Date:   Mon Nov 24 21:50:59 2008 +0100
30266
30267     AT91RM9200DK: fix broken boot from NOR flash
30268
30269     Signed-off-by: Wolfgang Denk <wd@denx.de>
30270
30271 commit 8052352f20b33bef8f9872fc983eac73d4693c38
30272 Author: Jens Scharsig <esw@bus-elektronik.de>
30273 Date:   Tue Nov 18 10:48:46 2008 +0100
30274
30275     at91rm9200: fix broken boot from nor flash
30276
30277     This patch fix the broken boot from NOR Flash on AT91RM9200 boards, if
30278     CONFIG_AT91RM9200 is defined and nor preloader is used.
30279
30280     Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
30281
30282 commit 25ea652e907516a283b38237e83712a918f125d7
30283 Author: Piotr Ziecik <kosmo@semihalf.com>
30284 Date:   Mon Nov 17 15:58:00 2008 +0100
30285
30286     UBI: Add proof-of-concept CFI flash support
30287
30288     With this patch UBI can be used on CFI flash chips.
30289
30290     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
30291     Signed-off-by: Stefan Roese <sr@denx.de>
30292
30293 commit e6a7edbc1778d27431ac663b40a71dafa5d20578
30294 Author: Piotr Ziecik <kosmo@semihalf.com>
30295 Date:   Mon Nov 17 15:57:59 2008 +0100
30296
30297     mtd: Remove a printf() from add_mtd_device().
30298
30299     Remove a printf() from add_mtd_device(), which produces spurious output.
30300
30301     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
30302     Signed-off-by: Stefan Roese <sr@denx.de>
30303
30304 commit 91809ed51d8327a8dbbf29aa98a091154c282171
30305 Author: Piotr Ziecik <kosmo@semihalf.com>
30306 Date:   Mon Nov 17 15:57:58 2008 +0100
30307
30308     cfi-mtd: Add cfi-mtd driver.
30309
30310     Add cfi-mtd driver, which exports CFI flash to MTD layer.
30311     This allows CFI flash devices to be used from MTD layer.
30312
30313     Building of the new driver is controlled by CONFIG_FLASH_CFI_MTD
30314     option. Initialization is done by calling cfi_mtd_init() from
30315     flash_init().
30316
30317     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
30318     Signed-off-by: Stefan Roese <sr@denx.de>
30319
30320 commit 6ea808efdf9aa5d9067fbfac32acde8539129ed2
30321 Author: Piotr Ziecik <kosmo@semihalf.com>
30322 Date:   Mon Nov 17 15:49:32 2008 +0100
30323
30324     cfi_flash: Add interface for flash verbosity control
30325
30326     Add interface for flash verbosity control. It allows
30327     to disable output from low-level flash API. It is useful
30328     when calling these low-level functions from context other
30329     than flash commands (for example the MTD/CFI interface
30330     implmentation).
30331
30332     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
30333     Signed-off-by: Stefan Roese <sr@denx.de>
30334
30335 commit ebc9784ce6528385bb8d2558e783622d4bbf20f8
30336 Author: Piotr Ziecik <kosmo@semihalf.com>
30337 Date:   Thu Nov 20 15:17:38 2008 +0100
30338
30339     cfi_flash: Export flash_sector_size() function.
30340
30341     Export flash_sector_size() function from drivers/mtd/cfi_flash.c,
30342     so that it can be used in the upcoming cfi-mtd driver.
30343
30344     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
30345     Signed-off-by: Stefan Roese <sr@denx.de>
30346
30347 commit 45aa5a7f4d5bcb79927ddfc896c1d7c4326e235d
30348 Author: Stefan Roese <sr@denx.de>
30349 Date:   Mon Nov 17 14:45:22 2008 +0100
30350
30351     cfi_flash: Make all flash access functions weak
30352
30353     This patch defines all flash access functions as weak so that
30354     they can be overridden by board specific versions.
30355
30356     This will be used by the upcoming VCTH board support where the NOR
30357     FLASH unfortunately can't be accessed memory-mapped. Special
30358     accessor functions are needed here.
30359
30360     To enable this weak functions you need to define
30361     CONFIG_CFI_FLASH_USE_WEAK_ACCESSORS in your board config header.
30362     Otherwise the "old" default functions will be used resulting
30363     in smaller code.
30364
30365     Signed-off-by: Stefan Roese <sr@denx.de>
30366     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
30367
30368 commit a5c4067017631d903e1afa6ad615f0ce19fea517
30369 Author: Stefan Roese <sr@denx.de>
30370 Date:   Mon Nov 24 08:31:16 2008 +0100
30371
30372     UBI: Change parsing of size in commands to default to hex
30373
30374     Currently the size parameters of the UBI commands (e.g. "ubi write") are
30375     decoded as decimal instead of hex as default. This patch now interprets
30376     all these values consistantly as hex, as all other standard U-Boot commands
30377     do.
30378
30379     Signed-off-by: Stefan Roese <sr@denx.de>
30380
30381 commit de01c76c3ccc4e6c5989228eed58e955a3a1a968
30382 Author: Stefan Roese <sr@denx.de>
30383 Date:   Fri Nov 21 13:06:06 2008 +0100
30384
30385     ppc4xx: ML2 shouldn't include the 4xx EMAC driver
30386
30387     Signed-off-by: Stefan Roese <sr@denx.de>
30388
30389 commit 1a6a00dcc5bdfc6e9b4b00f39c1f583a7f96fc7f
30390 Author: Yuri Tikhonov <yur@emcraft.com>
30391 Date:   Fri Nov 14 16:19:19 2008 +0300
30392
30393     ppc4xx: katmai: Change default config
30394
30395      This patch enables support for EXT2, and increases the
30396     CONFIG_SYS_BOOTMAPSZ size for the default configuration
30397     of the katmai boards to use them as the RAID-reference
30398     AMCC setups.
30399
30400      EXT2 enabling allows one to boot kernels from the EXT2
30401     formatted Compact Flash cards.
30402
30403      CONFIG_SYS_BOOTMAPSZ increasing allows one to boot the
30404     Linux kernels, which use PAGE_SIZE of 256KB. Otherwise,
30405     the memory area with DTB file (which is placed at the
30406     end of the bootmap area) will turn out to be overlapped
30407     with the BSS segment of the 256KB kernel, and zeroed
30408     in early_init() of Linux.
30409
30410      Actually, increasing of the bootmap size could be done
30411     via setting of the bootm_size U-Boot variable, but it looks
30412     like the current U-Boot implementation have some bootm_size-
30413     related functionality lost. In many places through the U-Boot
30414     code the CONFIG_SYS_BOOTMAPSZ definition is used directly
30415     (instead of trying to read the corresponding value from the
30416     environment). The same is truth for the boot_jump_linux()
30417     function in lib_ppc/bootm.c, where U-Boot transfers control
30418     to Linux passing the CONFIG_SYS_BOOTMAPSZ (not bootm_size)
30419     value to the booting kernel.
30420
30421     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
30422     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
30423     Signed-off-by: Stefan Roese <sr@denx.de>
30424
30425 commit ddf45cc758d394591fb9bcdcbe96530f733f2bce
30426 Author: Dave Mitchell <dmitch71@gmail.com>
30427 Date:   Thu Nov 20 14:09:50 2008 -0600
30428
30429     ppc4xx: Changed 460EX/GT OCM TLB and internal SRAM initialization
30430
30431     Expanded OCM TLB to allow access to 64K OCM as well as 256K of
30432     internal SRAM.
30433
30434     Adjusted internal SRAM initialization to match updated user
30435     manual recommendation.
30436
30437     OCM & ISRAM are now mapped as follows:
30438             physical        virtual         size
30439     ISRAM   0x4_0000_0000   0xE300_0000     256k
30440     OCM     0x4_0004_0000   0xE304_0000     64k
30441
30442     A single TLB was used for this mapping.
30443
30444     Signed-off-by: Dave Mitchell <dmitch71@gmail.com>
30445     Signed-off-by: Stefan Roese <sr@denx.de>
30446
30447 commit b14ca4b61a681f75f3125676e09d7ce6af66e927
30448 Author: Dave Mitchell <dmitch71@gmail.com>
30449 Date:   Thu Nov 20 14:00:49 2008 -0600
30450
30451     ppc4xx: Added ppc4xx-isram.h for internal SRAM and L2 cache DCRs
30452
30453     Added include/asm-ppc/ppc4xx-isram.h and moved internal SRAM and
30454     L2 cache DCRs from ppc440.h to this new header.
30455
30456     Also converted these DCR defines from lowercase to uppercase and
30457     modified referencing modules to use them.
30458
30459     Signed-off-by: Dave Mitchell <dmitch71@gmail.com>
30460     Signed-off-by: Stefan Roese <sr@denx.de>
30461
30462 commit 711e2b2af820d21d9931d4cf8057d3894600fd54
30463 Author: Steven A. Falco <sfalco@harris.com>
30464 Date:   Thu Nov 20 14:37:57 2008 -0500
30465
30466     ppc4xx: Delete unused definitions for SDR0_DDRCFG from ppc4xx.h
30467
30468     The definitions of bits in SDR_CFG are incorrect, and not used within
30469     U-Boot.  Therefore, they can be removed.
30470
30471     The naming of the sdr_ddrdl/sdr_cfg registers do not follow conventions,
30472     and are unused, so they can be removed too.
30473
30474     A definition for SDR0_DDRCFG is added.
30475
30476     Signed-off-by: Steven A. Falco <sfalco@harris.com>
30477     Signed-off-by: Stefan Roese <sr@denx.de>
30478
30479 commit e23c7c95a96eb0f068efe5c532215a10a1512a95
30480 Author: Dirk Behme <dirk.behme@gmail.com>
30481 Date:   Mon Nov 10 20:15:25 2008 +0100
30482
30483     ARM: OMAP: Convert IO macros
30484
30485     Convert IO macros to readx/writex.
30486
30487     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
30488
30489 commit 263b749e2e25473a48776d317bd2a7e2ddcdd212
30490 Author: Ilko Iliev <iliev@ronetix.at>
30491 Date:   Sun Nov 9 15:53:14 2008 +0100
30492
30493     lib_arm: do_bootm_linux() - correct a small mistake
30494
30495     This patch corrects a small bug in the "if" condition:
30496     the parameter "flag" is 0 and the "if" condition is always true.
30497     The result is - the boom command doesn't start the kernel.
30498     Affected targets: all arm based.
30499
30500     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
30501
30502 commit 3e0cda071a67cb5709e3fa4faf6b31a731859acc
30503 Author: Stelian Pop <stelian@popies.net>
30504 Date:   Sun Nov 9 00:14:46 2008 +0100
30505
30506     AT91: Enable PLLB for USB
30507
30508     At least some (old ?) versions of the AT91Bootstrap do not set up the
30509     PLLB correctly to 48 MHz in order to make USB host function correctly.
30510
30511     This patch sets up the PLLB to the same values Linux uses, and makes USB
30512     work ok on the following CPUs:
30513         - AT91CAP9
30514         - AT91SAM9260
30515         - AT91SAM9263
30516
30517     This patch also defines CONFIG_USB_STORAGE and CONFIG_CMD_FAT for all
30518     the relevant AT91CAP9/AT91SAM9 atmel boards.
30519
30520     Signed-off-by: Stelian Pop <stelian@popies.net>
30521     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30522
30523 commit ad229a44e162af0f65e57e4e3dc133d5f0364ecb
30524 Author: Stelian Pop <stelian@popies.net>
30525 Date:   Fri Nov 7 13:55:14 2008 +0100
30526
30527     AT91: Use AT91_CPU_CLOCK in displays
30528
30529     Introduce AT91_CPU_CLOCK and use it for displaying the CPU
30530     speed in the LCD driver.
30531
30532     Also make AT91_MAIN_CLOCK and AT91_MASTER_CLOCK reflect the
30533     corresponding board clocks.
30534
30535     Signed-off-by: Stelian Pop <stelian@popies.net>
30536
30537 commit fed36ac5ae613773b6cd90e61e292c45440e10c8
30538 Author: Heiko Schocher <hs@denx.de>
30539 Date:   Thu Nov 20 09:57:47 2008 +0100
30540
30541     powerpc: 83xx: add support for the kmeter1 board
30542
30543     This patch adds support for the kmeter1 board from Keymile,
30544     based on a Freescale MPC8360 CPU.
30545
30546     - serial console on UART 1
30547     - 256 MB DDR2 RAM
30548     - 64 MB NOR Flash
30549     - Ethernet RMII Mode over UCC4
30550     - PHY SMSC LAN8700
30551
30552     Signed-off-by: Heiko Schocher <hs@denx.de>
30553     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30554
30555 commit 25fb4eaaeab3f8866020818f4729d990dcc91cf0
30556 Author: Stefan Roese <sr@denx.de>
30557 Date:   Thu Nov 20 11:46:20 2008 +0100
30558
30559     ppc4xx: Clear all potentially pending exceptions in MCSR
30560
30561     This is needed on Canyonlands which still has an exception pending
30562     while running relocate_code(). This leads to a failure after trap_init()
30563     is moved to the top of board_init_r().
30564
30565     Signed-off-by: Stefan Roese <sr@denx.de>
30566
30567 commit facdad5f2602e899a01746916beddbf9e856b5ee
30568 Author: Heiko Schocher <hs@denx.de>
30569 Date:   Wed Nov 19 10:10:30 2008 +0100
30570
30571     powerpc: 83xx: add missing TIMING_CFG1_CASLAT_* defines
30572
30573     Signed-off-by: Heiko Schocher <hs@denx.de>
30574     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30575
30576 commit 2f2a5c3714d17f4ead18b713128b7226e0e822f4
30577 Author: Howard Gregory <Greg.Howard@freescale.com>
30578 Date:   Tue Nov 4 14:55:33 2008 +0800
30579
30580     mpc83xx: Improve the performance of DDR memory
30581
30582     modify the CAS timings. my understanding is that these
30583     settings decrease various wait times in the DDR interface.
30584     Because these wait times are in clock cycles, and the DDR
30585     clock on the 8315 RDB runs slower than on some other 83xx
30586     platforms, we can dial down these values without a problem,
30587     thereby decreasing the latency of memory a little.
30588
30589     Signed-off-by: Howard Gregory <Greg.Howard@freescale.com>
30590     Signed-off-by: Dave Liu <daveliu@freescale.com>
30591     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30592
30593 commit 8000b086b33a5a81f3f390f37e178db7956dc08b
30594 Author: Kyungmin Park <kyungmin.park@samsung.com>
30595 Date:   Fri Oct 24 14:55:33 2008 +0200
30596
30597     ARM: Add Apollon UBI support
30598
30599     To enable UBI on Apollon you need to uncomment the CONFIG_SYS_USE_UBI
30600     macro.
30601
30602     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
30603     Signed-off-by: Stefan Roese <sr@denx.de>
30604
30605 commit 694a0b3f1c0accd0de94b89555155d69f8022824
30606 Author: Kyungmin Park <kyungmin.park@samsung.com>
30607 Date:   Wed Nov 19 11:47:05 2008 +0100
30608
30609     UBI: Add UBI command support
30610
30611     This patch adds these UBI commands:
30612
30613     ubi part [nand|onenand] [part] - Show or set current partition
30614     ubi info [l[ayout]] -Display volume and UBI layout information
30615     ubi create[vol] volume [size] [type] - Create volume name with size
30616     ubi write[vol] address volume size - Write volume from address with size
30617     ubi read[vol] address volume [size] - Read volume to address with size
30618     ubi remove[vol] volume - Remove volume
30619
30620     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
30621     Signed-off-by: Stefan Roese <sr@denx.de>
30622
30623 commit 58be3a1056d88c6d05f3e914389282807e69923a
30624 Author: Kyungmin Park <kyungmin.park@samsung.com>
30625 Date:   Wed Nov 19 16:38:24 2008 +0100
30626
30627     UBI: Add basic UBI support to U-Boot (Part 8/8)
30628
30629     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
30630     It's based on the Linux UBI version and basically has a "OS"
30631     translation wrapper that defines most Linux specific calls
30632     (spin_lock() etc.) into no-ops. Some source code parts have been
30633     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
30634     this version with the Linux version and simplifies future UBI
30635     ports/bug-fixes from the Linux version.
30636
30637     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
30638     Signed-off-by: Stefan Roese <sr@denx.de>
30639
30640 commit 47ae6693f54f80455ae32c2e0d995e0e4bdc15b9
30641 Author: Kyungmin Park <kyungmin.park@samsung.com>
30642 Date:   Wed Nov 19 16:36:36 2008 +0100
30643
30644     UBI: Add basic UBI support to U-Boot (Part 7/8)
30645
30646     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
30647     It's based on the Linux UBI version and basically has a "OS"
30648     translation wrapper that defines most Linux specific calls
30649     (spin_lock() etc.) into no-ops. Some source code parts have been
30650     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
30651     this version with the Linux version and simplifies future UBI
30652     ports/bug-fixes from the Linux version.
30653
30654     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
30655     Signed-off-by: Stefan Roese <sr@denx.de>
30656
30657 commit 7e6ee7ad27de5216db1baef76f38c3429c8f4a2a
30658 Author: Kyungmin Park <kyungmin.park@samsung.com>
30659 Date:   Wed Nov 19 16:32:36 2008 +0100
30660
30661     UBI: Add basic UBI support to U-Boot (Part 6/8)
30662
30663     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
30664     It's based on the Linux UBI version and basically has a "OS"
30665     translation wrapper that defines most Linux specific calls
30666     (spin_lock() etc.) into no-ops. Some source code parts have been
30667     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
30668     this version with the Linux version and simplifies future UBI
30669     ports/bug-fixes from the Linux version.
30670
30671     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
30672     Signed-off-by: Stefan Roese <sr@denx.de>
30673
30674 commit c91a719daa331b5856109313371e4ece5ec06d96
30675 Author: Kyungmin Park <kyungmin.park@samsung.com>
30676 Date:   Wed Nov 19 16:28:06 2008 +0100
30677
30678     UBI: Add basic UBI support to U-Boot (Part 5/8)
30679
30680     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
30681     It's based on the Linux UBI version and basically has a "OS"
30682     translation wrapper that defines most Linux specific calls
30683     (spin_lock() etc.) into no-ops. Some source code parts have been
30684     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
30685     this version with the Linux version and simplifies future UBI
30686     ports/bug-fixes from the Linux version.
30687
30688     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
30689     Signed-off-by: Stefan Roese <sr@denx.de>
30690
30691 commit f412fefa079c6aa9a9763f6869bf787ea6bf6e1b
30692 Author: Kyungmin Park <kyungmin.park@samsung.com>
30693 Date:   Wed Nov 19 16:27:23 2008 +0100
30694
30695     UBI: Add basic UBI support to U-Boot (Part 4/8)
30696
30697     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
30698     It's based on the Linux UBI version and basically has a "OS"
30699     translation wrapper that defines most Linux specific calls
30700     (spin_lock() etc.) into no-ops. Some source code parts have been
30701     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
30702     this version with the Linux version and simplifies future UBI
30703     ports/bug-fixes from the Linux version.
30704
30705     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
30706     Signed-off-by: Stefan Roese <sr@denx.de>
30707
30708 commit 2d262c4853cb5b6ddce1a28a9641f2de3688d7ea
30709 Author: Kyungmin Park <kyungmin.park@samsung.com>
30710 Date:   Wed Nov 19 16:26:54 2008 +0100
30711
30712     UBI: Add basic UBI support to U-Boot (Part 3/8)
30713
30714     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
30715     It's based on the Linux UBI version and basically has a "OS"
30716     translation wrapper that defines most Linux specific calls
30717     (spin_lock() etc.) into no-ops. Some source code parts have been
30718     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
30719     this version with the Linux version and simplifies future UBI
30720     ports/bug-fixes from the Linux version.
30721
30722     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
30723     Signed-off-by: Stefan Roese <sr@denx.de>
30724
30725 commit 961df83361aff9a14f226214224eb8a06e05ba24
30726 Author: Kyungmin Park <kyungmin.park@samsung.com>
30727 Date:   Wed Nov 19 16:25:44 2008 +0100
30728
30729     UBI: Add basic UBI support to U-Boot (Part 2/8)
30730
30731     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
30732     It's based on the Linux UBI version and basically has a "OS"
30733     translation wrapper that defines most Linux specific calls
30734     (spin_lock() etc.) into no-ops. Some source code parts have been
30735     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
30736     this version with the Linux version and simplifies future UBI
30737     ports/bug-fixes from the Linux version.
30738
30739     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
30740     Signed-off-by: Stefan Roese <sr@denx.de>
30741
30742 commit f399d4a281713d5ef2d764f05d545fe61e3bd569
30743 Author: Kyungmin Park <kyungmin.park@samsung.com>
30744 Date:   Wed Nov 19 16:23:06 2008 +0100
30745
30746     UBI: Add basic UBI support to U-Boot (Part 1/8)
30747
30748     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
30749     It's based on the Linux UBI version and basically has a "OS"
30750     translation wrapper that defines most Linux specific calls
30751     (spin_lock() etc.) into no-ops. Some source code parts have been
30752     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
30753     this version with the Linux version and simplifies future UBI
30754     ports/bug-fixes from the Linux version.
30755
30756     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
30757     Signed-off-by: Stefan Roese <sr@denx.de>
30758
30759 commit e29c22f5abe6e0f4baa6251efed6074cdfc3db79
30760 Author: Kyungmin Park <kyungmin.park@samsung.com>
30761 Date:   Wed Nov 19 16:20:36 2008 +0100
30762
30763     MTD: Add MTD paritioning infrastructure
30764
30765     This MTD part infrastructure will be used by the upcoming
30766     UBI support.
30767
30768     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
30769     Signed-off-by: Stefan Roese <sr@denx.de>
30770
30771 commit 9b827cf1720acda2473afa516956eab6f7cca9a1
30772 Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
30773 Date:   Thu Oct 16 22:54:03 2008 +0530
30774
30775     Align end of bss by 4 bytes
30776
30777     Most of the bss initialization loop increments 4 bytes
30778     at a time. And the loop end is checked for an 'equal'
30779     condition. Make the bss end address aligned by 4, so
30780     that the loop will end as expected.
30781
30782     Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
30783     Signed-off-by: Wolfgang Denk <wd@denx.de>
30784
30785 commit 3f510db522d160179dff3ddcce9b18f6241c2c24
30786 Author: Becky Bruce <becky.bruce@freescale.com>
30787 Date:   Mon Nov 10 19:45:35 2008 -0600
30788
30789     mpc8641: fix address-cells default in old .dts detection
30790
30791     address-cells defaults to 2, not 1; so in the unlikely
30792     event that it isn't specified, this patch is required
30793     for correct operation.
30794
30795     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
30796
30797 commit d025aa4b20a0618a2bada0132a9a0a4afb717f1a
30798 Author: Becky Bruce <becky.bruce@freescale.com>
30799 Date:   Fri Oct 31 17:14:39 2008 -0500
30800
30801     lib_ppc: Move trap_init to occur earlier
30802
30803     Doing trap_init immediately once we're running from RAM
30804     means we're no longer dependent on the physical location of
30805     the flash on non-BookE platforms. Before trap_init, those
30806     platforms switch to real mode and go to 0xfff00100 on exception.
30807     After the switch, they go to 0x00000100  This makes it easier to
30808     move the flash location.
30809
30810     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
30811
30812 commit d52082b12c6e545705a19433a2f4142526536189
30813 Author: Becky Bruce <becky.bruce@freescale.com>
30814 Date:   Fri Nov 7 13:46:19 2008 -0600
30815
30816     mpc8641: Try to detect old .dts files
30817
30818     Since we've changed the memory map of the board, be nice and
30819     add some checking to try to catch out-of-date .dts files.  We do
30820     this by checking the CCSRBAR location in the .dts and comparing
30821     it to the CCSRBAR location in u-boot.  If they don't match, a
30822     warning msg is printed.  This isn't foolproof, but it's simple and
30823     will catch most of the cases where an out-of-date .dts is present,
30824     including all of the cases where a new u-boot is used with an old
30825     standard MPC8641 .dts file as supplied with Linux.
30826
30827     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
30828
30829 commit 8db0400a27839f91c047dcb83f4a0f09e054a180
30830 Author: Becky Bruce <becky.bruce@freescale.com>
30831 Date:   Thu Nov 6 13:04:09 2008 -0600
30832
30833     toplevel Makefile: Add MPC8641HPCN_36BIT target
30834
30835     This will enable CONFIG_PHYS_36BIT for MPC8641HPCN.
30836
30837     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
30838
30839 commit 3111d32c494e8251b90917447796a7206b757e1e
30840 Author: Becky Bruce <becky.bruce@freescale.com>
30841 Date:   Thu Nov 6 17:37:35 2008 -0600
30842
30843     mpc8641: Support 36-bit physical addressing
30844
30845     This patch creates a memory map with all the devices
30846     in 36-bit physical space, in addition to the 32-bit map.
30847     The CCSR relocation is moved (again, sorry) to
30848     allow for the physical address to be 36 bits - this
30849     requires translation to be enabled.  With 36-bit physical
30850     addressing enabled, we are no longer running with VA=PA
30851     translations.  This means we have to distinguish between
30852     the two in the config file.  The existing region name is
30853     used to indicate the virtual address, and a _PHYS variety
30854     is created to represent the physical address.
30855
30856     Large physical addressing is not enabled by default.
30857     Set CONFIG_PHYS_64BIT in the config file to turn this on.
30858
30859     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
30860
30861 commit c759a01a0022de9378a3a761f49786f87684c916
30862 Author: Becky Bruce <becky.bruce@freescale.com>
30863 Date:   Thu Nov 6 17:36:04 2008 -0600
30864
30865     mpc8641: Change 32-bit memory map
30866
30867     The memory map on the 8641hpcn is modified to look more like
30868     the 85xx boards; this is a step towards a more standardized
30869     layout going forward. As part of this change, we now relocate
30870     the flash.
30871
30872     The regions for some of the mappings were far larger than they
30873     needed to be.  I have reduced the mappings to match the
30874     actual sizes supported by the hardware.
30875
30876     In addition I have removed the comments at the head
30877     of the BAT blocks in the config file, rather than updating
30878     them.  These get horribly out of date, and it's a simple
30879     matter to look at the defines to see what they are set to
30880     since everything is right here in the same file.
30881
30882     Documentation has been changed to reflect the new map, as this
30883     change is user visible, and affects the OS which runs post-uboot.
30884
30885     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
30886
30887 commit bf9a8c34309ed9276258295db9e9212aabb2531a
30888 Author: Becky Bruce <becky.bruce@freescale.com>
30889 Date:   Wed Nov 5 14:55:35 2008 -0600
30890
30891     mpc86xx: Change early FLASH mapping to 1M at CONFIG_MONITOR_BASE_EARLY
30892
30893     We define CONFIG_MONITOR_BASE_EARLY to define the initial location
30894     of the bootpage in flash.   Use this to create an early mapping
30895     definition for the FLASH, and change the early_bats code to use this.
30896
30897     This  change facilitates the relocation of the flash since the early
30898     mappings are no longer tied to the final location of the flash.
30899
30900     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
30901
30902 commit c1e1cf69547b138173f87a7f81c42a5d8dbfde3d
30903 Author: Becky Bruce <becky.bruce@freescale.com>
30904 Date:   Wed Nov 5 14:55:34 2008 -0600
30905
30906     mpc86xx: Use SRR0/1/rfi to enable address translation, not blr
30907
30908     Using a mtmsr/blr means that you have to be executing at the
30909     same virtual address once you enable translation.  This is
30910     unnecessarily restrictive, and is not really how this is
30911     usually done.  Change it to use the more common mtspr SRR0/SRR1
30912     and rfi method.
30913
30914     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
30915
30916 commit 6bf98b1362f0cb237620355ed3e6762fff82388d
30917 Author: Becky Bruce <becky.bruce@freescale.com>
30918 Date:   Wed Nov 5 14:55:33 2008 -0600
30919
30920     mpc8641: make DIAG_ADDR == FLASH_BASE
30921
30922     Currently, that's what it is, but it's hardcoded.
30923
30924     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
30925
30926 commit 170deacb1ddc39164bdb68f3963e0c0456a5369b
30927 Author: Becky Bruce <becky.bruce@freescale.com>
30928 Date:   Wed Nov 5 14:55:32 2008 -0600
30929
30930     mpc8641: Drop imaginary second flash bank, map 8MB
30931
30932     There's a lot of setup and foo for the second flash
30933     bank.  The problem is, this board doesn't actually have one.
30934     Clean this up.  Also, the flash is 8M in size.  Get rid
30935     of the confusing aliased overmapping, and just map 8M.
30936
30937     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
30938
30939 commit 0f2d66027bfc60dc7eea2f096af8891988c5abe4
30940 Author: Becky Bruce <becky.bruce@freescale.com>
30941 Date:   Wed Nov 5 14:55:31 2008 -0600
30942
30943     mpc8641: only define CONFIG_ENV_SIZE once
30944
30945     It's currently defined twice inside in an if/else block, but
30946     both halves set the same value.  Move the define outside
30947     the if.
30948
30949     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
30950
30951 commit 24bfb48c35fed6ad1f047e3e4a27df302482cd93
30952 Author: Becky Bruce <becky.bruce@freescale.com>
30953 Date:   Wed Nov 5 14:55:30 2008 -0600
30954
30955     mpc86xx: Move setup_bats into cpu_init_f
30956
30957     In order to later allow for a physical relocation of the
30958     flash, setup_bats, which sets up the final BAT mapping
30959     for the board, needs to happen *after* init_laws().
30960     Otherwise, there will be no window programmed for the flash
30961     at the new physical location at the point when we change
30962     the mmu translation.
30963
30964     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
30965
30966 commit 05df3e5a638be8c5b0899eae1766bbe8e4b92c17
30967 Author: Becky Bruce <becky.bruce@freescale.com>
30968 Date:   Wed Nov 5 14:55:29 2008 -0600
30969
30970     mpc8641: Remove extra "0" from BR2 define
30971
30972     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
30973
30974 commit edf3fe7d39a1ee07353128af5221422ce9ccfad6
30975 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
30976 Date:   Thu Oct 23 09:08:18 2008 -0400
30977
30978     drivers/qe/uec_phy.c: Added PHY-less (fixed PHY) driver.
30979
30980     Copied over the fixed PHY driver as used in pp4xx/4xx_enet.c.
30981     This adds support for PHY-less MAC connections to the UEC.
30982
30983     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
30984     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
30985
30986 commit 54bdcc9fb6670afde9c26dcf364f582879bf21d6
30987 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30988 Date:   Thu Oct 23 16:27:24 2008 +0000
30989
30990     ColdFire: Add mii driver in drivers/net
30991
30992     All CF platforms' mii.c are consolidated into one
30993
30994     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30995     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
30996
30997 commit 25a859066b3af1070eb69f12022113c0a91bd813
30998 Author: Ben Warren <biggerbadderben@gmail.com>
30999 Date:   Mon Oct 27 23:53:17 2008 -0700
31000
31001     Moved initialization of PPC4xx EMAC to cpu_eth_init()
31002
31003     Removed initialization of the driver from net/eth.c
31004
31005     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
31006     Acked-by: Stefan Roese <sr@denx.de>
31007
31008 commit 4d03a4e20e58552cb96d61a0e8b56cdb6cc60126
31009 Author: Ben Warren <biggerbadderben@gmail.com>
31010 Date:   Sun Nov 9 21:29:23 2008 -0800
31011
31012     Moved PPC4xx EMAC driver to drivers/net
31013
31014     Also changed path in all linker scripts that reference this driver
31015
31016     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
31017     Acked-by: Stefan Roese <sr@denx.de>
31018
31019 commit 96e21f86e8266ed40759e5495ee461265d7f6d28
31020 Author: Ben Warren <biggerbadderben@gmail.com>
31021 Date:   Mon Oct 27 23:50:15 2008 -0700
31022
31023     Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMAC
31024
31025     All in-tree IBM/AMCC PPC4xx boards using the EMAC get this new CONFIG
31026
31027     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
31028     Acked-by: Stefan Roese <sr@denx.de>
31029
31030 commit 9eb79bd8856bcab896ed5e1f1bca159807a124dd
31031 Author: Ben Warren <biggerbadderben@gmail.com>
31032 Date:   Thu Oct 23 22:02:49 2008 -0700
31033
31034     Moved initialization of MPC8XX SCC to cpu_eth_init()
31035
31036     Removed initialization of the driver from net/eth.c
31037
31038     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
31039
31040 commit a9bec96d6359ac9f90a852962bf3040cad9e0256
31041 Author: Ben Warren <biggerbadderben@gmail.com>
31042 Date:   Wed Oct 22 23:47:51 2008 -0700
31043
31044     Moved initialization of MPC8220 FEC to cpu_eth_init()
31045
31046     Removed initialization of the driver from net/eth.c
31047
31048     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
31049
31050 commit 0e8454e990385a58f708c2fc26d31ac041c7a6c5
31051 Author: Ben Warren <biggerbadderben@gmail.com>
31052 Date:   Wed Oct 22 23:32:48 2008 -0700
31053
31054     Moved initialization of QE Ethernet controller to cpu_eth_init()
31055
31056     Removed initialization of the driver from net/eth.c
31057
31058     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
31059
31060 commit 3456a148276d5494b53ee40242efb6462d163504
31061 Author: Ben Warren <biggerbadderben@gmail.com>
31062 Date:   Wed Oct 22 23:20:29 2008 -0700
31063
31064     Moved initialization of FCC Ethernet controller to cpu_eth_init
31065
31066     Affected boards:
31067         Several MPC8xx boards
31068         Several MPC8260/MPC8272 boards
31069         Several MPC85xx boards
31070
31071     Removed initialization of the driver from net/eth.c
31072
31073     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
31074
31075 commit 62e15b497f5c6334c059512678c8db7940ae4c61
31076 Author: Ben Warren <biggerbadderben@gmail.com>
31077 Date:   Thu Oct 30 22:15:35 2008 -0700
31078
31079     Fix typo in cpu/mpc85xx/cpu.c
31080
31081     CONFIG_MPC85xx_FEC -> CONFIG_MPC85XX_FEC
31082
31083     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
31084
31085 commit 5dfb3ee3f54e2382a08d72906f0e79ecf944f6e3
31086 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31087 Date:   Sun Oct 19 12:08:50 2008 +0900
31088
31089     net: Move initialization of Au1x00 SoC ethernet MAC to cpu_eth_init
31090
31091     This patch will move au1x00_eth_initialize from net/eth.c to cpu_eth_init
31092     as a part of ongoing eth_initialize cleanup work.  The function ret value
31093     is also fixed as it should be negative on fail.
31094
31095     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31096     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
31097
31098 commit cc94074ecac1885d18ddb683eb934b3c0268aa5b
31099 Author: Ben Warren <biggerbadderben@gmail.com>
31100 Date:   Fri Sep 5 01:55:22 2008 -0400
31101
31102     Moved initialization of IXP4XX_NPE Ethernet controller to cpu_eth_init()
31103
31104     Also, removed the driver initialization from net/eth.c
31105
31106     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
31107
31108 commit f2a7806fc23e82d30c8548911369e0c530607354
31109 Author: Clive Stubbings <uboot@xentech.co.uk>
31110 Date:   Mon Oct 27 15:05:00 2008 +0000
31111
31112     xilinx_emaclite buffer overrun
31113
31114     Patch to fix buffer allocation size and alignment. Buffer needs to be u32 aligned and
31115     PKTSIZE_ALIGN bytes long.
31116
31117     Acked-by: Michal Simek <monstr@monstr.eu>
31118
31119     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
31120
31121 commit 0115b1953718a2969f6469d3d5da51ba11e12d42
31122 Author: richardretanubun <richardretanubun@ruggedcom.com>
31123 Date:   Fri Sep 26 08:59:12 2008 -0400
31124
31125     NET: QE: UEC: Make uec_miiphy_read() and uec_miiphy_write() use the devname arg.
31126
31127     The current uec_miiphy_read and uec_miiphy_write hardcode access devlist[0]
31128     This patch makes these function use the devname argument that is passed in to
31129     allow access to the phy registers of other devices in devlist[].
31130
31131     Signed-of-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
31132
31133     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
31134
31135 commit 44dcb7332033db8de2810f2fffcae3084f15c8d4
31136 Author: richardretanubun <richardretanubun@ruggedcom.com>
31137 Date:   Mon Oct 6 15:31:43 2008 -0400
31138
31139     Adds two more ethernet interface to 83xx
31140
31141     Fixed compiler warning "declared but unused" eth5_uec_info and eth6_uec_info.
31142     Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
31143     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
31144
31145 commit d8003fa03733901b73d6c4667b4d80fc8eb1ddd3
31146 Author: Stelian Pop <stelian@popies.net>
31147 Date:   Fri Nov 7 13:54:31 2008 +0100
31148
31149     AT91: Replace AT91_BASE_EMAC by the board specific values.
31150
31151     AT91_BASE_EMAC is never used outside the board specific files,
31152     so replace its usage by the board specific AT91xxx_BASE_EMAC.
31153
31154     Signed-off-by: Stelian Pop <stelian@popies.net>
31155     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31156
31157 commit c91e17affa175ce06afa89b04752301eb4a61666
31158 Author: Stelian Pop <stelian@popies.net>
31159 Date:   Fri Nov 7 12:09:21 2008 +0100
31160
31161     AT91: Replace (undefined) AT91_ID_US* by the board specific values.
31162
31163     AT91_ID_US0 / AT91_ID_US1 / AT91_ID_US2 were used but never defined.
31164     Since they are never used outside the board specific files, they can
31165     be replaced by the board specific AT91xxx_ID_US0 / AT91xxx_ID_US1 /
31166     AT91xxx_ID_US2.
31167
31168     Bug spotted by Jesus Alvarez <jalvarez@micromint.com>.
31169
31170     Signed-off-by: Stelian Pop <stelian@popies.net>
31171     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31172
31173 commit 28962f5a2de81bc0eed1c0b08c6bfaa1cc134ea2
31174 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31175 Date:   Sat Nov 1 10:47:59 2008 +0100
31176
31177     Makefile/at91sam9: move some at91sam9 to the correct subsection for arm926ejs
31178
31179     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31180
31181 commit 1079432e04ccf71aa3684181186182cd63512f19
31182 Author: Sergey Lapin <slapin@ossfans.org>
31183 Date:   Fri Oct 31 12:28:43 2008 +0100
31184
31185     Custom AFEB9260 board support
31186
31187     This patch provides support for AFEB9260 board, a product of
31188     OpenSource hardware and software. Some commertial projects
31189     are made with this design. A board is basically AT91SAM9260-EK
31190     with some modifications and different peripherals and different
31191     parts used. Main purpose of this project is to gain experience in
31192     hardware design.
31193     More info: http://groups.google.com/group/arm9fpga-evolution-board
31194     (In Russian only, sorry).
31195     Subversion repository: svn://194.85.238.22/home/users/george/svn/arm9eb
31196
31197     Signed-off-by: Sergey Lapin <slapin@ossfans.org>
31198
31199 commit 26eecd24f97130e56e9c2c2af0e714e05bce6e00
31200 Author: Tomohiro Masubuchi <tomohiro_masubuchiattripeaks.co.jp>
31201 Date:   Tue Oct 21 13:17:16 2008 +0900
31202
31203     Change to use "do_div" macro
31204
31205     Signed-off-by: Tomohiro Masubuchi <tomohiro_masubuchi@tripeaks.co.jp>
31206
31207 commit e352495318d8056a00faa21b633b3e4374bfbf52
31208 Author: Roman Mashak <romez777@gmail.com>
31209 Date:   Wed Oct 22 16:00:26 2008 -0400
31210
31211     ARM926EJ-S: relocate OMAP specific 'cpuinfo.c' into OMAP directory
31212
31213     OMAP identification is implemented in 'cpuinfo.c' and located in ARM926EJ-S directory.
31214     It makes sense to place this file in OMAP specific subdirectory, i.e. cpu/arm926ejs/omap
31215
31216     Signed-off-by: Roman Mashak <romez777@gmail.com>
31217
31218 commit 248b2c367210c06dbd5fbdecf27e97fbe9d05fdb
31219 Author: Roman Mashak <romez777@gmail.com>
31220 Date:   Tue Oct 21 03:01:41 2008 -0700
31221
31222     ARM/Versatile port: Removed unused functions
31223
31224     Removal of never used functions.
31225
31226     Signed-off-by: Roman Mashak <romez777@gmail.com>
31227
31228 commit 1266df887781c779deaf6d05eea2ef90a470cb34
31229 Author: Becky Bruce <becky.bruce@freescale.com>
31230 Date:   Mon Nov 3 15:44:01 2008 -0600
31231
31232     powerpc: change 86xx SMP boot method
31233
31234     We put the bootpg for the secondary cpus into memory and use
31235     BPTR to get to it.  This is a step towards converting to the
31236     ePAPR boot methodology.  Also, the code is written to
31237     deal properly with more than 4GB of RAM.
31238
31239     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
31240
31241 commit b5431560682d8f318fbc49db87cfe13ab41d2ee4
31242 Author: Becky Bruce <becky.bruce@freescale.com>
31243 Date:   Fri Oct 31 17:13:49 2008 -0500
31244
31245     8641HPCN: Config file cleanup
31246
31247     There are several items in the config file that were hardcoded
31248     but that should really be based on other config options, since
31249     the regions are contiguous and depend on being so.  This cleans
31250     that up a bit.  Also, add BR_PHYS_ADDR() macro to convert
31251     addresses into the proper format for BR registers.
31252
31253     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
31254
31255 commit 4c77de3f144ca088c3867bd6240718c10f5a9d69
31256 Author: Becky Bruce <becky.bruce@freescale.com>
31257 Date:   Fri Oct 31 17:13:32 2008 -0500
31258
31259     86xx: Make dram_size a phys_size_t
31260
31261     It's currently a long and should be phys_size_t.
31262
31263     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
31264
31265 commit 104992fc541302a6bac74448e01e7fdad20abca0
31266 Author: Becky Bruce <becky.bruce@freescale.com>
31267 Date:   Sun Nov 2 18:19:32 2008 -0600
31268
31269     powerpc 86xx: Handle CCSR relocation earlier
31270
31271     Currently, the CCSR gets relocated while translation is
31272     enabled, meaning we need 2 BAT translations to get to both the
31273     old location and the new location.  Also, the DEFAULT
31274     CCSR location has a dependency on the BAT that maps the
31275     FLASH region.  Moving the relocation removes this unnecessary
31276     dependency. This makes it easier and more intutive to
31277     modify the board's memory map.
31278
31279     Swap BATs 3 and 4 on 8610 so that all 86xx boards use the same
31280     BAT for CCSR space.
31281
31282     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
31283
31284 commit af5d100e8d5cd49d69d52d20f1181eb06ddb4ddf
31285 Author: Becky Bruce <becky.bruce@freescale.com>
31286 Date:   Fri Oct 31 17:14:14 2008 -0500
31287
31288     mpc8641: Make PCI and RIO mutually exclusive, fix non-PCI build
31289
31290     You can't actually have both, and with some coming changes to
31291     change the memory map for the board and support 36-bit physical,
31292     we need the extra BAT that is being consumed by having both.
31293
31294     I also make non-PCI configs build cleanly, for the sake of sanity.
31295
31296     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
31297
31298 commit 98693b85d42ff438375dc6d6dcadc70eb7b050bb
31299 Author: Becky Bruce <becky.bruce@freescale.com>
31300 Date:   Fri Oct 31 17:14:00 2008 -0500
31301
31302     mpc8641: Stop supporting non-PCI_PNP configs
31303
31304     We don't actually ever do this, remove the code so we
31305     can stop maintaining it.
31306
31307     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
31308
31309 commit e4f69d1bd21a12049744989d2dd6b5199c9b8f23
31310 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31311 Date:   Fri Oct 24 12:59:12 2008 +0000
31312
31313     ColdFire: Fix M5329EVB and M5373EVB nand issue
31314
31315     Fix compilation issue caused by a few mismatches.
31316     Provide proper nand chip select enable/disable in
31317     nand_hwcontrol() rather than in board_nand_init()
31318     just enable once. Remove redundant local nand driver
31319     functions - nand_read_byte(), nand_write_byte() and
31320     nand_dev_ready() to use common nand driver.
31321
31322     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31323
31324 commit 1b2708442224a551a0b865b52710306333888932
31325 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31326 Date:   Wed Oct 22 11:55:30 2008 +0000
31327
31328     ColdFire: Fix compilation error
31329
31330     The error was caused by the change for strmhz() in cpu.c.
31331     A few of them were one extra close parenthesis.
31332
31333     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31334
31335 commit 536e7dac16769954915a484e682a2efb28699133
31336 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31337 Date:   Wed Oct 22 11:38:21 2008 +0000
31338
31339     ColdFire: Add MCF5301x CPU and M53017EVB support
31340
31341     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31342
31343 commit a21d0c2cc9add8894d971ab791f4032f077db817
31344 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31345 Date:   Tue Oct 21 15:37:02 2008 +0000
31346
31347     ColdFire: Add SBF support for M52277EVB
31348
31349     Add serial boot support
31350
31351     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31352
31353 commit b202816c61042c183fe67d097a5893b0f2dafba0
31354 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31355 Date:   Tue Oct 21 14:19:26 2008 +0000
31356
31357     ColdFire: Use CFI driver for M5272C3
31358
31359     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31360
31361 commit f3962d3f574e5a1cffacd4e9bc48713060a2a314
31362 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31363 Date:   Tue Oct 21 13:47:54 2008 +0000
31364
31365     ColdFire: Relocate FEC's GPIO and mii functions protocols
31366
31367     Place FEC pin assignments in cpu_init.c from platform's
31368     mii.c
31369
31370     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31371
31372 commit 6e80f5aa09f8d41bac50b38dc7488ecd22107802
31373 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31374 Date:   Tue Oct 21 12:15:44 2008 +0000
31375
31376     ColdFire: Remove platforms mii.c file
31377
31378     Will use mcfmii.c driver in drivers/net rather than
31379     keep creating new mii.c for each future platform.
31380     Remove EB+MCF-EV123, cobra5272, idmr, M5235EVB,
31381     M5271EVB, M5272C3, M5275EVB, M5282EVB, M5329EVB,
31382     M5373EVB, M54451EVB, M54455EVB, M547xEVB, and M548xEVB's
31383     mii.c
31384
31385     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31386
31387 commit 012522fef3b382469125beb46a315ab4dee02fb0
31388 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31389 Date:   Tue Oct 21 10:03:07 2008 +0000
31390
31391     ColdFire: Modules header files cleanup
31392
31393     Consolidate ATA, ePORT, QSPI, FlexCan, PWM, RNG,
31394     MDHA, SKHA, INTC, and FlexBus structures and
31395     definitions in immap_5xxx.h to more unify modules
31396     header files. Append DSPI support for m547x_8x.
31397     SSI cleanup. Remove USB Host structure from immap_539.h.
31398     Apply changes to use FlexBus structures in mcf52x2's
31399     cpu_init.c and platform configuration files.
31400
31401     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31402
31403 commit ac2331aee99ad36be0fcfed8c49922e3c61b576d
31404 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31405 Date:   Tue Oct 21 08:52:36 2008 +0000
31406
31407     ColdFire: Remove linker file
31408
31409     Each different build for M54455EVB and M5235EVB will
31410     create a u-boot.lds linker file. It is redundant to
31411     keep the u-boot.lds
31412
31413     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31414
31415 commit 0829323073c505556ed5f5073f91adb504584d45
31416 Author: Peter Tyser <ptyser@xes-inc.com>
31417 Date:   Fri Oct 31 11:26:44 2008 -0500
31418
31419     ppc: Fix compile warnings when !CONFIG_OF_LIBFDT
31420
31421     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
31422
31423 commit a80b21d5127583171d6e9bc7f722947641898012
31424 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31425 Date:   Fri Oct 31 12:12:12 2008 +0100
31426
31427     common/Makefile: create others group for non core, environment and command files
31428
31429     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31430
31431 commit 60c68d9c1c6d18ce02c862a05718fd94f97c13d0
31432 Author: Wolfgang Denk <wd@denx.de>
31433 Date:   Fri Oct 31 01:13:37 2008 +0100
31434
31435     TQM8260: use CFI flash driver instead of custom driver.
31436
31437     Signed-off-by: Wolfgang Denk <wd@denx.de>
31438
31439 commit 20d04774f4ef3f6e38974636e0e36ae0f0b5501f
31440 Author: Andy Fleming <afleming@freescale.com>
31441 Date:   Thu Oct 30 17:35:30 2008 -0500
31442
31443     Consolidate MAX/MIN definitions
31444
31445     There were several, now there is one (two if you count the lower-case
31446     versions).
31447
31448     Signed-off-by: Andy Fleming <afleming@freescale.com>
31449
31450 commit 298e476c66fd88d0bc4f0371118652d2b5de4e8a
31451 Author: Heiko Schocher <hs@denx.de>
31452 Date:   Thu Oct 30 09:23:09 2008 +0100
31453
31454     mgsuvd: remove unused defines in config file.
31455
31456     Signed-off-by: Heiko Schocher <hs@denx.de>
31457
31458 commit 3cbd823116ea8b7c654e275a8c2fca87cd1f5dc5
31459 Author: Wolfgang Denk <wd@denx.de>
31460 Date:   Sun Nov 2 16:14:22 2008 +0100
31461
31462     Coding Style cleanup, update CHANGELOG
31463
31464     Signed-off-by: Wolfgang Denk <wd@denx.de>
31465
31466 commit a47f957ab523019992fdef857af01bd71c58a4da
31467 Author: Alessandro Rubini <rubini-list@gnudd.com>
31468 Date:   Fri Oct 31 22:33:21 2008 +0100
31469
31470     NAND: Allow NAND and OneNAND to coexist
31471
31472     This removes in nand.h code that is verbatim duplicated from bbm.h,
31473     including directly bbm.h in nand.h. The previous state of affairs
31474     prevented compiling code for a board hosting both NAND and OneNAND chips.
31475
31476     Reported-by: Scott Wood <scottwood@freescale.com>
31477     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
31478     Signed-off-by: Scott Wood <scottwood@freescale.com>
31479
31480 commit 2f77c7f45b9a37ef265a8dbe3c18efa706fed214
31481 Author: Scott Wood <scottwood@freescale.com>
31482 Date:   Fri Oct 31 13:51:12 2008 -0500
31483
31484     JFFS2: Eliminate compiler error when both NAND and OneNAND are enabled.
31485
31486     Reported-by: Alessandro Rubini <rubini-list@gnudd.com>
31487     Signed-off-by: Scott Wood <scottwood@freescale.com>
31488
31489 commit c57fc28947e248fb03c49a28b467686299895055
31490 Author: Jason Jin <Jason.Jin@freescale.com>
31491 Date:   Fri Oct 31 05:07:04 2008 -0500
31492
31493     NAND: Add NAND support for MPC8536DS board
31494
31495     This patch defines 1M TLB&LAW size for NAND on MPC8536DS, assigns 0xffa00000
31496     for CONFIG_SYS_NAND_BASE and adds other NAND supports in config file.
31497     It also moves environment(CONFIG_ENV_ADDR) outside of u-boot image.
31498
31499     Singed-off-by: Jason Jin <Jason.Jin@freescale.com>
31500     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
31501     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31502
31503 commit 6fc110bd8a8d642b8f7b0653bd9a08a0b7c3d50b
31504 Author: Haiying Wang <Haiying.Wang@freescale.com>
31505 Date:   Fri Oct 31 05:06:14 2008 -0500
31506
31507     NAND: Fix CONFIG_ENV_ADDR for MPC8572DS
31508
31509     CONFIG_ENV_ADDR should be (CONFIG_SYS_MONITOR_BASE - CONFIG_ENV_SECT_SIZE).
31510
31511     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
31512     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31513
31514 commit 51b572a801be57790fe26adaa530210e7fba59cc
31515 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
31516 Date:   Fri Oct 24 10:49:48 2008 +0900
31517
31518     sh: rsk7203: Moved rsk7203 board to board/renesas
31519
31520     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
31521
31522 commit 58453b00b3ebb26aaa901210023f99504a90bb00
31523 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
31524 Date:   Fri Oct 24 10:48:31 2008 +0900
31525
31526     sh: MigoR: Moved MigoR board to board/renesas
31527
31528     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
31529
31530 commit c1da2a22817ba85b437afa2f4e715e658b219fd1
31531 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
31532 Date:   Fri Oct 24 10:39:44 2008 +0900
31533
31534     sh: r2dplus: Moved r2dplus board to board/renesas
31535
31536     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
31537
31538 commit 78385bf2359d828184d0b3649f7ae6b933420000
31539 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
31540 Date:   Fri Oct 24 10:36:13 2008 +0900
31541
31542     sh: sh7763rdp: Moved sh7763rdp board to board/renesas
31543
31544     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
31545
31546 commit c6525d459c350bfc246ea7826456af77e1e314eb
31547 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
31548 Date:   Fri Oct 24 10:35:19 2008 +0900
31549
31550     sh: sh7785lcr: Moved sh7785lcr board to board/renesas
31551
31552     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
31553
31554 commit acd3e30d09a73f876222f0d496c4f52ee9d0771d
31555 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
31556 Date:   Fri Oct 24 10:34:21 2008 +0900
31557
31558     sh: r7780mp: Moved r7780mp board to board/renesas
31559
31560     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
31561
31562 commit f84e6ea275353b8fea772ec7553ff7e4b1f642e0
31563 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
31564 Date:   Fri Oct 24 10:32:14 2008 +0900
31565
31566     sh: ap325rxa: Moved ap325rxa board to board/renesas
31567
31568     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
31569
31570 commit 9abda6ba735efb059f63dcb25d78b174bfcad1ad
31571 Author: Wolfgang Denk <wd@xpert.denx.de>
31572 Date:   Fri Oct 31 01:12:28 2008 +0100
31573
31574     CFI Driver: Fix "flash not ready" problem
31575
31576     This patch fixes a problem on systems where the NOR flash is attached
31577     to a 64 bit bus.  The toggle bit detection in flash_toggle() is based
31578     on the assumption that the same flash address is read twice without
31579     any other interjacent flash accesses.  However, on 32 bit systems the
31580     function flash_read64() [as currently implemented] does not perform
31581     an atomic 64 bit read - instead, this is broken down into two 32 bit
31582     read accesses on addresses "addr" and "addr + 4".  So instead of
31583     reading a 64 bit value twice from "addr", we see a sequence of 4 32
31584     bit reads from "addr", "addr + 4", "addr", and "addr + 4".  The
31585     consequence is that flash_toggle() fails to work.
31586
31587     This patch implements a simple, but somewhat ugly solution, as it
31588     avoids the use of flash_read64() in this critical place (by breaking
31589     it down manually into 32 bit read operations) instead of rewriting
31590     flash_read64() such to perform atomic 64 bit reads as one could
31591     expect.  However, such a rewrite would require the use of floating
31592     point load operations, which becomes pretty complex:
31593
31594         save MSR;
31595         set Floating Point Enable bit in MSR;
31596         use "lfd" instruction to perform atomic 64 bit read;
31597         use "stfd" to store value to temporary variable on stack;
31598         load u64 value from temporary variable;
31599         restore saved MSR;
31600         return u64 value;
31601
31602     The benefit-cost ratio of such an implementation was considered too
31603     bad to actually attempt this, especially as we can expect that such
31604     an implementation would not only have a bigger memory footprint but
31605     also cause a performance degradation.
31606
31607     Signed-off-by: Wolfgang Denk <wd@denx.de>
31608     Signed-off-by: Stefan Roese <sr@denx.de>
31609
31610 commit cdd4fe63b094d4b767f12ff241d72566b461ee61
31611 Author: Stefan Roese <sr@denx.de>
31612 Date:   Fri Oct 31 10:48:08 2008 +0100
31613
31614     ppc4xx: Fix spelling error in MAINTAINERS file
31615
31616     Signed-off-by: Stefan Roese <sr@denx.de>
31617
31618 commit be270798900b75ad9c47c7b79c72f70441196c56
31619 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31620 Date:   Tue Oct 28 13:37:00 2008 +0100
31621
31622     ppc4xx: Update PMC440 board support
31623
31624     This patch brings PMC440 board support up to date:
31625
31626     - fix GPIO configuration
31627     - add misc_init_f()
31628     - use better values for usbact variable
31629     - fix USB 2.0 phy reset sequence
31630     - shrink BAR2 to save PCI address space
31631     - add FDT support
31632
31633     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31634     Signed-off-by: Stefan Roese <sr@denx.de>
31635
31636 commit 75183b1a7fc04206d9779d13f16e03853d7e965d
31637 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31638 Date:   Tue Oct 28 13:36:59 2008 +0100
31639
31640     ppc4xx: Fix PMC440 BSP commands
31641
31642     This patch fixes the PMC440 BSP commands painit and selfreset
31643
31644     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31645     Signed-off-by: Stefan Roese <sr@denx.de>
31646
31647 commit 76b565b69f886d5ae748db65e44f464b0e70d41a
31648 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31649 Date:   Tue Oct 28 13:36:58 2008 +0100
31650
31651     ppc4xx: Update PMC440 board configuration
31652
31653     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31654     Signed-off-by: Stefan Roese <sr@denx.de>
31655
31656 commit ca0c2d42b93116a8e1b8ef8ad4493c7dc9b5f2e4
31657 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31658 Date:   Tue Oct 28 13:36:57 2008 +0100
31659
31660     ppc4xx: Fix esd loadpci command
31661
31662     This patch fixes esd's loadpci command when not all
31663     memory on adapter boards is accessable via PCI.
31664
31665     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31666     Signed-off-by: Stefan Roese <sr@denx.de>
31667
31668 commit 492aa9ea13791ca4591b5bde895a425e27ae2d10
31669 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31670 Date:   Tue Oct 28 13:36:56 2008 +0100
31671
31672     ppc4xx: Clean up PMC440 header
31673
31674     -Codingstyle cleanup
31675     -Remove unused GPIO define
31676
31677     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31678     Signed-off-by: Stefan Roese <sr@denx.de>
31679
31680 commit 295133258a44f97a57fb2ec339aecfda11f4db95
31681 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31682 Date:   Tue Oct 28 13:36:55 2008 +0100
31683
31684     ppc4xx: Handle other board variant in PMC440 FPGA code
31685
31686     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31687     Signed-off-by: Stefan Roese <sr@denx.de>
31688
31689 commit cc2dc9b08cf7c09f9f237f8cb9303f11603d4fb0
31690 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
31691 Date:   Mon Oct 27 12:35:59 2008 +0100
31692
31693     ppc4xx: Merge xilinx-ppc440 and xilinx-ppc405 cfg
31694
31695     Xilinx ppc440 and ppc405 have many similarities. This patch merge the
31696     config files of both infrastuctures
31697
31698     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
31699     Signed-off-by: Stefan Roese <sr@denx.de>
31700
31701 commit 3befd85633d33c4dcca1f359c3f4848c5ab8e4d2
31702 Author: Stefan Roese <sr@denx.de>
31703 Date:   Sat Oct 25 06:45:31 2008 +0200
31704
31705     ppc4xx: Correctly configure the GPIO pin muxing on Arches
31706
31707     Arches doesn't use PerCS3 but GPIO43, so let's configure the GPIO
31708     pin multiplexing correctly
31709
31710     Signed-off-by: Stefan Roese <sr@denx.de>
31711
31712 commit 7c84fe6a06dad9f793ed85b39b1e6c11a7882f5c
31713 Author: Bartlomiej Sieka <tur@semihalf.com>
31714 Date:   Thu Oct 30 23:22:04 2008 +0100
31715
31716     Fix to the auto-update feature documentation (CONFIG_UPDATE_TFTP_MSEC_MAX)
31717
31718     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
31719
31720 commit 4bc7deee9095f21e243b724ca3d634251c1d5432
31721 Author: David Gibson <david@gibson.dropbear.id.au>
31722 Date:   Wed Oct 29 23:27:45 2008 -0500
31723
31724     libfdt: Fix bug in fdt_subnode_offset_namelen()
31725
31726     There's currently an off-by-one bug in fdt_subnode_offset_namelen()
31727     which causes it to keep searching after it's finished the subnodes of
31728     the given parent, and into the subnodes of siblings of the original
31729     node which come after it in the tree.
31730
31731     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
31732     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31733
31734 commit f242a08871839eac081ba5b599af979f3a148a0d
31735 Author: Peter Korsgaard <jacmet@sunsite.dk>
31736 Date:   Tue Oct 28 08:26:52 2008 +0100
31737
31738     fdt_resize(): ensure minimum padding
31739
31740     fdt_add_mem_rsv() requires space for a struct fdt_reserve_entry
31741     (16 bytes), so make sure that fdt_resize at least adds that much
31742     padding, no matter what the location or size of the fdt is.
31743
31744     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
31745     Acked-by: Andy Fleming <afleming@freescale.com>
31746
31747 commit d685b74c64a38849f1a129b3ab846fbf67dd937e
31748 Author: Dave Liu <daveliu@freescale.com>
31749 Date:   Thu Oct 23 21:59:35 2008 +0800
31750
31751     74xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
31752
31753     The patch is following the commit 392438406041415fe64ab8748ec5ab5ad01d1cf7
31754
31755     mpc86xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
31756
31757     This is needed in unlock_ram_in_cache() because it is called from C and
31758     will corrupt the small data area anchor that is kept in R2.
31759
31760     lock_ram_in_cache() is modified similarly as good coding practice, but
31761     is not called from C.
31762
31763     Signed-off-by: Nick Spence <nick.spence@freescale.com>
31764
31765     also, the r2 is used as global data pointer.
31766
31767     Signed-off-by: Dave Liu <daveliu@freescale.com>
31768
31769 commit e053ab1903ccae6048ef759025b9f675bba91450
31770 Author: Scott Wood <scottwood@freescale.com>
31771 Date:   Tue Oct 28 11:45:04 2008 -0500
31772
31773     mpc83xx pci: Round up memory size in inbound window.
31774
31775     The current calculation will fail to cover all memory if
31776     its size is not a power of two.
31777
31778     Signed-off-by: Scott Wood <scottwood@freescale.com>
31779     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
31780
31781 commit 1c671977dc81359628be27ac99c174e76e8069ba
31782 Author: Dave Liu <daveliu@freescale.com>
31783 Date:   Thu Oct 23 21:19:13 2008 +0800
31784
31785     86xx: remove the unused definition
31786
31787     Signed-off-by: Dave Liu <daveliu@freescale.com>
31788
31789 commit eaa44c5dc83756c3067b9e6c9db626facd0b0660
31790 Author: Dave Liu <daveliu@freescale.com>
31791 Date:   Tue Oct 28 17:47:49 2008 +0800
31792
31793     86xx: remove the redundant r2 global data pointer save
31794
31795     The commit 67256678f00c09b0a7f19e862e5c1847553d31bc add
31796     the another global data pointer save, but in fact the
31797     global data pointer will be initialized in the board_init_r,
31798     so remove it such as the 85xx/83xx family.
31799
31800     Signed-off-by: Dave Liu <daveliu@freescale.com>
31801     Acked-by: Kumar Gala <kumar.gala@freescale.com>
31802
31803 commit bd888e9544419665334a6f47f81f34011cea38f3
31804 Author: Dave Liu <daveliu@freescale.com>
31805 Date:   Tue Oct 28 17:47:41 2008 +0800
31806
31807     86xx: remove the unused code for 86xx family
31808
31809     I believe these code was copied from 74xx family, but for
31810     86xx, it is unused.
31811
31812     Signed-off-by: Dave Liu <daveliu@freescale.com>
31813     Acked-by: Kumar Gala <kumar.gala@freescale.com>
31814
31815 commit 5ba1ef507402bc5e344dc374203792a40f222e8a
31816 Author: Dave Liu <daveliu@freescale.com>
31817 Date:   Tue Oct 28 17:46:35 2008 +0800
31818
31819     86xx: remove the second DDR LAW setting for mpc8641hpcn
31820
31821     The DDR1 LAW will precedence the DDR2 LAW, so remove
31822     the second DDR LAW.
31823
31824     Signed-off-by: Dave Liu <daveliu@freescale.com>
31825     Acked-by: Becky Bruce <becky.bruce@freescale.com>
31826
31827 commit 137a2dfd11ac51ae3154f13f323609b33a4a072e
31828 Author: Dave Liu <daveliu@freescale.com>
31829 Date:   Tue Oct 28 17:46:23 2008 +0800
31830
31831     86xx: remove the unused ddr_enable_ecc in the board file
31832
31833     The DDR controller of 86xx processors have the ECC data init
31834     feature, and the new DDR code is using the feature, we don't
31835     need the way with DMA to init memory again.
31836
31837     Signed-off-by: Dave Liu <daveliu@freescale.com>
31838     Acked-by: Kumar Gala <kumar.gala@freescale.com>
31839
31840 commit dc2adad85bf580d65916c940683f6e9671e8a5dd
31841 Author: Dave Liu <daveliu@freescale.com>
31842 Date:   Tue Oct 28 17:46:12 2008 +0800
31843
31844     86xx: Move the clear_tlbs before MMU turn on
31845
31846     We must invalidate TLBs before MMU turn on, but
31847     currently the code is not, if there are some stale
31848     TLB entry valid in the TLBs, it will cause strange
31849     issue.
31850
31851     Signed-off-by: Dave Liu <daveliu@freescale.com>
31852     Acked-by: Becky Bruce <becky.bruce@freescale.com>
31853
31854 commit 5cdade07b118d07154cb882650f9778cecc8a87c
31855 Author: Scott Wood <scottwood@freescale.com>
31856 Date:   Mon Oct 27 15:57:08 2008 -0500
31857
31858     mpc8313erdb: Document NAND boot.
31859
31860     Previously, the documentation claimed that NAND boot is not supported.
31861     This is no longer true.
31862
31863     Signed-off-by: Scott Wood <scottwood@freescale.com>
31864
31865 commit bd78bc6b2aebf5566aac464f936b88dfd97ab0bd
31866 Author: Scott Wood <scottwood@freescale.com>
31867 Date:   Wed Oct 29 14:20:26 2008 -0500
31868
31869     NAND: Properly create JFFS2 cleanmarkers.
31870
31871     As reported by Ilko Iliev <iliev@ronetix.at>, the "nand erase clean"
31872     command is currently broken, and among other things causes all blocks
31873     to be marked bad.
31874
31875     This implements it properly using MTD_OOB_AUTO, along with some
31876     indentation fixes.
31877
31878     Signed-off-by: Scott Wood <scottwood@freescale.com>
31879
31880 commit f7fe57c09866b44692d18c8cf22828bd137ec58d
31881 Author: Scott Wood <scottwood@freescale.com>
31882 Date:   Wed Oct 29 13:42:41 2008 -0500
31883
31884     NAND fsl elbc: Set FMR[ECCM] based on page size.
31885
31886     Hardware expects ECCM 0 for small page and ECCM 1 for large page
31887     when booting from NAND, so use those defaults.
31888
31889     Signed-off-by: Scott Wood <scottwood@freescale.com>
31890
31891 commit c013b74975dab0805ef6d369b013230c4e8a660d
31892 Author: Haiying Wang <Haiying.Wang@freescale.com>
31893 Date:   Wed Oct 29 13:32:59 2008 -0400
31894
31895     NAND: Add support for MPC8572DS board
31896
31897     This patch defines 1M TLB&LAW size for NAND on MPC8572DS, assigns
31898     0xffa00000 for CONFIG_SYS_NAND_BASE and adds other NAND supports in
31899     config file.
31900
31901     It also moves environment(CONFIG_ENV_ADDR) outside of u-boot image, to
31902     make room for the increased code size with NAND enabled.
31903
31904     Signed-off-by: Jason Jin <Jason.Jin@freescale.com>
31905     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
31906     Signed-off-by: Scott Wood <scottwood@freescale.com>
31907
31908 commit 4e190b03aaf2309bd2e025d1187a2ca880fedc95
31909 Author: Haiying Wang <Haiying.Wang@freescale.com>
31910 Date:   Wed Oct 29 11:05:55 2008 -0400
31911
31912     Make Freescale local bus registers available for both 83xx and 85xx.
31913
31914     - Rename lbus83xx_t to fsl_lbus_t and move it to asm/fsl_lbc.h so that it
31915       can be shared by both 83xx and 85xx
31916     - Remove lbus83xx_t and replace it with fsl_lbus_t in all 83xx boards
31917       files which use lbus83xx_t.
31918     - Move FMR, FIR, FCR, FPAR, LTESR from mpc83xx.h to asm/fsl_lbc.h so that
31919       85xx can share them.
31920
31921     Signed-off-by: Jason Jin <Jason.Jin@freescale.com>
31922     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
31923     Signed-off-by: Scott Wood <scottwood@freescale.com>
31924
31925 commit 695c130e4bf75b444720ddfd83aca88f41c046cf
31926 Author: Scott Wood <scottwood@freescale.com>
31927 Date:   Mon Oct 27 15:38:30 2008 -0500
31928
31929     NAND: Align right column of the shorthelp with other commands.
31930
31931     I accidentally broke this in when making consistent the partial
31932     alignment of the longhelp.
31933
31934     Signed-off-by: Scott Wood <scottwood@freescale.com>
31935
31936 commit 33efde5ecac91ab118ff00b95a181fd6d75f8645
31937 Author: Karl Beldan <karl.beldan@gmail.com>
31938 Date:   Mon Sep 15 16:08:03 2008 +0200
31939
31940     NAND: Reset chip on power-up
31941
31942     Some chips require a RESET after power-up (e.g. Micron MT29FxGxxxxx).
31943     The first command sent is NAND_CMD_READID.
31944     Issue a NAND_CMD_RESET in nand_scan_ident before reading the device id.
31945     Tested with an MT29F4G08AAC.
31946
31947     Signed-off-by: Karl Beldan <karl.beldan@gmail.com>
31948     Signed-off-by: Scott Wood <scottwood@freescale.com>
31949
31950 commit c45912d8abc52de796b9059a58faf7c4166eab58
31951 Author: Scott Wood <scottwood@freescale.com>
31952 Date:   Fri Oct 24 16:20:43 2008 -0500
31953
31954     NAND: sync with 2.6.27
31955
31956     This brings the core NAND code up to date with the Linux kernel.
31957
31958     Since there were several drivers in Linux as of the last update that are
31959     not in u-boot, I'm not bringing over new drivers that have been added
31960     since in the absence of an interested party.
31961
31962     I did not update OneNAND since it was recently synced by Kyungmin Park,
31963     and I'm not sure exactly what the common ancestor is.
31964
31965     Signed-off-by: Scott Wood <scottwood@freescale.com>
31966
31967 commit b1d0db1805c3395149777e507b6da53410abac4e
31968 Author: Kumar Gala <galak@kernel.crashing.org>
31969 Date:   Tue Oct 21 17:25:47 2008 -0500
31970
31971     bootm: Added CONFIG_BOOTM_{LINUX, NETBSD, RTEMS}
31972
31973     Added the ability to config out bootm support for Linux, NetBSD, RTEMS
31974
31975     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31976
31977 commit 5a98127d81a6eefc5a78a704df619bfe362eeb87
31978 Author: Kumar Gala <galak@kernel.crashing.org>
31979 Date:   Tue Oct 21 17:25:46 2008 -0500
31980
31981     bootm: support subcommands in linux ppc bootm
31982
31983     Add support for 'bdt', 'cmdline', 'prep' to the linux PPC bootm.
31984
31985     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31986
31987 commit 49c3a861d11735838f1f1b11999ce433006dc919
31988 Author: Kumar Gala <galak@kernel.crashing.org>
31989 Date:   Tue Oct 21 17:25:45 2008 -0500
31990
31991     bootm: Add subcommands
31992
31993     Add the ability to break the steps of the bootm command into several
31994     subcommands: start, loados, ramdisk, fdt, bdt, cmdline, prep, go.
31995
31996     This allows us to do things like manipulate device trees before
31997     they are passed to a booting kernel or setup memory for a secondary
31998     core in multicore situations.
31999
32000     Not all OS types support all subcommands (currently only start, loados,
32001     ramdisk, fdt, and go are supported).
32002
32003     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32004
32005 commit be08315933537f061bc1ce61f33a29c56458bbad
32006 Author: Kumar Gala <galak@kernel.crashing.org>
32007 Date:   Tue Oct 21 17:25:44 2008 -0500
32008
32009     bootm: Move to using a function pointer table for the boot os function
32010
32011     This removes a bit of code and makes it easier for the upcoming sub bootm
32012     command support to call into the proper OS specific handler.
32013
32014     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32015     Signed-off-by: Wolfgang Denk <wd@denx.de>
32016
32017 commit a369f4a492fa2805d87775d27380f0eeaca35aa6
32018 Author: Graeme Russ <graeme.russ@gmail.com>
32019 Date:   Mon Sep 29 23:03:14 2008 +1000
32020
32021     i386: Renamed show_boot_progress in assembler code
32022
32023     Renamed show_boot_progress in assembler init phase to
32024     show_boot_progress_asm to avoid link conflicts with C version
32025
32026     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
32027
32028 commit 4442f45b0e1cbad35aa22d4cad22b90a57e3f32d
32029 Author: Peter Tyser <ptyser@xes-inc.com>
32030 Date:   Mon Oct 27 16:42:00 2008 -0500
32031
32032     85xx: Update MPC85xx_PORDEVSR_IO_SEL mask
32033
32034     The MPC8572 has a 4-bit wide PORDEVSR IO_SEL field. Other MPC85xx
32035     processors have a 3-bit wide IO_SEL field but have the most
32036     significant bit is wired to 0 so this change should not affect
32037     them.
32038
32039     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
32040
32041 commit cd4251624205cb97104f6e32679dc7754934f711
32042 Author: Becky Bruce <becky.bruce@freescale.com>
32043 Date:   Mon Oct 27 16:09:42 2008 -0500
32044
32045     powerpc: fix pci window initialization to work with > 4GB DRAM
32046
32047     The existing code has a few errors that need to be fixed in
32048     order to support large RAM sizes.  Fix those, and add a
32049     comment to make it clearer.
32050
32051     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
32052     Acked-by: Kumar Gala <galak@kernel.crashing.org>
32053
32054 commit 219542a1a66ca017b12860920714a9859b18a5d7
32055 Author: Kumar Gala <galak@kernel.crashing.org>
32056 Date:   Mon Oct 27 13:16:20 2008 -0500
32057
32058     pci/fsl_pci_init: Removed a bunch pointless trailing backslashes.
32059
32060     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32061
32062 commit 6b59e03e0237a40a2305ea385defdfd92000978b
32063 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32064 Date:   Mon Sep 1 16:21:22 2008 +0200
32065
32066     lcd: Let the board code show board-specific info
32067
32068     The information displayed when CONFIG_LCD_INFO is set is inherently
32069     board-specific, so it should be done by the board code. The current code
32070     dealing with this only handles two cases, and is already a horrible mess
32071     of #ifdeffery.
32072
32073     Yes, this duplicates some code, but it also allows boards to print more
32074     board-specific information; this used to be very difficult.
32075
32076     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32077     Signed-off-by: Anatolij Gustschin <agust@denx.de>
32078
32079 commit 6f93d2b8fca504200a5758f7c6dd2d6852900765
32080 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32081 Date:   Mon Sep 1 16:21:21 2008 +0200
32082
32083     lcd: Set lcd_is_enabled before clearing the screen
32084
32085     This allows the logo/info rendering routines to use the regular
32086     lcd_putc/lcd_puts/lcd_printf calls.
32087
32088     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32089     Signed-off-by: Anatolij Gustschin <agust@denx.de>
32090
32091 commit 15b17ab52b7c15d46d9fc631cc06092e1e764de2
32092 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32093 Date:   Mon Sep 1 16:21:20 2008 +0200
32094
32095     lcd: Implement lcd_printf()
32096
32097     lcd_printf() has a prototype in include/lcd.h but no implementation. Fix
32098     this by borrowing the lcd_printf() implementation from the cogent board
32099     code (which appears to use its own LCD framework.)
32100
32101     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32102     Signed-off-by: Anatolij Gustschin <agust@denx.de>
32103
32104 commit 70dbc54c0a5c798bcf82ae2a1e227404f412e892
32105 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32106 Date:   Mon Sep 1 16:21:19 2008 +0200
32107
32108     atmel_lcdfb: Straighten out funky vl_sync logic
32109
32110     If the board _didn't_ request INVLINE_INVERTED, we set INVLINE_INVERTED,
32111     otherwise we don't. WTF?
32112
32113     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32114     Signed-off-by: Anatolij Gustschin <agust@denx.de>
32115
32116 commit 23bb28f0f76b46c4b573374b0bb3b3f23d85ef55
32117 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32118 Date:   Mon Sep 1 16:21:18 2008 +0200
32119
32120     atmel_lcdfb: Eliminate unneeded #include <asm/arch/hardware.h>
32121
32122     atmel_lcdfb doesn't actually need anything from asm/arch/hardware.h. It
32123     includes a file that does, asm/arch/gpio.h, but this file doesn't
32124     include <asm/arch/hardware.h> like it's supposed to.
32125
32126     Add the missing include to asm/arch/gpio.h and remove the workaround
32127     from the atmel_lcdfb driver. This makes the driver compile on avr32.
32128
32129     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
32130     Signed-off-by: Anatolij Gustschin <agust@denx.de>
32131
32132 commit c2083e0e11a03ef8be2e9f0ed8720fdc20832f3e
32133 Author: Kumar Gala <galak@kernel.crashing.org>
32134 Date:   Wed Oct 22 14:38:55 2008 -0500
32135
32136     86xx: Convert all fsl_pci_init users to new APIs
32137
32138     Converted MPC8610HCPD, MPC8641HPCN, and SBC8641D to use
32139     fsl_pci_setup_inbound_windows() and ft_fsl_pci_setup().
32140
32141     With these changes the board code is a bit smaller and we get dma-ranges
32142     set in the device tree for these boards.
32143
32144     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32145     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
32146     Acked-by: Jon Loeliger <jdl@freescale.com>
32147
32148 commit 2dba0dea98c0dee1799ffd6fd6eb541645dbbd98
32149 Author: Kumar Gala <galak@kernel.crashing.org>
32150 Date:   Tue Oct 21 08:28:33 2008 -0500
32151
32152     85xx: Convert all fsl_pci_init users to new APIs
32153
32154     Converted ATUM8548, MPC8536DS, MPC8544DS, MPC8548CDS, MPC8568MDS,
32155     MPC8572DS, TQM85xx, and SBC8548 to use fsl_pci_setup_inbound_windows()
32156     and ft_fsl_pci_setup().
32157
32158     With these changes the board code is a bit smaller and we get dma-ranges
32159     set in the device tree for these boards.
32160
32161     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32162     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
32163
32164 commit a2aab460727e5f674353a83a81000ef794bffcae
32165 Author: Kumar Gala <galak@kernel.crashing.org>
32166 Date:   Thu Oct 23 00:01:06 2008 -0500
32167
32168     pci/fsl_pci_init: Added fdt helper for setting up bus-ranges & dma-ranges
32169
32170     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32171     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
32172
32173 commit b9a1fa9787a3a79573f5f932a4f8aa216bcb1785
32174 Author: Kumar Gala <galak@kernel.crashing.org>
32175 Date:   Wed Oct 22 14:06:24 2008 -0500
32176
32177     pci/fsl_pci_init: Add a common PCI inbound setup function
32178
32179     Add a common setup function that determines the pci_region(s) based
32180     on how much memory we have in the system.
32181
32182     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32183     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
32184
32185 commit 612ea01018a459234d54ed57ec6a5a244ce75678
32186 Author: Kumar Gala <galak@kernel.crashing.org>
32187 Date:   Tue Oct 21 10:13:14 2008 -0500
32188
32189     pci/fsl_pci_init: Enable larger address and setting inbound windows properly
32190
32191     * PCI Inbound window was setup incorrectly.  The PCI address and system
32192       address were swapped.  The PCI address should be setting piwar/piwbear
32193       and the system address should be setting pitar.
32194
32195     * Removed masking of addresses to allow for system address to support
32196       system address & PCI address >32-bits
32197
32198     * Set PIWBEAR & POTEAR to allow for full 64-bit PCI addresses
32199
32200     * Respect the PCI_REGION_PREFETCH for inbound windows
32201
32202     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32203     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
32204
32205 commit 8ab451c46b846f2bbd7122b29ffdd9a4a04da228
32206 Author: Kumar Gala <galak@kernel.crashing.org>
32207 Date:   Wed Oct 22 23:33:56 2008 -0500
32208
32209     fdt: Added helper to set PCI dma-ranges property
32210
32211     Added fdt_pci_dma_ranges() that parses the pci_region info from the
32212     struct pci_controller and populates the dma-ranges based on it.
32213
32214     The max # of windws/dma-ranges we support is 3 since on embedded
32215     PowerPC based systems this is the max number of windows.
32216
32217     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32218     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
32219
32220 commit 3bed2aaf2d50fd13273c14d17d4fd40ef42e0d0f
32221 Author: Kumar Gala <galak@kernel.crashing.org>
32222 Date:   Thu Oct 23 00:05:47 2008 -0500
32223
32224     fdt: Add fdt_getprop_u32_default helpers
32225
32226     Add helper functions to return find a node and return it's property
32227     or a default value.
32228
32229     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32230     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
32231     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
32232
32233 commit 8ba93f68a1bae89e033527ce67b41b4a87aa5b7f
32234 Author: Kumar Gala <galak@kernel.crashing.org>
32235 Date:   Tue Oct 21 18:06:15 2008 -0500
32236
32237     86xx: Enable 64-bit PCI resources on all Freescale boards
32238
32239     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32240     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
32241
32242 commit 0151cbaccf4504821ecfde0217299bd740086bb6
32243 Author: Kumar Gala <galak@kernel.crashing.org>
32244 Date:   Tue Oct 21 11:33:58 2008 -0500
32245
32246     85xx: Enable 64-bit PCI resources on all Freescale boards
32247
32248     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32249     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
32250
32251 commit 30e76d5e3bc4c5208ee63585fe12b409d9308cd8
32252 Author: Kumar Gala <galak@kernel.crashing.org>
32253 Date:   Tue Oct 21 08:36:08 2008 -0500
32254
32255     pci: Allow for PCI addresses to be 64-bit
32256
32257     PCI bus is inherently 64-bit.  While not all system require access to
32258     the full 64-bit PCI address range some do.  This allows those systems
32259     to enable the full PCI address width via CONFIG_SYS_PCI_64BIT.
32260
32261     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32262     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
32263     Acked-by: Wolfgang Denk <wd@denx.de>
32264
32265 commit ae5f943ba8ede448a4b1a145fd8911856701ecc5
32266 Author: Dave Liu <daveliu@freescale.com>
32267 Date:   Thu Oct 23 21:18:53 2008 +0800
32268
32269     85xx: Fix the incorrect register used for DDR erratum1
32270
32271     The 8572 DDR erratum1:
32272     DDR controller may enter an illegal state when operating
32273     in 32-bit bus mode with 4-beat bursts.
32274
32275     Description:
32276     When operating with a 32-bit bus, it is recommended that
32277     DDR_SDRAM_CFG[8_BE] is cleared when DDR2 memories are used.
32278     This forces the DDR controller to use 4-beat bursts when
32279     communicating to the DRAMs. However, an issue exists that
32280     could lead to data corruption when the DDR controller is
32281     in 32-bit bus mode while using 4-beat bursts.
32282
32283     Projected Impact:
32284     If the DDR controller is operating in 32-bit bus mode with
32285     4-beat bursts, then the controller may enter into a bad state.
32286     All subsequent reads from memory is corrupted.
32287     Four-beat bursts with a 32-bit bus only is used with DDR2 memories.
32288     Therefore, this erratum does not affect DDR3 mode.
32289
32290     Work Arounds:
32291     To work around this issue, software must set DEBUG_1[31] in
32292     DDR memory mapped space (CCSRBAR offset + 0x2f00 for DDR_1
32293     and CCSRBAR offset + 0x6f00 for DDR_2).
32294
32295     Currenlty, the code is using incorrect register DDR_SDRAM_CFG_2
32296     as condition, but it should be DDR_SDRAM_CFG register.
32297
32298     Signed-off-by: Dave Liu <daveliu@freescale.com>
32299
32300 commit d5b693090ed08d24c18491df9d8fc7387b2906f3
32301 Author: Dave Liu <daveliu@freescale.com>
32302 Date:   Thu Oct 23 21:17:19 2008 +0800
32303
32304     85xx: remove unused config definition
32305
32306     Signed-off-by: Dave Liu <daveliu@freescale.com>
32307
32308 commit 0f060c3bf82832331a509f2e5d2442539e7aad09
32309 Author: Kumar Gala <galak@kernel.crashing.org>
32310 Date:   Thu Oct 23 01:47:38 2008 -0500
32311
32312     85xx: Add basic e500mc core support
32313
32314     Introduce CONFIG_E500MC to deal with the minor differences between
32315     e500v2 and e500mc.
32316
32317     * Certain fields of HID0/1 don't exist anymore on e500mc
32318     * Cache line size is 64-bytes on e500mc
32319     * reset value of PIR is different
32320
32321     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32322
32323 commit a38a5b6edd30f29fd5fdb1d7f674521906c0e677
32324 Author: Kumar Gala <galak@kernel.crashing.org>
32325 Date:   Thu Oct 23 01:47:37 2008 -0500
32326
32327     85xx: Use CONFIG_SYS_CACHELINE_SIZE instead of magic number
32328
32329     Using CONFIG_SYS_CACHELINE_SIZE instead of 31 means we can handle
32330     e500mc's 64-byte cacheline properly when it gets added.
32331
32332     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32333
32334 commit 5deb8022c3749faac30e9ad9694691e2442b5c93
32335 Author: Georg Schardt <schardt@team-ctech.de>
32336 Date:   Fri Oct 24 13:51:52 2008 +0200
32337
32338     ppc4xx: New board avnet fx12 minimodul
32339
32340     This patch adds support for the avnet fx12 minimodul.
32341     It needs the "ppc4xx: Generic architecture for xilinx ppc405"
32342     patch from Ricardo.
32343
32344     Signed-off-by: Georg Schardt <schardt@team-ctech.de>
32345     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
32346     Signed-off-by: Stefan Roese <sr@denx.de>
32347
32348 commit 1f4d53260ec6f8f122aed75cce7c757d97a551e0
32349 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
32350 Date:   Tue Oct 21 18:29:46 2008 +0200
32351
32352     ppc4xx: Generic architecture for xilinx ppc405(v3)
32353
32354     As "ppc44x: Unification of virtex5 pp440 boards" did for the xilinx
32355     ppc440 boards, this patch presents a common architecture for all the
32356     xilinx ppc405 boards.
32357
32358     Any custom xilinx ppc405 board can be added very easily with no code
32359     duplicity.
32360
32361     This patch also adds a simple generic board, that can be used on almost
32362     any design with xilinx ppc405 replacing the file ppc405-generic/xparameters.h
32363
32364     This patch is prepared to work with the latest version of EDK (10.1)
32365
32366     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
32367     Signed-off-by: Stefan Roese <sr@denx.de>
32368
32369 commit 485c00a57fab86f72a3769480c66bf1ca22e1459
32370 Author: Stefan Roese <sr@denx.de>
32371 Date:   Fri Oct 24 08:56:09 2008 +0200
32372
32373     ppc4xx: Disable DDR2 autocalibration on Kilauea for now
32374
32375     Since the new autocalibration still has some problems on some Kilauea
32376     boards with 200MHz DDR2 frequency we disable the autocalibration and
32377     use the hardcoded values as done before. This seems to work reliably
32378     on all known DDR2 frequencies.
32379
32380     After the autocalibration issue is fixed we will enable it again.
32381
32382     Signed-off-by: Stefan Roese <sr@denx.de>
32383
32384 commit f177f4250c729727b1629fa8d8d6556c999e9b8c
32385 Author: Mike Frysinger <vapier@gentoo.org>
32386 Date:   Wed Apr 9 02:02:07 2008 -0400
32387
32388     Blackfin: fix up UART status bit handling
32389
32390     Some Blackfin UARTs are read-to-clear while others are write-to-clear.
32391     This can cause problems when we poll the LSR and then later try and handle
32392     any errors detected.
32393
32394     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32395
32396 commit ae0910298f31f5bb3d33a64b8467c60ea3c5d6d0
32397 Author: Mike Frysinger <vapier@gentoo.org>
32398 Date:   Sat Oct 11 20:42:17 2008 -0400
32399
32400     Blackfin: bf561-ezkit: drop redundant code
32401
32402     Common Blackfin code already announces CPU information.
32403
32404     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32405
32406 commit e2eea98bff1369f77a9f59a5fd0bd4928bc3332e
32407 Author: Mike Frysinger <vapier@gentoo.org>
32408 Date:   Sat Oct 11 20:43:10 2008 -0400
32409
32410     Blackfin: bf561-ezkit: drop pointless USB code
32411
32412     The USB/LAN register settings are not actually used/needed in order to
32413     drive things from U-Boot, so drop the code.
32414
32415     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32416
32417 commit c23bff63fb03cb9dbcd26522841e53f9b34fa1ab
32418 Author: Mike Frysinger <vapier@gentoo.org>
32419 Date:   Sat Oct 11 20:47:58 2008 -0400
32420
32421     Blackfin: linker scripts: force start.o and set initcode boundaries
32422
32423     Make sure that the start.o object is always the first object in our linker
32424     script regardless of configuration settings, and add some linker symbols
32425     so the ldr utility can properly locate the initcode when generating a LDR.
32426
32427     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32428
32429 commit bd33e5c613cf70e3cb51a73fdd653fe83b942bb0
32430 Author: Mike Frysinger <vapier@gentoo.org>
32431 Date:   Sat Oct 11 21:19:39 2008 -0400
32432
32433     Blackfin: small cpu init optimization while setting interrupt mask
32434
32435     Use the sti instruction to set the initial interrupt mask rather than
32436     banging on the core IMASK MMR to save both space and time.
32437
32438     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32439
32440 commit 960922291c9594acb575cec7e47d7bed9b58182c
32441 Author: Mike Frysinger <vapier@gentoo.org>
32442 Date:   Sat Oct 11 21:18:10 2008 -0400
32443
32444     Blackfin: set initial stack correctly according to Blackfin ABI
32445
32446     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32447
32448 commit 25cd33d82ea521b7bd90ca858f8919fae1e9732b
32449 Author: Mike Frysinger <vapier@gentoo.org>
32450 Date:   Sun Apr 20 03:11:53 2008 -0400
32451
32452     Blackfin: make baud calculation more accurate
32453
32454     We should use the algorithm in the Linux kernel so that the UART divisor
32455     calculation is more accurate.  It also fixes problems on some picky UARTs
32456     that have sampling anomalies.
32457
32458     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32459
32460 commit 0ba1da116e5edcb0c5ae4a7585d73f6548400a06
32461 Author: Mike Frysinger <vapier@gentoo.org>
32462 Date:   Mon Oct 6 04:21:41 2008 -0400
32463
32464     Blackfin: decode hwerrcause/excause when crashing
32465
32466     Having to decode hwerrcause/excause values is a pain, so automate it.
32467
32468     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32469
32470 commit 2de95bb20c488f20298df6881b700a5a757ee780
32471 Author: Mike Frysinger <vapier@gentoo.org>
32472 Date:   Mon Oct 6 04:20:54 2008 -0400
32473
32474     Blackfin: fix register dump messages
32475
32476     Make sure we report RETI/IPEND correctly.
32477
32478     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32479
32480 commit 7133999e6f62a9a01f6a8ffe234b8532b3ad1e4b
32481 Author: Mike Frysinger <vapier@gentoo.org>
32482 Date:   Mon Oct 6 04:19:34 2008 -0400
32483
32484     Blackfin: don't bother displaying reboot msg when crashing
32485
32486     The hang function already tells you to reboot, so no point in showing it
32487     twice.
32488
32489     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32490
32491 commit 70c4c032ea112cc42aa1ce959c33fc4825eaef95
32492 Author: Mike Frysinger <vapier@gentoo.org>
32493 Date:   Sun Jun 1 01:23:48 2008 -0400
32494
32495     Blackfin: enable support for nested interrupts
32496
32497     During cpu init, make sure we initialize the CEC properly so that
32498     interrupts can fire and be handled while U-Boot is running.
32499
32500     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32501
32502 commit 39782727e185860faa4884c2b04e84cb33d1c6cf
32503 Author: Mike Frysinger <vapier@gentoo.org>
32504 Date:   Mon Oct 6 03:55:25 2008 -0400
32505
32506     Blackfin: init NAND before relocating env
32507
32508     If booting out of NAND, we need to make sure we initialize it properly
32509     before attempting to relocate the environment.
32510
32511     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32512
32513 commit 0f9a8819416ba40a53de50af148847a0e508f84d
32514 Author: Mike Frysinger <vapier@gentoo.org>
32515 Date:   Thu Aug 7 18:40:13 2008 -0400
32516
32517     Blackfin: check cache bits, not cplb bits
32518
32519     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32520
32521 commit 2c1ea9e370cb72dd6a5aa32338e87a8a1f77bd76
32522 Author: Mike Frysinger <vapier@gentoo.org>
32523 Date:   Thu Aug 7 17:52:59 2008 -0400
32524
32525     Blackfin: drop unused cache flush code
32526
32527     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32528
32529 commit 50f0d211912a648e31aa9123b4665a0444bb8ca9
32530 Author: Mike Frysinger <vapier@gentoo.org>
32531 Date:   Thu Aug 7 15:21:47 2008 -0400
32532
32533     Blackfin: unify cache handling code
32534
32535     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32536
32537 commit 3c8798983403cb68a827d7a0d09b1134524a1b7d
32538 Author: Mike Frysinger <vapier@gentoo.org>
32539 Date:   Mon Oct 6 03:39:07 2008 -0400
32540
32541     Blackfin: only initialize the RTC when actually used
32542
32543     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32544
32545 commit 621e579b812dd1a2e6777f7cbf6e55e736505823
32546 Author: Mike Frysinger <vapier@gentoo.org>
32547 Date:   Mon Oct 6 03:44:33 2008 -0400
32548
32549     Blackfin: fix SWRST register definition
32550
32551     The SWRST register is a 16bit, not 32bit, register.
32552
32553     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32554
32555 commit 06121c4e2d183887dcd7a4ca2dcd395b213ea15b
32556 Author: Mike Frysinger <vapier@gentoo.org>
32557 Date:   Thu Aug 7 18:54:57 2008 -0400
32558
32559     Blackfin: build with -fomit-frame-pointer
32560
32561     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32562
32563 commit adbfeeb7b32f737a9738daa583350d2bb9ed017a
32564 Author: Mike Frysinger <vapier@gentoo.org>
32565 Date:   Thu Aug 7 17:50:26 2008 -0400
32566
32567     Blackfin: document some of the blackfin directories
32568
32569     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32570
32571 commit e4337968e43698a68ba608369f46d4a4114111ca
32572 Author: Mike Frysinger <vapier@gentoo.org>
32573 Date:   Thu Aug 7 15:16:56 2008 -0400
32574
32575     Blackfin: only enable hardware error irq by default
32576
32577     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32578
32579 commit 2b66f08f257ef6a06785f27b3c6dc2a4cfc9cac4
32580 Author: Mike Frysinger <vapier@gentoo.org>
32581 Date:   Thu Aug 7 13:36:43 2008 -0400
32582
32583     Blackfin: punt old unused mem_init.h header
32584
32585     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32586
32587 commit bcc121a01608042066a19ab5bff5bcfb805bf406
32588 Author: Mike Frysinger <vapier@gentoo.org>
32589 Date:   Thu Aug 7 13:18:55 2008 -0400
32590
32591     Blackfin: delete unused page_descriptor_table_size define
32592
32593     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32594
32595 commit 30fb9d24ae16e5b0ed39e5b7cc85981165ca98bc
32596 Author: Mike Frysinger <vapier@gentoo.org>
32597 Date:   Thu Aug 7 13:17:03 2008 -0400
32598
32599     Blackfin: fix typo in boot mode comment and add NAND define
32600
32601     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32602
32603 commit 2e5cbe5461c5c4c6665e318cfe950a5a150d999c
32604 Author: Ben Maan <moo@cow>
32605 Date:   Thu Aug 7 13:14:21 2008 -0400
32606
32607     Blackfin: fix port mux defines for BF54x
32608
32609     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32610
32611 commit 0656ef2ba274910d31364fe022f6c7db0051660d
32612 Author: Mike Frysinger <vapier@gentoo.org>
32613 Date:   Thu Aug 7 13:09:50 2008 -0400
32614
32615     Blackfin: update anomaly lists
32616
32617     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32618
32619 commit 50ca95402876cf7bac4e2d4f7855f616a038763f
32620 Author: Mike Frysinger <vapier@gentoo.org>
32621 Date:   Thu Aug 7 13:08:54 2008 -0400
32622
32623     Blackfin: unify DSPID/DBGSTAT MMR definitions
32624
32625     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32626
32627 commit d9d8c7c696dec370ca714c03beb6e79d4c90bd5e
32628 Author: Wolfgang Denk <wd@denx.de>
32629 Date:   Tue Oct 21 15:53:51 2008 +0200
32630
32631     Fix strmhz(): avoid printing negative fractions
32632
32633     Signed-off-by: Wolfgang Denk <wd@denx.de>
32634
32635 commit 4a7f6b750d8de543fdf8e58acd86745010054571
32636 Author: Richard Retanubun <RichardRetanubun@ruggedcom.com>
32637 Date:   Fri Oct 17 08:55:51 2008 -0400
32638
32639     mpc83xx: Removed #ifdef CONFIG_MPC834X dependency on upmconfig function
32640
32641     This is done to allow other 83XX based platforms which also have UPM
32642     (e.g. 8360) to configure and use their UPM in u-boot.
32643
32644     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
32645     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32646
32647 commit 3bf1be3c0cfb1129b68cc1474119e5f323536488
32648 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
32649 Date:   Tue Oct 14 22:58:53 2008 +0400
32650
32651     mpc83xx: add support for switching between USB Host/Function for MPC837XEMDS
32652
32653     With this patch u-boot can fixup the dr_mode and phy_type properties
32654     for the Dual-Role USB controller.
32655
32656     While at it, also remove #ifdefs around includes, they are not needed.
32657
32658     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
32659     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32660
32661 commit b3379f3fd13969934c00097c05754e7a8990fd39
32662 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
32663 Date:   Wed Oct 8 20:52:54 2008 +0400
32664
32665     mpc83xx: add ELBC NAND support for the MPC837XEMDS boards
32666
32667     Though NAND chip is replaceable on the MPC837XE-MDS boards, the
32668     current settings don't work with the default chip on the board.
32669     Nevertheless Freescale's U-Boot sets the option register correctly,
32670     so I just dumped the register from the working u-boot. My guess is
32671     that the old settings were applicable for some pilot boards, not
32672     found in the production.
32673
32674     This patch also enables FSL ELBC driver so that we could access
32675     the NAND storage in the u-boot.
32676
32677     The NAND support costs about 45KB, so the u-boot no longer fits
32678     into two 128KB NOR flash sectors, thus we also have to adjust
32679     environment location: add another 128KB to the monitor length.
32680
32681     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
32682
32683     It is due to hardware design and logic defect, that is the
32684     I/O[0:7] of NAND chip is connected to LAD[7:0], so when
32685     the NAND chip connected to nLCS3,  you have to set up the
32686     OR3[BCTLD] = '1' for normal operation, otherwise it will have
32687     bus contention due to the pin 48/25 of U60 is enabled.
32688
32689     Setup the OR3[BCTLD] = '1' , that meaning the LBCTL is not
32690     asserted upon access to the NAND chip, keep the default state.
32691
32692     Acked-by: Dave Liu <daveliu@freescale.com>
32693     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32694
32695 commit 00f7bbae92e3b13f2b37aeb1def9bb12445521b7
32696 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
32697 Date:   Thu Oct 2 19:17:33 2008 +0400
32698
32699     mpc83xx: fix PCI scan hang on the standalone MPC837xE-MDS boards
32700
32701     The MPC837xE-MDS board's CPLD can auto-detect if the board is on the PIB,
32702     standalone or acting as a PCI agent. User's Guide says:
32703
32704     - When the CPLD recognizes its location on the PIB it automatically
32705       configures RCW to the PCI Host.
32706     - If the CPLD fails to recognize its location then it is automatically
32707       configured as an Agent and the PCI is configured to an external arbiter.
32708
32709     This sounds good. Though in the standalone setup the CPLD sets PCI_HOST
32710     flag (it's ok, we can't act as PCI agents since we receive CLKIN, not
32711     PCICLK), but the CPLD doesn't set the ARBITER_ENABLE flag, and without
32712     any arbiter bad things will happen (here the board hangs during any config
32713     space reads).
32714
32715     In this situation we must disable the PCI. And in case of anybody really
32716     want to use an external arbiter, we provide "pci_external_aribter"
32717     environment variable.
32718
32719     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
32720     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32721
32722 commit 1da83a63d8e1b4bddeb82581b1745a09aac3e2d3
32723 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
32724 Date:   Thu Oct 2 18:32:25 2008 +0400
32725
32726     mpc83xx: add SGMII riser module support for the MPC8378E-MDS boards
32727
32728     This involves configuring the SerDes and fixing up the flags and
32729     PHY addresses for the TSECs.
32730
32731     For Linux we also fix up the device tree.
32732
32733     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
32734     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32735
32736 commit e6d9c8916de9c24f2c52d0b01cf00d2e74a04cd8
32737 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
32738 Date:   Thu Oct 2 18:31:59 2008 +0400
32739
32740     mpc83xx: add TSECs' HRCWH masks for MPC837x processors
32741
32742     We'll use these masks to parse TSEC modes out of HRCWH.
32743
32744     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
32745     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32746
32747 commit 6f9cc6608b4e1cefde56c0fb99ae1c95c42575ff
32748 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
32749 Date:   Thu Oct 2 18:31:56 2008 +0400
32750
32751     mpc83xx: serdes: add forgotten shifts for rfcks
32752
32753     The rfcks should be shifted by 28 bits left. We didn't notice the bug
32754     because we were using only 100MHz clocks (for which rfcks == 0).
32755
32756     Though, for SGMII we'll need 125MHz clocks.
32757
32758     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
32759     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32760
32761 commit 55c531984dcf933e4cd13a187a7e08e873b7ced1
32762 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
32763 Date:   Thu Oct 2 18:31:53 2008 +0400
32764
32765     mpc83xx: fix serdes setup for the MPC8378E boards
32766
32767     MPC837xE specs says that SerDes1 has:
32768
32769     â€” Two lanes running x1 SGMII at 1.25 Gbps;
32770     â€” Two lanes running x1 SATA at 1.5 or 3.0 Gbps.
32771
32772     And for SerDes2:
32773
32774     â€” Two lanes running x1 PCI Express at 2.5 Gbps;
32775     â€” One lane running x2 PCI Express at 2.5 Gbps;
32776     â€” Two lanes running x1 SATA at 1.5 or 3.0 Gbps.
32777
32778     The spec also explicitly states that PEX options are not valid for
32779     the SD1.
32780
32781     Nevertheless MPC8378 RDB and MDS boards configure the SD1 for PEX,
32782     which is wrong to do.
32783
32784     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
32785     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32786
32787 commit 5c2ff323a94e27e481f70c44838d43fcd844dd46
32788 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
32789 Date:   Wed Sep 10 18:12:37 2008 +0400
32790
32791     mpc83xx: mpc8360emds: rework LBC SDRAM setup
32792
32793     Currently 64M of LBC SDRAM are mapped at 0xF0000000 which makes
32794     it difficult to use (b/c then the memory is discontinuous and
32795     there is quite big memory hole between the DDR/SDRAM regions).
32796
32797     This patch reworks LBC SDRAM setup so that now we dynamically
32798     place the LBC SDRAM near the DDR (or at 0x0 if there isn't any
32799     DDR memory).
32800
32801     With this patch we're able to:
32802
32803     - Boot without external DDR memory;
32804     - Use most "DDR + SDRAM" setups without need to support for
32805       sparse/discontinuous memory model in the software.
32806
32807     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
32808     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32809
32810 commit def0819e920b05b34b56d8b42e1e43d9b89a52d6
32811 Author: Wolfgang Denk <wd@xpert.denx.de>
32812 Date:   Tue Oct 21 11:23:56 2008 +0200
32813
32814     FDT: don't use private kernel header files
32815
32816     On some systems (for example Fedora Core 4) U-Boot builds with the
32817     following wanrings only:
32818
32819     ...
32820     In file included from /home/wd/git/u-boot/include/libfdt_env.h:33,
32821                      from fdt.c:51:
32822                  /usr/include/asm/byteorder.h:6:2: warning: #warning using private kernel header; include <endian.h> instead!
32823
32824     This patch fixes this problem.
32825
32826     Signed-off-by: Wolfgang Denk <wd@denx.de>
32827
32828 commit f4d14c55504ce40287321bd63ee269e3233ee4ae
32829 Author: Stefan Roese <sr@denx.de>
32830 Date:   Mon Oct 13 15:15:31 2008 +0200
32831
32832     ppc4xx: Add 1.0 & 1.066 GHz to canyonlands bootstrap command for PLL setup
32833
32834     Signed-off-by: Stefan Roese <sr@denx.de>
32835
32836 commit 43cbce69d48d052574d71f50724be546d90a46a4
32837 Author: Stefan Roese <sr@denx.de>
32838 Date:   Mon Oct 13 10:45:14 2008 +0200
32839
32840     ppc4xx: Correctly setup ranges property in ebc node
32841
32842     Previously only the NOR flash mapping was written into the ranges
32843     property of the ebc node. This patch now writes all enabled chip
32844     select areas into the ranges property.
32845
32846     Signed-off-by: Stefan Roese <sr@denx.de>
32847
32848 commit d7b26d58328f137471ea97de382bfa63f7239931
32849 Author: Dirk Eibach <eibach@gdsys.de>
32850 Date:   Wed Oct 8 15:37:50 2008 +0200
32851
32852     ppc4xx: Add GDSys neo 405EP board support
32853
32854     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
32855     Signed-off-by: Stefan Roese <sr@denx.de>
32856
32857 commit c11da194545d2f4bbb54be1bb5e504e20ce8c16c
32858 Author: Niklaus Giger <niklaus.giger@netstal.com>
32859 Date:   Wed Oct 1 14:46:13 2008 +0200
32860
32861     ppc4xx: Update configs for Netstal boards
32862
32863     I reorganized my config files, putting the common stuff into netstal-common.h
32864     (got the idea by looking a amcc-common.h from Stefan).
32865
32866     Added stuff to boot the new powerpc linux via NFS (only tested with HCU4).
32867
32868     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
32869     Signed-off-by: Stefan Roese <sr@denx.de>
32870
32871 commit c9c11d751e4242cf29c3c3c290d971f6d0cb1d15
32872 Author: Adam Graham <agraham@amcc.com>
32873 Date:   Wed Oct 8 10:13:19 2008 -0700
32874
32875     ppc4xx: Add routine to retrieve CPU number
32876
32877     Provide a weak defined routine to retrieve the CPU number for
32878     reference boards that have multiple CPU's.  Default behavior
32879     is the existing single CPU print output.  Reference boards with
32880     multiple CPU's need to provide a board specific routine.
32881     See board/amcc/arches/arches.c for an example.
32882
32883     Signed-off-by: Adam Graham <agraham@amcc.com>
32884     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
32885     Signed-off-by: Stefan Roese <sr@denx.de>
32886
32887 commit 59217bae40e90982ab5400d849c08af683ace036
32888 Author: Adam Graham <agraham@amcc.com>
32889 Date:   Wed Oct 8 10:13:14 2008 -0700
32890
32891     ppc4xx: Add static support for 44x IBM SDRAM Controller
32892
32893     This patch add the capability to configure a PPC440 based IBM SDRAM
32894     Controller with static, compiled-in, values. PPC440 memory subsystem
32895     includes a Memory Queue core.
32896
32897     Signed-off-by: Adam Graham <agraham@amcc.com>
32898     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
32899     Signed-off-by: Stefan Roese <sr@denx.de>
32900
32901 commit f09f09d3899017aaaa2b031bba63c271e9c48e4d
32902 Author: Adam Graham <agraham@amcc.com>
32903 Date:   Wed Oct 8 10:12:53 2008 -0700
32904
32905     ppc4xx: Add AMCC Arches board support (dual 460GT)
32906
32907     The Arches Evaluation board is based on the AMCC 460GT SoC chip.
32908     This board is a dual processor board with each processor providing
32909     independent resources for Rapid IO, Gigabit Ethernet, and serial
32910     communications. Each 460GT has it's own 512MB DDR2 memory, 32MB NOR
32911     FLASH, UART, EEPROM and temperature sensor, along with a shared debug
32912     port. The two 460GT's will communicate with each other via shared
32913     memory, Gigabit Ethernet and x1 PCI-Express.
32914
32915     Signed-off-by: Adam Graham <agraham@amcc.com>
32916     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
32917     Signed-off-by: Stefan Roese <sr@denx.de>
32918
32919 commit 055b12f2ffd7c34eea7e983a0588b24f2e69e0e3
32920 Author: Wolfgang Denk <wd@xpert.denx.de>
32921 Date:   Sun Oct 19 21:54:30 2008 +0200
32922
32923     TQM8260: environment in flash instead EEPROM, baudrate 115k
32924
32925     Several customers have reported problems with the environment in
32926     EEPROM, including corrupted content after board reset. Probably the
32927     code to prevent I2C Enge Conditions is not working sufficiently.
32928
32929     We move the environment to flash now, which allows to have a backup
32930     copy plus gives much faster boot times.
32931
32932     Also, change the default console initialization to 115200 bps as used
32933     on most other boards.
32934
32935     Signed-off-by: Wolfgang Denk <wd@denx.de>
32936
32937 commit 1836881190b3d8a6918b0d64b39fe32bbbdf85d8
32938 Author: Kumar Gala <galak@kernel.crashing.org>
32939 Date:   Sun Oct 19 12:49:19 2008 -0500
32940
32941     85xx: Fix compile warning in mpc8536ds.c
32942
32943     mpc8536ds.c: In function 'is_sata_supported':
32944     mpc8536ds.c:615: warning: unused variable 'devdisr'
32945
32946     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32947
32948 commit 8ed44d91c8122d00368523b0b746691c895d3b3c
32949 Author: Wolfgang Denk <wd@denx.de>
32950 Date:   Sun Oct 19 02:35:50 2008 +0200
32951
32952     Cleanup: fix "MHz" spelling
32953
32954     Signed-off-by: Wolfgang Denk <wd@denx.de>
32955
32956 commit 08ef89ecd174969b3544f3f0c7cd1de3c57f737b
32957 Author: Wolfgang Denk <wd@denx.de>
32958 Date:   Sun Oct 19 02:35:49 2008 +0200
32959
32960     Use strmhz() to format clock frequencies
32961
32962     Signed-off-by: Wolfgang Denk <wd@denx.de>
32963
32964 commit d50c7d4be150b2252c0d2e16cfcf69643bdd6dc9
32965 Author: Wolfgang Denk <wd@denx.de>
32966 Date:   Sun Oct 19 02:35:48 2008 +0200
32967
32968     strmhz(): Round numbers when printing clock frequencies
32969
32970     Round clock frequencies for printing.
32971
32972     Many boards printed off clock frequencies like 399 MHz instead of the
32973     exact 400 MHz because numberes were not rounded. This is fixed now.
32974
32975     Signed-off-by: Wolfgang Denk <wd@denx.de>
32976
32977 commit 681c02d05b29c6d46093525052c74b9c4ddc8b08
32978 Author: Timur Tabi <timur@freescale.com>
32979 Date:   Mon Oct 20 15:16:47 2008 -0500
32980
32981     85xx: properly document MPC85xx_PORDEVSR2_SEC_CFG
32982
32983     Commit f7d190b1 corrected the value of MPC85xx_PORDEVSR2_SEC_CFG, but forgot
32984     to add a comment that the correct value disagrees with the 8544 reference
32985     manual.  The changelog for that commit is also wrong, as it says "bit 28"
32986     when it should be "bit 24".
32987
32988     Signed-off-by: Timur Tabi <timur@freescale.com>
32989
32990 commit 360fe71e82b83e264c964c9447c537e9a1f643c8
32991 Author: Heiko Schocher <hs@denx.de>
32992 Date:   Fri Oct 17 18:24:06 2008 +0200
32993
32994     mgcoge: add redundant environment sector
32995
32996     Signed-off-by: Heiko Schocher <hs@denx.de>
32997
32998 commit 53ebf0c470c87d5f9fa76462e5f4064d26a9b16a
32999 Author: Heiko Schocher <hs@denx.de>
33000 Date:   Fri Oct 17 18:23:27 2008 +0200
33001
33002     mgsuvd: update size of environment
33003
33004     Signed-off-by: Heiko Schocher <hs@denx.de>
33005
33006 commit 2e26d837f11460c0e6dede7d65424a31e0183d09
33007 Author: Jason Jin <Jason.jin@freescale.com>
33008 Date:   Fri Oct 10 11:41:00 2008 +0800
33009
33010     Enabled the Freescale SGMII riser card on 8536DS
33011
33012     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
33013
33014 commit 7e183cad0c5ab6415dca95d6ac290ea918b28c55
33015 Author: Liu Yu <yu.liu@freescale.com>
33016 Date:   Fri Oct 10 11:40:59 2008 +0800
33017
33018     Enabled the Freescale SGMII riser card on 8572DS
33019
33020     This patch based on Andy's work.
33021     Including command 'pixis_set_sgmii' support.
33022
33023     Signed-off-by: Liu Yu <yu.liu@freescale.com>
33024
33025 commit bff188baf9427c35745356439435acf3864d4c65
33026 Author: Liu Yu <yu.liu@freescale.com>
33027 Date:   Fri Oct 10 11:40:58 2008 +0800
33028
33029     Make pixis_set_sgmii more general to support MPC85xx boards.
33030
33031     The pixis sgmii command depend on the FPGA support on the board, some 85xx
33032     boards support SGMII riser card but did not support this command, define
33033     CONFIG_PIXIS_SGMII_CMD for those boards which support the sgmii command.
33034
33035     Not like 8544, 8572 has 4 eTsec so that the other two's pixis bits
33036     are not supported by 8544. Therefor, define PIXIS_VSPEED2_MASK and
33037     PIXIS_VCFGEN1_MASK in header file for both boards.
33038
33039     Signed-off-by: Liu Yu <yu.liu@freescale.com>
33040
33041 commit 5e981d683d2363204c76773941c2e9c2044c808f
33042 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
33043 Date:   Wed Oct 8 23:38:02 2008 -0500
33044
33045     Add cpu/8xxx to TAGS_SUBDIRS
33046
33047     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
33048
33049 commit e1f7d22b8b52fc08c4d17a6a7db1e664281aed63
33050 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
33051 Date:   Thu Oct 9 01:25:55 2008 -0500
33052
33053     fsl_law clear enable before changing.
33054
33055     Debug sessions may have left enabled laws.
33056     Changing lawbar with an unkown enabled tgtid could cause problems.
33057
33058     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
33059
33060 commit 86be510f7b5443e7e937f696bfbe037fdc740b15
33061 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
33062 Date:   Thu Oct 9 00:29:27 2008 -0500
33063
33064     mpc8572 additional end-point mode
33065
33066     mpc8572 supports all pcie controllers as end-points with cfg_host_agent=0.
33067     Include host_agent == 0 decode for end-point determination.
33068
33069     This is not needed for the ds reference board since pcie3 will be a host
33070     in order to connect to the uli chip.  Include it here as a reference for
33071     other mpc8572 boards.
33072
33073     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
33074
33075 commit 6856b3d0221a838580e6bb06f61425fd7529ba93
33076 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
33077 Date:   Wed Oct 8 23:37:59 2008 -0500
33078
33079     85xx if NUM_CPUS>1, print cpu number
33080
33081     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
33082
33083 commit f7fecc3e25050a036c9f50f0d2b85bc3199a96e0
33084 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
33085 Date:   Wed Oct 8 23:38:01 2008 -0500
33086
33087     pixis do not print long help if not configured
33088
33089     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
33090
33091 commit 0e17f02a8a78d85225a4d805f6a1ea95a0a460b5
33092 Author: Andy Fleming <afleming@freescale.com>
33093 Date:   Tue Oct 7 08:09:50 2008 -0500
33094
33095     Have u-boot pass stashing parameters into device tree
33096
33097     Some cores don't support ethernet stashing at all, and some
33098     instances have errata.  Adds 3 properties to gianfar nodes
33099     which support stashing.  For now, just add this support to
33100     85xx SoCs.
33101
33102     Signed-off-by: Andy Fleming <afleming@freescale.com>
33103
33104 commit c21617fd265b7c126c6e2f2d8a23cdb00d4fade7
33105 Author: Haiying Wang <Haiying.Wang@freescale.com>
33106 Date:   Fri Oct 3 12:37:57 2008 -0400
33107
33108     Add DDR options setting on MPC8641HPCN board
33109
33110     * Add board specific parameter table to choose correct cpo, clk_adjust,
33111     write_data_delay based on board ddr frequency and n_ranks.
33112
33113     * Set odt_rd_cfg and odt_wr_cfg based on the dimm# and CS#.
33114
33115     Signed-off-by: James Yang <James.Yang@freescale.com>
33116     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
33117
33118 commit 4ca06607d60d0a6378812ef58fd1eab2a7f77111
33119 Author: Haiying Wang <Haiying.Wang@freescale.com>
33120 Date:   Fri Oct 3 12:37:41 2008 -0400
33121
33122     Add ddr interleaving suppport for MPC8572DS board
33123
33124     * Add board specific parameter table to choose correct cpo, clk_adjust,
33125     write_data_delay, 2T based on board ddr frequency and n_ranks.
33126
33127     * Set odt_rd_cfg and odt_wr_cfg based on the dimm# and CS#.
33128
33129     * Set memory controller interleaving mode to bank interleaving, and disable
33130     bank(chip select) interleaving mode by default, because the default on-board
33131     DDR DIMMs are 2x512MB single-rank.
33132
33133     * Change CONFIG_ICS307_REFCLK_HZ from 33333333 to 33333000.
33134
33135     Signed-off-by: James Yang <James.Yang@freescale.com>
33136     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
33137
33138 commit 1f293b417ac6ab8e317ca2b770377ca93edf2370
33139 Author: Haiying Wang <Haiying.Wang@freescale.com>
33140 Date:   Fri Oct 3 12:37:26 2008 -0400
33141
33142     Add debug information for DDR controller registers
33143
33144     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
33145
33146 commit c9ffd839b1ada502c86f88edaf1534426b6688ce
33147 Author: Haiying Wang <Haiying.Wang@freescale.com>
33148 Date:   Fri Oct 3 12:37:10 2008 -0400
33149
33150     Check DDR interleaving mode
33151
33152     * Check DDR interleaving mode from environment by reading memctl_intlv_ctl and
33153     ba_intlv_ctl.
33154     * Print DDR interleaving mode information
33155     * Add doc/README.fsl-ddr to describe the interleaving setting
33156
33157     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
33158
33159 commit dfb49108e4f86c2224e1f30124328b0de66ef72e
33160 Author: Haiying Wang <Haiying.Wang@freescale.com>
33161 Date:   Fri Oct 3 12:36:55 2008 -0400
33162
33163     Pass dimm parameters to populate populate controller options
33164
33165     Because some dimm parameters like n_ranks needs to be used with the board
33166     frequency to choose the board parameters like clk_adjust etc. in the
33167     board_specific_paramesters table of the board ddr file, we need to pass
33168     the dimm parameters to the board file.
33169
33170     * move ddr dimm parameters header file from /cpu to /include directory.
33171     * add ddr dimm parameters to populate board specific options.
33172     * Fix fsl_ddr_board_options() for all the 8xxx boards which call this function.
33173
33174     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
33175
33176 commit dbbbb3abeff325855cae76e33d69d5665631443f
33177 Author: Haiying Wang <Haiying.Wang@freescale.com>
33178 Date:   Fri Oct 3 12:36:39 2008 -0400
33179
33180     Make DDR interleaving mode work correctly
33181
33182     Fix some bugs:
33183       1. Correctly set intlv_ctl in cs_config.
33184       2. Correctly set sa, ea in cs_bnds when bank interleaving mode is enabled.
33185       3. Set base_address and total memory for each ddr controller in memory
33186          controller interleaving mode.
33187
33188     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
33189
33190 commit 1c9aa76bf9013069e24258f46f4687c9f98a02d6
33191 Author: Kumar Gala <galak@kernel.crashing.org>
33192 Date:   Mon Sep 22 23:40:42 2008 -0500
33193
33194     85xx: Enable interrupt and setexpr commands on Freescale 85xx boards
33195
33196     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33197
33198 commit 7c0d4a7508d252d2d7c137eeb376814132dda30f
33199 Author: Kumar Gala <galak@kernel.crashing.org>
33200 Date:   Mon Sep 22 14:11:11 2008 -0500
33201
33202     85xx: Improve flash remapping on MPC8572DS & MPC8536DS
33203
33204     Changing the flash from cacheable to cache-inhibited was taking a significant
33205     amount of time due to the fact that we were iterating over the full 256M of
33206     flash.  Instead we can just flush the L1 d-cache and invalidate the i-cache.
33207
33208     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33209
33210 commit 54e091d3b603a3332c619199ca83a07e95960da4
33211 Author: Kumar Gala <galak@kernel.crashing.org>
33212 Date:   Mon Sep 22 14:11:10 2008 -0500
33213
33214     85xx: Export invalidate_{i,d}cache and add flush_dcache
33215
33216     Added the ability for C code to invalidate the i/d-cache's and
33217     to flush the d-cache.  This allows us to more efficient change mappings
33218     from cache-able to cache-inhibited.
33219
33220     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33221
33222 commit 6250f0f6297c5ba9aecdea6290799a95c5d4b1da
33223 Author: Heiko Schocher <hs@denx.de>
33224 Date:   Fri Oct 17 16:11:52 2008 +0200
33225
33226     mgcoge, mgsuvd: extract more common code
33227
33228     in ft_blob_update () for both boards was an unneccessary
33229     repetition of code, which this patch moves in a common
33230     function for this boards.
33231
33232     Signed-off-by: Heiko Schocher <hs@denx.de>
33233
33234 commit 9e299192ca9850cf725456388042a5aa5a6f3ec7
33235 Author: Heiko Schocher <hs@denx.de>
33236 Date:   Fri Oct 17 12:15:55 2008 +0200
33237
33238     mgcoge, mgsuvd: use in_*/out_* accesors
33239
33240     Signed-off-by: Heiko Schocher <hs@denx.de>
33241
33242 commit a21ca95f8b9dca22714952b348e4905ac157b5cd
33243 Author: Heiko Schocher <hs@denx.de>
33244 Date:   Fri Oct 17 13:52:51 2008 +0200
33245
33246     mgsuvd: fix compiler warning when using soft_i2c driver
33247
33248     Signed-off-by: Heiko Schocher <hs@denx.de>
33249
33250 commit cac9cf7875c2a01d63422820ed4732a9bdf5ab7b
33251 Author: Heiko Schocher <hs@denx.de>
33252 Date:   Fri Oct 17 12:15:05 2008 +0200
33253
33254     mgsuvd: fix coding style
33255
33256     Signed-off-by: Heiko Schocher <hs@denx.de>
33257
33258 commit 5f4c3137f4f051787707c548133823f1656eb508
33259 Author: Heiko Schocher <hs@denx.de>
33260 Date:   Fri Oct 17 12:13:30 2008 +0200
33261
33262     mgcoge: Second Flash on CS5 not on CS1
33263
33264     Signed-off-by: Heiko Schocher <hs@denx.de>
33265
33266 commit 76da19df5b8e186d269f29190696bd31fb6c836b
33267 Author: Kumar Gala <galak@kernel.crashing.org>
33268 Date:   Thu Oct 16 21:52:08 2008 -0500
33269
33270     Added arch_lmb_reserve to allow arch specific memory regions protection
33271
33272     Each architecture has different ways of determine what regions of memory
33273     might not be valid to get overwritten when we boot.  This provides a
33274     hook to allow them to reserve any regions they care about.  Currently
33275     only ppc, m68k and sparc need/use this.
33276
33277     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33278
33279 commit e02d4a9904c8f36395994c0c81469d552b82f5ea
33280 Author: Heiko Schocher <hs@denx.de>
33281 Date:   Thu Oct 16 16:32:35 2008 +0200
33282
33283     mgcoge: added CONFIG_FIT to support the new u-boot image format
33284
33285     Signed-off-by: Heiko Schocher <hs@denx.de>
33286
33287 commit 6d0f6bcf337c5261c08fabe12982178c2c489d76
33288 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33289 Date:   Thu Oct 16 15:01:15 2008 +0200
33290
33291     rename CFG_ macros to CONFIG_SYS
33292
33293     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33294
33295 commit 71edc271816ec82cf0550dd6980be2da3cc2ad9e
33296 Author: Kumar Gala <galak@kernel.crashing.org>
33297 Date:   Mon Oct 13 14:12:55 2008 -0500
33298
33299     74xx/7xx/86xx: Rename flush_data_cache to flush_dcache to match 85xx version
33300
33301     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33302
33303 commit b799cb4c0eebb0762e91e9653d8b9cc9a98440e3
33304 Author: Kumar Gala <galak@kernel.crashing.org>
33305 Date:   Tue Sep 23 10:05:02 2008 -0500
33306
33307     Expose command table search for sub-commands
33308
33309     Sub-command can benefit from using the same table and search functions
33310     that top level commands have.  Expose this functionality by refactoring
33311     find_cmd() and introducing find_cmd_tbl() that sub-command processing
33312     can call.
33313
33314     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33315
33316 commit f7e51b27508446f8cae3927975817137979ad5e8
33317 Author: Heiko Schocher <hs@denx.de>
33318 Date:   Wed Oct 15 09:41:33 2008 +0200
33319
33320     mgsuvd, mgcoge: added BOOTCOUNT feature.
33321
33322     Signed-off-by: Heiko Schocher <hs@denx.de>
33323
33324 commit 8f64da7f83b553889bc08400c97047998382e9d2
33325 Author: Heiko Schocher <hs@denx.de>
33326 Date:   Wed Oct 15 09:41:00 2008 +0200
33327
33328     mgcoge, mgsuvd: added support for the IVM EEprom.
33329
33330     The EEprom contains some Manufacturerinformation,
33331     which are read from u-boot at boot time, and saved
33332     in same hush shell variables.
33333
33334     Signed-off-by: Heiko Schocher <hs@denx.de>
33335
33336 commit 81473f67810c4c9b7efaed8dee258ed6bc4c7983
33337 Author: Heiko Schocher <hs@denx.de>
33338 Date:   Wed Oct 15 09:40:28 2008 +0200
33339
33340     hush: add showvar command for hush shell.
33341
33342     This new command shows the local variables defined in
33343     the hush shell:
33344
33345     => help showvar
33346     showvar
33347         - print values of all hushshell variables
33348     showvar name ...
33349         - print value of hushshell variable 'name'
33350
33351     Also make the set_local_var() and unset_local_var ()
33352     no longer static, so it is possible to define local
33353     hush shell variables at boot time. If CONFIG_HUSH_INIT_VAR
33354     is defined, u-boot calls hush_init_var (), where
33355     boardspecific code can define local hush shell
33356     variables at boottime.
33357
33358     Signed-off-by: Heiko Schocher <hs@denx.de>
33359
33360 commit 67b23a322848d828a5e45c0567b72762bfde7abf
33361 Author: Heiko Schocher <hs@denx.de>
33362 Date:   Wed Oct 15 09:39:47 2008 +0200
33363
33364     I2C: adding new "i2c bus" Command to the I2C Subsystem.
33365
33366     With this Command it is possible to add new I2C Busses,
33367     which are behind 1 .. n I2C Muxes. Details see README.
33368
33369     Signed-off-by: Heiko Schocher <hs@denx.de>
33370
33371 commit c24853644ddd2dd2e4246b5854a93e6254a14092
33372 Author: Heiko Schocher <hs@denx.de>
33373 Date:   Wed Oct 15 09:39:08 2008 +0200
33374
33375     mgcoge, mgsuvd: add board specific I2C deblocking mechanism.
33376
33377     As documented in doc/I2C_Edge_Conditions, adding a
33378     board specific deblocking mechanism via CFG_I2C_INIT_BOARD
33379     for the mgcoge and mgsuvd board.
33380
33381     This code was originally written by Keymile in association
33382     with Anatech and Atmel in 1998. The Code toggels the SCL
33383     until the SCA line goes to HIGH (max. 16 times).
33384     And after this, a start condition is sent.
33385
33386     This is another approach to deblock the I2C Bus. The
33387     soft I2C driver actually sends 9 clocks with SDA High,
33388     and then a stop at the end, to deblock the I2C Bus.
33389
33390     Maybe we should use the approach from Keymile as
33391     the new standard?
33392
33393     Signed-off-by: Heiko Schocher <hs@denx.de>
33394
33395 commit 4ca107effebfbabac1057c39632105dacef95957
33396 Author: Heiko Schocher <hs@denx.de>
33397 Date:   Wed Oct 15 09:38:38 2008 +0200
33398
33399     soft_i2c: Add CFG_I2C_INIT_BOARD option
33400
33401     This patch adds the option for a boardspecific
33402     I2C deblocking mechanism for the soft i2c driver.
33403
33404     Signed-off-by: Heiko Schocher <hs@denx.de>
33405
33406 commit e5e4edd9f1f76210a09c34ee835f6cff60fdbbd1
33407 Author: Heiko Schocher <hs@denx.de>
33408 Date:   Wed Oct 15 09:38:07 2008 +0200
33409
33410     mgcoge, mgsuvd: add DTT (LM75) support.
33411
33412     Signed-off-by: Heiko Schocher <hs@denx.de>
33413
33414 commit 8e442df438ab677057571e3ac01846bff7719bce
33415 Author: Heiko Schocher <hs@denx.de>
33416 Date:   Wed Oct 15 09:37:34 2008 +0200
33417
33418     lm75: Make the LM75 MULTI_BUS compatible.
33419
33420     Signed-off-by: Heiko Schocher <hs@denx.de>
33421
33422 commit 12f1678127c1df2b2878ba93c88948bedc060775
33423 Author: Heiko Schocher <hs@denx.de>
33424 Date:   Wed Oct 15 09:37:04 2008 +0200
33425
33426     lm75: fix Codingstyle issues.
33427
33428     Signed-off-by: Heiko Schocher <hs@denx.de>
33429
33430 commit f2202450c75ba6934b356024101500ddcde6e2a6
33431 Author: Heiko Schocher <hs@denx.de>
33432 Date:   Wed Oct 15 09:36:33 2008 +0200
33433
33434     mgcoge, mgsuvd: added EEprom support.
33435
33436     Signed-off-by: Heiko Schocher <hs@denx.de>
33437
33438 commit 9661bf9d120f760238b2a073b84f2baf05010057
33439 Author: Heiko Schocher <hs@denx.de>
33440 Date:   Wed Oct 15 09:36:03 2008 +0200
33441
33442     mgcoge, mgsuvd: add I2C support.
33443
33444     Signed-off-by: Heiko Schocher <hs@denx.de>
33445
33446 commit 98aed379586a155292efbf3209356836584b601c
33447 Author: Heiko Schocher <hs@denx.de>
33448 Date:   Wed Oct 15 09:35:26 2008 +0200
33449
33450     soft_i2c: prevent compiler warnings if driver does not use CPU Pins.
33451
33452     This patch fixes the following warnings, when using
33453     the soft_i2c driver using no CPU pins on MPC82xx or MPC8xx
33454     systems:
33455
33456     soft_i2c.c: In function 'send_reset':
33457     soft_i2c.c:93: warning: unused variable 'immr'
33458     soft_i2c.c: In function 'send_start':
33459     soft_i2c.c:124: warning: unused variable 'immr'
33460     soft_i2c.c: In function 'send_stop':
33461     soft_i2c.c:146: warning: unused variable 'immr'
33462     soft_i2c.c: In function 'send_ack':
33463     soft_i2c.c:171: warning: unused variable 'immr'
33464     soft_i2c.c: In function 'write_byte':
33465     soft_i2c.c:196: warning: unused variable 'immr'
33466     soft_i2c.c: In function 'read_byte':
33467     soft_i2c.c:244: warning: unused variable 'immr'
33468
33469     Signed-off-by: Heiko Schocher <hs@denx.de>
33470
33471 commit 799b784aa00cb03a352847ab9f9acdde79b72d21
33472 Author: Heiko Schocher <hs@denx.de>
33473 Date:   Wed Oct 15 09:34:45 2008 +0200
33474
33475     i2c: add CONFIG_I2C_MULTI_BUS for soft_i2c and mpc8260 i2c driver.
33476
33477     Signed-off-by: Heiko Schocher <hs@denx.de>
33478
33479 commit 0809ea2f4340ab2047400c7d3d3047f97987d0fd
33480 Author: Heiko Schocher <hs@denx.de>
33481 Date:   Wed Oct 15 09:34:05 2008 +0200
33482
33483     mgcoge: fix Coding Style issues.
33484
33485     Signed-off-by: Heiko Schocher <hs@denx.de>
33486
33487 commit e43a27c49712203fe8848a17714330623edfb2eb
33488 Author: Heiko Schocher <hs@denx.de>
33489 Date:   Wed Oct 15 09:33:30 2008 +0200
33490
33491     I2C: add new command i2c reset.
33492
33493     If I2C Bus is blocked (see doc/I2C_Edge_Conditions),
33494     it is not possible to get out of this, until the
33495     complete Hardware gets a reset. This new commando
33496     calls again i2c_init (and that calls i2c_init_board
33497     if defined), which will deblock the I2C Bus.
33498
33499     Signed-off-by: Heiko Schocher <hs@denx.de>
33500     Signed-off-by: Wolfgang Denk <wd@denx.de>
33501
33502 commit 86e9cdf8c415c1a9725e9dae5237ba1e7bd9f686
33503 Author: Heiko Schocher <hs@denx.de>
33504 Date:   Wed Oct 15 09:32:25 2008 +0200
33505
33506     mgsuvd, mgcoge: move this 2 boards in one dir.
33507
33508     There are some more extensions, which are for both boards
33509     and some more boards from this manufacturer will follow soon.
33510
33511     Signed-off-by: Heiko Schocher <hs@denx.de>
33512     Signed-off-by: Wolfgang Denk <wd@denx.de>
33513
33514 commit 1c6fe6eac75d695fde677af8330c0dbe75fb6a2b
33515 Author: Dirk Eibach <eibach@gdsys.de>
33516 Date:   Wed Oct 8 13:44:27 2008 +0200
33517
33518     hwmon: Add LM63 support
33519
33520     This patch adds support for the National LM63 temperature
33521     sensor with integrated fan control. It's used on the GDSys
33522     Neo board (405EP) which will be submitted later.
33523
33524     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
33525     Acked-by: Stefan Roese <sr@denx.de>
33526
33527 commit 7ba890bf2f2b92831420243c058951aa831119fd
33528 Author: Kyungmin Park <kmpark@infradead.org>
33529 Date:   Wed Oct 8 11:01:17 2008 +0900
33530
33531     Add Red Black Tree support
33532
33533     Now it's used at UBI module. Of course other modules can use it.
33534     If you want to use it, please define CONFIG_RBTREE
33535
33536     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
33537
33538 commit fbd85ad65dd9c98f36ed3fb12fe41f381b7d4794
33539 Author: richardretanubun <richardretanubun@ruggedcom.com>
33540 Date:   Mon Oct 6 16:10:53 2008 -0400
33541
33542     CONFIG_EFI_PARTITION: Added support for EFI partition in cmd_ext2fs.c
33543
33544     Added support for CONFIG_EFI_PARTITION to ext2 commands.
33545     Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
33546
33547 commit 07f3d789b9beb7ce3278c974f4d5c8f51b6ab567
33548 Author: richardretanubun <richardretanubun@ruggedcom.com>
33549 Date:   Fri Sep 26 11:13:22 2008 -0400
33550
33551     Add support for CONFIG_EFI_PARTITION (GUID Partition Table)
33552
33553     The GUID (Globally Unique Identifier) Partition Table (GPT) is a part
33554     of EFI. See http://en.wikipedia.org/wiki/GUID_Partition_Table
33555
33556     Based on linux/fs/partitions/efi.[ch]
33557
33558     Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
33559
33560 commit fbc87dc0546dff709b38f358e2c5d5e39c4ca374
33561 Author: Bartlomiej Sieka <tur@semihalf.com>
33562 Date:   Wed Oct 1 15:26:32 2008 +0200
33563
33564     FIT: output image load address for type 'firmware', fix message while there
33565
33566     Now that the auto-update feature uses the 'firmware' type for updates, it is
33567     useful to inspect the load address of such images.
33568
33569     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
33570
33571 commit 4bae90904b69ce3deb9f7c334ef12ed74e18a275
33572 Author: Bartlomiej Sieka <tur@semihalf.com>
33573 Date:   Wed Oct 1 15:26:31 2008 +0200
33574
33575     Automatic software update from TFTP server
33576
33577     The auto-update feature allows to automatically download software updates
33578     from a TFTP server and store them in Flash memory during boot. Updates are
33579     contained in a FIT file and protected with SHA-1 checksum.
33580
33581     More detailed description can be found in doc/README.update.
33582
33583     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
33584     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
33585
33586 commit 3f0cf51dabacc2724731c5079a60ea989103bb8f
33587 Author: Bartlomiej Sieka <tur@semihalf.com>
33588 Date:   Wed Oct 1 15:26:27 2008 +0200
33589
33590     flash: factor out adjusting of Flash address to the end of sector
33591
33592     The upcoming automatic update feature needs the ability to adjust an
33593     address within Flash to the end of its respective sector. Factor out
33594     this functionality to a new function flash_sect_roundb().
33595
33596     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
33597     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
33598     Signed-off-by: Stefan Roese <sr@denx.de>
33599
33600 commit e83cc06375ac2bea0830c6ed0f9d8fdc3c1b27d5
33601 Author: Bartlomiej Sieka <tur@semihalf.com>
33602 Date:   Wed Oct 1 15:26:29 2008 +0200
33603
33604     net: Make TFTP server timeout configurable
33605
33606     There are two aspects of a TFTP transfer involving timeouts:
33607     1. timeout waiting for initial server reply after sending RRQ
33608     2. timeouts while transferring actual data from the server
33609
33610     Since the upcoming auto-update feature attempts a TFTP download during each
33611     boot, it is undesirable to have a long delay when the TFTP server is not
33612     available. Thus, this commit makes the server timeout (1.) configurable by two
33613     global variables:
33614
33615     TftpRRQTimeoutMSecs
33616     TftpRRQTimeoutCountMax
33617
33618     TftpRRQTimeoutMSecs overrides default timeout when trying to connect to a TFTP
33619     server, TftpRRQTimeoutCountMax overrides default number of connection retries.
33620     The total delay when trying to download a file from a non-existing TFTP server
33621     is TftpRRQTimeoutMSecs x TftpRRQTimeoutCountMax milliseconds.
33622
33623     Timeouts during file transfers (2.) are unaffected.
33624
33625     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
33626     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
33627     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
33628
33629 commit 49f3bdbba8071f56d950a9498b6cdb998b35340a
33630 Author: Bartlomiej Sieka <tur@semihalf.com>
33631 Date:   Wed Oct 1 15:26:28 2008 +0200
33632
33633     net: express the first argument to NetSetTimeout() in milliseconds
33634
33635     Enforce millisecond semantics of the first argument to NetSetTimeout() --
33636     the change is transparent for well-behaving boards (CFG_HZ == 1000 and
33637     get_timer() countiing in milliseconds).
33638
33639     Rationale for this patch is to enable millisecond granularity for
33640     network-related timeouts, which is needed for the upcoming automatic
33641     software update feature.
33642
33643     Summary of changes:
33644     - do not scale the first argument to NetSetTimeout() by CFG_HZ
33645     - change timeout values used in the networking code to milliseconds
33646
33647     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
33648     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
33649     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
33650
33651 commit c68a05feeb88de9fcf158e67ff6423c4cc988f88
33652 Author: richardretanubun <richardretanubun@ruggedcom.com>
33653 Date:   Mon Sep 29 18:28:23 2008 -0400
33654
33655     Adds two more ethernet interface to 83xx
33656
33657     Added as a convenience for other platforms that uses MPC8360 (has 8 UCC).
33658     Six eth interface is chosen because the platform I am using combines
33659     UCC1&2 and UCC3&4 as 1000 Eth and the other four UCCs as 10/100 Eth.
33660
33661     Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
33662     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
33663
33664 commit 41410eee472b0f42e03a77f961bbc55ef58f3c01
33665 Author: Haiying Wang <Haiying.Wang@freescale.com>
33666 Date:   Wed Sep 24 11:42:12 2008 -0500
33667
33668     Change UEC PHY interface to RGMII on MPC8568MDS
33669
33670     Change UEC phy interface from GMII to RGMII on MPC8568MDS board
33671
33672     Because on MPC8568MDS, GMII interface is only recommended for 1000Mbps speed,
33673     but RGMII interface can work at 10/100/1000Mbps, and RGMII interface works more stable.
33674
33675     Now both UEC1 and UEC2 can work properly under u-boot.
33676
33677     It is also in consistent with the kernel setting for 8568 UEC phy interface.
33678
33679     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
33680     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
33681
33682 commit b59b16ca24bc7e77ec113021a6d77b9b32fcf192
33683 Author: Wolfgang Denk <wd@denx.de>
33684 Date:   Sat Oct 18 21:30:31 2008 +0200
33685
33686     Prepare v2008.10 release: update CHANGELOG & Makefile
33687
33688     Signed-off-by: Wolfgang Denk <wd@denx.de>
33689
33690 commit f7a35a60cf45491871a5c28e9ad24db005487857
33691 Author: Heiko Schocher <hs@denx.de>
33692 Date:   Fri Oct 17 18:24:06 2008 +0200
33693
33694     mgcoge: add redundant environment sector
33695
33696     Signed-off-by: Heiko Schocher <hs@denx.de>
33697     Signed-off-by: Wolfgang Denk <wd@denx.de>
33698
33699 commit c2537ee85954af9d036b18b644f3e18d837bf4a5
33700 Author: Heiko Schocher <hs@denx.de>
33701 Date:   Fri Oct 17 18:23:27 2008 +0200
33702
33703     mgsuvd: update size of environment
33704
33705     Signed-off-by: Heiko Schocher <hs@denx.de>
33706
33707 commit fa7b1c07e9371aea8f87ee6d3c2ea5564bd8cc8d
33708 Author: Lepcha Suchit <Suchit.Lepcha@freescale.com>
33709 Date:   Thu Oct 16 13:38:00 2008 -0500
33710
33711     83xx NAND boot: wait for LTESR[CC]
33712
33713     At least some revisions of the 8313, and possibly other chips, do not
33714     wait for all pages of the initial 4K NAND region to be loaded before
33715     beginning execution; thus, we wait for it before branching out of the
33716     first NAND page.
33717
33718     This fixes warm reset problems when booting from NAND on 8313erdb.
33719
33720     Signed-off-by: Scott Wood <scottwood@freescale.com>
33721     Acked-by: Kim Phillips <kim.phillips@freescale.com>
33722
33723 commit bf29e0ea0af03d593c64614136acc723a7a022a2
33724 Author: Yuri Tikhonov <yur@emcraft.com>
33725 Date:   Fri Oct 17 12:54:18 2008 +0200
33726
33727     ppc4xx: PPC44x MQ initialization
33728
33729     Set the MQ Read Passing & MCIF Cycle limits to the recommended by AMCC
33730     values. This fixes the occasional 440SPe hard locking issues when the 440SPe's
33731     dedicated DMA engines are used (e.g. by the h/w accelerated RAID driver).
33732
33733     Previously the appropriate initialization had been made in Linux, by the
33734     ppc440spe ADMA driver, which is wrong because modifying the MQ configuration
33735     registers after normal operation has begun is not supported and could
33736     have unpredictable results.
33737
33738     Comment from Stefan: This patch doesn't change the resulting value of the
33739     MQ registers. It explicitly sets/clears all bits to the desired state which
33740     better documents the resulting register value instead of relying on pre-set
33741     default values.
33742
33743     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
33744     Signed-off-by: Stefan Roese <sr@denx.de>
33745
33746 commit ec081c2c190148b374e86a795fb6b1c49caeb549
33747 Author: Stefan Roese <sr@denx.de>
33748 Date:   Fri Oct 17 12:51:46 2008 +0200
33749
33750     ppc4xx: PPC44x MQ initialization
33751
33752     Set the MQ Read Passing & MCIF Cycle limits to the recommended by AMCC
33753     values. This fixes the occasional 440SPe hard locking issues when the 440SPe's
33754     dedicated DMA engines are used (e.g. by the h/w accelerated RAID driver).
33755
33756     Previously the appropriate initialization had been made in Linux, by the
33757     ppc440spe ADMA driver, which is wrong because modifying the MQ configuration
33758     registers after normal operation has begun is not supported and could
33759     have unpredictable results.
33760
33761     Comment from Stefan: This patch doesn't change the resulting value of the
33762     MQ registers. It explicitly sets/clears all bits to the desired state which
33763     better documents the resulting register value instead of relying on pre-set
33764     default values.
33765
33766     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
33767     Signed-off-by: Stefan Roese <sr@denx.de>
33768
33769 commit f7d190b1c0b3ab7fc53074ad2862f7de99de37ff
33770 Author: Kumar Gala <galak@kernel.crashing.org>
33771 Date:   Thu Oct 16 21:58:50 2008 -0500
33772
33773     85xx: Using proper I2C source clock divider for MPC8544
33774
33775     The MPC8544 RM incorrect shows the SEC_CFG bit in PORDEVSR2 as being
33776     bit 26, instead it should be bit 28.  This caused in incorrect
33777     interpretation of the i2c_clk which is the same as the SEC clk on
33778     MPC8544.  The SEC clk is controlled by cfg_sec_freq that is reported
33779     in PORDEVSR2.
33780
33781     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33782
33783 commit 42653b826adb319a1df06e24ef26096b2a5d9d2a
33784 Author: Kumar Gala <galak@kernel.crashing.org>
33785 Date:   Thu Oct 16 21:58:49 2008 -0500
33786
33787     Revert "85xx: Using proper I2C source clock divider for MPC8544"
33788
33789     This reverts commit dffd2446fb041f38ef034b0fcf41e51e5e489159.
33790
33791     The fix introduced by this patch is not correct.  The problem is
33792     that the documentation is not correct for the MPC8544 with regards
33793     to which bit in PORDEVSR2 is for the SEC_CFG.
33794
33795     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33796
33797 commit 2179c4766bffeece98e5e92040629a96c97e230c
33798 Author: Kumar Gala <galak@kernel.crashing.org>
33799 Date:   Wed Oct 15 10:19:41 2008 -0500
33800
33801     85xx: Fix compile warning
33802
33803     mpc8536ds.c: In function 'is_sata_supported':
33804     mpc8536ds.c:614: warning: unused variable 'devdisr'
33805
33806     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33807
33808 commit 9029b68f3f81b3013044f167ea025e836e6c8c0e
33809 Author: Jason Jin <Jason.jin@freescale.com>
33810 Date:   Wed Oct 15 10:40:24 2008 +0800
33811
33812     Fix the function conflict in x86emu when DEBUG is on
33813
33814     The function parse_line() in common/main.c was exposed globally by commit
33815     6636b62a6efc7f14e6e788788631ae7a7fca4537, Result in conflict with the same
33816     name funciton in drivers/bios_emulator/x86emu/debug.c when define the DEBUG.
33817     This patch fix this by renaming the function in the debug.c file.
33818
33819     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
33820
33821 commit b4dbacf69a669a17487054552fc2761149dd6767
33822 Author: Wolfgang Denk <wd@denx.de>
33823 Date:   Wed Oct 15 15:50:45 2008 +0200
33824
33825     Coding Style cleanup, update CHANGELOG, prepare 2008.10-rc3
33826
33827     Signed-off-by: Wolfgang Denk <wd@denx.de>
33828
33829 commit 374b9038293d01d8744a46af9b7854a6fd99b228
33830 Author: Heiko Schocher <hs@denx.de>
33831 Date:   Wed Oct 15 09:51:19 2008 +0200
33832
33833     Fix compiler warning in lib_ppc/board.c
33834
33835     Fix compiler warning introduced by commit 0f8cbc18
33836
33837     Signed-off-by: Heiko Schocher <hs@denx.de>
33838     Signed-off-by: Wolfgang Denk <wd@denx.de>
33839
33840 commit 9724555755a6f1066636481b41f7094e0ce93a69
33841 Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
33842 Date:   Thu Oct 9 10:29:14 2008 +0530
33843
33844     mpc83xx: wait till UPM completes the write to array
33845
33846     Reference manual states that MxMR[MAD] increment is the indication
33847     of write to UPM array is complete. Honour that. Also, make the dummy
33848     write explicit.
33849
33850     also fix the comment.
33851
33852     Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
33853     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33854
33855 commit 03e2dbb18e858e2f7a6aaa437f290f3690d02d51
33856 Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
33857 Date:   Wed Oct 8 18:12:20 2008 -0500
33858
33859     Remove unwanted ';' at end of define.
33860
33861     Currently this is not creating any problem. But it will result
33862     in compilation error when used as below.
33863
33864     printf("CFG_SDRAM_CFG2 - %08x\n", CFG_SDRAM_CFG2);
33865
33866     Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
33867
33868     continuation of the theme based on git grep "^#define CFG_.*;$" include/
33869
33870     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33871
33872 commit b2934a56650e9a6c54432f9ce6dc36757967385e
33873 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
33874 Date:   Mon Oct 6 10:53:59 2008 -0400
33875
33876     ARM DaVinci: Add maintainer information for SFFSDR board.
33877
33878     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
33879
33880 commit 12c6670f873ed632c264a6f3e8bf1297d5c3ddbc
33881 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
33882 Date:   Sat Oct 4 19:26:16 2008 +0200
33883
33884     api: fix type mismatch
33885
33886     This patch fixes a type mismatch and thus removes a compiler
33887     warning when compiling with CONFIG_API on powerpc.
33888
33889     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
33890
33891 commit 9bc2e4eee3bcb8e63847d7a733e0c607807d6141
33892 Author: Peter Tyser <ptyser@xes-inc.com>
33893 Date:   Wed Oct 1 12:25:04 2008 -0500
33894
33895     cmd_i2c: Fix help for CONFIG_I2C_CMD_TREE && !CONFIG_I2C_MULTI_BUS
33896
33897     Original code displayed:
33898      => help i2c
33899      i2c i2c speed [speed] - show or set I2C bus speed
33900      i2c md chip address[.0, .1, .2] [# of objects] - read from I2C device
33901      ...
33902
33903     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
33904
33905 commit a0b1b610e980e253d4c2519ee15bd0937c3f8be1
33906 Author: Wolfgang Denk <wd@denx.de>
33907 Date:   Tue Oct 14 22:13:41 2008 +0200
33908
33909     Update CHANGELOG
33910
33911     Signed-off-by: Wolfgang Denk <wd@denx.de>
33912
33913 commit 0f8cbc1829d9c7d9616fd29b366a99d037facdcd
33914 Author: Jason Jin <Jason.jin@freescale.com>
33915 Date:   Fri Oct 10 11:41:01 2008 +0800
33916
33917     Do not init SATA when disabled on 8536DS.
33918
33919     SGMII and SATA share the serdes on MPC8536 CPU, When SATA disabled and the
33920     driver still try to access the SATA registers, the cpu will hangup.
33921     This patch try to fix this by reading the serdes status before the SATA
33922     initialize.
33923
33924     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
33925     Acked-by: Andy Fleming <afleming@freescale.com>
33926
33927 commit 9dbc366744960013965fce8851035b6141f3b3ae
33928 Author: Remy Bohmer <linux@bohmer.net>
33929 Date:   Fri Oct 10 10:23:22 2008 +0200
33930
33931     The PIPE_INTERRUPT flag is used wrong
33932
33933     At a lot of places in the code the PIPE_INTERRUPT flags and friends
33934     are used wrong. The wrong bits are compared to this flag resulting
33935     in wrong conditions. Also there are macros that should be used for
33936     PIPE_* flags.
33937     This patch tries to fix them all, however, I was not able to test the
33938     changes, because I do not have any of these boards.
33939
33940     Review required!
33941
33942     Signed-off-by: Remy Bohmer <linux@bohmer.net>
33943     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
33944
33945 commit 48867208444cb2a82e2af9c3249e90b7ed4a1751
33946 Author: Remy Bohmer <linux@bohmer.net>
33947 Date:   Fri Oct 10 10:23:21 2008 +0200
33948
33949     fix USB initialisation procedure
33950
33951     The max packet size is encoded as 0,1,2,3 for 8,16,32,64 bytes.
33952     At some places directly 8,16,32,64 was used instead of the encoded
33953     value. Made a enum for the options to make this more clear and to help
33954     preventing similar errors in the future.
33955
33956     After fixing this bug it became clear that another bug existed where
33957     the 'pipe' is and-ed with PIPE_* flags, where it should have been
33958     'usb_pipetype(pipe)', or even better usb_pipeint(pipe).
33959
33960     Also removed the triple 'get_device_descriptor' sequence, it has no use,
33961     and Windows nor Linux behaves that way.
33962     There is also a poll going on with a timeout when usb_control_msg() fails.
33963     However, the poll is useless, because the flag will never be set on a error,
33964     because there is no code that runs in a parallel that can set this flag.
33965     Changed this to something more logical.
33966
33967     Tested on AT91SAM9261ek and compared the flow on the USB bus to what
33968     Linux is doing. There is no difference anymore in the early initialisation
33969     sequence.
33970
33971     Signed-off-by: Remy Bohmer <linux@bohmer.net>
33972     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
33973
33974 commit ec4d8c1c1d94a790c1473ae8aace282b817c3123
33975 Author: Nikita V. Youshchenko <yoush@cs.msu.su>
33976 Date:   Fri Oct 3 00:03:55 2008 +0400
33977
33978     fsl_diu: fix alignment error that caused malloc corruption
33979
33980     When aligning malloc()ed screen_base, invalid offset was added.
33981     This not only caused misaligned result (which did not cause hardware
33982     misbehaviour), but - worse - caused screen_base + smem_len to
33983     be out of malloc()ed space, which in turn caused breakage of
33984     futher malloc()/free() operation.
33985
33986     This patch fixes screen_base alignment.
33987
33988     Also this patch makes memset() that cleans framebuffer to be executed
33989     on first initialization of diu, not only on re-initialization. It looks
33990     correct to clean the framebuffer instead of displaying random garbage;
33991     I believe that was disabled only because that memset caused breakage
33992     of malloc/free described above - which no longer happens with the fix
33993     described above.
33994
33995     Signed-off-by: Nikita V. Youshchenko <yoush@debian.org>
33996
33997 commit 3d0ea3110f3431b6c2aee882784f39f97b20bce9
33998 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
33999 Date:   Wed Sep 24 10:29:37 2008 +0200
34000
34001     api: Fix building with CONFIG_API
34002
34003     This patch fixes building with CONFIG_API and CONFIG_USB_STORAGE.
34004
34005     USB_MAX_STOR_DEV is defined in include/usb.h, but
34006     needed in api/api_storage.c.
34007
34008     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
34009
34010 commit abbb90666d5ef2f500ebbedbb80ff60adc56b043
34011 Author: Peter Tyser <ptyser@xes-inc.com>
34012 Date:   Tue Sep 23 12:39:40 2008 -0500
34013
34014     Remove unused CFG_EEPROM_PAGE_WRITE_ENABLE references
34015
34016     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
34017
34018 commit 81e612014c40c922ec35488d17c504d4e9286f06
34019 Author: Peter Tyser <ptyser@xes-inc.com>
34020 Date:   Tue Sep 23 12:38:42 2008 -0500
34021
34022     Remove CFG_EEPROM_PAGE* dependencies for temperature sensors
34023
34024     The checks for CFG_EEPROM_PAGE_WRITE_ENABLE and
34025     CFG_EEPROM_PAGE_WRITE_BITS in various temperature
34026     sensor drivers are not necessary
34027
34028     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
34029
34030 commit c46980f6d2135ade345dadc1fb1f1f4c8bbf255a
34031 Author: Mike Frysinger <vapier@gentoo.org>
34032 Date:   Tue Oct 14 07:04:38 2008 -0400
34033
34034     cmd_spi: remove broken signed casting for display
34035
34036     Since we're working with unsigned data, you can't apply a signed pointer
34037     cast and then attempt to print the result.  Otherwise you get wrong output
34038     when the sign bit is set like "0xFF" incorrectly extended to "0xFFFFFFFF".
34039
34040     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
34041
34042 commit d5fd0b49210c941de8a1fce3947ace92243ab5ca
34043 Author: Mike Frysinger <vapier@gentoo.org>
34044 Date:   Tue Oct 14 07:05:24 2008 -0400
34045
34046     strings cmd: drop old CONFIG_CFG_STRINGS define
34047
34048     We don't need CONFIG_CFG_STRINGS anymore now that we have the define
34049     CONFIG_CMD_STRINGS and Makefile control.
34050
34051     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
34052
34053 commit fecb5ade3b37f62981f2b05b621005850173aaa9
34054 Author: Jason Jin <Jason.jin@freescale.com>
34055 Date:   Fri Sep 19 17:32:49 2008 +0800
34056
34057     Fix the NAND size overflow issue.
34058
34059     When the total size of all NAND devices exceeds 4 GiB, the size  will
34060     overflow. This patch tries to fix this.
34061
34062     Note that we still have a problem when a single NAND device is bigger
34063     than 4 GiB: then the overflow would actually happen earlier, i. e.
34064     when storing the size in nand_info[].size, as nand_info[].size is an
34065     "u_int32_t".
34066
34067     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
34068     Signed-off-by: Wolfgang Denk <wd@denx.de>
34069
34070 commit 30f574717277238b9014b8136c90eea77196490f
34071 Author: Louis Su <louis@asix.com.tw>
34072 Date:   Wed Jul 9 11:01:37 2008 +0800
34073
34074     AX88180: new gigabit network driver
34075
34076     Signed-off-by: Louis Su <louis@asix.com.tw>
34077     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34078
34079 commit c9d6b6925344740ca1db2f8a6bab7921ff820de3
34080 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
34081 Date:   Tue Aug 19 16:07:03 2008 +0200
34082
34083     enable 10/100M at VSC8601 at tsec driver
34084
34085     Currently VSC8601 doesn't link with 10/100M partners if the
34086     EEPROM/Strapping is not set up.
34087     Setting the auto-neg register fixes this.
34088
34089     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
34090     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34091
34092 commit 702c85b0e876d587c11acdbb55738ee52acd54f4
34093 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
34094 Date:   Tue Sep 30 15:02:53 2008 +0900
34095
34096     net: ne2000: Divided a function of NE2000 driver
34097
34098     get_prom function was used __attriute__ , but it is not enable.
34099     ax88796.o does not do link besides ne2000.o. When ld is carried
34100     out, get_prom function of ax88796.c is ignored.
34101     This problem is a thing by specifications of ld.
34102     I checked and test this patch on SuperH and MIPS.
34103
34104     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
34105     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34106
34107 commit 05c7e9070fe4d751e029fd9524bfbbc93cbb1393
34108 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
34109 Date:   Tue Oct 14 11:10:59 2008 +0900
34110
34111     sh: rsk7203: Add smc911x driver support to board config file
34112
34113     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
34114     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34115
34116 commit cae6f909baf86357b3c0bd01acfc414348c4d175
34117 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
34118 Date:   Thu Oct 9 13:54:33 2008 +0900
34119
34120     sh: Fix cannot execute a stand-alone application
34121
34122     Address calculated in EXPORT_FUNC in SuperH was wrong, I revised it.
34123
34124     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
34125     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34126
34127 commit 6df0efd5c86ca1689deeb2738b46b7d83ce228ef
34128 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
34129 Date:   Wed Oct 8 23:38:00 2008 -0500
34130
34131     fsl_pci_init do not scan bus when configured as an end-point
34132
34133     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
34134     Acked-by: Andy Fleming <afleming@freescale.com>
34135
34136 commit 6f099bbac1ba5dfb46ee7ad29dc53713f0501ba5
34137 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
34138 Date:   Tue Sep 16 17:07:53 2008 -0400
34139
34140     ARM DaVinci: Remove redundant setting of GD_FLG_RELOC for sffsdr board.
34141
34142     This is no longer necessary now that the GD_FLG_RELOC flag is set for
34143     all ARM boards.
34144
34145     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
34146
34147 commit d977a57356657ba241256231efca32828a5822f9
34148 Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
34149 Date:   Sat Sep 13 10:04:32 2008 +0200
34150
34151     Fix lzma uncompress call (image_start wrongly used instead image_len)
34152
34153     Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
34154
34155 commit 392438406041415fe64ab8748ec5ab5ad01d1cf7
34156 Author: Nick Spence <nick.spence@freescale.com>
34157 Date:   Thu Aug 28 14:09:15 2008 -0700
34158
34159     mpc86xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
34160
34161     This is needed in unlock_ram_in_cache() because it is called from C and
34162     will corrupt the small data area anchor that is kept in R2.
34163
34164     lock_ram_in_cache() is modified similarly as good coding practice, but
34165     is not called from C.
34166
34167     Signed-off-by: Nick Spence <nick.spence@freescale.com>
34168
34169 commit 5c7cbcd34d0ee566875a4fd0f2a3e5a62bba921c
34170 Author: Kumar Gala <galak@kernel.crashing.org>
34171 Date:   Tue Aug 19 15:05:34 2008 -0500
34172
34173     86xx: remove redudant code with lib_ppc/interrupts.c
34174
34175     For some reason we duplicated the majority of code in lib_ppc/interrupts.c
34176     Not know how that happened, but there is no good reason for it.
34177
34178     Use the interrupt_init_cpu() and timer_interrupt_cpu() since its why
34179     they exist.
34180
34181     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34182
34183 commit 0d01f66d235118515b5086b88f82498bc0695d6a
34184 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
34185 Date:   Thu Oct 9 01:26:36 2008 -0500
34186
34187     CFI: cfi_flash write fix for AMD legacy
34188
34189     The flash_unlock_seq requires a sector for AMD_LEGACY.
34190     Fix a retcode check typeo.
34191
34192     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
34193     Signed-off-by: Stefan Roese <sr@denx.de>
34194
34195 commit 542b385a620a1783454a00424930e51895f45073
34196 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
34197 Date:   Tue Oct 7 13:13:10 2008 +0200
34198
34199     ppc4xx: Fix USB 2.0 phy reset sequence
34200
34201     This patch fixes USB 2.0 communication issues on some DU440 boards.
34202
34203     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
34204     Signed-off-by: Stefan Roese <sr@denx.de>
34205
34206 commit df8c1ce11114c2260dedb5547281945f7db8fa5c
34207 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
34208 Date:   Tue Oct 7 13:13:09 2008 +0200
34209
34210     ppc4xx: Add strapping mode for 667MHz CPU frequency on DU440 board
34211
34212     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
34213     Signed-off-by: Stefan Roese <sr@denx.de>
34214
34215 commit 6a133d6a00b1fc7b9257cd5925d8cb67f75ecda2
34216 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
34217 Date:   Tue Oct 7 13:13:08 2008 +0200
34218
34219     ppc4xx: Fix DU440 GPIO configuration
34220
34221     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
34222     Signed-off-by: Stefan Roese <sr@denx.de>
34223
34224 commit 35dd025c70fcc4389317db2f2a9d14795172137d
34225 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
34226 Date:   Tue Oct 7 13:13:07 2008 +0200
34227
34228     ppc4xx: Update DU440 config
34229
34230     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
34231     Signed-off-by: Stefan Roese <sr@denx.de>
34232
34233 commit f3bf9273939ffe1a60a32a2eef909097f15df56b
34234 Author: Kumar Gala <galak@kernel.crashing.org>
34235 Date:   Wed Oct 8 15:36:39 2008 -0500
34236
34237     MPC8572DS: Fix compile warnings
34238
34239     Commit 445a7b38308eb05b41de74165b20855db58c7ee5 introduced the following
34240     compile warnings:
34241
34242     cmd_i2c.c:112: warning: missing braces around initializer
34243     cmd_i2c.c:112: warning: (near initialization for 'i2c_no_probes[0]')
34244
34245     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34246
34247 commit dffd2446fb041f38ef034b0fcf41e51e5e489159
34248 Author: Wolfgang Grandegger <wg@grandegger.com>
34249 Date:   Tue Sep 30 10:55:57 2008 +0200
34250
34251     85xx: Using proper I2C source clock divider for MPC8544
34252
34253     Measurements with our MPC8544 board showed that the I2C bus frequency
34254     is wrong by a factor of 1.5. Obviously, the interpretation of the
34255     MPC85xx_PORDEVSR2_SEC_CFG bit of the cfg_sec_freq register is not
34256     correct. There seems to be an error in the 8544 RM.
34257
34258     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
34259
34260 commit e46c7bfb8bc3c304cedd20f7a365d6e78d7eaf17
34261 Author: Rafal Czubak <rcz@semihalf.com>
34262 Date:   Wed Oct 8 13:41:30 2008 +0200
34263
34264     FSL: Fix get_cpu_board_revision() return value.
34265
34266     get_cpu_board_revision() returned board revision based on information stored
34267     in global static struct eeprom. It should instead use one from local struct
34268     board_eeprom, to which the data is actually read from EEPROM. The bug led to
34269     system hang after printing L1 cache information on U-Boot startup. The problem
34270     was observed on MPC8555CDS system and possibly affects other Freescale MPC85xx
34271     boards using CFG_I2C_EEPROM_CCID.
34272
34273     The change has been successfully tested on MPC8555CDS system.
34274
34275     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
34276
34277 commit 747f316cca484ed627a97dd3391febabce384186
34278 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34279 Date:   Tue Sep 30 20:08:49 2008 +0200
34280
34281     update uImage FIT multi documentation
34282
34283     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34284
34285 commit 77a0355f60b801f232ce0a5bfbe95331fa3b6bc0
34286 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34287 Date:   Tue Sep 30 20:08:36 2008 +0200
34288
34289     move README.imx31 to doc/ and merge with README.mx31
34290
34291     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34292
34293 commit 1ed7a7f0f571b13d46530f8f8b9aff3957f15a96
34294 Author: Guennadi Liakhovetski <lg@denx.de>
34295 Date:   Thu Sep 25 20:54:37 2008 +0200
34296
34297     i.MX31: switch to CFG_HZ=1000
34298
34299     Switch to the standard CFG_HZ=1000 value, while at it, minor white-space
34300     cleanup, remove CFG_CLKS_IN_HZ from config-headers. Tested on mx31ads,
34301     provides 2% or 0.4% precision depending on the
34302     CONFIG_MX31_TIMER_HIGH_PRECISION flag. Measured with stop-watch on 100s
34303     boot-delay.
34304
34305     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
34306
34307 commit f41b144c11341b571eab7dcef6c4b8e03c92d2b2
34308 Author: gnusercn <gnusercn@gmail.com>
34309 Date:   Wed Oct 8 18:58:58 2008 +0200
34310
34311     Fix bug: in arch-arm, env_get_char dose not work fine
34312
34313     due to the arm implementation which supposed that U-Boot is in RAM
34314     when we jump to start_armboot
34315
34316     Signed-off-by: gnusercn <gnusercn@gmail.com>
34317     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34318
34319 commit f8a00dea841d5d75de1f8e8107e90ee1beeddf5f
34320 Author: Adam Graham <agraham@amcc.com>
34321 Date:   Mon Oct 6 10:16:13 2008 -0700
34322
34323     ppc4xx: Reset and relock memory DLL after SDRAM_CLKTR change
34324
34325     After changing SDRAM_CLKTR phase value rerun the memory preload
34326     initialization sequence (INITPLR) to reset and relock the memory
34327     DLL. Changing the SDRAM_CLKTR memory clock phase coarse timing
34328     adjustment effects the phase relationship of the internal, to the
34329     PPC chip, and external, to the PPC chip, versions of MEMCLK_OUT.
34330
34331     Signed-off-by: Adam Graham <agraham@amcc.com>
34332     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
34333     Signed-off-by: Stefan Roese <sr@denx.de>
34334
34335 commit 5297246bbaa9943c0da1ec2e717b72e4ab6b830e
34336 Author: Haiying Wang <Haiying.Wang@freescale.com>
34337 Date:   Fri Oct 3 11:48:03 2008 -0400
34338
34339     Remove redundant #define for MPC8536DS
34340
34341     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
34342
34343 commit 445a7b38308eb05b41de74165b20855db58c7ee5
34344 Author: Haiying Wang <Haiying.Wang@freescale.com>
34345 Date:   Fri Oct 3 11:47:30 2008 -0400
34346
34347     Add ID EEPROM support for MPC8572DS
34348
34349     The ID EEPROM on MPC8572DS board locates on I2C bus 1. Its the storage for
34350     system information like mac addresses etc. This patch enables it.
34351
34352     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
34353
34354 commit 1f3ba317a5c5f3a7aabf580fddc211f4bb5a4540
34355 Author: Haiying Wang <Haiying.Wang@freescale.com>
34356 Date:   Fri Oct 3 11:46:59 2008 -0400
34357
34358     Minor fixes for I2C address on MPC8572DS
34359
34360     MPC8572DS has two i2c buses. This patch moves the DDR SPD_EEPROM to i2c bus 1
34361     according to the board spec, and adds the 2nd i2c bus offset.
34362
34363     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
34364
34365 commit c0391111c33c22fabeddf8f4ca801ec7645b4f5c
34366 Author: Jason Jin <Jason.jin@freescale.com>
34367 Date:   Sat Sep 27 14:40:57 2008 +0800
34368
34369     Fix the incorrect DDR clk freq reporting on 8536DS
34370
34371     On 8536DS board, When the DDR clk is set async mode(SW3[6:8] != 111),
34372     The display is still sync mode DDR freq. This patch try to fix
34373     this. The display DDR freq is now the actual freq in both
34374     sync and async mode.
34375
34376     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
34377
34378 commit bac6a1d1fa1cd80aa57881fa9c2152b853cd0ed4
34379 Author: Kumar Gala <galak@kernel.crashing.org>
34380 Date:   Tue Oct 7 10:28:46 2008 -0500
34381
34382     85xx: Remove setting of *cache-line-size in device trees
34383
34384     ePAPR says if the *cache-block-size is the same as *cache-line-size
34385     than we don't need the *cache-line-size property.
34386
34387     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34388
34389 commit a69a42338dd25408f9fd5390a83bc501749c7e1b
34390 Author: Mark Jackson <mpfj@mimc.co.uk>
34391 Date:   Fri Oct 3 11:48:57 2008 +0100
34392
34393     MIMC200 board now uses CONFIG_DISABLE_CONSOLE
34394
34395     Changed MIMC200 board setup and config to use CONFIG_DISABLE_CONSOLE.
34396     Also fixed default uImage location.
34397
34398     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
34399     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
34400
34401 commit cd3cb0d9269d155276b00207e3816a9347fd1c92
34402 Author: Gerald Van Baren <vanbaren@cideas.com>
34403 Date:   Sat Oct 4 07:56:06 2008 -0400
34404
34405     libfdt: Fix error in documentation for fdt_get_alias_namelen()
34406
34407     Oops, screwed up the function name in the documenting comment for this
34408     function.  Trivial correction in this patch.
34409
34410     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
34411     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
34412
34413 commit 9a6cf73a88ddab2e1ac39088f2806177982cc62c
34414 Author: David Gibson <david@gibson.dropbear.id.au>
34415 Date:   Wed Aug 20 16:55:14 2008 +1000
34416
34417     libfdt: Add function to explicitly expand aliases
34418
34419     Kumar has already added alias expansion to fdt_path_offset().
34420     However, in some circumstances it may be convenient for the user of
34421     libfdt to explicitly get the string expansion of an alias.  This patch
34422     adds a function to do this, fdt_get_alias(), and uses it to implement
34423     fdt_path_offset().
34424
34425     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
34426
34427 commit 2215987e100d2a841ae6d48a7cc9bb83fcf22737
34428 Author: Mike Frysinger <vapier@gentoo.org>
34429 Date:   Thu Oct 2 01:55:38 2008 -0400
34430
34431     cfi_flash: do not reset flash when probe fails
34432
34433     The CFI flash driver starts at flash_init() which calls down into
34434     flash_get_size().  This starts by calling flash_detect_cfi().  If said
34435     function fails, flash_get_size() finishes by attempting to reset the
34436     flash.  Unfortunately, it does this with an info->portwidth set to 0x10
34437     which filters down into flash_make_cmd() and that happily smashes the
34438     stack by sticking info->portwidth bytes into a cfiword_t variable that
34439     lives on the stack.  On a 64bit system you probably won't notice, but
34440     killing the last 8 bytes on a 32bit system usually leads to a corrupt
34441     return address.  Which is what happens on a Blackfin system.
34442
34443     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
34444     Signed-off-by: Stefan Roese <sr@denx.de>
34445
34446 commit 3e38577208e4256956bc33bb8bcd0a6b6fab55c3
34447 Author: Stefan Roese <sr@denx.de>
34448 Date:   Fri Sep 26 17:03:26 2008 +0200
34449
34450     fdt: Overwrite /chosen node in bootm if it already exists in the dtb
34451
34452     Set force parameter in fdt_chosen() call in do_bootm_linux() call.
34453     Without this, the chosen node is not overwritten if it already
34454     exists.
34455
34456     Signed-off-by: Stefan Roese <sr@denx.de>
34457
34458 commit 741a6d010d09b5bafca8e4cdfb6b2f8a2c07994d
34459 Author: Jon Loeliger <jdl@freescale.com>
34460 Date:   Thu Sep 25 11:02:17 2008 -0500
34461
34462     Fix an overflow case in fdt_offset_ptr() detected by GCC 4.3.
34463
34464     Using Gcc 4.3 detected this problem:
34465
34466         ../dtc/libfdt/fdt.c: In function 'fdt_next_tag':
34467         ../dtc/libfdt/fdt.c:82: error: assuming signed overflow does not
34468         occur when assuming that (X + c) < X is always false
34469
34470     To fix the problem, treat the offset as an unsigned int.
34471
34472     The problem report and proposed fix were provided
34473     by Steve Papacharalambous <stevep@freescale.com>.
34474
34475     Signed-off-by: Jon Loeliger <jdl@freescale.com>
34476
34477 commit bbdbc7cb3abefda5bd998edbcf0508fe6256327d
34478 Author: David Gibson <david@gibson.dropbear.id.au>
34479 Date:   Fri Aug 29 14:19:13 2008 +1000
34480
34481     libfdt: Fix bugs in fdt_get_path()
34482
34483     The current implementation of fdt_get_path() has a couple of bugs,
34484     fixed by this patch.
34485
34486     First, contrary to its documentation, on success it returns the length
34487     of the node's path, rather than 0.  The testcase is correspondingly
34488     wrong, and the patch fixes this as well.
34489
34490     Second, in some circumstances, it will return -FDT_ERR_BADOFFSET
34491     instead of -FDT_ERR_NOSPACE when given insufficient buffer space.
34492     Specifically this happens when there is insufficient space even to
34493     hold the path's second last component.  This behaviour is corrected,
34494     and the testcase updated to check it.
34495
34496     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
34497
34498 commit 33af3e6656e84660d397b5dd95abab2dccc36f83
34499 Author: Wolfgang Denk <wd@denx.de>
34500 Date:   Wed Oct 1 12:34:58 2008 +0200
34501
34502     TQM5200: enable support for ATAPI devices
34503
34504     Signed-off-by: Wolfgang Denk <wd@denx.de>
34505
34506 commit d13ff2358ff8c384f52eaf46f5d60258acf96ea6
34507 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34508 Date:   Mon Sep 15 05:48:25 2008 +0200
34509
34510     Revert "ARM: set GD_FLG_RELOC for boards skipping relocation to RAM"
34511
34512     we need this due to the arm implementation which supposed that U-Boot
34513     is in RAM when we jump to start_armboot
34514
34515     This reverts commit f96b44cef897bd372beb86dde1b33637c119d84d.
34516     in order to do it for all arm board
34517
34518     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34519
34520 commit 7fd0bea2e4a78eab7e6693140940f9f9a0009bc2
34521 Author: Kim Phillips <kim.phillips@freescale.com>
34522 Date:   Wed Sep 24 08:46:25 2008 -0500
34523
34524     mpc83xx: don't disable autoboot
34525
34526     bootdelay set to -1 'permanently' disables autobooting, even if
34527     bootcmd is specified.  Change to a positive value to allow
34528     autobooting when a bootcmd is set.
34529
34530     Reported-by: Coray Tate <Coray.Tate@freescale.com>
34531     Cc: Scott Wood <scottwood@freescale.com>
34532     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34533
34534 commit 2fb29c520c42b7bfef33ea3fd1527eba64099164
34535 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
34536 Date:   Wed Sep 24 10:42:15 2008 +0900
34537
34538     mpc83xx: Fix typo in include/mpc83xx.h
34539
34540     Fixed typo from CONIFG_MPC837X to CONFIG_MPC837X
34541
34542     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
34543     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34544
34545 commit 162c41c03179727a1d14262f703c9a8bc40231fa
34546 Author: Kim Phillips <kim.phillips@freescale.com>
34547 Date:   Tue Sep 23 09:38:49 2008 -0500
34548
34549     mpc83xx: add h/w flash protection to board configs
34550
34551     the operating system may leave flash in a h/w locked state after writing.
34552     This allows u-boot to continue to write flash by enabling h/w unlocking
34553     by default.
34554
34555     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34556
34557 commit d26154c9a692586b66eb6d1f8e1b67c75e40ea70
34558 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
34559 Date:   Thu Sep 11 21:35:36 2008 +0400
34560
34561     mpc83xx: spd_sdram: fix ddr sdram base address assignment bug
34562
34563     The spd_dram code shifts the base address, then masks 20 bits, but
34564     forgets to shift the base address back. Fix this by just masking the
34565     base address correctly.
34566
34567     Found this bug while trying to relocate a DDR memory at the base != 0.
34568
34569     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
34570     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34571
34572 commit 8fd4166c467a46773f80208bda1ec3b4757747bc
34573 Author: Stefan Roese <sr@denx.de>
34574 Date:   Mon Sep 22 16:10:43 2008 +0200
34575
34576     ppc4xx: Canyonlands: Remove unnecessary FDT warning upon DTB fixup
34577
34578     Depending on the configuration jumper "SATA SELECT", U-Boot disabled
34579     either one PCIe node or the SATA node in the device tree blob. This
34580     patch removes the unnecessary and even confusing warning, when the node
34581     is not found at all.
34582
34583     Signed-off-by: Stefan Roese <sr@denx.de>
34584
34585 commit 6e24a1eb1490aa043770bcf0061ac1fad0864fd9
34586 Author: Remy Bohmer <linux@bohmer.net>
34587 Date:   Fri Sep 19 13:30:06 2008 +0200
34588
34589     Add missing device types to dev_print() in part.c
34590
34591     Signed-off-by: Remy Bohmer <linux@bohmer.net>
34592
34593 commit 5fdc215f0b351b0c36cc3f8a0fa5850f24454bed
34594 Author: Wolfgang Denk <wd@denx.de>
34595 Date:   Mon Sep 22 22:23:06 2008 +0200
34596
34597     Fix DPRAM memory leak when CFG_ALLOC_DPRAM is defined, which
34598     eventually leads to a machine check. This change assures that DPRAM
34599     is allocated only once in that case.
34600
34601     Signed-off-by: Gary Jennejohn <garyj@denx.de>
34602     Signed-off-by: Wolfgang Denk <wd@denx.de>
34603
34604 commit a07faf7b9ad5a86763a577c79922c4ff9a70ef23
34605 Author: Laurent Pinchart <laurentp@cse-semaphore.com>
34606 Date:   Wed Sep 17 17:57:34 2008 +0200
34607
34608     Fix Spartan-3 definitions.
34609
34610     A few Spartan-3 definitions erroneously use Spartan-3E size
34611     constants. This patch fixes them.
34612
34613     Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
34614
34615 commit 28113e1f0da4146b823ffce37680d31d5685a60b
34616 Author: Laurent Pinchart <laurentp@cse-semaphore.com>
34617 Date:   Wed Sep 17 17:41:58 2008 +0200
34618
34619     Remove duplicate Spartan-3E definition.
34620
34621     Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
34622     Signed-off-by: Wolfgang Denk <wd@denx.de>
34623
34624 commit 5c65ecf7cd94df250b295621f3b24135cbcfe579
34625 Author: Anatolij Gustschin <agust@denx.de>
34626 Date:   Wed Sep 17 13:46:17 2008 +0200
34627
34628     socrates: change default mtest address range
34629
34630     Running mtest command on socrates without specifying
34631     an address range crashes the board. This patch changes
34632     default mtest address range to prevent this behavior.
34633
34634     Signed-off-by: Anatolij Gustschin <agust@denx.de>
34635
34636 commit d666b2d59674b5e002c0821b7ab83ec3ff90d670
34637 Author: Anatolij Gustschin <agust@denx.de>
34638 Date:   Wed Sep 17 12:34:45 2008 +0200
34639
34640     socrates: fix crash after relocation
34641
34642     Currently U-Boot crashes after relocation to RAM.
34643     Changing the CPO value of the DDR SDRAM TIMING_CFG_2
34644     register to READ_LAT + 1 (to the value it was before
34645     conversion of socrates to new DDR code) fixes the
34646     problem.
34647
34648     Signed-off-by: Anatolij Gustschin <agust@denx.de>
34649
34650 commit 562788b0a303f3528b920d81f547f5ca77ba528e
34651 Author: Anatolij Gustschin <agust@denx.de>
34652 Date:   Wed Sep 17 11:45:51 2008 +0200
34653
34654     socrates: fix SPD EEPROM address
34655
34656     Commit be0bd8234b9777ecd63c4c686f72af070d886517
34657     changed SPD EEPROM address to 0x51 and DDR SDRAM
34658     detection stopped working. Change this address
34659     back to 0x50.
34660
34661     Signed-off-by: Anatolij Gustschin <agust@denx.de>
34662
34663 commit 023824549a370bd185d7129d9a6c86f9be7b86a8
34664 Author: Stefan Roese <sr@denx.de>
34665 Date:   Mon Sep 22 11:06:50 2008 +0200
34666
34667     Revert "ppc4xx: Fix DDR2 auto calibration on Kilauea 600MHz (200MHz PLB)"
34668
34669     This reverts commit 3eec160a3a405b29ce9c06920f6427b9047dd8a8.
34670
34671     Signed-off-by: Stefan Roese <sr@denx.de>
34672
34673 commit e58c41e26cf3c8accd60311be579f452e368e97e
34674 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34675 Date:   Thu Sep 18 20:13:08 2008 +0900
34676
34677     usb: Fix compile warning of r8a66597-hcd
34678
34679     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34680     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
34681
34682 commit b5d10a13525c07ec6374adf840d7c87553b5f189
34683 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34684 Date:   Thu Sep 18 19:34:36 2008 +0900
34685
34686     sh: Fix compile warning
34687
34688     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34689
34690 commit 4a065abf926f128beb36d93449defa0d690e7fef
34691 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34692 Date:   Thu Sep 18 19:04:26 2008 +0900
34693
34694     sh: Add support watchdog for SH4A core
34695
34696     Add support watchdog for SH4A core (SH7763, SH7780 and SH7785).
34697     And fix some compile warning.
34698
34699     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34700
34701 commit a03c09c5fdb8430fe2ae6a03f88a0cf7bcc0aa57
34702 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34703 Date:   Wed Sep 17 11:45:26 2008 +0900
34704
34705     sh: Fix typo in SH serial driver
34706
34707     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
34708     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34709
34710 commit 6b44a439215ba7c63f666f8099213ea4f05f2b07
34711 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34712 Date:   Wed Sep 17 11:08:36 2008 +0900
34713
34714     sh: Add support any page size and empty_zero_page to SH Linux uImage
34715
34716     Old U-Boot supported 4KB page size only. If this version, Linux
34717     kernel can not get command line from U-Boot.
34718     SH Linux kernel can change page size and empty_zero_page.
34719     This patch support this function and fix promlem.
34720
34721     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
34722     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34723
34724 commit ce9f99ddb59628f41dc534e892368a7d66dfc774
34725 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
34726 Date:   Thu Aug 28 13:40:52 2008 +0900
34727
34728     sh: rsk7203: Add support pkt_data_pull and pkt_data_push function
34729
34730     Add function of smc911x, pkt_data_pull and pkt_data_push.
34731
34732     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
34733     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34734
34735 commit dd820b03a2f45e86e7960e26729a3b58e3dda44a
34736 Author: Wolfgang Denk <wd@denx.de>
34737 Date:   Thu Sep 18 13:57:32 2008 +0200
34738
34739     ADS5121: fix typo in "rootpath" default setting
34740
34741     Signed-off-by: Wolfgang Denk <wd@denx.de>
34742
34743 commit c9e8436b10cca53fca4904ecbadcd6231ad72c38
34744 Author: Remy Bohmer <linux@bohmer.net>
34745 Date:   Tue Sep 16 14:55:44 2008 +0200
34746
34747     USB layer of U-Boot causes USB protocol errors while using USB memory sticks
34748
34749     There are several differences between Linux, Windows and U-boot for initialising the
34750     USB devices. While analysing the behaviour of U-boot it turned out that U-boot does
34751     things really different, and some are wrong (compared to the USB standard).
34752
34753     This patch fixes some errors:
34754     * The NEW_init procedure that was already in the code is good, while the old procedure
34755       is wrong. See code comments for more info.
34756     * On a Control request the data returned by the device can be more than 8 bytes, while
34757       the host limits it to 8 bytes. This caused the host to generate a DataOverrun error.
34758       This results in a lot of USB sticks not being recognised, and the transmission ended
34759       frequently with a CTL:TIMEOUT Error.
34760     * Added a flag CONFIG_LEGACY_USB_INIT_SEQ to allow users to use the old init procedure.
34761
34762     Signed-off-by: Remy Bohmer <linux@bohmer.net>
34763     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
34764
34765 commit 6f5794a6f78b313231256958fd73673c6aacc116
34766 Author: Remy Bohmer <linux@bohmer.net>
34767 Date:   Tue Sep 16 14:55:43 2008 +0200
34768
34769     Refactoring parts of the common USB OHCI code
34770
34771     This patch refactors some large routines of the USB OHCI code by
34772     making some routines smaller and more readable which helps
34773     debugging and understanding the code. (Makes the code looks
34774     somewhat more like the Linux implementation.)
34775
34776     Also made entire file compliant to Linux Coding Rules (checkpatch.pl compliant)
34777
34778     Signed-off-by: Remy Bohmer <linux@bohmer.net>
34779     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
34780
34781 commit be19d324edc1a1d7f393d24e10d164cd94c91a00
34782 Author: Remy Bohmer <linux@bohmer.net>
34783 Date:   Tue Sep 16 14:55:42 2008 +0200
34784
34785     Fix for USB sticks not working on ARM while using GCC 4.x compilers
34786
34787     The GCC-compiler makes an optimisation error while optimising the routine
34788     usb_set_maxpacket(). This should be fixed in the compiler in the first place,
34789     but there lots of compilers out there that makes this error, that it is
34790     probably wiser to workaround it in U-boot itself.
34791
34792     What happens is that the register r3 is used as loop-counter 'i', but gets
34793     overwritten later on. From there it starts using register r3 for several other
34794     things and the assembler code is becoming a big mess. This is clearly a compiler bug.
34795
34796     This error occurs on at least several versions of Code Sourcery Lite compilers
34797     for ARM. Like the Edition 2008q1, and 2008q3, It has also been seen on other
34798     compilers, while compiling for armv4t, or armv5te with Os, O1 and O2.
34799
34800     We work around it by splitting up this routine in 2 parts, and making sure that
34801     the split out part is NOT inlined any longer. This will make GCC spit out assembler
34802     that do not show this problem. Another possibility is to adapt the Makefile to stop
34803     optimisation for the complete file. I think this solution is nicer.
34804
34805     Signed-off-by: Remy Bohmer <linux@bohmer.net>
34806     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
34807
34808 commit 87b4ef560cf2da4ccc9e59711ad1ff7fafe96670
34809 Author: Wolfgang Denk <wd@denx.de>
34810 Date:   Wed Sep 17 10:17:55 2008 +0200
34811
34812     Coding style cleanup; update CHANEGLOG
34813
34814     Signed-off-by: Wolfgang Denk <wd@denx.de>
34815
34816 commit 3eec160a3a405b29ce9c06920f6427b9047dd8a8
34817 Author: Victor Gallardo <vgallardo@amcc.com>
34818 Date:   Tue Sep 16 06:59:13 2008 -0700
34819
34820     ppc4xx: Fix DDR2 auto calibration on Kilauea 600MHz (200MHz PLB)
34821
34822     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
34823     Signed-off-by: Adam Graham <agraham@amcc.com>
34824     Signed-off-by: Stefan Roese <sr@denx.de>
34825
34826 commit ce47eb402c5e29a025399dc282246414fc492940
34827 Author: Peter Tyser <ptyser@xes-inc.com>
34828 Date:   Tue Sep 16 10:04:47 2008 -0500
34829
34830     Support for multiple SGMII/TBI interfaces for TSEC ethernet
34831
34832     Fix TBI PHY accesses to use the proper offset in CPU register space. The
34833     previous code would incorrectly access the TBI PHY by reading/writing to CPU
34834     register space at the same location as would be used to access external PHYs.
34835
34836     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
34837     Acked-by: Andy Fleming <afleming@freescale.com>
34838
34839 commit 7c803be2eb3cae245dedda438776e08fb122250f
34840 Author: Wolfgang Denk <wd@denx.de>
34841 Date:   Tue Sep 16 18:02:19 2008 +0200
34842
34843     TQM8xx: Fix CFI flash driver support for all TQM8xx based boards
34844
34845     After switching to using the CFI flash driver, the correct remapping
34846     of the flash banks was forgotten.
34847
34848     Also, some boards were not adapted, and the old legacy flash driver
34849     was not removed yet.
34850
34851     Signed-off-by: Wolfgang Denk <wd@denx.de>
34852
34853 commit c0d2f87d6c450128b88e73eea715fa3654f65b6c
34854 Author: Wolfgang Denk <wd@denx.de>
34855 Date:   Sun Sep 14 00:59:35 2008 +0200
34856
34857     Prepare v2008.10-rc2
34858
34859     Signed-off-by: Wolfgang Denk <wd@denx.de>
34860
34861 commit f12e4549b6fb01cd2654348af95a3c7a6ac161e7
34862 Author: Wolfgang Denk <wd@denx.de>
34863 Date:   Sat Sep 13 02:23:05 2008 +0200
34864
34865     Coding style cleanup, update CHANGELOG
34866
34867     Signed-off-by: Wolfgang Denk <wd@denx.de>
34868
34869 commit 0c32565f536609d78feef35c88bbc39d3ac53a73
34870 Author: Peter Tyser <ptyser@xes-inc.com>
34871 Date:   Wed Sep 10 09:18:34 2008 -0500
34872
34873     Update mailing list email and archive addresses
34874
34875     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
34876
34877 commit fb661ea444ae61de60520f66ae84cdb5dd5a3246
34878 Author: u-boot@bugs.denx.de <u-boot@bugs.denx.de>
34879 Date:   Thu Sep 11 15:40:01 2008 +0200
34880
34881     85xx: socrates: autoprobe Lime chip
34882
34883     This patch is an attempt to implement autoprobing for the Lime
34884     presence on the bus.
34885     Configure GPCM for Lime CS2 and try to access chip ID registers.
34886     Second read atempt delivers register values if the chip is present.
34887
34888     Signed-off-by: Anatolij Gustschin <agust@denx.de>
34889
34890 commit e99b607a5ec56ce66e0bcccb78480d5e16fb7bc5
34891 Author: u-boot@bugs.denx.de <u-boot@bugs.denx.de>
34892 Date:   Thu Sep 11 15:40:01 2008 +0200
34893
34894     85xx: socrates: Add support for new image format.
34895
34896     Signed-off-by: Detlev Zundel <dzu@denx.de>
34897
34898 commit 3c094b652d4107b34641f300a8e9fe16ca15e3d8
34899 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
34900 Date:   Thu Sep 11 17:28:18 2008 +0900
34901
34902     sh: Fix compile error for r2dplus
34903
34904     netdev.h was not include by r2dplus.
34905
34906     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
34907
34908 commit 56844a22b76c719e600047e23b80465a44d76abd
34909 Author: Heiko Schocher <hs@denx.de>
34910 Date:   Thu Sep 11 08:11:23 2008 +0200
34911
34912     powerpc: Fix bootm to boot up again with a Ramdisk
34913
34914     Commit 2a1a2cb6 didnt remove the dummy mem reservation in fdt_chosen,
34915     and this stopped Linux from booting with a Ramdisk. This patch fixes
34916     this, by deleting the useless dummy mem reservation.
34917
34918     When booting with a Ramdisk, a fix offset FDT_RAMDISK_OVERHEAD is now
34919     added to of_size, so we dont need anymore a dummy mem reservation.
34920
34921     I measured the value of FDT_RAMDISK_OVERHEAD on a MPC8270 based
34922     system (=0x44 bytes) and rounded it up to 0x80).
34923
34924     Signed-off-by: Heiko Schocher <hs@denx.de>
34925     Acked-by: Kumar Gala <galak@kernel.crashing.org>
34926
34927 commit fc9c1727b5b3483ce49c3cb668e8332fb001b8a7
34928 Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
34929 Date:   Mon Sep 8 02:46:13 2008 +0200
34930
34931     Add support for LZMA uncompression algorithm.
34932
34933     Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
34934     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34935
34936 commit 0008b6d968160abe2bfd936493f3a516a7c8da20
34937 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
34938 Date:   Fri Jun 27 23:04:20 2008 +0400
34939
34940     fsl_elbc_nand: ecclayout cleanups
34941
34942     This patch deletes oobavail assignments, they're calculated by the nand
34943     core code in nand_scan_tail, plus current oobavail values are wrong for
34944     the LP NANDs.
34945
34946     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
34947     Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
34948     Signed-off-by: Scott Wood <scottwood@freescale.com>
34949
34950 commit 8f42bf1c393d53a70c2545e9f329d11c46d74794
34951 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
34952 Date:   Fri Jun 27 23:04:13 2008 +0400
34953
34954     fsl_elbc_nand: implement support for flash-based BBT
34955
34956     This patch implements support for flash-based BBT for chips working
34957     through ELBC NAND controller, so that NAND core will not have to re-scan
34958     for bad blocks on every boot.
34959
34960     Because ELBC controller may provide HW-generated ECCs we should adjust
34961     bbt pattern and bbt version positions in the OOB free area.
34962
34963     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
34964     Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
34965     Signed-off-by: Scott Wood <scottwood@freescale.com>
34966
34967 commit 97ae023648e764f794ffb9c52da109d6caf09c47
34968 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
34969 Date:   Fri Jun 27 23:04:04 2008 +0400
34970
34971     fsl_elbc_nand: fix OOB workability for large page NAND chips
34972
34973     For large page chips, nand_bbt is looking into OOB area, and checking
34974     for "0xff 0xff" pattern at OOB offset 0. That is, two bytes should be
34975     reserved for bbt means.
34976
34977     But ELBC driver is specifying ecclayout so that oobfree area starts at
34978     offset 1, so only one byte left for the bbt purposes.
34979
34980     This causes problems with any OOB users, namely JFFS2: after first mount
34981     JFFS2 will fill all OOBs with "erased marker", so OOBs will contain:
34982
34983       OOB Data: ff 19 85 20 03 00 ff ff ff 00 00 08 ff ff ff ff
34984       OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
34985       OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
34986       OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
34987
34988     And on the next boot, NAND core will rescan for bad blocks, then will
34989     see "0xff 0x19" pattern, and will mark all blocks as bad ones.
34990
34991     To fix the issue we should implement our own bad block pattern: just one
34992     byte at OOB start. Though, this will work only for x8 chips. For x16
34993     chips two bytes must be checked. Since ELBC driver does not support x16
34994     NANDs (yet), we're safe for now.
34995
34996     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
34997     Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
34998     Signed-off-by: Scott Wood <scottwood@freescale.com>
34999
35000 commit 7238ada313057a85409485b8ee21515dc10c07a5
35001 Author: Wolfgang Denk <wd@denx.de>
35002 Date:   Fri Sep 12 13:52:21 2008 +0200
35003
35004     MPC512x: reduce timeout waiting for Ethernet autonegotiation to 2.5s
35005
35006     Signed-off-by: Wolfgang Denk <wd@denx.de>
35007
35008 commit b18410e508a12ba0a177dfc2a386857c806fa96d
35009 Author: Stefan Roese <sr@denx.de>
35010 Date:   Thu Sep 11 13:05:56 2008 +0200
35011
35012     ppc4xx: Enable device tree (FDT) support in zeus board port
35013
35014     Signed-off-by: Stefan Roese <sr@denx.de>
35015
35016 commit 7bf5ecfa50722a9feb45ea8f04da75f5d406f20b
35017 Author: Stefan Roese <sr@denx.de>
35018 Date:   Wed Sep 10 16:53:47 2008 +0200
35019
35020     ppc4xx: Fix SDRAM inititialization of multiple 405 based board ports
35021
35022     This patch fixes a problem introdiced with patch
35023     bbeff30c [ppc4xx: Remove superfluous dram_init() call or replace it by
35024     initdram()].
35025
35026     The boards affected are:
35027     - PCI405
35028     - PPChameleonEVB
35029     - quad100hd
35030     - taihu
35031     - zeus
35032
35033     Signed-off-by: Stefan Roese <sr@denx.de>
35034
35035 commit 61737c59a3285f6fadf96a5836879898c04ec28d
35036 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
35037 Date:   Thu Sep 11 19:41:26 2008 -0400
35038
35039     ppc4xx: Add .gitignore file to xilinx-ppc440 boards
35040
35041     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
35042     Signed-off-by: Stefan Roese <sr@denx.de>
35043
35044 commit 2bec498ed1164a58cd8437b561bdc4551d69f9bf
35045 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
35046 Date:   Thu Sep 11 19:41:25 2008 -0400
35047
35048     ppc4xx: Fix compilation of v5fx30teval_flash
35049
35050     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
35051     Signed-off-by: Stefan Roese <sr@denx.de>
35052
35053 commit 4bed9deebbd7ee6f0ba746b44d47a922156f7404
35054 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
35055 Date:   Wed Sep 10 17:44:30 2008 -0400
35056
35057     ppc4xx: Fix in-tree build for ppc440-generic boards
35058
35059     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
35060     Signed-off-by: Stefan Roese <sr@denx.de>
35061
35062 commit 06c4ab50f5ccfb55ea2dd324aa28b2b06102e416
35063 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35064 Date:   Fri Sep 12 02:20:47 2008 +0200
35065
35066     ARM: synchronize mach-types.h with linux 2.6.27-rc6
35067
35068     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35069
35070 commit 3ee9f03f588ad605e3fd10530237f9e3e2e7ab4c
35071 Author: Jens Scharsig <esw@bus-elektronik.de>
35072 Date:   Fri Sep 12 02:20:47 2008 +0200
35073
35074     at91rm9200: fix errors with CONFIG_CMD_I2C_TREE
35075
35076     This patch prevents linker error on AT91RM9200 boards, if
35077     CONFIG_CMD_I2_TREE is set.
35078     It implements i2c_set_bus_speed and i2c_get_bus_speed as a dummy function.
35079
35080     Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
35081
35082 commit b5b0344957d32e3d07a8dd72fce64fb48e680ba4
35083 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
35084 Date:   Fri Sep 12 02:20:47 2008 +0200
35085
35086     ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c
35087
35088     ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c
35089
35090     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
35091
35092 commit 03db53335c8eba656a7c44d1555b1a4514383e33
35093 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35094 Date:   Fri Sep 12 02:20:46 2008 +0200
35095
35096     make: Remove redundant __ARM__ addition when cross-compiling on *BSD
35097
35098     __ARM__ is given by arm_config.mk automatically.
35099
35100     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35101
35102 commit 8cc62a7d9c77f8ef5166fb57322c4a6ddac320b4
35103 Author: Claudio Scordino <claudio@evidence.eu.com>
35104 Date:   Fri Sep 12 02:20:46 2008 +0200
35105
35106     Fix MACH_TYPE for the AT91RM9200DK board.
35107
35108     Signed-off-by: Claudio Scordino <claudio@evidence.eu.com>
35109
35110 commit 274737e5eb25b2bcd3af3a96da923effd543284f
35111 Author: Andrew Dyer <adyer@righthandtech.com>
35112 Date:   Fri Sep 12 02:20:46 2008 +0200
35113
35114     i.mx change get_timer(base) to return time since base
35115
35116     This patch changes get_timer() for i.MX to return the time since
35117     'base' instead of the time since the counter was at zero.
35118
35119     Symptom seen is flash timeout errors when erasing or programming a
35120     sector using the common cfi flash code.
35121
35122     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
35123
35124 commit 48fed40575b3e8eae960eb0141509ddd9a73012a
35125 Author: Andrew Dyer <adyer@righthandtech.com>
35126 Date:   Fri Sep 12 02:20:46 2008 +0200
35127
35128     i.MX use u-boot baud rate and don't assume UART master clock
35129
35130     1) Change the i.MX serial driver to use the baud rate set in the
35131      u-boot environment
35132
35133     2) don't assume a 16MHz value for PERCLK1 in baud rate calculations
35134
35135     3) don't write a 1 to the RDR bit in the USR2 reg. (bit is not "write
35136      one to clear" like other status bits in the reg.)
35137
35138     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
35139
35140 commit 6e1551a870d360805b9d172dc56d935064abe71d
35141 Author: Andrew Dyer <adyer@righthandtech.com>
35142 Date:   Fri Sep 12 02:20:46 2008 +0200
35143
35144     arm920t fix constant error in start.S
35145
35146     Code in cpu/arm920t/start.S will die with a compilation error if
35147     CONFIG_STACKSIZE + CFG_MALLOC_LEN works out to an invalid constant for
35148     the ARM sub instruction.  Change the code so that each is subtracted
35149     independently to avoid the error.
35150
35151     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
35152
35153 commit b23253835f871cd9bd8e955b9a971d18a7d4ff56
35154 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
35155 Date:   Fri Sep 12 02:20:40 2008 +0200
35156
35157     ARM OMAP : Correct Invalid Timer Register Field Declaration in omap1510.h & omap730.h
35158
35159     - Correct Invalid #define of MPUTIM_PTV_MASK for
35160        omap1510 & omap730 register definition
35161
35162      MPUTIM_PTV_MASK is defined as
35163      #define MPUTIM_PTV_MASK            (0x7<<PTV_BIT)
35164
35165      while it should have been
35166      #define MPUTIM_PTV_MASK            (0x7<<MPUTIM_PTV_BIT)
35167
35168     - Below Patch corrects the same
35169
35170     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
35171
35172 commit c455d07396dddc9864fd8dbb965ee10fe95ce8cf
35173 Author: Adrian Filipi <adrian.filipi@eurotech.com>
35174 Date:   Fri Jul 18 11:52:02 2008 -0400
35175
35176     Set up SD/MMC OCR as comment describes. i.e. 3.2-3.4v.
35177
35178     Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
35179
35180 commit eb16135df20535b0d19969f50fb5bd17f95e9c25
35181 Author: Guennadi Liakhovetski <lg@denx.de>
35182 Date:   Thu Aug 28 12:25:11 2008 +0200
35183
35184     i.MX31: document timer precision option
35185
35186     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
35187
35188 commit 1a6337b01351b82a45b0defa76f08744511c580b
35189 Author: Magnus Lilja <lilja.magnus@gmail.com>
35190 Date:   Fri Aug 29 10:36:18 2008 +0200
35191
35192     i.MX31: Make the SPI bus and chip select configurable for MC13783
35193
35194     The i.MX31 has three SPI buses and each bus has several chip selects
35195     and the MC13783 chip can be connected to any of these. The current
35196     RTC driver for MC13783 is hardcoded for CSPI2/SS2.
35197
35198     This patch makes make MC13783 SPI bus and chip select configurable
35199     via CONFIG_MC13783_SPI_BUS and CONFIG_MC13783_SPI_CS.
35200
35201     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
35202
35203 commit 8c4ebec25b21e355b8488698ec1594da9701fff4
35204 Author: Magnus Lilja <lilja.magnus@gmail.com>
35205 Date:   Fri Aug 29 10:36:17 2008 +0200
35206
35207     i.MX31: Add reset_timer() and modify get_timer_masked().
35208
35209     This patch adds the reset_timer() function (needed by nand_base.c) and
35210     modifies the get_timer_masked() to work in the same way as the omap24xx
35211     function.
35212
35213     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
35214
35215 commit deeec4991a55de243787002ede24d2331d234fc8
35216 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35217 Date:   Wed Sep 10 22:48:09 2008 +0200
35218
35219     ap325rxa: remove duplicate CONFIG_FLASH_CFI_DRIVER
35220
35221     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35222
35223 commit a3a08c0cedd329edf5256e1d6b2bad0fca002725
35224 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35225 Date:   Wed Sep 10 22:48:09 2008 +0200
35226
35227     bootm arm/avr32/blackfin/microblaze/nios2/sh: remove no more need 'error' label
35228
35229     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35230
35231 commit 0e8d158664a913392cb01fb11a948d83f72e105e
35232 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35233 Date:   Wed Sep 10 22:48:06 2008 +0200
35234
35235     rename CFG_ENV macros to CONFIG_ENV
35236
35237     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35238
35239 commit 1ede78710c3bf9ad6f4a53aaddc3bcc86fedd9df
35240 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35241 Date:   Wed Sep 10 22:48:05 2008 +0200
35242
35243     nvedit: rename error comment to CONFIG_ENV_IS_IN_
35244
35245     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35246
35247 commit b64b775e7546ed138df360ceb3a71ee358cb9a01
35248 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35249 Date:   Wed Sep 10 22:48:05 2008 +0200
35250
35251     cmd_mem: Move conditional compilation to Makefile
35252
35253     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35254
35255 commit 8a40fb148efa442d6526eac46a2001e4c64d28ff
35256 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35257 Date:   Wed Sep 10 22:48:05 2008 +0200
35258
35259     move cmd_get_data_size to command.c
35260
35261     add CMD_DATA_SIZE macro to enable it
35262
35263     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35264
35265 commit 507641d2491980531932b9f25dab37fe5e6c3a1a
35266 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35267 Date:   Wed Sep 10 22:48:04 2008 +0200
35268
35269     env_flash: Move conditional compilation to Makefile
35270
35271     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35272
35273 commit 5a1aceb0689e2f731491838970884a673ef7e7d3
35274 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35275 Date:   Wed Sep 10 22:48:04 2008 +0200
35276
35277     rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH
35278
35279     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35280
35281 commit 7d9b5bae5ba558c7464d89d033aca04acaf01172
35282 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35283 Date:   Wed Sep 10 22:48:03 2008 +0200
35284
35285     cleanup use of CFG_ENV_IS_IN_FLASH
35286
35287     - #if CFG_ENV_IS_IN_FLASH
35288     - #if (CFG_ENV_IS_IN_FLASH == 1)
35289     - #define CFG_ENV_IS_IN_FLASH 0
35290
35291     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35292
35293 commit 0cf4fd3cf8d0e00605bec5fc56f89c6415015a46
35294 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35295 Date:   Wed Sep 10 22:48:01 2008 +0200
35296
35297     rename environment.c in env_embedded.c to reflect is functionality
35298
35299     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35300
35301 commit c0878af6e32f0fd8e13a6ca315b9add64441115a
35302 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35303 Date:   Wed Sep 10 22:48:01 2008 +0200
35304
35305     env_nowhere: Move conditional compilation to Makefile
35306
35307     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35308
35309 commit 93f6d72544da4510a146bc4c93d609b0116cde37
35310 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35311 Date:   Wed Sep 10 22:48:00 2008 +0200
35312
35313     rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE
35314
35315     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35316
35317 commit 2556ef78113b5f089dfcac5da90bf31dd568397b
35318 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35319 Date:   Wed Sep 10 22:48:00 2008 +0200
35320
35321     env_sf: Move conditional compilation to Makefile
35322
35323     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35324
35325 commit 0b5099a8419bf9c828df5e3e2c6878dc300d98e3
35326 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35327 Date:   Wed Sep 10 22:48:00 2008 +0200
35328
35329     rename CFG_ENV_IS_IN_SPI_FLASH in CONFIG_ENV_IS_IN_SPI_FLASH
35330
35331     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35332
35333 commit 55c5f49910ec8225347aa1d211352a84de6649b4
35334 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35335 Date:   Wed Sep 10 22:48:00 2008 +0200
35336
35337     env_onenand: Move conditional compilation to Makefile
35338
35339     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35340
35341 commit 9656138ff1a34d4c4768db6b490deffc40ee674b
35342 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35343 Date:   Wed Sep 10 22:47:59 2008 +0200
35344
35345     rename CFG_ENV_IS_IN_ONENAND in CONFIG_ENV_IS_IN_ONENAND
35346
35347     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35348
35349 commit 957a0e69575683efd70ace147746bbb3d8e7c501
35350 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35351 Date:   Wed Sep 10 22:47:59 2008 +0200
35352
35353     env_nvram: Move conditional compilation to Makefile
35354
35355     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35356
35357 commit 9314cee6917444ab88bd4e758da7a30975120187
35358 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35359 Date:   Wed Sep 10 22:47:59 2008 +0200
35360
35361     rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAM
35362
35363     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35364
35365 commit 06f61354397911a4c121dfa51b6ccbf7e300d48b
35366 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35367 Date:   Wed Sep 10 22:47:59 2008 +0200
35368
35369     env_nand: Move conditional compilation to Makefile
35370
35371     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35372
35373 commit 51bfee192099206a4397f15f3b93516e01f58ab0
35374 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35375 Date:   Wed Sep 10 22:47:58 2008 +0200
35376
35377     rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NAND
35378
35379     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35380
35381 commit d8cc04d0ac9c7c0d12454708aaf5489f8532bbf9
35382 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35383 Date:   Wed Sep 10 22:47:58 2008 +0200
35384
35385     env_dataflash: Move conditional compilation to Makefile
35386
35387     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35388
35389 commit 057c849c45b9ee19df8ff3acdeee66be52819962
35390 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35391 Date:   Wed Sep 10 22:47:58 2008 +0200
35392
35393     rename CFG_ENV_IS_IN_DATAFLASH in CONFIG_ENV_IS_IN_DATAFLASH
35394
35395     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35396
35397 commit d1034bc8db60fa6bd419328baf6a75cb0645cee8
35398 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35399 Date:   Wed Sep 10 22:47:52 2008 +0200
35400
35401     cmd_eeprom: Move conditional compilation to Makefile
35402
35403     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35404
35405 commit bf5a7710ec70e90e98f451b4ba0eb65f9ffc34eb
35406 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35407 Date:   Fri Sep 5 09:19:54 2008 +0200
35408
35409     env_eeprom: Move conditional compilation to Makefile
35410
35411     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35412
35413 commit bb1f8b4f8bb0bfce52e0faa4637b975b745824b3
35414 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35415 Date:   Fri Sep 5 09:19:30 2008 +0200
35416
35417     rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROM
35418
35419     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35420
35421 commit 32628c5008105a732212003d83b75f05e5243bb2
35422 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35423 Date:   Sat Aug 30 23:54:58 2008 +0200
35424
35425     cmd_mac: Move conditional compilation to Makefile
35426
35427     finish remaning CFG_ID_EEPROM in CONFIG_ID_EEPROM
35428     start in commit ad8f8687b78c3e917b173f038926695383c55555
35429
35430     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35431
35432 commit e5648acab153f0f429bfc714902c5aaa7879f71b
35433 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35434 Date:   Sat Aug 30 23:47:41 2008 +0200
35435
35436     cmd_fdc: Move conditional compilation to Makefile
35437
35438     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35439
35440 commit 2d02d91d530e831f2dab228085963fc1d5b71cb0
35441 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35442 Date:   Sat Aug 30 23:47:38 2008 +0200
35443
35444     common/Makefile: add core command section
35445
35446     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35447
35448 commit 0d92d4a699fb1a39381d98571dc51fb97e5bcf9e
35449 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35450 Date:   Sat Aug 30 23:29:57 2008 +0200
35451
35452     cmd_vfd: Move conditional compilation to Makefile
35453
35454     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35455
35456 commit 6644641d072aee3087da129d8443187196a4d8a9
35457 Author: Scott Wood <scottwood@freescale.com>
35458 Date:   Wed Sep 10 11:48:49 2008 -0500
35459
35460     delta, zylonite: Update nand_oobinfo to nand_ecclayout.
35461
35462     This is part of the switch to newer upstream MTD code.
35463
35464     Signed-off-by: Scott Wood <scottwood@freescale.com>
35465
35466 commit 9b05aa788bfdd3264ff1bc9418cb19550a7234e4
35467 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
35468 Date:   Sat Aug 30 17:06:55 2008 -0400
35469
35470     ARM DaVinci: Fix broken HW ECC for large page NAND.
35471
35472     Based on original patch by Bernard Blackham <bernard@largestprime.net>
35473
35474     U-boot's HW ECC support for large page NAND on Davinci is completely
35475     broken.  Some kernels, such as the 2.6.10 one supported by
35476     MontaVista for DaVinci, rely upon this broken behaviour as they
35477     share the same code for ECCs. In the existing scheme, error
35478     detection *might* work on large page, but error correction
35479     definitely does not.  Small page ECC correction works, but the
35480     format is not compatible with the mainline git kernel.
35481
35482     This patch adds ECC code that matches what is currently in the
35483     Davinci git repository (since NAND support was added in 2.6.24).
35484     This makes the ECC and OOB layout written by u-boot compatible with
35485     Linux for both small page and large page devices and fixes ECC
35486     correction for large page devices.
35487
35488     The old behaviour can be restored by defining the macro
35489     CFG_DAVINCI_BROKEN_ECC, which is undefined by default.
35490
35491     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
35492     Acked-by: Sergey Kubushyn <ksi@koi8.net>
35493     Signed-off-by: Scott Wood <scottwood@freescale.com>
35494
35495 commit 0b7c5639891f4103a0e31ec7ae0beb3e97ed3836
35496 Author: Heiko Schocher <hs@denx.de>
35497 Date:   Wed Sep 10 11:15:28 2008 +0200
35498
35499     muas3001: update BR4 settings
35500
35501     Also set up the port pins for using I2C.
35502
35503     Signed-off-by: Heiko Schocher <hs@denx.de>
35504
35505 commit 3591293509e0c0bcf244b0f974775bff2e25697e
35506 Author: Petri Lehtinen <petri.lehtinen@inoi.fi>
35507 Date:   Wed Sep 10 09:43:49 2008 +0300
35508
35509     autoscr: Fix one-character lines and non-newline terminated scripts
35510
35511     When not using hush, the autoscr command now executes lines that are
35512     only one character long. It also runs the last line of scripts even if
35513     it does not end in a newline.
35514
35515     Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi>
35516
35517 commit 9ebbb54f7a25055010fa6668eba40c72a4c4f985
35518 Author: Victor Gallardo <vgallardo@amcc.com>
35519 Date:   Tue Sep 9 15:13:29 2008 -0700
35520
35521     ppc4xx: Allow DTT_I2C_DEV_CODE configured by CFG_I2C_DTT_ADDR
35522
35523     On AMCC Arches board DTT_I2C_DEV_CODE is different then canyonlands
35524     and glacier.
35525
35526     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
35527
35528 commit 245f6ef3e11828cb46188e396fb1e67f7b07cd03
35529 Author: Heiko Schocher <hs@denx.de>
35530 Date:   Mon Sep 8 10:21:11 2008 +0200
35531
35532     muas3001: added support for the LM75 sensor.
35533
35534     Signed-off-by: Heiko Schocher <hs@denx.de>
35535
35536 commit 4a02a2dca82aeab8f839db9dd35fda9d5412dacb
35537 Author: Heiko Schocher <hs@denx.de>
35538 Date:   Mon Sep 8 10:20:19 2008 +0200
35539
35540     muas3001: activate WDT for the muas3001 board.
35541
35542     Signed-off-by: Heiko Schocher <hs@denx.de>
35543
35544 commit a55d074dac24dc941f1afb5b4e94b1509bfdda4e
35545 Author: Heiko Schocher <hs@denx.de>
35546 Date:   Mon Sep 8 10:19:36 2008 +0200
35547
35548     muas3001: added 64MB SDRAM autodetection.
35549
35550     Signed-off-by: Heiko Schocher <hs@denx.de>
35551
35552 commit 5251469943895de4bb9a04d5053352cc22acb7d5
35553 Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
35554 Date:   Thu Aug 21 07:12:26 2008 -0700
35555
35556     Fix printf errors under -DDEBUG
35557
35558     Fix printf format-string/arg mismatches under -DDEBUG.
35559
35560     These warnings occur with DEBUG defined for a platform using
35561     cpu/mpc85xx.  Users of other architectures can unearth similar
35562     problems by adding the line "CFLAGS += -DDEBUG=1" in config.mk right
35563     after "CFLAGS += $(call cc-option,-fno-stack-protector)".
35564
35565     Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
35566     Signed-off-by: Andy Fleming <afleming@freescale.com>
35567
35568 commit 8b9e4787641719d709bfa2ebeb72e8bd4952bee7
35569 Author: Wolfgang Denk <wd@denx.de>
35570 Date:   Tue Sep 9 23:55:18 2008 +0200
35571
35572     Update CHANGELOG, prepare 2008-10-rc1 release
35573
35574     Signed-off-by: Wolfgang Denk <wd@denx.de>
35575
35576 commit e0ff3d350d6b7960deb5a881dfc5acf3a63ef676
35577 Author: Kumar Gala <galak@kernel.crashing.org>
35578 Date:   Mon Sep 8 08:51:29 2008 -0500
35579
35580     85xx: Ensure timebase is zero on secondary cores
35581
35582     The e500um says the timebase is volatile out of reset.  To ensure
35583     TB sync works we need to make sure its zero.
35584
35585     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35586
35587 commit 54b4ab3c961a2012a1c2a09c259a6343323ec551
35588 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35589 Date:   Tue Sep 9 22:18:24 2008 +0200
35590
35591     bootm_load_os: fix load_end debug message
35592
35593     print load_end value not pointer
35594
35595     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35596
35597 commit 1d9af0be764960e6cc1c093e97176c3542796820
35598 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35599 Date:   Tue Sep 9 22:18:23 2008 +0200
35600
35601     bootm: enable fdt support only on ppc, m68k and sparc
35602
35603     ...as done in image.c
35604
35605     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35606
35607 commit 748b5274e76f81df85cfcffaffedc323678d0623
35608 Author: Markus Heidelberg <markus.heidelberg@web.de>
35609 Date:   Tue Sep 9 18:51:05 2008 +0200
35610
35611     common/cmd_mem.c: remove nested #if defined(CONFIG_CMD_MEMORY)
35612
35613     Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
35614
35615 commit 650632fe4ca09cfd0e5e6a593f2efc02ef87a58c
35616 Author: Markus Heidelberg <markus.heidelberg@web.de>
35617 Date:   Tue Sep 9 17:31:46 2008 +0200
35618
35619     gitignore: add tags files and Vim swap file
35620
35621     Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
35622
35623 commit 1d9b67b23fca6a25154333733204339802510720
35624 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
35625 Date:   Tue Sep 9 17:52:47 2008 +0900
35626
35627     add board_eth_init() for sh7785lcr board
35628
35629     Fix the problem that cannot work RTL8169 on sh7785lcr board.
35630
35631     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
35632
35633 commit 7b7a869a8ba3bd6d9bffb748c91232141330f514
35634 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
35635 Date:   Wed Aug 6 16:08:41 2008 -0500
35636
35637     mtd: SPI Flash: Support the STMicro Flash
35638
35639     Add MTD SPI Flash support for M25P16, M25P20, M25P32,
35640     M25P40, M25P64, M25P80, M25P128.
35641
35642     Signed-off-by: Jason McMullan <mcmullan@netapp.com>
35643     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
35644
35645 commit 4bc07c368076560ed7fa4c9f987c71a8521488a9
35646 Author: Wolfgang Denk <wd@denx.de>
35647 Date:   Tue Sep 9 17:55:31 2008 +0200
35648
35649     trab: fix build problem after change to use do_div()
35650
35651     We must link with libgeneric now.
35652
35653     Signed-off-by: Wolfgang Denk <wd@denx.de>
35654
35655 commit 3b20fd83c73c22acfcb0c6663be747bd5c8b7011
35656 Author: Ryan CHEN <ryan.chen@st.com>
35657 Date:   Wed Aug 20 13:00:17 2008 -0400
35658
35659     Correct drv_usb_kbd_init function
35660
35661     The patch is that check if usb_get_dev_index() function return valid
35662     pointer. If valid, continue. Otherwise return -1.
35663
35664     Signed-off-by: Ryan Chen <ryan.chen@st.com>
35665     Acked-by: Markus Klotzbuecher <mk@denx.de>
35666
35667 commit eba1f2fc75f128a9a6c1328d786996a93fd7a707
35668 Author: Remy Bohmer <linux@bohmer.net>
35669 Date:   Wed Aug 20 11:22:02 2008 +0200
35670
35671     Make usb-stop() safe to call multiple times in a row.
35672
35673     A recent commit (936897d4d1365452bbbdf8430db5e7769ef08d38)
35674     enabled the usb_stop() command in common/cmd_bootm.c which was
35675     not enabled for some time, because no board did actually set the
35676     CFG_CMD_USB flag. So, now the usb_stop() is executed before
35677     loading the linux kernel.
35678
35679     However, the usb_ohci driver hangs up (at least on AT91SAM) if the
35680     driver is stopped twice (e.g. the peripheral clock is stopped on AT91).
35681     If some other piece of code calls usb_stop() before the bootm command,
35682     this command will hangup the system during boot.
35683     (usb start and stop is typically used while booting from usb memory stick)
35684
35685     But, stopping the usb stack twice is useless anyway, and a flag already
35686     existed that kept track on the usb_init()/usb_stop() calls.
35687     So, we now check if the usb stack is really started before we stop it.
35688
35689     This problem is now fixed in both the upper as low-level layer.
35690
35691     Signed-off-by: Remy Bohmer <linux@bohmer.net>
35692     Acked-by: Markus Klotzbuecher <mk@denx.de>
35693
35694 commit 2c8ccf2728f5e67d991cecf76c4057db75a87b67
35695 Author: Wolfgang Denk <wd@denx.de>
35696 Date:   Tue Sep 9 16:55:47 2008 +0200
35697
35698     Makefile: fix bug introduced by commit 47ffd6c2
35699
35700 commit 880f6a5d7596f42db5ff8803b797b78ec5b146e0
35701 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
35702 Date:   Tue Sep 9 10:00:33 2008 -0400
35703
35704     ppc4xx: ppc440-generic-ALL: Fix out of tree build v2
35705
35706     This patch solves the problems compiling ml507, v5fx30teval and
35707     ppc440-generic out of tree.
35708
35709     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
35710
35711 commit 47bebe34ca4e33bab0e822e4ceebbec2590ccbcb
35712 Author: Nícolas Carneiro Lebedenco <nicolas.lebedenco@tasksistemas.com.br>
35713 Date:   Thu Sep 4 15:35:46 2008 -0300
35714
35715     Fix dev_print when called from usb_stor_info (usb storage command)
35716
35717     Fix output of the usb storage command. It was printing "Device 0: not
35718     available" because IF_TYPE_USB was not included into the switch
35719     statement.
35720
35721     Signed-off-by: Nicolas Lebedenco <nicolas.lebedenco@tasksistemas.com.br>
35722
35723 commit a4f243452cc8ce0c2c9b51a2520db4bde5f472de
35724 Author: Bartlomiej Sieka <tur@semihalf.com>
35725 Date:   Tue Sep 9 12:58:16 2008 +0200
35726
35727     FIT: make iminfo check hashes of all images in FIT, return 1 on failed check
35728
35729     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
35730
35731 commit 919f550dc11a13abf01c6bc713c968de790b8d7c
35732 Author: Bartlomiej Sieka <tur@semihalf.com>
35733 Date:   Tue Sep 9 12:58:15 2008 +0200
35734
35735     FIT: add ability to check hashes of all images in FIT, improve output
35736
35737     - add function fit_all_image_check_hashes() that verifies if all
35738       hashes of all images in the FIT are valid
35739     - improve output of fit_image_check_hashes() when the hash check fails
35740
35741     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
35742
35743 commit 1de1fa408967cef6804bb046b904114519bb36f0
35744 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35745 Date:   Mon Sep 8 20:54:39 2008 +0200
35746
35747     qemu_mips: Update linux bootm to support dynamic cmdline
35748
35749     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35750
35751 commit f5ed9e39088ecfa5a5f3ef47b08e5bda7890d764
35752 Author: Peter Tyser <ptyser@xes-inc.com>
35753 Date:   Mon Sep 8 14:56:49 2008 -0500
35754
35755     Add support for booting of INTEGRITY operating system uImages
35756
35757     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
35758
35759 commit 72f1b65f1b68bc6ed0d182eda1f3d6cf51b6414a
35760 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35761 Date:   Mon Sep 8 21:01:29 2008 +0200
35762
35763     mips/bootm: Fix typo in commit c4f9419c, "initrd_start" replaced by "images->rd_start"
35764
35765     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35766
35767 commit 9ba2e2c8191353d75b2d535e672a125be7b84c03
35768 Author: Kumar Gala <galak@kernel.crashing.org>
35769 Date:   Mon Sep 8 13:57:12 2008 -0500
35770
35771     Remove support for booting ARTOS images
35772
35773     Pantelis Antoniou stated:
35774         AFAIK, it is still used but the products using PPC are long gone.
35775         Nuke it plz (from orbit).
35776
35777     So remove it since it cleans up a usage of env_get_char outside of
35778     the environment code.
35779
35780     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35781
35782 commit 47ffd6c2fc72b46daa9d5d59eedb894fab2b7ee1
35783 Author: Wolfgang Denk <wd@denx.de>
35784 Date:   Tue Sep 9 15:45:18 2008 +0200
35785
35786     Makefile: compile and link each module just once
35787
35788     Several source files need to be compiled and linked when one or more
35789     config options are selected. To allow for easy selection in the
35790     Makefiles yet to avoild multiple compilation (which costs build time)
35791     and especially multiple linking (which causes errors), we use
35792     "COBJS = $(sort COBJS-y)" which eliminates duplicates.
35793
35794     By courtesy of Detlev Zundel who suggested this approach.
35795
35796     Signed-off-by: Wolfgang Denk <wd@denx.de>
35797
35798 commit 48d0192fe869948fef14b460b5f0c85bca933693
35799 Author: Andreas Engel <andreas.engel@ericsson.com>
35800 Date:   Mon Sep 8 14:30:53 2008 +0200
35801
35802     Moved conditional compile into Makefile
35803
35804     Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
35805
35806 commit 20c9226cb8cab08a111ee73db04e62d943ee0c97
35807 Author: Andreas Engel <andreas.engel@ericsson.com>
35808 Date:   Mon Sep 8 10:17:31 2008 +0200
35809
35810     Merged serial_pl010.c and serial_pl011.c.
35811
35812     They only differ in the init function.
35813     This also adds the missing watchdog support for the PL011.
35814
35815     Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
35816
35817 commit 0817d688f307ee2c0598e79175c94a40ce90337b
35818 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
35819 Date:   Sun Sep 7 17:10:27 2008 -0400
35820
35821     Remove gap fill in srec object v2
35822
35823     SREC files do not need gap fill: The load address is specified in the
35824     file. On the other hand, it can't be avoided in a .bin object. It has
35825     no information about memory location.
35826
35827     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
35828
35829 commit 1dc306931ca5ce87f13916fa7165b052d3aa714f
35830 Author: Markus Heidelberg <markus.heidelberg@web.de>
35831 Date:   Sun Sep 7 20:18:27 2008 +0200
35832
35833     README: fix missing subdirectory in the documentation
35834
35835     Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
35836
35837 commit 3ef96ded38a8d33b58b9fab9cd879d51ddac4cbd
35838 Author: Graeme Russ <graeme.russ@gmail.com>
35839 Date:   Sun Sep 7 07:08:42 2008 +1000
35840
35841     Update i386 code (sc520_cdp)
35842
35843     Attempt to bring i386 / sc520 inline with master
35844
35845     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
35846
35847 commit 5608692104efa8d56df803dc79ea41ac3607eee5
35848 Author: Guennadi Liakhovetski <lg@denx.de>
35849 Date:   Thu Sep 4 13:01:49 2008 +0200
35850
35851     fw_env: add NAND support
35852
35853     Add support for environment in NAND with automatic NOR / NAND recognition,
35854     including unaligned environment, bad-block skipping, redundant environment
35855     copy.
35856
35857     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
35858
35859 commit dd794323a2a1ed6a8a5df51785c31bcde60ad7ca
35860 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35861 Date:   Tue Sep 9 09:50:24 2008 +0200
35862
35863     ppc4xx: Fix out-of-tree building of CPCI405 variants
35864
35865     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35866     Acked-by: Stefan Roese <sr@denx.de>
35867
35868 commit 59f630588e3fdbd698a0a2798e52a8924e899563
35869 Author: Sergei Poselenov <sposelenov@emcraft.com>
35870 Date:   Fri Aug 15 15:42:11 2008 +0200
35871
35872     Removed hardcoded MxMR loop value from upmconfig() for MPC85xx.
35873
35874     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
35875
35876 commit e64987a892353f3d49eb242d997820ef8f538912
35877 Author: Anatolij Gustschin <agust@denx.de>
35878 Date:   Fri Aug 15 15:42:13 2008 +0200
35879
35880     85xx: socrates: Enable Lime support.
35881
35882     This patch adds Lime GDC support together with support for the PWM
35883     backlight control through the w83782d chip.  The reset pin of the
35884     latter is attached to GPIO, so we need to reset it in
35885     early_board_init_r.
35886
35887     Signed-off-by: Anatolij Gustschin <agust@denx.de>
35888
35889 commit 3e79b588b5199f35016f178fc0d5d1266382097f
35890 Author: Detlev Zundel <dzu@denx.de>
35891 Date:   Fri Aug 15 15:42:12 2008 +0200
35892
35893     85xx: Socrates: Major code update.
35894
35895     - Update the local bus ranges in the FDT for Linux for the various
35896       devices connected to the local bus via chip-select.
35897
35898     - Set the LCRR_DBYP bit in the LCRR for local bus frequencies
35899       lower than 66 MHz and uses I/O accessor functions consequently.
35900
35901     - UPM data update.
35902
35903     - Update of default environment and configuration.  Use I2C multibus
35904       as we do have two I2C buses.  Also enable sdram and ext2 commands.
35905
35906     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
35907     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
35908     Signed-off-by: Detlev Zundel <dzu@denx.de>
35909
35910 commit e8d18541c6ceab821f75faab031740b33fdbfa4b
35911 Author: Timur Tabi <timur@freescale.com>
35912 Date:   Fri Jul 18 16:52:23 2008 +0200
35913
35914     Update Freescale 85xx boards to sys_eeprom.c
35915
35916     The new sys_eeprom.c supports both the old CCID EEPROM format and the new NXID
35917     format, and so it obsoletes board/freescale/common/cds_eeprom.c.  Freescale
35918     86xx boards already use sys_eeprom.c, so this patch migrates the remaining
35919     Freescale 85xx boards to use it as well.  cds_eeprom.c is deleted.
35920
35921     Signed-off-by: Timur Tabi <timur@freescale.com>
35922
35923 commit aab2bf0202c86227e3dcc8a5b58946087ebcc1af
35924 Author: Wolfgang Denk <wd@denx.de>
35925 Date:   Tue Sep 9 10:08:02 2008 +0200
35926
35927     lib_ppc/interrupts.c: make board_show_activity() a weak function
35928
35929     This allows to use show_activity() without having to
35930     define an empty board_show_activity() function.
35931
35932     Signed-off-by: Wolfgang Denk <wd@denx.de>
35933
35934 commit fe876787f8743883ce58fed61525eaa2f34da4c5
35935 Author: Wolfgang Denk <wd@denx.de>
35936 Date:   Tue Sep 9 10:06:44 2008 +0200
35937
35938     stxxtc: remove empty CONFIG_SHOW_ACTIVITY functions
35939
35940     Signed-off-by: Wolfgang Denk <wd@denx.de>
35941
35942 commit 965de106ba8900372c8b16dc60d5acab7f925e38
35943 Author: Wolfgang Denk <wd@denx.de>
35944 Date:   Tue Sep 9 10:03:47 2008 +0200
35945
35946     NETTA2: remove empty CONFIG_SHOW_ACTIVITY functions
35947
35948     Signed-off-by: Wolfgang Denk <wd@denx.de>
35949
35950 commit 6cc64f9b5f69239c8b1969572b5a3a4aab7de5b9
35951 Author: Sergei Poselenov <sposelenov@emcraft.com>
35952 Date:   Fri Aug 15 15:42:11 2008 +0200
35953
35954     Removed hardcoded MxMR loop value from upmconfig() for MPC85xx.
35955
35956     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
35957
35958 commit 36241ca29d4804a1006fb3f26069effda5202581
35959 Author: Anatolij Gustschin <agust@denx.de>
35960 Date:   Fri Aug 15 15:42:13 2008 +0200
35961
35962     85xx: socrates: Enable Lime support.
35963
35964     This patch adds Lime GDC support together with support for the PWM
35965     backlight control through the w83782d chip.  The reset pin of the
35966     latter is attached to GPIO, so we need to reset it in
35967     early_board_init_r.
35968
35969     Signed-off-by: Anatolij Gustschin <agust@denx.de>
35970
35971 commit 7a47753ddcaebbf2142809842f70c5f723bd9ddb
35972 Author: Detlev Zundel <dzu@denx.de>
35973 Date:   Fri Aug 15 15:42:12 2008 +0200
35974
35975     85xx: Socrates: Major code update.
35976
35977     - Update the local bus ranges in the FDT for Linux for the various
35978       devices connected to the local bus via chip-select.
35979
35980     - Set the LCRR_DBYP bit in the LCRR for local bus frequencies
35981       lower than 66 MHz and uses I/O accessor functions consequently.
35982
35983     - UPM data update.
35984
35985     - Update of default environment and configuration.  Use I2C multibus
35986       as we do have two I2C buses.  Also enable sdram and ext2 commands.
35987
35988     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
35989     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
35990     Signed-off-by: Detlev Zundel <dzu@denx.de>
35991
35992 commit 4d2ae70e8c31c22e5710df5ff236b5565ea2cf2c
35993 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35994 Date:   Tue Sep 9 01:22:39 2008 +0200
35995
35996     disk-on-chip: remove duplicate doc_probe declaration
35997
35998     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35999
36000 commit 3221b074a0ab199f6ae47c19cc22f42ddf3ef819
36001 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36002 Date:   Tue Sep 9 00:59:40 2008 +0200
36003
36004     onenand_uboot: fix warning: 'struct mtd_oob_ops' declared inside parameter list
36005
36006     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36007
36008 commit 13b4db0e2107175a8622ebb48529fa3ad8e12c75
36009 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36010 Date:   Tue Sep 9 00:59:39 2008 +0200
36011
36012     rs5c372: fix rtc_set prototype
36013
36014     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36015
36016 commit 1bb8b2ef2722bbaea3cc5d46321ce1d99f9b56f7
36017 Author: Sergei Poselenov <sposelenov@emcraft.com>
36018 Date:   Thu Aug 14 14:08:28 2008 +0200
36019
36020     ARM: fix warning: target CPU does not support interworking
36021
36022     This patch fixes warnings like this:
36023
36024     start.S:0: warning: target CPU does not support interworking
36025
36026     which come from some ARM cross compilers and are caused by hard-coded
36027     (with "--with-cpu=arm9" configuration option) ARM targets (which
36028     support ARM Thumb instructions), while the ARM target selected from
36029     the command line (with "-march=armv4") doesn't support Thumb
36030     instructions.
36031
36032     This warning is issued by the compiler regardless of the real use of
36033     the Thumb instructions in code.
36034
36035     To fix this problem, we use options according to compiler version
36036     being used.
36037
36038     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
36039     Signed-off-by: Wolfgang Denk <wd@denx.de>
36040
36041 commit 4265c35fbcb248e58179007621d61d32d0b3b82a
36042 Author: Sergei Poselenov <sposelenov@emcraft.com>
36043 Date:   Thu Aug 14 14:08:28 2008 +0200
36044
36045     ARM: Use do_div() instead of division for "long long".
36046
36047     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
36048     Signed-off-by: Wolfgang Denk <wd@denx.de>
36049
36050 commit 8febd13c69cb68652577d1a9fcbde954bf784155
36051 Author: Timur Tabi <timur@freescale.com>
36052 Date:   Fri Jul 18 16:52:23 2008 +0200
36053
36054     Update Freescale 85xx boards to sys_eeprom.c
36055
36056     The new sys_eeprom.c supports both the old CCID EEPROM format and the new NXID
36057     format, and so it obsoletes board/freescale/common/cds_eeprom.c.  Freescale
36058     86xx boards already use sys_eeprom.c, so this patch migrates the remaining
36059     Freescale 85xx boards to use it as well.  cds_eeprom.c is deleted.
36060
36061     Signed-off-by: Timur Tabi <timur@freescale.com>
36062
36063 commit 1055171ed05b7c4885737463d52b8d6c013bcb5d
36064 Author: Wolfgang Denk <wd@denx.de>
36065 Date:   Mon Sep 8 23:26:22 2008 +0200
36066
36067     lib_arm/bootm.c: fix compile warnings
36068
36069     bootm.c:128: warning: label 'error' defined but not used
36070     bootm.c:65: warning: unused variable 'ret'
36071
36072     Signed-off-by: Wolfgang Denk <wd@denx.de>
36073
36074 commit 2e3c867d0a63c563a51e65b776973b008f16cec5
36075 Author: Wolfgang Denk <wd@denx.de>
36076 Date:   Mon Sep 8 22:46:42 2008 +0200
36077
36078     ml507: fix out of tree build problem
36079
36080     Signed-off-by: Wolfgang Denk <wd@denx.de>
36081
36082 commit 9863a15a98f23b79f34a0e4f9e465bc6df5d504d
36083 Author: Wolfgang Denk <wd@denx.de>
36084 Date:   Mon Sep 8 22:10:28 2008 +0200
36085
36086     common/cmd_bootm.c: fix printf() format warnings
36087
36088     Signed-off-by: Wolfgang Denk <wd@denx.de>
36089
36090 commit 4394f9a8c42bb1b0abc4fc04bd582d4db5f8b726
36091 Author: Wolfgang Denk <wd@denx.de>
36092 Date:   Mon Sep 8 22:37:45 2008 +0200
36093
36094     BMW, PCIPPC2, PCIPPC6, RBC82: fix compile warnings
36095
36096     missing doc_probe() prototype.
36097
36098     Signed-off-by: Wolfgang Denk <wd@denx.de>
36099
36100 commit 2c5e3cc4994897d364b148942ff23e47783198f6
36101 Author: Wolfgang Denk <wd@denx.de>
36102 Date:   Mon Sep 8 21:28:14 2008 +0200
36103
36104     mk48t59: fix compile problem introduced by commit d1e23194
36105
36106     Signed-off-by: Wolfgang Denk <wd@denx.de>
36107
36108 commit 5ff889349d2ace13f10c9335e09365fcec8247cc
36109 Author: Stefan Roese <sr@denx.de>
36110 Date:   Mon Sep 8 14:11:12 2008 +0200
36111
36112     ppc4xx: Move ppc4xx specific prototypes to ppc4xx header
36113
36114     This patch moves some 4xx specific prototypes out of include common.h
36115     to a ppc4xx specific header.
36116
36117     Signed-off-by: Stefan Roese <sr@denx.de>
36118
36119 commit ac53ee8318678190bf3c68da477a84a657d86fb0
36120 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36121 Date:   Fri Sep 5 15:34:04 2008 +0200
36122
36123     ppc4xx: Update CPCI405(AB) configuration
36124
36125     This patch add FDT support and command line editing capabilities
36126     for CPCI405 and CPCI405AB boards.
36127
36128     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36129     Signed-off-by: Stefan Roese <sr@denx.de>
36130
36131 commit 7b1fbcadf73a83b3beb94abccda1c35e2c075a94
36132 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36133 Date:   Fri Sep 5 15:34:03 2008 +0200
36134
36135     ppc4xx: Cleanup CPCI405 linker script
36136
36137     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36138     Signed-off-by: Stefan Roese <sr@denx.de>
36139
36140 commit 767f9159c5c94cd0cb3135b5b82814ad12816ddf
36141 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36142 Date:   Fri Sep 5 15:34:02 2008 +0200
36143
36144     ppc4xx: Update CPCI405 variants handling
36145
36146     This patch replaces the BOARD_REVISION variable in include/config.mk
36147     by a using a temporary include file in the platform directory.
36148
36149     The former way does not work anymore and the latter is also used by
36150     some other boards.
36151
36152     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36153     Signed-off-by: Stefan Roese <sr@denx.de>
36154
36155 commit f071f01fd09e9bf1cf09de37a7416aacce71bae1
36156 Author: Stefan Roese <sr@denx.de>
36157 Date:   Mon Sep 8 10:01:48 2008 +0200
36158
36159     ppc4xx: Remove CONFIG_CS8952_PHY define
36160
36161     Since this define is only used on one board that was never really in
36162     production, removing this compile time option doesn't hurt and makes
36163     the code more readable.
36164
36165     Signed-off-by: Stefan Roese <sr@denx.de>
36166
36167 commit 6ca8646c1860bba74326bf916a5a3389a5c0d3b5
36168 Author: Stefan Roese <sr@denx.de>
36169 Date:   Fri Sep 5 14:11:40 2008 +0200
36170
36171     ppc4xx: Fix compilation warning for PIP405
36172
36173     This patch fixes a compilation warning for the PIP405 board. It moves the
36174     #ifndef CONFIG_CS8952_PHY define a little so that the warning doesn't
36175     occur anymore. I am a little unsure if this #ifdef is at the correct
36176     place now or if it could be removed completely. This needs to get
36177     tested on the PIP405 board.
36178
36179     Signed-off-by: Stefan Roese <sr@denx.de>
36180
36181 commit 725b53ac61f4df3026b8f6489ef0080fd27d3816
36182 Author: Stefan Roese <sr@denx.de>
36183 Date:   Fri Sep 5 14:09:09 2008 +0200
36184
36185     ppc4xx: Fix compilation warning for canyonlands & glacier
36186
36187     Signed-off-by: Stefan Roese <sr@denx.de>
36188
36189 commit 302e52e0b1d4c7f994991709d0cb6c3ea612cdb5
36190 Author: Kumar Gala <galak@kernel.crashing.org>
36191 Date:   Fri Sep 5 14:40:29 2008 -0500
36192
36193     Fix compiler warning in mpc8xxx ddr code
36194
36195     ctrl_regs.c: In function 'compute_fsl_memctl_config_regs':
36196     ctrl_regs.c:523: warning: 'caslat' may be used uninitialized in this function
36197     ctrl_regs.c:523: note: 'caslat' was declared here
36198
36199     Add a warning in DDR1 case if cas_latency isn't a value we know about.
36200
36201     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
36202     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36203
36204 commit d1e2319414ea5218ba801163e4530ecf2dfcbf36
36205 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36206 Date:   Mon Sep 1 23:06:23 2008 +0200
36207
36208     rtc: allow rtc_set to return an error and use it in cmd_date
36209
36210     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36211
36212 commit ee9536a28cb149bcb6c5dee9d08c62c91f4c72d2
36213 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36214 Date:   Mon Sep 1 01:16:33 2008 +0200
36215
36216     ap325rxa/favr-32-ezkit: Use CONFIG_FLASH_CFI_DRIVER
36217
36218     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36219
36220 commit 6b971c73f182248ce103503d74fbc0100bb8c8b7
36221 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36222 Date:   Sun Aug 31 05:37:04 2008 +0900
36223
36224     config.mk: Move arch-specific condition to $(ARCH)_config.mk
36225
36226     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36227
36228 commit ea86b9e64b811753d9eabe0f560ee189fbe5d0c1
36229 Author: Kumar Gala <galak@kernel.crashing.org>
36230 Date:   Fri Aug 29 19:08:29 2008 -0500
36231
36232     Prevent crash if random/invalid ramdisks are passed to bootm
36233
36234     Adds returning an error from the ramdisk detection code if
36235     its not a real ramdisk (invalid).  There is no reason we can't
36236     just return back to the console if we detect an invalid
36237     ramdisk or CRC error.
36238
36239     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
36240
36241 commit 8e02494e8f86c8f2d7324b5eb9e75271104a01ef
36242 Author: Anatolij Gustschin <agust@denx.de>
36243 Date:   Fri Aug 29 21:04:45 2008 +0200
36244
36245     Prevent crash if random DTB address is passed to bootm
36246
36247     This patch adds bootm_start() return value check. If
36248     error status is returned, we do not proceed further to
36249     prevent board reset or crash as we still can recover
36250     at this point.
36251
36252     Signed-off-by: Anatolij Gustschin <agust@denx.de>
36253
36254 commit cc347801add2689b1ee54d21f62bc14ecf6e1dd8
36255 Author: Andrew Dyer <adyer@righthandtech.com>
36256 Date:   Fri Aug 29 12:30:39 2008 -0500
36257
36258     clean up some #if !defined() in drivers/video/cfb_console.c
36259
36260     rearrange some #if !defined() / #else / #endif statements to remove
36261     the negative logic.
36262
36263     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
36264
36265 commit c83f4c2d77f07174dcd6bef7e87a0f7017be7c33
36266 Author: Kyungmin Park <kmpark@infradead.org>
36267 Date:   Fri Aug 29 09:02:20 2008 +0900
36268
36269     apollon: use the last memory area for u-boot
36270
36271     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
36272
36273 commit a6f2e455b774d0c5d56e44e5661df9adb69b6e07
36274 Author: Heiko Schocher <hs@denx.de>
36275 Date:   Thu Aug 28 13:50:42 2008 +0200
36276
36277     TQM8272: move NAND part in seperate File
36278
36279     I didn't try to use drivers/mtd/nand/fsl_upm.c for the NAND driver,
36280     because I have no longer access to the hardware.
36281
36282     Signed-off-by: Heiko Schocher <hs@denx.de>
36283
36284 commit 584f979f7ee914e32d408739cbdd2c4457ec18b8
36285 Author: Heiko Schocher <hs@denx.de>
36286 Date:   Thu Aug 28 13:48:36 2008 +0200
36287
36288     TQM8272: Fix compiling error for the TQM8272 board.
36289
36290     Fix compile problems caused by
36291     commit  cfa460adfdefcc30d104e1a9ee44994ee349bb7b
36292
36293     Signed-off-by: Heiko Schocher <hs@denx.de>
36294
36295 commit 1a7f8ccec981648ccd38fca2535490582eee08e6
36296 Author: Kyungmin Park <kmpark@infradead.org>
36297 Date:   Wed Aug 27 14:45:20 2008 +0900
36298
36299     Add JFFS2 command support on OneNAND
36300
36301     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
36302
36303 commit f5c3ba79788b0e39baab7026d374fe375dd1a43f
36304 Author: Mark Jackson <mpfj@mimc.co.uk>
36305 Date:   Mon Aug 25 19:21:30 2008 +0100
36306
36307     Allow console input to be disabled
36308
36309     Added new CONFIG_DISABLE_CONSOLE define and GD_FLG_DISABLE_CONSOLE.
36310
36311     When CONFIG_DISABLE_CONSOLE is defined, setting
36312     GD_FLG_DISABLE_CONSOLE disables all console input and output.
36313
36314     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
36315
36316 commit 2b22d608f370565c87f55928b524207031419c11
36317 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
36318 Date:   Wed Jul 30 12:39:29 2008 +0200
36319
36320     loads: allow negative offsets
36321
36322     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
36323
36324 commit e90fb6afab2c0c074dfb67bacb4de179eb188a24
36325 Author: Yuri Tikhonov <yur@emcraft.com>
36326 Date:   Thu Sep 4 11:19:05 2008 +0200
36327
36328     USB EHCI: reset root hub
36329
36330     Some of multi-function USB controllers (e.g. ISP1562) allow root hub
36331     resetting only via EHCI registers. So, this patch adds the
36332     corresponding kind of reset to OHCI's hc_reset() if the newly
36333     introduced CONFIG_PCI_EHCI_DEVNO option is set (e.g. for Socrates
36334     board).
36335
36336     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
36337     Acked-by: Markus Klotzbuecher <mk@denx.de>
36338
36339 commit 5875d358f025c1b042d8a0f08384b756de7256c9
36340 Author: Yuri Tikhonov <yur@emcraft.com>
36341 Date:   Fri Aug 15 15:42:09 2008 +0200
36342
36343     RX 8025 RTC: analyze 12/24-hour mode flag in rtc_get().
36344
36345     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
36346
36347 commit 3e3c026ed746a284c6f0ef139b26d859939de7e9
36348 Author: Stefan Roese <sr@denx.de>
36349 Date:   Fri Sep 5 10:47:46 2008 +0200
36350
36351     devices: Use list_add_tail() instead of list_add() to register a device
36352
36353     This patch fixes a problem spotted on Glacier/Canyonlands (and most
36354     likely lots of other board ports), that no serial output was seen
36355     after console initialization in console_init_r(). This is because the
36356     last added console device was used instead of the first added.
36357
36358     This patch fixes this problem by using list_add_tail() instead of
36359     list_add() to register a device. This way the first added console
36360     is used again.
36361
36362     Signed-off-by: Stefan Roese <sr@denx.de>
36363
36364 commit 78d78236896d62bb8ca7302af38d8f1493eb2651
36365 Author: Victor Gallardo <vgallardo@amcc.com>
36366 Date:   Thu Sep 4 23:49:36 2008 -0700
36367
36368     ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY
36369
36370     This patch adds GPCS, SGMII and M88E1112 PHY support
36371     for the AMCC PPC460GT/EX processors.
36372
36373     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
36374     Signed-off-by: Stefan Roese <sr@denx.de>
36375
36376 commit f6b6c45840f9b4671d2d97243a12a1f3ffb64765
36377 Author: Adam Graham <agraham@amcc.com>
36378 Date:   Wed Sep 3 12:26:59 2008 -0700
36379
36380     ppc4xx: Update Kilauea to use PPC4xx DDR autocalibration routines
36381
36382     Signed-off-by: Adam Graham <agraham@amcc.com>
36383     Signed-off-by: Stefan Roese <sr@denx.de>
36384
36385 commit 075d0b81e896e8735ae26372cd384f87cbd24e41
36386 Author: Adam Graham <agraham@amcc.com>
36387 Date:   Wed Sep 3 12:26:28 2008 -0700
36388
36389     ppc4xx: IBM Memory Controller DDR autocalibration routines
36390
36391     Alternate SDRAM DDR autocalibration routine that can be generically used
36392     for any PPC4xx chips that have the IBM SDRAM Controller core allowing for
36393     support of more DIMM/memory chip vendors and gets the DDR autocalibration
36394     values which give the best read latency performance (SDRAM0_RDCC.[RDSS]).
36395
36396     Two alternate SDRAM DDR autocalibration algoritm are provided in this patch,
36397     "Method_A" and "Method_B".  DDR autocalibration Method_A scans the full range
36398     of possible PPC4xx  SDRAM Controller DDR autocalibration values and takes a
36399     lot longer to run than Method_B.  Method_B executes in the same amount of time
36400     as the currently existing DDR autocalibration routine, i.e. 1 second or so.
36401     Normally Method_B is used and it is set as the default method.
36402
36403     The current U-Boot PPC4xx DDR autocalibration code calibrates the IBM SDRAM
36404     Controller registers.[bit-field]:
36405     1)  SDRAM0_RQDC.[RQFD]
36406     2)  SDRAM0_RFDC.[RFFD]
36407
36408     This alternate PPC4xx DDR autocalibration code calibrates the following
36409     IBM SDRAM Controller registers.[bit-field]:
36410
36411     1)  SDRAM0_WRDTR.[WDTR]
36412     2)  SDRAM0_CLKTR.[CKTR]
36413     3)  SDRAM0_RQDC.[RQFD]
36414     4)  SDRAM0_RFDC.[RFFD]
36415
36416     and will also use the calibrated settings of the above four registers that
36417     produce the best "Read Sample Cycle Select" value in the SDRAM0_RDCC.[RDSS]
36418     register.[bit-field].
36419
36420     Signed-off-by: Adam Graham <agraham@amcc.com>
36421     Signed-off-by: Stefan Roese <sr@denx.de>
36422
36423 commit e07f4a8033b6270b8103049adb6456f660ff4a89
36424 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
36425 Date:   Mon Sep 1 13:09:39 2008 -0400
36426
36427     ppc44x: Unification of virtex5 pp440 boards
36428
36429     This patch provides an unificated way of handling xilinx v5 ppc440 boards.
36430
36431     It unificates 3 different things:
36432
36433     1) Source code
36434     A new board called ppc440-generic has been created. This board includes
36435     a generic tlb initialization (Maps the whole memory into virtual) and
36436     defines board_pre_init, checkboard, initdram and get_sys_info weakly,
36437     so, they can be replaced by specific functions.
36438
36439     If a new board needs to redefine any of the previous functions
36440     (specific initialization) it can create a new directory with the
36441     specific initializations needed. (see the example ml507 board).
36442
36443     2) Configuration file
36444     Common configurations are located under configs/xilinx-ppc440.h, this
36445     header file interpretes the xparameters file generated by EDK and
36446     configurates u-boot in correspondence. Example: if there is a Temac,
36447     allows CMD_CONFIG_NET
36448     Specific configuration are located under specific configuration file.
36449     (see the example ml507 board)
36450
36451     3) Makefile
36452     Some work has been done in order to not duplicate work in the Main
36453     Makefile. Please see the attached code.
36454
36455     In order to support new boards they can be implemented in the next way:
36456
36457     a) Simple Generic Board  (90% of the time)
36458     Using EDK generates a new xparameters.h file, replace
36459     ppc440-generic/xparameters.h  and run make xilinx-ppc440-generic_config
36460     && make
36461
36462     b) Simple Boards with special u-boot parameters (9 % of the time)
36463     Create a new file under configs for it (use ml507.h as example) and
36464     change your paramaters. Create a new Makefile paragraph and compile
36465
36466     c) Complex boards (1% of the time)
36467     Create a new folder for the board, like the ml507
36468
36469     Finally, it adds support for the Avnet FX30T Evaluation board, following
36470     the new generic structure:
36471
36472     Cheap board by Avnet for evaluating the Virtex5 FX technology.
36473
36474     This patch adds support for:
36475      - UartLite
36476      - 16MB Flash
36477      - 64MB RAM
36478
36479     Prior using U-boot in this board, read carefully the ERRATA by Avnet
36480     to solve some memory initialization issues.
36481
36482     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
36483     Signed-off-by: Stefan Roese <sr@denx.de>
36484
36485 commit 64ac1eb5afafced49b327425ad1814b2dc422d6e
36486 Author: Nick Spence <nick.spence@freescale.com>
36487 Date:   Tue Sep 2 15:21:16 2008 -0500
36488
36489     mpc83xx: fix mpc8313 in-tree building with NAND
36490
36491     and add mpc8313 NAND build to MAKEALL
36492
36493     Signed-off-by: Nick Spence <nick.spence@freescale.com>
36494     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36495
36496 commit 6eb2a44e27919fdc601e0c05404b298a7602c0e3
36497 Author: Nick Spence <nick.spence@freescale.com>
36498 Date:   Thu Aug 28 14:09:25 2008 -0700
36499
36500     mpc83xx: clean up cache operations and unlock_ram_in_cache() functions
36501
36502     Cleans up some latent issues with the data cache control so that
36503     dcache_enable() and dcache_disable() will work reliably (after
36504     unlock_ram_in_cache() has been called)
36505
36506     Signed-off-by: Nick Spence <nick.spence@freescale.com>
36507     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36508
36509 commit 46497056ae3b1e81e736e9cf3a170472c5d9719f
36510 Author: Nick Spence <nick.spence@freescale.com>
36511 Date:   Thu Aug 28 14:09:19 2008 -0700
36512
36513     mpc83xx: Store and display Arbiter Event Register values
36514
36515     Record the Arbiter Event Register values and optionally display them.
36516
36517     The Arbiter Event Register can record the type and effective address of
36518     an arbiter error, even through an HRESET. This patch stores the values in
36519     the global data structure.
36520
36521     Display of the Arbiter Event registers immediately after the RSR value
36522     can be enabled with defines. The Arbiter values will only be displayed
36523     if an arbiter event has occured since the last Power On Reset, and either
36524     of the following defines exist:
36525      #define CONFIG_DISPLAY_AER_BRIEF - display only the arbiter address and
36526                                         and type register values
36527      #define CONFIG_DISPLAY_AER_FULL  - display and interpret the arbiter
36528                                         event register values
36529
36530     Address Only transactions are one of the trapped events that can register
36531     as an arbiter event. They occur with some cache manipulation instructions
36532     if the HID0_ABE (Address Broadcast Enable) is set and the memory region
36533     has the MEMORY_COHERENCE WIMG bit set. Setting:
36534      #define CONFIG_MASK_AER_AO - prevents the arbiter from recording address
36535                                   only events, so that it can still capture
36536                                   other real problems.
36537
36538     Signed-off-by: Nick Spence <nick.spence@freescale.com>
36539     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36540
36541 commit ade50c7fa1b16ef98be17e9c3ae286aecf4f5605
36542 Author: Nick Spence <nick.spence@freescale.com>
36543 Date:   Thu Aug 28 14:09:11 2008 -0700
36544
36545     mpc83xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
36546
36547     This is needed in unlock_ram_in_cache() because it is called from C and
36548     will corrupt the small data area anchor that is kept in R2.
36549
36550     lock_ram_in_cache() is modified similarly as good coding practice, but
36551     is not called from C.
36552
36553     Signed-off-by: Nick Spence <nick.spence@freescale.com>
36554     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36555
36556 commit d9fe88173cb4f7d293796ffe10c7a0d3d426d8f9
36557 Author: Nick Spence <nick.spence@freescale.com>
36558 Date:   Fri Aug 22 23:52:50 2008 -0700
36559
36560     MPC83XX: Fix GPIO configuration - set gpio level before direction
36561
36562     Set DAT value before DIR values to avoid creating glitches on the
36563     GPIO signals.
36564
36565     Set gpio level register before direction register to inhibit
36566     glitches on high level output pins.
36567
36568     Dir and data gets cleared at powerup, so high level output lines see
36569     a short low pulse between setting the direction and level registers.
36570
36571     Issue was seen on a new board with the nReset line of the NOR flash
36572     connected to a GPIO. Setting the direction register puts the NOR flash
36573     in reset so the next instruction to set the level cannot get executed.
36574
36575     Signed-off-by: Nick Spence <nick.spence@freescale.com>
36576     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
36577     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36578
36579 commit 7007c5975ee900ad70983b0681d3251e221f8321
36580 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36581 Date:   Tue Sep 2 02:58:32 2008 +0200
36582
36583     doc/qemu_mips: add doc howto debug u-boot with gdb
36584
36585     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36586
36587 commit 7deb3b3ecd0e81ef09bb68aa0ec2346f4ae0a405
36588 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36589 Date:   Wed Sep 3 17:15:45 2008 +0200
36590
36591     ppx4xx: Fix broken DASA_SIM board
36592
36593     This patch adds initdram() to DASA_SIM boards that has been
36594     removed accidentally by a previous commit.
36595
36596     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36597     Signed-off-by: Stefan Roese <sr@denx.de>
36598
36599 commit 7e410aa30fbcb1d19a26bbf1e84a9ca6102d534b
36600 Author: Stefan Roese <sr@denx.de>
36601 Date:   Mon Sep 1 08:35:37 2008 +0200
36602
36603     ppc4xx: Remove reference to common/lists.o from some esd linker scripts
36604
36605     This patch removes some direct references to common/lists.o from some
36606     esd linker scripts. This is necessary because the lists source was moved
36607     and is not in the "common" directory anymore.
36608
36609     Signed-off-by: Stefan Roese <sr@denx.de>
36610
36611 commit 97b0734d65f8a0b03df0a335a2addc759da56107
36612 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36613 Date:   Tue Sep 2 16:33:05 2008 +0200
36614
36615     ppc4xx: Remove obsolete or unused functions from some esd boards
36616
36617     This patch removes initdram() and testdram() from most esd 405 platforms.
36618     Some boards also have an empty dummy implementation of
36619     misc_init_f(). This is also removed.
36620
36621     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36622     Signed-off-by: Stefan Roese <sr@denx.de>
36623
36624 commit 1092ce218c514e5ccb18450ac5af501d96d6e3e9
36625 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36626 Date:   Tue Sep 2 15:07:54 2008 +0200
36627
36628     ppc4xx: Update VOM405 board configuration
36629
36630     - remove PCI code
36631     - add command line editing
36632     - minor cleanup
36633
36634     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36635     Signed-off-by: Stefan Roese <sr@denx.de>
36636
36637 commit 830c800e28e96ec7c3c6936a0bd1b9461f3e77d4
36638 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36639 Date:   Tue Sep 2 15:07:53 2008 +0200
36640
36641     ppc4xx: Remove obsolete initdram() function from VOM405 board
36642
36643     This patch removed the obsolete initdram() function from
36644     VOM405 platform file.
36645
36646     Some minor cleanup.
36647
36648     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36649     Signed-off-by: Stefan Roese <sr@denx.de>
36650
36651 commit 3d4dd7a941b2327b8c2fc535b782ca307ff8b6c8
36652 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36653 Date:   Tue Sep 2 15:07:52 2008 +0200
36654
36655     ppc4xx: Cleanup VOM405 linker script
36656
36657     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36658     Signed-off-by: Stefan Roese <sr@denx.de>
36659
36660 commit fcaffd597f6f5191b12ca66c2a4789bbdeea85c2
36661 Author: Matthias Fuchs <mf@esd.eu>
36662 Date:   Tue Sep 2 15:07:51 2008 +0200
36663
36664     ppc4xx: Add fdt support for VOM405 boards
36665
36666     Signed-off-by: Matthias Fuchs <mf@esd.eu>
36667     Signed-off-by: Stefan Roese <sr@denx.de>
36668
36669 commit 9ec367aa2c5dcf79558aa2b209b45d7686654c14
36670 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36671 Date:   Tue Sep 2 11:36:14 2008 +0200
36672
36673     ppc4xx: Coding style cleanup
36674
36675     Wrap long lines etc.
36676
36677     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36678     Signed-off-by: Stefan Roese <sr@denx.de>
36679
36680 commit 17e65c21adfb63980e6aff80bfbd2df0eeb12060
36681 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36682 Date:   Tue Sep 2 11:35:56 2008 +0200
36683
36684     ppc4xx: Enable USB on PLU405 boards
36685
36686     This patch enables the PCI-OHCI controller on PLU405 board.
36687
36688     Also the default CPU frequency is updated to 266 MHz and
36689     command line editing is enabled.
36690
36691     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36692     Signed-off-by: Stefan Roese <sr@denx.de>
36693
36694 commit 40e43e3b87d57b2ac786e27f6e25a7df9940d93b
36695 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36696 Date:   Tue Sep 2 11:35:35 2008 +0200
36697
36698     ppc4xx: Cleanup PLU405 platform file
36699
36700     This patch
36701     - wraps some long lines
36702     - removes unused/obsolete functions: misc_init_f() and initdram()
36703
36704     Signed-off-by: Matthias Fuchs <mf@esd.eu>
36705     Signed-off-by: Stefan Roese <sr@denx.de>
36706
36707 commit d74cdb1d0614ab78128e0735a51e7988a7b7ea33
36708 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36709 Date:   Tue Sep 2 11:35:04 2008 +0200
36710
36711     ppc4xx: Cleanup PLU405 linker script
36712
36713     Signed-off-by: Matthias Fuchs <mf@esd.eu>
36714     Signed-off-by: Stefan Roese <sr@denx.de>
36715
36716 commit 3bc1054cec2f6b25822f301ea922a16233baa4c7
36717 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36718 Date:   Tue Sep 2 11:34:36 2008 +0200
36719
36720     ppc4xx: Add fdt support for PLU405 boards
36721
36722     Signed-off-by: Matthias Fuchs <mf@esd.eu>
36723     Signed-off-by: Stefan Roese <sr@denx.de>
36724
36725 commit 5a3e480b783bfbc139586293a54fb875d7c5c5d4
36726 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36727 Date:   Tue Sep 2 11:34:08 2008 +0200
36728
36729     ppc4xx: Increase U-Boot size to 384kB for PLU405 boards
36730
36731     Signed-off-by: Matthias Fuchs <mf@esd.eu>
36732     Signed-off-by: Stefan Roese <sr@denx.de>
36733
36734 commit be1b0d2777e179191a57b138b660547a17e55aad
36735 Author: Jochen Friedrich <jochen@scram.de>
36736 Date:   Tue Sep 2 11:24:59 2008 +0200
36737
36738     Don't tftp to unknown flash
36739
36740     If a board has a variable number of flash banks, there are empty entries
36741     in flash_info[] and CFG_DIRECT_FLASH_TFTP is set, tftp boot fails with
36742     "Outside available Flash". This patch skips flash banks with unknown
36743     flash ids.
36744
36745     Signed-off-by: Jochen Friedrich <jochen@scram.de>
36746     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36747
36748 commit 33314470ab32a3f5412bb61b5f3d6c216c88bf9b
36749 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
36750 Date:   Thu Aug 28 13:40:44 2008 +0900
36751
36752     net: smc911x: Add pkt_data_pull and pkt_data_push function
36753
36754     The RSK7203 board has the SMSC9118 wired up 'incorrectly'.
36755     Byte-swapping is necessary, and so poor performance is inevitable.
36756     This problem cannot evade by the swap function of CHIP, this can
36757     evade by software Byte-swapping.
36758     And this has problem by FIFO access only. pkt_data_pull/pkt_data_push
36759     functions necessary to solve this problem.
36760
36761     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
36762     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36763
36764 commit 10efa024b8ffd9e6aaca63da8bddfdffdc672274
36765 Author: Ben Warren <biggerbadderben@gmail.com>
36766 Date:   Sun Aug 31 20:37:00 2008 -0700
36767
36768     Moved initialization of EEPRO100 Ethernet controller to board_eth_init()
36769
36770     Affected boards:
36771         db64360
36772         db64460
36773         katmai
36774         taihu
36775         taishan
36776         yucca
36777         cpc45
36778         cpu87
36779         eXalion
36780         elppc
36781         debris
36782         kvme080
36783         mpc8315erdb
36784         integratorap
36785         ixdp425
36786         oxc
36787         pm826
36788         pm828
36789         pm854
36790         pm856
36791         ppmc7xx
36792         sc3
36793         sc520_spunk
36794         sorcery
36795         tqm8272
36796         tqm85xx
36797         utx8245
36798
36799     Removed initialization of the driver from net/eth.c
36800     Also, wrapped contents of pci_eth_init() by CONFIG_PCI.
36801
36802     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36803
36804 commit 8ca0b3f99c4fce7a599dcaf92ae095496dc8c8e0
36805 Author: Ben Warren <biggerbadderben@gmail.com>
36806 Date:   Sun Aug 31 10:45:44 2008 -0700
36807
36808     Moved initialization of TULIP Ethernet controller to board_eth_init()
36809
36810     Affected boards:
36811         cu824
36812         bab7xx
36813         adciop
36814         dasa_sim
36815         mousse
36816         mpc8540eval
36817         musenki
36818         mvblue
36819         pcippc2/pcippc6
36820         sbc8240
36821         stxssa
36822
36823     Removed initialization of the driver from net/eth.c
36824
36825     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36826
36827 commit ad3381cf4167120db5c7b88e4970245e1d5c0a32
36828 Author: Ben Warren <biggerbadderben@gmail.com>
36829 Date:   Sun Aug 31 10:44:19 2008 -0700
36830
36831     Moved initialization of E1000 Ethernet controller to board_eth_init()
36832
36833     Affected boards:
36834         ap1000
36835         mvbc_p
36836         PM854
36837
36838     Removed initialization of the driver from net/eth.c
36839
36840     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36841
36842 commit 4fce2aceaf8afd31a252bc782c9dbc497bf40487
36843 Author: Ben Warren <biggerbadderben@gmail.com>
36844 Date:   Sun Aug 31 10:40:51 2008 -0700
36845
36846     Moved initialization of plb2800 Ethernet driver to board_eth_init
36847
36848     Affected boards:
36849         purple
36850
36851     Removed initialization of controller from net/eth.c
36852
36853     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36854
36855 commit e1d7480b5de1fd4830bf7cf5e2237d3b0846d08d
36856 Author: Ben Warren <biggerbadderben@gmail.com>
36857 Date:   Sun Aug 31 10:39:12 2008 -0700
36858
36859     Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directory
36860
36861     Modified board_eth_init() functions of boards that have this FEC in addition
36862     to other Ethernet controllers.
36863
36864     Affected boards:
36865         bc3450
36866         icecube
36867         mvbc_p
36868         o2dnt
36869         pm520
36870         total5200
36871         tq5200
36872
36873     Removed initialization of controller from net/eth.c
36874
36875     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36876
36877 commit a0aad08f9427ac00218bdb2cb649833ce6ec9b8d
36878 Author: Ben Warren <biggerbadderben@gmail.com>
36879 Date:   Sun Aug 31 10:36:38 2008 -0700
36880
36881     Moved initialization of MPC512x_FEC Ethernet driver to CPU directory
36882
36883     Added a cpu_eth_init() function to MPC512x CPU directory and
36884     removed code from net/eth.c
36885
36886     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36887
36888 commit 8218bd2aa68820b878a8413493ae17fd8d21f944
36889 Author: Ben Warren <biggerbadderben@gmail.com>
36890 Date:   Sun Aug 31 10:16:59 2008 -0700
36891
36892     Moved initialization of IncaIP Ethernet controller to board_eth_init
36893
36894     Affected boards:
36895         IncaIP
36896
36897     Removed initialization of the driver from net/eth.c
36898
36899     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36900
36901 commit 164846eeb25cb2a5ede7ab9371fdca7f4831a055
36902 Author: Ben Warren <biggerbadderben@gmail.com>
36903 Date:   Sun Aug 31 10:15:26 2008 -0700
36904
36905     Moved initialization of 3COM Ethernet controller (AmigaOne) to board_eth_init()
36906
36907         Affected boards:
36908             AmigaOneG3SE
36909
36910         Removed initialization of the driver from net/eth.c
36911
36912     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36913
36914 commit 6aca145e067efe75398e9fac97822bd3700de0b2
36915 Author: Ben Warren <biggerbadderben@gmail.com>
36916 Date:   Sun Aug 31 10:13:34 2008 -0700
36917
36918     Moved initialization of GT6426x Ethernet controller to board_eth_init()
36919
36920     Affected boards:
36921         EVB64260
36922         P3G4
36923         ZUMA
36924
36925     Removed initialization of the driver from net/eth.c
36926
36927     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36928
36929 commit e3090534d62045dcb73f5392bacc64a4e8e443dc
36930 Author: Ben Warren <biggerbadderben@gmail.com>
36931 Date:   Sun Aug 31 10:08:43 2008 -0700
36932
36933     Moved initialization of PCNET Ethernet controller to board_eth_init()
36934
36935     Affected boards:
36936         PN62
36937         sc520_cdp
36938
36939     Removed initialization of the driver from net/eth.c
36940
36941     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36942
36943 commit b902b8dda5e1fd4d5fe2f202c71ee3521d2c40ed
36944 Author: Ben Warren <biggerbadderben@gmail.com>
36945 Date:   Sun Aug 31 10:07:16 2008 -0700
36946
36947     Moved initialization of NATSEMI Ethernet controller to board_eth_init()
36948
36949     Affected boards:
36950         a3000
36951
36952     Removed initialization of the driver from net/eth.c
36953
36954     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36955
36956 commit 19403633dd70333893c2da7926a1d0dcd6dab7d8
36957 Author: Ben Warren <biggerbadderben@gmail.com>
36958 Date:   Sun Aug 31 10:03:22 2008 -0700
36959
36960     Moved initialization of NS8382X Ethernet controller to board_eth_init()
36961
36962     Affected boards:
36963         bc3450
36964         cpci5200
36965         mecp5200
36966         pf2000
36967         icecube
36968         o2dnt
36969         pm520
36970         sandpoint8245
36971         total5200
36972         tqm5200
36973
36974     Removed initialization of the driver from net/eth.c
36975
36976     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36977
36978 commit ccdd12f83ef93719fbe85f642aa4dc648b9498f0
36979 Author: Ben Warren <biggerbadderben@gmail.com>
36980 Date:   Sun Aug 31 09:59:33 2008 -0700
36981
36982     Moved initialization of TSI108 Ethernet controller to board_eth_init()
36983
36984     Affected boards:
36985         mpc7448hpc2
36986
36987     Removed initialization of the driver from net/eth.c
36988
36989     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36990
36991 commit 0b252f50ae218ae15bfb63af44227972686ebc56
36992 Author: Ben Warren <biggerbadderben@gmail.com>
36993 Date:   Sun Aug 31 21:41:08 2008 -0700
36994
36995     Moved initialization of RTL8139 Ethernet controller to board_eth_init()
36996
36997     Affected boards:
36998         hidden_dragon
36999         MPC8544DS
37000         MPC8610HPCN
37001         R2DPLUS
37002         TB0229
37003
37004     Removed initialization of the driver from net/eth.c
37005
37006     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
37007
37008 commit 02d69891d95ee76b0e86e1715a4dc0b964a57cb7
37009 Author: Ben Warren <biggerbadderben@gmail.com>
37010 Date:   Sun Aug 31 09:49:42 2008 -0700
37011
37012     Moved initialization of RTL8169 Ethernet controller to board_eth_init()
37013
37014     Affected boards:
37015         linkstation
37016         r7780mp
37017
37018     Removed initialization of the driver from net/eth.c
37019
37020     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
37021
37022 commit 3ae071e44256144d6c1e3febb65f6c56bd433769
37023 Author: Ben Warren <biggerbadderben@gmail.com>
37024 Date:   Tue Aug 12 22:11:53 2008 -0700
37025
37026     Moved initialization of Ethernet controllers on Atmel AT91 to board_eth_init()
37027
37028     Removed at91sam9_eth_initialize() from net/eth.c
37029
37030     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
37031
37032 commit 89973f8a82c28ad893c4c3cc56839a8e10fe5f13
37033 Author: Ben Warren <biggerbadderben@gmail.com>
37034 Date:   Sun Aug 31 22:22:04 2008 -0700
37035
37036     Introduce netdev.h header file and remove externs
37037
37038     This addresses all drivers whose initializers have already
37039     been moved to board_eth_init()/cpu_eth_init().
37040
37041     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
37042
37043 commit 5a8a163ac394d9f4f7ff57f415d82bd673b0068c
37044 Author: Andy Fleming <afleming@freescale.com>
37045 Date:   Sun Aug 31 16:33:30 2008 -0500
37046
37047     Add pixis_set_sgmii command
37048
37049     The 8544DS and 8572DS platforms support an optional SGMII riser card to
37050     expose ethernet over an SGMII interface.  Once the card is in, it is also
37051     necessary to configure the board such that it uses the card, rather than
37052     the on-board ethernet ports.  This can either be done by flipping dip switches
37053     on the motherboard, or by modifying registers in the pixis.  Either way
37054     requires a reboot.
37055
37056     This adds a command to allow users to choose which ports are routed through
37057     the SGMII card, and which through the onboard ports.  It also allows users
37058     to revert to the current switch settings.
37059
37060     This code does not work on the 8572, as the PIXIS is different.
37061
37062     Signed-off-by: Andy Fleming <afleming@freescale.com>
37063     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
37064
37065 commit 216f2a7156a5fde7b47adc40ad553c888a9cbaa7
37066 Author: Andy Fleming <afleming@freescale.com>
37067 Date:   Sun Aug 31 16:33:29 2008 -0500
37068
37069     Add SGMII support for the 8544 DS
37070
37071     The 8544 DS has an optional SGMII Riser card, which uses different PHY
37072     addresses.  Check if we are in SGMII mode, and invoke the SGMII Riser
37073     setup code if so.
37074
37075     Signed-off-by: Andy Fleming <afleming@freescale.com>
37076     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
37077
37078 commit 652f7c2eef76a1340928bd660845441e932d86a2
37079 Author: Andy Fleming <afleming@freescale.com>
37080 Date:   Sun Aug 31 16:33:28 2008 -0500
37081
37082     Add support for Freescale SGMII Riser Card
37083
37084     The 8544DS and 8572DS systems have an optional SGMII riser card which
37085     exposes new ethernet ports which are connected to the eTSECs via an
37086     SGMII interface.  The SGMII PHYs for this board are offset from the standard
37087     PHY addresses, so this code modifies the passed in tsec_info structure to
37088     use the SGMII PHYs on the card, instead.
37089
37090     Signed-off-by: Andy Fleming <afleming@freescale.com>
37091     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
37092
37093 commit 2abe361c03b43e6dcf68f54e96b5c05156c49284
37094 Author: Andy Fleming <afleming@freescale.com>
37095 Date:   Sun Aug 31 16:33:27 2008 -0500
37096
37097     Add SGMII support to the tsec
37098
37099     Adds support for configuring the TBI to talk properly with the SerDes.
37100
37101     Signed-off-by: Andy Fleming <afleming@freescale.com>
37102     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
37103
37104 commit 75b9d4ae0d69f214eab641caf12ce8af83a39a42
37105 Author: Andy Fleming <afleming@freescale.com>
37106 Date:   Sun Aug 31 16:33:26 2008 -0500
37107
37108     Pass in tsec_info struct through tsec_initialize
37109
37110     The tsec driver contains a hard-coded array of configuration information
37111     for the tsec ethernet controllers.  We create a default function that works
37112     for most tsecs, and allow that to be overridden by board code.  It creates
37113     an array of tsec_info structures, which are then parsed by the corresponding
37114     driver instance to determine configuration.  Also, add regs, miiregs, and
37115     devname fields to the tsec_info structure, so that we don't need the kludgy
37116     "index" parameter.
37117
37118     Signed-off-by: Andy Fleming <afleming@freescale.com>
37119     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
37120
37121 commit dd3d1f56a01f460d560766126ee7dfed2ea9bc10
37122 Author: Andy Fleming <afleming@freescale.com>
37123 Date:   Sun Aug 31 16:33:25 2008 -0500
37124
37125     tsec: Move tsec.h to include/
37126
37127     This is to prepare the way for board code passing in the tsec_info structure
37128
37129     Signed-off-by: Andy Fleming <afleming@freescale.com>
37130     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
37131
37132 commit d23dc394aa69093b6326ad917db04dc0d1aff3f8
37133 Author: Sergei Poselenov <sposelenov@emcraft.com>
37134 Date:   Fri Jun 6 15:52:44 2008 +0200
37135
37136     PHY: Add support for the M88E1121R Marvell chip.
37137
37138     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
37139     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
37140     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
37141
37142 commit 1711f3bd16d1c5e9d17b4c0198b426d86999781b
37143 Author: Wolfgang Denk <wd@denx.de>
37144 Date:   Tue Sep 2 21:17:36 2008 +0200
37145
37146     fw_env.c: fix build problems with MTD_VERSION=old
37147
37148     (as needed to support old 2.4 Linux kernel based releases)
37149
37150     Signed-off-by: Wolfgang Denk <wd@denx.de>
37151
37152 commit 628ffd73bcff0c9f3bc5a8eeb2c7455fe9d28a51
37153 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37154 Date:   Mon Sep 1 17:11:26 2008 +0200
37155
37156     device: make device_register() clone the device
37157
37158     This is expected by the callers, but this fact was hidden well within
37159     the old list implementation.
37160
37161     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37162
37163 commit baf449fc5ff96f071bb0e3789fd3265f6d4fd9a0
37164 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37165 Date:   Mon Sep 1 14:00:07 2008 +0200
37166
37167     avr32: Add support for "GPIO" port mux
37168
37169     The "GPIO" port mux is used on AVR32 UC3 parts as well as AT32AP7200 and
37170     all later AVR32 chips. This patch adds a driver for it, implementing the
37171     same API as the existing portmux-pio driver but with more functionality.
37172
37173     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37174
37175 commit d92852579546c46bdaac978e0b6767a6645b69e0
37176 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37177 Date:   Fri Aug 15 15:02:29 2008 +0200
37178
37179     atstk1000: Convert to new-style makefile
37180
37181     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37182
37183 commit 25e6854d42c11046a468576179b5494f850311b2
37184 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37185 Date:   Sun Aug 31 18:46:35 2008 +0200
37186
37187     avr32: use board_early_init_r instead of board_init_info
37188
37189     Replace the avr32-specific board_init_info hook by the standard
37190     board_early_init_r hook and make it optional.
37191
37192     board_early_init_r() runs somewhat earlier than board_init_info used to
37193     do, but this isn't a problem for any of the in-tree boards.
37194
37195     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37196
37197 commit 36d375faf5cff98e8dca32aabbbb1ec6036437dd
37198 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37199 Date:   Sun Aug 31 18:24:24 2008 +0200
37200
37201     avr32: Use board_postclk_init instead of gclk_init
37202
37203     Replace the avr32-specific gclk_init() board hook with the standard
37204     board_postclk_init() hook which is supposed to run at the same point
37205     during initialization.
37206
37207     Provide a dummy weak alias for boards not implementing this hook. The
37208     cost of this is:
37209       - 2 bytes for the dummy function (retal 0)
37210       - 2 bytes for each unnecessary function call (short rcall)
37211
37212     which is a pretty small price to pay for avoiding lots of #ifdef
37213     clutter. In this particular case, all boards probably end up slightly
37214     smaller because we avoid the conditional checking if the gclk_init
37215     symbol is NULL.
37216
37217     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37218
37219 commit abdde2b1d570b1ee77606bf783444fcddf7f0965
37220 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37221 Date:   Sun Aug 31 18:07:35 2008 +0200
37222
37223     hammerhead: Use gclk helper functions
37224
37225     Use the new gclk helper functions to set up the PHY clock instead of
37226     accessing the PM registers directly.
37227
37228     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37229
37230 commit 98090cd75cdb40b2ab94c806c338540a5716748b
37231 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37232 Date:   Sun Aug 31 18:05:32 2008 +0200
37233
37234     avr32: Add gclk helper functions
37235
37236     Add two helper functions for configuring and enabling generic clocks:
37237       - gclk_enable_output: Enables output on a GCLKx pin
37238       - gclk_set_rate: Configures a gclk to run at a specific rate
37239
37240     This should eliminate any reason to go mucking about with PM registers
37241     from board code.
37242
37243     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37244
37245 commit ab0df36fc7db9dda0b786b909f653e279dfeb9cf
37246 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37247 Date:   Fri Aug 29 21:09:49 2008 +0200
37248
37249     avr32: refactor the portmux/gpio code
37250
37251       - Separate the portmux configuration functionality from the GPIO pin
37252         control API.
37253       - Separate the controller-specific code from the chip-specific code.
37254       - Allow "ganged" port configuration (multiple pins at once).
37255       - Add more flexibility to the "canned" peripheral select functions:
37256           - Allow using more than 23 address bits, more chip selects, as
37257         well as NAND- and CF-specific pins.
37258           - Make the MACB SPEED pin optional, and choose between MII/RMII
37259         using a parameter instead of an #ifdef.
37260           - Make it possible to use other MMC slots than slot 0, and support
37261         different MMC/SDCard data bus widths.
37262       - Use more reasonable pull-up defaults; floating pins may consume a
37263         lot of power.
37264       - Get rid of some custom portmux code from the mimc200 board code. The
37265         old gpio/portmux API couldn't really handle its requirements, but
37266         the new one can.
37267       - Add documentation.
37268
37269     The end result is slightly smaller code for all boards. Which isn't
37270     really the point, but at least it isn't any larger.
37271
37272     This has been verified on ATSTK1002 and ATNGW100. I'd appreciate if
37273     the board maintainers could help me test this on their boards. In
37274     particular, the mimc200 port has lost a lot of code, so I'm hoping Mark
37275     can help me out.
37276
37277     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37278     Cc: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
37279     Cc: Mark Jackson <mpfj@mimc.co.uk>
37280     Cc: Alex Raimondi <alex.raimondi@miromico.ch>
37281     Cc: Julien May <julien.may@miromico.ch>
37282
37283     Changes since v1:
37284       * Enable pullup on NWAIT
37285       * Add missing include to portmux-pio.h
37286       * Rename CONFIG_PIO2 -> CONFIG_PORTMUX_PIO to match docs
37287
37288 commit 4c24e8288c601cb773ab02528b48a8577970e867
37289 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37290 Date:   Sat Aug 30 17:28:36 2008 +0200
37291
37292     avr32: data_bits should reflect the actual number of data bits
37293
37294     Make the data_bits enum in struct sdram_config reflect the actual number
37295     of data bits on the bus, i.e. 16 or 32. Having 0 mean 16 bits and 1 mean
37296     32 bits is just too confusing.
37297
37298     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37299
37300 commit 66b7bc5175325809718d8d49ef073bc1036ad71b
37301 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37302 Date:   Fri Aug 29 17:48:18 2008 +0200
37303
37304     avr32: Update README
37305
37306     Remove some outdated and/or unnecessary information, and add updated
37307     information about the toolchain and buildroot.
37308
37309     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
37310
37311 commit c75e772a2f061a508bba28ded1b5bea91f0442b0
37312 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
37313 Date:   Sun Aug 31 23:28:15 2008 +0900
37314
37315     sh: Remove CC line from board's Makefile
37316
37317     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
37318
37319 commit 468eae0660de6fdfd9999944c536ecc4797bd944
37320 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
37321 Date:   Sun Aug 31 23:25:57 2008 +0900
37322
37323     sh: Replaced "@./mkconfig" for @$(MKCONFIG)
37324
37325     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
37326
37327 commit 3aeb1ff7482a732503186c742d3a5ded4b7a0d34
37328 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
37329 Date:   Thu Aug 28 14:50:52 2008 +0900
37330
37331     sh: Add support sh2 to MAKEALL
37332
37333     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
37334     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
37335
37336 commit 6f3d8bb5faa12dbf3031382286784c978df038ee
37337 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
37338 Date:   Thu Aug 28 14:52:23 2008 +0900
37339
37340     sh: Fix compile error rsk7203 board
37341
37342     This boards used old type preprocessor.
37343     This patch fix compile error.
37344
37345     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
37346     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
37347
37348 commit 1c98172e025018552e9bb4c43b0aaee76f79b1aa
37349 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
37350 Date:   Thu Aug 28 14:53:31 2008 +0900
37351
37352     sh: Fix compile error sh7785lcr board
37353
37354     This boards used old type preprocessor.
37355     This patch fix compile error.
37356
37357     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
37358     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
37359
37360 commit 6f0da4972e48f99d37bc522814940a6022cd3084
37361 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
37362 Date:   Fri Aug 22 17:39:09 2008 +0900
37363
37364     sh: Renesas Solutions AP325RXA board support
37365
37366     AP325RXA is SH7723's reference board.
37367     This has SCIF, NOR Flash, Ethernet, USB host, LCDC, SD Host, Camera and other.
37368     In this patch, support SCIF, NOR Flash, and Ethernet.
37369
37370     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
37371     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
37372
37373 commit ab09f433b50bb83b5e440c335bc3839ee069e534
37374 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
37375 Date:   Fri Aug 22 17:48:51 2008 +0900
37376
37377     sh: add support Renesas SH7723
37378
37379     Renesas SH7723 has 5 SCIF, SD, Camera, LCDC and other.
37380     This patch supports CPU register's header file and SCIF serial driver.
37381
37382     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
37383     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
37384
37385 commit c655fad06ba3fb042dbc667724a40e1a9a091248
37386 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
37387 Date:   Sun Aug 31 23:02:04 2008 +0900
37388
37389     sh: Renesas RSK+ 7203 board support
37390
37391     This adds initial support for the RTE RSK+ SH7203 board.
37392
37393     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
37394     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
37395
37396 commit 6ede753ddf52a7b0f992d9bccbe5e4a0968ca475
37397 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
37398 Date:   Thu Jul 3 23:11:02 2008 +0900
37399
37400     sh: Add support Renesas SH7203 processor
37401
37402     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
37403     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
37404
37405 commit 6ad43d0dd86b612895ddc7f480eb6cdfe793adf9
37406 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
37407 Date:   Sun Aug 31 22:48:33 2008 +0900
37408
37409     sh: Add support SH2/SH2A which is CPU of Renesas Technology
37410
37411     Add support SH2/SH2A basic function.
37412
37413     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
37414     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
37415
37416 commit 0d53a47dc0737b6aa3a39caee21410c169441ae5
37417 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
37418 Date:   Sun Aug 31 22:45:08 2008 +0900
37419
37420     sh: Renesas R0P7785LC0011RL board support
37421
37422     This board has SH7785, 512MB DDR2-SDRAM, NOR Flash,
37423     Graphic, Ethernet, USB, SD, RTC, and I2C controller.
37424
37425     This patch supports the following functions:
37426      - 128MB DDR2-SDRAM (29-bit address mode only)
37427      - NOR Flash
37428      - USB host
37429      - Ethernet
37430
37431     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
37432     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
37433
37434 commit b0b6218929bc7de9a6bdb8e564fa8ec2efa71b4e
37435 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
37436 Date:   Thu Jul 10 19:32:53 2008 +0900
37437
37438     sh: add support for SH7785
37439
37440     Renesas SH7785 has DDR2-SDRAM controller, PCI, and other.
37441     This patch supports CPU register's header file.
37442
37443     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
37444     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
37445
37446 commit d6e04258be8f2408845468d3cf722a4cf0433445
37447 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37448 Date:   Sun Aug 31 04:45:42 2008 +0200
37449
37450     davinci: fix remaining dm644x_eth
37451
37452     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37453
37454 commit 08ab4e1780fa63c88dd5a5ab52f4ff4ed1ee1878
37455 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37456 Date:   Sun Aug 31 04:24:56 2008 +0200
37457
37458     fs: Move conditional compilation to Makefile
37459
37460     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37461
37462 commit c1de7a6daf9c657484e1c6d433f01fccd49a7f48
37463 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37464 Date:   Sun Aug 31 04:24:55 2008 +0200
37465
37466     devices: merge to list_head
37467
37468     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37469
37470 commit ef0255fc75f28655f9681422079287d68a14dbaa
37471 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37472 Date:   Sun Aug 31 04:24:51 2008 +0200
37473
37474     update linux/list
37475
37476     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37477
37478 commit 71cb31227bee741b274f6c0279b2aac1ab8e28e3
37479 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37480 Date:   Sun Aug 31 00:39:48 2008 +0200
37481
37482     smdk6400: add gitignore
37483
37484     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37485
37486 commit f9f692e2b146d4e306b777e6d5f69f1d725b9eb9
37487 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37488 Date:   Sun Aug 31 00:39:48 2008 +0200
37489
37490     smdk6400: Use CONFIG_FLASH_CFI_DRIVER
37491
37492     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37493
37494 commit 7c0e5a8db3d1358b0ce3cc85ada0de6341ca4a15
37495 Author: Guennadi Liakhovetski <lg@denx.de>
37496 Date:   Sun Aug 31 00:39:47 2008 +0200
37497
37498     smdk6400: remove redundant bootargs definition
37499
37500     Double bootargs setting leads to a duplicated environmant entry.
37501
37502     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
37503
37504 commit 11edcfe260f20dcea79284a3e95270989d433854
37505 Author: Guennadi Liakhovetski <lg@denx.de>
37506 Date:   Sun Aug 31 00:39:47 2008 +0200
37507
37508     ARM: Add support for S3C6400 based SMDK6400 board
37509
37510     SMDK6400 can only boot U-Boot from NAND-flash. This patch adds a nand_spl
37511     driver for it too. The board can also boot from the NOR flash, but due to
37512     hardware limitations it can only address 64KiB on it, which is not enough
37513     for U-Boot. Based on the original sources by Samsung for U-Boot 1.1.6.
37514
37515     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
37516
37517 commit e0056b341069796eaea11eae0fc8eb93a3dceaac
37518 Author: Guennadi Liakhovetski <lg@denx.de>
37519 Date:   Sun Aug 31 00:39:47 2008 +0200
37520
37521     NAND: add NAND driver for S3C64XX
37522
37523     Based on the original S3C64XX NAND driver by Samsung for U-Boot 1.1.6.
37524
37525     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
37526
37527 commit 3fe7b589f9c7463df39056f8872006a67f56a91c
37528 Author: Guennadi Liakhovetski <lg@denx.de>
37529 Date:   Sun Aug 31 00:39:47 2008 +0200
37530
37531     S3C64XX: remove broken HWFLOW support from the serial driver
37532
37533     As noted by Harald Welte, HWFLOW support in the S3C64XX serial driver is
37534     broken and currently unused. Remove it.
37535
37536     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
37537
37538 commit 2fb28dcf82048045e1bf5014e938e486fa6c2383
37539 Author: Guennadi Liakhovetski <lg@denx.de>
37540 Date:   Sun Aug 31 00:39:47 2008 +0200
37541
37542     serial: add S3C64XX serial driver
37543
37544     Based on the original S3C64XX UART driver by Samsung for U-Boot 1.1.6.
37545
37546     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
37547
37548 commit 8262813ca04fc57f5d8856e1828085c136e0f1eb
37549 Author: Guennadi Liakhovetski <lg@denx.de>
37550 Date:   Sun Aug 31 00:39:46 2008 +0200
37551
37552     USB: Add support for OHCI controller on S3C6400
37553
37554     Notice: USB on S3C6400 currently works _only_ with switched off MMU. One could
37555     try to enable the MMU, but map addresses 1-to-1, and disable data cache, then
37556     it should work too and we could still profit from instruction cache.
37557
37558     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
37559
37560 commit 9b07773f8883665b002500c190507e9fd99b7181
37561 Author: Guennadi Liakhovetski <lg@denx.de>
37562 Date:   Sun Aug 31 00:39:46 2008 +0200
37563
37564     ARM: Add arm1176 core with S3C6400 SoC
37565
37566     Based on the original S3C64XX port by Samsung for U-Boot 1.1.6.
37567
37568     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
37569
37570 commit fcaac589a68115819ddadcf5c18ded9a5f9e2c75
37571 Author: Sandeep Paulraj <s-paulraj@ti.com>
37572 Date:   Sun Aug 31 00:39:46 2008 +0200
37573
37574     ARM DaVinci: Changing function names for EMAC driver
37575
37576     DM644x is just one of a series of DaVinci chips that use the EMAC driver.
37577     By replacing all the function names that start with dm644x_* to davinci_*
37578     we make these function more portable. I have tested this change on my EVM.
37579     DM6467 is another DaVinci SOC which uses the EMAC driver and i will
37580     be sending patches that add DaVinci DM6467 support to the list soon.
37581
37582     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
37583
37584 commit fbbb1de369ca7d5ace6f7b0ce9d0aee24a6f457b
37585 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
37586 Date:   Sat Aug 30 23:21:30 2008 +0200
37587
37588     Integrator[AP/CP] - Remove unused file memsetup.S
37589
37590     - memsetup.s is changed/merged to lowlevel_init.S
37591       memsetup.S has a global label memsetup that just returns back to caller
37592     - memsetup global label is changed/merged to lowlevel_init
37593       This label is not called from anywhere.
37594
37595     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
37596
37597 commit 89d51d022a63be1a851eda983c8cbce1a044f65f
37598 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
37599 Date:   Wed Aug 27 21:35:52 2008 +0200
37600
37601     ARM DaVinci: Standardize names of directories/files
37602
37603     ARM DaVinci: Standardize names of directories/files.
37604
37605     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
37606     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37607
37608 commit 264bbdd11d01f14f5ea4629556ae63b00b13402d
37609 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
37610 Date:   Fri Jul 11 15:10:13 2008 -0400
37611
37612     ARM DaVinci: Move common functions to board/davinci/common
37613
37614     ARM DaVinci: Move common functions to board/davinci/common.
37615
37616     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
37617
37618 commit c2b4b2e4814f4ace9015fdb64132894327400bf0
37619 Author: Stefan Roese <sr@denx.de>
37620 Date:   Fri Aug 29 11:56:49 2008 +0200
37621
37622     ppc4xx/NAND: Add select_chip function to 4xx NDFC driver
37623
37624     This function is needed for the new NAND infrastructure. We only need
37625     a dummy implementation though for the NDFC.
37626
37627     Signed-off-by: Stefan Roese <sr@denx.de>
37628
37629 commit 3d4a746e2fb4545f07d871049805fb34ae97cc94
37630 Author: Stefan Roese <sr@denx.de>
37631 Date:   Fri Aug 29 12:06:27 2008 +0200
37632
37633     ppc4xx: Increase image size for NAND boot target
37634
37635     This is needed since now with HUSH enabled (amcc-common.h) the image
37636     read from NAND exceeds the previous limit.
37637
37638     Signed-off-by: Stefan Roese <sr@denx.de>
37639
37640 commit 6b5049d056cd8ef72d1f2f461ceb2d033d93f759
37641 Author: Ben Warren <biggerbadderben@gmail.com>
37642 Date:   Thu Aug 28 23:58:30 2008 -0700
37643
37644     Move MPC512x_FEC driver to drivers/net
37645
37646     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
37647
37648 commit 80b00af01b3c9154774de2936f05a051e92f6a03
37649 Author: Ben Warren <biggerbadderben@gmail.com>
37650 Date:   Thu Aug 28 23:58:29 2008 -0700
37651
37652     Move MPC5xxx_FEC driver to drivers/net
37653
37654     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
37655
37656 commit 3de7bf0e6b1ad2608014096c8192f13229b2e9d7
37657 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37658 Date:   Fri Aug 29 21:53:57 2008 +0200
37659
37660     cmd_terminal: remove no need ifdef
37661
37662     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37663
37664 commit 578118bdf122877ae769776be002255be447b4fa
37665 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37666 Date:   Fri Aug 29 21:53:57 2008 +0200
37667
37668     common/Makefile: order by functionality
37669
37670     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37671
37672 commit ba7b5b2348b684cf8ec424b2e38e267dc1cfd2fb
37673 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37674 Date:   Fri Aug 29 21:53:56 2008 +0200
37675
37676     miiphyutil: Move conditional compilation to Makefile
37677
37678     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37679
37680 commit 81789c39db3f0f6b621df8c0ec66014d701f368e
37681 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37682 Date:   Fri Aug 29 21:53:37 2008 +0200
37683
37684     autoscript: Move conditional compilation to Makefile
37685
37686     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37687
37688 commit bbf52df9aa94ffb115b8b1ebeb00d01374bb0a1d
37689 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37690 Date:   Fri Aug 29 01:18:11 2008 +0200
37691
37692     crc16: move to lib_generic
37693
37694     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37695
37696 commit 55195773eacefb22dd483a3c560ea30a14263ce1
37697 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37698 Date:   Fri Aug 29 01:18:01 2008 +0200
37699
37700     miiphybb: move to drivers/net/phy
37701
37702     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37703
37704 commit e8314035996a9118ac5948df2ff8a2f2161ed67a
37705 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37706 Date:   Thu Aug 28 12:31:51 2008 +0200
37707
37708     soft_spi: move to drivers/spi
37709
37710     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37711
37712 commit 4d75e0aa9caca64d4a1d55d95cd1ca5f30d9fc56
37713 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37714 Date:   Thu Aug 28 12:31:51 2008 +0200
37715
37716     soft_i2c: move to drivers/i2c
37717
37718     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37719
37720 commit 717a222229fdb77703e9174d0eb08a4b41febf49
37721 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37722 Date:   Thu Aug 28 12:31:48 2008 +0200
37723
37724     gunzip: move to lib_generic
37725
37726     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37727
37728 commit 52aef8f9ba28b747973bf76741c23db658d5773c
37729 Author: Wolfgang Ocker <weo@reccoware.de>
37730 Date:   Tue Aug 26 19:55:23 2008 +0200
37731
37732     ppc4xx: NAND configuration
37733
37734     Made NAND bank configuration setting a config variable.
37735
37736     Signed-off-by: Wolfgang Ocker <weo@reccoware.de>
37737     Signed-off-by: Stefan Roese <sr@denx.de>
37738
37739 commit 5bc542a593abc9e974fbd34704af85c37c366c60
37740 Author: Victor Gallardo <vgallardo@amcc.com>
37741 Date:   Thu Aug 28 16:03:28 2008 -0700
37742
37743     ppc4xx: fix UIC external_interrupt hang on UIC0
37744
37745     This patch fixes a UIC external_interrupt hang if critical or non-critical
37746     interrupt is set at the same time as a normal interrupt is set on UIC0.
37747
37748     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
37749     Signed-off-by: Stefan Roese <sr@denx.de>
37750
37751 commit 04737d5ffd16248cb80ab3dd4f3765057a803f18
37752 Author: Prodyut  Hazarika <phazarika@amcc.com>
37753 Date:   Wed Aug 27 16:39:00 2008 -0700
37754
37755     ppc4xx: Optimizations/Cleanups for IBM DDR2 Memory Controller
37756
37757     Removed Magic numbers from Initialization preload registers
37758     Tested with Kilauea, Glacier, Canyonlands and Katmai boards
37759     About 5-7% improvement seen for LMBench memtests
37760
37761     Signed-off-by: Prodyut Hazarika <phazarika@amcc.com>
37762     Signed-off-by: Stefan Roese <sr@denx.de>
37763
37764 commit 8a490422bed685c9491274ec997f62061d88620b
37765 Author: John Rigby <jrigby@freescale.com>
37766 Date:   Thu Aug 28 13:17:07 2008 -0600
37767
37768     ADS5121: Fix NOR and CPLD ALE timing for rev 2 silicon
37769
37770     MPC5121 rev 2 silicon has a new register for controlling how long
37771     CS is asserted after deassertion of ALE in multiplexed mode.
37772
37773     The default is to assert CS together with ALE.  The alternative
37774     is to assert CS (ALEN+1)*LPC_CLK clocks after deassertion of ALE.
37775
37776     The default is wrong for the NOR flash and CPLD on the ADS5121.
37777
37778     This patch turns on the alternative for CS0 (NOR) and CS2 (CPLD)
37779     it does so conditionally based on silicon rev 2.0 or greater.
37780
37781     Signed-off-by: Martha J Marx <mmarx@silicontkx.com>
37782     Signed-off-by: John Rigby <jrigby@freescale.com>
37783
37784 commit 5d9a5efa4b332f442b54a755d49969123c3a8742
37785 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37786 Date:   Tue Aug 19 00:56:46 2008 +0600
37787
37788     Add I2C frequency dividers for ColdFire
37789
37790     The existing I2C freqency dividers for FDR does not apply
37791     to ColdFire platforms; thus, a seperate table is added
37792     based on MCF5xxx Reference Manual
37793
37794     Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
37795     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37796     Acked-by: Tabi Timur <timur@freescale.com>
37797
37798 commit eec567a67e00d1ed8d941e9098b7d421f4091abf
37799 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37800 Date:   Tue Aug 19 03:01:19 2008 +0600
37801
37802     ColdFire: I2C fix for multiple platforms
37803
37804     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37805
37806 commit d53cf6a9c7423cba668b867978648645f71c3090
37807 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37808 Date:   Tue Aug 19 00:37:13 2008 +0600
37809
37810     ColdFire: Add CONFIG_MII_INIT for M5272C3
37811
37812     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37813
37814 commit f78ced3028d4130b24a318943a70cf5584ab16f4
37815 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37816 Date:   Tue Aug 19 00:26:25 2008 +0600
37817
37818     ColdFire: Multiple fixes for MCF5445x platforms
37819
37820     Add FEC pin set and mii reset in __mii_init(). Change
37821     legacy flash vendor from 2 to AMD LEGACY (0xFFF0),
37822     change cfi_offset to 0, and change CFG_FLASH_CFI to
37823     CONFIG_FLASH_CFI_LEGACY. Correct M54451EVB and
37824     M54455EVB env settings in configuration file.
37825
37826     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37827
37828 commit 454e725b3a9537b7f273bbd0cbca180f23a7a6e8
37829 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37830 Date:   Fri Aug 15 18:24:25 2008 +0000
37831
37832     ColdFire: Change the SDRAM BRD2WT timing from 3 to 7
37833
37834     The user manuals recommend 7.
37835
37836     Signed-off-by: Kurt Mahan <kmahan@freescale.com>
37837     Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37838
37839 commit 79e0799cf6e88d98d77b216a55234bf674b59a4e
37840 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37841 Date:   Fri Aug 15 16:50:07 2008 +0000
37842
37843     ColdFire: Raise uart baudrate to 115200 bps
37844
37845     M5249EVB, M5271EVB, M5272C3, M5275EVB and M5282EVB platforms
37846     uart baudrate increase from 19200 to 115200 bps
37847
37848     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37849
37850 commit ab6ba842682552ccf071d0034da0a20633d1d1ac
37851 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37852 Date:   Wed Aug 13 12:07:03 2008 +0000
37853
37854     ColdFire: Fix board.c warning message
37855
37856     Implicit declaration of nand_init() warning message
37857
37858     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37859
37860 commit 5798b1c4650e9a8713c95b25c1e669a2bc80a97b
37861 Author: Kumar Gala <galak@kernel.crashing.org>
37862 Date:   Wed Aug 27 01:10:34 2008 -0500
37863
37864     FSL DDR: Remove duplicate setting of cs0_bnds register on 86xx.
37865
37866     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37867
37868 commit 258c37b147353bc522ffc33dfbd7d0d9cd7c32d7
37869 Author: Heiko Schocher <hs@denx.de>
37870 Date:   Thu Aug 21 20:44:49 2008 +0200
37871
37872     mpc52xx: added support for the MPC5200 based MUC.MC52 board from MAN.
37873
37874     Signed-off-by: Heiko Schocher <hs@denx.de>
37875
37876 commit 9cff4448a9cb882defe6c8bde73b77fc0c636799
37877 Author: Kumar Gala <galak@kernel.crashing.org>
37878 Date:   Tue Aug 19 14:46:36 2008 -0500
37879
37880     mpc85xx: remove redudant code with lib_ppc/interrupts.c
37881
37882     For some reason we duplicated the majority of code in lib_ppc/interrupts.c
37883     not show how that happened, but there is no good reason for it.
37884
37885     Use the interrupt_init_cpu() and timer_interrupt_cpu() since its why
37886     they exist.
37887
37888     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37889
37890 commit 9490a7f1a9484617bad75c60807ce02c8a3a6d56
37891 Author: Kumar Gala <galak@kernel.crashing.org>
37892 Date:   Fri Jul 25 13:31:05 2008 -0500
37893
37894     mpc85xx: Add support for the MPC8536DS reference board
37895
37896     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37897     Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
37898     Signed-off-by: Dejan Minic <minic@freescale.com>
37899     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
37900     Signed-off-by: Dave Liu <daveliu@freescale.com>
37901     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37902
37903 commit ef50d6c06ece74fb17e8d7510e62cad9df8b810d
37904 Author: Kumar Gala <galak@kernel.crashing.org>
37905 Date:   Tue Aug 12 11:14:19 2008 -0500
37906
37907     mpc85xx: Add support for the MPC8536
37908
37909     The MPC8536 Adds SDHC and SATA controllers to the PQ3 family.  We
37910     also have SERDES init code for the 8536.
37911
37912     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37913     Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
37914     Signed-off-by: Dejan Minic <minic@freescale.com>
37915     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
37916     Signed-off-by: Dave Liu <daveliu@freescale.com>
37917
37918 commit 129ba616b3813dde861f25f3d8a3c47c5c36ad5f
37919 Author: Kumar Gala <galak@kernel.crashing.org>
37920 Date:   Tue Aug 12 11:13:08 2008 -0500
37921
37922     mpc85xx: Add support for the MPC8572DS reference board
37923
37924     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37925
37926 commit 457caecdbca3df21a93abff19eab12dbc61b7897
37927 Author: Kumar Gala <galak@kernel.crashing.org>
37928 Date:   Wed Aug 27 01:05:35 2008 -0500
37929
37930     FSL DDR: Remove old SPD support from cpu/mpc85xx
37931
37932     All 85xx boards have been converted to the new code so we can
37933     remove the old SPD DDR setup code.
37934
37935     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37936
37937 commit 0e7927db138976469e7257e29c1338050a50fcd9
37938 Author: Kumar Gala <galak@kernel.crashing.org>
37939 Date:   Wed Aug 27 01:04:07 2008 -0500
37940
37941     FSL DDR: Convert STXSSA to new DDR code.
37942
37943     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37944
37945 commit c360d9b970fbb9c13744c355879671165bbb9b9e
37946 Author: Kumar Gala <galak@kernel.crashing.org>
37947 Date:   Wed Aug 27 01:03:42 2008 -0500
37948
37949     FSL DDR: Convert STXGP3 to new DDR code.
37950
37951     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37952
37953 commit 8e55313b7ae12352a343f9b9962e662dbd897187
37954 Author: Kumar Gala <galak@kernel.crashing.org>
37955 Date:   Tue Aug 26 23:52:58 2008 -0500
37956
37957     FSL DDR: Convert SBC8560 to new DDR code.
37958
37959     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37960
37961 commit 9658bec2e8f55d56ca1be70090ce5a348be4980f
37962 Author: Kumar Gala <galak@kernel.crashing.org>
37963 Date:   Tue Aug 26 23:52:32 2008 -0500
37964
37965     FSL DDR: Convert MPC8540EVAL to new DDR code.
37966
37967     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37968
37969 commit 6bfa8f723cfd82c55e3ef5620ade396916470a70
37970 Author: Kumar Gala <galak@kernel.crashing.org>
37971 Date:   Tue Aug 26 23:52:07 2008 -0500
37972
37973     FSL DDR: Convert PM856 to new DDR code.
37974
37975     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37976
37977 commit d53bd3e17bd4f460257c19255569ea6dcfaae817
37978 Author: Kumar Gala <galak@kernel.crashing.org>
37979 Date:   Tue Aug 26 23:51:49 2008 -0500
37980
37981     FSL DDR: Convert PM854 to new DDR code.
37982
37983     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37984
37985 commit 33b9079ba20926f14238fff863b68a98e938948e
37986 Author: Kumar Gala <galak@kernel.crashing.org>
37987 Date:   Tue Aug 26 23:15:28 2008 -0500
37988
37989     FSL DDR: Convert sbc8548 to new DDR code.
37990
37991     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37992
37993 commit a947e4c7eb15cea1d9fb633955c516aab5ad35dd
37994 Author: Kumar Gala <galak@kernel.crashing.org>
37995 Date:   Tue Aug 26 23:14:14 2008 -0500
37996
37997     FSL DDR: Convert atum8548 to new DDR code.
37998
37999     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38000
38001 commit be0bd8234b9777ecd63c4c686f72af070d886517
38002 Author: Kumar Gala <galak@kernel.crashing.org>
38003 Date:   Tue Aug 26 22:56:56 2008 -0500
38004
38005     FSL DDR: Convert socrates to new DDR code.
38006
38007     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38008
38009 commit 1167a2fd56138b716e01370c4267f3b70bf9ffa0
38010 Author: Kumar Gala <galak@kernel.crashing.org>
38011 Date:   Tue Aug 26 08:02:30 2008 -0500
38012
38013     FSL DDR: Convert MPC8544DS to new DDR code.
38014
38015     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38016
38017 commit e6f5b35b41ddbd637bb9ca4ad985b1e0b07dae0e
38018 Author: Jon Loeliger <jdl@freescale.com>
38019 Date:   Tue Mar 18 13:51:05 2008 -0500
38020
38021     FSL DDR: Convert MPC8568MDS to new DDR code.
38022
38023     Signed-off-by: Jon Loeliger <jdl@freescale.com>
38024     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38025
38026 commit e31d2c1e2bc954dc32e33bb2076139f85b95f8e6
38027 Author: Jon Loeliger <jdl@freescale.com>
38028 Date:   Tue Mar 18 13:51:06 2008 -0500
38029
38030     FSL DDR: Convert MPC8548CDS to new DDR code.
38031
38032     Signed-off-by: Jon Loeliger <jdl@freescale.com>
38033     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38034
38035 commit aa11d85cf318b961e029fe50d68ca47d004bce93
38036 Author: Jon Loeliger <jdl@freescale.com>
38037 Date:   Mon Mar 17 15:48:18 2008 -0500
38038
38039     FSL DDR: Convert MPC8541CDS to new DDR code.
38040
38041     Signed-off-by: Jon Loeliger <jdl@freescale.com>
38042     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38043
38044 commit 2b40edb10d81da7bba724edbccd7f53777112579
38045 Author: Jon Loeliger <jdl@freescale.com>
38046 Date:   Tue Mar 18 11:12:42 2008 -0500
38047
38048     FSL DDR: Convert MPC8555ADS to new DDR code.
38049
38050     Signed-off-by: Jon Loeliger <jdl@freescale.com>
38051     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38052
38053 commit 8b625114e8bc5a6b436181167a6e7fcd3303dd2c
38054 Author: Jon Loeliger <jdl@freescale.com>
38055 Date:   Tue Mar 18 11:12:44 2008 -0500
38056
38057     FSL DDR: Convert MPC8560ADS to new DDR code.
38058
38059     Signed-off-by: Jon Loeliger <jdl@freescale.com>
38060     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38061
38062 commit 9617c8d49a21703eaf13a4033ab1a56eecc033cc
38063 Author: Kumar Gala <galak@kernel.crashing.org>
38064 Date:   Fri Jun 6 13:12:18 2008 -0500
38065
38066     FSL DDR: Convert MPC8540ADS to new DDR code.
38067
38068     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38069
38070 commit 2a6c2d7ab2a66660f40a6cd3de2eb29ee29d9693
38071 Author: Kumar Gala <galak@kernel.crashing.org>
38072 Date:   Tue Aug 26 21:34:55 2008 -0500
38073
38074     FSL DDR: Add 85xx specific register setting
38075
38076     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38077
38078 commit 6fb1b7346849ccd0c20306143e334f5b76143070
38079 Author: Kumar Gala <galak@kernel.crashing.org>
38080 Date:   Mon Jun 9 11:07:46 2008 -0500
38081
38082     FSL DDR: Add e500 TLB helper for DDR code
38083
38084     Provide a helper function that board code can call to map TLBs when
38085     setting up DDR.
38086
38087     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38088
38089 commit d26b739afe5a6760bd345743188759cd9d0f3b47
38090 Author: Andrew Dyer <adyer@righthandtech.com>
38091 Date:   Tue Aug 26 17:03:38 2008 -0500
38092
38093     dm9000 remove dead external phy support, gpio fix
38094
38095     dm9000 has code to detect and initialize external phy parts, but later
38096     on in the code the part is forced to use the internal phy
38097     unconditionally.  Remove the unused/untested code.
38098
38099     change the GPIO initialization so that only the GPIO used as an
38100     internal phy reset (hardwired in the chip) is set as an output.  The
38101     remaining GPIO need to be handled by board specific code to prevent
38102     possible drive conflicts.  Set as inputs for safety.
38103
38104     replace a few magic numbers with defines
38105
38106     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
38107     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
38108
38109 commit a1573db0c07c8ba99e9c373bb07ecd6f59da672c
38110 Author: Peter Tyser <ptyser@xes-inc.com>
38111 Date:   Tue Aug 26 11:17:48 2008 -0500
38112
38113     Standardize bootp, tftpboot, rarpboot, dhcp, and nfs command descriptions
38114
38115     cmd_net.c command descriptions were updated to describe the optional
38116     hostIPaddr argument.  The dhcp command help message was also updated
38117     to more closely reflect the other commands in cmd_net.c
38118
38119     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
38120     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
38121
38122 commit 51dfe1382ebaf691485badfa0ea5e75b0710531b
38123 Author: Remy Bohmer <linux@bohmer.net>
38124 Date:   Wed Aug 20 11:30:28 2008 +0200
38125
38126     Fix bogus error message in the DHCP handler
38127
38128     The DHCP handler has 1 state that is not listed in this case, causing a
38129     failure message when there is actually no failure.
38130
38131     Signed-off-by: Remy Bohmer <linux@bohmer.net>
38132     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
38133
38134 commit 61365501a0e2cae9c1df2818b7b5b3f52c450d18
38135 Author: Remy Bohmer <linux@bohmer.net>
38136 Date:   Wed Aug 20 11:30:27 2008 +0200
38137
38138     Fix compile error when CONFIG_BOOTP_RANDOM_DELAY is set.
38139
38140     The option CONFIG_BOOTP_RANDOM_DELAY does not compile, because of a
38141     missing extern inside the net/bootp.h header
38142
38143     Signed-off-by: Remy Bohmer <linux@bohmer.net>
38144     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
38145
38146 commit 1803f7f91ff35ca402259065df7557107dcf28a2
38147 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
38148 Date:   Tue Aug 19 21:26:32 2008 +0000
38149
38150     ColdFire: Add FEC Buffer descriptors in SRAM
38151
38152     Add FEC Buffer descriptors and data buffer in SRAM for
38153     faster execution and access.
38154
38155     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
38156     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
38157
38158 commit 429be27ce195210d4b9decf9e867b9ca6155a87d
38159 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
38160 Date:   Thu Aug 21 23:55:11 2008 +0000
38161
38162     Fix ColdFire FEC warning messages
38163
38164     Types mismatch and implicit declaration of icache_invalid()
38165     warning messages
38166
38167     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
38168     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
38169
38170 commit 6a002171098e968bd5b362347d2831224fab6048
38171 Author: Ben Warren <biggerbadderben@gmail.com>
38172 Date:   Sat Jul 12 00:17:50 2008 -0700
38173
38174     Moved initialization of SKGE Ethernet driver to board code.
38175
38176     The only board using this driver is the SL8245 board.
38177     Removed initialization for the driver from net/eth.c
38178
38179     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
38180
38181 commit 8379f42bc745eb9e4ca551a30fd2d0a63f740d75
38182 Author: Ben Warren <biggerbadderben@gmail.com>
38183 Date:   Sat Jul 12 00:08:45 2008 -0700
38184
38185     Moved conditional compilation to Makefile for SK98 Ethernet driver
38186
38187     Brute-force removal of #ifdefs.  Didn't touch the code.
38188     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
38189
38190 commit 65d3d99c28dc363d15eaee78225ff643df499b97
38191 Author: Ben Warren <biggerbadderben@gmail.com>
38192 Date:   Fri Jul 11 23:42:19 2008 -0700
38193
38194     Moved initialization of ULI526X Ethernet driver to board code.
38195
38196     The only board using this driver is the Freescale MPC8610HPCD board.
38197     Removed initialization for the driver from net/eth.c
38198
38199     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
38200
38201 commit 914947313a710f5dcf06beaf7f2aa24f1ebcce4f
38202 Author: Ben Warren <biggerbadderben@gmail.com>
38203 Date:   Fri Jul 11 23:15:28 2008 -0700
38204
38205     Moved initialization of Blackfin EMAC Ethernet controller to board_eth_init()
38206
38207     Added board_eth_init() function to bf537-stamp board.
38208     Removed initialization for the Blackin EMAC driver from net/eth.c
38209
38210     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
38211
38212 commit fc363ce35408f348cacced68505f3747a53e3d7c
38213 Author: Ben Warren <biggerbadderben@gmail.com>
38214 Date:   Wed Jul 9 01:04:19 2008 -0700
38215
38216     Moved initialization of GRETH Ethernet driver to CPU directory
38217
38218     Added a cpu_eth_init() function to leon2/leon3 CPU directories and
38219     removed code from net/eth.c
38220
38221     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
38222
38223 commit 86882b80771309bceb11c6accfd7f6f90ade8bfc
38224 Author: Ben Warren <biggerbadderben@gmail.com>
38225 Date:   Tue Aug 26 22:16:25 2008 -0700
38226
38227     Moved initialization of MCFFEC Ethernet driver to CPU directory
38228
38229     Added a cpu_eth_init() function to coldfire CPU directories and
38230     removed code from net/eth.c
38231
38232     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
38233
38234 commit b31da88b9c160d80d42a59cbbb31e24f27184d5c
38235 Author: Ben Warren <biggerbadderben@gmail.com>
38236 Date:   Tue Aug 26 22:12:36 2008 -0700
38237
38238     Moved initialization of FSL_MCDMAFEC Ethernet driver to CPU directory
38239
38240     Added a cpu_eth_init() function to cpu/mcf547x_8x directory and
38241     removed code from net/eth.c
38242
38243     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
38244
38245 commit b5710d9974f6f0f3ddb4e67d6cccc262ab37049e
38246 Author: Kumar Gala <galak@kernel.crashing.org>
38247 Date:   Tue Aug 26 15:01:38 2008 -0500
38248
38249     FSL DDR: Remove old SPD support from cpu/mpc86xx
38250
38251     All 86xx boards have been converted to the new code so we can
38252     remove the old SPD DDR setup code.
38253
38254     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38255
38256 commit 9bd4e5911b750837515466bc7449087698b88e0e
38257 Author: Kumar Gala <galak@kernel.crashing.org>
38258 Date:   Tue Aug 26 15:01:37 2008 -0500
38259
38260     FSL DDR: Convert SBC8641D to new DDR code.
38261
38262     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38263
38264 commit 39aa1a73483e1ac2bd56d5523abfc3970ee82c77
38265 Author: Jon Loeliger <jdl@freescale.com>
38266 Date:   Tue Aug 26 15:01:36 2008 -0500
38267
38268     FSL DDR: Convert MPC8610HPCD to new DDR code.
38269
38270     Signed-off-by: Jon Loeliger <jdl@freescale.com>
38271     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38272
38273 commit 6a8e5692933e8e6d6e5ba7e594f49dd6d4c3a263
38274 Author: Kumar Gala <galak@kernel.crashing.org>
38275 Date:   Tue Aug 26 15:01:35 2008 -0500
38276
38277     FSL DDR: Convert MPC8641HPCN to new DDR code.
38278
38279     Signed-off-by: Jon Loeliger <jdl@freescale.com>
38280     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38281
38282 commit 46ff4f1100ea64a01d21cc008ce85ac15eb1821f
38283 Author: Kumar Gala <galak@kernel.crashing.org>
38284 Date:   Tue Aug 26 15:01:34 2008 -0500
38285
38286     FSL DDR: Add 86xx specific register setting
38287
38288     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38289
38290 commit 233fdd502a6c227f476212b3097653ad48d7e254
38291 Author: Kumar Gala <galak@kernel.crashing.org>
38292 Date:   Tue Aug 26 15:01:32 2008 -0500
38293
38294     FSL DDR: Add DDR2 DIMM paramter support
38295
38296     Compute DIMM parameters based upon the SPD information.
38297
38298     Signed-off-by: James Yang <James.Yang@freescale.com>
38299     Signed-off-by: Jon Loeliger <jdl@freescale.com>
38300     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38301
38302 commit 05c05a2363a6ac11e0e405926034546ffad71fad
38303 Author: Kumar Gala <galak@kernel.crashing.org>
38304 Date:   Tue Aug 26 15:01:30 2008 -0500
38305
38306     FSL DDR: Add DDR1 DIMM paramter support
38307
38308     Compute DIMM parameters based upon the SPD information in spd.
38309
38310     Signed-off-by: James Yang <James.Yang@freescale.com>
38311     Signed-off-by: Jon Loeliger <jdl@freescale.com>
38312     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38313
38314 commit 58e5e9aff147e8c7e2bc1406bf9384f65f020ffa
38315 Author: Kumar Gala <galak@kernel.crashing.org>
38316 Date:   Tue Aug 26 15:01:29 2008 -0500
38317
38318     FSL DDR: Rewrite the FSL mpc8xxx DDR controller setup code.
38319
38320     The main purpose of this rewrite it to be able to share the same
38321     initialization code on all FSL PowerPC products that have DDR
38322     controllers.  (83xx, 85xx, 86xx).
38323
38324     The code is broken up into the following steps:
38325         GET_SPD
38326         COMPUTE_DIMM_PARMS
38327         COMPUTE_COMMON_PARMS
38328         GATHER_OPTS
38329         ASSIGN_ADDRESSES
38330         COMPUTE_REGS
38331         PROGRAM_REGS
38332
38333     This allows us to share more code an easily allow for board specific code
38334     overrides.
38335
38336     Additionally this code base adds support for >4G of DDR and provides a
38337     foundation for supporting interleaving on processors with more than one
38338     controller.
38339
38340     Signed-off-by: James Yang <James.Yang@freescale.com>
38341     Signed-off-by: Jon Loeliger <jdl@freescale.com>
38342     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
38343     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
38344     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38345
38346 commit f784e32b4bce0013983506b11af4b85b8ca3d36e
38347 Author: Kumar Gala <galak@kernel.crashing.org>
38348 Date:   Tue Aug 26 15:01:28 2008 -0500
38349
38350     FSL DDR: Provide a generic set_ddr_laws()
38351
38352     Provide a helper function that will setup the last available
38353     LAWs (upto 2) for DDR.  Useful for SPD/dyanmic DDR setting code.
38354
38355     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38356
38357 commit 0f2cbe3f5eddbdf3848265f35e4f714434929cff
38358 Author: James Yang <James.Yang@freescale.com>
38359 Date:   Tue Aug 26 15:01:27 2008 -0500
38360
38361     Add proper SPD definitions for DDR1/2/3
38362
38363     Also adds helper functions for DDR1/2 to verify the checksum.
38364
38365     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38366
38367 commit 285db74716c724ae8a0ff177878fd09a74428c7b
38368 Author: Wolfgang Denk <wd@denx.de>
38369 Date:   Wed Aug 27 01:02:48 2008 +0200
38370
38371     Update CHANGELOG
38372
38373     Signed-off-by: Wolfgang Denk <wd@denx.de>
38374
38375 commit adf22b66d8bf05bd46e098cf71e6dca29b30aa7b
38376 Author: Heiko Schocher <hs@denx.de>
38377 Date:   Tue Aug 19 10:08:49 2008 +0200
38378
38379     Add support for muas3001 board (MPC8270)
38380
38381     Signed-off-by: Heiko Schocher <hs@denx.de>
38382
38383 commit 322098bff32410d2a00031649b47c4ec90a66d9a
38384 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
38385 Date:   Tue Aug 19 08:31:18 2008 +0530
38386
38387     common/cmd_load.c cleanup - remove unused variables
38388
38389     - Remove unused global variable os_data_count.
38390     - Remove unused variable z.
38391
38392     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
38393
38394 commit 306620b762a4f9fa6678568ad2e8772dec145208
38395 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
38396 Date:   Mon Aug 18 13:35:27 2008 +0200
38397
38398     remove MVS1 board
38399
38400     MVS1 board has reached end-of-life and can be removed completely.
38401
38402     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
38403
38404 commit 40d7e99d374ba0a0a29cd1a8ba40d3b7c2c175c7
38405 Author: Kumar Gala <galak@kernel.crashing.org>
38406 Date:   Fri Aug 15 08:24:45 2008 -0500
38407
38408     bootm: refactor do_reset and os boot function args
38409
38410     There is no need for each OS specific function to call do_reset() we
38411     can just do it once in bootm. This means its feasible on an error for
38412     the OS boot function to return.
38413
38414     Also, remove passing in cmd_tbl_t as its not needed by the OS boot
38415     functions.  flag isn't currently used but might be in the future so
38416     we left it alone.
38417
38418     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38419
38420 commit 40afac22a9c602e55c501c800f1c064324711b56
38421 Author: Kumar Gala <galak@kernel.crashing.org>
38422 Date:   Fri Aug 15 08:24:44 2008 -0500
38423
38424     fdt: Added resize command
38425
38426     Resize the fdt to size + padding to 4k boundary
38427
38428     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38429
38430 commit 2a1a2cb6e2b87ee550e6f27b647d23331dfd5e1b
38431 Author: Kumar Gala <galak@kernel.crashing.org>
38432 Date:   Fri Aug 15 08:24:43 2008 -0500
38433
38434     fdt: refactor initrd related code
38435
38436     Created a new fdt_initrd() to deal with setting the initrd properties
38437     in the device tree and fixing up the mem reserve.  We can use this
38438     both in the choosen node handling and lets us remove some duplicated
38439     code when we fixup the initrd info in bootm on PPC.
38440
38441     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38442
38443 commit 3082d2348c8e13342f5fdd10e9b3f7408062dbf9
38444 Author: Kumar Gala <galak@kernel.crashing.org>
38445 Date:   Fri Aug 15 08:24:42 2008 -0500
38446
38447     fdt: refactor fdt resize code
38448
38449     Move the fdt resizing code out of ppc specific boot code and into
38450     common fdt support code.
38451
38452     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38453
38454 commit 396f635b8ff3ccbc38d75d5eda98444c6466810a
38455 Author: Kumar Gala <galak@kernel.crashing.org>
38456 Date:   Fri Aug 15 08:24:41 2008 -0500
38457
38458     bootm: refactor image detection and os load steps
38459
38460     Created a bootm_start() that handles the parsing and detection of all
38461     the images that will be used by the bootm command (OS, ramdisk, fdt).
38462     As part of this we now tract all the relevant image offsets in the
38463     bootm_headers_t struct. This will allow us to have all the needed
38464     state for future sub-commands and lets us reduce a bit of arch
38465     specific code on SPARC.
38466
38467     Created a bootm_load_os() that deals with decompression and loading
38468     the OS image.
38469
38470     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38471
38472 commit e906cfae08e8cc2447f59b1bc4c22ab9c3c286d2
38473 Author: Kumar Gala <galak@kernel.crashing.org>
38474 Date:   Fri Aug 15 08:24:40 2008 -0500
38475
38476     bootm: move lmb into the bootm_headers_t structure
38477
38478     To allow for persistent state between future bootm subcommands we
38479     need the lmb to exist in a global state.
38480     Moving it into the bootm_headers_t allows us to do that.
38481
38482     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38483
38484 commit 54f9c86691309b2f919f567f9255b8bcad2c7651
38485 Author: Kumar Gala <galak@kernel.crashing.org>
38486 Date:   Fri Aug 15 08:24:39 2008 -0500
38487
38488     bootm: Set working fdt address as part of the bootm flow
38489
38490     Set the fdt working address so "fdt FOO" commands can be used as part
38491     of the bootm flow.  Also set an the environment variable "fdtaddr"
38492     with the value.
38493
38494     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38495
38496 commit 06a09918f3903450313e2047a9cc258bf5872f46
38497 Author: Kumar Gala <galak@kernel.crashing.org>
38498 Date:   Fri Aug 15 08:24:38 2008 -0500
38499
38500     bootm: refactor fdt locating and relocation code
38501
38502     Move the code that handles finding a device tree blob and relocating
38503     it (if needed) into common code so all arch's have access to it.
38504
38505     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38506
38507 commit c4f9419c6b54958e0eddbcbc9e5a4a7b7ec99865
38508 Author: Kumar Gala <galak@kernel.crashing.org>
38509 Date:   Fri Aug 15 08:24:37 2008 -0500
38510
38511     bootm: refactor ramdisk locating code
38512
38513     Move determing if we have a ramdisk and where its located into the
38514     common code. Keep track of the ramdisk start and end in the
38515     bootm_headers_t image struct.
38516
38517     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38518
38519 commit c160a9544743e80e8889edb2275538e7764ce334
38520 Author: Kumar Gala <galak@kernel.crashing.org>
38521 Date:   Fri Aug 15 08:24:36 2008 -0500
38522
38523     bootm: refactor entry point code
38524
38525     Move entry point code out of each arch and into common code.
38526     Keep the entry point in the bootm_headers_t images struct.
38527
38528     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38529
38530 commit 20220d22b9f41446288588cd2e457e0077a18bed
38531 Author: Randy Vinson <rvinson@mvista.com>
38532 Date:   Wed Aug 13 11:44:57 2008 -0700
38533
38534     mpc7448hpc2: Fix PCI I/O space mapping.
38535
38536     PCI I/O space is currently mapped 1:1 at 0xFA000000. Linux requires
38537     PCI I/O space to start at 0 on the PCI bus. This patch maps PCI I/O
38538     space such that 0xFA000000 in the processor's address space maps to 0
38539     on the PCI I/O bus.
38540
38541     Signed-off-by Randy Vinson <rvinson@mvista.com>
38542     Acked-by: Roy Zang <tie-fei.zang@freescale.com>
38543
38544 commit b4e07520bbb5467ad72eb92a5c9177d2797b9e30
38545 Author: Guennadi Liakhovetski <lg@denx.de>
38546 Date:   Wed Aug 13 18:10:26 2008 +0200
38547
38548     i.MX31: Specify maintainers for i.MX31-based boards
38549
38550     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
38551     Signed-off-by: Wolfgang Denk <wd@denx.de>
38552
38553 commit 51e46e28fda4bbdf5149ac7f67d62fcc8df4da63
38554 Author: Wolfgang Denk <wd@denx.de>
38555 Date:   Tue Aug 26 15:01:28 2008 +0200
38556
38557     ADS5121: adjust image addresses in RAM and flash
38558
38559     Use the same mapping in flash as used by Linux
38560
38561     Signed-off-by: Wolfgang Denk <wd@denx.de>
38562
38563 commit 19f101412c16edee9fd55db4039e1d68a833b28b
38564 Author: Wolfgang Denk <wd@denx.de>
38565 Date:   Tue Aug 26 13:14:34 2008 +0200
38566
38567     cmd_mem.c: Fix help message alignment
38568
38569     Bug was introced by "Big white-space cleanup" (53677ef1)
38570
38571     Signed-off-by: Wolfgang Denk <wd@denx.de>
38572
38573 commit 1a9eeb78b825bfade31d7606a2fe3b9eca9e35be
38574 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
38575 Date:   Wed Aug 20 11:11:52 2008 +0200
38576
38577     change mvBL-M7 default env and move to vendor subdir
38578
38579     fix mvBL-M7 config and move to matrix_vision subdir
38580
38581     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
38582     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38583
38584 commit 002d27caf26e7eb913d474d3a91f67d56c8c31d5
38585 Author: Nick Spence <nick.spence@freescale.com>
38586 Date:   Fri Aug 22 23:52:40 2008 -0700
38587
38588     MPC83XX: Add miscellaneous registers and #defines to support MPC83xx family devices
38589
38590     This patch adds elements to the 83xx sysconf structure and #define values that are used
38591     by mpc83xx family devices.
38592
38593     Signed-off-by: Nick Spence <nick.spence@freescale.com>
38594     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38595
38596 commit 447ad5768abda669ac0e7f46fcdb62fbe828d637
38597 Author: Ira W. Snyder <iws@ovro.caltech.edu>
38598 Date:   Fri Aug 22 11:00:15 2008 -0700
38599
38600     MPC8349EMDS: Add PCI Agent (PCISLAVE) support
38601
38602     Add the ability for the MPC8349EMDS to run in PCI Agent mode, acting as a
38603     PCI card rather than a host computer.
38604
38605     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
38606     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38607
38608 commit 4ff9aea9d6b5602683a920951ef896996438af62
38609 Author: Ira W. Snyder <iws@ovro.caltech.edu>
38610 Date:   Fri Aug 22 11:00:14 2008 -0700
38611
38612     mpc83xx: add PCISLAVE support to 83XX_GENERIC_PCI setup code
38613
38614     This adds a helper function to unlock the PCI configuration bit, so that
38615     any extra PCI setup (such as outbound windows, etc.) can be done after
38616     using the 83XX_GENERIC_PCI code to set up the PCI bus.
38617
38618     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
38619     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38620
38621 commit 162338e1fcde231ca4d562e5ebd7859456731691
38622 Author: Ira W. Snyder <iws@ovro.caltech.edu>
38623 Date:   Fri Aug 22 11:00:13 2008 -0700
38624
38625     MPC8349EMDS: use 83XX_GENERIC_PCI setup code
38626
38627     Change the MPC8349EMDS board to use the generic PCI initialization code
38628     for the mpc83xx cpu.
38629
38630     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
38631     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38632
38633 commit f4e55a4941e8ba46bc06020b2747928adf8fdee7
38634 Author: Kim Phillips <kim.phillips@freescale.com>
38635 Date:   Mon Aug 25 14:53:09 2008 -0500
38636
38637     fix out of tree building
38638
38639     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38640
38641 commit a49d10cf027d059ee15c262010a05cdaec0961e1
38642 Author: Wolfgang Denk <wd@denx.de>
38643 Date:   Mon Aug 25 23:45:41 2008 +0200
38644
38645     Minor coding style cleanup, updte CHANGELOG
38646
38647     Signed-off-by: Wolfgang Denk <wd@denx.de>
38648
38649 commit 4d56e8dea670757c801a6a65531f02a8f981ce1f
38650 Author: Stefan Roese <sr@denx.de>
38651 Date:   Wed Aug 20 20:29:38 2008 +0200
38652
38653     RTC: Fix Makefile problem with COBJS-$(CONFIG_RTC_DS1307 || CONFIG_RTC_DS1338)
38654
38655     This "||" doesn't seem to work. Now using the idea suggest by Scott Wood
38656     to combine both config options into one line. This even allows defining
38657     both options and not generating the target object twice.
38658
38659     Signed-off-by: Stefan Roese <sr@denx.de>
38660
38661 commit 079edb913dbae147b50a488cf02e03f473fc5f28
38662 Author: Jens Gehrlein <sew_s@tqs.de>
38663 Date:   Fri Jul 4 16:50:05 2008 +0200
38664
38665     MX31: fix bit masks in function mx31_decode_pll()
38666
38667     Bits MPCTL[MFN] and MPCTL[MFD] were not fully covered.
38668
38669     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
38670
38671 commit e8f1207bbf2df6fb693ee1aa3329b2014c92e5e6
38672 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
38673 Date:   Mon Aug 25 11:11:34 2008 +0200
38674
38675     Correct ARM Versatile Timer Initialization
38676
38677      - According to ARM Dual-Timer Module (SP804) TRM (ARM DDI0271),
38678        -- Timer Value Register @ TIMER Base + 4 is Read-only.
38679        -- Prescale Value (Bits 3-2 of TIMER Control register)
38680         can only be one of 00,01,10. 11 is undefined.
38681        -- CFG_HZ for Versatile board is set to
38682         #define CFG_HZ          (1000000 / 256)
38683         So Prescale bits is set to indicate
38684         - 8 Stages of Prescale, Clock divided by 256
38685      - The Timer Control Register has one Undefined/Shouldn't Use Bit
38686        So we should do read/modify/write Operation
38687
38688     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
38689
38690 commit 535cfa4f3de86cf48d6c0af1daf33aebdca089f9
38691 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
38692 Date:   Mon Aug 25 11:30:29 2008 +0200
38693
38694     Add ARM AMBA PL031 RTC Support
38695
38696     Signed-off-by: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
38697
38698 commit e39411674669cc880e1ec4a8ca4794fb15c33a45
38699 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
38700 Date:   Tue Aug 19 16:21:03 2008 -0400
38701
38702     ARM DaVinci: Removed redundant NAND initialization code.
38703
38704     ARM DaVinci: Removed redundant NAND initialization code.
38705
38706     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
38707
38708 commit b3fb663b20d995ca41327db877ddb168279b3f62
38709 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
38710 Date:   Tue Aug 19 16:21:00 2008 -0400
38711
38712     ARM DaVinci: Fix compilation error with new MTD code.
38713
38714     ARM DaVinci: Fix compilation error with new MTD code.
38715
38716     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
38717
38718 commit 109c30fb8edea1a15d37a6ce787cd5faf33d8e43
38719 Author: Gerald Van Baren <vanbaren@cideas.com>
38720 Date:   Fri Aug 22 14:37:05 2008 -0400
38721
38722     Add note on dereferencing /aliases pointers
38723
38724     Replace the "must quote special characters" note with a hint on
38725     how to dereference /aliases pointers by omitting the leading "/".
38726     This feature was introduced by Kumar Gala as a libfdt enhancement
38727     in commit ed035708235332c3c117ee3bb1a426063f03cfcb.
38728
38729     Example:
38730
38731     => fdt print /aliases
38732     aliases {
38733             ethernet0 = "/qe@e0100000/ucc@2000";
38734             ethernet1 = "/qe@e0100000/ucc@3000";
38735             serial0 = "/soc8360@e0000000/serial@4500";
38736             serial1 = "/soc8360@e0000000/serial@4600";
38737             pci0 = "/pci@e0008500";
38738     };
38739     => fdt print ethernet0
38740     ucc@2000 {
38741             device_type = "network";
38742             compatible = "ucc_geth";
38743             cell-index = <0x1>;
38744             reg = <0x2000 0x200>;
38745             interrupts = <0x20>;
38746             interrupt-parent = <0x2>;
38747             local-mac-address = [00 00 00 00 00 00];
38748             rx-clock-name = "none";
38749             tx-clock-name = "clk9";
38750             phy-handle = <0x3>;
38751             phy-connection-type = "rgmii-id";
38752             pio-handle = <0x4>;
38753     };
38754
38755     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
38756
38757 commit feeca3f578b7f53c032ba203698751c982f8bf5a
38758 Author: Kumar Gala <galak@kernel.crashing.org>
38759 Date:   Thu Aug 14 08:28:19 2008 -0500
38760
38761     libfdt: Add support for using aliases in fdt_path_offset()
38762
38763     If the path doesn't start with '/' check to see if it matches some alias
38764     under "/aliases" and substitute the matching alias value in the path
38765     and retry the lookup.
38766
38767     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38768     Acked-by: David Gibson <david@gibson.dropbear.id.au>
38769     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
38770
38771 commit 0219399a4e3a8edb428e1924e1a03d58cccf8d8e
38772 Author: David Gibson <david@gibson.dropbear.id.au>
38773 Date:   Wed Aug 6 14:50:49 2008 +1000
38774
38775     libfdt: Implement fdt_get_property_namelen() and fdt_getprop_namelen()
38776
38777     As well as fdt_subnode_offset(), libfdt includes an
38778     fdt_subnode_offset_namelen() function that takes the subnode name to
38779     look up not as a NUL-terminated string, but as a string with an
38780     explicit length.  This can be useful when the caller has the name as
38781     part of a longer string, such as a full path.
38782
38783     However, we don't have corresponding 'namelen' versions for
38784     fdt_get_property() and fdt_getprop().  There are less obvious use
38785     cases for these variants on property names, but there are
38786     circumstances where they can be useful e.g. looking up property names
38787     which need to be parsed from a longer string buffer such as user input
38788     or a configuration file, or looking up an alias in a path with
38789     IEEE1275 style aliases.
38790
38791     So, since it's very easy to implement such variants, this patch does
38792     so.  The original NUL-terminated variants are, of course, implemented
38793     in terms of the namelen versions.
38794
38795     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
38796
38797 commit f171746f701ea58bf6a53e835b53d2aaebee0d81
38798 Author: David Gibson <david@gibson.dropbear.id.au>
38799 Date:   Tue Jul 29 14:51:22 2008 +1000
38800
38801     libfdt: Forgot one function when cleaning the namespace
38802
38803     In commit b6d80a20fc293f3b995c3ce1a6744a5574192125, we renamed all
38804     libfdt functions to be prefixed with fdt_ or _fdt_ to minimise the
38805     chance of collisions with things from whatever package libfdt is
38806     embedded in, pulled into the libfdt build via that environment's
38807     libfdt_env.h.
38808
38809     Except... I missed one.  This patch applies the same treatment to
38810     _stringlist_contains().  While we're at it, also make it static since
38811     it's only used in the same file.
38812
38813     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
38814
38815 commit 46390da15411351fc3b498bd8c1615f78fe80df0
38816 Author: Wolfram Sang <w.sang@pengutronix.de>
38817 Date:   Wed Jul 9 11:22:44 2008 +0200
38818
38819     libfdt: Improve documentation in libfdt.h
38820
38821     Fix a few typos and mistakes.
38822
38823     Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
38824     Acked-by: David Gibson <david@gibson.dropbear.id.au>
38825
38826 commit fc7758ee4f5782878f2e96876b7bc56cfee0ac66
38827 Author: David Gibson <david@gibson.dropbear.id.au>
38828 Date:   Wed Jul 9 14:10:24 2008 +1000
38829
38830     libfdt: Increase namespace-pollution paranoia
38831
38832     libfdt is supposed to easy to embed in projects all and sundry.
38833     Often, it won't be practical to separate the embedded libfdt's
38834     namespace from that of the surrounding project.  Which means there can
38835     be namespace conflicts between even libfdt's internal/static functions
38836     and functions or macros coming from the surrounding project's headers
38837     via libfdt_env.h.
38838
38839     This patch, therefore, renames a bunch of libfdt internal functions
38840     and macros and makes a few other chances to reduce the chances of
38841     namespace collisions with embedding projects.  Specifically:
38842         - Internal functions (even static ones) are now named _fdt_*()
38843
38844         - The type and (static) global for the error table in
38845               fdt_strerror() gain an fdt_ prefix
38846
38847         - The unused macro PALIGN is removed
38848
38849         - The memeq and streq macros are removed and open-coded in the
38850               users (they were only used once each)
38851
38852         - Other macros gain an FDT_ prefix
38853
38854         - To save some of the bulk from the previous change, an
38855               FDT_TAGALIGN() macro is introduced, where FDT_TAGALIGN(x) ==
38856               FDT_ALIGN(x, FDT_TAGSIZE)
38857
38858     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
38859
38860 commit c66830263af19831f2b7db307f79d1943febf7f9
38861 Author: David Gibson <david@gibson.dropbear.id.au>
38862 Date:   Mon Jul 7 10:14:15 2008 +1000
38863
38864     dtc: Enable and fix -Wcast-qual warnings
38865
38866     Enabling -Wcast-qual warnings in dtc shows up a number of places where
38867     we are incorrectly discarding a const qualification.  There are also
38868     some places where we are intentionally discarding the 'const', and we
38869     need an ugly cast through uintptr_t to suppress the warning.  However,
38870     most of these are pretty well isolated with the *_w() functions.  So
38871     in the interests of maximum safety with const qualifications, this
38872     patch enables the warnings and fixes the existing complaints.
38873
38874     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
38875     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
38876
38877 commit ef4e8ce1beb5b93aedda5a4c1b90bfd989c6791e
38878 Author: David Gibson <david@gibson.dropbear.id.au>
38879 Date:   Mon Jul 7 10:10:48 2008 +1000
38880
38881     dtc: Enable and fix -Wpointer-arith warnings
38882
38883     This patch turns on the -Wpointer-arith option in the dtc Makefile,
38884     and fixes the resulting warnings due to using (void *) in pointer
38885     arithmetic.  While convenient, pointer arithmetic on void * is not
38886     portable, so it's better that we avoid it, particularly in libfdt.
38887
38888     Also add necessary definition of uintptr_t needed by David Gibson's
38889     changeset "dtc: Enable and fix -Wpointer-arith warnings" (the definition
38890     comes from stdint.h, which u-boot doesn't have). -- gvb
38891
38892     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
38893     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
38894
38895 commit 5d4b3d2b31e58fcb2d4bd10af762f5ff41b229fd
38896 Author: Tirumala R Marri <tmarri@amcc.com>
38897 Date:   Thu Aug 21 21:54:53 2008 -0700
38898
38899     ppc4xx: AMCC PPC460GT/EX PCI-E de-emphasis adjustment fix
38900
38901     During recent PCI-E tests it has been found that current
38902     driverl level and de-emphasis values are not set correctly.
38903     After sweeping throgh all de-ephasis values, it was found that
38904     0x130 is a right value. Where 0x13 is driver level and 0 is
38905     de-emphasis.
38906
38907     Signed-off-by: Tirumala R Marri <tmarri@amcc.com>
38908     Signed-off-by: Stefan Roese <sr@denx.de>
38909
38910 commit 0bb86d823b6c150c7ee17de0cfca9ffccc16463b
38911 Author: Remy Bohmer <linux@bohmer.net>
38912 Date:   Wed Aug 20 20:46:56 2008 +0200
38913
38914     Make the YAFFS filesystem work
38915
38916     Recently the YAFFS filesystem support has been added to U-boot.
38917     However, just enabling CONFIG_YAFFS2 is not enough to get it working.
38918
38919     ymount will generate an exception (when dereferencing mtd->readoob()), because
38920     the genericDevice is a null pointer. Further, a lot of logging is produced
38921     while using YAFFS fs, so logging should also be disabled.
38922     Both issues are solved by this patch.
38923
38924     With this patch and CONFIG_YAFFS2 enabled, I get a readable filesystem
38925     in U-boot, as well as in Linux.
38926
38927     Tested on a Atmel AT91SAM9261EK board.
38928
38929     Signed-off-by: Remy Bohmer <linux@bohmer.net>
38930     Acked-by: William Juul <william.juul@tandberg.com>
38931     Signed-off-by: Scott Wood <scottwood@freescale.com>
38932
38933 commit bfd7f38614e21f745b6d6845fcc616ebc5e4d36f
38934 Author: Kyungmin Park <kmpark@infradead.org>
38935 Date:   Tue Aug 19 08:42:53 2008 +0900
38936
38937     Fix OneNAND read_oob/write_oob functions compatability
38938
38939     Also sync with kernel OneNAND codes
38940
38941     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
38942     Signed-off-by: Scott Wood <scottwood@freescale.com>
38943
38944 commit 8d765456c1d33f2010d2717ee58de7647fdc6346
38945 Author: Scott Wood <scottwood@freescale.com>
38946 Date:   Mon Aug 18 17:11:20 2008 -0500
38947
38948     NAND: Remove delay from nand_boot_fsl_elbc.c.
38949
38950     It was for debugging purposes, and shouldn't have been left in.
38951
38952     Signed-off-by: Scott Wood <scottwood@freescale.com>
38953
38954 commit f556483734126793522fb7a8cf36af90da78f084
38955 Author: Stefan Roese <sr@denx.de>
38956 Date:   Thu Aug 21 11:05:03 2008 +0200
38957
38958     ppc4xx: Cleanup of "ppc4xx: Optimize PLB4 Arbiter..." patch
38959
38960     This patch fixes some minor issues introduced with the patch:
38961     ppc4xx: Optimize PLB4 Arbiter... from Prodyut Hazarika:
38962
38963     - Rework memory-queue and PLB arbiter optimization code, that the
38964       local variable is not needed anymore. This removes one #ifdef.
38965     - Use consistant spacing in ppc4xx.h header (XXX + 0x01 instead
38966       of XXX+ 0x01). This was not introduced by Prodyut, just a
38967       copy-paste problem.
38968
38969     Signed-off-by: Stefan Roese <sr@denx.de>
38970
38971 commit 079589bcfb24ba11068460276a3cc9549ab5346f
38972 Author: Prodyut  Hazarika <phazarika@amcc.com>
38973 Date:   Wed Aug 20 09:38:51 2008 -0700
38974
38975     ppc4xx: Optimize PLB4 Arbiter and Memory Queue settings for PPC440SP/SPe,
38976         PPC405EX and PPC460EX/GT/SX
38977
38978     - Read pipeline depth set to 4 for PPC440SP/SPE, PPC405EX, PPC460EX/GT/SX
38979       processors
38980     - Moved PLB4 Arbiter register definitions to ppc4xx.h since it is shared
38981       across processors (405 and 440/460)
38982     - Optimize Memory Queue settings for PPC440SP/SPE and PPC460EX/GT/SX
38983       processors
38984     - Add register bit definitions for Memory Queue Configuration registers
38985
38986     Signed-off-by: Prodyut Hazarika <phazarika@amcc.com>
38987     Signed-off-by: Stefan Roese <sr@denx.de>
38988
38989 commit ba37aa03287c5483c61c0a3e320c8888bee0143a
38990 Author: Kumar Gala <galak@kernel.crashing.org>
38991 Date:   Tue Aug 19 15:41:18 2008 -0500
38992
38993     fdt: rework fdt_fixup_ethernet() to use env instead of bd_t
38994
38995     Move to using the environment variables 'ethaddr', 'eth1addr', etc..
38996     instead of bd->bi_enetaddr, bi_enet1addr, etc.
38997
38998     This makes the code a bit more flexible to the number of ethernet
38999     interfaces.
39000
39001     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39002
39003 commit 4cacf7c64609839f809e2f9c45873f1d65861703
39004 Author: Stefan Roese <sr@denx.de>
39005 Date:   Tue Aug 19 14:57:55 2008 +0200
39006
39007     hush: Fix printf debug macro in hush.c so that it usable in U-Boot
39008
39009     This patch changes the debug_printf() marco for U-Boot in hush.c and
39010     moves the definition of DEBUG_SHELL to a place that is actually compiled
39011     under U-Boot.
39012
39013     Signed-off-by: Stefan Roese <sr@denx.de>
39014
39015 commit 8f2b457ef26a44d9e5fd7d6b16c394e5c3a71ca2
39016 Author: Heiko Schocher <hs@denx.de>
39017 Date:   Tue Aug 19 09:57:41 2008 +0200
39018
39019     cfi: rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
39020
39021     Commit      00b1883a4cac59d97cd297b1a3a398db85982865
39022     missed a few boards:
39023         include/configs/M5253DEMO.h
39024         include/configs/ml507.h
39025         include/configs/redwood.h
39026
39027     This patch fixes this.
39028
39029     Signed-off-by: Heiko Schocher <hs@denx.de>
39030
39031 commit 0768b7a872964085eece8d5e9fec9175e9deb161
39032 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
39033 Date:   Mon Aug 18 13:41:27 2008 +0200
39034
39035     Consolidate strmhz() implementation
39036
39037     ARM, i386, m68k and ppc all have identical implementations of strmhz().
39038     Other architectures don't provide this function at all.
39039
39040     This patch moves strmhz() into lib_generic, reducing code duplication
39041     and providing a more unified API across architectures.
39042
39043     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
39044
39045 commit a928d0df211f1d829308d335d19be3ca42558dfc
39046 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
39047 Date:   Mon Aug 18 12:02:51 2008 +0200
39048
39049     fix mvbc_p board build warnings
39050
39051     fix build warnings @ mvBC-P board by using correct types, i.e. change
39052     out_be32 to out_be16 and out_8 accordingly.
39053
39054     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
39055
39056 commit a958b663d27f616bd1dfb720d1b476d1ecaaa569
39057 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39058 Date:   Sat Aug 16 18:54:27 2008 +0200
39059
39060     Makefile: fix posix support on find
39061
39062     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39063
39064 commit bef92e215d945cc574399c1a1b00a3a76d35aa03
39065 Author: Axel Beierlein <belatronix@web.de>
39066 Date:   Sat Aug 16 00:30:48 2008 +0200
39067
39068     Adding bootlimit/bootcount feature for MPC5XXX on TQM5200 Boards
39069
39070     Tested with TQM5200S on STK52XX.200 Board
39071
39072     Signed-off-by: Axel Beierlein <belatronix@web.de>
39073
39074 commit 0800707b6d5041a840a65d556032c15c584b55f8
39075 Author: Peter Tyser <ptyser@xes-inc.com>
39076 Date:   Fri Aug 15 14:36:32 2008 -0500
39077
39078     mod_i2c_mem() bugfix
39079
39080     The last used chip, address, and address length were not being
39081     stored for the imm and imn commands.
39082
39083     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
39084
39085 commit 4afbef967275b2f636abae86f91b81becee7ad03
39086 Author: Steven A. Falco <sfalco@harris.com>
39087 Date:   Fri Aug 15 15:37:31 2008 -0400
39088
39089     Fix typo in spelling of ATAPI.
39090
39091     Correct a small spelling mistake.
39092
39093     Signed-off-by: Steven A. Falco <sfalco@harris.com>
39094
39095 commit 36c2d3062ecc6ab85f8e237180eb134464c48418
39096 Author: Steven A. Falco <sfalco@harris.com>
39097 Date:   Fri Aug 15 15:34:10 2008 -0400
39098
39099     Add a hook to allow board-specific PIO mode setting.
39100
39101     This patch adds a hook whereby a board-specific routine can be called to
39102     configure hardware for a PIO mode.  The prototype for the board-specific
39103     routine is:
39104
39105         int inline ide_set_piomode(int pio_mode)
39106
39107     ide_set_piomode should be prepared to configure hardware for a pio_mode
39108     between 0 and 6, inclusive.  It should return 0 on success or 1 on failure.
39109
39110     Signed-off-by: Steven A. Falco <sfalco@harris.com>
39111
39112 commit 9571b84cb1423876f1153081b9e6a51d90fbcdc4
39113 Author: Steven A. Falco <sfalco@harris.com>
39114 Date:   Fri Aug 15 15:29:12 2008 -0400
39115
39116     Replace enums in ata.h with an include of libata.h
39117
39118     This patch removes some enums from ata.h and replaces them with an
39119     include of libata.h.  This way, we eliminate duplicated code, and
39120     prevent errors whereby the different versions could be out of sync.
39121
39122     Signed-off-by: Steven A. Falco <sfalco@harris.com>
39123
39124 commit 0de0afbca865ecf482b4d2b635236746def8518f
39125 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39126 Date:   Fri Aug 15 18:32:41 2008 +0200
39127
39128     coldfire: fix CFI drivers activation with new macro
39129
39130     rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
39131
39132     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39133
39134 commit 7dbc38ad915f4ae67f4cd1818b7ac8fed368aaa9
39135 Author: Kumar Gala <galak@kernel.crashing.org>
39136 Date:   Fri Aug 15 08:24:35 2008 -0500
39137
39138     fdt: fdt addr w/o any args reports back the current working address
39139
39140     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39141
39142 commit f953d99fd528a496b400a706b511eaf8e3ea66af
39143 Author: Kumar Gala <galak@kernel.crashing.org>
39144 Date:   Fri Aug 15 08:24:34 2008 -0500
39145
39146     fdt: added the ability to set initrd start/end via chosen command
39147
39148     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39149
39150 commit ffa4bafacaef67058463b3d7d0099ced57569dd2
39151 Author: Kumar Gala <galak@kernel.crashing.org>
39152 Date:   Fri Aug 15 08:24:33 2008 -0500
39153
39154     Add command to enable/disable interrupts
39155
39156     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39157
39158 commit 9e8e63cce69556aef10b58bcbc56d324f570ec3a
39159 Author: Nick Spence <nick.spence@freescale.com>
39160 Date:   Tue Aug 19 22:21:16 2008 -0700
39161
39162     CFI: Add CFI_CMDSET_INTEL_EXTENDED to fix flash_real_protect()
39163
39164     This patch fixes a missing vendor code in the flash_real_protect() function.
39165
39166     Signed-off-by: Nick Spence <nick.spence@freescale.com>
39167     Signed-off-by: Stefan Roese <sr@denx.de>
39168
39169 commit 4e00acded2e6a8d663e12690a0f0f08f5bec5a58
39170 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
39171 Date:   Tue Aug 19 16:53:39 2008 +0000
39172
39173     CFI: Fix AMD Legacy sector protect
39174
39175     New implement sector lock and unlock or softlock commands
39176     do not exist in AMD legacy flash. Thus, causing issue
39177     when erasing AMD legacy flash (such as lv040)
39178
39179     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
39180     Signed-off-by: Stefan Roese <sr@denx.de>
39181
39182 commit 492671404140f09d5b21b3d2ce4e362c0692c069
39183 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
39184 Date:   Wed Aug 20 09:40:16 2008 +0200
39185
39186     hammerhead/mimc200: Use CONFIG_FLASH_CFI_DRIVER
39187
39188     CFG_FLASH_CFI_DRIVER was recently renamed CONFIG_FLASH_CFI_DRIVER.
39189
39190     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
39191
39192 commit 33eac2b3d946fc998a09245dfe54d017079b9056
39193 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
39194 Date:   Wed Aug 20 09:28:36 2008 +0200
39195
39196     hammerhead: Add missing printf parameter to CONFIG_AUTOBOOT_PROMPT
39197
39198     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
39199
39200 commit 25da0b84195fdda89a943b2d25757db5afeef5b8
39201 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
39202 Date:   Wed Aug 20 09:27:37 2008 +0200
39203
39204     favr-32-ezkit: Fix printf format warnings
39205
39206     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
39207
39208 commit 462da25e89b0b58bf4c66346c1fcb3087c61b4b8
39209 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
39210 Date:   Fri Aug 15 12:04:25 2008 +0200
39211
39212     MAINTAINERS: Sort avr32 section alphabetically
39213
39214     The rest of the MAINTAINERS file appears to be sorted
39215     almost-alphabetically, but entries for the newly added AVR32 boards were
39216     added somewhat randomly. This patch sorts the list alphabetically again.
39217
39218     Also update my e-mail address. The old one still works, but it may not
39219     work forever.
39220
39221     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
39222
39223 commit 13b50fe3bc065c48911fa373231421280855a9d6
39224 Author: Mark Jackson <mpfj@mimc.co.uk>
39225 Date:   Wed Jul 30 13:07:27 2008 +0100
39226
39227     avr32: Add MIMC200 board
39228
39229     The MIMC200 board is based on Atmel's NGW100 dev kit, but with an extra
39230     8MByte FLASH and 128KByte FRAM.
39231
39232     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
39233     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
39234
39235 commit db70b84329315c52f6ec77f5ae5ca1afe970a9bb
39236 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
39237 Date:   Wed Jul 9 21:07:34 2008 +0900
39238
39239     rtl8169: add support for RTL8110SCL
39240
39241     This patch fixes a problem that RTL8110SCL started transfer
39242     with an incorrect memory address.
39243
39244     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
39245     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
39246
39247 commit 943b825bf15e6a28ac8328e0f6489478bceef1ea
39248 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
39249 Date:   Wed Jun 25 15:48:52 2008 -0500
39250
39251     Fix dm9000 receive status and len little endian issue
39252
39253     The received status and len was in little endian
39254     format and caused the ethernet unable to proceed
39255     further. Add __le16_to_cpu() in dm9000_rx_status_8/16/32bit().
39256
39257     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
39258     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
39259
39260 commit fcd69a1a57fb2af4d26201422095a4be9f36963e
39261 Author: Kumar Gala <galak@kernel.crashing.org>
39262 Date:   Fri Aug 15 08:24:32 2008 -0500
39263
39264     Clean up usage of icache_disable/dcache_disable
39265
39266     There is no point in disabling the icache on 7xx/74xx/86xx parts and not
39267     also flushing the icache.  All callers of invalidate_l1_instruction_cache()
39268     call icache_disable() right after.  Make it so icache_disable() calls
39269     invalidate_l1_instruction_cache() for us.
39270
39271     Also, dcache_disable() already calls dcache_flush() so there is no point
39272     in the explicit calls of dcache_flush().
39273
39274     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39275
39276 commit a15b07104ca7bbb7093c9009c9ae1b58b4202d13
39277 Author: Kumar Gala <galak@kernel.crashing.org>
39278 Date:   Fri Aug 15 08:24:31 2008 -0500
39279
39280     Update linux bootm to support ePAPR client interface
39281
39282     The ePAPR spec has some subtle differences from the current device
39283     tree based boot interface to the powerpc linux kernel. The powerpc
39284     linux kernel currently ignores the differences that ePAPR specifies.
39285
39286     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39287
39288 commit b734e5556a239b3be5f9693b2f4b4b739683ec16
39289 Author: Wolfgang Denk <wd@denx.de>
39290 Date:   Mon Aug 18 23:50:20 2008 +0200
39291
39292     Minor code cleanup: keep lists sorted.
39293
39294     Signed-off-by: Wolfgang Denk <wd@denx.de>
39295
39296 commit d0039d4ed275e6ca09fb417895024ad02be118c4
39297 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
39298 Date:   Wed Jul 23 19:10:14 2008 +0200
39299
39300     Add support for ADT7460 I2C monitor chip
39301
39302     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
39303
39304 commit eb59ea45ab77c14b090ea857d9ea9f902f40db0b
39305 Author: Michal Simek <monstr@monstr.eu>
39306 Date:   Mon Jul 14 19:45:45 2008 +0200
39307
39308     video: Clean drivers/video/Makefile
39309
39310     Signed-off-by: Michal Simek <monstr@monstr.eu>
39311
39312 commit 871c18dd301752270e1f74328c846c3104be1e2e
39313 Author: Michal Simek <monstr@monstr.eu>
39314 Date:   Mon Jul 14 19:45:37 2008 +0200
39315
39316     rtc: Clean drivers/rtc/Makefile
39317
39318     Signed-off-by: Michal Simek <monstr@monstr.eu>
39319
39320 commit a4a549b4b53adf40a0d3882cc30ac812a8f847c5
39321 Author: Michal Simek <monstr@monstr.eu>
39322 Date:   Mon Jul 14 19:45:35 2008 +0200
39323
39324     i2c: Clean drivers/i2c/ Makefile
39325
39326     Signed-off-by: Michal Simek <monstr@monstr.eu>
39327
39328 commit 0a823aa2a8a8c0685e73900f387d602d7edafc0e
39329 Author: Harald Welte <laforge@openmoko.org>
39330 Date:   Wed Jul 9 22:30:30 2008 +0800
39331
39332     Add 'license' command to U-Boot command line
39333
39334     The 'license' command includes the U-Boot license (GPLv2) into the
39335     actual bootloader binary. The license text can be shown interactively
39336     at the U-Boot commandline.
39337
39338     For products where the commandline can actually be accessed by the
39339     end user, this helps to prevent inadvertent GPL violations, since the
39340     GPLv2 license text can no longer be 'forgotten' to be included into
39341     the product.
39342
39343     The 'license' command can be enabled by CONFIG_CMD_LICENSE.
39344
39345     Signed-off-by: Harald Welte <laforge@openmoko.org>
39346
39347 commit fe2ce5500ebf43d79d227190bd2370232d5b113d
39348 Author: Harald Welte <laforge@gnumonks.org>
39349 Date:   Sun Jul 6 15:56:38 2008 +0800
39350
39351     add 'unzip' command to u-boot commandline
39352
39353     [PATCH] add new 'unzip' command to u-boot commandline
39354
39355     common/cmd_mem.c: new command "unzip srcaddr dstaddr [dstsize]" to unzip from
39356     memory to memory, and option CONFIG_CMD_UNZIP to enable it
39357
39358     Signed-off-by: Werner Almesberger <werner@openmoko.org>
39359     Signed-off-by: Harald Welte <laforge@openmoko.org>
39360
39361 commit 07efc9e321619c3dec213310c32e011aa6f02783
39362 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
39363 Date:   Wed Aug 6 19:37:17 2008 -0500
39364
39365     Change CFG_ENV_SIZE to CFG_ENV_SECT_SIZE for SPI sector erase
39366
39367     The CFG_ENV_SIZE is not suitable used for SPI flash erase
39368     sector size if CFG_ENV_SIZE is less than CFG_ENV_SECT_SIZE.
39369     Add condition check if CFG_ENV_SIZE is larger than
39370     CFG_ENV_SECT_SIZE, calculate the right number of sectors for
39371     erasing.
39372
39373     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
39374
39375 commit 4cb4e654cafabaa1ac180d37b00c8f6095dae9c9
39376 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
39377 Date:   Mon Aug 11 15:54:25 2008 +0000
39378
39379     ColdFire: Multiple fixes for M5282EVB
39380
39381     Incorrect CFG_HZ value, change 1000000 to 1000.
39382     Rename #waring to #warning. RAMBAR1 uses twice
39383     in start.S, rename the later to FLASHBAR. Insert
39384     nop for DRAM setup. And, env_offset in linker file.
39385
39386     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
39387
39388 commit 10db3a17a278dd3a27668b31cb32cdd1476e9513
39389 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
39390 Date:   Mon Aug 11 15:26:43 2008 +0000
39391
39392     ColdFire: Move m5282evb from board to board/freescale
39393
39394     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
39395
39396 commit 56df091d391f74bbf2dc2f7931f9f3c8f23529e4
39397 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
39398 Date:   Mon Aug 11 15:25:07 2008 +0000
39399
39400     ColdFire: Move m5272c3 from board to board/freescale
39401
39402     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
39403
39404 commit 659e9bad629a480f606b286d5703aef7159edf98
39405 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
39406 Date:   Mon Aug 11 15:23:16 2008 +0000
39407
39408     ColdFire: Move m5271evb from board to board/freescale
39409
39410     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
39411
39412 commit 05316f8ece8206339a208ec052f039cd0f7ca922
39413 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
39414 Date:   Mon Aug 11 13:41:49 2008 +0000
39415
39416     ColdFire: Add M54451EVB platform support for MCF5445x
39417
39418     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
39419
39420 commit 922cd7515597e9a2c07d68e2a6240b0b7b0f0136
39421 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
39422 Date:   Wed Aug 6 19:14:08 2008 -0500
39423
39424     ColdFire: Add Serial Flash support for M54455EVB
39425
39426     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
39427
39428 commit 9f751551456828b2d0ff417f10959fb0c7110bd0
39429 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
39430 Date:   Wed Jul 23 20:38:53 2008 -0500
39431
39432     ColdFire: Implement SBF feature for M5445EVB
39433
39434     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
39435
39436 commit a7323bba229203aae2604afde131ab47bad4eadc
39437 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
39438 Date:   Wed Jul 23 17:53:36 2008 -0500
39439
39440     ColdFire: Add SSPI feature for MCF5445x
39441
39442     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
39443
39444 commit b2d022d1ac3f59bffa9cec249341e77aea168abc
39445 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
39446 Date:   Wed Jul 23 17:37:10 2008 -0500
39447
39448     ColdFire: Use CFI Flash driver for M54455EVB
39449
39450     Remove non-common flash driver in
39451     board/freescale/m54455evb/flash.c. The non-cfi flash will
39452     use CONFIG_FLASH_CFI_LEGACY to configure the flash
39453     attribute.
39454
39455     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
39456
39457 commit 6d33c6acfa35b1144d46ffbff7e29ee7969290d0
39458 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
39459 Date:   Wed Jul 23 17:11:47 2008 -0500
39460
39461     ColdFire: Add M5253DEMO platform support for MCF5253
39462
39463     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
39464
39465 commit 80ba61fd82569af40e04d4a089257b81881884f2
39466 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
39467 Date:   Wed Aug 6 14:17:09 2008 -0500
39468
39469     ColdFire: Raise M5253EVBE uart baudrate to 115200 bps
39470
39471     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
39472
39473 commit d361307e73ce1f6fc68760123f37d4876f851f3e
39474 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
39475 Date:   Wed Aug 6 14:11:36 2008 -0500
39476
39477     ColdFire: Fix M5253EVB dram bring up issue
39478
39479     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
39480
39481 commit 4b0708093e15b412296328bf81325cf9b69fe512
39482 Author: Wolfgang Denk <wd@denx.de>
39483 Date:   Thu Aug 14 14:41:06 2008 +0200
39484
39485     Coding Style cleanup, update CHANGELOG
39486
39487     Signed-off-by: Wolfgang Denk <wd@denx.de>
39488
39489 commit 68cf19aae48f2969ec70669604d0d776f02c8bc4
39490 Author: Scott Wood <scottwood@freescale.com>
39491 Date:   Wed Aug 13 18:24:05 2008 -0500
39492
39493     socrates: Update NAND driver to new API.
39494
39495     Also, fix some minor formatting issues, and simplify the handling of
39496     "state" for writes.
39497
39498     Signed-off-by: Scott Wood <scottwood@freescale.com>
39499
39500 commit ba22d10f39eaeedd035e8265616e31ff88e314d5
39501 Author: Scott Wood <scottwood@freescale.com>
39502 Date:   Wed Aug 13 18:03:40 2008 -0500
39503
39504     quad100hd: Update NAND driver to new API.
39505
39506     Signed-off-by: Scott Wood <scottwood@freescale.com>
39507
39508 commit f64cb652a8a84c5c34d0afcbd7ffef886aa1d838
39509 Author: Scott Wood <scottwood@freescale.com>
39510 Date:   Wed Aug 13 17:53:48 2008 -0500
39511
39512     m5373evb: Update NAND driver to new API.
39513
39514     Signed-off-by: Scott Wood <scottwood@freescale.com>
39515
39516 commit 1a23a197c8722b805f40895544bbdb1a648c1c82
39517 Author: Scott Wood <scottwood@freescale.com>
39518 Date:   Wed Aug 13 17:04:30 2008 -0500
39519
39520     s3c24x0: Update NAND driver to new API.
39521
39522     Signed-off-by: Scott Wood <scottwood@freescale.com>
39523
39524 commit aa5f75f20db8a7103fad9c34d6f1193e10d1890f
39525 Author: Scott Wood <scottwood@freescale.com>
39526 Date:   Wed Aug 13 15:56:00 2008 -0500
39527
39528     at91: Update board NAND drivers to current API.
39529
39530     Signed-off-by: Scott Wood <scottwood@freescale.com>
39531
39532 commit d438d50848e9425286e5fb0493e0affb5a0b1e1b
39533 Author: Kyungmin Park <kmpark@infradead.org>
39534 Date:   Wed Aug 13 09:11:02 2008 +0900
39535
39536     Fix OneNAND build break
39537
39538     Since page size field is changed from oobblock to writesize. But OneNAND is not updated.
39539     - fix bufferram management at erase operation
39540     This patch includes the NAND/OneNAND state filed too.
39541
39542     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
39543     Signed-off-by: Scott Wood <scottwood@freescale.com>
39544
39545 commit 9483df6408c25f16060432de3868901e352e23bc
39546 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39547 Date:   Wed Aug 13 01:40:43 2008 +0200
39548
39549     drivers/mtd/nand_legacy: Move conditional compilation to Makefile
39550
39551     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39552
39553 commit cc4a0ceeac5462106172d0cc9d9d542233aa3ab2
39554 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39555 Date:   Wed Aug 13 01:40:43 2008 +0200
39556
39557     drivers/mtd/nand: Move conditional compilation to Makefile
39558
39559     rename CFG_NAND_LEGACY to CONFIG_NAND_LEGACY
39560
39561     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39562
39563 commit 4fb09b81920e5dfdfc4576883186733f0bd6059c
39564 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39565 Date:   Wed Aug 13 01:40:42 2008 +0200
39566
39567     drivers/mtd/onenand: Move conditional compilation to Makefile
39568
39569     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39570
39571 commit 00b1883a4cac59d97cd297b1a3a398db85982865
39572 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39573 Date:   Wed Aug 13 01:40:42 2008 +0200
39574
39575     drivers/mtd: Move conditional compilation to Makefile
39576
39577     rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
39578
39579     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39580
39581 commit 7ba44a5521cdb7fa1c72864025cde1e21a6f6921
39582 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39583 Date:   Wed Aug 13 01:40:41 2008 +0200
39584
39585     drivers/qe: Move conditional compilation to Makefile
39586
39587     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39588
39589 commit ab6878c7bc68a7b5e5b731655bdc13221bbfc493
39590 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39591 Date:   Wed Aug 13 01:40:40 2008 +0200
39592
39593     drivers/pci: Move conditional compilation to Makefile
39594
39595     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39596
39597 commit 55d6d2d39fe3fe87802e399aa17539368b495d2e
39598 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39599 Date:   Wed Aug 13 01:40:40 2008 +0200
39600
39601     drivers/misc: Move conditional compilation to Makefile
39602
39603     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39604
39605 commit 65e41ea0548b86e3d7892defac8e4dc1ea70aed1
39606 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39607 Date:   Wed Aug 13 01:40:40 2008 +0200
39608
39609     drivers/input: Move conditional compilation to Makefile
39610
39611     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39612
39613 commit 88f57e093114a44aa9a858d52b099bcc52034a8c
39614 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39615 Date:   Wed Aug 13 01:40:39 2008 +0200
39616
39617     drivers/dma: Move conditional compilation to Makefile
39618
39619     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39620
39621 commit 1a02806c4b1b4a09ad4e95d3aac3783889e5f8d7
39622 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39623 Date:   Wed Aug 13 01:40:39 2008 +0200
39624
39625     drivers/block: Move conditional compilation to Makefile
39626
39627     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39628
39629 commit 1a6ffbfaf4353bec379ed1fcfc54b6f1a30af09a
39630 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39631 Date:   Wed Aug 13 01:40:39 2008 +0200
39632
39633     serial: move CFG_NS9750_UART to CONFIG_NS9750_UART
39634
39635     move also conditional compilation to Makefile
39636
39637     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39638
39639 commit 6c58a030f86829fa4f0d4337cf4b794c41a1823e
39640 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39641 Date:   Wed Aug 13 01:40:38 2008 +0200
39642
39643     serial: move CFG_SCIF_CONSOLE to CONFIG_SCIF_CONSOLE
39644
39645     move also conditional compilation to Makefile
39646
39647     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39648
39649 commit d6e9ee92e890f67594ab150689510df361133ead
39650 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39651 Date:   Wed Aug 13 01:40:38 2008 +0200
39652
39653     common: Move conditional compilation to Makefile
39654
39655     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39656
39657 commit f5acb9fd9bba1160de3ef349c7d33fe510eda286
39658 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39659 Date:   Wed Aug 13 01:40:09 2008 +0200
39660
39661     mx31: move freescale's mx31 boards to vendor board dir
39662
39663     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39664
39665 commit 8ed2f5f950e2581214d20b011a8f27a6396d65d2
39666 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39667 Date:   Sat Jul 5 23:11:11 2008 +0200
39668
39669     at91: move arch-at91sam9 to arch-at91
39670
39671     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39672
39673 commit 195ccfc5991d48764b2519941e3507f693851d5d
39674 Author: Fathi BOUDRA <fabo@debian.org>
39675 Date:   Wed Aug 6 10:06:20 2008 +0200
39676
39677     OneNAND: Fill in MTD function pointers for OneNAND.
39678
39679     onenand_print_device_info():
39680      - Now returns a string to be placed in mtd->name,
39681        rather than calling printf.
39682      - Remove verbose parameter as it becomes useless.
39683
39684     Signed-off-by: Fathi Boudra <fabo@debian.org>
39685     Signed-off-by: Scott Wood <scottwood@freescale.com>
39686
39687 commit aa646643b6bc250cb3a4966bf728876e0c10d329
39688 Author: Guennadi Liakhovetski <lg@denx.de>
39689 Date:   Wed Aug 6 21:42:07 2008 +0200
39690
39691     nand_spl: Support page-aligned read in nand_load, use chipselect
39692
39693     Supporting page-aligned reads doesn't incure any sinificant overhead, just
39694     a small change in the algorithm. Also replace in_8 with readb, since there
39695     is no in_8 on ARM.
39696
39697     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
39698     Signed-off-by: Scott Wood <scottwood@freescale.com>
39699
39700 commit 4f32d7760a58fe73981b6edc0b0751565d2daa4c
39701 Author: Scott Wood <scottwood@freescale.com>
39702 Date:   Tue Aug 5 11:15:59 2008 -0500
39703
39704     NAND boot: Update large page support for current API.
39705
39706     Also, remove the ctrl variable in favor of passing the constants
39707     directly, and remove redundant (u8) casts.
39708
39709     Signed-off-by: Scott Wood <scottwood@freescale.com>
39710
39711 commit e4c09508545d1c45617ba45391c03c03cbc360b9
39712 Author: Scott Wood <scottwood@freescale.com>
39713 Date:   Mon Jun 30 14:13:28 2008 -0500
39714
39715     NAND boot: MPC8313ERDB support
39716
39717     Note that with older board revisions, NAND boot may only work after a
39718     power-on reset, and not after a warm reset.  I don't have a newer board
39719     to test on; if you have a board with a 33MHz crystal, please let me know
39720     if it works after a warm reset.
39721
39722     Signed-off-by: Scott Wood <scottwood@freescale.com>
39723
39724 commit acdab5c33f1ea6f5e08f06f08bc64af23ff40d71
39725 Author: Scott Wood <scottwood@freescale.com>
39726 Date:   Thu Jun 26 14:06:52 2008 -0500
39727
39728     mpc8313erdb: Enable NAND in config.
39729
39730     Signed-off-by: Scott Wood <scottwood@freescale.com>
39731
39732 commit c3db8c649c6ab3da2f1411c4c6d61aecea054aa4
39733 Author: Guennadi Liakhovetski <lg@denx.de>
39734 Date:   Thu Jul 31 12:38:26 2008 +0200
39735
39736     NAND: Do not write or read a whole block if it is larger than the environment
39737
39738     Environment can be smaller than NAND block size, do not need to read a whole
39739     block and minimum for writing is one page. Also remove an unused variable.
39740
39741     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
39742     Signed-off-by: Scott Wood <scottwood@freescale.com>
39743
39744 commit eafcabd15f00c142156235c519fcc55b10993241
39745 Author: Marcel Ziswiler <marcel@ziswiler.com>
39746 Date:   Sun Jun 22 16:30:06 2008 +0200
39747
39748     NAND: chip->state does not always get set.
39749
39750     Fixes an issue with chip->state not always being set causing troubles.
39751
39752     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
39753     Signed-off-by: Scott Wood <scottwood@freescale.com>
39754
39755 commit 13f0fd94e3cae6f8a0d9fba5d367e311edc8ebde
39756 Author: Ilya Yanok <yanok@emcraft.com>
39757 Date:   Mon Jun 30 15:34:40 2008 +0200
39758
39759     NAND: Scan bad blocks lazily.
39760
39761     Rather than scanning on boot, scan upon the first attempt to check the
39762     badness of a block.  This speeds up boot when not using NAND, and reduces
39763     the likelihood of needing to reflash via JTAG if NAND becomes
39764     nonfunctional.
39765
39766     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
39767     Signed-off-by: Scott Wood <scottwood@freescale.com>
39768
39769 commit dfbf617ff055e4216f78d358b0867c548916d14b
39770 Author: Scott Wood <scottwood@freescale.com>
39771 Date:   Thu Jun 12 13:20:16 2008 -0500
39772
39773     NAND read/write fix
39774
39775     Implement block-skipping read/write, based on a patch from
39776     Morten Ebbell Hestens <morten.hestnes@tandberg.com>.
39777
39778     Signed-off-by: Morten Ebbell Hestnes <morten.hestnes@tandberg.com>
39779     Signed-off-by: Scott Wood <scottwood@freescale.com>
39780
39781 commit 984e03cdf1431bb593aeaa1b74c445d616f955d3
39782 Author: Scott Wood <scottwood@freescale.com>
39783 Date:   Thu Jun 12 13:13:23 2008 -0500
39784
39785     NAND: Always skip blocks on read/write/boot.
39786
39787     Use of the non-skipping versions was almost always (if not always)
39788     an error, and no valid use case has been identified.
39789
39790     Signed-off-by: Scott Wood <scottwood@freescale.com>
39791
39792 commit e1c3dbada349992875934575c97b328ab2cb33ca
39793 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
39794 Date:   Thu Jun 12 11:10:21 2008 -0500
39795
39796     nand: fsl_upm: convert to updated MTD NAND infrastructure
39797
39798     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
39799     Signed-off-by: Scott Wood <scottwood@freescale.com>
39800
39801 commit 300253306acc72b1b2e9faf0987f86551151d7cf
39802 Author: Scott Wood <scottwood@freescale.com>
39803 Date:   Thu May 22 15:02:46 2008 -0500
39804
39805     fsl_elbc_nand: Hard-code the FBAR/FPAR split.
39806
39807     The hardware has separate registers for block and page-within-block,
39808     but the division between the two has no apparent relation to the
39809     actual erase block size of the NAND chip.
39810
39811     Signed-off-by: Scott Wood <scottwood@freescale.com>
39812
39813 commit 9c814b0a716aae884bec977b9a032dfa59cfb79a
39814 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
39815 Date:   Fri Mar 28 22:10:54 2008 +0300
39816
39817     fsl_elbc_nand: workaround for hangs during nand write
39818
39819     Using current driver elbc sometimes hangs during nand write. Reading back
39820     last byte helps though (thanks to Scott Wood for the idea).
39821
39822     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
39823     Signed-off-by: Scott Wood <scottwood@freescale.com>
39824
39825 commit 9fd020d6b4b36b9fb67cd834bc1ae7fdba15ee9e
39826 Author: Scott Wood <scottwood@freescale.com>
39827 Date:   Fri Mar 21 16:12:51 2008 -0500
39828
39829     Freescale eLBC FCM NAND driver
39830
39831     This is a driver for the Flash Control Machine of the enhanched Local Bus
39832     Controller found on some Freescale chips (such as the mpc8313 and the
39833     mpc8379).
39834
39835     Signed-off-by: Scott Wood <scottwood@freescale.com>
39836
39837 commit 41ef8c716e93fdf50efe9c1ba733ca6675daaca6
39838 Author: Scott Wood <scottwood@freescale.com>
39839 Date:   Tue Mar 18 15:29:14 2008 -0500
39840
39841     Don't panic if a controller driver does ecc its own way.
39842
39843     Some hardware, such as the enhanced local bus controller used on some
39844     mpc83xx chips, does ecc transparently when reading and writing data, rather
39845     than providing a generic calculate/correct mechanism that can be exported to
39846     the nand subsystem.
39847
39848     The subsystem should not BUG() when calculate, correct, or hwctl are
39849     missing, if the methods that call them have been overridden.
39850
39851     Signed-off-by: Scott Wood <scottwood@freescale.com>
39852
39853 commit e52b34d40a8a646e3d11638ea8797e96398dba13
39854 Author: Stefan Roese <sr@denx.de>
39855 Date:   Thu Jan 10 18:47:33 2008 +0100
39856
39857     NAND: Make NAND driver less verbose per default
39858
39859     This patch turns off printing of bad blocks per default upon bootup.
39860     This can always be shown via the "nand bad" command later.
39861
39862     Signed-off-by: Stefan Roese <sr@denx.de>
39863
39864 commit fe56a2772e5c59577df906163d0d4b29b056140e
39865 Author: Sergey Kubushyn <ksi@koi8.net>
39866 Date:   Wed Jan 9 15:36:20 2008 +0100
39867
39868     NAND: Davinci driver updates
39869
39870     Here comes a trivial patch to cpu/arm926ejs/davinci/nand.c. Unfortunately I
39871     don't have hardware handy so I can not test it at the moment but changes are
39872     rather trivial so it should work. It would be nice if somebody with a
39873     hardware checked it anyways.
39874
39875     Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
39876
39877 commit deac913effd8d80535c9ff4687b6fcdff540c554
39878 Author: Stefan Roese <sr@denx.de>
39879 Date:   Sat Jan 5 16:50:32 2008 +0100
39880
39881     NAND: Fix compilation warning and small coding style issue
39882
39883     Signed-off-by: Stefan Roese <sr@denx.de>
39884
39885 commit c568f77acdf896fc3dd6413ce53205b17ba809a3
39886 Author: Stefan Roese <sr@denx.de>
39887 Date:   Sat Jan 5 16:49:37 2008 +0100
39888
39889     NAND: Update nand_spl driver to match updated nand subsystem
39890
39891     This patch changes the NAND booting driver nand_spl/nand_boot.c to match
39892     the new infrastructure from the updated NAND subsystem. This NAND
39893     subsystem was recently synced again with the Linux 2.6.22 MTD/NAND
39894     subsystem.
39895
39896     Signed-off-by: Stefan Roese <sr@denx.de>
39897
39898 commit 3df2ece0f0fbba47d27f02fff96c533732b98c14
39899 Author: Stefan Roese <sr@denx.de>
39900 Date:   Sat Jan 5 16:47:58 2008 +0100
39901
39902     NAND: Update 4xx NDFC driver to match updated nand subsystem
39903
39904     This patch changes the 4xx NAND driver ndfc.c to match the new
39905     infrastructure from the updated NAND subsystem. This NAND
39906     subsystem was recently synced again with the Linux 2.6.22 MTD/NAND
39907     subsystem.
39908
39909     Tested successfully on AMCC Sequoia and Bamboo.
39910
39911     Signed-off-by: Stefan Roese <sr@denx.de>
39912
39913 commit 12072264528eba33737bc9674e19f0e925ffda23
39914 Author: Stefan Roese <sr@denx.de>
39915 Date:   Sat Jan 5 16:43:25 2008 +0100
39916
39917     NAND: Change nand_wait_ready() to not call nand_wait()
39918
39919     This patch changes nand_wait_ready() to not just call nand_wait(),
39920     since this will send a new command to the NAND chip. We just want to
39921     wait for the chip to become ready here.
39922
39923     Signed-off-by: Stefan Roese <sr@denx.de>
39924
39925 commit 9ad754fef5053144daed3b007adaf1c9bec654c9
39926 Author: William Juul <william.juul@datarespons.no>
39927 Date:   Fri Dec 14 16:33:45 2007 +0100
39928
39929     make nand dump and nand dump.oob work
39930
39931     Signed-off-by: William Juul <william.juul@tandberg.com>
39932     Signed-off-by: Scott Wood <scottwood@freescale.com>
39933
39934 commit 43ea36fb8fdcbc6e26f0caffe808c63633b18838
39935 Author: William Juul <william.juul@datarespons.no>
39936 Date:   Mon Nov 19 14:46:00 2007 +0100
39937
39938     moving files from yaffs2/direct/ to yaffs2/ and deleting all symlinks
39939
39940     Signed-off-by: William Juul <william.juul@tandberg.com>
39941
39942 commit 98824ce3f95e6c4d08d439b779c0acb0048045a6
39943 Author: William Juul <william.juul@tandberg.com>
39944 Date:   Tue Jun 10 16:18:13 2008 -0500
39945
39946     Clean out unneeded files
39947
39948     Signed-off-by: William Juul <william.juul@tandberg.com>
39949
39950 commit ec29a32b5a71b203f7d9087f1f4d786e7f13dd23
39951 Author: William Juul <william.juul@datarespons.no>
39952 Date:   Fri Nov 16 08:44:27 2007 +0100
39953
39954     Create symlinks from yaffs2/direct to yaffs2
39955
39956     Signed-off-by: William Juul <william.juul@tandberg.com>
39957
39958 commit 90ef117b68387d66763291af0117677644166611
39959 Author: William Juul <william.juul@datarespons.no>
39960 Date:   Thu Nov 15 12:23:57 2007 +0100
39961
39962     Incorporate yaffs2 into U-boot
39963
39964     To use YAFFS2 define CONFIG_YAFFS2
39965
39966     Signed-off-by: William Juul <william.juul@tandberg.com>
39967     Signed-off-by: Scott Wood <scottwood@freescale.com>
39968
39969 commit 0e8cc8bd92257da2e1df88cbc985e166e472ce61
39970 Author: William Juul <william.juul@datarespons.no>
39971 Date:   Thu Nov 15 11:13:05 2007 +0100
39972
39973     YAFFS2 import
39974
39975     Direct import of yaffs as a tarball as of 20071113 from their public
39976     CVS-web at http://www.aleph1.co.uk/cgi-bin/viewcvs.cgi/yaffs2/
39977
39978     The code can also be imported on the command line with:
39979     export CVSROOT=:pserver:anonymous@cvs.aleph1.co.uk:/home/aleph1/cvs cvs logon
39980     (Hit return when asked for a password)
39981     cvs checkout yaffs2
39982
39983     Signed-off-by: William Juul <william.juul@tandberg.com>
39984     Signed-off-by: Stig Olsen <stig.olsen@tandberg.com>
39985
39986 commit 3043c045d5a9897faba7d5c7218c2f4d06cd0038
39987 Author: William Juul <william.juul@datarespons.no>
39988 Date:   Wed Nov 14 14:28:11 2007 +0100
39989
39990     Whitespace cleanup and marking broken code.
39991
39992     Changes requested by maintainer Stefan Roese after
39993     posting patch to U-boot mailing list.
39994
39995     Signed-off-by: William Juul <william.juul@tandberg.com>
39996     Signed-off-by: Scott Wood <scottwood@freescale.com>
39997
39998 commit 5e1dae5c3db7f4026f31b6a2a81ecd9e9dee475f
39999 Author: William Juul <william.juul@datarespons.no>
40000 Date:   Fri Nov 9 13:32:30 2007 +0100
40001
40002     Fixing coding style issues
40003
40004      - Fixing leading white spaces
40005      - Fixing indentation where 4 spaces are used instead of tab
40006      - Removing C++ comments (//), wherever I introduced them
40007
40008     Signed-off-by: William Juul <william.juul@tandberg.com>
40009     Signed-off-by: Scott Wood <scottwood@freescale.com>
40010
40011 commit 4cbb651b29cb64d378a06729970e1e153bb605b1
40012 Author: William Juul <william.juul@datarespons.no>
40013 Date:   Thu Nov 8 10:39:53 2007 +0100
40014
40015     Remove white space at end.
40016
40017     Signed-off-by: William Juul <william.juul@tandberg.com>
40018     Signed-off-by: Scott Wood <scottwood@freescale.com>
40019
40020 commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b
40021 Author: William Juul <william.juul@datarespons.no>
40022 Date:   Wed Oct 31 13:53:06 2007 +0100
40023
40024     Update MTD to that of Linux 2.6.22.1
40025
40026     A lot changed in the Linux MTD code, since it was last ported from
40027     Linux to U-Boot. This patch takes U-Boot NAND support to the level
40028     of Linux 2.6.22.1 and will enable support for very large NAND devices
40029     (4KB pages) and ease the compatibility between U-Boot and Linux
40030     filesystems.
40031
40032     This patch is tested on two custom boards with PPC and ARM
40033     processors running YAFFS in U-Boot and Linux using gcc-4.1.2
40034     cross compilers.
40035
40036     MAKEALL ppc/arm has some issues:
40037      * DOC/OneNand/nand_spl is not building (I have not tried porting
40038        these parts, and since I do not have any HW and I am not familiar
40039        with this code/HW I think its best left to someone else.)
40040
40041     Except for the issues mentioned above, I have ported all drivers
40042     necessary to run MAKEALL ppc/arm without errors and warnings. Many
40043     drivers were trivial to port, but some were not so trivial. The
40044     following drivers must be examined carefully and maybe rewritten to
40045     some degree:
40046      cpu/ppc4xx/ndfc.c
40047      cpu/arm926ejs/davinci/nand.c
40048      board/delta/nand.c
40049      board/zylonite/nand.c
40050
40051     Signed-off-by: William Juul <william.juul@tandberg.com>
40052     Signed-off-by: Stig Olsen <stig.olsen@tandberg.com>
40053     Signed-off-by: Scott Wood <scottwood@freescale.com>
40054
40055 commit cd82919e6c8a73b363a26f34b734923844e52d1c
40056 Author: Wolfgang Denk <wd@denx.de>
40057 Date:   Tue Aug 12 16:08:38 2008 +0200
40058
40059     Coding style cleanup, update CHANGELOG, prepare release
40060
40061     Signed-off-by: Wolfgang Denk <wd@denx.de>
40062
40063 commit 17e900b8c0f38d922da47073246219dce2a847f2
40064 Author: Wolfgang Denk <wd@denx.de>
40065 Date:   Tue Aug 12 14:54:04 2008 +0200
40066
40067     MVBC_P: fix compile problem
40068
40069     Signed-off-by: Wolfgang Denk <wd@denx.de>
40070
40071 commit 52b047ae48219b59bebe37ba743ab103fd4f8316
40072 Author: Wolfgang Denk <wd@denx.de>
40073 Date:   Tue Aug 12 12:10:11 2008 +0200
40074
40075     MPC8272ADS: fix build error: 'bd_t' has no member named 'pci_clk'
40076
40077     Signed-off-by: Wolfgang Denk <wd@denx.de>
40078
40079 commit c9c101c660b3d1995045c61c7c6041f52b6cf335
40080 Author: Wolfgang Denk <wd@denx.de>
40081 Date:   Tue Aug 12 00:36:53 2008 +0200
40082
40083     ads5121: fix compiler warnings (unused variables)
40084
40085     Signed-off-by: Wolfgang Denk <wd@denx.de>
40086
40087 commit 902ca09246039964d59bbcb519b1e1b5aed01308
40088 Author: Kumar Gala <galak@kernel.crashing.org>
40089 Date:   Mon Aug 11 11:29:28 2008 -0500
40090
40091     85xx: Rename CONFIG_NR_CPUS to CONFIG_NUM_CPUS
40092
40093     Use CONFIG_NUM_CPUS to match existing define used by 86xx.
40094
40095     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
40096     Acked-by: Jon Loeliger <jdl@freescale.com>
40097
40098 commit 3216ca9692ff80d7c638723ef448f3d36301d9e7
40099 Author: Kumar Gala <galak@kernel.crashing.org>
40100 Date:   Mon Aug 11 09:20:53 2008 -0500
40101
40102     Fix fallout from autostart revert
40103
40104     The autostart revert caused a bit of duplicated code as well as
40105     code that was using images->autostart that needs to get removed so
40106     we can build again.
40107
40108     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
40109
40110 commit 3cf8a234b8e8c02e4da1f23566043bc288b05220
40111 Author: Kumar Gala <galak@kernel.crashing.org>
40112 Date:   Mon Aug 11 09:16:25 2008 -0500
40113
40114     Fix compile error related to r8a66597-hcd & usb
40115
40116     When building the 8544DS board we get this error:
40117
40118     In file included from r8a66597-hcd.c:22:
40119     u-boot/include/usb.h:190:2: error: #error USB Lowlevel not defined
40120     make[1]: *** [r8a66597-hcd.o] Error 1
40121
40122     The cleanest fix is to only build r8a66597-hcd.c if CONFIG_USB_R8A66597_HCD
40123     is set.
40124
40125     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
40126
40127 commit 2d0daa03612338a813e3c9d22680e54eabfea378
40128 Author: Becky Bruce <becky.bruce@freescale.com>
40129 Date:   Mon Aug 4 14:02:26 2008 -0500
40130
40131     POWERPC 86xx: Move BAT setup code to C
40132
40133     This is needed because we will be possibly be locating
40134     devices at physical addresses above 32bits, and the asm
40135     preprocessing does not appear to deal with ULL constants
40136     properly. We now call write_bat in lib_ppc/bat_rw.c.
40137
40138     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
40139     Acked-by: Jon Loeliger <jdl@freescale.com>
40140
40141 commit 9de67149db576c91b9c2a0a182652331e7e44211
40142 Author: Becky Bruce <becky.bruce@freescale.com>
40143 Date:   Mon Aug 4 14:01:53 2008 -0500
40144
40145     POWERPC: Add synchronization to write_bat in lib_ppc/bat_rw.c
40146
40147     Perform sync/isync as required by the architecture.
40148
40149     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
40150     Acked-by: Jon Loeliger <jdl@freescale.com>
40151
40152 commit 23f935c073e7578c6066804fd2f9ee116cae6ffe
40153 Author: Becky Bruce <becky.bruce@freescale.com>
40154 Date:   Mon Aug 4 14:01:16 2008 -0500
40155
40156     POWERPC: 86xx - add missing CONFIG_HIGH_BATS to sbc8641d config
40157
40158     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
40159     Acked-by: Jon Loeliger <jdl@freescale.com>
40160
40161 commit 5276a3584d26a9533404f0ec00c3b61cf9a97939
40162 Author: Magnus Lilja <lilja.magnus@gmail.com>
40163 Date:   Sun Aug 3 21:44:10 2008 +0200
40164
40165     i.MX31: Fix mx31_gpio_mux() function and MUX_-macros.
40166
40167     Correct the mx31_gpio_mux() function to allow changing all i.MX31 IOMUX
40168     contacts instead of only the first 256 ones as is the case prior to
40169     this patch.
40170
40171     Add missing MUX_* macros and update board files to use the new macros.
40172
40173     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
40174
40175 commit b6b183c5b2fffd4c456b7e3fcb064cceb47fe7ac
40176 Author: Magnus Lilja <lilja.magnus@gmail.com>
40177 Date:   Sun Aug 3 21:43:37 2008 +0200
40178
40179     i.MX31: Fix IOMUX related typos
40180
40181     Correct the names of some IOMUX macros.
40182
40183     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
40184
40185 commit 4d57b0fb2927d4f50d834884b4ec4a7ca01708b0
40186 Author: Steve Sakoman <steve@sakoman.com>
40187 Date:   Mon Aug 11 20:26:16 2008 +0200
40188
40189     OneNAND: Remove unused parameters to onenand_verify_page
40190
40191     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.
40192
40193     Signed-off-by: Steve Sakoman <steve@sakoman.com>
40194     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
40195
40196 commit e84d568fa2a9f4ce7888141e71676368ef6b3f25
40197 Author: Anatolij Gustschin <agust@denx.de>
40198 Date:   Fri Aug 8 18:00:40 2008 +0200
40199
40200     video: fix bug in cfb_console code
40201
40202     FILL_15BIT_555RGB macro extension for pixel swapping
40203     by commit bed53753dd1d7e6bcbea4339be0fb7760214cc35
40204     introduced a bug in cfb_console:
40205
40206     Bitmaps with odd-numbered width won't be rendered
40207     correctly and even U-Boot crashes are observed on
40208     some platforms while repeated rendering of such
40209     bitmaps with "bmp display". Also if a bitmap is
40210     rendered to an odd-numbered x starting position,
40211     the same problem occurs. This patch is an attempt
40212     to fix it.
40213
40214     Signed-off-by: Anatolij Gustschin <agust@denx.de>
40215
40216 commit d9015f6a50d7258125349ef5c2af836458a0029a
40217 Author: Anatolij Gustschin <agust@denx.de>
40218 Date:   Fri Aug 8 18:00:39 2008 +0200
40219
40220     video: fix bug in logo_plot
40221
40222     If logo_plot() should ever be called with x starting
40223     position other than zero and for pixel depths greater
40224     than 8bpp, logo colors distortion will be observed.
40225     This patch fixes the issue.
40226
40227     Signed-off-by: Anatolij Gustschin <agust@denx.de>
40228
40229 commit 406819ae94f79f5b59e01d163380ca7d83709251
40230 Author: Wolfgang Denk <wd@denx.de>
40231 Date:   Mon Aug 11 00:17:52 2008 +0200
40232
40233     MAINTAINERS: sort entries
40234
40235     Signed-off-by: Wolfgang Denk <wd@denx.de>
40236
40237 commit cfc442d7913d4d1c3a9bf494f90c012c2f8c3bdc
40238 Author: Roy Zang <tie-fei.zang@freescale.com>
40239 Date:   Thu Aug 7 18:19:28 2008 +0800
40240
40241     Add mpc7448hpc2 maintainer information
40242
40243     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
40244
40245 commit a9fe0c3e7ca48afa50d6a0db99fa91e7282d73d8
40246 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
40247 Date:   Thu Aug 7 13:13:27 2008 +0530
40248
40249     common/cmd_load.c - Minor code & Coding Style cleanup
40250
40251     - os_data_header Variable is a carry over feature
40252        & unused. So removed all instance of this variable
40253      - Minor Code Style Update
40254
40255     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
40256     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40257
40258 commit 0d28f34bbe56d0971bd603789dcc6fe7adf11f14
40259 Author: Magnus Lilja <lilja.magnus@gmail.com>
40260 Date:   Wed Aug 6 19:32:33 2008 +0200
40261
40262     Update the U-Boot wiki URL.
40263
40264     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
40265
40266 commit aa5ffa16d7e4c461b7b77bf8e79d2ef5638cf754
40267 Author: dirk.behme@googlemail.com <dirk.behme@googlemail.com>
40268 Date:   Sun Aug 10 17:56:36 2008 +0200
40269
40270     OneNAND: Remove base address offset usage
40271
40272     While locally preparing some U-Boot patches for ARM based OMAP3 boards, some
40273     using OneNAND and some using NAND, we found some differences in OneNAND and
40274     NAND command address handling.
40275
40276     As this might confuse users (it already confused us), we like to align OneNAND
40277     and NAND address handling.
40278
40279     The issue is that cmd_onenand.c subtracts the onenand base address from the
40280     addresses you type into the u-boot command line so, unlike nand, you can't
40281     use addresses relative to the start of the onenand part e.g. this won't work:
40282
40283     onenand read 82000000 280000 400000
40284
40285     you have to use:
40286
40287     onenand read 82000000 20280000 400000
40288
40289     Looking at recent git, the only board currently using OneNAND is Apollon, and
40290     for this the OneNAND base address is 0 (apollon.h)
40291
40292     #define     CFG_ONENAND_BASE        0x00000000
40293
40294     so patch below won't break any existing boards and will align OneNAND and NAND
40295     handling on boards where OneNAND base address is != 0.
40296
40297     Signed-off-by: Steve Sakoman <sakoman@gmail.com>
40298     Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
40299     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
40300
40301 commit c11528083ef6e55e76df742228c26e39d151813d
40302 Author: Kumar Gala <galak@kernel.crashing.org>
40303 Date:   Thu Aug 7 09:28:20 2008 -0500
40304
40305     mpc85xx: workaround old binutils bug
40306
40307     The recent change to move the .bss outside of the image gives older
40308     binutils (ld from eldk4.1/binutils-2.16) some headache:
40309
40310     ppc_85xx-ld: u-boot: Not enough room for program headers (allocated 3, need 4)
40311     ppc_85xx-ld: final link failed: Bad value
40312
40313     We workaround it by being explicit about the program headers and not
40314     assigning the .bss to a program header.
40315
40316     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
40317
40318 commit 0bf202ec586d4466c900e987720fa635c594d689
40319 Author: Wolfgang Denk <wd@denx.de>
40320 Date:   Sun Aug 10 01:26:26 2008 +0200
40321
40322     Revert "[new uImage] Add autostart flag to bootm_headers structure"
40323
40324     This reverts commit f5614e7926863bf0225ec860d9b319741a9c4004.
40325
40326     The commit was based on a misunderstanding of the (documented)
40327     meaning of the 'autostart' environment variable. It might cause
40328     boards to hang if 'autostart' was used, with the potential to brick
40329     them. Go back to the documented behaviour.
40330
40331     Conflicts:
40332
40333         common/cmd_bootm.c
40334         common/image.c
40335         include/image.h
40336
40337     Signed-off-by: Wolfgang Denk <wd@denx.de>
40338
40339 commit 29f8f58ff40c67f7f2e11afd1715173094e52ac2
40340 Author: Wolfgang Denk <wd@denx.de>
40341 Date:   Sat Aug 9 23:17:32 2008 +0200
40342
40343     TQM8xx{L,M}: try to normalize config files for TQM8xx? based board
40344
40345     - enable CFI driver where this was forgotten
40346     - enable mtdparts support
40347     - adjust default environment
40348     etc.
40349
40350     Signed-off-by: Wolfgang Denk <wd@denx.de>
40351
40352 commit 41266c9b5a5f873df3ec891bb0907616958b5602
40353 Author: Peter Tyser <ptyser@xes-inc.com>
40354 Date:   Tue Aug 5 10:51:57 2008 -0500
40355
40356     FIT: Fix handling of images without ramdisks
40357
40358     boot_get_ramdisk() should not treat the case when a FIT image does
40359     not contain a ramdisk as an error.
40360
40361     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
40362     Acked-by: Michal Simek <monstr@monstr.eu>
40363
40364 commit f77d92a3f56d88e63cc02226a1204b3bdbac6961
40365 Author: Sergey Lapin <slapin@ossfans.org>
40366 Date:   Sat Aug 9 01:39:09 2008 +0400
40367
40368     DataFlash: AT45DB021 fix and AT45DB081 support
40369
40370     Fix for page size of AT45DB021. Also adding bigger AT45DB081
40371     which comes with some newer boards.
40372
40373     Signed-off-by: Sergey Lapin <slapin@ossfans.org>
40374
40375 commit ba9324451b662dd393afa53e5cc36fc5d3d10966
40376 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
40377 Date:   Fri Aug 8 16:30:23 2008 +0900
40378
40379     sh: Update sh7763rdp config
40380
40381     Add sh_eth support to sh7763rdp.
40382
40383     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
40384
40385 commit 21f971ec265f6042ec21636d55d06a6bc0751077
40386 Author: Wolfgang Denk <wd@denx.de>
40387 Date:   Mon Jul 7 01:22:29 2008 +0200
40388
40389     TQM823L: re-enable logo support; update LCD_INFO text
40390
40391     Signed-off-by: Wolfgang Denk <wd@denx.de>
40392
40393 commit 3b8d17f0f082073346c0df017c9dfd6acdb40d6d
40394 Author: Wolfgang Denk <wd@denx.de>
40395 Date:   Fri Aug 8 16:41:56 2008 +0200
40396
40397     TQM8xxL: fix support for second flash bank
40398
40399     When switching the TQM8xxL modules to use the CFI flash driver,
40400     support for the second flash bank was broken because the CFI driver
40401     did not support dynamically sized banks. This gets fixed now.
40402
40403     Signed-off-by: Wolfgang Denk <wd@denx.de>
40404
40405 commit 2a112b234d879f6390503a5f4e38246acce9d0b0
40406 Author: Wolfgang Denk <wd@denx.de>
40407 Date:   Fri Aug 8 16:39:54 2008 +0200
40408
40409     CFI: allow for dynamically determined flash sizes and addresses
40410
40411     The CFI driver allowed only for static initializers in the
40412     CFG_FLASH_BANKS_LIST definition, i. e. it did not allow to map
40413     several flash banks contiguously if the bank sizes were not known in
40414     advance, which kind of violates U-Boot's design philosophy.
40415
40416     (will be used for example by the TQM8xxL boards)
40417
40418     Signed-off-by: Wolfgang Denk <wd@denx.de>
40419
40420 commit d9d78ee46d9a396d0a81d00c2b003a9bd32c2e61
40421 Author: Ben Warren <biggerbadderben@gmail.com>
40422 Date:   Thu Aug 7 23:26:35 2008 -0700
40423
40424     QE UEC: Fix compiler warnings
40425
40426     Moved static functions earlier in file so forward declarations are not needed.
40427
40428     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
40429
40430 commit d5d28fe4aad5f4535400647a5617c11039506467
40431 Author: David Saada <David.Saada@ecitele.com>
40432 Date:   Mon Mar 31 02:37:38 2008 -0700
40433
40434     QE UEC: Add MII Commands
40435
40436     Add MII commands to the UEC driver. Note that once a UEC device is selected,
40437     any device on its MDIO bus can be addressed.
40438
40439     Signed-off-by: David Saada <david.saada@ecitele.com>
40440     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
40441
40442 commit fd0f2f3796ff2a7a32d35deb1b7996e485849df7
40443 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
40444 Date:   Wed Jul 9 21:07:38 2008 +0900
40445
40446     usb: add support for R8A66597 usb controller
40447
40448     add support for Renesas R8A66597 usb controller.
40449     This patch supports USB Host mode.
40450
40451     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
40452     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
40453
40454 commit 1d10dcd041aaeae9fd7c821005692898a0303382
40455 Author: Hunter, Jon <jon-hunter@ti.com>
40456 Date:   Sat Jul 26 18:59:16 2008 -0500
40457
40458     Add support for OMAP5912 and OMAP16xx to usbdcore_omap1510.c
40459
40460     Add support to drivers/usb/usbdcore_omap1510.c for OMAP5912 and OMAP16xx devices.
40461
40462     Signed-off-by: Jon Hunter <jon-hunter@ti.com>
40463     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
40464
40465 commit eab1007334b93a6209f1ec33615e26ef5311ede7
40466 Author: Steven A. Falco <sfalco@harris.com>
40467 Date:   Wed Aug 6 15:42:52 2008 -0400
40468
40469     ppc4xx: Sequoia has two UARTs in "4-pin" mode. Configure the GPIOs as per schematic.
40470
40471     The Sequoia board has two UARTs in "4-pin" mode. This patch modifies the GPIO
40472     configuration to match the schematic, and also sets the SDR0_PFC1 register to
40473     select the corresponding mode for the UARTs.
40474
40475     Signed-off-by: Steven A. Falco <sfalco@harris.com>
40476     Signed-off-by: Stefan Roese <sr@denx.de>
40477
40478 commit 0eb5717a85b6cba3f67c11fa89bdde38dcd081b5
40479 Author: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
40480 Date:   Wed Aug 6 14:42:13 2008 +0200
40481
40482     avr32: add support for EarthLCD Favr-32 board
40483
40484     This patch adds support for the Favr-32 board made by EarthLCD.
40485
40486     This kit, which is also called ezLCD-101 when running with EarthLCD firmware,
40487     has a 10.4" touch screen LCD panel, 16 MB 32-bit SDRAM, 8 MB parallel flash,
40488     Ethernet, audio out, USB device, SD-card slot, USART and various other
40489     connectors for cennecting stuff to SPI, I2C, GPIO, etc.
40490
40491     Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
40492     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
40493
40494 commit bc9019e19758a19a388fb20ef18dc771cd39fdda
40495 Author: Rafael Campos <rafael.campos@hanscan.com>
40496 Date:   Thu Jul 31 10:22:20 2008 +0200
40497
40498     cfi-flash: Added support to flash_real_protect for Atmel flash devices
40499
40500     Some of the flash memories produced by ATMEL start in read-only mode.
40501     We need to unprotect it. This patch allows the AT49BV6416 to work with
40502     cfi_flash memories. Tested in the at91rm9200ek board.
40503
40504     Signed-off-by: Rafael Campos Las Heras <rafael.campos@hanscan.com>
40505     Signed-off-by: Stefan Roese <sr@denx.de>
40506
40507 commit 7949839e5836bf8b1074bb6142c46d30ac3aa350
40508 Author: Guennadi Liakhovetski <lg@denx.de>
40509 Date:   Tue Aug 5 15:36:39 2008 +0200
40510
40511     cfi-flash: Add definition for the AM29LV800BB AMD NOR-flash
40512
40513     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
40514     Signed-off-by: Stefan Roese <sr@denx.de>
40515
40516 commit 1318673045fe188c6e24c582b1e6efc00ae1c62c
40517 Author: Stefan Roese <sr@denx.de>
40518 Date:   Wed Aug 6 14:06:03 2008 +0200
40519
40520     Fix merge problems
40521
40522     Signed-off-by: Stefan Roese <sr@denx.de>
40523
40524 commit f2302d4430e7f3f48308d6a585320fe96af8afbd
40525 Author: Stefan Roese <sr@denx.de>
40526 Date:   Wed Aug 6 14:05:38 2008 +0200
40527
40528     Fix merge problems
40529
40530     Signed-off-by: Stefan Roese <sr@denx.de>
40531
40532 commit 6689484ccd43189322aaa5a1c6cd02cdd511ad7d
40533 Author: Kenneth Johansson <kenneth@southpole.se>
40534 Date:   Tue Jul 15 12:13:38 2008 +0200
40535
40536     mpc5121: Move iopin features from board specific to common files.
40537
40538     And in the process eliminate some duplicate register defines.
40539
40540     Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
40541
40542 commit ef11df6b66ecf5797e94ba322254b8fb7a4e2e12
40543 Author: John Rigby <jrigby@freescale.com>
40544 Date:   Tue Aug 5 17:38:57 2008 -0600
40545
40546     mpc5121: squash some fdt fixup errors
40547
40548     On ADS5121 when booting linux the following errors are seen:
40549         Unable to update property /soc5121@80000000:bus-frequency, err=FDT_ERR_NOTFOUND
40550         Unable to update property /soc5121@80000000/ethernet@2800:local-mac-address, err=FDT_ERR_NOTFOUND
40551         Unable to update property /soc5121@80000000/ethernet@2800:address, err=FDT_ERR_NOTFOUND
40552
40553     This is caused by ft_cpu_setup trying to deal with
40554     both old and new soc node naming.  This patch
40555     fixes this by being smarter about what to
40556     fixup.
40557
40558     Also do soc node fixups by compatible instead of by path.
40559     A new board config called OF_SOC_COMPAT defined
40560     to be "fsl,mpc5121-immr" replaces the old
40561     OF_SOC node path that was defined to be "soc@80000000".
40562
40563     Old device trees still work, but the compatiblity
40564     is conditional on CONFIG_OF_SUPPORT_OLD_DEVICE_TREES
40565     which is on by default in include/configs/ads5121.h.
40566
40567     Signed-off-by: John Rigby <jrigby@freescale.com>
40568
40569 commit 81091f58f0c58ecd26c5b05de2ae20ca6cdb521c
40570 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40571 Date:   Sat Aug 2 23:48:30 2008 +0200
40572
40573     drivers/serial: Move conditional compilation to Makefile for CONFIG_* macros
40574
40575     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40576
40577 commit 4cd7e6528f61ec669755c3754bb4f9779874fab3
40578 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40579 Date:   Sat Aug 2 23:48:32 2008 +0200
40580
40581     nios2/sysid: fix printf warning
40582
40583     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40584
40585 commit 66da6fa0e35e7ee56628c85981709afe7180fc8e
40586 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40587 Date:   Sat Aug 2 23:48:33 2008 +0200
40588
40589     Fix remaining build issues with MPC8xx FADS boards.
40590
40591     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40592
40593 commit 81d3f1fdddafd1eb53bbca8739f488d417eb3dd2
40594 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40595 Date:   Sat Aug 2 23:48:31 2008 +0200
40596
40597     nios2: fix phys_addr_t and phys_size_t support
40598
40599     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40600
40601 commit 5fa62000db6d0b46ecdeadbeb50faf5197db49ef
40602 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40603 Date:   Sat Aug 2 23:48:34 2008 +0200
40604
40605     mvbc_p: Fix problem with '#if (CONFIG_CMD_KGDB)'
40606
40607     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40608
40609 commit 1464eff77e7fdaed609ecf263a2423c9dcf96b1f
40610 Author: Mark Jackson <mpfj@mimc.co.uk>
40611 Date:   Fri Aug 1 09:48:29 2008 +0100
40612
40613     Fix bitmap display for atmel lcd controller
40614
40615     The current lcd_display_bitmap() function does not work properly
40616     for the Atmel LCD controller.
40617
40618     2 fixes need to be done:-
40619
40620     (a) when setting the colour map, use the lcd_setcolreg() function
40621         as provided by the Atmel driver
40622     (b) the data is never actually written to the lcd framebuffer !!
40623
40624     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
40625
40626 commit 2a433c66b1e2770349fe4911be23c375f053ebd8
40627 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40628 Date:   Fri Aug 1 08:40:34 2008 +0200
40629
40630     qemu_mips: update README to follow qemu update about default machine
40631
40632     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40633
40634 commit ac169d645f5f0e0b9a232563099209e92a355d8e
40635 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
40636 Date:   Thu Jul 31 19:53:21 2008 -0500
40637
40638     ColdFire: Fix compilation issue caused by a missing function
40639
40640     Implement usec2ticks() which is used by fsl_i2c.c in
40641     lib_m68k/time.c
40642
40643     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
40644
40645 commit 01ae85b58b51d2fb1fac5b93095f6042cf48ae7b
40646 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
40647 Date:   Thu Jul 31 19:53:06 2008 -0500
40648
40649     Fix compilation error for TASREG
40650
40651     TASREG is ColdFire platform, the include ppc4xx.h in
40652     board/esd/common/flash.c causes conflict.
40653
40654     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
40655
40656 commit 35d3bd3cc35c508a6823dac77e0fd126808e4fc7
40657 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
40658 Date:   Thu Jul 31 19:52:36 2008 -0500
40659
40660     Fix compilation error for MCF5275
40661
40662     Rename OBJ to COBJ in board/platform/Makefile
40663
40664     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
40665
40666 commit 5c40548f01218360a1f1395198c50ff45f3035b5
40667 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
40668 Date:   Thu Jul 31 19:52:28 2008 -0500
40669
40670     Fix compile error caused by incorrect function return type
40671
40672     Rename int mii_init(void) to void mii_init(void) for idmr
40673     ColdFire platform
40674
40675     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
40676
40677 commit a58c78067c928976c082c758d3987e89ead5b191
40678 Author: Wolfgang Denk <wd@denx.de>
40679 Date:   Fri Aug 1 12:06:22 2008 +0200
40680
40681     Fix build issues with MPC8xx FADS boards.
40682
40683     Signed-off-by: Wolfgang Denk <wd@denx.de>
40684
40685 commit 4b50cd12a3b3c644153c4cf393f4a4c12289e5aa
40686 Author: Wolfgang Denk <wd@denx.de>
40687 Date:   Thu Jul 31 17:54:03 2008 +0200
40688
40689     Prepare v1.3.4-rc2: update CHANGELOG
40690
40691     Signed-off-by: Wolfgang Denk <wd@denx.de>
40692
40693 commit a48311557db6e7e9473a6163b44bb1e6c6ed64c4
40694 Author: Mark Jackson <mpfj@mimc.co.uk>
40695 Date:   Thu Jul 31 16:09:00 2008 +0100
40696
40697     Add gzipped logo support
40698
40699     The README file states that CONFIG_VIDEO_BMP_GZIP behaves as follows:
40700
40701       If this option is set, additionally to standard BMP
40702       images, gzipped BMP images can be displayed via the
40703       splashscreen support or the bmp command.
40704
40705     However, the splashscreen function *only* supports standard BMP images.
40706
40707     This patch adds the documented gzip support.
40708
40709     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
40710
40711 commit a5bcb01fbde6b1f1c9863cd86e5c4c369f0121ac
40712 Author: Mark Jackson <mpfj@mimc.co.uk>
40713 Date:   Thu Jul 31 15:56:48 2008 +0100
40714
40715     Fix Atmel LCD controller endianess for AVR32 processors
40716
40717     The Atmel lcd controller is used on Atmel's AT91 (little endian) and
40718     AVR32 (big endian) platforms.
40719
40720     As such, the controller can handle both big and little endian memory.
40721
40722     This patch fixes the driver for the AVR32 platform.
40723
40724     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
40725
40726 commit cdb8bd2fd3bcbe65d8e4334a55f5a667845426a1
40727 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40728 Date:   Thu Jul 31 15:56:01 2008 +0200
40729
40730     apollon: fix build out of tree
40731
40732     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40733
40734 commit 2e752be39d3e398d4ab89ffa6634c397df298297
40735 Author: Guennadi Liakhovetski <lg@denx.de>
40736 Date:   Thu Jul 31 12:35:04 2008 +0200
40737
40738     Uncompressed images loaded to their start address shall set load_end too
40739
40740     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
40741     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
40742
40743 commit c37207d7f51e19c17f859966f314e27cc1231801
40744 Author: Wolfgang Denk <wd@denx.de>
40745 Date:   Wed Jul 16 16:38:59 2008 +0200
40746
40747     Fix printf() format problems with configurable prompts
40748
40749     U-Boot allows for configurable prompt strings using the
40750     CONFIG_AUTOBOOT_PROMPT resp. CONFIG_MENUPROMPT definitions. So far,
40751     the assumption was that any such user defined problts would contain
40752     exactly one "%d" format specifier. But some boards did not.
40753
40754     To allow for flexible boot prompts without adding too complex code we
40755     now allow to specify the whole list of printf() arguments in the user
40756     definition. This is powerful, but requires a responsible user who
40757     really understands what he is doing, as he needs to know for exanple
40758     which variables are available in the respective context.
40759
40760     Signed-off-by: Wolfgang Denk <wd@denx.de>
40761
40762 commit 54754120637b6a7f4ff774fb199fc550bcfea1da
40763 Author: Wolfgang Denk <wd@denx.de>
40764 Date:   Thu Jul 31 17:02:14 2008 +0200
40765
40766     TQM85xx: fix typo introduce by commit ffbb5cb9
40767
40768     Signed-off-by: Wolfgang Denk <wd@denx.de>
40769
40770 commit 0b4951d4cddca9cc800745891c95b291e47cbbd7
40771 Author: Wolfgang Denk <wd@denx.de>
40772 Date:   Thu Jul 31 15:27:01 2008 +0200
40773
40774     mvbc_p board: fix most build warnings.
40775
40776     Signed-off-by: Wolfgang Denk <wd@denx.de>
40777
40778 commit c4ec6db074051d2f6fc76a66411c60621b22bc02
40779 Author: Wolfgang Denk <wd@denx.de>
40780 Date:   Thu Jul 31 13:57:20 2008 +0200
40781
40782     E1000: clean up CONFIG_E1000_FALLBACK_MAC handling
40783
40784     Avoid "integer constant is too large for 'long' type" warnings.
40785     And simplify the code.
40786
40787     Signed-off-by: Wolfgang Denk <wd@denx.de>
40788
40789 commit 9196b44334c330cc13de2464c59181e4db71f549
40790 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
40791 Date:   Wed Jul 30 23:21:19 2008 +0400
40792
40793     8260: Making the use of gd->pci_clk dependant on the CONFIG_PCI
40794
40795     Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
40796
40797 commit 6361ad4b596f5a940a01c91ae0297d98f790cbe0
40798 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
40799 Date:   Wed Jul 30 23:20:32 2008 +0400
40800
40801     PPC: Add pci_clk in the global_data for CPM2 processors
40802
40803     This patch adds pci_clk field to the global_data structure for the
40804     processors which have CPM2 module in case the CONFIG_PCI is defined.
40805
40806     Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
40807
40808 commit f0ff885ca64655bee6540eb8a25eed90b1152686
40809 Author: Kumar Gala <galak@kernel.crashing.org>
40810 Date:   Wed Jul 30 14:13:30 2008 -0500
40811
40812     mpc85xx: Update linker scripts for Freescale boards
40813
40814     * Move to using absolute addressing always.  Makes the scripts a bit more
40815       portable and common
40816     * Moved .bss after the end of the image.  These allows us to have more
40817       room in the resulting binary image for code and data.
40818     * Removed .text object files that aren't really needed
40819     * Make sure _end is 4-byte aligned as the .bss init code expects this.
40820       (Its possible that the end of .bss isn't 4-byte aligned)
40821
40822     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
40823
40824 commit 57c219ad5d34dd9d49991777a62e3899595f2ec7
40825 Author: Kumar Gala <galak@kernel.crashing.org>
40826 Date:   Wed Jul 30 08:01:15 2008 -0500
40827
40828     Fix compile warnings in dlmalloc
40829
40830     The origional code was using on odd reference to get to the first
40831     real element in av_[].  The first two elements of the array are
40832     not used for actual bins, but for house keeping.  If we are more
40833     explicit about how use the first few elements we can get rid of the
40834     warnings:
40835
40836     dlmalloc.c: In function 'malloc_extend_top':
40837     dlmalloc.c:1971: warning: dereferencing type-punned pointer will break strict-aliasing rules
40838     dlmalloc.c:1999: warning: dereferencing type-punned pointer will break strict-aliasing rules
40839     dlmalloc.c:2029: warning: dereferencing type-punned pointer will break strict-aliasing rules
40840     ...
40841
40842     The logic of how this code came to be is:
40843         bin_at(0) = (char*)&(av_[2]) - 2*SIZE_SZ
40844
40845     SIZE_SZ is the size of pointer, and av_ is arry of pointers so:
40846         bin_at(0) = &(av_[0])
40847
40848     Going from there to bin_at(0)->fd or bin_at(0)->size should be straight forward.
40849
40850     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
40851
40852 commit 3f9ae1a5d43c49a8ecf497470c3d1d80255e44b9
40853 Author: Stefan Roese <sr@denx.de>
40854 Date:   Wed Jul 30 10:21:01 2008 +0200
40855
40856     ppc4xx: Fix W7OLMG compile problems by adding missing LM75 defines
40857
40858     Signed-off-by: Stefan Roese <sr@denx.de>
40859
40860 commit ebb86c4ecd37a7701358284e497ca4c6483c7cc5
40861 Author: Stefan Roese <sr@denx.de>
40862 Date:   Wed Jul 30 09:59:51 2008 +0200
40863
40864     cmd_bootm.c: Fix problem with '#if (CONFIG_CMD_USB)'
40865
40866     A recent patch used '#if (CONFIG_CMD_USB)' instead of
40867     '#if defined(CONFIG_CMD_USB)'. This patch fixes this problem and makes
40868     common/bootm.c compile again.
40869
40870     Signed-off-by: Stefan Roese <sr@denx.de>
40871     Acked-by: Markus Klotzbuecher <mk@denx.de>
40872
40873 commit 2cb9080427fe641dcb71da46cd0634dd406f37ed
40874 Author: Kyungmin Park <kmpark@infradead.org>
40875 Date:   Tue Jul 22 08:01:43 2008 +0900
40876
40877     Remove unused I2C at apollon board
40878
40879     There are no I2C devices on this board.
40880
40881     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
40882
40883 commit 3c95960e526b3b026da20201db64526f46faf14b
40884 Author: Wolfgang Denk <wd@denx.de>
40885 Date:   Thu Jul 31 10:12:09 2008 +0200
40886
40887     at91rm9200dk, csb637: fix NAND related build problems
40888
40889     Tried fixing NAND support for the at91rm9200dk board; untested.
40890     Disabled NAND support in the csb637 board config file.
40891
40892     Signed-off-by: Wolfgang Denk <wd@denx.de>
40893
40894 commit 9246f5ecfd353ae297a02ffd5328402acf16c9dd
40895 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
40896 Date:   Wed Jul 30 12:39:28 2008 +0200
40897
40898     ppc4xx: ML507: Environment in flash and MTD Support
40899
40900     - Relocate the location of U-Boot in the flash
40901     - Save the environment in one sector of the flash memory
40902     - MTD Support
40903
40904     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
40905     Signed-off-by: Stefan Roese <sr@denx.de>
40906
40907 commit a8a16af4d59d14cc1c1187c10aaad80d6b8394b5
40908 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
40909 Date:   Tue Jul 29 17:16:10 2008 +0200
40910
40911     ppc4xx: ML507: Use of get_ram_size in board ml507
40912
40913     - Change suggested by WD
40914
40915     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
40916     Signed-off-by: Stefan Roese <sr@denx.de>
40917
40918 commit 01a004313c5ec2d128b611df4c208b1b0d3c3fb4
40919 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
40920 Date:   Mon Jul 21 20:30:07 2008 +0200
40921
40922     ppc4xx: ML507: U-Boot in flash and System ACE
40923
40924     This patch allows booting from FLASH the ML507 board by Xilinx.
40925     Previously, U-Boot needed to be loaded from JTAG or a Sytem ACE CF
40926
40927     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
40928     Signed-off-by: Stefan Roese <sr@denx.de>
40929
40930 commit 5c374c9ee16fee2bf68533cc4010b3c0df21f783
40931 Author: Julien May <mailinglist@miromico.ch>
40932 Date:   Mon Jun 23 13:57:52 2008 +0200
40933
40934     Add support for the hammerhead (AVR32) board
40935
40936     The Hammerhead platform is built around a AVR32 32-bit microcontroller
40937     from Atmel.  It offers versatile peripherals, such as ethernet, usb
40938     device, usb host etc.
40939
40940     The board also incooperates a power supply and is a Power over Ethernet
40941     (PoE) Powered Device (PD).
40942
40943     Additonally, a Cyclone III FPGA from Altera is integrated on the board.
40944     The FPGA is mapped into the 32-bit AVR memory bus. The FPGA offers two
40945     DDR2 SDRAM interfaces, which will cover even the most exceptional need
40946     of memory bandwidth. Together with the onboard video decoder the board
40947     is ready for video processing.
40948
40949     For more information see: http:///www.miromico.com/hammerhead
40950
40951     Signed-off-by: Julien May <mailinglist@miromico.ch>
40952     [haavard.skinnemoen@atmel.com: various small fixes and adaptions]
40953     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
40954
40955 commit 09d318a8bb1444ec92e31cafcdba877eb9409e58
40956 Author: Kumar Gala <galak@kernel.crashing.org>
40957 Date:   Tue Jul 29 12:23:49 2008 -0500
40958
40959     fsl_i2c: Use timebase timer functions instead of get_timer()
40960
40961     The current implementation of get_timer() is only really useful after we
40962     have relocated u-boot to memory.  The i2c code is used before that as part
40963     of the SPD DDR setup.
40964
40965     We actually have a bug when using the get_timer() code before relocation
40966     because the .bss hasn't been setup and thus we could be reading/writing
40967     a random location (probably in flash).
40968
40969     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
40970
40971 commit 4fc72a0d6ca85070a5e90d76cc5a853526ac09c4
40972 Author: Frank Svendsbøe <frank.svendsboe@gmail.com>
40973 Date:   Tue Jul 29 14:49:31 2008 +0200
40974
40975     Adder8xx: Fix CFG_MONITOR_LEN
40976
40977     Due to increased space usage, U-Boot can no longer be stored in three sectors.
40978     The current U-Boot use just over three flash sectors (197k), and U-Boot will
40979     become corrupt after saving environment variables. This patch adds another 64k
40980     to CFG_MONITOR_LEN.
40981
40982     Signed-off-by: Frank E. Svendsbøe <frank.svendsboe@gmail.com>
40983
40984 commit a4c59ad4a21140550ada6f97690d2527c4146ce5
40985 Author: Kyungmin Park <kmpark@infradead.org>
40986 Date:   Tue Jul 29 08:47:57 2008 +0900
40987
40988     Add OneNAND IPL related files to gitignore
40989
40990     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
40991
40992 commit 8d87589e8e874df7120a3d9667f051bc33bac250
40993 Author: Rafal Jaworowski <raj@semihalf.com>
40994 Date:   Mon Jul 28 20:38:25 2008 +0200
40995
40996     API: Teach the storage layer about SATA and MMC options.
40997
40998     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
40999     Acked-by: Rafal Jaworowski <raj@semihalf.com>
41000
41001 commit 6b73b754f782e1ecce5048bf20b22ce56a07a5b8
41002 Author: Rafal Jaworowski <raj@semihalf.com>
41003 Date:   Mon Jul 28 20:37:48 2008 +0200
41004
41005     API: Dump contents of sector 0 in the demo application.
41006
41007     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
41008     Acked-by: Rafal Jaworowski <raj@semihalf.com>
41009
41010 commit 13ca6305f2eba49c175f6370c35286141059c789
41011 Author: Rafal Jaworowski <raj@semihalf.com>
41012 Date:   Mon Jul 28 20:37:10 2008 +0200
41013
41014     API: Correct storage enumeration routine, other minor fixes in API storage area.
41015
41016     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
41017     Acked-by: Rafal Jaworowski <raj@semihalf.com>
41018
41019 commit 05c7fe0f049b1c9eb9a1992f27e5e350d865f4a8
41020 Author: Rafal Jaworowski <raj@semihalf.com>
41021 Date:   Mon Jul 28 20:36:19 2008 +0200
41022
41023     API: Fix compilation warnings in api_examples/demo.c.
41024
41025     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
41026
41027 commit c14eefcc48212af2f3314809605698dd8393a90a
41028 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41029 Date:   Sun Jul 27 17:09:43 2008 +0200
41030
41031     Fix more printf() format warnings
41032
41033     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41034
41035 commit 936897d4d1365452bbbdf8430db5e7769ef08d38
41036 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41037 Date:   Fri Jul 25 15:18:16 2008 +0200
41038
41039     Fix remaining CFG_CMD_ define, ifdef and comments
41040
41041     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41042
41043 commit 5d1d00fb36005482e1803a00ddc46efa11d719af
41044 Author: Stefano Babic <sbabic@denx.de>
41045 Date:   Fri Jul 25 08:57:40 2008 +0200
41046
41047     Add include for config.h in command.h.
41048
41049     Because the cmd_tbl_s structure depends on the configuration file, it
41050     must be assured that config.h is included before the structure is
41051     evaluated by the compiler. If this is not certain, it could happen
41052     that the compiler generates structures of different size, depending
41053     on the fact if the source file includes <config.h> before or after
41054     <command.h>.
41055
41056     The effect is that u-boot crashes when tries to relocate the command
41057     table (for ppc) or try to access to the command table for other
41058     architectures.
41059
41060     The problem can happen on board-depending commands. All general
41061     commands under /common are unaffected, because they include already
41062     config.h before command.h.
41063
41064     Signed-off-by: Stefano Babic <sbabic@denx.de>
41065
41066 commit 2dacb734bac9dba1db9e704d3e0b200ef521c79a
41067 Author: Scott Wood <scottwood@freescale.com>
41068 Date:   Wed Jul 23 13:16:06 2008 -0500
41069
41070     NAND: $(obj)-qualify ecc.h in kilauea NAND boot Makefile.
41071
41072     This fixes building out-of-tree.
41073
41074     Signed-off-by: Scott Wood <scottwood@freescale.com>
41075
41076 commit 36d59bd9da9e15d19b867b48449408830f4e2ad5
41077 Author: Heiko Schocher <hs@denx.de>
41078 Date:   Wed Jul 23 07:30:46 2008 +0200
41079
41080     Fix warnings if compiling with IDE support.
41081
41082     cmd_ide.c:827: Warnung: weak declaration of `ide_outb' after first use results in unspecified behavior
41083     cmd_ide.c:839: Warnung: weak declaration of `ide_inb' after first use results in unspecified behavior
41084
41085     Signed-off-by: Heiko Schocher <hs@denx.de>
41086
41087 commit 7610db17fd4d59c51d825488526d85ede2f06767
41088 Author: Adrian Filipi <adrian.filipi@eurotech.com>
41089 Date:   Tue Jul 22 14:28:11 2008 -0400
41090
41091     Removed support for the adsvix board.
41092
41093     Support for the adsvix was originally provided by Applied Data
41094     Systems (ADS), inc., now EuroTech, Inc.
41095     The board never shipped aside from some sample boards.
41096
41097     Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
41098
41099 commit f96b44cef897bd372beb86dde1b33637c119d84d
41100 Author: Remy Bohmer <linux@bohmer.net>
41101 Date:   Tue Jul 22 16:22:11 2008 +0200
41102
41103     ARM: set GD_FLG_RELOC for boards skipping relocation to RAM
41104
41105     If CONFIG_SKIP_RELOCATE_UBOOT is set the flag GD_FLG_RELOC is usually
41106     never set, because relocation to RAM is actually never done by U-boot
41107     itself. However, several pieces of code check if this flag is set at
41108     some time.
41109
41110     So, to make sure this flag is set on boards skipping relocation, this
41111     is added to the initialisation of U-boot at a moment where it is safe
41112     to do so.
41113
41114     Signed-off-by: Remy Bohmer <linux@bohmer.net>
41115
41116 commit e4dafff86f289b5677143a3e41da7b45c6d27fc7
41117 Author: Timur Tabi <timur@freescale.com>
41118 Date:   Mon Jul 21 14:26:23 2008 -0500
41119
41120     fsl-i2c: fix writes to data segment before relocation
41121
41122     Prevent i2c_init() in fsl_i2c.c from writing to the data segment before
41123     relocation.  Commit d8c82db4 added the ability for i2c_init() to program the
41124     I2C bus speed and save the value in i2c_bus_speed[], which is a global
41125     variable.  It is an error to write to the data segment before relocation,
41126     which is what i2c_init() does when it stores the bus speed in i2c_bus_speed[].
41127
41128     Signed-off-by: Timur Tabi <timur@freescale.com>
41129
41130 commit dbd32387920e5ad6f9dd58a7b5012bbabe2a6a21
41131 Author: Wolfgang Ocker <weo@reccoware.de>
41132 Date:   Mon Jul 28 16:56:51 2008 +0200
41133
41134     mips: Fix baudrate divisor computation on alchemy cpus
41135
41136     Use CFG_MIPS_TIMER_FREQ when computing the baudrate divisor
41137     on alchemy cpus.
41138
41139     Signed-off-by: Wolfgang Ocker <weo@reccoware.de>
41140     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
41141
41142 commit c8c845cfdc6d0217135c1d5927eebd2b133a3314
41143 Author: Ben Warren <biggerbadderben@gmail.com>
41144 Date:   Sat Jul 5 00:08:48 2008 -0700
41145
41146     Moved initialization of AVR32 Ethernet controllers to board_eth_init()
41147
41148     Renamed initialization functions for atngw100 and atstk1000.
41149     Removed initializations for these boards from net/eth.c
41150
41151     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
41152     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
41153
41154 commit a229d291f33308ab7761d39f25fa1a53c0fc00a2
41155 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
41156 Date:   Wed Jul 23 10:55:46 2008 +0200
41157
41158     spi flash: Fix printf() format warnings
41159
41160     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
41161
41162 commit 252a5e0738bcafaf25f7fbb40f19a59abc2cb13e
41163 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
41164 Date:   Wed Jul 23 10:55:31 2008 +0200
41165
41166     atmel_mci: Fix printf() format warnings
41167
41168     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
41169
41170 commit 7f4b009f4232d57084ce0ec5aeb3b57bccb08e4c
41171 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
41172 Date:   Wed Jul 23 10:55:15 2008 +0200
41173
41174     avr32: Fix printf() format warnings
41175
41176     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
41177
41178 commit a79c3e8d9c31db25d5ca3ec8e08a97f323410dd4
41179 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
41180 Date:   Wed Jul 23 10:52:19 2008 +0200
41181
41182     avr32: asm/io.h needs asm/types.h
41183
41184     map_physmem() takes a phys_addr_t as parameter. This type is defined in
41185     asm/types.h, so we need to include that file.
41186
41187     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
41188
41189 commit 1953d128fd07f07d1c3810a28c0863ea64dae1b6
41190 Author: Michal Simek <monstr@monstr.eu>
41191 Date:   Thu Jul 17 12:25:46 2008 +0200
41192
41193     microblaze: Fix printf() format issues
41194
41195     Signed-off-by: Michal Simek <monstr@monstr.eu>
41196
41197 commit de2a07e534f18b1ca5f9869a4ef0604ca829cff0
41198 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
41199 Date:   Thu Jul 17 07:27:51 2008 +0530
41200
41201     Remove unused code from lib_arm/bootm.c
41202
41203     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
41204
41205 commit ffbb5cb942e9856fa24e946977e0a60c64df04ab
41206 Author: Detlev Zundel <dzu@denx.de>
41207 Date:   Wed Jul 16 18:56:45 2008 +0200
41208
41209     tqm85xx: Demystify 'DK: !!!' comment
41210
41211     Signed-off-by: Detlev Zundel <dzu@denx.de>
41212
41213 commit b2f44ba570f3a01113bbb745daf46f3858d22f53
41214 Author: Detlev Zundel <dzu@denx.de>
41215 Date:   Wed Jul 16 18:56:44 2008 +0200
41216
41217     83xx/85xx/86xx: Add LTEDR local bus definitions
41218
41219     Signed-off-by: Detlev Zundel <dzu@denx.de>
41220
41221 commit f13f64cf42d5abec3e0f920233f6a7a61e7ae494
41222 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
41223 Date:   Wed Jul 16 16:22:32 2008 +0200
41224
41225     serial_xuartlite.c: fix compiler warnings
41226
41227     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
41228     Acked-by: Grant Likely <grant.likely@secretlab.ca>
41229
41230 commit 86446d3a5d9d3ca81e85d1ccd3accaaae6f8e3c9
41231 Author: Stefan Roese <sr@denx.de>
41232 Date:   Fri Jul 18 11:03:35 2008 +0200
41233
41234     POST: Add disable interrupts in some of the missing CPU POST tests
41235
41236     Some CPU POST tests did not disable the interrupts while running. This
41237     seems to be necessary to protect this self modifying code.
41238
41239     Signed-off-by: Stefan Roese <sr@denx.de>
41240
41241 commit 97a3bf268d096e0e97e54048448c35114edcf557
41242 Author: Stefan Roese <sr@denx.de>
41243 Date:   Fri Jul 18 10:43:24 2008 +0200
41244
41245     ide: Use CFG_64BIT_LBA instead of CFG_64BIT_STRTOUL
41246
41247     This is needed for boards that define CFG_64BIT_STRTOUL but don't define
41248     CFG_64BIT_LBA.
41249
41250     Signed-off-by: Stefan Roese <sr@denx.de>
41251
41252 commit 0043ac55024963295fc79b39af85b6dc3b261e17
41253 Author: Niklaus Giger <niklaus.giger@netstal.com>
41254 Date:   Fri Jul 18 11:22:23 2008 +0200
41255
41256     POST PPC4xx/spr IVPR only if PPC440
41257
41258     The SPR IVPR register is only present (as far as I know) for
41259     processors with a PPC440 core.
41260
41261     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
41262     Acked-by: Stefan Roese <sr@denx.de>
41263
41264 commit 1092fbd64748dfa2e979b102611ece9bc5ec1855
41265 Author: Stefan Roese <sr@denx.de>
41266 Date:   Fri Jul 18 10:42:29 2008 +0200
41267
41268     ppc4xx: Enable 64bit printf format on 440/460 platforms
41269
41270     This patch defines CFG_64BIT_VSPRINTF and CFG_64BIT_STRTOUL for all
41271     440/460 platforms. This may be needed since those platforms support
41272     36bit physical address space.
41273
41274     Signed-off-by: Stefan Roese <sr@denx.de>
41275
41276 commit 66fe183b1dd9c7534605147a8ecfed1c02345ee5
41277 Author: Stefan Roese <sr@denx.de>
41278 Date:   Fri Jul 18 15:57:23 2008 +0200
41279
41280     ppc4xx: Fix incorrect MODTx setup for some DIMM configurations
41281
41282     This patch fixes a problem with incorrect MODTx (On Die Termination)
41283     setup for a configuration with multiple DIMM's and multiple ranks.
41284     Without this change Katmai was unable to boot Linux with DDR2 frequency
41285     >= 533MHz and mem>=3GB. With this patch Katmai successfully boots Linux
41286     with DDR2 frequency = 640MHz and mem=4GB.
41287
41288     Signed-off-by: Stefan Roese <sr@denx.de>
41289
41290 commit 60204d06ed9f8c2a67cc79eb67fd2b1d22bcbc8c
41291 Author: Stefan Roese <sr@denx.de>
41292 Date:   Fri Jul 18 12:24:41 2008 +0200
41293
41294     ppc4xx: Minor coding style cleanup of Xilinx Virtex5 ml507 support
41295
41296     Signed-off-by: Stefan Roese <sr@denx.de>
41297
41298 commit 086511fc96a8a9bb56e5e19a3d84c40f4dba80cc
41299 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
41300 Date:   Thu Jul 17 12:47:09 2008 +0200
41301
41302     ppc4xx: ML507 Board Support
41303
41304     The Xilinx ML507 Board is a Virtex 5 prototyping board that includes,
41305         among others:
41306         -Virtex 5 FX FPGA (With a ppc440x5 in it)
41307         -256MB of SDRAM2
41308         -32MB of Flash
41309         -I2C Eeprom
41310         -System ACE chip
41311         -Serial ATA connectors
41312         -RS232 Level Conversors
41313         -Ethernet Transceiver
41314
41315     This patch gives support to a standard design produced by EDK for this
41316     board: ppc440, uartlite, xilinx_int and flash
41317
41318     - Includes Changes propossed by Stefan Roese and Michal Simek
41319
41320     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
41321     Acked-by: Stefan Roese <sr@denx.de>
41322
41323 commit d865fd09809a3a18669f35f970781820af40e4de
41324 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
41325 Date:   Thu Jul 17 11:44:12 2008 +0200
41326
41327     ppc4xx: CPU PPC440x5 on Virtex5 FX
41328
41329     -This patchs gives support for the embbedded ppc440
41330      on the Virtex5 FPGAs
41331     -interrupts.c divided in uic.c and interrupts.c
41332     -xilinx_irq.c for xilinx interrupt controller
41333     -Include modifications propossed by  Stefan Roese
41334
41335     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
41336     Acked-by: Stefan Roese <sr@denx.de>
41337
41338 commit 340ccb260f21516be360745d5c5e3bd0657698df
41339 Author: Sebastian Siewior <bigeasy@linutronix.de>
41340 Date:   Wed Jul 16 20:04:49 2008 +0200
41341
41342     cfi_flash: fix flash on BE machines with CFG_WRITE_SWAPPED_DATA
41343
41344     This got broken by commits 93c56f212c
41345      [cfi_flash: support of long cmd in U-boot.]
41346
41347     That command needs to be in little endian format on BE machines
41348     with CFG_WRITE_SWAPPED_DATA. Without this patch, the command 0xf0
41349     gets saved on stack as 0x00 00 00 f0 and 0x00 gets written into
41350     the cmdbuf in case portwidth = chipwidth = 8bit.
41351
41352     Cc: Alexey Korolev <akorolev@infradead.org>
41353     Cc: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
41354     Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
41355
41356 commit 11188d55bc16dd907451c00282e00a038f73dd62
41357 Author: Stefan Roese <sr@denx.de>
41358 Date:   Thu Jul 17 10:40:51 2008 +0200
41359
41360     ppc4xx: Fix alphabetical order in 4xx Makefile part (redwood)
41361
41362     Signed-off-by: Stefan Roese <sr@denx.de>
41363
41364 commit 021f6df6e96af5b387810cf96d24848da1faa55c
41365 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
41366 Date:   Thu Jul 10 17:20:51 2008 +0400
41367
41368     83xx: mpc8315erdb: fix silly thinko in fdt_tsec1_fixup
41369
41370     The thinko was quite silly indeed, I messed with !ptr. Normally this
41371     would trigger some fault, but in U-Boot NULL pointer is equal to phys
41372     0, so the code was working still, just didn't actually test mpc8315erdb
41373     environment variable value. Heh.
41374
41375     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
41376     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
41377
41378 commit 25f5f0d49a3ae89bf4396f2557ce98debfef21da
41379 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
41380 Date:   Tue Jul 8 21:00:04 2008 +0400
41381
41382     83xx: mpc8315erdb: add support for switching between ULPI/UTMI USB PHYs
41383
41384     Freescale ships MPC8315E-RDB boards either with TSEC1 and USB UTMI
41385     support, or without TSEC1 but with USB ULPI PHY support in addition.
41386     With this patch user can specify desired USB PHY.
41387
41388     Also, it seems that we can't distinguish the two boards in software, so
41389     user have to set `mpc8315erdb' environment variable to either 'tsec1'
41390     (TSEC1 enabled) or `ulpi' (board with ULPI PHY, TSEC1 disabled), so that
41391     Linux will not probe for TSEC1.
41392
41393     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
41394     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
41395
41396 commit 015b27b9e165fcf220e42f2c4afbaeaa2758fcf6
41397 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
41398 Date:   Tue Jul 8 20:59:43 2008 +0400
41399
41400     fdt_support: fdt_fixup_dr_usb: add support for phy_type fixups
41401
41402     Currently U-Boot can only fixup the usb dr_mode, but some boards (namely
41403     MPC8315E-RDB) can use two PHY types: ULPI (stand-alone OTG port) or UTMI
41404     (connected to the four-ports hub, usb host only).
41405
41406     This patch implements support for passing Dual-Role USB controller's
41407     device tree property phy_type through the usb_phy_type environment
41408     variable.
41409
41410     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
41411     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
41412     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
41413
41414 commit 699f05125509249072a0b865c8d35520d97cd501
41415 Author: Wolfgang Denk <wd@denx.de>
41416 Date:   Tue Jul 15 22:22:44 2008 +0200
41417
41418     Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefile
41419
41420     Signed-off-by: Wolfgang Denk <wd@denx.de>
41421
41422 commit bcab74baa6b1b1c969038ab6f64a186239180405
41423 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
41424 Date:   Tue Jul 15 11:23:02 2008 -0400
41425
41426     Round the serial port clock divisor value returned by calc_divisor()
41427
41428     Round the serial port clock divisor value returned by
41429     calc_divisor()
41430
41431     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
41432     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
41433
41434 commit 0328ef0edfe950f0b7b8b368dae482531506b74a
41435 Author: Robin Getz <rgetz@blackfin.uclinux.org>
41436 Date:   Tue Jul 15 21:44:46 2008 +0200
41437
41438     Fix DHCP protocol so U-Boot does not respond too early
41439     on the network with it's offered IP number; it should not reply until
41440     after it has received a DHCP ACK message. Also ensures that U-Boot
41441     does it's DHCPREQUEST as broadcast (per RFC 2131).
41442
41443     Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
41444     Acked-by: Ben Warren <biggerbadderben@gmail.com>
41445     Signed-off-by: Wolfgang Denk <wd@denx.de>
41446
41447 commit 7288f972fcaee14a9741cb08c8688a23874b4a2e
41448 Author: Sebastian Siewior <bigeasy@linutronix.de>
41449 Date:   Tue Jul 15 13:35:23 2008 +0200
41450
41451     cfi_flash: make the command u32 only
41452
41453     This got changed by commit 93c56f212c
41454     [cfi_flash: support of long cmd in U-boot.]
41455
41456     Long is the wrong type because it will behave differently on 64bit
41457     machines in a way that is probably not expected. u32 should be
41458     enough.
41459
41460     Cc: Alexey Korolev <akorolev@infradead.org>
41461     Cc: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
41462     Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
41463
41464 commit 31cfe57491b183acae575d486729e158f016c27b
41465 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41466 Date:   Mon Jul 14 23:48:41 2008 +0200
41467
41468     tools/gitignore: update to all generated files
41469
41470     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41471
41472 commit 5e0de0e216b8fb27634afb11c60a2fa24c23349e
41473 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
41474 Date:   Wed Jul 9 18:30:44 2008 +0200
41475
41476     mpc5xxx: Add MVBC_P board support
41477
41478     The MVBC_P is a MPC5200B based camera system with Intel Gigabit ethernet
41479     controller (using e1000) and custom Altera Cyclone-II FPGA on PCI.
41480
41481     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
41482     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41483
41484 commit e2d31fb3450653115452144363d5bde4e5e3e693
41485 Author: Timur Tabi <timur@freescale.com>
41486 Date:   Thu Jun 19 17:56:11 2008 -0500
41487
41488     Update Freescale sys_eeprom.c to handle CCID formats
41489
41490     Update the sys_eeprom.c file to handle both NXID and CCID EEPROM formats.  The
41491     NXID format replaces the older CCID format, but it's important to support both
41492     since most boards out there still use the CCID format.  This change is in
41493     preparation for using one file to handle both formats.  This will also unify
41494     EEPROM support for all Freescale 85xx and 86xx boards.
41495
41496     Also update the 86xx board header files to use the standard CFG_I2C_EEPROM_ADDR
41497     instead of ID_EEPROM_ADDR.
41498
41499     Signed-off-by: Timur Tabi <timur@freescale.com>
41500
41501 commit d85f46a25ccb33ed9b295de3c2cfe1ce270ece9a
41502 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
41503 Date:   Fri Jul 11 17:22:43 2008 +0900
41504
41505     pci: sh: Add pci_skip_dev and pci_print_dev function
41506
41507     Add function of new PCI, pci_skip_dev and pci_print_dev.
41508
41509     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
41510     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41511
41512 commit 1107014e835ec9d46c0333f4211d104f77442db0
41513 Author: Andy Fleming <afleming@freescale.com>
41514 Date:   Mon Jul 14 20:29:07 2008 -0500
41515
41516     Clean up INIT_RAM options
41517
41518     The L2_INIT_RAM option was unused, and recent changes to the TLB code
41519     meant that the INIT_RAM TLBs weren't being cleared out.  In order to reduce
41520     the amount of mapped space attached to nothing, we change things so the TLBs
41521     get cleared.
41522
41523     Signed-off-by: Andy Fleming <afleming@freescale.com>
41524
41525 commit 4524561820a9327e89107854b3a7187800ccf719
41526 Author: Andy Fleming <afleming@freescale.com>
41527 Date:   Mon Jul 14 20:26:57 2008 -0500
41528
41529     Remove fake flash bank from 8544 DS
41530
41531     The fake flash bank was generating errors for anyone who didn't have a
41532     PromJET hooked up to the board.  As that constitutes the vast majority of
41533     users, we remove it.
41534
41535     Signed-off-by: Andy Fleming <afleming@freescale.com>
41536
41537 commit 630d9bfcb5f6d3a43f251901a6b480994dcb6ea3
41538 Author: Kumar Gala <galak@kernel.crashing.org>
41539 Date:   Mon Jul 14 14:07:03 2008 -0500
41540
41541     MPC8544DS: Add ATI Video card support
41542
41543     Add support for using a PCIe ATI Video card on PCIe2.
41544
41545     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41546
41547 commit 7f9f4347cf325c63a39fe30910f3fb211ae2cc15
41548 Author: Kumar Gala <galak@kernel.crashing.org>
41549 Date:   Mon Jul 14 14:07:02 2008 -0500
41550
41551     85xx: Add some L1/L2 SPR register definitions
41552
41553     Add new L1/L2 SPRs related to e500mc cache config and control.
41554
41555     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41556
41557 commit e5852787f0c3c442a276262f13d91ca450605ac0
41558 Author: Kumar Gala <galak@kernel.crashing.org>
41559 Date:   Mon Jul 14 14:07:01 2008 -0500
41560
41561     MPC8544DS: Report board id, board version and fpga version.
41562
41563     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41564
41565 commit 73f15a060f67a2462551c334215bd20fac6b81d1
41566 Author: Kumar Gala <galak@kernel.crashing.org>
41567 Date:   Mon Jul 14 14:07:00 2008 -0500
41568
41569     85xx: Cleanup L2 cache size detection
41570
41571     The L2 size detection code was a bit confusing and we kept having to add
41572     code to it to handle new processors.  Change the sense of detection so we
41573     look for the older processors that aren't changing.
41574
41575     Also added support for 1M cache size on 8572.
41576
41577     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41578
41579 commit c3ca7e5e00a24451f20df3bded9a61ba541921df
41580 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
41581 Date:   Fri Jul 11 15:33:08 2008 -0400
41582
41583     sbc8560: enable CONFIG_OF_LIBFDT by default
41584
41585     Make the default build for the sbc8560 board be powerpc
41586     capable with libfdt support.
41587
41588     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
41589
41590 commit 6b44a44ec2aab180d7095c1c92e669cee1d3e3bd
41591 Author: Andy Fleming <afleming@freescale.com>
41592 Date:   Mon Jul 14 20:04:40 2008 -0500
41593
41594     Fix indentation for default boot environment variables
41595
41596     This was proposed by Paul Gortmaker in response to Wolfgang's comments on
41597     similar #defines in sbc8560.h.
41598
41599     Signed-off-by: Andy Fleming <afleming@freescale.com>
41600
41601 commit 37fef499104e28e0a83b02b85ca0d1fbe80d294a
41602 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
41603 Date:   Fri Jul 11 15:33:07 2008 -0400
41604
41605     sbc8560: add default fdt values
41606
41607     Add in the default fdt settings and the typical EXTRA_ENV
41608     settings as borrowed from the mpc8560ads.  Fix a couple
41609     of stale references to the mpc8560ads dating back to the
41610     original clone/fork.
41611
41612     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
41613     Signed-off-by: Andy Fleming <afleming@freescale.com>
41614
41615 commit d04e76edf92f7f89696989e8702b97e020455af3
41616 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
41617 Date:   Fri Jul 11 15:33:06 2008 -0400
41618
41619     sbc8560: add in ft_board_setup()
41620
41621     Add in for the sbc8560, the ft_board_setup() routine, based on what is
41622     in use for the Freescale MPC8560ADS board.
41623
41624     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
41625
41626 commit c158bcaca3b31cbe38c4143812e6170e38a57393
41627 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
41628 Date:   Fri Jul 11 15:33:05 2008 -0400
41629
41630     sbc8560: define eth0 and eth1 instead of eth1 and eth2
41631
41632     The existing config doesn't define CONFIG_HAS_ETH0, and so the
41633     fdt support doesn't update the zeros in the dtb local-mac with
41634     real data from the u-boot env.  Since the existing config is
41635     tailored to just two interfaces, get rid of the ETH2 definitions
41636     at the same time.
41637
41638     Also don't include any end user specific data into the environment
41639     by default -- things like MAC address, network parameters etc. need
41640     to come from the end user.
41641
41642     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
41643     Signed-off-by: Andy Fleming <afleming@freescale.com>
41644
41645 commit 0ec436d2f95076d9e46ae594db6e9b1d8732840d
41646 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
41647 Date:   Fri Jul 11 15:33:04 2008 -0400
41648
41649     sbc8560: properly set cs0_bnds for 512MB
41650
41651     The sbc8560 board ships with 512MB of memory installed,
41652     but the current cs0_bnds is hard coded for 256MB.  Set the
41653     value based on CFG_SDRAM_SIZE.
41654
41655     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
41656
41657 commit 6de5bf24004c8d9c9b070bb8f7418d1c45e5eb27
41658 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
41659 Date:   Fri Jul 11 15:33:03 2008 -0400
41660
41661     sbc8560: proper definitions for TSEC.
41662
41663     The definitions for the TSEC have become out of date.  There is no
41664     longer any such options like "CONFIG_MPC85xx_TSEC1" or similar.
41665     Update to match those of other boards, like the MPC8560ADS.
41666
41667     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
41668     Acked-by: Ben Warren <biggerbadderben@gmail.com>
41669
41670 commit 71074abbe0c76429577aff58aeff0a24ad210b23
41671 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
41672 Date:   Wed Jul 9 13:23:05 2008 -0400
41673
41674     8xxx-fdt: set ns16550 clock from CFG_NS16550_CLK, not bi_busfreq
41675
41676     Some boards that have external 16550 UARTs don't have a direct
41677     tie between bi_busfreq and the clock used for the UARTs.  Boards
41678     that do have such a tie should set CFG_NS16550_CLK to be
41679     get_bus_freq(0) -- which most of them do already.
41680
41681     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
41682     Acked-by: Kim Phillips <kim.phillips@freescale.com>
41683
41684 commit 24ef76f320fbadf074105229826514db140f939f
41685 Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
41686 Date:   Wed Jul 2 07:03:53 2008 -0700
41687
41688     Change the temp map to ROM to align addresses to page size.
41689
41690     With a page size of BOOKE_PAGESZ_16M, both the real and effective
41691     addresses must be multiples of 16MB.  The hardware silently truncates
41692     them so the code happens to work.  This patch clarifies the situation
41693     by establishing addresses that the hardware doesn't need to truncate.
41694
41695     Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
41696     Signed-off-by: Andy Fleming <afleming@freescale.com>
41697
41698 commit 06b4186c10204b6683edb047ac5f506fb0ce0937
41699 Author: Kim Phillips <kim.phillips@freescale.com>
41700 Date:   Tue Jun 17 17:45:22 2008 -0500
41701
41702     mpc85xx: use IS_E_PROCESSOR macro
41703
41704     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
41705
41706 commit 6b70ffb9d1b2e791161f3cf92937aa45b4a07b78
41707 Author: Kim Phillips <kim.phillips@freescale.com>
41708 Date:   Mon Jun 16 15:55:53 2008 -0500
41709
41710     fdt: add crypto node handling for MPC8{3, 5}xxE processors
41711
41712     Delete the crypto node if not on an E-processor.  If on 8360 or 834x family,
41713     check rev and up-rev crypto node (to SEC rev. 2.4 property values)
41714     if on an 'EA' processor, e.g. MPC8349EA.
41715
41716     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
41717
41718 commit 85e5808e8ea9f77da5219f23394112f0b424fa5e
41719 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
41720 Date:   Fri Jul 11 15:10:11 2008 -0400
41721
41722     ARM DaVinci: Remove extern phy_t declaration by moving code to proper place
41723
41724     ARM DaVinci: Remove extern phy_t declaration by moving
41725     code to proper place.
41726
41727     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
41728
41729 commit 3a9e7ba2ac14018c5dd1e78a7dd735571569c971
41730 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
41731 Date:   Fri Jul 11 15:10:10 2008 -0400
41732
41733     ARM DaVinci: Remove duplicate definitions of MACH_TYPE and prototype of i2c_init()
41734
41735     ARM DaVinci: Remove duplicate definitions of MACH_TYPE
41736     and prototype of i2c_init().
41737
41738     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
41739
41740 commit 348753d416cd2c9e7ec6520a544c8f33cf02a560
41741 Author: Kumar Gala <galak@kernel.crashing.org>
41742 Date:   Mon Jul 14 14:03:02 2008 -0500
41743
41744     Fix some more printf() format problems.
41745
41746     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41747
41748 commit 45b16d22c64674ccd8c4637456a987463609141c
41749 Author: Wolfgang Denk <wd@denx.de>
41750 Date:   Mon Jul 14 22:38:42 2008 +0200
41751
41752     Fix coding style; make code better parsable by external tools
41753
41754     Signed-off-by: Wolfgang Denk <wd@denx.de>
41755
41756 commit b880cbf207b1c109d3a661417a8feddcbd729a9d
41757 Author: Wolfgang Denk <wd@denx.de>
41758 Date:   Mon Jul 14 21:19:08 2008 +0200
41759
41760     cpu/i386/serial.c: Fix syntax errors
41761
41762     Signed-off-by: Wolfgang Denk <wd@denx.de>
41763
41764 commit e2d45e6f4d9919e1afeac5e09557b2252832fccf
41765 Author: Wolfgang Denk <wd@denx.de>
41766 Date:   Mon Jul 14 20:41:35 2008 +0200
41767
41768     elppc board: Coding style cleanup.
41769
41770     Signed-off-by: Wolfgang Denk <wd@denx.de>
41771
41772 commit 82b24a8a505fc81466484b3c55b574ee0b4205bc
41773 Author: Wolfgang Denk <wd@denx.de>
41774 Date:   Mon Jul 14 20:40:22 2008 +0200
41775
41776     elppc board: fix syntax error.
41777
41778     Signed-off-by: Wolfgang Denk <wd@denx.de>
41779
41780 commit 0fe340585a6a48bd392d315b0dd84d068b1c3790
41781 Author: Wolfgang Denk <wd@denx.de>
41782 Date:   Mon Jul 14 20:38:26 2008 +0200
41783
41784     EB+MCF-EV123 board: fix coding style (alingment)
41785
41786     Signed-off-by: Wolfgang Denk <wd@denx.de>
41787
41788 commit 6841785a0bb0f38175456a923edd634fb7dd6947
41789 Author: Wolfgang Denk <wd@denx.de>
41790 Date:   Mon Jul 14 20:36:44 2008 +0200
41791
41792     EB+MCF-EV123 board: fix syntx error
41793
41794     Signed-off-by: Wolfgang Denk <wd@denx.de>
41795
41796 commit ab5cda9f88c3eaf9cf599adc3a3375906c4ed904
41797 Author: Andy Fleming <afleming@freescale.com>
41798 Date:   Mon Jul 7 18:02:08 2008 -0500
41799
41800     Remove LBC_CACHE_BASE from 8544 DS
41801
41802     The 8544 DS doesn't have any cacheable Local Bus memories set up.  By mapping
41803     space for some anyway, we were allowing speculative loads into unmapped space,
41804     which would cause an exception (annoying, even if ultimately harmless).
41805     Removing LBC_CACHE_BASE, and using LBC_NONCACHE_BASE for the LBC LAW solves the
41806     problem.
41807
41808     Signed-off-by: Andy Fleming <afleming@freescale.com>
41809
41810 commit d0ff51ba5d0309dbe9e25ea54f8a0285a6d5db90
41811 Author: Wolfgang Denk <wd@denx.de>
41812 Date:   Mon Jul 14 15:19:07 2008 +0200
41813
41814     Code cleanup: fix old style assignment ambiguities like "=-" etc.
41815
41816     Signed-off-by: Wolfgang Denk <wd@denx.de>
41817
41818 commit d7854223c5c85b5849fbf422cc8ac0efef461c37
41819 Author: Wolfgang Denk <wd@denx.de>
41820 Date:   Mon Jul 14 15:10:53 2008 +0200
41821
41822     AmigaOneG3SE: remove dead and incomplete files
41823
41824     Signed-off-by: Wolfgang Denk <wd@denx.de>
41825
41826 commit b64f190b7a34224df09b559ca111eb1b733f00ad
41827 Author: Wolfgang Denk <wd@denx.de>
41828 Date:   Mon Jul 14 15:06:35 2008 +0200
41829
41830     Fix printf() format issues with sizeof_t types by using %zu
41831
41832     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41833     Signed-off-by: Wolfgang Denk <wd@denx.de>
41834
41835 commit f354b73e16a86f9e9085471a830605f74f84ea5d
41836 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41837 Date:   Mon Jul 14 14:11:45 2008 +0200
41838
41839     vsprintf: add z and t options
41840
41841     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41842
41843 commit 25dbe98abb686d8210e1731fba85ced7d3ce874c
41844 Author: Wolfgang Denk <wd@denx.de>
41845 Date:   Sun Jul 13 23:07:35 2008 +0200
41846
41847     Fix some more printf() format issues.
41848
41849     Signed-off-by: Wolfgang Denk <wd@denx.de>
41850
41851 commit d5996dd555edf52721b7691a4c59de016251ed39
41852 Author: Wolfgang Denk <wd@denx.de>
41853 Date:   Sun Jul 13 19:51:00 2008 +0200
41854
41855     Fix some more printf() format problems.
41856
41857     Signed-off-by: Wolfgang Denk <wd@denx.de>
41858
41859 commit 0f9d5f6d6e814907794995c6a22af752040c35d9
41860 Author: Wolfgang Denk <wd@denx.de>
41861 Date:   Sun Jul 13 19:48:26 2008 +0200
41862
41863     ADS5121: Fix (delete) incorrect ads5121_diu_init() prototype
41864
41865     Signed-off-by: Wolfgang Denk <wd@denx.de>
41866
41867 commit 322716a1d1eb33a71067ba0eb1c5346fb2dd6b34
41868 Author: Anatolij Gustschin <agust@denx.de>
41869 Date:   Sat Jul 12 17:31:36 2008 +0200
41870
41871     Fix bug in Lime video driver
41872
41873     We need to wait while drawing engine clears frame
41874     buffer before any further software accesses to frame
41875     buffer will be initiated. Otherwise software drawn
41876     parts could be partially destroyed by the drawing
41877     engine or even GDC chip freeze could occur (as
41878     observed on socrates board).
41879
41880     Signed-off-by: Anatolij Gustschin <agust@denx.de>
41881
41882 commit 0a5676befb0c590212a53f7627fa5d0d8a84bf34
41883 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41884 Date:   Sat Jul 12 14:36:34 2008 +0200
41885
41886     Fix some more printf() format issues.
41887
41888     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41889
41890 commit 18c8a28aad49803780bd8d52432ded528e37e701
41891 Author: Michal Simek <monstr@monstr.eu>
41892 Date:   Fri Jul 11 15:11:57 2008 +0200
41893
41894     hwmon: rename CONFIG_DS1722 to CONFIG_DTT_DS1722
41895
41896     Signed-off-by: Michal Simek <monstr@monstr.eu>
41897     Acked-by: Stefan Roese <sr@denx.de>
41898
41899 commit 6ecbb45bb027e90c19d63b48e7b0c05acc1a87c0
41900 Author: Michal Simek <monstr@monstr.eu>
41901 Date:   Fri Jul 11 11:50:53 2008 +0200
41902
41903     hwmon: Cleaning hwmon devices
41904
41905     Clean Makefile
41906     Move device specific values to driver for better reading
41907
41908     Signed-off-by: Michal Simek <monstr@monstr.eu>
41909     Acked-by: Stefan Roese <sr@denx.de>
41910
41911 commit c78fce699c7ff467ecd841da6a79f065180bf578
41912 Author: Michal Simek <monstr@monstr.eu>
41913 Date:   Fri Jul 11 10:43:13 2008 +0200
41914
41915     FIS: repare incorrect return value with ramdisk handling
41916
41917     Microblaze and PowerPC use boot_get_ramdisk for loading
41918     ramdisk to memory with checking return value.
41919     Return 0 means success. Return 1 means failed.
41920     Here is correspond part of code from bootm.c which check
41921     return code.
41922
41923     ret = boot_get_ramdisk (argc, argv, images, IH_ARCH_PPC,
41924                 &rd_data_start, &rd_data_end);
41925     if (ret)
41926         goto error;
41927
41928     Signed-off-by: Michal Simek <monstr@monstr.eu>
41929
41930 commit 84a2c64a26dc5e275e1cf4e76a6e194a18fb5477
41931 Author: Michal Simek <monstr@monstr.eu>
41932 Date:   Fri Jul 11 10:10:32 2008 +0200
41933
41934     microblaze: Remove useless ancient headers
41935
41936     Signed-off-by: Michal Simek <monstr@monstr.eu>
41937
41938 commit 53ea981c3124b13c137c2d10e975b7c6672266e0
41939 Author: Michal Simek <monstr@monstr.eu>
41940 Date:   Fri Jul 11 10:10:31 2008 +0200
41941
41942     microblaze: Clean uartlite driver
41943
41944     Redesign uartlite driver to in_be32 and out_be32 macros
41945     Fix missing header in io.h
41946
41947     Signed-off-by: Michal Simek <monstr@monstr.eu>
41948     Acked-by: Grant Likely <grant.likely@secretlab.ca>
41949
41950 commit dbf3dfb386a2d5d2381814e39985ab2e21894550
41951 Author: Marcel Ziswiler <marcel@ziswiler.com>
41952 Date:   Fri Jul 11 02:39:14 2008 +0200
41953
41954     Enable passing of ATAGs required by latest Linux kernel.
41955
41956 commit ef130d3093bdf88f01cf3e000fe5df249ebf2b1a
41957 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
41958 Date:   Fri Jul 11 10:24:15 2008 -0400
41959
41960     Fix integer overflow warning in calc_divisor()
41961
41962     which happened when rounding the serial port clock divisor
41963
41964     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
41965
41966 commit 6b760189d77f001684e3160b355c185ca3804961
41967 Author: Marcel Ziswiler <marcel@ziswiler.com>
41968 Date:   Fri Jul 11 01:09:59 2008 +0200
41969
41970     Fix build time warnings in function mmc_decode_csd()
41971
41972     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
41973
41974 commit c15947d6ce0d59925c97fdfac692476af6e262d0
41975 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
41976 Date:   Thu Jul 10 10:46:33 2008 -0400
41977
41978     ARM: Fix for broken compilation when defining CONFIG_CMD_ELF
41979
41980     caused by missing dcache status/enable/disable functions.
41981
41982     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
41983
41984 commit 068c1b77c8f42a1a31084d2f4b1d5cc807c1a9ce
41985 Author: Stefan Roese <sr@denx.de>
41986 Date:   Thu Jul 10 13:53:31 2008 +0200
41987
41988     ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards
41989
41990     This patch removes some ft_board_setup() functions from some 4xx boards.
41991     This can be done since we now have a default weak implementation for this
41992     in cpu/ppc4xx/fdt.c. Only board in need for a different/custom
41993     implementation like canyonlands need their own version.
41994
41995     Signed-off-by: Stefan Roese <sr@denx.de>
41996
41997 commit d39a089f8bc960ba9ae6a08fda5582b578620cc1
41998 Author: Wolfgang Denk <wd@denx.de>
41999 Date:   Sun Jul 13 14:58:16 2008 +0200
42000
42001     Add last known maintainer for orphaned boards; reformat.
42002
42003     Signed-off-by: Wolfgang Denk <wd@denx.de>
42004
42005 commit 5c761d57bb9940e016d561fda8b2ed84c55de5b6
42006 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
42007 Date:   Thu Jul 10 13:16:04 2008 +0200
42008
42009     Remove kharris@nexus-tech.net from MAINTAINERS
42010
42011     Mail to kharris@nexus-tech.net bounces because the user doesn't exist
42012     anymore. You can't be a maintainer without a valid e-mail address, so
42013     move all boards that used to be maintained by Kyle Harris to the
42014     "orphaned" list.
42015
42016     Currently, only PowerPC has a list of orphaned boards, so this patch
42017     creates one for ARM as well.
42018
42019     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
42020
42021 commit 17bd17071463b0cde391ac4a0863d600474b4ea1
42022 Author: Anatolij Gustschin <agust@denx.de>
42023 Date:   Thu Jul 10 01:15:10 2008 +0200
42024
42025     at91: Fix to enable using Teridian MII phy (78Q21x3) with at91sam9260
42026
42027     On the at91sam9260ep development board there is an EEPROM
42028     connected to the TWI interface (PA23, PA24 Peripheral A
42029     multiplexing), so we cannot use these pins as ETX2, ETX3.
42030     This patch configures PA10, PA11 pins for ETX2, ETX3
42031     instead of PA23, PA24 pins.
42032
42033     Signed-off-by: Anatolij Gustschin <agust@denx.de>
42034     Signed-off-by: Manuel Sahm <Manuel.Sahm@feig.de>
42035
42036 commit f889265753ddf4465d9d580827bb9289bfac55d6
42037 Author: Kenneth Johansson <kenneth@southpole.se>
42038 Date:   Sat Jul 12 13:18:34 2008 -0600
42039
42040     fix DIU for small screens
42041
42042     The DIU_DIV register is 8 bit not 5 bit. This prevented large DIV values
42043     so it was not possible to set a slow pixel clock and thus prevented
42044     display on small screens.
42045
42046     Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
42047     Acked-by: John Rigby <jrigby@freescale.com>
42048
42049 commit b60b8573875e650e4c69be667bfc88d3ed474a7c
42050 Author: John Rigby <jrigby@freescale.com>
42051 Date:   Fri Jul 11 14:44:09 2008 -0600
42052
42053     ADS5121 cleanup compile warnings
42054
42055     board/ads5121/iopin.c
42056         Replace bit fields in struct iopin_t with a single
42057         field and intialize it via plain old macros.
42058         This fixes the type pun warnings and makes the code
42059         more readable.
42060
42061     board/ads5121/ads5121.c
42062         Add include iopin.h to ads5121.c for the iopin_initialize
42063         prototype.
42064
42065         Add an extern void ads5121_diu_init(void)
42066
42067     Signed-off-by: John Rigby <jrigby@freescale.com>
42068
42069 commit bde63587622c4b830a27d1ddf7265843de9e994f
42070 Author: Wolfgang Denk <wd@denx.de>
42071 Date:   Fri Jul 11 22:56:11 2008 +0200
42072
42073     Fix some more printf() format issues.
42074
42075     Signed-off-by: Wolfgang Denk <wd@denx.de>
42076
42077 commit 184f1b404a90eef8b425c0e7b3018d59ef9982c8
42078 Author: Wolfgang Denk <wd@denx.de>
42079 Date:   Fri Jul 11 22:55:31 2008 +0200
42080
42081     Fixed some out-of-tree build issues
42082
42083     Signed-off-by: Wolfgang Denk <wd@denx.de>
42084
42085 commit 47bf9c71ae838305a3ea3161af8d14e6f3fc2c82
42086 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
42087 Date:   Wed Jul 9 16:20:23 2008 -0500
42088
42089     ColdFire: Fix FB CS not setup properly for Mcf5282
42090
42091     Remove all CFG_CSn_RO in cpu/mcf52x2/cpu_init.c. If
42092     CFG_CSn_RO is defined as 0, the chipselect will not
42093     be assigned.
42094
42095     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
42096
42097 commit bc3ccb139f0836f0a834cfd370a120a00ad7e63a
42098 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
42099 Date:   Wed Jul 9 15:47:27 2008 -0500
42100
42101     ColdFire: Fix incorrect define for mcf5227x and mcf5445x RTC
42102
42103     Rename CONFIG_MCFTMR to CONFIG_MCFRTC to include real time
42104     clock module in cpu/<cf arch>/cpu_init.c
42105
42106     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
42107
42108 commit f94945b517f10e01927101679c62361e03d4e837
42109 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
42110 Date:   Wed Jul 9 15:25:01 2008 -0500
42111
42112     ColdFire: Fix incorrect board name in MAKEALL for M5253EVBE
42113
42114     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
42115
42116 commit 0e0c4357d14a3563c6a2a1e6d5ad6a2cc4f35cab
42117 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
42118 Date:   Wed Jul 9 15:21:44 2008 -0500
42119
42120     Fix compile error caused by missing timer function
42121
42122     Add #define CONFIG_MCFTMR in EB+MCF-EV123.h configuration file
42123
42124     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
42125
42126 commit c37ea031175b807c54e6bad9b270e9bede6c0078
42127 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
42128 Date:   Wed Jul 9 15:14:25 2008 -0500
42129
42130     Fix compile error caused by incorrect function return type
42131
42132     Rename int mii_init(void) to void mii_init(void)
42133
42134     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
42135
42136 commit ab4860b255239dbaecccdd002c8d11f4ef54dd75
42137 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
42138 Date:   Wed Jun 18 19:27:23 2008 -0500
42139
42140     ColdFire: Fix power up issue for MCF5235
42141
42142     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
42143
42144 commit dd08e97361fbc9e79fa5ef1a8acf29273b934b11
42145 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
42146 Date:   Wed Jun 18 19:19:07 2008 -0500
42147
42148     ColdFire: Fix compiling error for MCF5275
42149
42150     The compiling error was caused by missing a closed parentheses
42151     in speed.c
42152
42153     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
42154
42155 commit 94603c2fd4dbe0655878416aa0da9f302d4c30d3
42156 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
42157 Date:   Wed Jun 18 19:14:01 2008 -0500
42158
42159     ColdFire: Fix timer issue for MCF5272
42160
42161     The timer was assigned to wrong timer memory mapped which
42162     caused udelay() and timer() not working properly.
42163
42164     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
42165
42166 commit 3b1e8ac9b43f89cc9291a6a86e6b33ef55801515
42167 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
42168 Date:   Wed Jun 18 19:12:13 2008 -0500
42169
42170     ColdFire: Change invalid JMP to BRA caught by new v4e toolchain
42171
42172     Signed-off-by: Kurt Mahan <kmahan@freescale.com>
42173
42174 commit 8371dc2066136be21e10b7b9293e469297d77298
42175 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
42176 Date:   Wed Jun 18 19:05:23 2008 -0500
42177
42178     ColdFire: Add -got=single param for new linux v4e toolchains
42179
42180     Signed-off-by: Kurt Mahan <kmahan@freescale.com>
42181
42182 commit 56d52615cd47bc522ee13bb7ec7e59d6ce9426c7
42183 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
42184 Date:   Wed Jun 18 13:21:19 2008 -0500
42185
42186     ColdFire: Fix code flash configuration for M547x/M548x boards
42187
42188     Signed-off-by: Kurt Mahan <kmahan@freescale.com>
42189
42190 commit 6e37091afc07fdcc15590093fd066b0cb7399f85
42191 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
42192 Date:   Tue Jun 24 12:12:16 2008 -0500
42193
42194     ColdFire: Fix warning messages by passing correct data type in board.c
42195
42196     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
42197
42198 commit 81cc32322acb1b3225ee45606ced48e2a14824dc
42199 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
42200 Date:   Thu May 29 12:21:54 2008 -0500
42201
42202     ColdFire: Fix UART baudrate formula
42203
42204     The formula "counter = (u32) (gd->bus_clk / gd->baudrate) / 32"
42205     can generate the wrong divisor due to integer division truncation.
42206     Round the calculated divisor value by adding 1/2 the baudrate
42207     before dividing by the baudrate.
42208
42209     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
42210     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
42211
42212 commit b578fb471444cbd7db1285701ba51343baaf73fb
42213 Author: Stefan Roese <sr@denx.de>
42214 Date:   Thu Jul 10 11:38:26 2008 +0200
42215
42216     ppc4xx: Fix include sequence in 4xx_pcie.c
42217
42218     This patch now moves common.h to the top of the inlcude list. This
42219     is needed for boards with CONFIG_PHYS_64BIT set (e.g. katmai), so that
42220     the phys_size_t/phys_addr_t are defined to the correct size in this
42221     driver.
42222
42223     Signed-off-by: Stefan Roese <sr@denx.de>
42224
42225 commit 69e2c6d0d13d7c8cf1612ac090bdc4c59ba6858e
42226 Author: Stefan Roese <sr@denx.de>
42227 Date:   Fri Jul 11 13:10:56 2008 +0200
42228
42229     ppc4xx: Fix compile warning in 44x_spd_ddr2.c
42230
42231     Signed-off-by: Stefan Roese <sr@denx.de>
42232
42233 commit 6bd9138498c2e4f4f09190108b99157d1b2140b5
42234 Author: Stefan Roese <sr@denx.de>
42235 Date:   Fri Jul 11 11:40:13 2008 +0200
42236
42237     ppc4xx: Fix small korat merge problem
42238
42239     Signed-off-by: Stefan Roese <sr@denx.de>
42240
42241 commit 1d0554736a0a1dd59718acda660871ce56b69e18
42242 Author: Stefan Roese <sr@denx.de>
42243 Date:   Fri Jul 11 11:34:52 2008 +0200
42244
42245     ppc4xx: Some Rewood cleanups (coding style, leading white spaces)
42246
42247     Signed-off-by: Stefan Roese <sr@denx.de>
42248
42249 commit 3a82113ed5934d498f25080441a8261fc9454b15
42250 Author: Stefan Roese <sr@denx.de>
42251 Date:   Thu Jul 10 16:37:09 2008 +0200
42252
42253     ppc4xx: Add 460SX UIC defines
42254
42255     Only the really needed ones are added (cascading and EMAC/MAL).
42256
42257     Signed-off-by: Stefan Roese <sr@denx.de>
42258
42259 commit 26173fc6f60521c2a8072f652f863617fc11ba9a
42260 Author: Stefan Roese <sr@denx.de>
42261 Date:   Mon Jun 30 14:11:07 2008 +0200
42262
42263     ppc4xx: Continue cleanup of ppc440.h
42264
42265     This patch continues the ppc440.h cleanup by removing some of the unused
42266     defines.
42267
42268     Signed-off-by: Stefan Roese <sr@denx.de>
42269
42270 commit d9056b7913ed6a228d2f33671d916efedee541dd
42271 Author: Stefan Roese <sr@denx.de>
42272 Date:   Mon Jun 30 14:05:05 2008 +0200
42273
42274     ppc4xx: Cleanup Katmai & Yucca PCIe register usage
42275
42276     This patch cleans up the 440SPe PCIe register usage. Now only defines
42277     from the include/asm-ppc/4xx_pcie.h are used.
42278
42279     Signed-off-by: Stefan Roese <sr@denx.de>
42280
42281 commit 5de851403b01489b493fa83137ad990b8ce60d1c
42282 Author: Stefan Roese <sr@denx.de>
42283 Date:   Thu Jun 26 17:36:39 2008 +0200
42284
42285     ppc4xx: Rework 440GX UIC handling
42286
42287     This patch reworks the 440GX interrupt handling so that the common 4xx
42288     code can be used. The 440GX is an exception to all other 4xx variants
42289     by having the cascading interrupt vectors not on UIC0 but on a special
42290     UIC named UICB0 (UIC Base 0). With this patch now, U-Boot references
42291     the 440GX UICB0 when UIC0 is selected. And the common 4xx interrupt
42292     handling is simpler without any 440GX special cases.
42293
42294     Also some additional cleanup to cpu/ppc4xx/interrupt.c is done.
42295
42296     Signed-off-by: Stefan Roese <sr@denx.de>
42297
42298 commit d1631fe1a05b063ccaf62ea892a8887b829847d1
42299 Author: Stefan Roese <sr@denx.de>
42300 Date:   Thu Jun 26 13:40:57 2008 +0200
42301
42302     ppc4xx: Consolidate PPC4xx UIC defines
42303
42304     This 2nd patch now removes all UIC mask bit definition. They should be
42305     generated from the vectors by using the UIC_MASK() macro from now on.
42306     This way only the vectors need to get defined for new PPC's.
42307
42308     Also only the really used interrupt vectors are now defined. This makes
42309     definitions for new PPC versions easier and less error prone.
42310
42311     Another part of this patch is that the 4xx emac driver got a little
42312     cleanup, since now the usage of the interrupts is clearer.
42313
42314     Signed-off-by: Stefan Roese <sr@denx.de>
42315
42316 commit 4fb25a3db3b3839094aa9ab748efd7a95924690b
42317 Author: Stefan Roese <sr@denx.de>
42318 Date:   Wed Jun 25 10:59:22 2008 +0200
42319
42320     ppc4xx: Consolidate PPC4xx UIC defines
42321
42322     This patch is the first step to consolidate the UIC related defines in the
42323     4xx headers. Move header from asm-ppc/ppc4xx-intvec.h to
42324     asm-ppc/ppc4xx-uic.h as it will hold all UIC related defines in the next
42325     steps.
42326
42327     Signed-off-by: Stefan Roese <sr@denx.de>
42328
42329 commit 7ee2619c20ccecd57966d74d844e6329e141261c
42330 Author: Stefan Roese <sr@denx.de>
42331 Date:   Tue Jun 24 17:18:50 2008 +0200
42332
42333     ppc4xx: Consolidate PPC4xx EBC defines
42334
42335     This patch removes all EBC related defines from the PPC4xx headers
42336     ppc405.h and ppc440.h and introduces a new header
42337
42338     include/asm-ppc/ppc4xx-ebc.h
42339
42340     with all those defines.
42341
42342     Signed-off-by: Stefan Roese <sr@denx.de>
42343
42344 commit e321801bed5a6d896d298c00fd20046f039d5d66
42345 Author: Stefan Roese <sr@denx.de>
42346 Date:   Thu Jul 10 13:52:44 2008 +0200
42347
42348     ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards
42349
42350     This patch removes some ft_board_setup() functions from some 4xx boards.
42351     This can be done since we now have a default weak implementation for this
42352     in cpu/ppc4xx/fdt.c. Only board in need for a different/custom
42353     implementation like canyonlands need their own version.
42354
42355     Signed-off-by: Stefan Roese <sr@denx.de>
42356
42357 commit 08250eb2edbd96514d049602d9e134110ac3185f
42358 Author: Stefan Roese <sr@denx.de>
42359 Date:   Thu Jul 10 15:32:32 2008 +0200
42360
42361     ppc4xx: Fix merge problems in 44x_spd_ddr2.c
42362
42363     Signed-off-by: Stefan Roese <sr@denx.de>
42364
42365 commit 1740c1bf40e3c6d03ac16c29943fdd9fc1e87038
42366 Author: Grant Erickson <gerickson@nuovations.com>
42367 Date:   Tue Jul 8 08:35:00 2008 -0700
42368
42369     ppc4xx: Add MII mode support to the EMAC RGMII Bridge
42370
42371     This patch adds support for placing the RGMII bridge on the
42372     PPC405EX(r) into MII/GMII mode and allows a board-specific
42373     configuration to specify the bridge mode at compile-time.
42374
42375     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
42376     Signed-off-by: Stefan Roese <sr@denx.de>
42377
42378 commit 2e2050842e731c823ce8d41fb0c15579eb70ced9
42379 Author: Grant Erickson <gerickson@nuovations.com>
42380 Date:   Wed Jul 9 16:46:35 2008 -0700
42381
42382     ppc4xx: Add Mnemonics for AMCC/IBM DDR2 SDRAM Controller
42383
42384     This patch completes the preprocessor mneomics for the IBM DDR2 SDRAM
42385     controller registers (MODT and INITPLR) used by the
42386     PowerPC405EX(r). The MMODE and MEMODE registers are unified with their
42387     peer values used for the INITPLR MR and EMR registers,
42388     respectively. Finally, a spelling typo is correct (MANUEL to MANUAL).
42389
42390     With these mnemonics in place, the CFG_SDRAM0_* magic numbers for
42391     Kilauea are replaced by equivalent mnemonics to make it easier to
42392     compare and contrast other 405EX(r)-based boards (e.g. during board
42393     bring-up).
42394
42395     Finally, unified the SDRAM controller register dump routine such that
42396     it can be used across all processor variants that utilize the IBM DDR2
42397     SDRAM controller core. It produces output of the form:
42398
42399         PPC4xx IBM DDR2 Register Dump:
42400                 ...
42401                 SDRAM_MB0CF[40] = 0x00006701
42402                 ...
42403
42404     which is '<mnemonic>[<DCR #>] = <value>'. The DCR number is included
42405     since it is not uncommon that the DCR values in header files get mixed
42406     up and it helps to validate, at a glance, they match what is printed
42407     in the user manual.
42408
42409     Tested on:
42410       AMCC Kilauea/Haleakala:
42411       - NFS Linux Boot: PASSED
42412       - NAND Linux Boot: PASSED
42413
42414     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
42415     Signed-off-by: Stefan Roese <sr@denx.de>
42416
42417 commit ad7382d828982e9c1bafc4313ef1b666f6145f58
42418 Author: Grant Erickson <gerickson@nuovations.com>
42419 Date:   Wed Jul 9 16:31:59 2008 -0700
42420
42421     ppc4xx: Add AMCC/IBM DDR2 SDRAM ECC Field Mnemonics
42422
42423     Add additional DDR2 SDRAM memory controller DCR mneomnics, condition
42424     revision ID DCR based on 405EX, and add field mnemonics for bus error
42425     status and ECC error status registers.
42426
42427     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
42428     Signed-off-by: Stefan Roese <sr@denx.de>
42429
42430 commit 103201731bd8e85404d0f51a5b4e8abd14c0b6c6
42431 Author: Grant Erickson <gerickson@nuovations.com>
42432 Date:   Wed Jul 9 16:31:36 2008 -0700
42433
42434     ppc4xx: Add SDR0_SRST Mnemonics for the 405EX(r)
42435
42436     This patch adds bit field mnemonics for the 405EX(r) SDR0_SRST soft reset register.
42437
42438     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
42439     Signed-off-by: Stefan Roese <sr@denx.de>
42440
42441 commit 5b457d00730d4aa0c6450d21a9104723e606fb98
42442 Author: Grant Erickson <gerickson@nuovations.com>
42443 Date:   Wed Jul 9 11:55:46 2008 -0700
42444
42445     PPC4xx: Correct SDRAM_MCSTAT for PPC405EX(r)
42446
42447     While the PowerPC 405EX(r) shares in common the AMCC/IBM DDR2 SDRAM
42448     controller core also used in the 440SP, 440SPe, 460EX, and 460GT, in
42449     the 405EX(r), SDRAM_MCSTAT has a different DCR value.
42450
42451     Its present value on the 405EX(r) causes a read back of 0xFFFFFFFF
42452     which causes SDRAM initialization to periodically fail since it can
42453     prematurely indicate SDRAM ready status.
42454
42455     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
42456     Signed-off-by: Stefan Roese <sr@denx.de>
42457
42458 commit 0ce5c8675bb2c61f1d71fb97f0bbe822663fb93d
42459 Author: Feng Kan <fkan@amcc.com>
42460 Date:   Tue Jul 8 22:48:42 2008 -0700
42461
42462     ppc4xx: Initial framework of the AMCC PPC460SX redwood reference board.
42463
42464     Add AMCC Redwood reference board that uses the latest
42465     PPC 464 CPU processor combined with a rich mix of peripheral
42466     controllers. The board will support PCIe, mutiple Gig ethernet
42467     ports, advanced hardware RAID assistance and IEEE 1588.
42468
42469     Signed-off-by: Feng Kan <fkan@amcc.com>
42470     Signed-off-by: Stefan Roese <sr@denx.de>
42471
42472 commit 96e5fc0e6a1861d0fea4efa3cd376df95a5b1b89
42473 Author: Feng Kan <fkan@amcc.com>
42474 Date:   Tue Jul 8 22:48:07 2008 -0700
42475
42476     ppc4xx: Add initial 460SX reference board (redwood) config file and defines.
42477
42478     Signed-off-by: Feng Kan <fkan@amcc.com>
42479     Signed-off-by: Stefan Roese <sr@denx.de>
42480
42481 commit 7d30793685efcada183891c78fc892e6c9ba50c7
42482 Author: Feng Kan <fkan@amcc.com>
42483 Date:   Tue Jul 8 22:47:31 2008 -0700
42484
42485     ppc4xx: Add initial 460SX defines for the cpu/ppc4xx directory.
42486
42487     Signed-off-by: Feng Kan <fkan@amcc.com>
42488     Signed-off-by: Stefan Roese <sr@denx.de>
42489
42490 commit 9b55a2536919f4de1bb1044e6eb8262c2f53bc96
42491 Author: Wolfgang Denk <wd@denx.de>
42492 Date:   Fri Jul 11 01:16:00 2008 +0200
42493
42494     Fix some more print() format errors.
42495
42496     Signed-off-by: Wolfgang Denk <wd@denx.de>
42497
42498 commit fdd70d1921b87287d9a99d1be99bc35226c2b412
42499 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42500 Date:   Thu Jul 10 20:57:54 2008 +0200
42501
42502     MAKEALL: remove duplicated at91 from ARM9 list and add LIST_at91 to arm
42503
42504     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42505
42506 commit c6457e3b8bc79a97381cf7deffa08f7c5a24f86c
42507 Author: Sergey Lapin <slapin@ossfans.org>
42508 Date:   Thu Jun 5 11:06:29 2008 +0400
42509
42510     DataFlash AT45DB021 support
42511
42512     Some boards based on AT91SAM926X-EK use smaller DF chips to keep
42513     bootstrap, u-boot and its environment, using NAND or other external
42514     storage for kernel and rootfs. This patch adds support for
42515     small 1024x263 chip.
42516
42517     Signed-off-by: Sergey Lapin <slapin@ossfans.org>
42518
42519 commit 4109df6f75fc00ab7da56d286ba50149a0d16a69
42520 Author: Kim Phillips <kim.phillips@freescale.com>
42521 Date:   Thu Jul 10 14:00:15 2008 -0500
42522
42523     silence misc printf formatting compiler warnings
42524
42525     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42526
42527 commit 3d71c81a9bb03f866a1e98da96363ef3f46c76b3
42528 Author: Markus Klotzbücher <mk@denx.de>
42529 Date:   Thu Jul 10 14:47:09 2008 +0200
42530
42531     USB: shutdown USB before booting
42532
42533     This patch fixes a potentially serious issue related to USB which was
42534     discouvered by Martin Krause <martin.krause@tqs.de> and fixed for
42535     ARM920T. Martin wrote:
42536
42537       Turn off USB to prevent the host controller from writing to the
42538       SDRAM while Linux is booting. This could happen, because the HCCA
42539       (Host Controller Communication Area) lies within the SDRAM and the
42540       host controller writes continously to this area (as busmaster!), for
42541       example to increase the HccaFrameNumber variable, which happens
42542       every 1 ms.
42543
42544     This is a slightly modified version of the patch in order to shutdown
42545     USB when booting on all architectures.
42546
42547     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
42548
42549 commit f31c49db2a5e076f415c0785eb37f67f2faa5fc8
42550 Author: Martha Marx <mmarx@silicontkx.com>
42551 Date:   Thu May 29 14:23:25 2008 -0400
42552
42553     Configuration changes for ADS5121 Rev 3
42554
42555     ADS5121 Rev 3 board is now the default config
42556
42557     config targets are now
42558
42559     ads5121_config
42560         Rev 3 board with
42561         PCI
42562         M41T62 on board RTC
42563         512MB DRAM
42564
42565     ads5121_rev2_config
42566         Rev 2 board with
42567         No PCI
42568         256MB DRAM
42569
42570     Signed-off-by: Martha Marx <mmarx@silicontkx.com>
42571     Acked-by: Grant Likely <grant.likely@secretlab.ca>
42572     Acked-by: John Rigby <jrigby@freescale.com>
42573
42574 commit 16bee7b0dc294ee01ca2434aa1dd3bd717a69615
42575 Author: Martha Marx <mmarx@silicontkx.com>
42576 Date:   Thu May 29 15:37:21 2008 -0400
42577
42578     Consolidate ADS5121 IO Pin configuration
42579
42580     Consolidate ADS5121 IO Pin configuration to one file
42581     board/ads5121/iopin.c.
42582
42583     Remove pin config from cpu/mpc512x/fec.c
42584
42585     Signed-off-by: Martha Marx <mmarx@silicontkx.com>
42586     Acked-by: Grant Likely <grant.likely@secretlab.ca>
42587     Acked-by: John Rigby <jrigby@freescale.com>
42588
42589 commit d4692b0ba83b7b454bbd92bad1f4befe6e1657b7
42590 Author: Christian Eggers <christian@p2400.wgnetz.xx>
42591 Date:   Fri Jun 27 19:46:51 2008 +0200
42592
42593     Fix "usb part" command
42594
42595     Only print partition for selected device if user supplied the <dev>
42596     arg with the "usb part [dev]" command.
42597
42598     Signed-off-by: Christian Eggers <ceggers@gmx.de>
42599     Acked-by: Markus Klotzbuecher <mk@denx.de>
42600
42601 commit cc83b27217f7380041fea386ddb6d6d9b261617d
42602 Author: Harald Welte <laforge@gnumonks.org>
42603 Date:   Mon Jul 7 00:58:05 2008 +0800
42604
42605     fix USB devices with multiple configurations
42606
42607     This patch fixes bugs in usbdcore*.c related to the use of devices
42608     with multiple configurations.
42609
42610     The original code made mistakes about the meaning of configuration value and
42611     configuration index, and the resulting off-by-one errors resulted in:
42612
42613     * SET_CONFIGURATION always selected the first configuration, no matter what
42614       wValue is being passed.
42615     * GET_DESCRIPTOR/CONFIGURATION always returned the descriptor for the first
42616       configuration (index 0).
42617
42618     Signed-off-by: Harald Welte <laforge@openmoko.org>
42619     Acked-by: Markus Klotzbuecher <mk@denx.de>
42620
42621 commit 06c53beae1a726e707971c555613f09b270a2461
42622 Author: Wolfgang Denk <wd@denx.de>
42623 Date:   Thu Jul 10 13:16:09 2008 +0200
42624
42625     Fix some more print() format errors.
42626
42627     Signed-off-by: Wolfgang Denk <wd@denx.de>
42628
42629 commit d4b5f3fa001228d76e2c3380cedadf804b802c2a
42630 Author: Christian Eggers <christian@p2400.wgnetz.xx>
42631 Date:   Fri Jun 27 19:46:51 2008 +0200
42632
42633     Fix "usb part" command
42634
42635     Only print partition for selected device if user supplied the <dev>
42636     arg with the "usb part [dev]" command.
42637
42638     Signed-off-by: Christian Eggers <ceggers@gmx.de>
42639     Acked-by: Markus Klotzbuecher <mk@denx.de>
42640
42641 commit e73b5212e0463a3db0af0a5c95c75bfb762ca973
42642 Author: Harald Welte <laforge@gnumonks.org>
42643 Date:   Mon Jul 7 00:58:05 2008 +0800
42644
42645     fix USB devices with multiple configurations
42646
42647     This patch fixes bugs in usbdcore*.c related to the use of devices
42648     with multiple configurations.
42649
42650     The original code made mistakes about the meaning of configuration value and
42651     configuration index, and the resulting off-by-one errors resulted in:
42652
42653     * SET_CONFIGURATION always selected the first configuration, no matter what
42654       wValue is being passed.
42655     * GET_DESCRIPTOR/CONFIGURATION always returned the descriptor for the first
42656       configuration (index 0).
42657
42658     Signed-off-by: Harald Welte <laforge@openmoko.org>
42659     Acked-by: Markus Klotzbuecher <mk@denx.de>
42660
42661 commit e870690bdca154943ecadd5212d2d59c1b9d391b
42662 Author: Stefan Roese <sr@denx.de>
42663 Date:   Thu Jul 10 10:10:54 2008 +0200
42664
42665     MTD/NAND: Fix printf format warning in nand code
42666
42667     This patch fixes NAND related printf format warning. Those warnings are
42668     now visible since patch dc4b0b38d4aadf08826f6c31270f1eecd27964fd
42669     [Fix printf errors.] by Andrew Klossner has been applied. Thanks, this is
42670     really helpful.
42671
42672     Signed-off-by: Stefan Roese <sr@denx.de>
42673
42674 commit 10943c9afa25694bd9999461f4e9e50ce22fff2b
42675 Author: Stefan Roese <sr@denx.de>
42676 Date:   Thu Jul 10 10:00:45 2008 +0200
42677
42678     rtc: Fix printf format warning in m41t60.c
42679
42680     Signed-off-by: Stefan Roese <sr@denx.de>
42681
42682 commit dc1da42f814cd71e6756c2cf62af1ada1d0581fb
42683 Author: Stefan Roese <sr@denx.de>
42684 Date:   Tue Jul 8 12:01:47 2008 +0200
42685
42686     pci: Move PCI device configuration check into a separate weak function
42687
42688     This patch moves the check, if a device should be skipped in PCI PNP
42689     configuration into the function pci_skip_dev(). This function is defined
42690     as weak so that it can be overwritten by a platform specific one if
42691     needed. The check if the device should get printed in the PCI summary upon
42692     bootup (when CONFIG_PCI_SCAN_SHOW is defined) is moved to the function
42693     pci_print_dev() which is also defined as weak too.
42694
42695     Signed-off-by: Stefan Roese <sr@denx.de>
42696
42697 commit b002144e1dc21374b1ef5281fe6b5d014af96650
42698 Author: Stefan Roese <sr@denx.de>
42699 Date:   Thu Jul 10 09:58:06 2008 +0200
42700
42701     ppc4xx: Fix printf format warnings now visible with the updated format check
42702
42703     This patch fixes ppc4xx related printf format warning. Those warnings are
42704     now visible since patch dc4b0b38d4aadf08826f6c31270f1eecd27964fd
42705     [Fix printf errors.] by Andrew Klossner has been applied. Thanks, this is
42706     really helpful.
42707
42708     Signed-off-by: Stefan Roese <sr@denx.de>
42709
42710 commit 5d812b8b4ad9667c77a5bf92b4ba81699abc9fc3
42711 Author: Stefan Roese <sr@denx.de>
42712 Date:   Wed Jul 9 17:33:57 2008 +0200
42713
42714     ppc4xx: Enable support for > 2GB SDRAM on AMCC Katmai
42715
42716     Newer PPC's like 440SPe, 460EX/GT can be equipped with more than 2GB of SDRAM.
42717     To support such configurations, we "only" map the first 2GB via the TLB's. We
42718     need some free virtual address space for the remaining peripherals like, SoC
42719     devices, FLASH etc.
42720
42721     Note that ECC is currently not supported on configurations with more than 2GB
42722     SDRAM. This is because we only map the first 2GB on such systems, and therefore
42723     the ECC parity byte of the remaining area can't be written.
42724
42725     Signed-off-by: Stefan Roese <sr@denx.de>
42726
42727 commit cf1c2ed91df26903b956948f37f82de9e1158a89
42728 Author: Larry Johnson <lrj@acm.org>
42729 Date:   Sat Jun 14 17:02:49 2008 -0400
42730
42731     ppc4xx: Remove implementation of testdram() from Korat board support
42732
42733     Signed-off-by: Larry Johnson <lrj@acm.org>
42734     Signed-off-by: Stefan Roese <sr@denx.de>
42735
42736 commit 47ce4a28ccfcfb803aa68d3d4505a8de056a8a5e
42737 Author: Larry Johnson <lrj@acm.org>
42738 Date:   Sat Jun 14 16:53:02 2008 -0400
42739
42740     ppc4xx: Update and add FDT to Korat board support
42741
42742     Signed-off-by: Larry Johnson <lrj@acm.org>
42743     Signed-off-by: Stefan Roese <sr@denx.de>
42744
42745 commit 4188f0491886b3b486164e819c0a83fdb97efd7d
42746 Author: Wolfgang Denk <wd@denx.de>
42747 Date:   Thu Jul 10 01:13:30 2008 +0200
42748
42749     Minor coding style cleanup; update CHANGELOG
42750
42751     Signed-off-by: Wolfgang Denk <wd@denx.de>
42752
42753 commit 8915f1189c1d29d8be7f4de325702d90a8988219
42754 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
42755 Date:   Wed Jul 9 17:50:45 2008 -0400
42756
42757     e1000: add support for 82545GM 64bit PCI-X copper variant
42758
42759     This PCI-X e1000 variant works by just adding in the correct
42760     PCI IDs in the appropriate places.
42761
42762     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
42763
42764 commit 21ae6ca0315afdbc65dc3e95ffd5763e6773d030
42765 Author: Daniel Hellstrom <daniel@gaisler.com>
42766 Date:   Wed Jul 9 12:34:11 2008 +0000
42767
42768     SPARC: Build error fix
42769
42770     (introduced by commit 391fd93ab23e15ab3dd58a54f5b609024009c378)
42771
42772     This patch makes SPARC targets build again. It is caused by
42773     phys_addr_t and phys_size_t being defined in the wrong header
42774     file. include/lmb.h need those typedefs to build.
42775
42776     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
42777
42778 commit 11ccc33fa21acce108f6b4a6936e3271af904c64
42779 Author: Marcel Ziswiler <marcel@ziswiler.com>
42780 Date:   Wed Jul 9 08:17:15 2008 +0200
42781
42782     Many spelling fixes in README.
42783
42784     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
42785
42786 commit dbab0691d2533560f7e91b92ae844046a9ad1df3
42787 Author: Marcel Ziswiler <marcel@ziswiler.com>
42788 Date:   Wed Jul 9 08:17:06 2008 +0200
42789
42790     Minor spelling fix in comment.
42791
42792     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
42793
42794 commit 89134ea1f67208fd3160bdbb0b9eaab4eab98484
42795 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
42796 Date:   Tue Jul 8 14:54:58 2008 -0400
42797
42798     Round the serial port clock divisor value returned by calc_divisor()
42799
42800     Round the serial port clock divisor value returned by
42801     calc_divisor().
42802
42803     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
42804     Signed-off-by: John Roberts <john.roberts@pwav.com>
42805
42806 commit 9d2e3947b2944e5bb85b4335533f8c93c58445fe
42807 Author: Scott Wood <scottwood@freescale.com>
42808 Date:   Wed Jul 9 17:47:52 2008 -0500
42809
42810     NAND: ifdef-protect most of nand.h when using legacy NAND.
42811
42812     Some macros such as NAND_CTL_SETALE conflict between current and legacy
42813     NAND, being defined by the subsystem in the former case and the board
42814     config file in the latter.
42815
42816     Signed-off-by: Scott Wood <scottwood@freescale.com>
42817
42818 commit 2b1fa9d383cbbb7d347c1583bd6ca4e181ba8e9e
42819 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
42820 Date:   Tue Jul 8 11:02:05 2008 -0400
42821
42822     ARM: Fix for wrong patch version applied for Lyrtech SFF-SDR board (ARM926EJS)
42823
42824     ARM: Fix for incorrect version of patch applied when
42825     adding support for the Lyrtech SFF-SDR board.
42826
42827     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
42828     Signed-off-by: Philip Balister, OpenSDR <philip@opensdr.com>
42829
42830 commit 47042b363ee5022b8180c65d3f4558e7972c79cd
42831 Author: Kyungmin Park <kmpark@infradead.org>
42832 Date:   Tue Jul 8 09:08:40 2008 +0900
42833
42834     Remove useless print message at apollon
42835
42836     Remove useless print message at apollon
42837
42838     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
42839
42840 commit 98874ff329d4a5b32c467b43f6e966e1aa68479f
42841 Author: Andy Fleming <afleming@freescale.com>
42842 Date:   Mon Jul 7 14:24:39 2008 -0500
42843
42844     Fix LMB type issues
42845
42846     The LMB code now uses phys_addr_t and phys_size_t.  Also, there were a couple
42847     of casting problems in the bootm code that called the LMB functions.
42848
42849     Signed-off-by: Andy Fleming <afleming@freescale.com>
42850
42851 commit da8693a91b8eef75ade8de50a1b2ce035bc5fb54
42852 Author: Kumar Gala <galak@kernel.crashing.org>
42853 Date:   Mon Jul 7 09:39:06 2008 -0500
42854
42855     Fix compiler warnings
42856
42857     gcc-4.3.x generates the following:
42858
42859     bootm.c: In function 'do_bootm_linux':
42860     bootm.c:208: warning: cast from pointer to integer of different size
42861     bootm.c:215: warning: cast from pointer to integer of different size
42862
42863     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42864
42865 commit 5bb12dbd7ae03189b6c13d8737b5a1b37c3df698
42866 Author: Harald Welte <laforge@gnumonks.org>
42867 Date:   Mon Jul 7 15:40:39 2008 +0800
42868
42869     Remove code duplication for setting the default environment
42870
42871     common/env_common.c (default_env): new function that resets the environment to
42872                     the default value
42873     common/env_common.c (env_relocate): use default_env instead of own copy
42874     common/env_nand.c (env_relocate_spec): use default_env instead of own copy
42875     include/environment.h: added default_env prototype
42876
42877     Signed-off-by: Werner Almesberger <werner@openmoko.org>
42878     Signed-off-by: Harald Welte <laforge@openmoko.org>
42879
42880 commit 99c2b434d37863df5dda5207a53760c6506fc2be
42881 Author: Marcel Ziswiler <marcel@ziswiler.com>
42882 Date:   Sun Jun 22 16:13:46 2008 +0200
42883
42884     NAND: Fix warning due to missing env_ptr casts to u_char * in env_nand.c.
42885
42886     The writeenv() and readenv() calls introduced by the recently added bad block
42887     management for environment variables were missing casts therefore producing
42888     compile time warnings.
42889     While at it fixing some typo in a comment and indentation.
42890
42891     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
42892     Signed-off-by: Scott Wood <scottwood@freescale.com>
42893
42894 commit 3167c5386ea1c98b638be5d8763ef6d5938ef1bd
42895 Author: Scott Wood <scottwood@freescale.com>
42896 Date:   Fri Jun 20 12:38:57 2008 -0500
42897
42898     NAND: Rename DEBUG to MTDDEBUG to avoid namespace pollution.
42899
42900     This is particularly problematic now that non-NAND-specific code is
42901     including <nand.h>, and thus all debugging code is being compiled
42902     regardless of whether it was requested, as reported by Scott McNutt
42903     <smcnutt@psyent.com>.
42904
42905     Signed-off-by: Scott Wood <scottwood@freescale.com>
42906
42907 commit c3bf1ad7baa1b0dd989dedc260b7098b6089ae05
42908 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
42909 Date:   Thu Jun 12 19:27:58 2008 +0200
42910
42911     mmc: Move atmel_mci driver into drivers/mmc
42912
42913     This makes it easier to use the driver on other platforms.
42914
42915     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
42916     Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42917
42918 commit d2d54ea449639f3d1a6007e333ab9fcc609a18f0
42919 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
42920 Date:   Thu Jun 12 19:27:57 2008 +0200
42921
42922     avr32: Use CONFIG_ATMEL_MCI to select the atmel_mci driver
42923
42924     After we move the atmel_mci driver into drivers/mmc, we can't select
42925     it with CONFIG_MMC anymore. Introduce a new symbol specifically for
42926     this driver so that there's no ambiguity.
42927
42928     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
42929     Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42930
42931 commit 5ce13051a48c62bda9723df3b4778c492fb47f36
42932 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
42933 Date:   Thu Jun 12 19:27:56 2008 +0200
42934
42935     Create drivers/mmc subdirectory
42936
42937     In order to consolidate more of the various MMC drivers around the
42938     tree, we must first have a common place to put them.
42939
42940     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
42941     Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42942
42943 commit b502611b51f02718c2d1117d4981dabceb5af6de
42944 Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
42945 Date:   Sun Jul 6 12:30:09 2008 +0200
42946
42947     Change env_get_char from a global function ptr to a function
42948
42949     This avoids an early global data reference.
42950
42951     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
42952
42953 commit 27269417ade432189b234d9fbac98b54e37b978c
42954 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
42955 Date:   Sun Jul 6 13:57:58 2008 +0400
42956
42957     Some copy-n-paste fixes in printf usage
42958
42959     Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
42960
42961 commit 0e6989b9faf1588e8723535539e88a0df3c71356
42962 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
42963 Date:   Sun Jul 6 13:57:00 2008 +0400
42964
42965     FDT memory and pci node fixes for MPC8260ADS
42966
42967     Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
42968
42969 commit dc4b0b38d4aadf08826f6c31270f1eecd27964fd
42970 Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
42971 Date:   Mon Jul 7 06:41:14 2008 -0700
42972
42973     Fix printf errors.
42974
42975     The compiler will help find mismatches between printf formats and
42976     arguments if you let it.  This patch adds the necessary attributes to
42977     declarations in include/common.h, then begins to correct the resulting
42978     compiler warnings.  Some of these were bugs, e.g., "$d" instead of
42979     "%d" and incorrect arguments.  Others were just annoying, like
42980     int-long mismatches on a system where both are 32 bits.  It's worth
42981     fixing the annoying errors to catch the real ones.
42982
42983     Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
42984
42985 commit 417faf285b2527acb2de24c5cd3e2621d385408c
42986 Author: Becky Bruce <becky.bruce@freescale.com>
42987 Date:   Wed Jul 9 11:09:41 2008 -0500
42988
42989     Allow print_size to print in GB
42990
42991     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
42992
42993 commit e7c374529c87525c9aa463e0557c287887ae4e9e
42994 Author: Jason McMullan <mcmullan@netapp.com>
42995 Date:   Sun Jun 8 23:56:00 2008 -0400
42996
42997     mips: When booting Linux images, add 'ethaddr' and 'eth1addr' to the environment
42998
42999     Add 'ethaddr' and 'eth1addr' to the Linux kernel environment if
43000     they are set in the U-Boot environment.
43001
43002     Signed-off-by: Jason McMullan <mcmullan@netapp.com>
43003     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
43004
43005 commit 0192d7d56e9320819dea262f49789ae18fdd2c72
43006 Author: Stefan Roese <sr@denx.de>
43007 Date:   Tue Jul 8 12:57:14 2008 +0200
43008
43009     jedec_flash: Fix AM29DL800BB device ID
43010
43011     As pointed out by Jerry Hicks, this patch corrects the device ID of
43012     the Spansion AM29DL800BB NOR device. Verified against latest Spansion
43013     datasheet (rev C4 from Dezember 2006).
43014
43015     Signed-off-by: Stefan Roese <sr@denx.de>
43016
43017 commit 689c1b30caacba3fbca0b1813facb3ab70b6cd63
43018 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43019 Date:   Mon Jul 7 11:22:37 2008 +0900
43020
43021     sh: Fix compile error sh7763rdp board
43022
43023     Disable SH ether driver.
43024
43025     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43026
43027 commit 9e23fe0560b84e324dc5f0ff8813dab2aa34f074
43028 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43029 Date:   Tue Jul 8 12:03:24 2008 +0900
43030
43031     sh: Fix SH-boards compile error
43032
43033     By Cleanup out-or-tree building for some boards (.depend)
43034     (commit:c8a3b109f07f02342d097b30908965f7261d9f15)
43035     because filse ware changed, some SH-boards have compile error.
43036     I revised this problem.
43037
43038     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43039
43040 commit 3473ab737282b08ad61841fcbb14c4d264a93a8e
43041 Author: Jason Jin <Jason.jin@freescale.com>
43042 Date:   Tue May 13 11:50:36 2008 +0800
43043
43044     Feed the watchdog in u-boot for 8610 board.
43045
43046     The watchdog on 8610 board is enabled by setting sw[6]
43047     to on. Once enabled, the watchdog can not be disabled
43048     by software. So feed the dog in u-boot is necessary for
43049     normal operation.
43050
43051     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
43052
43053 commit 63676841ca2d603b13765f3f7b72ff1a61c23f90
43054 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
43055 Date:   Wed Jun 18 12:10:33 2008 -0400
43056
43057     Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
43058
43059     Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
43060
43061     Remove duplicate code in a if/else block in
43062     cpu/arm926ejs/davinci/lxt972.c.
43063     Fixed style issues.
43064
43065     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
43066     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
43067
43068 commit fec61431a003f5778bafa2624073a571af8bec9f
43069 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
43070 Date:   Wed Jun 18 12:10:31 2008 -0400
43071
43072     Remove duplicate definitions in include/lxt971a.h.
43073
43074     Remove duplicate definitions in include/lxt971a.h.
43075
43076     Remove duplicate registers and bits definitions in
43077     include/lxt971a.h for standard MII registers, and
43078     use values in include/miiphy.h instead.
43079
43080     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
43081     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
43082
43083 commit 9751ee0990f467941da0b095a4e995f863672d7a
43084 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
43085 Date:   Wed Jun 11 21:05:00 2008 +0900
43086
43087     net: sh: Renesas SH7763 Ethernet device support
43088
43089     Renesas SH7763 has 2 channel Ethernet device.
43090     This is 10/100/1000 Base support.
43091     But this patch check 10/100 Base only.
43092
43093     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
43094     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
43095
43096 commit 873d97aabc0b1c8822ed1d87e8c5c8ae0a7e4ae9
43097 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
43098 Date:   Tue Jun 17 16:28:05 2008 +0900
43099
43100     sh: Update Renesas R2DPlus board
43101
43102     New NOR Flash board support and remove old type flash board config.
43103     And Remove network setting from config file.
43104
43105     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
43106     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43107
43108 commit ec39d479d2003f15e86e23ebc4e02a1c9a3a181c
43109 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
43110 Date:   Tue Jun 17 16:28:01 2008 +0900
43111
43112     sh: Update Renesas R7780MP board
43113
43114     New NOR Flash board support and remove network setting from config file.
43115
43116     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
43117     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43118
43119 commit c001cd604e9f133743effbddb1c215b48e761c5a
43120 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
43121 Date:   Tue Jun 17 16:27:56 2008 +0900
43122
43123     sh: Update Renesas Migo-R board
43124
43125     Remove network setting from config file.
43126
43127     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
43128     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43129
43130 commit f9599eca7cb5ebe40e5305c8006dced6ecc5cd9e
43131 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
43132 Date:   Tue Jun 17 16:27:52 2008 +0900
43133
43134     sh: Update Hitachi MS7722SE board
43135
43136     Remove network setting from config file.
43137
43138     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
43139     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43140
43141 commit 26209e48e8791670c93108029a5c31a30016c6df
43142 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
43143 Date:   Tue Jun 17 16:27:48 2008 +0900
43144
43145     sh: Cleanup source code of SH7763RDP
43146
43147     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
43148     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43149
43150 commit 5cd5b2c96ef0025762931349d350287aec03ab47
43151 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
43152 Date:   Tue Jun 17 16:27:44 2008 +0900
43153
43154     sh: Cleanup source code of R2DPlus
43155
43156     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
43157     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43158
43159 commit 4ec7e915cfaa31b392755dd2c8231e64736d2ea8
43160 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
43161 Date:   Tue Jun 17 16:27:41 2008 +0900
43162
43163     sh: Cleanup source code of R7780MP
43164
43165     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
43166     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43167
43168 commit 0955ef34c0454ae2ee59a78657a0f01fb3ef16d6
43169 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
43170 Date:   Tue Jun 17 16:27:38 2008 +0900
43171
43172     sh: Cleanup source code of MS7722SE
43173
43174     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
43175     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43176
43177 commit 1d7b31d97b34ccb6f9b20a2465864998b0bf2691
43178 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
43179 Date:   Tue Jun 17 16:27:34 2008 +0900
43180
43181     sh: Cleanup source code of MS7720SE
43182
43183     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
43184     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43185
43186 commit 3ab4827cbe409488ebea1a2ee5094783f2672214
43187 Author: Wolfgang Denk <wd@denx.de>
43188 Date:   Mon Jul 7 00:45:03 2008 +0200
43189
43190     SH: fix out of tree building
43191
43192     Signed-off-by: Wolfgang Denk <wd@denx.de>
43193
43194 commit 9047bfa1e737d787be460387dd6f45737eeceb10
43195 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
43196 Date:   Thu Jul 3 23:16:06 2008 +0900
43197
43198     net: smc911x: Fix typo
43199
43200     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
43201
43202 commit 5ed546fdd0ca46a165661c2009fa743d9c9fceca
43203 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
43204 Date:   Wed Jul 2 18:54:08 2008 +0200
43205
43206     update mvBL-M7 board config
43207
43208     update mvBL-M7 config file to use UBOOT_VERSION and define
43209     CONFIG_HIGH_BATS.
43210
43211     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
43212
43213 commit 5cacc5d0ec52678a5eb83ecda5c3bcb22eb47f30
43214 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43215 Date:   Mon Jun 30 17:45:01 2008 +0900
43216
43217     net: fix compile problem in smc911x driver.
43218
43219     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43220     Acked-by: Ben Warren <biggerbadderben@gmail.com>
43221
43222 commit 9fea65a6c469b1b474b27446feb58738baba2d31
43223 Author: Michal Simek <monstr@monstr.eu>
43224 Date:   Tue Jun 24 09:54:09 2008 +0200
43225
43226     ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405
43227
43228     This change helps with better handling with others
43229     Xilinx based platform.
43230
43231     Signed-off-by: Michal Simek <monstr@monstr.eu>
43232     Acked-by: Stefan Roese <sr@denx.de>
43233
43234 commit cbb6289569ae4fc6e2d676528e46ffcc72d743d0
43235 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43236 Date:   Tue Jun 17 13:07:11 2008 +0900
43237
43238     net: ne2000: Move dev_addr variable from grobal to local.
43239
43240     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43241     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
43242
43243 commit dd7e5fa5f847188f78f62f2c52de6cb3def3ecdb
43244 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43245 Date:   Tue Jun 17 13:07:15 2008 +0900
43246
43247     net: ne2000: Fix compile error of NE2000
43248
43249     If enable DEBUG, can not compile ne2000 driver.
43250
43251     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43252     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
43253
43254 commit dd35479a50f6c7c31ea491c07c5200c6dfd06a24
43255 Author: Ben Warren <biggerbadderben@gmail.com>
43256 Date:   Mon Jun 23 22:57:27 2008 -0700
43257
43258     Add mechanisms for CPU and board-specific Ethernet initialization
43259
43260     This patch is the first step in cleaning up net/eth.c, by moving Ethernet
43261     initialization to CPU or board-specific code.  Initial implementation is
43262     only on the Freescale TSEC controller, but others will be added soon.
43263
43264     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
43265
43266 commit 7754f2be5d1835d263aad21b5a629526f3e680b0
43267 Author: Wolfgang Denk <wd@denx.de>
43268 Date:   Sun Jul 6 01:21:46 2008 +0200
43269
43270     include/sha256.h: fix file permissions.
43271
43272     Signed-off-by: Wolfgang Denk <wd@denx.de>
43273
43274 commit d3bcdf838e2991d58571308fa6e04ca335bc06e8
43275 Author: Patrice Vilchez <patrice.vilchez@atmel.com>
43276 Date:   Tue May 27 11:15:29 2008 +0200
43277
43278     [AT91SAM9] Fix NAND FLASH timings
43279
43280     Fix NAND FLASH timings for at91sam9x evaluation kits.
43281
43282     New timings are based on application note
43283     "NAND Flash Support on AT91SAM9 Microcontrollers" available at
43284     http://atmel.com/dyn/resources/prod_documents/doc6255.pdf
43285
43286     Signed-off-by: Patrice Vilchez <patice.vilchez@atmel.com>
43287     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43288     Acked-by: Stelian Pop <stelian@popies.net>
43289
43290 commit 19bd688484322fe62d1a66c8299da6ff9e967ff9
43291 Author: Stelian Pop <stelian@popies.net>
43292 Date:   Thu May 22 00:15:40 2008 +0200
43293
43294     Fix boot from NOR due to incorrect reset delay.
43295
43296     AT91 RSTC registers are battery-backuped, so their values
43297     are not reset across power cycles. One of those registers,
43298     the AT91_RSTC_MR register, is being modified by U-Boot, in
43299     the ethernet initialisation routine, to generate a 500ms
43300     user reset.
43301
43302     Unfortunately, this value is not being restored afterwards,
43303     causing subsequent resets to also last for 500ms.
43304
43305     This long reset sequence causes problems (at least) in the
43306     boot sequence from NOR: by the time the CPU tries to load
43307     a program from the NOR flash, the latter is still in reset
43308     and not yet available.
43309
43310     Additionaly, this patch fixes a bug in the original code which
43311     caused the reset delay to last for 2s instead of 500ms.
43312
43313     Signed-off-by: Stelian Pop <stelian@popies.net>
43314     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43315
43316 commit f492dd636fbbae529e17533995bc6e5813c007f6
43317 Author: Wolfgang Denk <wd@denx.de>
43318 Date:   Fri Jul 4 20:11:49 2008 +0200
43319
43320     Update CHANGELOG
43321
43322     Signed-off-by: Wolfgang Denk <wd@denx.de>
43323
43324 commit 5e6e350fc489aa19402f1e79037dd8c0a4bbd73d
43325 Author: Wolfgang Denk <wd@denx.de>
43326 Date:   Fri Jul 4 20:07:35 2008 +0200
43327
43328     CCM/SCM boards: fix out of tree building
43329
43330     Signed-off-by: Wolfgang Denk <wd@denx.de>
43331
43332 commit ab4c3a490df9a964711556d2a05b0c787db45fde
43333 Author: Wolfgang Denk <wd@denx.de>
43334 Date:   Thu Jul 3 23:22:27 2008 +0200
43335
43336     SCM board: fix build errors.
43337
43338     Signed-off-by: Wolfgang Denk <wd@denx.de>
43339
43340 commit a566466f17ba0e2d2b6c250e77da678fb932470d
43341 Author: Wolfgang Denk <wd@denx.de>
43342 Date:   Thu Jul 3 23:06:36 2008 +0200
43343
43344     IAD210 board: fix ``"ALIGN" redefined'' warning.
43345
43346     Signed-off-by: Wolfgang Denk <wd@denx.de>
43347
43348 commit ad756314797c16fa5dca23e115aab881011f164f
43349 Author: Wolfgang Denk <wd@denx.de>
43350 Date:   Thu Jul 3 23:00:24 2008 +0200
43351
43352     CCM board: fix build errors.
43353
43354     Signed-off-by: Wolfgang Denk <wd@denx.de>
43355
43356 commit f16ed51702cb9fb6fa2e019bbc0fcd1466b57c3b
43357 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
43358 Date:   Wed Jul 2 18:54:08 2008 +0200
43359
43360     update mvBL-M7 board config
43361
43362     update mvBL-M7 config file to use UBOOT_VERSION.
43363
43364     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
43365     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43366
43367 commit ced209c50e80c25f13c083099b05044048d21f4f
43368 Author: Wolfgang Denk <wd@denx.de>
43369 Date:   Thu Jul 3 22:39:21 2008 +0200
43370
43371     sacsng board: fix warnings "suggest explicit braces to avoid ambiguous 'else'"
43372
43373     Signed-off-by: Wolfgang Denk <wd@denx.de>
43374
43375 commit 4ff170a8180a79da4cdaab1b30d58cd7b6be565e
43376 Author: Wolfgang Denk <wd@denx.de>
43377 Date:   Thu Jul 3 22:34:08 2008 +0200
43378
43379     Cleanup: fix "expected specifier-qualifier-list before 'phys_size_t'" errors
43380
43381     Signed-off-by: Wolfgang Denk <wd@denx.de>
43382
43383 commit 730f298485984b011b6ee8f4acb511cb45a843dd
43384 Author: Wolfgang Denk <wd@denx.de>
43385 Date:   Thu Jul 3 22:04:17 2008 +0200
43386
43387     lmb: fix "implicit declaration of function 'lmb_free'" warning
43388
43389     Signed-off-by: Wolfgang Denk <wd@denx.de>
43390
43391 commit 322ef5e28d2dc62571afc699b00add22a8e006e4
43392 Author: Wolfgang Denk <wd@denx.de>
43393 Date:   Wed Jul 2 23:53:23 2008 +0200
43394
43395     Cleanup: remove redundant deleting on *~ files
43396
43397     Signed-off-by: Wolfgang Denk <wd@denx.de>
43398
43399 commit c8a3b109f07f02342d097b30908965f7261d9f15
43400 Author: Wolfgang Denk <wd@denx.de>
43401 Date:   Wed Jul 2 23:49:18 2008 +0200
43402
43403     Cleanup out-or-tree building for some boards (.depend)
43404
43405     Signed-off-by: Wolfgang Denk <wd@denx.de>
43406
43407 commit a30cc5a340e7f8f5f85a0e08e7f6c4106ce117c4
43408 Author: Wolfgang Denk <wd@denx.de>
43409 Date:   Wed Jul 2 23:38:50 2008 +0200
43410
43411     Cleanup: fix out-of-tree building for some boards
43412
43413     Signed-off-by: Wolfgang Denk <wd@denx.de>
43414
43415 commit 461fa68d20861811487944d22291db5a13410e20
43416 Author: Wolfgang Denk <wd@denx.de>
43417 Date:   Wed Jul 2 23:00:14 2008 +0200
43418
43419     Cleanup: replace hard-wired $(AR) 'crv' settings by $(ARFLAGS)
43420
43421     Signed-off-by: Wolfgang Denk <wd@denx.de>
43422
43423 commit 5981ebd32017e062b08aa6747cf591276f2db779
43424 Author: Detlev Zundel <dzu@denx.de>
43425 Date:   Fri Jun 20 22:26:24 2008 +0200
43426
43427     fdt: Fix typo in variable name.
43428
43429     Signed-off-by: Detlev Zundel <dzu@denx.de>
43430
43431 commit a7a5982cd0f3482f88225af4da7795bc4f6cb9bc
43432 Author: Gary Jennejohn <garyj@denx.de>
43433 Date:   Thu Jun 19 11:11:19 2008 +0200
43434
43435     Add logos for RRvision board
43436
43437     Signed-off-by: Gary Jennejohn <garyj@denx.de>
43438
43439 commit ee4ae38342142237ca85913f88ee570c1eb5ca7c
43440 Author: Esben Haabendal <EsbenHaabendal@gmail.com>
43441 Date:   Wed Jun 18 11:03:57 2008 +0200
43442
43443     mpc8260: add fdt_fixup_ethernet support
43444
43445     Add support for updating mac-address and local-mac-address in fdt for
43446     all MPC8260 targets.
43447
43448     Signed-off-by: Esben Haabendal <eha@doredevelopment.dk>
43449
43450 commit f6a69559d64498a04e1e0b087a9b920e5775f866
43451 Author: Steven A. Falco <sfalco@harris.com>
43452 Date:   Thu Jun 12 13:24:42 2008 -0400
43453
43454     cmd_nvedit.c: clean up syntax highlighting
43455
43456     My text-editor (vim) has a bit of trouble syntax-highlighting the
43457     cmd_nvedit.c file, because it apparently does not parse C
43458     ifdef/else/endif. The following patch does not change the behavior of
43459     the code at all, but does allow the editor to properly
43460     syntax-highlight the file.
43461
43462     Signed-off-by: Steve Falco <sfalco@harris.com>
43463
43464 commit 75678c807a6272ecc5541eb32898c93887f08400
43465 Author: Steven A. Falco <sfalco@harris.com>
43466 Date:   Thu Jun 12 13:22:12 2008 -0400
43467
43468     Make setenv() return status
43469
43470     Currently, the setenv function does not return an error code.
43471     This patch allows to test for errors.
43472
43473     Signed-off-by: Steve Falco <sfalco@harris.com>
43474
43475 commit 4928e97c8531283ca9b368b7c29a8a12e726562a
43476 Author: Kumar Gala <galak@kernel.crashing.org>
43477 Date:   Wed Jun 11 10:14:06 2008 -0500
43478
43479     PPC: Added fls, fls64, __ilog2_u64, and ffs64 to bitops
43480
43481     fls64, __ilog2_u64, ffs64 are variants that work on an u64,
43482     and fls is used to implement them.
43483
43484     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43485
43486 commit 83002a77cbdf383015ca384eff5fa31722d8e571
43487 Author: Magnus Lilja <lilja.magnus@gmail.com>
43488 Date:   Mon Jun 9 22:58:48 2008 +0200
43489
43490     i.MX31: Cleanup comments in lowlevel_init.S.
43491
43492     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
43493
43494 commit f8cc312bbee69257d741dc9f4062f4a0f5adf609
43495 Author: Ben Warren <biggerbadderben@gmail.com>
43496 Date:   Sun Jun 8 23:28:33 2008 -0700
43497
43498     Move conditional compilation of MPC8XXX SPI driver to Makefile
43499
43500     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
43501
43502 commit d92ea21bafb674ee2bf27447970b047845e7b0a2
43503 Author: Juergen Kilb <J.Kilb@gmx.de>
43504 Date:   Sun Jun 8 17:59:53 2008 +0200
43505
43506     i.MX31: fixed CTRL-C detection
43507
43508     The Register URXD contains status information in bits [15..8].
43509     With status bit 15 set, CTRL-C was reported as 0x8003 instead
43510     of 0x03. Therefore CTRL-C was not detected.
43511     To solve this, bits [15..8] were masked out now.
43512
43513     Signed-off-by: Juergen Kilb <J.Kilb@gmx.de>
43514     Acked-by: Felix Radensky <felix@embedded-sol.com>
43515
43516 commit dd1c5523d6f44e842e69f2fcb50788c6060eab86
43517 Author: Stefan Roese <sr@denx.de>
43518 Date:   Tue Jul 1 17:03:19 2008 +0200
43519
43520     ppc4xx: Fix 460EX/GT PCIe port initialization
43521
43522     This patch fixes a bug where the 460EX/GT PCIe UTLSET1 register was
43523     configured incorrectly. Thanks to Olga Buchonina from AMCC for pointing
43524     this out.
43525
43526     Signed-off-by: Stefan Roese <sr@denx.de>
43527
43528 commit b571afde0295b007a45055ee49f8822c753a5651
43529 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43530 Date:   Sat Jun 7 12:29:52 2008 +0200
43531
43532     add SHA256 support
43533
43534     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43535     Signed-off-by: Francesco Albanese <Francesco.Albanese@swisscom.com>
43536
43537 commit 3bab76a26e03df4ff81342fcc16393ce37d9766b
43538 Author: Marian Balakowicz <m8@semihalf.com>
43539 Date:   Fri Jun 6 23:07:40 2008 +0200
43540
43541     Delay FIT format check on sector based devices
43542
43543     Global FIT image operations like format check cannot be performed on
43544     a first sector data, defer them to the point when whole FIT image was
43545     uploaded to a system RAM.
43546
43547     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
43548     Partial ('cmd_nand' case) Acked-by: Grant Erickson <gerickson@nuovations.com>
43549     NAND and DOC bits Acked-by: Scott Wood <scottwood@freescale.com>
43550
43551 commit 9810263afec5ac5f38f92963bb3b6d799e4331d0
43552 Author: Dave Liu <r63238@freescale.com>
43553 Date:   Tue Jun 3 17:38:19 2008 +0800
43554
43555     sata: wait for device updating signature to host
43556
43557     The driver need wait for the device updating signature to host.
43558     If we don't wait for it, the driver can not detect the device(disk)
43559     when the system powers up.
43560
43561     Signed-off-by: Dave Liu <daveliu@freescale.com>
43562
43563 commit 745d8a0d3cea82e6d1753e14afb4588c34761b15
43564 Author: Stefan Roese <sr@denx.de>
43565 Date:   Sat Jun 28 14:56:17 2008 +0200
43566
43567     ppc4xx: Fix 460EX errata with CPU lockup upon high AHB traffic
43568
43569     This patch implements a fix provided by AMCC so that the lockup upon
43570     simultanious traffic on AHB USB OTG, USB 2.0 and SATA doesn't occur
43571     anymore:
43572
43573     Set SDR0_AHB_CFG[A2P_INCR4] (bit 24) and clear SDR0_AHB_CFG[A2P_PROT2]
43574     (bit 25) for a new 460EX errata regarding concurrent use of AHB USB OTG,
43575     USB 2.0 host and SATA.
43576
43577     This errata is not officially available yet. I'll update the comment
43578     to add the errata number later.
43579
43580     Signed-off-by: Stefan Roese <sr@denx.de>
43581
43582 commit 8b616edb118e37d05f6401389eaee1c636b22828
43583 Author: Stuart Wood <stuart.wood@labxtechnologies.com>
43584 Date:   Mon Jun 2 16:42:19 2008 -0400
43585
43586     serial_pl010.c: add watchdog support
43587
43588     Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
43589
43590 commit 86d3273e2b7be3fffb45e20c08535d6ad3aded6b
43591 Author: Stuart Wood <stuart.wood@labxtechnologies.com>
43592 Date:   Mon Jun 2 16:40:08 2008 -0400
43593
43594     jffs2_1pass.c: add watchdog support
43595
43596     Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
43597
43598 commit 5744ddc6637fea4f7b911a54a5fa860cb81a5d89
43599 Author: Sascha Laue <sascha.laue@liebherr.com>
43600 Date:   Fri May 30 09:48:14 2008 +0200
43601
43602     Configure DSP POST; add watchdog reset to diag command
43603
43604     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
43605
43606 commit f13526517859bf6b573e23ff47199e107d1009b5
43607 Author: Tor Krill <tor@excito.com>
43608 Date:   Thu May 29 10:40:17 2008 +0200
43609
43610     Add sata sil3114 support
43611
43612     Signed-off-by: Tor Krill <tor@excito.com>
43613
43614 commit e093a247628228100f405b6d7f6b1bfc16141938
43615 Author: Wolfgang Denk <wd@denx.de>
43616 Date:   Sat Jun 28 23:34:37 2008 +0200
43617
43618     Coding Style Cleanup
43619
43620     Signed-off-by: Wolfgang Denk <wd@denx.de>
43621
43622 commit 01db232dd7a0ceb81208a9f2545720c80e5bfd83
43623 Author: Wolfgang Denk <wd@denx.de>
43624 Date:   Sat Jun 28 23:16:01 2008 +0200
43625
43626     Update CHANGELOG
43627
43628     Signed-off-by: Wolfgang Denk <wd@denx.de>
43629
43630 commit c7f879ec2b389c4f2bf726b293bd516f4c692e03
43631 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
43632 Date:   Wed May 21 13:58:41 2008 -0400
43633
43634     ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS)
43635
43636     This patch adds support for the Lyrtech SFF-SDR board,
43637     based on the TI DaVinci architecture (ARM926EJS).
43638
43639     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
43640     Signed-off-by: Philip Balister <philip@balister.org>
43641     Signed-off-by: Wolfgang Denk <wd@denx.de>
43642
43643 commit 341188b9ccaa8d4462d772cc067aca8d7618633a
43644 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
43645 Date:   Thu May 22 11:09:59 2008 +0200
43646
43647     MMC: Consolidate MMC/SD command definitions
43648
43649     This moves the MMC and SD Card command definitions from
43650     include/asm/arch/mmc.h into include/mmc.h. These definitions are
43651     given by the MMC and SD Card standards, not by any particular
43652     architecture.
43653
43654     There's a lot more room for consolidation in the MMC drivers which
43655     I'm hoping to get done eventually, but this patch is a start.
43656
43657     Compile-tested for all avr32 boards as well as lpc2292sodimm and
43658     lubbock. This should cover all three mmc drivers in the tree.
43659
43660     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
43661
43662 commit fa60edfc4c952626e048c0e065f654b3c1822fa5
43663 Author: Kyungmin Park <kmpark@infradead.org>
43664 Date:   Wed May 21 14:38:08 2008 +0900
43665
43666     Use better Ethernet timings for apollon board
43667
43668     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
43669
43670 commit 41c5eaa7253ed82bbae1eda5667755872c615164
43671 Author: Andy Fleming <afleming@freescale.com>
43672 Date:   Mon Jun 16 13:58:56 2008 -0500
43673
43674     Resize device tree to allow space for board changes and the chosen node
43675
43676     Current code requires that a compiled device tree have space added to the end to
43677     leave room for extra nodes added by board code (and the chosen node).  This
43678     requires that device tree creators anticipate how much space U-Boot will add to
43679     the tree, which is absurd.  Ideally, the code would resize and/or relocate the
43680     tree when it needed more space, but this would require a systemic change to the
43681     fdt code, which is non-trivial.  Instead, we resize the tree inside
43682     boot_relocate_fdt, reserving either the remainder of the bootmap (in the case
43683     where the fdt is inside the bootmap), or adding CFG_FDT_PAD bytes to the size.
43684
43685     Signed-off-by: Andy Fleming <afleming@freescale.com>
43686
43687 commit 7570a9941fc565922078679a72d246fe208d696d
43688 Author: Andy Fleming <afleming@freescale.com>
43689 Date:   Mon Jun 16 13:58:55 2008 -0500
43690
43691     Fix an underflow bug in __lmb_alloc_base
43692
43693     __lmb_alloc_base can underflow if it fails to find free space.  This was fixed
43694     in linux with commit d9024df02ffe74d723d97d552f86de3b34beb8cc.  This patch
43695     merely updates __lmb_alloc_base to resemble the current version in Linux.
43696
43697     Signed-off-by: Andy Fleming <afleming@freescale.com>
43698
43699 commit 63796c4e61b207d2e635729d41b7a7f7d188b03c
43700 Author: Andy Fleming <afleming@freescale.com>
43701 Date:   Mon Jun 16 13:58:54 2008 -0500
43702
43703     Add lmb_free
43704
43705     lmb_free allows us to unreserve some memory so we can use lmb_alloc_base or
43706     lmb_reserve to temporarily reserve some memory.
43707
43708     Signed-off-by: Andy Fleming <afleming@freescale.com>
43709
43710 commit 4b03ac8b5102ad95f9fede7d13fa236977593e7d
43711 Author: Andy Fleming <afleming@freescale.com>
43712 Date:   Mon Jun 16 13:58:53 2008 -0500
43713
43714     Add ALIGN() macro
43715
43716     ALIGN() returns the smallest aligned value greater than the passed
43717     in address or size.  Taken from Linux.
43718
43719     Signed-off-by: Andy Fleming <afleming@freescale.com>
43720
43721 commit 93262af85e3e9d9974c6c08fbd37a9a72e090ca2
43722 Author: Stefan Roese <sr@denx.de>
43723 Date:   Tue Jun 24 17:15:22 2008 +0200
43724
43725     ppc4xx: Fix compilation problems with phys_size_t
43726
43727     This patch includes <asm/types.h> before <asm/u-boot.h> in some 4xx
43728     board specific files where it has been missing.
43729
43730     Signed-off-by: Stefan Roese <sr@denx.de>
43731
43732 commit 28eab0d77352b84885f938759bf2612b7bf0bc44
43733 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
43734 Date:   Mon May 19 12:26:38 2008 +0200
43735
43736     Conditionally add -fno-stack-protector to CFLAGS
43737
43738     When compile-testing on powerpc, I get errors like this:
43739
43740     net/nfs.c:422: undefined reference to `__stack_chk_fail_local'
43741
43742     This seems to be because -fstack-protector is on by default, so
43743     let's explicitly disable it on all architectures that support the
43744     option.
43745
43746     The Ubuntu toolchain is affected by this problem, and according to
43747     Mike Frysinger, Gentoo has been running with SSP enabled for years.
43748     More and more distros are turning SSP on by default, so this problem
43749     is likely to get worse in the future.
43750
43751     Also, powerpc just happens to be one of the arches I do
43752     compile-testing on. There may be other arches affected by this too.
43753
43754     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
43755
43756 commit dfd3be881c03a26e31f0dea4a42e76061fa610ac
43757 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43758 Date:   Sun May 18 19:09:52 2008 +0200
43759
43760     pcmcia/ti_pci1410a: Move compile condition to the Makefile
43761
43762     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43763
43764 commit 72d5d5f7b5c74a188df238ec6dd824d80c74857a
43765 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43766 Date:   Sun May 18 19:09:51 2008 +0200
43767
43768     pxa_pcmcia: Move compile condition to the Makefile
43769
43770     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43771
43772 commit c9eff32881fb429101c937cf8c268f1d42e5c2a9
43773 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43774 Date:   Sun May 18 19:09:50 2008 +0200
43775
43776     marabun_pcmcia: Move compile condition to the Makefile
43777
43778     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
43779
43780 commit 6a19c46cae43c16c528eddefae3db97134f1915d
43781 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
43782 Date:   Mon Jun 23 13:25:34 2008 +0200
43783
43784     fix non-working mvBL-M7
43785
43786     Add missing #define CONFIG_HIGH_BATS in mvBL-M7 board config file.
43787
43788     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
43789     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43790
43791 commit 846f1574ddddeda2bc227655e687308695f41cdc
43792 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
43793 Date:   Mon Jun 23 11:40:56 2008 +0200
43794
43795     fix system config overwrite @ MPC834x and MPC8313
43796
43797     During 83xx setup the "System I/O configuration register high" gets
43798     overwritten with user defined value if CFG_SICRH is defined.
43799
43800     Regarding to the MPC834x manual (Table 5-28 reve.1) bits 28+29 of SICRH
43801     must keep their reset value regardless of configuration.
43802
43803     On my board (using RGMII) those bits are set after reset - yet it's
43804     unclear where they come from.
43805
43806     The patch keeps both bits on MPC834x and MPC8313.
43807
43808     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
43809     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43810
43811 commit 4890246a2c5df90a74e2941e3673a49bbd36aee9
43812 Author: Kim Phillips <kim.phillips@freescale.com>
43813 Date:   Tue Jun 17 17:45:27 2008 -0500
43814
43815     mpc83xx: move CPU_TYPE_ENTRY over to processor.h
43816
43817     to avoid this:
43818
43819     cpu.c:47:1: warning: "CPU_TYPE_ENTRY" redefined
43820     In file included from cpu.c:33:
43821     /home/kim/git/u-boot/include/asm/processor.h:982:1: warning: this is the location of the previous definition
43822
43823     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43824
43825 commit aac7a5095b968d6c9a3e6422f31b4ad203cac9c8
43826 Author: Stefan Roese <sr@denx.de>
43827 Date:   Mon Jun 23 11:15:09 2008 +0200
43828
43829     ppc4xx: Fix problem in gpio_config()
43830
43831     As pointed out by Guennadi Liakhovetski (thanks), pin2 is already shifted
43832     left by one. So the additional shift is bogus.
43833
43834     Signed-off-by: Stefan Roese <sr@denx.de>
43835
43836 commit 40777812316fc252c941665c0f60c148fd79d50f
43837 Author: Detlev Zundel <dzu@denx.de>
43838 Date:   Fri Jun 20 22:24:05 2008 +0200
43839
43840     fdt: Fix typo in variable name.
43841
43842     Signed-off-by: Detlev Zundel <dzu@denx.de>
43843
43844 commit 5f723a3b98c630bde33de74351f2121691fdef14
43845 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
43846 Date:   Fri Jun 20 10:41:05 2008 +0200
43847
43848     avr32: Enable SPI flash support on ATNGW100
43849
43850     The ATNGW100 has 8MB DataFlash on board. Give users access to it through
43851     the new SPI flash framework.
43852
43853     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
43854
43855 commit 5605ef6b5802921cbefe6a933a9dea3497396b5c
43856 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
43857 Date:   Fri Jun 20 12:44:28 2008 +0200
43858
43859     avr32: Fix SPI portmux initialization
43860
43861     Use the new GPIO manipulation functions to set up the chip select lines,
43862     and make sure both busses use GPIO for chip select control.
43863
43864     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
43865
43866 commit 4688f9e34a87e825aed34d07c9ca7a273e6fc8ab
43867 Author: Peter Ma <pma@mediamatech.com>
43868 Date:   Sun Jun 1 22:59:24 2008 -0700
43869
43870     avr32: Add GPIO manipulation functions
43871
43872     Adds GPIO manipulation functions for AVR32 AP7 platform.
43873
43874     Signed-off-by: Peter Ma <pma@mediamatech.com>
43875     [haavard.skinnemoen@atmel.com: coding style fixup, slight simplification]
43876     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
43877
43878 commit b4fe1a71090c73efc6e4188eed188b2ff67fc02a
43879 Author: Wolfgang Grandegger <wg@grandegger.com>
43880 Date:   Thu Jun 5 13:02:30 2008 +0200
43881
43882     MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver
43883
43884     This patch is based on the following patch sent a few minutes ago:
43885     "NAND FSL UPM: driver re-write using the hwcontrol callback"
43886     It is untested, of course. Anton, could you please give it a try.
43887
43888     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
43889     Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
43890
43891 commit 96026d42fa4e646d28318c0a1438aac4b2017909
43892 Author: Anatolij Gustschin <agust@denx.de>
43893 Date:   Thu Jun 12 12:40:11 2008 +0200
43894
43895     Fix 4xx build issue
43896
43897     Building for 4xx doesn't work since commit 4dbdb768:
43898
43899     In file included from 4xx_pcie.c:28:
43900     include/asm/processor.h:971: error: expected ')' before 'ver'
43901     make[1]: *** [4xx_pcie.o] Error 1
43902
43903     This patch fixes the problem.
43904
43905     Signed-off-by: Anatolij Gustschin <agust@denx.de>
43906     Acked-by: Stefan Roese <sr@denx.de>
43907     Acked-by: Kumar Gala <galak@kernel.crashing.org>
43908
43909 commit a036b0443657fe0f4773786de9092251869f08ac
43910 Author: Kumar Gala <galak@kernel.crashing.org>
43911 Date:   Thu Jun 19 01:45:50 2008 -0500
43912
43913     MPC8610HPCD: Report board id, board version and fpga version.
43914
43915     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43916
43917 commit 7de8c21f14df9c20fdcf6027aec8e8545f75f835
43918 Author: Kumar Gala <galak@kernel.crashing.org>
43919 Date:   Thu Jun 19 01:45:27 2008 -0500
43920
43921     MPC8641HPCN: Report board id, board version and fpga version.
43922
43923     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43924
43925 commit fb8c061ea05fc68d37e2a8b9f8c949d76c8d71a8
43926 Author: Stefan Roese <sr@denx.de>
43927 Date:   Mon Jun 16 10:40:02 2008 +0200
43928
43929     cfi-flash: Fix problem in flash_toggle(), busy was not detected reliably
43930
43931     This patch simplifies flash_toggle() (AMD commandset), which is used to
43932     detect if a FLASH device is still busy with erase/program operations. On
43933     800MHz Canyonlands/Glacier boards (460EX/GT) the current implementation
43934     did not detect the busy state reliably, resulting in non erased sectors
43935     etc. This patch now simplifies this function by "just" comparing the
43936     complete data-word instead of ANDing it with the command-word (0x40)
43937     before the compatison. It is done the same way in the Linux implementation
43938     chip_ready() in cfi_cmdset_0002.c.
43939
43940     Signed-off-by: Stefan Roese <sr@denx.de>
43941
43942 commit 9e4006bca3d9fb4a2d061996771036cb01e539d3
43943 Author: Philip Balister <philip@balister.org>
43944 Date:   Mon Jun 16 08:58:07 2008 -0400
43945
43946     NAND: Add missing declaration to non-redundant saveenv().
43947
43948     Signed-off-by: Scott Wood <scottwood@freescale.com>
43949
43950 commit 2cdb7f50ac59594540fffdf8dbd7b12beac79c52
43951 Author: Wolfgang Grandegger <wg@grandegger.com>
43952 Date:   Mon Jun 2 15:09:55 2008 +0200
43953
43954     MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver
43955
43956     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
43957     Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
43958     Signed-off-by: Scott Wood <scottwood@freescale.com>
43959
43960 commit 212ed90615c3d20fa6bd73d70d5153bd0d124e5f
43961 Author: Stefan Roese <sr@denx.de>
43962 Date:   Tue Jun 10 15:34:11 2008 +0200
43963
43964     ppc4xx: Canyonlands: Disable the RTC M41T62 square wave output
43965
43966     This patch disables the square wave output of the M41T62 RTC used on
43967     Canyonlands & Glacier. Here the explanation:
43968
43969     The serial real-time clock part used in the design is an
43970     STMicro M41T62. This part has a full-time 32KHz square wave
43971     output that is connected to the TmrClk input to the
43972     processor. The default state for this square wave output is
43973     enabled so the output runs continuously when the board is
43974     powered normally and also from the battery. The TmrClk input
43975     to the processor goes to ground when the power is removed
43976     from the board/processor, and therefore the running square
43977     wave output is driving ground which drains the battery quickly.
43978
43979     Signed-off-by: Stefan Roese <sr@denx.de>
43980
43981 commit a94f22f08f280905926219e568568964cb9eeb9d
43982 Author: Andy Fleming <afleming@freescale.com>
43983 Date:   Wed Jun 11 18:10:20 2008 -0500
43984
43985     Fix build issue with string.h and linux/string.h
43986
43987     This commit:
43988     commit 338cc038461a6c7709c5b86fd9a240209338a1ae
43989     Author: Wolfgang Denk <wd@denx.de>
43990     Date:   Fri Jun 6 14:28:14 2008 +0200
43991
43992         tools/mkimage: fix compiler warnings on some systems.
43993
43994     Broke building on some systems, because the host's string.h was interfering
43995     with u-boot's linux/string.h.  It doesn't look like we need the u-boot one if
43996     we're building for the host, so now we only include when building inside
43997     u-boot.
43998
43999     Signed-off-by: Andy Fleming <afleming@freescale.com>
44000
44001 commit 9973e3c614721bbf169882ffc3be266a6611cd60
44002 Author: Becky Bruce <becky.bruce@freescale.com>
44003 Date:   Mon Jun 9 16:03:40 2008 -0500
44004
44005     Change initdram() return type to phys_size_t
44006
44007     This patch changes the return type of initdram() from long int to phys_size_t.
44008     This is required for a couple of reasons: long int limits the amount of dram
44009     to 2GB, and u-boot in general is moving over to phys_size_t to represent the
44010     size of physical memory.  phys_size_t is defined as an unsigned long on almost
44011     all current platforms.
44012
44013     This patch *only* changes the return type of the initdram function (in
44014     include/common.h, as well as in each board's implementation of initdram).  It
44015     does not actually modify the code inside the function on any of the platforms;
44016     platforms which wish to support more than 2GB of DRAM will need to modify
44017     their initdram() function code.
44018
44019     Build tested with MAKEALL for ppc, arm, mips, mips-el. Booted on powerpc
44020     MPC8641HPCN.
44021
44022     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
44023
44024 commit 391fd93ab23e15ab3dd58a54f5b609024009c378
44025 Author: Becky Bruce <becky.bruce@freescale.com>
44026 Date:   Mon Jun 9 20:37:18 2008 -0500
44027
44028     Change lmb to use phys_size_t/phys_addr_t
44029
44030     This updates the lmb code to use phys_size_t
44031     and phys_addr_t instead of unsigned long.  Other code
44032     which interacts with this code, like getenv_bootm_size()
44033     is also updated.
44034
44035     Booted on MPC8641HPCN, build-tested ppc, arm, mips.
44036
44037     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
44038
44039 commit 61b09fc2952dc636017df4e7970e3de132276ba1
44040 Author: Becky Bruce <becky.bruce@freescale.com>
44041 Date:   Mon Jun 9 20:37:17 2008 -0500
44042
44043     Change print_size to take phys_size_t
44044
44045     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
44046
44047 commit b57ca3e128cc10a133ba79bc7ec3e7b50e7c8fbe
44048 Author: Becky Bruce <becky.bruce@freescale.com>
44049 Date:   Mon Jun 9 20:37:16 2008 -0500
44050
44051     Change bd/gd memsize/ram_size to be phys_size_t.
44052
44053     Currently, both are defined as an unsigned long, but
44054     should be phys_size_t. This should result in no real change,
44055     since phys_size_t is currently an unsigned long for all the
44056     default configs.  Also add print_lnum to cmd_bdinfo to deal
44057     with the potentially wider memsize.
44058
44059     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
44060
44061 commit ba04f7010958e88a8910f2a123fee53fdc72e013
44062 Author: Kumar Gala <galak@kernel.crashing.org>
44063 Date:   Tue Jun 10 16:16:02 2008 -0500
44064
44065     FSL LAW: Add new interface to use the last free LAW
44066
44067     LAWs have the concept of priority so its useful to be able to allocate
44068     the lowest (highest number) priority.  We will end up using this with the
44069     new DDR code.
44070
44071     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44072
44073 commit 859a86a25c569d3665ff413d1d923394b8a961f3
44074 Author: Kumar Gala <galak@kernel.crashing.org>
44075 Date:   Wed Jun 11 00:51:45 2008 -0500
44076
44077     85xx/86xx: Move to dynamic mgmt of LAWs
44078
44079     With the new LAW interface (set_next_law) we can move to letting the
44080     system allocate which LAWs are used for what purpose.  This makes life
44081     a bit easier going forward with the new DDR code.
44082
44083     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44084     Signed-off-by: Andy Fleming <afleming@freescale.com>
44085     Acked-by: Jon Loeliger <jdl@freescale.com>
44086     Acked-by: Becky Bruce <becky.bruce@freescale.com>
44087
44088 commit f060054dadbbe7027ca088eed806a3ef1f82fdb7
44089 Author: Kumar Gala <galak@kernel.crashing.org>
44090 Date:   Wed Jun 11 00:44:10 2008 -0500
44091
44092     FSL LAW: Keep track of LAW allocations
44093
44094     Make it so we keep track of which LAWs have allocated and provide
44095     a function (set_next_law) which can allocate a LAW for us if one is
44096     free.
44097
44098     In the future we will move to doing more "dynamic" LAW allocation
44099     since the majority of users dont really care about what LAW number
44100     they are at.
44101
44102     Also, add CONFIG_MPC8540 or CONFIG_MPC8560 to those boards which needed them
44103
44104     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44105     Signed-off-by: Andy Fleming <afleming@freescale.com>
44106
44107 commit ddde74a159caa6e18b481fec01d40b885aebb566
44108 Author: Kumar Gala <galak@kernel.crashing.org>
44109 Date:   Mon Jun 9 22:31:57 2008 -0500
44110
44111     85xx: remove dummy board_early_init_f
44112
44113     A number of board ports have empty version of board_early_init_f
44114     for no reason since we control its via CONFIG_BOARD_EARLY_INIT_F.
44115
44116     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44117
44118 commit 81e56e9af0d43712db8efb843606a8d62eab454f
44119 Author: Kumar Gala <galak@kernel.crashing.org>
44120 Date:   Mon Jun 9 18:55:38 2008 -0500
44121
44122     MPC8544DS: Update config.h
44123
44124     * Enable flash progress
44125     * remove CLEAR_LAW0 since we dont really use it
44126
44127     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44128
44129 commit 978e81604c1b28526ed580df0fbe64eb8384e94f
44130 Author: Kumar Gala <galak@kernel.crashing.org>
44131 Date:   Mon Jun 9 13:37:24 2008 -0500
44132
44133     85xx: Remove unused and unconfigured memory test code.
44134
44135     Remove unused and unconfigured DDR test code from FSL 85xx boards.
44136     Besides, other common code exists.
44137
44138     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44139
44140 commit a23cddde1a95f987e3fe2a720a7ec9375b7264d7
44141 Author: Sergei Poselenov <sposelenov@emcraft.com>
44142 Date:   Fri Jun 6 15:42:45 2008 +0200
44143
44144     Socrates: Added FPGA base address update in FDT.
44145
44146     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
44147
44148 commit fd51b0e0e620b8bc9fd4f6daa3a4fa6f5e1316f4
44149 Author: Sergei Poselenov <sposelenov@emcraft.com>
44150 Date:   Fri Jun 6 15:42:44 2008 +0200
44151
44152     Socrates: NAND support added. Changed the U-Boot base address and
44153
44154     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
44155
44156 commit 248ae5cfc8bf69074d1da099dc495d8e06070547
44157 Author: Sergei Poselenov <sposelenov@emcraft.com>
44158 Date:   Fri Jun 6 15:42:43 2008 +0200
44159
44160     NAND: Added support for 128-bit OOB, adapted
44161
44162     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
44163
44164 commit 31ca0208612f2eb57690110d7c2815953650e47b
44165 Author: Sergei Poselenov <sposelenov@emcraft.com>
44166 Date:   Fri Jun 6 15:42:42 2008 +0200
44167
44168     Socrates: added missed file with UPMA configuration data.
44169
44170     Signed-of-by: Sergei Poselenov <sposelenov@emcraft.com>
44171
44172 commit 59abd15b43cab7a4d19de4ba0943837d9555f7ba
44173 Author: Sergei Poselenov <sposelenov@emcraft.com>
44174 Date:   Fri Jun 6 15:42:41 2008 +0200
44175
44176     Socrates: Added FPGA mapping. LAWs and TLBs cleanup.
44177
44178     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
44179
44180 commit 740280e68ccc0b971e613face7eaaa8bd1382b8c
44181 Author: Sergei Poselenov <sposelenov@emcraft.com>
44182 Date:   Fri Jun 6 15:42:40 2008 +0200
44183
44184     Added the upmconfig() function for 85xx.
44185
44186     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
44187     Signed-off-by: Andy Fleming <afleming@freescale.com>
44188
44189 commit d39e68514ff943930ee692cff3fde03532eb7fec
44190 Author: Sergei Poselenov <sposelenov@emcraft.com>
44191 Date:   Fri Jun 6 15:42:39 2008 +0200
44192
44193     Socrates: config file cleanup.
44194
44195     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
44196
44197 commit e8cc3f04b124f757af4528206e60d8eb715ae083
44198 Author: Wolfgang Grandegger <wg@grandegger.com>
44199 Date:   Thu Jun 5 13:12:10 2008 +0200
44200
44201     TQM85xx: Change memory map to support Flash memory > 128 MiB
44202
44203     Some TQM85xx boards could be equipped with up to 1 GiB (NOR) Flash
44204     memory. The current memory map only supports up to 128 MiB Flash.
44205     This patch adds the configuration option CONFIG_TQM_BIGFLASH. If
44206     set, up to 1 GiB flash is supported. To achieve this, the memory
44207     map has to be adjusted in great parts (for example the CCSRBAR is
44208     moved from 0xE0000000 to 0xA0000000).
44209
44210     If you want to boot Linux with CONFIG_TQM_BIGFLASH set, the new
44211     memory map also has to be considered in the kernel (changed
44212     CCSRBAR address, changed PCI IO base address, ...). Please use
44213     an appropriate Flat Device Tree blob (tqm8548.dtb).
44214
44215     Signed-off-by: Martin Krause <martin.krause@tqs.de>
44216     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
44217
44218 commit 1c2deff22cd6e2bf0e618fd6e09ca3eec5a8d051
44219 Author: Wolfgang Grandegger <wg@grandegger.com>
44220 Date:   Thu Jun 5 13:12:09 2008 +0200
44221
44222     TQM85xx: NAND support via local bus UPMB
44223
44224     This patch adds support for NAND FLASH on the TQM8548. It is disabled by
44225     default and can be enabled for the TQM8548 modules. It is now based on
44226     the re-written FSL NAND UPM driver. A patch has been posted earlier today
44227     with the subject:
44228
44229     "NAND FSL UPM: driver re-write using the hwcontrol callback"
44230
44231     Note that the R/B pin is not supported by that module requiring to use
44232     the specified maximum delay time.
44233
44234     Note: With NAND support enabled the size of the U-Boot image exceeds
44235     256 KB and TEXT_BASE must therefore be set to 0xfff80000 in config.mk,
44236     doubling the image size :-(.
44237
44238     Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
44239     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
44240
44241 commit b9e8078bb3f3c48111a7081e27279938c3a445e1
44242 Author: Wolfgang Grandegger <wg@grandegger.com>
44243 Date:   Thu Jun 5 13:12:08 2008 +0200
44244
44245     TQM8548: PCI express support
44246
44247     This patch adds support for PCI express cards. The board support
44248     now uses common FSL PCI init code, for both, PCI and PCIe on all
44249     TQM85xx modules.
44250
44251     Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
44252     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
44253
44254 commit 1287e0c55a2ee2c575ac9ce8e4302cd4085be876
44255 Author: Wolfgang Grandegger <wg@grandegger.com>
44256 Date:   Thu Jun 5 13:12:07 2008 +0200
44257
44258     TQM8548: Basic support for the TQM8548 modules
44259
44260     This patch adds basic support for the TQM8548 module from TQ-Components
44261     (http://www.tqc.de/) including DDR2 SDRAM initialisation and support for
44262     eTSEC 3 and 4
44263
44264     Furthermore Flash buffer write has been enabled to speed up output to
44265     the Flash by approx. a factor of 10.
44266
44267     Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
44268     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
44269
44270 commit 25991353204c78b094c3c1fec90182dcd607ab8f
44271 Author: Wolfgang Grandegger <wg@grandegger.com>
44272 Date:   Thu Jun 5 13:12:06 2008 +0200
44273
44274     TQM85xx: Support for Flat Device Tree
44275
44276     This patch adds support for Linux kernels using the Flat Device Tree.
44277     It also re-defines the default environment settings for booting Linux
44278     with the FDT blob.
44279
44280     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
44281
44282 commit d9ee843d54c54776e1fdb86336ce554906a87331
44283 Author: Wolfgang Grandegger <wg@grandegger.com>
44284 Date:   Thu Jun 5 13:12:05 2008 +0200
44285
44286     TQM85xx: Support for Intel 82527 compatible CAN controller
44287
44288     This patch adds initialization of the UPMC RAM to support up to two
44289     Intel 82527 compatible CAN controller on the TQM85xx modules.
44290
44291     Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
44292     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
44293
44294 commit 518d5cfe72916323c746af1647764459914f555f
44295 Author: Wolfgang Grandegger <wg@grandegger.com>
44296 Date:   Thu Jun 5 13:12:04 2008 +0200
44297
44298     TQM85xx: Bugfix in the SDRAM initialisation
44299
44300     The CS0_BNDS register is now set according to the detected
44301     memory size.
44302
44303     Signed-off-by Martin Krause <martin.krause@tqs.de>
44304
44305 commit 45dee2e620ccec6ac7b3548fe8979a34fd030e5d
44306 Author: Wolfgang Grandegger <wg@grandegger.com>
44307 Date:   Thu Jun 5 13:12:03 2008 +0200
44308
44309     TQM85xx: Fix chip select configuration for second FLASH bank
44310
44311     This patch fixes the re-calculation of the automatic chip select
44312     configuration for boards with two populated FLASH banks.
44313
44314     Signed-off-by: Martin Krause <martin.krause@tqs.de>
44315
44316 commit 46346f27cda6fd025a496bde8f2d4aeee04aca5f
44317 Author: Wolfgang Grandegger <wg@grandegger.com>
44318 Date:   Thu Jun 5 13:12:02 2008 +0200
44319
44320     TQM85xx: Support for Spansion 'N' type flashes added
44321
44322     The 'N' type Spansion flashes (S29GLxxxN series) have bigger sectors,
44323     than the formerly used 'M' types (S29GLxxxM series), so the flash layout
44324     needs to be changed -> new start address of the environment. The macro
44325     definition CONFIG_TQM_FLASH_N_TYPE is undefined by default and must be
44326     defined for boards with 'N' type flashes.
44327
44328     Signed-off-by: Martin Krause <martin.krause@tqs.de>
44329     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
44330
44331 commit 5d5bd838f76eade22c0ea40a500389f924d0da36
44332 Author: Wolfgang Grandegger <wg@grandegger.com>
44333 Date:   Thu Jun 5 13:12:01 2008 +0200
44334
44335     TQM85xx: Fix CPM port pin configuration
44336
44337     Do not configure port pins PD30/PD31 as SCC1 TxD/RxD except for the TQM8560
44338     board. On the other TQM85xx boards (TQM8541 and TQM8555) SCC1 is not used
44339     as serial interface anyway. Worse, on some board variants configuring the
44340     pins for SCC1 leads to short circuits (for example on the TQM8541-BG).
44341
44342     Signed-off-by: Martin Krause <martin.krause@tqs.de>
44343
44344 commit b99ba1679e8cd51b023e67098c89e606e47137d2
44345 Author: Wolfgang Grandegger <wg@grandegger.com>
44346 Date:   Thu Jun 5 13:12:00 2008 +0200
44347
44348     TQM85xx: Various coding style fixes
44349
44350     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
44351
44352 commit ae9e97fa96f643c8ba2b666b06a026cc8717eb00
44353 Author: Gerald Van Baren <vanbaren@cideas.com>
44354 Date:   Tue Jun 10 22:15:58 2008 -0400
44355
44356     libfdt: Move the working_fdt pointer to cmd_fdt.c
44357
44358     The working_fdt pointer was declared in common/fdt_support.c but was
44359     not used there.  Move it to common/cmd_fdt.c where it is used (it is
44360     also used in lib_ppc/bootm.c).
44361
44362     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
44363
44364 commit e489b9c078e22b0d9e75f002cd2a1bd967e88f5e
44365 Author: Kim Phillips <kim.phillips@freescale.com>
44366 Date:   Tue Jun 10 11:06:17 2008 -0500
44367
44368     fdt: unshadow global working fdt variable
44369
44370     differentiate with local variables of the same name by renaming the
44371     global 'fdt' variable 'working_fdt'.
44372
44373     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44374
44375 commit e1eb0e25d9d8fd8efdfb93f670a417663f386022
44376 Author: Andy Fleming <afleming@freescale.com>
44377 Date:   Tue Jun 10 18:49:34 2008 -0500
44378
44379     socrates: Fix PCI clk fix patch
44380
44381     The submitted patch seems to have been more up-to-date, but an older patch was
44382     already in the repository.  This patch encompasses the differences
44383
44384     Taken entirely from Sergei Poselenov <sposelenov@emcraft.com>
44385
44386     Signed-off-by: Andy Fleming <afleming@freescale.com>
44387
44388 commit a75a57ef6e4b613c81434971e96ed70cf9ec9ba0
44389 Author: Wolfgang Grandegger <wg@grandegger.com>
44390 Date:   Thu Jun 5 13:02:29 2008 +0200
44391
44392     NAND FSL UPM: driver re-write using the hwcontrol callback
44393
44394     This is a re-write of the NAND FSL UPM driver using the more universal
44395     hwcontrol callback (instead of the cmdfunc callback). Here is a brief
44396     list of furher modifications:
44397
44398     - For the time being, the UPM setup writing the UPM array has been
44399       removed from the driver and must now be done by the board specific
44400       code.
44401
44402     - The bus width definition in "struct fsl_upm_nand" is now in bits to
44403       comply with the corresponding Linux driver and 8, 16 and 32 bit
44404       accesses are supported.
44405
44406     - chip->dev_read is only set if fun->dev_ready != NULL, which is
44407       required for boards not connecting the R/B pin.
44408
44409     - A few issue have been fixed with MxMR bit manipulation like in the
44410       corresponding Linux driver.
44411
44412     Note: I think the "io_addr" field of "struct fsl_upm" could be removed
44413           as well, because the address is already determined by
44414           "nand->IO_ADDR_[RW]", but I'm not 100% sure.
44415
44416     This patch has been tested on a TQM8548 modules with the NAND chip
44417     Micron MT29F8G08FABWP.
44418
44419     This patch is based on the following patches posted to this list a few
44420     minutes ago:
44421
44422       PPC: add accessor macros to clear and set bits in one shot
44423       83xx/85xx/86xx: add more MxMR local bus definitions
44424
44425     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
44426     Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
44427
44428 commit 6beecfbb542992eede5831240cd58678274683a9
44429 Author: Wolfgang Grandegger <wg@grandegger.com>
44430 Date:   Thu Jun 5 13:11:59 2008 +0200
44431
44432     MPC85xx: Beautify boot output of L2 cache configuration
44433
44434     The boot output is now aligned poperly with other boot output
44435     lines, e.g.:
44436
44437       FLASH: 128 MB
44438       L2:    512 KB enabled
44439
44440     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
44441
44442 commit 398415114f0a705163a14543e9fef03f734b1ffa
44443 Author: Wolfgang Grandegger <wg@grandegger.com>
44444 Date:   Wed Jun 4 12:45:22 2008 +0200
44445
44446     PPC: add accessor macros to clear and set bits in one shot
44447
44448     PPC: add accessor macros to clear and set bits in one shot
44449
44450     This patch adds macros from linux/include/asm-powerpc/io.h to clear and
44451     set bits in one shot using the in_be32, out_be32, etc. accessor functions.
44452     They are very handy to manipulate bits it I/O registers.
44453
44454     This patch is required for my forthcoming FSL NAND UPM driver re-write and
44455     the support for the TQM8548 module.
44456
44457     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
44458
44459 commit 4677988c7edc070c3786d3db7994abeca3ab82a0
44460 Author: Wolfgang Grandegger <wg@grandegger.com>
44461 Date:   Wed Jun 4 13:52:17 2008 +0200
44462
44463     TQM: move TQM boards to board/tqc
44464
44465     Move all TQM board directories to the vendor specific directory "tqc"
44466     for modules from TQ-Components GmbH (http://www.tqc.de).
44467
44468     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
44469
44470 commit 6fab2fe72ca5bf95280cd52cdf378af3e506eb50
44471 Author: Wolfgang Grandegger <wg@grandegger.com>
44472 Date:   Mon Jun 2 12:09:30 2008 +0200
44473
44474     83xx/85xx/86xx: add more MxMR local bus definitions
44475
44476     83xx/85xx/86xx: add more MxMR local bus definitions
44477
44478     This patch adds more macro definitions for the UPM Machine Mode Registers
44479     They are copied from "include/mpc82xx.h" to simplify the merge of all 8xxx
44480     common local bus definitions into include/asm-ppc/fsl_lbc.h. They are
44481     required for my forthcoming FSL NAND UPM driver re-write and the support
44482     for the TQM8548 module.
44483
44484     This patch is based on the following two patches from Anton Vorontsov:
44485
44486     http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg06511.html
44487     http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg06587.html
44488
44489     I leave coding style violation fixes, code beautification and name
44490     corrections to somebody else ;-(.
44491
44492     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
44493
44494 commit c8c5fc266e4499e283c293ccb972863156aa4134
44495 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
44496 Date:   Thu May 29 18:14:56 2008 +0400
44497
44498     83xx/85xx: further localbus cleanups
44499
44500     Merge mpc85xx.h's LBC defines to fsl_lbc.h. Also, adopt ACS names
44501     from mpc85xx.h, so ACS_0b10 renamed to ACS_DIV4, ACS_0b11 to ACS_DIV2.
44502
44503     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
44504
44505 commit 42dbd667c88d496882d53e22656e89b654205492
44506 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
44507 Date:   Wed May 28 18:20:15 2008 +0400
44508
44509     83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
44510
44511     This patch moves Freescale Localbus defines out of mpc83xx.h, so we could
44512     use it on MPC85xx and MPC86xx processors.
44513
44514     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
44515
44516 commit 730b2fcf6fcd9eec3ea86fbb087c3f98aa23a769
44517 Author: Kumar Gala <galak@kernel.crashing.org>
44518 Date:   Thu May 29 11:22:06 2008 -0500
44519
44520     85xx: Add setting of cache props in the device tree.
44521
44522     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44523
44524 commit 4dbdb7681e243431530df0725627192a0c4aefda
44525 Author: Kumar Gala <galak@kernel.crashing.org>
44526 Date:   Tue Jun 10 16:53:46 2008 -0500
44527
44528     85xx: expose cpu identification
44529
44530     The current cpu identification code is used just to return the name
44531     of the processor at boot.  There are some other locations that the name
44532     is useful (device tree setup).  Expose the functionality to other bits
44533     of code.
44534
44535     Also, drop the 'E' suffix and add it on by looking at the SVR version
44536     when we print this out.  This is mainly to allow the most flexible use
44537     of the name.  The device tree code tends to not care about the 'E' suffix.
44538
44539     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44540
44541 commit 2329fe113d847e43cca8e4a0e4edd613b50b8492
44542 Author: Kim Phillips <kim.phillips@freescale.com>
44543 Date:   Tue Jun 10 13:25:24 2008 -0500
44544
44545     mpc83xx: MVBLM7: minor build fixups
44546
44547     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44548
44549 commit a1293e549b56da135ef32ffca5b9d35a16aa6802
44550 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
44551 Date:   Tue Jun 10 09:14:05 2008 +0200
44552
44553     add MPC8343 based board mvBlueLYNX-M7 (board+make files)
44554
44555     Add MPC8343 based board mvBlueLYNX-M7.
44556     It's a single board stereo camera system.
44557     Please read doc/README.mvblm7 for details.
44558
44559     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
44560     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44561
44562 commit c005b93925ba49f07da2aa748527996d927e172f
44563 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
44564 Date:   Tue Jun 10 09:13:16 2008 +0200
44565
44566     add MPC8343 based board mvBlueLYNX-M7 (doc+config)
44567
44568     Add MPC8343 based board mvBlueLYNX-M7.
44569     It's a single board stereo camera system.
44570     Please read doc/README.mvblm7 for details.
44571
44572     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
44573     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44574
44575 commit f9023afbdfd9f27e7c38f3cce965746e56d62dd3
44576 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
44577 Date:   Thu May 29 18:14:56 2008 +0400
44578
44579     83xx/85xx: further localbus cleanups
44580
44581     move the BRx_* and ORx_* left behind in mpc85xx.h
44582
44583     The same is needed for mpc8xx.h and mpc8260.h (defines are almost
44584     the same, just few differences which needs some attention though).
44585
44586     But the bad news for mpc8xx and mpc8260 is that there are a lot of users
44587     of these defines. So this cleanup I'll leave for the "better times".
44588
44589     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
44590     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44591
44592 commit bf30bb1f7c954d7855d9b23624b33b00c50b4697
44593 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
44594 Date:   Wed May 28 18:20:15 2008 +0400
44595
44596     83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
44597
44598     This patch moves Freescale Localbus defines out of mpc83xx.h, so we could
44599     use it on MPC85xx and MPC86xx processors.
44600
44601     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
44602     Acked-by: Andy Fleming <afleming@freescale.com>
44603     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44604
44605 commit d82b4fc0ce8cca95e857fc51022e841cb2dbee6a
44606 Author: Tor Krill <tor@excito.com>
44607 Date:   Mon Jun 2 15:09:30 2008 +0200
44608
44609     Add missing CSCONFIG_BANK_BIT_3 define to mpc83xx.h
44610
44611     Signed-off-by: Tor Krill <tor@excito.com>
44612     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44613
44614 commit 3b904ccb93c3196727e2e9870cb1df903cab19ad
44615 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44616 Date:   Mon Jun 9 23:37:44 2008 +0900
44617
44618     net: Conditional COBJS inclusion of network drivers
44619
44620     Replace COBJS-y with appropriate driver config names.
44621
44622     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44623     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
44624
44625 commit 2fb698bf50f4aff2485581a12fa634a07c040e4a
44626 Author: Gerald Van Baren <vanbaren@cideas.com>
44627 Date:   Mon Jun 9 21:02:17 2008 -0400
44628
44629     Use strncmp() for the fdt command
44630
44631     Cleaner than doing multiple conditionals on characters.
44632
44633     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
44634
44635 commit 47abe8ab290d2721a8eeadff65b939e6af8c01b0
44636 Author: Gerald Van Baren <vanbaren@cideas.com>
44637 Date:   Sat Jun 7 12:25:05 2008 -0400
44638
44639     The fdt boardsetup command criteria was not unique
44640
44641     It was checking just for "b", which is not unique with respect to the
44642     "boot" command.  Change to check for "boa"[rdsetup].
44643
44644     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
44645
44646 commit 2f08bfa9526bae4f461e043530cfb903fec0d273
44647 Author: David Gibson <david@gibson.dropbear.id.au>
44648 Date:   Tue May 20 17:19:11 2008 +1000
44649
44650     libfdt: Several cleanups to parameter checking
44651
44652     This patch makes a couple of small cleanups to parameter checking of
44653     libfdt functions.
44654
44655         - In several functions which take a node offset, we use an
44656     idiom involving fdt_next_tag() first to check that we have indeed been
44657     given a node offset.  This patch adds a helper function
44658     _fdt_check_node_offset() to encapsulate this usage of fdt_next_tag().
44659
44660         - In fdt_rw.c in several places we have the expanded version
44661     of the RW_CHECK_HEADER() macro for no particular reason.  This patch
44662     replaces those instances with an invocation of the macro; that's what
44663     it's for.
44664
44665         - In fdt_sw.c we rename the check_header_sw() function to
44666     sw_check_header() to match the analgous function in fdt_rw.c, and we
44667     provide an SW_CHECK_HEADER() wrapper macro as RW_CHECK_HEADER()
44668     functions in fdt_rw.c
44669
44670     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
44671
44672 commit fec6d9ee7c10443f65ce1788ef818919167bbf2e
44673 Author: Gerald Van Baren <vanbaren@cideas.com>
44674 Date:   Tue Jun 3 20:34:45 2008 -0400
44675
44676     Remove the deprecated CONFIG_OF_FLAT_TREE
44677
44678     Use CONFIG_OF_LIBFDT instead to support flattened device trees.  It is
44679     cleaner, has better functionality, and is better supported.
44680
44681     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
44682
44683 commit 62bcdda293efa752f8281fbd9da03822b27ce82f
44684 Author: Gerald Van Baren <vanbaren@cideas.com>
44685 Date:   Tue Jun 3 20:26:29 2008 -0400
44686
44687     Change the stxxst to CONFIG_OF_LIBFDT
44688
44689     This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change
44690     to CONFIG_OF_LIBFDT.
44691
44692     WARNING: It appears that this board lost its ability to boot via a
44693     flattened device tree prior to this changeset.
44694
44695     WARNING: This conversion was untested because I do not have a board to
44696     test it on.
44697
44698     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
44699
44700 commit 589c04271d129729a8b01391453851ab9cc4069c
44701 Author: Gerald Van Baren <vanbaren@cideas.com>
44702 Date:   Tue Jun 3 20:24:58 2008 -0400
44703
44704     Convert mpc7448hpc2 to CONFIG_OF_LIBFDT
44705
44706     This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change
44707     to CONFIG_OF_LIBFDT.
44708
44709     WARNING: This conversion is untested because I do not have a board to
44710     test it on.
44711
44712     NOTE: The FDT blob (DTS) must have an /aliases/ethernet0 and (optionally)
44713     /aliases/ethernet1 property for the ethernet to work.
44714
44715     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
44716
44717 commit ee1e35bede91debc8bff9b02f75574486033b652
44718 Author: Kumar Gala <galak@kernel.crashing.org>
44719 Date:   Thu May 29 01:21:24 2008 -0500
44720
44721     85xx: Only use PORPLLSR[DDR_Ratio] on platforms that define it
44722
44723     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44724
44725 commit 3b9519fc50802436e417c839e69df7b2016cade5
44726 Author: Becky Bruce <becky.bruce@freescale.com>
44727 Date:   Wed May 14 13:10:04 2008 -0500
44728
44729     MPC85xx: Change traps.c to not reference non-addressable memory
44730
44731     Currently, END_OF_RAM is used by the trap code to determine if
44732     we should attempt to access the stack pointer or not. However,
44733     on systems with a lot of RAM, only a subset of the RAM is
44734     guaranteed to be mapped in and accessible.  Change END_OF_RAM
44735     to use get_effective_memsize() instead of using the raw ram
44736     size out of the bd.
44737
44738     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
44739
44740 commit 7faddaecea52f585f538fdf9c2e61f85a789b19c
44741 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
44742 Date:   Mon Jun 9 13:39:57 2008 +0900
44743
44744     sh: Renesas Solutions SH7763RDP board support
44745
44746     SH7763RDP has SCIF, NOR Flash, Ethernet, USB host, LCDC and MMC.
44747     In this patch, support SCIF, NOR Flash, and Ethernet.
44748
44749     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
44750     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
44751
44752 commit 60179098a95eaa972007d7ec58e4c1588029720f
44753 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
44754 Date:   Fri Jun 6 16:24:13 2008 +0900
44755
44756     sh: Add support Renesas SH7763
44757
44758     Renesas SH7763 has 3 SCIF, MMC, LCDC, Ethernet and other.
44759     This patch supprts CPU register's header file.
44760
44761     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
44762     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
44763
44764 commit 08c5fabe181d663eec0feba5ecd02c0b78934a52
44765 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
44766 Date:   Fri Jun 6 16:16:08 2008 +0900
44767
44768     sh: SH7763 SCIF support
44769
44770     SH7763 has 3 SCIF channels. SCIF0 and 1 are same register constitution,
44771     but only SCIF2 is different. This patch work all SCIF channel.
44772
44773     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
44774     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
44775
44776 commit 79b51ff8205f0354d5300570614c1d2db499679c
44777 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44778 Date:   Sat Jun 7 20:51:59 2008 +0900
44779
44780     [MIPS] cpu/mips/Makefile: Split [CS]OBJS onto separate lines
44781
44782     Also get rid of some #ifdefs in *.c files.
44783
44784     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44785
44786 commit 8bde63eb3f79d68f693201528dafc8ae7aa087de
44787 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44788 Date:   Sat Jun 7 20:51:56 2008 +0900
44789
44790     [MIPS] Rename Alchemy processor configs into CONFIG_SOC_*
44791
44792     CONFIG_SOC_AU1X00
44793
44794       Common Alchemy Au1x00 stuff. All Alchemy processor based machines
44795       need to have this config as a system type specifier.
44796
44797     CONFIG_SOC_AU1000, CONFIG_SOC_AU1100, CONFIG_SOC_AU1200,
44798     CONFIG_SOC_AU1500, CONFIG_SOC_AU1550
44799
44800       Machine type specifiers. Each port should have one of aboves.
44801
44802     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44803
44804 commit cc49cadeeb8bb2f0ae3fdc13af7051ae59f083bc
44805 Author: Stuart Wood <stuart.wood@labxtechnologies.com>
44806 Date:   Fri May 30 16:05:28 2008 -0400
44807
44808     env_nand.c: Added bad block management for environment variables
44809
44810     Modified to check for bad blocks and to skipping over them when
44811     CFG_ENV_RANGE has been defined.
44812     CFG_ENV_RANGE must be larger than CFG_ENV_SIZE and aligned to the NAND
44813     flash block size.
44814
44815     Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
44816     Signed-off-by: Scott Wood <scottwood@freescale.com>
44817
44818 commit 279726bd00558e80263d44581c44167625b7fb9a
44819 Author: Becky Bruce <becky.bruce@freescale.com>
44820 Date:   Wed May 14 13:09:58 2008 -0500
44821
44822     MPC86xx: Change traps.c to not reference non-addressable memory
44823
44824     Currently, END_OF_RAM is used by the trap code to determine if
44825     we should attempt to access the stack pointer or not. However,
44826     on systems with a lot of RAM, only a subset of the RAM is
44827     guaranteed to be mapped in and accessible.  Change END_OF_RAM
44828     to use get_effective_memsize() instead of using the raw ram
44829     size out of the bd to prevent us from trying to access
44830     non-mapped memory.
44831
44832     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
44833
44834 commit 338cc038461a6c7709c5b86fd9a240209338a1ae
44835 Author: Wolfgang Denk <wd@denx.de>
44836 Date:   Fri Jun 6 14:28:14 2008 +0200
44837
44838     tools/mkimage: fix compiler warnings on some systems.
44839
44840     Signed-off-by: Wolfgang Denk <wd@denx.de>
44841
44842 commit b2815f79288d4da7a3ba18bdbd05120ce09d5622
44843 Author: Stefan Roese <sr@denx.de>
44844 Date:   Fri Jun 6 16:10:41 2008 +0200
44845
44846     ppc4xx: Fix misspelled CONFIG_440SPE/440EPX/GRX config options
44847
44848     We use upper case letters for the AMCC processor defines (like
44849     CONFIG_440SPE) in U-Boot. So the 440SPe is labeled CONFIG_440SPE and
44850     not CONFIG_440SPe. This patch fixes the last misspelled config options.
44851
44852     Signed-off-by: Stefan Roese <sr@denx.de>
44853
44854 commit 72675dc6c06a48846d180106161d49dd714383cc
44855 Author: Stefan Roese <sr@denx.de>
44856 Date:   Fri Jun 6 15:55:21 2008 +0200
44857
44858     ppc4xx: Unify AMCC's board config files (part 3/3)
44859
44860     This patch series unifies the AMCC eval board ports by introducing
44861     a common include header for all AMCC eval boards:
44862
44863     include/configs/amcc-common.h
44864
44865     This header now includes all common configuration options/defines which
44866     are removed from the board specific headers.
44867
44868     The reason for this is ease of maintenance and unified look and feel
44869     of all AMCC boards.
44870
44871     Signed-off-by: Stefan Roese <sr@denx.de>
44872
44873 commit 490f204096d6e2c9940f67816f154a8125bab116
44874 Author: Stefan Roese <sr@denx.de>
44875 Date:   Fri Jun 6 15:55:03 2008 +0200
44876
44877     ppc4xx: Unify AMCC's board config files (part 2/3)
44878
44879     This patch series unifies the AMCC eval board ports by introducing
44880     a common include header for all AMCC eval boards:
44881
44882     include/configs/amcc-common.h
44883
44884     This header now includes all common configuration options/defines which
44885     are removed from the board specific headers.
44886
44887     The reason for this is ease of maintenance and unified look and feel
44888     of all AMCC boards.
44889
44890     Signed-off-by: Stefan Roese <sr@denx.de>
44891
44892 commit a8a11a9ed046b480a16e47a158f8f5300028dfa6
44893 Author: Stefan Roese <sr@denx.de>
44894 Date:   Fri Jun 6 15:54:31 2008 +0200
44895
44896     ppc4xx: Unify AMCC's board config files (part 1/3)
44897
44898     This patch series unifies the AMCC eval board ports by introducing
44899     a common include header for all AMCC eval boards:
44900
44901     include/configs/amcc-common.h
44902
44903     This header now includes all common configuration options/defines which
44904     are removed from the board specific headers.
44905
44906     The reason for this is ease of maintenance and unified look and feel
44907     of all AMCC boards.
44908
44909     Signed-off-by: Stefan Roese <sr@denx.de>
44910
44911 commit 0e38c938ed4bcadb4f4fc1419a541431e94fc202
44912 Author: Remy Bohmer <linux@bohmer.net>
44913 Date:   Thu Jun 5 13:03:36 2008 +0200
44914
44915     DM9000 fix status check fail 0x6d error for trizeps board
44916
44917     According to the Application Notes of the DM9000, only the 2 bits 0:1 of
44918     the status byte need to be checked to identify a valid packet in the fifo
44919
44920     But, The several different Application Notes do not all speak the same
44921     language on these bits. They do not disagree, but only 1 Application Note
44922     noted explicitly that only these 2 bits need to be checked.
44923     Even the datasheets do not mention anything about these 2 bits.
44924
44925     Because the old code, and the kernel check the whole byte, I left this piece
44926     untouched.
44927
44928     However, I tested all board/DM9000[A|E|EP] devices with this 2 bit check, so
44929     it should work.
44930
44931     Notice, that the 2nd iteration through this receive loop (when a 2nd packet is
44932     in the fifo) is much shorter now, compared to the older U-boot driver code,
44933     so that we can maybe run into a hardware condition now that was never seen
44934     before, or maybe was seen very unfrequently.
44935
44936     Additionaly added a cleanup of a stack variable.
44937
44938     Signed-off-by: Remy Bohmer <linux@bohmer.net>
44939     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
44940
44941 commit 7daf2ebe9196dd67131a06d85049c3a8a08ca413
44942 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44943 Date:   Thu Jun 5 22:29:00 2008 +0900
44944
44945     [MIPS] Update <asm/addrspace.h> header
44946
44947     - Fix traditional KSEG names
44948     - Replace PHYSADDR with CPHYSADDR
44949
44950     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44951
44952 commit f0d5a6f060d00358b85c62a921a423ea8df71184
44953 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44954 Date:   Thu Jun 5 22:29:00 2008 +0900
44955
44956     [MIPS] mips_config.mk: Misc fixes
44957
44958     - Kill redundant `-pipe' (this will be added by $(TOPDIR)/config.mk)
44959     - Modify comments
44960
44961     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44962
44963 commit 5f64d21c9a2998794f255b469165b91f092dfc2d
44964 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44965 Date:   Thu Jun 5 22:29:00 2008 +0900
44966
44967     [MIPS] Kill unused <version.h> inclusions
44968
44969     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44970
44971 commit a55d48174cfd1a5bc184159513f48dcbbe409c83
44972 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
44973 Date:   Thu Jun 5 22:29:00 2008 +0900
44974
44975     [MIPS] lib_mips/time.c: Fix CP0 count register usage and timer routines
44976
44977     MIPS port has two problems in timer routines. One is now we assume CFG_HZ
44978     equals to CP0 counter frequency, but this is wrong. CFG_HZ has to be 1000
44979     in the U-Boot system.
44980
44981     The other is we don't have a proper time management counter like timestamp
44982     other ARCHs have. We need the 32-bit millisecond clock counter.
44983
44984     This patch introduces timestamp and CYCLES_PER_JIFFY. timestamp is a
44985     32-bit non-overflowing CFG_HZ counter, and CYCLES_PER_JIFFY is the number
44986     of calculated CP0 counter cycles in a CFG_HZ.
44987
44988     STRATEGY:
44989
44990     * Fix improper CFG_HZ value to have 1000
44991
44992     * Use CFG_MIPS_TIMER_FREQ for timer counter frequency, instead.
44993
44994     * timer_init: initialize timestamp and set up the first timer expiration.
44995       Note that we don't need to initialize CP0 count/compare registers here
44996       as they have been already zeroed out on the system reset. Leave them as
44997       they are.
44998
44999     * get_timer: calculate how many timestamps have been passed, then return
45000       base-relative timestamp. Make sure we can easily count missed timestamps
45001       regardless of CP0 count/compare value.
45002
45003     * get_ticks: return the current timestamp, that is get_timer(0).
45004
45005     Most parts are from good old Linux v2.6.16 kernel.
45006
45007     v2:
45008     - Remove FIXME comments as they turned out to be trivial.
45009     - Use CP0 compare register as a global variable for expirelo.
45010     - Kill a global variable 'cycles_per_jiffy'. Use #define CYCLES_PER_JIFFY
45011       instead.
45012
45013     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
45014
45015 commit 199e4f657c8af42efe3fb3ba1d1104eb6bb28c25
45016 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
45017 Date:   Thu Jun 5 22:29:00 2008 +0900
45018
45019     [MIPS] lib_mips/time.c: Fix udelay
45020
45021     What we have to do is just to wait for given micro-seconds. No need to
45022     take into account current time, get_timer and CFG_HZ.
45023
45024     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
45025
45026 commit c7e38e413ae69120d3e51f132c7cb1d6b3514d03
45027 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
45028 Date:   Thu Jun 5 22:28:59 2008 +0900
45029
45030     [MIPS] lib_mips/time.c: Replace CP0 access functions with existing macros
45031
45032     We already have many pre-defined CP0 access macros in <asm/mipsregs.h>.
45033     This patch replaces mips_{compare,count}_set and mips_count_get with
45034     existing macros.
45035
45036     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
45037
45038 commit 6b52cfe16cd539935e32bd8cf19146522e462a4d
45039 Author: Remy Bohmer <linux@bohmer.net>
45040 Date:   Tue Jun 3 15:48:17 2008 +0200
45041
45042     Get rid of annoying/superfluous bad-checksum warning message
45043
45044     U-boot can complain a lot about 'checksum bad' when it is attached to the network.
45045     It is annoying for ordinary users who start to doubt the network connection
45046     in general when they see messages like this.
45047
45048     This is caused by the routine NetCksumOk() which cannot handle IP-headers longer
45049     than 20 bytes. Those packages can be ignored anyway by U-boot, so we trash them
45050     now before checking the checksum.
45051
45052     Signed-off-by: Remy Bohmer <linux@bohmer.net>
45053     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
45054
45055 commit d6ee5fa40c26970d39990c6fc4a2f20a97822650
45056 Author: Remy Bohmer <linux@bohmer.net>
45057 Date:   Wed Jun 4 10:47:25 2008 +0200
45058
45059     Fix order for reading rx-status registers in 32bit mode of DM9000
45060
45061     A last minute cleanup before submitting the DM9000A patch series yesterday introduced
45062     a bug in reading the rx-status registers in 32bit mode only.
45063     This patch repairs this.
45064
45065     Signed-off-by: Remy Bohmer <linux@bohmer.net>
45066     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
45067
45068 commit 98291e2e689096420465074cce926b226d2e71b4
45069 Author: Remy Bohmer <linux@bohmer.net>
45070 Date:   Tue Jun 3 15:26:26 2008 +0200
45071
45072     DM9000: Some minor code cleanups
45073
45074     Some lines of the U-boot DM9000x driver are longer than 80 characters, or
45075     need some other minor cleanup.
45076
45077     Signed-off-by: Remy Bohmer <linux@bohmer.net>
45078     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
45079
45080 commit 850ba7555dbd4ca8d14fc475b864d534797adab3
45081 Author: Remy Bohmer <linux@bohmer.net>
45082 Date:   Tue Jun 3 15:26:25 2008 +0200
45083
45084     DM9000: Make driver work properly for DM9000A
45085
45086     The DM9000A network controller does not work with the U-boot DM9000x driver.
45087     Analysis showed that many incoming packets are lost.
45088
45089     The DM9000A Application Notes V1.20 (section 5.6.1) recommend that the poll to
45090     check for a valid rx packet be done on the interrupt status register, not
45091     directly by performing the dummy read and the rx status check as is currently
45092     the case in the u-boot driver.
45093
45094     When the recommended poll is done as suggested the driver starts working
45095     correctly on 10Mbit/HD, but on 100MBit/FD packets come in faster so that there
45096     can be more than 1 package in the fifo at the same time.
45097
45098     The driver must perform the rx-status check in a loop and read and handle all
45099     packages until there is no more left _after_ the interrupt RX flag is set.
45100
45101     This change has been tested with DM9000A, DM9000E, DM9000EP.
45102
45103     Signed-off-by: Remy Bohmer <linux@bohmer.net>
45104     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
45105
45106 commit fbcb7ece0ea1e364180f1cf963e0fa0ce7f6560d
45107 Author: Remy Bohmer <linux@bohmer.net>
45108 Date:   Tue Jun 3 15:26:24 2008 +0200
45109
45110     DM9000: Improve eth_reset() routine
45111
45112     According to the application notes of the DM9000 v1.22 chapter 5.2 bullet 2, the
45113     reset procedure must be done twice to properly reset the DM9000 by means of software.
45114     This errata is not needed anymore for the DM9000A, but it does not bother it.
45115
45116     This change has been tested with DM9000A, DM9000E, DM9000EP.
45117
45118     Signed-off-by: Remy Bohmer <linux@bohmer.net>
45119     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
45120
45121 commit acba31847fad9ae40708cc2c9f3a634ec35f3416
45122 Author: Remy Bohmer <linux@bohmer.net>
45123 Date:   Tue Jun 3 15:26:23 2008 +0200
45124
45125     DM9000: improve eth_send() routine
45126
45127     The eth_send routine of the U-boot DM9000x driver does not match the
45128     DM9000 or DM9000A application notes/programming guides.
45129
45130     This change improves the stability of the DM9000A network controller.
45131
45132     This change has been tested with DM9000A, DM9000E, DM9000EP.
45133
45134     Signed-off-by: Remy Bohmer <linux@bohmer.net>
45135     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
45136
45137 commit 134e266253c02a7832560da59d394989c4f64453
45138 Author: Remy Bohmer <linux@bohmer.net>
45139 Date:   Tue Jun 3 15:26:22 2008 +0200
45140
45141     DM9000: repair debug logging
45142
45143     It seems that the debugging code of the DM9000x driver in U-boot has not been
45144     compiled for a long time, because it cannot compile...
45145
45146     Also rearranged some loglines to get more useful info while debugging.
45147
45148     Signed-off-by: Remy Bohmer <linux@bohmer.net>
45149     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
45150
45151 commit a101361bfe23c120321e45d114c0603b8e0763e9
45152 Author: Remy Bohmer <linux@bohmer.net>
45153 Date:   Tue Jun 3 15:26:21 2008 +0200
45154
45155     DM9000: Add data bus-width auto detection.
45156
45157     The U-boot DM9000x driver contains a compile time bus-width definition for
45158     the databus connected to the network controller.
45159
45160     This compile check makes the code unclear, inflexible and is unneccessary.
45161     It can be asked to the network controller what its bus-width is by reading bits
45162     6 and 7 of the interrupt status register.
45163
45164     The linux kernel already uses a runtime mechanism to determine this bus-width,
45165     so the implementation below looks somewhat like that implementation.
45166
45167     This change has been tested with DM9000A, DM9000E, DM9000EP.
45168
45169     Signed-off-by: Remy Bohmer <linux@bohmer.net>
45170     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
45171
45172 commit 63a0afa0c32e5f4ea98a9439542870072437404d
45173 Author: Stefan Roese <sr@denx.de>
45174 Date:   Wed Jun 4 19:19:20 2008 +0200
45175
45176     ppc4xx: Fix problem with SDRAM init in bamboo NAND booting port
45177
45178     This patch fixes a problem spotted by Eugene O'Brian (thanks Eugene)
45179     introduced by the commit:
45180
45181     ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
45182
45183     With this patch SDRAM will get initialized again and booting from NAND
45184     is working again.
45185
45186     Signed-off-by: Stefan Roese <sr@denx.de>
45187     Acked-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
45188
45189 commit 9ef1cbef1a649e3779298b0e663be4865cbbbfbc
45190 Author: Wolfgang Denk <wd@denx.de>
45191 Date:   Tue May 27 14:19:30 2008 +0200
45192
45193     Socrates: Fix PCI bus frequency report
45194
45195     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
45196
45197 commit 8ec6e332eace0ee78c71ee5f645d12b06813b86f
45198 Author: Tor Krill <tor@excito.com>
45199 Date:   Thu May 29 11:10:30 2008 +0200
45200
45201     Fix incorrect switch for IF_TYPE in part.c
45202
45203     Use correct field in block_dev_desc_t when writing interface type in
45204     dev_print. Error introduced in 574b3195.
45205
45206     Also added fix from Martin Krause
45207
45208     Signed-off-by: Tor Krill <tor@excito.com>
45209
45210 commit b64b8a0bd310935b70af69ac970952f2b364ae56
45211 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
45212 Date:   Tue May 27 10:25:39 2008 +0200
45213
45214     Add size #defines for Altera Cyclone-II EP2C8 and EP2C20.
45215
45216     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
45217
45218 commit 35ef877f0a8f6232cdef748f442fed5accb2b641
45219 Author: Peter Tyser <ptyser@xes-inc.com>
45220 Date:   Thu May 22 18:56:52 2008 -0500
45221
45222     Additional fix to readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
45223
45224     Removed unneeded command line history initialization.  Also, the original
45225     code would access the 'initted' variable before relocation to SDRAM
45226     which resulted in erratic behavior since the bss is not initialized when
45227     executing from flash.
45228
45229     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
45230
45231 commit 22f371b63038a4ecab04068877c1089e51a01ba1
45232 Author: Grant Erickson <gerickson@nuovations.com>
45233 Date:   Wed May 21 13:28:30 2008 -0700
45234
45235     PPC4xx: Simplified post_word_{load, store}
45236
45237     This patch simplifies post_word_{load,store} by using the preprocessor
45238     to eliminate redundant, copy-and-pasted code.
45239
45240     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
45241
45242 commit 9c048b523413ae5f3ff34e00cf57569c3368ab51
45243 Author: Vasiliy Leoenenko <vasiliy.leonenko@mail.ru>
45244 Date:   Wed May 7 21:25:33 2008 +0400
45245
45246     cfi_flash: enable M18 flash chips family support.
45247
45248     Added new command set ID. Buffered write command processing is changed
45249     in order to support M18 flash chips family.
45250
45251     Signed-off-by: Alexey Korolev <akorolev@infradead.org>
45252     Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
45253
45254 commit 93c56f212ccdadc182018f0769cb284426b88f1d
45255 Author: Vasiliy Leoenenko <vasiliy.leonenko@mail.ru>
45256 Date:   Wed May 7 21:24:44 2008 +0400
45257
45258     cfi_flash: support of long cmd in U-boot.
45259
45260     Some NOR flash chips needs support of commands with length grether than max
45261     value size of uchar. For example all M18 family chips use 0x1ff command in
45262     buffered write mode as value of program loops count.
45263
45264     Signed-off-by: Alexey Korolev <akorolev@infradead.org>
45265     Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
45266
45267 commit 4d91d1df2f16b511ab80dec50c80e050ba0d841e
45268 Author: Stefan Roese <sr@denx.de>
45269 Date:   Fri May 16 11:06:06 2008 +0200
45270
45271     DTT: Issue one-shot command on AD7414 (LM75 code) to read temp
45272
45273     On AD7414 the first value upon bootup is not read correctly.
45274     This is most likely because of the 800ms update time of the
45275     temp register in normal update mode. To get current values
45276     each time we issue the "dtt" command including upon powerup
45277     we switch into one-short mode.
45278
45279     This patch fixes the problem on AD7414 equipped boards (Sequoia,
45280     Canyonlands etc), that temp value printed in the bootup log was
45281     incorrect.
45282
45283     Signed-off-by: Stefan Roese <sr@denx.de>
45284
45285 commit de5bfcf7b0425e032be12698252dbaa6b65a28c0
45286 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
45287 Date:   Fri May 30 16:55:06 2008 +0200
45288
45289     ppc4xx: Cleanup CPCI405 variant's config file
45290
45291     This patch removes some dead code from CPCI405 board's
45292     config files. JFFS2 support is also removed. It's not used and
45293     CPCI4052 does not build anymore without some size reduction.
45294
45295     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
45296
45297 commit 2918eb9d42bc705fcbd18c9fcc39d15ff2843c65
45298 Author: Kenneth Johansson <kenneth@southpole.se>
45299 Date:   Thu May 29 16:32:33 2008 +0200
45300
45301     Remove shell variable UNDEF_SYM.
45302
45303     UNDEF_SYM is a shell variable in the main Makefile used to force the
45304     linker to add all u-boot commands to the final image. It has no use here.
45305
45306     Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
45307
45308 commit 8c66497e06bf803489c589df58ee591d71033274
45309 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
45310 Date:   Fri May 16 11:10:35 2008 +0200
45311
45312     Add support for environment in SPI flash
45313
45314     This is pretty incomplete...it doesn't handle reading the environment
45315     before relocation, it doesn't support redundant environment, and it
45316     doesn't support embedded environment. But apart from that, it does
45317     seem to work.
45318
45319     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
45320
45321 commit b6368467e6a97f225e0a5fd7bfc5c7598ef5ddc4
45322 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
45323 Date:   Fri May 16 11:10:34 2008 +0200
45324
45325     SPI Flash: Add "sf" command
45326
45327     This adds a new command, "sf" which can be used to manipulate SPI
45328     flash. Currently, initialization, reading, writing and erasing is
45329     supported.
45330
45331     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
45332
45333 commit d25ce7d24cc0f93881559f4009175ea305af65e8
45334 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
45335 Date:   Fri May 16 11:10:33 2008 +0200
45336
45337     SPI Flash subsystem
45338
45339     This adds a new SPI flash subsystem.
45340
45341     Currently, only AT45 DataFlash in non-power-of-two mode is supported,
45342     but some preliminary support for other flash types is in place as
45343     well.
45344
45345     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
45346
45347 commit 60445cb5c3eb77ed1a07f2d908eef09174483698
45348 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
45349 Date:   Fri May 16 11:10:32 2008 +0200
45350
45351     atmel_spi: Driver for the Atmel SPI controller
45352
45353     This adds a driver for the SPI controller found on most AT91 and AVR32
45354     chips, implementing the new SPI API.
45355
45356     Changed in v4:
45357       - Update to new API
45358       - Handle zero-length transfers appropriately. The user may send a
45359         zero-length SPI transfer with SPI_XFER_END set in order to
45360         deactivate the chip select after a series of transfers with chip
45361         select active. This is useful e.g. when polling the status
45362         register of DataFlash.
45363
45364     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
45365
45366 commit d255bb0e78d1cac5b7c8c98cb77a095f5f16de0d
45367 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
45368 Date:   Fri May 16 11:10:31 2008 +0200
45369
45370     SPI API improvements
45371
45372     This patch gets rid of the spi_chipsel table and adds a handful of new
45373     functions that makes the SPI layer cleaner and more flexible.
45374
45375     Instead of the spi_chipsel table, each board that wants to use SPI
45376     gets to implement three hooks:
45377       * spi_cs_activate(): Activates the chipselect for a given slave
45378       * spi_cs_deactivate(): Deactivates the chipselect for a given slave
45379       * spi_cs_is_valid(): Determines if the given bus/chipselect
45380         combination can be activated.
45381
45382     Not all drivers may need those extra functions however. If that's the
45383     case, the board code may just leave them out (assuming they know what
45384     the driver needs) or rely on the linker to strip them out (assuming
45385     --gc-sections is being used.)
45386
45387     To set up communication parameters for a given slave, the driver needs
45388     to call spi_setup_slave(). This returns a pointer to an opaque
45389     spi_slave struct which must be passed as a parameter to subsequent SPI
45390     calls. This struct can be freed by calling spi_free_slave(), but most
45391     driver probably don't want to do this.
45392
45393     Before starting one or more SPI transfers, the driver must call
45394     spi_claim_bus() to gain exclusive access to the SPI bus and initialize
45395     the hardware. When all transfers are done, the driver must call
45396     spi_release_bus() to make the bus available to others, and possibly
45397     shut down the SPI controller hardware.
45398
45399     spi_xfer() behaves mostly the same as before, but it now takes a
45400     spi_slave parameter instead of a spi_chipsel function pointer. It also
45401     got a new parameter, flags, which is used to specify chip select
45402     behaviour. This may be extended with other flags in the future.
45403
45404     This patch has been build-tested on all powerpc and arm boards
45405     involved. I have not tested NIOS since I don't have a toolchain for it
45406     installed, so I expect some breakage there even though I've tried
45407     fixing up everything I could find by visual inspection.
45408
45409     I have run-time tested this on AVR32 ATNGW100 using the atmel_spi and
45410     DataFlash drivers posted as a follow-up. I'd like some help testing
45411     other boards that use the existing SPI API.
45412
45413     But most of all, I'd like some comments on the new API. Is this stuff
45414     usable for everyone? If not, why?
45415
45416     Changed in v4:
45417       - Build fixes for various boards, drivers and commands
45418       - Provide common struct spi_slave definition that can be extended by
45419         drivers
45420       - Pass a struct spi_slave * to spi_cs_activate and spi_cs_deactivate
45421       - Make default bus and mode build-time configurable
45422       - Override default SPI bus ID and mode on mx32ads and imx31_litekit.
45423
45424     Changed in v3:
45425       - Add opaque struct spi_slave for controller-specific data associated
45426         with a slave.
45427       - Add spi_claim_bus() and spi_release_bus()
45428       - Add spi_free_slave()
45429       - spi_setup() is now called spi_setup_slave() and returns a
45430         struct spi_slave
45431       - soft_spi now supports four SPI modes (CPOL|CPHA)
45432       - Add bus parameter to spi_setup_slave()
45433       - Convert the new i.MX32 SPI driver
45434       - Convert the new MC13783 RTC driver
45435
45436     Changed in v2:
45437       - Convert the mpc8xxx_spi driver and the mpc8349emds board to the
45438         new API.
45439
45440     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
45441     Tested-by: Guennadi Liakhovetski <lg@denx.de>
45442
45443 commit 289011207d999b2e4085150d2aa30d547ad9b800
45444 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
45445 Date:   Fri May 16 11:10:30 2008 +0200
45446
45447     Move definition of container_of() to common.h
45448
45449     AVR32 and AT91SAM9 both have their own identical definitions of
45450     container_of() taken from the Linux kernel. Move it to common.h so
45451     that all architectures can use it.
45452
45453     container_of() is already used by some drivers, and will be used
45454     extensively by the new and improved SPI API.
45455
45456     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
45457
45458 commit 110e006fe67fb4a6e1719ae6956c79b7ffc0148b
45459 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
45460 Date:   Fri May 16 11:08:11 2008 +0200
45461
45462     soft_i2c: Pull SDA high before reading
45463
45464     Spotted by Dean Capindale.
45465
45466     Systems that support open-drain GPIO properly are allowed provide an
45467     empty I2C_TRISTATE define. However, this means that we need to be
45468     careful not to drive SDA low when the slave is expected to respond.
45469
45470     This patch adds a missing I2C_SDA(1) to read_byte() required to
45471     tristate the SDA line on systems that support open-drain GPIO.
45472
45473     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
45474
45475 commit 3c1de1a6d36be9eee284a6c596a86e94f19cc5b2
45476 Author: Stefan Roese <sr@denx.de>
45477 Date:   Mon May 19 11:34:53 2008 +0200
45478
45479     ppc4xx: Remove implementations of testdram()
45480
45481     This patch removes the used testdram() implementations of the board
45482     that are maintained by myself.
45483
45484     Signed-off-by: Stefan Roese <sr@denx.de>
45485
45486 commit bbeff30cbd1c5d551eb0ad1c2239ec01844c0b0a
45487 Author: Stefan Roese <sr@denx.de>
45488 Date:   Mon Jun 2 17:37:28 2008 +0200
45489
45490     ppc4xx: Remove superfluous dram_init() call or replace it by initdram()
45491
45492     Historically the 405 U-Boot port had a dram_init() call in early init
45493     stage. This function was still called from start.S and most of the time
45494     coded in assembler. This is not needed anymore (since a long time) and
45495     boards should implement the common initdram() function in C instead.
45496
45497     This patch now removed the dram_init() call from start.S and removes the
45498     empty implementations that are scattered through most of the 405 board
45499     ports. Some older board ports really implement this dram_init() though.
45500     These are:
45501
45502     csb272
45503     csb472
45504     ERIC
45505     EXBITGEN
45506     W7OLMC
45507     W7OLMG
45508
45509     I changed those boards to call this assembler dram_init() function now
45510     from their board specific initdram() instead. This *should* work, but please
45511     test again on those platforms. And it is perhaps a good idea that those
45512     boards use some common 405 SDRAM initialization code from cpu/ppc4xx at
45513     some time. So further patches welcome here.
45514
45515     Signed-off-by: Stefan Roese <sr@denx.de>
45516
45517 commit 192f90e272b3989ee7b4a666d1fdab831f20f8d2
45518 Author: Stefan Roese <sr@denx.de>
45519 Date:   Mon Jun 2 17:22:11 2008 +0200
45520
45521     ppc4xx: Use new 4xx SDRAM controller enable defines in common ECC code
45522
45523     Signed-off-by: Stefan Roese <sr@denx.de>
45524
45525 commit 39b32be18cd33b53a84065edcd4e465165cc5564
45526 Author: Stefan Roese <sr@denx.de>
45527 Date:   Mon Jun 2 17:20:03 2008 +0200
45528
45529     ppc4xx: Fix common ECC generation code for 440GP style platforms
45530
45531     This patch makes the common 4xx ECC code really usable on 440GP style
45532     platforms.
45533
45534     Since the IBM DDR controller used on 440GP/GX/EP/GR is not register
45535     compatible to the IBM DDR/2 controller used on 405EX/440SP/SPe/460EX/GT
45536     we need to make some processor dependant defines used later on by the
45537     driver.
45538
45539     Signed-off-by: Stefan Roese <sr@denx.de>
45540
45541 commit ec724f883ee3f3925e6c55027e8ffa70ada83303
45542 Author: Stefan Roese <sr@denx.de>
45543 Date:   Mon Jun 2 17:13:55 2008 +0200
45544
45545     ppc4xx: Change Kilauea to use the common DDR2 init function
45546
45547     This patch changes the kilauea and kilauea_nand (for NAND booting)
45548     board port to not use a board specific DDR2 init routine anymore. Now
45549     the common code from cpu/ppc4xx is used.
45550
45551     Thanks to Grant Erickson for all his basic work on this 405EX early
45552     bootup.
45553
45554     Signed-off-by: Stefan Roese <sr@denx.de>
45555
45556 commit 17ceb069b85fbb9269c4dc09b2c237f88334c5ba
45557 Author: Stefan Roese <sr@denx.de>
45558 Date:   Mon Jun 2 14:59:21 2008 +0200
45559
45560     ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part2
45561
45562     This patch now adds a new header file (asm-ppc/ppc4xx-sdram.h) for all
45563     ppc4xx related SDRAM/DDR/DDR2 controller defines.
45564
45565     Signed-off-by: Stefan Roese <sr@denx.de>
45566
45567 commit 36ea16f6a066ccb046e91ebce4f326b69f4c0569
45568 Author: Stefan Roese <sr@denx.de>
45569 Date:   Mon Jun 2 14:57:41 2008 +0200
45570
45571     ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part1
45572
45573     This patch removes all SDRAM related defines from the PPC4xx headers
45574     ppc405.h and ppc440.h. This is needed since now some 405 PPC's use
45575     the same SDRAM controller as 440 systems do (like 405EX and 440SP).
45576
45577     It also introduces new defines for the equipped SDRAM controller based on
45578     which PPC variant is used. There new defines are:
45579
45580     used on 405GR/CR/EP and some Xilinx Virtex boards.
45581
45582     used on 440GP/GX/EP/GR.
45583
45584     used on 440EPx/GRx.
45585
45586     used on 405EX/r/440SP/SPe/460EX/GT.
45587
45588     Signed-off-by: Stefan Roese <sr@denx.de>
45589
45590 commit 64852d09e06dd6db2b2db2a3c59bc2db176a54d6
45591 Author: Stefan Roese <sr@denx.de>
45592 Date:   Mon Jun 2 14:35:44 2008 +0200
45593
45594     ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
45595
45596     This patch consolidates the 405 and 440 parts of the NAND booting code
45597     selected via CONFIG_NAND_SPL. Now common code is used to initialize the
45598     SDRAM by calling initdram() and to "copy/relocate" to SDRAM/OCM/etc.
45599     Only *after* running from this location, nand_boot() is called.
45600
45601     Please note that the initsdram() call is now moved from nand_boot.c
45602     to start.S. I experienced problems with some boards like Kilauea
45603     (405EX), which don't have internal SRAM (OCM) and relocation needs to
45604     be done to SDRAM before the NAND controller can get accessed. When
45605     initdram() is called later on in nand_boot(), this can lead to problems
45606     with variables in the bss sections like nand_ecc_pos[].
45607
45608     Signed-off-by: Stefan Roese <sr@denx.de>
45609     Acked-by: Scott Wood <scottwood@freescale.com>
45610
45611 commit 8a24c07ba5da2c72ad1f05e3eb8a463750200c98
45612 Author: Grant Erickson <gerickson@nuovations.com>
45613 Date:   Thu May 22 14:44:24 2008 -0700
45614
45615     ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
45616
45617     This patch (Part 2 of 2):
45618
45619     * Rolls up a suite of changes to enable correct primordial stack and
45620       global data handling when the data cache is used for such a purpose
45621       for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS).
45622
45623     * Related to the first, unifies DDR2 SDRAM and ECC initialization by
45624       eliminating redundant ECC initialization implementations and moving
45625       redundant SDRAM initialization out of board code into shared 4xx
45626       code.
45627
45628     * Enables MCSR visibility on the 405EX(r).
45629
45630     * Enables the use of the data cache for initial RAM on
45631       both AMCC's Kilauea and Makalu and removes a redundant
45632       CFG_POST_MEMORY flag from each board's CONFIG_POST value.
45633
45634       - Removed, per Stefan Roese's request, defunct memory.c file for
45635         Makalu and rolled sdram_init from it into makalu.c.
45636
45637     With respect to the 4xx DDR initialization and ECC unification, there
45638     is certainly more work that can and should be done (file renaming,
45639     etc.). However, that can be handled at a later date on a second or
45640     third pass. As it stands, this patch moves things forward in an
45641     incremental yet positive way for those platforms that utilize this
45642     code and the features associated with it.
45643
45644     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
45645     Signed-off-by: Stefan Roese <sr@denx.de>
45646
45647 commit c821b5f120bedf73867513466412587c6912a8f8
45648 Author: Grant Erickson <gerickson@nuovations.com>
45649 Date:   Thu May 22 14:44:14 2008 -0700
45650
45651     ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
45652
45653     This patch (Part 1 of 2):
45654
45655     * Rolls up a suite of changes to enable correct primordial stack and
45656       global data handling when the data cache is used for such a purpose
45657       for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS).
45658
45659     * Related to the first, unifies DDR2 SDRAM and ECC initialization by
45660       eliminating redundant ECC initialization implementations and moving
45661       redundant SDRAM initialization out of board code into shared 4xx
45662       code.
45663
45664     * Enables MCSR visibility on the 405EX(r).
45665
45666     * Enables the use of the data cache for initial RAM on
45667       both AMCC's Kilauea and Makalu and removes a redundant
45668       CFG_POST_MEMORY flag from each board's CONFIG_POST value.
45669
45670       - Removed, per Stefan Roese's request, defunct memory.c file for
45671         Makalu and rolled sdram_init from it into makalu.c.
45672
45673     With respect to the 4xx DDR initialization and ECC unification, there
45674     is certainly more work that can and should be done (file renaming,
45675     etc.). However, that can be handled at a later date on a second or
45676     third pass. As it stands, this patch moves things forward in an
45677     incremental yet positive way for those platforms that utilize this
45678     code and the features associated with it.
45679
45680     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
45681     Signed-off-by: Stefan Roese <sr@denx.de>
45682
45683 commit a439680019e06171d4a5694b7992accce87f590e
45684 Author: Grant Erickson <gerickson@nuovations.com>
45685 Date:   Wed May 21 13:28:30 2008 -0700
45686
45687     PPC4xx: Simplified post_word_{load, store}
45688
45689     This patch simplifies post_word_{load,store} by using the preprocessor
45690     to eliminate redundant, copy-and-pasted code.
45691
45692     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
45693
45694 commit f979690ee337450b2030aba128f95b7a8d9881c0
45695 Author: Kumar Gala <galak@kernel.crashing.org>
45696 Date:   Thu May 15 15:13:08 2008 -0500
45697
45698     Fix warnings from gcc-4.3.0 build on a ppc host
45699
45700     * The cfi_flash.c memset fix actual allows the board to boot so there is
45701       a bit more going on here than just resolving warnings associated with
45702       uninitialized variables.
45703
45704     * include/asm/bitops.h:302: warning: '__swab32p' is static but used in
45705       inline function 'ext2_find_next_zero_bit' which is not static
45706
45707     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
45708
45709 commit 9b124a68346ce9605b6e1fcf79e1021541cdba9e
45710 Author: Becky Bruce <becky.bruce@freescale.com>
45711 Date:   Wed May 14 13:09:51 2008 -0500
45712
45713     MPC512x: Change traps.c to not reference non-addressable memory
45714
45715     Currently, END_OF_RAM is used by the trap code to determine if
45716     we should attempt to access the stack pointer or not. However,
45717     on systems with a lot of RAM, only a subset of the RAM is
45718     guaranteed to be mapped in and accessible.  Change END_OF_RAM
45719     to use get_effective_memsize() instead of using the raw ram
45720     size out of the bd.
45721
45722     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
45723
45724 commit 81673e9ae14b771cd13faf19947192599cae3959
45725 Author: Kumar Gala <galak@kernel.crashing.org>
45726 Date:   Tue May 13 19:01:54 2008 -0500
45727
45728     Make sure common.h is the first include.
45729
45730     If common.h isn't first we can get CONFIG_ options defined in the
45731     board config file ignored.  This can cause an issue if any of those
45732     config options impact the size of types of data structures
45733     (eg CONFIG_PHYS_64BIT).
45734
45735     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
45736
45737 commit 95d449ad4de79dd32b1705b8a4d3550f1e9081e3
45738 Author: Marian Balakowicz <m8@semihalf.com>
45739 Date:   Tue May 13 15:53:29 2008 +0200
45740
45741     Avoid initrd and logbuffer area overlaps
45742
45743     Add logbuffer to reserved LMB areas to prevent initrd allocation
45744     from overlaping with it.
45745
45746     Make sure to use correct logbuffer base address.
45747
45748     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
45749
45750 commit 6956d53d9934862507f83f0e3255dfd4662e7482
45751 Author: Sascha Laue <sascha.laue@liebherr.com>
45752 Date:   Tue May 13 13:29:54 2008 +0200
45753
45754     lwmon5: add memory-pattern-test to FPGA POST.
45755
45756 commit e34a0e911b6a1568d0ca864234fbd0ee060d9b35
45757 Author: Becky Bruce <becky.bruce@freescale.com>
45758 Date:   Thu May 8 19:02:51 2008 -0500
45759
45760     PPC: 86xx Add bat registers to reginfo command
45761
45762     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
45763
45764 commit d5b9b8cdb8b6eb3a8b0f5d9909d69ccc9c703ed9
45765 Author: Becky Bruce <becky.bruce@freescale.com>
45766 Date:   Fri May 9 15:41:35 2008 -0500
45767
45768     PPC: Add print_bats() to lib_ppc/bat_rw.c
45769
45770     This function prints the values of all the BAT register
45771     pairs - I needed this for debug earlier this week; adding it to
45772     lib_ppc so others can use it (and add it to reginfo commands
45773     if so desired).
45774
45775     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
45776
45777 commit c148f24c15743a02e855636e6bed013bd121f7f2
45778 Author: Becky Bruce <becky.bruce@freescale.com>
45779 Date:   Thu May 15 21:29:04 2008 -0500
45780
45781     PPC: Change lib_ppc/bat_rw.c to use high bats
45782
45783     Currently, this code only deals with BATs 0-3, which makes
45784     it useless on systems that support BATs 4-7.  Add the
45785     support for these registers.
45786
45787     Signed-off-by: Becky Bruce <Becky.bruce@freescale.com>
45788
45789 commit 31d826722434931e1152a09d140187dcf72f8aac
45790 Author: Becky Bruce <becky.bruce@freescale.com>
45791 Date:   Thu May 8 19:02:12 2008 -0500
45792
45793     PPC: Create and use CONFIG_HIGH_BATS
45794
45795     Change all code that conditionally operates on high bat
45796     registers (that is, BATs 4-7) to look at CONFIG_HIGH_BATS
45797     instead of the myriad ways this is done now.  Define the option
45798     for every config for which high bats are supported (and
45799     enabled by early boot, on parts where they're not always
45800     enabled)
45801
45802     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
45803
45804 commit aa3b8bf9c30065bb2ea852799d32db5020598495
45805 Author: Wolfgang Grandegger <wg@grandegger.com>
45806 Date:   Wed May 28 19:55:19 2008 +0200
45807
45808     E1000: Add support for the 82541GI LF Intel Pro 1000 GT Desktop Adapter
45809
45810     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
45811     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
45812
45813 commit ff36fbb2e7583fb808eef773f511489c7a9c2df3
45814 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
45815 Date:   Wed May 28 13:06:25 2008 -0500
45816
45817     ColdFire: Add 10 base ethernet support for mcf5445x
45818
45819     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
45820     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
45821
45822 commit 1a9fcc4b765599db24fa9c32293599f24c7a19ba
45823 Author: Jason McMullan <mcmullan@netapp.com>
45824 Date:   Fri May 30 00:53:38 2008 +0900
45825
45826     mips: Add an 'include/asm/errno.h', like all other architectures
45827
45828     All other u-boot architectures have an include/asm/errno.h, so
45829     this change adds it to the mips include/asm-mips headers also.
45830
45831     Stolen from Linux 2.6.25.
45832
45833     Signed-off-by: Jason McMullan <mcmullan@netapp.com>
45834
45835 commit e2ad8426624bac457acc6925b6ff408e9bf20466
45836 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
45837 Date:   Fri May 30 00:53:38 2008 +0900
45838
45839     [MIPS] <asm/mipsregs.h>: Update coprocessor register access macros
45840
45841     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
45842
45843 commit 1a3adac81c292f2ee76e43cdeb2fbe8f915fe194
45844 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
45845 Date:   Fri May 30 00:53:38 2008 +0900
45846
45847     [MIPS] <asm/mipsregs.h>: Update register / bit field definitions
45848
45849     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
45850
45851 commit bf462ae450a7f2eeeddc699ed345b391e3263540
45852 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
45853 Date:   Fri May 30 00:53:37 2008 +0900
45854
45855     [MIPS] <asm/mipsregs.h>: CodinygStyle cleanups
45856
45857     No functional changes.
45858
45859     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
45860
45861 commit 89a1550ec6b74452274a7a23127936e2c7eec711
45862 Author: Jason McMullan <mcmullan@netapp.com>
45863 Date:   Fri May 30 00:53:37 2008 +0900
45864
45865     mips: If CONFIG_CMD_SPI is defined, call spi_init()
45866
45867     The mips architecture currently does not call 'spi_init()' in the generic
45868     board initialization routine is CONFIG_CMD_SPI is defined.
45869
45870     This patch rectifies that problem.
45871
45872     Signed-off-by: Jason McMullan <mcmullan@netapp.com>
45873     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
45874
45875 commit e996bc339b0f39f6c0b29b1455ba7eb318b023d3
45876 Author: Jason McMullan <mcmullan@netapp.com>
45877 Date:   Fri May 30 00:53:37 2008 +0900
45878
45879     [MIPS] lib_mips/board.c: Add nand_init
45880
45881     This patch adds the standard 'nand_init()' call to the mips generic
45882     'board_init_r()' call, bringing MIPS in line with the other architectures.
45883
45884     Signed-off-by: Jason McMullan <mcmullan@netapp.com>
45885     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
45886
45887 commit d6ac2ed893c2168738aee01579d6283af8d37045
45888 Author: Scott Wood <scottwood@freescale.com>
45889 Date:   Thu May 22 10:49:46 2008 -0500
45890
45891     Remove prototypes of nand_init() in favor of including nand.h.
45892
45893     Likewise with onenand_init().
45894
45895     Signed-off-by: Scott Wood <scottwood@freescale.com>
45896
45897 commit 229c56f07a82eacda8c8720cb146fc9be0f6db54
45898 Author: Scott Wood <scottwood@freescale.com>
45899 Date:   Thu May 22 10:49:00 2008 -0500
45900
45901     Make onenand_uboot.h self-sufficient.
45902
45903     Don't assume types are provided by previously included headers.
45904
45905     Signed-off-by: Scott Wood <scottwood@freescale.com>
45906
45907 commit 9723bbb46abb7b2ca24eead5114a3faa58060c20
45908 Author: Dirk Behme <dirk.behme@gmail.com>
45909 Date:   Wed Jan 16 14:26:59 2008 +0100
45910
45911     nand: Correct NAND erase percentage output
45912
45913     For NAND erase sizes smaller than one NAND erase block, erase
45914     percentage output becomes grater than 100% e.g.
45915
45916     -- cut --
45917       > nand info
45918     Device 0: NAND 64MiB 1,8V 8-bit, sector size 16 KiB
45919       > nand erase 0x100000 0x2000
45920     NAND erase: device 0 offset 0x100000, size 0x2000
45921     Erasing at 0x100000 -- 200% complete.
45922     OK
45923       >
45924     -- cut --
45925
45926     Correct this and give user a warning that more is erased than specified:
45927
45928     -- cut --
45929       > nand erase 0x100000 0x2000
45930     NAND erase: device 0 offset 0x100000, size 0x2000
45931     Warning: Erase size 0x00002000 smaller than one erase block 0x00004000
45932                Erasing 0x00004000 instead
45933     Erasing at 0x100000 -- 100% complete.
45934     OK
45935       >
45936     -- cut --
45937
45938     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
45939
45940 commit 5922db6c0948506be91e0de44e7a6863a18a417f
45941 Author: Stelian Pop <stelian@popies.net>
45942 Date:   Tue May 13 17:31:24 2008 +0200
45943
45944     Cleanup nand_info[] declaration.
45945
45946     The nand_info array is declared as extern in several .c files.
45947     Those days, nand.h contains a reference to the array, so there is
45948     no need to declare it elsewhere.
45949
45950     Signed-off-by: Stelian Pop <stelian@popies.net>
45951     Signed-off-by: Scott Wood <scottwood@freescale.com>
45952
45953 commit 135f0a7488af2947adbe4b40b79280bdfe5e9886
45954 Author: Scott Wood <scottwood@freescale.com>
45955 Date:   Mon May 19 09:30:43 2008 -0500
45956
45957     NAND: Provide a sane default for NAND_MAX_CHIPS.
45958
45959     This allows the header to be included regardless of whether a board's
45960     config file provides NAND-related defininitions.
45961
45962     Signed-off-by: Scott Wood <scottwood@freescale.com>
45963
45964 commit a8092c021d27f27f4b323b7d49979ca01b3fc19d
45965 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
45966 Date:   Mon May 26 12:19:10 2008 +0200
45967
45968     avr32: Fix theoretical race in udelay()
45969
45970     If the specified delay is very short, the cycle counter may go past the
45971     "end" time we are waiting for before we get around to reading it.
45972
45973     Fix it by checking the different between the cycle count "now" and the
45974     cycle count at the beginning. This will work as long as the delay
45975     measured in number of cycles is below 2^31.
45976
45977     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
45978
45979 commit 48ea623eae8674793372e3e7c95e72e5a44d7a95
45980 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
45981 Date:   Wed May 21 13:01:09 2008 +0200
45982
45983     avr32: Compile atmel_mci.o conditionally
45984
45985     Remove #ifdef CONFIG_MMC from the source file and use conditional
45986     compilation in the Makefile instead.
45987
45988     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
45989
45990 commit e92a5bf8330654e33ac13f6b3058634e58f5d1c0
45991 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
45992 Date:   Thu May 22 12:28:25 2008 +0200
45993
45994     avr32: Fix wrong error flags in atmel_mci driver
45995
45996     Make sure we check for CRC errors when sending commands that use CRC
45997     checking.
45998
45999     Reported-by: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
46000     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
46001
46002 commit 7a96ddadd13e6ac9a829affce9b6f8823f580e49
46003 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
46004 Date:   Wed May 21 11:10:59 2008 +0200
46005
46006     avr32: Fix two warnings in atmel_mci.c
46007
46008     The warnings are harmless but annoying. Let's fix them.
46009
46010     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
46011
46012 commit a23e277c4a3a2bbc42d237aae29da3a8971e757f
46013 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
46014 Date:   Mon May 19 11:36:28 2008 +0200
46015
46016     avr32: Rework SDRAM initialization code
46017
46018     This cleans up the SDRAM initialization and related code a bit, and
46019     allows faster booting.
46020
46021       * Add definitions for EBI and internal SRAM to asm/arch/memory-map.h
46022       * Remove memory test from sdram_init() and make caller responsible
46023         for verifying the SDRAM and determining its size.
46024       * Remove base_address member from struct sdram_config (was sdram_info)
46025       * Add data_bits member to struct sdram_config and kill CFG_SDRAM_16BIT
46026       * Add support for a common STK1000 hack: 16MB SDRAM instead of 8.
46027
46028     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
46029
46030 commit 95107b7c028806919630bf02c653aa8f4f867c94
46031 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
46032 Date:   Mon May 19 11:27:37 2008 +0200
46033
46034     avr32: Do stricter stack checking in the exception handler
46035
46036     Don't do a stack dump if the stack pointer is outside the memory area
46037     reserved for stack.
46038
46039     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
46040
46041 commit caf83ea888a0220f41747d0b7748fa43b4a4bd49
46042 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
46043 Date:   Fri May 2 15:32:57 2008 +0200
46044
46045     avr32: Use the same entry point for reset and exception handling
46046
46047     Since the reset vector is always aligned to a very large boundary, we
46048     can save a couple of KB worth of alignment padding by placing the
46049     exception vectors at the same address.
46050
46051     Deciding which one it is is easy: If we're handling an exception, the
46052     CPU is in Exception mode. If we're starting up after reset, the CPU is
46053     in Supervisor mode. So this adds a very minimal overhead to the reset
46054     path (only executed once) and the exception handling path (normally
46055     never executed at all.)
46056
46057     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
46058
46059 commit 0c16eed2189a190bd5655b33c029f809a9b31128
46060 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
46061 Date:   Fri May 2 15:24:22 2008 +0200
46062
46063     avr32: Put memset in its own section
46064
46065     All C code is compiled with -ffunction-sections -fdata-sections.
46066     Assembly functions should get their own sections as well so that
46067     everything looks consistent.
46068
46069     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
46070
46071 commit 3ace2527ba80bd2fe1bceaab50d0b3c4fb5dd020
46072 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
46073 Date:   Fri May 2 15:21:40 2008 +0200
46074
46075     avr32: Rename pm_init() as clk_init() and make SoC-specific
46076
46077     pm_init() was always more about clock initialization than anything
46078     else. Dealing with PLLs, clock gating and such is also inherently
46079     SoC-specific, so move it into a SoC-specific directory.
46080
46081     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
46082
46083 commit 4f5972c3b2454c22957f2842cfe64ec8118e015b
46084 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
46085 Date:   Wed Apr 30 16:15:57 2008 +0200
46086
46087     avr32: Use new-style Makefile for the at32ap platform
46088
46089     This makes it easier to avoid compiling certain files later.
46090
46091     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
46092
46093 commit a9b2bb78a1bd8ebdb633509bdd1c8134d527b213
46094 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
46095 Date:   Wed Apr 30 14:36:47 2008 +0200
46096
46097     avr32: Remove unused file cpu/at32ap/pm.c
46098
46099     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
46100
46101 commit 44453b25b06426eef0b7b2fa7c026fdf19ce34f2
46102 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
46103 Date:   Wed Apr 30 14:19:28 2008 +0200
46104
46105     avr32: Clean up the HMATRIX code
46106
46107     Rework the HMATRIX configuration interface so that it becomes easier
46108     to configure the HMATRIX for boards with special needs, and add new
46109     parts.
46110
46111     The HMATRIX header file has been split into a general,
46112     chip-independent part with register definitions, etc. and a
46113     chip-specific part with SFR bitfield definitions and master/slave
46114     identifiers.
46115
46116     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
46117
46118 commit 0a2e48792dd372c90b80059f3235e67a567e16fc
46119 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
46120 Date:   Thu Nov 22 12:14:11 2007 +0100
46121
46122     avr32: Add support for the ATSTK1006 board
46123
46124     This is a replacement for ATSTK1002 with 64MB SDRAM and NAND flash on
46125     board. It's currently in production and will be available soon.
46126
46127     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
46128
46129 commit 781eb9a1e4af4bd34c138e6126ec5cc6dd4b5440
46130 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
46131 Date:   Tue Apr 29 12:53:05 2008 +0200
46132
46133     avr32: Get rid of the .flashprog section
46134
46135     The .flashprog section was only needed back when we were running
46136     directly from flash, and it's even more useless on NGW100 since it
46137     uses the CFI flash driver which never used this workaround in the
46138     first place.
46139
46140     Remove it on STK1000 as well, and get rid of all the associated code and
46141     annotations.
46142
46143     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
46144
46145 commit cdd42c0c7a5205fc380912d83229069a71ea3abf
46146 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
46147 Date:   Wed Apr 30 13:09:56 2008 +0200
46148
46149     avr32: Use correct condition around macb clock accessors
46150
46151     get_macb_pclk_rate() and get_macb_hclk_rate() should be available when
46152     the chip has a MACB controller, not when it has a USART.
46153
46154     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
46155
46156 commit f793a3581901ff39c2abb94012d9bbc8573ccf02
46157 Author: David Brownell <david-b@pacbell.net>
46158 Date:   Wed Apr 16 22:57:58 2008 -0700
46159
46160     avr32: Disable the AP7000 internal watchdog on startup
46161
46162     This patch forces the watchdog off in all cases.  That will at least
46163     get rid of the constant reboot cycle, though it won't let the watchdog
46164     actually run in the new kernels:  its probe() comes up with a polite
46165     warning.
46166
46167     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
46168
46169 commit 55ac7a7490b55da56659f95d82a0c83b9756df27
46170 Author: David Brownell <david-b@pacbell.net>
46171 Date:   Fri Feb 22 12:54:39 2008 -0800
46172
46173     avr32: stk1002 and ngw100 convergence
46174
46175     Make STK1002 and NGW100 boards act more alike:
46176       - STK boards can use as many arguments as NGW
46177       - STK boards don't need to manage FPGAs either
46178       - NGW commands should match STK ones
46179
46180     Also spell U-Boot right in prompts for STK1002 and NGW100.
46181
46182     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
46183     [haavard.skinnemoen@atmel.com: update STK100[34] as well]
46184     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
46185
46186 commit 5e1882df6a3efc7de5524d28cea4ecde7d163d54
46187 Author: Sergei Poselenov <sposelenov@emcraft.com>
46188 Date:   Tue May 27 13:47:00 2008 +0200
46189
46190     Socrates: Fix PCI bus frequency report
46191
46192     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
46193
46194 commit 791e1dba8de76ad8e762a7badb869f224a1f8b82
46195 Author: Sergei Poselenov <sposelenov@emcraft.com>
46196 Date:   Tue May 27 11:49:13 2008 +0200
46197
46198     Socrates: Added USB support.
46199
46200     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
46201
46202 commit 5a904e5637cff1d708dc67098004f83ba9e84c54
46203 Author: Sergei Poselenov <sposelenov@emcraft.com>
46204 Date:   Tue May 27 11:35:02 2008 +0200
46205
46206     USB: add new configuration variable CONFIG_PCI_OHCI_DEVNO
46207
46208     In case of several PCI USB controllers on a board this variable
46209     specifys which controller to use.
46210     See doc/README.generic_usb_ohci for details.
46211
46212     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
46213
46214 commit 2f7468aeba60e1288030a8d007c4e63bd3f13221
46215 Author: Sergei Poselenov <sposelenov@emcraft.com>
46216 Date:   Tue May 27 10:36:07 2008 +0200
46217
46218     Socrates: add support for DS75 Digital Thermo Sensor on I2C bus.
46219
46220     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
46221
46222 commit 83e9d7a2614d4006b92690afa3390c291734267e
46223 Author: Sergei Poselenov <sposelenov@emcraft.com>
46224 Date:   Mon May 26 18:16:04 2008 +0200
46225
46226     Socrates: Config file cleanup.
46227
46228     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
46229
46230 commit 602cac1389b755b223272f2328a47e6f8c240848
46231 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46232 Date:   Sat May 24 12:47:46 2008 +0200
46233
46234     MAKEALL: add at91 list
46235
46236     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46237
46238 commit 290ef6436838b1cc013bd67e0e0495c9eb3e23c0
46239 Author: Ron Madrid <ron_madrid@sbcglobal.net>
46240 Date:   Fri May 23 15:37:05 2008 -0700
46241
46242     Add Marvell 88E1118 support for TSEC
46243
46244     Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
46245     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
46246
46247 commit 557b377d8bfc8b833b6e749457bcdfa298331a24
46248 Author: Jens Gehrlein <sew_s@tqs.de>
46249 Date:   Mon May 5 14:06:11 2008 +0200
46250
46251     smc911x: add 16 bit support
46252
46253     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
46254     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
46255
46256 commit 6324e5bec8825f7fee3026ffbd394454ae8b53fb
46257 Author: Christian Eggers <ceggers@gmx.de>
46258 Date:   Wed May 21 21:29:10 2008 +0200
46259
46260     Fix endianess conversion in usb_ohci.c
46261
46262     Sorry, I forgot this line:
46263
46264     Signed-off-by: Christian Eggers <ceggers@gmx.de>
46265
46266     I think this must be swapped (result may be equal).
46267
46268 commit c918261c6d9f265f88baf70f8a73dfe6f0cb9596
46269 Author: Christian Eggers <ceggers@gmx.de>
46270 Date:   Wed May 21 22:12:00 2008 +0200
46271
46272     USB: replace old swap_ with proper endianess conversion macros
46273
46274     Signed-off-by: Christian Eggers <ceggers@gmx.de>
46275     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
46276
46277 commit fb63939b4fe140849cdba69f9e64a3e0e2f3ce1c
46278 Author: Christian Eggers <ceggers@gmx.de>
46279 Date:   Wed May 21 21:29:10 2008 +0200
46280
46281     Fix endianess conversion in usb_ohci.c
46282
46283     Signed-off-by: Christian Eggers <ceggers@gmx.de>
46284     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
46285
46286 commit 477434c63c2ea5baa5c6c4e43500786f436511ff
46287 Author: Sergei Poselenov <sposelenov@emcraft.com>
46288 Date:   Thu May 22 01:15:53 2008 +0200
46289
46290     USB: add support for multiple PCI OHCI controllers
46291
46292     Add new configuration variable CONFIG_PCI_OHCI_DEVNO.
46293     In case of several PCI USB controllers on a board this variable
46294     specifys which controller to use.
46295
46296     Also add USB support for sokrates board.
46297
46298     See doc/README.generic_usb_ohci for details.
46299
46300     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
46301     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
46302
46303 commit ce6754df61cbe23b5b73d095a00ac9a8504b3d77
46304 Author: Wolfgang Denk <wd@denx.de>
46305 Date:   Wed May 21 16:56:08 2008 +0200
46306
46307     Fix some whitespace issues
46308
46309     introduced by 53677ef18 "Big white-space cleanup."
46310
46311     Signed-off-by: Wolfgang Denk <wd@denx.de>
46312
46313 commit 4416603aeb06861b468b06a981e52c3ff805db7b
46314 Author: York Sun <yorksun@freescale.com>
46315 Date:   Mon May 12 14:36:39 2008 -0500
46316
46317     Make ads5121 out-of-tree compiling safe
46318
46319     Reuse the existing DIU driver in board/freescale/common.
46320
46321     Signed-off-by: York Sun <yorksun@freescale.com>
46322
46323 commit 0e1bad47cd345c76c91a64caf41011e431b62599
46324 Author: York Sun <yorksun@freescale.com>
46325 Date:   Mon May 5 10:20:01 2008 -0500
46326
46327     Adding DIU support for Freescale 5121ADS
46328
46329     Add DIU and cfb console support to FSL 5121ADS board.
46330
46331     Use #define CONFIG_VIDEO in config file to enable fb console.
46332
46333     Signed-off-by: York Sun <yorksun@freescale.com>
46334
46335 commit a48ff68d235e671176f6b496c44246dbe5e0a93f
46336 Author: York Sun <yorksun@freescale.com>
46337 Date:   Mon May 5 10:20:00 2008 -0500
46338
46339     Replace DPRINTF with debug
46340
46341     Remove DPRINTF macro and replace it with generic debug macro.
46342
46343     Signed-off-by: York Sun <yorksun@freescale.com>
46344
46345 commit 3b80c5f574ad7f6e1c55a68f42752b427fdf778d
46346 Author: York Sun <yorksun@freescale.com>
46347 Date:   Mon May 5 10:19:59 2008 -0500
46348
46349     Move pixel clock setting to board file
46350
46351     The clock divider has different format in 5121 and 8610. This patch moves it to
46352     board specific code.
46353
46354     Signed-off-by: York Sun <yorksun@freescale.com>
46355
46356 commit 53677ef18e25c97ac613349087c5cb33ae5a2741
46357 Author: Wolfgang Denk <wd@denx.de>
46358 Date:   Tue May 20 16:00:29 2008 +0200
46359
46360     Big white-space cleanup.
46361
46362     This commit gets rid of a huge amount of silly white-space issues.
46363     Especially, all sequences of SPACEs followed by TAB characters get
46364     removed (unless they appear in print statements).
46365
46366     Also remove all embedded "vim:" and "vi:" statements which hide
46367     indentation problems.
46368
46369     Signed-off-by: Wolfgang Denk <wd@denx.de>
46370
46371 commit 2f845dc2bdf461bfee9fa25823f769f5db9eba0b
46372 Author: Sergei Poselenov <sposelenov@emcraft.com>
46373 Date:   Thu May 8 17:46:23 2008 +0200
46374
46375     socrates: fix second TSEC configuration (it is actually TSEC3)
46376
46377     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
46378
46379 commit 793670c3c0f0f72caead62f0be9fc3d9fbc6060f
46380 Author: Sergei Poselenov <sposelenov@emcraft.com>
46381 Date:   Thu May 8 14:17:08 2008 +0200
46382
46383     Fixed reset for socrates
46384
46385     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
46386
46387 commit e18575d5f589a62e19c70d471d4b4e27cad3af56
46388 Author: Sergei Poselenov <sposelenov@emcraft.com>
46389 Date:   Wed May 7 15:10:49 2008 +0200
46390
46391     socrates: changes to support FDT
46392
46393     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
46394     Signed-off-by: Wolfgang Denk <wd@denx.de>
46395
46396 commit 5d108ac8f435924c624cd6aaacd44f35f5cf94c0
46397 Author: Sergei Poselenov <sposelenov@emcraft.com>
46398 Date:   Wed Apr 30 11:42:50 2008 +0200
46399
46400     Initial support for "Socrates" board
46401
46402     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
46403
46404 commit 0e15ddd11f1a84c465e434eb051d2ef08ef02b9b
46405 Author: Yuri Tikhonov <yur@emcraft.com>
46406 Date:   Thu May 8 15:46:42 2008 +0200
46407
46408     POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) with the GD_FLG_LOGINIT flag in gd->flags.
46409
46410     This way we become able to utilize the full post_log_word for POST
46411     activities (overwise, POST ECC, which has 0x8000 ID, could be
46412     erroneously treated as started in post_output_backlog() even if there
46413     was actually no POST ECC run (because of OCM POST failure, for
46414     example).
46415
46416     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
46417
46418 commit 7845d49094c81321021b50a4dbb8864d2f3777e4
46419 Author: Yuri Tikhonov <yur@emcraft.com>
46420 Date:   Thu May 8 15:46:02 2008 +0200
46421
46422     POST: mark OCM test as POST_STOP
46423
46424     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
46425
46426 commit 28a385065882d6cb6ac5f443311ff87887ed7c13
46427 Author: Yuri Tikhonov <yur@emcraft.com>
46428 Date:   Thu May 8 15:45:26 2008 +0200
46429
46430     POST: add POST_STOP flag
46431
46432     Don't run futher tests in case of a test fails that is marked as
46433     POST_STOP.
46434
46435     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
46436     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
46437
46438 commit a525145d8110d15b4389d23c3ea8a78f22509d3f
46439 Author: Yuri Tikhonov <yur@emcraft.com>
46440 Date:   Thu May 8 15:44:16 2008 +0200
46441
46442     POST: switch CFG_POST_OCM with CFG_POST_CODEC (workaround)
46443
46444     Switch the OCM testid with the codec one. The reason is that current
46445     implementation requires the POST_ROM testid to fit into lower 16
46446     bits, and the codec test will never run with POST_ROM hopefully.
46447
46448     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
46449
46450 commit 8b96c788d58f7cb85a89ee3f19c9b335d22443cd
46451 Author: Yuri Tikhonov <yur@emcraft.com>
46452 Date:   Thu May 8 15:43:28 2008 +0200
46453
46454     lwmon5: enable OCM post test on lwmon5 board
46455
46456     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
46457
46458 commit 6e8ec682268493b8d098f99e17b1ce71b4448977
46459 Author: Yuri Tikhonov <yur@emcraft.com>
46460 Date:   Thu May 8 15:42:47 2008 +0200
46461
46462     POST: OCM test added.
46463
46464     Added OCM test to POST layer. This version runs before all other tests
46465     but doesn't yet interrupt post sequence on failure.
46466
46467     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
46468     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
46469
46470 commit 6891260bdd935a382c95d9fa333922b0dfded68a
46471 Author: Yuri Tikhonov <yur@emcraft.com>
46472 Date:   Thu May 8 15:40:39 2008 +0200
46473
46474     POST: typo fix
46475
46476     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
46477
46478 commit 727f63334676e760877d43bfb8f0e9331ac8b101
46479 Author: Hebbar <gururajakr@sanyo.co.in>
46480 Date:   Tue May 20 02:16:36 2008 -0700
46481
46482     common/usb.c: fix incorrect escape sequence
46483
46484     Signed off by: Gururaja Hebbar <gururajakr@sanyo.co.in>
46485
46486 commit 4ce1e23b5e12283579828b3d23e8fd6e1328a7aa
46487 Author: York Sun <yorksun@freescale.com>
46488 Date:   Thu May 15 15:26:27 2008 -0500
46489
46490     Fix 8313ERDB board configuration
46491
46492     Change LCRR clock ratio from 2 to 4 to commodate VSC7385.
46493     Correct TSEC1 vs TSEC2 assignment.
46494     Define ETHADDR and ETH1ADDR always.
46495
46496     Signed-off-by: York Sun <yorksun@freescale.com>
46497     Signed-off-by: Timur Tabi <timur@freescale.com>
46498
46499 commit 2c289e320dcfb3760e99cf1d765cb067194a1202
46500 Author: Jon Loeliger <jdl@freescale.com>
46501 Date:   Mon May 19 09:47:25 2008 -0500
46502
46503     mpc86xx: Removed unused and unconfigured memory test code.
46504
46505     Besides, other common code exists.
46506
46507     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46508
46509 commit 180a90abdae72587c0f679edf8991455e559440d
46510 Author: Wolfgang Denk <wd@denx.de>
46511 Date:   Mon May 19 12:47:11 2008 +0200
46512
46513     Release v1.3.3
46514
46515     Update CHANGELOG for release.
46516
46517     Signed-off-by: Wolfgang Denk <wd@denx.de>
46518
46519 commit 16bedc661de0dae767b1377d8413373a3fbcfa79
46520 Author: Stefan Roese <sr@denx.de>
46521 Date:   Mon May 19 07:14:38 2008 +0200
46522
46523     ppc4xx: Canyonlands: Disable PCIe0/SATA in dev-tree depending on selection
46524
46525     When SATA is selected (via jumper J6) we need to disable the first PCIe
46526     node in the device tree, so that Linux doesn't initialize it. Otherwise
46527     the Linux SATA driver will fail to detect the devices.
46528
46529     The same goes the other way around too. So if PCIe is selected we need
46530     to disable the SATA node in the device tree.
46531
46532     This is because PCIe port 0 and SATA on 460EX share the same pins
46533     (multiplexed) and we have to configure in U-Boot which peripheral is
46534     enabled.
46535
46536     Signed-off-by: Stefan Roese <sr@denx.de>
46537
46538 commit 3cc27b426aeefe2930f911692e9df3143fb2565f
46539 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46540 Date:   Sun May 18 19:09:58 2008 +0200
46541
46542     i386: Fix multiple definitions of __show_boot_progress
46543
46544     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46545
46546 commit 311f3446930c1e64c12026c1cfd00500b05be52d
46547 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46548 Date:   Sun May 18 19:09:57 2008 +0200
46549
46550     sc530_spunk: add missing SOBJS entry
46551
46552     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46553
46554 commit a559317143b4f95927b08cd388707e6f077e95fa
46555 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46556 Date:   Sun May 18 19:09:56 2008 +0200
46557
46558     sc520_spunk: Fix flash
46559
46560     flash.c:593: warning: dereferencing type-punned pointer will break strict-aliasing rules
46561     flash.c:398: error: label at end of compound statement
46562
46563     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46564
46565 commit 91f221317af64191ee8caf303ea9305943158691
46566 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46567 Date:   Sun May 18 19:09:49 2008 +0200
46568
46569     drivers/pcmcia: add missing i82365
46570
46571     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46572
46573 commit dd223944132f97ffa52977ea95e5a52428f5cc2f
46574 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46575 Date:   Sun May 18 19:09:47 2008 +0200
46576
46577     i386/bootm: remove unused var
46578
46579     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46580
46581 commit a9da341df19b32ad2ecb58ce529f7e4fada7814e
46582 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46583 Date:   Sun May 18 19:09:45 2008 +0200
46584
46585     example/gitignore: update with all generated examples
46586
46587     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46588
46589 commit a38dc3ea8614f8b0c41e432b445a9959b9711295
46590 Author: Wolfgang Denk <wd@denx.de>
46591 Date:   Thu May 15 00:42:45 2008 +0200
46592
46593     TQM8272: fix out-of-tree building
46594
46595     ...and add to MAKEALL script
46596
46597     Signed-off-by: Wolfgang Denk <wd@denx.de>
46598
46599 commit 4f805c1e3a60b9263da8ec3bcd1f45edcefa7dcf
46600 Author: Wolfgang Denk <wd@denx.de>
46601 Date:   Wed May 14 23:34:53 2008 +0200
46602
46603     environment: fix bug introduced by commit a8409f4f1ac8
46604
46605     env_get_char is not a function, but a pointer to one.
46606
46607     Signed-off-by: Wolfgang Denk <wd@denx.de>
46608
46609 commit 0c11935cd62ca1f65eeb228ff4c848440d4553bf
46610 Author: Gary Jennejohn <garyj@denx.de>
46611 Date:   Wed May 14 13:39:22 2008 +0200
46612
46613     ppc4xx: QUAD100HD: Allow the environment to be put into flash.
46614
46615     After moving TEXT_BASE the value for CFG_ENV_ADDR was incorrect.  Also
46616     use a redundant environment.
46617
46618     Signed-off-by: Gary Jennejohn <garyj@denx.de>
46619
46620 commit cda2a4a9961fd4341b7db305cb22fc05957e8b77
46621 Author: Wolfgang Denk <wd@denx.de>
46622 Date:   Wed May 14 13:55:30 2008 +0200
46623
46624     Fix config files for out-of-tree building
46625
46626     Several board/<...>/config.mk files include dynamically built (by
46627     the Makefile) config files but used the wrong file name of
46628         $(TOPDIR)/board/$(BOARDDIR)/config.tmp
46629     instead if the correct
46630         $(OBJTREE)/board/$(BOARDDIR)/config.tmp
46631
46632     The bug is nasty because the build result is correct for the (normal)
46633     in-tree builds, and because 'sinclude' is used no errors get raised
46634     even for out-of-tree build tests. But out-of-tree builds use an
46635     incomplete and thus usually incorrect configuration...
46636
46637     Signed-off-by: Wolfgang Denk <wd@denx.de>
46638
46639 commit 2dd7082e06d580404010b06fe4e0e8b7038a00c8
46640 Author: Stefan Roese <sr@denx.de>
46641 Date:   Wed May 14 13:40:03 2008 +0200
46642
46643     ppc4xx: Fix bogus Canyonlands config.mk
46644
46645     This patch fixes the canyonlands config.mk file to enable correct
46646     out-of-tree builds. Thanks to Wolfgang Denk for spotting this.
46647
46648     Signed-off-by: Stefan Roese <sr@denx.de>
46649
46650 commit fdd1247a66d788a3446244f6fde9955a93c26322
46651 Author: Stefan Roese <sr@denx.de>
46652 Date:   Wed May 14 10:32:32 2008 +0200
46653
46654     ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
46655
46656     Canyonlands has a file ddr2_fixed.c which needs special treatment when
46657     building in separate directory. It has to be linked to build directory
46658     otherwise it is not seen.
46659
46660     Signed-off-by: Stefan Roese <sr@denx.de>
46661
46662 commit a8409f4f1ac84c36273c1a1e341189662521bcfb
46663 Author: Wolfgang Denk <wd@denx.de>
46664 Date:   Wed May 14 12:22:49 2008 +0200
46665
46666     environment: cleanup prototype declarations of env functions.
46667
46668     Signed-off-by: Wolfgang Denk <wd@denx.de>
46669
46670 commit cf39b07948015c480b72a6e732cf7d839aa93a9e
46671 Author: Wolfgang Denk <wd@denx.de>
46672 Date:   Wed May 14 12:21:48 2008 +0200
46673
46674     linkstation_HGLAN: Fix out of tree building.
46675
46676     Signed-off-by: Wolfgang Denk <wd@denx.de>
46677
46678 commit 085551c05ca09e6c491ea11a1c6727a36776a545
46679 Author: Stefan Roese <sr@denx.de>
46680 Date:   Wed May 14 10:32:32 2008 +0200
46681
46682     ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
46683
46684     Canyonlands has a file ddr2_fixed.c which needs special treatment when
46685     building in separate directory. It has to be linked to build directory
46686     otherwise it is not seen.
46687
46688     Signed-off-by: Stefan Roese <sr@denx.de>
46689
46690 commit 1510b82d50615f344e89d42533e8224cce067dc0
46691 Author: Wolfgang Denk <wd@denx.de>
46692 Date:   Tue May 13 23:15:52 2008 +0200
46693
46694     Makefile: fix "error: version_autogenerated.h: No such file or directory"
46695
46696     Signed-off-by: Wolfgang Denk <wd@denx.de>
46697
46698 commit 54694a91428f6c3280fe1ee0923488a1e7e8dbc4
46699 Author: Stelian Pop <stelian@popies.net>
46700 Date:   Tue May 13 17:31:24 2008 +0200
46701
46702     Cleanup nand_info[] declaration.
46703
46704     The nand_info array is declared as extern in several .c files.
46705     Those days, nand.h contains a reference to the array, so there is
46706     no need to declare it elsewhere.
46707
46708     Signed-off-by: Stelian Pop <stelian@popies.net>
46709     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46710
46711 commit 70fab1908fc1734a403711eaabbef546bc4b77dc
46712 Author: Stefan Roese <sr@denx.de>
46713 Date:   Tue May 13 20:22:01 2008 +0200
46714
46715     ppc4xx: Add 405EX(r) revision C PVR definitions and detection code
46716
46717     Signed-off-by: Stefan Roese <sr@denx.de>
46718
46719 commit 65dcfa79204f4750b905a173a5365e0b2eb6c2f6
46720 Author: Wolfgang Denk <wd@denx.de>
46721 Date:   Mon May 12 01:11:21 2008 +0200
46722
46723     Revert "pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option"
46724
46725     This reverts commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
46726     which broke many PowerPC boards.
46727
46728 commit ee0cfa70803a3e629ea581a9b216f8ecef402bfc
46729 Author: Wolfgang Denk <wd@denx.de>
46730 Date:   Mon May 12 00:56:28 2008 +0200
46731
46732     Revert "Avoid initrd and logbuffer area overlaps"
46733
46734     This reverts commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
46735     which breaks building on all PPC boards that don't use a log buffer.
46736
46737 commit 02b9b22446e3d7ad6a6382be17a1ce79a7de589b
46738 Author: Nick Spence <nick.spence@freescale.com>
46739 Date:   Sat May 10 14:02:04 2008 -0700
46740
46741     Fix offset calculation for multi-type legacy images.
46742
46743     Calculation of tail was incorrect when size % 4 == 0.
46744
46745     New code removes the conditional and does the same thing but with arithmetic
46746
46747     Signed-off-by: Nick Spence <nick.spence@freescale.com>
46748
46749 commit c9dca3c3f37d2647aec4509b24b16d15882ae3e4
46750 Author: Wolfgang Denk <wd@denx.de>
46751 Date:   Mon May 12 00:40:58 2008 +0200
46752
46753     Revert "Change env_get_char from a global function ptr to a function."
46754
46755     This reverts commit c0559be371b2a64b1a817088c3308688e2182f93
46756     which is known to break booting from dataflash and NAND.
46757
46758 commit 20e5ed137483823aaea5178169f3b144c7a4d9e0
46759 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46760 Date:   Sun May 11 23:13:57 2008 +0200
46761
46762     API: remove duplicate syscall check
46763
46764     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46765
46766 commit 67e3beb52c320b0a31cf030716c99392cde2d532
46767 Author: Stelian Pop <stelian@popies.net>
46768 Date:   Fri May 9 21:46:51 2008 +0200
46769
46770     AT91: Cleanup unused config header file definitions.
46771
46772     CONFIG_ENV_OVERWRITE is commented out in the config header files,
46773     so let's cleanup the files by removing the whole definition.
46774
46775     Signed-off-by: Stelian Pop <stelian@popies.net>
46776     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46777
46778 commit 19883aede2ac0a522493bfb2b35a7dbb200071b1
46779 Author: Stelian Pop <stelian@popies.net>
46780 Date:   Thu May 8 14:52:34 2008 +0200
46781
46782     Support AT91CAP9 revC CPUs
46783
46784     The AT91CAP9 revC CPU has a few differences over the previous,
46785     revB CPU which was distributed in small quantities only (revA was
46786     an internal Atmel product only).
46787
46788     The revC silicon needs a special initialisation sequence to
46789     switch from the internal (imprecise) RC oscillator to the
46790     external 32k clock.
46791
46792     Signed-off-by: Stelian Pop <stelian@popies.net>
46793     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46794
46795 commit 098b7b4b441b12c2a64dd517930f43c793542759
46796 Author: Stelian Pop <stelian@popies.net>
46797 Date:   Thu May 8 14:52:33 2008 +0200
46798
46799     Use custom logo for Atmel boards
46800
46801     This patch adds a custom vendor logo for the Atmel AT91 boards.
46802
46803     Signed-off-by: Stelian Pop <stelian@popies.net>
46804     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46805
46806 commit 761c70b80cdd3bead40146b96a8e713d6ae01632
46807 Author: Stelian Pop <stelian@popies.net>
46808 Date:   Thu May 8 14:52:32 2008 +0200
46809
46810     AT91SAM9RLEK: hook up the ATMEL LCD driver
46811
46812     This patch makes the necessary adaptations (PIO configurations and
46813     defines in config header file) to hook up the Atmel LCD driver to the
46814     AT91SAM9RLEK board.
46815
46816     Signed-off-by: Stelian Pop <stelian@popies.net>
46817     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46818
46819 commit 56a2479cd7fecabdd91348a775b2801dd2e65c7f
46820 Author: Stelian Pop <stelian@popies.net>
46821 Date:   Thu May 8 14:52:31 2008 +0200
46822
46823     AT91SAM9263EK: hook up the ATMEL LCD driver
46824
46825     This patch makes the necessary adaptations (PIO configurations and
46826     defines in config header file) to hook up the Atmel LCD driver to the
46827     AT91SAM9263EK board.
46828
46829     Signed-off-by: Stelian Pop <stelian@popies.net>
46830     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46831
46832 commit 820f2a958325061a446115f3035e48e4726b3390
46833 Author: Stelian Pop <stelian@popies.net>
46834 Date:   Thu May 8 14:52:30 2008 +0200
46835
46836     AT91SAM9261EK: hook up the ATMEL LCD driver
46837
46838     This patch makes the necessary adaptations (PIO configurations and
46839     defines in config header file) to hook up the Atmel LCD driver to the
46840     AT91SAM9261EK board.
46841
46842     Signed-off-by: Stelian Pop <stelian@popies.net>
46843     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46844
46845 commit c139b17d20c8371c1e0a8d7fb27c11050cf86304
46846 Author: Stelian Pop <stelian@popies.net>
46847 Date:   Thu May 8 14:52:29 2008 +0200
46848
46849     AT91CAP9ADK: hook up the ATMEL LCD driver
46850
46851     This patch makes the necessary adaptations (PIO configurations and
46852     defines in config header file) to hook up the Atmel LCD driver to the
46853     AT91CAP9ADK board.
46854
46855     Signed-off-by: Stelian Pop <stelian@popies.net>
46856     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46857
46858 commit 39cf480484fcce5c04a590ee1c30be0c17b02c34
46859 Author: Stelian Pop <stelian@popies.net>
46860 Date:   Fri May 9 21:57:18 2008 +0200
46861
46862     Add ATMEL LCD driver
46863
46864     This patch adds support for the ATMEL LCDC driver which is used on some
46865     AT91 and AVR platforms.
46866
46867     Is has been tested with the AT91CAP9ADK, AT91SAM9261EK, AT91SAM9263EK and
46868     AT91SAM9RLEK boards. Adaptation for AVR32 should probably be easy.
46869
46870     Signed-off-by: Stelian Pop <stelian@popies.net>
46871     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46872
46873 commit 2118ebb44dc40f8117c94950fd95799a9ef821b2
46874 Author: Stelian Pop <stelian@popies.net>
46875 Date:   Thu May 8 18:52:25 2008 +0200
46876
46877     AT91SAM9RLEK support
46878
46879     This patch adds support for the AT91SAM9RL chip and the AT91SAM9RLEK
46880     board.
46881
46882     Signed-off-by: Stelian Pop <stelian@popies.net>
46883     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46884
46885 commit 8e429b3eee23927c1222679f6b6f53667b21595c
46886 Author: Stelian Pop <stelian@popies.net>
46887 Date:   Thu May 8 18:52:23 2008 +0200
46888
46889     AT91SAM9263EK support
46890
46891     This patch adds support for the AT91SAM9263 chip and the AT91SAM9263EK
46892     board.
46893
46894     Signed-off-by: Stelian Pop <stelian@popies.net>
46895     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46896
46897 commit d99a8ff66d8ae87e5c87590ed2e4ead629540607
46898 Author: Stelian Pop <stelian@popies.net>
46899 Date:   Thu May 8 20:52:22 2008 +0200
46900
46901     AT91SAM9261EK support
46902
46903     This patch adds support for the AT91SAM9261 chip and the AT91SAM9261EK
46904     board.
46905
46906     Signed-off-by: Stelian Pop <stelian@popies.net>
46907     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46908
46909 commit 86c8c8a414988c50104a3b02c29f50af2be738c0
46910 Author: Stelian Pop <stelian@popies.net>
46911 Date:   Thu May 8 20:52:21 2008 +0200
46912
46913     AT91SAM9260EK: Fix dataflash offsets in CONFIG_BOOTCOMMAND
46914
46915     This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND
46916     in order to cope with the changes in DataFlash partitionning scheme
46917     (cset c3a60cb3).
46918
46919     Signed-off-by: Stelian Pop <stelian@popies.net>
46920     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46921
46922 commit 96996ac25d5222611a8888968db6e53a6d3726da
46923 Author: Stelian Pop <stelian@popies.net>
46924 Date:   Thu May 8 20:52:20 2008 +0200
46925
46926     AT91SAM9260EK: Normalize BOOTARGS
46927
46928     This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from
46929     DataFlash or from NAND), and gives to Linux a fully specified mtdparts
46930     variable.
46931
46932     Signed-off-by: Stelian Pop <stelian@popies.net>
46933     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46934
46935 commit 79f0cb6e9c54d31a1d9e3f5e226a9bebc3c3a47a
46936 Author: Stelian Pop <stelian@popies.net>
46937 Date:   Thu May 8 20:52:19 2008 +0200
46938
46939     AT91SAM9260EK: Normalize SPI timings
46940
46941     This patch changes the SPI timings to closely match the ones
46942     used by the Linux kernel and the Atmel's own bootstrap project.
46943
46944     Signed-off-by: Stelian Pop <stelian@popies.net>
46945     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46946
46947 commit c1212b2f5c5ed440bf8e9ebc8e4fd7488858b935
46948 Author: Stelian Pop <stelian@popies.net>
46949 Date:   Thu May 8 20:52:18 2008 +0200
46950
46951     AT91SAM9260EK: Handle 8 or 16 bit NAND
46952
46953     The Atmel boards can handle 8 or 16 bit NAND memories. This patch
46954     makes the support configurable in the board config header file
46955     (CFG_NAND_DBW_8 or CFG_NAND_DBW_16).
46956
46957     Signed-off-by: Stelian Pop <stelian@popies.net>
46958     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46959
46960 commit ab52640fc01624e208424e527af0b7b3a5a65a12
46961 Author: Stelian Pop <stelian@popies.net>
46962 Date:   Thu May 8 20:52:17 2008 +0200
46963
46964     AT91CAP9ADK: Fix dataflash offsets in CONFIG_BOOTCOMMAND
46965
46966     This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND
46967     in order to cope with the changes in DataFlash partitionning scheme
46968     (cset c3a60cb3).
46969
46970     Signed-off-by: Stelian Pop <stelian@popies.net>
46971     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46972
46973 commit 3267508ec4c9e74c39ee41c9ae6951ad185fe270
46974 Author: Stelian Pop <stelian@popies.net>
46975 Date:   Thu May 8 20:52:16 2008 +0200
46976
46977     AT91CAP9ADK: Normalize BOOTARGS
46978
46979     This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from
46980     DataFlash or from NAND), and gives to Linux a fully specified mtdparts
46981     variable.
46982
46983     Signed-off-by: Stelian Pop <stelian@popies.net>
46984     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46985
46986 commit 93da48b910511911ce110656e17ed733c8ac4c45
46987 Author: Stelian Pop <stelian@popies.net>
46988 Date:   Thu May 8 20:52:15 2008 +0200
46989
46990     AT91CAP9ADK: Normalize SPI timings
46991
46992     This patch changes the SPI timings to closely match the ones
46993     used by the Linux kernel and the Atmel's own bootstrap project.
46994
46995     Signed-off-by: Stelian Pop <stelian@popies.net>
46996     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46997
46998 commit 1c90df3e148ce0a3e2c86c63b38b19d47772f2a0
46999 Author: Stelian Pop <stelian@popies.net>
47000 Date:   Thu May 8 20:52:14 2008 +0200
47001
47002     AT91CAP9ADK: Handle 8 or 16 bit NAND
47003
47004     The Atmel boards can handle 8 or 16 bit NAND memories. This patch
47005     makes the support configurable in the board config header file
47006     (CFG_NAND_DBW_8 or CFG_NAND_DBW_16).
47007
47008     Signed-off-by: Stelian Pop <stelian@popies.net>
47009     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47010
47011 commit 11b162bae058e96c7929e358d4adff2bee6c2cc4
47012 Author: Stelian Pop <stelian@popies.net>
47013 Date:   Thu May 8 20:52:13 2008 +0200
47014
47015     Use a common u-boot.lds file across all AT91CAP9/AT91SAM9 platforms
47016
47017     All the AT91CAP9/AT91SAM9 boards have the same linker script. The patch
47018     below avoids the duplication of u-boot.lds by putting the file in the
47019     cpu directory instead of the board one.
47020
47021     Signed-off-by: Stelian Pop <stelian@popies.net>
47022     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47023
47024 commit d48abea4b89adaf5e45ea75b5e38c0d8de179ece
47025 Author: Stelian Pop <stelian@popies.net>
47026 Date:   Thu May 8 20:52:12 2008 +0200
47027
47028     Add proper copyright notices in Atmel boards Makefiles
47029
47030     The Makefiles for the AT91CAP9/AT91SAM9 boards have an incomplete
47031     copyright notice. This patch adds the missing pieces.
47032
47033     Signed-off-by: Stelian Pop <stelian@popies.net>
47034     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47035
47036 commit e817a042cef6164bf26fee86f90326f2ec9e6745
47037 Author: Stelian Pop <stelian@popies.net>
47038 Date:   Thu May 8 20:52:11 2008 +0200
47039
47040     Add copyright information in Atmel boards partition.c
47041
47042     When Ulf did the dataflash.c cleanup, he didn't add his copyright on
47043     the new created files. This patch fixes the problem.
47044
47045     Signed-off-by: Stelian Pop <stelian@popies.net>
47046     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47047
47048 commit 4f6c810106f4f76d83cfc57d98f4540cd45f9a19
47049 Author: Stelian Pop <stelian@popies.net>
47050 Date:   Thu May 8 20:52:10 2008 +0200
47051
47052     Update origin and copyright information in arch-at91sam9 header files
47053
47054     When doing the AT91CAP9/AT91SAM9 port, a number of header files were
47055     copied from the Linux kernel sources. This patch explicitly specifies
47056     this origin for all the copied headers, and for those missing copyright
47057     information, adds it.
47058
47059     Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
47060     in the latest kernel sources by 'at91sam9_smc.h'.
47061
47062     The copyright information has been confirmed by the AT91 Linux kernel
47063     maintainer, Andrew Victor <avictor.za@gmail.com>.
47064
47065     Signed-off-by: Stelian Pop <stelian@popies.net>
47066     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47067
47068 commit 79dd1712689d6a5031d7cbff54957049680751c7
47069 Author: Markus Klotzbücher <mk@denx.de>
47070 Date:   Thu May 8 16:00:55 2008 +0200
47071
47072     ppc4xx: Kilauea: Add CONFIG_BOOTP_SUBNETMASK to Kilauea board config
47073
47074     When using dhcp/bootp the "netmask" environment variable is not set
47075     because CONFIG_BOOTP_SUBNETMASK is not defined. But usually this is
47076     desireable, so the following patch adds this this option to the board
47077     config.
47078
47079     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
47080     Signed-off-by: Stefan Roese <sr@denx.de>
47081
47082 commit 869d14b4cc2e47de2ddcb117bad0407a44436684
47083 Author: Stefan Roese <sr@denx.de>
47084 Date:   Sat May 10 10:30:36 2008 +0200
47085
47086     ppc4xx: Update Makalu defconfig to use device-tree booting as default
47087
47088     This patch reworks the default environment on Makalu. Now "net_nfs" for
47089     example uses the device-tree style booting formerly know as "net_nfs_fdt".
47090     Also the addresses in RAM were changed because of the new image booting
47091     support, which check for image overwriting. So the addresses needed to
47092     get adjusted.
47093
47094     Signed-off-by: Stefan Roese <sr@denx.de>
47095
47096 commit f3612a7b199cab3942f60d9c1392eb39d58cc699
47097 Author: Becky Bruce <bgill@freescale.com>
47098 Date:   Wed May 7 13:28:16 2008 -0500
47099
47100     PPC: fix map_physmem build warning
47101
47102     map_physmem currently generates a warning when CONFIG_PHYS_64BIT is
47103     enabled.  This quiets the warning.
47104
47105     Signed-off-by: Becky Bruce <Becky.Bruce@freescale.com>
47106
47107 commit 36f32675f40292002ee1fed252c180a43022d2d4
47108 Author: Becky Bruce <bgill@freescale.com>
47109 Date:   Wed May 7 13:24:57 2008 -0500
47110
47111     Update pci code to use phys_addr_t
47112
47113     Physical addrs need to be represented by phys_addr_t, not
47114     unsigned long.  Otherwise, systems that use CONFIG_PHYS_64BIT
47115     are going to fail mightily.
47116
47117     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
47118
47119 commit 91a616741fc128cdb88f39bddcd4d72fe17466d0
47120 Author: Nick Spence <nick.spence@freescale.com>
47121 Date:   Thu May 8 22:32:22 2008 -0700
47122
47123     Support legacy multi-type images without FDT section.
47124
47125     This patch enables legacy multi-type images containing only a Linux kernel
47126     and root file system to be loaded, maintaining compatibility with previous
47127     versions of u-boot.
47128
47129     This is required when using old image files such as a Linux 2.4 kernel /
47130     filesystem.
47131
47132     Signed-off-by: Nick Spence <nick.spence@freescale.com>
47133     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
47134
47135 commit 881031d9732783b7aeae2198fc7eb480ae8974a6
47136 Author: Wolfgang Denk <wd@denx.de>
47137 Date:   Sat May 10 00:38:02 2008 +0200
47138
47139     Update CHANGELOG.
47140
47141     Signed-off-by: Wolfgang Denk <wd@denx.de>
47142
47143 commit e5e9d6c9c08160be7e5a36e04d125ccce99b8774
47144 Author: Wolfgang Denk <wd@denx.de>
47145 Date:   Sat May 10 00:36:09 2008 +0200
47146
47147     post/cpu/ppc4xx/Makefile: line length cleanup
47148
47149     Signed-off-by: Wolfgang Denk <wd@denx.de>
47150
47151 commit cce9cfdabcf416ecd2aacc3681c91e5378c75a3d
47152 Author: Stelian Pop <stelian@popies.net>
47153 Date:   Thu May 8 22:52:09 2008 +0200
47154
47155     Fix @ -> <at> substitution
47156
47157     When applying the AT91CAP9 patches upstream, something transformed
47158     the '@' character into the ' <at> ' sequence.
47159
47160     The patch below restores the original form in all the places where
47161     it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
47162     were copied from AT91CAP9, and a couple of other files where the
47163     ' <at> ' sequence was present).
47164
47165     Signed-off-by: Stelian Pop <stelian@popies.net>
47166
47167 commit 9606b3c81b3c47a1d58514e9a232c6f461a17597
47168 Author: Stelian Pop <stelian@popies.net>
47169 Date:   Thu May 8 22:52:10 2008 +0200
47170
47171     Update origin and copyright information in arch-at91sam9 header files
47172
47173     When doing the AT91CAP9/AT91SAM9 port, a number of header files were
47174     copied from the Linux kernel sources. This patch explicitly specifies
47175     this origin for all the copied headers, and for those missing copyright
47176     information, adds it.
47177
47178     Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
47179     in the latest kernel sources by 'at91sam9_smc.h'.
47180
47181     The copyright information has been confirmed by the AT91 Linux kernel
47182     maintainer, Andrew Victor <avictor.za@gmail.com>.
47183
47184     Signed-off-by: Stelian Pop <stelian@popies.net>
47185
47186 commit ceb6b4fbe1dcc40bb672ef8133ddf4813e97cbb1
47187 Author: Stelian Pop <stelian@popies.net>
47188 Date:   Thu May 8 22:52:11 2008 +0200
47189
47190     Add copyright information in Atmel boards partition.c
47191
47192     When Ulf did the dataflash.c cleanup, he didn't add his copyright on
47193     the new created files. This patch fixes the problem.
47194
47195     Signed-off-by: Stelian Pop <stelian@popies.net>
47196
47197 commit 2ab02fd456d8ef92ae9f5439618d1fa7ca16e5f3
47198 Author: Guennadi Liakhovetski <lg@denx.de>
47199 Date:   Thu May 8 10:09:27 2008 +0200
47200
47201     mx31ads: fix 32kHz clock handling
47202
47203     According to schematics and to RedBoot sources, the MX31ADS uses a 32768Hz
47204     oscillator as a SKIL source. Fix previously wrongly assumed 32000Hz value.
47205     Also fix a typo when verifying a jumper configuration. While at it, make
47206     two needlessly global functions static.
47207
47208     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
47209
47210 commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
47211 Author: Marian Balakowicz <m8@semihalf.com>
47212 Date:   Wed May 7 13:10:04 2008 +0200
47213
47214     Avoid initrd and logbuffer area overlaps
47215
47216     Add logbuffer to reserved LMB areas to prevent initrd allocation
47217     from overlaping with it.
47218
47219     Make sure to use correct logbuffer base address.
47220
47221     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
47222
47223 commit c59518e15949b3403df5c5b0c2c48ea0e5bea24b
47224 Author: Marian Balakowicz <m8@semihalf.com>
47225 Date:   Wed May 7 13:08:54 2008 +0200
47226
47227     ppc: Cleanup get_effective_memsize() use
47228
47229     Removed duplicated effective memory size calculation code.
47230
47231     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
47232
47233 commit 273c37d843d5b581090378016cd12dd9c586907b
47234 Author: Marian Balakowicz <m8@semihalf.com>
47235 Date:   Wed May 7 09:03:53 2008 +0200
47236
47237     Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled
47238
47239     Recent modifcations to LOGBUFFER handling code were incorrecly
47240     introduced to fit_check_kernel() routine during
47241     "Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing",
47242     commit 27f33e9f45ef7f9685cbdc65066a1828e85dde4f.
47243
47244     This patch cleans up this merge issue.
47245
47246     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
47247
47248 commit bc11756daff89a3de09ca80adac962b88cf06e6e
47249 Author: Grant Erickson <gerickson@nuovations.com>
47250 Date:   Tue May 6 20:16:15 2008 -0700
47251
47252     Propagate Error Status to the Shell on fw_printenv Errors
47253
47254     Changed implementation such that fw_printenv returns failure status
47255     when one or more specified variables do not exist or when incorrect
47256     command syntax is used.
47257
47258     This aids scripting fw_printenv such that the script can key of the
47259     return status rather than relying on standard error "scraping".
47260
47261     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
47262     Signed-off-by: Wolfgang Denk <wd@denx.de>
47263
47264 commit f3b6d528e4dd719640a4bfcd954f4e4c7f5db0d6
47265 Author: Grant Erickson <gerickson@nuovations.com>
47266 Date:   Tue May 6 16:18:00 2008 -0700
47267
47268     Fix Compilation Errors with 'tools/env/fw_printenv'
47269
47270     In the current top-of-tree, 1.3.3.-rc2, the optional tool
47271     'tools/env/fw_printenv' fails to compile for two reasons:
47272
47273     1) The header watchdog.h cannot be found.
47274     2) The header zlib.h is picked up from the tool chain rather than the
47275        project causing a prototype conflict for crc32.
47276
47277     This patch addresses both of these issues.
47278
47279     Platforms Tested On:
47280     - AMCC "Kilauea"
47281
47282     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
47283
47284 commit 597f6c26a18b389903a64692bacbf9a1ca69355b
47285 Author: James Yang <James.Yang@freescale.com>
47286 Date:   Mon May 5 10:22:53 2008 -0500
47287
47288     Fix readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
47289
47290     When CONFIG_CMDLINE_EDITING is enabled, readline_into_buffer() doesn't
47291     work before relocating to RAM because command history is written into
47292     a global array that is not writable before relocation.  This patch
47293     defers to the no-editing and no-history code in readline_into_buffer()
47294     if it is called before relocation.
47295
47296     Signed-off-by: James Yang <James.Yang@freescale.com>
47297     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
47298
47299 commit 726c0f1e5f108dccea052965123b95837d2bd402
47300 Author: Detlev Zundel <dzu@denx.de>
47301 Date:   Mon May 5 16:11:22 2008 +0200
47302
47303     cosmetic: Adjust coding style for switch statements to be consistent
47304
47305     Signed-off-by: Detlev Zundel <dzu@denx.de>
47306
47307 commit 574b319512b13e10800f0045e39b993f4ca25e42
47308 Author: Detlev Zundel <dzu@denx.de>
47309 Date:   Mon May 5 16:11:21 2008 +0200
47310
47311     Fix disk type output in disk/part.c
47312
47313     Signed-off-by: Detlev Zundel <dzu@denx.de>
47314
47315 commit 045b4d2d7168ef09c7349dcf6ecebe7432b74171
47316 Author: Vlad Lungu <vlad.lungu@windriver.com>
47317 Date:   Mon May 5 14:20:03 2008 +0300
47318
47319     Mail address change, documentation modified
47320
47321     Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com>
47322
47323 commit 4d49b28038e2819088e8356a77212fc95a89ce5a
47324 Author: Michal Simek <monstr@monstr.eu>
47325 Date:   Sun May 4 15:42:41 2008 +0200
47326
47327     microblaze: Repare intc handling
47328
47329     Signed-off-by: Michal Simek <monstr@monstr.eu>
47330
47331 commit 878b3b1e193e570caf3e96ad8e31e561f68d0287
47332 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47333 Date:   Sun May 4 15:17:52 2008 +0200
47334
47335     include/gitignore: update to all architectures
47336
47337     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47338
47339 commit 1df368aed3b8bc240fe1595d290b0e91b22961da
47340 Author: Marcel Ziswiler <marcel@ziswiler.com>
47341 Date:   Mon May 5 02:12:06 2008 +0200
47342
47343     ide: Remove spurious second include of io.h
47344
47345     Removed the second include, with all the #ifdef around as suggested by Wolfgang.
47346
47347     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
47348
47349 commit 8fbc985bdad09b23b7eb4df1d2ea589619d8db4c
47350 Author: Adrian Filipi <adrian.filipi@eurotech.com>
47351 Date:   Tue May 6 16:46:37 2008 -0400
47352
47353     Fix some typos
47354
47355     This patch fixes three typos.
47356     The first is a repetition of CONFIG_CMD_BSP.
47357     The second makes the #endif comment match its #if.
47358     The third is a spelling error.
47359
47360     Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
47361
47362 commit e419e12d04ae3b280c99a87a2ea4ad7a40628bcb
47363 Author: Grant Erickson <gerickson@nuovations.com>
47364 Date:   Sun May 4 16:45:01 2008 -0700
47365
47366     Recognize 'powerpc' As an Alias for IH_ARCH_PPC
47367
47368     Add support for the recognition of 'powerpc' as an alias for the PowerPC
47369     architecture type since Linux is already trending in that direction,
47370     preferring 'powerpc' to 'ppc'.
47371
47372     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
47373
47374 commit f5a24259190c388c2527bdc49fee34577d862cc7
47375 Author: Wheatley Travis <Travis.Wheatley@freescale.com>
47376 Date:   Fri May 2 13:35:15 2008 -0700
47377
47378     7450 and 86xx L2 cache invalidate bug corrections
47379
47380     The 7610 and related parts have an L2IP bit in the L2CR that is
47381     monitored to signal when the L2 cache invalidate is complete whereas the
47382     7450 and related parts utilize L2I for this purpose. However, the
47383     current code does not account for this difference. Additionally the 86xx
47384     L2 cache invalidate code used an "andi" instruction where an "andis"
47385     instruction should have been used.
47386
47387     This patch addresses both of these bugs.
47388
47389     Signed-off-by: Travis Wheatley <travis.wheatley@freescale.com>
47390     Acked-By: Jon Loeliger <jdl@freescale.com>
47391
47392 commit 4d31cdc45d3592a5545a649fb5a24b458a4e4b72
47393 Author: Wolfgang Denk <wd@denx.de>
47394 Date:   Fri May 9 10:16:13 2008 +0200
47395
47396     Avoid infinite loop "Generating include/autoconf.mk"
47397
47398     Fix a bogus circular dependency that caused an infinite loop of
47399     "Generating include/autoconf.mk" again and again.
47400
47401     Signed-off-by: Wolfgang Denk <wd@denx.de>
47402
47403 commit 567fb852178dbf59529d7301620a3f3732a4b02d
47404 Author: Stelian Pop <stelian@popies.net>
47405 Date:   Thu May 8 22:52:09 2008 +0200
47406
47407     Fix @ -> <at> substitution
47408
47409     When applying the AT91CAP9 patches upstream, something transformed
47410     the '@' character into the ' <at> ' sequence.
47411
47412     The patch below restores the original form in all the places where
47413     it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
47414     were copied from AT91CAP9, and a couple of other files where the
47415     ' <at> ' sequence was present).
47416
47417     Signed-off-by: Stelian Pop <stelian@popies.net>
47418     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47419
47420 commit 73ccb3410a0785593cda7aee455dfc51f790e281
47421 Author: Gary Jennejohn <gary.jennejohn@freenet.de>
47422 Date:   Mon Apr 28 14:04:32 2008 +0200
47423
47424     ppc4xx: Add the Harris QUAD100HD AMCC 405EP-based board
47425
47426     Signed-off-by: Gary Jennejohn <garyj@denx.de>
47427     Signed-off-by: Stefan Roese <sr@denx.de>
47428
47429 commit ef2642625cbfb1c3695e3478d08ae515052a4950
47430 Author: Stefan Roese <sr@denx.de>
47431 Date:   Thu May 8 11:10:46 2008 +0200
47432
47433     ppc4xx: Kilauea: Fix incorrect FPGA FIFO address
47434
47435     Signed-off-by: Stefan Roese <sr@denx.de>
47436
47437 commit a00eccfebc954ad9485161efeca7d9aaf626d530
47438 Author: Stefan Roese <sr@denx.de>
47439 Date:   Thu May 8 11:05:15 2008 +0200
47440
47441     ppc4xx: Add fdt support to all remaining AMCC PPC4xx eval boards
47442
47443     This patch adds fdt (flattened device tree) support to all remaining AMCC
47444     eval boards. Most newer boards already support device tree. With this patch,
47445     all AMCC boards now enable device tree passing from U-Boot to Linux
47446     arch/powerpc kernels.
47447
47448     Signed-off-by: Stefan Roese <sr@denx.de>
47449
47450 commit cb5d88b9611e0c35c53543ad3b4ab99fa82203e3
47451 Author: Stefan Roese <sr@denx.de>
47452 Date:   Thu May 8 11:01:09 2008 +0200
47453
47454     ppc4xx: Add weak default ft_board_setup() routine
47455
47456     This patch adds a default ft_board_setup() routine to the 4xx fdt code.
47457     This routine is defined as weak and can be overwritten by a board specific
47458     one if needed.
47459
47460     Signed-off-by: Stefan Roese <sr@denx.de>
47461
47462 commit d1c1ba85c7915053adf6a8d14a08ac6fcb750d01
47463 Author: Stefan Roese <sr@denx.de>
47464 Date:   Thu May 8 10:48:58 2008 +0200
47465
47466     ppc4xx: acadia: Add fdt support and fix section overlap problem
47467
47468     This patch adds fdt (flattened device tree) support to the AMCC
47469     Acadia eval board. This increases the image size and it doesn't
47470     fit anymore into 256kByte. Since we didn't want to remove features
47471     from the configuration, we decided to increase the U-Boot image size
47472     (add one flash sector).
47473
47474     Also changed the default environment definition to make it
47475     independent of such changes.
47476
47477     Signed-off-by: Stefan Roese <sr@denx.de>
47478
47479 commit 4adb3023de75bc150f088c8935db340930ad38c8
47480 Author: Ira Snyder <iws@ovro.caltech.edu>
47481 Date:   Tue Apr 29 11:18:54 2008 -0700
47482
47483     ppc4xx: Add device tree support to AMCC Yosemite
47484
47485     Add support for booting with a device tree blob. This is needed to boot
47486     ARCH=powerpc kernels. Also add support for setting the eth0 mac address
47487     via the ethaddr variable.
47488
47489     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
47490     Signed-off-by: Stefan Roese <sr@denx.de>
47491
47492 commit b9bbefce1a653ea35f74a66ec117cdda2e043a4b
47493 Author: Dave Mitchell <dmitchell@amcc.com>
47494 Date:   Wed May 7 09:00:23 2008 -0700
47495
47496     ppc4xx: Fix typos in 460GT/EX FBDV array
47497
47498     Corrected two typos in the 460GT/EX FBDV array.
47499
47500     Signed-off-by: Dave Mitchell <dmitchell@amcc.com>
47501     Signed-off-by: Stefan Roese <sr@denx.de>
47502
47503 commit 66f5fa9263629271edc86178b1f224e3c9aab2b3
47504 Author: Andy Fleming <afleming@freescale.com>
47505 Date:   Wed May 7 16:54:31 2008 -0500
47506
47507     85xx: Limit CPU2 workaround to parts that have the errata
47508
47509     Signed-off-by: Ebony Zhu <ebony.zhu@freescale.com>
47510     Signed-off-by: Andy Fleming <afleming@freescale.com>
47511
47512 commit a5fe514e8ace564300d2c1d73846ddff49654243
47513 Author: Lee Nipper <lee.nipper@freescale.com>
47514 Date:   Fri Apr 25 15:44:45 2008 -0500
47515
47516     mpc83xx: system performance settings for MPC8349EMDS.
47517
47518     These same settings are used on MPC8349ITX, and
47519     improve performance on MPC8349EMDS.
47520
47521     Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
47522     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
47523
47524 commit 49387dba910e485640b575e920ee463b7e611dc3
47525 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
47526 Date:   Tue May 6 13:22:52 2008 +0900
47527
47528     [MIPS] cpu/mips/cache.S: Fix build warning
47529
47530     Some old GNU assemblers, such as v2.14 (ELDK 3.1.1), v2.16 (ELDK 4.1.0),
47531     warns illegal global symbol references by bal (and jal also) instruction.
47532     This does not happen with the latest binutils v2.18.
47533
47534     Here's an example on gth2_config:
47535
47536     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
47537     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
47538     c -EB -c -o cache.o cache.S
47539     cache.S: Assembler messages:
47540     cache.S:243: Warning: Pretending global symbol used as branch target is local.
47541     cache.S:250: Warning: Pretending global symbol used as branch target is local.
47542
47543     In principle, gas might be sensitive to global symbol references in PIC
47544     code because they should be processed through GOT (global offset table).
47545     But if `bal' instruction is used, it results in PC-based offset jump.
47546     This is the cause of this warning.
47547
47548     In practice, we know it doesn't matter whether PC-based reference or GOT-
47549     based. As for this case, both will work before/after relocation. But let's
47550     fix the code.
47551
47552     This patch explicitly sets up a target address, then jump there.
47553     Here's an example of disassembled code with/without this patch.
47554
47555      90000668:       1485ffef        bne     a0,a1,90000628 <mips_cache_reset+0x20>
47556      9000066c:       ac80fffc        sw      zero,-4(a0)
47557      90000670:       01402821        move    a1,t2
47558     -90000674:       0411ffba        bal     90000560 <mips_init_icache>
47559     -90000678:       01803021        move    a2,t4
47560     -9000067c:       01602821        move    a1,t3
47561     -90000680:       0411ffcc        bal     900005b4 <mips_init_dcache>
47562     -90000684:       01a03021        move    a2,t5
47563     -90000688:       03000008        jr      t8
47564     -9000068c:       00000000        nop
47565     +90000674:       01803021        move    a2,t4
47566     +90000678:       8f8f83ec        lw      t7,-31764(gp)
47567     +9000067c:       01e0f809        jalr    t7
47568     +90000680:       00000000        nop
47569     +90000684:       01602821        move    a1,t3
47570     +90000688:       01a03021        move    a2,t5
47571     +9000068c:       8f8f81e0        lw      t7,-32288(gp)
47572     +90000690:       01e0f809        jalr    t7
47573     +90000694:       00000000        nop
47574     +90000698:       03000008        jr      t8
47575     +9000069c:       00000000        nop
47576
47577     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
47578
47579 commit 0f8c62a14b523c56874ebcb67c1a16c99aad48b3
47580 Author: Vlad Lungu <vlad.lungu@windriver.com>
47581 Date:   Mon May 5 14:04:00 2008 +0300
47582
47583     Allow building mips versions with ELDK 3.1.1
47584
47585     .gpword works only with local symbols on certain binutils versions
47586
47587     Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com>
47588
47589 commit 12a67a9e51f6b3ec26cb0f077fb5685a447c359d
47590 Author: Wolfgang Denk <wd@denx.de>
47591 Date:   Mon May 5 12:52:36 2008 +0200
47592
47593     MAKEALL: add inka4x0 board
47594
47595     Signed-off-by: Wolfgang Denk <wd@denx.de>
47596
47597 commit b83dcc13ae7b2dab394bfef6f699750d11490ee2
47598 Author: Wolfgang Denk <wd@denx.de>
47599 Date:   Sun May 4 21:34:23 2008 +0200
47600
47601     kb9202 board: fix build problem.
47602
47603     Signed-off-by: Wolfgang Denk <wd@denx.de>
47604
47605 commit 6adf61dc4cb5c53a2df990cbc8df2bceacbfd869
47606 Author: Wolfgang Denk <wd@denx.de>
47607 Date:   Sun May 4 12:10:33 2008 +0200
47608
47609     Prepare for v1.3.3-rc3
47610
47611     Update ChNAGELOG, minor white space cleanup.
47612
47613     Signed-off-by: Wolfgang Denk <wd@denx.de>
47614
47615 commit 7c0773fde6100b61be2558cb5d8c442a3194aecb
47616 Author: Wolfgang Denk <wd@denx.de>
47617 Date:   Sun May 4 00:35:15 2008 +0200
47618
47619     drivers/net/tsec.c: Fix typo.
47620
47621     Signed-off-by: Wolfgang Denk <wd@denx.de>
47622
47623 commit aa737945e6f37a5de5dbad550a7694e0cb2a8120
47624 Author: Mike Frysinger <vapier@gentoo.org>
47625 Date:   Fri May 2 21:45:12 2008 -0400
47626
47627     version_autogenerated.h: use printf rather than echo -n
47628
47629     Some systems are dumb and do not implement the -n flag to echo (like OS X).
47630     Convert the Makefile to use printf as this should work everywhere.
47631
47632     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
47633     Signed-off-by: Wolfgang Denk <wd@denx.de>
47634
47635 commit 4acc2a108ad0a669165924704a6cb083f9138242
47636 Author: Mike Frysinger <vapier@gentoo.org>
47637 Date:   Fri May 2 18:17:50 2008 -0400
47638
47639     fix building when saveenv is disabled in some setups
47640
47641     If you enable environment in the flash, but disable the embedded
47642     option, and you disable the saveenv command, then the #if nested
47643     logic will trigger a compile failure:
47644     env_flash.c: In function 'env_relocate_spec':
47645     env_flash.c:399: error: 'flash_addr' undeclared (first use in this function)
47646     The fix is to add CMD_SAVEENV ifdef protection like everywhere else.
47647
47648     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
47649
47650 commit ccf1ad535ae1c0dc2d466235c668adbdfe3a55b7
47651 Author: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
47652 Date:   Fri May 2 16:10:04 2008 -0400
47653
47654     SBC8548: fix address mask to allow 64M flash
47655
47656     Fix incorrect mask to enable all 64MB of onboard flash.
47657     Previously U-Boot incorrectly mapped only 8MB of flash, this
47658     patch correctly maps all the available flash.
47659
47660     Signed-off-by: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
47661
47662 commit 3648085c464c8c22ef76fab006ca4344d3796124
47663 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47664 Date:   Fri May 2 19:48:56 2008 +0200
47665
47666     qemu_mips: add README
47667
47668     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47669
47670 commit 6fdd002689190a0022c7b3dbab37fcba724580ce
47671 Author: Marcel Ziswiler <marcel@ziswiler.com>
47672 Date:   Fri May 2 02:35:59 2008 +0200
47673
47674     Fix misspelled comment
47675
47676     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
47677
47678 commit fa956fde60b7ec4dd66bd62f9910fd341b5049a1
47679 Author: Mike Frysinger <vapier@gentoo.org>
47680 Date:   Thu May 1 04:13:05 2008 -0400
47681
47682     mkimage: make mmap() checks consistent
47683
47684     The mmap() related code is full of inconsistent casts/constants when
47685     it comes to error checking, and may break when building on some
47686     systems (like ones that do not implicitly define the caddr_t type).
47687     Let's just avoid the whole mess by writing the code nice and clean in
47688     the first place.
47689
47690     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
47691
47692 commit 8e90cd0447a0f0ccf529ef86f0e6b56187d3b82a
47693 Author: Marcel Ziswiler <marcel@ziswiler.com>
47694 Date:   Thu May 1 09:05:34 2008 +0200
47695
47696     Fix defined but not used build warning
47697
47698     - warning: 'srom' defined but not used
47699
47700     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
47701
47702 commit b71190f3250aaffcc81c35f6cfd3498cb7c48013
47703 Author: Marcel Ziswiler <marcel@ziswiler.com>
47704 Date:   Thu May 1 09:05:26 2008 +0200
47705
47706     Fix implicit declaration build warnings
47707
47708     - warning: implicit declaration of function â€˜serial_initialize’
47709
47710     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
47711
47712 commit 9acde129cc3f9c1b3bc11a821480dd446774d618
47713 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
47714 Date:   Tue Apr 29 19:18:32 2008 +0200
47715
47716     TSEC: add config options for VSC8601 RGMII PHY
47717
47718     The Vitesse VSC8601 RGMII PHY has internal delay for both Rx
47719     and Tx clock lines. They are configured using 2 bits in extended
47720     register 0x17.
47721     Therefore CFG_VSC8601_SKEW_TX and CFG_VSC8601_SKEW_RX have
47722     been introduced with valid values 0-3 giving 0.0, 1.4,1.7 and 2.0ns delay.
47723
47724     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
47725     Acked-by: Andy Fleming <afleming@freescale.com>
47726     Acked-by: Ben Warren <biggerbadderben@gmail.com>
47727     --
47728
47729      drivers/net/tsec.c |    6 ++++++
47730      drivers/net/tsec.h |    3 +++
47731      2 files changed, 9 insertions(+), 0 deletions(-)
47732
47733 commit bd98ee60df43ee6dd6f5ebe32c67d03e90513ff8
47734 Author: Wolfgang Denk <wd@denx.de>
47735 Date:   Sat May 3 23:07:15 2008 +0200
47736
47737     Revert "ColdFire: Get information from the correct GCC"
47738
47739     This reverts commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
47740     (replaced by commit c4e5f52a58d278eebb87f476e353972c5dacea40).
47741
47742 commit c4e5f52a58d278eebb87f476e353972c5dacea40
47743 Author: Wolfgang Denk <wd@denx.de>
47744 Date:   Sat May 3 22:25:00 2008 +0200
47745
47746     config.mk: use correct (cross) compiler
47747
47748     Some config.mk files reference $(CC) to test for specific tool chain
47749     features, so make sure $(CC) gets set before including any such
47750     config files.
47751
47752     This patch replaces commit b7166e05a5 ("ColdFire: Get information from
47753     the correct GCC").
47754
47755     Signed-off-by: Wolfgang Denk <wd@denx.de>
47756
47757 commit 27c38689d0cfde0e444239345f97b5eecc9f4067
47758 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47759 Date:   Thu May 1 02:13:44 2008 +0200
47760
47761     pxa: fix previous definition on cpu init
47762
47763     start.S:183:1: warning: "ICMR" redefined
47764     In file included from start.S:33:
47765     include/asm/arch/pxa-regs.h:935:1: warning: this is the location of the previous definition
47766     start.S:187:1: warning: "RCSR" redefined
47767     ...
47768
47769     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47770
47771 commit 6d12e697de794d700767f22f950e3026ccf4daf6
47772 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47773 Date:   Thu May 1 02:13:43 2008 +0200
47774
47775     pxa: fix pcmcia operation on 'i' may be undefined
47776
47777     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47778     Signed-off-by: Wolfgang Denk <wd@denx.de>
47779
47780 commit 4d77f5102dfeaa36cd58d9a9f083bd2cc491526f
47781 Author: Kumar Gala <galak@kernel.crashing.org>
47782 Date:   Wed Apr 30 16:24:35 2008 -0500
47783
47784     MPC8610HPCD: Drop -O2 from the build flags
47785
47786     Make the flags use -Os like all other boards
47787
47788     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
47789
47790 commit 0072b78be2b41e5a0ca3ddc39335574dc2e855bd
47791 Author: Stefan Roese <sr@denx.de>
47792 Date:   Wed Apr 30 15:50:39 2008 +0200
47793
47794     RTC: Fix month offset by one problem in M41T62 RTC driver
47795
47796     This patch fixes a problem with the month being read and written
47797     incorrectly (offset by one). This only gets visible by also using
47798     the Linux driver (rtc-m41t80).
47799
47800     Tested on AMCC Canyonlands.
47801
47802     Signed-off-by: Stefan Roese <sr@denx.de>
47803
47804 commit 141ba1cad8e6598a2466e7e2976c6a12285df619
47805 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
47806 Date:   Sat May 3 13:51:44 2008 +0900
47807
47808     [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker
47809
47810     Current trick to pick up GNU assembler minor version uses a dot(.) as a
47811     delimiter, and take the second field to obtain minor version number. But
47812     as can be expected, this doesn't work with a version string which has
47813     dots more than needs.
47814
47815     Here's an example:
47816
47817     $ mips-linux-gnu-as --version | grep 'GNU assembler'
47818     GNU assembler (Sourcery G++ Lite 4.2-129) 2.18.50.20080215
47819     $ mips-linux-gnu-as --version | grep 'GNU assembler' | cut -d. -f2
47820     2-129) 2
47821     $
47822
47823     This patch restricts the version format to 2.XX.XX... This will work
47824     in most cases.
47825
47826     $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+'
47827     2.18.50.20080215
47828     $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+' | cut -d. -f2
47829     18
47830     $
47831
47832     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
47833
47834 commit ea638951acead7f1086c908c0b9f086beab82a22
47835 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
47836 Date:   Sat May 3 13:51:28 2008 +0900
47837
47838     [MIPS] cpu/mips/cache.S: Add dcache_enable
47839
47840     Recent bootelf command fixes (017e9b7925f74878d0e9475388cca9bda5ef9482,
47841     "allow ports to override bootelf behavior") requires ports to have this
47842     function.
47843
47844     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
47845     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47846
47847 commit d2c6fbec4397c936b18cd42482b6973cd6781bdf
47848 Author: Wolfgang Denk <wd@denx.de>
47849 Date:   Thu May 1 21:30:16 2008 +0200
47850
47851     onenand: rename 16 bit memory copy into memcpy_16() to avoid conflicts
47852
47853     Onenand needs a version of memcpy() which performs 16 bit accesses
47854     only; make sure the name does not conflict with the standard
47855     function.
47856
47857     Signed-off-by: Wolfgang Denk <wd@denx.de>
47858
47859 commit 12bc4e94251c369c529ffa505cf58b148c372f7f
47860 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47861 Date:   Wed Apr 30 22:38:17 2008 +0200
47862
47863     cmd_nand: fix warning: str2long ncompatible pointer type
47864
47865     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
47866
47867 commit 1b9ed2574a38c93cb03dad41885fc06be4bfc9dd
47868 Author: Timur Tabi <timur@freescale.com>
47869 Date:   Fri Apr 4 11:16:11 2008 -0500
47870
47871     Fix calculation of I2C clock for some 86xx chips
47872
47873     Some 86xx chips use CCB as the base clock for the I2C, and others used CCB/2.
47874     There is no pattern that can be used to determine which chips use which
47875     frequency, so the only way to determine is to look up the actual SOC
47876     designation and use the right value for that SOC.
47877
47878     Signed-off-by: Timur Tabi <timur@freescale.com>
47879
47880 commit f32f7fe7bd3a5bda3a476520f00e1aca7c2103a9
47881 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
47882 Date:   Wed Apr 30 12:11:19 2008 -0500
47883
47884     ColdFire: Fix ethernet hang issue for mcf547x_8x
47885
47886     The ethernet hang is caused by receiving buffer in DRAM is not
47887     yet ready due to access cycles require longer time in DRAM.
47888     Relocate DMA buffer descriptors from DRAM to internal SRAM.
47889
47890     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
47891
47892 commit 886d90176fc257e0ab4d0db05d11d0749bbed3ca
47893 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
47894 Date:   Wed Apr 30 12:10:47 2008 -0500
47895
47896     ColdFire: Fix compilation issue caused by new changes in fsl_i2c.c
47897
47898     Signed-off-by: Luigi Comio Mantellini <luigi.mantellini@idf-hit.com>
47899     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
47900
47901 commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
47902 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
47903 Date:   Wed Apr 30 12:10:23 2008 -0500
47904
47905     ColdFire: Get information from the correct GCC
47906
47907     Signed-off-by: Kurt Mahan <kmahan@freescale.com>
47908     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
47909
47910 commit 378e7ec95da4751ec8fe461baacab2bf7d2512a9
47911 Author: dirk.behme@googlemail.com <dirk.behme@googlemail.com>
47912 Date:   Wed Apr 30 18:02:59 2008 +0200
47913
47914     Fix warning in env_nand.c if compiled for DaVinci Schmoogie
47915
47916     Fix warnings
47917
47918     nv_nand.c: In function 'saveenv':
47919     env_nand.c:200: warning: passing argument 3 of 'nand_write' from incompatible pointer type
47920     env_nand.c: In function 'env_relocate_spec':
47921     env_nand.c:275: warning: passing argument 3 of 'nand_read' from incompatible pointer type
47922
47923     if compiled for davinci_schmoogie_config.
47924
47925     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
47926     Ack by: Sergey Kubushyn <ksi@koi8.net>
47927
47928 commit 33a4a70d48d622cc4950c60a84fec23b9421f23e
47929 Author: Anatolij Gustschin <agust@denx.de>
47930 Date:   Wed Apr 30 13:34:40 2008 +0200
47931
47932     Fix warnings while compiling net/net.c for MPC8610HPCD board
47933
47934     MPC8610HPCD board adds -O2 gcc option to PLATFORM_CPPFLAGS
47935     causing overriding default -Os option. New gcc (ver. 4.2.2)
47936     produces warnings while compiling net/net.c file with -O2
47937     option. The patch is an attempt to fix this.
47938
47939     Signed-off-by: Anatolij Gustschin <agust@denx.de>
47940
47941 commit 58b575e575c25fdf8c88141e145db201f3092149
47942 Author: Sascha Laue <Sascha.Laue@gmx.biz>
47943 Date:   Wed Apr 30 15:23:38 2008 +0200
47944
47945     lwmon5: fix offset error in sysmon0 POST
47946
47947     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
47948     Signed-off-by: Wolfgang Denk <wd@denx.de>
47949
47950 commit e7419b243a373de4ee042f7d4f45f66de787240d
47951 Author: Sascha Laue <Sascha.Laue@gmx.biz>
47952 Date:   Wed Apr 30 15:16:35 2008 +0200
47953
47954     lwmon5: fix manual merge error in POST
47955
47956     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
47957
47958 commit 42ffcec3f9eba010a662d5b42981812b6bebfb9a
47959 Author: Wolfgang Denk <wd@denx.de>
47960 Date:   Wed Apr 30 17:46:26 2008 +0200
47961
47962     cmd_nand.c: fix another 'incompatible pointer type' warning.
47963
47964     Signed-off-by: Wolfgang Denk <wd@denx.de>
47965
47966 commit de109d909707e2dfe806be5efc3cdb103b47c8ad
47967 Author: Wolfgang Denk <wd@denx.de>
47968 Date:   Wed Apr 30 17:25:07 2008 +0200
47969
47970     Makefile: fix parallel builds
47971
47972     This problem shows up with parallel builds only; it results in
47973     somewhat cryptic error messages like
47974
47975         $ JOBS=-j6 MAKEALL netstar
47976         Configuring for netstar board...
47977         arm-linux-ld: cannot find -lgeneric
47978         make[1]: *** [eeprom.srec] Error 1
47979
47980     A few boards (like netstar and voiceblue) need some libraries for
47981     building; however, the board Makefile does not contain any such
47982     dependencies which may cause problems with parallel builds. Adding
47983     such dependencies is difficult as we would also have to provide build
47984     rules, which already exist in the respective library Makefiles.
47985
47986     To solve this, we make sure that all libraries get built before the
47987     board code.
47988
47989     Signed-off-by: Wolfgang Denk <wd@denx.de>
47990
47991 commit 4f27098e5b0736989b13cd61d7bca94b3574cf5f
47992 Author: Stefan Roese <sr@denx.de>
47993 Date:   Wed Apr 30 14:51:36 2008 +0200
47994
47995     ppc4xx: Adapt Canyonlands fixed DDR2 setup to new DIMM module
47996
47997     This patch changes the Canyonlands/Glacier fixed DDR2 controller setup
47998     used for NAND booting to match the values needed for the new 512MB
47999     DIMM modules shipped with the productions boards:
48000
48001     Crucial: CT6464AC667.8FB
48002
48003     Signed-off-by: Stefan Roese <sr@denx.de>
48004
48005 commit ea9202a659dc75996facf1475f1866a19a9d3129
48006 Author: Stefan Roese <sr@denx.de>
48007 Date:   Wed Apr 30 10:49:43 2008 +0200
48008
48009     ppc4xx: Fix problem with DIMMs with 8 banks in 44x_spd_ddr2.c
48010
48011     This patch fixes a problem with DIMMs that have 8 banks. Now the
48012     MCIF0_MBxCF register will be setup correctly for this setup too.
48013
48014     This was noticed with the 512MB DIMM on Canyonlands/Glacier.
48015
48016     Signed-off-by: Stefan Roese <sr@denx.de>
48017
48018 commit 76617299358ebba260ecc02d33e8e75d8d13dd3b
48019 Author: Wolfgang Denk <wd@denx.de>
48020 Date:   Tue Apr 29 23:41:06 2008 +0200
48021
48022     Prepare v1.3.3-rc2, again.
48023
48024     Signed-off-by: Wolfgang Denk <wd@denx.de>
48025
48026 commit b7fcc4c13993782342cf5cd20d237a6281648a0b
48027 Author: Wolfgang Denk <wd@denx.de>
48028 Date:   Tue Apr 29 23:35:24 2008 +0200
48029
48030     Prepare v1.3.3-rc2
48031
48032     Signed-off-by: Wolfgang Denk <wd@denx.de>
48033
48034 commit f7b16a0a4d571dd33b2b5185a54f7ddc311f89d4
48035 Author: Wolfgang Denk <wd@denx.de>
48036 Date:   Tue Apr 29 23:32:20 2008 +0200
48037
48038     common/env_nand.c: fix one more incompatible pointer type issue
48039
48040     Signed-off-by: Wolfgang Denk <wd@denx.de>
48041
48042 commit ea6f66894f952229eebfc4ad03cd21fe5c8b3f0f
48043 Author: Wolfgang Denk <wd@denx.de>
48044 Date:   Tue Apr 29 21:33:08 2008 +0200
48045
48046     post/board/lwmon5/sysmon.c: fix manual merge error.
48047
48048     Signed-off-by: Wolfgang Denk <wd@denx.de>
48049
48050 commit 70a0f81412b0b18a6fd0bea960451bc6c2cca49a
48051 Author: Kumar Gala <galak@kernel.crashing.org>
48052 Date:   Tue Apr 29 12:54:59 2008 -0500
48053
48054     85xx: Add -mno-spe to e500/85xx builds
48055
48056     Newer gcc's might be configured to enable autovectorization by default.
48057     If we happen to build with one of those compilers we will get SPE
48058     instructions in random code.
48059
48060     -mno-spe disables the compiler for automatically generating SPE
48061     instructions without our knowledge.
48062
48063     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48064
48065 commit 8ea08e5be69436abcc95d3da114de4a2ff8a6ab5
48066 Author: Kumar Gala <galak@kernel.crashing.org>
48067 Date:   Tue Apr 29 10:18:34 2008 -0500
48068
48069     Update .gitignore for zlib.h
48070
48071     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48072
48073 commit 45239cf4152109caa925145ccd433529902df887
48074 Author: Kumar Gala <galak@kernel.crashing.org>
48075 Date:   Tue Apr 29 10:27:08 2008 -0500
48076
48077     85xx/86xx: Rename ext_refrec to timing_cfg_3 to match docs
48078
48079     All the 85xx and 86xx UM describe the register as timing_cfg_3
48080     not as ext_refrec.
48081
48082     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48083
48084 commit ef7d30b14394e4c4a153118f5845760cadada02a
48085 Author: Kumar Gala <galak@kernel.crashing.org>
48086 Date:   Tue Apr 29 10:28:34 2008 -0500
48087
48088     85xx/86xx: Rename DDR init address and init extended address register
48089
48090     Rename init_addr and init_ext_addr to match the docs between
48091     85xx and 86xx.  Both now use 'init_addr' and 'init_ext_addr'.
48092
48093     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48094
48095 commit cf6cc014270549684873a5972d2595052c468cb6
48096 Author: Kumar Gala <galak@kernel.crashing.org>
48097 Date:   Mon Apr 28 02:24:04 2008 -0500
48098
48099     85xx: Additional fixes and cleanup of MP code
48100
48101     * adjust __spin_table alignment to match ePAPR v0.94 spec
48102     * loop over all cpus when determing who is up.  This fixes an issue if
48103       the "boot cpu" isn't core0.  The "boot cpu" will already be in the
48104       cpu_up_mask so there is no harm
48105     * Added some protection in the code to ensure proper behavior.  These
48106       changes are explicitly needed but don't hurt:
48107       - Added eieio to ensure the "hot word" of the table is written after
48108         all other table updates have occurred.
48109       - Added isync to ensure we don't prefetch loading of table entries
48110         until we a released
48111
48112     These issues we raised by Dave Liu.
48113
48114     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48115
48116 commit b2d527a8b9fb50afccbaf79b5540952585cdc760
48117 Author: Yuri Tikhonov <yur@emcraft.com>
48118 Date:   Tue Apr 29 15:06:41 2008 +0200
48119
48120     lwmon5: minor clean-up to include/configs/lwmon5.h
48121
48122     LWMON5 DSPIC POST uses the watch-dog scratch register. So, make
48123     the CFG_DSPIC_TEST_ADDR definition more readable.
48124
48125     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
48126
48127 commit f4c4d21a885ccc222fd0acdf653b683249e85117
48128 Author: Stefan Roese <sr@denx.de>
48129 Date:   Tue Apr 29 16:08:05 2008 +0200
48130
48131     ppc4xx: Fix CFG_MONITOR_LEN on Katmai failsave this time
48132
48133     Signed-off-by: Stefan Roese <sr@denx.de>
48134
48135 commit 138105efe1d2b1a40a3a97b4c1f85c2111bea2d8
48136 Author: Yuri Tikhonov <yur@emcraft.com>
48137 Date:   Tue Apr 29 13:32:45 2008 +0200
48138
48139     ppc flush_cache: add watch-dog triggering into the loops.
48140
48141     Some boards (e.g. lwmon5) need rather a frequent watch-dog
48142     kicking. Since the time it takes for the flush_cache() function
48143     to complete its job depends on the size of data being flushed, one
48144     may encounter watch-dog resets on such boards when, for example,
48145     download big files over ethernet.
48146
48147     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
48148
48149 commit cab99d6f3281ab6784feccf98b9b425daa58418a
48150 Author: Stefan Roese <sr@denx.de>
48151 Date:   Tue Apr 29 14:44:54 2008 +0200
48152
48153     ppc4xx: Fix compilation warning in denali_spd_ddr2.c
48154
48155     Signed-off-by: Stefan Roese <sr@denx.de>
48156
48157 commit 4ec9d78fe5cd585d2868731fa108ca1e62730e70
48158 Author: Stefan Roese <sr@denx.de>
48159 Date:   Tue Apr 29 14:12:07 2008 +0200
48160
48161     ppc4xx: Fix Katmai CFG_MONITOR_LEN
48162
48163     Signed-off-by: Stefan Roese <sr@denx.de>
48164
48165 commit 85ad184b3b2b0f8af9228477303c55dca1b52ed7
48166 Author: Stefan Roese <sr@denx.de>
48167 Date:   Tue Apr 29 13:57:07 2008 +0200
48168
48169     ppc4xx: Complete remove bogus dflush()
48170
48171     Since the current dflush() implementation is know to have some problems
48172     (as seem on lwmon5 ECC init) this patch removes it completely and replaces
48173     it by using clean_dcache_range().
48174
48175     Tested on Katmai with ECC DIMM.
48176
48177     Signed-off-by: Stefan Roese <sr@denx.de>
48178
48179 commit 135846d6ecaad255ad28d93ebbb78b3d5da68cdc
48180 Author: Stefan Roese <sr@denx.de>
48181 Date:   Tue Apr 29 13:36:51 2008 +0200
48182
48183     ppc4xx: Change ECC initialization on lwmon5 to use clean_dcache_range()
48184
48185     As it seems the "old" ECC initialization routine by using dflush() didn't
48186     write all lines in the dcache back to memory on lwmon5. This could lead
48187     to ECC error upon Linux booting. This patch changes the program_ecc()
48188     routine to now use clean_dcache_range() instead of dflush().
48189     clean_dcache_range() uses dcbst which is exactly what we want in this
48190     case.
48191
48192     Since dflush() is known is cause problems, this routine will be
48193     removed completely and replaced by clean_dcache_range() with an
48194     additional patch.
48195
48196     Signed-off-by: Stefan Roese <sr@denx.de>
48197
48198 commit 18ec19e4aa1a045dfbf2c7c2e33963488e92d757
48199 Author: Yuri Tikhonov <yur@emcraft.com>
48200 Date:   Mon Apr 28 18:19:34 2008 +0200
48201
48202     POST: fix Makefiles for mpc8xx, lwmon, and netta POSTs.
48203
48204     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
48205
48206 commit eea5a743a2193ef2a05b9bc6dc447ba241416f35
48207 Author: Markus Brunner <super.firetwister@googlemail.com>
48208 Date:   Mon Apr 28 08:47:47 2008 +0200
48209
48210     ppc4xx: Fixup ebc clock in FDT for 405GP/EP
48211
48212     On ppc405EP and ppc405GP (at least) the ebc is directly attached to the plb
48213     and not to the opb. This patch will try to fixup /plb/ebc if /plb/opb/ebc
48214     doesn't exist.
48215
48216     Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
48217
48218 commit 2ef7503a593c77a80c2a054011970227c4b62774
48219 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48220 Date:   Thu Apr 24 07:57:17 2008 +0200
48221
48222     NE2000: Fix regresssion introduced by e710185aae90 on non AX88796
48223
48224     Move non-inlied functions into specific drivers file
48225     Set get_prom as weak
48226
48227     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48228     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
48229     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
48230
48231 commit 40cb90ee2b97db1f697e1b54f19a548ffc96d71b
48232 Author: Guennadi Liakhovetski <lg@denx.de>
48233 Date:   Thu Apr 3 17:04:19 2008 +0200
48234
48235     net: make ARP timeout configurable
48236
48237     Currently the timeout waiting for an ARP reply is hard set to 5 seconds.
48238     On i.MX31ADS due to a hardware "strangeness" up to four first IP packets
48239     to the boards get lost, which typically are ARP replies. By configuring
48240     the timeout to a lower value we significantly improve the first network
48241     transfer time on this board. The timeout is specified in milliseconds,
48242     later internally it is converted to deciseconds, because it has to be
48243     converted to hardware ticks, and CFG_HZ ranges from 900 to 27000000 on
48244     different boards.
48245
48246     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
48247     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
48248
48249 commit 13e0b8f7ca9d29267bf01d7a01e521a0517adce1
48250 Author: Guennadi Liakhovetski <lg@denx.de>
48251 Date:   Thu Apr 3 13:36:18 2008 +0200
48252
48253     minor cs8900 driver clean up
48254
48255     Remove a redundant register definition, clean up some coding style
48256     violations.
48257
48258     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
48259     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
48260
48261 commit 707fa917cca24c0f22776f48ac4a6fa5e5189b10
48262 Author: Wolfgang Denk <wd@denx.de>
48263 Date:   Mon Apr 28 22:01:04 2008 +0200
48264
48265     jffs2_1pass.c: fix incompatible pointer type warning
48266
48267     Signed-off-by: Wolfgang Denk <wd@denx.de>
48268
48269 commit 6aee00f5e6a1cf29d8fe8fdc9b7252fbd31115d9
48270 Author: Sascha Laue <Sascha.Laue@gmx.biz>
48271 Date:   Tue Apr 1 10:10:18 2008 +0200
48272
48273     lwmon5: update dsPIC POST spezification
48274
48275     The specification for the lwmon5 board dsPIC POST got changed.
48276     Also add defines for the temperatures  and voltages.
48277
48278     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
48279
48280 commit 3e4615ab7ff38781a5dd80d0f49b9af55b4fe0b7
48281 Author: Sascha Laue <Sascha.Laue@gmx.biz>
48282 Date:   Tue Apr 1 15:13:03 2008 +0200
48283
48284     Fix watchdog POST for lwmon5
48285
48286     If the hardware watchdog detects a voltage error, the watchdog sets
48287     GPIO62 to low. The watchdog POST has to detect this low level.
48288
48289     Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
48290     Signed-off-by: Wolfgang Denk <wd@denx.de>
48291
48292 commit dd5748bcd669f46aeb6686c1b341323843738ccc
48293 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
48294 Date:   Mon Apr 28 14:37:14 2008 +0200
48295
48296     rtl8169: fix compiler warnings
48297
48298     Fix multiple compiler warnings related to argument type mismatch.
48299
48300     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
48301
48302 commit 413bf586266f86c6bdbc6c6d140f67a15af4c4f1
48303 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
48304 Date:   Mon Apr 28 14:36:06 2008 +0200
48305
48306     IDE: fix compiler warnings
48307
48308     The IDE driver can use 32-bit addresses in LBA mode, in which case it
48309     spits multiple warnings during compilation. Fix them.
48310
48311     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
48312
48313 commit db9084de28c46ac81c8f681722cb0d7411be4d7f
48314 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
48315 Date:   Mon Apr 28 14:35:57 2008 +0200
48316
48317     LinkStation: fix compiler warning, add a maintainer
48318
48319     out_8 wants a pointer to an unsigned as the first argument. Add a
48320     maintainer for Linkstation boards.
48321
48322     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
48323
48324 commit c71abba3cb67b063f789f17abf6c7447727c0cd5
48325 Author: Wolfgang Denk <wd@denx.de>
48326 Date:   Mon Apr 28 14:55:12 2008 +0200
48327
48328     cmd_nand.c: fix "differ in signedness" problem
48329
48330     Signed-off-by: Wolfgang Denk <wd@denx.de>
48331
48332 commit f2c288a35341ad02ac03b1563d786763c9c8f159
48333 Author: Wolfgang Denk <wd@denx.de>
48334 Date:   Mon Apr 28 12:48:47 2008 +0200
48335
48336     pcnet.c: fix a merge issue
48337
48338     Signed-off-by: Wolfgang Denk <wd@denx.de>
48339
48340 commit 4ca79f477ebd25a6872e6196d80e2f5eff441376
48341 Author: Wolfgang Denk <wd@denx.de>
48342 Date:   Mon Apr 28 12:08:18 2008 +0200
48343
48344     NAND: fix some strict-aliasing compiler warnings
48345
48346     Signed-off-by: Wolfgang Denk <wd@denx.de>
48347
48348 commit 5cd0130ecc79d6dcde1b1ac253abc457ca8c3115
48349 Author: Stefan Roese <sr@denx.de>
48350 Date:   Mon Apr 28 11:37:14 2008 +0200
48351
48352     ppc4xx: Fix compile warning of hcu4 board
48353
48354     Signed-off-by: Stefan Roese <sr@denx.de>
48355
48356 commit 5379cd15dd6c74ac51499bce3455bf6e0cdbe9f1
48357 Author: Wolfgang Denk <wd@denx.de>
48358 Date:   Mon Apr 28 11:31:23 2008 +0200
48359
48360     MPC8323ERDB: fix implicit declaration of function 'mac_read_from_eeprom'
48361
48362     Signed-off-by: Wolfgang Denk <wd@denx.de>
48363
48364 commit 7602ed50a2f0ef3dc8d7da93f116de50288f5b59
48365 Author: Guennadi Liakhovetski <lg@denx.de>
48366 Date:   Mon Apr 28 00:25:32 2008 +0200
48367
48368     mx31ads: fix loadaddr environment variable define
48369
48370     Arithmetic expressions do not get evaluated under stringification. Remove
48371     default network configuration, add DHCP command support. Thanks to Felix
48372     Radensky for reporting.
48373
48374     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
48375
48376 commit 144eec777ac07bcb12bd38245a5a289f694a7f98
48377 Author: Wolfgang Denk <wd@denx.de>
48378 Date:   Mon Apr 28 10:55:24 2008 +0200
48379
48380     katmai: fix section overlap problem
48381
48382     Since we didn't want to remove features from the configuration, we
48383     decided to increase the U-Boot image size (add one flash sector).
48384
48385     Also changed the default environment definition to make it
48386     independent of such changes.
48387
48388     Signed-off-by: Wolfgang Denk <wd@denx.de>
48389     Acked-by: Stefan Roese <sr@denx.de>
48390
48391 commit 941d696d25624e3cc65ebf924199541acf52d74e
48392 Author: Wolfgang Denk <wd@denx.de>
48393 Date:   Mon Apr 28 10:55:24 2008 +0200
48394
48395     katmai: fix section overlap problem
48396
48397     Since we didn't want to remove features from the configuration, we
48398     decided to increase the U-Boot image size (add one flash sector).
48399
48400     Also changed the default environment definition to make it
48401     independent of such changes.
48402
48403     Signed-off-by: Wolfgang Denk <wd@denx.de>
48404     Acked-by: Stefan Roese <sr@denx.de>
48405
48406 commit 03c6cd39f9184143fd8c537872b3d4b2e03f1466
48407 Author: Kumar Gala <galak@kernel.crashing.org>
48408 Date:   Sat Apr 26 11:44:44 2008 -0500
48409
48410     post: Fix building with O=
48411
48412     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48413
48414 commit fd7531c1e9d56b9e5e06d2c0e02b798dab72f70c
48415 Author: Wolfgang Denk <wd@denx.de>
48416 Date:   Sat Apr 26 01:55:00 2008 +0200
48417
48418     Prepare v1.3.3-rc1
48419
48420     Signed-off-by: Wolfgang Denk <wd@denx.de>
48421
48422 commit 19cf2ec90d8ce52da60c1693693c4048cb810967
48423 Author: Wolfgang Denk <wd@denx.de>
48424 Date:   Sat Apr 26 01:25:39 2008 +0200
48425
48426     post/Makefile: make sure to use the correct flags
48427
48428     ARFLAGS was not set, which caused "ppc_8xx-ar: creating libgenpost.a"
48429     messages to be printed.
48430
48431     Signed-off-by: Wolfgang Denk <wd@denx.de>
48432
48433 commit 7ed4011733e7dca8f64d21291e4294662f7dc3e2
48434 Author: Wolfgang Denk <wd@denx.de>
48435 Date:   Sat Apr 26 00:34:42 2008 +0200
48436
48437     Coding Style cleanup, update CHANGELOG
48438
48439     Signed-off-by: Wolfgang Denk <wd@denx.de>
48440
48441 commit f9204e15173834ff8d123e36279ce49c3c6c74fc
48442 Author: Magnus Lilja <lilja.magnus@gmail.com>
48443 Date:   Sun Apr 20 10:38:12 2008 +0200
48444
48445     i.MX31: Enable SPI and MC13783/RTC support for the Litekit board
48446
48447     This patch enables SPI and MC13783/RTC support for the Litekit board.
48448
48449     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
48450
48451 commit f97abbfb47d9e407354e157cae3f6369e460cd37
48452 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
48453 Date:   Fri Apr 25 01:08:32 2008 -0500
48454
48455     MPC8544DS: decode pcie3 end-point configuration correctly.
48456
48457     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
48458     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48459
48460 commit 292188e15523c165c4269403fdcd33c26d89176e
48461 Author: Roy Zang <tie-fei.zang@freescale.com>
48462 Date:   Fri Apr 25 00:55:09 2008 -0500
48463
48464     MPC8544DS: Removes the unknown flash message information
48465
48466     This patch removes the unknown flash message information:
48467     '## Unknown FLASH on Bank 1 - Size = 0xdeadbeef = -286261248 MB'
48468     This unknown flash message is caused by PromJet.
48469     Some of the board user is unhappy with this information.
48470
48471     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
48472     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48473
48474 commit b2115757403beef0ac6bc2c6c3b24f31256a75d2
48475 Author: Kim Phillips <kim.phillips@freescale.com>
48476 Date:   Thu Apr 24 14:07:38 2008 -0500
48477
48478     mpc83xx: bump loadaddr over fdtaddr to 0x500000
48479
48480     this seems as a good compromise between human memory, typing,
48481     and last but not least, to accommodate for current and future kernel bloat.
48482
48483     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
48484     Acked-by: Dave Liu <daveliu@freescale.com>
48485
48486 commit be5a7190265a34d968578ff266549c60f6f57654
48487 Author: Dave Liu <r63238@freescale.com>
48488 Date:   Tue Apr 15 13:12:23 2008 +0800
48489
48490     mpc83xx: clean up the readme for 83xx boards
48491
48492     1. correct the typo
48493     2. correct the memory map for 837xerdb board
48494
48495     Signed-off-by: Dave Liu <daveliu@freescale.com>
48496
48497 commit bcae52a6819ee9dad5d0d96cd7daeb20108d45ff
48498 Author: Dave Liu <r63238@freescale.com>
48499 Date:   Tue Apr 15 13:11:11 2008 +0800
48500
48501     mpc83xx: remove the unused CPM's stuff
48502
48503     The MPC83xx family never have CPM block, so remove it from 83xx.
48504
48505     Signed-off-by: Dave Liu <daveliu@freescale.com>
48506
48507 commit c63ad6325a8ac0097a54b418a3288926b0484b18
48508 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
48509 Date:   Fri Apr 18 16:29:40 2008 +0200
48510
48511     cfi-flash: Add CFG_FLASH_AUTOPROTECT_LIST
48512
48513     This patch adds a configurable flash auto protection list that can be used
48514     to make U-Boot protect flash regions in flash_init().
48515
48516     The idea has been discussed on the u-boot mailing list starting
48517     on Nov 18th, 2007.
48518
48519     Even this patch brings a new feature it is used as a bugfix for 4xx
48520     platforms where flash_init() does not completely protect the
48521     monitor's flash range in all situations.
48522
48523     U-Boot protects the flash range from CFG_MONITOR_BASE to
48524     (CFG_MONITOR_BASE + monitor_flash_len  - 1) by default. This does not
48525     include the reset vector at 0xfffffffc.
48526
48527     Example:
48528     #define CFG_FLASH_AUTOPROTECT_LIST {{0xfff80000, 0x80000}}
48529
48530     This config option will auto protect the last 512k of flash that
48531     contains the bootloader on board like APC405 and PMC405.
48532
48533     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
48534
48535 commit d0d91ae3acb4f29d1a2a3a766747478ed54e2848
48536 Author: Stefan Roese <sr@denx.de>
48537 Date:   Fri Apr 25 13:59:03 2008 +0200
48538
48539     ppc4xx: Remove double defines in lwmon5.h
48540
48541     introduced with latest lwmon5/POST merge
48542
48543     Signed-off-by: Stefan Roese <sr@denx.de>
48544
48545 commit 7590378fb9c686709492ceb142825cd058255956
48546 Author: Bartlomiej Sieka <tur@semihalf.com>
48547 Date:   Fri Apr 25 13:54:02 2008 +0200
48548
48549     Use watchdog-aware functions when calculating hashes of images - take two
48550
48551     Some files didn't get updated properly with the "Use watchdog-aware
48552     functions when calculating hashes of images" commit, this commit
48553     fixes this.
48554
48555     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
48556     Signed-off-by: Wolfgang Denk <wd@denx.de>
48557
48558 commit 8e048c438e20ec89b49da5f085f8f756eba6e587
48559 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
48560 Date:   Fri Apr 25 12:01:39 2008 +0200
48561
48562     ppc4xx: Add bootcount limit handling for APC405 boards
48563
48564     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
48565
48566 commit 1de6b28be5d107ae90ad7a8a43653c49966e8afe
48567 Author: Bartlomiej Sieka <tur@semihalf.com>
48568 Date:   Fri Apr 25 12:10:09 2008 +0200
48569
48570     Use watchdog-aware functions when calculating hashes of images
48571
48572     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
48573
48574 commit d00ce09040d3100e2c7998ef56db62c2d20d9ee3
48575 Author: Wolfgang Denk <wd@denx.de>
48576 Date:   Fri Apr 25 12:44:08 2008 +0200
48577
48578     USB: fix more GCC 4.2.x aliasing warnings
48579
48580     Signed-off-by: Wolfgang Denk <wd@denx.de>
48581     Acked-by: Markus Klotzbuecher <mk@denx.de>
48582
48583 commit aff4f86448f6586930f0a3be7fc4b0ddcf450980
48584 Author: Wolfgang Denk <wd@denx.de>
48585 Date:   Fri Apr 25 12:41:53 2008 +0200
48586
48587     lib_generic/crc32.c: add missing #include <watchdog.h>
48588
48589     Signed-off-by: Wolfgang Denk <wd@denx.de>
48590
48591 commit 03ccdbcd5602610cea4bd0db7e48e1ef881a51ef
48592 Author: Wolfgang Denk <wd@denx.de>
48593 Date:   Fri Apr 25 11:52:21 2008 +0200
48594
48595     lib_generic/crc32.c: fix compile problem
48596
48597     Signed-off-by: Wolfgang Denk <wd@denx.de>
48598
48599 commit 24bfedbd0be4dcaa94861407820d6a70fea7e03b
48600 Author: Stefan Roese <sr@denx.de>
48601 Date:   Tue Apr 22 12:20:32 2008 +0200
48602
48603     ppc4xx: Pass PCIe root-complex/endpoint configuration to Linux via the fdt
48604
48605     The PCIe root-complex/endpoint setup as configured via the "pcie_mode"
48606     environment variable will now get passed to the Linux kernel by setting
48607     the device_type property of the PCIe device tree node. For normal root-
48608     complex configuration it will keep its defaults value of "pci" and for
48609     endpoint configuration it will get changed to "pci-endpoint".
48610
48611     Signed-off-by: Stefan Roese <sr@denx.de>
48612
48613 commit eb0615bf600d2caf5aa2958f47f5ba364c52d5e7
48614 Author: Yuri Tikhonov <yur@emcraft.com>
48615 Date:   Thu Apr 24 10:30:53 2008 +0200
48616
48617     lwmon5: watchdog POST fix
48618
48619     Use the GPT0_MASKx registers as the temporary storage for watch-dog
48620     timer POST test instead of GPT0_COMPx. The latter
48621     (GPT0_COMP1..GPT0_COMP5) are used for the log-buffer header.
48622
48623     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
48624     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
48625
48626 commit 78e488298824bc150b5f3ebf7958cd71fa2af1b9
48627 Author: Kim Phillips <kim.phillips@freescale.com>
48628 Date:   Mon Apr 21 18:10:14 2008 -0500
48629
48630     lib_ppc: Revert "Make MPC83xx one step closer to full relocation."
48631
48632     This reverts commit 70431e8a7393b6b793f77957f95b999fc9a269b8 which has
48633     proven problematic getting right from the start at least on 83xx and
48634     4xx.
48635
48636     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
48637
48638 commit a99715b8ebfc500f3f40e01b36b64d473938443d
48639 Author: Detlev Zundel <dzu@denx.de>
48640 Date:   Fri Apr 18 14:50:01 2008 +0200
48641
48642     Realining some header definitions.
48643
48644     Signed-off-by: Detlev Zundel <dzu@denx.de>
48645
48646 commit 4acbc6c7f993cae409c424615415a3e76820f13d
48647 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48648 Date:   Thu Apr 24 07:57:16 2008 +0200
48649
48650     NE2000: coding style cleanup
48651
48652     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48653
48654 commit b4aff1ffaf7120032c653357c007faa14f74d29d
48655 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48656 Date:   Wed Apr 23 00:11:47 2008 +0900
48657
48658     qemu-mips.h: Add CFI support
48659
48660     CONFIG_ENV_OVERWRITE is also added.
48661
48662     This patch is originally created by Jean-Christophe PLAGNIOL-VILLARD.
48663
48664     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48665     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
48666
48667 commit 4a1f11b45a82908e5b0df602d703082413a6b7ed
48668 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
48669 Date:   Tue Apr 22 22:47:27 2008 +0900
48670
48671     doc/README.mips: Add MIPS notes
48672
48673     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
48674
48675 commit 215b01bba8bc662d35f72b084700b192d367dfb4
48676 Author: Bartlomiej Sieka <tur@semihalf.com>
48677 Date:   Tue Apr 22 12:27:56 2008 +0200
48678
48679     Add support for calculating hashes with watchdog triggering
48680
48681     Implement watchodg-aware variants of hash calculation functions:
48682     - crc32_wd()
48683     - md5_wd()
48684     - sha1_csum_wd()
48685     The above functions calculate the hash of the input buffer in chunks,
48686     triggering the watchdog after processing each chunk. The chunk size
48687     is given as a function call parameter.
48688
48689     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
48690
48691 commit 8875e3abab986df930167ce5c1ac4f95dcacc81c
48692 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
48693 Date:   Wed Apr 23 11:02:12 2008 +0900
48694
48695     qemu-mips: Cleanup whitespace, indentation, etc.
48696
48697     No functional change.
48698
48699     This patch was originally submitted by Jean-Christophe PLAGNIOL-VILLARD.
48700     Then I re-created from scratch, and changed more lines than the original.
48701
48702     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48703     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
48704
48705 commit 386563197e3a50b0e97ad9aae87f57d9aab909ab
48706 Author: Vlad Lungu <vlad@comsys.ro>
48707 Date:   Wed Oct 10 23:02:09 2007 +0300
48708
48709     Fixed pcnet io_base
48710
48711     Bus and phys address are not always the same
48712
48713     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
48714
48715 commit 11ea26fd1cb63c91403fe04a6eea975cd418603f
48716 Author: Wolfgang Denk <wd@denx.de>
48717 Date:   Thu Apr 24 23:44:26 2008 +0200
48718
48719     drivers/net/pcnet.c: Coding Style cleanup.
48720
48721     Signed-off-by: Wolfgang Denk <wd@denx.de>
48722
48723 commit 899ef7b84578b7cafadfd78488c2fd2aac93f636
48724 Author: Vlad Lungu <vlad@comsys.ro>
48725 Date:   Wed Oct 10 23:04:23 2007 +0300
48726
48727     Added Am79C970A chip id to pcnet
48728
48729     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
48730
48731 commit 17c9de6bb33f676eb776dcbfc46fc1b14c3871a5
48732 Author: Magnus Lilja <lilja.magnus@gmail.com>
48733 Date:   Sun Apr 20 10:35:03 2008 +0200
48734
48735     i.MX31: Fix architecture numbers for ADS and Litekit boards
48736
48737     Correct the Linux architecture number for i.MX31 Litekit and ADS boards.
48738
48739     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
48740
48741 commit e7ae84d6c7288790e88639f57cb60daf89c11369
48742 Author: Magnus Lilja <lilja.magnus@gmail.com>
48743 Date:   Sun Apr 20 10:36:36 2008 +0200
48744
48745     i.MX31: Use symbolic names for Litekit membases.
48746
48747     Use symbolic names instead of hard coded addresses for Litekit membases.
48748
48749     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
48750
48751 commit 2ef1d9b6030d02f576b1bcd9fec948e602522012
48752 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48753 Date:   Sat Apr 19 17:59:20 2008 +0200
48754
48755     Fix show_boot_progress prototype
48756
48757     in commit fad634071 "make show_boot_progress () weak."
48758     show_boot_progress is supposed to be declared as weak but declared as
48759     inline instead.
48760
48761     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48762
48763 commit edbed247a14d70b94958010f736621212285de91
48764 Author: Bartlomiej Sieka <tur@semihalf.com>
48765 Date:   Fri Apr 18 12:39:23 2008 +0200
48766
48767     Memory footprint optimizations
48768
48769     As suggested by Wolfgang Denk:
48770     - image printing functions:
48771       - remove wrappers
48772       - remove indentation prefix from functions' signatures
48773     - merge getenv_verify and getenv_autostart into one parametrized function
48774
48775     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
48776
48777 commit 0a0b606faaec4afb3f750b09aa4df1e40a39dcb8
48778 Author: Guennadi Liakhovetski <lg@denx.de>
48779 Date:   Tue Apr 15 13:33:11 2008 +0200
48780
48781     MX31ADS environment variable update, spi and rtc support
48782
48783     Update MX31ADS default environment to better match the flash layout and
48784     the memory map, support SPI and RTC.
48785
48786     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
48787
48788 commit 022f12163595b9a55380c6d77c3119b93d6a9a4b
48789 Author: Kumar Gala <galak@kernel.crashing.org>
48790 Date:   Mon Apr 21 09:28:36 2008 -0500
48791
48792     85xx: Round up frequency calculations to get reasonable output
48793
48794     eg. because of rounding error we can get 799Mhz instead of 800Mhz.
48795
48796     Introduced DIV_ROUND_UP and roundup taken from linux kernel.
48797
48798     Signed-off-by: Dejan Minic <minic@freescale.com>
48799     Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
48800     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48801     Acked-by: Andy Fleming <afleming@freescale.com>
48802
48803 commit 876b8f978982216ab4a22dcd9efddfcd9b0e04e6
48804 Author: Kumar Gala <galak@kernel.crashing.org>
48805 Date:   Wed Apr 23 16:58:04 2008 -0500
48806
48807     fsl_pci: Only modify registers if we have them
48808
48809     pme_msg_det exists only on PCIe controllers only set it if we are a "bridge".
48810
48811     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48812
48813 commit 83fe32334337def160b302aa9d152d808bfcc68e
48814 Author: Markus Klotzbücher <mk@denx.de>
48815 Date:   Wed Apr 23 10:57:33 2008 +0200
48816
48817     USB: remove a cpu bug workaround for an unsupported architecture.
48818
48819     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
48820
48821 commit f957576cb53e6cfab412709cfc8db1afd39d21c3
48822 Author: Markus Klotzbücher <mk@denx.de>
48823 Date:   Wed Apr 23 10:53:23 2008 +0200
48824
48825     USB: fix those pesky aliasing warnings issued by gcc-4.2
48826
48827     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
48828     Signed-off-by: Detlev Zundel <dzu@denx.de>
48829
48830 commit 89cdab788f3716b335fefb60b836ebcf975aceab
48831 Author: Mike Frysinger <vapier@gentoo.org>
48832 Date:   Mon Mar 31 11:02:01 2008 -0400
48833
48834     crc32: use uint32_t rather than unsigned long
48835
48836     The envcrc.c does sizeof(unsigned long) when calculating the crc, but
48837     this is done with the build toolchain instead of the target tool
48838     chain, so if the build is a 64bit system but the target is 32bits,
48839     the size will obviously be wrong. This converts all unsigned long
48840     stuff related to crc32 to uint32_t types. Compile tested only: output
48841     of ./tools/envcrc when run on a 32bit build system matches that of a
48842     64bit build system.
48843
48844     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
48845     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
48846
48847 commit 80c40b765b3642ddb9f3392b7898715aab44a29c
48848 Author: Dirk Behme <dirk.behme@googlemail.com>
48849 Date:   Wed Mar 26 09:53:29 2008 +0100
48850
48851     ARM: Davinci: Fix DM644x timer overflow handling and cleanup
48852
48853     Fix ARM based DaVinci DM644x timer overflow handling and cleanup timer code.
48854
48855     Changes:
48856
48857     - Remove *_masked() functions as noted by Wolfgang
48858
48859     - Adapt register naming to recent TI spec (sprue26, March 2007)
48860
48861     - Fix reset_timer() handling
48862
48863     - 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.
48864
48865     [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
48866
48867     - Remove software division of timer count value (DIV(x) macro) and do it in hardware (TIM_CLK_DIV).
48868
48869     Many thanks to Troy Kisky <troy.kisky@boundarydevices.com> and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for the hints & testing!
48870
48871     Patch is compile tested with davinci_dvevm & sonata & schmoogie configuration and tested by Pieter on DaVinci EVM hardware.
48872
48873     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
48874     Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
48875
48876 commit a6e6fc610e39dec41b79680413d4ed38145bd3c8
48877 Author: Sergei Poselenov <sposelenov@emcraft.com>
48878 Date:   Wed Apr 9 16:09:41 2008 +0200
48879
48880     Added watchdog triggering calls in the "mtest" test function.
48881
48882     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
48883
48884 commit d32a874b9b4c1e949ee38be7790f6bf6d6143451
48885 Author: Yuri Tikhonov <yur@emcraft.com>
48886 Date:   Sun Apr 6 19:19:14 2008 +0200
48887
48888     lwmon5 watchdog: limit trigger rate
48889
48890     Limit the rate of h/w watch-dog triggering on the LWMON5 board by
48891     the CONFIG_WD_MAX_RATE value.
48892
48893     Note that an earlier version of this patch which used microseconds
48894     instead of ticks dis not work. The problem was that we used
48895     usec2ticks() to convert microseconds into ticks. usec2ticks() uses
48896     get_tbclk(), which in turn calls get_sys_info(). It turns out that
48897     this function does a lot of prolonged operations (like divisions)
48898     which take too much time so we do not trigger the watchdog in time,
48899     and it resets the system.
48900
48901     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
48902
48903 commit 2d2b994a30bb100774dc747ae9865b7f95285a88
48904 Author: Yuri Tikhonov <yur@emcraft.com>
48905 Date:   Mon Mar 31 10:51:37 2008 +0200
48906
48907     POST: move CONFIG_POST to Makefiles
48908
48909     Introduce the new logical option CONFIG_HAS_POST which is set when the
48910     platform has CONFIG_POST set. Use CONFIG_HAS_POST in the post/ Makefiles
48911     to determine should the POST libs be compiled for the selected target
48912     platform, or not.
48913
48914     To avoid breaking u-boot linking process, the empty post/libpost.a file is
48915     created for platforms which do not have POSTs.
48916
48917     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
48918     Signed-off-by: Wolfgang Denk <wd@denx.de>
48919
48920 commit 0a51e9248e2d27e0a02ef1e740c576ce90a39ee1
48921 Author: Yuri Tikhonov <yur@emcraft.com>
48922 Date:   Mon Mar 31 10:49:34 2008 +0200
48923
48924     POST: preparations for moving CONFIG_POST to Makefiles
48925
48926     Remove CONFIG_POST ifdefs from the post/ source files.
48927
48928     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
48929     Signed-off-by: Wolfgang Denk <wd@denx.de>
48930
48931 commit 5d40d4430d9ebc8434c6f0798594836e1efa7a1e
48932 Author: Stefan Roese <sr@denx.de>
48933 Date:   Tue Apr 22 14:14:20 2008 +0200
48934
48935     ppc4xx: Fix Canyonlands and Glacier default environment for fdt usage
48936
48937     This patch fixes the Canyonlands and Glacier default environment to better
48938     fit to the arch/powerpc device-tree kernels. The variables dealing with
48939     arch/ppc booting are removed, since these boards are supported only in
48940     arch/powerpc. Glacier uses the same config file as Canyonlands.
48941
48942     Also, the Glacier now uses non-FPU rootpath, since 460GT has no FPU.
48943
48944     Signed-off-by: Stefan Roese <sr@denx.de>
48945
48946 commit b789cb4a4c0c1deff82053539cfe29a9c6e23f8b
48947 Author: Stefan Roese <sr@denx.de>
48948 Date:   Tue Apr 22 14:06:42 2008 +0200
48949
48950     ppc4xx: Small coding style cleanup for the latest esd patches
48951
48952     Signed-off-by: Stefan Roese <sr@denx.de>
48953
48954 commit 79941d63bc03aed8c48d7602f18217cc200ee931
48955 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
48956 Date:   Mon Apr 21 18:01:07 2008 +0200
48957
48958     ppc4xx: Update CPU strapping for PMC440 boards
48959
48960     This patch removes the temporary 'test' strapping option
48961     of the sbe command. The '667' strapping option now uses
48962     a PLB/PCI divider of 3.
48963
48964     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
48965
48966 commit f00cf3193a6635355b121e90debb2f54e777e7da
48967 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
48968 Date:   Mon Apr 21 14:42:21 2008 +0200
48969
48970     ppc4xx: Remove unused APC405 strataflash driver
48971
48972     The APC405 board support has been migrated to use the common
48973     CFI flash driver.
48974
48975     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
48976
48977 commit 1c686676a86473bbd92151f0544e109413f6ed06
48978 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
48979 Date:   Mon Apr 21 14:42:17 2008 +0200
48980
48981     ppc4xx: Update APC405 configuration
48982
48983     - enable esd's auto_update mechanism
48984     - support alternative flash layout on rev. 1.8 boards
48985     - update default environment
48986     - use common CFI flash driver
48987     - coding style cleanup
48988
48989     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
48990
48991 commit 0b9872515a521bf7866dc24b85ddce708e60d702
48992 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
48993 Date:   Mon Apr 21 14:42:11 2008 +0200
48994
48995     ppc4xx: Update APC405 board support
48996
48997     - enable esd's auto_update mechanism
48998     - fix LCD support on latest hardware revision (uses other LCD controller)
48999     - support alternative flash layout on rev. 1.8 boards
49000     - coding style cleanup
49001
49002     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49003
49004 commit 83975d02e225e231960784972e7820a8b303756b
49005 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49006 Date:   Mon Apr 21 14:42:06 2008 +0200
49007
49008     ppc4xx: update esd's common auto_update code for 405 boards
49009
49010     - Coding style cleanup (long lines)
49011     - improve handling of protected flash regions
49012     - remove dead code
49013
49014     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49015
49016 commit b9233fe5d59cb25d975071616bd1035d6f4c2285
49017 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49018 Date:   Mon Apr 21 14:41:59 2008 +0200
49019
49020     ppc4xx: Update esd's common LCD code for 405 boards
49021
49022     - Coding style cleanup (long lines)
49023     - Add s1d13505 support
49024     - Make some functions return a result code instead of void
49025
49026     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49027
49028 commit dea68189424c3f1242427a8146a3861bf093173c
49029 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49030 Date:   Mon Apr 21 11:36:55 2008 +0200
49031
49032     ppc4xx: Update FPGA image for APC405 boards
49033
49034     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49035
49036 commit 2a05b152924acfcec3b037693329e517e6d3578f
49037 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49038 Date:   Mon Apr 21 11:36:08 2008 +0200
49039
49040     ppc4xx: Update bootlogo for APC405 boards
49041
49042     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49043
49044 commit 8deafdc6ad368368cf03b58cab4bd39f45d64b5c
49045 Author: Stefan Roese <sr@denx.de>
49046 Date:   Fri Apr 18 16:41:31 2008 +0200
49047
49048     ppc4xx: Add dcache_enable() for 440
49049
49050     dcache_enable() was missing for 440 and the patch
49051     017e9b7925f74878d0e9475388cca9bda5ef9482 ["allow ports to override bootelf
49052     "] behavior uses this function.
49053
49054     Note: Currently the cache handling functions like
49055     d/icache_disable/enable() are NOP's on 440. This may be changed in the
49056     future.
49057
49058     Signed-off-by: Stefan Roese <sr@denx.de>
49059
49060 commit a49e0d177a0749614b316ec847fb623f09c82c07
49061 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49062 Date:   Mon Apr 21 11:19:04 2008 +0200
49063
49064     video: Add missing free for logo memory
49065
49066     This patch adds two missing free()s.
49067
49068     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49069
49070 commit 84c01d3a05ae3aca5f7c0c13a31ca72ba1199a42
49071 Author: Troy Kisky <troy.kisky@boundarydevices.com>
49072 Date:   Mon Sep 24 16:41:43 2007 -0700
49073
49074     PATCH - Fix oob data copied into supplied buffer
49075
49076     This patch correctly sets the oobavail variable
49077     and fixes a bug where the oob data was not valid when
49078     there where multiple groups in oobfree.
49079
49080     First segment fixes a typo
49081     Second segment fixes a bug where oob data may be copied incorrectly.
49082     Third segment adds an error message when exiting due to write protect.
49083     Forth segment fixes a bug where oobavail may be set incorrectly.
49084
49085     Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
49086
49087 commit e1d09680f64b452adde89ed9fe28a77c56bedc9a
49088 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49089 Date:   Fri Apr 18 17:24:32 2008 +0200
49090
49091     ppc4xx: Fix sys_get_info() for 405GP(r)
49092
49093     This patch assigns the correct EBC clock for 405GP(r) CPUs
49094     to PPC4xx_SYS_INFO structure. Without this patch U-Boot
49095     uses an uninitialized EBC clock in its startup message.
49096
49097     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49098
49099 commit dc7746d86d2a3dfe01ab9a70cb427f92adc303c7
49100 Author: Wolfgang Denk <wd@denx.de>
49101 Date:   Sun Apr 20 15:39:38 2008 -0700
49102
49103     Makefile: remove nand_spl/System.map when cleaning up.
49104
49105 commit d9a42c0ace4d4f9cb061d62a7265d1780f90447b
49106 Author: Wolfgang Denk <wd@denx.de>
49107 Date:   Sun Apr 20 15:35:52 2008 -0700
49108
49109     MAKEALL: sort entries / lists.
49110
49111     Signed-off-by: Wolfgang Denk <wd@denx.de>
49112
49113 commit 0878af169b181868a105b5c33f3a6423e2c9fd60
49114 Author: Kumar Gala <galak@kernel.crashing.org>
49115 Date:   Fri Apr 18 11:29:01 2008 -0500
49116
49117     85xx: Fix size of cpu-release-addr property
49118
49119     The cpu-release-addr is defined as always being a 64-bit quanity regardless
49120     if we are running on a 32-bit or 64-bit machine.
49121
49122 commit 88353a985109562a639b2f8a0c90d77011bfe374
49123 Author: Timur Tabi <timur@freescale.com>
49124 Date:   Fri Apr 4 11:15:58 2008 -0500
49125
49126     Fix calculation of I2C clock for some 85xx chips
49127
49128     Some 85xx chips use CCB as the base clock for the I2C.  Some use CCB/2, and
49129     some use CCB/3.  There is no pattern that can be used to determine which
49130     chips use which frequency, so the only way to determine is to look up the
49131     actual SOC designation and use the right value for that SOC.
49132
49133     Update immap_85xx.h to include the GUTS PORDEVSR2 register.
49134
49135     Signed-off-by: Timur Tabi <timur@freescale.com>
49136
49137 commit 1e01477aeaf409ddb97e2633aab9cf8c9c60612e
49138 Author: Wolfgang Denk <wd@denx.de>
49139 Date:   Fri Apr 18 11:44:27 2008 -0700
49140
49141     Fix build breakage casued by commit c0559be371b2
49142
49143         Change env_get_char from a global function ptr to a function.
49144
49145     Signed-off-by: Wolfgang Denk <wd@denx.de>
49146
49147 commit 268a804d7e2fa07b64211fd2f9a9615db4539f23
49148 Author: Wolfgang Denk <wd@denx.de>
49149 Date:   Fri Apr 18 10:53:41 2008 -0700
49150
49151     Coding Style cleanup, update CHANGELOG.
49152
49153     Signed-off-by: Wolfgang Denk <wd@denx.de>
49154
49155 commit 92bad20ad74b70adf3839df9a0a47cce000ac3d7
49156 Author: Mike Frysinger <vapier@gentoo.org>
49157 Date:   Tue Apr 8 14:00:57 2008 -0400
49158
49159     Add support for u-boot in svn and localversion-* files
49160
49161     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
49162
49163 commit d23ff6827decf121461fbc5622612fd7effe207e
49164 Author: Guennadi Liakhovetski <lg@denx.de>
49165 Date:   Thu Apr 3 17:04:22 2008 +0200
49166
49167     MX31ADS network and flash updates
49168
49169     This patch allows U-Boot to use buffered writes to the Spansion NOR
49170     flash installed on this board, and eliminates long delays in network
49171     transfers after the board startup.
49172
49173     Also modify flash layout to embed main and redundant environment
49174     blocks in the U-Boot image.
49175
49176     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
49177
49178 commit b5dc9b304d289831f291843ff88a45cbdf1a6290
49179 Author: Guennadi Liakhovetski <lg@denx.de>
49180 Date:   Mon Apr 14 10:53:12 2008 +0200
49181
49182     Support for the MX31ADS evaluation board from Freescale
49183
49184     This patch adds support for the MX31ADS evaluation board from Freescale,
49185     initialization code is copied from RedBoot sources, also provided by
49186     Freescale.
49187
49188     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
49189
49190 commit 499e7831e1baaac6bfb959213f1950c216fbc5ba
49191 Author: Stefan Roese <sr@denx.de>
49192 Date:   Tue Apr 8 10:33:29 2008 +0200
49193
49194     ppc4xx: Change Canyonlands to support booting from 2k page NAND devices
49195
49196     Signed-off-by: Stefan Roese <sr@denx.de>
49197
49198 commit 5e182dce04d68cc94407a1b1fa09307f2bb96719
49199 Author: Stefan Roese <sr@denx.de>
49200 Date:   Tue Apr 8 10:33:28 2008 +0200
49201
49202     ppc4xx: Adjust Canyonlands fixed DDR2 setup (NAND booting) to 512MB SODIMM
49203
49204     Signed-off-by: Stefan Roese <sr@denx.de>
49205
49206 commit fe7c0db6b2a9004f96c2a2d4fff2849e19c2d825
49207 Author: Stefan Roese <sr@denx.de>
49208 Date:   Tue Apr 8 10:33:27 2008 +0200
49209
49210     ppc4xx: Add Glacier NAND booting target
49211
49212     Signed-off-by: Stefan Roese <sr@denx.de>
49213
49214 commit 46f373838e384a4c23d13581b1dfa5acb66b5810
49215 Author: Stefan Roese <sr@denx.de>
49216 Date:   Tue Apr 8 10:31:00 2008 +0200
49217
49218     nand_spl: Update nand_spl to support 2k page size NAND devices
49219
49220     This patch adds support for booting from 2k page sized NAND device
49221     (e.g. Micron 29F2G08AAC).
49222
49223     Tested on AMCC Canyonlands.
49224
49225     Signed-off-by: Stefan Roese <sr@denx.de>
49226
49227 commit 5e3dca577b7c1bf58bd2b48449b18b7e7dcd8e04
49228 Author: Anatolij Gustschin <agust@denx.de>
49229 Date:   Thu Apr 17 18:18:00 2008 +0200
49230
49231     Fix crash on sequoia in ppc_4xx_eth_init
49232
49233     Currently U-Boot crashes in ppc_4xx_eth_init on sequoia
49234     with cache enabled (TLB Parity exeption). This patch
49235     fixes the problem.
49236
49237     Signed-off-by: Anatolij Gustschin <agust@denx.de>
49238
49239 commit accf7355767dc7f6b85d88bb1c75c9d95e84ba5b
49240 Author: Anatolij Gustschin <agust@denx.de>
49241 Date:   Thu Apr 17 18:15:27 2008 +0200
49242
49243     ppc4xx: Fix crash on sequoia with cache enabled
49244
49245     Currently U-Boot crashes on sequoia board in CPU POST if
49246     cache is enabled (CONFIG_4xx_DCACHE defined). The cache
49247     won't be disabled by change_tlb before CPU POST because
49248     there is an insufficient adress range check since
49249     CFG_MEM_TOP_HIDE was introduced. This patch tries to fix
49250     this problem.
49251
49252     Signed-off-by: Anatolij Gustschin <agust@denx.de>
49253
49254 commit 43c509254fab375c49936498da944658117ed07c
49255 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
49256 Date:   Thu Apr 17 23:35:13 2008 +0900
49257
49258     Use jr as register jump instruction
49259
49260     Current assembler codes are inconsistent in the way of register jump
49261     instruction usage; some use jr, some use j. Of course GNU as allows both
49262     usages, but as can be expected from `Jump Register' the mnemonic `jr' is
49263     more intuitive than `j'. For example, Linux doesn't have `j <reg>' usage
49264     at all.
49265
49266     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
49267
49268 commit 7ce63709828d37b08866e537339a169bd0db2bd3
49269 Author: Guennadi Liakhovetski <lg@denx.de>
49270 Date:   Tue Apr 15 14:15:30 2008 +0200
49271
49272     RTC driver for MC13783
49273
49274     MC13783 is a multifunction IS with an SPI interface to the host. This
49275     driver handles the RTC controller in this chip.
49276
49277     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
49278
49279 commit 38254f45b0b412332726c90d3184ad47479fcffb
49280 Author: Guennadi Liakhovetski <lg@denx.de>
49281 Date:   Tue Apr 15 14:14:25 2008 +0200
49282
49283     New i.MX31 SPI driver
49284
49285     This is an SPI driver for i.MX and MXC based SoCs from Freescale. So far
49286     only implemented and tested on i.MX31, can with a modified register layout
49287     and definitions be used for i.MX27, I think, MXC CPUs have similar SPI
49288     controllers too.
49289
49290     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
49291
49292 commit 7064122c2eef92f02a03ef37a1a1c07e70cd4e38
49293 Author: Magnus Lilja <lilja.magnus@gmail.com>
49294 Date:   Tue Apr 15 19:09:10 2008 +0200
49295
49296     Fix name of i.MX31 boards in config file header
49297
49298     Correct the name of the i.MX31 Litekit and phyCORE boards in config files.
49299
49300     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
49301
49302 commit a49864593e083a5d0779fb9ca98e5a0f2053183d
49303 Author: Mike Frysinger <vapier@gentoo.org>
49304 Date:   Sun Apr 13 19:42:19 2008 -0400
49305
49306     allow ports to override go behavior
49307
49308     Split the arch-specific logic out of the common go code and into a dedicated
49309     weak function called do_go_exec() that lives in cpu directories.  This will
49310     need review from i386/nios people to make sure I didn't break them.
49311
49312 commit 017e9b7925f74878d0e9475388cca9bda5ef9482
49313 Author: Mike Frysinger <vapier@gentoo.org>
49314 Date:   Sun Apr 13 19:42:18 2008 -0400
49315
49316     allow ports to override bootelf behavior
49317
49318     Change the bootelf setup function into a dedicated weak function called
49319     do_bootelf_exec.  This way ports can control the behavior however they
49320     like before/after calling the ELF entry point.
49321
49322 commit a4b46ed6b3502335c3f3a5d672abe0bcb44f20b7
49323 Author: Ulf Samuelsson <ulf@atmel.com>
49324 Date:   Sat Apr 12 20:56:03 2008 +0200
49325
49326     Reorder ARM boards in Makefile
49327
49328     Rearrange ARM boards in Makefile so that ARM926EJ-S boards
49329     are no longer under ARM92xT header.
49330
49331     Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
49332     Ack-By Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49333
49334 commit c3a60cb3bd67e120fc99b6ba88d9295c3c07f688
49335 Author: Ulf Samuelsson <ulf@atmel.com>
49336 Date:   Sat Apr 12 20:29:44 2008 +0200
49337
49338     Clean up dataflash partitioning
49339
49340     This patch removes the board dependent parts from
49341     "drivers/mtd/dataflash.c".
49342     Each board relying on this, will have the appropriate
49343     code in a new file, "partition.c" in the board directory.
49344     board Makefiles updated to use the file.
49345
49346     The dataflash partitions are aligned on sector/page boundaries.
49347
49348     The CONFIG_NEW_DF_PARTITION was used to create named partitions
49349     This is now the default operation, and the CONFIG variable is removed.
49350
49351     Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
49352
49353 commit 51ecde946fec511a16346e498204ca10ad71080d
49354 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49355 Date:   Sat Apr 12 14:08:45 2008 +0200
49356
49357     gitignore: udpate stgit generated and .patch file
49358
49359     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49360
49361 commit 66e39818e95f51ee1c1dd2094407a8929543fa6d
49362 Author: Wolfgang Denk <wd@denx.de>
49363 Date:   Fri Apr 18 00:15:36 2008 -0700
49364
49365     Get rid of redundant copy of renamed header file.
49366
49367     Signed-off-by: Wolfgang Denk <wd@denx.de>
49368
49369 commit c3aafd8cf814e33a77de81c2f22b8c772216a3cc
49370 Author: Vlad Lungu <vlad@comsys.ro>
49371 Date:   Fri Apr 11 21:20:14 2008 +0300
49372
49373     Fix dependency generation for older gcc versions
49374
49375      With gcc 3.3.3 at least, compilation fails with
49376
49377     Generating include/autoconf.mk
49378     gcc: compilation of header file requested
49379     make: *** [include/autoconf.mk] Error 1
49380
49381     since commit 16fe77752eee099b9fb61ed73460e51cc94b37ba.
49382
49383     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
49384
49385 commit cb1c4896905ab22fcd982e6a8a539f0031942e71
49386 Author: Marian Balakowicz <m8@semihalf.com>
49387 Date:   Fri Apr 11 11:07:49 2008 +0200
49388
49389     Restore the ability to continue booting after legacy image overwrite
49390
49391     Before new uImage code was merged, bootm code allowed for the kernel image to
49392     get overwritten during decompresion. new uImage introduced a check for image
49393     overwrites and refused to boot the image that got overwritten. This patch
49394     restores the old behavior. It also adds a warning when the image overwriten is
49395     a multi-image file, because in such case accessing componentes other than the
49396     first one will fail.
49397
49398     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
49399
49400 commit de2b3216e6b4f3b2fe93759c05b17504f9dfe036
49401 Author: Marian Balakowicz <m8@semihalf.com>
49402 Date:   Fri Apr 11 11:07:43 2008 +0200
49403
49404     ppc: Fix ftd_blob variable init when processing raw blob
49405
49406     Set fdt_blob variable before its value is printed out.
49407
49408     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
49409
49410 commit 3d36be030043cd841a2551d00a395135e363a64b
49411 Author: Jason Wessel <jason.wessel@windriver.com>
49412 Date:   Thu Apr 10 14:30:16 2008 -0500
49413
49414     Remove all the search paths from the .lds files.
49415
49416     The cross compiler is responsible for providing the correct libraries
49417     and the logic to find the linking libraries.
49418
49419     Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
49420
49421 commit 7d721e34ae6be7d7db63e8d060a246278bb7ae58
49422 Author: Bartlomiej Sieka <tur@semihalf.com>
49423 Date:   Mon Apr 14 15:44:16 2008 +0200
49424
49425     Boot-related documentation update
49426
49427     - document 'bootm_low' and 'bootm_size' environment variables
49428     - update inaccurate CFG_BOOTMAPSZ entry
49429
49430     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
49431
49432 commit a6f0bd9f2b1971e2a61ac0fd1fc2c96cb7a4b67a
49433 Author: Guennadi Liakhovetski <lg@denx.de>
49434 Date:   Wed Apr 9 17:34:08 2008 +0200
49435
49436     Fix regression introduced by a typo in "Tidied other cpu/arm920t/start.S code"
49437
49438     Restore logic reverted by commit
49439
49440     commit 80767a6cead9990d9e77e62be947843c2c72f469
49441     Author: Peter Pearse <peter.pearse@arm.com>
49442     Date:   Wed Sep 5 16:04:41 2007 +0100
49443
49444         Changed API name to coloured_led.h
49445         Removed code using deprecated ifdef CONFIG_BOOTBINFUNC
49446         Tidied other cpu/arm920t/start.S code
49447
49448     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
49449
49450 commit e25cb8d3f4fcc265a9cdf8e9d577b59bdb64bbaf
49451 Author: Mike Frysinger <vapier@gentoo.org>
49452 Date:   Tue Apr 8 10:24:24 2008 -0400
49453
49454     Remove conflicting NAND ID
49455
49456     There are two NAND entries with ID 0xDC and this obviously causes problems.
49457     In the kernel, they punted the first entry, so we should do the same.
49458
49459     See this upstream e-mail for more info:
49460     http://lists.infradead.org/pipermail/linux-mtd/2007-July/018795.html
49461
49462     Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
49463     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
49464
49465 commit 188e94c370621708d13547d58dbc6ed3c5602aa8
49466 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
49467 Date:   Tue Apr 8 16:20:35 2008 +0900
49468
49469     cpu/mips/cpu.c: Fix flush_cache bug
49470
49471     Cache operations have to take line address (addr), not start_addr.
49472     I noticed this bug when debugging ping failure.
49473
49474     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
49475
49476 commit 8f2a68a07c058fca1d413e54f71c2e7e78a74ed4
49477 Author: Martin Krause <martin.krause@tqs.de>
49478 Date:   Thu Apr 3 14:29:01 2008 +0200
49479
49480     TQM5200: fix default IDE reset level
49481
49482     Before the first call of ide_reset(), the level of the IDE reset
49483     signal on the TQM5200 is low (reset asserted). This patch sets the
49484     default value to high (reset not asserted).
49485
49486     Currently this patch fixes no real problem, but it is cleaner to
49487     assert the reset signal only on demand, and not permanently.
49488
49489     Signed-off-by: Martin Krause <martin.krause@tqs.de>
49490
49491 commit c61e033d6e8abb7b4060ee36060961e1399f6079
49492 Author: Detlev Zundel <dzu@denx.de>
49493 Date:   Thu Apr 3 14:18:48 2008 +0200
49494
49495     mgcoge, mgsuv: realign CONFIG_EXTRA_ENV_SETTING
49496
49497     Signed-off-by: Detlev Zundel <dzu@denx.de>
49498
49499 commit f308572e19eb7fe63aa3d41f214cde4c23c9800f
49500 Author: Detlev Zundel <dzu@denx.de>
49501 Date:   Thu Apr 3 14:18:47 2008 +0200
49502
49503     mgcoge, mgsuv: rename 'addcon' to 'addcons'
49504
49505     The latter name with 13 users is already established, so we will use
49506     that.
49507
49508     Signed-off-by: Detlev Zundel <dzu@denx.de>
49509
49510 commit e175eacc87c3a9e4dad0799fee0e95732520afc7
49511 Author: Martin Krause <martin.krause@tqs.de>
49512 Date:   Thu Apr 3 13:37:56 2008 +0200
49513
49514     IDE: fix bug in reset sequence
49515
49516     According to the ata (ata5) specification the RESET- signal
49517     shall be asserted for at least 25 us. Without this patch,
49518     the RESET- signal is asserted on some boards for only < 1 us
49519     (e. g. on the TQM5200). This patch adds a general delay of
49520     25 us to the RESET- signal.
49521
49522     Without this patch a Platinum 4 GiB CF card is not recognised
49523     properly on boards with a TQM5200 (STK52xx, TB5200).
49524
49525     Signed-off-by: Martin Krause <martin.krause@tqs.de>
49526
49527 commit 813bea96a960916c72b4a3a7df840151529c26ce
49528 Author: Sascha Laue <Sascha.Laue@gmx.biz>
49529 Date:   Thu Apr 3 14:43:11 2008 +0200
49530
49531     lwmon5: disable CONFIG_ZERO_BOOTDELAY
49532
49533     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
49534
49535 commit 53eec6f1d25932e76d63ccb14082792b0b96bf41
49536 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49537 Date:   Wed Apr 2 08:03:58 2008 +0200
49538
49539     ds174x: Fix warning on return in rtc_get and rtc_set functions
49540
49541     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49542
49543 commit a253b38bf50c85227c33ca0febc870ee49d1588e
49544 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49545 Date:   Wed Apr 2 08:03:57 2008 +0200
49546
49547     cmd_log.c: Fix assignment differ in signedness
49548
49549     In function 'logbuff_init_ptrs':
49550     cmd_log.c:79: warning: pointer targets in assignment differ in signedness
49551
49552     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49553
49554 commit 6c0e9a8f1cc090fbfbc6f86b6b4fd17a1628f3df
49555 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
49556 Date:   Wed Apr 2 11:04:43 2008 +0530
49557
49558     Remove duplicate #undef SHOW_INFO in drivers/usb/usb_ohci.c
49559
49560     Signed-off-by: gururaja hebbar <gururajakr@sanyo.co.in>
49561
49562 commit 478d5ec9ae3cbcc6040241d2d73dbbc61fe9b49d
49563 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49564 Date:   Tue Apr 1 14:07:10 2008 +0200
49565
49566     s3c4510b_eth: fix 'packed' attribute ignored for fields of MACFrame
49567
49568     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
49569
49570 commit c08fb3ea36d19b1640b7906264581e9105534399
49571 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
49572 Date:   Tue Apr 15 10:24:14 2008 +0200
49573
49574     Additional PCI IDs for IDE and network controllers
49575
49576     These PCI IDs are required by the Linkstation platforms.
49577
49578     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
49579
49580 commit c0559be371b2a64b1a817088c3308688e2182f93
49581 Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
49582 Date:   Mon Apr 14 23:01:50 2008 +0200
49583
49584     Change env_get_char from a global function ptr to a function.
49585
49586     This avoids an early global data reference.
49587
49588     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
49589
49590 commit 3e0f331c05d72f140715c1e9fca991927e44d422
49591 Author: Guennadi Liakhovetski <lg@denx.de>
49592 Date:   Tue Apr 29 12:35:08 2008 +0000
49593
49594     Clean up smsc911x driver
49595
49596     Replace direct register address derefencing with accessor functions.
49597     Restrict explicitly 32-bit bus-width, extend affected configurations
49598     respectively.
49599
49600     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
49601     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
49602
49603 commit de1b686b763aa8b87a86f6748ce9169e7fc0e4cd
49604 Author: Sascha Hauer <s.hauer@pengutronix.de>
49605 Date:   Tue Apr 15 00:08:20 2008 -0400
49606
49607     This patch adds a driver for the following smsc network controllers:
49608     LAN9115
49609     LAN9116
49610     LAN9117
49611     LAN9215
49612     LAN9216
49613     LAN9217
49614
49615     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
49616     Signed-off-by: Guennadi Liakhovetski<lg@denx.de>
49617     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
49618
49619 commit 3dfd4aab929cccddb63d9ea509967861e1333b52
49620 Author: Sascha Laue <Sascha.Laue@gmx.biz>
49621 Date:   Tue Apr 1 15:13:03 2008 +0200
49622
49623     Fix watchdog POST for lwmon5
49624
49625     If the hardware watchdog detects a voltage error, the watchdog sets
49626     GPIO62 to low. The watchdog POST has to detect this low level.
49627
49628     Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
49629
49630 commit 24b448448a917e52806f82660a5c9d47608894fb
49631 Author: Dave Liu <r63238@freescale.com>
49632 Date:   Tue Apr 1 15:22:11 2008 +0800
49633
49634     ata: update the libata.h from ata.h of linux kernel
49635
49636     Current libata.h of u-boot is out of sync from linux kernel,
49637     this patch make it be consistent with linux kernel.
49638
49639     Signed-off-by: Dave Liu <daveliu@freescale.com>
49640     Signed-off-by: Tor Krill <tor@excito.com>
49641
49642 commit f8f9dc98883f66f59eb0601da65808e6b139c87c
49643 Author: Kumar Gala <galak@kernel.crashing.org>
49644 Date:   Mon Mar 31 11:59:27 2008 -0500
49645
49646     Allow use of ARCH=powerpc when building
49647
49648     The linux kernel is now mostly ARCH=powerpc, so to make life easier
49649     allow use to use ARCH=powerpc and convert it to ARCH=ppc.
49650
49651     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49652
49653 commit 8af657d2c6d1ca4f2f76973531394d4578ba2ef0
49654 Author: Kyungmin Park <kmpark@infradead.org>
49655 Date:   Mon Mar 31 10:40:54 2008 +0900
49656
49657     Add apollon board MAINTAINERS entry
49658
49659     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
49660
49661 commit 77e475cc0ed1832160017d364be32a0be9ff02a9
49662 Author: Kyungmin Park <kmpark@infradead.org>
49663 Date:   Mon Mar 31 10:40:36 2008 +0900
49664
49665     Fix OneNAND read
49666
49667     It should access with 16-bit instead of 8-bit
49668
49669     Now it uses the generic memcpy with 8-bit access. It means it reads wrong data from OneNAND.
49670
49671     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
49672
49673 commit a9da2b41079d230db3a5641625311983f85ce1fb
49674 Author: Kyungmin Park <kmpark@infradead.org>
49675 Date:   Mon Mar 31 10:40:19 2008 +0900
49676
49677     Fix OneNAND erase command
49678
49679     It mis-calculates the block address.
49680     Also fix DECLARE_GLOBAL_DATA_PTR in env_onenand.
49681
49682     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
49683
49684 commit 61525f2ffa156665a66908fda47dbf29d65ea579
49685 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
49686 Date:   Mon Mar 31 01:32:15 2008 +0200
49687
49688     Support for LinkStation / KuroBox HD and HG PPC models
49689
49690     This patch is based on the port by Mihai Georgian (see linkstation.c for
49691     Copyright information) and implements support for LinkStation / KuroBox HD
49692     and HG PPC models from Buffalo Technology, whereby HD is deactivated at
49693     the moment, pending network driver fixing.
49694
49695     Notice to users: this is pretty much a barebone port. Support for network
49696     on HG models is already in the U-Boot mainline, but you might also want
49697     patches to switch fan / phy modes depending on the negotiated ethernet
49698     parameters. This patch also doesn't support console switching, booting EM
49699     mode, Buffalo specific ext2 magic number. So, if you want to use any of
49700     those, you need additional patches. Otherwise this patche provides a fully
49701     functional u-boot with a network console on your system.
49702
49703     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
49704
49705 commit 0f3ba7e9783f352318f197a3148f6d5cc3d75bea
49706 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49707 Date:   Sun Mar 30 01:22:13 2008 -0500
49708
49709     Add CONFIG_MII_INIT support to related boards
49710
49711     Replace CONFIG_8xx and CONFIG_MCF532x to CONFIG_MII_INIT in
49712     cmd_init.c. Add CONFIG_MII_INIT to board configuration files
49713     that use mii_init() in cmd_init.c.
49714
49715     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49716     Acked-by: Ben Warren <biggerbadderben@gmail.com>
49717
49718 commit f33fca22e76f20e4e4793810ca7a06a4805a6cf4
49719 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49720 Date:   Sun Mar 30 01:19:06 2008 -0500
49721
49722     Update CONFIG_PCIAUTO_SKIP_HOST_BRIDGE to related boards
49723
49724     Remove test for CONFIG_MPC5200 in drivers/pci/pci_auto.c and define
49725     CONFIG_PCIAUTO_SKIP_HOST_BRIDGE in related board configuration files.
49726
49727     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
49728
49729 commit e99ccb488181d012248c6be30b2093e950319fc5
49730 Author: Kumar Gala <galak@kernel.crashing.org>
49731 Date:   Thu Mar 27 11:46:38 2008 -0500
49732
49733     Introduce phys_size_t and move phys_addr_t into asm/types.h
49734
49735     Also add CONFIG_PHYS_64BIT on powerpc to deal with 32-bit ppc's
49736     that have larger physical addresses like 44x, 85xx, and 86xx.
49737
49738     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49739
49740 commit 20a14a42a25f72e379f38460b8a8484667536795
49741 Author: Andy Fleming <afleming@freescale.com>
49742 Date:   Wed Apr 2 16:19:07 2008 -0500
49743
49744     Rename include/md5.h to include/u-boot/md5.h
49745
49746     Some systems have md5.h installed in /usr/include/. This isn't the
49747     desired file (we want the one in include/md5.h). This will avoid the
49748     conflict. This fixes the host tools building problem by creating a new
49749     directory for U-Boot specific header files.
49750
49751     [Patch by Andy Fleming, modified to use separate directory by Wolfgang
49752     Denk]
49753
49754     Signed-off-by: Wolfgang Denk <wd@denx.de>
49755     Signed-off-by: Andy Fleming <afleming@freescale.com>
49756     Acked-by: Timur Tabi <timur@freescale.com>
49757
49758 commit f297b7a1ec87433f66320d89d993e1bc738c66b8
49759 Author: Dave Liu <r63238@freescale.com>
49760 Date:   Thu Mar 27 18:51:17 2008 +0800
49761
49762     drivers: code clean up
49763
49764     Signed-off-by: Dave Liu <daveliu@freescale.com>
49765
49766 commit 0ff7cba4a2e51c90827f6d21a0b28b4d67109597
49767 Author: Dave Liu <r63238@freescale.com>
49768 Date:   Thu Mar 27 18:50:41 2008 +0800
49769
49770     drivers: clean up the ata_piix.h
49771
49772     Signed-off-by: Dave Liu <daveliu@freescale.com>
49773
49774 commit e8f7ba404f1409606962815ecc955a06984b08b3
49775 Author: Dave Liu <r63238@freescale.com>
49776 Date:   Thu Mar 27 18:49:56 2008 +0800
49777
49778     doc: english polishing for README.sata
49779
49780     according to gvb's suggestion, polishing for the doc.
49781
49782     Signed-off-by: Jerry Van Baren <gerald.vanbaren@ge.com>
49783     Signed-off-by: Dave Liu <daveliu@freescale.com>
49784
49785 commit 3e3f766a5274d204780460e1879723b565296d34
49786 Author: Kumar Gala <galak@kernel.crashing.org>
49787 Date:   Wed Mar 26 18:53:28 2008 -0500
49788
49789     Fix warnings introduced by I2C bus speed setting patch
49790
49791     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
49792
49793 commit 3c735e7437150e8615f26930c7819db85634276d
49794 Author: eran liberty <eran.liberty@gmail.com>
49795 Date:   Thu Mar 27 00:50:49 2008 +0100
49796
49797     Altera Stratix II support
49798
49799     Adds Support for Altera's Stratix II.
49800
49801     Within your board specific init file you will have to call
49802
49803     1. fpga_init (/* relocated code offset. usually => */ gd->reloc_off);
49804     2. fpga_add (fpga_altera, (Altera_desc*)&altera_desc);
49805
49806     Altera_desc* contines (for example):
49807         {
49808          Altera_StratixII,      /* part type */
49809          passive_serial,        /* interface type */
49810          1,                     /* bytes of data part can accept */
49811          (void *)(&funcs),      /* interface function table */
49812          0L,                    /* base interface address */
49813          0                      /* implementation specific cookie */
49814          }
49815
49816     funcs is the interface. It is of type altera_board_specific_func.
49817     It looks like this:
49818     altera_board_specific_func func = {
49819         pre_fn,
49820         config_fn,
49821         status_fn,
49822         done_fn,
49823         clk_fn,
49824         data_fn,
49825         abort_fn,
49826         post_fn,
49827     };
49828
49829     you will have to implement these functions, which is usually bit
49830     banging some gpio.
49831
49832     Signed-off-by: Eran Liberty <liberty@extricom.com>
49833
49834 commit 5ece9ec9f6cd52950ab848e2fe422dacf1d3a335
49835 Author: Wolfgang Denk <wd@denx.de>
49836 Date:   Sun Apr 13 14:32:54 2008 -0700
49837
49838     Update CHANGELOG
49839
49840     Signed-off-by: Wolfgang Denk <wd@denx.de>
49841
49842 commit 5ad862166aa24d62a69aa9c708f6b2f5c0d28fb7
49843 Author: Sascha Hauer <s.hauer@pengutronix.de>
49844 Date:   Wed Mar 26 20:41:17 2008 +0100
49845
49846     Phytec Phycore-i.MX31 support
49847
49848     This patch adds support for the Phytec Phycore-i.MX31 board
49849
49850     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
49851     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
49852
49853 commit caebc95be3b42e5147b5fac7672ac4b2693ef7e1
49854 Author: Sascha Hauer <s.hauer@pengutronix.de>
49855 Date:   Wed Mar 26 20:41:09 2008 +0100
49856
49857     mx31 litekit support
49858
49859     This patch adds support for the mx31 litekit board
49860
49861     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
49862     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
49863
49864 commit cdace0661208754a53019ea0dc7b803a040e0939
49865 Author: Sascha Hauer <s.hauer@pengutronix.de>
49866 Date:   Wed Mar 26 20:40:49 2008 +0100
49867
49868     add an i2c driver for mx31
49869
49870     This patch adds an i2c driver for Freescale i.MX processors
49871
49872     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
49873     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
49874
49875 commit 9b56f4f0306f3940b0aafd823ed6ecfc2d75d6c6
49876 Author: Sascha Hauer <s.hauer@pengutronix.de>
49877 Date:   Wed Mar 26 20:40:42 2008 +0100
49878
49879     core support for Freescale mx31
49880
49881     This patch adds the core support for Freescale mx31
49882
49883     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
49884     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
49885
49886 commit 7ec68862a27c8f6f6d566228de8f6724d964a939
49887 Author: Wolfgang Denk <wd@denx.de>
49888 Date:   Sun Apr 13 14:19:23 2008 -0700
49889
49890     Fix compile error
49891
49892     ...as suggested by Peter Pearse
49893
49894     Signed-off-by: Wolfgang Denk <wd@denx.de>
49895
49896 commit 5252ed95204bdf55bec5a90ea69860bf2f78c643
49897 Author: Sascha Hauer <s.hauer@pengutronix.de>
49898 Date:   Wed Mar 26 20:40:36 2008 +0100
49899
49900     Separate omap24xx specific code from arm1136
49901
49902     Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136
49903     to cpu/arm1136/omap24xx.
49904
49905     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
49906     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
49907
49908 commit 1f1d88dd40815332df32982e739f2ddd2da6fe1a
49909 Author: Mike Frysinger <vapier@gentoo.org>
49910 Date:   Tue Jan 29 18:21:05 2008 -0500
49911
49912     disable caches before booting an app for Blackfin apps
49913
49914     It isn't generally save to execute applications outside of U-Boot with caches
49915     enabled due to the way the Blackfin processor handles caches (requires
49916     software assistance).  This patch disables caches before booting an ELF or
49917     just booting raw code.  The previous discussion on the patch was that we
49918     wanted to use weaks instead, but that proved to not be feasible when multiple
49919     symbols are involved, which puts us back at the ifdef solution.  I've
49920     minimized the ugliness by moving the setup step outside of the main function.
49921
49922     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
49923
49924 commit e6dfed705efa44ebf00d21bb1588c6ccc8f3ad32
49925 Author: Wolfgang Denk <wd@denx.de>
49926 Date:   Sun Apr 13 10:03:54 2008 -0700
49927
49928     ppc: Get rid of unused machine type definitions
49929
49930     Signed-off-by: Wolfgang Denk <wd@denx.de>
49931
49932 commit 1aeed8d71acb3290cf2446f316d6ba437e7881c4
49933 Author: Wolfgang Denk <wd@denx.de>
49934 Date:   Sun Apr 13 09:59:26 2008 -0700
49935
49936     Coding Style cleanup; update CHANGELOG
49937
49938     Signed-off-by: Wolfgang Denk <wd@denx.de>
49939
49940 commit 7754f33c6fb7a2c050388d20bf3847038558bdcf
49941 Author: Larry Johnson <lrj@acm.org>
49942 Date:   Thu Feb 21 13:58:11 2008 -0500
49943
49944     LM73 bug fix for negative temperatures and cleanup
49945
49946     When the LM73 temperature sensor measures a temperature below 0 C, the
49947     current driver does not perform sign extension, so the result returned is
49948     512 C too high.  This patch fixes the problem, and does general cleanup
49949     of the code.
49950
49951     Signed-off-by: Larry Johnson <lrj@acm.org>
49952
49953 commit 96ef831f713289afba19da0c8f905e99da2b23e0
49954 Author: Guennadi Liakhovetski <lg@denx.de>
49955 Date:   Thu Apr 3 13:36:02 2008 +0200
49956
49957     cfi_flash: Support buffered writes on non-standard Spansion NOR flash
49958
49959     Some NOR flash chip from Spansion, for example, the s29ws-n MirrorBit
49960     series require different addresses for buffered write commands. Define a
49961     configuration option to support buffered writes on those chips. A more
49962     elegant solution would be to automatically detect those chips by parsing
49963     their CFI records, but that would require introduction of a fixup table
49964     into the cfi_flash driver.
49965
49966     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
49967
49968 commit 3f9c542d3d69b1a10a5e193e779133a0454d1f44
49969 Author: Lee Nipper <lee.nipper@freescale.com>
49970 Date:   Thu Apr 10 09:35:06 2008 -0500
49971
49972     mpc83xx: Update DIMM data bus width test to support 40-bit width
49973
49974     32-bit wide ECC memory modules report 40-bit width.
49975     Changed the DIMM data bus width test to 'less than 64' instead of 'equal 32'.
49976
49977     Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
49978     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49979
49980 commit 5fb5a689d822ca61e814bd523fc930af335242fa
49981 Author: Dave Liu <r63238@freescale.com>
49982 Date:   Mon Mar 31 17:05:12 2008 +0800
49983
49984     mpc83xx: Fix the bug of serdes initialization
49985
49986     Currently the serdes will not be initializated due to the
49987     partid's error.
49988
49989     Signed-off-by: Dave Liu <daveliu@freescale.com>
49990     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49991
49992 commit 2000784818f043db7ca60e2846a72d097766b894
49993 Author: Dave Liu <r63238@freescale.com>
49994 Date:   Thu Apr 3 16:28:29 2008 +0800
49995
49996     mpc83xx: Fix the SATA clock setting of 837x targets
49997
49998     Currently the SATA controller clock is configured as CSB clock,
49999     usually the CSB clock is 400/333/266MHz.
50000
50001     However, The SATA IP block is only guaranteed to operate up to
50002     200 MHz as stated in the HW spec.
50003
50004     The bug is reported by Joe D'Abbraccio <ljd015@freescale.com>
50005
50006     This patch makes the SATA clock as half of CSB clock.
50007
50008     Signed-off-by: Dave Liu <daveliu@freescale.com>
50009     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
50010
50011 commit 1ac4f320bf0b593aa0a741f2d649a8ece8838672
50012 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50013 Date:   Wed Apr 2 13:41:21 2008 +0200
50014
50015     mpc837xerdb: Fix warning: implicit declaration of function 'fdt_fixup_dr_usb'
50016
50017     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50018     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
50019
50020 commit 97b3ecb575a92fa34c1765229dbc06f2b662f139
50021 Author: Kumar Gala <galak@kernel.crashing.org>
50022 Date:   Wed Apr 9 04:20:57 2008 -0500
50023
50024     85xx: Fix detection of MP cpu spin up
50025
50026     We were looking at the wrong memory offset to determine of a secondary
50027     cpu had been spun up or not.  Also added a warning message if the
50028     all the secondary cpus we expect don't spin up.
50029
50030     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
50031
50032 commit f3e04bdc3f360c66801a9048956e61e41a16edba
50033 Author: Kumar Gala <galak@kernel.crashing.org>
50034 Date:   Tue Apr 8 10:45:50 2008 -0500
50035
50036     85xx: Use SVR_SOC_VER instead of SVR_VER
50037
50038     The recent change introduced by 'Update SVR numbers to expand support'
50039     now requires that we use SVR_SOC_VER instead of SVR_VER if we want
50040     to compare against a particular processor id.
50041
50042     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
50043
50044 commit 5b2052e5f5fcce5dbd4d2750a29c0e45bce806e7
50045 Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
50046 Date:   Fri Apr 11 10:00:35 2008 -0400
50047
50048     ppc4xx: Fix power mgt definitions for PPC440
50049
50050     Corrected DCR addresses of PPC440EP power management registers.
50051
50052     Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
50053
50054 commit 950a392464e616b4590bc4501be46e2d7d162dea
50055 Author: Wolfgang Denk <wd@denx.de>
50056 Date:   Fri Apr 11 15:11:26 2008 +0200
50057
50058     Revert merge of git://www.denx.de/git/u-boot-arm, commit 62479b18:
50059
50060     Reverting became necessary after it turned out that the patches in
50061     the u-boot-arm repo were modified, and in some cases corrupted.
50062
50063     This reverts the following commits:
50064
50065         066bebd6353e33af3adefc3404560871699e9961
50066         7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
50067         c88ae20580b2b01487b4cdcc8b2a113f551aee36
50068         a147e56f03871bba4f05058d5e04ce7deb010b04
50069         d6674e0e2a6a1f033945f78838566210d3f28c95
50070         8c8463cce44d849e37744749b32d38e1dfb12e50
50071         c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
50072         8bf69d81782619187933a605f1a95ee1d069478d
50073         8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
50074         a574a73852a527779234e73e17e7597fd8128882
50075         1377b5583a48021d983e1fd565f7d40c89e84d63
50076         1704dc20917b4f71e373e2c888497ee666d40380
50077
50078     Signed-off-by: Wolfgang Denk <wd@denx.de>
50079
50080 commit 64e541f4c1b413dd84c7e409f5c2bf328db2ac13
50081 Author: Stefan Roese <sr@denx.de>
50082 Date:   Fri Apr 11 07:02:29 2008 +0200
50083
50084     ppc4xx: Update Kilauea defconfig to use device-tree booting as default
50085
50086     This patch reworks the default environment on Kilauea/Haleakala. Now
50087     "net_nfs" for exmaple uses the device-tree style booting formerly know
50088     as "net_nfs_fdt". Also the addresses in RAM were changed because of the
50089     new image booting support, which check for image overwriting. So the
50090     addresses needed togeet adjusted.
50091
50092     Signed-off-by: Stefan Roese <sr@denx.de>
50093
50094 commit 756f5dacda3810b094b94bcceffd3ce6c7ff9a28
50095 Author: Stefan Roese <sr@denx.de>
50096 Date:   Wed Apr 9 11:58:02 2008 +0200
50097
50098     ppc4xx: Fix Canyonlands default environment to work with new image support
50099
50100     Since the new image support checks for image overwriting, the default
50101     environment needs to get adjusted to use correct addresses.
50102
50103     Signed-off-by: Stefan Roese <sr@denx.de>
50104
50105 commit dfc6c7b647dba7ab86749616f0e9e5740deed422
50106 Author: Stefan Roese <sr@denx.de>
50107 Date:   Wed Apr 9 11:54:11 2008 +0200
50108
50109     ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE
50110
50111     The patch 70431e8a7393b6b793f77957f95b999fc9a269b8 (Make MPC83xx one step
50112     closer to full relocation.) doesn't use CFG_MONITOR_BASE anymore. But
50113     on 4xx systems _start currently cannot be used for this calculation.
50114     So revert back to the original version for now.
50115
50116     Signed-off-by: Stefan Roese <sr@denx.de>
50117
50118 commit f91374f65eae8b42cac329e06ba1c54728278efb
50119 Author: Michal Simek <monstr@monstr.eu>
50120 Date:   Fri Mar 28 12:49:52 2008 +0100
50121
50122     microblaze: Sort microblaze boards in MAKEALL script
50123
50124 commit 62032deb7214c6d9b4396297e2aaa559bc2f8495
50125 Author: Michal Simek <monstr@monstr.eu>
50126 Date:   Fri Mar 28 11:58:45 2008 +0100
50127
50128     microblaze: clean microblaze_config.mk
50129
50130     FLAGS are generated by U-BOOT generator.
50131     Board specific FLAGS are in board directory
50132
50133     Signed-off-by: Michal Simek <monstr@monstr.eu>
50134
50135 commit cf5c679ca04a6b54bf53a55b8b9c29335b387287
50136 Author: Michal Simek <monstr@monstr.eu>
50137 Date:   Fri Mar 28 12:47:19 2008 +0100
50138
50139     microblaze: xupv2p fix config file for supporting FDT
50140
50141 commit 188dc16b189143573b1ed90e584bf866d75cdd12
50142 Author: Michal Simek <monstr@monstr.eu>
50143 Date:   Fri Mar 28 11:53:02 2008 +0100
50144
50145     microblaze: ml401 fix config file for supporting FDT
50146
50147     Signed-off-by: Michal Simek <monstr@monstr.eu>
50148
50149 commit 4c6a6f02e239236261333759997eeaf86b30b54c
50150 Author: Michal Simek <monstr@monstr.eu>
50151 Date:   Fri Mar 28 11:22:48 2008 +0100
50152
50153     microblaze: ml401 - add ifdef for GPIO
50154
50155     Signed-off-by: Michal Simek <monstr@monstr.eu>
50156
50157 commit af7ae1a411c67ee9d17a66d17ce50b374f3dd4e7
50158 Author: Michal Simek <monstr@monstr.eu>
50159 Date:   Fri Mar 28 12:13:03 2008 +0100
50160
50161     microblaze: clean uart16550 and uartlite handling
50162
50163     Signed-off-by: Michal Simek <monstr@monstr.eu>
50164
50165 commit 0b20f250877441460fb79d72192954abe8498834
50166 Author: Michal Simek <monstr@monstr.eu>
50167 Date:   Fri Mar 28 11:08:31 2008 +0100
50168
50169     microblaze: Add Emaclite driver to Makefile
50170
50171     Signed-off-by: Michal Simek <monstr@monstr.eu>
50172
50173 commit 868cde5310f88234b774878e4f06e79df10a88b3
50174 Author: Michal Simek <monstr@monstr.eu>
50175 Date:   Fri Mar 28 11:08:01 2008 +0100
50176
50177     microblaze: Add Emac driver to Makefile
50178
50179     Signed-off-by: Michal Simek <monstr@monstr.eu>
50180
50181 commit 6f961b4f461f6cbb83a467d468a02e6078c2b327
50182 Author: Michal Simek <monstr@monstr.eu>
50183 Date:   Fri Mar 28 12:42:29 2008 +0100
50184
50185     microblaze: add Emac ethernet driver
50186
50187 commit 89c53891b18cbafd29ab8931b40e27ad231b6085
50188 Author: Michal Simek <monstr@monstr.eu>
50189 Date:   Fri Mar 28 12:41:56 2008 +0100
50190
50191     microblaze: add Emaclite ethernet driver
50192
50193 commit e5845e21224dbe2fe47b11f1cdf95de7f84be7cb
50194 Author: Michal Simek <monstr@monstr.eu>
50195 Date:   Fri Mar 28 11:04:01 2008 +0100
50196
50197     microblaze: ML401 and XUPV2P remove emac and emaclite reference
50198
50199     Signed-off-by: Michal Simek <monstr@monstr.eu>
50200
50201 commit 6bf3e982aefdb1daf9f5462d482c8f9d1cc90a57
50202 Author: Michal Simek <monstr@monstr.eu>
50203 Date:   Fri Mar 28 10:59:32 2008 +0100
50204
50205     microblaze: remove old setting for emac driver
50206
50207     Signed-off-by: Michal Simek <monstr@monstr.eu>
50208
50209 commit cd2b75efb9cc037c74ecee9b3586f9bf9e1d4e57
50210 Author: Michal Simek <monstr@monstr.eu>
50211 Date:   Fri Mar 28 10:58:15 2008 +0100
50212
50213     microblaze: Clean Makefile from ancient emac driver
50214
50215     Signed-off-by: Michal Simek <monstr@monstr.eu>
50216
50217 commit ab68f921d9c741830f721c3d879c13a0c5597183
50218 Author: Daniel Hellstrom <daniel@gaisler.com>
50219 Date:   Fri Mar 28 10:20:43 2008 +0100
50220
50221     SPARC/LEON2: added support for Gaisler simulator GRSIM/TSIM for SPARC/LEON2 targets. See www.gaisler.com for information.
50222
50223     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
50224
50225 commit 6ed8a43a19bb0275501bc286007daafa923552cf
50226 Author: Daniel Hellstrom <daniel@gaisler.com>
50227 Date:   Wed Mar 26 23:38:48 2008 +0100
50228
50229     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.
50230
50231     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
50232
50233 commit 6940383d9ec1bfe2f13e339e6f723e8d34af2b12
50234 Author: Daniel Hellstrom <daniel@gaisler.com>
50235 Date:   Wed Mar 26 23:34:47 2008 +0100
50236
50237     SPARC/LEON3: added support for Altera NIOS Development kit (STRATIX II Edition) with GRLIB template design. See www.gaisler.com for information.
50238
50239     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
50240
50241 commit 823edd8a66ed50af5aaba0c79567f67061e4d79a
50242 Author: Daniel Hellstrom <daniel@gaisler.com>
50243 Date:   Fri Mar 28 10:06:52 2008 +0100
50244
50245     SPARC/LEON3: added support for Gaisler GRSIM/TSIM2 SPARC/LEON3 simulatorn. See www.gaisler.com for information.
50246
50247     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
50248
50249 commit 71d7e4c0489e5ed8fc69382236aaa2a1e510c135
50250 Author: Daniel Hellstrom <daniel@gaisler.com>
50251 Date:   Wed Mar 26 23:26:48 2008 +0100
50252
50253     SPARC/LEON3: added support for GR-XC3S-1500 board with GRLIB template design. See www.gaisler.com for board information.
50254
50255     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
50256
50257 commit b330990c2f36ee4a8bb318360e1c8ba965269ab6
50258 Author: Daniel Hellstrom <daniel@gaisler.com>
50259 Date:   Fri Mar 28 10:00:33 2008 +0100
50260
50261     SPARC: Added support for SPARC LEON2 SOC Processor.
50262
50263     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
50264
50265 commit 2a2fa797e63b1e3cd4d570318ca5fbf8723ef53a
50266 Author: Daniel Hellstrom <daniel@gaisler.com>
50267 Date:   Wed Mar 26 23:00:38 2008 +0100
50268
50269     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.
50270
50271     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
50272
50273 commit 1e9a164e22976933002c5e4b0b79b09fcede9cd4
50274 Author: Daniel Hellstrom <daniel@gaisler.com>
50275 Date:   Wed Mar 26 22:51:29 2008 +0100
50276
50277     SPARC: Added support for SPARC LEON3 SOC processor.
50278
50279     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
50280
50281 commit bf3d8b31169546fcddb4737391e1893fb12d033a
50282 Author: Daniel Hellstrom <daniel@gaisler.com>
50283 Date:   Fri Mar 28 08:29:26 2008 +0100
50284
50285     SPARC: added SPARC support for new uimage in common code.
50286
50287     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
50288
50289 commit 00ab32c85405a4fe65fd4128243086210fc90a21
50290 Author: Daniel Hellstrom <daniel@gaisler.com>
50291 Date:   Wed Mar 26 22:36:03 2008 +0100
50292
50293     SPARC: added SPARC board information to the command bdinfo.
50294
50295     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
50296
50297 commit c2f02da21a3f37f0878554eebc785e04fdc4e128
50298 Author: Daniel Hellstrom <daniel@gaisler.com>
50299 Date:   Fri Mar 28 09:47:00 2008 +0100
50300
50301     SPARC: Added generic support for SPARC architecture.
50302
50303     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
50304
50305 commit e54ec0f016803e4d9524ff71f7971bda0c51b287
50306 Author: Stefan Roese <sr@denx.de>
50307 Date:   Thu Apr 3 14:50:34 2008 +0200
50308
50309     ppc4xx: Fix 4xx enet driver to support 460GT EMAC2+3
50310
50311     This patch fixes a problem with the RGMII setup of the 460GT. The 460GT
50312     has 2 RGMII instances and we need to configure the 2nd RGMII instance
50313     for the EMAC2+3 channels.
50314
50315     Signed-off-by: Stefan Roese <sr@denx.de>
50316
50317 commit c2a545ce33b26d80337f80b533828839249fb1c9
50318 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50319 Date:   Wed Apr 2 08:03:56 2008 +0200
50320
50321     MPC8xx: Fix libfdt support introduced in commit 77ff7b74
50322
50323     fdt.c: In function 'ft_cpu_setup':
50324     fdt.c:33: warning: implicit declaration of function 'do_fixup_by_prop_u32'
50325     fdt.c:39: warning: implicit declaration of function 'do_fixup_by_compat_u32'
50326     fdt.c:43: warning: implicit declaration of function 'fdt_fixup_ethernet'
50327     fdt.c:45: warning: implicit declaration of function 'fdt_fixup_memory'
50328
50329     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50330
50331 commit 4abd844d8eb108736e1cf8fbf3dbf61f2d5fc11b
50332 Author: Andy Fleming <afleming@freescale.com>
50333 Date:   Mon Mar 31 20:45:56 2008 -0500
50334
50335     Fix fdt set command to conform to dts spec
50336
50337     The fdt set command was treating properties specified as <00> and <0011>
50338     as byte streams, rather than as an array of cells.  As we already have
50339     syntax for expressing the desire for a stream of bytes ([ xx xx ...]),
50340     we should use the <> syntax to describe arrays of cells, which are always
50341     32-bits per element.  If we imagine this likely (IMHO) scenario:
50342
50343     > fdt set /ethernet-phy@1 reg <1>
50344
50345     With the old code, this would create a bad fdt, since the reg cell would be
50346     made to be one byte in length.  But the cell must be 4 bytes, so this would
50347     break mysteriously.
50348
50349     Also, the dts spec calls for constants inside the angle brackets (<>)
50350     to conform to C constant standards as they pertain to base.
50351     Take this scenario:
50352
50353     > fdt set /ethernet@f00 reg <0xe250000\ 0x1000>
50354
50355     The old fdt command would complain that it couldn't parse that.  Or, if you
50356     wanted to specify that a certain clock ran at 33 MHz, you'd be required to
50357     do this:
50358
50359     > fdt set /mydev clock <1f78a40>
50360
50361     Whereas the new code will accept decimal numbers.
50362
50363     While I was in there, I extended the fdt command parser to handle property
50364     strings which are split across multiple arguments:
50365
50366     > fdt set /ethernet@f00 interrupts < 33 2 34 2 36 2 >
50367     > fdt p /ethernet@f00
50368     ethernet@f00 {
50369         interrupts = <0x21 0x2 0x22 0x2 0x24 0x2>;
50370     };
50371
50372     Lastly, the fdt print code was rearranged slightly to print arrays of cells
50373     if the length of the property is a multiple of 4 bytes, and to not print
50374     leading zeros.
50375
50376     Signed-off-by: Andy Fleming <afleming@freescale.com>
50377
50378 commit 1c2926abdd7db89296a8cc7f224dd9d5d4e37a56
50379 Author: Stefan Roese <sr@denx.de>
50380 Date:   Wed Apr 2 08:39:33 2008 +0200
50381
50382     ppc4xx: Canyonlands: Init SATA/PCIe port correctly
50383
50384     Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
50385     interface. This usage can be configured with the jumper J6. This patch
50386     correctly configures the SATA/PCIe PHY for SATA usage when this jumper
50387     is installed.
50388
50389     Signed-off-by: Stefan Roese <sr@denx.de>
50390
50391 commit 6fe2946f198481254a6ee9600d7456b8316a4083
50392 Author: Kim Phillips <kim.phillips@freescale.com>
50393 Date:   Fri Mar 28 17:37:49 2008 -0500
50394
50395     remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} code
50396
50397     finish off what commit 43ddd9c820fec44816188f53346b464e20b3142d,
50398     "Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T"
50399     started.
50400
50401     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
50402
50403 commit b5873f1732b92a25690e1513b90dfb0d644f6697
50404 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50405 Date:   Tue Apr 1 07:30:51 2008 +0200
50406
50407     dataflash: Move CONFIG_HAS_DATAFLASH to Makefile
50408
50409     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50410
50411 commit 2d934ea51f276522b532f870a820e844ff480b5b
50412 Author: Tor Krill <tor@excito.com>
50413 Date:   Fri Mar 28 15:29:45 2008 +0100
50414
50415     Add Vitesse 8601 support to TSEC driver
50416
50417     Add phy_info for Vitesse VSC8601.
50418     Add config option, CFG_VSC8601_SKEWFIX, to enable RGMII skew timing compensation.
50419
50420     Signed-off-by: Tor Krill <tor@excito.com>
50421     Reviewed-by: Kim Phillips <kim.phillips@freescale.com>
50422     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
50423
50424 commit 3eac6402a508b0f68a21cc9cbc2cc49347de0c31
50425 Author: Daniel Hellstrom <daniel@gaisler.com>
50426 Date:   Mon Mar 31 14:25:00 2008 +0000
50427
50428     SPARC: added SMC91111 driver in and out macros for LEON processors.
50429
50430     This patch makes SPARC/LEON processors able to read and write
50431     to the SMC91111 chip using the chip external I/O bus of the memory
50432     controller. This patchs defines the standard in and out macros
50433     expected by the SMC9111 driver.
50434
50435     To access that I/O bus one must set up the memory controller
50436     (MCTRL or FTMCTRL) correctly. It is assumed that the user sets
50437     up this correctly when the other MCTRL parameters are set up. It
50438     can be set up from the board configuration header file.
50439
50440     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
50441     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
50442
50443 commit 3ca7c558eba36332556bc470d45e2f5d42bd0ca6
50444 Author: Stelian Pop <stelian@popies.net>
50445 Date:   Wed Mar 26 18:52:34 2008 +0100
50446
50447     Add maintainership information for AT91CAP9ADK and AT91SAM9260EK boards
50448
50449     Signed-off-by: Stelian Pop <stelian@popies.net>
50450
50451 commit 4e03dde84dd2c91e327cdc23ae119d432559a7a3
50452 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50453 Date:   Mon Mar 31 21:31:04 2008 +0200
50454
50455     AT91SAM9260EK: Move CONFIG_CMD_NAND to Makefile
50456
50457     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50458
50459 commit 0176d43e759a6e00cacc85eff26fd60f74b4f6b7
50460 Author: Stelian Pop <stelian@popies.net>
50461 Date:   Wed Mar 26 18:52:33 2008 +0100
50462
50463     Add support for AT91SAM9260EK
50464
50465     Support for booting from internal DataFlash, external DataFlash card
50466     or NAND flash is available.
50467
50468     Signed-off-by: Stelian Pop <stelian@popies.net>
50469
50470 commit 1762f13b4aab88b685b1722f17dada247945624b
50471 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50472 Date:   Mon Mar 31 21:20:49 2008 +0200
50473
50474     AT91SAM9: Move CONFIG_HAS_DATAFLASH to Makefile
50475
50476     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50477
50478 commit 761712188b353494defb2b644491ff73d0daaa6f
50479 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50480 Date:   Mon Mar 31 21:12:17 2008 +0200
50481
50482     AT91CAP9ADK: Move CONFIG_CMD_NAND to Makefile
50483
50484     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50485
50486 commit 983c1db04c1dd0f92e02f06d29f0c65a3d9a2687
50487 Author: Stelian Pop <stelian@popies.net>
50488 Date:   Wed Mar 26 20:52:32 2008 +0100
50489
50490     Port AT91CAP9 to the new headers
50491
50492     Adapt the existing AT91CAP9 code to the new headers and APIs.
50493
50494     Signed-off-by: Stelian Pop <stelian@popies.net>
50495
50496 commit 177e8a5ac81bbc531a1d54abdb47f2860266c3aa
50497 Author: Stelian Pop <stelian@popies.net>
50498 Date:   Wed Mar 26 19:52:31 2008 +0100
50499
50500     Finish header files reworking
50501
50502     Replace AT91CAP9.h file with several splitted header files coming
50503     from the Linux kernel.
50504
50505     This is part 2 of the replacement: more header imports and edits.
50506
50507     Signed-off-by: Stelian Pop <stelian@popies.net>
50508
50509 commit 6d1dbbbf9fdf727384002e553e615c15d8b967f4
50510 Author: Stelian Pop <stelian@popies.net>
50511 Date:   Wed Mar 26 19:52:30 2008 +0100
50512
50513     Import several header files from Linux
50514
50515     Replace AT91CAP9.h file with several splitted header files coming
50516     from the Linux kernel.
50517
50518     This is part 1 of the replacement: pristine header files import.
50519
50520     Signed-off-by: Stelian Pop <stelian@popies.net>
50521
50522 commit a8a78f2d99dc1bd30dc3595da118539b506c6118
50523 Author: Stelian Pop <stelian@popies.net>
50524 Date:   Wed Mar 26 20:52:28 2008 +0100
50525
50526     Move at91cap9 specific files to at91sam9 directory
50527
50528     AT91CAP9 and AT91SAM9 SoCs are very close hardware wise, so a
50529     common infrastructure can be used. Let this infrastructure be
50530     named after the AT91SAM9 family, and move the existing AT91CAP9
50531     files to the new place.
50532
50533     Signed-off-by: Stelian Pop <stelian@popies.net>
50534
50535 commit 61106a565870ff503f92b251b94bd7afef889a04
50536 Author: Stelian Pop <stelian@popies.net>
50537 Date:   Wed Mar 26 21:52:27 2008 +0100
50538
50539     Use timer_init() instead of board supplied interrupt_init()
50540
50541     The timer on AT91CAP9/AT91SAM9 is supplied by the SoC, and not by
50542     the board, so use timer_init() instead of interrupt_init().
50543
50544     Signed-off-by: Stelian Pop <stelian@popies.net>
50545
50546 commit 5604e2178c5218fbfdba2e4293ca7652e829ac25
50547 Author: Stelian Pop <stelian@popies.net>
50548 Date:   Wed Mar 26 21:52:36 2008 +0100
50549
50550     Cleanup DataFlash partition handling
50551
50552     DataFlash partition information has become a mess. This patch
50553     defines a single partition scheme for Atmel DataFlashes. This partition
50554     scheme will be used by all AT91CAP9 and AT91SAM9 boards.
50555
50556     Signed-off-by: Stelian Pop <stelian@popies.net>
50557
50558 commit 9b46432fc65ce0f0826b32e4f15c15b33ccb8d42
50559 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
50560 Date:   Fri Mar 28 08:47:45 2008 -0500
50561
50562     ColdFire: Fix alignment issue after CONFIG_IDENT_STRING in start.S
50563
50564     When the version_string function in start.S is not 4-byte align,
50565     it will cause the compiler generates "unaligned opcodes detected
50566     in executable segment". This issue affects all ColdFire CPUs.
50567     By adding .align 4 after CONFIG_IDENT_STRING, it will pad 0's if
50568     it is not aligned.
50569
50570     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
50571     Acked-by: John Rigby <jrigby@freescale.com>
50572
50573 commit bae61eefe15b4d454060a7140e49ae58322be803
50574 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
50575 Date:   Tue Mar 25 15:41:15 2008 -0500
50576
50577     ColdFire: Add dspi and serial flash support for MCF5445x
50578
50579     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
50580     Acked-by: John Rigby <jrigby@freescale.com>
50581
50582 commit 48ead7a7a922fceaf494e352abfab8216a41b417
50583 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
50584 Date:   Tue Mar 18 17:37:01 2008 -0500
50585
50586     ColdFire: Remove R5200 board
50587
50588     This board never went into production
50589
50590     Signed-off-by: Zachary P. Landau <zachary.landau@labxtechnologies.com>
50591     Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
50592     Acked-by: John Rigby <jrigby@freescale.com>
50593
50594 commit 545c8e0a7cd3ca9d3846668f69b0d201250abea8
50595 Author: Matthew Fettke <[matthew.fettke@gmail.com]>
50596 Date:   Thu Jan 24 14:02:32 2008 -0600
50597
50598     ColdFire: Added M5275EVB support.
50599
50600     Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
50601     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
50602     Acked-by: John Rigby <jrigby@freescale.com>
50603
50604 commit f71d9d91a2cd9c30b2b6369f15c1a46c11537c2b
50605 Author: Matthew Fettke <[matthew.fettke@gmail.com]>
50606 Date:   Mon Feb 4 15:38:20 2008 -0600
50607
50608     ColdFire: Added MCF5275 cpu support.
50609
50610     Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
50611     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
50612     Acked-by: John Rigby <jrigby@freescale.com>
50613
50614 commit 44e5b9edab077aba6e9b849afa4b7fbd8fd7b02b
50615 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
50616 Date:   Mon Mar 17 12:14:11 2008 -0500
50617
50618     ColdFire: Define bootdelay in configuration file for M52277EVB
50619
50620     Signed-off-by: Matt Wadel <Matt.Waddel@freescale.com>
50621     Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
50622     Acked-by: John Rigby <jrigby@freescale.com>
50623
50624 commit 77878f16cedee17161ff2336990970fffc6cea35
50625 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
50626 Date:   Mon Mar 17 12:09:07 2008 -0500
50627
50628     ColdFire: Fix second memory Chipselect for M5475EVB
50629
50630     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
50631     Acked-by: John Rigby <jrigby@freescale.com>
50632
50633 commit 43d60642395a550956cb21d287c8cfa563913d28
50634 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
50635 Date:   Thu Mar 13 14:26:32 2008 -0500
50636
50637     ColdFire: Update correct FLASHBAR and RAMBAR1 for MCF5282
50638
50639     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
50640     Acked-by: John Rigby <jrigby@freescale.com>
50641
50642 commit eb14ebe813a0cb5d47905228da446a5ad692473b
50643 Author: Larry Johnson <lrj@acm.org>
50644 Date:   Sun Mar 30 20:33:04 2008 -0500
50645
50646     ppc4xx: Add CFG_MEM_TOP_HIDE to Denali SPD-based SDRAM setup
50647
50648     Signed-off-by: Larry Johnson <lrj@acm.org>
50649
50650 commit 02e3892021112f21067d9ed1d04ae4182725ba52
50651 Author: Stefan Roese <sr@denx.de>
50652 Date:   Mon Mar 31 12:20:48 2008 +0200
50653
50654     ppc4xx: Small whitespace fix of esd patches
50655
50656     Signed-off-by: Stefan Roese <sr@denx.de>
50657
50658 commit 034394abb524785047c815f00dde8cdbdc1593c5
50659 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50660 Date:   Sun Mar 30 18:52:44 2008 +0200
50661
50662     ppc4xx: Cleanup PMC440 board support
50663
50664     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50665
50666 commit a6cc6c37188d85c25d167a4515da86f48d9a583e
50667 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50668 Date:   Sun Mar 30 18:52:06 2008 +0200
50669
50670     ppc4xx: Add ptm configuration variables for PMC440
50671
50672     Add support for the ptm1la, ptm1ms, ptm2la and ptm2ms
50673     environment variables.
50674
50675     Cleanup pci_target_init.
50676
50677     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50678
50679 commit 7c91f51a2fe296909147f1646a1412729dd10b1d
50680 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50681 Date:   Sun Mar 30 18:01:15 2008 +0200
50682
50683     ppc4xx: Minor updates for DU440 boards
50684
50685     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50686
50687 commit d5bffeb868d6b4d462f558dac43011027b6644b7
50688 Author: Mike Frysinger <vapier@gentoo.org>
50689 Date:   Tue Feb 19 00:54:20 2008 -0500
50690
50691     Blackfin: cleanup and overhaul common board init functions
50692
50693     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
50694
50695 commit b86b3416f874358acaf07519e7620cdb2145f75b
50696 Author: Mike Frysinger <vapier@gentoo.org>
50697 Date:   Tue Feb 19 00:50:58 2008 -0500
50698
50699     Blackfin: cleanup lib_blackfin/cache.c
50700
50701     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
50702
50703 commit 9171fc81722c20fdb5a829a58b17c9eaadd5fb44
50704 Author: Mike Frysinger <vapier@gentoo.org>
50705 Date:   Sun Mar 30 15:46:13 2008 -0400
50706
50707     Blackfin: unify cpu and boot modes
50708
50709     All of the duplicated code for Blackfin processors and boot modes have been
50710     unified.  After all, the core is the same for all processors, just the
50711     peripheral set differs (which gets handled in the drivers).
50712
50713     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
50714
50715 commit 880cc4381ea8360248cddcdf87a64566745a5724
50716 Author: Stelian Pop <stelian@popies.net>
50717 Date:   Wed Mar 26 22:52:35 2008 +0100
50718
50719     Fix CFG_NO_FLASH compilation.
50720
50721     Many Atmel boards have no "real" (NOR) flash on board, and rely only
50722     on DataFlash and NAND memories. This patch enables CFG_NO_FLASH to
50723     be present in a board configuration file, while still enabling flash
50724     commands like 'flinfo', 'protect', etc.
50725
50726     Signed-off-by: Stelian Pop <stelian@popies.net>
50727
50728 commit 9ce7e53abd039decea1af67aec81bbd5df7a2593
50729 Author: Mike Frysinger <vapier@gentoo.org>
50730 Date:   Tue Feb 19 00:58:13 2008 -0500
50731
50732     Blackfin: BF537-stamp: cleanup spi flash driver
50733
50734     This punts the old spi flash driver for a new/generalized one until the
50735     common one can be integrated.
50736
50737     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
50738
50739 commit bb8e3cf25bc0b04936c0c1a075985dd8700a244b
50740 Author: Ben Warren <biggerbadderben@gmail.com>
50741 Date:   Sun Mar 30 11:34:34 2008 -0400
50742
50743     Fix macro typo in common/cmd_mii.c
50744
50745     This typo was introduced in commit 233a8bcd94997f3f345833a3b82e836222f2a206.  I
50746     actually applied the wrong patch.
50747
50748     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
50749
50750 commit f1b985f2d724ccaa4d3def07917f0caaf18fa77d
50751 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50752 Date:   Sun Mar 30 16:39:53 2008 +0200
50753
50754     use correct at91rm9200 register name in m501sk board
50755
50756     This fixes a naming bug for at91rm9200 lowlevel init code:
50757     NOR boot flash is on chipselect 0, not chipselect 2.  This
50758     makes code use the register name from chip datasheets.
50759
50760     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50761
50762 commit 480ed1dea103a1c8f4591afc77d2de3c7868d983
50763 Author: David Brownell <david-b@pacbell.net>
50764 Date:   Fri Jan 18 12:55:00 2008 -0800
50765
50766     use correct at91rm9200 register name
50767
50768     This fixes a naming bug for at91rm9200 lowlevel init code:
50769     NOR boot flash is on chipselect 0, not chipselect 2.  This
50770     makes code use the register name from chip datasheets.
50771
50772     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
50773
50774 commit a3543d6dc52b0ba9c64016687cf32d600b31a476
50775 Author: David Brownell <david-b@pacbell.net>
50776 Date:   Fri Jan 18 12:45:45 2008 -0800
50777
50778     add missing ARM boards to MAKEALL
50779
50780     Add some missing ARM boards to MAKEALL.  These build correctly,
50781     unlike several of the boards already listed.
50782
50783     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
50784
50785 commit 066bebd6353e33af3adefc3404560871699e9961
50786 Author: Peter Pearse <peter.pearse@arm.com>
50787 Date:   Sun Mar 30 11:34:09 2008 +0100
50788
50789     Bracket READ_TIMER macro in cpu/arm1136/omap24xx/interrupts.c
50790     to prevent compilation error.
50791
50792     Signed-off-by: Peter Pearse <peter.pearse@arm.com>
50793
50794 commit 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
50795 Author: Guennadi Liakhovetski <[lg@denx.de]>
50796 Date:   Sun Mar 30 11:32:30 2008 +0100
50797
50798     Support for the MX31ADS evaluation board from Freescale
50799
50800     This patch adds support for the MX31ADS evaluation board from Freescale,
50801     initialization code is copied from RedBoot sources, also provided by Freescale.
50802
50803     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
50804
50805 commit c88ae20580b2b01487b4cdcc8b2a113f551aee36
50806 Author: Sascha Hauer <s.hauer@pengutronix.de>
50807 Date:   Sun Mar 30 11:32:27 2008 +0100
50808
50809     Phytec Phycore-i.MX31 support
50810
50811     This patch adds support for the Phytec Phycore-i.MX31 board
50812
50813     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
50814     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
50815
50816 commit a147e56f03871bba4f05058d5e04ce7deb010b04
50817 Author: Sascha Hauer <s.hauer@pengutronix.de>
50818 Date:   Sun Mar 30 11:32:24 2008 +0100
50819
50820     mx31 litekit support
50821
50822     This patch adds support for the mx31 litekit board
50823
50824     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
50825     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
50826
50827 commit d6674e0e2a6a1f033945f78838566210d3f28c95
50828 Author: Sascha Hauer <s.hauer@pengutronix.de>
50829 Date:   Sun Mar 30 11:32:21 2008 +0100
50830
50831     add SMSC LAN9x1x Network driver
50832
50833     This patch adds a driver for the following smsc network controllers:
50834     LAN9115
50835     LAN9116
50836     LAN9117
50837     LAN9215
50838     LAN9216
50839     LAN9217
50840
50841     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
50842     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
50843
50844 commit 8c8463cce44d849e37744749b32d38e1dfb12e50
50845 Author: Sascha Hauer <s.hauer@pengutronix.de>
50846 Date:   Sun Mar 30 11:32:16 2008 +0100
50847
50848     add an i2c driver for mx31
50849
50850     This patch adds an i2c driver for Freescale i.MX processors
50851
50852     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
50853     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
50854
50855 commit c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
50856 Author: Sascha Hauer <s.hauer@pengutronix.de>
50857 Date:   Sun Mar 30 11:30:43 2008 +0100
50858
50859     core support for Freescale mx31
50860
50861     This patch adds the core support for Freescale mx31
50862
50863     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
50864     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
50865
50866 commit 8bf69d81782619187933a605f1a95ee1d069478d
50867 Author: Sascha Hauer <s.hauer@pengutronix.de>
50868 Date:   Sun Mar 30 11:28:46 2008 +0100
50869
50870     Separate omap24xx specific code from arm1136
50871
50872     Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136 to cpu/arm1136/omap24xx.
50873
50874     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
50875     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
50876
50877 commit 8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
50878 Author: Peter Pearse <peter.pearse@arm.com>
50879 Date:   Sun Mar 30 11:23:05 2008 +0100
50880
50881     Add pmdra into MAKEALL
50882
50883     Signed-off-by: Peter Pearse <peter.pearse@arm.com>
50884
50885 commit a574a73852a527779234e73e17e7597fd8128882
50886 Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
50887 Date:   Sun Mar 30 11:21:58 2008 +0100
50888
50889     Adds support for the Prodrive PMDRA board, based on a DM6441
50890
50891     Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
50892
50893 commit 1377b5583a48021d983e1fd565f7d40c89e84d63
50894 Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
50895 Date:   Sun Mar 30 11:11:34 2008 +0100
50896
50897     Removes all board specific code from the arch. part for DM644x (DaVinci) boards
50898
50899     Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
50900
50901 commit 1704dc20917b4f71e373e2c888497ee666d40380
50902 Author: Dirk Behme <dirk.behme@gmail.com>
50903 Date:   Sun Mar 30 11:09:01 2008 +0100
50904
50905     - Remove *_masked() functions as noted by Wolfgang
50906     - Adapt register naming to recent TI spec (sprue26, March 2007)
50907     - Fix reset_timer() handling
50908     - As reported by Pieter [1] the overflow fix introduced a
50909     delay of factor 16 (e.g 2 seconds became 32). While the
50910     overflow fix is basically okay, it missed to divide udelay by
50911     16, too. Fix this.
50912     [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
50913     - Remove software division of timer count value (DIV(x)
50914     macro) and do it in hardware (TIM_CLK_DIV).
50915     Many thanks to Troy Kisky <troy.kisky@boundarydevices.com>
50916     and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for
50917     the hints & testing!
50918
50919     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
50920
50921     Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
50922
50923 commit ac3315c26e143c31680750c9c13f027efbcc887e
50924 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
50925 Date:   Thu Mar 6 16:45:44 2008 +0100
50926
50927     new PHY @ e1000 - 2nd try
50928
50929     Add 82541ER device with latest integrated IGP2 PHY.
50930     Introduced CONFIG_E1000_FALLBACK_MAC for NIC bring-up with empty eeprom.
50931
50932     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
50933     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
50934
50935 commit c2b7da552293b50c9c9e46ed71267b02c2de9ea8
50936 Author: Daniel Hellstrom <daniel@gaisler.com>
50937 Date:   Fri Mar 28 20:22:53 2008 +0100
50938
50939     SPARC/LEON3: Added GRETH Ethernet 10/100/1000 driver.
50940
50941     GRETH is an Ethernet 10/100 or 10/100/1000 MAC with out without
50942     a debug link (EDCL). The GRETH core is documented in GRIP.pdf
50943     available at www.gaisler.com.
50944
50945     If the GRETH has GigaBit support (GBIT, Scatter gather, checksum
50946     offloading etc.) can be determined by a bit in the control register.
50947     The GBIT MAC is supported by operating in GRTEH 10/100 legacy mode.
50948
50949     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
50950     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
50951
50952 commit 233a8bcd94997f3f345833a3b82e836222f2a206
50953 Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
50954 Date:   Mon Mar 17 17:08:22 2008 -0500
50955
50956     Add CONFIG_MII_INIT in cmd_mii.c
50957
50958     Provide common configuration in do_mii() to execute mii_init()
50959     for all cpu architectures
50960
50961     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
50962     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
50963
50964 commit f605479de2deb11e834f31dfdb0af107c86aced6
50965 Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
50966 Date:   Mon Mar 17 17:08:16 2008 -0500
50967
50968     ColdFire: Fix FEC transmit issue for MCF5275
50969
50970     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
50971     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
50972
50973 commit d9a2f416d6ac6058cd7845033ae4dc32ef1c0746
50974 Author: Aras Vaichas <arasv@magtech.com.au>
50975 Date:   Wed Mar 26 09:43:57 2008 +1100
50976
50977     DHCP request fix for Windows Server 2003
50978
50979     Added option CONFIG_BOOTP_DHCP_REQUEST_DELAY. This provides an optional
50980     delay before sending "DHCP Request" in net/bootp.c. Required to overcome
50981     interoperability problems with Windows Server 200x DHCP server when U-Boot
50982     client responds too fast for server to handle.
50983
50984     Signed-off-by: Aras Vaichas <arasv@magtech.com.au>
50985     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
50986
50987 commit 97bf85d784fbed485e652eb907589ad0d5cb7262
50988 Author: Daniel Hellstrom <daniel@gaisler.com>
50989 Date:   Fri Mar 28 20:40:19 2008 +0100
50990
50991     MTD/CFI: flash_read64 is defined a weak function (for SPARC)
50992
50993     SPARC has implemented __raw_readq, it reads 64-bit from any 32-bit address.
50994     SPARC CPUs implement flash_read64 which calls __raw_readq.
50995
50996     For current SPARC architectures (LEON2 and LEON3) each read from the
50997     FLASH must lead to a cache miss. This is because FLASH can not be set
50998     non-cacheable since program code resides there, and alternatively disabling
50999     cache is poor from performance view, or doing a cache flush between each
51000     read is even poorer.
51001
51002     Forcing a cache miss on a SPARC is done by a special instruction "lda" -
51003     load alternative space, the alternative space number (ASI) is processor
51004     implementation spcific and can be found by including <asm/processor.h>.
51005
51006     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
51007
51008 commit 70431e8a7393b6b793f77957f95b999fc9a269b8
51009 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
51010 Date:   Fri Mar 28 15:41:25 2008 +0100
51011
51012     Make MPC83xx one step closer to full relocation.
51013
51014     Remove a few absolute references to CFG_MONITOR_BASE for ppc/mpc83xx
51015     and use GOT relative reference.
51016
51017     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
51018     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51019
51020 commit 5b2793a3f3de34d439232b05acc8af67a028fd35
51021 Author: Michael Barkowski <michael.barkowski@freescale.com>
51022 Date:   Thu Mar 27 14:34:43 2008 -0400
51023
51024     mpc8323erdb: fix EEPROM page size and get MAC from EEPROM
51025
51026     This patch fixes eeprom page size so that you can now write more than
51027     64 bytes at a time.
51028
51029     It also makes the board take MAC addresses, if found, from EEPROM.
51030
51031     User should place up to 4 addresses at offset 0x7f00, for
51032     eth{,1,2,3}addr.  Any unused addresses should be zero.  This group of
51033     four six-byte values should have it's CRC at the end.  crc32 and
51034     eeprom commands can be used to accomplish this.
51035
51036     If CRC fails, MAC addresses come from the environment.  If CRC
51037     succeeds, the environment is overwritten at startup.
51038
51039     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
51040     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51041
51042 commit 8f325cff31f6e745e6540014b131b9a97f61944c
51043 Author: Michael Barkowski <michael.barkowski@freescale.com>
51044 Date:   Fri Mar 28 15:15:38 2008 -0400
51045
51046     mpc8323erdb: define CONFIG_PCI_SKIP_HOST_BRIDGE
51047
51048     Commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2 broke the onboard USB
51049     controller on the PCI bus in Linux on the MPC8323ERDB.
51050
51051     This fixes it by defining CONFIG_PCI_SKIP_HOST_BRIDGE in the board's
51052     config file.
51053
51054     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
51055     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51056
51057 commit e5c4ade4db1e16d3e5d4a7887f34e10e516ed3a9
51058 Author: Kim Phillips <kim.phillips@freescale.com>
51059 Date:   Fri Mar 28 10:19:07 2008 -0500
51060
51061     mpc83xx: cleanup System Part and Revision ID Register (SPRIDR) code
51062
51063     in the spirit of commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6,
51064     85xx's "Update SVR numbers to expand support", simplify SPRIDR processing
51065     and processor ID display.  Add REVID_{MAJ,MIN}OR macros to make
51066     REVID dependent code simpler.  Also added PARTID_NO_E and IS_E_PROCESSOR
51067     convenience macros.
51068
51069     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51070
51071 commit 81fd52c6c8fd19f0b7856b98217ce37c46c521af
51072 Author: Kim Phillips <kim.phillips@freescale.com>
51073 Date:   Fri Mar 28 10:18:53 2008 -0500
51074
51075     mpc83xx: display ddr frequency in board_add_ram_info banner
51076
51077     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51078
51079 commit 35cf155c5ec1ceab2849fa5b6aa3d9a3e9e6f482
51080 Author: Kim Phillips <kim.phillips@freescale.com>
51081 Date:   Fri Mar 28 10:18:40 2008 -0500
51082
51083     mpc83xx: unreinvent mem_clk
51084
51085     delete ddr_clk and use mem_clk instead.  Rename other ddr_*_clk to
51086     mem_*_clk for consistency's sake.
51087
51088     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51089
51090 commit 730e792926ca3fe4dd1b734a3bf44e55afa6f536
51091 Author: Kim Phillips <kim.phillips@freescale.com>
51092 Date:   Fri Mar 28 14:31:23 2008 -0500
51093
51094     mpc83xx: enable the SATA interface on mpc8315 rdb and mpc837x rdb boards
51095
51096     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51097
51098 commit 2eeb3e4fc54ef2f5d574dafd42c6ce93afa30393
51099 Author: Dave Liu <r63238@freescale.com>
51100 Date:   Wed Mar 26 22:57:19 2008 +0800
51101
51102     mpc83xx: enable the SATA interface on mpc837xemds board
51103
51104     Enable the first two SATA interfaces on MPC837xEMDS board,
51105     The two SATA ports are on LYNX1. (SATA0/1 on J4/5)
51106
51107     Signed-off-by: Dave Liu <daveliu@freescale.com>
51108     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51109
51110 commit 6f8c85e8d1865730c158d9ef5a06c70c3a10600a
51111 Author: Dave Liu <r63238@freescale.com>
51112 Date:   Wed Mar 26 22:56:36 2008 +0800
51113
51114     mpc83xx: initialize serdes for MPC837xEMDS boards
51115
51116     This patch is stolen from Anton Vorontsov's patch
51117     for mpc837xerdb boards.
51118
51119     The reference clk and xcorevdd voltage of serdes1/2
51120     is same between mpc837xemds and mpc837xerdb.
51121
51122     8377E: LYNX1- 2 SATA        LYNX2- 2 PCIE
51123     8378E: LYNX1- 2 SGMII       LYNX2- 2 PCIE
51124     8379E: LYNX1- 2 SATA        LYNX2- 2 SATA
51125
51126     Signed-off-by: Dave Liu <daveliu@freescale.com>
51127     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51128
51129 commit cc8e839abc80887ae832767b5930d40edd6d7eb7
51130 Author: Stefan Roese <sr@denx.de>
51131 Date:   Fri Mar 28 14:09:04 2008 +0100
51132
51133     ppc4xx: Canyonlands: Print SATA/PCIe configuration and board revision
51134
51135     Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
51136     interface. This usage can be configured with the jumper J6. This patch
51137     displays the current configuration upon bootup and changes the PCIe
51138     init loop, to only initialize the availabel PCIe slots.
51139
51140     Signed-off-by: Stefan Roese <sr@denx.de>
51141
51142 commit 90447ecbbac8572457b6d8903073ac3f120995ba
51143 Author: Tor Krill <tor@excito.com>
51144 Date:   Fri Mar 28 11:29:10 2008 +0100
51145
51146     MTD/CFI: Add support for 16bit legacy AMD flash
51147
51148     Add entry for 512Kx16 AMD flash to jedec_table.
51149     Read out 16bit device id if chipwidth is 16bit.
51150     Fixed coding style after Stefans feedback
51151
51152     Signed-off-by: Tor Krill <tor@excito.com>
51153
51154 commit 5e12e75d17c4b15a310a45cd78fe71b7698a8a8e
51155 Author: Stefan Roese <sr@denx.de>
51156 Date:   Fri Mar 28 11:02:53 2008 +0100
51157
51158     ppc: Small change to CFG_MEM_TOP_HIDE description
51159
51160     Signed-off-by: Stefan Roese <sr@denx.de>
51161
51162 commit 280df59a8d62c6e74c281b1cb7e2052df4d6cb00
51163 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
51164 Date:   Thu Mar 27 15:44:12 2008 +0900
51165
51166     sh: Add support stat structure and stat.h
51167
51168     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
51169
51170 commit 4be9eb789e72b845d6693cc36b70a0b3529b3f09
51171 Author: Mark Jonas <toertel@gmail.com>
51172 Date:   Sat Mar 22 19:27:52 2008 +0100
51173
51174     sh: Removed warning when compiling drivers/serial/serial_sh.c.
51175
51176     Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
51177     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
51178
51179 commit f309fa38929ffba71230c02330ffa42f4bba6333
51180 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
51181 Date:   Wed Mar 12 18:02:57 2008 +0900
51182
51183     sh: Remove disable_ctrlc function from R7780MP
51184
51185     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
51186
51187 commit 6f4b266ff2a4fcc2bff985d6a217852469afddb3
51188 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
51189 Date:   Wed Mar 12 17:55:15 2008 +0900
51190
51191     sh: Add maintainer of R7780MP to MAINTAINER file
51192
51193     Update MAINTAINER entry for R7780MP. And fix maintainer's name.
51194
51195     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
51196
51197 commit f5e2466f7baa887a7df0c536333eea8231333497
51198 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
51199 Date:   Tue Mar 25 17:11:24 2008 +0900
51200
51201     sh: Add support Renesas Solutions R2D plus board
51202
51203     R2D plus is SH reference board used with SH7751R.
51204     This board has 266Mhz CPU, 64MB SDRAM, Cardbus, CF interface,
51205     one PCI bus, VGA, and two Ethernet controller.
51206
51207     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
51208
51209 commit e92c95180bb5bc5fd4051598a9d60beaba48988d
51210 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
51211 Date:   Wed Mar 12 12:15:29 2008 +0900
51212
51213     sh: Add support SH4 cache control
51214
51215     Add support SH4 cache control and flash_cache function
51216
51217     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
51218
51219 commit 28e5efde4d925fcb34901d0030d0648de2da7e89
51220 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
51221 Date:   Mon Mar 24 01:53:01 2008 +0900
51222
51223     sh: Add support PCI host driver for SH7751/SH7751R
51224
51225     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
51226
51227 commit ab8f4d40d069cd3cbe7563ddfe3e5f03b0c7c721
51228 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
51229 Date:   Mon Mar 24 02:11:26 2008 +0900
51230
51231     sh: Move SuperH PCI driver from cpu/sh4 to drivers/pci
51232
51233     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
51234
51235 commit 566933278101c144d75361ea682678a326c1290d
51236 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
51237 Date:   Wed Mar 12 12:10:28 2008 +0900
51238
51239     sh: Add support SuperH SH7751/SH7751R
51240
51241     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
51242
51243 commit 3313e0e26224fc9a0c445124f3455058c696df84
51244 Author: Mark Jonas <toertel@gmail.com>
51245 Date:   Mon Mar 10 11:37:10 2008 +0100
51246
51247     sh: Added support for SH7720 based board MPR2.
51248
51249     Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
51250     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
51251
51252 commit 3ecff1d70ae93e628fe65b3fe1fc7c9c76cdf99f
51253 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
51254 Date:   Thu Mar 6 14:05:53 2008 +0900
51255
51256     sh: Fix receive FIFO level register of SH4A
51257
51258     Receive FIFO level register is different in SH4A.
51259     Because register is different, cannot occasionally receive data.
51260
51261     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
51262
51263 commit c133c1fb0b590662206b0eba70f4478ee0300a9a
51264 Author: Yusuke Goda <goda.yusuke@renesas.com>
51265 Date:   Tue Mar 11 12:55:12 2008 +0900
51266
51267     sh: Add support Renesas Solutions R7780MP
51268
51269     Renesas Solutions R7780MP is a reference board on SH7780.
51270     This board has serial, 10/100 base Ethernet deivice, CF slot
51271     and VGA devices. This board can set extension board.
51272     Extension board has 10/100/1000 base Ethernet device, PCI slot,
51273     S-ATA, iDVR slot.
51274
51275     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
51276     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
51277
51278 commit 1a2334a4eb6386d7cd35d9de5fa39af2c764ad28
51279 Author: Yusuke Goda <goda.yusuke@renesas.com>
51280 Date:   Wed Mar 5 14:30:02 2008 +0900
51281
51282     sh: Add support PCI of SuperH and SH7780
51283
51284     This patch add support PCI of SuperH base code and SH7780 specific code.
51285
51286     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
51287     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
51288
51289 commit b55523efff2ae11f0b9ae3cc405893c32eb78156
51290 Author: Yusuke Goda <goda.yusuke@renesas.com>
51291 Date:   Wed Mar 5 14:23:26 2008 +0900
51292
51293     sh: Add support SH7780
51294
51295     SH7780 is CPU of Renesas Technology.
51296     This CPU has
51297      - CPU clock 400MHz
51298      - PCI support
51299      - DDR-SDRAM controller
51300      - etc ...
51301
51302     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
51303     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
51304
51305 commit c2042f5952a686c414031309b8f244513bf578f0
51306 Author: goda.yusuke <goda.yusuke@renesas.com>
51307 Date:   Fri Jan 25 20:46:36 2008 +0900
51308
51309     sh: Add support Renesas Solutions Migo-R board
51310
51311     Migo-R is a board based on SH7722 and has may devices.
51312     In this patch, supported SCIF, NOR flash and Ethernet.
51313
51314     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
51315     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
51316
51317 commit 74d1e66d22dac91388bc538b2fe19f735edc5b82
51318 Author: Bartlomiej Sieka <tur@semihalf.com>
51319 Date:   Thu Mar 27 15:06:40 2008 +0100
51320
51321     Fix host tool build breakage, take two
51322
51323     Revert commit 87c8431f and fix build breakage so that the build continues
51324     to work on FC systems.
51325
51326     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
51327
51328 commit 7e4a0d25ed18f6437bdf59ebfa49bb0edc2f24e6
51329 Author: Stefan Roese <sr@denx.de>
51330 Date:   Wed Mar 19 09:36:47 2008 +0100
51331
51332     ppc4xx: Enable ECC on LWMON5
51333
51334     Since all ECC related problems seem to be resolved on LWMON5, this patch
51335     now enables ECC support.
51336
51337     We have to write the ECC bytes by zeroing and flushing in smaller
51338     steps, since the whole 256MByte takes too long for the external
51339     watchdog.
51340
51341     Signed-off-by: Stefan Roese <sr@denx.de>
51342
51343 commit 6433fa202a91a6594dd48f06807ac38ba27fa0bb
51344 Author: Larry Johnson <lrj@acm.org>
51345 Date:   Mon Mar 17 11:10:35 2008 -0500
51346
51347     ppc4xx: Updates to Korat-specific code
51348
51349     This patch contains updates for changes for the Korat PPC440EPx board.
51350     These changes include:
51351
51352     (1) Support for "permanent" and "upgradable" copies of U-Boot, as
51353     described in the new "doc/README.korat" file;
51354
51355     (2) a new memory map for the registers in the board's CPLD;
51356
51357     (3) a revised format for manufacturer's data in serial EEPROM; and
51358
51359     (4) changes to track updates to U-Boot for the Sequoia board.
51360
51361     Signed-off-by: Larry Johnson <lrj@acm.org>
51362
51363 commit f766cdf89b3a2a7634b8c5869f606150e332036c
51364 Author: Markus Brunner <super.firetwister@gmail.com>
51365 Date:   Thu Mar 27 10:46:25 2008 +0100
51366
51367     ppc4xx: PPC405EP Set EMAC noise filter bits
51368
51369     This bug was introduced with commit aee747f19b460a0e9da20ff21e90fdaac1cec359
51370     which enabled CFG_4xx_GPIO_TABLE for PPC405 and unintentionally
51371     disabled the setting of the emac noise filter bits for PPC405EP when CFG_4xx_GPIO_TABLE is set.
51372
51373     Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
51374     Signed-off-by: Stefan Roese <sr@denx.de>
51375
51376 commit f66e2c8b25c04b79e5fb385bc8989c2de7f63991
51377 Author: Mike Nuss <mike@terascala.com>
51378 Date:   Wed Feb 20 11:54:20 2008 -0500
51379
51380     ppc4xx: Reconfigure PLL for 667MHz processor for PPC440EPx
51381
51382     On PPC440EPx without a bootstrap I2C EEPROM, the PLL can be reconfigured
51383     after startup to change the speed of the clocks. This patch adds the
51384     option CFG_PLL_RECONFIG. If this option is set to 667, the CPU
51385     initialization code will reconfigure the PLL to run the system with a CPU
51386     frequency of 667MHz and PLB frequency of 166MHz, without the need for an
51387     external EEPROM.
51388
51389     Signed-off-by: Mike Nuss <mike@terascala.com>
51390     Acked-by: Stefan Roese <sr@denx.de>
51391
51392 commit 87c8431fe24d48121f053fe67cff4ccfe097d4d1
51393 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51394 Date:   Thu Mar 27 09:12:40 2008 +0100
51395
51396     new-image: Fix host tool build breakage
51397
51398     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
51399
51400 commit 6fb4b640562a10daff0dbe537638d511b5b48650
51401 Author: Stefan Roese <sr@denx.de>
51402 Date:   Thu Mar 27 10:24:03 2008 +0100
51403
51404     ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined
51405
51406     Signed-off-by: Stefan Roese <sr@denx.de>
51407
51408 commit 9462732a3ec551c11862450902cd8ee1bedea6d9
51409 Author: Stefan Roese <sr@denx.de>
51410 Date:   Wed Mar 19 10:23:43 2008 +0100
51411
51412     ppc4xx: Add fdt support to Prodrive alpr
51413
51414     Since this board will probably be ported to arch/powerpc in the
51415     near future, we add device tree support now. This way we are
51416     "ready" for arch/powerpc from now on.
51417
51418     Signed-off-by: Stefan Roese <sr@denx.de>
51419
51420 commit 511e4f9e7f7b6719e4d91d7f0fc89412b13b5150
51421 Author: Pieter Voorthuijsen <pieter.voorthuijsen@prodrive.nl>
51422 Date:   Mon Mar 17 09:27:56 2008 +0100
51423
51424     ppc4xx: Enable cache support on the ALPR board
51425
51426     Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
51427
51428 commit 14f73ca679f6fdb44cff0b7304d419db41a0ab69
51429 Author: Stefan Roese <sr@denx.de>
51430 Date:   Wed Mar 26 10:14:11 2008 +0100
51431
51432     ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched"
51433
51434     If CFG_MEM_TOP_HIDE is defined in the board config header, this specified
51435     memory area will get subtracted from the top (end) of ram and won't get
51436     "touched" at all by U-Boot. By fixing up gd->ram_size the Linux kernel
51437     should gets passed the now "corrected" memory size and won't touch it
51438     either. This should work for arch/ppc and arch/powerpc. Only Linux board
51439     ports in arch/powerpc with bootwrapper support, which recalculate the
51440     memory size from the SDRAM controller setup, will have to get fixed
51441     in Linux additionally.
51442
51443     This patch enables this config option on some PPC440EPx boards as a workaround
51444     for the CHIP 11 errata. Here the description from the AMCC documentation:
51445
51446     CHIP_11: End of memory range area restricted access.
51447     Category: 3
51448
51449     Overview:
51450     The 440EPx DDR controller does not acknowledge any
51451     transaction which is determined to be crossing over the
51452     end-of-memory-range boundary, even if the starting address is
51453     within valid memory space. Any such transaction from any PLB4
51454     master will result in a PLB time-out on PLB4 bus.
51455
51456     Impact:
51457     In case of such misaligned bursts, PLB4 masters will not
51458     retrieve any data at all, just the available data up to the
51459     end of memory, especially the 440 CPU. For example, if a CPU
51460     instruction required an operand located in memory within the
51461     last 7 words of memory, the DCU master would burst read 8
51462     words to update the data cache and cross over the
51463     end-of-memory-range boundary. Such a DCU read would not be
51464     answered by the DDR controller, resulting in a PLB4 time-out
51465     and ultimately in a Machine Check interrupt. The data would
51466     be inaccessible to the CPU.
51467
51468     Workaround:
51469     Forbid any application to access the last 256 bytes of DDR
51470     memory. For example, make your operating system believe that
51471     the last 256 bytes of DDR memory are absent. AMCC has a patch
51472     that does this, available for Linux.
51473
51474     This patch sets CFG_MEM_TOP_HIDE for the following 440EPx boards:
51475     lwmon5, korat, sequoia
51476
51477     The other remaining 440EPx board were intentionally not included
51478     since it is not clear to me, if they use the end of ram for some
51479     other purpose. This is unclear, since these boards have CONFIG_PRAM
51480     defined and even comments like this:
51481
51482     PMC440.h:
51483     /* esd expects pram at end of physical memory.
51484      * So no logbuffer at the moment.
51485      */
51486
51487     It is strongly recommended to not use the last 256 bytes on those
51488     boards too. Patches from the board maintainers are welcome.
51489
51490     Signed-off-by: Stefan Roese <sr@denx.de>
51491
51492 commit c664bf8c3c9bb9e236891f0d8dfda883e86d159b
51493 Author: Stefan Roese <sr@denx.de>
51494 Date:   Thu Mar 27 10:09:05 2008 +0100
51495
51496     ppc4xx: Fix Canyonlands linker script (remove bogus ASSERT)
51497
51498     Signed-off-by: Stefan Roese <sr@denx.de>
51499
51500 commit d56a3ce179688cde61073a3690e21703d68fafd7
51501 Author: Stefan Roese <sr@denx.de>
51502 Date:   Tue Mar 25 17:51:13 2008 +0100
51503
51504     ppc4xx: Correctly pass phyiscal FLASH base address into dtb
51505
51506     The routine ft_board_setup() configures the EBC NOR mappings for the
51507     Linux physmap_of driver. Since on 460EX/GT we remap the FLASH from
51508     0x4.fc00.0000 to 0x4.cc00.0000 because of the max. 16MByte boot-CS
51509     problem, we need to pass the corrected address here too.
51510
51511     Signed-off-by: Stefan Roese <sr@denx.de>
51512
51513 commit 9ad31989de12ce5c67b07c4867ead47465655c4b
51514 Author: Stefan Roese <sr@denx.de>
51515 Date:   Wed Mar 19 16:35:12 2008 +0100
51516
51517     ppc4xx: Fix compilation warning in 4xx_enet.c
51518
51519     Signed-off-by: Stefan Roese <sr@denx.de>
51520
51521 commit 4c9e855734c523900322a7c3cdd9099b4f51b51d
51522 Author: Stefan Roese <sr@denx.de>
51523 Date:   Wed Mar 19 16:20:49 2008 +0100
51524
51525     ppc4xx: Add AMCC Glacier 406GT eval board support
51526
51527     This patch adds support for the AMCC Glacier 460GT eval board.
51528     The main difference to the Canyonlands board are listed here:
51529
51530     - 4 ethernet ports instead of 2
51531     - no SATA port
51532     - no USB port
51533
51534     Currently EMAC2+3 are not working. This will be fixed in a later
51535     release.
51536
51537     Signed-off-by: Stefan Roese <sr@denx.de>
51538
51539 commit d8bd643141af4710d7f1b69bbab6b760de0af0a1
51540 Author: Stefan Roese <sr@denx.de>
51541 Date:   Thu Mar 27 08:47:26 2008 +0100
51542
51543     ppc4xx: Mask 'vec' with 0x1f in uic_interrupt() for bit set/clear
51544
51545     Signed-off-by: Stefan Roese <sr@denx.de>
51546
51547 commit b9670dd85be6e0496ef2e231043c23cad9b1d903
51548 Author: Anatolij Gustschin <agust@denx.de>
51549 Date:   Wed Mar 26 21:05:43 2008 +0100
51550
51551     Fix out of tree building issue
51552
51553     Currently U-Boot building in some external directory
51554     doesn't work. This patch tries to fix the problem.
51555
51556     Signed-off-by: Anatolij Gustschin <agust@denx.de>
51557
51558 commit d4ee711d8a5c366ee3f857c26b927d12e66614ff
51559 Author: Anatolij Gustschin <agust@denx.de>
51560 Date:   Wed Mar 26 18:13:33 2008 +0100
51561
51562     README: update documentation (availability, links, etc.)
51563
51564     Fix typo in README
51565
51566     Signed-off-by: Anatolij Gustschin <agust@denx.de>
51567
51568 commit e813eae3bfeba9c0bda9d1bf9fc3d081f790972f
51569 Author: Anatolij Gustschin <agust@denx.de>
51570 Date:   Wed Mar 26 17:47:44 2008 +0100
51571
51572     Fix compilation error in cmd_usb.c
51573
51574     This patch fixes compilation error
51575     cmd_usb.c: In function 'do_usb':
51576     cmd_usb.c:552: error: void value not ignored as it ought to be
51577
51578     Signed-off-by: Anatolij Gustschin <agust@denx.de>
51579
51580 commit d8c82db482d6b535d12b419d6440b88bf7091c9b
51581 Author: Timur Tabi <timur@freescale.com>
51582 Date:   Fri Mar 14 17:45:29 2008 -0500
51583
51584     Add support for setting the I2C bus speed in fsl_i2c.c
51585
51586     Add support to the Freescale I2C driver (fsl_i2c.c) for setting and querying
51587     the I2C bus speed.  Current 8[356]xx boards define the CFG_I2C_SPEED macro,
51588     but fsl_i2c.c ignores it and uses conservative value when programming the
51589     I2C bus speed.
51590
51591     Signed-off-by: Timur Tabi <timur@freescale.com>
51592     Acked-by: Andy Fleming <afleming@freescale.com>
51593
51594 commit d049cc7f71c0d875e8f5099d1ed23666a82b8f8e
51595 Author: Wolfgang Denk <wd@denx.de>
51596 Date:   Thu Mar 27 00:03:57 2008 +0100
51597
51598     Coding style cleanup, update CHANGELOG
51599
51600     Signed-off-by: Wolfgang Denk <wd@denx.de>
51601
51602 commit fd0b1fe3c388a77e8fe00cdd930ca317a91198d4
51603 Author: Dave Liu <r63238@freescale.com>
51604 Date:   Wed Mar 26 22:55:32 2008 +0800
51605
51606     drivers: add the support for Freescale SATA controller
51607
51608     Add the Freescale on-chip SATA controller driver to u-boot,
51609     The SATA controller is used on the 837x and 8315 targets,
51610     The driver can be used to load kernel, fs and dtb.
51611
51612     The features list:
51613     - 1.5/3 Gbps link speed
51614     - LBA48, LBA28 support
51615     - DMA and FPDMA support
51616     - Two ports support
51617
51618     Signed-off-by: Dave Liu <daveliu@freescale.com>
51619
51620 commit bede87f4c87c3ccd868cc60ebf792e0560c6d024
51621 Author: Dave Liu <r63238@freescale.com>
51622 Date:   Wed Mar 26 22:54:44 2008 +0800
51623
51624     ata: add the readme for SATA command line
51625
51626     Signed-off-by: Dave Liu <daveliu@freescale.com>
51627
51628 commit cd54081cd479e542fc399b8a40651ff11a1ad849
51629 Author: Dave Liu <r63238@freescale.com>
51630 Date:   Wed Mar 26 22:53:24 2008 +0800
51631
51632     ata: enable the sata initialize on boot up
51633
51634     Signed-off-by: Dave Liu <daveliu@freescale.com>
51635
51636 commit 69386383c5c2b323c66495b0b0cef6a9714d83bf
51637 Author: Dave Liu <r63238@freescale.com>
51638 Date:   Wed Mar 26 22:52:36 2008 +0800
51639
51640     ata: add the fis struct for SATA
51641
51642     Signed-off-by: Dave Liu <daveliu@freescale.com>
51643
51644 commit ffc664e80dfb2e17de0df5ad39e91a02e9c361bc
51645 Author: Dave Liu <r63238@freescale.com>
51646 Date:   Wed Mar 26 22:51:44 2008 +0800
51647
51648     ata: add the libata support
51649
51650     add simple libata support in u-boot
51651
51652     Signed-off-by: Dave Liu <daveliu@freescale.com>
51653
51654 commit 8e9bb43429e50df55fa41932cbe65841ff579220
51655 Author: Dave Liu <r63238@freescale.com>
51656 Date:   Wed Mar 26 22:50:45 2008 +0800
51657
51658     ata: make the ata_piix driver using new SATA framework
51659
51660     original ata_piix driver is using IDE framework, not real
51661     SATA framework. For now, the ata_piix driver is only used
51662     by x86 sc520_cdp board. This patch makes the ata_piix driver
51663     use the new SATA framework, so
51664
51665     - remove the duplicated command stuff
51666     - remove the CONFIG_CMD_IDE define in the sc520_cdp.h
51667     - add the CONFIG_CMD_SATA define to sc520_cdp.h
51668
51669     Signed-off-by: Dave Liu <daveliu@freescale.com>
51670
51671 commit c7057b529c3c3cb9c0ac9060686a4068f1491bbe
51672 Author: Dave Liu <r63238@freescale.com>
51673 Date:   Wed Mar 26 22:49:44 2008 +0800
51674
51675     ata: add the support for SATA framework
51676
51677     - add the SATA framework
51678     - add the SATA command line
51679
51680     Signed-off-by: Dave Liu <daveliu@freescale.com>
51681
51682 commit 83c7f470a4ce94f33600f11ae85ce4dcf00aa90c
51683 Author: Dave Liu <r63238@freescale.com>
51684 Date:   Wed Mar 26 22:48:18 2008 +0800
51685
51686     ata: merge the header of ata_piix driver
51687
51688     move the sata.h from include/ to drivers/block/ata_piix.h
51689
51690     Signed-off-by: Dave Liu <daveliu@freescale.com>
51691
51692 commit 9eef62804d9695425b24c87b46a61a7fa74afee0
51693 Author: Dave Liu <r63238@freescale.com>
51694 Date:   Wed Mar 26 22:47:06 2008 +0800
51695
51696     ata: merge the ata_piix driver
51697
51698     move the cmd_sata.c from common/ to drivers/ata_piix.c,
51699     the cmd_sata.c have some part of ata_piix controller drivers.
51700     consolidate the driver to have better framework.
51701
51702     Signed-off-by: Dave Liu <daveliu@freescale.com>
51703
51704 commit b9e749e95354f33eb5dc6653c6db7d502adb95fe
51705 Author: Markus Klotzbuecher <mk@denx.de>
51706 Date:   Wed Mar 26 18:26:43 2008 +0100
51707
51708     USB, Storage: fix a bug introduced in commit
51709     f6b44e0e4d18fe507833a0f76d24a9aa72c123f1 that will cause usb_stor_info
51710     to only print only information on one storage device, but not for
51711     multiple.
51712
51713     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
51714
51715 commit 841e5edd1623f3fecb6bffc5c2f938ed7a947360
51716 Author: Anatolij Gustschin <agust@denx.de>
51717 Date:   Wed Mar 26 17:47:44 2008 +0100
51718
51719     Fix compilation error in cmd_usb.c
51720
51721     This patch fixes compilation error
51722     cmd_usb.c: In function 'do_usb':
51723     cmd_usb.c:552: error: void value not ignored as it ought to be
51724
51725     Signed-off-by: Anatolij Gustschin <agust@denx.de>
51726     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
51727
51728 commit dd6c910aadf27c822f17b87eae1a9bd0b2e3aa15
51729 Author: Kumar Gala <galak@kernel.crashing.org>
51730 Date:   Wed Mar 26 08:53:53 2008 -0500
51731
51732     85xx: Add cpu_mp_lmb_reserve helper to reserve boot page
51733
51734     Provide a board_lmb_reserve helper function to ensure we reserve
51735     the page of memory we are using for the boot page translation code.
51736
51737     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51738
51739 commit 79679d80021ab095e639e250ca472fe526da02e2
51740 Author: Kumar Gala <galak@kernel.crashing.org>
51741 Date:   Wed Mar 26 08:34:25 2008 -0500
51742
51743     85xx: Update multicore boot mechanism to ePAPR v0.81 spec
51744
51745     The following changes are needed to be inline with ePAPR v0.81:
51746
51747     * r4, r5 and now always set to 0 on boot release
51748     * r7 is used to pass the size of the initial map area (IMA)
51749     * EPAPR_MAGIC value changed for book-e processors
51750     * changes in the spin table layout
51751     * spin table supports a 64-bit physical release address
51752
51753     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51754
51755 commit 25eedb2c1958a13110c7de1fc809b624053cc69c
51756 Author: Jon Loeliger <jdl@freescale.com>
51757 Date:   Wed Mar 19 15:02:07 2008 -0500
51758
51759     FSL: Clean up board/freescale/common/Makefile
51760
51761     Each file that can be built here now follows some
51762     CONFIG_ option so that they are appropriately built
51763     or not, as needed.  And CONFIG_ defines were added
51764     to various board config files to make sure that happens.
51765
51766     The other board/freescale/*/Makefiles no longer need
51767     to reach up and over into ../common to build their
51768     individually needed files any more.
51769
51770     Boards that are CDS specific were renamed with cds_ prefix.
51771
51772     Signed-off-by: Jon Loeliger <jdl@freescale.com>
51773
51774 commit a5af4b358a7caa9c0aa374d4d894bf762ec37669
51775 Author: Kumar Gala <galak@kernel.crashing.org>
51776 Date:   Wed Feb 27 22:00:27 2008 -0600
51777
51778     85xx: Fix merge duplication
51779
51780     ft_fixup_cpu() got duplicated in some merge snafu.  Remove the duplicate.
51781
51782     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51783
51784 commit 5893b3d0a4084f87a06a5d3dc03db91206818941
51785 Author: James Yang <James.Yang@freescale.com>
51786 Date:   Tue Feb 12 16:35:07 2008 -0600
51787
51788     85xx: Expand CCSR space with more DDR controller registers.
51789
51790     Signed-off-by: James Yang <James.Yang@freescale.com>
51791     Signed-off-by: Jon Loeliger <jdl@freescale.com>
51792     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51793
51794 commit a3e77fa5359b3f9f59e4e946b46d57a53057cc85
51795 Author: James Yang <James.Yang@freescale.com>
51796 Date:   Fri Feb 8 18:05:08 2008 -0600
51797
51798     85xx: Speed up get_ddr_freq() and get_bus_freq()
51799
51800     get_ddr_freq() and get_bus_freq() used get_sys_info() each time they were
51801     called.  However, get_sys_info() recalculates extraneous information when
51802     called each time.  Have get_ddr_freq() and get_bus_freq() return memoized
51803     values from global_data instead.
51804
51805     Signed-off-by: James Yang <James.Yang@freescale.com>
51806     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51807
51808 commit e9ea679918fbc9a53fa2f2a904aac874ea736036
51809 Author: James Yang <James.Yang@freescale.com>
51810 Date:   Fri Feb 8 16:46:27 2008 -0600
51811
51812     85xx: Show DDR memory data rate in addition to the memory clock frequency.
51813
51814     Show the DDR memory data rate in addition to the memory clock
51815     frequency.  For DDR/DDR2 memories the memory data rate is 2x the
51816     memory clock.
51817
51818     Signed-off-by: James Yang <James.Yang@freescale.com>
51819     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51820
51821 commit 591933ca6eabc440e6ed6967233aaf56fce464a3
51822 Author: James Yang <James.Yang@freescale.com>
51823 Date:   Fri Feb 8 16:44:53 2008 -0600
51824
51825     85xx: get_tbclk() speed up and rounding fix
51826
51827     Speed up get_tbclk() by referencing pre-computed bus clock
51828     frequency value from global data instead of sys_info_t.  Fix
51829     rounding of result to nearest; previously it was rounding
51830     upwards.
51831
51832     Signed-off-by: James Yang <James.Yang@freescale.com>
51833     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51834
51835 commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6
51836 Author: Andy Fleming <afleming@freescale.com>
51837 Date:   Wed Feb 6 01:19:40 2008 -0600
51838
51839     Update SVR numbers to expand support
51840
51841     FSL has taken to using SVR[16:23] as an SOC sub-version field.  This
51842     is used to distinguish certain variants within an SOC family.  To
51843     account for this, we add the SVR_SOC_VER() macro, and update the SVR_*
51844     constants to reflect the larger value.  We also add SVR numbers for all
51845     of the current variants.  Finally, to make things neater, rather than
51846     use an enormous switch statement to print out the CPU type, we create
51847     and array of SVR/name pairs (using a macro), and print out the CPU name
51848     that matches the SVR SOC version.
51849
51850     Signed-off-by: Andy Fleming <afleming@freescale.com>
51851
51852 commit b83eef440cf3cef816172ccbb5897ccd8e403cf3
51853 Author: Andy Fleming <afleming@freescale.com>
51854 Date:   Wed Feb 6 01:12:57 2008 -0600
51855
51856     Add the Freescale PCI device IDs
51857
51858     Signed-off-by: Andy Fleming <afleming@freescale.com>
51859
51860 commit 7aff0c051ad0613171cf2b9941ee48675c62e7cd
51861 Author: Kumar Gala <galak@kernel.crashing.org>
51862 Date:   Thu Feb 14 11:04:23 2008 -0600
51863
51864     85xx: Added support for multicore boot mechanism
51865
51866     Added the cpu command that provides a generic mechanism to get status,
51867     reset, and release secondary cores in multicore processors.
51868
51869     Added support for using the ePAPR defined spin-table mechanism on 85xx.
51870
51871     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51872     Signed-off-by: Andy Fleming <afleming@freescale.com>
51873
51874 commit ec2b74ffd36f02c6123725e7c2533dd2deaf4b64
51875 Author: Kumar Gala <galak@kernel.crashing.org>
51876 Date:   Thu Jan 17 16:48:33 2008 -0600
51877
51878     85xx: Added support for multicore boot mechanism
51879
51880     Added the cpu command that provides a generic mechanism to get status,
51881     reset, and release secondary cores in multicore processors.
51882
51883     Added support for using the ePAPR defined spin-table mechanism on 85xx.
51884
51885     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51886
51887 commit f69766e4b5d47ecd3aa58677a8da875694f364f2
51888 Author: Kumar Gala <galak@kernel.crashing.org>
51889 Date:   Wed Jan 30 14:55:14 2008 -0600
51890
51891     85xx: Add the concept of CFG_CCSRBAR_PHYS
51892
51893     When we go to 36-bit physical addresses we need to keep the concept of
51894     the physical CCSRBAR address seperate from the virtual one.
51895
51896     For the majority of boards CFG_CCSBAR_PHYS == CFG_CCSRBAR
51897
51898     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51899
51900 commit 5b5eb9ca5b778f763bcf332697b35cc1e747626e
51901 Author: Wolfgang Denk <wd@denx.de>
51902 Date:   Wed Mar 26 15:38:47 2008 +0100
51903
51904     Coding style cleanup.
51905
51906     Signed-off-by: Wolfgang Denk <wd@denx.de>
51907
51908 commit da8808df7a9cef5a3d2ee286ef9ebf9de1780660
51909 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
51910 Date:   Wed Mar 26 13:02:13 2008 +0100
51911
51912     Add CFG_RTC_DS1337_NOOSC to turn off OSC output
51913
51914     The default settings for RTC DS1337 keeps the OSC
51915     output, 32,768 Hz, on. This add CFG_RTC_DS1337_NOOSC to
51916     turn it off.
51917
51918     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
51919
51920 commit 438a4c11260b4ea9805039b0b4f92f9df5306b02
51921 Author: Wolfgang Denk <wd@denx.de>
51922 Date:   Wed Mar 26 11:48:46 2008 +0100
51923
51924     Cleanup coding style, update CHANGELOG
51925
51926     Signed-off-by: Wolfgang Denk <wd@denx.de>
51927
51928 commit 218ca724c08ca8a649f0917cf201cf23d4b33f39
51929 Author: Wolfgang Denk <wd@denx.de>
51930 Date:   Wed Mar 26 10:40:12 2008 +0100
51931
51932     README: update documentation (availability, links, etc.)
51933
51934     Signed-off-by: Wolfgang Denk <wd@denx.de>
51935
51936 commit f6b44e0e4d18fe507833a0f76d24a9aa72c123f1
51937 Author: Aras Vaichas <arasv@magtech.com.au>
51938 Date:   Tue Mar 25 12:09:07 2008 +1100
51939
51940     USB Storage, add meaningful return value
51941
51942     This patch changes the "usb storage" command to return success if it
51943     finds a USB storage device, otherwise it returns error.
51944
51945     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
51946
51947 commit 18e69a35efbb078403db0c0063986470dad7d082
51948 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
51949 Date:   Fri Mar 14 23:20:18 2008 +0300
51950
51951     83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role
51952
51953     Linux understands "host" (default), "peripheral" and "otg" (broken).
51954     Though, U-Boot doesn't restrict dr_mode variable to these values (think
51955     of renames in future).
51956
51957     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
51958     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51959
51960 commit c7604783b236e368f225efb7b3efb418fe20b404
51961 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
51962 Date:   Fri Mar 14 23:20:30 2008 +0300
51963
51964     tsec: fix link detection for the RTL8211B PHY
51965
51966     RTL8211B sets link state register after autonegotiation complete,
51967     so with bootdelay=0 RTL8211B will report lack of the link.
51968
51969     To fix this, we should wait for aneg to complete, even if the
51970     link is currently down.
51971
51972     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
51973     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51974
51975 commit 7fa9cbb00dc83fcf175042b6f20c2c9bce9a15f4
51976 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
51977 Date:   Mon Mar 24 20:47:09 2008 +0300
51978
51979     mpc83xx: add "fsl,soc" and "fsl,immr" compatible fixups
51980
51981     device_type = "soc" is being deprecated, newer device trees will use
51982     "fsl,soc" and/or "fsl,immr" for the soc nodes.
51983
51984     This patch also adds clock-frequency property for soc nodes (the same
51985     value as bus-frequency).
51986
51987     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
51988
51989 commit 507e2d79c91441a0bb2cd3d0c31c8bfe3f8cec07
51990 Author: Joe D'Abbraccio <ljd015@freescale.com>
51991 Date:   Mon Mar 24 13:00:59 2008 -0400
51992
51993     Modified the DDR SDRAM clock control register to delay MCK/MCK_B 3/4 clock
51994
51995     With the original value of 1/2 clock cycle delay, the system ran relatively
51996     stable except when we run benchmarks that are intensive users of memory.
51997     When I run samba connected disk with a HDBENCH test, the system locks-up
51998     or reboots sporadically.
51999
52000     Signed-off by: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com>
52001
52002 commit a7ba32d480a86db5db8dcd8ca66b21b4cadda923
52003 Author: Scott Wood <scottwood@freescale.com>
52004 Date:   Mon Mar 24 12:44:13 2008 -0500
52005
52006     mpc83xx: Set PCI I/O bus-address base to zero.
52007
52008     The device trees for these boards describe PCI I/O as starting from
52009     address zero from the device's perspective.
52010
52011     Placing I/O elsewhere may cause problems with certain PCI boards, and may
52012     cause problems with Linux.
52013
52014     Signed-off-by: Scott Wood <scottwood@freescale.com>
52015
52016 commit f700e7df7fecf2d3765ae568ce77ce788cde4f3e
52017 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
52018 Date:   Mon Mar 24 20:47:05 2008 +0300
52019
52020     mpc83xx: MPC8360E-RDK: use 33.3(3)MHz CLKIN/SYS_CLK
52021
52022     At least on the "33MHz Pilot" board crystal is actually 33.3MHz.
52023     This patch fixes "system time drifting" problem.
52024
52025     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
52026
52027 commit 3a0cfdd576dc9b16d1468d37339182607c697fb7
52028 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
52029 Date:   Mon Mar 24 20:47:02 2008 +0300
52030
52031     mpc83xx: MPC8360E-RDK: define CONFIG_OF_STDOUT_VIA_ALIAS
52032
52033     This is needed to update /choosen/linux,stdout-path properly.
52034
52035     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
52036
52037 commit 3419eb62f088d7a22f1d2a3cebf76b77e408b5b9
52038 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
52039 Date:   Mon Mar 24 20:47:00 2008 +0300
52040
52041     mpc83xx: MPC8360E-RDK: add dhcp command
52042
52043     Plus modify environment to use it and remove bootfile env variable,
52044     it is internal and CONFIG_BOOTFILE is used for these purposes.
52045
52046     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
52047
52048 commit d892b2dbb4087a26778bfd42470c3ea7d0e2b6aa
52049 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
52050 Date:   Mon Mar 24 20:46:57 2008 +0300
52051
52052     mpc83xx: MPC8360E-RDK: rework ddr setup, enable ecc
52053
52054     Current DDR setup easily causes memory corruption, this patch fixes it.
52055
52056     Also fix TIMING_CFG0_MRS_CYC definition.
52057
52058     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
52059
52060 commit d47d49cc37a38f2719a3e1b9bbe08ac810cf2d9a
52061 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
52062 Date:   Mon Mar 24 20:46:53 2008 +0300
52063
52064     mpc83xx: MPC8360E-RDK: configure pario pins for AD7843 and FHCI
52065
52066     This patch adds qe pario pins configuration for AD7843 ADC/Touchscreen
52067     controller and FHCI (QE USB).
52068
52069     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
52070
52071 commit 7ad959490962e6842648d87d4bd795ea6cdcce67
52072 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
52073 Date:   Mon Mar 24 20:46:51 2008 +0300
52074
52075     mpc83xx: MPC8360E-RDK: add support for NAND
52076
52077     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
52078
52079 commit 9a3e832aeb491861d029991241572ebdf4b5b61b
52080 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
52081 Date:   Mon Mar 24 20:46:46 2008 +0300
52082
52083     mpc83xx: MPC8360E-RDK: use RGMII_RXID interface mode
52084
52085     This is needed for BCM PHYs to work on this board.
52086
52087     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
52088
52089 commit 300615dc5d9b0a2022fbc6af0c13159e33fd752e
52090 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
52091 Date:   Mon Mar 24 20:46:34 2008 +0300
52092
52093     uec: add support for Broadcom BCM5481 Gigabit PHY
52094
52095     This patch adds basic support for Broadcom BCM5481 PHY.
52096
52097     RXD-RXC delay quirk comes from MPC8360E-RDK BSP source, author is
52098     Peter Barada <peterb@logicpd.com>.
52099
52100     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
52101
52102 commit 6a600c3a1876bc203445df4f0fd6b12648259666
52103 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
52104 Date:   Mon Mar 24 20:46:28 2008 +0300
52105
52106     uec: add support for RGMII_RXID interface mode
52107
52108     PHY drivers will use it to setup software delay between RXD and RXC
52109     signals.
52110
52111     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
52112
52113 commit 91cdaa3a9d7562b869d96774e9c9ddf142c0848d
52114 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
52115 Date:   Mon Mar 24 20:46:24 2008 +0300
52116
52117     uec: add support for gbit mii status readings
52118
52119     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
52120
52121 commit aabce7fb505ffe55ebf3bf4dcafdae97a581558d
52122 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
52123 Date:   Mon Mar 24 17:40:47 2008 +0300
52124
52125     83xx: define CONFIG_OF_STDOUT_VIA_ALIAS for the MPC837XERDB boards
52126
52127     This is primarily for the early console support.
52128
52129     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
52130
52131 commit 2bd7460e9283ec98565189b3cdbcfb2bcdcdd635
52132 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
52133 Date:   Mon Mar 24 17:40:43 2008 +0300
52134
52135     83xx: initialize serdes for MPC837XRDB boards
52136
52137     On the MPC8377ERDB: 2 SATA and 2 PCI-E.
52138     On the MPC8378ERDB: 2 PCI-E
52139     On the MPC8379ERDB: 4 SATA
52140
52141     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
52142
52143 commit 453316a2a19642d8afcbca7452e40a6b44a197b1
52144 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
52145 Date:   Mon Mar 24 17:40:32 2008 +0300
52146
52147     83xx: serdes setup routines
52148
52149     This patch adds few routines to configure serdes on 837x targets.
52150
52151     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
52152
52153 commit a796cdf9c377cb4e5d61d1079a296608f8fbd903
52154 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
52155 Date:   Mon Mar 24 17:40:27 2008 +0300
52156
52157     83xx: split COBJS onto separate lines
52158
52159     ..plus get rid of some #ifdefs in the .c files.
52160
52161     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
52162
52163 commit 46a3aeea73c13ab04ebf7a8739afb87ac5da94a3
52164 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
52165 Date:   Mon Mar 24 17:40:23 2008 +0300
52166
52167     83xx: nand support for MPC837XRDB boards
52168
52169     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
52170
52171 commit 82e45a204190593e8613145a928f998fb8c909c4
52172 Author: Jerry Van Baren <gvb.uboot@gmail.com>
52173 Date:   Tue Mar 18 21:44:41 2008 -0400
52174
52175     Enable CONFIG_FLASH_SHOW_PROGRESS on the MPC8360EMDS.
52176
52177     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
52178     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
52179
52180 commit 0fa7a1b4719e325fce332689fb8754ec166191ff
52181 Author: Michael Barkowski <michael.barkowski@freescale.com>
52182 Date:   Thu Mar 20 13:15:39 2008 -0400
52183
52184     mpc8323erdb: remove RTC and add EEPROM
52185
52186     There's no on-board RTC on the MPC8323ERDB, but there is an EEPROM.
52187
52188     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
52189     Acked-by: Kim Phillips <kim.phillips@freescale.com>
52190
52191 commit 5bbeea86eb6afb872374cd23217cb3c1018443ed
52192 Author: Michael Barkowski <michael.barkowski@freescale.com>
52193 Date:   Thu Mar 20 13:15:34 2008 -0400
52194
52195     mpc8323erdb: Improve the system performance
52196
52197     The following changes are based on kernel UCC ethernet performance:
52198
52199     1.  Make the CSB bus pipeline depth as 4, and enable the repeat mode
52200     2.  Optimize transactions between QE and CSB.  Added CFG_SPCR_OPT
52201         switch to enable this setting.
52202
52203     The following changes are based on the App Note AN3369 and
52204     verified to improve memory latency using LMbench:
52205
52206     3.  CS0_CONFIG[AP_n_EN] is changed from 1 to 0
52207     4.  CS0_CONFIG[ODT_WR_CONFIG] set to 1.  Was a reserved setting
52208         previously.
52209     5.  TIMING_CFG_1[WRREC] is changed from 3clks to 2clks  (based on
52210         Twr=15ns, and this was already the setting in DDR_MODE)
52211     6.  TIMING_CFG_1[PRETOACT] is changed from 3clks to 2clks. (based on
52212         Trp=15ns)
52213     7.  TIMING_CFG_1[ACTTOPRE] is changed from 9clks to 6clks. (based on
52214         Tras=40ns)
52215     8.  TIMING_CFG_1[ACTTORW] is changed from 3clks to 2clks. (based on
52216         Trcd=15ns)
52217     9.  TIMING_CFG_1[REFREC] changed from 21 clks to 11clks.  (based on
52218         Trfc=75ns)
52219     10. TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 7clks.  (based
52220         on Tfaw=50ns)
52221     11. TIMING_CFG_2[ADD_LAT] and DDR_MODE[AL] changed from 0 to 1 (based
52222         on CL=3 and WL=2).
52223
52224     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
52225     Acked-by: Kim Phillips <kim.phillips@freescale.com>
52226
52227 commit fc549c871f43933396a5b3e21d897023d4b31b8d
52228 Author: Michael Barkowski <michael.barkowski@freescale.com>
52229 Date:   Thu Mar 20 13:15:28 2008 -0400
52230
52231     mpc8323erdb: use readable DDR config macros
52232
52233     Use available shift/mask macros to define DDR configuration.
52234
52235     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
52236     Acked-by: Kim Phillips <kim.phillips@freescale.com>
52237
52238 commit 89c7784ed90ba50301eec521144f95111e472906
52239 Author: Timur Tabi <timur@freescale.com>
52240 Date:   Fri Feb 8 13:15:55 2008 -0600
52241
52242     83xx: Add Vitesse VSC7385 firmware uploading
52243
52244     Update the MPC8349E-mITX, MPC8313E-RDB, and MPC837XE-RDB board files to upload
52245     the Vitesse VSC7385 firmware.  Changed CONFIG_VSC7385 to CONFIG_VSC7385_ENET.
52246     Cleaned up the board header files to make selecting the VSC7385 easier to
52247     control.
52248
52249     Signed-off-by: Timur Tabi <timur@freescale.com>
52250     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
52251
52252 commit b55d98c6d5b8694e560a0e727b14cb6921d7cfcc
52253 Author: Timur Tabi <timur@freescale.com>
52254 Date:   Fri Feb 8 13:15:54 2008 -0600
52255
52256     NET: Add Vitesse VSC7385 firmware uploading
52257
52258     The Vitesse VSC7385 is a 5-port switch found on the Freescale MPC8349E-mITX
52259     and other boards.  A small firwmare must be uploaded to its on-board memory
52260     before it can be enabled.  This patch adds the code which uploads firmware
52261     (but not the firmware itself).
52262
52263     Previously, this feature was provided by a U-Boot application that was
52264     made available only on Freescale BSPs.  The VSC7385 firmware must still
52265     be obtained separately, but at least there is no longer a need for a separate
52266     application.
52267
52268     Signed-off-by: Timur Tabi <timur@freescale.com>
52269     Acked-by: Ben Warren <biggerbadderben@gmail.com>
52270
52271 commit aa6f6d171a1f9f46ee4f03ad6acb97a6bfb71855
52272 Author: Wolfgang Denk <wd@denx.de>
52273 Date:   Wed Mar 26 00:52:10 2008 +0100
52274
52275     Coding Style cleanyp; update CHANGELOG
52276
52277     Signed-off-by: Wolfgang Denk <wd@denx.de>
52278
52279 commit 43ddd9c820fec44816188f53346b464e20b3142d
52280 Author: Jerry Van Baren <gvb.uboot@gmail.com>
52281 Date:   Sat Mar 22 14:23:49 2008 -0400
52282
52283     Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T
52284
52285     These defines embedded the u-boot env variables and/or the bd_t structure
52286     in the fdt blob.  The conclusion of discussion on the u-boot email list
52287     was that embedding these in the fdt blob is not useful: there are better
52288     ways of passing the data (in fact, the fdt blob itself replaces the
52289     bd_t struct).
52290
52291     The only board that enables these is the stxxtc and they don't appear
52292     to be used by linux.
52293
52294     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
52295     Acked-by: Kim Phillips <kim.phillips@freescale.com>
52296
52297 commit 22ed2285743359fd1fe73e411dff914b2256e68f
52298 Author: Stefan Roese <sr@denx.de>
52299 Date:   Mon Mar 17 10:49:25 2008 +0100
52300
52301     rtc: Remove 2nd reference to max6900.o in drivers/rtc/Makefile
52302
52303     Signed-off-by: Stefan Roese <sr@denx.de>
52304
52305 commit 1bb707c39a0833e91d9f797dd862aaaaf4af264d
52306 Author: Kyungmin Park <kmpark@infradead.org>
52307 Date:   Mon Mar 17 08:54:06 2008 +0900
52308
52309     Add Flex-OneNAND booting support
52310
52311     Flex-OneNAND is a monolithic integrated circuit with a NAND Flash array
52312     using a NOR Flash interface. This on-chip integration enables system designers
52313     to reduce external system logic and use high-density NAND Flash
52314     in applications that would otherwise have to use more NOR components.
52315
52316     Flex-OneNAND enables users to configure to partition it into SLC and MLC areas
52317     in more flexible way. While MLC area of Flex-OneNAND can be used to store data
52318     that require low reliability and high density, SLC area of Flex-OneNAND
52319     to store data that need high reliability and high performance. Flex-OneNAND
52320     can let users take advantage of storing these two different types of data
52321     into one chip, which is making Flex-OneNAND more cost- and space-effective.
52322
52323     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
52324
52325 commit c512389cc4a10253249271ff6c887c6dab1f0db2
52326 Author: André Schwarz <andre.schwarz@matrix-vision.de>
52327 Date:   Thu Mar 13 13:50:52 2008 +0100
52328
52329     MPC5200: support setup without FEC
52330
52331     Include FEC specific nodes in ft_cpu_setup only if CONFIG_MPC5xxx_FEC is
52332     defined. Systems without FEC, i.e. no FEC node in DTB, should be possible.
52333
52334     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
52335     Acked-by: Grant Likely <grant.likely@secretlab.ca>
52336
52337 commit aa3511e422946041ef626f80a05ae5e8bfc700e6
52338 Author: Jon Loeliger <jdl@freescale.com>
52339 Date:   Wed Mar 5 18:05:46 2008 -0600
52340
52341     FSL: Move board/mpc8266ads under board/freescale
52342
52343     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52344
52345 commit 7f1d846e5c5754449c286587d099d85246062772
52346 Author: Jon Loeliger <jdl@freescale.com>
52347 Date:   Wed Mar 5 18:05:47 2008 -0600
52348
52349     FSL: Move board/mpc7448hpc2 under board/freescale
52350
52351     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52352
52353 commit b7e24d283e34727c2a6cdfdac2e09a426c579b73
52354 Author: Jon Loeliger <jdl@freescale.com>
52355 Date:   Wed Mar 5 18:05:45 2008 -0600
52356
52357     FSL: Move board/mpc8260ads under board/freescale
52358
52359     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52360
52361 commit 6a8a5dc4759867c45aa95580deb8bf26669a5d97
52362 Author: goda.yusuke <goda.yusuke@renesas.com>
52363 Date:   Wed Mar 5 17:08:33 2008 +0900
52364
52365     net: Add support AX88796L ethernet device
52366
52367     AX88796L is device of NE2000 compatible.
52368     This patch support AX88796L ethernet device.
52369
52370     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
52371     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
52372
52373 commit e0a6140dd381e1eed1ada2291166ef2616d8822b
52374 Author: Wolfgang Denk <wd@denx.de>
52375 Date:   Tue Mar 25 22:50:41 2008 +0100
52376
52377     ne2000 driver: change #ifdef to Makefile conditional compilation
52378
52379     Signed-off-by: Wolfgang Denk <wd@denx.de>
52380
52381 commit e710185aae90c64d39c2d453e40e58ceefe4f250
52382 Author: goda.yusuke <goda.yusuke@renesas.com>
52383 Date:   Wed Mar 5 17:08:20 2008 +0900
52384
52385     net: Divided code of NE2000 ethernet driver
52386
52387     There are more devices of the NE2000 base.
52388     A present code is difficult for us to support more devices.
52389     To support more NE2000 clone devices, separated the function.
52390
52391     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
52392     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
52393
52394 commit 395bce4f59a507a60a475f7ee46bed47de9482df
52395 Author: Mike Frysinger <vapier@gentoo.org>
52396 Date:   Sun Feb 24 23:58:13 2008 -0500
52397
52398     net/Blackfin: move on-chip MAC driver into drivers/net/
52399
52400     The Blackfin on-chip MAC driver was being managed in the BF537-STAMP board
52401     directory, but it is not board specific, so relocate it to the drivers dir
52402     so that other Blackfin ports can utilize it.
52403
52404     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
52405
52406 commit 8a30b4700942f37495d2e67f5998cdffb6e3ba8a
52407 Author: Mike Frysinger <vapier@gentoo.org>
52408 Date:   Sun Feb 24 23:52:35 2008 -0500
52409
52410     smc91111: use SSYNC() rather than asm(ssync) for Blackfin
52411
52412     Since the "ssync" instruction may have hardware anomalies associated with
52413     it, have the smc91111 driver use the SSYNC macro rather than invoking it
52414     directly.  We workaround all the anomalies via this macro.
52415
52416     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
52417
52418 commit 77ff7b7444ceb8022b46114f3d0b6d18e2fd1138
52419 Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
52420 Date:   Sun Feb 17 22:57:47 2008 +0000
52421
52422     8xx: Update OF support on 8xx
52423
52424     This patch does some shifting around of OF support on 8xx.
52425
52426     Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
52427
52428 commit 9c666a7db0b2285a270c68810889ce7d5dba304b
52429 Author: Kumar Gala <galak@kernel.crashing.org>
52430 Date:   Fri Feb 15 15:16:18 2008 -0600
52431
52432     ppc: Allow boards to specify how much memory they can map
52433
52434     For historical reasons we limited the stack to 256M because some boards
52435     could only map that much via BATS.  However newer boards are capable of
52436     mapping more memory (for example 85xx is capble of doing up to 2G).
52437
52438     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
52439
52440 commit a6f5f317cd074bbbfa2aab4fca05904c811c19fb
52441 Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
52442 Date:   Fri Feb 15 01:05:58 2008 +0000
52443
52444     8xx : Add OF support to Adder875 board port - resubmit
52445
52446     Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
52447
52448 commit d058698fd2d9f769ff38ac53c8708b3fdd314f2d
52449 Author: Kumar Gala <galak@kernel.crashing.org>
52450 Date:   Thu Feb 14 20:44:42 2008 -0600
52451
52452     Add setexpr command
52453
52454     Add a simple expr style command that will set an env variable as the result
52455     of the command.  This allows us to do simple math in shell.  The following
52456     operations are supported: &, |, ^, +, -, *, /.
52457
52458     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
52459
52460 commit 3f105faa64b9826e088711fdfcaa70cb1230397a
52461 Author: Jon Loeliger <jdl@freescale.com>
52462 Date:   Wed Mar 5 17:27:48 2008 -0600
52463
52464     FSL: Move board/mpc7448hpc2 under board/freescale
52465
52466     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52467
52468 commit 449c703374a8868453425e15da7e2f76221b72e4
52469 Author: Jon Loeliger <jdl@freescale.com>
52470 Date:   Wed Mar 5 17:21:43 2008 -0600
52471
52472     FSL: Move board/mpc8266ads under board/freescale
52473
52474     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52475
52476 commit 5863577989ad689427bb750107e9a75f1c1645d2
52477 Author: Jon Loeliger <jdl@freescale.com>
52478 Date:   Wed Mar 5 16:41:41 2008 -0600
52479
52480     FSL: Move board/mpc8260ads under board/freescale
52481
52482     Signed-off-by: Jon Loeliger <jdl@freescale.com>
52483
52484 commit 8a773983957ee6c4aa344469b742f29c7d26afbd
52485 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
52486 Date:   Tue Mar 25 21:30:08 2008 +0900
52487
52488     [MIPS] Move gth2_config from ARM section to MIPS
52489
52490     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
52491
52492 commit 373b16fc0c5ae34d28b9027f809ae3cbf45cdd15
52493 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
52494 Date:   Tue Mar 25 21:30:07 2008 +0900
52495
52496     [MIPS] Extend MIPS_MAX_CACHE_SIZE upto 64kB
52497
52498     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
52499
52500 commit d98e348e2ed5aab8f7a6471ff628ab0688b8a459
52501 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
52502 Date:   Tue Mar 25 21:30:07 2008 +0900
52503
52504     [MIPS] Fix dcache_status()
52505
52506     You can't judge UNCACHED by Config.K0 LSB.
52507
52508     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
52509
52510 commit b0c66af53ec9385ac2d1cc2e5d7d1ecdc81caf34
52511 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
52512 Date:   Tue Mar 25 21:30:07 2008 +0900
52513
52514     [MIPS] Introduce _machine_restart
52515
52516     Handles machine specific functions by using weak functions.
52517
52518     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
52519
52520 commit decaba6f5cf386d569ac3997bebb871b966c6b18
52521 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
52522 Date:   Tue Mar 25 21:30:07 2008 +0900
52523
52524     [MIPS] Cleanup CP0 Status initialization
52525
52526     Add setup_c0_status from Linux. For the moment we disable interrupts, set
52527     CU0, mark the kernel mode, and clear ERL and EXL. This is good enough for
52528     reset-time configuration and will work well across most processors.
52529
52530     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
52531
52532 commit d43d43ef2845af309c25a64bb9c2c5fb3261bc23
52533 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
52534 Date:   Tue Mar 25 21:30:07 2008 +0900
52535
52536     [MIPS] Initialize CP0 Cause before setting up CP0 Status register
52537
52538     Without this change, we'll be suffering from deffered WATCH exception
52539     once Status.EXL is cleared. Make sure Cause.WP is cleared.
52540
52541     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
52542
52543 commit 26138623230ca2bad3c78e05a65527ea70c8b688
52544 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
52545 Date:   Tue Mar 25 21:30:07 2008 +0900
52546
52547     [MIPS] INCA-IP: Move watchdog init code from start.S to lowlevel_init()
52548
52549     Move things to appropriate place.
52550
52551     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
52552
52553 commit ccf8f824ef67df028dedb29f8ea5d71a5a88d895
52554 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
52555 Date:   Tue Mar 25 21:30:06 2008 +0900
52556
52557     [MIPS] Implement flush_cache()
52558
52559     We do Hit_Writeback_Inv_D and Hit_Invalidate_I. You might think that you
52560     don't need to do Hit_Invalidate_I, but flush_cache() needs it since this
52561     function is used not only in U-Boot specfic programs but also at loading
52562     target binaries.
52563
52564     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
52565
52566 commit 2e0e5271aac917812a76c72030a2b2c6f1d3387d
52567 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
52568 Date:   Tue Mar 25 21:30:06 2008 +0900
52569
52570     [MIPS] Fix I-/D-cache initialization loops
52571
52572     Currently we do 1) Index_Store_Tag_I, 2) Fill and 3) Index_Store_Tag_I
52573     again per a loop for I-cache initialization. But according to 'See MIPS
52574     Run', we're encouraged to use three separate loops rather than combining
52575     them *for both I- and D-cache*. This patch tries to fix this.
52576
52577     In accordance with fixing above, mips_init_[id]cache are separated from
52578     mips_cache_reset(), and rewrite cache loops are completely rewritten with
52579     useful macros.
52580
52581     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
52582
52583 commit 1898840797c7f50799377bd5b285a8a93a82c419
52584 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
52585 Date:   Tue Mar 25 21:30:06 2008 +0900
52586
52587     [MIPS] Replace memory clearance code with f_fill64
52588
52589     This routine fills memory with zero by 64 bytes, and is 64-bit capable.
52590
52591     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
52592
52593 commit 2f5d414ccb4024dd0992ff6b22561732dbc73590
52594 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
52595 Date:   Tue Mar 25 21:30:06 2008 +0900
52596
52597     [MIPS] cpu/mips/cache.S: Introduce NESTED/LEAF/END macros
52598
52599     This patch replaces the current function definitions with NESTED, LEAF
52600     and END macro. They specify some more additional information about the
52601     function; an alignment of symbol, type of symbol, stack frame usage, etc.
52602     These information explicitly tells the assembler and the debugger about
52603     the types of code we want to generate.
52604
52605     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
52606
52607 commit 282223a607c611425fa33f5428f8eae6636972bb
52608 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
52609 Date:   Tue Mar 25 11:43:17 2008 +0900
52610
52611     [MIPS] asm headers' updates
52612
52613     Make some asm headers adjusted to the latest Linux kernel.
52614
52615     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
52616
52617 commit e1390801a3c1a2b6d12fa90be368efc19f5b9bfd
52618 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
52619 Date:   Tue Mar 25 11:39:29 2008 +0900
52620
52621     [MIPS] Request for the 'mips_cache_lock()' removal
52622
52623     The initial intension of having mips_cache_lock() was to use the cache
52624     as memory for temporary stack use so that a C environment can be set up
52625     as early as possible.
52626
52627     But now mips_cache_lock() follow lowlevel_init(). We've already have the
52628     real memory initilaized at this point, therefore we could/should use it.
52629     No reason to lock at all.
52630
52631     Other problems:
52632
52633     Cache locking is not consistent across MIPS implementaions. Some imple-
52634     mentations don't support locking at all. The style of locking varies -
52635     some support per line locking, others per way, etc. Some parts use bits
52636     in status registers instead of cache ops. Current mips_cache_lock() is
52637     not necessarily general-purpose.
52638
52639     And this is worthy of special mention; once U-Boot/MIPS locks the lines,
52640     they are never get unlocked, so the code relies on whatever gets loaded
52641     after U-Boot to re-initialize the cache and clear the locks. We're sup-
52642     posed to have CFG_INIT_RAM_LOCK and unlock_ram_in_cache() implemented,
52643     but leave the situation as it is for a long time.
52644
52645     For these reasons, I proposed the removal of mips_cache_lock() from the
52646     global start-up code.
52647
52648     This patch adds CFG_INIT_RAM_LOCK_MIPS to make existing users aware that
52649     *things have changed*. If he wants the same behavior as before, he needs
52650     to have CFG_INIT_RAM_LOCK_MIPS in his config file.
52651
52652     If we don't have any regression report through several releases, then
52653     we'll remove codes entirely.
52654
52655     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
52656     Acked-by: Andrew Dyer <amdyer@gmail.com>
52657
52658 commit 0d48926c87ec96f974a6ac4034f4a2f2eab3255f
52659 Author: Yuri Tikhonov <yur@emcraft.com>
52660 Date:   Mon Mar 24 11:30:54 2008 +0100
52661
52662     lwmon5 SYSMON POST: fix backlight control
52663
52664     If the LWMON5 config has SYSMON POST among CONFIG_POSTs which may be
52665     run on the board, then the SYSMON POST controls the display backlight
52666     (doesn't switch backlight ON if POST FAILED, and does switch the
52667     backlight ON if PASSED).
52668
52669     If not, then the video driver controls the display backlight (just
52670     switch ON the backlight upon initialization).
52671
52672     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
52673
52674 commit ff2bdfb2c1e073f65c065011f1e18d0a130bd3d8
52675 Author: Yuri Tikhonov <yur@emcraft.com>
52676 Date:   Mon Mar 24 11:29:14 2008 +0100
52677
52678     lwmon5 SYSMON POST: fix handling of negative temperatures
52679
52680     Fix errors in the LWMON5 Sysmon POST for negative temperatures.
52681
52682     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
52683
52684 commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
52685 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
52686 Date:   Fri Mar 7 16:04:25 2008 +0900
52687
52688     pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option
52689
52690     In current source code, when the device number of PCI is 0, process PCI
52691     bridge without fail. However, when the device number is 0, it is not PCI
52692     always bridge. There are times when device of PCI allocates.
52693
52694     When CONFIG_PCI_SKIP_HOST_BRIDGE is enable, this problem is solved when
52695     use this patch.
52696
52697     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
52698     Acked-by: Stefan Roese <sr@denx.de>
52699
52700 commit 86aea3eaefa248ffb9328e2b50c64720489cdbeb
52701 Author: Yuri Tikhonov <yur@emcraft.com>
52702 Date:   Fri Mar 21 09:18:40 2008 +0100
52703
52704     LWMON5: fix dsPIC POST
52705
52706     Add test for DPIC_SYS_ERROR_REG to be zero in the LWMON5 dsPIC POST.
52707
52708     Signed-off-by: Yuri Tikhonov <yur@emcraft.com> ---
52709
52710 commit 388b82fddc7c05596f3f615f190da0448227dc82
52711 Author: Bartlomiej Sieka <tur@semihalf.com>
52712 Date:   Thu Mar 20 23:23:13 2008 +0100
52713
52714     [new uImage] Enable new uImage support for the pcs440ep board.
52715
52716     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
52717
52718 commit 95f4ec2b9c910c7261e6f060ea530d58b039692d
52719 Author: Bartlomiej Sieka <tur@semihalf.com>
52720 Date:   Thu Mar 20 23:23:13 2008 +0100
52721
52722     [new uImage] Do not compile new uImage format support by default
52723
52724     Disable default building of new uImage format support in preparation
52725     for merge with the master. Support for new format can be enabled on
52726     a per-board basis, by defining the following in the board's config file:
52727
52728     #define CONFIG_FIT             1
52729     #define CONFIG_OF_LIBFDT       1
52730
52731     This can be optionally defined to give more verbose output:
52732
52733     #define CONFIG_FIT_VERBOSE     1 /* enable fit_format_{error,warning}() */
52734
52735     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
52736
52737 commit dafaede8a46c7159310239e036c93e31c6374487
52738 Author: Bartlomiej Sieka <tur@semihalf.com>
52739 Date:   Thu Mar 20 23:20:31 2008 +0100
52740
52741     [new uImage] Disable debuging output in preparation for merge with master
52742
52743     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
52744
52745 commit fbe7a155027beacebaee9b32e1ada781fe924bca
52746 Author: Bartlomiej Sieka <tur@semihalf.com>
52747 Date:   Thu Mar 20 19:38:45 2008 +0100
52748
52749     [new uImage] Compilation and new uImage handling fixes for imxtract
52750
52751     Fix imxtract command not being compiled-in despite CONFIG_CMD_XIMG being in
52752     include/config_cmd_default.h. Fix few warnings and handling of new format
52753     images.
52754
52755     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
52756
52757 commit 36cc8cbb3379d5166f882641123521735c469f92
52758 Author: Bartlomiej Sieka <tur@semihalf.com>
52759 Date:   Thu Mar 20 23:10:19 2008 +0100
52760
52761     [new uImage] Fix autoscr command used with new uImage format
52762
52763     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
52764
52765 commit 43142e817f0597be412e7cbe19413f5532eafa5d
52766 Author: Bartlomiej Sieka <tur@semihalf.com>
52767 Date:   Thu Mar 20 23:10:19 2008 +0100
52768
52769     [new uImage] Fix *.its files location in documentation
52770
52771     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
52772
52773 commit 81a0ac62ea29f8252d0a714709d0ecfdbba2a15e
52774 Author: Wolfgang Denk <wd@denx.de>
52775 Date:   Thu Mar 20 22:01:38 2008 +0100
52776
52777     lwmon5 POST: remove unreachable code
52778
52779     plus some coding style cleanup
52780
52781     Signed-off-by: Wolfgang Denk <wd@denx.de>
52782
52783 commit b73a19e1609d0f705cbab8014ca17aefe89e4c76
52784 Author: Yuri Tikhonov <yur@emcraft.com>
52785 Date:   Thu Mar 20 17:56:04 2008 +0300
52786
52787     LWMON5: POST RTC fix
52788
52789     Modify the RTC API to provide one a status for the time reported by
52790     the rtc_get() function:
52791       0 - a reliable time is guaranteed,
52792     < 0 - a reliable time isn't guaranteed (power fault, clock issues,
52793           and so on).
52794
52795     The RTC chip drivers are responsible for providing this info if the
52796     corresponding chip supports such functionality. If not - always
52797     report that the time is reliable.
52798
52799     The POST RTC test was modified to detect the RTC faults utilizing
52800     this new rtc_get() feature.
52801
52802     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
52803
52804 commit a5cc5555ccee596908a7d8cf22a104f6b993bfd5
52805 Author: Martin Krause <martin.krause@tqs.de>
52806 Date:   Wed Mar 19 14:25:14 2008 +0100
52807
52808     TQM5200B: update MTD partition layout
52809
52810     - insert partition for dtb blob to TQM5200B MTD layout
52811     - set env variables dependent on the configured board
52812       (TQM5200 or TQM5200B)
52813
52814     Signed-off-by: Martin Krause <martin.krause@tqs.de>
52815
52816 commit f0105727d132f56a21fa3ed8b162309cca6cac44
52817 Author: Stefan Roese <sr@denx.de>
52818 Date:   Wed Mar 19 07:09:26 2008 +0100
52819
52820     CFI: Small cleanup for FLASH_SHOW_PROGRESS
52821
52822     With this patch we don't need that many #ifdef's in the code. It moves
52823     the subtraction into the macro and defines a NOP-macro when
52824     CONFIG_FLASH_SHOW_PROGRESS is not defined.
52825
52826     Signed-off-by: Stefan Roese <sr@denx.de>
52827     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
52828
52829 commit 9a042e9ca512beaaa2cb450274313fc477141241
52830 Author: Jerry Van Baren <gvb.uboot@gmail.com>
52831 Date:   Sat Mar 8 13:48:01 2008 -0500
52832
52833     Flash programming progress countdown.
52834
52835     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
52836
52837 commit 5e339fd9ed539a7d7fec59cfc88f0857ab26a53f
52838 Author: Bartlomiej Sieka <tur@semihalf.com>
52839 Date:   Wed Mar 19 10:00:06 2008 +0100
52840
52841     [new uImage] Fix style issue spotted by Wolfgang Denk <wd@denx.org>
52842
52843     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
52844
52845 commit 11abe45c48ec3485a6c1a5168ce8d79c3288adc1
52846 Author: David Gibson <david@gibson.dropbear.id.au>
52847 Date:   Mon Feb 18 18:09:04 2008 +1100
52848
52849     libfdt: Remove no longer used code from fdt_node_offset_by_compatible()
52850
52851     Since fdt_node_offset_by_compatible() was converted to the new
52852     fdt_next_node() iterator, a chunk of initialization code became
52853     redundant, but was not removed by oversight.  This patch cleans it up.
52854
52855     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
52856
52857 commit d0ccb9b140b472039732de102fc14597eedb14df
52858 Author: David Gibson <david@gibson.dropbear.id.au>
52859 Date:   Mon Feb 18 18:06:31 2008 +1100
52860
52861     libfdt: Trivial cleanup for CHECK_HEADER)
52862
52863     Currently the CHECK_HEADER() macro is defined local to fdt_ro.c.
52864     However, there are a handful of functions (fdt_move, rw_check_header,
52865     fdt_open_into) from other files which could also use it (currently
52866     they open-code something more-or-less identical).  Therefore, this
52867     patch moves CHECK_HEADER() to libfdt_internal.h and uses it in those
52868     places.
52869
52870     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
52871
52872 commit fe30a354cdbb808b5f15366a935b151a4ccee74f
52873 Author: Kumar Gala <galak@kernel.crashing.org>
52874 Date:   Wed Feb 20 14:32:36 2008 -0600
52875
52876     Fix fdt boardsetup command parsing
52877
52878     The introduciton of the 'fdt bootcpu' broke parsing for 'fdt boardsetup'.
52879
52880     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
52881
52882 commit 804887e6001e2f00bea11431bf34d6d472512cda
52883 Author: Kumar Gala <galak@kernel.crashing.org>
52884 Date:   Fri Feb 15 03:34:36 2008 -0600
52885
52886     Add sub-commands to fdt
52887
52888     fdt header                          - Display header info
52889     fdt bootcpu <id>                    - Set boot cpuid
52890     fdt memory <addr> <size>            - Add/Update memory node
52891     fdt rsvmem print                    - Show current mem reserves
52892     fdt rsvmem add <addr> <size>        - Add a mem reserve
52893     fdt rsvmem delete <index>           - Delete a mem reserves
52894
52895     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
52896
52897 commit f84d65f9b085ffbed464d1d58e8aaa8f5a2efc07
52898 Author: David Gibson <david@gibson.dropbear.id.au>
52899 Date:   Thu Feb 14 16:50:34 2008 +1100
52900
52901     libfdt: Fix NOP handling bug in fdt_add_subnode_namelen()
52902
52903     fdt_add_subnode_namelen() has a bug if asked to add a subnode to a
52904     node which has NOP tags interspersed with its properties.  In this
52905     case fdt_add_subnode_namelen() will put the new subnode before the
52906     first NOP tag, even if there are properties after it, which will
52907     result in an invalid blob.
52908
52909     This patch fixes the bug, and adds a testcase for it.
52910
52911     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
52912
52913 commit ae0b5908de3b9855f8931bc9b32c9fc4962df5a9
52914 Author: David Gibson <david@gibson.dropbear.id.au>
52915 Date:   Tue Feb 12 11:58:31 2008 +1100
52916
52917     libfdt: Add and use a node iteration helper function.
52918
52919     This patch adds an fdt_next_node() function which can be used to
52920     iterate through nodes of the tree while keeping track of depth.  This
52921     function is used to simplify the iteration code in a lot of other
52922     functions, and is also exported for use by library users.
52923
52924     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
52925
52926 commit 9eaeb07a7185d852c7aa10735ecd4e9edf24fb5d
52927 Author: David Gibson <david@gibson.dropbear.id.au>
52928 Date:   Fri Jan 11 14:55:05 2008 +1100
52929
52930     libfdt: Add fdt_set_name() function
52931
52932     This patch adds an fdt_set_name() function to libfdt, mirroring
52933     fdt_get_name().  This is a r/w function which alters the name of a
52934     given device tree node.
52935
52936     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
52937
52938 commit 23e20aa6488e6c0622496549861bfdc74108debe
52939 Author: Yuri Tikhonov <yur@pollux.denx.de>
52940 Date:   Tue Mar 18 13:33:30 2008 +0100
52941
52942     lwmon5: Fix register test logic to match the specific GDC h/w.
52943
52944     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
52945     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
52946
52947 commit 46bc0a938779aa1d664b847d36b08aa00f22e539
52948 Author: Yuri Tikhonov <yur@pollux.denx.de>
52949 Date:   Tue Mar 18 13:27:57 2008 +0100
52950
52951     Fix backlight in the lwmon5 POST.
52952
52953     Backlight was switched on even when temperature was too low.
52954
52955     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
52956     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
52957
52958 commit 3d61018643a2cd38c145aa6dde53f3f5f1a0e9cf
52959 Author: Yuri Tikhonov <yur@pollux.denx.de>
52960 Date:   Wed Feb 6 18:48:36 2008 +0100
52961
52962     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).
52963
52964      To enable this, alternative, configuration the U-Boot board configuration
52965     file for lwmon5 includes the definitions of alternative addresses for header
52966     (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
52967
52968      The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
52969     and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
52970     lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
52971
52972     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
52973
52974 commit 0f009f781b5b88f25769e154ea4d42db13baf0c6
52975 Author: Yuri Tikhonov <yur@pollux.denx.de>
52976 Date:   Mon Feb 4 17:11:53 2008 +0100
52977
52978     Add support for the lwmon5 board reset via GPIO58.
52979
52980     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
52981     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
52982
52983 commit f694e32f93565ec1fa8d0226c584d6b89e931ed9
52984 Author: Yuri Tikhonov <yur@pollux.denx.de>
52985 Date:   Mon Feb 4 17:09:55 2008 +0100
52986
52987     Some fixes to dspic, fpga, and gdc post tests for lwmon5. Disable external watch-dog for now.
52988
52989     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
52990     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
52991
52992 commit b428f6a8c65c5303e5f96db8d24f2f699d94a98c
52993 Author: Yuri Tikhonov <yur@pollux.denx.de>
52994 Date:   Mon Feb 4 14:11:03 2008 +0100
52995
52996     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.
52997
52998     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
52999     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
53000
53001 commit 8f15d4addd49c956412e1e3bfc764a0c8b1f3184
53002 Author: Yuri Tikhonov <yur@pollux.denx.de>
53003 Date:   Mon Feb 4 14:10:42 2008 +0100
53004
53005     The patch adds new POST tests for the Lwmon5 board. These are:
53006
53007     * External Watchdog test;
53008     * dsPIC tests;
53009     * FPGA test;
53010     * GDC test;
53011     * Sysmon tests.
53012
53013     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
53014     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
53015
53016 commit c2ed33efbfff5767bca236828e021c55fd547b6c
53017 Author: Yuri Tikhonov <yur@pollux.denx.de>
53018 Date:   Mon Feb 4 14:10:01 2008 +0100
53019
53020     Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
53021
53022     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
53023
53024 commit 3a5d1e7f1309998791702b2a559e3126781746b9
53025 Author: Yuri Tikhonov <yur@pollux.denx.de>
53026 Date:   Tue Mar 18 13:33:30 2008 +0100
53027
53028     lwmon5: Fix register test logic to match the specific GDC h/w.
53029
53030     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
53031     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
53032
53033 commit 0f855a1f056a8c22116a2103a3900cbfb669df0b
53034 Author: Yuri Tikhonov <yur@pollux.denx.de>
53035 Date:   Tue Mar 18 13:27:57 2008 +0100
53036
53037     Fix backlight in the lwmon5 POST.
53038
53039     Backlight was switcehd on even when temperature was too low.
53040
53041     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
53042     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
53043
53044 commit 2d991958b1e420fbfe17b128bd26ade74be5efcc
53045 Author: Yuri Tikhonov <yur@pollux.denx.de>
53046 Date:   Wed Feb 6 18:48:36 2008 +0100
53047
53048      The patch introduces the alternative configuration of the log buffer for
53049     the lwmon5 board: the storage for the log-buffer itself is OCM(on-chip memory),
53050     the log-buffer header is moved to six GPT registers (PPC440EPX_GPT0_COMP1, ...,
53051     PPC440EPX_GPT0_COMP5).
53052
53053      To enable this, alternative, configuration the U-Boot board configuration
53054     file for lwmon5 includes the definitions of alternative addresses for header
53055     (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
53056
53057      The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
53058     and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
53059     lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
53060
53061     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
53062
53063 commit ff818b21b069f4bc9cb73373cc5a16014be101b7
53064 Author: Yuri Tikhonov <yur@pollux.denx.de>
53065 Date:   Mon Feb 4 17:11:53 2008 +0100
53066
53067     Add support for the lwmon5 board reset via GPIO58.
53068
53069     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
53070     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
53071
53072 commit 603f194e5ad81bb2ef42d6d8aaa74de175bcb411
53073 Author: Yuri Tikhonov <yur@pollux.denx.de>
53074 Date:   Mon Feb 4 17:09:55 2008 +0100
53075
53076     Some fixes to dspic, fpga, and gdc post tests for lwmon5.
53077     Disable external watch-dog for now.
53078
53079     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
53080     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
53081
53082 commit e262efe35742c1ad4b0966ff501efc26f34a0aec
53083 Author: Yuri Tikhonov <yur@pollux.denx.de>
53084 Date:   Mon Feb 4 14:11:03 2008 +0100
53085
53086     The patch introduces the CRITICAL feature of POST tests. If the test
53087     marked as POST_CRITICAL fails then the alternative, post_critical,
53088     boot-command is used. If this command is not defined then U-Boot
53089     enters into interactive mode.
53090
53091     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
53092     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
53093
53094 commit 65b20dcefc89618193fa51947968dada91e4c778
53095 Author: Yuri Tikhonov <yur@pollux.denx.de>
53096 Date:   Mon Feb 4 14:10:42 2008 +0100
53097
53098     The patch adds new POST tests for the Lwmon5 board.
53099     These are:
53100
53101     * External Watchdog test;
53102     * dsPIC tests;
53103     * FPGA test;
53104     * GDC test;
53105     * Sysmon tests.
53106
53107     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
53108     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
53109
53110 commit 8dc3b2303d2b57c774b609ca0e7043ed8f9b88c1
53111 Author: Yuri Tikhonov <yur@pollux.denx.de>
53112 Date:   Mon Feb 4 14:10:01 2008 +0100
53113
53114     Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
53115
53116     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
53117
53118 commit 3515fd18d4e8e44f863ac7142b55e22b109e9af2
53119 Author: Wolfgang Denk <wd@denx.de>
53120 Date:   Tue Mar 18 17:35:51 2008 +0100
53121
53122     HMI1001: fix compile problem.
53123
53124     Signed-off-by: Wolfgang Denk <wd@denx.de>
53125
53126 commit 1f2a9970109cebf7446e0503b10b71f8673045ee
53127 Author: Mike Frysinger <vapier@gentoo.org>
53128 Date:   Mon Feb 18 05:32:30 2008 -0500
53129
53130     Blackfin: BF537-stamp: drop board-specific flash driver for CFI
53131
53132     The parallel flash on the BF537-STAMP is CFI compliant, so there is no need
53133     for the board specific driver at all.  Just use the common CFI driver.
53134
53135     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
53136
53137 commit 5b22163fef865af2b6bfb6b75f1b7bf443ce170c
53138 Author: Mike Frysinger <vapier@gentoo.org>
53139 Date:   Tue Feb 19 00:36:14 2008 -0500
53140
53141     Blackfin: add proper ELF markings to some assembly functions
53142
53143     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
53144
53145 commit cf675d3b2b9c3511c1d99bc8f8f38fd2f08bfcaf
53146 Author: Mike Frysinger <vapier@gentoo.org>
53147 Date:   Tue Feb 19 00:35:17 2008 -0500
53148
53149     Blackfin: new cplbinfo command for viewing cplb tables
53150
53151     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
53152
53153 commit aadb72503cd1602349a5fe53356d5f55ecc1b900
53154 Author: Mike Frysinger <vapier@gentoo.org>
53155 Date:   Mon Feb 18 05:37:51 2008 -0500
53156
53157     Blackfin: update MAINTAINERS list
53158
53159     Add maintainer information for the Blackfin boards.
53160
53161     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
53162
53163 commit f7ce12cb65a30c6e152eecf26f0304b7d78cf39d
53164 Author: Mike Frysinger <vapier@gentoo.org>
53165 Date:   Mon Feb 18 05:26:48 2008 -0500
53166
53167     Blackfin: convert BFIN_CPU to CONFIG_BFIN_CPU
53168
53169     Stop tying things to the processor that should be tied to other defines and
53170     change BFIN_CPU to CONFIG_BFIN_CPU so that it can be used in the build
53171     system to select the -mcpu option.
53172
53173     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
53174
53175 commit 86a20fb920bd198105acf7b1191117f566d637ed
53176 Author: Mike Frysinger <vapier@gentoo.org>
53177 Date:   Sat Feb 16 07:40:36 2008 -0500
53178
53179     Blackfin: move bootldr command to common code
53180
53181     This moves the Blackfin-common bootldr command out of the BF537-STAMP
53182     specific board directory and into the common directory so that all Blackfin
53183     boards may utilize it.
53184
53185     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
53186
53187 commit decbe029b2a9d3333d02c433389b1c821eea96d7
53188 Author: Heiko Schocher <hs@denx.de>
53189 Date:   Fri Mar 14 11:05:20 2008 +0100
53190
53191     mgcoge: update configuration
53192
53193     Fix configuration for mgcoge board
53194
53195     Signed-off-by: Heiko Schocher <hs@denx.de>
53196
53197 commit c136724cda0219c49f1d4b346f00da29b14fdf14
53198 Author: Wolfgang Denk <wd@denx.de>
53199 Date:   Sun Mar 16 01:22:59 2008 +0100
53200
53201     drivers/rtc/Makefile: keep list sorted
53202
53203     Signed-off-by: Wolfgang Denk <wd@denx.de>
53204
53205 commit 9536dfcce03e7be4ccbceb47a08d9ba07ada362f
53206 Author: Tor Krill <tor@excito.com>
53207 Date:   Sat Mar 15 15:40:26 2008 +0100
53208
53209     Add support for Intersil isl1208 RTC
53210
53211     Signed-off-by: Tor Krill <tor@excito.com>
53212
53213 commit 0210cff3d079d97b2156b13685ee8de368e68a1a
53214 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53215 Date:   Sat Mar 15 17:36:41 2008 +0100
53216
53217     cramfs: Fix ifdef
53218
53219     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53220
53221 commit 0b8f2a27861a9fd06eb55a34f855ec9c5102aab4
53222 Author: Wolfgang Denk <wd@denx.de>
53223 Date:   Sun Mar 16 01:12:58 2008 +0100
53224
53225     Conding style cleanup
53226
53227     Signed-off-by: Wolfgang Denk <wd@denx.de>
53228
53229 commit 41712b4e8c95dff23354bcd620e1f9477160c190
53230 Author: Stefan Roese <sr@denx.de>
53231 Date:   Wed Mar 5 12:31:53 2008 +0100
53232
53233     ppc4xx: Add USB OHCI support to AMCC Canyonlands 460EX eval board
53234
53235     This patch adds USB OHCI support to the Canyonlands board port. It also
53236     enables EXT2 support.
53237
53238     Signed-off-by: Stefan Roese <sr@denx.de>
53239
53240 commit 2596f5b9d353ff3e4387a3325d05740f16958038
53241 Author: Stefan Roese <sr@denx.de>
53242 Date:   Wed Mar 5 12:29:32 2008 +0100
53243
53244     usb: Add CFG_OHCI_USE_NPS to common USB-OHCI driver
53245
53246     This patch adds CFG_OHCI_USE_NPS to the common USB-OHCI driver. This
53247     way a board just needs to define this new option to enable the "force
53248     NoPowerSwitching mode" instead of adding new CPU/architecture defines
53249     to the USB source itself.
53250
53251     This new option will be used first with the new AMCC 460EX Canyonlands
53252     board port, which will be posted in a few days.
53253
53254     This patch also fixes a small compilation problem when DEBUG is enabled.
53255
53256     Signed-off-by: Stefan Roese <sr@denx.de>
53257
53258 commit 71665ebf88408ff2acb762af47989fd4365b321a
53259 Author: Stefan Roese <sr@denx.de>
53260 Date:   Mon Mar 3 17:27:02 2008 +0100
53261
53262     ppc4xx: Add Canyonlands NAND booting support
53263
53264     460EX doesn't support a fixed bootstrap option to boot from 512 byte page
53265     NAND devices. The only bootstrap option for NAND booting is option F for
53266     2k page devices. So to boot from a 512 bype page device, the I2C bootstrap
53267     EEPROM needs to be programmed accordingly.
53268
53269     This patch adds basic NAND booting support for the AMCC Canyonlands aval
53270     board and also adds support to the "bootstrap" command, to enable NAND
53271     booting I2C setting.
53272
53273     Tested with 512 byte page NAND device (32MByte) on Canyonlands.
53274
53275     Signed-off-by: Stefan Roese <sr@denx.de>
53276
53277 commit c813f1f835a7edfdb929f2843b09db72cd5cd2f2
53278 Author: Stefan Roese <sr@denx.de>
53279 Date:   Tue Mar 11 16:53:00 2008 +0100
53280
53281     ppc4xx: Add AMCC Canyonlands support (460EX) (3/3)
53282
53283     This patch adds support for the AMCC Canyonlands 460EX evaluation
53284     board.
53285
53286     Signed-off-by: Stefan Roese <sr@denx.de>
53287
53288 commit 6983fe21f774a924d3adb263a270bc2f301f2aa2
53289 Author: Stefan Roese <sr@denx.de>
53290 Date:   Tue Mar 11 16:52:24 2008 +0100
53291
53292     ppc4xx: Add AMCC Canyonlands support (460EX) (2/3)
53293
53294     This patch adds support for the AMCC Canyonlands 460EX evaluation
53295     board.
53296
53297     Signed-off-by: Stefan Roese <sr@denx.de>
53298
53299 commit 8e1a3fe545bbcfceafe183344ebc9f1ad03819c1
53300 Author: Stefan Roese <sr@denx.de>
53301 Date:   Tue Mar 11 16:51:17 2008 +0100
53302
53303     ppc4xx: Add AMCC Canyonlands support (460EX) (1/3)
53304
53305     This patch adds support for the AMCC Canyonlands 460EX evaluation
53306     board.
53307
53308     Signed-off-by: Stefan Roese <sr@denx.de>
53309
53310 commit 43c60992cdf72496e7eaaa3fbd37ebbe75835f69
53311 Author: Stefan Roese <sr@denx.de>
53312 Date:   Tue Mar 11 15:11:43 2008 +0100
53313
53314     ppc4xx: Add basic support for AMCC 460EX/460GT (5/5)
53315
53316     This patch adds basic support for the AMCC 460EX/460GT PPC's.
53317
53318     Signed-off-by: Stefan Roese <sr@denx.de>
53319
53320 commit 6f2eb3f3d8ea2dbb224d0da5a12038693bab9945
53321 Author: Stefan Roese <sr@denx.de>
53322 Date:   Tue Mar 11 15:11:18 2008 +0100
53323
53324     ppc4xx: Add basic support for AMCC 460EX/460GT (4/5)
53325
53326     This patch adds basic support for the AMCC 460EX/460GT PPC's.
53327
53328     Signed-off-by: Stefan Roese <sr@denx.de>
53329
53330 commit 999ecd5aca381984d8ebbeb207ece82a1c275577
53331 Author: Stefan Roese <sr@denx.de>
53332 Date:   Tue Mar 11 15:07:10 2008 +0100
53333
53334     ppc4xx: Add basic support for AMCC 460EX/460GT (3/5)
53335
53336     This patch adds basic support for the AMCC 460EX/460GT PPC's.
53337
53338     Signed-off-by: Stefan Roese <sr@denx.de>
53339
53340 commit 2801b2d2a9906f206ab9ee8d0b6e746d2b7fe05a
53341 Author: Stefan Roese <sr@denx.de>
53342 Date:   Tue Mar 11 15:05:50 2008 +0100
53343
53344     ppc4xx: Add basic support for AMCC 460EX/460GT (2/5)
53345
53346     This patch adds basic support for the AMCC 460EX/460GT PPC's.
53347
53348     Signed-off-by: Stefan Roese <sr@denx.de>
53349
53350 commit 8ac41e3e37c3080c6b1d9461d654161cfe2aa492
53351 Author: Stefan Roese <sr@denx.de>
53352 Date:   Tue Mar 11 15:05:26 2008 +0100
53353
53354     ppc4xx: Add basic support for AMCC 460EX/460GT (1/5)
53355
53356     This patch adds basic support for the AMCC 460EX/460GT PPC's.
53357
53358     Signed-off-by: Stefan Roese <sr@denx.de>
53359
53360 commit 56e410178375d9f20be25fb24e180974f0ae120b
53361 Author: Stefan Roese <sr@denx.de>
53362 Date:   Tue Feb 19 22:07:57 2008 +0100
53363
53364     ppc4xx: interrupt.c reworked
53365
53366     This patch is a rework of the 4xx interrupt handling done while
53367     adding the 460EX/GT support. Interrupts are needed on 4xx for the
53368     EMAC driver.
53369
53370     Signed-off-by: Stefan Roese <sr@denx.de>
53371
53372 commit 84a999b6cdd0b02dc7de2cacc306eaa84afe2b46
53373 Author: Stefan Roese <sr@denx.de>
53374 Date:   Tue Feb 19 22:01:57 2008 +0100
53375
53376     ppc4xx: program_tlb now uses 64bit physical addess
53377
53378     This patch changes the physical addess parameter from 32bit to 64bit.
53379     This is needed for 36bit 4xx platforms to access areas located
53380     beyond the 4GB border, like SoC peripherals (EBC etc.).
53381
53382     Signed-off-by: Stefan Roese <sr@denx.de>
53383
53384 commit c3307fa186af85771924c434997089b8104c0a46
53385 Author: Stefan Roese <sr@denx.de>
53386 Date:   Tue Feb 19 21:58:25 2008 +0100
53387
53388     ppc4xx: miiphy.c reworked
53389
53390     While adding the 460EX/GT support I reworked the 4xx miiphy code. It
53391     badly neede some cleanup.
53392
53393     Signed-off-by: Stefan Roese <sr@denx.de>
53394
53395 commit 88aff62df39c0756241ea9f9b5a7b3ade26cb82b
53396 Author: Stefan Roese <sr@denx.de>
53397 Date:   Tue Feb 19 16:21:49 2008 +0100
53398
53399     rtc: Add M41T62 support
53400
53401     This patch add support for the STM M41T62 RTC. It is used and tested
53402     on the AMCC Canyonlands 406EX platform.
53403
53404     Signed-off-by: Stefan Roese <sr@denx.de>
53405
53406 commit 217d383e201adc7f2271145ae345ea5eae2b7170
53407 Author: Niklaus Giger <niklaus.giger@netstal.com>
53408 Date:   Mon Feb 25 18:46:43 2008 +0100
53409
53410     ppc4xx: Add 405GPr based MCU25 board specific files
53411
53412     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
53413
53414 commit 75a66dcdb383863ad33f0534cfc27b7a86947dad
53415 Author: Niklaus Giger <niklaus.giger@netstal.com>
53416 Date:   Mon Feb 25 18:46:42 2008 +0100
53417
53418     ppc4xx: Add 405GPr based MCU25 board config file
53419
53420     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
53421
53422 commit b05f35436b733a240559e77e46bed8439665ecc5
53423 Author: Niklaus Giger <niklaus.giger@netstal.com>
53424 Date:   Mon Feb 25 18:46:41 2008 +0100
53425
53426     ppc4xx: Add 405GPr based MCU25 board. Global files
53427
53428     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
53429
53430 commit 14c27b35ac812a71abce6e3e2f4129d5e9313660
53431 Author: Niklaus Giger <niklaus.giger@netstal.com>
53432 Date:   Mon Feb 25 18:37:02 2008 +0100
53433
53434     ppc4xx: HCU4/5. remove obsolete hcu_flash.c
53435
53436     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
53437
53438 commit a079494853cc2bfeddb26673219db0b4b2b31566
53439 Author: Niklaus Giger <niklaus.giger@netstal.com>
53440 Date:   Mon Feb 25 18:37:01 2008 +0100
53441
53442     ppc4xx: HCU4/5. Use FLASH_CFI_LEGACY
53443
53444     Cleanup: Remove custom flash driver for 8 bit boot-eprom and replace it with
53445     the FLASH_CFI_LEGACY et al. config options.
53446
53447     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
53448
53449 commit e4170e5a50c8110f792bc37472833ae669d69951
53450 Author: Stefan Roese <sr@denx.de>
53451 Date:   Tue Mar 11 13:52:25 2008 +0100
53452
53453     ppc4xx: Fix comment in 405EX DDR2 init code
53454
53455     Signed-off-by: Stefan Roese <sr@denx.de>
53456
53457 commit 766529fccc860ecb9e955b4239dff69cd9e4ea09
53458 Author: Bartlomiej Sieka <tur@semihalf.com>
53459 Date:   Fri Mar 14 16:22:34 2008 +0100
53460
53461     Add MD5 support to the new uImage format
53462
53463     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
53464
53465 commit 0ede0c383530a418cf98be9122371a86573cd0db
53466 Author: Bartlomiej Sieka <tur@semihalf.com>
53467 Date:   Fri Mar 14 16:22:34 2008 +0100
53468
53469     Add the MD5 algorithm
53470
53471     MD5 supoprt is turned on by defining CONFIG_MD5, the digest can be then
53472     calculated using the md5() function -- see include/md5.h for details.
53473
53474     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
53475
53476 commit b8aa57b5d4d69e8f0810a5e632c0ce41c0f46ee0
53477 Author: Wolfgang Denk <wd@denx.de>
53478 Date:   Fri Mar 14 16:04:54 2008 +0100
53479
53480     tools/setlocalversion: use a git-describe-ish format
53481
53482     Change the automatic local version to have the form -nnnnn-gSHA1SUMID,
53483     where 'nnnnn' is the number of commits since the last tag (i.e.,
53484     1.3.2-rc3).  This makes it much easier to recognize "newer" versions
53485     and to see how much has been changed since the referenced tag.
53486
53487     Stolen from Linux kernel's scripts/setlocalversio, see commit d882421f.
53488
53489     Signed-off-by: Wolfgang Denk <wd@denx.de>
53490
53491 commit c6dc21c84de0f159a1752c5ebd33cff843f63609
53492 Author: Wolfgang Denk <wd@denx.de>
53493 Date:   Thu Mar 13 14:32:03 2008 +0100
53494
53495     HMI1001: add support for MPC5200 Rev. B processors.
53496
53497     Signed-off-by: Wolfgang Denk <wd@denx.de>
53498
53499 commit 90f13dce7a7a9a84d5730576c9a24d0dbb07cb3a
53500 Author: Wolfgang Denk <wd@denx.de>
53501 Date:   Thu Mar 13 14:29:49 2008 +0100
53502
53503     TQM5200: remove dead code
53504
53505     This board never used a MGT5100 processor.
53506
53507     Signed-off-by: Wolfgang Denk <wd@denx.de>
53508
53509 commit afe45c87e3c5d77bad76b1a57dccd20764d45b5d
53510 Author: Marian Balakowicz <m8@semihalf.com>
53511 Date:   Wed Mar 12 12:14:15 2008 +0100
53512
53513     [new uImage] Fix build issue on ARM
53514
53515     ARM platforms don't have a bd->bi_memsize so use bd->bi_dram[0].size instead.
53516
53517     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
53518
53519 commit 3310c549a73a949430bfda90876df7552a1dab0c
53520 Author: Marian Balakowicz <m8@semihalf.com>
53521 Date:   Wed Mar 12 12:13:13 2008 +0100
53522
53523     [new uImage] Add new uImage format documentation and examples
53524
53525     Create doc/uImage.FIT documentation directory with the following files:
53526     - command_syntax_extensions.txt : extended command syntax description
53527     - howto.txt                     : short usage howto
53528     - source_file_format.txt        : internal new uImage format description
53529
53530     Add example image source files:
53531     - kernel.its
53532     - kernel_fdt.its
53533     - multi.its
53534
53535     Update README appropriately.
53536
53537     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
53538     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
53539
53540 commit 1ec73761d2e247078f4520a265d463e8b73391a2
53541 Author: Marian Balakowicz <m8@semihalf.com>
53542 Date:   Wed Mar 12 10:35:52 2008 +0100
53543
53544     [new uImage] Fix definition of common bootm_headers_t fields
53545
53546     verify, autostart and lmb fields are used regardless of CONFIG_FIT
53547     setting, move their definitions to common section.
53548
53549     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
53550
53551 commit 1d1cb4270edc6a99276834064069717f9782c491
53552 Author: Marian Balakowicz <m8@semihalf.com>
53553 Date:   Wed Mar 12 10:35:51 2008 +0100
53554
53555     [new uImage] Fix build problems on trab board
53556
53557     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
53558
53559 commit f773bea8e11f4a11c388dcee956b2444203e6b65
53560 Author: Marian Balakowicz <m8@semihalf.com>
53561 Date:   Wed Mar 12 10:35:46 2008 +0100
53562
53563     [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used
53564
53565     Save FIT configuration provied in the first bootm argument and use it
53566     when to get ramdisk/FDT subimages when second and third (ramdisk/FDT)
53567     arguments are not specified.
53568
53569     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
53570
53571 commit 2682ce8a4225f23d72bb7fed069e928dd39d34ae
53572 Author: Marian Balakowicz <m8@semihalf.com>
53573 Date:   Wed Mar 12 10:33:01 2008 +0100
53574
53575     [new uImage] More verbose kernel image uncompress error message
53576
53577     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
53578
53579 commit 1372cce2b9040fb640e5032b84e3a033a22d6ff0
53580 Author: Marian Balakowicz <m8@semihalf.com>
53581 Date:   Wed Mar 12 10:33:01 2008 +0100
53582
53583     [new uImage] Use show_boot_progress() for new uImage format
53584
53585     This patch allocates a set of show_boot_progress() IDs for new uImage format
53586     and adds show_boot_progress() calls in new uImage format handling code.
53587
53588     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
53589
53590 commit c28c4d193dbfb20b2dd3a5447640fd6de7fd0720
53591 Author: Marian Balakowicz <m8@semihalf.com>
53592 Date:   Wed Mar 12 10:33:01 2008 +0100
53593
53594     [new uImage] Add new uImage fromat support to fpga command
53595
53596     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
53597
53598 commit 09475f7527460e426c0e0628fc5b8f3754fbaa23
53599 Author: Marian Balakowicz <m8@semihalf.com>
53600 Date:   Wed Mar 12 10:33:01 2008 +0100
53601
53602     [new uImage] Add new uImage format handling to other bootm related commands
53603
53604     Updated commands:
53605
53606     docboot  - cmd_doc.c
53607     fdcboot  - cmd_fdc.c
53608     diskboot - cmd_ide.c
53609     nboot    - cmd_nand.c
53610     scsiboot - cmd_scsi.c
53611     usbboot  - cmd_usb.c
53612
53613     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
53614
53615 commit 1b7897f28d49a80d78d760ec6f6f11dc0f914338
53616 Author: Marian Balakowicz <m8@semihalf.com>
53617 Date:   Wed Mar 12 10:33:00 2008 +0100
53618
53619     [new uImage] Add new uImage format support to imgextract command
53620
53621     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
53622
53623 commit 424c4abdd175d2c470510df8ce0e32d3f463ec16
53624 Author: Marian Balakowicz <m8@semihalf.com>
53625 Date:   Wed Mar 12 10:33:00 2008 +0100
53626
53627     [new uImage] Add new uImage format support to autoscript routine
53628
53629     autoscript() routine is updated to accept second argument, which
53630     is only used for FIT images and provides a FIT subimage unit name.
53631
53632     autoscript() routine callers must now pass two arguments. For
53633     non-interactive use (like in cmd_load.c, cmd_net.c), new environment
53634     variable 'autoscript_uname' is introduced and used as a FIT
53635     subimage unit name source.
53636
53637     autoscript command accepts extended syntax of the addr argument:
53638     addr:<subimg_uname>
53639
53640     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
53641
53642 commit cd7c596e9f561dbbc17b717277438aee78cde14f
53643 Author: Marian Balakowicz <m8@semihalf.com>
53644 Date:   Wed Mar 12 10:33:00 2008 +0100
53645
53646     [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines
53647
53648     This patch updates architecture specific implementations of
53649     do_bootm_linux() adding new uImage format handling for
53650     operations like get kernel entry point address, get kernel
53651     image data start address.
53652
53653     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
53654
53655 commit 3dfe110149311425919e6d6a14b561b4207498f1
53656 Author: Marian Balakowicz <m8@semihalf.com>
53657 Date:   Wed Mar 12 10:32:59 2008 +0100
53658
53659     [new uImage] Add node offsets for FIT images listed in struct bootm_headers
53660
53661     This patch adds new node offset fields to struct bootm_headers
53662     and updates bootm_headers processing code to make use of them.
53663     Saved node offsets allow to avoid repeating fit_image_get_node() calls.
53664
53665     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
53666
53667 commit bc8ed486b125452ba3bd8344f052f437329150c5
53668 Author: Marian Balakowicz <m8@semihalf.com>
53669 Date:   Wed Mar 12 10:32:53 2008 +0100
53670
53671     [new uImage] ppc: Add new uImage format support to FDT handling routines
53672
53673     Support for new (FIT) format uImages is added to powerpc specific
53674     boot_get_fdt() routine which now recognizes, sanity checks FIT image
53675     and is able to access data sections of the requested component image.
53676
53677     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
53678
53679 commit a44a269a905f924b420020506a4d7d7eedcc0eaf
53680 Author: Marian Balakowicz <m8@semihalf.com>
53681 Date:   Wed Mar 12 10:14:57 2008 +0100
53682
53683     [new uImage] Re-enable interrupts for non automatic booting
53684
53685     Re-enable interrupts if we return from do_bootm_<os> and 'autostart'
53686     environment variable is not set to 'yes'.
53687
53688     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
53689
53690 commit d985c8498c4e47095820da97aa722381d39172c5
53691 Author: Marian Balakowicz <m8@semihalf.com>
53692 Date:   Wed Mar 12 10:14:38 2008 +0100
53693
53694     [new uImage] Remove unnecessary arguments passed to ramdisk routines
53695
53696     boot_get_ramdisk() and image_get_ramdisk() do not need all
53697     cmdtp, flag, argc and argv arguments. Simplify routines definition.
53698
53699     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
53700
53701 commit c87796483bc7c2900470dc747c367f602577608d
53702 Author: Marian Balakowicz <m8@semihalf.com>
53703 Date:   Wed Mar 12 10:12:37 2008 +0100
53704
53705     [new uImage] Add new uImage format support for ramdisk handling
53706
53707     This patch updates boot_get_ramdisk() routine adding format
53708     verification and handling for new (FIT) uImages.
53709
53710     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
53711
53712 commit 6986a385671749ecb3f60cf99e9cbae8e47bb50e
53713 Author: Marian Balakowicz <m8@semihalf.com>
53714 Date:   Wed Mar 12 10:01:05 2008 +0100
53715
53716     [new uImage] Add new uImage format support for kernel booting
53717
53718     New format uImages are recognized by the bootm command,
53719     validity of specified kernel component image is checked and
53720     its data section located and used for further processing
53721     (uncompress, load, etc.)
53722
53723     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
53724
53725 commit e32fea6adb620ecf2bd70acf2dd37e53df9d1547
53726 Author: Marian Balakowicz <m8@semihalf.com>
53727 Date:   Tue Mar 11 12:35:20 2008 +0100
53728
53729     [new uImage] Add new uImage format support for imls and iminfo commands
53730
53731     imls and iminfo can now recognize nad print out contents of the new (FIT)
53732     format uImages.
53733
53734     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
53735
53736 commit 9d25438fe7d70cf35a8a293ea5e392fefc672613
53737 Author: Bartlomiej Sieka <tur@semihalf.com>
53738 Date:   Tue Mar 11 12:34:47 2008 +0100
53739
53740     [new uImage] Add support for new uImage format to mkimage tool
53741
53742     Support for the new uImage format (FIT) is added to mkimage tool.
53743     Commandline syntax is appropriately extended:
53744
53745     mkimage [-D dtc_options] -f fit-image.its fit-image
53746
53747     mkimage (together with dtc) takes fit-image.its and referenced therein
53748     binaries (like vmlinux.bin.gz) as inputs, and produces fit-image file -- the
53749     final image that can be transferred to the target (e.g., via tftp) and then
53750     booted using the bootm command in U-Boot.
53751
53752     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
53753
53754 commit eb6175edd6c120d8b89678243e5a2be362ee8e40
53755 Author: Marian Balakowicz <m8@semihalf.com>
53756 Date:   Mon Mar 10 17:53:49 2008 +0100
53757
53758     [new uImage] Make node unit names const in struct bootm_headers
53759
53760     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
53761
53762 commit 5dfb52138688ccbf0146f62683fe6217b3ce1b05
53763 Author: Marian Balakowicz <m8@semihalf.com>
53764 Date:   Fri Feb 29 21:24:06 2008 +0100
53765
53766     [new uImage] New uImage low-level API
53767
53768     Add FDT-based functions for handling new format component images,
53769     configurations, node operations, property get/set, etc.
53770
53771     fit_        - routines handling global new format uImage operations
53772                   like get/set top level property, process all nodes, etc.
53773     fit_image_  - routines handling component images subnodes
53774     fit_conf_   - routines handling configurations node
53775
53776     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
53777     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
53778
53779 commit 30f1806f60978d707b0cff2d7bf89d141fc24290
53780 Author: Wolfgang Denk <wd@denx.de>
53781 Date:   Sun Mar 9 16:20:02 2008 +0100
53782
53783     Release v1.3.2
53784
53785     Update CHANGELOG for release.
53786
53787     Signed-off-by: Wolfgang Denk <wd@denx.de>
53788
53789 commit 5b464c289ba715d0979b6e1f94947bb8f1068d16
53790 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53791 Date:   Sun Mar 9 14:52:11 2008 +0100
53792
53793     SCM: fix 'packed' attribute ignored for field of type 'can_msg_t' warnings
53794
53795     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53796     Signed-off-by: Wolfgang Denk <wd@denx.de>
53797
53798 commit db695b78515ddb88a2d4f3357c120345efbf59ec
53799 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53800 Date:   Sun Mar 9 10:44:01 2008 +0100
53801
53802     scb9328: Fix flash warning: type qualifiers ignored on function return type
53803
53804     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53805
53806 commit 2b3e7e61d6a72f16aee93f870bc6af67f30758c4
53807 Author: Wolfgang Denk <wd@denx.de>
53808 Date:   Sun Mar 9 10:50:41 2008 +0100
53809
53810     esd/common/fpga.c: fix indentation.
53811
53812     Signed-off-by: Wolfgang Denk <wd@denx.de>
53813
53814 commit cc3843e36453e2b8db65d7e56de938ba045016a0
53815 Author: Wolfgang Denk <wd@denx.de>
53816 Date:   Sun Mar 9 10:33:31 2008 +0100
53817
53818     common/kgdb.c: fix 'dereferencing type-punned pointer' warning
53819
53820     and get rid of a couple of unneeded casts.
53821
53822     Signed-off-by: Wolfgang Denk <wd@denx.de>
53823
53824 commit 8d4f4a838d7dc7cf4de17e3e9a67e2f222b6a1c8
53825 Author: Wolfgang Denk <wd@denx.de>
53826 Date:   Sun Mar 9 10:09:53 2008 +0100
53827
53828     esd/common/fpga.c: fix 'assignment of read-only location' error
53829
53830     Signed-off-by: Wolfgang Denk <wd@denx.de>
53831
53832 commit c6fe4dabac066e8758345d249032768496983a3e
53833 Author: Wolfgang Denk <wd@denx.de>
53834 Date:   Sun Mar 9 02:13:19 2008 +0100
53835
53836     Makefile: make build silently again.
53837
53838     Signed-off-by: Wolfgang Denk <wd@denx.de>
53839
53840 commit 76babc86576f092573599334c85ec543fdbc6015
53841 Author: Wolfgang Denk <wd@denx.de>
53842 Date:   Sun Mar 9 02:07:49 2008 +0100
53843
53844     m501sk: Fix out of tree building
53845
53846     Signed-off-by: Wolfgang Denk <wd@denx.de>
53847
53848 commit 210ed2004e062fdd03f25ab4925998aa1bd08a07
53849 Author: Wolfgang Denk <wd@denx.de>
53850 Date:   Sun Mar 9 00:06:09 2008 +0100
53851
53852     ADS5121: fix out of tree build
53853
53854     and simplify Makefile a bit.
53855
53856     Signed-off-by: Wolfgang Denk <wd@denx.de>
53857
53858 commit 46cb5074a3f74de64ebd97dd0c4ec7eb3d768b93
53859 Author: Wolfgang Denk <wd@denx.de>
53860 Date:   Sat Mar 8 22:35:31 2008 +0100
53861
53862     Release v1.3.2
53863
53864     Signed-off-by: Wolfgang Denk <wd@denx.de>
53865
53866 commit 78a90f827df74520e939c794fc7413dace21c4db
53867 Author: Wolfgang Denk <wd@denx.de>
53868 Date:   Sat Mar 8 22:35:04 2008 +0100
53869
53870     Update CHANGELOG
53871
53872     Signed-off-by: Wolfgang Denk <wd@denx.de>
53873
53874 commit 58f3c57c6008b42e01f551d3be6efd88c14ac87f
53875 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53876 Date:   Sat Mar 8 21:30:04 2008 +0100
53877
53878     esd: Fix warning: passing argument 1 of 'fpga_boot' discards qualifiers from pointer target type
53879
53880     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
53881
53882 commit d75469d48c05795144f4b8ba76addbb4920a7bba
53883 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53884 Date:   Sat Mar 8 09:25:49 2008 +0900
53885
53886     net: rtl8169: Add processing when OWNbit did't enable in rtl_recv()
53887
53888     When rtl_recv() of rtl8169 is called, OWNbit of status register
53889     is not enable occasionally.
53890     rtl_recv() doesn't work normally when the driver doesn't do
53891     appropriate processing.
53892     This patch fix this problem.
53893
53894     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
53895
53896 commit 82afabfeb8ae6a27c7b396011ea99f4712aa73fa
53897 Author: Heiko Schocher <hs@denx.de>
53898 Date:   Fri Mar 7 08:15:28 2008 +0100
53899
53900     mgsuvd: update board configuration
53901
53902     initialize the UPIOx controller.
53903
53904     Signed-off-by: Heiko Schocher <hs@denx.de>
53905
53906 commit e492c90c26215e459aec0fdf0f8ef1fd204988f5
53907 Author: Heiko Schocher <hs@denx.de>
53908 Date:   Fri Mar 7 08:13:41 2008 +0100
53909
53910     mgcoge: update board configuration
53911
53912     add support for the config Flash.
53913     initialize the UPIOx controller.
53914
53915     Signed-off-by: Heiko Schocher <hs@denx.de>
53916
53917 commit 270fe261b7f9292800b2b3d1bf19ae7cbc880258
53918 Author: Kim Phillips <kim.phillips@freescale.com>
53919 Date:   Fri Mar 7 12:27:31 2008 -0600
53920
53921     mpc83xx: make dtb basename file references equal those of linux
53922
53923     the dts file basenames were updated in linux - this helps avoid
53924     inadvertently loading any old dtbs laying around.
53925
53926     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
53927
53928 commit f30b6154f16f5ffa4a9f5bfca5e114d72b6ef675
53929 Author: Kim Phillips <kim.phillips@freescale.com>
53930 Date:   Wed Feb 27 16:08:22 2008 -0600
53931
53932     net: uec_phy: actually increment the timeout counter
53933
53934     allow u-boot to recover (and, e.g., switch to another interface) in the
53935     case where a PHY does not report autonegotiation is complete within its
53936     two second timeout value.
53937
53938     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
53939
53940 commit 772003e43957ee0c895abed7cd82cbe72820cbb8
53941 Author: Markus Brunner <super.firetwister@googlemail.com>
53942 Date:   Wed Mar 5 21:38:12 2008 +0100
53943
53944     fix taihu soft spi_read
53945
53946     The taihu board used gpio_read_out_bit which reads the output register and not
53947     the pin state.
53948
53949     Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
53950
53951 commit fc84a8495ac750f6b4adae81f8c4f100f65b6340
53952 Author: Stefan Roese <sr@denx.de>
53953 Date:   Fri Mar 7 08:01:43 2008 +0100
53954
53955     ppc4xx: Sequoia: Add device tree (fdt) Linux booting default env variables
53956
53957     Signed-off-by: Stefan Roese <sr@denx.de>
53958
53959 commit bd4458cb47abecabd406b1210457be96c69fc49d
53960 Author: Dave Liu <r63238@freescale.com>
53961 Date:   Tue Mar 4 16:59:22 2008 +0800
53962
53963     837xEMDS: Improve the system performance
53964
53965     1. Make the CSB bus pipeline depth as 4, and enable
53966        the repeat mode;
53967     2. Raise the eTSEC emergency priority;
53968     3. Use the highest IP blocks clock.
53969
53970     Signed-off-by: Dave Liu <daveliu@freescale.com>
53971
53972 commit d8ab58b212481b1c57947ea21aa96c4ce800d0b4
53973 Author: Detlev Zundel <dzu@denx.de>
53974 Date:   Thu Mar 6 16:45:53 2008 +0100
53975
53976     Replace "run load; run update" with conditionalized "run load update".
53977
53978     The latter version stops when "run load" fails for whatever reasons
53979     rendering the combination *a lot* more secure.
53980
53981     Signed-off-by: Detlev Zundel <dzu@denx.de>
53982
53983 commit 6bc113886d7d316df1a4e459bec8baf027518551
53984 Author: Stefan Roese <sr@denx.de>
53985 Date:   Tue Mar 4 17:40:41 2008 +0100
53986
53987     net: Print error message upon net usage when no ethernet-interface is found
53988
53989     This patch fixes a problem seen on PPC4xx boards, when no MAC address is
53990     defined. Then no ethernet interface is available but a simple "tftp"
53991     command will return without any error message which is quite confusing.
53992
53993     Signed-off-by: Stefan Roese <sr@denx.de>
53994
53995 commit a30a549a3553032d809e0356306b62de0b125901
53996 Author: Jon Loeliger <jdl@freescale.com>
53997 Date:   Tue Mar 4 10:03:03 2008 -0600
53998
53999     Remove erroneous or extra spd.h #includers.
54000
54001     Many of the spd.h #includers don't need it,
54002     and wanted to have spd_sdram() declared instead.
54003     Since they didn't get that, some also had open
54004     coded extern declarations of it instead or as well.
54005     Fix it all up by using spd_sdram.h where needed.
54006
54007     Signed-off-by: Jon Loeliger <jdl@freescale.com>
54008
54009 commit a4475386cef14af3fd88f0518b688e755669486d
54010 Author: Wolfgang Denk <wd@denx.de>
54011 Date:   Tue Mar 4 17:41:28 2008 +0100
54012
54013     PCS440EP: fix build problems (redundant #define)
54014
54015     Signed-off-by: Wolfgang Denk <wd@denx.de>
54016
54017 commit e85e2fa85ec09a6fac2846d1d881d8737e2bbda9
54018 Author: Stefan Roese <sr@denx.de>
54019 Date:   Tue Mar 4 17:39:25 2008 +0100
54020
54021     net: Print error message upon net usage when no ethernet-interface is found
54022
54023     This patch fixes a problem seen on PPC4xx boards, when no MAC address is
54024     defined. Then no ethernet interface is available but a simple "tftp"
54025     command will return without any error message which is quite confusing.
54026
54027     Signed-off-by: Stefan Roese <sr@denx.de>
54028
54029 commit 384faaafb999cae3ce447c93e28a0b7e2e5fef53
54030 Author: Wolfgang Denk <wd@denx.de>
54031 Date:   Tue Mar 4 17:38:50 2008 +0100
54032
54033     W7OLMC/W7OLMG: fix build problems (redundant #define)
54034
54035     Signed-off-by: Wolfgang Denk <wd@denx.de>
54036
54037 commit f9301e1cda296245ba052d7b08321199c3d0af9d
54038 Author: Wolfgang Denk <wd@denx.de>
54039 Date:   Tue Mar 4 14:58:31 2008 +0100
54040
54041     Makefile: fix problem with out-of-tree builds introduced by 5013c09f
54042
54043     Commit 5013c09f (Makefile: cleanup "clean" target) introduced a
54044     problem for out-of-tree builds which caused "make clean" to fail.
54045
54046     Signed-off-by: Wolfgang Denk <wd@denx.de>
54047
54048 commit dfece9500556bed5d8244b1c15d973cec7c25bfe
54049 Author: Wolfgang Denk <wd@denx.de>
54050 Date:   Tue Mar 4 11:58:26 2008 +0100
54051
54052     examples/Makefile: build "hello_world" on 8xx, too.
54053
54054     Signed-off-by: Wolfgang Denk <wd@denx.de>
54055
54056 commit 74eb0222594fd23aafdf168e60e872814eea8b62
54057 Author: Mike Nuss <mike@terascala.com>
54058 Date:   Mon Mar 3 15:27:05 2008 -0500
54059
54060     PPC4xx (Sequoia): Fix Ethernet "remote fault" problems
54061
54062     Every now and then a Sequoia board (or equivalent hardware) had
54063     problems connecting to a Gigabit capable network interface.
54064
54065     There were differences in the PHY setup between Linux and U-Boot.
54066
54067     This patch fixes the problem. Apparently "remote fault" is being set,
54068     which signals to some devices (on the other end of the cable) that a
54069     fault has occurred, while other devices ignore it. I believe the RF bit
54070     was causing the issue, but I removed T4 also, to match up with Linux.
54071
54072     Signed-off-by: Mike Nuss <mike@terascala.com>
54073
54074 commit 491fb6dea9f52fdb9cb5996e8e978b9e9685179f
54075 Author: Timur Tabi <timur@freescale.com>
54076 Date:   Mon Mar 3 09:58:52 2008 -0600
54077
54078     fix QE firmware uploading limit
54079
54080     Fix a typo in qe_upload_firmware() that prevented uploading firmware on
54081     systems with more than one RISC core.
54082
54083     Signed-off-by: Timur Tabi <timur@freescale.com>
54084
54085 commit 42ba58e0c302b339a3c2faa6006a013c6f186b7a
54086 Author: Bernhard Nemec <bnemec@ganssloser.com>
54087 Date:   Mon Mar 3 11:57:23 2008 +0000
54088
54089     Fix endianess problem in cramfs code (cramfs is always host-endian in Linux)
54090
54091     Originally pointed out by Laurent Pinchart <laurent.pinchart@tbox.biz>,
54092     see http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/22846
54093
54094     Signed-off-by: Bernhard Nemec <bnemec <at> ganssloser.com>
54095
54096 commit 84d0c2f1e39caff58bf765a7ab7c72da23c25ec8
54097 Author: Kim B. Heino <Kim.Heino@bluegiga.com>
54098 Date:   Mon Mar 3 10:39:13 2008 +0200
54099
54100     fix copy from ram to dataflash
54101
54102     If I try to "cp.b <ram> <dataflash>", u-boot selects normal flash
54103     routines instead of dataflash. This is because it checks "if source
54104     address is not dataflash" instead of target address.
54105
54106     Signed-off-by: Kim B. Heino <Kim.Heino@bluegiga.com>
54107
54108 commit 32bf3d143a888f8deacfdcc97e898f6c06d0aea4
54109 Author: Wolfgang Denk <wd@denx.de>
54110 Date:   Mon Mar 3 12:16:44 2008 +0100
54111
54112     Fix quoting problem (preboot setting) in many board config files.
54113
54114     Signed-off-by: Wolfgang Denk <wd@denx.de>
54115
54116 commit 5b0b2b6fc9fe22e3864c2a57316d91a2507ec215
54117 Author: Wolfgang Denk <wd@denx.de>
54118 Date:   Mon Mar 3 12:36:49 2008 +0100
54119
54120     ADS5121: Fix default environment.
54121
54122     Signed-off-by: Wolfgang Denk <wd@denx.de>
54123
54124 commit 91c82076ae492bb1f9d9c47a481314631d32dc8e
54125 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54126 Date:   Sun Mar 2 16:12:31 2008 +0100
54127
54128     Makefile: Fix missing unconfig and mkconfig use
54129
54130     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54131
54132 commit 8ce4e5c2c02cb7e8adddf7b651d3050d81ce4c1d
54133 Author: michael <trimarchi@gandalf.sssup.it>
54134 Date:   Sun Mar 2 23:33:46 2008 +0100
54135
54136     Fix checking fat32 cluster size.
54137
54138     This fixes the cluster size tests in the FAT32 file system.
54139     The current implementation of VFAT support doesn't work if the
54140     referred cluster has an offset > 16bit representation, causing
54141     "fatload" and "fatls" commands etc. to fail.
54142
54143     Signed-off-by: michael trimarchi <trimarchi@gandalf.sssup.it>
54144
54145 commit 661bad63a076a96c39c64f136915f146725af92b
54146 Author: Wolfgang Denk <wd@denx.de>
54147 Date:   Sun Mar 2 22:57:23 2008 +0100
54148
54149     Prepare v1.3.2-rc2 release candidate
54150
54151     Signed-off-by: Wolfgang Denk <wd@denx.de>
54152
54153 commit 76957cb3d621bf664311908e5962e151c633c285
54154 Author: Stefan Roese <sr@denx.de>
54155 Date:   Sat Mar 1 12:11:40 2008 +0100
54156
54157     ppc4xx: EMAC: Fix 405EZ fifo size setup in EMAC_MR1
54158
54159     The 405EZ only supports 512 bytes of rx-/tx-fifo EMAC sizes. But
54160     currently 4k/2k is configured. This patch fixes this issue.
54161
54162     Thanks to Thomas Kindler <tkindler@lenord.de> for pointing this out.
54163
54164     Signed-off-by: Stefan Roese <sr@denx.de>
54165
54166 commit 118978c8eb43803e2794233922df4249fa278b83
54167 Author: Woodruff, Richard <r-woodruff2@ti.com>
54168 Date:   Fri Feb 29 17:34:35 2008 -0600
54169
54170     Fix alignment error on ARM for modules
54171
54172     Fix alignment fault on ARM when running modules.  With out an explicit
54173     linker file gcc4.2.1 will half word align __bss_start's value.  The word
54174     dereference will crash hello_world.
54175
54176     signed-off-by Richard Woodruff <r-woodruff2@ti.com>
54177
54178 commit ce1120dd703e6f12c59e4eba9962356a0300b832
54179 Author: Dave Liu <r63238@freescale.com>
54180 Date:   Fri Feb 29 17:45:31 2008 +0800
54181
54182     fs: Fix ext2 read issue
54183
54184     The ext2 aligned process will corrupt the key
54185     data struct, the patch fix this.
54186
54187     Signed-off-by: Dave Liu <daveliu@freescale.com>
54188
54189 commit 5013c09f7a5675952a3ca88b6bc6c924e63af33e
54190 Author: Wolfgang Denk <wd@denx.de>
54191 Date:   Sun Mar 2 22:45:33 2008 +0100
54192
54193     Makefile: cleanup "clean" target
54194
54195     Make sure CDPATH settings cannot interfere.
54196     Update CHANGELOG.
54197
54198     Signed-off-by: Wolfgang Denk <wd@denx.de>
54199
54200 commit ffda586fc1373243c9794babde69500f6293a8d8
54201 Author: Li Yang <leoli@freescale.com>
54202 Date:   Fri Feb 29 11:46:05 2008 +0800
54203
54204     add cscope build target
54205
54206     Add cscope build target to generate cscope database for code browsing.
54207
54208     Signed-off-by: Li Yang <leoli@freescale.com>
54209
54210 commit f655adef65e4cf6b929054b049ee19ae9b5ccbe2
54211 Author: Kim Phillips <kim.phillips@freescale.com>
54212 Date:   Wed Feb 27 15:06:39 2008 -0600
54213
54214     net: uec_phy: handle 88e1111 rev.B2 erratum 5.6
54215
54216     erratum 5.6 states the autoneg completion bit is functional only if the
54217     autoneg bit is asserted.
54218
54219     This fixes any secondarily-issued networking commands on non-gigabit
54220     links on the mpc8360 mds board.
54221
54222     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
54223
54224 commit 5f91db7f582ca17b1f19f10189c025696f333d2e
54225 Author: John Rigby <jrigby@freescale.com>
54226 Date:   Tue Feb 26 09:38:14 2008 -0700
54227
54228     MPC5121e ADS PCI support take 3
54229
54230     Adds PCI support for MPC5121
54231
54232     Tested with drivers/net/rtl8139.c
54233
54234     Support is conditional since PCI on old silicon does not work.
54235
54236     ads5121_PCI_config turns on PCI
54237
54238     In this version, condition compilation of PCI code has been moved
54239     from ifdef in board/ads5121/pci.c to board/ads5121/Makefile as
54240     suggested by Jean-Christophe PLAGNIOL-VILLARD
54241
54242     Signed-off-by: John Rigby <jrigby@freescale.com>
54243
54244 commit 44b4dbed4133f657705b7c5193209da9978243a7
54245 Author: Anatolij Gustschin <agust@denx.de>
54246 Date:   Mon Feb 25 23:53:07 2008 +0100
54247
54248     Fix warnings while compilation of post/drivers/memory.c
54249
54250     Fix warnings while compilation with new gcc in eldk-4.2
54251
54252     Signed-off-by: Anatolij Gustschin <agust@denx.de>
54253
54254 commit 4fae35a53b3e958254d6574a1cc7e10811fc6726
54255 Author: Anatolij Gustschin <agust@denx.de>
54256 Date:   Mon Feb 25 20:54:04 2008 +0100
54257
54258     ppc4xx: Fix problem in 4xx_enet.c driver
54259
54260     U-Boot crashes in the net loop if CONFIG_4xx_DCACHE is
54261     enabled. To reproduce the problem ensure that 'ethrotate'
54262     environment variable isn't set to "no" and then run
54263     "tftp 200000 not_existent_file".
54264     This patch tries to fix the issue.
54265
54266     Signed-off-by: Anatolij Gustschin <agust@denx.de>
54267
54268 commit 60ec654c5eb80d0fe0c38a3bd42140215bc06484
54269 Author: Anatolij Gustschin <agust@denx.de>
54270 Date:   Mon Feb 25 20:04:20 2008 +0100
54271
54272     POST: Disable cache while SPR POST
54273
54274     Currently (since commit b2e2142c) u-boot crashes on
54275     sequoia board while SPR test if CONFIG_4xx_DCACHE is
54276     enabled. This patch disables the cache while SPR test.
54277
54278     Signed-off-by: Anatolij Gustschin <agust@denx.de>
54279
54280 commit c313b2c6c555e7d89ec59bd51c59ab164ad0105d
54281 Author: Martin Krause <martin.krause@tqs.de>
54282 Date:   Mon Feb 25 17:52:40 2008 +0100
54283
54284     TQM5200: use automatic fdt memory fixup (part 2)
54285
54286     Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
54287     TB5200 and TB5200_B to fixup the /memory node with the memory values
54288     detected by U-Boot.
54289
54290     Signed-off-by: Martin Krause <martin.krause@tqs.de>
54291
54292 commit 44ceec253ea941b301abf4b079d52324def69d92
54293 Author: Martin Krause <martin.krause@tqs.de>
54294 Date:   Mon Feb 25 15:17:05 2008 +0100
54295
54296     TQM5200: use automatic fdt memory fixup
54297
54298     Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
54299     TB5200 and TB5200_B to fixup the /memory node with the memory values
54300     detected by U-Boot.
54301
54302     Signed-off-by: Martin Krause <martin.krause@tqs.de>
54303
54304 commit f3a329acb26017d8e10e9c93e1e726c2a5ac634a
54305 Author: Martin Krause <martin.krause@tqs.de>
54306 Date:   Mon Feb 25 13:27:52 2008 +0100
54307
54308     TQM5200: fix bug in SDRAM initialization code
54309
54310     This patch fixes a bug in the SDRAM initialization code for the
54311     TQM5200. The hi_addr bit is now set correctly. Without this patch
54312     the hi_addr bit is always set to 1, if the second SDRAM bank is
54313     not populated.
54314
54315     For other MPC5200 boards a correspondig patch has already been applied
54316     some time ago, see commit a63109281ad41b0fb489fdcb901171f76bcdbc2c.
54317
54318     Signed-off-by: Martin Krause <martin.krause@tqs.de>
54319     --
54320     Forget the first patch please. I confused flash with SDRAM in
54321     the comment ...
54322
54323 commit 217bf6b6a313d9ccb619a4dbc09f73f77cd48df1
54324 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54325 Date:   Mon Feb 25 00:03:12 2008 +0100
54326
54327     mx1fs2/flash: Fix multiple compiler warnings
54328
54329     "pointer targets in assignment differ in signedness"
54330
54331     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54332
54333 commit 5599c28cef55be42a8ca6fa8086b1a44e56a85d2
54334 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54335 Date:   Mon Feb 25 00:03:11 2008 +0100
54336
54337     arm-imx: Fix register definitions
54338
54339     Sync register definitions with linux
54340
54341     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54342
54343 commit c9bcf75fecc58886af77d2a571cff2eab39eab6f
54344 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54345 Date:   Mon Feb 25 00:03:10 2008 +0100
54346
54347     actua1/actua2/actua3: Fix multiple unused variable warnings
54348
54349     - actua1:
54350         actux1.c: In function 'checkboard':
54351         actux1.c:92: warning: unused variable 'revision'
54352
54353     - actua2:
54354         actux2.c: In function 'checkboard':
54355         actux2.c:100: warning: unused variable 's'
54356         actux2.c:99: warning: unused variable 'revision'
54357         actux2.c: In function 'reset_phy':
54358         actux2.c:130: warning: unused variable 'i'
54359
54360     - actua3:
54361         actux3.c: In function 'checkboard':
54362         actux3.c:114: warning: unused variable 'revision'
54363
54364     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54365
54366 commit f8fa6368a6a0c02164da8e2f52f18d457c6977bd
54367 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
54368 Date:   Sun Feb 24 11:44:29 2008 +0900
54369
54370     Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
54371
54372     The previous patch was lacking of i386, microblaze, nios and nios2. This
54373     patch tries to fix them.
54374
54375     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
54376
54377 commit 05e07b1ea22844e946cfcf7d5e8a0199d18d2a95
54378 Author: Marian Balakowicz <m8@semihalf.com>
54379 Date:   Fri Feb 29 22:22:46 2008 +0100
54380
54381     [new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt()
54382
54383     Do not use global fdt blob pointer, calculate blob size from routine
54384     argument blob pointer.
54385
54386     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
54387
54388 commit d1cc52879c8966507dad9fb575481e6d3985e64e
54389 Author: David Gibson <david@gibson.dropbear.id.au>
54390 Date:   Tue Feb 12 00:58:31 2008 +1100
54391
54392     libfdt: Add and use a node iteration helper function.
54393
54394     This patch adds an fdt_next_node() function which can be used to
54395     iterate through nodes of the tree while keeping track of depth.  This
54396     function is used to simplify the iteration code in a lot of other
54397     functions, and is also exported for use by library users.
54398
54399     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
54400
54401 commit 8cf30809a82902a471866d2f07725ce3b8a22291
54402 Author: Bartlomiej Sieka <tur@semihalf.com>
54403 Date:   Fri Feb 29 16:00:24 2008 +0100
54404
54405     [new uImage] Add libfdt support to mkimage
54406
54407     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
54408
54409 commit a6e530f00d31a8494a0422799b2b9a692a9c0eb9
54410 Author: Bartlomiej Sieka <tur@semihalf.com>
54411 Date:   Fri Feb 29 16:00:23 2008 +0100
54412
54413     [new uImage] Add sha1.o object to mkimage binary build
54414
54415     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
54416
54417 commit df6f1b895c997978f03afe04502ee76b7ba34ab9
54418 Author: Marian Balakowicz <m8@semihalf.com>
54419 Date:   Fri Feb 29 16:00:06 2008 +0100
54420
54421     [new uImage] Fix component handling for legacy multi component images
54422
54423     Use uint32_t when accessing size table in image_multi_count() and
54424     image_multi_getimg() for multi component images.
54425
54426     Add missing uimage_to_cpu() endianness conversion.
54427
54428     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
54429
54430 commit 570abb0ad120f6002bcaa3cf6f32bd4ca2e1b248
54431 Author: Marian Balakowicz <m8@semihalf.com>
54432 Date:   Fri Feb 29 15:59:59 2008 +0100
54433
54434     [new uImage] Share common uImage code between mkimage and U-boot
54435
54436     This patch adds the following common routines:
54437
54438     1) Dedicated mkimage print_header() is replaced with common
54439     image_print_contents()
54440     image_print_contents_noindent()
54441
54442     2) Common os/arch/type/comp fields name <--> id translation routines
54443     genimg_get_os_name()
54444     genimg_get_arch_name()
54445     genimg_get_type_name()
54446     genimg_get_comp_name()
54447     genimg_get_os_id()
54448     genimg_get_arch_id()
54449     genimg_get_type_id()
54450     genimg_get_comp_id()
54451
54452     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
54453
54454 commit 9a4daad0a35eb5143037eea9f786a3e9d672bdd6
54455 Author: Marian Balakowicz <m8@semihalf.com>
54456 Date:   Fri Feb 29 14:58:34 2008 +0100
54457
54458     [new uImage] Update naming convention for bootm/uImage related code
54459
54460     This patch introduces the following prefix convention for the
54461     image format handling and bootm related code:
54462
54463     genimg_             - dual format shared code
54464     image_              - legacy uImage format specific code
54465     fit_                - new uImage format specific code
54466     boot_               - booting process related code
54467
54468     Related routines are renamed and a few pieces of code are moved around and
54469     re-grouped.
54470
54471     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
54472
54473 commit 75fa002c47171b73fb4c1f2c2fe4d6391c136276
54474 Author: Kumar Gala <galak@kernel.crashing.org>
54475 Date:   Wed Feb 27 21:51:51 2008 -0600
54476
54477     [new uImage] Respect autostart setting in linux bootm
54478
54479     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
54480     Acked-by: Marian Balakowicz <m8@semihalf.com>
54481
54482 commit d3f2fa0d278467b2232e4eb2372f905c3febfbeb
54483 Author: Kumar Gala <galak@kernel.crashing.org>
54484 Date:   Wed Feb 27 21:51:50 2008 -0600
54485
54486     [new uImage] Provide ability to restrict region used for boot images
54487
54488     Allow the user to set 'bootm_low' and 'bootm_size' env vars as a way
54489     to restrict what memory range is used for bootm.
54490
54491     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
54492     Acked-by: Marian Balakowicz <m8@semihalf.com>
54493
54494 commit e822d7fc4dd4755d4d0a22f05e33f33d1a0481da
54495 Author: Kumar Gala <galak@kernel.crashing.org>
54496 Date:   Wed Feb 27 21:51:49 2008 -0600
54497
54498     [new uImage] Use lmb for bootm allocations
54499
54500     Convert generic ramdisk_high(), get_boot_cmdline(), get_boot_kbd()
54501     functions over to using lmb for allocation of the ramdisk, command line
54502     and kernel bd info.
54503
54504     Convert PPC specific fdt_relocate() to use lmb for allocation of the device
54505     tree.
54506
54507     Provided a weak function that board code can call to do additional
54508     lmb reserves if needed.
54509
54510     Also introduce the concept of bootmap_base to specify the offset in
54511     physical memory that the bootmap is located at.  This is used for
54512     allocations of the cmdline, kernel bd, and device tree as they should
54513     be contained within bootmap_base and bootmap_base + CFG_BOOTMAPSZ.
54514
54515     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
54516
54517 commit f5614e7926863bf0225ec860d9b319741a9c4004
54518 Author: Kumar Gala <galak@kernel.crashing.org>
54519 Date:   Wed Feb 27 21:51:48 2008 -0600
54520
54521     [new uImage] Add autostart flag to bootm_headers structure
54522
54523     The autostart env variable was dropped as part of the initial new uImage
54524     cleanup.  Add it back here so the arch specific code can decide if it
54525     wants to really boot or not.
54526
54527     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
54528     Acked-by: Marian Balakowicz <m8@semihalf.com>
54529
54530 commit 4ed6552f715983bfc7d212c1199a1f796f1144ad
54531 Author: Kumar Gala <galak@kernel.crashing.org>
54532 Date:   Wed Feb 27 21:51:47 2008 -0600
54533
54534     [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images
54535
54536     Introduce the LMB lib used on PPC in the kernel as a clean way to manage
54537     the memory spaces used by various boot images and structures.  This code
54538     will allow us to simplify the code in bootm and its support functions.
54539
54540     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
54541
54542 commit 4648c2e7a173b0d7f17bef4adaa0623090c9e904
54543 Author: Kumar Gala <galak@kernel.crashing.org>
54544 Date:   Tue Feb 19 22:03:47 2008 -0600
54545
54546     [new uImage] ppc: Allow boards to specify effective amount of memory
54547
54548     For historical reasons we limited the stack to 256M because some boards
54549     could only map that much via BATS.  However newer boards are capable of
54550     mapping more memory (for example 85xx is capable of doing up to 2G).
54551
54552     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
54553     Acked-by: Marian Balakowicz <m8@semihalf.com>
54554
54555 commit 274cea2bddbca10cdad7daa518951b75c44ef6bc
54556 Author: Kumar Gala <galak@kernel.crashing.org>
54557 Date:   Wed Feb 27 21:51:46 2008 -0600
54558
54559     [new uImage] rework error handling so common functions don't reset
54560
54561     Changed image_get_ramdisk() to just return NULL on error and have
54562     get_ramdisk() propogate that error to the caller.  It's left to the
54563     caller to call do_reset() if it wants to.
54564
54565     Also moved calling do_reset() in get_fdt() and fdt_relocate() on ppc
54566     to a common location.  In the future we will change get_fdt() and
54567     fdt_relocate() to return success/failure and not call do_reset() at all.
54568
54569     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
54570     Acked-by: Marian Balakowicz <m8@semihalf.com>
54571
54572 commit d2bc095a639672def11d5d043b5688d0dbd692ec
54573 Author: Kumar Gala <galak@kernel.crashing.org>
54574 Date:   Wed Feb 27 21:51:45 2008 -0600
54575
54576     [new uImage] ppc: Re-order ramdisk/fdt handling sequence
54577
54578     Doing the fdt before the ramdisk allows us to grow the fdt w/o concern
54579     however it does mean we have to go in and fixup the initrd info since
54580     we don't know where it will be.
54581
54582     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
54583
54584 commit 27953493ef025fb698d68c5dee39b36f01f4d530
54585 Author: Kumar Gala <galak@kernel.crashing.org>
54586 Date:   Wed Feb 27 21:51:44 2008 -0600
54587
54588     [new uImage] ppc: Determine if we are booting an OF style
54589
54590     If we are bootin OF style than we can skip setting up some things
54591     that are used for the old boot method.
54592
54593     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
54594     Acked-by: Marian Balakowicz <m8@semihalf.com>
54595
54596 commit a6612bdfe7ef37b9787b66800cf02aaded05fbeb
54597 Author: Kumar Gala <galak@kernel.crashing.org>
54598 Date:   Wed Feb 27 21:51:43 2008 -0600
54599
54600     [new uImage] Don't pass kdb to ramdisk_high since we may not have one
54601
54602     We don't actually need the kdb param as we are just using it to get
54603     bd->bi_memsize which we can get from gd->bd->bi_memsize.  Also, if we
54604     boot via OF we might not actually fill out a kdb.
54605
54606     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
54607     Acked-by: Marian Balakowicz <m8@semihalf.com>
54608
54609 commit 2b22fa4baee51e6b467c44ea1be0d1ecd86e8775
54610 Author: Kumar Gala <galak@kernel.crashing.org>
54611 Date:   Wed Feb 27 16:30:47 2008 -0600
54612
54613     85xx: Don't icbi when unlocking the cache
54614
54615     There is no reason to icbi when invalidating the temporary stack in
54616     the d-cache.  Its impossible on e500 to have the i-cache contain
54617     any addresses in the temp stack and it can be problematic in generating
54618     transactions on the bus to non-valid addresses.
54619
54620     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
54621
54622 commit 534ea6b6f86f8b75ef2ac061ef110a98f103d7d6
54623 Author: Andy Fleming <afleming@freescale.com>
54624 Date:   Wed Feb 27 15:50:50 2008 -0600
54625
54626     Fix source for ECM error IVPR
54627
54628     The source vector for the ECM was being set to 2,
54629     but that's what the source vector for DDR was being
54630     set to.  Change it to 1.
54631
54632     Signed-off-by: Andy Fleming <afleming@freescale.com>
54633
54634 commit 21fae8b2b4e4e6e648796e07e20ab13e9cb18923
54635 Author: Andy Fleming <afleming@freescale.com>
54636 Date:   Wed Feb 27 14:29:58 2008 -0600
54637
54638     Invalidate INIT_RAM TLB mappings
54639
54640     Commit 0db37dc...  (and some others) changed the INIT_RAM TLB
54641     mappings to be unguarded.  This collided with an existing "bug"
54642     where the mappings for the INIT_RAM were being kept around.
54643     This meant that speculative loads to those addresses were
54644     succeeding in the TLB, and going out to the bus, where they
54645     were causing an exception (there's nothing at that address). The
54646     Flash code was coincidentally causing such a speculative load.
54647     Rather than go back to mapping the INIT RAM as guarded, we fix
54648     it so that the entries for the INIT_RAM are invalidated.  Thus
54649     the speculative loads will fail in the TLB, and have no effect.
54650
54651     Signed-off-by: Andy Fleming <afleming@freescale.com>
54652
54653 commit 347b7938d3e561eb215aa386c37fb5acb5a383c6
54654 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54655 Date:   Sun Feb 17 22:56:17 2008 +0100
54656
54657     sbc8548: Fix Revision reading and unused variable 'path'
54658
54659     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54660
54661 commit 495d162374c472f46454453553382ad0735dc725
54662 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54663 Date:   Sun Feb 17 22:56:16 2008 +0100
54664
54665     sbc8548: Fix cfi flash bank declaration
54666
54667     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54668
54669 commit 4efbe9dbb129f857f27856936112c8c02f016be6
54670 Author: Marian Balakowicz <m8@semihalf.com>
54671 Date:   Wed Feb 27 11:02:26 2008 +0100
54672
54673     [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled
54674
54675     Dual format image code must properly handle all three FDT passing methods:
54676     - raw FDT blob passed
54677     - FDT blob embedded in the legacy uImage
54678     - FDT blob embedded in the new uImage
54679
54680     This patch enables proper raw FDT handling when no FIT imaeg support
54681     is compiled in. This is a bit tricky as we must dected FIT format even
54682     when FIT uImage handling is not enabled as both FIT uImages and raw FDT
54683     blobs use tha same low level format (libfdt).
54684
54685     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
54686
54687 commit ff0734cff0fb5397ce2f4602f4f3e5ec9c8a36e8
54688 Author: Marian Balakowicz <m8@semihalf.com>
54689 Date:   Wed Feb 27 11:02:26 2008 +0100
54690
54691     [new uImage] POWERPC: Add image_get_fdt() routine
54692
54693     FDT blob may be passed either: (1) raw (2) or embedded in the legacy uImage
54694     (3) or embedded in the new uImage. For the (2) case embedding image must be
54695     verified before we get FDT from it. This patch factors out legacy image
54696     specific verification routine to the separate helper routine.
54697
54698     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
54699     Acked-by: Kumar Gala <galak@kernel.crashing.org>
54700
54701 commit 1efd43601f90de21ec6c0ebb9880823e822927b1
54702 Author: Marian Balakowicz <m8@semihalf.com>
54703 Date:   Wed Feb 27 11:02:07 2008 +0100
54704
54705     [new uImage] Add image_get_kernel() routine
54706
54707     Legacy image specific verification is factored out to a separate helper
54708     routine to keep get_kernel() generic and simple.
54709
54710     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
54711     Acked-by: Kumar Gala <galak@kernel.crashing.org>
54712
54713 commit 8a5ea3e6168fe6a2780eeaf257a3b19f30dec658
54714 Author: Marian Balakowicz <m8@semihalf.com>
54715 Date:   Wed Feb 27 11:01:04 2008 +0100
54716
54717     [new uImage] Move image verify flag to bootm_headers structure
54718
54719     Do not pass image verification flag directly to related routines.
54720     Simplify argument passing and move it to the bootm_header structure which
54721     contains curently processed image specific data and is already being passed
54722     on the argument list.
54723
54724     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
54725     Acked-by: Kumar Gala <galak@kernel.crashing.org>
54726
54727 commit 823afe7cefe00dafefc6696c1cc7aa828c394234
54728 Author: Marian Balakowicz <m8@semihalf.com>
54729 Date:   Wed Feb 27 11:00:47 2008 +0100
54730
54731     [Makefile] Sort COBJS in lib_<arch> Makefiles
54732
54733     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
54734
54735 commit 6f0f9dfc4ee880fbf400a2ebe14238181a6c3f91
54736 Author: Marian Balakowicz <m8@semihalf.com>
54737 Date:   Wed Feb 27 11:00:47 2008 +0100
54738
54739     [new uImage] Optimize gen_get_image() flow control
54740
54741     When CONFIG_HAS_DATAFLASH is not defined gen_get_image() routine has nothing
54742     to do, update its control flow to better reflect that simple case.
54743
54744     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
54745     Acked-by: Kumar Gala <galak@kernel.crashing.org>
54746
54747 commit d2ced9eb19ec74f4a359949dbe353427fa6d55ca
54748 Author: Marian Balakowicz <m8@semihalf.com>
54749 Date:   Mon Feb 4 08:28:17 2008 +0100
54750
54751     [new uImage] POWERPC: Split get_fdt() into get and relocate routines
54752
54753     PPC specific FDT blob handling code is divided into two separate routines:
54754
54755     get_fdt()   - find and verify a FDT blob (either raw or image embedded)
54756     fdt_relocate()      - move FDT blob to within BOOTMAP if needed
54757
54758     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
54759     Acked-by: Kumar Gala <galak@kernel.crashing.org>
54760
54761 commit 33fa5c0bfaf465de8ceb23fcd6b397f68b35a817
54762 Author: Jon Loeliger <jdl@freescale.com>
54763 Date:   Mon Feb 25 13:13:37 2008 -0600
54764
54765     86xx: Fix renamed GUR symbols in sbc8641d board.
54766
54767     Back in commit a551cee99ad1d1da20fd23ad265de47448852f56
54768     (86xx: Fix GUR PCI config registers properly), we should have
54769     changed the MPC86xx_PORBMSR_HA and MPC86xx_PORDEVSR_IO_SEL
54770     symbols in the sbc8641d board as well.  Fix this oversight.
54771
54772     Signed-off-by: Jon Loeliger <jdl@freescale.com>
54773
54774 commit 64cd594e623c39f73964d18787763e4533f791f7
54775 Author: Stefan Roese <sr@denx.de>
54776 Date:   Mon Feb 25 16:50:48 2008 +0100
54777
54778     ppc4xx: Fix acadia_nand build problem
54779
54780     Don't include testdram() on NAND-booting target acadia_nand. This saves
54781     a few bytes and makes the target build clean again.
54782
54783     Signed-off-by: Stefan Roese <sr@denx.de>
54784
54785 commit 14e099e698d41e8179d05c2b2dbcf704a236f748
54786 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54787 Date:   Sun Feb 24 23:03:12 2008 +0000
54788
54789     mx1fs2/flash: Fix multiple pointertargets in assignment differ in signedness
54790
54791     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54792
54793 commit 724902c8464e610642b3a170278b99710325888e
54794 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54795 Date:   Sun Feb 24 23:03:11 2008 +0000
54796
54797     arm-imx: Fix registers definition
54798
54799     Sync registers definition with linux
54800
54801     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54802
54803 commit 4cd288b589ea1178947c6e364453c32b3dede6b7
54804 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54805 Date:   Sun Feb 24 23:03:10 2008 +0000
54806
54807     actua1/actua2/actua3: Fix multipleunused variable
54808
54809     - actua1:
54810         actux1.c: In function 'checkboard':
54811         actux1.c:92: warning: unused variable 'revision'
54812
54813     - actua2:
54814         actux2.c: In function 'checkboard':
54815         actux2.c:100: warning: unused variable 's'
54816         actux2.c:99: warning: unused variable 'revision'
54817         actux2.c: In function 'reset_phy':
54818         actux2.c:130: warning: unused variable 'i'
54819
54820     - actua3:
54821         actux3.c: In function 'checkboard':
54822         actux3.c:114: warning: unused variable 'revision'
54823
54824     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54825
54826 commit d5934ad7756f038a393a9cfab76a4fe306d9d930
54827 Author: Marian Balakowicz <m8@semihalf.com>
54828 Date:   Mon Feb 4 08:28:09 2008 +0100
54829
54830     [new uImage] Add dual format uImage support framework
54831
54832     This patch adds framework for dual format images. Format detection is added
54833     and the bootm controll flow is updated to include cases for new FIT format
54834     uImages.
54835
54836     When the legacy (image_header based) format is detected appropriate
54837     legacy specific handling is invoked. For the new (FIT based) format uImages
54838     dual boot framework has a minial support, that will only print out a
54839     corresponding debug messages. Implementation of the FIT specific handling will
54840     be added in following patches.
54841
54842     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
54843
54844 commit b29661fc1151077776454288051bc9a488351ce8
54845 Author: Wolfgang Denk <wd@denx.de>
54846 Date:   Sun Feb 24 15:21:36 2008 +0100
54847
54848     Coding style cleanup. Prepare v1.3.2-rc2 release candidate
54849
54850     Signed-off-by: Wolfgang Denk <wd@denx.de>
54851
54852 commit 00b48a48424894daa589d166d73277830b1c6ac4
54853 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54854 Date:   Sat Feb 23 12:15:56 2008 +0100
54855
54856     ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selected
54857
54858     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
54859
54860 commit b075d74efb70ff68c49a2532f26b56d6703b69c1
54861 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
54862 Date:   Sat Feb 23 17:24:16 2008 +0900
54863
54864     Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
54865
54866     ----------------------------------------------------------------
54867     Olaf Hering [Wed, 17 Oct 2007 06:27:13 +0000 (23:27 -0700)]
54868
54869     Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on
54870     32bit targets.
54871
54872     GCC can be made to warn about usage of long long types with ISO C90
54873     (-ansi), but only with -pedantic.  You can write this in a way that even
54874     then it doesn't cause warnings, namely by:
54875
54876     #ifdef __GNUC__
54877     __extension__ typedef __signed__ long long __s64;
54878     __extension__ typedef unsigned long long __u64;
54879     #endif
54880
54881     The __extension__ keyword in front of this switches off any pedantic
54882     warnings for this expression.
54883
54884     Signed-off-by: Olaf Hering <olh@suse.de>
54885     Cc: <linux-arch@vger.kernel.org>
54886     Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
54887     Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
54888     ----------------------------------------------------------------
54889
54890     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
54891
54892 commit 208acd112e6517b21fc30c420396902b103563ac
54893 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
54894 Date:   Sat Feb 23 17:07:57 2008 +0900
54895
54896     cpu/mcf52x2/config.mk: Make needlessly deffered expansions immediate.
54897
54898     This will reduce the build time.
54899
54900     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
54901
54902 commit 495a0dde7fa1b14cdc15607d86503ec2bdcd02c4
54903 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
54904 Date:   Sat Feb 23 17:05:00 2008 +0900
54905
54906     cpu/ppc4xx/config.mk: Make a needlessly deffered expansion immediate.
54907
54908     This will reduce the build time.
54909
54910     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
54911
54912 commit e682ba399a1d76f09d8cc7af1e57066f1d360d91
54913 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
54914 Date:   Sat Feb 23 16:58:41 2008 +0900
54915
54916     cpu/mips/cofigl.mk: Make a needlessly deffered expansion immediate.
54917
54918     This reduces the build time by ~10%. Here's the gth2_config example.
54919
54920             BEFORE       AFTER
54921     real    0m31.441s    0m27.833s
54922     user    0m24.766s    0m23.045s
54923     sys     0m10.425s    0m7.468s
54924
54925     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
54926
54927 commit 02409f8cf54c7cd91981f0dfec135dbf3858090c
54928 Author: Marcel Moolenaar <marcelm@juniper.net>
54929 Date:   Fri Feb 22 10:48:07 2008 -0800
54930
54931     make define2mk.sed work on FreeBSD
54932
54933     In the thread "[1.3.2-rc1] MPC8548CDS/MPC8555CDS configs fails to link",
54934     the define2mk.sed script was identified as the source of the link
54935     failure on FreeBSD. The problem is that sed(1) does not always support
54936     the '+' operator. It isn't on FreeBSD. The attach patch implements the
54937     equivalent, using the '*' operator instead and should work everywhere.
54938
54939     Signed-off-by: Marcel Moolenaar <marcelm@juniper.net>
54940
54941 commit e5084af8ded58453cd07ec1af8b0f29f34122bbc
54942 Author: Detlev Zundel <dzu@denx.de>
54943 Date:   Fri Feb 22 17:21:32 2008 +0100
54944
54945     Replace deprecated "ramdisk" with "ramdisk_size" kernel parameter.
54946
54947     The Linux commit fac8b209b1084bc85748bd54e13d00c1262b220f ("Remove
54948     final traces of long-deprecated "ramdisk" kernel parm") makes these
54949     changes neccessary.
54950
54951     Signed-off-by: Detlev Zundel <dzu@denx.de>
54952
54953 commit d01b847c5cd070895c4ba178c85cd068a95cf7cd
54954 Author: Larry Johnson <lrj@acm.org>
54955 Date:   Thu Feb 21 13:58:16 2008 -0500
54956
54957     LM75 bug fix for negative temperatures
54958
54959     When the LM75 temperature sensor measures a temperature below 0 C, the
54960     current driver does not perform sign extension, so the result returned is
54961     256 C too high.  This patch fixes the problem.
54962
54963     Signed-off-by: Larry Johnson <lrj@acm.org>
54964
54965 commit 5a910c224b13e413bda41922379add6d75c32da3
54966 Author: Heiko Schocher <hs@denx.de>
54967 Date:   Thu Feb 21 18:33:45 2008 +0100
54968
54969     IDS8247: update MAINTAINER entry.
54970
54971     Signed-off-by: Heiko Schocher <hs@denx.de>
54972
54973 commit 79eac2bfb591f2b028ec1735049dc91e4320de4a
54974 Author: Heiko Schocher <hs@denx.de>
54975 Date:   Thu Feb 21 18:31:15 2008 +0100
54976
54977     Fix device tree for mgsuvd board.
54978
54979     Rename the "scc" node in "ethernet" for the mgsuvd board.
54980
54981     Signed-off-by: Heiko Schocher <hs@denx.de>
54982
54983 commit 2e721094a70a52206af2e1bf1208d9a7131f6dad
54984 Author: Yuri Tikhonov <yur@emcraft.com>
54985 Date:   Thu Feb 21 14:23:42 2008 +0100
54986
54987     lwmon5: enable hardware watchdog
54988
54989     Some boards (e.g. lwmon5) may use rather small watchdog intervals, so
54990     causing it to reboot the board if U-Boot does a long busy-wait with
54991     udelay(). Thus, for these boards we have to restart WD more
54992     frequently.
54993
54994     This patch splits the busy-wait udelay() into smaller, predefined,
54995     intervals, so that the watchdog timer may be resetted with the
54996     configurable (CONFIG_WD_PERIOD) interval.
54997
54998     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
54999
55000 commit bc77881247ee6f95d7a9ebc499d26b96bae38c9d
55001 Author: Anatolij Gustschin <agust@denx.de>
55002 Date:   Thu Feb 21 12:52:29 2008 +0100
55003
55004     ppc4xx: Support for ATI Radeon 9200 card on sequoia
55005
55006     Adds configuration option for ATI Radeon 9200 card
55007     support to sequoia config file. If CONFIG_VIDEO
55008     is enabled, TEXT_BASE should be changed to 0xFFF80000.
55009
55010     Signed-off-by: Anatolij Gustschin <agust@denx.de>
55011
55012 commit 5a9abcc317cf3c8a69559ff83081f4e5d719edb7
55013 Author: Kumar Gala <galak@kernel.crashing.org>
55014 Date:   Mon Feb 18 08:18:07 2008 -0600
55015
55016     Remove duplicate defines for ARRAY_SIZE
55017
55018     A few duplicate of the ARRAY_SIZE macro sneaked in since we put
55019     the define in common.h.
55020
55021     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
55022
55023 commit 81d93e5c4b83d8b6dcee69de6f4a14ccf6f7114a
55024 Author: Kumar Gala <galak@kernel.crashing.org>
55025 Date:   Mon Feb 18 08:09:37 2008 -0600
55026
55027     ppc: Allow boards to specify effective amount of memory
55028
55029     For historical reasons we limited the stack to 256M because some boards
55030     could only map that much via BATS.  However newer boards are capable of
55031     mapping more memory (for example 85xx is capable of doing up to 2G).
55032
55033     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
55034
55035 commit 755c35f54ba7eb7687aa7935e04a02a01ef1b27b
55036 Author: Mike Frysinger <vapier@gentoo.org>
55037 Date:   Mon Feb 18 05:24:13 2008 -0500
55038
55039     include autoconf.mk before any other .mk files
55040
55041     This bumps the autoconf.mk include step above board/cpu/arch/etc... so that
55042     those .mk files can have make if statements based on the current config.
55043
55044     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
55045
55046 commit 16fe77752eee099b9fb61ed73460e51cc94b37ba
55047 Author: Mike Frysinger <vapier@gentoo.org>
55048 Date:   Mon Feb 18 05:10:07 2008 -0500
55049
55050     error check autoconf.mk generation
55051
55052     If any of the steps for generating autoconf.mk fail currently, they go
55053     unnoticed.  To fix, we can simply add 'set -e' to the long list of commands.
55054     This is simpler and more robust than placing '|| exit $$?' after every line.
55055
55056     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
55057
55058 commit 019895a8dee71a9f00da05c03e379f45d581b0fe
55059 Author: Stefano Babic <sbabic@denx.de>
55060 Date:   Mon Feb 18 08:03:51 2008 +0100
55061
55062     Fix bug in dependency checking
55063
55064     By adding VERSION_FILE to the PHONY targets the script
55065     /tools/setlocalversion is always called and version_autogenerated.h
55066     is replaced only if the script find a modified source file.
55067
55068     Signed-off-by: Stefano Babic <sbabic@denx.de>
55069
55070 commit 98ba144ccc912eee90dd42699f023c497ce774c6
55071 Author: Kyungmin Park <kmpark@infradead.org>
55072 Date:   Mon Feb 18 14:35:43 2008 +0900
55073
55074     Fix GPMC CS2 memory setup at apollon
55075
55076     It disables the current map first
55077
55078     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
55079
55080 commit e845e07e1e6e64f40e35688439d3cdcf01cfff4f
55081 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
55082 Date:   Sun Feb 17 23:52:46 2008 +0100
55083
55084     uli526x: Fix multiple differ in signedness and parentheses around comparison
55085
55086     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
55087
55088 commit beeccf7a5dc5415c202e0132a33c58fc316c2a62
55089 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
55090 Date:   Sun Feb 17 16:58:04 2008 +0100
55091
55092     MIPS: Fix CFG_NO_FLASH support
55093
55094     - Fix flash_init call when CFG_NO_FLASH is used
55095     - Remove no more needed flash.c for qemu-mips
55096
55097     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
55098
55099 commit edfed1d91df2b2670a812ca9d1a1f9faae7dba47
55100 Author: Mike Frysinger <vapier@gentoo.org>
55101 Date:   Sat Feb 16 02:40:18 2008 -0500
55102
55103     easylogo: clean up some more and add -r (rgb) support
55104
55105     Michael Hennerich added support for outputting an image in RGB format rather
55106     than forcing YUYV all the time.  This makes obvious sense if the display you
55107     have takes RGB input rather than YUYV.
55108
55109     Rather than hack in support for options, I've converted it to use getopt and
55110     cleaned up the argument parsing in the process.
55111
55112     Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
55113     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
55114
55115 commit f65c98129ccada3f7caf97d80395a95b84e911de
55116 Author: Mike Frysinger <vapier@gentoo.org>
55117 Date:   Sat Feb 16 02:12:37 2008 -0500
55118
55119     Makefile: add target for $(LDSCRIPT)
55120
55121     If the $(LDSCRIPT) does not exist (normally it's board/$(BOARD)/u-boot.lds),
55122     then change into the board directory and try and create it.  This allows you
55123     to generate the linker script on the fly based upon board defines (like the
55124     Blackfin boards do).
55125
55126     There should be no regressions due to this change as the normal case is to
55127     already have a u-boot.lds file.  If that's the case, then there's nothing to
55128     generate, and so make will always exit.  The fix here is that if the linker
55129     script does not exist, the implicit rules take over and attempt to guess how
55130     to generate the file.
55131
55132     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
55133
55134 commit 5583cbf736474ef754e128a54fb78632f57b48fd
55135 Author: Marian Balakowicz <m8@semihalf.com>
55136 Date:   Thu Feb 21 17:27:49 2008 +0100
55137
55138     [new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmds
55139
55140     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
55141
55142 commit 2242f5369822bc7780db95c47985bb408ea9157b
55143 Author: Marian Balakowicz <m8@semihalf.com>
55144 Date:   Thu Feb 21 17:27:41 2008 +0100
55145
55146     [new uImage] Rename and move print_image_hdr() routine
55147
55148     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
55149
55150 commit f50433d670ec2ee9e96abac67cdc6e5e061a810d
55151 Author: Marian Balakowicz <m8@semihalf.com>
55152 Date:   Thu Feb 21 17:20:20 2008 +0100
55153
55154     [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines
55155
55156     Introducing routines for parsing new uImage format bootm arguments:
55157     [<addr>]#<conf>             - configuration specification
55158     [<addr>]:<subimg>   - subimage specification
55159
55160     New format images can contain multiple subimages of the same type. For example
55161     a single new format image file can contain three kernels, two ramdisks and a
55162     couple of FDT blobs. Subimage and configuration specifications are extensions
55163     to bootm (and other image-related commands) arguments' syntax that allow to
55164     specify which particular subimage should be operated on.
55165
55166     Subimage specification is used to denote a particular subimage. Configurations
55167     are a bit more complex -- they are used to define a particualr booting setup,
55168     for example a (kernel, fdt blob) pair, or a (kernel, ramdisk, fdt blob) tuple,
55169     etc.
55170
55171     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
55172
55173 commit fff888a1997ff7de9b29e24050fc4a0fd403ba16
55174 Author: Marian Balakowicz <m8@semihalf.com>
55175 Date:   Thu Feb 21 17:20:19 2008 +0100
55176
55177     [new uImage] Add gen_get_image() routine
55178
55179     This routine assures that image (whether legacy or FIT) is not
55180     in a special dataflash storage.
55181
55182     If image address is a dataflash address image is moved to system RAM.
55183
55184     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
55185
55186 commit 75d3e8fbd93c14d9929d024c75af2d742c76db70
55187 Author: Marian Balakowicz <m8@semihalf.com>
55188 Date:   Thu Feb 21 17:20:18 2008 +0100
55189
55190     [new uImage] Pull in libfdt if CONFIG_FIT is enabled
55191
55192     New uImage format (Flattened Image Tree) requires libfdt
55193     functionality, print out error message if CONFIG_OF_LIBFDT
55194     is not defined.
55195
55196     New uImage support is enabled by defining CONFIG_FIT (and CONFIG_OF_LIBFDT).
55197     This commit turns it on by default.
55198
55199     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
55200
55201 commit 1ba639da5604a64b3ed884a2cbb1c5414a9fa728
55202 Author: Michael Schwingen <michael@schwingen.org>
55203 Date:   Mon Feb 18 23:16:35 2008 +0100
55204
55205     CFI: Do not use uninitialized cmd_reset
55206
55207     Do not use uninitialized cmd_reset; issue both AMD and Intel reset
55208     commands instead
55209
55210     From a short test, it looks like AMD-style flash roms treat *any* unknown
55211     command write as a reset, at least when in CFI Query mode, so issuing the
55212     Intel reset command to AMD-style flashs seems safe (from the small sample I
55213     have), plus the 3-cycle magic sequence should kick the state machine into
55214     the right state even without a reset command. Since the AMD-style flashs
55215     require the unlock sequence for real operation, I chose to try the AMD reset
55216     command first, so that Intel flashs do no see an invalid command prior to
55217     the CFI query.
55218
55219     I have tested the patch on AM29LV320-style flashs from Fujitsu and Macronix,
55220     plus Intel StrataFlash.
55221
55222     Signed-off-by: Michael Schwingen <michael@schwingen.org>
55223     Signed-off-by: Stefan Roese <sr@denx.de>
55224
55225 commit e7a85f26830c9f2e78506421c2d519a2965bc7a1
55226 Author: Rafal Jaworowski <raj@semihalf.com>
55227 Date:   Thu Feb 21 11:56:44 2008 +0100
55228
55229     API: Add (c) and licensing notice to the public API header.
55230
55231     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
55232
55233 commit 928d1d77f8623c120d8763e20e1ca58df9c5c4c6
55234 Author: Yuri Tikhonov <yur@emcraft.com>
55235 Date:   Thu Feb 21 11:06:07 2008 +0100
55236
55237     Fix CPU POST test failure
55238
55239     The CPU POST test code (run from cpu_post_exec_31()) doesn't follow the
55240     ABI carefully, at least the CR3, CR4, and CR5 fields of CR are clobbered
55241     by it. The gcc-4.2 with its more aggressive optimization exposes this fact.
55242     This patch just saves the CR value before running the test code, so allowing
55243     it to do anything it wants with CR.
55244
55245     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
55246     Acked-by: Yuri Tikhonov <yur@emcraft.com>
55247     --
55248
55249 commit d5908b093955415f3d340706378b991f911af671
55250 Author: Jon Loeliger <jdl@freescale.com>
55251 Date:   Wed Feb 20 15:26:51 2008 -0600
55252
55253     8610HPCD: Document the flashbank selection switches.
55254
55255     Signed-off-by: Jon Loeliger <jdl@freescale.com>
55256
55257 commit a551cee99ad1d1da20fd23ad265de47448852f56
55258 Author: Jon Loeliger <jdl@freescale.com>
55259 Date:   Wed Feb 20 14:22:26 2008 -0600
55260
55261     86xx: Fix GUR PCI config registers properly.
55262
55263     Back in commit 975a083a5ef785c414b35f9c5b8ae25b26b41524 where
55264     I tried to "8610HPCD: Fix typos in two PCI setup registers", I
55265     botched it due to not realizing that 8610 and 8641 had different
55266     Global Utility Register defintions, one of which was like 85xx,
55267     and the other wasn't.  Correct this problem by introducing two
55268     symbols, one for each 86xx SoC, but neither of which is named
55269     anything like 85xx.
55270
55271     My bad.  Lovely Wednesday with git bisect.  You know.
55272
55273     Signed-off-by: Jon Loeliger <jdl@freescale.com>
55274
55275 commit cb06eb961bdffc8728b38c242473d802e83ab2b4
55276 Author: Jon Loeliger <jdl@freescale.com>
55277 Date:   Wed Feb 20 12:24:11 2008 -0600
55278
55279     8610HPCD: Don't use VIDEO/CFB_CONSOLE by default.
55280
55281     Without an actual supported video card hooked up, enabling
55282     the CONFIG_VIDEO by default just makes it look broken by
55283     routing all console output to the video card.   Don't.
55284
55285     Signed-off-by: Jon Loeliger <jdl@freescale.com>
55286
55287 commit 4d264eff4312f230776b913edade7ceb75f1b1e0
55288 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55289 Date:   Wed Jan 30 15:08:15 2008 -0600
55290
55291     ColdFire: Fix missing code flash size for M5485EVB
55292
55293     Signed-off-by: James Mahan <kmahan@freescale.com>
55294     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
55295
55296 commit c54f9263e4e11e34b1e70c160bc467ef1d8ec59d
55297 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
55298 Date:   Wed Jan 30 15:04:42 2008 -0600
55299
55300     ColdFire: Fix 5282 and 5271 interrupt mask bit
55301
55302     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
55303
55304 commit 975a083a5ef785c414b35f9c5b8ae25b26b41524
55305 Author: Jon Loeliger <jdl@freescale.com>
55306 Date:   Tue Feb 19 12:31:08 2008 -0600
55307
55308     8610HPCD: Fix typos in two PCI setup registers.
55309
55310     The two symbols MPC86xx_PORDEVSR_IO_SEL and MPC86xx_PORBMSR_HA
55311     were erroneously present as 85xx names and values, leftover from
55312     the clone wars.  Fix this by removing the 85xx cruft from the
55313     86xx codebase.
55314
55315     Signed-off-by: Jon Loeliger <jdl@freescale.com>
55316
55317 commit 13f5433f700d4da9f6fdf2a4bb80310133a7c170
55318 Author: Jon Loeliger <jdl@freescale.com>
55319 Date:   Mon Feb 18 14:01:56 2008 -0600
55320
55321     86xx: Convert sbc8641d to use libfdt.
55322
55323     This is the proper fix for a missing closing brace in the function
55324     ft_cpu_setup() noticed by joe.hamman <at> embeddedspecialties.com.
55325     The ft_cpu_setup() function in mpc8641hpcn.c should have been
55326     removed earlier as it was under the obsolete CONFIG_OF_FLAT_TREE,
55327     but was missed.  Only, the sbc8641d was nominally still using it.
55328     It all got ripped out, and the funcality that was in ft_board_setup()
55329     was refactored to remove the CPU portions into the new file
55330     cpu/mpc86xx/fdt.c instead.  Make sbc8641d use this now.
55331
55332     Based loosely on an original patch from joe.hamman@embeddedspecialties.com
55333
55334     Signed-off-by: Jon Loeliger <jdl@freescale.com>
55335
55336 commit 04efddc87c50c84f85dad5c331c634a6ce830a83
55337 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
55338 Date:   Sun Feb 17 23:35:31 2008 +0100
55339
55340     mpc86xx: Fix unused variable 'config' and 'immap'
55341
55342     and remove useless CONFIG_DDR_INTERLEAVE
55343
55344     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
55345
55346 commit 83d1b3876695c4f21faff2b731d9ef83f38ed208
55347 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
55348 Date:   Sun Feb 17 23:03:36 2008 +0100
55349
55350     mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law'
55351
55352     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
55353
55354 commit b6f29c84c208a091f95a10cbc9852d729659ba20
55355 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
55356 Date:   Sun Feb 17 14:15:31 2008 +0100
55357
55358     s3c24x0: Fix unused variable 'i' in function 'serial_init_dev'
55359
55360     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
55361
55362 commit 0937b8d869fdb42d6ad4fe312958639bd62c973f
55363 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
55364 Date:   Sun Feb 17 14:15:32 2008 +0100
55365
55366     pxa: fix assignment from incompatible pointer type
55367
55368     fix mmc_bread function prototype
55369
55370     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
55371
55372 commit 64d792063fff90b8118179b092feee09fe5cae13
55373 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
55374 Date:   Sun Feb 17 14:15:30 2008 +0100
55375
55376     at91cap9adk: fix implicit declaration of function 'eth_init'
55377
55378     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
55379
55380 commit 375c4353db8f900f7ec772e26fab116ec00f7d3a
55381 Author: Wolfgang Denk <wd@denx.de>
55382 Date:   Sun Feb 17 15:43:44 2008 +0100
55383
55384     Remove files added by mistake, update CHANGELOG.
55385
55386     Signed-off-by: Wolfgang Denk <wd@denx.de>
55387
55388 commit b738654d3c84a30f2bfd9a8d7652ff20807c890c
55389 Author: Mike Nuss <mike@terascala.com>
55390 Date:   Wed Feb 6 11:10:11 2008 -0500
55391
55392     PPC440EPx: Optionally enable second I2C bus
55393
55394     The option CONFIG_I2C_MULTI_BUS does not have any effect on Sequoia, the
55395     PPC440EPx reference platform, because IIC1 is never enabled. Add Sequoia board
55396     code to turn on IIC1 if CONFIG_I2C_MULTI_BUS is selected.
55397
55398     Signed-off-by: Mike Nuss <mike@terascala.com>
55399     Cc: Stefan Roese <sr@denx.de>
55400
55401 commit ef5b4f221c22d05770878513951745f236b5b43f
55402 Author: Niklaus Giger <niklaus.giger@netstal.com>
55403 Date:   Tue Feb 5 10:26:44 2008 +0100
55404
55405     ppc4xx: HCU4/5. Cleanup configs
55406
55407     - hcu4.h: Removed define of CONFIG_PPC405GPr
55408     - Corrected phy addresses
55409     - Fix boot variables
55410     - Respect line length of 80 chars
55411
55412     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
55413
55414 commit 74973126d1be63ac75bdc192f46234dca3a7c421
55415 Author: Niklaus Giger <niklaus.giger@netstal.com>
55416 Date:   Tue Feb 5 11:31:28 2008 +0100
55417
55418     ppc4xx: HCU4/5. Cleanups
55419
55420     - Fix some coding style violations.
55421     - Use in/out_u16/32 where appropriate.
55422     - Use register names from ppc405.h.
55423     - Fix trace useage for Lauterbach.
55424     - Remove obsolete generation HCU2.
55425     - Renamed fixed_hcu4_sdram to init_ppc405_sdram.
55426
55427     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
55428
55429 commit 8cc10d06b833ed917a19ad358c8ebbed8bc19555
55430 Author: Niklaus Giger <niklaus.giger@netstal.com>
55431 Date:   Tue Feb 5 10:26:41 2008 +0100
55432
55433     ppc4xx: PPC405GPr fix missing register definitions
55434
55435     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
55436
55437 commit 214398d9cb22268d9d4f7563359edca0f78297a2
55438 Author: Larry Johnson <lrj@acm.org>
55439 Date:   Fri Jan 18 21:49:05 2008 -0500
55440
55441     ppc4xx: Beautify configuration files for Sequoia and Korat boards
55442
55443     Signed-off-by: Larry Johnson <lrj@acm.org>
55444
55445 commit 30c6a241e88499f536e86d325759e29ba00ff67f
55446 Author: Anatolij Gustschin <agust@denx.de>
55447 Date:   Fri Feb 15 20:09:01 2008 +0100
55448
55449     Wipe out assembler warnings while compiling x86 biosemu
55450
55451     This patch tries to get rid of some assembler warnings about
55452     changed .got2 section type while compiling x86 bios emulator
55453     code.
55454
55455     Signed-off-by: Anatolij Gustschin <agust@denx.de>
55456
55457 commit 67a4389e39ad853d65b72e2b7cad15c7e8291147
55458 Author: Wolfgang Denk <wd@denx.de>
55459 Date:   Fri Feb 15 00:57:09 2008 +0100
55460
55461     Prepare v1.3.2-rc1 release candidate
55462
55463 commit f33e9653c9c09868995d788511d573771c209fe5
55464 Author: Anatolij Gustschin <agust@denx.de>
55465 Date:   Fri Feb 15 00:13:20 2008 +0100
55466
55467     Fix compile warning on lib_ppc/board.c
55468
55469     Signed-off-by: Anatolij Gustschin <agust@denx.de>
55470
55471 commit e5c6f9f8bec4dff9603419161e3a15cc8ad5d5f4
55472 Author: Anatolij Gustschin <agust@denx.de>
55473 Date:   Thu Feb 14 18:22:04 2008 +0100
55474
55475     Add Radeon Mobility 9200 pci device id to the radeon driver
55476
55477     This patch extends PCI device id table of the
55478     radeon driver so that the driver will also support
55479     Radeon Mobility 9200 (M9+) based boards.
55480
55481     Signed-off-by: Anatolij Gustschin <agust@denx.de>
55482
55483 commit 1b8607e1f7143548c6062c28371449ec69588c00
55484 Author: Anatolij Gustschin <agust@denx.de>
55485 Date:   Thu Feb 14 18:19:50 2008 +0100
55486
55487     Extend ATI Radeon driver to support more video modes
55488
55489     Adds ATI Radeon 9200 support for 1280x1024, 1024x768,
55490     800x600, 640x480 at 24, 16 and 8 bpp.
55491
55492     Signed-off-by: Anatolij Gustschin <agust@denx.de>
55493
55494 commit 4124382de029d361162a4b8cecc773eb8f26e2a8
55495 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
55496 Date:   Sun Feb 10 17:05:20 2008 +0100
55497
55498     xsengine: fix typo and few coding style
55499
55500     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
55501
55502 commit 6f4abee789b6d9be3ec4b97ad48f509355559e9e
55503 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
55504 Date:   Fri Feb 8 21:25:58 2008 +0100
55505
55506     Fix wrong memory limit calculation in memory-test
55507
55508     If the length of the memory address range passed to the "mtest" command is
55509     not of the form 2^x - 1, not all address lines are tested. This bug is
55510     inherited from the original software at
55511     http://www.netrino.com/Embedded-Systems/How-To/Memory-Test-Suite-C. Fix
55512     this.
55513
55514     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
55515
55516 commit 7e30f5eac7f07082a7ca77b7d91b944a8d0af6db
55517 Author: Wolfgang Denk <wd@denx.de>
55518 Date:   Fri Feb 15 00:11:39 2008 +0100
55519
55520     Coding STyle cleanup.
55521
55522     Signed-off-by: Wolfgang Denk <wd@denx.de>
55523
55524 commit f6921e3dc331293c873ec4d109fd5517a42a90b3
55525 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
55526 Date:   Tue Feb 5 13:30:43 2008 +0900
55527
55528     sh: Fix register address of SH7722
55529
55530     The address of SH7722 is wrong by old document.
55531     This patch fixes this problem.
55532
55533     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
55534
55535 commit 0ec7a061fb1c277f6afd73d61dd71bd21e7ef7b2
55536 Author: Mike Frysinger <vapier@gentoo.org>
55537 Date:   Mon Feb 4 17:44:23 2008 -0500
55538
55539     only update version header as needed
55540
55541     Constantly rebuilding the version header will force useless relinking, so we
55542     simply need to compare the new header with the existing one before updating
55543     it.
55544
55545     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
55546
55547 commit 208447f8e953f347425eb92c8e28d59e6d911363
55548 Author: Mike Frysinger <vapier@gentoo.org>
55549 Date:   Mon Jan 28 05:56:19 2008 -0500
55550
55551     Do not specify a CROSS_COMPILE default when executing size
55552
55553     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
55554
55555 commit 1f780aa6f17a5d79791d69ec1d2f66d76ac45d8e
55556 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
55557 Date:   Wed Feb 13 11:19:19 2008 +0100
55558
55559     Fix return value of mtest when CFG_ALT_MEMTEST set
55560
55561     Fix a missing return statement from a non-void function.
55562
55563     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
55564
55565 commit 943afa229cf5bf70ef917c7eb6bd0db59a1ba602
55566 Author: Timur Tabi <timur@freescale.com>
55567 Date:   Wed Jan 9 14:35:26 2008 -0600
55568
55569     85xx, 86xx: Determine I2C clock frequencies and store in global_data
55570
55571     Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx.
55572
55573     Update the get_clocks() function in 85xx and 86xx to determine the I2C
55574     clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk.
55575
55576     Signed-off-by: Timur Tabi <timur@freescale.com>
55577
55578 commit b931b3a9c3bdfaaeaa71e57a6026eec726005b08
55579 Author: Wolfgang Denk <wd@denx.de>
55580 Date:   Thu Feb 14 23:18:01 2008 +0100
55581
55582     TQM834x: clean up configuration
55583
55584     Get board name consistent with Linux and elsewhere;
55585     get rid of local network definitions etc.
55586
55587     Signed-off-by: Wolfgang Denk <wd@denx.de>
55588
55589 commit 38cc09c55b1d7f233789052c6fc462e5377669a9
55590 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
55591 Date:   Thu Feb 14 08:02:12 2008 +0100
55592
55593     TFTP: fix search of ':' in BootFile
55594
55595     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
55596
55597 commit 0bc9efada170096c6b273f19165e32936d330d80
55598 Author: Wolfgang Denk <wd@denx.de>
55599 Date:   Thu Feb 14 22:46:55 2008 +0100
55600
55601     Coding style cleanup; update CHANGELOG.
55602
55603     Signed-off-by: Wolfgang Denk <wd@denx.de>
55604
55605 commit e7670f6c1e52ae6d2a43ff75a8bcfa7a5c86e47b
55606 Author: Wolfgang Denk <wd@denx.de>
55607 Date:   Thu Feb 14 22:43:22 2008 +0100
55608
55609     PPC: Use r2 instead of r29 as global data pointer
55610
55611     R29 was an unlucky choice as with recent toolchains (gcc-4.2.x) gcc
55612     will refuse to use load/store multiple insns; instead, it issues a
55613     list of simple load/store instructions upon function entry and exit,
55614     resulting in bigger code size, which in turn makes the build for a
55615     few boards fail.
55616
55617     Use r2 instead.
55618
55619     Signed-off-by: Wolfgang Denk <wd@denx.de>
55620
55621 commit 3c234efa693bc59906c2be55c7918ecbb55392ea
55622 Author: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
55623 Date:   Wed Jan 30 09:08:49 2008 +0100
55624
55625     ARM: make the machid configurable via the environment
55626
55627     If the variable "machid" exists, let do_bootm_linux use that instead
55628     of bd->bi_arch_number.
55629
55630     Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
55631
55632 commit dd24058407c5add45cc60aec6c757ddc1a17e1b0
55633 Author: Vlad Lungu <vlad@comsys.ro>
55634 Date:   Wed Jan 23 16:34:46 2008 +0200
55635
55636     Use #ifdef CONFIG_FSLDMAFEC
55637
55638     MCD_tasks.c lacks [subject] so compilation of mips targets (and more, probably)
55639     fails
55640
55641     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
55642
55643 commit 26c7bab81e08dc7bd696c48f753428a829629bd8
55644 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
55645 Date:   Sat Jan 19 10:25:59 2008 +0900
55646
55647     common/miiphyutil.c: Cleanup MII_DEBUG and debug()
55648
55649     Current MII_DEBUG is confusing in two ways. One is useless define-then-
55650     undef at the top of the file. The other is there is only one debug() in
55651     this file, and that doesn't seem worthwhile to bother having MII_DEBUG.
55652     While there are many useful printf()/puts() debug codes, but they are for
55653     DEBUG, not for MII_DEBUG.
55654
55655     This patch tries to put them all together into MII_DEBUG and debug().
55656
55657     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
55658
55659 commit 751b9b5189f3274b03c809172631316d6b002c82
55660 Author: Kyungmin Park <kmpark@infradead.org>
55661 Date:   Thu Jan 17 16:43:25 2008 +0900
55662
55663     OneNAND Initial Program Loader (IPL) support
55664
55665     This patch enables the OneNAND boot within U-Boot.
55666     Before this work, we used another OneNAND IPL called X-Loader based
55667     on open source. With this work, we can build the oneboot.bin image
55668     without other program.
55669
55670     The build sequence is simple.
55671     First, it compiles the u-boot.bin
55672     Second, it compiles OneNAND IPL
55673     Finally, it becomes the oneboot.bin from OneNAND IPL and u-boot.bin
55674     The mechanism is similar with NAND boot except it boots from itself.
55675
55676     Another thing is that you can only use the OneNAND IPL only to work
55677     other bootloader such as RedBoot and so on.
55678
55679     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
55680
55681 commit 21f6f9636f0e978397548751347425fbf8d42bb3
55682 Author: Andy Fleming <afleming@freescale.com>
55683 Date:   Wed Jan 16 13:06:59 2008 -0600
55684
55685     Fix CONFIG_MMC usage in fat code
55686
55687     A #if statement in fat.c depended on CONFIG_MMC, instead of
55688     defined(CONFIG_MMC).  This meant CONFIG_MMC needed to be defined
55689     as "1" rather than just defined.  Now it's better.
55690
55691     Signed-off-by: Andy Fleming <afleming@freescale.com>
55692
55693 commit f57d7d364ce189e39b0a64338d2f8012c074a2bd
55694 Author: Rafal Jaworowski <raj@semihalf.com>
55695 Date:   Tue Jan 15 12:52:31 2008 +0100
55696
55697     ppc: Refactor cache routines, so there is only one common set.
55698
55699     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
55700
55701 commit 3f2ac8f928c76cbd2374437b2d079f8b4324aaba
55702 Author: Jon Loeliger <jdl@jdl.com>
55703 Date:   Wed Jan 23 15:55:02 2008 -0600
55704
55705     86xx: Fix compilation warning in sys_eprom.c
55706
55707     sys_eeprom.c:82:9: warning: unknown escape sequence '\/'
55708
55709     Signed-off-by: Jon Loeliger <jdl@freescale.com>
55710
55711 commit 65230107025733e89e28fd5e5cfd916d4953c28a
55712 Author: Haavard Skinnemoen <hskinnemoen at>
55713 Date:   Fri Feb 22 11:40:50 2008 +0000
55714
55715     Move AT91RM9200DK board support under board/atmel
55716
55717     We already have a vendor subdir for Atmel, so we should use it.
55718
55719     Signed-off-by: Haavard Skinnemoen <hskinnemoen <at> atmel.com>
55720
55721 commit 6d0943a6be99977d6d853d51749e9963d68eb192
55722 Author: Andreas Engel <andreas.engel@ericsson.com>
55723 Date:   Mon Jan 14 09:06:52 2008 +0000
55724
55725     ARM: cleanup duplicated exception handlingcode
55726
55727     Move duplicated exception handling code into lib_arm.
55728
55729     Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
55730
55731 commit ea8d989f4ef8203e1c0291e62435a8c62e3cfb29
55732 Author: Timo Tuunainen <timo.tuunainen@sysart.fi>
55733 Date:   Fri Feb 1 10:09:03 2008 +0000
55734
55735     Support for Artila M-501 starter kit
55736
55737     Kimmo Leppala / Sysart and
55738     Timo Tuunainen / Sysart
55739
55740 commit 9604b6e53ddae4fe00a488cbcd6b0e6cb344bccc
55741 Author: Stelian Pop <stelian@popies.net>
55742 Date:   Mon Feb 11 10:50:19 2008 +0000
55743
55744     AT91CAP9 support
55745
55746     ---------------------------------
55747
55748     read_dataflash() takes a signed char pointer as a parameter. Silence a
55749     few warnings dues to incorrect parameter types in env_dataflash.c.
55750
55751     Signed-off-by: Stelian Pop <stelian@popies.net>
55752
55753 commit 64e8a06af68cda174a8a06d0a61fce5e5bb189d7
55754 Author: Stelian Pop <stelian@popies.net>
55755 Date:   Thu Feb 7 09:42:57 2008 +0000
55756
55757     AT91CAP9 support : move board files to Atmel vendor directory.
55758
55759     AT91CAP9 support : move at91cap9adk board files to Atmel vendor directory.
55760
55761     Signed-off-by: Stelian Pop <stelian@popies.net>
55762
55763 commit 7263ef191b87da94768f762c7093bedeb70db98f
55764 Author: Stelian Pop <stelian at>
55765 Date:   Thu Jan 3 21:15:56 2008 +0000
55766
55767     AT91CAP9 support : MACB changes
55768
55769     Signed-off-by: Stelian Pop <stelian <at> popies.net>
55770     Acked-by: Haavard Skinnemoen <hskinnemoen <at> atmel.com>
55771
55772 commit 6afcabf11d7321850f4feaadfee841488ace54c5
55773 Author: Stelian Pop <stelian@popies.net>
55774 Date:   Thu Feb 7 16:37:54 2008 +0000
55775
55776     AT91CAP9 support : board/ files
55777
55778     Signed-off-by: Stelian Pop <stelian@popies.net>
55779
55780 commit fefb6c10928caa9e71335cad64dcb65c83fce8ab
55781 Author: Stelian Pop <stelian at>
55782 Date:   Wed Jan 30 21:15:54 2008 +0000
55783
55784     AT91CAP9 support : cpu/ files
55785
55786     Signed-off-by: Stelian Pop <stelian <at> popies.net>
55787
55788 commit fa506a926cec348805143576c941f8e61b333cc0
55789 Author: Stelian Pop <stelian@popies.net>
55790 Date:   Thu Jan 31 21:15:53 2008 +0000
55791
55792     AT91CAP9 support : include/ files
55793
55794     Signed-off-by: Stelian Pop <stelian@popies.net>
55795
55796 commit 20b197c6f2799af399a68f96a1aff543a75621b8
55797 Author: Stelian Pop <stelian@popies.net>
55798 Date:   Sun Jan 20 19:49:21 2008 +0000
55799
55800     AT91CAP9 support : build integration
55801
55802     Signed-off-by: Stelian Pop <stelian@popies.net>
55803
55804 commit d49fe4bed5b69ec910909d1bd62da23ecd8801fd
55805 Author: Stelian Pop <stelian@popies.net>
55806 Date:   Sun Jan 20 21:07:00 2008 +0000
55807
55808     Improve DataFlash CS definition.
55809
55810     Use a structure instead of the error prone unnamed array to
55811     define the possible dataflash banks.
55812
55813     Signed-off-by: Stelian Pop <stelian@popies.net>
55814
55815 commit a6cdd21b56014208706238712a853a9e9a0a2290
55816 Author: Stelian Pop <stelian@popies.net>
55817 Date:   Sat Jan 19 21:09:35 2008 +0000
55818
55819     Fix arm926ejs compile when SKIP_LOWLEVEL_INIT is on
55820
55821     Fix arm926ejs compile when SKIP_LOWLEVEL_INIT is on.
55822
55823     cpu/arm926ejs/start.o: In function `cpu_init_crit':
55824     .../cpu/arm926ejs/start.S:227: undefined reference to `lowlevel_init'
55825
55826     Signed-off-by: Stelian Pop <stelian@popies.net>
55827
55828 commit ea686f52e45b3df2938866d3f5a98bb2556dfe2b
55829 Author: Peter Pearse <peter.pearse@arm.com>
55830 Date:   Fri Feb 1 16:50:24 2008 +0000
55831
55832     Fix timer overflow in DaVinci
55833     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
55834
55835 commit f4e7cbfcb0fcbc325a2bcfea7e00e3dd37f93846
55836 Author: Peter Pearse <peter.pearse@arm.com>
55837 Date:   Fri Feb 1 16:49:08 2008 +0000
55838
55839     Update board NetStar
55840     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
55841
55842 commit b7f6193e76651e1fd606e46eb11915b53cb6618b
55843 Author: Niklaus Giger <niklaus.giger@netstal.com>
55844 Date:   Tue Feb 5 10:26:42 2008 +0100
55845
55846     ppc4xx: HCU4/5. Fix make O=../xx
55847
55848     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
55849
55850 commit 29e3500cbc43c89eff6e720ca83e375deeecd9b3
55851 Author: Larry Johnson <lrj@acm.org>
55852 Date:   Tue Jan 22 08:51:59 2008 -0500
55853
55854     ppc4xx: Add CONFIG_4xx_DCACHE compile switch to Denali-core SPD code
55855
55856     Signed-off-by: Larry Johnson <lrj@acm.org>
55857
55858 commit fe891ecf4d187e9d11dde869ed4623af52b54451
55859 Author: Hiroshi Ito <ito@mlb.co.jp>
55860 Date:   Thu Jan 31 18:35:04 2008 +0900
55861
55862     NFS Timeout with large files.
55863
55864     Retry to send NFS packet before reaching timeout.
55865
55866     Signed-off-by: Hiroshi Ito <ito@mlb.co.jp>
55867
55868 commit 88f72527f5b89c0905ad5c36cc2ef8d29dd6bbf0
55869 Author: Johannes Stezenbach <js@sig21.net>
55870 Date:   Tue Jan 29 00:11:25 2008 +0100
55871
55872     Add dependencies to avoid race conditions with parallel make.
55873
55874     Signed-off-by: Johannes Stezenbach <js@sig21.net>
55875
55876 commit 6d1b6f9f89c815eaca44acff8e73ece7181f61b6
55877 Author: Mike Frysinger <vapier@gentoo.org>
55878 Date:   Mon Jan 28 05:46:01 2008 -0500
55879
55880     Mark board_init_[fr] as noreturn
55881
55882     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
55883
55884 commit 161b2af4d7b48fd602ce333c355a4df0337892bb
55885 Author: Mike Frysinger <vapier@gentoo.org>
55886 Date:   Mon Jan 28 05:28:50 2008 -0500
55887
55888     Only use TEXT_BASE if defined by the board
55889
55890     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
55891
55892 commit 1b769881750030f10743808b9d6013e11f559350
55893 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
55894 Date:   Fri Jan 25 07:54:47 2008 +0100
55895
55896     Fix remaining CONFIG_COMMANDS
55897
55898     update comments
55899     Fix coding style
55900
55901     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
55902
55903 commit 0c9d42e6b0b83d507335a291e3ea99240038f4b9
55904 Author: Niklaus Giger <niklaus.giger@netstal.com>
55905 Date:   Mon Jan 21 16:46:00 2008 +0100
55906
55907     Add *~ to .gitignore
55908
55909     One should never add a backup file ending in with ~ to the git repository.
55910
55911     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
55912
55913 commit 3cfb0c51b2bb5ede54eca85ace5b1ba12be314b0
55914 Author: Kumar Gala <galak@kernel.crashing.org>
55915 Date:   Thu Jan 17 00:02:10 2008 -0600
55916
55917     Remove duplicate defines for ARRAY_SIZE
55918
55919     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
55920
55921 commit c77ce474b1c57b13e9d36d9830f147966c143694
55922 Author: Stelian Pop <stelian@popies.net>
55923 Date:   Mon Jan 14 22:08:14 2008 +0100
55924
55925     Fix incorrect address test in AT91F_DataflashSelect().
55926
55927     Signed-off-by: Stelian Pop <stelian@popies.net>
55928
55929 commit d9ad115bbf7bb0842de7dbd2502b7e430f83cc3d
55930 Author: Kumar Gala <galak@kernel.crashing.org>
55931 Date:   Wed Feb 13 15:09:58 2008 -0600
55932
55933     Fix building of fdt_support.c if DEBUG set
55934
55935     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
55936
55937 commit ccd6e1464e5396bc1a9aebf7077ddf4342eafe03
55938 Author: Jon Loeliger <jdl@freescale.com>
55939 Date:   Tue Feb 12 14:53:28 2008 -0600
55940
55941     Add CFG_MPC86xx_DDR_ADDR and CFG_MPC86xx_DDR2_ADDR symbols
55942
55943     These replace direct structure references for IMMR sections.
55944
55945     Signed-off-by: Jon Loeliger <jdl@freescale.com>
55946
55947 commit c62776be8dca4097ca03d4f9415f08d4887b45d0
55948 Author: Wolfgang Denk <wd@denx.de>
55949 Date:   Tue Feb 12 00:45:06 2008 +0100
55950
55951     Get rid of "#undef DEBUG" from board config files.
55952
55953     Signed-off-by: Wolfgang Denk <wd@denx.de>
55954
55955 commit 73bf1e2de7862bcdbd5a9f993b3e84b67c8ea9c8
55956 Author: Timur Tabi <timur@freescale.com>
55957 Date:   Tue Jan 15 17:09:41 2008 -0600
55958
55959     Remove #undef DEBUG from MPC83xx board header files
55960
55961     Remove the "#undef DEBUG" line from all Freescale 83xx board header files.
55962     The inclusion of this line makes it impossible to enable debug code in
55963     other source files, because "#define DEBUG" typically needs to be defined
55964     before any header files are included.
55965
55966     Signed-off-by: Timur Tabi <timur@freescale.com>
55967
55968 commit 69018ce2e086e9caf35b914d675b82bc4888f077
55969 Author: Kumar Gala <galak@kernel.crashing.org>
55970 Date:   Thu Jan 17 08:25:45 2008 -0600
55971
55972     QE: Move FDT support into a common file
55973
55974     Move the flat device tree setup for QE related devices into
55975     a common file shared between 83xx & 85xx platforms that have QE's.
55976
55977     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
55978
55979 commit 5cf746c303710329f8040d9c62ee354313e3e91f
55980 Author: Marian Balakowicz <m8@semihalf.com>
55981 Date:   Thu Jan 31 13:59:09 2008 +0100
55982
55983     [new uImage] Move kernel data find code to get_kernel() routine
55984
55985     Verification of the kernel image (in old format) and finding kernel
55986     data is moved to a dedicated routine. The routine will also hold
55987     support for, to be added, new image format.
55988
55989     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
55990
55991 commit 7b325454fd231d4273de3fe373850f777fb086bf
55992 Author: Marian Balakowicz <m8@semihalf.com>
55993 Date:   Thu Jan 31 13:58:20 2008 +0100
55994
55995     [new uImage] Cleanup FDT handling in PPC do_boot_linux()
55996
55997     Move FDT blob finding and relocation to a dedicated
55998     get_fdt() routine. It increases code readability and
55999     will make adding support for new uImage format easier.
56000
56001     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
56002
56003 commit b6b0fe6460b7063ac60b9a3531ef210aedb31451
56004 Author: Marian Balakowicz <m8@semihalf.com>
56005 Date:   Thu Jan 31 13:58:13 2008 +0100
56006
56007     [new uImage] Cleanup do_botm_linux() boot allocations
56008
56009     This patch moves common pre-boot allocation steps shared between PPC
56010     and M68K to a helper routines:
56011
56012     common:
56013     - get_boot_sp_limit()
56014     - get_boot_cmline()
56015     - get_boot_kbd()
56016
56017     platform:
56018     - set_clocks_in_mhz()
56019
56020     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
56021
56022 commit ceaed2b1e54ebf14d600e02fef016c8df5cc4d40
56023 Author: Marian Balakowicz <m8@semihalf.com>
56024 Date:   Thu Jan 31 13:57:17 2008 +0100
56025
56026     [new uImage] Move ramdisk loading to a common routine
56027
56028     Ramdisk loading code, including initrd_high variable handling,
56029     was duplicated for PPC and M68K platforms. This patch creates
56030     common helper routine that is being called from both platform
56031     do_bootm_linux() routines.
56032
56033     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
56034
56035 commit 68d4f05e6b2383a442fb71f80f2a9fbb3d8def68
56036 Author: Marian Balakowicz <m8@semihalf.com>
56037 Date:   Thu Jan 31 13:55:53 2008 +0100
56038
56039     [new uImage] Removed dead ramdisk code on microblaze architectures
56040
56041     Microblaze do_bootm_linux() includes ramdisk processing code but
56042     the ramdisk does not get used anywhere later on.
56043
56044     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
56045
56046 commit 5ad03eb3854c162684222a718b44c0716ea0db03
56047 Author: Marian Balakowicz <m8@semihalf.com>
56048 Date:   Thu Jan 31 13:55:39 2008 +0100
56049
56050     [new uImage] Factor out common image_get_ramdisk() routine
56051
56052     Architecture specific do_bootm_linux() routines share common
56053     ramdisk image processing code. Move this code to a common
56054     helper routine.
56055
56056     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
56057
56058 commit d3c5eb6dd1f4ed3c3388386cf1d1bf82aa51d56b
56059 Author: Marian Balakowicz <m8@semihalf.com>
56060 Date:   Thu Jan 31 13:20:08 2008 +0100
56061
56062     [new uImage] Move FDT error printing to common fdt_error() routine
56063
56064     FDT error handling in PPC do_bootm_linux() shares the same message format.
56065     This patch moves error message printing to a helper fdt_error() routine.
56066
56067     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
56068     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
56069
56070 commit 42b73e8ee00d48004791dea64b8093fb974c57e1
56071 Author: Marian Balakowicz <m8@semihalf.com>
56072 Date:   Thu Jan 31 13:20:07 2008 +0100
56073
56074     [new uImage] Factor out common routines for getting os/arch/type/comp names
56075
56076     Move numeric-id to name translation for image os/arch/type/comp header
56077     fields to a helper routines: image_get_os_name(), image_get_arch_name(),
56078     image_get_type_name(), image_get_comp_name().
56079
56080     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
56081
56082 commit e99c26694a384221d336f6448c06a57479c0baa4
56083 Author: Marian Balakowicz <m8@semihalf.com>
56084 Date:   Thu Jan 31 13:20:07 2008 +0100
56085
56086     [new uImage] Remove standalone applications handling from boootm
56087
56088     Standalone applications are supposed to be run using the "go" command.
56089     This patch removes standalone images handling from the do_bootm().
56090
56091     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
56092
56093 commit 4a2ad5ff6400698433dd7203d34939c3c9cc9bff
56094 Author: Marian Balakowicz <m8@semihalf.com>
56095 Date:   Thu Jan 31 13:20:07 2008 +0100
56096
56097     [new uImage] Remove OF_FLAT_TREE support from PPC bootm code
56098
56099     Support for OF_FLAT_TREE is to be obsoleted in the near future,
56100     remove related code from the bootm routines.
56101
56102     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
56103
56104 commit 82850f3d32a2661868ec6876bed7a22c55cef718
56105 Author: Marian Balakowicz <m8@semihalf.com>
56106 Date:   Thu Jan 31 13:20:06 2008 +0100
56107
56108     [new uImage] Use image API in SH do_bootm_linux() routine
56109
56110     Introduce image handling API for lately added Hitachi SH architecture.
56111
56112     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
56113
56114 commit 4a995edec1ac163d9326d143ffe2b47e7543407f
56115 Author: Marian Balakowicz <m8@semihalf.com>
56116 Date:   Thu Jan 31 13:20:06 2008 +0100
56117
56118     [new uImage] Rename architecture specific bootm code files
56119
56120     Implementation of the do_bootm_linux() and other bootm helper routines is
56121     architecture specific code. As such it resides in lib_<arch> directories
56122     in files named <arch>_linux.c
56123
56124     This patch renames those files to a more clear and accurate
56125     lib_<arch>/bootm.c form.
56126
56127     List of the renamed files:
56128        lib_arm/armlinux.c -> lib_arm/bootm.c
56129        lib_avr32/avr32_linux.c -> lib_avr32/bootm.c
56130        lib_blackfin/bf533_linux.c -> lib_blackfin/bootm.c
56131        lib_i386/i386_linux.c -> lib_i386/bootm.c
56132        lib_m68k/m68k_linux.c -> lib_m68k/bootm.c
56133        lib_microblaze/microblaze_linux.c -> lib_microblaze/bootm.c
56134        lib_mips/mips_linux.c -> lib_mips/bootm.c
56135        lib_nios/nios_linux.c -> lib_nios/bootm.c
56136        lib_nios2/nios_linux.c -> lib_nios2/bootm.c
56137        lib_ppc/ppc_linux.c -> lib_ppc/bootm.c
56138        lib_sh/sh_linux.c -> lib_sh/bootm.c
56139
56140     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
56141
56142 commit 7582438c285bf0cef82909d0f232de64ec567a8a
56143 Author: Marian Balakowicz <m8@semihalf.com>
56144 Date:   Thu Jan 31 13:20:06 2008 +0100
56145
56146     [new uImage] Return error on image move/uncompress overwrites
56147
56148     Check for overwrites during image move/uncompress, return with error
56149     when the original image gets corrupted. Report clear message to the user
56150     and prevent further troubles when pointer to the corrupted images is passed
56151     to do_bootm_linux routine.
56152
56153     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
56154
56155 commit f13e7b2e993c61fed1f607962501e051940d6e80
56156 Author: Marian Balakowicz <m8@semihalf.com>
56157 Date:   Tue Jan 8 18:12:17 2008 +0100
56158
56159     [new uImage] Cleanup image header pointer use in bootm code
56160
56161     - use single image header pointer instead of a set of auxilliary variables.
56162     - add multi component image helper routines: get component size/data address
56163
56164     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
56165
56166 commit 1ee1180b6e93e56d0282ac8d943e448e9d0eab20
56167 Author: Marian Balakowicz <m8@semihalf.com>
56168 Date:   Tue Jan 8 18:17:10 2008 +0100
56169
56170     [new uImage] Cleanup cmd_bootm.c
56171
56172     - sort and cleanup headers, declarations, etc.
56173     - group related routines
56174     - cleanup indentation, white spaces
56175
56176     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
56177
56178 commit af13cdbc01eaf88880978bfb4f603e012818ba24
56179 Author: Marian Balakowicz <m8@semihalf.com>
56180 Date:   Tue Jan 8 18:11:45 2008 +0100
56181
56182     [new uImage] Add memmove_wd() common routine
56183
56184     Move common, watchdog sensible memmove code to a helper memmmove_wd() routine.
56185
56186     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
56187
56188 commit 958fc48abddeab513ea4847e34f22a2e9fe67fe1
56189 Author: Marian Balakowicz <m8@semihalf.com>
56190 Date:   Tue Jan 8 18:11:44 2008 +0100
56191
56192     [new uImage] Fix FDT header verification in PPC do_boot_linux() routine
56193
56194     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
56195
56196 commit 15158971f49255ccef54f0979a942cfd3de2ae52
56197 Author: Marian Balakowicz <m8@semihalf.com>
56198 Date:   Tue Jan 8 18:11:44 2008 +0100
56199
56200     [new uImage] Fix uImage header pointer use in i386 do_bootm_linux()
56201
56202     Use image header copy instead of a (possibly corrupted) pointer to
56203     a initial image location.
56204
56205     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
56206
56207 commit 261dcf4624b25f3c551efcf8634e9194fabba9c3
56208 Author: Marian Balakowicz <m8@semihalf.com>
56209 Date:   Tue Jan 8 18:11:44 2008 +0100
56210
56211     [new uImage] Remove I386 uImage fake_header() routine
56212
56213     I386 targets are not using a uImage format, instead fake header
56214     is added to ram image before it is further processed by bootm.
56215
56216     Remove this fixup and force proper uImage use for I386.
56217
56218     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
56219
56220 commit 559316faf7eae0614c91d77f509b57d6c4c091ba
56221 Author: Marian Balakowicz <m8@semihalf.com>
56222 Date:   Tue Jan 8 18:11:44 2008 +0100
56223
56224     [new uImage] Move CHUNKSZ definition to image.h
56225
56226     CHUNKSZ defined for PPC and M68K is set to the same value of 64K,
56227     move this definition to a common header.
56228
56229     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
56230
56231 commit 321359f20823e0b8c5ad38b64d007a6c48cda16e
56232 Author: Marian Balakowicz <m8@semihalf.com>
56233 Date:   Tue Jan 8 18:11:43 2008 +0100
56234
56235     [new uImage] Move gunzip() common code to common/gunzip.c
56236
56237     Move gunzip(), zalloc() and zfree() to a separate file.
56238     Share zalloc() and zfree() with cramfs uncompress routine.
56239
56240     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
56241
56242 commit d45d5a18b6b36688f2365623f9d550566c664b5b
56243 Author: Marian Balakowicz <m8@semihalf.com>
56244 Date:   Tue Jan 8 18:11:43 2008 +0100
56245
56246     [new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux()
56247
56248     Make CONFIG_OF_LIBFDT and CONFIG_OF_FLAT_TREE use more
56249     readable in PPC variant of do_bootm_linux() routine.
56250
56251     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
56252
56253 commit 5d3cc55ecbae277e08f5ff771da20b1d6a36ec36
56254 Author: Marian Balakowicz <m8@semihalf.com>
56255 Date:   Tue Jan 8 18:11:43 2008 +0100
56256
56257     [new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.c
56258
56259     PPC implementation of do_bootm_linux() routine is moved to
56260     a dedicated file lib_ppc/ppc_linux.c
56261
56262     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
56263
56264 commit b97a2a0a21f279d66de8a9bdbfe21920968bcb1c
56265 Author: Marian Balakowicz <m8@semihalf.com>
56266 Date:   Tue Jan 8 18:14:09 2008 +0100
56267
56268     [new uImage] Define a API for image handling operations
56269
56270     - Add inline helper macros for basic header processing
56271     - Move common non inline code common/image.c
56272     - Replace direct header access with the API routines
56273     - Rename IH_CPU_* to IH_ARCH_*
56274
56275     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
56276
56277 commit ed29bc4e8142b46b626f67524207b36e43d9aad6
56278 Author: Marian Balakowicz <m8@semihalf.com>
56279 Date:   Thu Jan 31 13:19:58 2008 +0100
56280
56281     Add missing cmd_ximg.o to common/Makefile
56282
56283     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
56284
56285 commit 37e3c62fa07a823e7569c872e3a9395d227ed8e3
56286 Author: Grzegorz Bernacki <gjb@semihalf.com>
56287 Date:   Mon Jan 28 10:15:02 2008 +0100
56288
56289     ADS5121e: DDR2 init/timing update.
56290
56291     Signed-off-by: John Rigby <jrigby@freescale.com>
56292     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
56293
56294 commit ac9152830d7fdebace8a260b7737ef2870c21ca0
56295 Author: John Rigby <jrigby@freescale.com>
56296 Date:   Wed Jan 30 13:36:57 2008 -0700
56297
56298     Device tree updates
56299
56300     Changes to match 5121 device tree going mainline in 2.6.25.
56301
56302     Change OF_SOC from "soc5121" to plain "soc".
56303     Remove unneeded "ref-frequency" fixups.
56304     Remove "address" enetaddr fixup.
56305
56306     Add bus-frequency fixup for old OF_SOC so old
56307     kernels with old device trees will work with new
56308     u-boot with 66MHz IPS clock
56309
56310     Signed-off-by: John Rigby <jrigby@freescale.com>
56311
56312 commit de55d18df3ff2ea614624e74793de7c43520e0e7
56313 Author: John Rigby <jrigby@freescale.com>
56314 Date:   Wed Jan 30 13:36:56 2008 -0700
56315
56316     Change IPS freq to 66MHz
56317
56318     Recommended frequency is 66MHz
56319     Change divider from 4 to 3.
56320
56321     Signed-off-by: John Rigby <jrigby@freescale.com>
56322
56323 commit cd9cb62f9d8b78d6c3af5d1e9b5a3d68a3d73974
56324 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56325 Date:   Mon Jan 14 22:38:55 2008 +0100
56326
56327     xsengine: rename board_post_init to board_late_init
56328
56329     missing migration from "Cleanup of some init functions"
56330     in c837dcb1a316745092567bfe4fb266d0941884ff
56331
56332     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56333
56334 commit 8dafa87476b0d7170e219c2f5e3842c833a91807
56335 Author: Larry Johnson <lrj@acm.org>
56336 Date:   Sat Jan 12 23:35:33 2008 -0500
56337
56338     Add attribute POST_PREREL to ECC memory POST
56339
56340     Signed-off-by: Larry Johnson <lrj@acm.org>
56341
56342 commit ed2cf548cac80cd3cf8154dcfe7b2685bef45938
56343 Author: Kumar Gala <galak@kernel.crashing.org>
56344 Date:   Thu Jan 17 08:25:45 2008 -0600
56345
56346     QE: Move FDT support into a common file
56347
56348     Move the flat device tree setup for QE related devices into
56349     a common file shared between 83xx & 85xx platforms that have QE's.
56350
56351     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
56352
56353 commit d38da537943cd36356b9d3d9d9b60533554b81d8
56354 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
56355 Date:   Wed Jan 23 17:20:14 2008 +0100
56356
56357     AVR32: Make SDRAM refresh rate configurable
56358
56359     The existing code assumes the SDRAM row refresh period should always
56360     be 15.6 us. This is not always true, and indeed on the ATNGW100, the
56361     refresh rate should really be 7.81 us.
56362
56363     Add a refresh_period member to struct sdram_info and initialize it
56364     properly for both ATSTK1000 and ATNGW100. Out-of-tree boards will
56365     panic() until the refresh_period member is updated properly.
56366
56367     Big thanks to Gerhard Berghofer for pointing out this issue.
56368
56369     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
56370
56371 commit 61151cccb660cdb06a07fb283de6089913d7bde0
56372 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
56373 Date:   Thu Apr 19 10:10:11 2007 +0200
56374
56375     ATSTK1000: Fix potential flash programming bug
56376
56377     The (now obsolete) atngw100 flash programming code was having problems
56378     programming the onboard at49bv642 chip. The atstk1000 flash
56379     programming code may have the same bug, so import fix for this problem
56380     from the AVR32 Linux BSP.
56381
56382     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
56383
56384 commit b2e1d5b64469f10dfcce27f7b0afd935684a8e11
56385 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
56386 Date:   Thu Nov 22 17:04:13 2007 +0100
56387
56388     ATSTK1004: Fix comment about default load address
56389
56390     The default load address is SDRAM + 2MB, not SDRAM + 4MB. The latter
56391     wouldn't have worked anyway since the board can only access 4MB of
56392     SDRAM.
56393
56394     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
56395
56396 commit 8269ab53608d8db2aa06969c337ab0b0518211e5
56397 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
56398 Date:   Thu Nov 22 17:01:24 2007 +0100
56399
56400     ATSTK1002: Use SDRAM + 4MB as default load address
56401
56402     Many people run into problems when they compile a big kernel and load
56403     the uImage at the default SDRAM + 2MB address as the kernel will
56404     overwrite the uImage as it is being unpacked. Increase the default
56405     load address so that we can load a 4MB kernel image without any
56406     problems.
56407
56408     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
56409
56410 commit 2bcacc2d841b77f3d2d3910db722003742727e9f
56411 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
56412 Date:   Thu Nov 22 16:51:39 2007 +0100
56413
56414     ATNGW100: Fix default mtest range
56415
56416     Let mtest cover the whole SDRAM except the last megabyte, which is
56417     where u-boot lives.
56418
56419     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
56420
56421 commit 9856a6b3104e0bc210b0868dfe691c52bf03c227
56422 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
56423 Date:   Tue Jan 22 15:31:56 2008 +0900
56424
56425     sh: Fix register address of SH7722.
56426
56427     The address of SH7722 is wrong by old document.
56428     This patch fixes this problem.
56429
56430     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
56431
56432 commit 30942b18b66f35f2ceedab39af10e9eccaa943cc
56433 Author: Mike Frysinger <vapier@gentoo.org>
56434 Date:   Mon Feb 4 19:26:57 2008 -0500
56435
56436     new command for displaying strings at specified memory locations
56437
56438     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
56439
56440 commit b58d8b48e25b0c866d167cc577f118f528cd9e0a
56441 Author: Mike Frysinger <vapier@gentoo.org>
56442 Date:   Mon Feb 4 19:26:57 2008 -0500
56443
56444     rewrite/cleanup Blackfin RTC driver
56445
56446     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
56447
56448 commit 94a91e248b71c3ff951fc27cff6909e82ca37d15
56449 Author: Mike Frysinger <vapier@gentoo.org>
56450 Date:   Mon Feb 4 19:26:57 2008 -0500
56451
56452     generate u-boot.ldr for Blackfin targets
56453
56454     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
56455
56456 commit b779f7a59530436040f157f7841db7ab796542df
56457 Author: Mike Frysinger <vapier@gentoo.org>
56458 Date:   Mon Feb 4 19:26:57 2008 -0500
56459
56460     scrub unused symbols
56461
56462     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
56463
56464 commit cc2977acc3bbbb7850f16645dd1081f95335868d
56465 Author: Mike Frysinger <vapier@gentoo.org>
56466 Date:   Mon Feb 4 19:26:57 2008 -0500
56467
56468     move Blackfin cpu object list to respective cpu directories
56469
56470     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
56471
56472 commit d0b01a246d0a351bc7dce1d0c9cf6aebdf6d7505
56473 Author: Mike Frysinger <vapier@gentoo.org>
56474 Date:   Mon Feb 4 19:26:57 2008 -0500
56475
56476     interface to Blackfin on-chip One-Time-Programmable memory
56477
56478     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
56479
56480 commit 4c727c77e43872d3a1d1f76a949fcb3f26a38788
56481 Author: Mike Frysinger <vapier@gentoo.org>
56482 Date:   Mon Feb 4 19:26:56 2008 -0500
56483
56484     add support for memory commands with Blackfin L1 instruction memory
56485
56486     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
56487
56488 commit 6b9097e5e7490aa7b828c6f1a1c7a0e875df8464
56489 Author: Mike Frysinger <vapier@gentoo.org>
56490 Date:   Mon Feb 4 19:26:56 2008 -0500
56491
56492     use C code rather than inline assembly
56493
56494     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
56495
56496 commit 97c26e006d2fa6d4e1560933ee6f385d8b8908b9
56497 Author: Mike Frysinger <vapier@gentoo.org>
56498 Date:   Mon Feb 4 19:26:56 2008 -0500
56499
56500     add Blackfin-specific reginfo command
56501
56502     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
56503
56504 commit 0858b835e7ea501ea084d34cef75932f098342bb
56505 Author: Mike Frysinger <vapier@gentoo.org>
56506 Date:   Mon Feb 4 19:26:55 2008 -0500
56507
56508     add support for Blackfin symbol prefixes to examples
56509
56510     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
56511
56512 commit 8dc48d71a4be753ea9f84956cd33600de35fad04
56513 Author: Mike Frysinger <vapier@gentoo.org>
56514 Date:   Mon Feb 4 19:26:55 2008 -0500
56515
56516     add Blackfin-specific bdinfo command
56517
56518     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
56519
56520 commit 0003613e3c7df3b84b2cb92e797d77f46f15a43a
56521 Author: Mike Frysinger <vapier@gentoo.org>
56522 Date:   Mon Feb 4 19:26:55 2008 -0500
56523
56524     move -ffixed-P5 to blackfin_config.mk and drop unused -D__BLACKFIN__
56525
56526     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
56527
56528 commit 60fa72d65610c7ef33e1d6db858979d05ff0df58
56529 Author: Mike Frysinger <vapier@gentoo.org>
56530 Date:   Mon Feb 4 19:26:55 2008 -0500
56531
56532     unify the Blackfin board targets
56533
56534     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
56535
56536 commit d4d7730853e5d675f76ec666807da3028c91d592
56537 Author: Mike Frysinger <vapier@gentoo.org>
56538 Date:   Mon Feb 4 19:26:55 2008 -0500
56539
56540     punt Blackfin VDSP headers and import sanitized/auto-generated ones
56541
56542     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
56543
56544 commit 6cfcce67671a3425229d66203386fa3cbd0cc3bd
56545 Author: Mike Frysinger <vapier@gentoo.org>
56546 Date:   Mon Feb 4 19:26:54 2008 -0500
56547
56548     always pull in asm/blackfin.h for Blackfin ports
56549
56550     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
56551
56552 commit bf53974c2ddae678d7660f2b5ccfeb0732b6f5dc
56553 Author: Mike Frysinger <vapier@gentoo.org>
56554 Date:   Mon Feb 4 19:26:54 2008 -0500
56555
56556     add missing __raw versions of Blackfin read/write io functions
56557
56558     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
56559
56560 commit 24e02d0fd3acc50e73e1a3cdd567f0a77946f15d
56561 Author: Mike Frysinger <vapier@gentoo.org>
56562 Date:   Mon Feb 4 19:26:54 2008 -0500
56563
56564     add the default Blackfin logo used by Blackfin boards with splash screens
56565
56566     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
56567
56568 commit 4c58eb5552220e425c8af6ac8d2839244a2f57b1
56569 Author: Mike Frysinger <vapier@gentoo.org>
56570 Date:   Mon Feb 4 19:26:54 2008 -0500
56571
56572     add some more Blackfin docs
56573
56574     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
56575
56576 commit 32a9f5f2160a034ea87ea651b233ef7c635e55cf
56577 Author: Mike Frysinger <vapier@gentoo.org>
56578 Date:   Mon Feb 4 19:26:54 2008 -0500
56579
56580     make smc91111_eeprom managment simpler by depending on the board configuration file rather than a hardcoded list of boards
56581
56582     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
56583
56584 commit 4087bc88cebec75c432a7fe9f6afb545b0919831
56585 Author: Mike Frysinger <vapier@gentoo.org>
56586 Date:   Mon Feb 4 19:26:54 2008 -0500
56587
56588     fix building on Blackfin as the assembler supports the .set syntax, not the = syntax, for assigning symbols
56589
56590     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
56591
56592 commit b45264ee85cbd92020640a32e02fb434fd557108
56593 Author: Mike Frysinger <vapier@gentoo.org>
56594 Date:   Mon Feb 4 19:26:53 2008 -0500
56595
56596     add gitignores for Blackfin pieces
56597
56598     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
56599
56600 commit a93907c43f847f076dd0e34ee3b69b5e8e6d0d29
56601 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56602 Date:   Fri Jan 18 01:14:03 2008 +0100
56603
56604     TFTP: add host ip addr support
56605
56606     allow to use a different server as set in serverip
56607     add CONFIG_TFTP_FILE_NAME_MAX_LEN to configure the file name length
56608     if not defined the max length will be at 128
56609
56610     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
56611
56612 commit e56b4b494cd92def577969f9678395aa22d34c9f
56613 Author: Timur Tabi <timur@freescale.com>
56614 Date:   Wed Jan 9 14:35:26 2008 -0600
56615
56616     85xx,86xx: Determine I2C clock frequencies and store in global_data
56617
56618     Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx.
56619
56620     Update the get_clocks() function in 85xx and 86xx to determine the I2C
56621     clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk.
56622
56623     Signed-off-by: Timur Tabi <timur@freescale.com>
56624
56625 commit 7ec8bb15ee368ea54d48d64867767a704d9ab4c2
56626 Author: Wolfgang Denk <wd@denx.de>
56627 Date:   Thu Dec 27 10:56:54 2007 +0100
56628
56629     OMAP5912: fix FIFO handling in UART driver
56630
56631     According to the OMAP5912 Serial Interfaces Reference Guide (see
56632     http://focus.ti.com/lit/ug/spru760c/spru760c.pdf, page 150), the
56633     FIFO_EN enable bit in the FIFO Control Register (FCR) can only be
56634     changed when the baud clock is not running, i. e. when both DLL and
56635     DLH are set to 0.
56636
56637     Thus make sure that DLL and DLH are 0 when writing the FCR.
56638
56639     Signed-off-by: Wolfgang Denk <wd@denx.de>
56640
56641 commit 16158778b5f52f201e95ded2d2d9084b0ed5670d
56642 Author: Harald Welte <laforge@openmoko.org>
56643 Date:   Wed Dec 19 15:10:52 2007 +0100
56644
56645     ARM: S3C24x0 SoC NAND controller support
56646
56647     This patch adds NAND support to the S3C24x0 SoC code in u-boot
56648
56649     Signed-off-by: Harald Welte <laforge@openmoko.org>
56650
56651 commit a7c185ed3d9f8ebd85cfc286e1ffee72e4803163
56652 Author: Harald Welte <laforge@openmoko.org>
56653 Date:   Wed Dec 19 14:24:40 2007 +0100
56654
56655     ARM: s3c24xx: Multiple serial port support
56656
56657     This patch adds support for CONFIG_SERIAL_MULTI on s3c24x0 CPU's
56658
56659     Signed-off-by: Harald Welte <laforge@openmoko.org>
56660
56661 commit a25f72f1f73a11de68251fb88c89991e202e68fa
56662 Author: Harald Welte <laforge@openmoko.org>
56663 Date:   Wed Dec 19 14:16:57 2007 +0100
56664
56665     ARM: arm920t: Allow use of 'gd' pointer from IRQ
56666
56667     This patch allows us to use the 'gd' pointer (and thus environment
56668     and everything else associated with it) from interrupt context on
56669     arm920t.
56670
56671     Signed-off-by: Harald Welte <laforge@openmoko.org>
56672
56673 commit be19bd5cd0f454b63298844a0b5377e029b2caad
56674 Author: Harald Welte <laforge@openmoko.org>
56675 Date:   Wed Dec 19 14:19:38 2007 +0100
56676
56677     ARM: arm920/s3c24xx: IRQ demulitplexer callback
56678
56679     This patch adds a IRQ demultiplexer callback to the arm920 cpu core code,
56680     plus a stub implementation of it for the S3C2410.
56681
56682     The purpose is to allow arm920t implementations such as the s3c24x0 to
56683     implement interrupt handlers in u-boot without having to touch core
56684     arm920t code.
56685
56686     Signed-off-by: Harald Welte <laforge@openmoko.org>
56687
56688 commit a41dbbd98d201d8aea31b5d21df4742c20cd7eda
56689 Author: Hebbar <gururajakr@sanyo.co.in>
56690 Date:   Tue Dec 18 16:03:07 2007 -0800
56691
56692     ARM: Display Ethernet info in do_bdinfo only if CONFIG_CMD_NET is defined
56693
56694     Add ifdef to bdinfo command to display ethernet information
56695     only if CONFIG_CMD_NET is defined for arm modules.
56696
56697     Signed-off-by: K R Gururaja Hebbar <gururajakr@sanyo.co.in>
56698
56699 commit f7ad79b6f9f0f45437b62e19b45356cc2aaf4884
56700 Author: Hebbar <gururajakr@sanyo.co.in>
56701 Date:   Tue Dec 18 16:00:54 2007 -0800
56702
56703     ARM: add I2C init function call in lib_arm/board.c
56704
56705     Adds I2C init func call to init sequence for ARM boards. This is
56706     present in ppc,blackfin and other processor init sequence.
56707
56708     Signed-off-by: K R Gururaja Hebbar <gururajakr@sanyo.co.in>
56709
56710 commit ff02f139804f3cb61414f7bbcbfdaa0279e3efae
56711 Author: Stefan Roese <sr@denx.de>
56712 Date:   Fri Feb 1 09:38:29 2008 +0100
56713
56714     ppc4xx: Fix ndfc HW ECC byte order
56715
56716     The current ndfc HW ECC implementation swaps the first two ECC bytes.
56717     But the 4xx NDFC already uses the SMC (Smart Media Card) ECC ordering,
56718     so this swapping in the HW ECC driver is bogus. This patch fixes this
56719     problem and now really uses the SMC ECC byte order.
56720
56721     Thanks to Sean MacLennan for pointing this out.
56722
56723     Signed-off-by: Stefan Roese <sr@denx.de>
56724
56725 commit e1d1429b49b0ee58c80f8c7b29c1ebaf8be7f5f1
56726 Author: Stefan Roese <sr@denx.de>
56727 Date:   Wed Jan 30 15:35:50 2008 +0100
56728
56729     ppc4xx: Fix GPIO configuration for pcs440ep
56730
56731     The SRD0_PFC0 register was not configured correctly to enable the GPIO's
56732     49-63 for GPIO. They have been configured as trace signals. This patch
56733     fixes this by clearing the corresponding bit.
56734
56735     Signed-off-by: Stefan Roese <sr@denx.de>
56736
56737 commit 28d77d968bfe0316deb5bf15c17f57d5ff2c8821
56738 Author: Stefan Roese <sr@denx.de>
56739 Date:   Wed Jan 30 14:48:28 2008 +0100
56740
56741     ppc4xx: Fix problem with init-ram bigger than 4k on 440 platforms
56742
56743     Signed-off-by: Stefan Roese <sr@denx.de>
56744
56745 commit 4fedfddf97461b88668b9aec774dfb7a0c6dc368
56746 Author: Ladislav Michl <ladis@linux-mips.org>
56747 Date:   Fri Dec 7 00:42:32 2007 +0100
56748
56749     ARM: Board voiceblue update
56750
56751     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
56752
56753 commit 2c5260f711168d5ee91c70ddbb7d897013eefc46
56754 Author: Ladislav Michl <ladis@linux-mips.org>
56755 Date:   Thu Dec 6 23:24:57 2007 +0100
56756
56757     ARM: AT91RM9200 based boards config cleanup
56758
56759     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
56760
56761     Remove nowhere used struct bd_info_ext, remove trailing whitespaces, fix
56762     indentation.
56763
56764 commit 481f28b1db5cd21deb55f69399ba240e107af4c7
56765 Author: Ladislav Michl <ladis@linux-mips.org>
56766 Date:   Thu Dec 6 22:59:16 2007 +0100
56767
56768     ARM: Fix at91rm9200dk base address
56769
56770     Somewhere during development of U-Boot-1.1.3 CONFIG_BOOTBINFUNC was
56771     renamed into CONFIG_INIT_CRITICAL which was 04 Apr 2005 replaced
56772     with CONFIG_SKIP_LOWLEVEL_INIT and CONFIG_SKIP_RELOCATE_UBOOT.
56773     However CONFIG_SKIP_LOWLEVEL_INIT has oposite meaning to
56774     CONFIG_BOOTBINFUNC, so fix configuration to reflect this fact.
56775     I'm sending this patch 4th (!) time in hope it produces at least some
56776     reaction.
56777
56778     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
56779
56780     Fix at91rm9200dk base and environment address.
56781
56782 commit c95219fae2a7add7daa2f91aedca65b1698465c7
56783 Author: stefano babic <sbabic@denx.de>
56784 Date:   Tue Nov 20 10:40:24 2007 +0100
56785
56786     MMC for PXA 27X (resubmit)
56787
56788     MMC support for X_Scale PXA is broken and does not work.
56789     Mainly, the mmc_init() function cannot recognize current SD/MMC cards.
56790     There were already some patches around the world but none of them was
56791     merged into the official u-boot tree.
56792
56793     This patch makes order fixing this issue. Resubmit after code cleanup.
56794
56795     Applied and tested on PXA 270 (TrizepsIV module).
56796
56797     Signed-off-by: Stefano Babic <sbabic@denx.de>
56798
56799 commit 96bbfa1e6625ce23a150936863b3ecf4c853eb33
56800 Author: stefano babic <sbabic@denx.de>
56801 Date:   Tue Nov 20 10:37:04 2007 +0100
56802
56803     Fix gcc issues in pxa-regs.h
56804
56805     Fix gcc4 issue. With some toolchain, a previous patch that fixes gcc4
56806     issues generates wrong code.
56807     (Problem was reported with gcc-4.0.2-glibc-2.3.6/arm-softfloat-linux-gnu).
56808     This patch fixes the problem and solves the gcc-4 issues as the linux
56809     kernel does.
56810
56811     Signed-off-by: Stefano Babic <sbabic@denx.de>
56812     Signed-off-by: Dmitry Ivanov <ivadmitry@gmail.com>
56813
56814 commit 7047b388876e7b905b2ec4edb8010543e3641b85
56815 Author: Jens Gehrlein <sew_s@tqs.de>
56816 Date:   Tue Jan 29 08:45:03 2008 +0100
56817
56818     TQM834x: enable DHCP
56819
56820     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
56821     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
56822
56823 commit a877004d44ca7dbc1e618add3eeb1da7c84e4bec
56824 Author: Jens Gehrlein <sew_s@tqs.de>
56825 Date:   Tue Jan 29 08:45:02 2008 +0100
56826
56827     TQM834x: support for Spansion N-type Flashes (sector size = 256 KiB at 2x16 Bit).
56828
56829     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
56830     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
56831
56832 commit 8931ab176025b03cfc320b3fd1eca432a88ed560
56833 Author: Ben Warren <biggerbadderben@gmail.com>
56834 Date:   Sat Jan 26 23:41:19 2008 -0500
56835
56836     Fix conditional compilation of mpx8xxx_spi driver
56837
56838     This driver should only compile if CONFIG_MPC8XXX_SPI is set
56839
56840     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
56841     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
56842
56843 commit 63f732d3d3880feb531f48af247c025bf01462b0
56844 Author: Rafal Jaworowski <raj@semihalf.com>
56845 Date:   Tue Jan 29 17:00:34 2008 +0100
56846
56847     API: Provide dummy halt() in the glue layer.
56848
56849     This fixes a demo app link failure on platforms configured with CONFIG_PANIC_HANG.
56850
56851     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
56852
56853 commit 0dc1fc22af86d16993388d9ed9630dbaa2d51826
56854 Author: Rafal Jaworowski <raj@semihalf.com>
56855 Date:   Tue Jan 29 16:57:38 2008 +0100
56856
56857     API: Convert conditional building to the new scheme.
56858
56859     This fixes a build breakage with CONFIG_API enabled, which appeared after
56860     the recent changes in the U-Boot build system.
56861
56862     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
56863
56864 commit 98b742489c09780be6a832eeaa4e5eff824792bb
56865 Author: Wolfgang Denk <wd@denx.de>
56866 Date:   Fri Jan 25 09:56:17 2008 +0100
56867
56868     inka4x0: remove dead code
56869
56870     Signed-off-by: Wolfgang Denk <wd@denx.de>
56871
56872 commit 4f93f8b1a4d35b6d302842132edba920ef8f62aa
56873 Author: Becky Bruce <becky.bruce@freescale.com>
56874 Date:   Wed Jan 23 16:31:06 2008 -0600
56875
56876     86xx: Add reginfo command
56877
56878     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
56879
56880 commit ddcebcb638715a6278da93b553d5016f99823816
56881 Author: Becky Bruce <becky.bruce@freescale.com>
56882 Date:   Wed Jan 23 16:31:05 2008 -0600
56883
56884     86xx: Add print_laws function to fsl_law.c
56885
56886     This can be used for debug, and will be used by board code
56887     to help implement reginfo.
56888
56889     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
56890
56891 commit 9cd32426f26a0567bb61f339edd83c6a2ce9bfc3
56892 Author: Becky Bruce <becky.bruce@freescale.com>
56893 Date:   Wed Jan 23 16:31:04 2008 -0600
56894
56895     86xx: Remove old-style law setup code
56896
56897     This includes mpc8610hpcd, mpc8641hpcn, and sbc8641d.
56898
56899     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
56900
56901 commit 713d8186649dae874613d495b0cecaa039a98b30
56902 Author: Becky Bruce <becky.bruce@freescale.com>
56903 Date:   Wed Jan 23 16:31:03 2008 -0600
56904
56905     86xx: Convert sbc8641d to use new law setup code.
56906
56907     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
56908
56909 commit 031976f6364b93833e989f57e9f1e023e0be8c4c
56910 Author: Becky Bruce <becky.bruce@freescale.com>
56911 Date:   Wed Jan 23 16:31:02 2008 -0600
56912
56913     86xx: Convert mpc8610hpcd to new law setup method.
56914
56915     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
56916
56917 commit 4933b91f8a49e436681f163df3173beb91cac44a
56918 Author: Becky Bruce <becky.bruce@freescale.com>
56919 Date:   Wed Jan 23 16:31:01 2008 -0600
56920
56921     86xx: Support new law setup method and convert mpc8641
56922
56923     Adds the support code in cpu/mpc86xx for the new law setup code
56924     recently created fsl_law.c, and changes the MPC8641HPCN config
56925     to use this code.
56926
56927     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
56928
56929 commit 1a41f7ce9c086e208c0eabf52565a237af2a2bd1
56930 Author: Becky Bruce <becky.bruce@freescale.com>
56931 Date:   Wed Jan 23 16:31:00 2008 -0600
56932
56933     86xx: Rearrange the sequence in start.S
56934
56935     * split the BAT initialization so that only 2 BATs (for the boot page
56936     and stack) are programmed very early on.  The rest are initialized later.
56937     * Move other BAT setup,  ccsrbar setup, and law setup later in the code
56938     after translation has been enabled.
56939
56940     These changes will facilitate the moving of law and BAT initialization
56941     to C code, and will aid with 36-bit physical addressing support.
56942
56943     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
56944
56945 commit 33dac03b1b5d61e4fed7bad445ba40b4c97feba0
56946 Author: Wolfgang Denk <wd@denx.de>
56947 Date:   Wed Jan 23 14:41:37 2008 +0100
56948
56949     Coding Style Cleanup; update CHANGELOG
56950
56951     Signed-off-by: Wolfgang Denk <wd@denx.de>
56952
56953 commit 865f0f9754b95183cad395de7e8cb85df0c6ea1f
56954 Author: Wolfgang Denk <wd@denx.de>
56955 Date:   Wed Jan 23 14:31:17 2008 +0100
56956
56957     Coding Style Cleanup; update CHANGELOG
56958
56959     Signed-off-by: Wolfgang Denk <wd@denx.de>
56960
56961 commit cfe5ca77976afdbe7ecb86e39fd7505bde636ace
56962 Author: Dave Liu <r63238@freescale.com>
56963 Date:   Fri Jan 18 10:07:04 2008 +0800
56964
56965     mpc83xx: Correct the struct spi8xxx in mpc8xxx_spi.h
56966
56967     The commit 04a9e1180ac76a7bacc15a6fcd95ad839d65bddb
56968     cause the 83xx immap broken, so the DMA and PCI will
56969     be failed.
56970
56971     The patch fix the struct spi8xxx and rm struct spi83xx.
56972
56973     Signed-off-by: Dave Liu <daveliu@freescale.com>
56974     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
56975
56976 commit 6b4439444286e0fcd01596df504e6ca897ad3e5a
56977 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
56978 Date:   Sat Apr 14 17:11:49 2007 +0200
56979
56980     AVR32: ATNGW100 board support
56981
56982     Add support for the ATNGW100 Network Gateway reference design,
56983     including flash, ethernet and MMC support.
56984
56985     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
56986
56987 commit e006927a0b9a54e8ee7685d8ac748aaad6801862
56988 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
56989 Date:   Sat Nov 24 18:15:31 2007 +0100
56990
56991     AVR32: Initialize ipaddr, loadaddr and bootfile at startup
56992
56993     I don't know why the relevant layers can't do this by itself, but this
56994     is what ppc does.
56995
56996     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
56997
56998 commit 799891ef7b1b3432032ec23466df6b665a797fa4
56999 Author: Michael Schwingen <michael@schwingen.org>
57000 Date:   Fri Jan 18 00:04:28 2008 +0100
57001
57002     Add AcTux board support
57003
57004     Hi,
57005
57006     The patch adds 4 boards, called AcTux-1 .. AcTux-4. This patch contains the
57007     files that
57008     contain changes for multiple boards, the board-specific files follow as
57009     separate patches.
57010
57011     Signed-off-by: Michael Schwingen <michael@schwingen.org>
57012
57013 commit 66a4344a4d910a11125df7768899ad529719855e
57014 Author: Michael Schwingen <michael@schwingen.org>
57015 Date:   Wed Jan 16 19:53:23 2008 +0100
57016
57017     add AcTux-4 board support
57018
57019     Signed-off-by: Michael Schwingen <michael@schwingen.org>
57020
57021 commit bc24345e4101a5c996d6b48ce497b09c53025dc6
57022 Author: Michael Schwingen <michael@schwingen.org>
57023 Date:   Wed Jan 16 19:51:55 2008 +0100
57024
57025     add AcTux-3 board support
57026
57027     Signed-off-by: Michael Schwingen <michael@schwingen.org>
57028
57029 commit aebf00fc4d1343b24715373893f7b20bf462d1e9
57030 Author: Michael Schwingen <michael@schwingen.org>
57031 Date:   Wed Jan 16 19:51:14 2008 +0100
57032
57033     add AcTux-2 board support
57034
57035     Signed-off-by: Michael Schwingen <michael@schwingen.org>
57036
57037 commit ea99e8f05b7240fd657739e286664664ae160abe
57038 Author: Michael Schwingen <michael@schwingen.org>
57039 Date:   Wed Jan 16 19:50:37 2008 +0100
57040
57041     add AcTux-1 board support
57042
57043     Signed-off-by: Michael Schwingen <michael@schwingen.org>
57044
57045 commit 3d9f3bfb7a33efe8e41e01b025563cd712c57d64
57046 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57047 Date:   Mon Jan 14 19:20:08 2008 +0100
57048
57049     ARM: remove useless function board_post_init
57050
57051     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57052
57053 commit 96bd462942022e4569b582c072a0ed26de1cd19b
57054 Author: Michael Schwingen <michael@schwingen.org>
57055 Date:   Thu Jan 10 14:59:46 2008 +0100
57056
57057     IXP: enable RTS
57058
57059     enables the RTS signal with CONFIG_SERIAL_RTS_ACTIVE.
57060     No handshaking is done, but the active RTS signal allows to
57061     connect to the target using a PC which is using RTS/CTS
57062     handshake, and does no harm if the PC is set to ignore RTS.
57063
57064     Signed-off-by: Michael Schwingen <michael@schwingen.org>
57065
57066 commit a1cf027a08f9dc1c0e769499e6f4fbddcf9cab93
57067 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57068 Date:   Mon Jan 7 08:41:34 2008 +0100
57069
57070     IXP: add dynamic microcode addr
57071
57072     allow to load the microde from flash or ram by download it through
57073     the serial or other.
57074
57075     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57076     Acked-by: Stefan Roese <sr@denx.de>
57077
57078 commit 63ebcc4615dd39926ccf61f1d5f3510262ef6564
57079 Author: Michael Schwingen <michael@schwingen.org>
57080 Date:   Sat Nov 10 15:44:12 2007 +0100
57081
57082     load ixp42x NPE firmware from separate flash block, remove dead code
57083
57084     Hi,
57085
57086     the following patch adds support to move the IXP42X NPE firmware to a
57087     separate flash block, whose start address is defined in
57088     CONFIG_IXP4XX_NPE_EXT_UCODE_BASE. Using that, it is possible to build
57089     NPE-enabled u-boot without copyright problems due to the NPE firmware.
57090
57091     I hope the patch applies, I get whitespace-related differences in the NPE
57092     files due to trailing whitespace in the original versions.
57093
57094     Signed-off-by: Michael Schwingen <michael@schwingen.org>
57095     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57096
57097 commit 57a127201eb3d8cc19170a008e0bd7af608bd72f
57098 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57099 Date:   Tue Jan 15 14:15:46 2008 -0600
57100
57101     ColdFire: MCF547x_8x - Add M5475EVB and M5485EVB support
57102
57103     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57104     Signed-off by: John Rigby <jrigby@freescale.com>
57105
57106 commit 1aee111135d8660a164d4f6bf7d66b032ea535cf
57107 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57108 Date:   Tue Jan 15 14:02:49 2008 -0600
57109
57110     ColdFire: MCF547x_8x - Add M547xEVB and M548xEVB board
57111
57112     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57113     Signed-off by: John Rigby <jrigby@freescale.com>
57114
57115 commit 777d1abd9796f1c2e148417cc10657e847d318ce
57116 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57117 Date:   Tue Jan 15 14:00:25 2008 -0600
57118
57119     ColdFire: Add MCF547x_8x FEC driver
57120
57121     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57122     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
57123     Signed-off by: John Rigby <jrigby@freescale.com>
57124
57125 commit 72f56adc0b25d43875ad067bae6be1bcea86b79f
57126 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57127 Date:   Tue Jan 15 13:54:09 2008 -0600
57128
57129     ColdFire: Add MCF547x_8x dma code and header files
57130
57131     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57132     Signed-off by: John Rigby <jrigby@freescale.com>
57133
57134 commit ce09fc49b56ea3c442794b6be9b7db4b99dfdc87
57135 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57136 Date:   Tue Jan 15 13:52:03 2008 -0600
57137
57138     ColdFire: Add MCF547x_8x dma code - 2
57139
57140     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57141     Signed-off by: John Rigby <jrigby@freescale.com>
57142
57143 commit 11865ea844e7154fd30c7e2860da4eed4a12ad1f
57144 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57145 Date:   Tue Jan 15 13:48:52 2008 -0600
57146
57147     ColdFire: Add MCF547x_8x dma code - 1
57148
57149     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57150     Signed-off by: John Rigby <jrigby@freescale.com>
57151
57152 commit 4621fc3fe7cd65b78b3cbd31f65c9f7f72b22bd3
57153 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57154 Date:   Tue Jan 15 13:39:44 2008 -0600
57155
57156     ColdFire: Add MCF547x_8x related header files
57157
57158     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57159     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
57160     Signed-off by: John Rigby <jrigby@freescale.com>
57161
57162 commit 570c0186aecab1b747b2d44d0e1d3c1ac4cb27f5
57163 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57164 Date:   Tue Jan 15 13:37:34 2008 -0600
57165
57166     ColdFire: Add MCF547x_8x cpu arch
57167
57168     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57169     Signed-off by: John Rigby <jrigby@freescale.com>
57170
57171 commit e2756f4b54aba0e0523b81dd145666829cf7fd59
57172 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57173 Date:   Mon Jan 14 17:47:23 2008 -0600
57174
57175     ColdFire: Add MCF5227x cpu and M52277EVB support-3
57176
57177     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57178     Signed-off by: John Rigby <jrigby@freescale.com>
57179
57180 commit c87581027994c148131b2f11aa75501f782ec19a
57181 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57182 Date:   Mon Jan 14 17:46:19 2008 -0600
57183
57184     ColdFire: Add MCF5227x cpu and MCF52277EVB support-2
57185
57186     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57187     Signed-off by: John Rigby <jrigby@freescale.com>
57188
57189 commit 1552af70ecab11b9f3dceff7528ed15faf678b9d
57190 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57191 Date:   Mon Jan 14 17:43:33 2008 -0600
57192
57193     ColdFire: Add MCF5227x cpu and M52277EVB support-1
57194
57195     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57196     Signed-off by: John Rigby <jrigby@freescale.com>
57197
57198 commit 397b7b81a1f1008798ae1206913508cc89cb3a7d
57199 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57200 Date:   Mon Jan 14 17:35:44 2008 -0600
57201
57202     ColdFire: Fix CFI Flash low level Read/Write macro
57203
57204     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57205     Signed-off by: John Rigby <jrigby@freescale.com>
57206
57207 commit aa5f1f9dc815a76f6dffb580798599c028fe7feb
57208 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57209 Date:   Mon Jan 14 17:23:08 2008 -0600
57210
57211     ColdFire: Add M5373EVB platform support - 2
57212
57213     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57214     Signed-off by: John Rigby <jrigby@freescale.com>
57215
57216 commit 1ac559d4aa358f63b48c62b564224c06feeb4e36
57217 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57218 Date:   Mon Jan 14 17:19:54 2008 -0600
57219
57220     ColdFire: Add M5373EVB platform support - 1
57221
57222     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57223     Signed-off by: John Rigby <jrigby@freescale.com>
57224
57225 commit 320d61991fa3190ee41765601ed017b6b5ff7b2b
57226 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57227 Date:   Mon Jan 14 17:17:03 2008 -0600
57228
57229     ColdFire: Update FlexBus CS for MCF532x
57230
57231     Definition update and change from 16bit to 32bit
57232
57233     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57234     Signed-off by: John Rigby <jrigby@freescale.com>
57235
57236 commit 2e72ad0644b940817a89a3590ce0d7b99c05c396
57237 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57238 Date:   Mon Jan 14 17:11:47 2008 -0600
57239
57240     ColdFire: PCI and misc updates for MCF5445x
57241
57242     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57243     Signed-off by: John Rigby <jrigby@freescale.com>
57244
57245 commit d2b16493480ac3d4a60ad7d835b0dc27d2e99cee
57246 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57247 Date:   Mon Jan 14 17:06:55 2008 -0600
57248
57249     ColdFire: MCF5445x header files cleanup
57250
57251     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57252     Signed-off by: John Rigby <jrigby@freescale.com>
57253
57254 commit d9aae6260993a93f7fcf13abff85a601f4f50ea7
57255 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57256 Date:   Mon Jan 14 16:59:42 2008 -0600
57257
57258     ColdFire: MCF532x header files cleanup
57259
57260     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57261     Signed-off by: John Rigby <jrigby@freescale.com>
57262
57263 commit 7af7751d047e74b2ec58400f97b879c56446b3e8
57264 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
57265 Date:   Mon Jan 14 15:30:15 2008 -0600
57266
57267     ColdFire: Add modules header files
57268
57269     Add CF specific modules header files
57270
57271     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
57272     Signed-off-by: John Rigby <jrigby@freescale.com>
57273
57274 commit 2956acd5ef93a498337f8ac2ec6ae6a77d491dc5
57275 Author: Kim Phillips <kim.phillips@freescale.com>
57276 Date:   Thu Jan 17 12:48:00 2008 -0600
57277
57278     codingstyle cleanup for spi driver
57279
57280     ..and rm unused CONFIG_FSL_SPI define
57281
57282     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
57283
57284 commit d59feffb42c9f174116db7a82a311df98983dfce
57285 Author: Haiying Wang <Haiying.Wang@freescale.com>
57286 Date:   Wed Jan 16 17:12:12 2008 -0500
57287
57288     FSL: Fix common EEPROM_data structure definition
57289
57290     - Fix EEPROM_data structure definition according to System EEPROM Data Format.
57291     - Read MAC addresses from EEPROM to ethXaddr before saving ethXaddr to
57292       bd->bi_ethaddr.
57293
57294     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
57295
57296 commit 6bee764bd6da510a4aad614880300c968bc7318d
57297 Author: Timur Tabi <timur@freescale.com>
57298 Date:   Wed Jan 16 15:48:12 2008 -0600
57299
57300     86xx: enable command-line editing
57301
57302     Enable command-line editing for all MPC86xx boards.
57303
57304     Signed-off-by: Timur Tabi <timur@freescale.com>
57305
57306 commit 80ddd22626d321a772ebfba304eb7830cb4f6bac
57307 Author: Ben Warren <biggerbadderben@gmail.com>
57308 Date:   Wed Jan 16 22:37:42 2008 -0500
57309
57310     Implement hard SPI driver on MPC8349EMDS
57311
57312     This patch implements the fsl_spi driver on the MPC8349EMDS evaluation board.
57313     This board has an ST M25P40 4Mbit EEPROM on its SPI bus
57314
57315     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
57316     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
57317
57318 commit 04a9e1180ac76a7bacc15a6fcd95ad839d65bddb
57319 Author: Ben Warren <biggerbadderben@gmail.com>
57320 Date:   Wed Jan 16 22:37:35 2008 -0500
57321
57322     Add support for a Freescale non-CPM SPI controller
57323
57324     This patch adds support for the SPI controller found on Freescale PowerPC
57325     processors such as the MCP834x family.  Additionally, a new config option,
57326     CONFIG_HARD_SPI, is added for general purpose SPI controller use.
57327
57328     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
57329     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
57330
57331 commit a8cb43a89be6cfd283257a603dd9841503ccce0f
57332 Author: Dave Liu <r63238@freescale.com>
57333 Date:   Thu Jan 17 18:23:19 2008 +0800
57334
57335     mpc83xx: Fix the fatal conflict of merge
57336
57337     The commit 9e89647889cd4b5ada5b5e7cad6cbe55737a08d7
57338     will cause the mpc8315erdb board can't boot up.
57339
57340     The patch fix that bug, and remove the duplicated #ifdef
57341     CFG_SPCR_TSECEP code and clean the SCCR_TSEC2 for
57342     MPC8313E processor.
57343
57344     Signed-off-by: Dave Liu <daveliu@freescale.com>
57345     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
57346
57347 commit 3259eeaa4148125a81417477f62c05bd67f60587
57348 Author: Larry Johnson <lrj@acm.org>
57349 Date:   Thu Jan 17 08:50:09 2008 -0500
57350
57351     Merge Sequoia beautification into Korat code
57352
57353     Signed-off-by: Larry Johnson <lrj@acm.org>
57354
57355 commit e16925773211291b562e77187061e9dd1d757217
57356 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
57357 Date:   Thu Jan 17 07:45:05 2008 +0100
57358
57359     net: add 'ethrotate' environment variable
57360
57361     [PATCH] net: add 'ethrotate' environment variable
57362
57363     This patch replaces the buildtime configuration option
57364     CONFIG_NET_DO_NOT_TRY_ANOTHER through the 'ethrotate' runtime
57365     configuration veriable. See README.
57366
57367     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
57368     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
57369
57370 commit ba52be3d0e618c26070e93aaf3c1f2d2adf5571f
57371 Author: Stefan Roese <sr@denx.de>
57372 Date:   Thu Jan 17 14:29:04 2008 +0100
57373
57374     ppc4xx: Fix compilation warnings and coding style issues in HCU4/HCU5
57375
57376     Signed-off-by: Stefan Roese <sr@denx.de>
57377
57378 commit 55ed1516cbc1dad3ae277c67ee06fc4a46eaac7d
57379 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
57380 Date:   Thu Jan 17 18:07:32 2008 +0900
57381
57382     sh: Remove CONFIG_COMMANDS from MS7720SE config file
57383
57384     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
57385
57386 commit 055606bd25e88c0cd04ad348a679a04b1b616bee
57387 Author: Niklaus Giger <niklaus.giger@netstal.com>
57388 Date:   Wed Jan 16 18:39:20 2008 +0100
57389
57390     ppc4xx: Netstal HCU4 board: added various fixes and POST
57391
57392     - Moved some common code to netstal/common/nm_bsp.c.
57393     - sdram initialisation goes go netstal/common/fixed_sdram.c.
57394     - Added support for POST.
57395     - Stylistic cleanups (multi-line comments/ enforce 80 colomn width)
57396
57397     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
57398
57399 commit 69b0634a4ee98c9791815600d43b99f626a952f3
57400 Author: Niklaus Giger <niklaus.giger@netstal.com>
57401 Date:   Thu Jan 17 12:53:56 2008 +0100
57402
57403     ppc4xx: netstal/common define routines used by all boards
57404
57405     Added some routines used by all Netstal boards:
57406     - nm_bsp.c: - nm_show_print and
57407             -  common_misc_init_r
57408             - set_params_for_sw_install. Very specific code to handle our SW
57409               installation procedure
57410     - fixed_sdram.c: Common routines for HCU4 (and upcoming) MCU25 boards
57411       to handle sdram initialization.
57412     - nm.h: Common header
57413
57414     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
57415
57416 commit efeff5382b7a91b48a1aa68b2b75f92ad1d33ff8
57417 Author: Niklaus Giger <niklaus.giger@netstal.com>
57418 Date:   Wed Jan 16 18:39:18 2008 +0100
57419
57420     ppc4xx: Netstal HCU5 board: added various fixes and POST
57421
57422     - Moved some common code to nestal/common/nm_bsp.c.
57423     - Added support for the vxWorks EDR.
57424     - Enable trace for Lauterbach, if present.
57425     - Added support for POST.
57426     - Stylistic cleanups (multi-line comments/ enforce 80 colomn width)
57427
57428     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
57429
57430 commit 4371090e5da77edc7bf9f296364db4801639d9c4
57431 Author: Niklaus Giger <niklaus.giger@netstal.com>
57432 Date:   Wed Jan 16 18:39:08 2008 +0100
57433
57434     ppc4xx: Netstal HCU5 board. Added POST. Various fixes
57435
57436     - Various fixes
57437     - Reduced rom_size from 384 to 320 kB
57438     - Environment is now in flash
57439     - Added POST
57440     - Support for OF
57441
57442     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
57443
57444 commit 4bd5036e60afac37e484c2d35cbbe7f6cc1623e7
57445 Author: Niklaus Giger <niklaus.giger@netstal.com>
57446 Date:   Wed Jan 16 18:37:50 2008 +0100
57447
57448     ppc4xx: Netstal HCU4 board. Added POST. Various fixes
57449
57450     - Various fixes
57451     - Reduced rom_size from 384 to 320 kB
57452     - Environment is now in flash
57453     - Added POST
57454     - Support for OF
57455
57456     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
57457
57458 commit 1a3ac86b79fcb690275c85861c8efa6a3899060a
57459 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
57460 Date:   Thu Jan 17 10:53:08 2008 +0100
57461
57462     ppc4xx: Complete DU440 board support
57463
57464     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
57465
57466 commit 15a08bc2bef91e5f1ea4b9cf60e46832d86bcc1f
57467 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
57468 Date:   Thu Jan 17 10:52:30 2008 +0100
57469
57470     ppc4xx: Add DU440 board support
57471
57472     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
57473
57474 commit ac331da07db3860f11fa1d0fd3db7c810bce1198
57475 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
57476 Date:   Thu Jan 17 15:53:52 2008 +0900
57477
57478     sh: Update SuperH SCIF driver
57479
57480     This patch fixed wrong SH7720 CPU macro and changed macro that
57481     calculated value of SCBRR register.
57482
57483     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
57484
57485 commit 334e442e6fac59be91244063e9b3f6ca25e8daf8
57486 Author: Grzegorz Bernacki <gjb@semihalf.com>
57487 Date:   Wed Jan 16 15:12:47 2008 +0100
57488
57489     Set ips dividor to 1/4 of csb clock.
57490
57491     Previous setting cause ips clock to be out of spec. This bug was found by John
57492     Rigby from Freescale.
57493
57494     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
57495
57496 commit 7dc358bb0de9e2fa341f3b4c914466b1f34b2d89
57497 Author: Kumar Gala <galak@kernel.crashing.org>
57498 Date:   Thu Jan 17 02:19:18 2008 -0600
57499
57500     85xx: Get ride of old TLB setup code
57501
57502     Now that all boards have been converted, remove old config code and the
57503     config option for the new style.
57504
57505     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
57506
57507 commit 3b558e26a5ef31635787d6d6e97d70939d4f892d
57508 Author: Kumar Gala <galak@kernel.crashing.org>
57509 Date:   Thu Jan 17 02:02:10 2008 -0600
57510
57511     85xx: Convert TQM85xx to new TLB setup
57512
57513     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
57514
57515 commit 74121b470c14f7eaf284ee838bffca6f9521069e
57516 Author: Kumar Gala <galak@kernel.crashing.org>
57517 Date:   Thu Jan 17 01:56:32 2008 -0600
57518
57519     85xx: Convert STXGP3 & STXSSA to new TLB setup
57520
57521     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
57522
57523 commit 143b518d9125b54f96f1d7f1afc640b8aae81ff0
57524 Author: Kumar Gala <galak@kernel.crashing.org>
57525 Date:   Thu Jan 17 01:44:34 2008 -0600
57526
57527     85xx: Convert SBC8540/SBC8560/SBC8548 to new TLB setup
57528
57529     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
57530
57531 commit 818218bac6a11591e2542c344d2330e0f4e1968b
57532 Author: Kumar Gala <galak@kernel.crashing.org>
57533 Date:   Thu Jan 17 01:31:34 2008 -0600
57534
57535     85xx: Convert PM854/PM856 to new TLB setup
57536
57537     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
57538
57539 commit ff4681c9285b2b4d24552a19cacc1769fe2fc7e0
57540 Author: Kumar Gala <galak@kernel.crashing.org>
57541 Date:   Thu Jan 17 01:25:33 2008 -0600
57542
57543     85xx: Convert MPC8540EVAL to new TLB setup
57544
57545     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
57546
57547 commit 73aa9ac2b46f1cfd039106ebd6b9865016005234
57548 Author: Kumar Gala <galak@kernel.crashing.org>
57549 Date:   Thu Jan 17 01:12:22 2008 -0600
57550
57551     85xx: Convert MPC8568 MDS to new TLB setup
57552
57553     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
57554
57555 commit 0db37dc2eed30884db2daa24dbd9a113b5d00610
57556 Author: Kumar Gala <galak@kernel.crashing.org>
57557 Date:   Thu Jan 17 01:01:09 2008 -0600
57558
57559     85xx: Convert MPC8541/MPC8555/MPC8548 CDS to new TLB setup
57560
57561     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
57562
57563 commit 219a81b98d834f9071b6f7c3bdc6b7ec39cc46cc
57564 Author: Kumar Gala <galak@kernel.crashing.org>
57565 Date:   Thu Jan 17 00:52:29 2008 -0600
57566
57567     85xx: Convert MPC8540/MPC8560 ADS to new TLB setup
57568
57569     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
57570
57571 commit 80d0b6a1498761c4355b2db9c8001b04c295e7b8
57572 Author: Kumar Gala <galak@kernel.crashing.org>
57573 Date:   Thu Jan 17 00:32:17 2008 -0600
57574
57575     85xx: Convert ATUM8548 to new TLB setup
57576
57577     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
57578
57579 commit 0f7a3dc95cbff3c21bd6dbc639313796412bbbab
57580 Author: Kumar Gala <galak@kernel.crashing.org>
57581 Date:   Wed Jan 16 23:11:57 2008 -0600
57582
57583     85xx: Convert MPC8544 DS to new TLB setup
57584
57585     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
57586
57587 commit 8716318057a5f60ab1ba081ece2dbe82ae00e1ee
57588 Author: Kumar Gala <galak@kernel.crashing.org>
57589 Date:   Wed Jan 16 22:38:34 2008 -0600
57590
57591     85xx: Reworked initial processor init
57592
57593     Reworked the initial processor initialzation sequence:
57594     * introduced cpu_early_init_f that is run in address space 1 (AS=1)
57595     * Moved TLB/LAW and CCSR init into cpu_early_init_f()
57596     * Reworked initial asm code to do most of the core init before TLBs
57597
57598     The main reasons for these changes are to allow handling of 36-bit phys
57599     addresses in the future and some of the issues that will exist when we
57600     do that.
57601
57602     There are a few caveats on what can be initialized via the LAW and TLB
57603     static tables:
57604     * TLB entry 14/15 can't be initialized via the TLB table
57605     * any LAW that covers the implicit boot window (4G-8M to 4G) must map to
57606       the code that is currently executing.
57607
57608     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
57609
57610 commit 44a23cfd6360a68eaa41f945190618a55519eac3
57611 Author: Kumar Gala <galak@kernel.crashing.org>
57612 Date:   Wed Jan 16 22:33:22 2008 -0600
57613
57614     85xx: Introduce new tlb API
57615
57616     Add a set of functions to manipulate TLB entries:
57617      * set_tlb() - write a tlb entry
57618      * invalidate_tlb() - invalidate a tlb array
57619      * disable_tlb() - disable a variable size tlb entry
57620      * init_tlbs() - setup initial tlbs based on static table
57621
57622     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
57623
57624 commit be88b1699863c262818f3af7f60173b4d48df8fc
57625 Author: Stefan Roese <sr@denx.de>
57626 Date:   Thu Jan 17 07:50:17 2008 +0100
57627
57628     ppc4xx: Fix remaining CONFIG_COMMANDS in 4xx files
57629
57630     Signed-off-by: Stefan Roese <sr@denx.de>
57631
57632 commit c8c41d4a80b1a8ad5984a287d81ea780496259f8
57633 Author: Kumar Gala <galak@kernel.crashing.org>
57634 Date:   Wed Jan 16 10:04:42 2008 -0600
57635
57636     85xx: Use proper defines for PCI addresses
57637
57638     We should be using the _MEM_PHYS for LAW and TLB setup and not _MEM_BASE.
57639     While _MEM_BASE & _MEM_PHYS are normally the same, _MEM_BASE should only
57640     be used for configuring the PCI ATMU.
57641
57642     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
57643
57644 commit 54a5070115eff38e9b324b78abdfa0b4520580b9
57645 Author: Kumar Gala <galak@kernel.crashing.org>
57646 Date:   Wed Jan 16 09:22:29 2008 -0600
57647
57648     85xx: Remove old style of LAW init
57649
57650     All boards are now using the new fsl_law code so we can drop the old version.
57651
57652     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
57653
57654 commit 4d3521cc79cabc61edf12c48c0ce318d4efb712f
57655 Author: Kumar Gala <galak@kernel.crashing.org>
57656 Date:   Wed Jan 16 09:15:29 2008 -0600
57657
57658     85xx: convert remaining 85xx boards over to use new LAW init code
57659
57660     Converted ATUM8548, MPC8568 MDS, MPC8540 EVAL, and TQM85xx boards over
57661     to use new LAW init code.
57662
57663     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
57664
57665 commit 572b13afc42710f2957c382a710360429c0e099b
57666 Author: Kumar Gala <galak@kernel.crashing.org>
57667 Date:   Wed Jan 16 09:11:53 2008 -0600
57668
57669     85xx: convert STXGP3/STXSSA over to use new LAW init code
57670
57671     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
57672
57673 commit 45f2166ac0233a9263058378f39612bd11f61196
57674 Author: Kumar Gala <galak@kernel.crashing.org>
57675 Date:   Wed Jan 16 09:06:48 2008 -0600
57676
57677     85xx: convert PM854/PM856 over to use new LAW init code
57678
57679     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
57680
57681 commit e2b159d0070ee06e4ac7e2f9381d3e8e542e614a
57682 Author: Kumar Gala <galak@kernel.crashing.org>
57683 Date:   Wed Jan 16 09:05:27 2008 -0600
57684
57685     85xx: convert SBC8540/SBC8560/SBC8548 over to use new LAW init code
57686
57687     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
57688
57689 commit 2cfaa1aa1aac39a81006b7b27e0e431bf21f6dfa
57690 Author: Kumar Gala <galak@kernel.crashing.org>
57691 Date:   Wed Jan 16 01:45:10 2008 -0600
57692
57693     85xx: convert MPC8541/MPC8555/MPC8548 CDS over to use new LAW init code
57694
57695     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
57696
57697 commit 7232a2724ccc9dcbc3ec4ef84ada02f13ccd1238
57698 Author: Kumar Gala <galak@kernel.crashing.org>
57699 Date:   Wed Jan 16 01:32:06 2008 -0600
57700
57701     85xx: convert MPC8540/MPC8560 ADS over to use new LAW init code
57702
57703     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
57704
57705 commit 4bcae9c92aee0d72a2f19b81cab27ef38107ce75
57706 Author: Kumar Gala <galak@kernel.crashing.org>
57707 Date:   Wed Jan 16 01:16:16 2008 -0600
57708
57709     85xx: convert MPC8544 DS over to use new LAW init code
57710
57711     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
57712
57713 commit 83d40dfd79fe868796275802f60116d84b9e4395
57714 Author: Kumar Gala <galak@kernel.crashing.org>
57715 Date:   Wed Jan 16 01:13:58 2008 -0600
57716
57717     85xx: Move LAW init code into C
57718
57719     Move the initialization of the LAWs into C code and provide an API
57720     to allow modification of LAWs after init.
57721
57722     Board code is responsible to provide a law_table and num_law_entries.
57723
57724     We should be able to use the same code on 86xx as well.
57725
57726     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
57727
57728 commit bed8ce838a609aaab136d43b25e6df2a520bc854
57729 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57730 Date:   Sat Dec 22 15:03:12 2007 +0100
57731
57732     qemu-mips: active HUSH PARSER, AUTO_COMPLETE and CMDLINE_EDITING
57733
57734     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57735
57736 commit 0764c164fed6277d359cf132d55187ea34290114
57737 Author: Vlad Lungu <vlad@comsys.ro>
57738 Date:   Wed Jan 16 19:27:51 2008 +0200
57739
57740     MIPS:Target support for qemu -M mips
57741
57742     With serial, NE2000, IDE support. Tested in big-endian mode.
57743     Memory size hard-coded to 128M for now, so don't play with
57744     the -m option.
57745
57746     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
57747
57748 commit 7f52fa3c2df59e49dc2badd7c084cf2d007c438f
57749 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57750 Date:   Fri Jan 11 00:01:37 2008 +0100
57751
57752     Fix nfs command help to reflect that the serverip is optional
57753
57754     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57755     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
57756
57757 commit b8f4162a4f7a9bee5e9d0305c17f2d34de466a9b
57758 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57759 Date:   Mon Dec 10 22:32:14 2007 +0100
57760
57761     bf537-stamp: remove already defined is_zero_ether_addr and is_multicast_ether_addr
57762
57763     and move is_valid_ether_addr board file
57764
57765     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
57766     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
57767
57768 commit c2f896b8fc4722e36915903e1942e138e68ce804
57769 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
57770 Date:   Wed Jan 16 16:13:31 2008 +0900
57771
57772     drivers/net/rtl8139.c: rx_status should be le32_to_cpu(rx_status).
57773
57774     rx_status on the memory is basically in LE, but needs to be handled in CPU
57775     endian. le32_to_cpu() takes up this mission. Even if on the sane hardware,
57776     it'll work fine.
57777
57778     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
57779     Cc: Masami Komiya <mkomiya@sonare.it>
57780     Cc: Lucas Jin <lucasjin@gmail.com>
57781     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
57782
57783 commit 96a236746fe6a7b84802afb4ed31536696d34812
57784 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
57785 Date:   Wed Jan 16 16:12:26 2008 +0900
57786
57787     drivers/net/rtl8139.c: Fix cache coherency issues
57788
57789     Current driver is meant for cache coherent systems. This patch adds
57790     flush_cache() routines to support cache non-coherent systems.
57791
57792     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
57793     Cc: Masami Komiya <mkomiya@sonare.it>
57794     Cc: Lucas Jin <lucasjin@gmail.com>
57795     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
57796
57797 commit d1276c76c1e2b5035296689280ba1acb2c425104
57798 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
57799 Date:   Wed Jan 16 16:11:14 2008 +0900
57800
57801     drivers/net/rtl8139.c: Fix tx timeout
57802
57803     "to = (currticks() + RTL_TIMEOUT)" has possibilities to wrap around. If it
57804     does, the condition "(currticks() < to)" becomes invalid and immediately
57805     leads to tx timeout error. This patch introduces the fine-graded udely(10)
57806     loops to ease the impact of wrapping around.
57807
57808     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
57809     Cc: Masami Komiya <mkomiya@sonare.it>
57810     Cc: Lucas Jin <lucasjin@gmail.com>
57811     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
57812
57813 commit 18ee320ff63edbf7b27bbeb05f0e12a52302c68a
57814 Author: Dave Liu <r63238@freescale.com>
57815 Date:   Fri Jan 11 18:45:28 2008 +0800
57816
57817     TSEC: Add the support for RealTek RTL8211B PHY
57818
57819     Add the support of RealTek RTL8211B PHY, the RTL8211B
57820     PHY only supports RGMII and MII mode.
57821
57822     Signed-off-by: Dave Liu <daveliu@freescale.com>
57823     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
57824
57825 commit 84a3047b72b70e862b0b7a8e2058077457f89a32
57826 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
57827 Date:   Wed Jan 16 09:40:41 2008 +0100
57828
57829     Remove annoying debug printout for PHY less boards.
57830
57831     PHY less board prints out lots of "read wrong ...":
57832     read wrong value : mii_id 3,mii_reg 2, base e0102320
57833     read wrong value : mii_id 3,mii_reg 3, base e0102320
57834     UEC: PHY is Generic MII (ffffffff)
57835     read wrong value : mii_id 3,mii_reg 4, base e0102320
57836     read wrong value : mii_id 3,mii_reg 0, base e0102320
57837     read wrong value : mii_id 3,mii_reg 1, base e0102320
57838     read wrong value : mii_id 3,mii_reg 1, base e0102320
57839     read wrong value : mii_id 3,mii_reg 5, base e0102320
57840     read wrong value : mii_id 3,mii_reg 1, base e0102320
57841     read wrong value : mii_id 3,mii_reg 1, base e0102320
57842     read wrong value : mii_id 3,mii_reg 5, base e0102320
57843     FSL UEC0: Full Duplex
57844     FSL UEC0: Speed 100BT
57845     FSL UEC0: Link is up
57846     Using FSL UEC0 device
57847
57848     Make this printout depend on UEC_VERBOSE_DEBUG and
57849     remove its definition in uec_phy.c
57850
57851     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
57852     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
57853
57854 commit ee62ed3286f83b98b7785e0318dc6379e78f7ff6
57855 Author: Kim Phillips <kim.phillips@freescale.com>
57856 Date:   Tue Jan 15 14:11:00 2008 -0600
57857
57858     net: reduce boot latency on QE UEC based boards
57859
57860     actually polling for PHY autonegotiation to finish enables us to remove the
57861     5 second boot prompt latency present on QE based boards.
57862
57863     call to qe_set_mii_clk_src in init_phy, and mv call to init_phy from
57864     uec_initialize to uec_init by Joakim Tjernlund; autonegotiation wait
57865     code shamelessly stolen from tsec driver.
57866
57867     also rm unused CONFIG_RMII_MODE code.
57868
57869     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
57870     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
57871     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
57872
57873 commit 55fe7c57a8b99a130925052dcdbb77f053dc50e3
57874 Author: michael.firth@bt.com <michael.firth@bt.com>
57875 Date:   Wed Jan 16 11:40:51 2008 +0000
57876
57877     TSEC driver: Change MDIO support to allow access to any PHYs on the MDIO bus
57878
57879     The current TSEC driver limits MDIO access to the devices that have been configured as attached
57880     to a TSEC MAC. This patch allows access to any PHY device on the MDIO bus through the 'mii' commands.
57881
57882     Signed-off-by: Michael Firth <michael.firth@bt.com>
57883     Acked-by: Andy Fleming <afleming@freescale.com>
57884     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
57885
57886 commit 5e918a98c26e8ab9b5d2d48d998a2ced2b5b85b3
57887 Author: Kim Phillips <kim.phillips@freescale.com>
57888 Date:   Wed Jan 16 00:38:05 2008 -0600
57889
57890     Add support for the MPC837xERDB
57891
57892     MPC837xERDB board support includes:
57893     * DDR2 330MHz hardcoded (soldered on the board)
57894     * Local Bus NOR Flash
57895     * I2C, UART and RTC
57896     * eTSEC RGMII (TSEC0 - RTL8211B with MII;
57897     *          TSEC1 - VSC7385 local bus, hardcoded, requires seperate firmware
57898     *                  load)
57899
57900     Signed-off-by: Kevin Lam <kevin.lam@freescale.com>
57901     Signed-off-by: Joe D'Abbraccio <joe.d'abbraccio@freescale.com>
57902     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
57903
57904 commit 9e89647889cd4b5ada5b5e7cad6cbe55737a08d7
57905 Author: Kim Phillips <kim.phillips@freescale.com>
57906 Date:   Wed Jan 16 12:06:16 2008 -0600
57907
57908     mpc83xx: add support for more system clock performance controls
57909
57910     System registers that are modified are the Arbiter Configuration
57911     Register (ACR), the System Priority Control Register (SPCR), and the
57912     System Clock Configuration Register (SCCR).
57913
57914     Signed-off by: Michael F. Reiss <Michael.F.Reiss@freescale.com>
57915     Signed-off by: Joe D'Abbraccio <ljd015@freescale.com>
57916     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
57917
57918 commit 16c3cde050e2d243e62b37486f1558570787beb8
57919 Author: James Yang <james.yang@freescale.com>
57920 Date:   Wed Jan 16 11:58:08 2008 -0600
57921
57922     FSL: Generalize PIXIS reset command parsing.
57923
57924     Before, the order of arguments to the pixis_reset
57925     command needed to be supplied in a hard-coded order.
57926     Generalize the command parsing to allow any order.
57927
57928     Signed-off-by: James Yang <james.yang@freescale.com>
57929     Acked-by: Jon Loeliger <jdl@freescale.com>
57930
57931 commit ad8f8687b78c3e917b173f038926695383c55555
57932 Author: Jon Loeliger <jdl@freescale.com>
57933 Date:   Tue Jan 15 13:42:41 2008 -0600
57934
57935     FSL: Convert board/freescale/common/Makefile to use CONFIG_
57936
57937     Convert the board/freescale/common/Makefile to use
57938     CONFIG_* options to select which files to conditionally
57939     compile into the board/freescale/common library rather
57940     than conditionally compiling entire files.
57941
57942     Now handles::
57943         CONFIG_FSL_PIXIS
57944         CONFIG_FSL_DIU_FB
57945         CONFIG_PQ_MDS_PIB
57946
57947     CONFIG_ID_EEPROM is introduced until CFG_ID_EEPROM is gone.
57948
57949     Signed-off-by: Jon Loeliger <jdl@freescale.com>
57950
57951 commit 7c2221eb230372a9e537c4f6636b147b0909325f
57952 Author: Roy Zang <tie-fei.zang@freescale.com>
57953 Date:   Tue Jan 15 16:38:38 2008 +0800
57954
57955     Use CONFIG_ULI526X as MPC8610HPCD default Ethernet driver
57956
57957     Use driver/net/uli526x.c as MPC8610HPCD default Ethernet driver.
57958     Remove unused ethernet CONFIG_ options.
57959
57960     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
57961     Acked-by: Jon Loeliger <jdl@freescale.com>
57962
57963 commit 711a7946277d2e29af481011e8635e9975c54e45
57964 Author: Kim Phillips <kim.phillips@freescale.com>
57965 Date:   Tue Jan 15 14:05:14 2008 -0600
57966
57967     mpc83xx: fix QE ETHPRIMEs to correct 'FSL UEC0' value
57968
57969     continuation of commit b96c83d4ae475a70ef2635cd0e748174c44c8601
57970
57971     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
57972
57973 commit 363eea9ff7f19a2cba17f262bd17559f166e134e
57974 Author: Kim Phillips <kim.phillips@freescale.com>
57975 Date:   Tue Jan 15 09:51:12 2008 -0600
57976
57977     mpc83xx: clean up mpc8360emds.c warnings
57978
57979     mpc8360emds.c: In function 'ft_board_setup':
57980     mpc8360emds.c:327: warning: assignment makes pointer from integer without a cast
57981     mpc8360emds.c:329: warning: passing argument 2 of 'fdt_getprop' makes integer from pointer without a cast
57982     mpc8360emds.c:334: warning: passing argument 2 of 'fdt_setprop' makes integer from pointer without a cast
57983     mpc8360emds.c:341: warning: assignment makes pointer from integer without a cast
57984     mpc8360emds.c:343: warning: passing argument 2 of 'fdt_getprop' makes integer from pointer without a cast
57985     mpc8360emds.c:348: warning: passing argument 2 of 'fdt_setprop' makes integer from pointer without a cast
57986
57987     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
57988
57989 commit f09880ea72a1c806db223ce594c5fb1b6542ff6a
57990 Author: Kim Phillips <kim.phillips@freescale.com>
57991 Date:   Mon Jan 14 16:14:46 2008 -0600
57992
57993     mpc83xx: fix phy-connection-type fixup code
57994
57995     use tree passed to us in local blob, not global fdt.
57996
57997     Also use fdt_path_offset to convert to relative offset, since absolute
57998     reference is needed to check for rgmii-id mode string value.
57999
58000     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
58001
58002 commit 2b4c952be7c4357a13e839d48df80853820c33eb
58003 Author: Kumar Gala <galak@kernel.crashing.org>
58004 Date:   Mon Jan 14 09:01:40 2008 -0600
58005
58006     mpc83xx: fix mpc8313/mpc8315/mpc8349itx Makefiles for silent build (with -s)
58007
58008     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
58009     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
58010
58011 commit e1d8ed2c08da14b168658cc5fa78529d461aea70
58012 Author: Poonam Aggrwal <b10812@freescale.com>
58013 Date:   Mon Jan 14 09:41:14 2008 +0530
58014
58015     Changes in uboot DDR configuration for MPC8313eRDB
58016
58017     These changes were identified by HighSmith Bill ,Mazzyar and Joseph for
58018     DDR configuration in u-boot code. Some are related to performance, some
58019     affect stability and some correct few basic errors in the current
58020     configuration.
58021
58022     The changes have been tested and found to give better memory latency
58023     figures on MPC8313eRDB.LMBench figures prove it.
58024
58025     The changes are:
58026
58027     - CS0_CONFIG[ AP_n_EN] is changed from 1 to 0
58028       (this may improve performance for application with many read
58029       or write to open pages).
58030     - CS0_CONFIG[ODT_WR_CFG] is currently changed from 100 to
58031       001 (activating all the CS when only one is used may cause
58032       unwanted noise on the system)
58033
58034     - TIMING_CFG_1[ACTTOPRE] is changed from 9clks to 8clks (based on
58035       Tras=45ns)
58036     - TIMING_CFG_1[REFREC] changed from 21 clks to 18clks.
58037
58038     - TIMING_CFG_2[AL] value changed from 0 setting to 1 clk to
58039       comply with the 3 ODT clk requirements)
58040     - TIMING_CFG_2[CPO] was set to a reserved value, changed to RL+3/4.
58041     - TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 6clks.
58042
58043     - DDR_SDRAM_MODE[AL]changed from 0 to 1.
58044     - DDR_SDRAM_MODE[WRREC] changed from 1 clk to 3 clks.
58045
58046     - DDR_SDRAM_INTERVAL[REFINT] is changed from 0x0320 to 0x0510.
58047     - DDR_SDRAM_INTERVAL[BSTOPRE] is changed from 0x64 to 0x0500.
58048
58049     The patch is based of git://www.denx.de/git/u-boot-mpc83xx.git
58050     The last commit on this tree was 6775c68683a53c7abc778774641aac6f833a2cbf
58051
58052     Signed-off-by: Poonam Aggrwal-b10812 <b10812@freescale.com>
58053     Cc: Bill HighSmith <Bill.Highsmith@freescale.com>
58054     Cc: Razzaz Mazyar <MRazzaz@freescale.com>
58055     Cc: Josep P J <PJ.Joseph@freescale.com>
58056     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
58057
58058 commit b5cdd7df4a06edb91539c9a2ea7c178a870c3a95
58059 Author: Jerry Van Baren <gvb.uboot@gmail.com>
58060 Date:   Sat Jan 12 13:24:14 2008 -0500
58061
58062     Enable the isdram command on the MPC8360EMDS board
58063
58064     The isdram command prints out decoded information the "serial presence
58065     detect" (SPD) chip on the SDRAM SIMMs.  This can be very helpful when
58066     debugging memory configuration problems.
58067
58068     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
58069     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
58070
58071 commit 8bd522ce4afda3d4868ee8c913f5394094326be1
58072 Author: Dave Liu <r63238@freescale.com>
58073 Date:   Fri Jan 11 18:48:24 2008 +0800
58074
58075     mpc83xx: Add the support for MPC8315ERDB board
58076
58077     The features list:
58078     - Boot from NOR Flash
58079     - DDR2 266MHz hardcoded configuration
58080     - Local bus NOR Flash R/W operation
58081     - I2C, UART, MII and RTC
58082     - eTSEC0/1 support
58083     - PCI host
58084
58085     Signed-off-by: Dave Liu <daveliu@freescale.com>
58086     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
58087
58088 commit b05884efa614e4d8a9413158fc228e0dc02ab704
58089 Author: Dave Liu <r63238@freescale.com>
58090 Date:   Fri Jan 11 18:46:50 2008 +0800
58091
58092     mpc83xx: Add config of eTSEC emergency priority in SPCR
58093
58094     The TSEC emergency priority definition of 831x/837x
58095     is different than the definition of 834x in SPCR register.
58096
58097     Add the other config of TSEC emergency priority into
58098     cpu_init.c
58099
58100     Signed-off-by: Dave Liu <daveliu@freescale.com>
58101     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
58102
58103 commit 9b958234b0783f13d92f007f753fd2c3ae2c8680
58104 Author: Dave Liu <r63238@freescale.com>
58105 Date:   Fri Jan 11 18:42:19 2008 +0800
58106
58107     mpc83xx: Remove cache config from MPC8360ERDK.h
58108
58109     The MPC8360ERDK board support patch is added before
58110     the commit 2c5b48fc205c3e2752910da8f39209ed075929e5
58111     so, miss clean up it.
58112
58113     The patch clean up the miss cache config.
58114
58115     Signed-off-by: Dave Liu <daveliu@freescale.com>
58116     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
58117
58118 commit cd9d23053d435c08fc8695017b5cb9003fcda786
58119 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
58120 Date:   Mon Jan 14 23:09:32 2008 +0300
58121
58122     nand: FSL UPM NAND driver
58123
58124     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
58125
58126 commit 6cb2239ae76faee64434286c4f8fc71374702dd2
58127 Author: Kyungmin Park <kmpark@infradead.org>
58128 Date:   Tue Jan 15 08:59:44 2008 +0900
58129
58130     OneNAND: Separate U-Boot dependent code from OneNAND
58131
58132     OneNAND: Separate U-Boot dependent code from OneNAND
58133
58134     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
58135
58136 commit 83a49c8dd7998be2d1f0d420597a36bbf0bf4164
58137 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
58138 Date:   Wed Jan 16 10:33:46 2008 +0100
58139
58140     ppc4xx: Sequoia coding style cleanup and beautification
58141
58142     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
58143
58144 commit 4b3cc6ece9c455504cf12909fae38d085d848ac0
58145 Author: Larry Johnson <lrj@acm.org>
58146 Date:   Tue Jan 15 14:35:58 2008 -0500
58147
58148     ppc4xx: Refactor ECC POST for AMCC Denali core
58149
58150     The ECC POST reported intermittent failures running after power-up on
58151     the Korat PPC440EPx board.  Even when the test passed, the debugging
58152     output occasionally reported additional unexpected ECC errors.
58153
58154     This refactoring has three main objectives: (1) minimize the code
58155     executed with ECC enabled during the tests, (2) add more checking of the
58156     results so any unexpected ECC errors would cause the test to fail, and
58157     (3) use synchronization (only) where required by the processor.
58158
58159     Signed-off-by: Larry Johnson <lrj@acm.org>
58160
58161 commit 2465665b73ac2f688af945b1ed510752afa816a4
58162 Author: David Saada <David.Saada@ecitele.com>
58163 Date:   Tue Jan 15 10:40:24 2008 +0200
58164
58165     QE UEC: Extend number of supported UECs to 4
58166
58167     This patch extends the number of supported UECs to 4. Note that the
58168     problem of QE thread resources exhaustion is resolved by setting the
58169     correct number of QE threads according to Ethernet type (GBE or FE).
58170
58171     Signed-off-by: David Saada <david.saada@ecitele.com>
58172     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
58173
58174 commit 58d204256cb1ce1bd323847d9f644acf70a72e6a
58175 Author: Wolfgang Denk <wd@denx.de>
58176 Date:   Wed Jan 16 00:01:01 2008 +0100
58177
58178     LWMON5: enable hush shell as command line parser
58179
58180     Signed-off-by: Wolfgang Denk <wd@denx.de>
58181
58182 commit 66ffb1883feedddc813d8a507d060f2a940eb2b2
58183 Author: Wolfgang Denk <wd@denx.de>
58184 Date:   Tue Jan 15 17:22:28 2008 +0100
58185
58186     ADS5121: disable watchdog; enable image timestamps
58187
58188     Signed-off-by: Wolfgang Denk <wd@denx.de>
58189
58190 commit 2b4f778fe9d1de61d7445bae7b325340aba6968d
58191 Author: Wolfgang Denk <wd@denx.de>
58192 Date:   Tue Jan 15 17:21:28 2008 +0100
58193
58194     TK885D: fixes for bigger flash sector sizes on new modules;
58195     adjust default environment;
58196     disable SCC ethernet (not used on this board).
58197
58198     Signed-off-by: Wolfgang Denk <wd@denx.de>
58199
58200 commit f91d7ae5ca89acf9fa1ed1015dc078cf29581607
58201 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
58202 Date:   Tue Jan 15 17:48:13 2008 +0900
58203
58204     pcmcia: Remove CONFIG_COMMANDS from marubun pcmcia driver
58205
58206     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
58207
58208 commit 76e49aa7fb8e76cc49092c1acd53fff921e26360
58209 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
58210 Date:   Tue Jan 15 23:25:25 2008 +0900
58211
58212     sh: Add support SH7710/SH7712
58213
58214     SH7710/SH7712 of SH3 CPU are supported.
58215     SH771X is called SH-Ether, and has the Ether controller in CPU.
58216     The driver of Ether is not included in this patch.
58217
58218     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
58219
58220 commit 63a11be68306870e04d3851ed9fa41955cdf4894
58221 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
58222 Date:   Tue Jan 15 23:06:17 2008 +0900
58223
58224     sh: Add support of map_physmem() and unmap_physmem() to SuperH
58225
58226     This patch add the support of map_physmem() and unmap_physmem()
58227     used with Common Flash Interface(CFI) driver.
58228
58229     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
58230
58231 commit db3995fe5164ac5d630b7ecb96286a9828dfbb54
58232 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
58233 Date:   Wed Jan 9 14:42:27 2008 +0900
58234
58235     sh: Add maintainer of MS7720SE to the MAINTAINER file
58236
58237     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
58238
58239 commit dcd99e88e03d56a0aeecd42b507d2d29d20ab0e3
58240 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
58241 Date:   Wed Jan 9 14:39:58 2008 +0900
58242
58243     sh: Fix board name in MS7720SE's config.mk
58244
58245     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
58246
58247 commit c0a04d93734d768b39dbb72fb501b65614c8615d
58248 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
58249 Date:   Wed Jan 9 14:37:36 2008 +0900
58250
58251     sh: Add MS7720SE to MAKEALL
58252
58253     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
58254
58255 commit b2b5e2bb78a1ef4ae8504f5a26bfdc3293ea74ae
58256 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
58257 Date:   Mon Dec 3 22:58:50 2007 +0900
58258
58259     sh: Add support for MS7720RP02 board
58260
58261     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
58262     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
58263     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
58264
58265 commit 7c10c57275901939a8ece4a9ef3e7ccb7c12a0ed
58266 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
58267 Date:   Wed Jan 9 14:30:02 2008 +0900
58268
58269     sh: Add support for SH7720 in serial_sh driver.
58270
58271     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
58272     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
58273     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
58274
58275 commit f9913a8ee71ff14fcfc1c7fd0e6912f897e69403
58276 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
58277 Date:   Mon Dec 3 22:58:45 2007 +0900
58278
58279     sh: Add support SH3 and SH7720
58280
58281     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
58282     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
58283     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
58284
58285 commit 9adfc9fb9ade64cdf1ed9ff842e4f900cbda78bd
58286 Author: Stefan Roese <sr@denx.de>
58287 Date:   Tue Jan 15 10:11:02 2008 +0100
58288
58289     ppc4xx: Remove compiler warning in cpu/ppc4xx/44x_spd_ddr2.c
58290
58291     Signed-off-by: Stefan Roese <sr@denx.de>
58292
58293 commit 17bef68097ab3692500a36fb31115bff7910aa99
58294 Author: Niklaus Giger <niklausgiger@gmx.ch>
58295 Date:   Mon Jan 14 14:04:42 2008 +0100
58296
58297     ppc_4xx: Fix post spr.c for PPC405
58298
58299     post/cpu/ppc4xx/spr.c contained a few checks for registers only present
58300     for PPC440 and derivates processor.
58301
58302     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
58303
58304 commit 06c428bcd4413014b43236e77765022071424fa6
58305 Author: Dave Liu <r63238@freescale.com>
58306 Date:   Mon Jan 14 11:12:01 2008 +0800
58307
58308     QE: fix compile warning
58309
58310     qe.c: In function 'qe_upload_firmware':
58311     qe.c:390: warning: pointer targets in passing argument 2
58312     uec.c: In function 'uec_initialize':
58313     uec.c:1236: warning: 'uec_info' may be used uninitialized
58314
58315     Signed-off-by: Dave Liu <daveliu@freescale.com>
58316
58317 commit a0dd99d51efa55fe023e19c97ead92683725eb11
58318 Author: Stefan Roese <sr@denx.de>
58319 Date:   Mon Jan 14 10:05:05 2008 +0100
58320
58321     ppc4xx: Update Kilauea CPLD configuration with USB PHY reset bit
58322
58323     Now that bit 29 is the USB PHY reset bit, update the Kilauea port
58324     to remove the USB PHY reset after powerup. The CPLD will keep the
58325     USB PHY in reset (active low) until the bit is set to 1 in
58326     board_early_init_f().
58327
58328     Signed-off-by: Stefan Roese <sr@denx.de>
58329
58330 commit f43ad53908f1ea83a7c26c3505bbe84382e47aad
58331 Author: Wolfgang Denk <wd@denx.de>
58332 Date:   Sun Jan 13 23:26:45 2008 +0100
58333
58334     ARM: update mach-types.h from 2.6.24-rc7 Linux kernel tree
58335
58336     Signed-off-by: Wolfgang Denk <wd@denx.de>
58337
58338 commit 8d103071b7b0e3ec888859bfcb9d422565e6d750
58339 Author: Wolfgang Denk <wd@denx.de>
58340 Date:   Sun Jan 13 23:37:50 2008 +0100
58341
58342     ADS5121: Fix typo in ads5121.c, adjust default environment
58343
58344     Signed-off-by: Wolfgang Denk <wd@denx.de>
58345
58346 commit 51b67d06faa670c65de6f29ec5b5aace74b2a047
58347 Author: John Rigby <jrigby@freescale.com>
58348 Date:   Fri Aug 24 18:18:43 2007 -0600
58349
58350     ADS5121: MAX slew rate for PATA pins
58351
58352     Signed-off-by: John Rigby <jrigby@freescale.com>
58353
58354 commit dd531aac34aaad138f16cacdb51d61908d59c0e2
58355 Author: Wolfgang Denk <wd@denx.de>
58356 Date:   Sun Jan 13 21:05:52 2008 +0100
58357
58358     Fix Makefile dependency problem with parallel builds.
58359
58360     Signed-off-by: Wolfgang Denk <wd@denx.de>
58361
58362 commit 89967841e3ea02e3d0e5e1295ab687576e5b1089
58363 Author: Wolfgang Denk <wd@denx.de>
58364 Date:   Sun Jan 13 19:51:39 2008 +0100
58365
58366     MPC8544DS: fix board Makefile for silent build (with -s)
58367
58368     Signed-off-by: Wolfgang Denk <wd@denx.de>
58369
58370 commit 6d714f82fb4b8bb7e267e9c71b8009bc670bfe88
58371 Author: Wolfgang Denk <wd@denx.de>
58372 Date:   Sun Jan 13 16:44:08 2008 +0100
58373
58374     PMC440 board: fix board Makefile for out-of-tree building
58375
58376     Signed-off-by: Wolfgang Denk <wd@denx.de>
58377
58378 commit 6eb3fb15588d319bd3099d5f9b910051dfeab6b2
58379 Author: Wolfgang Denk <wd@denx.de>
58380 Date:   Sun Jan 13 16:07:44 2008 +0100
58381
58382     Makalu: fix compile warning
58383
58384     Signed-off-by: Wolfgang Denk <wd@denx.de>
58385
58386 commit 0a1e03bcadc7734688a21e8dd2e46a4f608193c0
58387 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
58388 Date:   Sun Jan 13 12:36:12 2008 +0100
58389
58390     cmd_nand : fix compiler warning.
58391
58392     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
58393
58394 commit 8225d1e3ac0ab147cdde4b0042812583380afb8a
58395 Author: Michael Schwingen <rincewind@discworld.dascon.de>
58396 Date:   Sat Jan 12 20:29:47 2008 +0100
58397
58398     CFI: Fix CONFIG_FLASH_CFI_LEGACY compilation
58399
58400     Signed-off-by: Michael Schwingen <michael@schwingen.org>
58401     Acked-by: Stefan Roese <sr@denx.de>
58402
58403 commit 2b2f43ed6a30ece77f76191c845ac95267daa31a
58404 Author: Wolfgang Denk <wd@denx.de>
58405 Date:   Sun Jan 13 02:19:44 2008 +0100
58406
58407     MPC8360ERDK: fix incorrect initialization of CFG_I2C_NOPROBES
58408
58409     Signed-off-by: Wolfgang Denk <wd@denx.de>
58410
58411 commit 08e99e1dd01a3e0e3dc3a7138eb827c997e2b74d
58412 Author: Wolfgang Denk <wd@denx.de>
58413 Date:   Sun Jan 13 02:19:13 2008 +0100
58414
58415     MPC8xx FEC driver: fix compiler warning.
58416
58417     Signed-off-by: Wolfgang Denk <wd@denx.de>
58418
58419 commit ae6d1056d2c2e4d1266413c0ae8a6d5529ecde4b
58420 Author: Wolfgang Denk <wd@denx.de>
58421 Date:   Sun Jan 13 00:59:21 2008 +0100
58422
58423     Fix Makefile dependencies issues; allow silent build
58424
58425     - get rid of "version" target whichdidn't really work
58426     - make autoconf.mk depend on version_autogenerated.h to make sure
58427       to rebuild files as needed
58428     - add XECHO macro to allow for silent build using "make -s"
58429
58430     Signed-off-by: Wolfgang Denk <wd@denx.de>
58431
58432 commit e343ab83d5135b558aa58db9be8fc7faa68d77ed
58433 Author: Wolfgang Denk <wd@denx.de>
58434 Date:   Sun Jan 13 00:55:47 2008 +0100
58435
58436     ADS5121e: fix compile warning
58437
58438     Signed-off-by: Wolfgang Denk <wd@denx.de>
58439
58440 commit f2b6f4610627fe3d607620e25082916a01538875
58441 Author: Wolfgang Denk <wd@denx.de>
58442 Date:   Sun Jan 13 00:55:18 2008 +0100
58443
58444     MUNICes: fix board Makefile for remote build directory
58445
58446     Signed-off-by: Wolfgang Denk <wd@denx.de>
58447
58448 commit 2ad4d3999fe801aa716221d7d9a4c5bdad74783a
58449 Author: Oliver Weber <almoeli@gmx.de>
58450 Date:   Wed Jan 9 17:04:38 2008 +0100
58451
58452     MPC5200: don't use hardcoded MBAR address in Bestcomm firmware
58453
58454     Signed-off-by: Oliver Weber <almoeli@gmx.de>
58455
58456 commit 00ac50e348d1bace27a174b7f528d113bc7cdf7f
58457 Author: Andreas Engel <andreas.engel@ericsson.com>
58458 Date:   Wed Jan 9 17:10:56 2008 +0100
58459
58460     Make bootretry work when command line editing is enabled
58461
58462     Currently, when CONFIG_CMDLINE_EDITING is set, bootretry doesn't work.
58463     This patch fixes the problem.
58464
58465     Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
58466
58467 commit 632de0672d3c3ab53ad798c47f5f1eb26008a0e4
58468 Author: Larry Johnson <lrj@acm.org>
58469 Date:   Fri Jan 11 23:26:18 2008 -0500
58470
58471     Refactor code for "i2c sdram" command
58472
58473     Signed-off-by: Larry Johnson <lrj@acm.org>
58474
58475 commit 0df6b8446c4721b91ce311548114891130371083
58476 Author: Larry Johnson <lrj@acm.org>
58477 Date:   Thu Jan 10 22:23:39 2008 -0500
58478
58479     Fix "i2c sdram" command for DDR2 DIMMs
58480
58481     Many of the SPD bytes for DDR2 SDRAM are not interpreted correctly by the
58482     "i2c sdram" command.  This patch provides correct alternative
58483     interpretations when DDR2 memory is detected.
58484
58485     Signed-off-by: Larry Johnson <lrj@acm.org>
58486
58487 commit 64134f011254123618798ff77c42ba196b2ec485
58488 Author: Wolfgang Denk <wd@denx.de>
58489 Date:   Sat Jan 12 20:31:39 2008 +0100
58490
58491     Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
58492
58493     With recent toolchain versions, some boards would not build because
58494     or errors like this one (here for ocotea board when building with
58495     ELDK 4.2 beta):
58496     ppc_4xx-ld: section .bootpg [fffff000 -> fffff23b] overlaps section .bss [fffee900 -> fffff8ab]
58497
58498     For many boards, the .bss section is big enough that it wraps around
58499     at the end of the address space (0xFFFFFFFF), so the problem will not
58500     be visible unless you use a 64 bit tool chain for development. On
58501     some boards however, changes to the code size (due to different
58502     optimizations) we bail out with section overlaps like above.
58503
58504     The fix is to add the NOLOAD attribute to the .bss and .sbss
58505     sections, telling the linker that .bss does not consume any space in
58506     the image.
58507
58508     Signed-off-by: Wolfgang Denk <wd@denx.de>
58509
58510 commit 3afac79ec27b91df185f090b31dad9620779f440
58511 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
58512 Date:   Fri Jan 11 20:42:58 2008 -0600
58513
58514     USB: Add Philips 1561 PCI-OHCI ids
58515     (needed for M5475EVB)
58516
58517     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
58518
58519 commit 5e8def6731cd7bec74bff42a16b139de04010353
58520 Author: Wolfgang Denk <wd@denx.de>
58521 Date:   Sat Jan 12 15:51:34 2008 +0100
58522
58523     Add MAINTAINERS entries for ids8247, jupiter, municse, sc3 and uc101
58524     boards.
58525
58526     Signed-off-by: Heiko Schocher <hs@denx.de>
58527     Signed-off-by: Wolfgang Denk <wd@denx.de>
58528
58529 commit 5d49e0e152a8b81cc0602271e8fd259371f559b7
58530 Author: Grzegorz Bernacki <gjb@semihalf.com>
58531 Date:   Fri Jan 11 12:03:43 2008 +0100
58532
58533     MPC512X: Cleanup bus clock names.
58534
58535     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
58536
58537 commit 66a9455b6bf46d69cec5c88d1a600d1d9a10670d
58538 Author: Grzegorz Bernacki <gjb@semihalf.com>
58539 Date:   Tue Jan 8 17:16:59 2008 +0100
58540
58541     MPC512X: Fixed typo in macro name.
58542
58543     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
58544
58545 commit 281ff9a45cf9eb17b8a9afc436cb783cf1f62363
58546 Author: Grzegorz Bernacki <gjb@semihalf.com>
58547 Date:   Tue Jan 8 17:16:15 2008 +0100
58548
58549     ads5121: Added support for FDT.
58550
58551     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
58552
58553 commit a10ff9196183e7e5f2ae3c4f5f3cbe92ae9cb719
58554 Author: Wolfgang Denk <wd@denx.de>
58555 Date:   Sat Jan 12 01:05:50 2008 +0100
58556
58557     Coding Style cleanup; update CHANGELOG.
58558
58559     Signed-off-by: Wolfgang Denk <wd@denx.de>
58560
58561 commit f6db945649e5e9d0c7efe33b507d243cdc86cf03
58562 Author: Heiko Schocher <hs@denx.de>
58563 Date:   Fri Jan 11 15:15:17 2008 +0100
58564
58565     Fixed syntax error in function init_e300_core() of mpc83xx/start.S if
58566
58567     Signed-off-by: Timur Tabi <timur@freescale.com>
58568     Signed-off-by: Heiko Schocher <hs@denx.de>
58569
58570 commit fa05664cd8c7ab1ecf062aa73b992b7b58bba49c
58571 Author: Heiko Schocher <hs@denx.de>
58572 Date:   Fri Jan 11 15:15:16 2008 +0100
58573
58574     MUNICes: Set the right CFG_DEFAULT_MBAR value.
58575
58576     Signed-off-by: Heiko Schocher <hs@denx.de>
58577
58578 commit 5fb2b2342ece8d786c6f7fdba1bc273febd3b3d2
58579 Author: Heiko Schocher <hs@denx.de>
58580 Date:   Fri Jan 11 15:15:15 2008 +0100
58581
58582     added the config File for the MUNICes board.
58583
58584     Signed-off-by: Heiko Schocher <hs@denx.de>
58585
58586 commit 6341d9d723b71b4c0bf86f979e4cb228c02fd09d
58587 Author: Heiko Schocher <hs@denx.de>
58588 Date:   Fri Jan 11 15:15:14 2008 +0100
58589
58590     added basic support for the MUNICes board.
58591
58592     Signed-off-by: Heiko Schocher <hs@denx.de>
58593
58594 commit 3bb77fb09a1caabf5a292cc5b486a78b977fbe19
58595 Author: Wolfgang Denk <wd@denx.de>
58596 Date:   Sat Jan 12 00:39:37 2008 +0100
58597
58598     Update CHANGELOG and MAINTAINERS files.
58599
58600     Signed-off-by: Wolfgang Denk <wd@denx.de>
58601
58602 commit 5ba7390c3cb579172be66888a371707b47b5be4e
58603 Author: Anatolij Gustschin <agust@denx.de>
58604 Date:   Fri Jan 11 02:15:02 2008 +0100
58605
58606     Fix compilation problem in common/cmd_bmp.c
58607
58608     common/cmd_bmp.c fails to compile if CONFIG_VIDEO_BMP_GZIP
58609     isn't defined. This patch fix this.
58610
58611     Signed-off-by: Anatolij Gustschin <agust@denx.de>
58612
58613 commit 5aa437baae5fe629abeab99bef793a2a1fc71b58
58614 Author: Heiko Schocher <hs@denx.de>
58615 Date:   Fri Jan 11 01:12:09 2008 +0100
58616
58617     Fix defaultconfig for the mgcoge board.
58618
58619     Signed-off-by: Heiko Schocher <hs@denx.de>
58620
58621 commit ac9db066b26935f31bff15c98168b19faeb603f3
58622 Author: Heiko Schocher <hs@denx.de>
58623 Date:   Fri Jan 11 01:12:08 2008 +0100
58624
58625     Added support for the mgcoge board from keymile.
58626
58627     Signed-off-by: Heiko Schocher <hs@denx.de>
58628
58629 commit b423d055cc2e13c4ef1f0389c3fa2988d0eed818
58630 Author: Heiko Schocher <hs@denx.de>
58631 Date:   Fri Jan 11 01:12:07 2008 +0100
58632
58633     Enable SMC microcode relocation patch for SMC1.
58634
58635     Signed-off-by: Heiko Schocher <hs@denx.de>
58636
58637 commit 381e4e639720d8d2efb8066c7c48ec9588cb28c7
58638 Author: Heiko Schocher <hs@denx.de>
58639 Date:   Fri Jan 11 01:12:06 2008 +0100
58640
58641     Added support for the mgsuvd board from keymile.
58642
58643     Signed-off-by: Heiko Schocher <hs@denx.de>
58644
58645 commit bf05293973b348f6946c9df92cd3c65ece42d0be
58646 Author: James Yang <james.yang@freescale.com>
58647 Date:   Thu Jan 10 16:02:07 2008 -0600
58648
58649     Fix 64-bit vsprintf.
58650
58651     There were some size and unsigned problems.
58652     Also add support for "ll" size modifier in format string like glibc
58653
58654     Signed-off-by: James Yang <James.Yang@freescale.com>
58655     Acked-by: Jon Loeliger <jdl@freescale.com>
58656
58657 commit 92fa37eac530860643afa26ae347af3d23d67309
58658 Author: Larry Johnson <lrj@acm.org>
58659 Date:   Wed Jan 9 12:42:35 2008 -0500
58660
58661     Remove superfluous preprocessor conditionals from LM73 driver
58662
58663     (1) Remove unused symbol "CFG_EEPROM_PAGE_WRITE_ENABLE".
58664
58665     (2) Use conditional Makefile.o.
58666
58667     Signed-off-by: Larry Johnson <lrj@acm.org>
58668
58669 commit efc6f447c1b940d1650c4b854c5598a595ddc3da
58670 Author: Guennadi Liakhovetski <lg@denx.de>
58671 Date:   Thu Jan 10 17:59:07 2008 +0100
58672
58673     Add support for the TK885D baseboard from TELE-DATA
58674
58675     The TK885D board uses a TQM885D module from TQ, this port adds an
58676     own configuration file and adds a last_stage_init() method to
58677     configure the two PHYs, depending on the phy_auto_nego environment
58678     variable.
58679
58680     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
58681
58682 commit 0ec595243dc99edcd248bbcfbfd5a1dc860bde89
58683 Author: Kumar Gala <galak@kernel.crashing.org>
58684 Date:   Thu Jan 10 02:22:05 2008 -0600
58685
58686     Fix compiler warning
58687
58688     main.c: In function 'readline_into_buffer':
58689     main.c:927: warning: unused variable 'p_buf'
58690
58691     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
58692
58693 commit bed53753dd1d7e6bcbea4339be0fb7760214cc35
58694 Author: Anatolij Gustschin <agust@denx.de>
58695 Date:   Fri Jan 11 14:30:01 2008 +0100
58696
58697     Add Fujitsu CoralP/Lime video driver
58698
58699     Signed-off-by: Anatolij Gustschin <agust@denx.de>
58700     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
58701
58702 commit 20c450ef61ef2eb1c96f9b59ba0eb8d849bba058
58703 Author: Anatolij Gustschin <agust@denx.de>
58704 Date:   Fri Jan 11 02:39:47 2008 +0100
58705
58706     Fix video console newline and carriage return handling
58707
58708     Lines of the lenght CONSOLE_COLS or greater than CONSOLE_COLS
58709     are not displayed correctly. This is an attempt to fix
58710     this issue. Also add carriage return handling.
58711
58712     Signed-off-by: Anatolij Gustschin <agust@denx.de>
58713     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
58714
58715 commit d5a163d6baa04f5a8edcc10ebc6fad08657d3093
58716 Author: Stefan Roese <sr@denx.de>
58717 Date:   Fri Jan 11 15:53:58 2008 +0100
58718
58719     ppc4xx: Fix sdram init on Sequoia boards
58720
58721     Clear possible errors in MCSR resulting from data-eye-search.
58722     If not done, then we could get an interrupt later on when
58723     exceptions are enabled.
58724
58725     Signed-off-by: Stefan Roese <sr@denx.de>
58726
58727 commit d610a60730b7464f6f659db49d264d89a7c71061
58728 Author: Anatolij Gustschin <agust@denx.de>
58729 Date:   Fri Jan 11 15:31:09 2008 +0100
58730
58731     ppc4xx: Rework Lime support for lwmon5
58732
58733     Rework Lime support for lwmon5 using new video driver
58734
58735     Signed-off-by: Anatolij Gustschin <agust@denx.de>
58736
58737 commit ff41ffc93c1592e77a44bdbebd5d781739f3aae0
58738 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
58739 Date:   Fri Jan 11 14:55:16 2008 +0100
58740
58741     ppc4xx: Update PMC440 config file
58742
58743     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
58744
58745 commit e3edcb36f14f0aabb6f50e96014d6877f73d64ea
58746 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
58747 Date:   Fri Jan 11 14:55:08 2008 +0100
58748
58749     ppx4xx: Fix sdram init on PMC440 boards
58750
58751     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
58752
58753 commit 061aad4d320dddce26247699dcf2875ee2ea1366
58754 Author: Dave Liu <r63238@freescale.com>
58755 Date:   Thu Jan 10 23:09:33 2008 +0800
58756
58757     mpc83xx: Fix the bug of 266MHz data rate DDR
58758
58759     The DDR doesn't work on the 266MHz data rate,
58760     the patch fix the bug.
58761
58762     Signed-off-by: Dave Liu <daveliu@freescale.com>
58763     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
58764
58765 commit ded08317ad9e340b887bf2eb46e9565a0f610a93
58766 Author: Dave Liu <r63238@freescale.com>
58767 Date:   Thu Jan 10 23:08:26 2008 +0800
58768
58769     mpc83xx: Make the code more readable
58770
58771     Format the code, make it more readable
58772
58773     Signed-off-by: Dave Liu <daveliu@freescale.com>
58774     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
58775
58776 commit 7e74d63d1a211fbc34ec424e2dc6726601f323d0
58777 Author: Dave Liu <r63238@freescale.com>
58778 Date:   Thu Jan 10 23:07:23 2008 +0800
58779
58780     mpc83xx: Reduce the latency of DDR
58781
58782     Reduce the AL from 2 to 1 clock to improve the performance.
58783
58784     Signed-off-by: Dave Liu <daveliu@freescale.com>
58785     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
58786
58787 commit 6f3931a2bed5412c20d5e5536c865fbd657f7d28
58788 Author: Dave Liu <r63238@freescale.com>
58789 Date:   Thu Jan 10 23:06:05 2008 +0800
58790
58791     mpc83xx: Fix the wrong definition of MPC8315E
58792
58793     According to the latest user manual of MPC8315E,
58794     1) The SVCOD of HRCWL is different than 837x
58795     2) The SCCR has changes
58796
58797     Signed-off-by: Dave Liu <daveliu@freescale.com>
58798     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
58799
58800 commit ec2638ea08a537a1bd409db873aaaa33a053ebae
58801 Author: Dave Liu <r63238@freescale.com>
58802 Date:   Thu Jan 10 23:05:00 2008 +0800
58803
58804     mpc83xx: Fix the typo in mpc83xx.h
58805
58806     The SPCR about TSEC priority is wrong.
58807
58808     Signed-off-by: Michael Barkowski <Michael.Barkowski@freescale.com>
58809     Signed-off-by: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com>
58810     Signed-off-by: Dave Liu <daveliu@freescale.com>
58811     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
58812
58813 commit c86ef2cd9ef81935049231fa89f36c7b793f2d4b
58814 Author: Dave Liu <r63238@freescale.com>
58815 Date:   Thu Jan 10 23:04:13 2008 +0800
58816
58817     mpc83xx: Fix the typo in global data struct
58818
58819     Fix the typo in global_data.h
58820
58821     Signed-off-by: Dave Liu <daveliu@freescale.com>
58822     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
58823
58824 commit 2c5b48fc205c3e2752910da8f39209ed075929e5
58825 Author: Dave Liu <r63238@freescale.com>
58826 Date:   Thu Jan 10 23:03:03 2008 +0800
58827
58828     mpc83xx: Remove cache config from config.h
58829
58830     clean up the cache config from configs.h of board
58831
58832     Signed-off-by: Dave Liu <daveliu@freescale.com>
58833     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
58834
58835 commit fab6f556bbbbd1bb35a5433161f7f173c18df559
58836 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
58837 Date:   Wed Jan 9 20:57:47 2008 +0300
58838
58839     mpc83xx: add support for the MPC8360E-RDK
58840
58841     This is MPC8360E based board with:
58842     - 256MB fixed SDRAM;
58843     - 8MB Intel Strata NOR flash;
58844     - StMICRO 64MiB NAND flash;
58845     - two 10/100/1000 ethernet ports connected via Broadcom
58846       BCM5481 PHYs;
58847     - two 10/100 ethernet ports connected via National
58848       DP83848 PHYs;
58849     - one PCI and one miniPCI slots;
58850     - four serial ports (two NS16550-compatible, two UCCs);
58851     - four USB ports working through MPC8360E "FHCI" USB controller;
58852     - Fujitsu MB86277 graphics controller;
58853     - Analog to Digital Converter/Touchscreen controller, AD7843
58854       connected to SPI.
58855
58856     Features not supported in this patch are:
58857     - StMICRO 64MiB NAND flash (patch sent);
58858     - MINT framebuffer initialization (patch is pending);
58859     - Fetching production information from the EEPROM via I2C;
58860     - FHCI USB;
58861     - Two slow UCCs used as RS-485 UARTs.
58862
58863     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
58864     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
58865
58866 commit b3d2cde7a3aa1e83b7968cdff929e52c8cc617bb
58867 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
58868 Date:   Wed Jan 9 20:57:40 2008 +0300
58869
58870     mpc83xx: add "fsl, qe" compatible fixups
58871
58872     New device trees will use "fsl,qe" compatible properties.
58873
58874     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
58875     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
58876
58877 commit 977b57583a7c34010e566a09a679ec3c1836f996
58878 Author: Kim Phillips <kim.phillips@freescale.com>
58879 Date:   Wed Jan 9 15:24:06 2008 -0600
58880
58881     mpc83xx: add missing CONFIG_HAS_ETH0 defines
58882
58883     the new libfdt code only updates eth0 if CONFIG_HAS_ETH0
58884     is defined; add the define to the missing board configs.
58885
58886     Thanks to Emilian Medve for finding this.
58887
58888     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
58889
58890 commit b830b7f1635984ba607219fcbd78597c28eeb529
58891 Author: Becky Bruce <bgill@freescale.com>
58892 Date:   Thu Jan 10 14:00:28 2008 -0600
58893
58894     86xx: Support 2GB DIMMs
58895
58896     Configure the number of bits used to address the banks inside the SDRAM
58897     device.  The default register value of 0 means 2 bits to address 4 banks.
58898     Higher capacity devices like a 2GB DIMM require 3 bits to address 8 banks.
58899
58900     Signed-off-by: Becky Bruce <bgill@freescale.com>
58901
58902 commit 4d332dbeb08f5863d1ea69d91a00c5499d3a87ed
58903 Author: Niklaus Giger <niklausgiger@gmx.ch>
58904 Date:   Thu Jan 10 18:50:33 2008 +0100
58905
58906     ppc4xx: Make Sequoia boot vxWorks
58907
58908     vxWorks expects in
58909     TLB 0 a entry for the Machine Check interrupt
58910     TLB 1 a entry for the RAM
58911     TLB 2 a entry for the EBC
58912     TLB 3 a entry for the boot flash
58913
58914     After changing the baudrate to 9600 I had no problems to boot the
58915     vxWorks image as distributed by WindRiver (Revision 2.0/1 from
58916     June 18, 2007)
58917
58918     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
58919
58920 commit 6d8184b00c0d1d7090e4a2f514e310d98a394f8d
58921 Author: Larry Johnson <lrj@arlinx.com>
58922 Date:   Wed Jan 9 23:10:27 2008 -0500
58923
58924     ppc4xx: Fix dflush() to restore DVLIM register
58925
58926     Signed-off-by: Larry Johnson <lrj@acm.org>
58927
58928 commit 252f60b068d1f94190b5bcfda169db582387e15e
58929 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
58930 Date:   Thu Jan 10 03:52:44 2008 -0500
58931
58932     Nios2: remove common/cmd_bdinfo.c unused variable.
58933
58934     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
58935     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
58936
58937 commit 422b1a01602b6e2fbf8444a1192c7ba31461fd4c
58938 Author: Ben Warren <biggerbadderben@gmail.com>
58939 Date:   Wed Jan 9 18:15:53 2008 -0500
58940
58941     Fix Ethernet init() return codes
58942
58943     Change return values of init() functions in all Ethernet drivers to conform
58944     to the following:
58945
58946         >=0: Success
58947         <0:  Failure
58948
58949     All drivers going forward should return 0 on success.  Current drivers that
58950     return 1 on success were left as-is to minimize changes.
58951
58952     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
58953     Acked-by: Stefan Roese <sr@denx.de>
58954     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
58955     Acked-by: Kim Phillips <kim.phillips@freescale.com>
58956     Acked-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
58957     Acked-By: Timur Tabi <timur@freescale.com>
58958
58959 commit d3a6532cbe263d992f49e86ac95bede28e96f9c8
58960 Author: Wolfgang Denk <wd@denx.de>
58961 Date:   Thu Jan 10 00:55:14 2008 +0100
58962
58963     Coding Style cleanup; update CHANGELOG
58964
58965     Signed-off-by: Wolfgang Denk <wd@denx.de>
58966
58967 commit 17a41e4492121ccf9fa2c10c2cb1a6d1c18d74f7
58968 Author: Kim Phillips <kim.phillips@freescale.com>
58969 Date:   Wed Jan 9 16:56:54 2008 -0600
58970
58971     Add QE brg freq and correct qe bus freq fdt update code
58972
58973     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
58974     Signed-off-by: Andy Fleming <afleming@freescale.com>
58975
58976 commit 890dfef06c2d169a3356359596890754dfb8ee1c
58977 Author: Andy Fleming <afleming@freescale.com>
58978 Date:   Wed Jan 9 16:34:51 2008 -0600
58979
58980     Remove cache config from ATUM8548 and sbc8548 configs
58981
58982     These boards weren't updated by Kumar's config patch because they
58983     weren't in the tree, yet.
58984
58985     Signed-off-by: Andy Fleming <afleming@freescale.com>
58986
58987 commit b8ec2385038c094b07ec5b49336289a46b6e9cc6
58988 Author: Timur Tabi <timur@freescale.com>
58989 Date:   Mon Jan 7 13:31:19 2008 -0600
58990
58991     85xx: add ability to upload QE firmware
58992
58993     Define the layout of a binary blob that contains a QE firmware and instructions
58994     on how to upload it.  Add function qe_upload_firmware() to parse the blob and
58995     perform the actual upload.  Add command-line command "qe fw" to take a firmware
58996     blob in memory and upload it.  Update ft_cpu_setup() on 85xx to create the
58997     'firmware' device tree node if U-Boot has uploaded a firmware.  Fully define
58998     'struct rsp' in immap_qe.h to include the actual RISC Special Registers.
58999
59000     Signed-off-by: Timur Tabi <timur@freescale.com>
59001
59002 commit b009f3eca99bb7b9e6ba6639a8909a138dd5e9fe
59003 Author: Kumar Gala <galak@kernel.crashing.org>
59004 Date:   Tue Jan 8 01:22:21 2008 -0600
59005
59006     85xx: Remove cache config from configs.h
59007
59008     Either use the standard defines in asm/cache.h or grab the information
59009     at runtime from the L1CFG SPR.
59010
59011     Also, minor cleanup in cache.h to make the code a bit more readable.
59012
59013     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
59014
59015 commit b964e9368f45372aaf1da0c13fe56f6d81ae8e96
59016 Author: robert lazarski <robertlazarski@gmail.com>
59017 Date:   Fri Dec 21 10:39:27 2007 -0500
59018
59019     mpc85xx: Add support for ATUM8548 (updated)
59020
59021     Add support for Instituto Atlantico's ATUM8548 board
59022
59023     Signed-off-by: robert lazarski <robertlazarski@gmail.com>
59024     Signed-off-by: Andy Fleming <afleming@freescale.com>
59025
59026 commit 7bd6104b71de9bca80ac8e0936003443bb42f2fc
59027 Author: robert lazarski <robertlazarski@gmail.com>
59028 Date:   Fri Dec 21 10:36:37 2007 -0500
59029
59030     mpc85xx: Add support for ATUM8548 (updated)
59031
59032     Add support for Instituto Atlantico's ATUM8548 board
59033
59034     Signed-off-by: robert lazarski <robertlazarski@gmail.com>
59035
59036 commit 9e3ed392d2c8965e24c942b58796c31c644c2f70
59037 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
59038 Date:   Thu Dec 13 06:45:14 2007 -0600
59039
59040     mpc85xx: Add support for SBC8548 (updated)
59041
59042     Add support for Wind River's SBC8548 reference board.
59043
59044     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
59045
59046 commit 11c45ebd46d6517b51b7a92dd52a618b2f4e5586
59047 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
59048 Date:   Thu Dec 13 06:45:08 2007 -0600
59049
59050     mpc85xx: Add support for SBC8548 (updated)
59051
59052     Add support for Wind River's SBC8548 reference board.
59053
59054     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
59055     Signed-off by: Andy Fleming <afleming@freescale.com>
59056
59057 commit 64d4bcb087c2ece1c4d0de8efe85e0075e5b1594
59058 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
59059 Date:   Mon Oct 22 19:58:19 2007 +0400
59060
59061     MPC8568E-MDS: set up QE pario for UART1
59062
59063     To use UART1 on the MPC8568E-MDS, QE pario pins PC[0:3] should
59064     be set up appropriately.
59065
59066     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
59067
59068 commit ad162249cb371e9e38971676f09be791e5f3cf4a
59069 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
59070 Date:   Mon Oct 22 18:12:46 2007 +0400
59071
59072     MPC8568E-MDS: reset UCCs to use them reliably
59073
59074     In order to use GETH1 and GETH2 on the MPC8568E-MDS, we should reset
59075     UCCs.
59076
59077     p.s Similar code exists in the Linux kernel board file (for capability
59078     reasons with older U-Boots), but should be removed some day.
59079
59080     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
59081
59082 commit 2146cf56821c3364786ca94a7306008c5824b238
59083 Author: Kumar Gala <galak@kernel.crashing.org>
59084 Date:   Wed Dec 19 01:18:15 2007 -0600
59085
59086     Reworked FSL Book-E TLB macros to be more readable
59087
59088     The old macros made it difficult to know what WIMGE and perm bits
59089     were set for a TLB entry.  Actually use the bit masks for these items
59090     since they are only a single bit.
59091
59092     Also moved the macros into mmu.h out of e500.h since they aren't specific
59093     to e500.
59094
59095     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
59096
59097 commit 1d47273d46925929f8f2c1913cd96d7257aade88
59098 Author: Kumar Gala <galak@kernel.crashing.org>
59099 Date:   Tue Dec 18 23:21:51 2007 -0600
59100
59101     Use FSL Book-E MMU macros from Linux Kernel
59102
59103     Grab the FSL Book-E MAS register macros from Linux.  Also added
59104     defines for page sizes up to 4TB and removed SHAREN since it doesnt
59105     really exist.
59106
59107     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
59108
59109 commit 02df4a270f817ef6ec39047a01b55fecdc5f3b37
59110 Author: Andy Fleming <afleming@freescale.com>
59111 Date:   Wed Jan 9 13:51:32 2008 -0600
59112
59113     Fix my own merge stupidity
59114
59115     Way back in August I merged Heiko's patch:
59116     566a494f592: [PCS440EP] upgrade the PCS440EP board
59117
59118     with Jon's CONFIG_COMMANDS patches.
59119
59120     This was done in commit: 6bf6f114dcdd97ec3f80c2761ed40e31229d6b78
59121
59122     However, in the process, I left out some of Heiko's good changes.
59123
59124     Now Heiko's and Jon's patches are properly merged in fat_register_device()
59125
59126     Signed-off-by: Andy Fleming <afleming@freescale.com>
59127
59128 commit 6636b62a6efc7f14e6e788788631ae7a7fca4537
59129 Author: James Yang <James.Yang@freescale.com>
59130 Date:   Wed Jan 9 11:17:49 2008 -0600
59131
59132     Expose parse_line() globally.
59133
59134     Add new function readline_into_buffer() that allows the
59135     output of readline to be put into a pointer to char buffer.
59136
59137     This refactoring allows other functions besides the
59138     main command loop to also use the same input mechanism.
59139
59140     Signed-off-by: James Yang <James.Yang@freescale.com>
59141     Acked-by: Jon Loeliger <jdl@freescale.com>
59142
59143 commit 7ca90513486abd4ae50bd1b7403f47cc58c5ad25
59144 Author: Guennadi Liakhovetski <lg@denx.de>
59145 Date:   Wed Jan 9 01:15:25 2008 +0100
59146
59147     trivial: fix consequences of a bad merge
59148
59149     Fix what looks like a merge artifact.
59150
59151     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
59152
59153 commit 4785a694c0045996ccf0ac5b8edf531efc1b730e
59154 Author: Zhang Wei <wei.zhang@freescale.com>
59155 Date:   Thu Jan 3 10:51:15 2008 +0800
59156
59157     Add Ctrl combo key support to usb keyboard driver.
59158
59159     Ctrl combo key support is added, which is very useful to input Ctrl-C
59160     for interrupt current job.
59161     Also add usb_event_poll() calling to usb_kbd_testc(), which can get
59162     key input when tstc() is called.
59163
59164     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
59165
59166 commit 10c7382bc5d5e64c47f94ac2ca78cc574442e82d
59167 Author: Marcel Ziswiler <marcel@ziswiler.com>
59168 Date:   Sun Dec 30 03:30:56 2007 +0100
59169
59170     fix various comments
59171
59172     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
59173
59174 commit 7817cb2083d982923752fe0f12b67c0e7c09a027
59175 Author: Marcel Ziswiler <marcel@ziswiler.com>
59176 Date:   Sun Dec 30 03:30:46 2007 +0100
59177
59178     fix comments with new drivers organization
59179
59180     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
59181
59182 commit a9b410dc7d2a4721c408b13abfc037988150f145
59183 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
59184 Date:   Fri Dec 28 12:50:59 2007 +0900
59185
59186     Remove the obsolete terse version of do_mii()
59187
59188     We now have more useful version of do_mii() and everybody use it.
59189     Gerald Van Baren says:
59190
59191     > When I originally wrote the mii command 6(!) years ago, I wrote a
59192     > verbose version that printed human readable decomposition of the flags,
59193     > etc., and a terse one that didn't print as much stuff and thus had a
59194     > smaller memory footprint.
59195     >
59196     > It sounds like the terse version has withered and died, apparently
59197     > people are only using the verbose version (which is very understandable,
59198     > I do myself).
59199
59200     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
59201     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
59202
59203 commit 01c687aa6e065bd4faf80f723361e798941dd6b0
59204 Author: Mike Frysinger <vapier@gentoo.org>
59205 Date:   Thu Dec 27 13:42:56 2007 -0500
59206
59207     Do not reference sha1.c when building mkimage.
59208
59209     remove sha1.o from mkimage linking since it isn't actually used.
59210
59211     Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
59212
59213 commit b9173af73e524d37c812f210173cf83385c5171a
59214 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
59215 Date:   Thu Dec 27 15:39:54 2007 +0900
59216
59217     common/cmd_mii.c: Add sanity argc check
59218
59219     If type mii command without arguments, we suffer from uninitialized argv[]
59220     entries; for example we MIPS get stuck by TLB error.
59221
59222     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
59223
59224 commit 500856eb1707ed17d9204baa61dd59948d3b2899
59225 Author: Rafal Jaworowski <raj@semihalf.com>
59226 Date:   Wed Jan 9 19:39:36 2008 +0100
59227
59228     API for external applications.
59229
59230     This is an API for external (standalone) applications running on top of
59231     U-Boot, and is meant to be more extensible and robust than the existing
59232     jumptable mechanism. It is similar to UNIX syscall approach. See api/README
59233     for more details.
59234
59235     Included is the demo application using this new framework (api_examples).
59236
59237     Please note this is still an experimental feature, and is turned off by
59238     default.
59239
59240     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
59241
59242 commit fe8dd0b2220b7c02b0d4c9c4f9967879970477b1
59243 Author: Jon Loeliger <jdl@freescale.com>
59244 Date:   Wed Jan 9 12:14:55 2008 -0600
59245
59246     86xx: Remove cache config from configs.h
59247
59248     Just use the standard defines in asm/cache.h.
59249
59250     Signed-off-by: Jon Loeliger <jdl@freescale.com>
59251
59252 commit 26a41790f8eba19ad450e18ae91351daf485b3e2
59253 Author: Rafal Jaworowski <raj@semihalf.com>
59254 Date:   Wed Jan 9 18:05:27 2008 +0100
59255
59256     Globalize envmatch()
59257
59258     The newly introduced API (routines related to env vars) will need to call
59259     it.
59260
59261     Signed-off-by: Rafal Zabdyr <armo@semihalf.com>
59262
59263 commit 1df170f8b2a99e1e2f940f9f0b56511e1e4c9e1f
59264 Author: Jon Loeliger <jdl@freescale.com>
59265 Date:   Fri Jan 4 12:07:27 2008 -0600
59266
59267     Convert MPC8610HPCD to use libfdt.
59268
59269     Assumes the presence of the aliases node in the DTS to
59270     locate the pci and serial nodes for fixups.
59271
59272     Use consistent fdtaddr and fdtfile in environment variables.
59273
59274     Signed-off-by: Jon Loeliger <jdl@freescale.com>
59275
59276 commit c9974ab0a4d3731cdb76a7599d9fe9445d764d60
59277 Author: Jon Loeliger <jdl@freescale.com>
59278 Date:   Fri Jan 4 11:58:23 2008 -0600
59279
59280     8610: Fix lingering compile warnings.
59281
59282     Turn off DEBUG.
59283
59284     Signed-off-by: Jon Loeliger <jdl@freescale.com>
59285
59286 commit 6007f3251c0967adc13f2ed8be1b924ddc30124d
59287 Author: Wolfgang Denk <wd@denx.de>
59288 Date:   Wed Jan 9 15:14:46 2008 +0100
59289
59290     Coding Style cleanup, update CHANGELOG
59291
59292     Signed-off-by: Wolfgang Denk <wd@denx.de>
59293
59294 commit fc6414eca55f1fc108fb12fc8cdc43bd8b4463f9
59295 Author: Mike Frysinger <vapier@gentoo.org>
59296 Date:   Tue Dec 18 04:29:55 2007 -0500
59297
59298     fix easylogo on big endian dev systems
59299
59300     didnt realize how out of shape easylogo actually was until i tried using it.
59301     this patch does byte swapping as need be on the input tga header since the tga
59302     is in little endian but the host could just as well be big endian.  i didnt
59303     bother using bswap macros or such stuff from system headers as nothing in
59304     POSIX dictates byte swapping functionality.
59305
59306     Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
59307
59308 commit 38d299c2db81bd889c601b5dfc12c4e83ef83333
59309 Author: Mike Frysinger <vapier@gentoo.org>
59310 Date:   Tue Dec 18 03:23:25 2007 -0500
59311
59312     cleanup easylogo
59313
59314     - make the Makefile not suck
59315     - include proper headers for prototypes
59316     - fix obvious broken handling of strchr() when handling '.' in filenames
59317
59318     Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
59319
59320 commit 883e3925d99a8dd69c5b0201cba5b1887f88f95c
59321 Author: raptorbrino@aim.com <raptorbrino@aim.com>
59322 Date:   Thu Dec 13 21:23:28 2007 -0500
59323
59324     Fix build problems under Cygwin
59325
59326     This patch allows u-boot to build without error in a cygwin
59327     environment.  Cygwin does not define __u64 in it's
59328     include/asm/types.h file.  The -idirafter flag in the u-boot
59329     build causes the inclusion of the cygwin types.h file as opposed
59330     to u-bot/include/asm/types.h file which does define __u64.
59331     Subsequently, sha1.c compile fails due to unknown symbol.
59332
59333     Signed-off-by: Brian Miller <raptorbrino@netscape.net>
59334
59335 commit 43ef1c381f9195504a2488f5cb909227eb97d475
59336 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
59337 Date:   Fri Nov 30 17:29:59 2007 +0100
59338
59339     cmd_bmp: Add support for displaying gzip compressed bmps
59340
59341     The existing code can show information about a gzip compressed BMP
59342     image, but can't actually display it.
59343
59344     Therefore, move the decompression code out of bmp_info() and use it in
59345     bmp_display() as well in order to display a compressed BMP image.
59346
59347     Also, clean things up a bit and fix a memory leak while we're at it.
59348
59349     [hskinnemoen@atmel.com: a bit of refactoring]
59350     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
59351
59352 commit d197ffd8172c6fdef38733424640a9a47295d6e9
59353 Author: Guennadi Liakhovetski <lg@denx.de>
59354 Date:   Thu Nov 29 21:15:56 2007 +0100
59355
59356     Fix and optimize MII operations on FEC (MPC8xx) controllers
59357
59358     This patch fixes several issues at least on a MPC885 based system with two
59359     FEC interfaces used in MII mode.
59360
59361     1. PHY discovery should first read PHY_PHYIDR2 register and only then
59362        PHY_PHYIDR1 like cpu/mpc8xx/fec.c::mii_discover_phy() does it,
59363        otherwise the values read are wrong. Also notice, that PHY discovery
59364        cannot work on MPC88x / MPC87x in setups with both FECs active at all
59365        in its present form, because for both interfaces the registers from FEC
59366        1 are used to communicate over MII.
59367
59368     2. Remove code duplication for resetting the FEC by isolating it into a
59369        separate function.
59370
59371     3. Initialize MII on FEC 1 when communicating over FEC 2 in fec_init().
59372
59373     4. Optimize mii_init() to only reset the FEC 1 controller once.
59374
59375     5. Fix a typo in mii_init() using index i instead of j thus potentially
59376        leading to unpredictable results.
59377
59378     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
59379
59380 commit 6a5e1d75bf106fa157e9ce68bcaf4b13e8a1d214
59381 Author: Guennadi Liakhovetski <lg@denx.de>
59382 Date:   Tue Nov 20 13:14:20 2007 +0100
59383
59384     Fix endianness conversions in rtl8169 driver
59385
59386     It is unclear on what platforms this driver has been tested, since
59387     noone up to now defines CONFIG_RTL8169 in the board configuration
59388     header. Now it has been fixed for a big-endian mpc8241 based
59389     linkstation platform. This patch presents the necessary endianness
59390     conversion fixes.
59391
59392     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
59393
59394 commit 58694f9709c0c3e3178e349ae748d98cfb0c639a
59395 Author: Zhang Wei <wei.zhang@freescale.com>
59396 Date:   Thu Jan 3 10:51:15 2008 +0800
59397
59398     Add Ctrl combo key support to usb keyboard driver.
59399
59400     Ctrl combo key support is added, which is very useful to input Ctrl-C
59401     for interrupt current job.
59402     Also add usb_event_poll() calling to usb_kbd_testc(), which can get
59403     key input when tstc() is called.
59404
59405     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
59406     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
59407
59408 commit 07eb02687f008721974a2fb54cd7fdc28033ab3c
59409 Author: Wolfgang Denk <wd@denx.de>
59410 Date:   Wed Jan 9 13:43:38 2008 +0100
59411
59412     Coding Style clenaup; update CHANGELOG
59413
59414     Signed-off-by: Wolfgang Denk <wd@denx.de>
59415
59416 commit c26acc1a43b31ddca5add42fd0360ff0eee90c80
59417 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59418 Date:   Thu Dec 27 17:13:11 2007 +0100
59419
59420     Remove bit swapping in Xilinx Spartan bitfile loading
59421
59422     This patch removes the unnecessary bit swapping when
59423     booting .bit files with the 'fpga loadb' command.
59424
59425     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59426
59427 commit 437fc7327f0611f82937858f2d80e4cd61b40984
59428 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59429 Date:   Thu Dec 27 17:13:05 2007 +0100
59430
59431     Fix MSB check in Xilinx Spartan slave serial mode
59432
59433     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59434
59435 commit 3bff4ffa33729a42645e328a21e8d16488872958
59436 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59437 Date:   Thu Dec 27 17:12:56 2007 +0100
59438
59439     Add new Xilinx Spartan FPGA types
59440
59441     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59442
59443 commit 21d39d598c4e74d4e7761608c79dba2715d40a4c
59444 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59445 Date:   Thu Dec 27 17:12:43 2007 +0100
59446
59447     Add pre and post configuration callbacks for Spartan FPGAs
59448
59449     This patch adds a post configuration callback for Spartan2/3 FPGAs.
59450     pre and post configuration callback are now optional and
59451     not called when the function pointer is set to NULL.
59452
59453     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59454
59455 commit 0133502e39ff89b67c26cb4015e0e7e8d9571184
59456 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59457 Date:   Thu Dec 27 17:12:34 2007 +0100
59458
59459     Improve configuration of FPGA subsystem
59460
59461     This patch removes the FPGA subsystem configuration through
59462     the CONFIG_FPGA bitmask configuration option.
59463
59464     See README for the new options:
59465
59466         CONFIG_FPGA,
59467         CONFIG_FPGA_<vendor>,
59468         CONFIG_FPGA_<family>
59469
59470     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59471
59472 commit 95c6bc7d4a3588b452baca610f8c795a83630477
59473 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59474 Date:   Thu Dec 27 16:55:17 2007 +0100
59475
59476     Add Epson RX8025 RTC support
59477
59478     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59479
59480 commit 1208a2dfde02bedd3c5bda29a606632b8e0be058
59481 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59482 Date:   Thu Dec 27 16:57:23 2007 +0100
59483
59484     serial: Make default_serial_console() a weak function
59485
59486     With this patch it is possible to reimplement default_serial_console()
59487     in board specific code. This will be done in the upcomming PMC440
59488     U-Boot port. This also allows the lwmon board maintainer to
59489     remove the '#if !defined(CONFIG_LWMON) ...' from common/serial.c.
59490
59491     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59492
59493 commit d16471ee05ce7ac5392bc0e9fe3ff4b58a768f33
59494 Author: Harald Welte <laforge@openmoko.org>
59495 Date:   Wed Dec 19 14:14:47 2007 +0100
59496
59497     add 'terminal program' functionality
59498
59499     This patch adds a 'cu' like serial terminal command to u-boot
59500     using which you can access other serial ports from the system console.
59501
59502     OpenMoko uses this in their Neo1973 phones to get access to the GSM
59503     Modem and GPS chip from the bootloader.
59504
59505     Signed-off-by: Harald Welte <laforge@openmoko.org>
59506
59507 commit 62d4f4365341576f5a5307b2b205a5aa2e3c6be6
59508 Author: Harald Welte <laforge@openmoko.org>
59509 Date:   Wed Dec 19 14:12:53 2007 +0100
59510
59511     Re-introduce the 'nand read.oob' and 'nand write.oob' commands
59512     that used to exist with the legacy NAND code
59513
59514     Signed-off-by: Harald Welte <laforge@openmoko.org>
59515
59516 commit f540c42d9564854b19ce9bbb70affe172529fe70
59517 Author: Harald Welte <laforge@openmoko.org>
59518 Date:   Wed Dec 19 14:09:58 2007 +0100
59519
59520     Fix building with CRAMFS but not JFFS2 support
59521
59522     Signed-off-by: Harald Welte <laforge@openmoko.org>
59523
59524 commit 23d0baf967fecdaf1804f045f6339337c5607eec
59525 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
59526 Date:   Sat Dec 22 15:52:58 2007 +0100
59527
59528     Allow CONFIG_AUTO_COMPLETE and command history CONFIG_CMDLINE_EDITING at the sametime
59529
59530     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
59531     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
59532
59533 commit 23776ff292966a85d811126933830bed48211826
59534 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
59535 Date:   Tue Dec 11 10:53:12 2007 +0100
59536
59537     ARM: support board-specific ethernet PHY init
59538
59539     Add until the new phylib will be arrived
59540
59541     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
59542
59543 commit 7b74ebe723e576baedf5a8b6240589b19b845a1b
59544 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
59545 Date:   Sat Dec 8 16:34:08 2007 +0100
59546
59547     IXP: Add full baud-rate support for ixp42x, ixp45x and ixp46x
59548
59549     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
59550
59551 commit a2df4da31b1a1e41e3e9e1358cfc52b806046ce1
59552 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
59553 Date:   Sun Dec 9 11:01:10 2007 +0100
59554
59555     Add missing file in gitignore and comments
59556
59557     based on Linux source tree's .gitignore files
59558
59559     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
59560
59561 commit 435dc8fcdb3bc61d3d490773a8f369f98a20c868
59562 Author: Wolfgang Denk <wd@denx.de>
59563 Date:   Wed Jan 9 11:36:21 2008 +0100
59564
59565     Coding Style cleanup, update CHANGELOG
59566
59567     Signed-off-by: Wolfgang Denk <wd@denx.de>
59568
59569 commit b2e2142c500c48a57f18f9dd30e66c13caea0971
59570 Author: Stefan Roese <sr@denx.de>
59571 Date:   Wed Jan 9 10:38:58 2008 +0100
59572
59573     POST: Execute SPR test after relocation
59574
59575     On LWMON5 we now use d-cache as init-ram and stack. The SPR POST test uses
59576     self modifying code and this doesn't work with stack in d-cache, since
59577     I can't move the code from d-cache to i-cache. We move the SPR test to
59578     be executed a little later, after relocation. Then stack is located in
59579     SDRAM and this self-modifying code is no problem anymore.
59580
59581     Signed-off-by: Stefan Roese <sr@denx.de>
59582
59583 commit 8f24e0637ae113500d8bd60d80d57afcc0aa8bde
59584 Author: Stefan Roese <sr@denx.de>
59585 Date:   Wed Jan 9 10:28:20 2008 +0100
59586
59587     ppc4xx: Change LWMON5 to not use OCM for init-ram and POST anymore
59588
59589     This patch configures the LWMON5 port to use d-cache as init-ram and
59590     the unused GPT0_COMP6 as POST WORD storage.
59591
59592     Signed-off-by: Stefan Roese <sr@denx.de>
59593
59594 commit 1754f50b710194f886b6f2831803d8960171a14d
59595 Author: Stefan Roese <sr@denx.de>
59596 Date:   Wed Jan 9 10:25:46 2008 +0100
59597
59598     ppc4xx: Add CFG_POST_ALT_WORD_ADDR to support non OCM POST WORD storage
59599
59600     The privious 4xx POST implementation only supported storing the POST
59601     WORD in OCM. Since we need to reserve the OCM on LWMON5 for the logbuffer
59602     we need to store the POST WORD in some other non volatile location.
59603     This patch adds CFG_POST_ALT_WORD_ADDR to specify an address for such
59604     a location.
59605
59606     Signed-off-by: Stefan Roese <sr@denx.de>
59607
59608 commit e02c521d94b45d7b05aa522e4ccde6b74bf5fe57
59609 Author: Stefan Roese <sr@denx.de>
59610 Date:   Wed Jan 9 10:23:16 2008 +0100
59611
59612     ppc4xx: Add 44x cache locking to better support init-ram in d-cache
59613
59614     This patch adds support for locking the init-ram/stack in d-cache,
59615     so that other regions may use d-cache as well
59616
59617     Note, that this current implementation locks exactly 4k of d-cache,
59618     so please make sure that you don't define a bigger init-ram area. Take
59619     a look at the lwmon5 440EPx implementation as a reference.
59620
59621     Signed-off-by: Stefan Roese <sr@denx.de>
59622
59623 commit 0ddb89601a8d29e808db450366752ffdc6267c53
59624 Author: Wolfgang Denk <wd@denx.de>
59625 Date:   Wed Jan 9 10:16:33 2008 +0100
59626
59627     Fix memset bug in ext2fs_read_file()
59628
59629     ext2fs_read_file() had the function arguments swapped.
59630
59631     Pointed out by Mike Montour, 19 Dec 2007 22:34:25 -0800
59632
59633     Signed-off-by: Wolfgang Denk <wd@denx.de>
59634
59635 commit 32d6f1bc09175f3b77469771e839bc7255a9f22e
59636 Author: Markus Klotzbücher <mk@denx.de>
59637 Date:   Tue Jan 5 08:17:15 1988 +0100
59638
59639     Fix problems with usb storage devices on MPC5200 /TQM5200
59640
59641     The MPC5200 OHCI controller operates in big endian, so
59642     CFG_OHCI_BE_CONTROLLER must be defined for it to work properly.
59643
59644     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
59645
59646 commit 46f6e5019048b103d7693d5310de0f1cfbaf4c19
59647 Author: Wolfgang Denk <wd@denx.de>
59648 Date:   Tue Jan 8 22:58:27 2008 +0100
59649
59650     Fix compile problem with new env code.
59651
59652     Signed-off-by: Wolfgang Denk <wd@denx.de>
59653
59654 commit 64b3727b9779d86127cd576e392a987de5ebb9fd
59655 Author: Markus Klotzbücher <mk@denx.de>
59656 Date:   Tue Nov 27 10:23:20 2007 +0100
59657
59658     tools: fix fw_printenv tool to compile again
59659
59660     This patch updates the fw_printenv/fw_setenv userspace tool to include
59661     the correct MTD header in order to compile against current kernel
59662     headers. Backward compatibility is preserved by introducing an option
59663     MTD_VERSION which can be set to "old" for compilation using the old MTD
59664     headers. Along with this a number of warnings are fixed.
59665
59666     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
59667
59668 commit 1f84021a85abeb837d2ce0dc84297b4f1d45d516
59669 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59670 Date:   Tue Jan 8 15:40:09 2008 +0100
59671
59672     ppc4xx: assign PCI interrupts on seuqoia boards
59673
59674     Some operating systems rely on assigned PCI interrupts.
59675
59676     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59677
59678 commit 6e9233d30afe57cb6e148fbfa4895e7810196fac
59679 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59680 Date:   Tue Jan 8 15:50:49 2008 +0100
59681
59682     ppc4xx: Move cpu/ppc4xx/vecnum.h into include path
59683
59684     This patch allows the use of 4xx interrupt vector number defines
59685     in board specific code outside cpu/ppc4xx.
59686
59687     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59688
59689 commit 580d1d3186a2bc6dbdb626941b716dae1788e51e
59690 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59691 Date:   Tue Jan 8 15:39:01 2008 +0100
59692
59693     ppc4xx: Fix UIC2 vector number base
59694
59695     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59696
59697 commit ff5fb8a6ccba56e3482d0e297d8cfb7faa040811
59698 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59699 Date:   Tue Jan 8 12:49:58 2008 +0100
59700
59701     ppc4xx: Update PLB/PCI divider for PMC440 board
59702
59703     This patch updates the PLB/PCI divider when running at
59704     400MHz CPU frequency from 4 to 3 which results in 44MHz PCI sync clock.
59705
59706     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59707
59708 commit 7d5d75633174867316a0c0f2fca5ceb2cf312cde
59709 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59710 Date:   Tue Jan 8 11:13:09 2008 +0100
59711
59712     ppc4xx: Disable error message when no NAND chip is installed on PMC440
59713
59714     Add CFG_NAND_QUIET_TEST option to disable error message when
59715     no NAND chip is installed on PMC440 boards.
59716
59717     Disable a couple of config defines that are only used for NAND_U_BOOT.
59718
59719     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59720
59721 commit c83d7ca4dadd44ae430235077f63b64a11f36f6e
59722 Author: Wolfgang Denk <wd@denx.de>
59723 Date:   Tue Jan 8 22:58:27 2008 +0100
59724
59725     Fix compile problem with new env code.
59726
59727     Signed-off-by: Wolfgang Denk <wd@denx.de>
59728
59729 commit 6de66b35426312a21174a9bf0576a094e2904bea
59730 Author: Markus Klotzbücher <mk@denx.de>
59731 Date:   Tue Nov 27 10:23:20 2007 +0100
59732
59733     tools: fix fw_printenv tool to compile again
59734
59735     This patch updates the fw_printenv/fw_setenv userspace tool to include
59736     the correct MTD header in order to compile against current kernel
59737     headers. Backward compatibility is preserved by introducing an option
59738     MTD_VERSION which can be set to "old" for compilation using the old MTD
59739     headers. Along with this a number of warnings are fixed.
59740
59741     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
59742
59743 commit ad3006fe7e84667021753b74247b0bafd97ba35f
59744 Author: Gerald Van Baren <vanbaren@cideas.com>
59745 Date:   Mon Jan 7 23:47:32 2008 -0500
59746
59747     LIBFDT: use memmove() instead of memcpy()
59748
59749     This is partial patch from the DTC/libfdt
59750     commit  67b6b33b9b413a450a72135b5dc59c0a1e33e647
59751     Author: David Gibson <david@gibson.dropbear.id.au>
59752     Date:   Wed Nov 21 11:56:14 2007 +1100
59753
59754         The patch also fixes one genuine bug caught by valgrind -
59755         _packblocks() in fdt_rw.c was using memcpy() where it should have been
59756         using memmove().
59757
59758     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
59759
59760 commit aec7135bc300e3340d18f203347ee00c5b5f68c0
59761 Author: David Gibson <david@gibson.dropbear.id.au>
59762 Date:   Mon Dec 17 14:42:07 2007 +1100
59763
59764     libfdt: Add more documentation (patch the seventh)
59765
59766     This patch adds more documenting comments to libfdt.h.  Specifically,
59767     these document the read/write functions (not including fdt_open_into()
59768     and fdt_pack(), for now).
59769
59770     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
59771
59772 commit 9d4450b5adc36623e9c1de1f92539db77ad0c57e
59773 Author: David Gibson <david@gibson.dropbear.id.au>
59774 Date:   Mon Dec 17 14:41:52 2007 +1100
59775
59776     libfdt: Add more documentation (patch the sixth)
59777
59778     This patch adds some more documenting comments to libfdt.h.
59779     Specifically this documents all the write-in-place functions.
59780
59781     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
59782
59783 commit b60af3d4c1680487ee37e11aa1b3db6dec04d8f0
59784 Author: Gerald Van Baren <vanbaren@cideas.com>
59785 Date:   Sat Dec 29 22:45:27 2007 -0500
59786
59787     Fine grained per property /chosen updating.
59788
59789     Implement a suggestion by Scott Wood to make the /chosen handling fine
59790     grained.  Don't overwrite pre-existing properties on a per-property basis,
59791     so if /chosen exists but a necessary /chosen/property doesn't, it gets
59792     created.  If a /chosen property exists, it is NOT overwritten unless the
59793     "force" flag is true.
59794
59795     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
59796
59797 commit 238cb7a423c6eaa36496efb788cfb9798cea7f95
59798 Author: Gerald Van Baren <vanbaren@cideas.com>
59799 Date:   Sat Jan 5 15:33:29 2008 -0500
59800
59801     Improve the FDT help message.
59802
59803     Add a note that "fdt copy" makes the new address active.
59804     Remove most of the extra hints at the end of the fdt help.
59805
59806     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
59807
59808 commit ea6d8be153ceaf16958f8009cea6d75f3ff58d92
59809 Author: Gerald Van Baren <vanbaren@cideas.com>
59810 Date:   Sat Jan 5 14:52:04 2008 -0500
59811
59812     Support setting FDT properties with optional values.
59813
59814     Fix a bug found and documented by Bartlomiej Sieka where the optional
59815     value on "fdt set <path> <prop> [<val>]" wasn't optional.
59816
59817     => fdt mknode / testnode
59818     => fdt print /testnode
59819     testnode {
59820     };
59821     => fdt set /testnode testprop
59822     => fdt print /testnode
59823     testnode {
59824             testprop;
59825     };
59826
59827     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
59828
59829 commit 22fb2246df91bfc840d87f0c5910818bad55577a
59830 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59831 Date:   Fri Dec 28 11:56:30 2007 +0100
59832
59833     Add fdt_find_and_setprop() to fdt_support.h
59834
59835     fdt_find_and_setprop() is used by several 4xx boards and it's
59836     missing in the appropriate header. This patch eliminates a
59837     warning when building U-Boot for such boards.
59838
59839     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
59840     Acked-by: Stefan Roese <sr@denx.de>
59841
59842 commit 802b769bac17b0560d3535a42c502469ee190cd1
59843 Author: Stefan Roese <sr@denx.de>
59844 Date:   Tue Jan 8 18:39:30 2008 +0100
59845
59846     ppc4xx: Return 0 on success in 4xx ethernet driver
59847
59848     Signed-off-by: Stefan Roese <sr@denx.de>
59849
59850 commit 6775c68683a53c7abc778774641aac6f833a2cbf
59851 Author: Kim Phillips <kim.phillips@freescale.com>
59852 Date:   Tue Jan 8 09:59:49 2008 -0600
59853
59854     mpc83xx: fix missed pci_hose -> hose conversion for new libfdt code
59855
59856     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
59857
59858 commit 94fab25f5f1a7d1c0cc63c17e813ea8943fe49c7
59859 Author: Kim Phillips <kim.phillips@freescale.com>
59860 Date:   Thu Dec 20 16:28:34 2007 -0600
59861
59862     mpc83xx: rm remaining FLAT_TREE code
59863
59864     ..in board pci.c files
59865
59866     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
59867
59868 commit b3458d2cd55d01732e30a76d898afd99e871cd67
59869 Author: Kim Phillips <kim.phillips@freescale.com>
59870 Date:   Thu Dec 20 15:57:28 2007 -0600
59871
59872     mpc83xx: remove FLAT_TREE code
59873
59874     need to rm it from pci code, too!
59875
59876     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
59877
59878 commit 5b8bc606c61456566af6912f818a153b6b06f242
59879 Author: Kim Phillips <kim.phillips@freescale.com>
59880 Date:   Thu Dec 20 14:09:22 2007 -0600
59881
59882     mpc83xx: convert to using do_fixup_*()
59883
59884     convert to using simpler mpc85xx style fdt update code; streamline by
59885     eliminating macros OF_SOC, OF_CPU, etc. which allows us to rm
59886     the old school FLAT_TREE code from 83xx (since the sbc8349 was just
59887     converted over to using libfdt).
59888
59889     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
59890
59891 commit e496865ecc31a2fe2f9abfe798334bb02aaf05ab
59892 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
59893 Date:   Thu Dec 20 12:58:51 2007 -0500
59894
59895     sbc8349: enable libfdt by default on WRS SBC8349 board.
59896
59897     Make libfdt the default for the WRS SBC8349 board.
59898     Parallel of commit 35cc4e4823668e8745854899cfaedd4489beb0ef
59899     done for the other 83xx based boards.  Also fix a typo in CONFIG_PCI.
59900
59901     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
59902
59903 commit 2408b3f20bcbdd9c6c397cd03ab0d71d54680a40
59904 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
59905 Date:   Thu Dec 20 12:58:16 2007 -0500
59906
59907     sbc8349: migrate board to libfdt
59908
59909     This adds libfdt support code for the Wind River sbc8349 board.
59910
59911     Parallel of commit 3fde9e8b22cfbd7af489214758f9839a206576cb for
59912     the other Freescale 83xx boards.
59913
59914     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
59915
59916 commit 27a256a90cc86392ac9bf0039a3afe638ec2c18d
59917 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
59918 Date:   Thu Dec 20 12:56:19 2007 -0500
59919
59920     sbc8349: Remove board specific ECC code
59921
59922     ECC code is now shared for all 83xx boards, so remove board specific one.
59923     See commit daab8c67d2defef73dc26ab07f0c3afd1b05d019 for reference.
59924
59925     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
59926
59927 commit a1e1ac849249310e5e2e5c7148e9fb353a8317a7
59928 Author: Kim Phillips <kim.phillips@freescale.com>
59929 Date:   Thu Dec 20 01:30:48 2007 -0600
59930
59931     mpc83xx: Remove CONFIG options related to OF that we dont use (on 837x)
59932
59933     continuation of commit 37395fa2b0d9d617f28d44ca11592260ef16105a to 837x
59934
59935     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
59936
59937 commit ccf21c311e68d48399eff1e72936052885f6e3f7
59938 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
59939 Date:   Thu Dec 6 16:43:40 2007 +0100
59940
59941     Add support CONFIG_UEC_ETH3 in MPC83xx
59942
59943     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
59944
59945 commit e6af9932d31171e35db880e7b2f29f903b1b7660
59946 Author: Kumar Gala <galak@kernel.crashing.org>
59947 Date:   Mon Nov 26 11:00:54 2007 -0600
59948
59949     Remove CONFIG options related to OF that we dont use
59950
59951     The MPC8360E MDS config defined:
59952         CONFIG_OF_HAS_BD_T
59953         CONFIG_OF_HAS_UBOOT_ENV
59954
59955     Which we don't use or ever needed.  This seems like copy-paste feature creep.
59956
59957     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
59958
59959 commit f602082b4b7ed4ee16432067cc67a0a24fedc715
59960 Author: Kim Phillips <kim.phillips@freescale.com>
59961 Date:   Mon Dec 10 14:16:22 2007 -0600
59962
59963     mpc83xx: supress compiler warning
59964
59965     mpc8360emds.c: In function â€˜ft_board_setup’:
59966     mpc8360emds.c:335: warning: assignment discards qualifiers from pointer target type
59967     mpc8360emds.c:345: warning: assignment discards qualifiers from pointer target type
59968
59969     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
59970
59971 commit c16e44fa835fb9eec982d919863a04e2f78e5ce7
59972 Author: Kim Phillips <kim.phillips@freescale.com>
59973 Date:   Tue Nov 27 14:17:29 2007 -0600
59974
59975     mpc83xx: fix remaining fdt_find_node_by_path references
59976
59977     rename to fdt_path_offset
59978
59979     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
59980
59981 commit 921d4b19ad1be704df58725485d9292dc0414adf
59982 Author: Kim Phillips <kim.phillips@freescale.com>
59983 Date:   Mon Nov 19 12:30:09 2007 -0600
59984
59985     mpc83xx: fix CFG_ENV_ADDR and CFG_ENV_SECT_SIZE definitions for 837x
59986
59987     Fix the definitions of CFG_ENV_ADDR and CFG_ENV_SECT_SIZE for 837x.
59988     This change guarantees that the environment will be located on the
59989     first flash sector after the U-Boot image.
59990
59991     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
59992
59993 commit 24f868433b50ecbaa88e118aadc7bd254013c6ae
59994 Author: Kim Phillips <kim.phillips@freescale.com>
59995 Date:   Fri Nov 9 14:28:08 2007 -0600
59996
59997     mpc83xx: mpc8360 rev.2.1 erratum 2: replace rgmii-id with rgmii-rxid
59998
59999     u-boot itself uses GMII mode on the 8360.  Fix up UCC phy-connection-type
60000     properties in the device tree so the PHY gets configured for internal delay on
60001     RX only by the OS, as prescribed by mpc8360 rev. 2.1 pb mds erratum #2.
60002
60003     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
60004
60005 commit 22b448dbfbe2a98f01ff4adc3c3979f8c541ad7b
60006 Author: Dave Liu <r63238@freescale.com>
60007 Date:   Tue Sep 18 12:41:15 2007 +0800
60008
60009     mpc83xx: update the CREDITS and MAINTAINERS
60010
60011     update the CREDITS and MAINTAINERS.
60012
60013     Signed-off-by: Dave Liu <daveliu@freescale.com>
60014
60015 commit b21add4b42af7b767448251b599b91066a160e0d
60016 Author: Dave Liu <r63238@freescale.com>
60017 Date:   Tue Sep 18 12:40:21 2007 +0800
60018
60019     mpc83xx: add MAINTAINER and MAKEALL entries for the mpc837xemds
60020
60021     Add the MAINTAINER and MAKEALL entries for mpc837xemds
60022
60023     Signed-off-by: Dave Liu <daveliu@freescale.com>
60024
60025 commit f8900ce9094c462355eb792eea264ff16ac8fd16
60026 Author: Dave Liu <r63238@freescale.com>
60027 Date:   Tue Sep 18 12:38:53 2007 +0800
60028
60029     mpc83xx: Add the MPC837xEMDS board readme
60030
60031     Add the README.mpc837xemds to /doc
60032
60033     Signed-off-by: Dave Liu <daveliu@freescale.com>
60034
60035 commit 19580e660cc8da49f16536a8bd78c047c7bc12e5
60036 Author: Dave Liu <r63238@freescale.com>
60037 Date:   Tue Sep 18 12:37:57 2007 +0800
60038
60039     mpc83xx: Add the support of MPC837xEMDS board
60040
60041     The MPC837xEMDS board support:
60042     * DDR2 400MHz hardcoded and SPD init
60043     * Local bus NOR Flash
60044     * I2C, UART, MII and RTC
60045     * eTSEC RGMII
60046     * PCI host
60047
60048     Signed-off-by: Dave Liu <daveliu@freescale.com>
60049
60050 commit 555da61702771fe0f76f3de23b4e7590f3704161
60051 Author: Dave Liu <r63238@freescale.com>
60052 Date:   Tue Sep 18 12:36:58 2007 +0800
60053
60054     mpc83xx: Add the support of MPC8315E SoC
60055
60056     The MPC8315E SoC including e300c3 core and new IP blocks,
60057     such as TDM, PCI Express and SATA controller.
60058
60059     Signed-off-by: Dave Liu <daveliu@freescale.com>
60060
60061 commit 03051c3d35c9981ceaa059005660e699f3eacf1c
60062 Author: Dave Liu <r63238@freescale.com>
60063 Date:   Tue Sep 18 12:36:11 2007 +0800
60064
60065     mpc83xx: Add the support of MPC837x SoC
60066
60067     The MPC837x SoC including e300c4 core and new IP blocks,
60068     such as SDHC, PCI Express and SATA controller.
60069
60070     Signed-off-by: Dave Liu <daveliu@freescale.com>
60071
60072 commit 651d96f7e4c84adcdb98ef07ec878c20326e3359
60073 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
60074 Date:   Wed Nov 14 18:54:53 2007 +0300
60075
60076     MPC8360E-MDS: configure and enable second UART
60077
60078     Despite user manual, BCSR9.7 is negated (high) on HRST, so
60079     UART2 is disabled. Fix that and configure QE pins properly.
60080
60081     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
60082
60083 commit b2893e1fcb28fad8c8b317104df8cee0142c7631
60084 Author: Timur Tabi <timur@freescale.com>
60085 Date:   Mon Nov 5 09:34:06 2007 -0600
60086
60087     83xx: fix CFG_ENV_ADDR and CFG_ENV_SECT_SIZE definitions
60088
60089     Fix the definitions of CFG_ENV_ADDR and CFG_ENV_SECT_SIZE for all of the
60090     currently-defined 83xx boards.  This change guarantees that the environment
60091     will be located on the first flash sector after the U-Boot image.
60092
60093     Signed-off-by: Timur Tabi <timur@freescale.com>
60094     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
60095
60096 commit e05329516a13616b53240cd85b739217c2bf87f1
60097 Author: Larry Johnson <lrj@acm.org>
60098 Date:   Fri Jan 4 13:27:02 2008 -0500
60099
60100     ppc4xx: Remove weak binding from common Denali data-eye search code
60101
60102     Now that there are no board-specific versions of
60103     "denali_core_search_data_eye()", the weak binding on the common version
60104     can be removed.
60105
60106     Signed-off-by: Larry Johnson <lrj@acm.org>
60107
60108 commit 5ba576c01602fd328800a427964c36a0a05c5dce
60109 Author: Stefan Roese <sr@denx.de>
60110 Date:   Sat Jan 5 09:13:46 2008 +0100
60111
60112     ppc4xx: Remove unused CONFIG_ECC_ERROR_RESET from 44x_spd_ddr2.c
60113
60114     Signed-off-by: Stefan Roese <sr@denx.de>
60115
60116 commit 845c6c95dbfe6c915ce68a0a115852fa17932fb4
60117 Author: Stefan Roese <sr@denx.de>
60118 Date:   Sat Jan 5 09:12:41 2008 +0100
60119
60120     ppc4xx: Update Katmai/44x_spd_ddr2.c code for optimal DDR2 setup
60121
60122     On Katmai the complete auto-calibration somehow doesn't seem to
60123     produce the best results, meaning optimal values for RQFD/RFFD.
60124     This was discovered by GDA using a high bandwidth scope,
60125     analyzing the DDR2 signals. GDA provided a fixed value for RQFD,
60126     so now on Katmai "only" RFFD is auto-calibrated.
60127
60128     This patch also adds RDCC calibration as mentioned on page 7 of
60129     the AMCC PowerPC440SP/SPe DDR2 application note:
60130     "DDR1/DDR2 Initialization Sequence and Dynamic Tuning"
60131
60132     Signed-off-by: Stefan Roese <sr@denx.de>
60133
60134 commit 49db47b8ae6afff2b898be312948ff501357dc80
60135 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
60136 Date:   Wed Jan 2 16:48:42 2008 +0100
60137
60138     ppc4xx: Remove sdram.h from PMC440 board
60139
60140     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
60141
60142 commit 34065a2ce0d8972f2ec6652076014ab243d2ce8a
60143 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
60144 Date:   Wed Jan 2 16:48:34 2008 +0100
60145
60146     ppc4xx: use common denali core defines and data eye search code for PMC440
60147
60148     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
60149
60150 commit 9ac6b6f3d3f1b072d89268b2efe47e95e6659489
60151 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
60152 Date:   Wed Jan 2 12:05:14 2008 +0100
60153
60154     ppc4xx: More cleanup for esd's LCD code
60155
60156     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
60157
60158 commit fe9c26b330a21ce73e52b5bd347d725cb81e3cfb
60159 Author: Stefan Roese <sr@denx.de>
60160 Date:   Fri Jan 4 12:00:01 2008 +0100
60161
60162     ppc4xx: Fix Sequoia NAND booting target
60163
60164     The Sequoia NAND booting target now uses the recently extracted
60165     cpu/ppc4xx/denali_data_eye.c file too.
60166
60167     Signed-off-by: Stefan Roese <sr@denx.de>
60168
60169 commit 0ddd969aec532bd7eae30fc09590488a3aaa629a
60170 Author: Lawrence R. Johnson <lrj@acm.org>
60171 Date:   Thu Jan 3 15:02:02 2008 -0500
60172
60173     ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Korat board
60174
60175     Signed-off-by: Larry Johnson <lrj@acm.org>
60176
60177 commit b05e8bf58be9d8956fdfde3d8c8e87c140414663
60178 Author: Lawrence R. Johnson <lrj@acm.org>
60179 Date:   Fri Jan 4 02:11:56 2008 -0500
60180
60181     ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Sequoia board
60182
60183     Note: this patch changes the configuration of some GPIO registers:
60184
60185        Register      Old Value   New Value
60186     ---------------  ----------  ----------
60187     DCR GPIO0_TCR    0x0000000F  0x0000F0CF
60188     DCR GPIO0_TSRH   0x55005000  0x00000000
60189     DCR GPIO1_TCR    0xC2000000  0xE2000000
60190     DCR GPIO1_TSRL   0x0C000000  0x00200000
60191     DCR GPIO1_ISR2L  0x00050000  0x00110000
60192
60193     Signed-off-by: Larry Johnson <lrj@acm.org>
60194
60195 commit 5ab884b254ca2e707ab50545cd705f30108cf491
60196 Author: Lawrence R. Johnson <lrj@acm.org>
60197 Date:   Thu Jan 3 18:54:00 2008 -0500
60198
60199     ppc4xx: Add functionality to GPIO support
60200
60201     This patch makes two additions to GPIO support:
60202
60203     First, it adds function gpio_read_in_bit() to read the a bit from the
60204     GPIO Input Register (GPIOx_IR) in the same way that function
60205     gpio_read_out_bit() reads a bit from the GPIO Output Register
60206     (GPIOx_OR).
60207
60208     Second, it modifies function gpio_set_chip_configuration() to provide
60209     an additional option for configuring the GPIO from the
60210     "CFG_4xx_GPIO_TABLE".
60211
60212     According to the 440EPx User's Manual, when an alternate output is used,
60213     the three-state control is configured in one of two ways, depending on
60214     the particular output.  The first option is to select the corresponding
60215     alternate three-state control in the GPIOx_TRSH/L registers.  The second
60216     option is to select the GPIO Three-State Control Register (GPIOx_TCR) in
60217     the GPIOx_TRSH/L registers, and set the corresponding bit in the
60218     GPIOx_TCR register to enable the output.  For example, the Manual
60219     specifies configuring the GPIO00 Alternate 1 Signal (PreAddr07) to use
60220     the alternate three-state control (first option), and specifies
60221     configuring the GPIO32 Alternate 1 Signal (USB2OM0) with the output
60222     enabled in the GPIOx_TCR register (second option).
60223
60224     Currently, gpio_set_chip_configuration() configures all alternate signal
60225     outputs to use the first option.  This patch allow the second option to
60226     be selected by setting the "out_val" element in the table entry to
60227     "GPIO_OUT_1".  The first option is used when the "out_val" element is
60228     set to "GPIO_OUT_0".  Because "out_val" is not currently used when an
60229     alternate signal is selected, and because all current GPIO tables set
60230     "out_val" to "GPIO_OUT_0" for all alternate signals, this patch should
60231     not change any existing configurations.
60232
60233     Signed-off-by: Larry Johnson <lrj@acm.org>
60234
60235 commit 196404cdc1de495d6182e84731c200fc5748df15
60236 Author: Larry Johnson <lrj@arlinx.com>
60237 Date:   Sun Dec 30 01:01:54 2007 -0500
60238
60239     PPC4xx: Remove sdram.h from board/lwmon5
60240
60241     These definitions are now in "include/ppc440.h".
60242
60243     Signed-off-by: Larry Johnson <lrj@acm.org>
60244
60245 commit ef16fccf96e55eab93fe25d03ebe2e9b56e5332b
60246 Author: Larry Johnson <lrj@arlinx.com>
60247 Date:   Sun Dec 30 01:01:32 2007 -0500
60248
60249     PPC4xx: Use common code for LWMON5 board SDRAM support
60250
60251     This patch also modifies the functionality of the code so that the data-eye
60252     search is now done with with the cache disabled.
60253
60254     Signed-off-by: Larry Johnson <lrj@acm.org>
60255
60256 commit 62cc3951ab72135d9c101f1845b794e63a0fa189
60257 Author: Larry Johnson <lrj@arlinx.com>
60258 Date:   Sun Dec 30 01:01:14 2007 -0500
60259
60260     PPC4xx: Remove sdram.h from board/amcc/sequoia
60261
60262     These definitions are now in "include/ppc440.h".
60263
60264     Signed-off-by: Larry Johnson <lrj@acm.org>
60265
60266 commit ce3902e1765bbfb07cf5bbe98be9a68e3009996a
60267 Author: Larry Johnson <lrj@arlinx.com>
60268 Date:   Sun Dec 30 01:00:50 2007 -0500
60269
60270     PPC4xx: Use common code for Sequoia board SDRAM support
60271
60272     Signed-off-by: Larry Johnson <lrj@acm.org>
60273
60274 commit 8b0c5c127690335758100c25eaec2b84db97c101
60275 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
60276 Date:   Thu Dec 27 16:58:41 2007 +0100
60277
60278     net: Add CONFIG_NET_DO_NOT_TRY_ANOTHER option
60279
60280     When CONFIG_NET_DO_NOT_TRY_ANOTHER is defined U-Boot's
60281     networking stack does not automatically switch to
60282     another interface. This patch does not touch the default
60283     behavior.
60284
60285     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
60286     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
60287
60288 commit 505be87a65e4f87ad7d8da1d57ea4dcd487d7e32
60289 Author: Upakul Barkakaty <upakul@gmail.com>
60290 Date:   Thu Nov 29 12:16:13 2007 +0530
60291
60292     NET: Proper return code handling in eth_init() function in file eth.c
60293
60294     This patch modifies the return code handling in the eth_init()
60295     function, to be compatible with the handling of the return codes in
60296     the other network stack files. It now returns a 0 on Success and -1 on
60297     error.
60298
60299     Signed-off-by: Upakul Barkakaty <upakul.barkakaty@conexant.com>
60300     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
60301
60302 commit 5ca2d0953e4579a80810966cca2077e20d912c97
60303 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
60304 Date:   Mon Nov 19 20:27:04 2007 +0900
60305
60306     net/eth.c: Fix env_enetaddr signed overflow
60307
60308     Assigning the output of simple_strtoul(CB:A9:87:65:43:21) to `char', we are
60309     warned as below:
60310
60311       U-Boot 1.2.0 (Aug 30 2007 - 08:27:37)
60312
60313       DRAM:  256 MB
60314       Flash: 32 MB
60315       In:    serial
60316       Out:   serial
60317       Err:   serial
60318       Net:   NEC-Candy
60319       Warning: NEC-Candy MAC addresses don't match:
60320       Address in SROM is         00:00:4C:80:92:A2
60321       Address in environment is  FFFFFFCB:FFFFFFA9:FFFFFF87:65:43:21
60322
60323     This patch changes env_enetaddr type from `char' to `unsigned char'.
60324
60325     Cc: Masaki Ishikawa <ishikawa-masaki@cnt.mxe.nes.nec.co.jp>
60326     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
60327     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
60328
60329 commit f85b60710571b37293d2233933b76e2aa3db5635
60330 Author: Rafal Jaworowski <raj@semihalf.com>
60331 Date:   Thu Dec 27 18:19:02 2007 +0100
60332
60333     Introduce new eth_receive routine
60334
60335     The purpose of this routine is receiving a single network frame, outside of
60336     U-Boot's NetLoop(). Exporting it to standalone programs that run on top of
60337     U-Boot will let them utilise networking facilities. For sending a raw frame
60338     the already existing eth_send() can be used.
60339
60340     The direct consumer of this routine is the newly introduced API layer for
60341     external applications (enabled with CONFIG_API).
60342
60343     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
60344     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
60345     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
60346
60347 commit 5c740711f0ea5b51414b341b71597c4a0751be74
60348 Author: Jon Loeliger <jdl@freescale.com>
60349 Date:   Thu Jan 3 10:41:04 2008 -0600
60350
60351     8610: Move include of config.h earlier.
60352
60353     Include config.h earlier in the set of #includes
60354     so as to avoid a incidental and duplicate definition
60355     of CFG_CACHELINE_SIZE.
60356
60357     Signed-off-by: Jon Loeliger
60358
60359 commit 61d3421bdea090bd0399b14c3e10a3bebcc8d5ff
60360 Author: Jon Loeliger <jdl@freescale.com>
60361 Date:   Tue Dec 4 10:53:34 2007 -0600
60362
60363     Don't slam #undef DEBUG in the 8641HPCN config file.
60364
60365     Doing so prevents it from being individually set
60366     and useful in other files.
60367
60368     Signed-off-by: Jon Loeliger <jdl@freescale.com>
60369
60370 commit ea9f7395ec362584e5e4f266bd0b0c4422cf6a4c
60371 Author: Jon Loeliger <jdl@freescale.com>
60372 Date:   Wed Nov 28 14:47:18 2007 -0600
60373
60374     Convert MPC8641HPCN to use libfdt.
60375
60376     Assumes the presence of the aliases node in the DTS to
60377     locate the ethernet, pci and serial nodes for fixups.
60378
60379     Use consistent fdtaddr and fdtfile in environment variables.
60380
60381     Signed-off-by: Jon Loeliger <jdl@freescale.com>
60382
60383 commit ce37422d0002e10490e268392e0c4e3028e52cec
60384 Author: Stefan Roese <sr@denx.de>
60385 Date:   Wed Jan 2 14:06:26 2008 +0100
60386
60387     cfi_flash: Fix bug in flash_isset() to use correct 32bit function
60388
60389     This bug was detected on the LWMON5 target which has 2 Intel 16bit wide
60390     flash chips connected to a 32bit wide port.
60391
60392     Signed-off-by: Stefan Roese <sr@denx.de>
60393
60394 commit 1182e9f8e3b92fc372d64943293de53daa2e26cf
60395 Author: Wolfgang Denk <wd@denx.de>
60396 Date:   Wed Jan 2 15:58:44 2008 +0100
60397
60398     Fix compile problem introduced by "cleanup" commit 3dfd708c
60399
60400     Signed-off-by: Wolfgang Denk <wd@denx.de>
60401
60402 commit 1aaab9bfae0b3b2ee2b418c22c651280ee7b65c7
60403 Author: Wolfgang Denk <wd@denx.de>
60404 Date:   Wed Jan 2 15:54:45 2008 +0100
60405
60406     Make scripts and Makefiles POSIX compliant
60407
60408     The bash builtin versions of the "test" (resp. "[") command allow
60409     using "==" for string comparisons, but POSIX compatible implemen-
60410     tations (like /usr/bin/test) insist on using "=" only. On such systems
60411     you will see:
60412
60413         $ /usr/bin/test a == a && echo OK
60414         /usr/bin/test: ==: binary operator expected
60415
60416     This patch fixes Makefiles and scripts to use POSIX style.
60417
60418     Signed-off-by: Wolfgang Denk <wd@denx.de>
60419
60420 commit 47cc23cbe9a669c510183f4f049bf703ef445f3b
60421 Author: Stefan Roese <sr@denx.de>
60422 Date:   Wed Jan 2 14:05:37 2008 +0100
60423
60424     cfi_flash: Fix bug in flash_isset() to use correct 32bit function
60425
60426     This bug was detected on the LWMON5 target which has 2 Intel 16bit wide
60427     flash chips connected to a 32bit wide port.
60428
60429     Signed-off-by: Stefan Roese <sr@denx.de>
60430
60431 commit 3dfd708cc1b2a966ad454ca9ed125dd17dbadbcc
60432 Author: Wolfgang Denk <wd@denx.de>
60433 Date:   Wed Jan 2 12:38:43 2008 +0100
60434
60435     Minor coding style cleanup.
60436
60437     Signed-off-by: Wolfgang Denk <wd@denx.de>
60438
60439 commit e174ac34adf5d5653df12bc3cf19c52063a71269
60440 Author: Stefan Roese <sr@denx.de>
60441 Date:   Fri Dec 28 17:29:56 2007 +0100
60442
60443     ppc4xx: Coding style cleanup
60444
60445     Signed-off-by: Stefan Roese <sr@denx.de>
60446
60447 commit 8ba132cab18ae438b6dd5b0214c28a8fc0d976e5
60448 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
60449 Date:   Fri Dec 28 17:07:24 2007 +0100
60450
60451     ppc4xx: Complete PMC440 board support
60452
60453     This patch brings the PMC440 board configuration file.
60454     Finally it enables the PMC440 board support.
60455
60456     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
60457
60458 commit 407843a582560fc5231299561ab3c2b6b6cd3397
60459 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
60460 Date:   Fri Dec 28 17:07:18 2007 +0100
60461
60462     ppc4xx: Add FPGA support and BSP commands for PMC440 boards
60463
60464     This patch adds some BSP commands and FPGA booting support
60465     for esd's PMC440 boards.
60466
60467     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
60468
60469 commit 72c5d52aedcce35e4b4fa5895605554825b6a76f
60470 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
60471 Date:   Fri Dec 28 17:07:14 2007 +0100
60472
60473     ppc4xx: Add initial esd PMC440 board files
60474
60475     This patch adds the first files for the new esd PMC440 boards.
60476     The next two patches will complete the PMC440 board support.
60477
60478     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
60479
60480 commit f6e0f1f61896ce7729ba1bcea2ffbd138d3947f5
60481 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
60482 Date:   Fri Dec 28 17:10:36 2007 +0100
60483
60484     ppc4xx: Add EEPROM write protection for PLU405 boards + misc. updates
60485
60486     - add EEPROM write protection for esd PLU405 boards.
60487     - initialize NAND GPIOs
60488     - use correct io accessors
60489     - cleanup
60490
60491     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
60492
60493 commit 77660c4b59055d621d2a8595bd4c18bb277268fc
60494 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
60495 Date:   Fri Dec 28 17:10:44 2007 +0100
60496
60497     ppc4xx: use correct io accessors for esd's LCD code
60498
60499     This patch fixes esd's LCD dectection code to work correctly with
60500     newer gcc versions.
60501
60502     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
60503
60504 commit b56bd0fcfc1c73db722e3462c8a9bf607ba7775e
60505 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
60506 Date:   Fri Dec 28 17:10:42 2007 +0100
60507
60508     ppc4xx: Maintenance patch for VOH405 boards
60509
60510     - add EEPROM write protection
60511     - initialize NAND GPIOs
60512     - use correct io accessors
60513     - slow down I2C clock to 100kHz
60514     - enable ext. I2C bus
60515     - cleanup
60516
60517     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
60518
60519 commit c05569066dbcba3fdf36d4d1943df265dc316a86
60520 Author: Stefan Roese <sr@denx.de>
60521 Date:   Fri Dec 28 16:08:08 2007 +0100
60522
60523     ppc4xx: Enable 405EP PCI arbiter per default on all boards
60524
60525     In an attmemt to clean up the 4xx start.S file, I removed the enabling
60526     of the internal 405EP PCI arbiter. This is needed for multiple other
60527     405EP platforms, like most of the esd 405EP. Now the internal PCI
60528     arbiter is enabled again per default as it has been before.
60529
60530     Signed-off-by: Stefan Roese <sr@denx.de>
60531     Acked-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
60532
60533 commit bec9264616fb78273a1d93e87ff4b0b67c7bec1b
60534 Author: Stefan Roese <sr@denx.de>
60535 Date:   Fri Dec 28 15:53:46 2007 +0100
60536
60537     ppc4xx: Fix bug in cpu_init.c (405EP instead of 450EP)
60538
60539     Signed-off-by: Stefan Roese <sr@denx.de>
60540     Acked-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
60541
60542 commit fb83a65c60ab5ca12358b75f1257e5eee6cdbf79
60543 Author: Stefan Roese <sr@denx.de>
60544 Date:   Fri Dec 28 06:06:04 2007 +0100
60545
60546     ppc4xx: Fix compilation problem of kilauea/haleakala nand booting target
60547
60548     Use correct link to nand_ecc now located in drivers/mtd/nand/ for the
60549     platforms mentioned above.
60550
60551     Signed-off-by: Stefan Roese <sr@denx.de>
60552
60553 commit b568fd25574181a3b12ae3d66b2913903442cb83
60554 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
60555 Date:   Thu Dec 27 17:03:46 2007 +0100
60556
60557     Remove CPCI440 board
60558
60559     This board never left prototyping state and it
60560     became a millstone round my neck. So remove it.
60561
60562     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
60563
60564 commit c591dffe0cbacd896ccbad06011fe6d6afa080da
60565 Author: Larry Johnson <lrj@arlinx.com>
60566 Date:   Thu Dec 27 11:28:51 2007 -0500
60567
60568     Add support for Korat PPC440EPx board
60569
60570     These patches add support for the PPC440EPx-based "Korat" board to
60571     U-Boot.  They are based primarily on support for the Sequoia board.
60572
60573     Signed-off-by: Larry Johnson <lrj@acm.org>
60574
60575 commit 87dc096829e6a6363f4fdd73653b0093a85adbe0
60576 Author: Larry Johnson <lrj@arlinx.com>
60577 Date:   Sat Dec 22 15:16:25 2007 -0500
60578
60579     Add configuration file for Korat board
60580
60581     This patch supplies the configuration file for the Korat PPC440EPx-
60582     processor board.
60583
60584     Signed-off-by: Larry Johnson <lrj@acm.org>
60585
60586 commit 8eb52d5d982b764b39c88d9d1064d56c5397bfa5
60587 Author: Larry Johnson <lrj@arlinx.com>
60588 Date:   Sat Dec 22 15:16:11 2007 -0500
60589
60590     Add denali_data_eye.o and denali_spd_ddr2.o to PPC4xx Makefile
60591
60592     Signed-off-by: Larry Johnson <lrj@acm.org>
60593
60594 commit aba19604d848b2838cfb9ebe818909e6a216058e
60595 Author: Larry Johnson <lrj@arlinx.com>
60596 Date:   Thu Dec 27 10:54:48 2007 -0500
60597
60598     Add 440EPx DDR2 SPD DIMM support
60599
60600     This patch adds SPD DDR2 support for the 440EPx ("Denali") SDRAM
60601     controller.  It should also work on the 440GRx.  It is based on the DDR2
60602     SPD code for the 440EP/440EPx, but makes no provision for DDR1 support.
60603
60604     This code has been tested on prototype Korat boards with three Kingston
60605     DIMMS: 512 MiB ECC (one rank), 512 MiB non-ECC (one rank) and 1 GiB ECC
60606     (two ranks).  The Korat board has a single DIMM socket, but support has
60607     been provided (though not tested) for boards with two DIMM sockets.
60608
60609     Signed-off-by: Larry Johnson <lrj@acm.org>
60610
60611 commit 8a24a6963002cb867d5a6b70e3560f0b1467f55f
60612 Author: Larry Johnson <lrj@arlinx.com>
60613 Date:   Sat Dec 22 15:15:30 2007 -0500
60614
60615     Copy 440EPx/GRx SDRAM data-eye search to common directory
60616
60617     This patch creates a non-board-specific file for performing the SDRAM
60618     data-eye search.  It also adds ECC error checking to the test of valid
60619     data on readback when ECC is enabled.
60620
60621     Signed-off-by: Larry Johnson <lrj@acm.org>
60622
60623 commit c46f53333b22b1f9098676bea8884fc7db820cf3
60624 Author: Larry Johnson <lrj@arlinx.com>
60625 Date:   Sat Dec 22 15:15:13 2007 -0500
60626
60627     Add definitions for 440EPx/GRx SDRAM controller to ppc440.h
60628
60629     This patch adds the Denali SDRAM controller definitions to "ppc440.h".
60630     It also fixes two typos in the definitions, so the board-specific
60631     "sdram.h" files containing these definitions are also fixed to avoid
60632     compiler warnings.
60633
60634     Signed-off-by: Larry Johnson <lrj@acm.org>
60635
60636 commit c348578bf612d0c56d8d376d23cae16defbd86af
60637 Author: Larry Johnson <lrj@arlinx.com>
60638 Date:   Thu Dec 27 10:50:55 2007 -0500
60639
60640     Add Ethernet 1000BASE-X support for PPC4xx
60641
60642     This patch adds a new switch: "CONFIG_PHY_DYNAMIC_ANEG".  When this symbol
60643     is defined, the PHY will advertise it's capabilities for autonegotiation
60644     based on the capabilities shown in the PHY's status registers, including
60645     1000BASE-X.  When "CONFIG_PHY_DYNAMIC_ANEG" is not defined, the PHY will
60646     advertise hard-coded capabilities, as before.
60647
60648     Signed-off-by: Larry Johnson <lrj@acm.org>
60649
60650 commit 9e2c347151db5ae8acf5f18b99493cd53e6637e3
60651 Author: Larry Johnson <lrj@arlinx.com>
60652 Date:   Thu Dec 27 09:52:17 2007 -0500
60653
60654     Add driver for National Semiconductor LM73 temperature sensor
60655
60656     This driver is based on the driver for the LM75.
60657
60658     Signed-off-by: Larry Johnson <lrj@acm.org>
60659
60660 commit 12618278688ea9b3d76536960a5ad2e3790fac40
60661 Author: Larry Johnson <lrj@arlinx.com>
60662 Date:   Sat Dec 22 15:14:00 2007 -0500
60663
60664     Add driver for STMicroelectronics M41T60 RTC
60665
60666     This driver is based on the driver for the M41T11.  In the intended
60667     application, the RTC will be powered by a large capacitor, rather than a
60668     battery.  The driver therefore checks to see whether the RTC has lost
60669     power.  The chip's OUT bit is normally reset from its power-up state.  If
60670     the OUT bit is read as set, or if the date and time are not valid, then the
60671     RTC is assumed to have lost power, and its date and time are reset to
60672     1900-01-01 00:00:00.
60673
60674     Support for adjusting the speed of the clock to improve accuracy is
60675     provided through an environment variable.
60676
60677     Signed-off-by: Larry Johnson <lrj@acm.org>
60678
60679 commit d3471173e14b7544bb60339eda8d3d3906694b0a
60680 Author: Larry Johnson <lrj@arlinx.com>
60681 Date:   Sat Dec 22 15:34:39 2007 -0500
60682
60683     Use out_be32() and friends to access memory-mapped registers in sequoia.c
60684
60685     Signed-off-by: Larry Johnson <lrj@acm.org>
60686
60687 commit c68f59fe3ec16769f82b5fca7421983c336d3aac
60688 Author: Larry Johnson <lrj@arlinx.com>
60689 Date:   Sat Dec 22 15:34:20 2007 -0500
60690
60691     Use definitions from "asm-ppc/mmu.h" in init.S for Sequoia
60692
60693     Signed-off-by: Larry Johnson <lrj@acm.org>
60694
60695 commit 0d9cdeac1d3fa8d62ed7d883acc950c364f5bda8
60696 Author: Larry Johnson <lrj@arlinx.com>
60697 Date:   Sat Dec 22 15:23:50 2007 -0500
60698
60699     Cosmetic changes to ECC POST for AMCC Denali core
60700
60701     Signed-off-by: Larry Johnson <lrj@acm.org>
60702
60703 commit 2e583d6c81034f80a267b89fa55498ae063ccef1
60704 Author: Stefan Roese <sr@denx.de>
60705 Date:   Wed Dec 26 20:20:19 2007 +0100
60706
60707     ppc4xx: Fix compilation problem in 405 cache POST test
60708
60709     Signed-off-by: Stefan Roese <sr@denx.de>
60710
60711 commit 42d55ea0bde06e47d5a3b49b0d91002acd8e5708
60712 Author: Stefan Roese <sr@denx.de>
60713 Date:   Sat Dec 22 12:20:09 2007 +0100
60714
60715     ppc4xx: Move virtual address of POST cache test to bigger address
60716
60717     On Sequoia & LWMON5 the virtual address of the POST cache test is now
60718     moved to a bigger address. This enables usage of more memory on those
60719     boards.
60720
60721     Signed-off-by: Stefan Roese <sr@denx.de>
60722
60723 commit d91722102cf63f77a0148ed3f3d54a26d87575e9
60724 Author: Stefan Roese <sr@denx.de>
60725 Date:   Sat Dec 22 12:18:26 2007 +0100
60726
60727     ppc4xx: Fix problem in 44x cache POST routine
60728
60729     As repoted by Larry Johnson, running "diag run cache" caused a crash
60730     in U-Boot. This problem was introduced by a patch that removed the
60731     TLB entry for the cache test after the test has completed. Since this
60732     TLB was only setup once, a 2nd attempt to run this cache test
60733     failed with a crash. Now this TLB entry is created every time the
60734     routine is called.
60735
60736     Signed-off-by: Stefan Roese <sr@denx.de>
60737
60738 commit b0265b576bb8fa9465f99e99c323768b562fadc2
60739 Author: Stefan Roese <sr@denx.de>
60740 Date:   Fri Dec 21 07:51:29 2007 +0100
60741
60742     ppc4xx: Update Makalu fdt support
60743
60744     Signed-off-by: Stefan Roese <sr@denx.de>
60745
60746 commit bf8324e4a50758daff8cddd04c6a2ff8ed775bea
60747 Author: Stefan Roese <sr@denx.de>
60748 Date:   Wed Dec 19 09:05:40 2007 +0100
60749
60750     ppc4xx: Add fdt support to AMCC Katmai eval board
60751
60752     Signed-off-by: Stefan Roese <sr@denx.de>
60753
60754 commit 328a340392a5df9aaf00792be989df73e750859e
60755 Author: Stefan Roese <sr@denx.de>
60756 Date:   Tue Dec 18 08:44:51 2007 +0100
60757
60758     ppc4xx: fdt: Cleanup setup of cpu node setup
60759
60760     Now the cpu node setup ("timebase-frequency" and "clock-frequency") is
60761     without using the absolute path to the cpu node. This makes it possible
60762     to use this U-Boot version with both versions of cpu-node naming
60763     "cpu@0" and the former "PowerPC,440EPx@0".
60764
60765     Signed-off-by: Stefan Roese <sr@denx.de>
60766
60767 commit 7812bc4a2e2436ebbc0ce5b4e99c1dfc2e77eb5b
60768 Author: Stefan Roese <sr@denx.de>
60769 Date:   Mon Dec 17 17:26:21 2007 +0100
60770
60771     ppc4xx: Fix lwmon5 compilation problem
60772
60773     Now that the 440EPx ECC test is not board specific anymore
60774     remove this Makefile.
60775
60776     Signed-off-by: Stefan Roese <sr@denx.de>
60777
60778 commit 42ed33ffe135f618680f9d6e9712eb35a85bcb62
60779 Author: Anatolij Gustschin <agustschin@t-online.de>
60780 Date:   Wed Dec 5 17:43:20 2007 +0100
60781
60782     Fix ppc4xx clear_bss() code
60783
60784     ppc4xx clear_bss() fails if BSS segment size is not
60785     divisible by 4 without remainder. This patch provides
60786     fix for this problem.
60787
60788     Signed-off-by: Anatolij Gustschin <agust@denx.de>
60789
60790 commit 85dc2a7f82d11e17f0ca2a448118aed7f7a4b85d
60791 Author: Niklaus Giger <niklausgiger@gmx.ch>
60792 Date:   Fri Nov 30 18:35:11 2007 +0100
60793
60794     PPC4xx: Minimal changes to add vxWorks support
60795
60796     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
60797
60798 commit 052440b022ca8981d39b6f8c10d1aa6326f47480
60799 Author: Markus Klotzbücher <mk@denx.de>
60800 Date:   Fri Nov 23 13:09:18 2007 +0100
60801
60802     ppc4xx: Add CONFIG_BOOTP_SUBNETMASK to Sequoia board config
60803
60804     When using dhcp/bootp the "netmask" environment variable is not
60805     set because CONFIG_BOOTP_SUBNETMASK is not defined. But usually this is
60806     desireable, so the following patch adds this this option to the board
60807     config.
60808
60809     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
60810     Signed-off-by: Stefan Roese <sr@denx.de>
60811
60812 commit a724a9b40c7fbeb6ade193ca52321b441eaecb4e
60813 Author: Larry Johnson <lrj@arlinx.com>
60814 Date:   Sat Oct 27 12:48:15 2007 -0400
60815
60816     Fix/enhance ECC POST for 440EPx/GRx
60817
60818     This patch allows the ECC POST to be used for different boards with the
60819     PPC440 Denali SDRAM controller.  Modifications include skipping the test
60820     if ECC is not enabled (as for non-ECC DIMMs) and adding synchronization
60821     to prevent timing errors.
60822
60823     Signed-off-by: Larry Johnson <lrj@acm.org>
60824
60825 commit 454a6cf8d498f70d2b3e18f07837603eb24b12d4
60826 Author: Larry Johnson <lrj@arlinx.com>
60827 Date:   Sat Oct 27 12:48:05 2007 -0400
60828
60829     PPC4xx: Move/rename ECC POST for 440EPx/GRx
60830
60831     Signed-off-by: Larry Johnson <lrj@acm.org>
60832
60833 commit c29d2d3680046d430022c55e50fcb27f5866517e
60834 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
60835 Date:   Fri Dec 14 11:20:33 2007 +0100
60836
60837     ppc4xx: use correct io accessors for 4xx ethernet POST
60838
60839     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
60840
60841 commit ba79fde58a48c0a6ff8e2a96caba951594142203
60842 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
60843 Date:   Fri Dec 14 11:19:56 2007 +0100
60844
60845     ppc4xx: fix flush + invalidate_dcache_range arguments
60846
60847     flush + invalidate_dcache_range() expect the start and stop+1 address.
60848     So the stop address is the first address behind (!) the range.
60849
60850     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
60851
60852 commit 871e6ce188a7c6bc7321bcf8372857035d20f1cd
60853 Author: Stefan Roese <sr@denx.de>
60854 Date:   Fri Dec 14 08:41:29 2007 +0100
60855
60856     ppc4xx: fdt: use fdt_fixup_ethernet()
60857
60858     By using aliases in the dts file, the ethernet node fixup is
60859     much easier with the recently added functions.
60860
60861     Please note that the dts file needs the aliases for this to work.
60862
60863     Signed-off-by: Stefan Roese <sr@denx.de>
60864
60865 commit 136288847e3b04f2ff357a067ad45e10afa0a24c
60866 Author: Stefan Roese <sr@denx.de>
60867 Date:   Thu Dec 13 14:52:53 2007 +0100
60868
60869     ppc4xx: Bring 4xx fdt support up-to-date
60870
60871     This patch update the 4xx fdt support. It enabled fdt booting
60872     on the AMCC Kilauea and Sequoia for now. More can follow later
60873     quite easily.
60874
60875     Signed-off-by: Stefan Roese <sr@denx.de>
60876
60877 commit 0dc80e2759fba859ccc4cdadc633577ca2971f3e
60878 Author: Stefan Roese <sr@denx.de>
60879 Date:   Thu Dec 27 07:50:54 2007 +0100
60880
60881     cfi_flash: Add missing check for erased dest to flash_write_cfibuffer()
60882
60883     The check for an sufficiently erased destination was missing in the
60884     buffered write function of the cfi flash driver (when
60885     CFG_FLASH_USE_BUFFER_WRITE is defined). This patch adds this check to that
60886     writing to such a region will fail with the currect error message.
60887
60888     Signed-off-by: Stefan Roese <sr@denx.de>
60889
60890 commit 33ed73bc0e38d0f2b5c183d4629d8f207e5b9994
60891 Author: Martin Krause <martin.krause@tqs.de>
60892 Date:   Mon Nov 12 10:56:17 2007 +0100
60893
60894     Some configuration updates for the TQM5200 based TB5200 board:
60895
60896     - enable command line history
60897     - increase malloc space (because of bigger flash sectors)
60898
60899     Signed-off-by: Martin Krause <martin.krause@tqs.de>
60900
60901 commit e318d9e9021a0af7508171f84ed09d0e79f0284e
60902 Author: Martin Krause <martin.krause@tqs.de>
60903 Date:   Thu Sep 27 11:10:08 2007 +0200
60904
60905     TQM8xx: use the CFI flash driver on all TQM8xx boards
60906
60907     Signed-off-by: Martin Krause <martin.krause@tqs.de>
60908
60909 commit 11d9eec479b470eab9242ab937fca70a876d9376
60910 Author: Martin Krause <martin.krause@tqs.de>
60911 Date:   Wed Sep 26 17:55:56 2007 +0200
60912
60913     TQM885D: adjust for doubled flash sector size + some minor fixes
60914
60915     Signed-off-by: Martin Krause <martin.krause@tqs.de>
60916
60917 commit 22d1a56cbfb0bff34f477b4db6a55d076d829b83
60918 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
60919 Date:   Wed Sep 26 17:55:54 2007 +0200
60920
60921     TQM885D: Exchanged SDRAM timing by a more relaxed timing.
60922
60923     CAS-Latency=2, Write Recovery Time tWR=2
60924     The max. supported bus frequency is 66 MHz. Therefore, changed
60925     threshold to switch from 1:1 mode to 2:1 from 80 MHz to 66 MHz.
60926
60927     Signed-off-by: Martin Krause <martin.krause@tqs.de>
60928
60929 commit b988b8cd443989be65161888eea0127ad03f846f
60930 Author: Martin Krause <martin.krause@tqs.de>
60931 Date:   Wed Sep 26 17:55:56 2007 +0200
60932
60933     TQM885D: use calculated cpuclk instead of measuring it
60934
60935     On the TQM885D the measurement of cpuclk with the PIT reference
60936     timer ist not necessary. Since all module variants use the same
60937     external 10 MHz oscillator, the cpuclk only depends on the PLL
60938     configuration - which is readable by software.
60939
60940     Signed-off-by: Martin Krause <martin.krause@tqs.de>
60941
60942 commit 492c7049869348d31168de8dad89651315e468e0
60943 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
60944 Date:   Thu Sep 27 14:54:46 2007 +0200
60945
60946     TQM885D: fix SDRAM refresh
60947
60948     At 133 MHz the current SDRAM refresh rate is too fast
60949     (measured 4 * 1.17 us).
60950     CFG_MAMR_PTA changes from 39 to 128. This result
60951     in a refresh rate of 4 * 7.8 us at the default clock
60952     66 MHz. At 133 MHz the value will be then 4 * 3.8 us.
60953     This is a compromise until a new method is found to
60954     adjust the refresh rate.
60955
60956     Signed-off-by: Martin Krause <martin.krause@tqs.de>
60957
60958 commit dabad4b9bc46908e301f73ce76b38b23626a96e9
60959 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
60960 Date:   Thu Sep 27 14:54:46 2007 +0200
60961
60962     TQM860M: Support for 10col SDRAMs, max. 128 MiB
60963
60964     Signed-off-by: Martin Krause <martin.krause@tqs.de>
60965
60966 commit 61fb15c516fef5631e305f1976d7b3a679725856
60967 Author: Wolfgang Denk <wd@denx.de>
60968 Date:   Thu Dec 27 01:52:50 2007 +0100
60969
60970     Fix coding style issues; update CHANGELOG.
60971
60972     Signed-off-by: Wolfgang Denk <wd@denx.de>
60973
60974 commit 467bcee11fe26ad422f2de971aa70866079870f2
60975 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
60976 Date:   Fri Dec 14 15:36:18 2007 +0100
60977
60978     cfi_flash: Add manufacturer-specific fixups
60979
60980     Run fixups based on the JEDEC manufacturer ID independent of the
60981     command set ID.
60982
60983     This changes current behaviour: Previously, geometry reversal for AMD
60984     chips were done based on the command set ID, while they are now done
60985     based on the JEDEC manufacturer and device ID.
60986
60987     Also add fixup for top-boot Atmel chips. A fixup is needed for
60988     AT49BV6416(T) too, but since u-boot currently only reads the low byte
60989     of the device ID, there's no way to tell it apart from AT49BV642D,
60990     which should not have this fixup. Since AT49BV642D support is
60991     necessary to get ATNGW100 board support into mainline, I've commented
60992     out the fixup for now.
60993
60994     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
60995
60996 commit 0ddf06ddf6b4bd057ad4c5f0dffea7870ba06a2a
60997 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
60998 Date:   Fri Dec 14 15:36:17 2007 +0100
60999
61000     cfi_flash: Add cmdset-specific init functions
61001
61002     Move things like reading JEDEC IDs and fixing up geometry reversal
61003     into separate functions. The geometry reversal fixup is now performed
61004     by altering the qry structure directly, which makes the sector init
61005     code slightly cleaner.
61006
61007     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
61008
61009 commit e23741f4a6d8047520ef0d4971762749b3587d32
61010 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
61011 Date:   Fri Dec 14 15:36:16 2007 +0100
61012
61013     cfi_flash: Read whole QRY structure in one go
61014
61015     Read out the whole CFI Standard Query structure after successful cfi
61016     identification. This allows subsequent code to access this information
61017     directly without having to go through flash_read_uchar() and friends.
61018
61019     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
61020
61021 commit df9c25ea04b38a0e05d4f8c73c5cc144cdafa7db
61022 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
61023 Date:   Mon Dec 17 11:02:44 2007 +0100
61024
61025     AVR32: Fix logic inversion in disable_interrupts()
61026
61027     disable_interrupts() should return nonzero if interrupts were
61028     _enabled_ before, not disabled.
61029
61030     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
61031
61032 commit acac475212cbedb17b321a363a1c878e2b47b37f
61033 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
61034 Date:   Fri Dec 14 16:51:22 2007 +0100
61035
61036     AVR32: Enable interrupts at bootup
61037
61038     The timer code depends on the timer interrupt to keep track of the
61039     upper 32 bits of the cycle counter. This obviously doesn't work when
61040     interrupts are disabled the whole time.
61041
61042     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
61043
61044 commit 9570bcd87f4db255514f43b6701746c412f8fef0
61045 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
61046 Date:   Thu Nov 15 10:03:45 2007 +0100
61047
61048     AVR32: Fix wrong pin setup for USART3
61049
61050     As reported by Gerhard Berghofer:
61051
61052     in "gpio_enable_usart3" the correct pins for USART 3 are PB17 and PB18
61053     instead of PB18 and PB19.
61054
61055     which is obviously correct. There's currently no code that uses
61056     USART3, but custom boards may run into problems.
61057
61058     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
61059
61060 commit 09ea0de03dcc3ee7af045b0b572227bda2c1c918
61061 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
61062 Date:   Thu Nov 1 12:44:20 2007 +0100
61063
61064     README: Remove ATSTK1000 daughterboard list
61065
61066     As noted by Kim Phillips, these lists tend to become out of date.
61067
61068     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
61069
61070 commit c81cbbad21cb0ae983e2e796211202234cdc8be2
61071 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
61072 Date:   Tue Oct 30 14:56:36 2007 +0100
61073
61074     Add ATSTK100[234] to MAINTAINERS
61075
61076     Add all the ATSTK1000 daughterboards to MAINTAINERS along with their
61077     "mother". Also update the entry for ATSTK1000 to be not only about the
61078     AP7000 CPU; it's intended to handle all CPUs in the AT32AP family.
61079
61080     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
61081
61082 commit 64ff2357b1727213803591813dbc779c924bf772
61083 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
61084 Date:   Mon Oct 29 13:02:54 2007 +0100
61085
61086     AVR32: Add support for the ATSTK1004 board
61087
61088     ATSTK1004 is a daughterboard for ATSTK1000 with the AT32AP7002 CPU,
61089     which is a derivative of AT32AP7000.
61090
61091     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
61092
61093 commit 667568db157f374b85abd7e03596ddd1f0b25681
61094 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
61095 Date:   Mon Oct 29 13:02:54 2007 +0100
61096
61097     AVR32: Add support for the ATSTK1003 board
61098
61099     ATSTK1003 is a daughterboard for ATSTK1000 with the AT32AP7001 CPU,
61100     which is a derivative of AT32AP7000.
61101
61102     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
61103
61104 commit 5fee84a794a51ec830548cda485a770efb018b92
61105 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
61106 Date:   Mon Oct 29 13:23:33 2007 +0100
61107
61108     AVR32: Make some AT32AP700x peripherals optional
61109
61110     Add a chip-features file providing definitions of the form
61111
61112     AT32AP700x_CHIP_HAS_<peripheral>
61113
61114     to indicate the availability of the given peripheral on the currently
61115     selected chip.
61116
61117     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
61118
61119 commit 36f28f8a9605ee5dcfa330482cfc62171261af97
61120 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
61121 Date:   Mon Oct 29 13:09:56 2007 +0100
61122
61123     AVR32: Rename at32ap7000 -> at32ap700x
61124
61125     The SoC-specific code for all the AT32AP700x CPUs is practically
61126     identical; the only difference is that some chips have less features
61127     than others. By doing this rename, we can add support for the AP7000
61128     derivatives simply by making some features conditional.
61129
61130     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
61131
61132 commit 4d5fa99c73f354e7cf985efcf417ea55ca2f6a5e
61133 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
61134 Date:   Fri Jun 29 18:22:34 2007 +0200
61135
61136     atmel_mci: Show SR when block read fails
61137
61138     Show controller status as well as card status when an error occurs
61139     during block read.
61140
61141     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
61142
61143 commit 8697e6a19b10f514511b6a9c86de88bd108c4f8d
61144 Author: Stefan Roese <sr@denx.de>
61145 Date:   Thu Dec 13 14:52:53 2007 +0100
61146
61147     ppc4xx: Bring 4xx fdt support up-to-date
61148
61149     This patch update the 4xx fdt support. It enabled fdt booting
61150     on the AMCC Kilauea and Sequoia for now. More can follow later
61151     quite easily.
61152
61153     Signed-off-by: Stefan Roese <sr@denx.de>
61154
61155 commit 12d30aa79779c2aa7a998bbae4c075f822a53004
61156 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
61157 Date:   Thu Dec 13 12:56:34 2007 +0100
61158
61159     cfi_flash: Use map_physmem() and unmap_physmem()
61160
61161     Use map_physmem() and unmap_physmem() to convert from physical to
61162     virtual addresses. This gives the arch a chance to provide an uncached
61163     mapping for flash accesses.
61164
61165     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
61166
61167 commit 4d7d6936eb29af7cca330937808312aa5f61454d
61168 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
61169 Date:   Thu Dec 13 12:56:33 2007 +0100
61170
61171     Introduce map_physmem() and unmap_physmem()
61172
61173     map_physmem() returns a virtual address which can be used to access a
61174     given physical address without involving the cache. unmap_physmem()
61175     should be called when the virtual address returned by map_physmem() is
61176     no longer needed.
61177
61178     This patch adds a stub implementation which simply returns the
61179     physical address cast to a uchar * for all architectures except AVR32,
61180     which converts the physical address to an uncached virtual mapping.
61181     unmap_physmem() is a no-op on all architectures, but if any
61182     architecture needs to do such mappings through the TLB, this is the
61183     hook where those TLB entries can be invalidated.
61184
61185     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
61186
61187 commit cdbaefb5f5f03e54455d0439dcf6dbd97ead1f9d
61188 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
61189 Date:   Thu Dec 13 12:56:32 2007 +0100
61190
61191     cfi_flash: Introduce read and write accessors
61192
61193     Introduce flash_read{8,16,32,64) and flash_write{8,16,32,64} and use
61194     them to access the flash memory. This makes it clearer when the flash
61195     is actually being accessed; merely dereferencing a volatile pointer
61196     looks just like any other kind of access.
61197
61198     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
61199
61200 commit 812711ce6b3a386125dcf0d6a59588e461abbb87
61201 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
61202 Date:   Thu Dec 13 12:56:31 2007 +0100
61203
61204     Implement __raw_{read,write}[bwl] on all architectures
61205
61206     This adds implementations of __raw_read[bwl] and __raw_write[bwl] to
61207     m68k, ppc, nios and nios2. The m68k and ppc implementations were taken
61208     from Linux.
61209
61210     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
61211
61212 commit be60a9021c82fc5aecd5b2b1fc96f70a9c81bbcd
61213 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
61214 Date:   Sat Oct 6 18:55:36 2007 +0200
61215
61216     cfi_flash: Reorder functions and eliminate extra prototypes
61217
61218     Reorder the functions in cfi_flash.c so that each function only uses
61219     functions that have been defined before it. This allows the static
61220     prototype declarations near the top to be eliminated and might allow
61221     gcc to do a better job inlining functions.
61222
61223     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
61224
61225 commit 3055793bcbdf24b1f8117f606ffb766d32eb766f
61226 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
61227 Date:   Thu Dec 13 12:56:29 2007 +0100
61228
61229     cfi_flash: Make some needlessly global functions static
61230
61231     Make functions not declared in any header file static.
61232
61233     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
61234
61235 commit 7e5b9b471518c5652febc68ba62b432193d6abf4
61236 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
61237 Date:   Thu Dec 13 12:56:28 2007 +0100
61238
61239     cfi_flash: Break long lines
61240
61241     This patch tries to keep all lines in the cfi_flash driver below 80
61242     columns. There are a few lines left which don't fit this requirement
61243     because I couldn't find any trivial way to break them (i.e. it would
61244     take some restructuring, which I intend to do in a later patch.)
61245
61246     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
61247
61248 commit 42026c9cb3a76849b41e6e24abfb7b56807a5c1a
61249 Author: Bartlomiej Sieka <tur@semihalf.com>
61250 Date:   Tue Dec 11 13:59:57 2007 +0100
61251
61252     CFI: synchronize command offsets with Linux CFI driver
61253
61254     Fixes non-working CFI Flash on the Inka4x0 board.
61255
61256     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
61257
61258 commit 8ff3de61fc5f9b3b21647bce081a3b7f710f0d4d
61259 Author: Kumar Gala <galak@kernel.crashing.org>
61260 Date:   Fri Dec 7 12:17:34 2007 -0600
61261
61262     Handle MPC85xx PCIe reset errata (PCI-Ex 38)
61263
61264     On the MPC85xx boards that have PCIe enable the PCIe errata fix.
61265     (MPC8544DS, MPC8548CDS, MPC8568MDS).
61266
61267     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
61268
61269 commit 82ac8c97145a4c3bf8b3dbfad00fa96e920f9b9c
61270 Author: Kumar Gala <galak@kernel.crashing.org>
61271 Date:   Fri Dec 7 12:04:30 2007 -0600
61272
61273     Update Freescale MPC85xx ADS/CDS/MDS board config
61274
61275     * Enabled CONFIG_CMD_ELF
61276
61277     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
61278
61279 commit d435793229ce29a42797c1edc39f5b34f987f91a
61280 Author: Kumar Gala <galak@kernel.crashing.org>
61281 Date:   Fri Dec 7 04:59:26 2007 -0600
61282
61283     Handle Asynchronous DDR clock on 85xx
61284
61285     The MPC8572 introduces the concept of an asynchronous DDR clock with
61286     regards to the platform clock.
61287
61288     Introduce get_ddr_freq() to report the DDR freq regardless of sync/async
61289     mode.
61290
61291     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
61292
61293 commit 22abb2d2eaf7b795a6923c6273ec9cb53fda9a10
61294 Author: Kumar Gala <galak@kernel.crashing.org>
61295 Date:   Thu Nov 29 10:34:28 2007 -0600
61296
61297     Update Freescale MPC85xx ADS/CDS/MDS board config
61298
61299     * Removed some misc environment setup
61300     * Enabled CONFIG_CMDLINE_EDITING
61301
61302     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
61303
61304 commit 415a613babb84d5e5d5b42e8e553868c71fc3a64
61305 Author: Kumar Gala <galak@kernel.crashing.org>
61306 Date:   Thu Nov 29 10:47:44 2007 -0600
61307
61308     Move the MPC8541/MPC8555/MPC8548 CDS board under board/freescale.
61309
61310     Minor path corrections needed to ensure buildability.
61311
61312     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
61313
61314 commit c2d943ffbfd3359b3b45d177b437379d2cb86fbf
61315 Author: Kumar Gala <galak@kernel.crashing.org>
61316 Date:   Thu Nov 29 10:16:18 2007 -0600
61317
61318     Move the MPC8540 ADS board under board/freescale.
61319
61320     Minor path corrections needed to ensure buildability.
61321
61322     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
61323
61324 commit 870ceac5b3a3486c109396e005af81ae762b5710
61325 Author: Kumar Gala <galak@kernel.crashing.org>
61326 Date:   Thu Nov 29 10:14:50 2007 -0600
61327
61328     Move the MPC8560 ADS board under board/freescale.
61329
61330     Minor path corrections needed to ensure buildability.
61331
61332     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
61333
61334 commit acbca876fb3fec25cd9c55b0efc81ff618ff5262
61335 Author: Kumar Gala <galak@kernel.crashing.org>
61336 Date:   Thu Nov 29 10:13:47 2007 -0600
61337
61338     Move the MPC8568 MDS board under board/freescale.
61339
61340     Minor path corrections needed to ensure buildability.
61341
61342     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
61343
61344 commit a853d56c59b33415304531443633808736acfc6e
61345 Author: Kumar Gala <galak@kernel.crashing.org>
61346 Date:   Thu Nov 29 02:18:59 2007 -0600
61347
61348     Use standard LAWAR_TRGT_IF_* defines for LAW setup on 85xx
61349
61350     We already had defines for LAWAR_TRGT_IF_* that we should use
61351     rather than creating new ones.  Also, added some missing defines for
61352     PCIE targets.
61353
61354     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
61355
61356 commit 04db400892da37b76a585e332a0c137954ad2015
61357 Author: Kumar Gala <galak@kernel.crashing.org>
61358 Date:   Thu Nov 29 02:10:09 2007 -0600
61359
61360     Stop using immap_t on 85xx
61361
61362     In the future the offsets to various blocks may not be in same location.
61363     Move to using CFG_MPC85xx_*_ADDR as the base of the registers
61364     instead of getting it via &immap.
61365
61366     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
61367
61368 commit 2714223f8e04ab3e4133ff65872eef366d90bfea
61369 Author: Kumar Gala <galak@kernel.crashing.org>
61370 Date:   Thu Nov 29 01:23:09 2007 -0600
61371
61372     Remove CONFIG_OF_FLAT_TREE related code from mpc85xx since we now use libfdt
61373
61374     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
61375
61376 commit c480861bf000156e6a3e932c258db59ff2212dd3
61377 Author: Kumar Gala <galak@kernel.crashing.org>
61378 Date:   Thu Nov 29 01:06:19 2007 -0600
61379
61380     Update MPC8568 MDS to use libfdt
61381
61382     Updated the MPC8568 MDS config to use libfdt and assume use of aliases for
61383     ethernet, pci, and serial for the various fixups that are done.
61384
61385     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
61386
61387 commit 1563f56e0c68f6920f956382d6d13bee3f01c0f7
61388 Author: Haiying Wang <Haiying.Wang@freescale.com>
61389 Date:   Wed Nov 14 15:52:06 2007 -0500
61390
61391     Add PCI Express support on MPC8568MDS
61392
61393     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
61394     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
61395
61396 commit b90d25497625b90ffa3f2911a0895ca237556ff5
61397 Author: Kumar Gala <galak@kernel.crashing.org>
61398 Date:   Thu Nov 29 00:11:44 2007 -0600
61399
61400     Update MPC85xx CDS to use libfdt
61401
61402     Updated the MPC85xx CDS config to use libfdt and assume use of aliases for
61403     ethernet, pci, and serial for the various fixups that are done.
61404
61405     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
61406
61407 commit 0fd5ec66b10521a057ad73e69ab5f0f9eafba255
61408 Author: Kumar Gala <galak@kernel.crashing.org>
61409 Date:   Wed Nov 28 22:54:27 2007 -0600
61410
61411     Update MPC8540 ADS to use libfdt
61412
61413     Updated the MPC8540 ADS config to use libfdt and assume use of aliases for
61414     ethernet, pci, and serial for the various fixups that are done.
61415
61416     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
61417
61418 commit 5ce715802f6c50dc78b3405b92f184b1e3710519
61419 Author: Kumar Gala <galak@kernel.crashing.org>
61420 Date:   Wed Nov 28 22:40:31 2007 -0600
61421
61422     Update MPC8560 ADS to use libfdt
61423
61424     Updated the MPC8560 ADS config to use libfdt and assume use of aliases for
61425     ethernet, pci, and serial for the various fixups that are done.
61426
61427     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
61428
61429 commit aafeefbdb8b029f5ca2a195598d0a501a606eea9
61430 Author: Kumar Gala <galak@kernel.crashing.org>
61431 Date:   Wed Nov 28 00:36:33 2007 -0600
61432
61433     Stop using immap_t for cpm offset on 85xx
61434
61435     In the future the offsets to various blocks may not be in same location.
61436     Move to using CFG_MPC85xx_CPM_ADDR as the base of the CPM registers
61437     instead of getting it via &immap->im_cpm.
61438
61439     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
61440
61441 commit f59b55a5b8fcadaa99781ba48e7a38e956afa527
61442 Author: Kumar Gala <galak@kernel.crashing.org>
61443 Date:   Tue Nov 27 23:25:02 2007 -0600
61444
61445     Stop using immap_t for guts offset on 85xx
61446
61447     In the future the offsets to various blocks may not be in same location.
61448     Move to using CFG_MPC85xx_GUTS_ADDR as the base of the guts registers
61449     instead of getting it via &immap->im_gur.
61450
61451     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
61452
61453 commit 50c03c8cf494d91cdec39670d95337c743e16ec9
61454 Author: Kumar Gala <galak@kernel.crashing.org>
61455 Date:   Tue Nov 27 22:42:34 2007 -0600
61456
61457     Update MPC8544 DS config
61458
61459     * Removed HAS_ETH2/HAS_ETH3 - MPC8544 only has TSEC1/2
61460     * Removed some misc environment setup
61461     * Moved to using fdtfile & fdtaddr as fdt env var names
61462     * Enabled CONFIG_CMDLINE_EDITING
61463
61464     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
61465
61466 commit addce57e2e4c49e77ffb2020a84690713bb18b47
61467 Author: Kumar Gala <galak@kernel.crashing.org>
61468 Date:   Mon Nov 26 17:12:24 2007 -0600
61469
61470     Update MPC8544DS to use libfdt
61471
61472     Updated the MPC8544DS config to use libfdt and assume use of aliases for
61473     ethernet, pci, and serial for the various fixups that are done.
61474
61475     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
61476
61477 commit f852ce72f100cabd1f11c21c085a0ad8eca9fb65
61478 Author: Kumar Gala <galak@kernel.crashing.org>
61479 Date:   Thu Nov 29 00:15:30 2007 -0600
61480
61481     Add libfdt based ft_cpu_setup for mpc85xx
61482
61483     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
61484
61485 commit 3b9abdc448a1c2c6a4c2aa292724b4d1a05166a9
61486 Author: Stefan Roese <sr@denx.de>
61487 Date:   Tue Dec 11 13:38:19 2007 +0100
61488
61489     ppc4xx: Correct GPIO offset in gpio_config()
61490
61491     Thanks to Gary Jennejohn for pointing this out.
61492
61493     Signed-off-by: Stefan Roese <sr@denx.de>
61494
61495 commit 8809a2713b1ceaf3da55d9d785470294f15de06a
61496 Author: Stefan Roese <sr@denx.de>
61497 Date:   Tue Dec 11 11:46:01 2007 +0100
61498
61499     rtc: Fix merging problem
61500
61501     Signed-off-by: Stefan Roese <sr@denx.de>
61502
61503 commit 7cfc12a7dcfdb350e2ab76db4dafcc30f7e77c2b
61504 Author: Stefan Roese <sr@denx.de>
61505 Date:   Sat Dec 8 14:47:34 2007 +0100
61506
61507     ppc4xx: 405EX: Correctly enable USB pins
61508
61509     This patch selects the USB data pins in the 405EX GPIO and MFC (multi
61510     function control) registers. This is done for the AMCC Kilauea and
61511     Makalu eval boards.
61512
61513     Signed-off-by: Stefan Roese <sr@denx.de>
61514
61515 commit 9692c2734a47f23b44a0f68042a3e2ca8d1bfb39
61516 Author: Stefan Roese <sr@denx.de>
61517 Date:   Sat Dec 8 08:25:09 2007 +0100
61518
61519     CFI: Coding style cleanup
61520
61521     Signed-off-by: Stefan Roese <sr@denx.de>
61522
61523 commit 81b20ccc2d795ae9a1199db5a50ad9c28d1e4d22
61524 Author: Michael Schwingen <michael@schwingen.org>
61525 Date:   Fri Dec 7 23:35:02 2007 +0100
61526
61527     CFI: support JEDEC flash roms in CFI-flash framework
61528
61529     The following patch adds support for non-CFI flash ROMS, by hooking into the
61530     CFI flash code and using most of its code, as recently discussed here in the
61531     thread "Mixing CFI and non-CFI flashs".
61532
61533     Signed-off-by: Michael Schwingen <michael@schwingen.org>
61534     Signed-off-by: Stefan Roese <sr@denx.de>
61535
61536 commit c01b17dd856fa120b2970f50d9598546a4927ec3
61537 Author: Gerald Van Baren <vanbaren@cideas.com>
61538 Date:   Wed Nov 28 21:24:50 2007 -0500
61539
61540     Conditionally compile fdt_fixup_ethernet()
61541
61542     Fix compiler warnings: On boards that don't have ethernets defined,
61543     don't compile fdt_fixup_ethernet().
61544
61545 commit 246d4ae6bc282bc1841224e1c5fc49dc925e0bf7
61546 Author: Kumar Gala <galak@kernel.crashing.org>
61547 Date:   Tue Nov 27 21:59:46 2007 -0600
61548
61549     Convert boards that set memory node to use fdt_fixup_memory()
61550
61551     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
61552
61553 commit 151c8b09b35eebe8fd9139cb6c1d91c27b22f058
61554 Author: Kumar Gala <galak@kernel.crashing.org>
61555 Date:   Mon Nov 26 17:06:15 2007 -0600
61556
61557     Added fdt_fixup_stdout that uses aliases to set linux,stdout-path
61558
61559     We use a combination of the serialN alias and CONFIG_CONS_INDEX to
61560     determine which serial alias we should set linux,stdout-path to.
61561
61562     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
61563
61564 commit 3c9272813fad84c691d0e4989bb18a3ffebdebfc
61565 Author: Kumar Gala <galak@kernel.crashing.org>
61566 Date:   Mon Nov 26 14:57:45 2007 -0600
61567
61568     Add common memory fixup function
61569
61570     Add the function fdt_fixup_memory() to fixup the /memory node of the fdt
61571
61572     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
61573
61574 commit 9c9109e7fcf7ac2ca19c95b8ac54b8d1c773b157
61575 Author: Kumar Gala <galak@kernel.crashing.org>
61576 Date:   Mon Nov 26 11:19:12 2007 -0600
61577
61578     Conditionally compile fdt_support.c
61579
61580     Modify common/Makefile to conditionally compile fdt_support.c based
61581     on CONFIG_OF_LIBFDT.
61582
61583     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
61584
61585 commit d88e7ba0980773479e1a64badb293116071b7ef0
61586 Author: Kumar Gala <galak@kernel.crashing.org>
61587 Date:   Mon Nov 26 10:41:40 2007 -0600
61588
61589     Fix build breakage due to libfdt import
61590
61591     The IDS8247 got lost in the update and need an API update
61592     do to rename of functions in libfdt.
61593
61594     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
61595
61596 commit 28f384b171bbf1fb2dafb1046e6d259a6b2f8714
61597 Author: Gerald Van Baren <vanbaren@cideas.com>
61598 Date:   Fri Nov 23 19:43:20 2007 -0500
61599
61600     Add spaces around the = in the fdt print format.
61601
61602     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
61603
61604 commit 29592ecba3b932b9b152bcec6c0c0806412db4a3
61605 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61606 Date:   Fri Dec 7 01:25:38 2007 +0900
61607
61608     sh: Moved driver of the SuperH dependence
61609
61610     The composition of the directory in the drivers/ changed.
61611     I moved SuperH serial driver and marubun PCMCIA driver.
61612
61613     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61614
61615 commit 41be969f4957115ed7b1fe8b890bfaee99d7a7a2
61616 Author: Wolfgang Denk <wd@denx.de>
61617 Date:   Thu Dec 6 10:21:19 2007 +0100
61618
61619     Release v1.3.1
61620
61621     Signed-off-by: Wolfgang Denk <wd@denx.de>
61622
61623 commit cf5933ba1e97a1cd8f5f24070e820f21d976eaeb
61624 Author: Wolfgang Denk <wd@denx.de>
61625 Date:   Thu Dec 6 10:21:03 2007 +0100
61626
61627     ADS5121 Board: fix compile problem.
61628
61629     Signed-off-by: Wolfgang Denk <wd@denx.de>
61630
61631 commit a27044b14a9e93678a82d7b35f202b93e7687abc
61632 Author: Stefan Roese <sr@denx.de>
61633 Date:   Thu Dec 6 05:58:43 2007 +0100
61634
61635     ppc4xx: Enable hardware-fix for PCI/DMA errata on AMCC 440SP/SPe boards
61636
61637     This patch enables the hardware-fix for the PCI/DMA errata's 19+22 by
61638     setting the FIXD bit in the SDR0_MFR register. Here a description of the
61639     symptoms:
61640
61641     Problem Description
61642     ------------------------------
61643     If a DMA is performed between memory and PCI with the DMA 1 Controller
61644     using prefetch, and as a result uses a special purpose buffer selected by
61645     the PCIXn Bridge Options 1 Register (PCIXn_BRDGOPT1[RBP7] - bits 31-29),
61646     the first part of the transfer sequence is performed twice. The
61647     PPC440SPe PCI Controller requests more data than was needed such that in
61648     the case of enforce memory protection, a host CPU  exception can occur.
61649     No data is corrupted, because data transfer is stopped in the PCI
61650     Controller. Prefetch enable is specified by setting DMA Configuration
61651     Register (I2O0_DMAx_CFG[DXEPD] - bit 31) to 0.
61652
61653     Behavior that may be observed in a running system
61654     ---------------------------------------------------------------------------
61655
61656     1. DMA performance is decreased because of the double access on the PCI bus
61657     interface.
61658     2. If an illegal access to some address on the PCI bus is detected at the
61659     system level, a machine check or similar system error may occur.
61660
61661     Workarounds Available
61662     ----------------------------------
61663
61664     1. Do not program prefetch. Note that a prefetch command cannot be programmed
61665     without selecting a special purpose buffer.
61666     2. To avoid crossing a physical boundary of the PCI slave device, add 512
61667     bytes of address to the PCI address range.
61668
61669     This patch was originally provided by Pravin M. Bathija <pbathija@amcc.com>
61670     from AMCC and slighly changed.
61671
61672     Signed-off-by: Pravin M. Bathija <pbathija@amcc.com>
61673     Signed-off-by: Stefan Roese <sr@denx.de>
61674
61675 commit a90921f71d225bf9e0f0fc7b8beadeb8001bf78a
61676 Author: Stefan Roese <sr@denx.de>
61677 Date:   Tue Dec 4 16:29:48 2007 +0100
61678
61679     ppc4xx: Yosemite/Yellowstone: Add DTT AD7414 support
61680
61681     Signed-off-by: Stefan Roese <sr@denx.de>
61682
61683 commit 8d4f040a3c15036a6ea25a9c39e7d89fefa8440d
61684 Author: Wolfgang Denk <wd@denx.de>
61685 Date:   Mon Dec 3 00:15:28 2007 +0100
61686
61687     Prepare for 1.3.1-rc1
61688
61689     Signed-off-by: Wolfgang Denk <wd@denx.de>
61690
61691 commit e15e33433e7c05111968dc9b434a52fd42cbd221
61692 Author: Stefan Roese <sr@denx.de>
61693 Date:   Fri Nov 30 07:15:41 2007 +0100
61694
61695     ppc4xx: Kilauea: Add PCIe reset assertion upon power-up
61696
61697     This manual PCIe reset triggering solves the problem seen with the
61698     Intel EPRO/1000 card, which was not detected (link not established)
61699     upon power-up reset.
61700
61701     Signed-off-by: Stefan Roese <sr@denx.de>
61702
61703 commit 260eea5676ca46903a335686cc020b29c4ca46fe
61704 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61705 Date:   Thu Nov 29 01:21:54 2007 +0900
61706
61707     sh: Add SuperH boards maintainer to MAINTAINERS file
61708
61709     Add MS7750SE and MS7722SE's board maintainer to MAINTAINERS file.
61710
61711     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61712
61713 commit aa9c4f1d22701a92347c1c81f34d12c8ad3a3747
61714 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61715 Date:   Thu Nov 29 00:13:04 2007 +0900
61716
61717     sh: Add ms7750se support in MAKEALL
61718
61719     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61720
61721 commit c7144373427a178332bf9754131c8c34c52c200a
61722 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
61723 Date:   Tue Nov 27 09:44:53 2007 +0100
61724
61725     sh: Add sh3 and sh4 support in MAKEALL
61726
61727     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
61728     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61729
61730 commit 130080874a3d28450098481a262c5f7c855e908d
61731 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61732 Date:   Sun Nov 25 02:51:17 2007 +0900
61733
61734     sh: Add document for SuperH.
61735
61736     This document is a summary of information concerning SuperH of U-Boot.
61737
61738     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61739
61740 commit 33ecdc2f9d64926e1a6067b28f3a0aefc3b6d23d
61741 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61742 Date:   Sun Nov 25 02:39:31 2007 +0900
61743
61744     sh: Add marubun's pcmcia driver
61745
61746     Marubun pcmcia is a chip for PCMCIA used with SuperH.
61747     Of course, this can be used even by other architectures.
61748     When use this driver, came to be able to use CompactFlash
61749     and Ethernet.
61750
61751     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61752
61753 commit febd86b969b975289ed948f1ac0eb9722da41ced
61754 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61755 Date:   Sun Nov 25 02:32:13 2007 +0900
61756
61757     sh: Update SuperH SCIF driver
61758
61759     - Changed volatile unsigned to vu_.
61760     - Changed Makefile for kconfig.
61761
61762     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
61763
61764 commit 8be760903645af09871be50ad0a6f9ebb62b311d
61765 Author: Stefan Roese <sr@denx.de>
61766 Date:   Tue Nov 27 11:57:35 2007 +0100
61767
61768     ppc4xx: Kilauea & Makalu: Fix ext IRQ pin multiplexing
61769
61770     After an error in the AMCC 405EX users manual now correctly configure
61771     IRQ2 (Kilauea)/IRQ0 (Makalu) as alternate 2 signal for external IRQ
61772     usage.
61773
61774     Signed-off-by: Stefan Roese <sr@denx.de>
61775
61776 commit a5f601fd1b1278deae5aa9fc27a232b0d1c1c788
61777 Author: Wolfgang Denk <wd@denx.de>
61778 Date:   Mon Nov 26 19:18:21 2007 +0100
61779
61780     Cleanup coding style; update CHANGELOG
61781
61782     Signed-off-by: Wolfgang Denk <wd@denx.de>
61783
61784 commit 3deca9d44767efd1b83f4b701f0dbf21a7595f7b
61785 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
61786 Date:   Sun Nov 25 22:39:25 2007 +0100
61787
61788     MAKEALL: add missing 512x boards in ppc
61789
61790     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
61791
61792 commit a340c325e668ca7386c2276387681720be9c3757
61793 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
61794 Date:   Sun Nov 25 18:45:47 2007 +0100
61795
61796     Makefile : fix tags ctags etags with new drivers organization
61797
61798     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
61799
61800 commit 63362cfc6baa97ae0e37ba2c6ece530fcac9f79e
61801 Author: Stefan Roese <sr@denx.de>
61802 Date:   Mon Nov 26 15:06:14 2007 +0100
61803
61804     ppc4xx: Makalu: Change EBC setup for CS0 to enable 400MHz usage
61805
61806     As suggested by Senao, use a different EBC_PB0AP setup for 400MHz
61807     operation.
61808
61809     Signed-off-by: Stefan Roese <sr@denx.de>
61810
61811 commit ca1ce226287270bb01e25b8e3674c701f12edf19
61812 Author: Stefan Roese <sr@denx.de>
61813 Date:   Mon Nov 26 15:01:45 2007 +0100
61814
61815     ppc4xx: Kilauea: Configure pin mux to use ext IRQ2 as interrupt
61816
61817     Signed-off-by: Stefan Roese <sr@denx.de>
61818
61819 commit 87ddedd6ad804427ce125ceaa076d7a4f74e9d5d
61820 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
61821 Date:   Sun Nov 25 18:45:47 2007 +0100
61822
61823     Makefile : fix tags ctags etags with new drivers organization
61824
61825     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
61826
61827 commit 59829cc189378c142c13d2aa8d9a897d8bef3961
61828 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
61829 Date:   Sat Nov 24 21:26:56 2007 +0100
61830
61831     drivers/mtd : move mtd drivers to drivers/mtd
61832
61833     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
61834
61835 commit 318c0b90431f2648552e5ade78833f42652ce859
61836 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
61837 Date:   Sat Nov 24 21:17:55 2007 +0100
61838
61839     drivers/misc : move misc drivers to drivers/misc
61840
61841     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
61842
61843 commit 33daf5b7858807cb4ce4158c2c56524671c14c08
61844 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
61845 Date:   Sat Nov 24 21:13:59 2007 +0100
61846
61847     drivers/block : move block drivers to drivers/block
61848
61849     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
61850
61851 commit 0c698dcaa70275eb8814f665b545547cee013892
61852 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
61853 Date:   Sat Nov 24 20:59:50 2007 +0100
61854
61855     drivers/rtc : move rtc drivers to drivers/rtc
61856
61857     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
61858
61859 commit f868cc5a50757d94f36c312395481cb0f187d9e6
61860 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
61861 Date:   Sat Nov 24 20:14:44 2007 +0100
61862
61863     drivers/hwmon : move hardware monitor drviers to drivers/hwmon
61864
61865     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
61866
61867 commit 16b195c82a18cbfd164800f17a1ef9db2e48331a
61868 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
61869 Date:   Sat Nov 24 19:46:45 2007 +0100
61870
61871     drivers/input : move input drivers to drivers/input
61872
61873     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
61874
61875 commit e4558666293364fc3af1c1d9381ca933fa0f1275
61876 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
61877 Date:   Sat Nov 24 19:40:11 2007 +0100
61878
61879     drivers/usb : move usb drivers to drivers/usb
61880
61881     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
61882
61883 commit 1378df792a7ff3abd1bf54a63f5475784f5b083c
61884 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
61885 Date:   Sat Nov 24 19:33:38 2007 +0100
61886
61887     drivers/serial : move serial drivers to drivers/serial
61888
61889     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
61890
61891 commit 2439e4bfa111babf4bc07ba20efbf3e36036813e
61892 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
61893 Date:   Wed Nov 21 21:19:24 2007 +0100
61894
61895     drivers/net : move net drivers to drivers/net
61896
61897     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
61898
61899 commit 352d259130b349fe9593b8dada641bd78a9659e5
61900 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
61901 Date:   Tue Nov 20 20:41:48 2007 +0100
61902
61903     drivers/video : move video drivers to drivers/video
61904
61905     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
61906
61907 commit 73646217186aa17afc8e305c5f06f06dd335eaad
61908 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
61909 Date:   Tue Nov 20 20:33:09 2007 +0100
61910
61911     drivers/pcmcia : move pcmcia drivers to drivers/pcmcia
61912
61913     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
61914
61915 commit 93a686ee9c5ddc6fa368c32cfbfde6f6724599fc
61916 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
61917 Date:   Tue Nov 20 20:28:09 2007 +0100
61918
61919     drivers/pci : move pci drivers to drivers/pci
61920
61921     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
61922
61923 commit 9162352817579840d7802da6d85872b3ca003c97
61924 Author: Gerald Van Baren <vanbaren@cideas.com>
61925 Date:   Thu Nov 22 17:23:23 2007 -0500
61926
61927     Fix fdt printing for updated libfdt
61928
61929     Also improve printing (adopt dtc v1 "c style" hex format), whitespace cleanup.
61930
61931     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
61932
61933 commit 9eb77cea1fa12d5969eb26a1d1d81da381bd6b1c
61934 Author: Kumar Gala <galak@kernel.crashing.org>
61935 Date:   Wed Nov 21 13:30:15 2007 -0600
61936
61937     Add additional fdt fixup helper functions
61938
61939     Added the following fdt fixup helpers:
61940      * do_fixup_by_prop{_u32} - Find matching nodes by property name/value
61941      * do_fixup_by_compat{_u32} - Find matching nodes by compat
61942
61943     The _u32 variants work the same only the property they are setting
61944     is know to be a 32-bit integer instead of a byte buffer.
61945
61946     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
61947
61948 commit ab544633abdd14f4dd5d92e500b73eb59ef57e67
61949 Author: Kumar Gala <galak@kernel.crashing.org>
61950 Date:   Wed Nov 21 11:11:03 2007 -0600
61951
61952     Add fdt_fixup_ethernet helper to set mac addresses
61953
61954     Added a fixup helper that uses aliases to set mac addresses
61955     in the device tree based on the bd_t
61956
61957     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
61958
61959 commit dbaf07ce620aab249e3502b20a986234a6af1d3a
61960 Author: Kumar Gala <galak@kernel.crashing.org>
61961 Date:   Wed Nov 21 14:07:46 2007 -0600
61962
61963     Fix warnings from import of libfdt
61964
61965     cmd_fdt.c: In function fdt_print:
61966     cmd_fdt.c:586: warning: assignment discards qualifiers from pointer target type
61967     cmd_fdt.c:613: warning: assignment discards qualifiers from pointer target type
61968     cmd_fdt.c:635: warning: assignment discards qualifiers from pointer target type
61969     cmd_fdt.c:636: warning: assignment discards qualifiers from pointer target type
61970
61971     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
61972
61973 commit 8d04f02f6224e6983f4812ea4da704950ec8539c
61974 Author: Kumar Gala <galak@kernel.crashing.org>
61975 Date:   Wed Oct 24 11:04:22 2007 -0500
61976
61977     Update libfdt from device tree compiler (dtc)
61978
61979     Update libfdt to commit 8eaf5e358366017aa2e846c5038d1aa19958314e from
61980     the device tree compiler (dtc) project.
61981
61982     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
61983
61984 commit e93becf80d732b64aef81b23e8b6ece02c40533d
61985 Author: Kumar Gala <galak@kernel.crashing.org>
61986 Date:   Sat Nov 3 19:46:28 2007 -0500
61987
61988     Move do_fixup* for libfdt into common code
61989
61990     Moved the generic fixup handling code out of cpu/mpc5xxx and cpu/mpc8260
61991     into common/fdt_support.c and renamed:
61992
61993     do_fixup()  -> do_fixup_by_path()
61994     do_fixup_u32()      -> do_fixup_by_path_u32()
61995
61996     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
61997
61998 commit f738b4a75998f42a7408defadc9baac7a31c92db
61999 Author: Kumar Gala <galak@kernel.crashing.org>
62000 Date:   Thu Oct 25 16:15:07 2007 -0500
62001
62002     Make no options to fdt print default to '/'
62003
62004     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
62005
62006 commit a3c2933e02503fe36ade2c1b65af46f2b7a168e7
62007 Author: Kumar Gala <galak@kernel.crashing.org>
62008 Date:   Wed Oct 24 10:21:57 2007 -0500
62009
62010     Removed some nonused fdt functions and moved fdt_find_and_setprop out of libfdt
62011
62012     Removed:
62013         fdt_node_is_compatible
62014         fdt_find_node_by_type
62015         fdt_find_compatible_node
62016
62017     To ease merge of newer libfdt as we aren't using them anywhere at this time.
62018
62019     Also moved fdt_find_and_setprop out of libfdt into fdt_support.c for the same
62020     reason.
62021
62022     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
62023
62024 commit 98e2867cc85409b919f862e6c16026461ec955df
62025 Author: Grant Likely <grant.likely@secretlab.ca>
62026 Date:   Wed Nov 21 09:19:37 2007 -0700
62027
62028     [BUILD] Remove libraries when updating autoconf.mk
62029
62030     Fix library problems caused by conditional compilation.  Using
62031     autoconf.mk to decide which files to compile has caused a problem when
62032     changing configuration from one board to another without clearing out
62033     the library (*.a) files.
62034
62035     It used to be that the linker was always passed the same list of .o
62036     files when building the .a files.  However, that is not longer true
62037     with conditional compilation.  Now, a different board config will have
62038     a different file list passed to the linker.  The problem occurs when
62039     a library has already been built and the board config is changed.
62040
62041     Since the linker will update instead of replace a preexisting library,
62042     then if the file list changes to remove some object files the old
62043     objects will still exist in the library.
62044
62045     The solution is to remove all old library files when autoconf.mk is
62046     made.
62047
62048     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
62049
62050 commit ed1353d74b9ce8a7fcd660570b848a184d614b5f
62051 Author: Kumar Gala <galak@kernel.crashing.org>
62052 Date:   Wed Nov 21 08:49:50 2007 -0600
62053
62054     [BUILD] conditionally compile libfdt/*.c in libfdt/Makefile
62055
62056     Modify libfdt/Makefile to conditionally compile the *.c files based
62057     on the board config.
62058
62059     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
62060
62061 commit 4a43719a7738712811d822ca8125427b27a55cdc
62062 Author: Grant Likely <grant.likely@secretlab.ca>
62063 Date:   Mon Sep 24 09:05:31 2007 -0600
62064
62065     [BUILD] conditionally compile common/cmd_*.c in common/Makefile
62066
62067     Modify common/Makefile to conditionally compile the cmd_*.c files based
62068     on the board config.
62069
62070     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
62071
62072 commit 2f155f6c0a1f5e9a306a3f1f4fbe067db7ced3b1
62073 Author: Grant Likely <grant.likely@secretlab.ca>
62074 Date:   Mon Sep 24 09:05:31 2007 -0600
62075
62076     [BUILD] Generate include/autoconf.mk from board config files
62077
62078     Use cpp and sed to postprocess config.h and import the defined values
62079     into include/autoconf.mk.  autoconf.mk is then included by config.mk to
62080     give 'make' access to the board configuration.
62081
62082     Doing this enables conditional compilation at the Makefile level instead
62083     of by wrapping every .c file with #ifdef/#endif wrappers.
62084
62085     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
62086
62087 commit 68b88999da87ab88e71e1306192905be3450198e
62088 Author: Jon Loeliger <jdl@freescale.com>
62089 Date:   Tue Nov 20 15:02:26 2007 -0600
62090
62091     8610HPCD: Enable the 8610 Display Interface Unit
62092
62093     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62094
62095 commit 74f89faa9d1e77ed947e628d3effaa513fe05d05
62096 Author: Jon Loeliger <jdl@freescale.com>
62097 Date:   Tue Nov 20 15:00:53 2007 -0600
62098
62099     Move 8610 DIU interface structure definitions to header file.
62100
62101     These two structures are still needed during the
62102     initialization and setup of the DIU hardware.
62103     So move them to the fsl_diu_fb.h file for now.
62104     Official "blah".
62105
62106     Noticed-by: York Sun <yorksun@freescale.com>
62107     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62108
62109 commit 080c646dbf474a109c3f85718fb01ce042a38c45
62110 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
62111 Date:   Tue Nov 20 20:14:18 2007 +0100
62112
62113     drivers/i2c : move i2c drivers to drivers/i2c
62114
62115     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
62116
62117 commit 9a337ddc154a10a26f117fd147b009abcdeba75a
62118 Author: Wolfgang Denk <wd@denx.de>
62119 Date:   Mon Nov 19 22:20:24 2007 +0100
62120
62121     Prepare for 1.3.0 release.
62122
62123     Signed-off-by: Wolfgang Denk <wd@denx.de>
62124
62125 commit f30ad49b16bf998b03c1a5228b6c86369d61c258
62126 Author: Haiying Wang <Haiying.Wang@freescale.com>
62127 Date:   Mon Nov 19 10:02:13 2007 -0500
62128
62129     Move CONFIG_QE out of CONFIG_PCI wrap for MPC8568MDS
62130
62131     CONFIG_QE shouldn't be in the wrap of CONFIG_PCI, fix it.
62132
62133     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
62134
62135 commit f8c320609366176b31104d9bf5e295232e1c7f1d
62136 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
62137 Date:   Mon Nov 19 11:14:16 2007 +0900
62138
62139     [MIPS] board/gth2/lowlevel_init.S: Fix a build warning
62140
62141     lowlevel_init.S: Assembler messages:
62142     lowlevel_init.S:413: Warning: Pretending global symbol used as branch target is local.
62143
62144     Looking at codes, the `memtest' and `clearmem' are intentional mixed
62145     use of `global symbols' and `label' for debugging purpose. To make it
62146     build, just disable global-symbols-use for now. As a result `memtest'
62147     still remains as unused, but leave it be...
62148
62149     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
62150
62151 commit e8da58f2bc092891e8cc92b927ed5c4bd0cb0cab
62152 Author: Wolfgang Denk <wd@denx.de>
62153 Date:   Mon Nov 19 12:59:14 2007 +0100
62154
62155     Fix build problems with mp2usb board
62156
62157     Signed-off-by: Wolfgang Denk <wd@denx.de>
62158
62159 commit 6bf4c686afca1e86e1c384d59218f914605713bf
62160 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
62161 Date:   Sun Nov 18 18:36:11 2007 +0100
62162
62163     s3c24x0: Fix usb_ohci.c missing in Makefile
62164     and usb_ohci.c warning differ in signedness
62165
62166     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
62167
62168 commit 6073f61e078da5ddb521b56256bcc36508589883
62169 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
62170 Date:   Sun Nov 18 12:55:02 2007 +0100
62171
62172     pb1x00 board: Fix u16 status declaration when PCMCIA is defined
62173
62174     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
62175
62176 commit 8412d814ce8bf5570a2b747f1e7fd321097fe987
62177 Author: Wolfgang Denk <wd@denx.de>
62178 Date:   Sun Nov 18 17:11:09 2007 +0100
62179
62180     Fix compiler warnings for ARM systems.
62181
62182     Signed-off-by: Wolfgang Denk <wd@denx.de>
62183
62184 commit 409ecdc0bb47dd28b0af6c25ffd658d22cc36b37
62185 Author: Wolfgang Denk <wd@denx.de>
62186 Date:   Sun Nov 18 16:36:27 2007 +0100
62187
62188     Fix compiler warnings for PPC systems. Update CHANGELOG.
62189
62190     Signed-off-by: Wolfgang Denk <wd@denx.de>
62191
62192 commit 653811a3c2b35856bf12e196dcc8c4694e28e420
62193 Author: Stefan Roese <sr@denx.de>
62194 Date:   Sun Nov 18 14:44:44 2007 +0100
62195
62196     ppc4xx: Correct 405EX PCIe UTL register mapping
62197
62198     Map 4k mem space for UTL registers for each port.
62199
62200     Signed-off-by: Stefan Roese <sr@denx.de>
62201
62202 commit 079c2c4fa71c0d1ebef394508df9088df8a308d3
62203 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
62204 Date:   Sat Nov 17 11:31:10 2007 +0100
62205
62206     Fix warning differ in signedness in net/net.c and net/nfs.c
62207
62208 commit 7e14fc65368cbd2861b1207453da55a4fc7b3f81
62209 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
62210 Date:   Sat Nov 17 20:42:45 2007 +0900
62211
62212     gth2.c: Fix a warning on gth2 build.
62213
62214     gth2.c: In function 'misc_init_r':
62215     gth2.c:434: warning: pointer targets in passing argument 2 of 'setenv' differ in signedness
62216
62217     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
62218
62219 commit 2309c130aa4c84b91bd874a41269c923eb61b555
62220 Author: Stefan Roese <sr@denx.de>
62221 Date:   Sat Nov 17 07:58:25 2007 +0100
62222
62223     Fix warning differ in signedness in common/cmd_scsi.c
62224
62225     Signed-off-by: Stefan Roese <sr@denx.de>
62226
62227 commit 9ea61b57968554eaf0f474ec7e088b17d367f474
62228 Author: Stefan Roese <sr@denx.de>
62229 Date:   Sat Nov 17 14:52:29 2007 +0100
62230
62231     ppc4xx: Update AMCC Kilauea config file
62232
62233     - Use generic GPIO configuration framework (CFG_4xx_GPIO_TABLE)
62234
62235     Signed-off-by: Stefan Roese <sr@denx.de>
62236
62237 commit 7e1d884b7cb602007329c517ec1c453e3a6a5d9c
62238 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
62239 Date:   Sat Nov 17 20:05:26 2007 +0900
62240
62241     [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker
62242
62243     Current trick to pick up GNU assembler minor version does not work with the
62244     latest binutils (2007-03-01 or later) due to ${PKGVERSION} now default to
62245     "(GNU Binutils) ".
62246
62247       $ sde-as --version |grep "GNU assembler"
62248       GNU assembler 2.15.94 mipssde-6.02.02-20050602
62249       $ sde-as --version |grep "GNU assembler" |awk '{print $3}'
62250       2.15.94
62251       $ sde-as --version |grep "GNU assembler" |awk '{print $3}' |awk -F. '{print $2}'
62252       15
62253       $
62254
62255       $ mips-linux-as --version |grep "GNU assembler"
62256       GNU assembler (GNU Binutils) 2.18
62257       $ mips-linux-as --version |grep "GNU assembler" |awk '{print $3}'
62258       (GNU
62259       $ mips-linux-as --version |grep "GNU assembler" |awk '{print $3}' |awk -F. '{print $2}'
62260       (no output)
62261       $
62262
62263     As a result of above, you'll see many noises with such binutils:
62264
62265       make -C cpu/mips/
62266       /bin/sh: line 0: [: : integer expression expected
62267       /bin/sh: line 0: [: : integer expression expected
62268       make[1]: Entering directory `/home/skuribay/devel/u-boot.git/cpu/mips'
62269       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
62270       /bin/sh: line 0: [: : integer expression expected
62271       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
62272       /bin/sh: line 0: [: : integer expression expected
62273       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
62274       /bin/sh: line 0: [: : integer expression expected
62275
62276     This patch simplifies the trick and makes it work with both versions of gas.
62277     I also replace an expensive `awk (or gawk)' with `cut'.
62278
62279     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
62280
62281 commit 16664f72850846e645616da1c0fa5afcd6d15f15
62282 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
62283 Date:   Sat Nov 17 20:05:26 2007 +0900
62284
62285     [MIPS] Remove useless instructions for initializing $gp.
62286
62287     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
62288
62289 commit 03c031d5660ea946c39af6e2e16267da857c609f
62290 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
62291 Date:   Sat Oct 27 15:27:06 2007 +0900
62292
62293     [MIPS] MIPS 4K core: Coding style cleanups
62294
62295     No logical changes.
62296
62297     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
62298
62299 commit f5e429d3860bba4c6ae8bead8f78349fa24491b2
62300 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
62301 Date:   Sat Nov 17 20:05:20 2007 +0900
62302
62303     [MIPS] gth2.c: Fix a warning on gth2 build.
62304
62305     gth2.c: In function 'misc_init_r':
62306     gth2.c:434: warning: pointer targets in passing argument 2 of 'setenv' differ in signedness
62307
62308     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
62309
62310 commit 4fbd0741b2b6441da10be93e10267122581b7079
62311 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
62312 Date:   Sat Oct 27 15:22:33 2007 +0900
62313
62314     [MIPS] au1x00_eth.c: Fixed a warning on pb1000 build.
62315
62316     au1x00_eth.c: In function 'au1x00_miiphy_write':
62317     au1x00_eth.c:139: warning: 'return' with no value, in function returning non-void
62318
62319     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
62320
62321 commit f01320459736f156707425cf8112f98606301aa4
62322 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
62323 Date:   Sat Oct 27 15:00:25 2007 +0900
62324
62325     [MIPS] au1x00_eth.c: Fix au1x00_miiphy_{read,write} build error
62326
62327     au1x00_eth.c: In function 'au1x00_enet_initialize':
62328     au1x00_eth.c:246: error: 'au1x00_miiphy_read' undeclared (first use in this function)
62329     au1x00_eth.c:246: error: (Each undeclared identifier is reported only once
62330     au1x00_eth.c:246: error: for each function it appears in.)
62331     au1x00_eth.c:246: error: 'au1x00_miiphy_write' undeclared (first use in this function)
62332     au1x00_eth.c: In function 'au1x00_miiphy_write':
62333     au1x00_eth.c:298: warning: 'return' with no value, in function returning non-void
62334     make[1]: *** [au1x00_eth.o] Error 1
62335
62336     Fixed by moving these two functions forward.
62337
62338     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
62339
62340 commit b09258c5393edd1087c5f39ae68338f16b49f8b3
62341 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
62342 Date:   Sat Oct 27 15:00:25 2007 +0900
62343
62344     MAKEALL: Added missing pb1000 board
62345
62346     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
62347
62348 commit 2e4a6e3667a1e39c0e6e99498686b15d2718b369
62349 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
62350 Date:   Sat Oct 27 15:00:24 2007 +0900
62351
62352     [MIPS] pb1000: Replace obsolete memsetup.S with lowlevel_init.S
62353
62354     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
62355
62356 commit 662e5cb397249c3ea88a4c3255e9ccfc40b98d82
62357 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
62358 Date:   Sat Oct 27 15:00:24 2007 +0900
62359
62360     [MIPS] u-boot.lds: Cleanup __u_boot_cmd_{start,end}
62361
62362     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
62363
62364 commit 5947f6999aafa7c54c1390983d264a8463dfea8e
62365 Author: Wolfgang Denk <wd@denx.de>
62366 Date:   Sat Nov 17 02:34:38 2007 +0100
62367
62368     Update CHANGELOIG, prepare for -rc4
62369
62370     Signed-off-by: Wolfgang Denk <wd@denx.de>
62371
62372 commit fd329e6f05bbdfe6bd71b0e09f0c76d3b0a025a5
62373 Author: Luotao Fu <l.fu@pengutronix.de>
62374 Date:   Wed Nov 14 18:58:33 2007 +0100
62375
62376     Fix the i2c frequency and default address in rsdproto board
62377
62378     rsdproto board support has wrong I2C frequency and wrong return value
62379     handling.
62380
62381     Signed-off-by: Luotao Fu <l.fu@pengutronix.de>
62382
62383 commit 429c180edad038f91c989cb14b478228092e7054
62384 Author: Wolfgang Denk <wd@denx.de>
62385 Date:   Sat Nov 17 01:45:38 2007 +0100
62386
62387     powerpc: Backout relocation changes for MPC5121, too.
62388
62389     Apply Grant Likely's backout to MPC5121 code, too.
62390
62391     Pointed out by Rafal Jaworowski <raj@semihalf.com>
62392
62393     Signed-off-by: Wolfgang Denk <wd@denx.de>
62394
62395 commit 1c3dd43338a077165e7e0309cb3994e65d2bdbf8
62396 Author: Grant Likely <grant.likely@secretlab.ca>
62397 Date:   Tue Nov 13 22:18:33 2007 -0700
62398
62399     powerpc: Backout relocation changes.
62400
62401     Ugh.  I *hate* to back this change out, but these compiler flags don't
62402     work for relocation on all versions of GCC.  I've not been able to
62403     reproduce the environment in my setup (and hence, not been able to
62404     find a combination that *does* work), so I've got no choice but to go
62405     back to the old gcc flags and linker script.
62406
62407     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
62408
62409 commit 5c15010efad980ad5498cc565fc1ed70df2f52b4
62410 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
62411 Date:   Tue Nov 13 09:11:05 2007 +0100
62412
62413     Fixed mips_io_port_base build errors.
62414
62415     This patch has been sent on:
62416     - 29 Sep 2007
62417
62418     Although mips_io_port_base is currently a part of IDE command, it is quite
62419     fundamental for MIPS I/O port access such as in[bwl] and out[bwl]. So move
62420     it to MIPS general part, and introduce `set_io_port_base()' from Linux.
62421
62422     This patch is triggered by multiple definition of `mips_io_port_base' build
62423     error on gth2 (and tb0229 also needs this fix.)
62424
62425     board/gth2/libgth2.a(gth2.o): In function `log_serial_char':
62426     /home/skuribay/devel/u-boot.git/board/gth2/gth2.c:47: multiple definition of `mips_io_port_base'
62427     common/libcommon.a(cmd_ide.o):/home/skuribay/devel/u-boot.git/common/cmd_ide.c:712: first defined here
62428     make: *** [u-boot] Error 1
62429
62430     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
62431     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
62432
62433 commit 6ecbb7a3fa9b0940ed33e490d195d4b6830b2422
62434 Author: Wolfgang Denk <wd@denx.de>
62435 Date:   Sat Nov 17 01:30:40 2007 +0100
62436
62437     Fix a bug in the slave serial programming mode for the Xilinx
62438     Spartan2/3 FPGAs. The old code used "< 0" on a "char" type to test if
62439     the most significant bit was set, which did not work on any
62440     architecture where "char" defaulted to be an unsigned type.
62441
62442     Based on a patch by Angelos Manousaridis <amanous@inaccessnetworks.com>
62443
62444     Signed-off-by: Wolfgang Denk <wd@denx.de>
62445
62446 commit d08b7233bc252faad8339e7ca0ddfd62fa79903c
62447 Author: Jon Loeliger <jdl@freescale.com>
62448 Date:   Thu Nov 1 12:23:29 2007 -0500
62449
62450     86xx: Fix broken variable reference when #def DEBUGing.
62451
62452     Sometimes you can't reference the DDR2 controller variables.
62453
62454     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62455
62456 commit f9d9164d9c6b5a7f0393fd8d7e246b8a0326bc19
62457 Author: Jason Jin <Jason.jin@freescale.com>
62458 Date:   Fri Oct 26 18:32:00 2007 +0800
62459
62460     make 8610 board use pixis reset
62461
62462     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
62463
62464 commit db74b3c1c9481a6bffbf8cd445e5bcbf6908e836
62465 Author: Jason Jin <Jason.jin@freescale.com>
62466 Date:   Mon Oct 29 19:26:21 2007 +0800
62467
62468     Unify pixis_reset altbank across board families
62469
62470     Basically, refactor the CFG_PIXIS_VBOOT_MASK values
62471     into the separate board config files.
62472
62473     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
62474     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62475
62476 commit 64bf555465c7926be13e1046ac0d0f05ac72829c
62477 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
62478 Date:   Wed Nov 7 08:19:21 2007 +0100
62479
62480     Fix warning: pointer targets in assignment differ in signedness
62481
62482     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
62483
62484 commit 7a60ee7c6248a958c5757d3660a1702723a2786d
62485 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
62486 Date:   Wed Nov 7 08:19:19 2007 +0100
62487
62488     Fix warning differ in signedness in common/cmd_ide.c
62489
62490     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
62491
62492 commit f31d38b9eea9b32f6a1ac848a298cc71ca4c9a03
62493 Author: Stefan Roese <sr@denx.de>
62494 Date:   Fri Nov 16 14:16:54 2007 +0100
62495
62496     ppc4xx: Enable 405EX PCIe UTL register configuration
62497
62498     Till now the UTL registers on 405EX were not initialized but left with
62499     their default values. This patch new initializes some of the UTL
62500     registers on 405EX.
62501
62502     Signed-off-by: Stefan Roese <sr@denx.de>
62503
62504 commit ecdcbd4f8c1f8cefd785752f4e7536aae2a4ecf9
62505 Author: Stefan Roese <sr@denx.de>
62506 Date:   Fri Nov 16 14:00:59 2007 +0100
62507
62508     ppc4xx: Update AMCC Makalu for board rev 1.1
62509
62510     This patch adds changes needed for Makalu rev 1.1:
62511
62512     - Enable 2nd DDR2 bank resulting in 256MByte of SDRAM
62513     - Enable 2nd ethernet port EMAC1
62514     - Use generic GPIO configuration framework (CFG_4xx_GPIO_TABLE)
62515     - Reset PCIe ports via GPIO upon bootup
62516
62517     Signed-off-by: Stefan Roese <sr@denx.de>
62518
62519 commit 4d4faae65e115e327425cd514c1a35146a85166b
62520 Author: Grant Likely <grant.likely@secretlab.ca>
62521 Date:   Mon Sep 24 09:05:31 2007 -0600
62522
62523     Group PCI and PCMCIA drivers in drivers/Makefile
62524
62525     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
62526
62527 commit 5798f87dc10a496d79d3177b9f5a76488987fd35
62528 Author: Grant Likely <grant.likely@secretlab.ca>
62529 Date:   Mon Sep 24 09:05:31 2007 -0600
62530
62531     Group block/flash drivers in drivers/Makefile
62532
62533     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
62534
62535 commit df58c81551700f058b44cacf55a7997fa63bfe0a
62536 Author: Grant Likely <grant.likely@secretlab.ca>
62537 Date:   Mon Sep 24 09:05:31 2007 -0600
62538
62539     Group USB drivers in drivers/Makefile
62540
62541     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
62542
62543 commit 5dbb6ed622e539b0c8493ef7e578d3a533181d29
62544 Author: Grant Likely <grant.likely@secretlab.ca>
62545 Date:   Mon Sep 24 09:05:30 2007 -0600
62546
62547     Group i2c drivers in drivers/Makefile
62548
62549     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
62550
62551 commit ec00c76de0e5971273905998d62d6bb119324218
62552 Author: Grant Likely <grant.likely@secretlab.ca>
62553 Date:   Mon Sep 24 09:05:30 2007 -0600
62554
62555     Group console drivers in drivers/Makefile
62556
62557     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
62558
62559 commit 754f230aa01b8c789fc31f8013c2487954073300
62560 Author: Grant Likely <grant.likely@secretlab.ca>
62561 Date:   Mon Sep 24 09:05:30 2007 -0600
62562
62563     Group network drivers in drivers/Makefile
62564
62565     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
62566
62567 commit f0037c56b0d12cd46215124667b9f83d60ef9391
62568 Author: Grant Likely <grant.likely@secretlab.ca>
62569 Date:   Mon Sep 24 09:05:30 2007 -0600
62570
62571     Build: split COBJS value into multiple lines
62572
62573     This change is in preparation for condtitionial compile support in the
62574     build system.  By spliting them all into seperate lines now, subsequent
62575     patches that change 'COBJS-y += ' into 'COBJS-$(CONFIG_<blah>) += ' will
62576     be less invasive and easier to review
62577
62578     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
62579
62580 commit 1b4aaffe4fb2a5e95d9111a5d94fd1f89215dce4
62581 Author: Grant Likely <grant.likely@secretlab.ca>
62582 Date:   Mon Sep 24 09:05:30 2007 -0600
62583
62584     Add .gitignore files
62585
62586     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
62587     Acked-by: Kim Phillips <kim.phillips@freescale.com>
62588
62589 commit 955413f35f054a82e40042f1dbcf501c6a05719b
62590 Author: Grant Likely <grant.likely@secretlab.ca>
62591 Date:   Thu Nov 15 08:27:52 2007 -0700
62592
62593     Revert "Correct relocation fixup for mpc5xx"
62594
62595     This reverts commit 3649cd99ba815b6601868735765602f00ef3692b.
62596     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
62597
62598 commit e15633888a058aacb31a62d2cf1278e1e4c236ab
62599 Author: Grant Likely <grant.likely@secretlab.ca>
62600 Date:   Thu Nov 15 08:24:32 2007 -0700
62601
62602     Revert "Correct fixup relocation for MPC5xxx"
62603
62604     This reverts commit 6f7576b20ecf0d040c3ac3b032b5cbc860e38a90.
62605     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
62606
62607 commit 139365fbe566d0fc619a1ed04452ec5388f0cef8
62608 Author: Grant Likely <grant.likely@secretlab.ca>
62609 Date:   Thu Nov 15 08:21:04 2007 -0700
62610
62611     Revert "Correct fixup relocation for mpc8220"
62612
62613     This reverts commit a85dd254c0577fca13627c46e93fc2ad4c4f1f00.
62614     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
62615
62616 commit 70922342369e5e39b286fe21e768a239ca07a514
62617 Author: Grant Likely <grant.likely@secretlab.ca>
62618 Date:   Thu Nov 15 08:20:57 2007 -0700
62619
62620     Revert "Correct fixup relocation for mpc824x"
62621
62622     This reverts commit f3a52fe05923935db86985daf9438e2f70ac39aa.
62623     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
62624
62625 commit 96279ab4cad60cb5972aa934fbe4845ac02cc75a
62626 Author: Grant Likely <grant.likely@secretlab.ca>
62627 Date:   Thu Nov 15 08:20:50 2007 -0700
62628
62629     Revert "Correct fixup relocation for mpc8260"
62630
62631     This reverts commit 5af61b2f4b838a05f79be274f3e5a66edd2d9c96.
62632     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
62633
62634 commit 928fe33b24cdf382a8dc8687fed24b1961cdb5d6
62635 Author: Grant Likely <grant.likely@secretlab.ca>
62636 Date:   Thu Nov 15 08:20:43 2007 -0700
62637
62638     Revert "Correct fixup relocation for mpc83xx"
62639
62640     This reverts commit 057004f4a4863554d56cc56268bfa7c7d9738e27.
62641     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
62642
62643 commit c93945e8f9e300860d2bf73a2549ce5794f8bd00
62644 Author: Grant Likely <grant.likely@secretlab.ca>
62645 Date:   Thu Nov 15 08:20:25 2007 -0700
62646
62647     Revert "[MPC512x] Correct fixup relocation"
62648
62649     This reverts commit 8d17979d0359492a822a0a409d26e3a3549b4cd4.
62650     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
62651
62652 commit c9672f81f1bdb4e8ddf62aa72ca0206e8b72aa1c
62653 Author: Stefan Roese <sr@denx.de>
62654 Date:   Thu Nov 15 14:25:09 2007 +0100
62655
62656     ppc4xx: Small AMCC Kilauea cleanup
62657
62658     Remove not needed pci_target_init() function.
62659
62660     Signed-off-by: Stefan Roese <sr@denx.de>
62661
62662 commit aee747f19b460a0e9da20ff21e90fdaac1cec359
62663 Author: Stefan Roese <sr@denx.de>
62664 Date:   Thu Nov 15 14:23:55 2007 +0100
62665
62666     ppc4xx: Enable 440 GPIO init table CFG_440_GPIO_TABLE for 405 platforms
62667
62668     - Rename CFG_440_GPIO_TABLE to CFG_4xx_GPIO_TABLE
62669     - Cleanup of the 4xx GPIO functions
62670     - Move some GPIO defines from the cpu headers ppc405.h/ppc440.h into gpio.h
62671
62672     Signed-off-by: Stefan Roese <sr@denx.de>
62673
62674 commit 8ada0ebf38e4073beea0309188b25d82a112a2ae
62675 Author: Stefan Roese <sr@denx.de>
62676 Date:   Thu Nov 15 14:20:08 2007 +0100
62677
62678     ppc4xx: AMCC Taihu board config file cleanup
62679
62680     This patch makes the AMCC Taihu a little more compatible to the other
62681     AMCC eval boards.
62682
62683     Signed-off-by: Stefan Roese <sr@denx.de>
62684
62685 commit 5e71c51d74c963d3174060c078dcacf13bdd02ef
62686 Author: Marian Balakowicz <m8@semihalf.com>
62687 Date:   Thu Nov 15 13:37:28 2007 +0100
62688
62689     [INKA4x0] NG hardware: flash support
62690
62691     Disabled and remove inka4x0 custom flash driver, use CFI flash
62692     driver instead.
62693
62694     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
62695
62696 commit 5fb6d7191e206cdde0e23140fd8111caed93a595
62697 Author: Marian Balakowicz <m8@semihalf.com>
62698 Date:   Thu Nov 15 13:29:55 2007 +0100
62699
62700     [INKA4x0] NG hardware: SDRAM support
62701
62702     Add support for three new DDR chips that may  be present on a NG
62703     INKA4x0 hardware: HYB25D512160BF-5, K4H511638C-7CB3, T46V32M16BN-6IT.
62704
62705     Cleanup board/inka4x0/mt48lc16m16a2-75.h file.
62706
62707     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
62708
62709 commit f23cb34c367bb27585a4fdb8a75277370e7d0596
62710 Author: Marian Balakowicz <m8@semihalf.com>
62711 Date:   Thu Nov 15 13:24:43 2007 +0100
62712
62713     [INKA4x0] NG hardware: platform code update
62714
62715     - Cleanup compile warnings.
62716     - Add missing '\0' in default environment.
62717     - Increase CFG_MONITOR_LEN to 256 KiB.
62718     - Add required CFG_USE_PPCENV.
62719
62720     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
62721
62722 commit 2ae64f5135e51bb18753884d1265b99e89b5aedd
62723 Author: Peter Pearse <peter.pearse@arm.com>
62724 Date:   Thu Nov 15 08:58:00 2007 +0000
62725
62726     Remove warnings re CONFIG_EXTRA_ENV_SETTINGS
62727     Remove warnings re onenand_read() & write()
62728
62729 commit 2db916e14410e3ec1738508c7bf4dfeb2b299ae7
62730 Author: Peter Pearse <peter.pearse@arm.com>
62731 Date:   Thu Nov 15 08:45:13 2007 +0000
62732
62733     Correction patch
62734
62735 commit 1d8a49eca1c7bdc8db1c47a92f9014a29ead03ae
62736 Author: Roy Zang <tie-fei.zang@freescale.com>
62737 Date:   Thu Sep 13 18:52:28 2007 +0800
62738
62739     Enable ULi1575 Ethernet support in 8610HPCD config
62740
62741     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
62742     Acked-by: Jon Loeliger <jdl@freescale.com>
62743
62744 commit 54fd6c93c28a0a45352fff5dd92673401ff563f2
62745 Author: Stefan Roese <sr@denx.de>
62746 Date:   Tue Nov 13 08:18:20 2007 +0100
62747
62748     ppc4xx: lwmon5: Change PHY reset sequence for PHY MDIO address latching
62749
62750     Signed-off-by: Stefan Roese <sr@denx.de>
62751
62752 commit 7d0a4066b5a6b698e5fc1b66cfe9705774bbce93
62753 Author: Stefan Roese <sr@denx.de>
62754 Date:   Tue Nov 13 08:06:11 2007 +0100
62755
62756     ppc4xx: Fix 405EX PCIe UTLSET register setup
62757
62758     Signed-off-by: Stefan Roese <sr@denx.de>
62759
62760 commit 1ce55151c85d068f70317a8d65c61058b891afb4
62761 Author: Heiko Schocher <hs@denx.de>
62762 Date:   Tue Nov 13 07:50:29 2007 +0100
62763
62764     [UC101] SRAM now with 2 MB working.
62765
62766     Signed-off-by: Heiko Schocher <hs@denx.de>
62767
62768 commit 2d14684341109a69616e4d6016cd61402d55086f
62769 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
62770 Date:   Fri Nov 9 15:37:53 2007 +0100
62771
62772     ppc4xx: Use generic usb-ohci driver for sequoia board
62773
62774     This patch makes the sequoia board use the generic usb-ohci driver
62775     instead of cpu/ppc4xx/usb_ohci.c.
62776
62777     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
62778     Signed-off-by: Stefan Roese <sr@denx.de>
62779
62780 commit 9be659ac0868dc367caa957c5c725e46b07f6a5f
62781 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
62782 Date:   Fri Nov 9 15:37:23 2007 +0100
62783
62784     ppc4xx: Make USB working with CONFIG_4xx_DCACHE defined
62785
62786     This patch disables the 44x d-cache on 'usb start' and
62787     reenables it on 'usb stop'. This should be seen as a
62788     temporary fix until the generic usb-ohci driver can
62789     life with d-cache enabled.
62790
62791     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
62792     Signed-off-by: Stefan Roese <sr@denx.de>
62793
62794 commit fbde2169d2c48fcc9ff03489534a78ffb0a8a0d4
62795 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
62796 Date:   Fri Nov 9 15:36:44 2007 +0100
62797
62798     ppc4xx: Remove redundant code from 4xx network driver
62799
62800     This patch removes some redundant code and decrements the end
62801     address of cache flush and invalidate by 1.
62802
62803     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
62804     Signed-off-by: Stefan Roese <sr@denx.de>
62805
62806 commit 5ca9881aad8c413ac2a82868a5e3719178254502
62807 Author: Peter Pearse <peter.pearse@arm.com>
62808 Date:   Fri Nov 9 15:24:26 2007 +0000
62809
62810     Add apollon board support
62811     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
62812
62813 commit b53313dbfc74525d85f1e7e0102f902d5c863beb
62814 Author: Stefan Roese <sr@denx.de>
62815 Date:   Fri Nov 9 12:19:58 2007 +0100
62816
62817     ppc4xx: Remove In:/Out:/Err: boot output for AMCC Kilauea
62818
62819     Signed-off-by: Stefan Roese <sr@denx.de>
62820
62821 commit c7f69c340277935a6c19a956421852da944a365f
62822 Author: Stefan Roese <sr@denx.de>
62823 Date:   Fri Nov 9 12:18:54 2007 +0100
62824
62825     ppc4xx: Make output a little shorter on I2C bootrom detection
62826
62827     Most 4xx PPC capable of using an I2C bootrom for bootstrap setting
62828     already print a line with the information which I2C bootrom is
62829     used for bootstrap configuration. So we don't need this extra line
62830     with "I2C boot EEPROM en-/dis-abled".
62831
62832     This patch also has a little code cleanup integrated.
62833
62834     Signed-off-by: Stefan Roese <sr@denx.de>
62835
62836 commit 8d737a28152ec12873f8544cca1fb39a49e5e693
62837 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
62838 Date:   Thu Nov 8 12:50:18 2007 -0600
62839
62840     ColdFire: MCF5329 - Remove reset registers from CCM
62841
62842     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
62843
62844 commit 7d7cdea769a60b0a6e4c18bef7f9d648fd14b8d7
62845 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
62846 Date:   Thu Nov 8 12:31:11 2007 -0600
62847
62848     ColdFire: MCF5329 - Add Reset structure to immap_5329.h
62849
62850     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
62851
62852 commit 09b26cf00d76d75fdf7fdc4b13e4dd929743bc21
62853 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
62854 Date:   Thu Nov 8 12:19:01 2007 -0600
62855
62856     ColdFire: MCF5329 - revert include/asm-m68k/m5329.h file mode
62857
62858     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
62859
62860 commit 225a24b5e062ad94627424508ae814f51dbe1a34
62861 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
62862 Date:   Wed Nov 7 18:00:54 2007 -0600
62863
62864     ColdFire: MCF5445x - Update correct RAMBAR and missing linker files
62865
62866     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
62867
62868 commit 248c7c14835f34d5d910b45e5600050e58ca6cab
62869 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
62870 Date:   Wed Nov 7 17:56:15 2007 -0600
62871
62872     ColdFire: MCF532x - Update do_reset() using core reset
62873
62874     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
62875
62876 commit d9240a5f827eb3b476a6ba2938d01f1a9e7688f4
62877 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
62878 Date:   Wed Nov 7 17:51:00 2007 -0600
62879
62880     ColdFire: Update cpu flag for 4.2-xx compiler
62881
62882     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
62883
62884 commit 070ba56115b4da63b46e974287fa4550d4023386
62885 Author: York Sun <yorksun@freescale.com>
62886 Date:   Wed Oct 31 14:59:04 2007 -0500
62887
62888     8610: Add console frame buffer support to FSL 8610 DIU driver.
62889
62890     Add cfb console support to FSL 8610 DIU driver.
62891     Inspect board version from PIXIS to obtain correct pixel format.
62892
62893     Use #define CONFIG_VIDEO in config file to enable fb console.
62894
62895     To switch monitor, set monitor variable to
62896     0 - DVI, 1 - Single link LVDS, 2 - Double link LVDS
62897     followed by "diufb init".
62898
62899     Preserve logo bitmap at the top of the fb console.
62900
62901     Signed-off-by: York Sun <yorksun@freescale.com>
62902     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62903
62904 commit a877880c6949e948bd63cd6ea4e216573d2f53dd
62905 Author: York Sun <yorksun@freescale.com>
62906 Date:   Mon Oct 29 13:58:39 2007 -0500
62907
62908     8610: Add 8610 DIU display driver
62909
62910     1280x1024 and 1024x768 @ 32 bpp are supported now.
62911     DVI, Single-link LVDS, Double-link LVDS are all supported.
62912
62913     Environmental variable "monitor" is used to specify monitor port.
62914
62915     A new command "diufb" is introduced to reinitialize monitor
62916     and display a BMP file in the memory. So far, 1-bit, 4-bit,
62917     8-bit and 24-bit BMP formats are supported.
62918
62919         diufb init
62920             - initialize the diu driver
62921         Enable the port specified in the environmental variable "monitor"
62922
62923         diufb addr
62924             - display bmp file in memory.
62925         The bmp image should be no bigger than the resolution, 1280x1024
62926         for DVI and double-link LVDS, 1024x768 for single-link LVDS.
62927
62928     Note, this driver allocate memory but doesn't free it after use
62929     It is written on purpose -- to avoid a failure of reallocation
62930     due to memory fragement.
62931
62932     ECC of DDR is disabled for DIU performance. L2 data cache is also disabled.
62933
62934     Signed-off-by: York Sun <yorksun@freescale.com>
62935     Signed-off-by: Jon loeliger <jdl@freescale.com>
62936
62937 commit 52e5ddfecdda308f75782fae206b677b1810f5f9
62938 Author: York Sun <yorksun@freescale.com>
62939 Date:   Wed Oct 31 10:43:59 2007 -0500
62940
62941     FSL: Add a freescale bitmap logo.
62942
62943     This Freescale logo is a 340 x 128 x 4bpp BMP file
62944     that can be displayed by the DIU Framebuffer driver.
62945
62946     Signed-off-by: York Sun <yorksun@freescale.com>
62947     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62948
62949 commit 1815338fbd1c0f94f8276d2891b99caa5a05f622
62950 Author: York Sun <yorksun@freescale.com>
62951 Date:   Mon Oct 29 13:57:53 2007 -0500
62952
62953     8610: Make some extra debug environment variables conditional.
62954
62955     One may #define ENV_DEBUG to get them back again.
62956
62957     Signed-off-by: York Sun <yorksun@freescale.com>
62958
62959 commit 761421ccca80a9fb37b19c37aa61d46ef75e0647
62960 Author: Jason Jin <Jason.jin@freescale.com>
62961 Date:   Mon Oct 29 19:26:21 2007 +0800
62962
62963     8610: Actually enable pixis_reset CONFIGs
62964
62965     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
62966
62967 commit f3bceaab230b4748d0afc4109b6837308f018b40
62968 Author: Jason Jin <Jason.jin@freescale.com>
62969 Date:   Fri Oct 26 18:31:59 2007 +0800
62970
62971     Fix the BAT definition of PCI IO on 8610 board
62972
62973     The address in the BAT register is aligned with the BAT size.
62974     The original definition actually did not define BAT for PCIE2 IO.
62975     This patch fix this.
62976
62977     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
62978
62979 commit 9f23ca334a6f5f021ef9e9d0fad9da80d63b2d56
62980 Author: Jason Jin <Jason.jin@freescale.com>
62981 Date:   Mon Oct 29 19:26:21 2007 +0800
62982
62983     Unify pixis_reset altbank across board families
62984
62985     Basically, refactor the CFG_PIXIS_VBOOT_MASK values
62986     into the separate board config files.
62987
62988     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
62989     Signed-off-by: Jon Loeliger <jdl@freescale.com>
62990
62991 commit a8318ec205c8e8794b5f9f1b8584abadb440e8ba
62992 Author: Jason Jin <Jason.jin@freescale.com>
62993 Date:   Fri Oct 26 18:32:00 2007 +0800
62994
62995     make 8610 board use pixis reset
62996
62997     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
62998
62999 commit 9c84709eedce9c680dd695984ab7d2328f4f04f5
63000 Author: Jon Loeliger <jdl@freescale.com>
63001 Date:   Thu Nov 1 12:23:29 2007 -0500
63002
63003     86xx: Fix broken variable reference when #def DEBUGing.
63004
63005     Sometimes you can't reference the DDR2 controller variables.
63006
63007     Signed-off-by: Jon Loeliger <jdl@freescale.com>
63008
63009 commit 1f103105a3746ab12279b63b8c1d372c0ce2cc58
63010 Author: Roy Zang <tie-fei.zang@freescale.com>
63011 Date:   Mon Nov 5 17:39:24 2007 +0800
63012
63013     Implement general ULi 526x Ethernet driver support in U-boot
63014
63015     This patch implements general ULi 526x Ethernet driver.
63016     Until now, it is the only native Ethernet port on
63017     MPC8610HPCD board, but it could be used on other boards
63018     with ULi 526x Ethernet port as well.
63019
63020     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
63021     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
63022     Acked-by: Jon Loeliger <jdl@freescale.com>
63023     Signed-off-by: Ben Warren <bwarren@qstreams.com>
63024
63025 commit 71bc6e6474fea8ef481b9b45d1edd7ad1f6dfbbd
63026 Author: Larry Johnson <lrj@arlinx.com>
63027 Date:   Thu Nov 1 08:46:50 2007 -0500
63028
63029     NET: Add Ethernet 1000BASE-X support for PPC4xx
63030
63031     This patch adds support for 1000BASE-X to functions "miiphy_speed ()" and
63032     "miiphy_duplex()".  It also adds function "miiphy_is_1000base_x ()", which
63033     returns non-zero iff the PHY registers are configured for 1000BASE-X.  The
63034     "mii info" command is modified to distinguish between 1000BASE-T and -X.
63035
63036     Signed-off-by: Larry Johnson <lrj@acm.org>
63037     Signed-off-by: Ben Warren <bwarren@qstreams.com>
63038
63039 commit 298035df4948b113d29ac0e694717d34b95bc5dc
63040 Author: Larry Johnson <lrj@arlinx.com>
63041 Date:   Wed Oct 31 11:21:29 2007 -0500
63042
63043     NET: Cosmetic changes
63044
63045     Signed-off-by: Larry Johnson <lrj@acm.org>
63046     Signed-off-by: Ben Warren <bwarren@qstreams.com>
63047
63048 commit 654f38b3a387886996a5a75771fbfc29cb4f225e
63049 Author: Stefan Roese <sr@denx.de>
63050 Date:   Mon Nov 5 07:43:05 2007 +0100
63051
63052     ppc4xx: Make output a little shorter on PCIe detection
63053
63054     Now not max 3 lines but 2 lines are printed per PCIe port.
63055
63056     Signed-off-by: Stefan Roese <sr@denx.de>
63057
63058 commit 992742a5b09d9040adbd156fb90756af66ade310
63059 Author: Wolfgang Denk <wd@denx.de>
63060 Date:   Sat Nov 3 23:09:27 2007 +0100
63061
63062     Cleanup coding style; update CHANGELOG
63063
63064     Signed-off-by: Wolfgang Denk <wd@denx.de>
63065
63066 commit e881cb563e32f45832b7b6db77bdcd017adcbb41
63067 Author: Bruce Adler <bruce.adler@ccpu.com>
63068 Date:   Fri Nov 2 13:15:42 2007 -0700
63069
63070     fix wording in README
63071
63072     Changed the wording to properly describe the shadowing
63073     of the environment from ROM to RAM
63074
63075     Signed-off-by: Bruce Adler <bruce.adler@acm.org>
63076
63077 commit ad845beef06245426c57b53dcdc01b7dc70e0d45
63078 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
63079 Date:   Wed Oct 31 02:18:15 2007 +0900
63080
63081     blackfin: Move `-D__BLACKFIN__' to $(ARCH)_config.mk
63082
63083     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
63084
63085 commit ec22755799466c8a103664bb3a5e647bf9c238f4
63086 Author: Vlad Lungu <vlad@comsys.ro>
63087 Date:   Thu Oct 25 16:08:14 2007 +0300
63088
63089     Trimmed some variables in ne2000.c
63090
63091     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
63092
63093 commit eb6f214d3644b2a77968c176ed36dcf858cfe7e0
63094 Author: Zhang Wei <wei.zhang@freescale.com>
63095 Date:   Thu Oct 25 17:51:27 2007 +0800
63096
63097     Fix the issue of usb_kbd driver missing the scan code of key 'z'.
63098
63099     The scan code of the key 'z' is 0x1d, which should be handled.
63100
63101     The change has be tested on NOVATEK USB keyboard and ULI PCI OHCI
63102     controller.
63103
63104     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
63105
63106 commit bbf4796f6498fbade56d56eff3a0a49b299d93e5
63107 Author: Zhang Wei <wei.zhang@freescale.com>
63108 Date:   Thu Oct 25 17:30:04 2007 +0800
63109
63110     Fix USB support issue for MPC8641HPCN board.
63111
63112     The configuration file has already enabled USB, but it
63113     missed definition of CFG_OHCI_SWAP_REG_ACCESS, the USB
63114     on MPC8641HPCN can not work because of the wrong USB
63115     register endian.
63116
63117     And add the USB command to U-Boot commands list.
63118
63119     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
63120
63121 commit 4e62041023dc3de9d98d977bb080235bc6d035e0
63122 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
63123 Date:   Wed Oct 24 18:16:01 2007 +0200
63124
63125     Use config_cmd_default.h instead of config_cmd_all.h
63126
63127     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
63128
63129 commit 56622f87857439b1c221e9deef11a9d5bb5d4308
63130 Author: Marian Balakowicz <m8@semihalf.com>
63131 Date:   Wed Oct 24 01:37:36 2007 +0200
63132
63133     TQM5200: Call usb_cpu_init() during board init
63134
63135     usb_cpu_init() configures GPS USB pins, clocks, etc. and
63136     is required for proper operation of kernel USB subsystem.
63137     This setup was previously done in the kernel by the fixup
63138     code which is being removed, thus low level init must be
63139     done by U-boot now.
63140
63141     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
63142
63143 commit 29c29c0267fe857e72014ce90c5d35b2ef6302bd
63144 Author: Guennadi Liakhovetski <lg@denx.de>
63145 Date:   Tue Oct 23 16:25:50 2007 +0200
63146
63147     Fix typo in nfs.c
63148
63149     An obvious typo. Originally fixed in linkstation u-boot port.
63150
63151     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
63152
63153 commit 59543fe00a4ce720ef9f5aa7fb387c6daf1c7d78
63154 Author: Guennadi Liakhovetski <lg@denx.de>
63155 Date:   Tue Oct 23 14:35:05 2007 +0200
63156
63157     Fix a typo in cpu/mpc824x/interrupts.c
63158
63159     Since December 2003 the timer_interrupt_cpu() function in
63160     cpu/mpc824x/interrupts.c contains what seems to be a superfluous
63161     parameter. Remove it.
63162
63163     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
63164
63165 commit c9e7b9b9a1700fe009678d1f9b41e6364ac5df2d
63166 Author: Sergej Stepanov <Sergej.Stepanov@ids.de>
63167 Date:   Wed Oct 17 11:13:51 2007 +0200
63168
63169     add ft_cpu_setup(..) on mpc8260
63170
63171     Add ft_cpu_setup(..)-function to adapt it for use with libfdt
63172     based on code from mpc5xxx
63173
63174     Sigend-off-by: Sergej Stepanov <Sergej.Stepanov@ids.de>
63175     --
63176
63177 commit 6abd82e19ae93c0b4d104e50165e235915ec0875
63178 Author: Sergej Stepanov <Sergej.Stepanov@ids.de>
63179 Date:   Wed Oct 17 11:18:42 2007 +0200
63180
63181     changes for IDS8247 board support
63182
63183     To get the IDS8247 board working following are done:
63184      - FCC2 is deactivated
63185      - FCC1 is activated
63186      - I2C is activated
63187      - CFI driver is activated
63188      - Adapted for use with LIBFDT
63189
63190     Signed-off-by: Sergej Stepanov <Sergej.Stepanov@ids.de>
63191     --
63192
63193 commit 3d6cb3b24add6415f86a0f013ea40f5639b90047
63194 Author: Stefan Roese <sr@denx.de>
63195 Date:   Sat Nov 3 12:08:28 2007 +0100
63196
63197     ppc4xx: Add AMCC Kilauea/Haleakala NAND booting support
63198
63199     This patch adds NAND booting support for the AMCC 405EX(r) eval boards.
63200     Again, only one image supports both targets.
63201
63202     Signed-off-by: Stefan Roese <sr@denx.de>
63203
63204 commit 8b6684a698500be9c142ec2c9f46cfc348e17f0c
63205 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
63206 Date:   Wed Oct 24 15:48:37 2007 +0200
63207
63208     ATSTK1002: Remove default ethernet addresses
63209
63210     Wolfgang is right: It's not a good idea to set up default initial
63211     ethernet addresses for a board, even though they belong to the local
63212     range.
63213
63214     This will change the failure mode from "IT manager screams at you for
63215     using duplicate ethernet addresses" to a nice error message explaining
63216     that the ethernet address hasn't been set properly.
63217
63218     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
63219
63220 commit e5c794e491a57d829b6d8733e2ed8368a2269abf
63221 Author: Justin Flammia <jflammia@savantav.com>
63222 Date:   Mon Oct 29 17:40:35 2007 -0400
63223
63224     DHCP Client Fix
63225
63226     This is a multi-part message in MIME format.
63227
63228     commit e6e505eae94ed721e123e177489291fc4544b7b8
63229     Author: Justin Flammia <jflammia@savantav.com>
63230     Date:   Mon Oct 29 17:19:03 2007 -0400
63231
63232         Found a bug in the way the DHCP Request packet is built, where the IP address
63233         that is offered by the server is bound to prematurely. This patch is a fix of
63234         that bug where the IP address offered by the DHCP server is not used until
63235         after the DHCP ACK from the server is received.
63236
63237     Signed-off-by: Justin Flammia <jflammia@savantav.com>
63238     Signed-off-by: Ben Warren <bwarren@qstreams.com>
63239
63240 commit 5d96d40d3f36da33348e68f9ea993f383e11f997
63241 Author: Stefan Roese <sr@denx.de>
63242 Date:   Wed Oct 31 20:58:34 2007 +0100
63243
63244     ppc4xx: Fix acadia_nand build problem
63245
63246     Since the cache handling functions were moved from start.S into cache.S
63247     the acadia NAND booting Makfile needs to be adapted accordingly.
63248
63249     Signed-off-by: Stefan Roese <sr@denx.de>
63250
63251 commit ea2e142843533ca593fcb5cb3e1daf1b7f5e5949
63252 Author: Stefan Roese <sr@denx.de>
63253 Date:   Wed Oct 31 20:57:11 2007 +0100
63254
63255     ppc4xx: Add CONFIG_4xx_DCACHE compile options to enable cached SDRAM
63256
63257     This patch adds the CONFIG_4xx_DCACHE options to some SDRAM init files
63258     and to the Sequoia TLB init code. Now the cache can be enabled on 44x
63259     boards by defining CONFIG_4xx_DCACHE in the board config file. This
63260     option will disappear, when more boards use is successfully and no
63261     more known problems exist.
63262
63263     This is tested successfully on Sequoia and Katmai. The only problem that
63264     needs to be fixed is, that USB is not working on Sequoia right now, since
63265     it will need some cache handling code too, similar to the 4xx EMAC driver.
63266
63267     Signed-off-by: Stefan Roese <sr@denx.de>
63268
63269 commit 3db93b8bedd32e914b38976141b3fdf4ea3ff738
63270 Author: Stefan Roese <sr@denx.de>
63271 Date:   Wed Oct 31 20:51:10 2007 +0100
63272
63273     ppc4xx: Enable CPU POST test for 4xx with dcache enabled
63274
63275     Now with caches enabled (i- and d-cache) on 44x, we need a chance to
63276     disable the cache for the CPU POST tests, since these tests consist
63277     of self modifying code. This is done via the new change_tlb() function.
63278
63279     Signed-off-by: Stefan Roese <sr@denx.de>
63280
63281 commit f71b2888b4b3c870909a0341427b2a914246f81f
63282 Author: Stefan Roese <sr@denx.de>
63283 Date:   Wed Oct 31 20:47:26 2007 +0100
63284
63285     ppc4xx: Change 4xx POST ethernet test to handle cached memory too
63286
63287     This patch enables the 4xx EMAC POST driver to work too, when dcache is
63288     enabled.
63289
63290     Signed-off-by: Stefan Roese <sr@denx.de>
63291
63292 commit a2685904061b35a17583d65fe47cdc2686a69eaa
63293 Author: Stefan Roese <sr@denx.de>
63294 Date:   Wed Oct 31 20:45:53 2007 +0100
63295
63296     ppc4xx: Remove temporary TLB entry in POST cache test only for 440
63297
63298     Signed-off-by: Stefan Roese <sr@denx.de>
63299
63300 commit ff768cb168d8157c24a25016dbfbeb465e47f420
63301 Author: Stefan Roese <sr@denx.de>
63302 Date:   Wed Oct 31 18:01:24 2007 +0100
63303
63304     ppc4xx: Change 4xx ethernet driver to handle cached memory too
63305
63306     This patch enables the 4xx EMAC driver to work too, when dcache is
63307     enabled.
63308
63309     Signed-off-by: Stefan Roese <sr@denx.de>
63310
63311 commit 483e09a223c666269ef81d3573a6591b1046b0ef
63312 Author: Stefan Roese <sr@denx.de>
63313 Date:   Wed Oct 31 17:59:22 2007 +0100
63314
63315     ppc4xx: Add change_tlb function to modify I attribute of TLB(s)
63316
63317     This function is used to either turn cache on or off in a specific
63318     memory area.
63319
63320     Signed-off-by: Stefan Roese <sr@denx.de>
63321
63322 commit d25dfe08fbd1220cb994e7e6b105049aa9aa8e79
63323 Author: Stefan Roese <sr@denx.de>
63324 Date:   Wed Oct 31 17:57:52 2007 +0100
63325
63326     ppc4xx: Remove cache definition from 4xx board config files
63327
63328     All 4xx board config files don't need the cache definitions anymore.
63329     These are now defined in common headers.
63330
63331     Signed-off-by: Stefan Roese <sr@denx.de>
63332
63333 commit 9b94ac61d2176185c30adf0793e079ec30e68687
63334 Author: Stefan Roese <sr@denx.de>
63335 Date:   Wed Oct 31 17:55:58 2007 +0100
63336
63337     ppc4xx: Rework 4xx cache support
63338
63339     New cache handling functions added and all existing functions
63340     moved from start.S into seperate cache.S.
63341
63342     Signed-off-by: Stefan Roese <sr@denx.de>
63343
63344 commit 06713773da4ac3d390c63d82641eb553224b27c2
63345 Author: Stefan Roese <sr@denx.de>
63346 Date:   Tue Oct 23 18:03:12 2007 +0200
63347
63348     ppc4xx: Remove compiler warning from previous commit
63349
63350     Signed-off-by: Stefan Roese <sr@denx.de>
63351
63352 commit 6fa397df67c0f269e4528bf181a6e8c88f9723f9
63353 Author: Stefan Roese <sr@denx.de>
63354 Date:   Tue Oct 23 14:40:30 2007 +0200
63355
63356     ppc4xx: Remove temporary TLB entry in POST cache test
63357
63358     Signed-off-by: Stefan Roese <sr@denx.de>
63359
63360 commit 1338e6a81834099ba19733b69aafd8ef5f098094
63361 Author: Stefan Roese <sr@denx.de>
63362 Date:   Tue Oct 23 14:05:08 2007 +0200
63363
63364     ppc4xx: Change autonegotiation timeout from 4 to 5 seconds
63365
63366     I lately noticed, that newer 4xx board with GBit support sometimes don't
63367     finish link autonegotiation in 4 seconds. Changing this timeout to 5
63368     seconds seems fine here.
63369
63370     Signed-off-by: Stefan Roese <sr@denx.de>
63371
63372 commit 2d83476a4c1c9911d158a3f8a4312d354bc1bdb7
63373 Author: Stefan Roese <sr@denx.de>
63374 Date:   Tue Oct 23 14:03:17 2007 +0200
63375
63376     ppc4xx: Change 4xx_enet & miiphy to use out_be32() and friends
63377
63378     This patch changes all in32/out32 calls to use the recommended in_be32/
63379     out_be32 macros instead.
63380
63381     Signed-off-by: Stefan Roese <sr@denx.de>
63382
63383 commit 7d47cee2cc57f907380f2c06f5b6c683d03e423a
63384 Author: Stefan Roese <sr@denx.de>
63385 Date:   Thu Oct 25 12:24:59 2007 +0200
63386
63387     ppc4xx: Fix POST ethernet test for Haleakala
63388
63389     The POST ethernet test needed to be changed to dynamically determine
63390     the count of ethernet devices. This code is cloned from the 4xx
63391     ethernet driver.
63392
63393     Signed-off-by: Stefan Roese <sr@denx.de>
63394
63395 commit f10493c6d77a1e07a6c2ff4d772937a5e7359d6a
63396 Author: Stefan Roese <sr@denx.de>
63397 Date:   Tue Oct 23 11:31:05 2007 +0200
63398
63399     ppc4xx: Correct UART input clock calculation and passing to fdt
63400
63401     We now use a value in the gd (global data) structure for the UART input
63402     frequency, since the PPC4xx_SYS_INFO struct is always rewritten completely
63403     in get_sys_info().
63404
63405     Signed-off-by: Stefan Roese <sr@denx.de>
63406
63407 commit 353f2688b4e0fc7b969bc70a02be4b40bf0dd124
63408 Author: Stefan Roese <sr@denx.de>
63409 Date:   Tue Oct 23 10:10:08 2007 +0200
63410
63411     ppc4xx: Add initial AMCC Haleakala PPC405EXr eval board support
63412
63413     The Haleakala is nearly identical with the Kilauea eval board. The only
63414     difference is that the 405EXr only supports one EMAC and one PCIe
63415     interface. This patch adds support for the Haleakala board by using
63416     the identical image for Kilauea and Haleakala. The distinction is done
63417     by comparing the PVR.
63418
63419     Signed-off-by: Stefan Roese <sr@denx.de>
63420
63421 commit 9f798766aa85e62eb8fa8c721e148df609b78137
63422 Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
63423 Date:   Tue Oct 23 08:29:10 2007 +0200
63424
63425     ppc4xx: Fixed offset of refresh rate type for Bamboo on-board DDR SDRAM
63426
63427     This patch also adds a note to the fixed DDR setup for Bamboo NAND booting:
63428
63429     Note:
63430     As found out by Eugene O'Brien <eugene.obrien@advantechamt.com>, the fixed
63431     DDR setup has problems (U-Boot crashes randomly upon TFTP), when the DIMM
63432     modules are still plugged in. So it is recommended to remove the DIMM
63433     modules while using the NAND booting code with the fixed SDRAM setup!
63434
63435     Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
63436     Signed-off-by: Stefan Roese <sr@denx.de>
63437
63438 commit afe9fa59cb63b4f9d16bf01c93eb212f25a38c2a
63439 Author: Stefan Roese <sr@denx.de>
63440 Date:   Mon Oct 22 16:24:44 2007 +0200
63441
63442     ppc4xx: Add SNTP support to AMCC Katmai, Kilauea & Makalu boards
63443
63444     Signed-off-by: Stefan Roese <sr@denx.de>
63445
63446 commit 3248f63ad89cb031491edb7016587fe6e9a238b9
63447 Author: Stefan Roese <sr@denx.de>
63448 Date:   Mon Oct 22 16:22:40 2007 +0200
63449
63450     ppc4xx: Rework of 4xx serial driver (4)
63451
63452     Change 4xx_uart.c:
63453
63454     - Use in_8/out_8 macros instead of in8/out8
63455     - No need for UART_BASE marco anymore, now really handled via function
63456       parameter
63457     - serial_init_common() introduced
63458     - Further coding style cleanup
63459
63460     Signed-off-by: Stefan Roese <sr@denx.de>
63461
63462 commit e61cb8163a66b8a135696ae232e2bead1ce0a049
63463 Author: Stefan Roese <sr@denx.de>
63464 Date:   Mon Oct 22 15:45:49 2007 +0200
63465
63466     ppc4xx: Rework of 4xx serial driver (3)
63467
63468     Change all linker scripts to reference the changed driver name iop480_uart.o.
63469
63470     Signed-off-by: Stefan Roese <sr@denx.de>
63471
63472 commit 882ae41274921f9016131806bdeb27e19606f47a
63473 Author: Stefan Roese <sr@denx.de>
63474 Date:   Mon Oct 22 15:44:39 2007 +0200
63475
63476     ppc4xx: Rework of 4xx serial driver (2)
63477
63478     Change all linker scripts to reference the changed driver name 4xx_uart.o.
63479
63480     Note: In most cased all these explicit referencing of these object files
63481     in the linker scripts is not neccessary. Only for manually embedded
63482     environment into the U-Boot image, which is not done is most cases.
63483
63484     Signed-off-by: Stefan Roese <sr@denx.de>
63485
63486 commit ad31e40bed042cb670d0036fea96435007afb838
63487 Author: Stefan Roese <sr@denx.de>
63488 Date:   Mon Oct 22 15:09:59 2007 +0200
63489
63490     ppc4xx: Rework of 4xx serial driver (1)
63491
63492     This patch starts the rework of the PPC4xx serial driver. First we split
63493     the file into two seperate files, one 4xx_uart.c with the 405/440 UART
63494     handling code and the other one iop480_uart.c with the UART code for the
63495     PLX-Tech IOP480 PPC (PPC403 based).
63496
63497     Signed-off-by: Stefan Roese <sr@denx.de>
63498
63499 commit 764e7417ee5f6e25b1715720e7d7dd3487109385
63500 Author: Stefan Roese <sr@denx.de>
63501 Date:   Mon Oct 22 10:30:38 2007 +0200
63502
63503     ppc4xx: Correct UART input clock calculation and passing to fdt
63504
63505     Signed-off-by: Stefan Roese <sr@denx.de>
63506
63507 commit 211ea91ac6c225bec7e668a03d0ba7d7310679fa
63508 Author: Stefan Roese <sr@denx.de>
63509 Date:   Mon Oct 22 07:34:34 2007 +0200
63510
63511     ppc4xx: Add initial AMCC Makalu 405EX support
63512
63513     Signed-off-by: Stefan Roese <sr@denx.de>
63514
63515 commit fa8aea20456e6f1dba43f46bcc72024dd9499998
63516 Author: Stefan Roese <sr@denx.de>
63517 Date:   Mon Oct 22 07:33:52 2007 +0200
63518
63519     ppc4xx: Add freqUART to CPU speed detection
63520
63521     This value is needed later for the device tree configuration of
63522     the uart clock.
63523
63524     Signed-off-by: Stefan Roese <sr@denx.de>
63525
63526 commit 837c730b4d7c6b1ddf3d1e247cb4445005d9bf0d
63527 Author: Stefan Roese <sr@denx.de>
63528 Date:   Sun Oct 21 14:26:29 2007 +0200
63529
63530     ppc: Small Kilauea cleanup of config file
63531
63532     Signed-off-by: Stefan Roese <sr@denx.de>
63533
63534 commit 758c037aeead34b49631b8da3a90b1bba14c0410
63535 Author: Stefan Roese <sr@denx.de>
63536 Date:   Sun Oct 21 08:16:12 2007 +0200
63537
63538     rtc: Add Xicor/Intersil X1205 RTC support
63539
63540     This patch adds support for the Xicor/Intersil X1205 RTC used on the
63541     AMCC Makalu eval board. This driver is basically cloned from the Linux
63542     driver version (2.6.23).
63543
63544     This patch also introduces the Linux bcd.h header for the BCD2BIN/
63545     BIN2BCD conversions. In the future some of the other U-Boot RTC driver
63546     should be converted to also use this header instead of implementing
63547     their own local copy of these functions/macros.
63548
63549     Signed-off-by: Stefan Roese <sr@denx.de>
63550
63551 commit 087dfdb79b5fd1ab99a26990c62a732c01a8c7f6
63552 Author: Stefan Roese <sr@denx.de>
63553 Date:   Sun Oct 21 08:12:41 2007 +0200
63554
63555     ppc4xx: Consolidate some of the 405 and 440 macros/structs into 4xx
63556
63557     This patch moves some common 4xx macros and the PPC405_SYS_INFO/
63558     PPC440_SYS_INFO structure into the common ppc4xx.h header.
63559
63560     Lot's of other macros are good candidates to be consolidated this way
63561     in the future.
63562
63563     Signed-off-by: Stefan Roese <sr@denx.de>
63564
63565 commit 770c7af5800f598d22730d1f4b70f16c9b33512e
63566 Author: Stefan Roese <sr@denx.de>
63567 Date:   Sun Oct 21 08:05:18 2007 +0200
63568
63569     ppc4xx: Fix size setup in Kilauea DDR2 init routine
63570
63571     The size was initilized wrong. Instead of 256MB, the DDR2 controller
63572     was setup to 512MB. Now the correct values is used.
63573
63574     This patch also does a little cleanup and adds a comment here.
63575
63576     Signed-off-by: Stefan Roese <sr@denx.de>
63577
63578 commit f6ba9b56607d4b27550301c7c7f6b55b654fd62a
63579 Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
63580 Date:   Thu Oct 18 17:29:04 2007 +0200
63581
63582     ppc4xx: Define CONFIG_BOOKE for all PPC440 based processors
63583
63584     CONFIG_BOOKE must be defined for PPC440 processors so that the proper SPR
63585     number is used to access system registers.
63586
63587     Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
63588     Signed-off-by: Stefan Roese <sr@denx.de>
63589
63590 commit c36c68160333ac5fe41ec3db12a728b7075b3912
63591 Author: Stefan Roese <sr@denx.de>
63592 Date:   Thu Oct 18 07:42:27 2007 +0200
63593
63594     ppc4xx: Change inbound PCIe location for endpoint tests on Katmai
63595
63596     On Yucca & Katmai, the inbound memory map pointed to 0x4.0000.0000, which
63597     is the internal SRAM. Since I now ported and tested this endpoint mode
63598     on Kilauea successfully to map to 0 (SDRAM), I also changed this for
63599     Katmai.
63600
63601     Yucca will stay at internal SRAM for now. Not sure if somebody relies on
63602     this setup.
63603
63604     Signed-off-by: Stefan Roese <sr@denx.de>
63605
63606 commit 5cb4af4791f61843432155142b6cfac901f66c10
63607 Author: Stefan Roese <sr@denx.de>
63608 Date:   Thu Oct 18 07:39:38 2007 +0200
63609
63610     ppc4xx: Add PCIe endpoint support on Kilauea (405EX)
63611
63612     This patch adds endpoint support for the AMCC Kilauea eval board. It can
63613     be tested by connecting a reworked PCIe cable (only 1x lane singles
63614     connected) to another root-complex.
63615
63616     In this test setup, a 64MB inbound window is configured at BAR0 which maps
63617     to 0 on the PLB side. So accessing this BAR0 from the root-complex will
63618     access the first 64MB of the SDRAM on the PPC side.
63619
63620     Signed-off-by: Stefan Roese <sr@denx.de>
63621
63622 commit d4cb2d17946466740afeb195a57d6cb290bf4cc0
63623 Author: Stefan Roese <sr@denx.de>
63624 Date:   Sat Oct 13 16:43:23 2007 +0200
63625
63626     ppc4xx: Dynamic configuration of 4xx PCIe mode as root or endpoint mode
63627
63628     This patch adds support for dynamic configuration of PCIe ports for the
63629     AMCC PPC4xx boards equipped with PCIe interfaces. These are the PPC440SPe
63630     boards Yucca & Katmai and the 405EX board Kilauea.
63631
63632     This dynamic configuration is done via the "pcie_mode" environement
63633     variable. This variable can be set to "EP" or "RP" for endpoint or
63634     rootpoint mode. Multiple values can be joined via the ":" delimiter.
63635     Here an example:
63636
63637     pcie_mode=RP:EP:EP
63638
63639     This way, PCIe port 0 will be configured as rootpoint, PCIe port 1 and 2
63640     as endpoint.
63641
63642     Per default Yucca will be configured as:
63643     pcie_mode=RP:EP:EP
63644
63645     Per default Katmai will be configured as:
63646     pcie_mode=RP:RP:REP
63647
63648     Per default Kilauea will be configured as:
63649     pcie_mode=RP:RP
63650
63651     Signed-off-by: Tirumala R Marri <tmarri@amcc.com>
63652     Signed-off-by: Stefan Roese <sr@denx.de>
63653
63654 commit fd671802b67a0ef37a06124fa2ce85f00aa22c6f
63655 Author: Stefan Roese <sr@denx.de>
63656 Date:   Thu Oct 11 11:15:59 2007 +0200
63657
63658     ppc4xx: Enable device tree support (fdt) on Kilauea per default
63659
63660     This patch enables the fdt support on the AMCC Kilauea eval board.
63661     Additionally now EBC ranges fdt fixup is included to support NOR
63662     FLASH mapping via the Linux physmap_of driver.
63663
63664     This Kilauea port now support booting arch/ppc and arch/powerpc
63665     Linux kernels. The default environment "net_nfs" is for arch/ppc
63666     and "net_nfs_fdt" is for arch/powerpc. In the long run, arch/ppc
63667     support will be removed.
63668
63669     Signed-off-by: Stefan Roese <sr@denx.de>
63670
63671 commit 4994ffd890b9d95d807387a9b7bd8a4803ee406e
63672 Author: Stefan Roese <sr@denx.de>
63673 Date:   Thu Oct 11 11:11:45 2007 +0200
63674
63675     ppc4xx: Add additional debug info to 4xx fdt support
63676
63677     Signed-off-by: Stefan Roese <sr@denx.de>
63678
63679 commit db3232ddb058d0ed0bc31f7c5c296748a1afac67
63680 Author: Stefan Roese <sr@denx.de>
63681 Date:   Fri Oct 5 21:28:58 2007 +0200
63682
63683     ppc4xx: Fix small merge problems with CPCI440 and Acadia boards
63684
63685     Signed-off-by: Stefan Roese <sr@denx.de>
63686
63687 commit 1941cce71b1ae975602854045061e82f94ecd012
63688 Author: Stefan Roese <sr@denx.de>
63689 Date:   Fri Oct 5 17:35:10 2007 +0200
63690
63691     ppc4xx: Fix small merge problem in 4xx_enet.c
63692
63693     Signed-off-by: Stefan Roese <sr@denx.de>
63694
63695 commit 566806ca1a1bf4d895daaf0b2ba5494abbffebaf
63696 Author: Stefan Roese <sr@denx.de>
63697 Date:   Fri Oct 5 17:11:30 2007 +0200
63698
63699     ppc4xx: Add initial AMCC Kilauea 405EX support
63700
63701     Signed-off-by: Stefan Roese <sr@denx.de>
63702
63703 commit dbbd125721aea6645fdb962f36bd41f59e272f9d
63704 Author: Stefan Roese <sr@denx.de>
63705 Date:   Fri Oct 5 17:10:59 2007 +0200
63706
63707     ppc4xx: Add PPC405EX support
63708
63709     Signed-off-by: Stefan Roese <sr@denx.de>
63710
63711 commit 1d7b874e9c9a7c66f5d8da9ec78a3733765d3e31
63712 Author: Stefan Roese <sr@denx.de>
63713 Date:   Fri Oct 5 17:09:36 2007 +0200
63714
63715     ppc4xx: Cleanup of 4xx PCI and PCIe support (renaming)
63716
63717     Signed-off-by: Stefan Roese <sr@denx.de>
63718
63719 commit 4f14ed6230b9c109aac9a6fb878497dabd44c2db
63720 Author: Stefan Roese <sr@denx.de>
63721 Date:   Fri Oct 5 17:07:50 2007 +0200
63722
63723     ppc4xx: Add initial fdt support to 4xx (first needed on 405EX)
63724
63725     Signed-off-by: Stefan Roese <sr@denx.de>
63726
63727 commit a424a8bb2924b90724b944165d3141f1fa8dfe5b
63728 Author: Stefan Roese <sr@denx.de>
63729 Date:   Fri Oct 5 17:04:57 2007 +0200
63730
63731     POST: Add 405EX support to 4xx UART POST test
63732
63733     Signed-off-by: Stefan Roese <sr@denx.de>
63734
63735 commit 4f2e92c11f6e2392fc8187829211a5ca7f0c1e12
63736 Author: Stefan Roese <sr@denx.de>
63737 Date:   Fri Oct 5 15:10:02 2007 +0200
63738
63739     DTT: Prepare DS1775 driver for use of different I2C addresses
63740
63741     Signed-off-by: Stefan Roese <sr@denx.de>
63742
63743 commit 19e93b1e16d267220440d827b920fbad8abfa70f
63744 Author: Stefan Roese <sr@denx.de>
63745 Date:   Fri Oct 5 14:23:43 2007 +0200
63746
63747     ppc4xx: 4xx_pcie: Change PCIe status output to match common style
63748
63749     Signed-off-by: Stefan Roese <sr@denx.de>
63750
63751 commit ff68f66bcb0da847845aa2fac11eba6c25938c99
63752 Author: Stefan Roese <sr@denx.de>
63753 Date:   Fri Oct 5 09:22:33 2007 +0200
63754
63755     ppc4xx: 4xx_pcie: Disable debug output as default
63756
63757     Signed-off-by: Stefan Roese <sr@denx.de>
63758
63759 commit 97923770cb52b64d69eec958a11b2eda8d46e0f7
63760 Author: Stefan Roese <sr@denx.de>
63761 Date:   Fri Oct 5 09:18:23 2007 +0200
63762
63763     ppc4xx: 4xx_pcie: More general cleanup and 405EX PCIe support added
63764
63765     Signed-off-by: Stefan Roese <sr@denx.de>
63766
63767 commit 4dbee8a90df613eb517aadbecebd70f168913d30
63768 Author: Stefan Roese <sr@denx.de>
63769 Date:   Fri Oct 5 07:57:20 2007 +0200
63770
63771     ppc4xx: 4xx_pcie: Change CFG_PCIE_MEMSIZE to 128MB on Yucca & Katmai
63772
63773     128MB seems to be the smallest possible value for the memory size
63774     for on PCIe port. With this change now the BAR's of the PCIe cards
63775     are accessible under U-Boot.
63776
63777     One big note: This only works for PCIe port 0 & 1. For port 2 this
63778     currently doesn't work, since the base address is now 0xc0000000
63779     (0xb0000000 + 2 * 0x08000000), and this is already occupied by
63780     CFG_PCIE0_CFGBASE. But solving this issue for port 2 would mean
63781     to change the base addresses completely and this change would have
63782     too much impact right now.
63783
63784     This patch adds debug output to the 4xx pcie driver too.
63785
63786     Signed-off-by: Stefan Roese <sr@denx.de>
63787
63788 commit 6d95289281ed2958ebf76d2b55f86bbd88591fd2
63789 Author: Stefan Roese <sr@denx.de>
63790 Date:   Wed Oct 3 21:16:32 2007 +0200
63791
63792     ppc4xx: 4xx_pcie: Fix problem with SDRN access using port number as idx
63793
63794     Signed-off-by: Stefan Roese <sr@denx.de>
63795
63796 commit 3048bcbf0bad262378c5af68f2bf6778fb7d829a
63797 Author: Stefan Roese <sr@denx.de>
63798 Date:   Wed Oct 3 15:01:02 2007 +0200
63799
63800     ppc4xx: Rename 405gp_pci to 4xx_pci since its used on all 4xx platforms
63801
63802     These files were introduced with the IBM 405GP but are currently used on all
63803     4xx PPC platforms. So the name doesn't match the content anymore. This patch
63804     renames the files to 4xx_pci.c/h.
63805
63806     Signed-off-by: Stefan Roese <sr@denx.de>
63807
63808 commit 94276eb0a7a35b9e8c053d589ae225b0f017a237
63809 Author: Stefan Roese <sr@denx.de>
63810 Date:   Wed Oct 3 14:14:58 2007 +0200
63811
63812     ppc4xx: Add a comment for 405EX PCIe endpoint configuration
63813
63814     Signed-off-by: Stefan Roese <sr@denx.de>
63815
63816 commit 03d344bb6a5f082ea10ec9d753558ea7dfd1c626
63817 Author: Stefan Roese <sr@denx.de>
63818 Date:   Wed Oct 3 10:38:09 2007 +0200
63819
63820     ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (3)
63821
63822     (3) This patch introduces macros like SDRN_PESDR_DLPSET(port) to access
63823         the SDR registers of the PCIe ports. This makes the overall design
63824         clearer, since it removed a lot of switch statements which are not
63825         needed anymore.
63826
63827         Also, the functions ppc4xx_init_pcie_rootport() and
63828         ppc4xx_init_pcie_entport() are merged into a single function
63829         ppc4xx_init_pcie_port(), since most of the code was duplicated.
63830         This makes maintainance and porting to other 4xx platforms
63831         easier.
63832
63833     Signed-off-by: Stefan Roese <sr@denx.de>
63834
63835 commit 026f71106871f31d17d0ea0db9a7547ff92934bc
63836 Author: Stefan Roese <sr@denx.de>
63837 Date:   Wed Oct 3 07:48:09 2007 +0200
63838
63839     ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (2)
63840
63841     This patch is the first patch of a series to make the 440SPe PCIe code
63842     usable on different 4xx PPC platforms. In preperation for the new 405EX
63843     which is also equipped with PCIe interfaces.
63844
63845     (2) This patch renames the functions from 440spe_ to 4xx_ with a
63846         little additional cleanup
63847
63848     Signed-off-by: Stefan Roese <sr@denx.de>
63849
63850 commit c7c6da23028f146d912514b95aefa3da7cf37699
63851 Author: Stefan Roese <sr@denx.de>
63852 Date:   Wed Oct 3 07:34:10 2007 +0200
63853
63854     ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (1)
63855
63856     This patch is the first patch of a series to make the 440SPe PCIe code
63857     usable on different 4xx PPC platforms. In preperation for the new 405EX
63858     which is also equipped with PCIe interfaces.
63859
63860     (1) This patch renames the files from 440spe_pcie to 4xx_pcie
63861
63862     Signed-off-by: Stefan Roese <sr@denx.de>
63863
63864 commit 245a362ad3c0c1b84fccc9fec7b623eb14f6e502
63865 Author: Marian Balakowicz <m8@semihalf.com>
63866 Date:   Wed Oct 24 01:37:36 2007 +0200
63867
63868     TQM5200: Call usb_cpu_init() during board init
63869
63870     usb_cpu_init() configures GPS USB pins, clocks, etc. and
63871     is required for proper operation of kernel USB subsystem.
63872     This setup was previously done in the kernel by the fixup
63873     code which is being removed, thus low level init must be
63874     done by U-boot now.
63875
63876     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
63877     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
63878
63879 commit b5af773f8d92677e06f3295b45557c9d0a487c24
63880 Author: Zhang Wei <wei.zhang@freescale.com>
63881 Date:   Thu Oct 25 17:51:27 2007 +0800
63882
63883     Fix the issue of usb_kbd driver missing the scan code of key 'z'.
63884
63885     The scan code of the key 'z' is 0x1d, which should be handled.
63886
63887     The change has be tested on NOVATEK USB keyboard and ULI PCI OHCI
63888     controller.
63889
63890     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
63891     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
63892
63893 commit 85ac988e86f9414fa645b0148dc66c3520a1eb84
63894 Author: Rodolfo Giometti <giometti@enneenne.com>
63895 Date:   Mon Oct 15 11:59:17 2007 +0200
63896
63897     PXA USB OHCI: "usb stop" implementation.
63898
63899     Some USB keys need to be switched off before loading the kernel
63900     otherwise they can remain in an undefined status which prevents them
63901     to be correctly recognized by the kernel.
63902
63903     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
63904     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
63905
63906 commit 31548249decf18a6b877a18436b6139dd483fe4a
63907 Author: Justin Flammia <jflammia@savantav.com>
63908 Date:   Mon Oct 29 17:40:35 2007 -0400
63909
63910     DHCP Client Fix
63911
63912     This is a multi-part message in MIME format.
63913
63914     commit e6e505eae94ed721e123e177489291fc4544b7b8
63915     Author: Justin Flammia <jflammia@savantav.com>
63916     Date:   Mon Oct 29 17:19:03 2007 -0400
63917
63918         Found a bug in the way the DHCP Request packet is built, where the IP address
63919         that is offered by the server is bound to prematurely. This patch is a fix of
63920         that bug where the IP address offered by the DHCP server is not used until
63921         after the DHCP ACK from the server is received.
63922
63923     Signed-off-by: Justin Flammia <jflammia@savantav.com>
63924     Signed-off-by: Ben Warren <bwarren@qstreams.com>
63925
63926 commit e8ee8f3ade2a06c1893dd5e68f223070d650c7ed
63927 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
63928 Date:   Thu Oct 25 17:16:22 2007 -0500
63929
63930     ColdFire 54455: Fix correct boot location for atmel and intel
63931
63932     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
63933
63934 commit 688e8eb414ac111cca7ce60bdf30e805ab9a7bcb
63935 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
63936 Date:   Thu Oct 25 17:14:00 2007 -0500
63937
63938     ColdFire: Fix build error when CONFIG_WATCHDOG is defined
63939
63940     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
63941
63942 commit c67e12e705b204cfe914e3e3e693d69a445dcabf
63943 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
63944 Date:   Thu Oct 25 17:12:36 2007 -0500
63945
63946     ColdFire 5329: Assign correct SDRAM size and fix cache
63947
63948     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
63949
63950 commit 95e9f2c212a65610b2e59a5c00d0113383a4da0b
63951 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
63952 Date:   Thu Oct 25 17:10:23 2007 -0500
63953
63954     ColdFire 5253: Assign correct SDRAM size
63955
63956     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
63957
63958 commit 2acefa72ee0026f862ab65597ca687428f63a973
63959 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
63960 Date:   Thu Oct 25 17:09:17 2007 -0500
63961
63962     ColdFire 5282: Fix external flash boot and return dramsize
63963
63964     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
63965
63966 commit d78791ae914d4e7c5edca1cdad73b3dc81a4eb82
63967 Author: Bartlomiej Sieka <tur@semihalf.com>
63968 Date:   Thu Oct 25 17:20:01 2007 +0200
63969
63970     TQM5200: increase kernel_addr_r and fdt_addr_r (hinted by Wolfgang Denk).
63971
63972     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
63973
63974 commit 1a0ce20aa4cb4e3068da04e7290ee9986fd0b834
63975 Author: Martin Krause <martin.krause@tqs.de>
63976 Date:   Wed Oct 24 08:42:25 2007 +0200
63977
63978     TQM5200: fix spurious characters on second serial interface
63979
63980     With this patch PSC3 is configured as UART. This is done, because if
63981     the pins of PSC3 are not configured at all (-> all pins are GPI),
63982     due to crosstalk, spurious characters may be send over the RX232_2_TXD
63983     signal line.
63984
63985     Signed-off-by: Martin Krause <martin.krause@tqs.de>
63986     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
63987
63988 commit be4a87f11e297a5cededbf7dd71c0248f3874acd
63989 Author: Martin Krause <martin.krause@tqs.de>
63990 Date:   Wed Oct 24 08:41:27 2007 +0200
63991
63992     TQM5200S: fix commands for STK52xx base board because of missing SM501 grafic controller
63993
63994     Some commands for the STK52xx base board try to access the SM501 grafic
63995     controller. But the TQM5200S has no grafic controller (only the TQM5200
63996     and the TQM5200B have). This patch deactivates the commands accessing
63997     the SM501 for the TQM5200S.
63998
63999     Signed-off-by: Martin Krause <martin.krause@tqs.de>
64000     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
64001
64002 commit b31f64343ead9482cd439b1adbe4c34026a641b1
64003 Author: Martin Krause <martin.krause@tqs.de>
64004 Date:   Mon Oct 22 16:45:53 2007 +0200
64005
64006     TQM5200: fix spurious characters on second serial interface
64007
64008     With this patch PSC3 is configured as UART. This is done, because if
64009     the pins of PSC3 are not configured at all (-> all pins are GPI),
64010     due to crosstalk, spurious characters may be send over the RX232_2_TXD
64011     signal line.
64012
64013     Signed-off-by: Martin Krause <martin.krause@tqs.de>
64014
64015 commit 0fc0f91b20ffa802f5a66534ca5c2844910583f6
64016 Author: Martin Krause <martin.krause@tqs.de>
64017 Date:   Mon Oct 22 16:40:06 2007 +0200
64018
64019     TQM5200S: fix commands for STK52xx base board because of missing SM501 grafic controller
64020
64021     Some commands for the STK52xx base board try to access the SM501 grafic
64022     controller. But the TQM5200S has no grafic controller (only the TQM5200
64023     and the TQM5200B have). This patch deactivates the commands accessing
64024     the SM501 for the TQM5200S.
64025
64026     Signed-off-by: Martin Krause <martin.krause@tqs.de>
64027
64028 commit 7b0a42219f30277f71f4405cbaf8a269f6d2d227
64029 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64030 Date:   Sun Oct 21 09:14:28 2007 +0200
64031
64032     Mips: Fix string functions differ prototype declaration
64033
64034     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64035
64036 commit cb8250fe4b3c4ed549b270e8a20bc22060e7e1d2
64037 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
64038 Date:   Fri Oct 19 17:51:40 2007 -0500
64039
64040     fsl_pci_init enable COMMAND_MEMORY if inbound window
64041
64042     Patch 16e23c3f removed PCSRBAR allocation.  But passing zero windows
64043     to pciauto_setup_device has the side effect of not getting
64044     COMMAND_MEMORY set.
64045
64046     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
64047
64048 commit e9d0d527992566ebef9826962ff1745b2f082b92
64049 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64050 Date:   Fri Oct 19 10:55:24 2007 +0200
64051
64052     delta: Fix OHCI_REGS_BASE undeclared and wait_ms implicit declaration
64053
64054     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64055
64056 commit 9c4884f54da982ce990c7d1760ac81b0704d3c64
64057 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64058 Date:   Fri Oct 19 08:10:15 2007 +0200
64059
64060     fix warning: no return statement in function returning non-void
64061
64062     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64063
64064 commit e78220f6e514206757acfe247297fc9a328a881f
64065 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64066 Date:   Fri Oct 19 06:33:45 2007 +0200
64067
64068     xsengine: Fix no partition type specified, use DOS as default
64069
64070     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64071
64072 commit 10cdb8dbd67a818823ab9ec88b68fc348903db59
64073 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64074 Date:   Fri Oct 19 00:24:59 2007 +0200
64075
64076     lubbock: Fix no partition type specified, use DOS as default
64077
64078     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64079
64080 commit 41b4d282d38fa7231c315c5f6cfff5bdd24e0191
64081 Author: Wolfgang Denk <wd@denx.de>
64082 Date:   Tue Oct 23 16:50:03 2007 +0200
64083
64084     Coding style: keep lists sorted; update CHANGELOG
64085
64086     Signed-off-by: Wolfgang Denk <wd@denx.de>
64087
64088 commit 58b74b05c621e2835ecf4e2d3243042cf4186777
64089 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64090 Date:   Fri Oct 19 00:09:05 2007 +0200
64091
64092     Fix missing drivers makefile entries ds1722.c mw_eeprom.c
64093
64094     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64095
64096 commit 96455bfebc9887837095c9051d216f53c61b5f10
64097 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64098 Date:   Fri Oct 19 00:07:39 2007 +0200
64099
64100     Fix warning differ in signedness in board/innokom/innokom.c
64101
64102     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64103
64104 commit 2a4741d9a14ec475f50e9856d2c0a67e8b4271bd
64105 Author: Marcel Ziswiler <marcel@ziswiler.com>
64106 Date:   Fri Oct 19 00:25:33 2007 +0200
64107
64108     fix pxa255_idp board
64109
64110     The pxa255_idp being an old unmaintained board showed several issues:
64111     1. CONFIG_INIT_CRITICAL was still defined.
64112     2. Neither CONFIG_MAC_PARTITION nor CONFIG_DOS_PARTITION was defined.
64113     3. Symbol flash_addr was undeclared.
64114     4. The boards lowlevel_init function was still called memsetup.
64115     5. The TEXT_BASE was still 0xa3000000 rather than 0xa3080000.
64116     6. Using -march=armv5 instead of -march=armv5te resulted in lots of
64117     'target CPU does not support interworking' warnings on recent compilers.
64118     7. The PXA's serial driver redefined FFUART, BTUART and STUART used as
64119     indexes rather than the register definitions from the pxa-regs header
64120     file. Renamed them to FFUART_INDEX, BTUART_INDEX and STUART_INDEX to
64121     avoid any ambiguities.
64122     8. There were several redefinition warnings concerning ICMR, OSMR3,
64123     OSCR, OWER, OIER, RCSR and CCCR in the PXA's assembly start file.
64124     9. The board configuration file was rather outdated.
64125     10. The part header file defined the vendor, product and revision arrays
64126     as unsigned chars instead of just chars in the block_dev_desc_t
64127     structure.
64128
64129     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
64130
64131 commit 298cd4cafe81ff8a6c87be8fbc440a20720d3ed6
64132 Author: Rune Torgersen <runet@innovsys.com>
64133 Date:   Wed Oct 17 11:56:31 2007 -0500
64134
64135     Make MPC8266ADS command selection more robust
64136
64137     Fix MPC8266 command line definition so it won't break when new commands
64138     are added to u-boot.
64139     Signed-off-by Rune Torgersen <runet@innovsys.com>
64140
64141 commit d3afa1ee19345a31fd1eaad3e98b97d13ca47315
64142 Author: Bartlomiej Sieka <tur@semihalf.com>
64143 Date:   Tue Oct 23 13:14:10 2007 +0200
64144
64145     Motion-PRO: Update configuration to accomodate next generation board.
64146
64147     New board has faster oscillator and a different Flash chip. This affects:
64148     - CFG_MPC5XXX_CLKIN
64149     - SDRAM timings
64150     - Flash CS configuration (timings)
64151     - Flash sector size, and thus MTD partition layout
64152     - malloc() arena size (due to bigger Flash sectors)
64153     - smaller memory test range (due to bigger malloc() arena)
64154
64155     This patch also enables more extensive memory testing via "mtest".
64156
64157     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
64158
64159 commit eff501904df2bf1724a750062628ba2c51dbb1f8
64160 Author: Bartlomiej Sieka <tur@semihalf.com>
64161 Date:   Tue Oct 23 11:36:07 2007 +0200
64162
64163     Motion-PRO: Add setting of SDelay reg. to SDRAM controller configuration.
64164
64165     Per AN3221 (MPC5200B SDRAM Initialization and Configuration), the SDelay
64166     register must be written a value of 0x00000004 as the first step of the
64167     SDRAM contorller configuration.
64168
64169     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
64170
64171 commit 7a9348728ebda63cdbaacffd83099aa71d9d4c54
64172 Author: Peter Pearse <peter.pearse@arm.com>
64173 Date:   Tue Oct 23 10:22:16 2007 +0100
64174
64175     Move PL01* serial drivers to drivers/serial and adjust Makefiles.
64176
64177 commit 20d500d531a6b971ce6cc1bf191cb0092cdc0afc
64178 Author: Stefan Roese <sr@denx.de>
64179 Date:   Tue Oct 23 10:17:42 2007 +0200
64180
64181     ppc4xx: lwmon5: Some further GPIO config changes
64182
64183     Signed-off-by: Stefan Roese <sr@denx.de>
64184
64185 commit de9a738faa7c2f47286119c3bfebc3dfbfe7d86d
64186 Author: Vlad Lungu <vlad@comsys.ro>
64187 Date:   Sun Oct 21 22:10:10 2007 +0900
64188
64189     [MIPS] Fix UNCACHED_SDRAM
64190
64191     PHYSADDR is for physical address, KSEG1ADDR is for uncached.
64192
64193     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
64194     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
64195
64196 commit 00101dd7a32d12f698150123e47e4b3420279f86
64197 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
64198 Date:   Sun Oct 21 21:30:42 2007 +0900
64199
64200     [MIPS] Add PIC-related switches to PLATFORM_{CPP,LD}FLAGS and cleanup
64201
64202     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
64203
64204 commit eb700636db017d310edaeb559b13d82588560674
64205 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
64206 Date:   Sun Oct 21 10:55:37 2007 +0900
64207
64208     [MIPS] u-boot.lds: Define _gp in a standard manner
64209
64210     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
64211
64212 commit 22069215eb7adf5a3888bf7c7784ea9d70a72cd0
64213 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
64214 Date:   Sun Oct 21 10:55:36 2007 +0900
64215
64216     [MIPS] Fix $gp usage
64217
64218     Now we load $gp with _GLOBAL_OFFSET_TABLE_, but this is incorrect use.
64219     As a general principle, we should use _gp for $gp.
64220
64221     Thanks to linker script's help we fortunately have _gp which equals to
64222     _GLOBAL_OFFSET_TABLE_. But once _gp gets out of alignment, we will not
64223     be able to access to GOT entires, global variables and procedure entry
64224     points. The right thing to do is to use _gp.
64225
64226     This patch also introduce a new symbol `.gpword _GLOBAL_OFFSET_TABLE_'
64227     which holds the offset from _gp. When updating GOT entries, we use this
64228     offset and _gp to calculate the final _GLOBAL_OFFSET_TABLE_.
64229
64230     This patch is originally submitted by Vlad Lungu <vlad@comsys.ro>, then
64231     I made some change to leave over num_got_entries.
64232
64233     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
64234     Cc: Vlad Lungu <vlad@comsys.ro>
64235
64236 commit cbf2323b5b8285ea01acba7bbb905a3162d9b021
64237 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
64238 Date:   Sun Oct 21 10:55:36 2007 +0900
64239
64240     [MIPS] u-boot.lds: Fix __got_start and __got_end
64241
64242     Ensure that __got_start points to top of the `.got', and __got_end points
64243     to bottom as well, so that we never fail to count num_got_entries.
64244
64245     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
64246
64247 commit e5f325fec5b48ae705c89522923ba5a2e37cd5c7
64248 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
64249 Date:   Sun Oct 21 10:55:36 2007 +0900
64250
64251     [MIPS] u-boot.lds: Remove duplicated .sdata section
64252
64253     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
64254
64255 commit 05bf4919c1ce49cdedadacd564d0786a8ed796a1
64256 Author: Wolfgang Denk <wd@denx.de>
64257 Date:   Sun Oct 21 01:01:17 2007 +0200
64258
64259     Minor coding style cleanup; update CHANGELOG
64260
64261     Signed-off-by: Wolfgang Denk <wd@denx.de>
64262
64263 commit ff285ca07eda1ea4a8909848cc1cc604ec8fec9c
64264 Author: Vlad Lungu <vlad@comsys.ro>
64265 Date:   Thu Oct 4 20:47:10 2007 +0300
64266
64267     Fix NE2000 driver:
64268
64269     Fixed typo in ne2000.h, thinko re n2k_inb() usage, don't try
64270     to do anything in eth_stop() if eth_init() was not called.
64271     Simplified RX path in order to avoid timeouts on really really
64272     fast NE2000 cards (read: qemu with internal tftp), NetLoop() is
64273     clever enough to cope with 1 packet per eth_rx().
64274
64275     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
64276
64277 commit df90968b48fb34fa9072fab150db2ac89678f537
64278 Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
64279 Date:   Mon Sep 24 13:32:13 2007 -0400
64280
64281     Setting MSR[DE] in do_reset
64282
64283     Hello,
64284        This patch ensures the soft reset of the board for the 85xx boards
64285        by setting the MSR[DE] in the do_reset function.
64286
64287     Signed-off-by: Sughosh Ganu <urwithsughosh@gmail.com>
64288
64289 commit 1e701e701304b3c3a3768ca83dd2ab7b9e88c77d
64290 Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
64291 Date:   Mon Sep 24 13:36:01 2007 -0400
64292
64293     MSR overwrite fix
64294
64295     Hello,
64296       This patch fixes the MSR overwrite in the start.S when moving out of
64297       the last 4K page.
64298
64299     Signed-off-by: Sughosh Ganu <urwithsughosh@gmail.com>
64300
64301 commit 5c7ea64bb74a850a2b2303f853a8270695ad8602
64302 Author: Dan Wilson <dwilson@fulcrummicro.com>
64303 Date:   Fri Oct 19 11:33:48 2007 -0500
64304
64305     tsec driver should clear RHALT on startup
64306
64307     This was causing problems for some people.
64308
64309     Signed-off-by: Alain Gravel <agravel@fulcrummicro.com>
64310     Signed-off-by: Dan Wilson <dwilson@fulcrummicro.com>
64311     Signed-off-by: Andy Fleming <afleming@freescale.com>
64312
64313 commit 7600d47b8f6a10019e537dc9a62aa1498df58d25
64314 Author: Kumar Gala <galak@kernel.crashing.org>
64315 Date:   Thu Oct 11 00:29:18 2007 -0500
64316
64317     Improve handling of PCI interrupt device tree fixup on MPC85xx CDS
64318
64319     On the MPC85xx CDS we have two issues:
64320
64321     1. The device tree fixup code did not check to see if the property we are
64322     trying to update is actually found.  Its possible that it would update
64323     random memory starting at 0.
64324
64325     2. Newer Linux kernel's have moved the location of the PCI nodes to be
64326     sibilings of the soc node and not children.  The explicit PATH to the PCI
64327     node would not be found for these device trees.  Add the ability to handle
64328     both paths.  In the future we shouldn't handle such fixups by explicit path.
64329
64330     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
64331
64332 commit a3063eec775719b7e91023bbec3f64b3118791df
64333 Author: Kumar Gala <galak@kernel.crashing.org>
64334 Date:   Thu Oct 11 00:18:48 2007 -0500
64335
64336     Set OF_STDOUT_PATH to match the default console on MPC8568 MDS
64337
64338     On the MPC8568 MDS we use ttyS0, UART0, etc. as the standard configured
64339     console.  Make it so we match that config what we tell Linux as the early
64340     STDOUT console.
64341
64342     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
64343
64344 commit e1ce3cb617bb06f91f82f98915391175addf3e82
64345 Author: Kumar Gala <galak@kernel.crashing.org>
64346 Date:   Tue Oct 2 11:12:27 2007 -0500
64347
64348     Remove magic numbers from cache related operations for mpc85xx
64349
64350     The mpc85xx start code uses some magic numbers that we actually
64351     have #defines for in <config.h> so use those instead.
64352
64353     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
64354
64355 commit 5441f61a3d8b7034f19fc1361183e936198e6dbb
64356 Author: Detlev Zundel <dzu@denx.de>
64357 Date:   Fri Oct 19 16:47:26 2007 +0200
64358
64359     Fix two typos.
64360
64361     Signed-off-by: Detlev Zundel <dzu@denx.de>
64362
64363 commit 281df457c1aa50d2752165d0c5c3282d4027b974
64364 Author: Tony Li <tony.li@freescale.com>
64365 Date:   Thu Oct 18 17:47:19 2007 +0800
64366
64367     mpc83xx: Add configure entry for MPC83xx ATM support
64368
64369     Add MPC8360EMDS_ATM_config and MPC832XEMDS_ATM_config into
64370     Makfile and MAKEALL
64371
64372     Signed-off-by: Tony Li <tony.li@freescale.com>
64373     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
64374
64375 commit d2646554f529a9577515eceb0ec5eceee18244ba
64376 Author: Tony Li <tony.li@freescale.com>
64377 Date:   Thu Oct 18 17:44:38 2007 +0800
64378
64379     mpc83xx: pq-mds-pib.c typo error
64380
64381     Correct to val8 from val.
64382
64383     Signed-off-by: Tony Li <tony.li@freescale.com>
64384     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
64385
64386 commit 3e11ae80fec1ee12194940955431186abf6009c2
64387 Author: Stefan Roese <sr@denx.de>
64388 Date:   Wed Oct 17 15:40:19 2007 +0200
64389
64390     ppc4xx: Add 667/133 (CPU/PLB) frequency setup to Sequoia bootstrap command
64391
64392     Signed-off-by: Stefan Roese <sr@denx.de>
64393
64394 commit 3c89d75409eb26639d36dfa11d4ee3d8b962dc3c
64395 Author: Jon Loeliger <jdl@freescale.com>
64396 Date:   Tue Oct 16 15:27:43 2007 -0500
64397
64398     Initial mpc8610hpcd Makefile files.
64399
64400     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
64401     Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com>
64402     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
64403     Signed-off-by: Jon Loeliger <jdl@freescale.com>
64404
64405 commit 9553df86d3a319c3a1a7cde7e4edd6eeb5aa64c7
64406 Author: Jon Loeliger <jdl@freescale.com>
64407 Date:   Tue Oct 16 15:26:51 2007 -0500
64408
64409     Initial mpc8610hpcd cpu/, README and include/ files.
64410
64411     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
64412     Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com>
64413     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
64414     Signed-off-by: Jon Loeliger <jdl@freescale.com>
64415
64416 commit 3dd2db53ceb0dff80f25c2a07f83f29b907b403e
64417 Author: Jon Loeliger <jdl@freescale.com>
64418 Date:   Tue Oct 16 13:54:01 2007 -0500
64419
64420     Initial mpc8610hpcd board files.
64421
64422     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
64423     Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com>
64424     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
64425     Signed-off-by: Jon Loeliger <jdl@freescale.com>
64426
64427 commit 7ee6ba1a056e4061ab4cfde30127e332e7957afd
64428 Author: runet@innovsys.com <runet@innovsys.com>
64429 Date:   Tue Oct 16 14:50:40 2007 -0500
64430
64431     Make MPC8266ADS board compile again.
64432
64433     Signed-off-by: Runet Torgersen <runet@innovsys.com>
64434
64435 commit 2491167c245d8ebe6f2dbd8c4287aaa0d14fe93a
64436 Author: Jon Loeliger <jdl@freescale.com>
64437 Date:   Mon Aug 27 12:41:03 2007 -0500
64438
64439     86xx: Allow for fewer DDR slots per memory controller.
64440
64441     As a direct correlation exists between DDR DIMM slots
64442     and SPD EEPROM addresses used to configure them, use
64443     the individually defined SPD_EEPROM_ADDRESS* values to
64444     determine if a DDR DIMM slot should have its SPD
64445     configuration read or not.
64446
64447     Effectively, this now allows for 1 or 2 DIMM slots
64448     per memory controller.
64449
64450     Signed-off-by: Jon Loeliger <jdl@freescale.com>
64451
64452 commit 4d4a945e189a2f384c66432316da2788a0ac1607
64453 Author: Rodolfo Giometti <giometti@enneenne.com>
64454 Date:   Mon Oct 15 11:59:17 2007 +0200
64455
64456     PXA USB OHCI: "usb stop" implementation.
64457
64458     Some USB keys need to be switched off before loading the kernel
64459     otherwise they can remain in an undefined status which prevents them
64460     to be correctly recognized by the kernel.
64461
64462     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
64463
64464 commit e2e93442e558cf1500e92861f99713b2f045ea22
64465 Author: Stefan Roese <sr@denx.de>
64466 Date:   Mon Oct 15 11:39:00 2007 +0200
64467
64468     ppc4xx: Fix bug in I2C bootstrap values for Sequoia/Rainier
64469
64470     The I2C bootstrap values that can be setup via the "bootstrap" command,
64471     were setup incorrect regarding the generation of the internal sync PCI
64472     clock. The values for PLB clock == 133MHz were slighly incorrect and the
64473     values for PLB clock == 166MHz were totally incorrect. This could
64474     lead to a hangup upon booting while PCI configuration scan.
64475
64476     This patch fixes this issue and configures valid PCI divisor values
64477     for the sync PCI clock, with respect to the provided external async
64478     PCI frequency.
64479
64480     Here the values of the formula in the chapter 14.2 "PCI clocking"
64481     from the 440EPx users manual:
64482
64483     AsyncPCICLK - 1MHz <= SyncPCIClk <= (2 * AsyncPCIClk) - 1MHz
64484
64485     33MHz async PCI frequency:
64486     PLB = 133:
64487     =>      32 <= 44.3 <= 65        (div = 3)
64488
64489     PLB = 166:
64490     =>      32 <= 55.3 <= 65        (div = 3)
64491
64492     66MHz async PCI frequency:
64493     PLB = 133:
64494     =>      65 <= 66.5 <= 132       (div = 2)
64495
64496     PLB = 166:
64497     =>      65 <= 83 <= 132         (div = 2)
64498
64499     Signed-off-by: Stefan Roese <sr@denx.de>
64500
64501 commit 5a5958b7de70ae99f0e7cbd5c97ec1346e051587
64502 Author: Stefan Roese <sr@denx.de>
64503 Date:   Mon Oct 15 11:29:33 2007 +0200
64504
64505     ppc4xx: Fix incorrect 33/66MHz PCI clock log-message on Sequoia & Yosemite
64506
64507     The BCSR status bit for the 66MHz PCI operation was correctly
64508     addressed (MSB/LSB problem). Now the correct currently setup
64509     PCI frequency is displayed upon bootup.
64510
64511     This patch also fixes this problem on Rainier & Yellowstone, since these
64512     boards use the same souce code as Sequoia & Yosemite do.
64513
64514     Signed-off-by: Stefan Roese <sr@denx.de>
64515
64516 commit da3aad55cbde80ab6e301aafa82a2c411aa53eff
64517 Author: Martin Krause <martin.krause@tqs.de>
64518 Date:   Wed Sep 26 17:55:56 2007 +0200
64519
64520     TQM860M: adjust for doubled flash sector size.
64521
64522     Adjust flash map to support the new S29GLxxN (N-Type) Flashes with
64523     doubled sector size.
64524
64525     Signed-off-by: Martin Krause <martin.krause@tqs.de>
64526
64527 commit 9d29250e2e62f4bf20c7a20b4173d84c48f11f5d
64528 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
64529 Date:   Wed Sep 26 17:55:54 2007 +0200
64530
64531     TQM8xx: Fix CAN timing.
64532
64533     Signed-off-by: Martin Krause <martin.krause@tqs.de>
64534
64535 commit d43e489baf02afae49077791fb22332d240d8656
64536 Author: Martin Krause <martin.krause@tqs.de>
64537 Date:   Thu Sep 27 14:54:36 2007 +0200
64538
64539     TQM866M: fix SDRAM refresh
64540
64541     At 133 MHz the current SDRAM refresh rate is too fast
64542     (measured 4 * 1.17 us).
64543     CFG_MAMR_PTA changes from 39 to 97. This result
64544     in a refresh rate of 4 * 7.8 us at the default clock
64545     50 MHz. At 133 MHz the value will be then 4 * 2.9 us.
64546     This is a compromise until a new method is found to
64547     adjust the refresh rate.
64548
64549     Signed-off-by: Martin Krause <martin.krause@tqs.de>
64550
64551 commit 9ef57bbee1c67cc01da2026c242c4692db32be36
64552 Author: Martin Krause <martin.krause@tqs.de>
64553 Date:   Wed Sep 26 17:55:55 2007 +0200
64554
64555     TQM866M: adjust for doubled flash sector size.
64556
64557     Adjust flash map to support the new S29GLxxN (N-Type) Flashes with
64558     doubled sector size.
64559
64560     Signed-off-by: Martin Krause <martin.krause@tqs.de>
64561
64562 commit f8bf90461d9bad2e6fed31fcebaf235f60dd6763
64563 Author: Michal Simek <monstr@monstr.eu>
64564 Date:   Sun Oct 14 16:12:29 2007 +0200
64565
64566     [FIX] XUPV2P change command handling
64567     and remove code violation
64568
64569 commit 636400198228d96983c06657b17f760f5989958e
64570 Author: Wolfgang Denk <wd@denx.de>
64571 Date:   Sun Oct 14 00:13:19 2007 +0200
64572
64573     Prepare for 1.3.0-rc3 release
64574
64575     Signed-off-by: Wolfgang Denk <wd@denx.de>
64576
64577 commit 68f14f77ca5fe5f9cc025c8cae101671f628309f
64578 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64579 Date:   Sat Sep 29 13:41:37 2007 +0200
64580
64581     Fix warning differ in signedness in cpu/pxa/mmc.c
64582
64583     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64584
64585 commit fc19e36f741e8bc727c0a330170b3b5db90399ef
64586 Author: Wolfgang Denk <wd@denx.de>
64587 Date:   Sat Oct 13 23:51:14 2007 +0200
64588
64589     Fix warning differ in signedness in board/mpl/vcma9/vcma9.c
64590
64591     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64592     Signed-off-by: Wolfgang Denk <wd@denx.de>
64593
64594 commit de74b9eeacccaf0a42e5ecc9ae79a88f7a311296
64595 Author: Wolfgang Denk <wd@denx.de>
64596 Date:   Sat Oct 13 21:15:39 2007 +0200
64597
64598     Coding Style cleanup.
64599
64600     Signed-off-by: Wolfgang Denk <wd@denx.de>
64601
64602 commit e1893815b0999410d7a327589611c7b38e95299e
64603 Author: Wolfgang Denk <wd@denx.de>
64604 Date:   Fri Oct 12 15:49:39 2007 +0200
64605
64606     GP3 SSA: enable RTC
64607
64608     Signed-off-by: Wolfgang Denk <wd@denx.de>
64609
64610 commit 8002012041f1ff9f997a5727abe5015f70cd2e46
64611 Author: Grzegorz Bernacki <gjb@semihalf.com>
64612 Date:   Tue Oct 9 13:58:24 2007 +0200
64613
64614     [ads5121] EEPROM support added.
64615
64616     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
64617
64618 commit 7b624ad254b97e5a25dca2304a398b64aeedaffe
64619 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
64620 Date:   Sat Oct 6 18:55:35 2007 +0200
64621
64622     AVR32: Initialize bi_flash* in board_init_r
64623
64624     The ATSTK1000-specific flash driver intializes bi_flashstart,
64625     bi_flashsize and bi_flashoffset, but other flash drivers, like the CFI
64626     driver, don't.
64627
64628     Initialize these in board_init_r instead so that things will still be
64629     set up correctly when we switch to the CFI driver.
64630
64631     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
64632
64633 commit 2b2a587d6d3076387d22ac740f44044bf46e2cb8
64634 Author: Marian Balakowicz <m8@semihalf.com>
64635 Date:   Fri Oct 5 10:40:54 2007 +0200
64636
64637     tqm5200: Fix CONFIG_CMD_PCI typo in board config file.
64638
64639     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
64640
64641 commit 92869195ef8210758d2176230c0a36897afd50ed
64642 Author: Bartlomiej Sieka <tur@semihalf.com>
64643 Date:   Fri Oct 5 09:46:06 2007 +0200
64644
64645     CM5200: Fix missing null-termination in hostname manipulation code
64646
64647     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
64648
64649 commit 9add9884b1fddc34ca186e00a2f868ccd5d02d87
64650 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
64651 Date:   Tue Oct 2 19:09:01 2007 +0200
64652
64653     Fix memtest breakage
64654
64655     CFG_MEMTEST_START uses weird magic involving gd, which fails to
64656     compile. Use hardcoded values instead (we actually know how much RAM
64657     we have on board.)
64658
64659     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
64660
64661 commit 738815c0cc44aa329097f868dc1efc49ede9c5ba
64662 Author: Stefan Roese <sr@denx.de>
64663 Date:   Tue Oct 2 11:44:46 2007 +0200
64664
64665     ppc4xx: Coding style cleanup
64666
64667     Signed-off-by: Stefan Roese <sr@denx.de>
64668
64669 commit 87c1833a39e944db66385286fd5e28f9b3fcdd50
64670 Author: Stefan Roese <sr@denx.de>
64671 Date:   Tue Oct 2 11:44:19 2007 +0200
64672
64673     ppc4xx: lwmon5: Remove watchdog for now, since not fully tested yet
64674
64675     Signed-off-by: Stefan Roese <sr@denx.de>
64676
64677 commit 2db64784061bfc34f4ba70ef1d2fbe7133b55670
64678 Author: Grzegorz Bernacki <gjb@semihalf.com>
64679 Date:   Mon Oct 1 09:51:50 2007 +0200
64680
64681     Program EPLD to force full duplex mode for PHY.
64682
64683     EPLD forces modes of PHY operation. By default full duplex is turned off.
64684     This fix turns it on.
64685
64686     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
64687
64688 commit 785c13477b77dcd2e6c5128fffcdb4e1943f4818
64689 Author: Timo Ketola <timo.ketola@exertus.fi>
64690 Date:   Mon Sep 24 14:50:32 2007 +0300
64691
64692     Bugfix: Use only one PTD for one endpoint
64693
64694     Original isp116x-hcd code prepared multiple PTDs for longer than 16
64695     byte transfers for one endpoint. That is unnecessary because the
64696     ISP116x is able to split long data from one PTD into multiple
64697     transactions based on the buffer size of the endpoint. It also caused
64698     serious problems if the endpoint NAKed some of the transactions. In
64699     that case ISP116x wouldn't notice that the other PTDs were for the same
64700     endpoint and would try the other PTDs possibly out of order. That would
64701     break the whole transfer.
64702
64703     This patch makes isp116x_submit_job to use one PTD for one transfer.
64704
64705     Signed-off-by: Timo Ketola <timo.ketola@exertus.fi>
64706     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
64707
64708 commit 86ec86c04326c3913178a7679aa910de071da75d
64709 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64710 Date:   Thu Sep 27 23:27:47 2007 +0200
64711
64712     Fix missing DECLARE_GLOBAL_DATA_PTR on CONFIG_LPC2292 in serial
64713
64714     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
64715
64716 commit 3e954beb614b5b190d7f4f4c3b641437a0132e35
64717 Author: Stefan Roese <sr@denx.de>
64718 Date:   Tue Sep 11 14:12:55 2007 +0200
64719
64720     ppc4xx: lwmon5: Change GPIO 58 to default to low (watchdog test)
64721
64722     Signed-off-by: Stefan Roese <sr@denx.de>
64723
64724 commit 1487adbdcf9594bb2eb686325a6f9540dad1b70a
64725 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
64726 Date:   Wed Sep 26 16:35:54 2007 -0500
64727
64728     85xx io out functions need sync after write.
64729
64730     This fixes the mc146818 rtc_read/write functions for 85xx.
64731
64732     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
64733
64734 commit 0d38effc6e359e6b1b0c78d66e8bc1a4dc15a2ae
64735 Author: Grant Likely <grant.likely@secretlab.ca>
64736 Date:   Tue Sep 25 15:48:05 2007 -0600
64737
64738     Fpga: fix incorrect test of CFG_FPGA_XILINX macro
64739
64740     CFG_FPGA_XILINX is a bit value used to test against the value in
64741     CONFIG_FPGA.  Testing for a value will always return TRUE.  I don't
64742     think that is the intention in this code.
64743
64744     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
64745
64746 commit 853643d8cf2ca80cb2e25c53ad5dc580abafe166
64747 Author: Michal Simek <monstr@monstr.eu>
64748 Date:   Mon Sep 24 00:41:30 2007 +0200
64749
64750     [FIX] change command handling and removing code violation
64751
64752 commit f240356507038e5ce55e8a24cb2607e9eae6d10c
64753 Author: Michal Simek <monstr@monstr.eu>
64754 Date:   Mon Sep 24 00:36:06 2007 +0200
64755
64756     [FIX] change sets of commands
64757     because changing of command handling brings
64758     compilation problems
64759
64760 commit cb1bc63b75a232571eb69aa2c8aa919321655845
64761 Author: Michal Simek <monstr@monstr.eu>
64762 Date:   Mon Sep 24 00:30:42 2007 +0200
64763
64764     [FIX] Email reparation & Copyright
64765     Both codes are written by myself without any
64766     support from CTU
64767
64768 commit 0731cbae6c2feab93b244d83fd6a43f5cc9bf852
64769 Author: Michal Simek <monstr@monstr.eu>
64770 Date:   Mon Sep 24 00:25:11 2007 +0200
64771
64772     [PATCH] Change macro name for UartLite
64773     because PowerPC 405 can use UartLite as console
64774
64775 commit 1c1100d2fcf46b9d11dcf78d6e5aea75e2e8b716
64776 Author: Michal Simek <monstr@monstr.eu>
64777 Date:   Mon Sep 24 00:21:19 2007 +0200
64778
64779     [PATCH] Add support for design without interrupt controller
64780     Polling timer
64781
64782 commit 0731933ec8ec45d02ba89b52df673d526873cdde
64783 Author: Michal Simek <monstr@monstr.eu>
64784 Date:   Mon Sep 24 00:19:48 2007 +0200
64785
64786     [FIX] resolve problem with cpu without barrel shifter
64787
64788 commit db14d77995ce515b728b178b63f82babe60e3d56
64789 Author: Michal Simek <monstr@monstr.eu>
64790 Date:   Mon Sep 24 00:18:46 2007 +0200
64791
64792     [FIX] repair email address
64793
64794 commit 481d4328618804add1f818a6c96296121cd0528e
64795 Author: Michal Simek <monstr@monstr.eu>
64796 Date:   Mon Sep 24 00:17:42 2007 +0200
64797
64798     [FIX] repair MFSL commands
64799
64800 commit b90c045f035c3cc9b5d2edaed6048dfb74e40763
64801 Author: Michal Simek <monstr@monstr.eu>
64802 Date:   Mon Sep 24 00:08:37 2007 +0200
64803
64804     synchronizition with mainline
64805
64806 commit eda3e1e6619ad0bee94ae4b16c99d88e77e2af13
64807 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
64808 Date:   Sun Sep 23 02:42:38 2007 +0900
64809
64810     sh: Add support command of ide with sh
64811
64812     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
64813
64814 commit d91ea45d15cf8e0987456bd211ffbb650824b6f1
64815 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
64816 Date:   Sun Sep 23 02:38:42 2007 +0900
64817
64818     sh: Update Makefile
64819
64820     Add support MS7722SE01 to Makefile.
64821
64822     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
64823
64824 commit 6c0bbdccd379f5c8702af9e0765294c2fb7472a6
64825 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
64826 Date:   Sun Sep 23 02:31:13 2007 +0900
64827
64828     sh: Add support Renesas sh7722 processor and Hitachi MS7722SE01 board
64829
64830     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
64831
64832 commit 047375bfa4c3052fa50a748da7ff89e9dad3b364
64833 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
64834 Date:   Sun Sep 23 02:19:24 2007 +0900
64835
64836     sh: Update MS7750SE01 platform
64837
64838     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
64839
64840 commit 516ad760db3553766267ada01b7d5d727faa4bbd
64841 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
64842 Date:   Sun Sep 23 02:17:08 2007 +0900
64843
64844     sh: Remove comment out code from include/asm-sh/cpu_sh4.h
64845
64846     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
64847
64848 commit b02bad128669e567fce87d8df823b06a0144b8db
64849 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
64850 Date:   Sun Sep 23 02:12:30 2007 +0900
64851
64852     sh: Update core code of SuperH.
64853
64854     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
64855
64856 commit 66dcad3a9a53e0766d90e0084123bd8529522fb0
64857 Author: Wolfgang Denk <wd@denx.de>
64858 Date:   Thu Sep 20 00:04:14 2007 +0200
64859
64860     v1.3.0-rc2
64861
64862     Signed-off-by: Wolfgang Denk <wd@denx.de>
64863
64864 commit 135e19bc2773ebca487e9a8371f67e1ba202313a
64865 Author: Wolfgang Denk <wd@denx.de>
64866 Date:   Tue Sep 18 21:36:35 2007 +0200
64867
64868     Avoid compiler warning.
64869
64870     Signed-off-by: Wolfgang Denk <wd@denx.de>
64871
64872 commit 8a783a65851bc7421ab69f442261215e21b8891a
64873 Author: Grant Likely <grant.likely@secretlab.ca>
64874 Date:   Tue Sep 18 12:24:57 2007 -0600
64875
64876     Bugfix: remove embedded null (\0) from CFG_BOOTFILE macro in TQM8540_config
64877
64878     /bin/bash and /bin/dash (which /bin/sh is linked to on ubuntu) handle embedded
64879     nulls in a string differently.  For example, the following statement:
64880         echo "this is a string\0" > afile
64881     Will produce the following with /bin/bash:
64882         "this is a string\0"
64883     But with /bin/dash, will produce:
64884         "this is a string
64885
64886     Bug fixed by moving the embedded null out of the makefile and into the
64887     config header.  Also renamed the macro to avoid usage colision with the same
64888     macro used by other board ports.
64889
64890     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
64891
64892 commit f8d3ca7b6fa322ac57e8e831f07dbeea039a9f35
64893 Author: Wolfgang Denk <wd@denx.de>
64894 Date:   Tue Sep 18 17:40:27 2007 +0200
64895
64896     MCC200: fix build warning
64897
64898     The MCC200 board config file includes version.h for some customer-
64899     specific setting, which causes warnings with "make depend"; build
64900     version.h before depend.
64901
64902     Signed-off-by: Wolfgang Denk <wd@denx.de>
64903
64904 commit bd86220f58b99d6896198c385fda132f0c980915
64905 Author: Peter Pearse <peter.pearse@arm.com>
64906 Date:   Tue Sep 18 13:07:54 2007 +0100
64907
64908     Move coloured led API to status_led.h
64909     Improve indentation in drivers/at45.c
64910
64911 commit e80e585b00fbbab7ad1bf71619741f2c5b029ab7
64912 Author: Eirik Aanonsen <eaa@wprmedical.com>
64913 Date:   Tue Sep 18 08:47:20 2007 +0200
64914
64915     Update atstk1002 bootargs.
64916
64917     Updates to atstk1002 U-Boot header file:
64918     - Changed bootargs:
64919         * Set the bootargs for at1002 to point to the SD-card partition instead
64920         * ... of the boot flash.
64921         * Removing the rootfstype since that argument are not needed.
64922
64923     Signed-off-by: Eirik Aanonsen <eaa@wprmedical.com>
64924     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
64925
64926 commit a4f3aab6dfbed6c29367c688bfb8a47eef62c225
64927 Author: Eirik Aanonsen <eaa@wprmedical.com>
64928 Date:   Wed Sep 12 13:32:37 2007 +0200
64929
64930     Add some comments to clocks in atstk1002.h
64931
64932     This patch applies some clarifying comments to how the different
64933     clocks are setup according to atstk1002.h Some of the previous
64934     comments where stating wrongful information.
64935
64936     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
64937
64938 commit 97213f32416ead885deafea86774e912ffd60ad0
64939 Author: David Saada <David.Saada@ecitele.com>
64940 Date:   Mon Sep 17 17:04:47 2007 +0200
64941
64942     Description: Add NEC's PCI OHCI module ID to the USB OHCI driver
64943
64944     Signed-off-by: David Saada <david.saada@ecitele.com>
64945
64946 commit 30363e98fa470fbecea5e8bc0f1443352754f303
64947 Author: Stefan Roese <sr@denx.de>
64948 Date:   Mon Sep 17 08:20:47 2007 +0200
64949
64950     Small whitespace cleanup of OneNAND patch
64951
64952     Signed-off-by: Stefan Roese <sr@denx.de>
64953
64954 commit d7e8ce101a4a45ed6ed45739fc2de5f87b13f7f1
64955 Author: Kyungmin Park <kmpark@infradead.org>
64956 Date:   Mon Sep 10 17:15:14 2007 +0900
64957
64958     OneNAND support (take #2)
64959
64960     [PATCH 3/3] OneNAND support (take #2)
64961
64962     OneNAND support at U-Boot
64963
64964     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
64965
64966 commit 17aa2800457df0c06b41516f46f126712c196219
64967 Author: Kyungmin Park <kmpark@infradead.org>
64968 Date:   Mon Sep 10 17:14:34 2007 +0900
64969
64970     OneNAND support (take #2)
64971
64972     [PATCH 2/3] OneNAND support (take #2)
64973
64974     OneNAND support at U-Boot
64975
64976     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
64977
64978 commit 916527f4809a7bcd811f1f1daf34af184e31dd8c
64979 Author: Kyungmin Park <kmpark@infradead.org>
64980 Date:   Mon Sep 10 17:13:49 2007 +0900
64981
64982     OneNAND support (take #2)
64983
64984     [PATCH 1/3] OneNAND support (take #2)
64985
64986     OneNAND support at U-Boot
64987
64988     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
64989
64990 commit b49c90df6e7cfcfb8b862b8bbf8448dff5eed9a5
64991 Author: Michal Simek <monstr@monstr.eu>
64992 Date:   Sun Sep 16 20:51:57 2007 +0200
64993
64994     [FIX] remove files form repository
64995
64996 commit 67c31036acaaaa992fc346cc89db0909a7e733c4
64997 Author: Wolfgang Denk <wd@denx.de>
64998 Date:   Sun Sep 16 17:10:04 2007 +0200
64999
65000     TQM8xx[LM]: Fix broken environment alignment.
65001
65002     With recent toolchains, the environment sectors were no longer aligned to
65003     sector boundaries. The reason was a combination of two bugs:
65004
65005     1) common/environment.c assumed that CONFIG_TQM8xxL would be defined
65006        for all TQM8xxL and TQM8xxM boards. But "include/common.h", where
65007        this gets defined, is not included here (and cannot be included
65008        without causing lots of problems).
65009
65010        Added a new #define CFG_USE_PPCENV for all boards which really
65011        want to put the environment is a ".ppcenv" section.
65012
65013     2) The linker scripts just include environment.o, silently assuming
65014        that the objects in that file are really in the order in which
65015        they are coded in the C file, i. e. "environment" first, then
65016        "redundand_environment", and "env_size" last. However, current
65017        toolchains (GCC-4.x) reorder the objects, causing the environment
65018        data not to start on a flash sector boundary:
65019
65020        Instead of:                                      we got:
65021
65022         40008000 T environment                  40008000 T env_size
65023         4000c000 T redundand_environment        40008004 T redundand_environment
65024         40010000 T env_size                     4000c004 T environment
65025
65026        Note: this patch fixes just the first part, and cures the alignment
65027        problem by making sure that "env_size" gets placed correctly. However,
65028        we still have a potential issue because primary and redundant
65029        environment sectors are actually swapped, i. e. we have now:
65030
65031         40008000 T redundand_environment
65032         4000c000 T environment
65033         40010000 T env_size
65034
65035        This shall be fixed in the next version.
65036
65037     Signed-off-by: Wolfgang Denk <wd@denx.de>
65038
65039 commit eb6da8050797c204c9d010548424186c7ce32fc1
65040 Author: Wolfgang Denk <wd@denx.de>
65041 Date:   Sun Sep 16 02:39:35 2007 +0200
65042
65043     TQM8xx/FPS8xx: adjust flash partitions for 2.6 ARCH=powerpc kernels
65044
65045     Signed-off-by: Wolfgang Denk <wd@denx.de>
65046
65047 commit cd2d1602c54cc6957bdef3872272a4b264893960
65048 Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
65049 Date:   Mon Sep 10 14:54:56 2007 -0400
65050
65051     Typo fix in tsec.c
65052
65053     Fixup for the break statement in wrong place.
65054
65055     [Patch by urwithsughosh@gmail.com]
65056     Acked-by: Andy Fleming <afleming@freescale.com>
65057     Signed-off-by:      Wolfgang Denk <wd@denx.de>
65058
65059 commit 5bd7fe9aeb76906371f40b8fd07613f10922e3e7
65060 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
65061 Date:   Tue Sep 11 17:04:00 2007 +0200
65062
65063     Fix do_div() usage in nand process output
65064
65065     Fix usage of do_div() in nand erase|read|write process output.
65066
65067     The last patch to nand_util.c introduced do_div() instead of libgcc's
65068     implementation. But do_div() returns the quotient in its first
65069     macro parameter and not as result.
65070
65071     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
65072
65073 commit c750d2e6692a000a82f29de7bf24e3dc21239161
65074 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
65075 Date:   Wed Sep 12 12:36:53 2007 +0200
65076
65077     NAND: Add CFG_NAND_QUIET option
65078
65079     This config option sets the default for the progress information
65080     output behavior that can also be configured through the 'quiet'
65081     environment variable.
65082
65083     The legacy NAND code does not print the current progress info
65084     on the console. So this option is for backward compatibility for
65085     units that are in the field and where setting the quiet variable
65086     is not an option. With CFG_NAND_QUIET set to '1' the console
65087     progress info is turned off. This can still be overwritten
65088     through the environment variable.
65089
65090     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
65091
65092 commit dcb88630290d2bcd803386dd4c2be73142994c4f
65093 Author: Liew Tsi Chung-r5aahp <Tsi-chung.Liew@freescale.com>
65094 Date:   Thu Sep 13 16:06:05 2007 -0700
65095
65096     ColdFire: fix build error becasue of bad type of mii_init()
65097
65098     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
65099
65100 commit 314d5b6ce52a4ed19dd295d1364e246c5e605017
65101 Author: Liew Tsi Chung-r5aahp <Tsi-chung.Liew@freescale.com>
65102 Date:   Thu Sep 13 16:04:05 2007 -0700
65103
65104     ColdFire: Fix build error caused by pixis.c
65105
65106     Moved the #include <asm/cache.h> inside the #ifdef CONFIG_FSL_PIXIS.
65107
65108     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
65109
65110 commit e21659e30660a1377c42af135a6114efe39801d9
65111 Author: Sam Sparks <SSparks@twacs.com>
65112 Date:   Fri Sep 14 11:14:42 2007 -0600
65113
65114     Update MPC8349ITX*_config to place config.tmp in right place.
65115
65116     MPC834ITX*_config does not store config.tmp at the correct locatation,
65117     causing MPC8349ITXGP to have the wrong TEXT_BASE.
65118
65119     Signed-off-by: Sam Sparks <SSparks@twacs.com>
65120     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
65121
65122 commit 1218abf1b5817a39a82399b4b928b00750575bda
65123 Author: Wolfgang Denk <wd@denx.de>
65124 Date:   Sat Sep 15 20:48:41 2007 +0200
65125
65126     Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as global
65127
65128     Signed-off-by: Wolfgang Denk <wd@denx.de>
65129
65130 commit 66b3f24d665be678a9dbb125b1e84185400f63b5
65131 Author: Dirk Behme <dirk.behme@googlemail.com>
65132 Date:   Sat Sep 15 11:55:42 2007 +0200
65133
65134     Make DECLARE_GLOBAL_DATA_PTR global for DaVinci
65135
65136     As discussed in [1], DECLARE_GLOBAL_DATA_PTR has to be global and not
65137     function local.
65138
65139     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
65140
65141     [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/31805
65142
65143 commit 991b089d1ce5ad945725e3657a8f106dfa02a38e
65144 Author: Michal Simek <monstr@monstr.eu>
65145 Date:   Sat Sep 15 00:03:35 2007 +0200
65146
65147     Synchronize with U-BOOT mainline
65148
65149 commit d7fee32b7e61fe11c64e371cde79faa4768e8350
65150 Author: Sam Sparks <SSparks@twacs.com>
65151 Date:   Fri Sep 14 11:14:42 2007 -0600
65152
65153     Update MPC8349ITX*_config to place config.tmp in right place.
65154
65155     MPC834ITX*_config does not store config.tmp at the correct locatation,
65156     causing MPC8349ITXGP to have the wrong TEXT_BASE.
65157
65158     Signed-off-by: Sam Sparks <SSparks@twacs.com>
65159     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
65160     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
65161
65162 commit 6e7b7b6ea1b6d04dbe96242eb6a0c1c664c98e8c
65163 Author: Bartlomiej Sieka <tur@semihalf.com>
65164 Date:   Thu Sep 13 18:21:48 2007 +0200
65165
65166     cm5200: Fix a typo introduced by afaac86fe2948ac84cd9a12bbed883b3c683e7d9
65167
65168     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
65169
65170 commit e1f601b572db5de9aa81a0b77c68a86994fe24c4
65171 Author: Bartlomiej Sieka <tur@semihalf.com>
65172 Date:   Thu Sep 13 16:33:59 2007 +0200
65173
65174     tqm5200: Restore customary env. variable boot commands for powerpc kernels
65175
65176     - update default definitions of kernel_addr and fdt_addr env. variables
65177     - make arch/powerpc booting the default scenario
65178     - update MTD partition layout to match the above
65179
65180     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
65181
65182 commit f34024d4a328e6edd906456da98d2c537155c4f7
65183 Author: Wolfgang Denk <wd@denx.de>
65184 Date:   Wed Sep 12 00:48:57 2007 +0200
65185
65186     Fix memory corruption problem on STX GP3 SSA Board.
65187
65188     Signed-off-by: Wolfgang Denk <wd@denx.de>
65189
65190 commit d94c79e47011af5e8dd10ed6163c09b4cfc743cc
65191 Author: Peter Pearse <peter.pearse@arm.com>
65192 Date:   Tue Sep 11 15:35:01 2007 +0100
65193
65194     Final tidy
65195
65196 commit 38ad82da0c1180ecdeb212a8f4245e945bcc546e
65197 Author: Grzegorz Bernacki <gjb@semihalf.com>
65198 Date:   Tue Sep 11 15:42:11 2007 +0200
65199
65200     [GP3SSA] Add define CONFIG_MPC85XX_PCI2 in config file to allow u-boot to
65201     scan on second pci bus.
65202
65203     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
65204
65205 commit 6c2f4f388e8181655ea8b69343ea00b68aa6e8d0
65206 Author: Grzegorz Bernacki <gjb@semihalf.com>
65207 Date:   Tue Sep 11 12:57:52 2007 +0200
65208
65209     [ppc4xx] Individual handling of sdram.c for bamboo_nand build
65210
65211     Bamboo has a file sdram.c which needs special treatment when building in
65212     separate directory. It has to be linked to build directory otherwise it is
65213     not seen.
65214
65215     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
65216
65217 commit d45963854eff39d575124d859419bb4953ce2c87
65218 Author: Michal Simek <monstr@monstr.eu>
65219 Date:   Tue Sep 11 00:37:04 2007 +0200
65220
65221     [FIX] Microblaze ML401 - repare FLASH handling
65222
65223 commit 38c1ef728d19950414a8ab1ccfc53767848fa346
65224 Author: Sean MCGOOGAN <sean.mcgoogan@st.com>
65225 Date:   Mon Sep 10 16:55:59 2007 +0100
65226
65227     Allocate CPU Architecture Code for STMicroelectronics' ST200.
65228
65229     Signed-off-by: Sean McGoogan <Sean.McGoogan@st.com>
65230     ---------------------------------------------------
65231
65232 commit 754bac48156f8958d8f6a53a51eda88ab5758929
65233 Author: Wolfgang Denk <wd@denx.de>
65234 Date:   Mon Sep 10 20:42:31 2007 +0200
65235
65236     Update version to match current state.
65237
65238     Signed-off-by: Wolfgang Denk <wd@denx.de>
65239
65240 commit 7a888d6b3c32a126dbb504ef146bb4c26574ca7b
65241 Author: Grzegorz Bernacki <gjb@semihalf.com>
65242 Date:   Mon Sep 10 17:39:08 2007 +0200
65243
65244     [MPC512x] Streamline frame handling in the FEC driver
65245
65246     - convert frame size settings to be derived from a single base
65247     - set frame size to the recommended default value
65248
65249     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
65250
65251 commit e251e00d0db4b36d1d2b7e38fec43a7296b529a2
65252 Author: Kyungmin Park <kmpark@infradead.org>
65253 Date:   Mon Sep 10 11:34:00 2007 +0900
65254
65255     Remove compiler warning: target CPU does not support interworking
65256
65257     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
65258
65259 commit 1d9e31e04911a6bb7cc66dd91132c699101c32e2
65260 Author: Wolfgang Denk <wd@denx.de>
65261 Date:   Sun Sep 9 21:21:33 2007 +0200
65262
65263     Fix compile error in spc1920 config.
65264
65265     Signed-off-by: Markus Klotzbücher <mk@denx.de>
65266     Signed-off-by: Wolfgang Denk <wd@denx.de>
65267
65268 commit a7d7eca791a37f452c9da10fef4b31dd7aa9a622
65269 Author: Grant Likely <grant.likely@secretlab.ca>
65270 Date:   Fri Sep 7 09:25:07 2007 -0600
65271
65272     Bugfix: make bootm+libfdt compile on boards with no flash
65273
65274     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
65275
65276 commit 6efc1fc0b63e55f94c5bc61d8dd23c918e3bc778
65277 Author: Grzegorz Bernacki <gjb@semihalf.com>
65278 Date:   Fri Sep 7 18:35:37 2007 +0200
65279
65280     [PPC440SPe] PCIe environment settings for Katmai and Yucca
65281
65282     - 'pciconfighost' is set by default in order to be able to scan bridges
65283     behind the primary host/PCIe
65284
65285     - 'pciscandelay' env variable is recognized to allow for user-controlled
65286     delay before the PCIe bus enumeration; some peripheral devices require a
65287     significant delay before they can be scanned (e.g. LSI8408E); without the
65288     delay they are not detected
65289
65290     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
65291
65292 commit 7f1913938984ef6c6a46cb53e003719196d9c5de
65293 Author: Grzegorz Bernacki <gjb@semihalf.com>
65294 Date:   Fri Sep 7 18:20:23 2007 +0200
65295
65296     [PPC440SPe] Improve PCIe configuration space access
65297
65298     - correct configuration space mapping
65299     - correct bus numbering
65300     - better access to config space
65301
65302     Prior to this patch, the 440SPe host/PCIe bridge was able to configure only the
65303     first device on the first bus. We now allow to configure up to 16 buses;
65304     also, scanning for devices behind the PCIe-PCIe bridge is supported, so
65305     peripheral devices farther in hierarchy can be identified.
65306
65307     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
65308
65309 commit 15ee4734e4e08003d73d9ead3ca80e2a0672e427
65310 Author: Grzegorz Bernacki <gjb@semihalf.com>
65311 Date:   Fri Sep 7 17:46:18 2007 +0200
65312
65313     [PPC440SPe] Convert machine check exceptions handling
65314
65315     Convert using fixup mechanism to suppressing MCK for the duration of config
65316     read/write transaction: while fixups work fine with the case of a precise
65317     exception, we identified a major drawback with this approach when there's
65318     an imprecise case. In this scenario there is the following race condition:
65319     the fixup is (by design) set to catch the instruction following the one
65320     actually causing the exception; if an interrupt (e.g. decrementer) happens
65321     between those two instructions, the ISR code is executed before the fixup
65322     handler the machine check is no longer protected by the fixup handler as it
65323     appears as within the ISR code. In consequence the fixup approach is being
65324     phased out and replaced with explicit suppressing of MCK during a PCIe
65325     config read/write cycle.
65326
65327     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
65328
65329 commit ff7640c9ead8806b5d827f2b29f9cb2632add729
65330 Author: Wolfgang Denk <wd@denx.de>
65331 Date:   Fri Sep 7 17:43:36 2007 +0200
65332
65333     Fix typo in MAKEALL script.
65334
65335     Signed-off-by: Wolfgang Denk <wd@denx.de>
65336
65337 commit 08e2e5fcd2e06670b62e1680a3934c0e55c72810
65338 Author: Grzegorz Bernacki <gjb@semihalf.com>
65339 Date:   Fri Sep 7 17:09:21 2007 +0200
65340
65341     [MPC512x] Proper handling of larger frames in the FEC driver
65342
65343     When frame larger than local RX buffer is received, it is split and handled
65344     by two buffer descriptors. Prior to this patch the FEC driver discarded
65345     contents of a buffer descriptor without the 'LAST' bit set, so the first
65346     part of the frame was lost in case of larger frames. This fix allows to
65347     safely combine the two pieces into the whole frame.
65348
65349     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
65350
65351 commit 8d17979d0359492a822a0a409d26e3a3549b4cd4
65352 Author: Rafal Jaworowski <raj@semihalf.com>
65353 Date:   Fri Sep 7 17:05:36 2007 +0200
65354
65355     [MPC512x] Correct fixup relocation
65356
65357     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
65358
65359 commit a89cbbd27a60e6740772000fd0688ffba1c2576a
65360 Author: Wolfgang Denk <wd@denx.de>
65361 Date:   Fri Sep 7 01:21:25 2007 +0200
65362
65363     Update CHANGELOG, minor coding style cleanup.
65364
65365 commit 5e5803e119de3bebd76fc9a57baac0b5aeccc8a3
65366 Author: stefano babic <sbabic@denx.de>
65367 Date:   Thu Aug 30 23:01:49 2007 +0200
65368
65369     PXA270: Added support for TrizepsIV board.
65370
65371     This patch add support for the Trizeps IV module (520Mhz).
65372
65373     Signed-off-by: Stefano Babic <sbabic@denx.de>
65374
65375 commit 80172c6181c912fbb34ea3ba0c22b232b419b47f
65376 Author: stefano babic <sbabic@denx.de>
65377 Date:   Thu Aug 30 22:57:04 2007 +0200
65378
65379     PXA270: Add support for multiple serial ports.
65380
65381     This patch adds support for multiple serial ports to the PXA target.
65382     FFUART, BTUART and STUART are supported.
65383
65384     Signed-off-by: Stefano Babic <sbabic@denx.de>
65385
65386 commit 28bb3f72c687ac6b2eb076b01dd21a5fd657d45e
65387 Author: stefano babic <sbabic@denx.de>
65388 Date:   Thu Aug 30 22:48:47 2007 +0200
65389
65390     PXA270: fix compile issue (invalid lvalue)
65391
65392     Code is broken for PXA270 due to "invalid lvalue in assignment".
65393
65394     This patch fix it in pxa-regs.h
65395
65396     Signed-off-by: Stefano Babic <sbabic@denx.de>
65397
65398 commit 1d2ca446e1a731df420206d04fe278c27ea6b8e8
65399 Author: Jason Jin <Jason.jin@freescale.com>
65400 Date:   Thu Aug 30 18:19:05 2007 +0800
65401
65402     Add BUILD_DIR support for bios emulator.
65403
65404     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
65405
65406 commit b4d8a55145442f136982634862341a3e02002bda
65407 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
65408 Date:   Fri Aug 31 14:41:51 2007 +0900
65409
65410     [MIPS] Remove inline asm string functions
65411
65412     Stop using inline string functions on MIPS as other ARCHs do so,
65413     since the optimized inline asm versions are not small.
65414
65415     This change is triggered by a following MIPS build error:
65416     common/libcommon.a(exports.o)(.text+0xdc): In function `jumptable_init':
65417     common/exports.c:32: undefined reference to `strcmp'
65418     make: *** [u-boot] Error 1
65419
65420     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
65421
65422 commit 8ea2c4e54833deaebc24c3ca6b7f21353c25b0f5
65423 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
65424 Date:   Fri Aug 31 14:41:45 2007 +0900
65425
65426     [MIPS] Update asm string header
65427
65428     This patches contains several bugfixes and cleanups in the latest upstream:
65429
65430      - Don't include linux/config.h
65431      - Remove buggy inline version of memscan.
65432      - Merge with Linux 2.6.11-rc3.
65433      - Fix undefined reference to strcpy in binfmt_misc caused by gcc 3.4.
65434      - Goodbye mips64.  31704 lines of code bite the dust.
65435      - Replace extern inline with static inline.
65436      - Fix return value of strncpy.
65437      - Remove a bunch more "$1" clobbers.
65438
65439     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
65440
65441 commit 5b729fb3bd98f49855d6bfc657c3fbae95f2adc2
65442 Author: Bartlomiej Sieka <tur@semihalf.com>
65443 Date:   Tue Sep 4 17:31:22 2007 +0200
65444
65445     Fix do_bootm_linux() so that multi-file images with FDT blob boot.
65446
65447     Fix incorrect blob address calculation in do_bootm_linux() that prevents
65448     booting the kernel from a multi-file image (kernel + initrd + blob).
65449
65450     Also, make minor updates to the U-Boot's output and to the coding style.
65451
65452     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
65453
65454 commit 041a2554ad619e80dce520c1a33210affcb6a3f2
65455 Author: Gary Jennejohn <gary.jennejohn@freenet.de>
65456 Date:   Fri Aug 31 14:29:04 2007 +0200
65457
65458     Add support for Sil680 IDE controller.
65459
65460     o add drivers/sil680.c to support the Sil680 IDE-controller.
65461     o drivers/Makefile: add sil680.o.
65462
65463     Signed-off-by: Gary Jennejohn <garyj@denx.de>
65464
65465 commit e79021223bc339df655e360645a52c457a74b067
65466 Author: Grant Likely <grant.likely@secretlab.ca>
65467 Date:   Thu Sep 6 09:47:40 2007 -0600
65468
65469     bootm/fdt: Only process the fdt if an fdt address was provided
65470
65471     Boards with CONFIG_OF_LIBFDT enabled are not able to boot old-style
65472     kernels using the board info structure (instead of passing a device tree)
65473     This change allows the old style booting to be used if the fdt argument
65474     was not passed to 'bootm'.
65475
65476     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
65477     Acked-by: Kim Phillips <kim.phillips@freescale.com>
65478
65479 commit cf2817a84c2e9bea2c5dfc084bce2f2d2563ac43
65480 Author: Grant Likely <grant.likely@secretlab.ca>
65481 Date:   Thu Sep 6 09:46:23 2007 -0600
65482
65483     Migrate 5xxx boards from CONFIG_OF_FLAT_TREE to CONFIG_OF_LIBFDT
65484
65485     Affects boards: icecube (lite5200), jupiter, motionpro, tqm5200
65486
65487     Tested on: lite5200b
65488
65489     Note: the fixup functions have not been moved to a common place.  This
65490     patch is targeted for immediate merging as in solves a build issue, but
65491     the final name/location of the fixups is still subject to debate.  I
65492     propose to merge this now, and move the fixups in the next merge window
65493     to be usable by all targets.
65494
65495     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
65496
65497 commit 41bb76e941929f54a73206fb132f7a4c275543a3
65498 Author: Grant Likely <grant.likely@secretlab.ca>
65499 Date:   Thu Sep 6 09:46:17 2007 -0600
65500
65501     libfdt: add convenience function fdt_find_and_setprop()
65502
65503     Given the path to a node, fdt_find_and_setprop() allows a property value
65504     to be set directly.
65505
65506     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
65507
65508 commit 80767a6cead9990d9e77e62be947843c2c72f469
65509 Author: Peter Pearse <peter.pearse@arm.com>
65510 Date:   Wed Sep 5 16:04:41 2007 +0100
65511
65512     Changed API name to coloured_led.h
65513     Removed code using deprecated ifdef CONFIG_BOOTBINFUNC
65514     Tidied other cpu/arm920t/start.S code
65515
65516 commit 56a9270521baaa00e12639a978302a67f61ef060
65517 Author: Kumar Gala <galak@kernel.crashing.org>
65518 Date:   Thu Aug 30 16:18:18 2007 -0500
65519
65520     Fix ULI RTC support on MPC8544 DS
65521
65522     The RTC on the M1575 ULI chipset requires a dummy read before
65523     we are able to talk to the RTC.  We accomplish this by adding a
65524     second memory region to the PHB the ULI is on and read from it.
65525
65526     The second region is added to maintain compatiabilty with Linux's
65527     view of the PCI memory map.
65528
65529     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
65530
65531 commit f75e89e9b5714db2b0e80074071dfbdd6f59488a
65532 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
65533 Date:   Thu Aug 30 01:58:48 2007 -0500
65534
65535     ft_board_setup update 85xx/86xx of pci/pcie bus-range property.
65536
65537     pcie is now differentiated from pci.  Add 8641 bus-range updates.
65538
65539     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
65540
65541 commit 9f5c3d3720e777a572dcdc8af2008b44c7243885
65542 Author: Peter Pearse <peter.pearse@arm.com>
65543 Date:   Tue Sep 4 16:18:38 2007 +0100
65544
65545     Add coloured led interface for ARM boards.
65546     Use it in cpu/arm920t/start.S to indicate U-Boot code has been entered.
65547
65548 commit 7462fe0d5a9d40cde083fb1a3cd73911996b5ecb
65549 Author: Peter Pearse <peter.pearse@arm.com>
65550 Date:   Tue Sep 4 14:49:28 2007 +0100
65551
65552     Move include/led.h to board/at91rm9200dk
65553
65554 commit 6e4bf9b24e57c15abc6542e685d06380bc64af27
65555 Author: Peter Pearse <peter.pearse@arm.com>
65556 Date:   Tue Sep 4 14:25:51 2007 +0100
65557
65558     Ran Lindent on drivers/at45.c
65559
65560 commit 557ab89d294f08dd532f21d19861b40093200a33
65561 Author: Peter Pearse <peter.pearse@arm.com>
65562 Date:   Tue Sep 4 14:23:50 2007 +0100
65563
65564     Rename CONFIG_CMD_MUX to CONFIG_CMD_AT91_SPIMUX
65565
65566 commit 81b73dec16fd1227369a191e725e10044a9d56b8
65567 Author: Gary Jennejohn <garyj@denx.de>
65568 Date:   Fri Aug 31 15:21:46 2007 +0200
65569
65570     ppc4xx: (Re-)Enable CONFIG_PCI_PNP on AMCC 440EPx Sequoia
65571
65572     The 440EPx has a problem when the PCI_CACHE_LINE_SIZE register is
65573     set to non-zero, because it doesn't support MRM (memory-read-
65574     multiple) correctly. We now added the possibility to configure
65575     this register in the board config file, so that the default value
65576     of 8 can be overridden.
65577
65578     Here the details of this patch:
65579
65580     o drivers_pci_auto.c: introduce CFG_PCI_CACHE_LINE_SIZE to allow
65581       board-specific settings. As an example the sequoia board requires 0.
65582       Idea from Stefan Roese <sr@denx.de>.
65583     o board/amcc/sequoia/init.S: add a TLB mapping at 0xE8000000 for the
65584       PCI IO-space. Obtained from Stefan Roese <sr@denx.de>.
65585     o include/configs/sequoia.h: turn CONFIG_PCI_PNP back on and set
65586       CFG_PCI_CACHE_LINE_SIZE to 0.
65587
65588     Signed-off-by: Gary Jennejohn <garyj@denx.de>
65589     Signed-off-by: Stefan Roese <sr@denx.de>
65590
65591 commit 60174746c668b309378a91488dded898e9553eae
65592 Author: Wolfgang Denk <wd@denx.de>
65593 Date:   Fri Aug 31 10:01:51 2007 +0200
65594
65595     Fix TFTP OACK code for short packets.
65596
65597     The old code had a loop limit overflow bug which caused a semi-
65598     infinite loop for small packets, because in "i<len-8", "i" was signed,
65599     but "len" was unsigned, and "len-8" became a huge number for small
65600     values of "len".
65601
65602     This is a workaround which replaces broken commit 8f1bc284.
65603
65604     Signed-off-by: Wolfgang Denk <wd@denx.de>
65605
65606 commit 696dd1307cd8e73a10e9bb3c51731bfd6f837bee
65607 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
65608 Date:   Thu Aug 30 15:03:05 2007 +0200
65609
65610     Reduce BOOTDELAY variable to 1 second by default for STK1002
65611
65612     Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
65613     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
65614
65615 commit c88b6e1cbf9a8ae2a34fb602f78a1bf4e6692b6a
65616 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
65617 Date:   Thu Aug 30 15:03:04 2007 +0200
65618
65619     Remove double quotation marks around MAC address for STK1002
65620
65621     Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
65622     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
65623
65624 commit ff13ac8c7bbebb238e339592de765c546dba1073
65625 Author: Wolfgang Denk <wd@denx.de>
65626 Date:   Thu Aug 30 14:42:15 2007 +0200
65627
65628     Backout commit 8f1bc284 as it causes TFTP to fail.
65629
65630     Signed-off-by: Wolfgang Denk <wd@denx.de>
65631
65632 commit 1900fbf255acba8b94fb442a16408ea85a1d46a6
65633 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
65634 Date:   Thu Aug 30 02:26:17 2007 -0500
65635
65636     Revert "Fix MPC8544DS PCIe3 scsi."
65637
65638     This reverts commit 9468e680.
65639     Commit 16e23c3f5da removing allocation of PCSRBAR is sufficient.
65640
65641     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
65642
65643 commit 8f1bc28408ded213418d9bc0780c7d8fb8a03774
65644 Author: Grant Likely <grant.likely@secretlab.ca>
65645 Date:   Wed Aug 29 18:26:24 2007 -0600
65646
65647     tftp: don't implicity trust the format of recevied packets
65648
65649     The TFTP OACK code trusts that the incoming packet is formated as
65650     ASCII text and can be processed by string functions. It also has a
65651     loop limit overflow bug where if the packet length is less than 8, it
65652     ends up looping over *all* of memory to find the 'blksize' string.
65653
65654     This patch solves the problem by forcing the packet to be null
65655     terminated and using strstr() to search for the sub string.
65656
65657     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
65658
65659 commit 04625764cc93ce8a61625ac19d7fe2a2ceee8143
65660 Author: Stefan Roese <sr@denx.de>
65661 Date:   Wed Aug 29 16:31:18 2007 +0200
65662
65663     ppc4xx: Change lwmon5 default environment to support Linux RTC
65664
65665     The Linux PCF8563 RTC driver doesn't do autoprobing, so we need
65666     to supply the RTC I2C address as bootline parameter. This patch
65667     adds support for this rtc probing parameter to the bootargs:
65668
65669     "rtc-pcf8563.probe=0,0x51"
65670
65671     Signed-off-by: Stefan Roese <sr@denx.de>
65672
65673 commit 2602a5c40ae37ab965a4e240854fdaffb51328a4
65674 Author: Kim Phillips <kim.phillips@freescale.com>
65675 Date:   Wed Aug 29 09:06:05 2007 -0500
65676
65677     sbc8641: remove unused OF_FLAT_TREE_MAX_SIZE
65678
65679     this had slipped through the cracks, since the sbc board was added
65680     after I wrote the original patch to remove all these symbols, and
65681     before it was merged.
65682
65683     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
65684
65685 commit c5bded3c88e48ae648a75d357dc81a8255fa81f1
65686 Author: Wolfgang Denk <wd@denx.de>
65687 Date:   Wed Aug 29 14:05:30 2007 +0200
65688
65689     Add mii_init() prototype
65690
65691     to get rid of a *lot* of compiler warnings.
65692
65693     Signed-off-by: Wolfgang Denk <wd@denx.de>
65694
65695 commit 2d1f23aa1e74e4a8f8ffa67f246eb98c522dfd7f
65696 Author: Wolfgang Denk <wd@denx.de>
65697 Date:   Wed Aug 29 13:35:03 2007 +0200
65698
65699     Disable network support on cmi_mpc5xx board
65700
65701     ..because it caused compiler errors and there seems to be no
65702     board maintainer to take care of this.
65703
65704     Signed-off-by: Wolfgang Denk <wd@denx.de>
65705
65706 commit 9468e6804b7e25b0f6f52e53f47bce3175400a16
65707 Author: Kumar Gala <galak@kernel.crashing.org>
65708 Date:   Mon Aug 20 09:44:00 2007 -0500
65709
65710     Fix MPC8544DS PCIe3 scsi.
65711
65712     <ed.swarthout@freescale.com>
65713
65714     The problem is pciauto_setup_device() getting called from fsl_pci_init.c
65715     is allocating memory space it doesn't need.
65716
65717     Signed-off-by: Ed Swarthout <ed.swarthout@freescale.com>
65718     Signed-off-by: Andy Fleming <afleming@freescale.com>
65719
65720 commit 4bf4abb8a4e9955556b120a1aafa30c03e74032a
65721 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
65722 Date:   Tue Aug 21 09:38:59 2007 -0500
65723
65724     8548cds fixes
65725
65726     Restore CONFIG_EXTRA_ENV_SETTINGS definition which contains the
65727     correct consoledev needed for linux boot.
65728     Standardize on fdt{file,addr} var to hold dtb file name.
65729
65730     Set PCI inbound memory region from CFG_MEMORY_{BUS,PHYS}.
65731
65732     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
65733
65734 commit 7a1ac419fa0d2d23ddd08bd61d16896a9f33c933
65735 Author: Haiying Wang <Haiying.Wang@freescale.com>
65736 Date:   Thu Aug 23 15:20:54 2007 -0400
65737
65738     Enable L2 cache for MPC8568MDS board
65739
65740     The L2 cache size is 512KB for 8568, print out the correct informaiton.
65741
65742     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
65743
65744 commit 94c47fdaf14cb29fa3fb4d4da2efdd96c803b46b
65745 Author: Jason Jin <Jason.jin@freescale.com>
65746 Date:   Wed Aug 22 17:54:49 2007 +0800
65747
65748     Remove the bios emulator binary files from MAI board
65749
65750     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
65751
65752 commit 7608d75f9c87c9eb5b3a43219d0506d3e979a13f
65753 Author: Kim Phillips <kim.phillips@freescale.com>
65754 Date:   Tue Aug 21 17:00:17 2007 -0500
65755
65756     support board vendor-common makefiles
65757
65758     if a board/$(VENDOR)/common/Makefile exists, build it.
65759
65760     also add the first such case, board/freescale/common/Makefile, to
65761     handle building board-shared EEPROM, PIXIS, and MDS-PIB code, as
65762     dictated by board configuration.
65763
65764     thusly get rid of alternate build dir errors such as:
65765
65766     FATAL: can't create /work/wd/tmp/u-boot-ppc/board/freescale/mpc8360emds/../common/pq-mds-pib.o: No such file or directory
65767
65768     by putting the common/ mkdir command in its proper place (the common
65769     Makefile). Common bits from existing individual board Makefiles have
65770     been removed.
65771
65772     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
65773
65774 commit ef8f20752712dc1cdbd86f47e3bd6e35f81c83fd
65775 Author: stefano babic <sbabic@denx.de>
65776 Date:   Tue Aug 21 15:52:33 2007 +0200
65777
65778     Fix: TFTP is not working on little endian systems
65779
65780     TFTP does not work anymore after multicast tftp
65781     patch was applied on little endian systems.
65782     This patch fix it.
65783
65784     Signed-off-by: Stefano Babic <sbabic@denx.de>
65785
65786 commit 5f470948570526e9186f053a3003da7719604e90
65787 Author: stefano babic <sbabic@denx.de>
65788 Date:   Tue Aug 21 15:50:33 2007 +0200
65789
65790     Fix MAC address setting in DM9000 driver.
65791
65792     The logic to check if there is a correct MAC address in the DM9000
65793     EEPROM, added in the last patch, is wrong. Now the MAC address is
65794     always taken from the environment, even if a suitable MAC is present
65795     in the EEPROM.
65796
65797     Signed-off-by: Stefano Babic <sbabic@denx.de>
65798
65799 commit 4a8527ef086ec7c89f40674ef024ae6f988a614a
65800 Author: Martin Krause <martin.krause@tqs.de>
65801 Date:   Tue Aug 21 12:40:34 2007 +0200
65802
65803     MPC5xxx: fix some compiler warnings in USB code
65804
65805     Fix the following warnings:
65806     - usb.c:xx: warning: function declaration isn't a prototype
65807     - usb_ohci.c:xxx: warning: passing argument 1 of '__fswab32' makes integer
65808       from pointer wihtout a cast
65809
65810     Signed-off-by: Martin Krause <martin.krase@tqs.de>
65811
65812 commit 16e23c3f5dab6937f5109365416808c7f15c122b
65813 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
65814 Date:   Mon Aug 20 23:55:33 2007 -0500
65815
65816     fsl_pci_init - Remove self PCSRBAR allocation
65817
65818     CPU physical address space was being wasted by allocating a
65819     PCSRBAR PCI inbound region to it's memory space.
65820
65821     As a rule, PCSRBAR should be left alone since it does not affect
65822     transactions from self and other masters may have changed it.
65823
65824     Signed-off-by: Ed Swarthout <ed.swarthout@freescale.com>
65825
65826 commit 0e700ce03a23bb1921149bc77008ace7103d5289
65827 Author: Martin Krause <martin.krause@tqs.de>
65828 Date:   Mon Aug 20 13:56:47 2007 +0200
65829
65830     Fix compiler warning in include/s3c2410.h
65831
65832     This patch fixes the "type qualifiers ignored on fuction return tpye"
65833     warning for include/s3c2410.h
65834
65835     Signed-off-by: Martin Krause <martin.krause@tqs.de>
65836
65837 commit 9bb8b209ed2058a5756ecbeb544c067e44a42aea
65838 Author: Dirk Behme <dirk.behme@googlemail.com>
65839 Date:   Mon Aug 20 07:09:05 2007 +0200
65840
65841     Fix compilation error for omap2420h4_config.
65842
65843     omap2420h4 switched to cfi, so remove old (already disabled) flash.c
65844     and flash_probe() calls in env_flash.c.
65845
65846     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
65847
65848 commit 3bb342fc85d79dbb6b8c2039e7cdcddc82b8d90f
65849 Author: Kim Phillips <kim.phillips@freescale.com>
65850 Date:   Fri Aug 10 14:34:14 2007 -0500
65851
65852     fdt: remove unused OF_FLAT_TREE_MAX_SIZE references
65853
65854     and make some minor corrections to the FDT part of the README.
65855
65856     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
65857
65858 commit 6af2eeb1e99c2dcc584d4c5ab7fcae30a325f4de
65859 Author: Wolfgang Denk <wd@denx.de>
65860 Date:   Wed Aug 29 01:32:05 2007 +0200
65861
65862     Minor coding style cleanup.
65863
65864     Signed-off-by: Wolfgang Denk <wd@denx.de>
65865
65866 commit a861558c65f65f1cf1302f3a35e9db7686b9e1a3
65867 Author: Heiko Schocher <hs@pollux.denx.de>
65868 Date:   Tue Aug 28 17:40:33 2007 +0200
65869
65870     [UC101] Fix: if no CF in the board, U-Boot resets sometimes.
65871
65872     Signed-off-by: Heiko Schocher <hs@denx.de>
65873
65874 commit f98984cb194bb34dbe1db9429d3b51133af30d07
65875 Author: Heiko Schocher <hs@pollux.denx.de>
65876 Date:   Tue Aug 28 17:39:14 2007 +0200
65877
65878     IDE:        - make ide_inb () and ide_outb () "weak", so boards can
65879               define there own I/O functions.
65880               (Needed for the pcs440ep board).
65881             - The default I/O Functions are again 8 Bit accesses.
65882             - Added CONFIG_CMD_IDE for the pcs440ep Board.
65883
65884     Signed-off-by: Heiko Schocher <hs@denx.de>
65885
65886 commit 2c05fd125744981e5f2828d24e66ccc20a77d25d
65887 Author: Semih Hazar <semih.hazar@indefia.com>
65888 Date:   Mon Aug 20 19:00:01 2007 +0300
65889
65890     AVR32: Change prototype of memset
65891
65892     Signed-off-by: Semih Hazar <semih.hazar@indefia.com>
65893     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
65894
65895 commit 9c02defc29b57945b600714cf61ddfd02b02fb14
65896 Author: Yuri Tikhonov <yur@emcraft.com>
65897 Date:   Sat Aug 25 05:07:16 2007 +0200
65898
65899     POST: limit memory test area to not touch global data anymore
65900
65901     As experienced on lwmon5, on some boards the POST memory test can
65902     corrupt the global data buffer (bd). This patch fixes this issue
65903     by checking and limiting this area.
65904
65905     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
65906     Signed-off-by: Stefan Roese <sr@denx.de>
65907
65908 commit 75e1a84d483e36be10e206e539b028c4889e1158
65909 Author: Stefan Roese <sr@denx.de>
65910 Date:   Fri Aug 24 15:41:42 2007 +0200
65911
65912     ppc4xx: Add RTC POST test to lwmon5 board configuration
65913
65914     Since this RTC POST test is taking quite a while to complete
65915     it's only initiated upon special keypress same as the complete
65916     memory POST.
65917
65918     Signed-off-by: Stefan Roese <sr@denx.de>
65919
65920 commit d7bfa620037a6d2210159387571bdf93aa32c162
65921 Author: Stefan Roese <sr@denx.de>
65922 Date:   Fri Aug 24 15:19:10 2007 +0200
65923
65924     ppc4xx: Change GPIO signal for watchdog triggering on lwmon5
65925
65926     Signed-off-by: Stefan Roese <sr@denx.de>
65927
65928 commit c25dd8fc25e9ca3695db996a257d9ba4dab414db
65929 Author: Stefan Roese <sr@denx.de>
65930 Date:   Thu Aug 23 11:02:37 2007 +0200
65931
65932     ppc4xx: Add support for 2nd I2C EEPROM on lwmon5 board
65933
65934     This patch adds support for the 2nd EEPROM (AT24C128) on the lwmon5
65935     board. Now the "eeprom" command can be used to read/write from/to this
65936     device. Additionally a new command was added "eepromwp" to en-/disable
65937     the write-protect of this 2nd EEPROM.
65938
65939     The 1st EEPROM is not affected by this write-protect command.
65940
65941     Signed-off-by: Stefan Roese <sr@denx.de>
65942
65943 commit c64fb30e4c5976007d56fc1789c7a0666082b536
65944 Author: Stefan Roese <sr@denx.de>
65945 Date:   Wed Aug 22 08:56:09 2007 +0200
65946
65947     ppc4xx: Remove unused option CFG_INIT_RAM_OCM
65948
65949     Signed-off-by: Stefan Roese <sr@denx.de>
65950
65951 commit 3ad63878737a5a2b1e60825bf0a7d601d7a695e7
65952 Author: Stefan Roese <sr@denx.de>
65953 Date:   Tue Aug 21 16:27:57 2007 +0200
65954
65955     ppc4xx: Add matrix kbd support to lwmon5 board (440EPx based)
65956
65957     This patch adds support for the matrix keyboard on the lwmon5 board.
65958     Since the implementation in the dsPCI is kind of compatible with the
65959     "old" lwmon board, most of the code is copied from the lwmon
65960     board directory.
65961
65962     Signed-off-by: Stefan Roese <sr@denx.de>
65963
65964 commit 3e66c078003607a7d1d214c15a5f262bc1b4032f
65965 Author: Wolfgang Denk <wd@denx.de>
65966 Date:   Sun Aug 19 10:27:34 2007 +0200
65967
65968     Fix some build errors.
65969
65970     Signed-off-by: Wolfgang Denk <wd@denx.de>
65971
65972 commit 05675735ef77dc23b5e0eb782bad1ff477b55e86
65973 Author: Wolfgang Denk <wd@denx.de>
65974 Date:   Sat Aug 18 22:00:38 2007 +0200
65975
65976     Update CHANGELOG.
65977
65978 commit 79f240f7ecc0506b43ac50d1ea405ff6540d4d57
65979 Author: Kim Phillips <kim.phillips@freescale.com>
65980 Date:   Thu Aug 16 22:52:39 2007 -0500
65981
65982     lib_ppc: make board_add_ram_info weak
65983
65984     platforms wishing to display RAM diagnostics in addition to size,
65985     can do so, on one line, in their own board_add_ram_info()
65986     implementation.
65987
65988     this consequently eliminates CONFIG_ADD_RAM_INFO.
65989
65990     Thanks to Stefan for the hint.
65991
65992     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
65993
65994 commit 815b5bd5b18569917c3e04b9757511e6ed23b9f6
65995 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
65996 Date:   Fri Aug 17 12:43:44 2007 +0900
65997
65998     PCI_READ_VIA_DWORD_OP: Fix *val uninitialized bug
65999
66000     This patch has been sent on:
66001     - 6 Jun 2007
66002
66003     Many users of PCI config read routines tend to ignore the function
66004     ret value, and are only concerned about the contents of *val. Based
66005     on this, pci_hose_read_config_{byte,word}_via_dword should initialize
66006     the *val on dword read error.
66007
66008     Without this fix, for example, we'll go on scanning bus with vendor or
66009     header_type uninitialized. This brings many unnecessary config trials.
66010
66011     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
66012
66013 commit 26667b7fa05a8bf2fc65fb9f3230b02b1a10c367
66014 Author: Stefan Roese <sr@denx.de>
66015 Date:   Sat Aug 18 14:37:52 2007 +0200
66016
66017     ColdFire: Fix some remaining problems with CFG_CMD_
66018
66019     Signed-off-by: Stefan Roese <sr@denx.de>
66020
66021 commit 8280f6a1c43247616b68224675188e5ccd124650
66022 Author: Stefan Roese <sr@denx.de>
66023 Date:   Sat Aug 18 14:33:02 2007 +0200
66024
66025     Coding style cleanup
66026
66027     Signed-off-by: Stefan Roese <sr@denx.de>
66028
66029 commit 4a442d3186b31893b4f77c6e82f63c4517a5224b
66030 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
66031 Date:   Thu Aug 16 19:23:50 2007 -0500
66032
66033     ColdFire: Add M5235EVB Platform for MCF523x
66034
66035     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
66036
66037 commit 4cc1cd5941827a04cf5c51a07fcc42e8945894aa
66038 Author: Kim Phillips <kim.phillips@freescale.com>
66039 Date:   Fri Aug 17 09:30:00 2007 -0500
66040
66041     mpc83xx: fix typo in DDR2 programming
66042
66043     introduced in the implement board_add_ram_info patch as I was cleaning out the
66044     magic numbers.  sorry.
66045
66046     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
66047
66048 commit e58fe95784d2514fc9c21028dc59f2b319a35d80
66049 Author: Kim Phillips <kim.phillips@freescale.com>
66050 Date:   Thu Aug 16 22:53:09 2007 -0500
66051
66052     mpc83xx: move freescale boards to boards/freescale
66053
66054     includes build fixes.
66055
66056     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
66057
66058 commit 5aa4ad8d8e7e9468219990c7875d5fdc9e962f47
66059 Author: Kim Phillips <kim.phillips@freescale.com>
66060 Date:   Thu Aug 16 22:52:59 2007 -0500
66061
66062     mpc83xx: suppress unused variable 'val8' warning
66063
66064     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
66065
66066 commit bbea46f76f767b919070b4829bf34c86bd223248
66067 Author: Kim Phillips <kim.phillips@freescale.com>
66068 Date:   Thu Aug 16 22:52:48 2007 -0500
66069
66070     mpc83xx: implement board_add_ram_info
66071
66072     add board_add_ram_info, to make memory diagnostic output more
66073     consistent. u-boot banner output now looks like:
66074
66075     DRAM:  256 MB (DDR1, 64-bit, ECC on)
66076
66077     and for boards with SDRAM on the local bus, a line such as this is
66078     added:
66079
66080     SDRAM: 64 MB (local bus)
66081
66082     also replaced some magic numbers with their equivalent define names.
66083
66084     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
66085
66086 commit 14778585d1389d86d5846efec29e5fce892680ce
66087 Author: Tony Li <tony.li@freescale.com>
66088 Date:   Fri Aug 17 10:35:59 2007 +0800
66089
66090     mpc83xx: Split PIB init code from pci.c and add Qoc3 ATM card support
66091
66092     The patch split the PIB init code from pci.c to a single file board/freescale/common/pq-mds-pib.c
66093     And add Qoc3 ATM card support for MPC8360EMDS and MPC832XEMDS board.
66094
66095     Signed-off-by Tony Li <tony.li@freescale.com>
66096
66097 commit 8ae158cd87a4a25722b27835261b6ff0fa2aa6a7
66098 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
66099 Date:   Thu Aug 16 15:05:11 2007 -0500
66100
66101     ColdFire: Add M54455EVB for MCF5445x
66102
66103     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
66104
66105 commit a1436a842654a8d3927d082a8ae9ee0a10da62d7
66106 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
66107 Date:   Thu Aug 16 13:20:50 2007 -0500
66108
66109     ColdFire: Add M5253EVBE platform for MCF52x2
66110
66111     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
66112
66113 commit a605aacd8324094199402816cc6d9124aba57b8d
66114 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
66115 Date:   Thu Aug 16 05:04:31 2007 -0500
66116
66117     ColdFire: Add M5249EVB platform for MCF52x2
66118
66119     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
66120
66121 commit f28e1bd9daa6de5eb33ae4822bda6b008ccb4e9e
66122 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
66123 Date:   Wed Aug 15 20:32:06 2007 -0500
66124
66125     ColdFire: Update Freescale MCF52x2 platforms
66126
66127     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
66128
66129 commit 870470dbf6f4bb9864e0d97aeedbc17c167c6d1c
66130 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
66131 Date:   Wed Aug 15 19:55:10 2007 -0500
66132
66133     ColdFire: Update EB+MCF-EV123 platform
66134
66135     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
66136
66137 commit aa93d859d9b1fcd8eea52d51b06e86c38f72111b
66138 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
66139 Date:   Wed Aug 15 19:46:38 2007 -0500
66140
66141     ColdFire: update TASREG platform for MCF52x2
66142
66143     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
66144
66145 commit a9505510bf56a9b5558248dd8b73ec9d9a1556a2
66146 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
66147 Date:   Wed Aug 15 19:45:51 2007 -0500
66148
66149     ColdFire: update r5200 platform for MCF52x2
66150
66151     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
66152
66153 commit 6cfd3c7bc813fb317ab7c0781f0d1874b1c0877c
66154 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
66155 Date:   Wed Aug 15 19:43:20 2007 -0500
66156
66157     ColdFire: idmr platform MCF52x2 update
66158
66159     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
66160
66161 commit 6706424d0bb851fb52af00cd1c3301e91ee7f2b0
66162 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
66163 Date:   Wed Aug 15 19:41:06 2007 -0500
66164
66165     ColdFire: cobra5272 platform for MCF52x2 update
66166
66167     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
66168
66169 commit 56115665b4a64c10c01440c57749b265e0908fa4
66170 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
66171 Date:   Wed Aug 15 19:38:15 2007 -0500
66172
66173     ColdFire: MCF52x2 Header files update
66174
66175     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
66176
66177 commit 83ec20bc4380eebddfde45da6e3a69a92d4db21d
66178 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
66179 Date:   Wed Aug 15 19:21:21 2007 -0500
66180
66181     ColdFire: MCF52x2 update
66182
66183     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
66184
66185 commit f52e78304dcc0ac459c0ea1fa5be275c7d1642cf
66186 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
66187 Date:   Wed Aug 15 18:46:11 2007 -0500
66188
66189     ColdFire: MCF5329 update cache
66190
66191     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
66192
66193 commit 7171977fb8fd77cfb6676953fa9a05789c450513
66194 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
66195 Date:   Wed Aug 15 15:40:20 2007 -0500
66196
66197     ColdFire: MCF5329 header file clean up
66198
66199     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
66200
66201 commit ab77bc547ba561c25ea34457ed17aa0b2f7c2723
66202 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
66203 Date:   Wed Aug 15 15:39:17 2007 -0500
66204
66205     ColdFire: MCF5329 Update and cleanup
66206
66207     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
66208
66209 commit 10327dc5541f947c0cf7e31fef86c4706169607a
66210 Author: Andy Fleming <afleming@freescale.com>
66211 Date:   Thu Aug 16 16:35:02 2007 -0500
66212
66213     Add CONFIG_HAS_ETH0 to all boards with TSEC
66214
66215     The 85xx code now relies on CONFIG_HAS_ETH0 to determine whether
66216     to update TSEC1's device-tree node, so we need to add it
66217     to all the boards with TSECs.  Do this for 83xx and 86xx, too,
66218     since they will eventually do something similar.
66219
66220     Signed-off-by: Andy Fleming <afleming@freescale.com>
66221
66222 commit d64ee908a1b525e5bb2b4cbeb5c449ad6a469666
66223 Author: Kumar Gala <galak@kernel.crashing.org>
66224 Date:   Thu Aug 16 15:05:04 2007 -0500
66225
66226     Update MPC8544 DS PCI memory map
66227
66228     The PCIe bus that the ULI M1575 is connected to has no possible way of
66229     needing more than the fixed amount of IO & Memory space needed by the ULI.
66230
66231     So make it use far less IO & memory space and have it use the shared LAW.  This
66232     free's up a LAW for PCIe1 IO space.  Also reduce the amount of IO space needed
66233     by each bus.
66234
66235     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
66236
66237 commit ea5877e31ed63ade948fd1293895ec23fe01472e
66238 Author: Kumar Gala <galak@kernel.crashing.org>
66239 Date:   Thu Aug 16 11:01:21 2007 -0500
66240
66241     Fix up some fdt issues on 8544DS
66242
66243     It looks like we had a merge issue that duplicated a bit of code
66244     in ft_board_setup.  Also, we need to set CONFIG_HAS_ETH0 to get
66245     the MAC address properly set in the device tree on boot for TSEC1
66246
66247     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
66248
66249 commit 07bc20560cb9d3d186cca268c05c82762e8c55ad
66250 Author: Niklaus Giger <niklaus.giger@netstal.com>
66251 Date:   Thu Aug 16 15:16:03 2007 +0200
66252
66253     PPC4xx:HCU4/5 cleanup
66254
66255     Minor cleanups to confirm to the u-boot coding style.
66256     Some german expressions -> english.
66257     HCU5 enforces a unique IP adress for a given slot in the rack.
66258
66259     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
66260
66261 commit 1e6b07c64967c1eb2cd84faa4c32bf2a769bc8eb
66262 Author: Niklaus Giger <niklaus.giger@netstal.com>
66263 Date:   Thu Aug 16 15:16:02 2007 +0200
66264
66265     PPC4xx:HCU4/5 cleanup ecc/sdram init
66266
66267     Make ecc initialisation robust, as DDR2-ECC errors may be generated
66268     while zeroing the RAM.
66269
66270     Return 16 bytes (a cacheline) less than the available memory, as the
66271     board and/or PPC440EPx might have problems accessing the last bytes.
66272
66273     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
66274
66275 commit d35b508a55508535b6e8445b718585d27df733d3
66276 Author: Kim Phillips <kim.phillips@freescale.com>
66277 Date:   Wed Aug 15 22:29:56 2007 -0500
66278
66279     fdt: suppress unused variable 'bd' warning
66280
66281     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
66282
66283 commit 82bd9ee77490588d4da785d75829ca63d0176baf
66284 Author: Andy Fleming <afleming@freescale.com>
66285 Date:   Wed Aug 15 20:06:50 2007 -0500
66286
66287     Fix warnings from of_data copy fix
66288
66289     Forgot to cast of_flat_tree to ulong.
66290
66291     Signed-off-by: Andy Fleming <afleming@freescale.com>
66292
66293 commit 7613afda77d5eec0f47d303025b0c661b70e4c73
66294 Author: Andy Fleming <afleming@freescale.com>
66295 Date:   Wed Aug 15 20:03:44 2007 -0500
66296
66297     Don't wait for disconnected TSECs
66298
66299     The TSEC driver's PHY code waits a long time for autonegotiation to
66300     complete, even if the link is down.  The PHY knows the link is
66301     down or up before autonegotiation completes, so we can short-circuit
66302     the process if the link is down.
66303
66304     Signed-off-by: Andy Fleming <afleming@freescale.com>
66305
66306 commit b96c83d4ae475a70ef2635cd0e748174c44c8601
66307 Author: Andy Fleming <afleming@freescale.com>
66308 Date:   Wed Aug 15 20:03:34 2007 -0500
66309
66310     Fix numerous bugs in the 8568 UEC support
66311
66312     Actually, fixed a large bug in the UEC for *all* platforms.
66313     How did this ever work?
66314
66315     uec_init() did not follow the spec for eth_init(), and returned
66316     0 on success.  Switch it to return the link like tsec_init()
66317     (and 0 on error)
66318
66319     The immap for the 8568 was defined based on MPC8568, rather than
66320     CONFIG_MPC8568
66321
66322     CONFIG_QE was off
66323
66324     CONFIG_ETHPRIME was set to "Freescale GETH".  Now is "FSL UEC0"
66325
66326     Fixed a comment about the ranges for CONFIG_ETHPRIME if TSEC_ENET is
66327     enabled
66328
66329     Signed-off-by: Andy Fleming <afleming@freescale.com>
66330
66331 commit 3a79013e2adda53332dfd0b511066a805e929a9d
66332 Author: Andy Fleming <afleming@freescale.com>
66333 Date:   Wed Aug 15 20:03:25 2007 -0500
66334
66335     Define tsec flag values in config files
66336
66337     The tsec_info structure and array has a "flags" field for each
66338     ethernet controller.  This field is the only reason there are
66339     settings.  Switch to defining TSECn_FLAGS for each controller
66340     in the config header, and we can greatly simplify the array, and
66341     also simplify the addition of future boards.
66342
66343     Signed-off-by: Andy Fleming <afleming@freescale.com>
66344
66345 commit ec7238229507e7f47533a611ea8c53319d234cf3
66346 Author: Andy Fleming <afleming@freescale.com>
66347 Date:   Wed Aug 15 20:03:13 2007 -0500
66348
66349     Add support for building all boards with a TSEC
66350
66351     Changes to the TSEC driver affect almost all 83xx, 85xx, and 86xx boards.
66352     Now we can do a MAKEALL test on all of them!
66353
66354     Signed-off-by: Andy Fleming <afleming@freescale.com>
66355
66356 commit 10aaf716cb0dc6614df54ef78bed5144afd23ef8
66357 Author: Andy Fleming <afleming@freescale.com>
66358 Date:   Wed Aug 15 17:30:56 2007 -0500
66359
66360     Fix of_data copying for CONFIG_OF_FLAT_TREE-using boards
66361
66362     The fix, "Fix where the #ifdef CFG_BOOTMAPSZ is placed"
66363     neglected to *also* put the code inside the similar #ifdef
66364     for CONFIG_OF_FLAT_TREE.
66365
66366     Signed-off-by: Andy Fleming <afleming@freescale.com>
66367
66368 commit 78f9fef7f406078c8bf7191e665a73f795157746
66369 Author: Scott Wood <scottwood@freescale.com>
66370 Date:   Wed Aug 15 15:46:46 2007 -0500
66371
66372     mpc885ads: Don't define CONFIG_BZIP2.
66373
66374     bzip2 requires a significant chunk of malloc space, and there isn't
66375     enough room on mpc885ads (with only 8MB RAM) for both bzip2's malloc area
66376     and a downloaded image at 0x400000.
66377
66378     Signed-off-by: Scott Wood <scottwood@freescale.com>
66379
66380 commit 002275a3ed8b114885f6702d6d544d0780dfe689
66381 Author: Michal Simek <Monstr@seznam.cz>
66382 Date:   Thu Aug 16 08:54:10 2007 +0200
66383
66384     Bios emulator - fix microblaze toolchain problem
66385
66386     microblaze CPU have problem with bios_emulator code.
66387     Microblaze toolchain doesn't support PRAGMA PACK.
66388
66389     Signed-off-by: Michal Simek <monstr@monstr.eu>
66390
66391 commit a5a38f4fd7e5366d706ff6a985f9b6715ddbc98b
66392 Author: Wolfgang Denk <wd@denx.de>
66393 Date:   Thu Aug 16 11:51:04 2007 +0200
66394
66395     Minor Coding Style fix; Update CHANGELOG file.
66396
66397     Signed-off-by: Wolfgang Denk <wd@denx.de>
66398
66399 commit 8fb6e80c06849e3013ac5c9350d8ed9e52967991
66400 Author: Stefan Roese <sr@denx.de>
66401 Date:   Thu Aug 16 11:21:49 2007 +0200
66402
66403     ppc4xx: Remove #warning in esd auto_update.c
66404
66405     Signed-off-by: Stefan Roese <sr@denx.de>
66406
66407 commit 2d78074d2e806edc380c1464eb9e5df335ece65e
66408 Author: Stefan Roese <sr@denx.de>
66409 Date:   Fri Jun 22 17:32:28 2007 +0200
66410
66411     ppc7xx: Update CPCI750 board
66412
66413     This small CPCI750 update extends the board specific command
66414     "show_config" to display the Marvell strapping registers and
66415     extends the PCI IDE controller.
66416
66417     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
66418     Signed-off-by: Stefan Roese <sr@denx.de>
66419
66420 commit 78cff50edba6b1508eb15c2f53ce966ac891eb9e
66421 Author: Michal Simek <monstr@monstr.eu>
66422 Date:   Thu Aug 16 10:46:28 2007 +0200
66423
66424     [FIX] Changes for bios_emulator code for others architecture
66425
66426 commit 6e0e2253f039344f8ebd2787285fdba90e6714e8
66427 Author: Michal Simek <monstr@monstr.eu>
66428 Date:   Thu Aug 16 10:45:09 2007 +0200
66429
66430     [FIX] Remove unused include file
66431
66432 commit 9de469bd960cc1870bb40d6672ed42726b8b50d7
66433 Author: Stefan Roese <sr@denx.de>
66434 Date:   Thu Aug 16 10:18:33 2007 +0200
66435
66436     ppc4xx: Only enable POST FPU test on Sequoia and not Rainier
66437
66438     Signed-off-by: Stefan Roese <sr@denx.de>
66439
66440 commit 6da0c5bd4a53e40eb4f7eb72a4c051ecabad783c
66441 Author: Stefan Roese <sr@denx.de>
66442 Date:   Thu Aug 16 09:54:51 2007 +0200
66443
66444     Add missing rainier (PPC440GRx) target to MAKEALL and MAINTAINERs files
66445
66446     Signed-off-by: Stefan Roese <sr@denx.de>
66447
66448 commit 02ba7022f62bb75908296c58c63866e1d294b69a
66449 Author: Stefan Roese <sr@denx.de>
66450 Date:   Thu Aug 16 09:52:29 2007 +0200
66451
66452     ppc4xx: Update Sequoia/Rainier bootstrap command
66453
66454     As suggested by David Mitchell, here an update for the Sequoia/Rainier
66455     bootstrap command.
66456
66457     Signed-off-by: Stefan Roese <sr@denx.de>
66458
66459 commit 35cc4e4823668e8745854899cfaedd4489beb0ef
66460 Author: Kim Phillips <kim.phillips@freescale.com>
66461 Date:   Wed Aug 15 22:30:39 2007 -0500
66462
66463     mpc83xx: enable libfdt by default on freescale boards
66464
66465     this enables libfdt code by default for the
66466     freescale mpc8313erdb, mpc832xemds, mpc8349emds,
66467     mpc8349itx and gp boards.
66468
66469     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
66470
66471 commit 3fde9e8b22cfbd7af489214758f9839a206576cb
66472 Author: Kim Phillips <kim.phillips@freescale.com>
66473 Date:   Wed Aug 15 22:30:33 2007 -0500
66474
66475     mpc83xx: migrate remaining freescale boards to libfdt
66476
66477     this adds libfdt support code for the freescale
66478     mpc8313erdb, mpc832xemds, mpc8349emds, mpc8349itx,
66479     and gp boards.
66480
66481     Boards remain compatible with OF_FLAT_TREE.
66482
66483     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
66484
66485 commit 6a16e0dfcc4119b46adb1dce2d6c8fb3c5d108e1
66486 Author: Kim Phillips <kim.phillips@freescale.com>
66487 Date:   Wed Aug 15 22:30:26 2007 -0500
66488
66489     mpc83xx: move common /memory node update mechanism to cpu.c
66490
66491     also adds common prototypes to include/common.h.
66492
66493     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
66494
66495 commit 8f9e0e9f339aee4ce31a338d5f27356eb5457f85
66496 Author: Kim Phillips <kim.phillips@freescale.com>
66497 Date:   Wed Aug 15 22:30:19 2007 -0500
66498
66499     mpc83xx: remaining 8360 libfdt fixes
66500
66501     PCI clocks and QE frequencies weren't being updated, and the core clock
66502     was being updated incorrectly.  This patch also adds a /memory node if
66503     it doesn't already exist prior to update.
66504
66505     plus some cosmetic trimming to single line comments.
66506
66507     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
66508
66509 commit f4b2ac5ed9aaff9920d487bff8a59696c083a524
66510 Author: Kim Phillips <kim.phillips@freescale.com>
66511 Date:   Wed Aug 15 22:30:12 2007 -0500
66512
66513     mpc83xx: fix UEC2->1 typo in libfdt setup code
66514
66515     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
66516
66517 commit 19fa1c35368484d4ed10ddce8a7793c21862e3a3
66518 Author: Kim Phillips <kim.phillips@freescale.com>
66519 Date:   Wed Aug 15 22:30:05 2007 -0500
66520
66521     mpc83xx: add MAINTAINER and MAKEALL entries for the mpc8323erdb
66522
66523     and reorder the existing 83xx maintainers alpha.
66524
66525     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
66526
66527 commit 5b4de9309d7a03aa1db2e5391ab696363391f460
66528 Author: Michal Simek <monstr@monstr.eu>
66529 Date:   Wed Aug 15 21:15:05 2007 +0200
66530
66531     [FIX] Resolve problem with warnings
66532     microblaze toolchain don't support PRAGMA PACK.
66533
66534 commit d1ed28cf36ab6b1d4c479809de7252bf53d2f2d4
66535 Author: Michal Simek <monstr@monstr.eu>
66536 Date:   Wed Aug 15 21:05:07 2007 +0200
66537
66538     [FIX] Correction command setting for Microblaze boards
66539
66540 commit 7aa63d8cd30ab20ac2fd1ab86e60471de8b1f1e5
66541 Author: Michal Simek <monstr@monstr.eu>
66542 Date:   Wed Aug 15 21:03:41 2007 +0200
66543
66544     [FIX] Correction command definition
66545
66546 commit 30b52df9e906bf0e465916c2c6bb5192b438e0b8
66547 Author: Jon Loeliger <jdl@freescale.com>
66548 Date:   Wed Aug 15 11:55:35 2007 -0500
66549
66550     86xx: Fix lingering CFG_CMD_* references in sbc8641d.h
66551
66552     Remove a leftover in net/tftp.c while we're at it.
66553
66554     Signed-off-by: Jon Loeliger <jdl@freescale.com>
66555
66556 commit 4ce917742b1e48faa9bf9a9757545e56fb4cfe44
66557 Author: Jon Loeliger <jdl@freescale.com>
66558 Date:   Wed Aug 15 12:20:40 2007 -0500
66559
66560     Move the MPC8641HPCN board under board/freescale.
66561
66562     Minor path corrections needed to ensure buildability.
66563
66564     Signed-off-by: Jon Loeliger <jdl@freescale.com>
66565
66566 commit 8662577fe36fdb6a44b55b998d9daac6392a736a
66567 Author: Jon Loeliger <jdl@freescale.com>
66568 Date:   Wed Aug 15 11:46:22 2007 -0500
66569
66570     86xx: Fix lingering CFG_CMD_* references in sbc8641d.h
66571
66572     Remove a leftover in net/tftp.c while we're at it.
66573
66574     Signed-off-by: Jon Loeliger <jdl@freescale.com>
66575
66576 commit 210f463c71917b7a4495c2103c228b9c179ae64d
66577 Author: Jerry Van Baren <gvb.uboot@gmail.com>
66578 Date:   Wed Aug 15 11:13:15 2007 -0400
66579
66580     Fix where the #ifdef CFG_BOOTMAPSZ is placed.
66581
66582     Commit 073e1b509980cefe6f53c2d7fbbcd135df1e3924 "Fix initrd/dtb
66583     interaction" put the new code outside of the #if defined(CONFIG_OF_LIBFDT)
66584     when it should have gone inside of the conditional.  As a result, it
66585     broke non-LIBFDT board builds.
66586
66587     Also added a missing "not." to the comment.
66588
66589     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
66590
66591 commit 0e19209767194a97cec6d93dba9e64d1da8d548e
66592 Author: Niklaus Giger <niklaus.giger@netstal.com>
66593 Date:   Wed Aug 15 12:14:23 2007 +0200
66594
66595     PPC4xx:HCU4/5-Board fix compile warning
66596
66597     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
66598
66599 commit 594e79838ce5078a90d0c27abb2b2d61d5f8e8a7
66600 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
66601 Date:   Tue Aug 14 14:06:45 2007 -0500
66602
66603     Fix malloc size error in ahci_init_one.
66604
66605     Typically this causes scsi init to corrupt the
66606     devlist and break the coninfo command.
66607     Fix a compiler size warning.
66608
66609     Signed-off-by: Jason Jin <jason.jin@freescale.com>
66610     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
66611     Acked-by: Andy Fleming <afleming@freescale.com>
66612
66613 commit b361acd64fd2525c081b9b288b0804efe209c0e9
66614 Author: ksi@koi8.net <ksi@koi8.net>
66615 Date:   Tue Aug 14 10:02:16 2007 -0700
66616
66617     TI DaVinci - fix unsupported %hhx format
66618
66619     Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
66620
66621 commit f01dbb5424a81453c81190dd30e945891466f621
66622 Author: Wolfgang Denk <wd@denx.de>
66623 Date:   Tue Aug 14 18:42:36 2007 +0200
66624
66625     Coding style cleanup. Update CHANGELOG.
66626
66627     Signed-off-by: Wolfgang Denk <wd@denx.de>
66628
66629 commit 073e1b509980cefe6f53c2d7fbbcd135df1e3924
66630 Author: Andy Fleming <afleming@freescale.com>
66631 Date:   Tue Aug 14 10:32:59 2007 -0500
66632
66633     Fix initrd/dtb interaction
66634
66635     The original code would wrongly relocate the blob to be right before
66636     the initrd if it existed.  The blob *must* be within CFG_BOOTMAPSZ,
66637     if it is defined.  So we make two changes:
66638
66639     1) flag the blob for relocation whenever its address is above BOOTMAPSZ
66640
66641     2) If the blob is being relocated, relocate it before kbd, not initrd
66642
66643     Signed-off-by: Andy Fleming <afleming@freescale.com>
66644
66645 commit e54b970173769307a116bd34028b6d0c2eea2a4e
66646 Author: Peter Pearse <peter.pearse@arm.com>
66647 Date:   Tue Aug 14 15:40:00 2007 +0100
66648
66649     Supply spi interface in at45.c
66650
66651 commit 4ce846ec59f36b85d6644a769690ad3feb667575
66652 Author: Stefan Roese <sr@denx.de>
66653 Date:   Tue Aug 14 15:12:01 2007 +0200
66654
66655     POST: Fix merge problem
66656
66657     Signed-off-by: Stefan Roese <sr@denx.de>
66658
66659 commit 429d9571f60631ae8a2fe12b11be4c75b0c2b37c
66660 Author: Stefan Roese <sr@denx.de>
66661 Date:   Tue Aug 14 15:03:17 2007 +0200
66662
66663     Coding style cleanup
66664
66665     Signed-off-by: Stefan Roese <sr@denx.de>
66666
66667 commit 779e975117a75e91fcebe226a63104dbfb924ab1
66668 Author: Stefan Roese <sr@denx.de>
66669 Date:   Tue Aug 14 14:44:41 2007 +0200
66670
66671     ppc4xx: Add initial Zeus (PPC405EP) board support
66672
66673     Signed-off-by: Stefan Roese <sr@denx.de>
66674
66675 commit c5a172a5fd636c12467429e3f7910e53773979c6
66676 Author: Stefan Roese <sr@denx.de>
66677 Date:   Tue Aug 14 14:41:55 2007 +0200
66678
66679     POST: Add option for external ethernet loopback test
66680
66681     When CFG_POST_ETHER_EXT_LOOPBACK is defined, the ethernet POST
66682     is not done using an internal loopback connection, but by assuming
66683     that an external loopback connector is plugged into the board.
66684
66685     Signed-off-by: Stefan Roese <sr@denx.de>
66686
66687 commit eb2b4010ae426245172988804ee8d9193fb41038
66688 Author: Stefan Roese <sr@denx.de>
66689 Date:   Tue Aug 14 14:39:44 2007 +0200
66690
66691     POST: Add ppc405 support to cache and UART POST
66692
66693     Signed-off-by: Stefan Roese <sr@denx.de>
66694
66695 commit 0c42f36f15074bd9808a7dbd7ef611fad9bf537c
66696 Author: Peter Pearse <peter.pearse@arm.com>
66697 Date:   Tue Aug 14 10:46:32 2007 +0100
66698
66699     Replace lost end of at45.c.
66700
66701 commit 65d7ada64557e76094b4fd3bad30a0f18f5fb2b2
66702 Author: Peter Pearse <peter.pearse@arm.com>
66703 Date:   Tue Aug 14 10:30:06 2007 +0100
66704
66705     Update Makefiles for merged and split at45.c.
66706
66707 commit 3454cece2db57cb9eb7087995f7e73066a163f71
66708 Author: Peter Pearse <peter.pearse@arm.com>
66709 Date:   Tue Aug 14 10:21:06 2007 +0100
66710
66711     Delete the merged files.
66712
66713 commit dcbfd2e5649f97aa04fbbc6ea2b008aa4486e225
66714 Author: Peter Pearse <peter.pearse@arm.com>
66715 Date:   Tue Aug 14 10:14:05 2007 +0100
66716
66717     Add the files.
66718
66719 commit d4fc6012fd0a5c211b825691f44b06f8032c0551
66720 Author: Peter Pearse <peter.pearse@arm.com>
66721 Date:   Tue Aug 14 10:10:52 2007 +0100
66722
66723     Add MACH_TYPE records for several AT91 boards.
66724     Merge to two at45.c files into a common file, split to at45.c and spi.c
66725     Fix spelling error in DM9161 PHY Support.
66726     Initialize at91rm9200 board (and set LED).
66727     Add PIO control for at91rm9200dk LEDs and Mux.
66728     Change dataflash partition boundaries to be compatible with Linux 2.6.
66729
66730     Signed-off-by:      Peter Pearse <peter.pearse@arm.com>
66731     Signed-off-by:      Ulf Samuelsson <ulf@atmel.com>
66732
66733 commit 4ef35e53c693556c54b0c22d6f873de87bade253
66734 Author: Wolfgang Denk <wd@denx.de>
66735 Date:   Tue Aug 14 09:54:46 2007 +0200
66736
66737     Coding style cleanup, update CHANGELOG
66738
66739     Signed-off-by: Wolfgang Denk <wd@denx.de>
66740
66741 commit 85eb5caf6b906f7ec5b54814e8c7c74f55986bb7
66742 Author: Wolfgang Denk <wd@denx.de>
66743 Date:   Tue Aug 14 09:47:27 2007 +0200
66744
66745     Coding style cleanup; rebuild CHANGELOG
66746
66747 commit 7f3f2bd2dc08e0b05e185662ca2e2d283757104a
66748 Author: Randy Vinson <rvinson@linuxbox.(none)>
66749 Date:   Tue Feb 27 19:42:22 2007 -0700
66750
66751     85xxCDS: Add make targets for legacy systems.
66752
66753     The PCI ID select values on the Arcadia main board differ depending
66754     on the version of the hardware. The standard configuration supports
66755     Rev 3.1. The legacy target supports Rev 2.x.
66756
66757     Signed-off-by Randy Vinson <rvinson@mvista.com>
66758
66759 commit e41094c7e38177c755fbd9b182018069614f080d
66760 Author: Andy Fleming <afleming@freescale.com>
66761 Date:   Tue Aug 14 01:50:09 2007 -0500
66762
66763     85xxCDS: Enable the VIA PCI-to-ISA bridge.
66764
66765     Author: Randy Vinson <rvinson@linuxbox.(none)>
66766
66767     Enable the PCI-to-ISA bridge in the VIA Southbridge located on the
66768     Arcadia main board.
66769
66770     Signed-off-by: Randy Vinson <rvinson@mvista.com>
66771     Signed-off-by: York Sun <yorksun@freescale.com>
66772
66773 commit da9d4610d76e52c4d20a8f3d8433439a7fcf5b71
66774 Author: Andy Fleming <afleming@freescale.com>
66775 Date:   Tue Aug 14 00:14:25 2007 -0500
66776
66777     Add support for UEC to 8568
66778
66779     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
66780     Signed-off-by: Andy Fleming <afleming@freescale.com>
66781
66782 commit c59e4091ffe0148398b9e9ff14a019ea038b7432
66783 Author: Haiying Wang <Haiying.Wang@freescale.com>
66784 Date:   Tue Jun 19 14:18:34 2007 -0400
66785
66786     Add PCI support for MPC8568MDS board
66787
66788     This patch is against u-boot-mpc85xx.git of www.denx.com
66789
66790     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
66791     Signed-off-by: Ebony Zhu <ebony.zhu@freescale.com>
66792
66793 commit d111d6382c99fdea08c2312eeeae8786945e189a
66794 Author: Haiying Wang <Haiying.Wang@freescale.com>
66795 Date:   Tue Jun 19 14:18:32 2007 -0400
66796
66797     Empirically set cpo and clk_adjust for mpc85xx DDR2 support
66798
66799     This patch is against u-boot-mpc85xx.git of www.denx.com
66800
66801     Setting cpo to 0x9 for frequencies higher than 333MHz is verified on
66802     both MPC8548CDS board and MPC8568MDS board, especially for supporting
66803     533MHz DDR2.
66804
66805     Setting clk_adjust to 0x6(3/4 late cycle) for MPC8568MDS board is for
66806     DDR2 on all current board versions especially ver 1.92 or later to bring
66807     up.
66808
66809     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
66810
66811 commit 3db0bef59eab1155801618cef5c481e97553b597
66812 Author: Kumar Gala <galak@kernel.crashing.org>
66813 Date:   Tue Aug 7 18:07:27 2007 -0500
66814
66815     Use an absolute address when jumping out of 4k boot page
66816
66817     On e500 when we leave the 4k boot page we should use an absolute address since
66818     we don't know where the board code may want us to be really running at.
66819
66820     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
66821
66822 commit 39980c610c9a4c381907c9e1d1b9c0e1c0dca57a
66823 Author: Andy Fleming <afleming@freescale.com>
66824 Date:   Mon Aug 13 14:49:59 2007 -0500
66825
66826     MPC85xx BA bits not set for 3-bit bank address DIMM
66827
66828     The current implementation does not set the number of bank address bits
66829     (BA) in the processor. The default assumes 2 logical bank bits. This
66830     works fine for a DIMM that uses devices with 4 internal banks (SPD
66831     byte17 = 0x4) but needs to be set appropriately for a DIMM that uses
66832     devices with 8 internal banks (SPD byte17 = 0x8).
66833
66834     Signed-off-by: Greg Davis <DavisG@embeddedplanet.com>
66835
66836 commit 6c543597bb4b1ecf5d8589f7abb0f39929fb7fd1
66837 Author: Andy Fleming <afleming@freescale.com>
66838 Date:   Mon Aug 13 14:38:06 2007 -0500
66839
66840     Fix minor 85xx warnings
66841
66842     Some patches had inserted warnings into the build:
66843     * mpc8560ads declared data without using it
66844     * cpu_init declared ecm and immap without using it in all CONFIGs
66845     * MPC8548CDS.h had its default filenames changed so that they contained
66846       "\m" in the paths.  Made the defaults not Windows-specific (or
66847       anything-specific)
66848
66849     Signed-off-by: Andy Fleming <afleming@freescale.com>
66850
66851 commit f2cff6b104f82b993bef6086ce0c97159bbe1add
66852 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
66853 Date:   Fri Jul 27 01:50:52 2007 -0500
66854
66855     8548cds PCIE support.
66856
66857     Make the early L1 cache stack region guarded to prevent speculative
66858     fetches outside the locked range.
66859
66860     Use _PHYS defines, not _MEM for cpu-side PCI memory mapped regions.
66861     init.S whitespace cleanup.
66862
66863     Allow TEXT_BASE value to be specified on command line.  This allows it
66864     to be set to 0xfffc0000 which cuts the uboot binary in half.
66865
66866     Clear and enable lbc and ecm errors.
66867
66868     Update last_busno in device-tree for pci and pcie.
66869
66870     Remove load of obsolete cpu/mpc85xx/pci.0
66871
66872     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
66873     Acked-by: Andy Fleming <afleming@freescale.com>
66874
66875 commit 837f1ba05cfb248aba5ab8e1fb1bfeefa07d5962
66876 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
66877 Date:   Fri Jul 27 01:50:51 2007 -0500
66878
66879     8544ds PCIE support
66880
66881     PCI1 LAW mapping should use CFG_PCI1_MEM_PHY and not _BASE address.
66882
66883     Enable LBC and ECM errors and clear error registers.
66884
66885     Add tftpflash env var to get uboot from tftp server and flash it.
66886
66887     Add pci/pcie convenience env vars to display register space:
66888       "run pcie3regs" to see all pcie3 ccsr registers
66889       "run pcie3cfg" to see all cfg registers
66890     Whitespace cleanup and MPC8544DS.h
66891
66892     Enable CONFIG_INTERRUPTS.
66893
66894     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
66895     Acked-by: Andy Fleming <afleming@freescale.com>
66896
66897 commit 61a21e980a7b9188424d04f1c265fdc5c21c7e85
66898 Author: Andy Fleming <afleming@freescale.com>
66899 Date:   Tue Aug 14 01:34:21 2007 -0500
66900
66901     85xx start.S cleanup and exception support
66902
66903     From: Ed Swarthout <Ed.Swarthout@freescale.com>
66904
66905     Support external interrupts from platform to eliminate system hangs.
66906     Define CONFIG_INTERRUPTS board configure option to enable.
66907     Enable ecm, ddr, lbc, and pci/pcie error interrupts in PIC.
66908
66909     Remove extra cpu initialization redundant with hardware initialization.
66910     Whitespace cleanup.
66911
66912     Define and use _START_OFFSET consistent with other processors using
66913     ppc_asm.tmpl
66914
66915     Move additional code from .text to boot page to make room for
66916     exception vectors at start of image.
66917
66918     Handle Machine Check, External and Critical exceptions.
66919
66920     Fix e500 machine check error determination in traps.c
66921
66922     TEXT_BASE can now be 0xfffc_0000 - which cuts binary image in half.
66923
66924     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
66925     Acked-by: Andy Fleming <afleming@freescale.com>
66926
66927 commit 7bd30fc4a6475b41d6679ae3aafc9fa505260c47
66928 Author: Andy Fleming <afleming@freescale.com>
66929 Date:   Tue Aug 14 01:33:18 2007 -0500
66930
66931     Add MPC8544DS README
66932
66933     Signed-off-by: Andy Fleming <afleming@freescale.com>
66934
66935 commit 40c7f9b0de4e300370adfc704128fa0f79a143b6
66936 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
66937 Date:   Fri Jul 27 01:50:48 2007 -0500
66938
66939     85xx allow debugger to configure ddr.
66940
66941     Only check for mpc8548 rev 1 when compiled for 8548.
66942
66943     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
66944     Acked-by: Andy Fleming <afleming@freescale.com>
66945
66946 commit 29372ff38c5baab7d0e3a8c14fe11fa194a38704
66947 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
66948 Date:   Fri Jul 27 01:50:47 2007 -0500
66949
66950     mpc85xx L2 cache reporting and SRAM relocation option.
66951
66952     Allow debugger to override flash cs0/cs1 settings to enable alternate
66953     boot regions
66954
66955     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
66956     Acked-by: Andy Fleming <afleming@freescale.com>
66957
66958 commit 41f0f8fb1ab92f0cba7d329de90070f822f8299f
66959 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
66960 Date:   Fri Jul 27 01:50:46 2007 -0500
66961
66962     e500 needs ppc_asm.tmp MCK_EXCEPTION
66963
66964     Always define MCK_EXCEPTION macro - so e500 can use it too.
66965
66966     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
66967     Acked-by: Andy Fleming <afleming@freescale.com>
66968
66969 commit 53a5c424bf8655b7b4e2c305a441963259a26a81
66970 Author: David Updegraff <dave@cray.com>
66971 Date:   Mon Jun 11 10:41:07 2007 -0500
66972
66973     multicast tftp: RFC2090
66974
66975     Implemented IETF RFC2090, Multicast TFTP.  Initial implementation
66976     on Realtek RTL8139 and Freescale TSEC.
66977
66978     Signed-off-by: David Updegraff <dave@cray.com>
66979     Signed-off-by: Ben Warren <bwarren@qstreams.com>
66980
66981 commit 5d110f0aa69f065ee386ec1840dfee1e8cc46bc1
66982 Author: Wilson Callan <wcallan@savantav.com>
66983 Date:   Sat Jul 28 10:56:13 2007 -0400
66984
66985     New CONFIG_BOOTP_SERVERIP option
66986
66987     Added CONFIG_BOOTP_SERVERIP to allow the tftp server to be different
66988     from the bootp server
66989
66990     Signed-off-by: Wilson Callan <wcallan@savantav.com>
66991     Signed-off-by: Ben Warren <bwarren@qstreams.com>
66992
66993 commit 50cca8b976ec74069860208c36e64ce8f4d5e4c1
66994 Author: Mike Rapoport <mike@compulab.co.il>
66995 Date:   Sun Aug 12 08:48:27 2007 +0300
66996
66997     Add ability to take MAC address from the environment to DM9000 driver
66998
66999     Signed-off-by: Mike Rapoport <mike@compulab.co.il>
67000     Signed-off-by: Ben Warren <bwarren@qstreams.com>
67001
67002 commit be5d72d10d47609326226225181e301fb9a33b58
67003 Author: Wolfgang Denk <wd@denx.de>
67004 Date:   Mon Aug 13 21:57:53 2007 +0200
67005
67006     Minor coding style cleanup. Update CHANGELOG.
67007
67008     Signed-off-by: Wolfgang Denk <wd@denx.de>
67009
67010 commit cca34967cbd13ff6bd352be29e3f1cc88ab24c05
67011 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
67012 Date:   Sat Aug 11 06:54:58 2007 -0500
67013
67014     Modify SBC8641D to use new Freescale PCI routines
67015
67016     PCI-Express sockets 1 and 2 verified working with Intel Pro/1000 PT
67017     adapter.
67018
67019     Signed-off-by: Joe Hamman <joe.hamman@embeddedspecialties.com>
67020     Signde-off-by: Jon Loeliger <jdl@freescale.com>
67021
67022 commit a08458303e7f9db67f296980036d3292c35cb45c
67023 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
67024 Date:   Fri Jun 29 18:38:51 2007 +0200
67025
67026     atmel_mci: Fix data timeout value
67027
67028     Calculate the data timeout based on values from the CSD instead of
67029     just using a hardcoded DTOR value. This is a backport of a similar fix
67030     in BSP 2.0, with one additional fix: the DTOCYC value is rounded up
67031     instead of down.
67032
67033     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
67034
67035 commit 0ba8eed28b575626b17e0a7882f923b83e0d7584
67036 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
67037 Date:   Mon Aug 13 17:22:31 2007 +0200
67038
67039     AVR32: Include <div64.h> instead of <asm/div64.h>
67040
67041     include/asm-avr32/div64.h was recently moved to include/div64.h, but
67042     cpu/at32ap/interrupts.c wasn't properly updated (an earlier version of
67043     the patch was merged perhaps?)
67044
67045     This patch updates cpu/at32ap/interrupts.c so that the avr32 port
67046     compiles again.
67047
67048     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
67049
67050 commit f0d1246ed7cb5a88522244c596d7ae7e6f161283
67051 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
67052 Date:   Wed Jun 27 13:34:26 2007 +0200
67053
67054     atmel_mci: Use 512 byte blocksize if possible
67055
67056     Instead of always using the largest blocksize the card supports, check
67057     if it can support smaller block sizes and use 512 bytes if possible.
67058     Most cards do support this, and other parts of u-boot seem to have
67059     trouble with block sizes different from 512 bytes.
67060
67061     Also enable underrun/overrun protection.
67062
67063     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
67064     Acked-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
67065
67066 commit 273db7e1bdd1937e32f1d4507321bb721ebd3118
67067 Author: Stefan Roese <sr@denx.de>
67068 Date:   Mon Aug 13 09:05:33 2007 +0200
67069
67070     ppc4xx: Fix problem in PLL clock calculation
67071
67072     This patch was originall provided by David Mitchell <dmitchell@amcc.com>
67073     and fixes a bug in the PLL clock calculation.
67074
67075     Signed-off-by: Stefan Roese <sr@denx.de>
67076
67077 commit 9986bc3e40e899bea372a99a2bca4071bdf2e24b
67078 Author: Wolfgang Denk <wd@denx.de>
67079 Date:   Sun Aug 12 21:34:50 2007 +0200
67080
67081     Update CHANGELOG
67082
67083 commit 77d19a8bf3b0b1e401cb9f23c81e2ef419705c1a
67084 Author: Wolfgang Denk <wd@denx.de>
67085 Date:   Sun Aug 12 21:34:34 2007 +0200
67086
67087     Minor alignment of output, 2nd try.
67088     Also update CHANGELOG
67089
67090     Signed-off-by: Wolfgang Denk <wd@denx.de>
67091
67092 commit 6b309f22a724fad8418e811751a0741b893419cf
67093 Author: Wolfgang Denk <wd@denx.de>
67094 Date:   Sun Aug 12 20:35:49 2007 +0200
67095
67096     Minor alignment of output
67097
67098     Signed-off-by: Wolfgang Denk <wd@denx.de>
67099
67100 commit 6f6d7b9c8559e241e8d232621542b8b59699b07b
67101 Author: Wolfgang Denk <wd@denx.de>
67102 Date:   Sun Aug 12 18:28:18 2007 +0200
67103
67104     Cleanup output on ADS5121 board
67105
67106     Signed-off-by: Wolfgang Denk
67107
67108 commit a4d2636f2a859245ed3a401f26189da2dfda4ceb
67109 Author: Wolfgang Denk <wd@denx.de>
67110 Date:   Sun Aug 12 15:11:38 2007 +0200
67111
67112     Adapt board configuration and fix kernel crash on MCC200 board.
67113
67114     The update procedure was modified to turn off the USB subsystem
67115     before exit for MCC200 and TRAB. This is necessary as otherwise the
67116     USB controller continues to write periodically to system memory!
67117
67118     MCC200-specific notes:
67119     - the patch disables the magic key check for MCC200
67120     - the patch contains the configuration changes made
67121       for the new revision of the board.
67122
67123     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
67124     Signed-off-by: Wolfgang Denk <wd@denx.de>
67125
67126 commit e27f3a6efb9db5a533223b05c629ff4ac8d921bf
67127 Author: Wolfgang Denk <wd@denx.de>
67128 Date:   Sun Aug 12 14:47:54 2007 +0200
67129
67130     Adjust default configuration of ADS5121 board.
67131
67132     Signed-off-by: Wolfgang Denk <wd@denx.de>
67133
67134 commit afaac86fe2948ac84cd9a12bbed883b3c683e7d9
67135 Author: Wolfgang Denk <wd@denx.de>
67136 Date:   Sun Aug 12 14:27:39 2007 +0200
67137
67138     Clean up some remaining CFG_CMD_ -> CONFIG_CMD_ issues.
67139
67140     Signed-off-by: Wolfgang Denk <wd@denx.de>
67141
67142 commit 5fe6be6208dda852c3564e384bd78d75784dea3e
67143 Author: Gerald Van Baren <vanbaren@cideas.com>
67144 Date:   Tue Aug 7 21:14:22 2007 -0400
67145
67146     Improve error print messages.
67147
67148     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
67149
67150 commit 99dffca3b7590a16a00bc475c860b67b2a3f1462
67151 Author: Kim Phillips <kim.phillips@freescale.com>
67152 Date:   Tue Jul 17 13:57:04 2007 -0500
67153
67154     fdt: allow for builds that don't want env and bd_t nodes
67155
67156     protect fdt_env and fdt_bd_t invocations, fix codingstyle while in the
67157     area.
67158
67159     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
67160
67161 commit 91148bf7aeba142d6f348805db7625db7da64d6f
67162 Author: Kim Phillips <kim.phillips@freescale.com>
67163 Date:   Tue Jul 17 13:56:53 2007 -0500
67164
67165     fdt: do board setup based on fdt address specified on bootm line
67166
67167     The last fdt patch to bootm did board setup based on the address
67168     specified by a prior fdt address command invocation.  The bootm
67169     code, as its call to fdt_chosen does, should use the fdt specified
67170     by the user on the bootm command.  Note this restores full
67171     functionality for the 8360's existing default boot environment
67172     values, e.g. 'run nfsboot' (i.e. no having to 'fdt addr $fdtaddr'
67173     before booting a kernel).
67174
67175     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
67176
67177 commit e125a2ffc209dd34794e326c7175658253beadf3
67178 Author: Gerald Van Baren <vanbaren@cideas.com>
67179 Date:   Tue Jul 10 20:40:39 2007 -0400
67180
67181     Call ft_board_setup() from the bootm command.
67182
67183     In the patch titled "Create new fdt boardsetup command..." I removed the
67184     call to ft_board_setup() from the routine fdt_chosen(), but I forgot
67185     to add a direct call back into cmd_bootm.c
67186
67187     This fixes the oversight by adding the direct call to the bootm command.
67188
67189     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
67190
67191 commit fd61e55dd8cb52ce3ff91b3917af26e24b6b0845
67192 Author: Gerald Van Baren <vanbaren@cideas.com>
67193 Date:   Mon Jun 25 23:25:28 2007 -0400
67194
67195     Create new fdt boardsetup command, fix bug parsing [] form of set values.
67196
67197     Previously ft_board_setup() was called by fdt_chosen() which was not
67198     really correctly structured.  This splits ft_board_setup() out by creating
67199     a new fdt boardsetup command.
67200
67201     Fix a bug when parsing fdt set command values which have the square
67202     bracket form [00 11 22 33] - the length was updated incorrectly in when
67203     parsing that form.
67204
67205     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
67206
67207 commit 6f35ded9e85493595e0eb66a82b502a95326d049
67208 Author: Gerald Van Baren <vanbaren@cideas.com>
67209 Date:   Mon Jun 25 20:55:58 2007 -0400
67210
67211     Tighten up the error messages.
67212
67213     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
67214
67215 commit c45874b05aae897a6c29d1a97d4bb708fca2756c
67216 Author: Gerald Van Baren <vanbaren@cideas.com>
67217 Date:   Mon Jun 25 19:52:23 2007 -0400
67218
67219     Asthetic improvements: error messages and line lengths.
67220
67221     Tighten up the error messages, split overlength lines.
67222
67223     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
67224
67225 commit 35ec398f16e17df600edc1b38c1e9e62c15c9aa1
67226 Author: Gerald Van Baren <vanbaren@cideas.com>
67227 Date:   Fri May 25 22:08:57 2007 -0400
67228
67229     Fix fdt_chosen() to call ft_board_setup(), clean up long lines.
67230
67231     The fdt_chosen() function was adding/seting some properties ad-hoc
67232       improperly and duplicated (poorly) what was done in ft_board_setup()
67233
67234     Clean up long lines (setting properties, printing errors).
67235
67236     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
67237
67238 commit 06e19a07701c968f15d72c083b5872a1a11c7b01
67239 Author: Gerald Van Baren <vanbaren@cideas.com>
67240 Date:   Mon May 21 23:27:16 2007 -0400
67241
67242     For fdt_find_node_by_path(), handle the root path properly.
67243
67244     Also removes the special case root path detection in cmd_fdt.c since it
67245     is no longer necessary.
67246
67247     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
67248
67249 commit 9675ee7208ab965d13ea8d8262d77ac4160ef549
67250 Author: Gerald Van Baren <vanbaren@cideas.com>
67251 Date:   Thu May 17 23:54:36 2007 -0400
67252
67253     Add fdt_find_node_by_type() and fdt_find_compatible_node() to LIBFDT
67254
67255     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
67256     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
67257
67258 commit 1a861169bc3758f9de3aead62b058736c6891246
67259 Author: Gerald Van Baren <vanbaren@cideas.com>
67260 Date:   Wed Jun 6 22:47:58 2007 -0400
67261
67262     Replace fdt_node_offset() with fdt_find_node_by_path().
67263
67264     The new name matches more closely the kernel's name, which is also
67265     a much better description.
67266
67267     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
67268     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
67269
67270 commit addd8ce83078c25f0eca5f23adbdfc64ca50a243
67271 Author: Gerald Van Baren <vanbaren@cideas.com>
67272 Date:   Wed May 16 22:39:59 2007 -0400
67273
67274     Fix cmd_fdt line lengths, refactor code.
67275
67276     Break lines that were greater than 80 characters in length.
67277     Move the fdt print and property parsing code to separate static functions
67278       to reduce coding clutter in the fdt_cmd handling body.
67279
67280     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
67281
67282 commit 25114033ab21788810c48ba4df103b649da1223b
67283 Author: Gerald Van Baren <vanbaren@cideas.com>
67284 Date:   Sat May 12 09:47:25 2007 -0400
67285
67286     FDT command improvements.
67287
67288     Fix "fdt set" so that it will create a non-existing property.
67289     Add "fdt mknode" to create nodes.
67290
67291     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
67292
67293 commit 38eb508e8e811e2e57628f445de3a24a23c7d804
67294 Author: Gerald Van Baren <vanbaren@cideas.com>
67295 Date:   Sat May 12 09:45:46 2007 -0400
67296
67297     Reorganize and fix problems (returns) in the bootm command.
67298
67299     Do *NOT* return after the "point of no return" has been passed.
67300       If something goes wrong, the board must be reset after that point.
67301     Move the "Transferring control to Linux" debug message back to where it
67302       belongs: just before transferring control to linux.
67303
67304     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
67305
67306 commit 89c8757d8f213c47709bdc4efe0695263a6080a6
67307 Author: Gerald Van Baren <vanbaren@cideas.com>
67308 Date:   Tue May 8 21:27:35 2007 -0400
67309
67310     Fix bugs in the CONFIG_OF_LIBFDT
67311
67312     Stupid coding mistakes (identified by Timur Tabi, thanks).
67313
67314     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
67315
67316 commit 6be07cc1ca458278c85ecdbf1a0536cff4c701ec
67317 Author: Gerald Van Baren <vanbaren@cideas.com>
67318 Date:   Wed Apr 25 22:47:15 2007 -0400
67319
67320     Improve fdt move length handling.
67321
67322     Make the length parameter optional: if not specified, do the move using
67323     the current size unchanged.
67324
67325     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
67326
67327 commit bb930e76fea6cf89ca2d98e2f7c7a6043d79327d
67328 Author: Gerald Van Baren <vanbaren@cideas.com>
67329 Date:   Wed Apr 25 22:23:36 2007 -0400
67330
67331     Minor code clean up.
67332
67333     Declare the variable fdt properly as extern.
67334     Call the "set_fn" function pointer the "short way" without the full
67335       dereferencing syntax.
67336
67337     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
67338
67339 commit ba24e2ac3bdb5c489f3c787e7542b6474c4d65c6
67340 Author: Gerald Van Baren <vanbaren@cideas.com>
67341 Date:   Wed Apr 25 21:24:27 2007 -0400
67342
67343     Improve error messages, more informative.
67344
67345     Print more than the raw libfdt error message strings.  This is especially
67346     useful for cluing in the user when the bootm command aborts due to
67347     blob problems.
67348
67349     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
67350
67351 commit 8096b3b8f772c1894ddeda9dbceff6a8826473a4
67352 Author: Gerald Van Baren <vanbaren@cideas.com>
67353 Date:   Fri Apr 20 22:46:53 2007 -0400
67354
67355     libfdt: Conditionally compile based on CONFIG_OF_LIBFDT
67356
67357     This is the way u-boot reduces configured-out code.  At Wolfgang
67358     Grandegger and Wolfgang Denk's request, make libfdt conform.
67359
67360     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
67361
67362 commit 923efd286411ed052d9e074f59f8986d6081061c
67363 Author: Bruce Adler <bruce.adler@ccpu.com>
67364 Date:   Fri Aug 10 14:54:47 2007 -0700
67365
67366     add image size and descriptors for Spartan 3E FPGA chips
67367
67368     Spartan 3E image sizes taken from Table 1-4 in Xilinx UG332 (v1.1)
67369
67370     Signed-off by: Bruce Adler <bruce.adler@ccpu.com>
67371
67372 commit fb56579ffe7ef3275b7036bb7b924e5a0d32bd70
67373 Author: Kim Phillips <kim.phillips@freescale.com>
67374 Date:   Fri Aug 10 15:34:48 2007 -0500
67375
67376     make MAKEALL more immune to merge conflicts
67377
67378     ..by placing board entries one per line, as suggested by jdl.
67379
67380     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
67381
67382 commit 2628114ec564f969f34b5f7105fbd168cb8c9c3f
67383 Author: Kim Phillips <kim.phillips@freescale.com>
67384 Date:   Fri Aug 10 13:28:25 2007 -0500
67385
67386     README: Remove outdated cpu type, board type, and NAME_config lists
67387
67388     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
67389
67390 commit 49bb59912d21aacb507eb81fd21fb7af650c706c
67391 Author: Dave Liu <r63238@freescale.com>
67392 Date:   Fri Aug 10 15:48:59 2007 +0800
67393
67394     mpc83xx: Suppress the warning 'burstlen'
67395
67396     suppress the warning 'burstlen' of spd_sdram.
67397
67398     Signed-off-by: Dave Liu <daveliu@freescale.com>
67399
67400 commit c646bba6465a45c60746d4cc1602cd06c1960f2d
67401 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
67402 Date:   Thu Aug 9 15:11:03 2007 -0500
67403
67404     Add support for SBC8641D. Config files.
67405
67406     Add support for Wind River's SBC8641D reference board.
67407
67408     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
67409     Acked-by: Wolfgang Denk <wd@denx.de>
67410     Acked-by: Jon Loeliger <jdl@freescale.com>
67411
67412 commit 8ac273271d57321f90505c7a51cdb1ef2113b628
67413 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
67414 Date:   Thu Aug 9 15:10:53 2007 -0500
67415
67416     Add support for SBC8641D.  Board files.
67417
67418     Add support for Wind River's SBC8641D reference board.
67419
67420     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
67421     Acked-by: Wolfgang Denk <wd@denx.de>
67422     Acked-by: Jon Loeliger <jdl@freescale.com>
67423
67424 commit c2c0ab4aff86622b837a48a0e560351f9afafb95
67425 Author: Stefan Roese <sr@denx.de>
67426 Date:   Fri Aug 10 20:34:58 2007 +0200
67427
67428     Conding style cleanup
67429
67430     Signed-off-by: Stefan Roese <sr@denx.de>
67431
67432 commit c74b2108e31fe09bd1c5d291c3cf360510d4f13e
67433 Author: Sergey Kubushyn <ksi@koi8.net>
67434 Date:   Fri Aug 10 20:26:18 2007 +0200
67435
67436     [ARM] TI DaVinci support, hopefully final
67437
67438     Add support for the following DaVinci boards:
67439     - DV_EVM
67440     - SCHMOOGIE
67441     - SONATA
67442
67443     Changes:
67444
67445     - Split into separate board directories
67446     - Removed changes to MTD_DEBUG (or whatever it's called)
67447     - New CONFIG_CMD party line followed
67448     - Some cosmetic fixes, cleanup etc.
67449     - Patches against the latest U-Boot tree as of now.
67450     - Fixed CONFIG_CMD_NET in net files.
67451     - Fixed CONFIG_CMD_EEPROM for schmoogie.
67452     - Made sure it compiles and works (forceenv() link problem) on SCHMOOGIE and
67453        DV_EVM. Can't check if it works on SONATA, don't have a board any more,
67454        but it at least compiles.
67455
67456     Here is an excerpt from session log on SCHMOOGIE...
67457
67458     U-Boot 1.2.0-g6c33c785-dirty (Aug  7 2007 - 13:07:17)
67459
67460     DRAM:  128 MB
67461     NAND:  128 MiB
67462     In:    serial
67463     Out:   serial
67464     Err:   serial
67465     ARM Clock : 297MHz
67466     DDR Clock : 162MHz
67467     ETH PHY   : DP83848 @ 0x01
67468     U-Boot > iprobe
67469     Valid chip addresses: 1B 38 3A 3D 3F 50 5D 6F
67470     U-Boot > ping 192.168.253.10
67471     host 192.168.253.10 is alive
67472     U-Boot >
67473
67474     Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
67475     Acked-by: Dirk Behme <dirk.behme@gmail.com>
67476     Acked-by: Zach Sadecki <Zach.Sadecki@ripcode.com>
67477     Acked-by: Stefan Roese <sr@denx.de>
67478
67479 commit 2e4d94f1e3c2961428967a33b6ff2520568391b3
67480 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
67481 Date:   Fri Jul 27 01:50:45 2007 -0500
67482
67483     fsl_pci_init cleanup.
67484
67485     Do not enable normal errors created during probe (master abort, perr,
67486     and pcie Invalid Configuration access).
67487
67488     Add CONFIG_PCI_NOSCAN board option to prevent bus scan.
67489
67490     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
67491     Acked-by: Andy Fleming <afleming@freescale.com>
67492
67493 commit 936b3e69b667c3eb9a61ece4e78647d3fce9fc2a
67494 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
67495 Date:   Fri Jul 27 01:50:44 2007 -0500
67496
67497     pciauto_setup_device bars_num fix
67498
67499     Passing bars_num=0 to pciauto_setup_device should assign no bars.
67500
67501     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
67502     Acked-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
67503     Acked-by: Andy Fleming <afleming@freescale.com>
67504
67505 commit cf0b185e58ca0aec8ae2b2a8804ec0ef58ee21d4
67506 Author: Jon Loeliger <jdl@freescale.com>
67507 Date:   Mon Aug 6 17:39:44 2007 -0500
67508
67509     8641hpcn: Do correct sized pointer math.
67510
67511     When I rebased Ed's patch and cleaned up a few compilation
67512     problems, I apparently rebased my brain on crack first.
67513     Fix that by doing (char *) sized pointer math as needed.
67514
67515     Signed-off-by: Jon Loeliger <jdl@freescale.com>
67516
67517 commit cfc7a7f5bb3273c9951173c788001d45118f141f
67518 Author: Jon Loeliger <jdl@freescale.com>
67519 Date:   Thu Aug 2 14:42:20 2007 -0500
67520
67521     cpu/86xx fixes.
67522
67523     Remove rev 1 fixes.
67524     Always set PICGCR_MODE.
67525     Enable machine check and provide board config option
67526     to set and handle SoC error interrupts.
67527
67528     Include MSSSR0 in error message.
67529
67530     Isolate a RAMBOOT bit of code with #ifdef CFG_RAMBOOT.
67531
67532     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
67533     Signed-off-by: Jon Loeliger <jdl@freescale.com>
67534
67535 commit 35d22f957a85a22bb3cd1ad084fa5404620d1c42
67536 Author: Stefan Roese <sr@denx.de>
67537 Date:   Fri Aug 10 10:42:25 2007 +0200
67538
67539     Coding style cleanup
67540
67541     Signed-off-by: Stefan Roese <sr@denx.de>
67542
67543 commit 3a6d56c20989fe27360afe743bd2a7ad4d76e48f
67544 Author: Dirk Behme <dirk.behme@googlemail.com>
67545 Date:   Thu Aug 2 17:42:08 2007 +0200
67546
67547     Make use of generic 64bit division in nand_util.c
67548
67549     Use generic 64bit division in nand_util.c. This makes nand_util.c
67550     independent of any toolchain 64bit division.
67551
67552     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
67553
67554 commit f7c086e94e8ce9aad7268af97f73aa6884686f27
67555 Author: Dirk Behme <dirk.behme@googlemail.com>
67556 Date:   Thu Aug 2 17:41:14 2007 +0200
67557
67558     Move 64bit division from avr32 to generic lib
67559
67560     Move the 64bit division from lib_avr32 to lib_generic. With this, all
67561     boards can do_div/__div64_32 if needed, not only avr one. Code is put
67562     to lib_generic, so no larger memory footprint if not used. No code
67563     modifications. Thanks for proposal by HÃ¥vard Skinnemoen.
67564
67565     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
67566
67567 commit 157cda4d0c3d592ccbb19bbfc07d9251894f0894
67568 Author: Niklaus Giger <niklausgiger@gmx.ch>
67569 Date:   Fri Jul 27 11:31:22 2007 +0200
67570
67571     Add PPC4xx-HCU4 and HCU5 boards: HCU5 files
67572
67573     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
67574
67575 commit 6e5de26c6e7580faf16e87745cd488b92b492d0c
67576 Author: Niklaus Giger <niklausgiger@gmx.ch>
67577 Date:   Fri Jul 27 11:30:33 2007 +0200
67578
67579     Add PPC4xx-HCU4 and HCU5 boards: HCU4 files
67580
67581     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
67582
67583 commit e8397fc78c9394d71de233a4d810fbc9047e4c76
67584 Author: Niklaus Giger <niklausgiger@gmx.ch>
67585 Date:   Fri Jul 27 11:38:26 2007 +0200
67586
67587     Add PPC4xx-HCU4 and HCU5 boards: common files
67588
67589     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
67590
67591 commit ac982ea5a4f2f993efcf52dca122f5a59df047d8
67592 Author: Niklaus Giger <niklausgiger@gmx.ch>
67593 Date:   Fri Jul 27 11:28:44 2007 +0200
67594
67595     Add PPC4xx-HCU4 and HCU5 boards: make related
67596
67597     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
67598
67599 commit 137fdd9f474ecb853efdace5200576308c67f18d
67600 Author: Niklaus Giger <niklausgiger@gmx.ch>
67601 Date:   Fri Jul 27 11:28:03 2007 +0200
67602
67603     Add PPC4xx-HCU4 and HCU5 boards: HCU5 config
67604
67605     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
67606
67607 commit 714bc55b35b6f6a65cc8740a3842a543e88cdef2
67608 Author: Niklaus Giger <niklausgiger@gmx.ch>
67609 Date:   Fri Jul 27 11:27:15 2007 +0200
67610
67611     Add PPC4xx-HCU4 and HCU5 boards: HCU4 config
67612
67613     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
67614
67615 commit 1894dd381124bdbfbdae7cf3a6ca52a8eb1f4421
67616 Author: Niklaus Giger <niklausgiger@gmx.ch>
67617 Date:   Fri Jul 27 11:25:31 2007 +0200
67618
67619     Add PPC4xx-HCU4 and HCU5 boards: READMEs
67620
67621     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
67622
67623 commit 641cca9569ce351ddb287fd3343d8b1dcb591db4
67624 Author: Niklaus Giger <niklausgiger@gmx.ch>
67625 Date:   Fri Jul 27 11:37:40 2007 +0200
67626
67627     Add PPC4xx-HCU4 and HCU5 boards: Infrastructure
67628
67629     This series of patches adds support for 2 boards from Netstal Maschinen.
67630
67631     The HCU4 has a PPC405Gpr and
67632     the HCU5 has a PPC440EPX.
67633
67634     The HCU4 has a somehow complicated flash setup, as the booteprom is
67635     only 8 bits and the CFI 16 bits wide, which makes it impossible to use a more
67636     elegant solution.
67637
67638     The HCU5 has only a booteprom as the whole code will be downloaded from a
67639     different board which has HD, CD-ROM, etc and where all code is stored.
67640
67641     This is my third try. I incorporated all suggestions made by Wolfgang and Stefan.
67642     Thanks them a lot.
67643
67644     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
67645
67646 commit 3e4c90c6233618fc1806e63fde68df5f3d6a0171
67647 Author: Stefan Roese <sr@denx.de>
67648 Date:   Fri Aug 10 08:42:55 2007 +0200
67649
67650     ppc4xx: Update lwmon5 POST configuration
67651
67652     Signed-off-by: Stefan Roese <sr@denx.de>
67653
67654 commit 29cb25da56afe18cf5e7072a92a9d98ea8af1fd4
67655 Author: Yuri Tikhonov <yur@emcraft.com>
67656 Date:   Fri Aug 10 08:25:22 2007 +0200
67657
67658     POST: Add ppc4xx UART POST support without external uart clock (lwmon5)
67659
67660     The patch adds support for UART POST on ppc44x-based boards with no
67661     external serial clocks installed.
67662
67663     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
67664     Acked-by: Stefan Roese <sr@denx.de>
67665
67666 commit 99c2fdab91bc633e46fb41dbaa629f87ccf6e00f
67667 Author: Kim Phillips <kim.phillips@freescale.com>
67668 Date:   Mon Aug 6 18:18:34 2007 -0500
67669
67670     mpc83xx: fix ITX[GP] O=builddir builds
67671
67672     make: *** No rule to make target `/work/wd/tmp/board/mpc8349itx/u-boot.lds', needed by `/work/wd/tmp/u-boot'.  Stop.
67673
67674     Both the ITX and ITX-GP fail when you use "make O=<some dir> ..." or
67675     "BUILD_DIR=<some dir> ./MAKEALL ..."
67676
67677     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
67678
67679 commit 47e8bc846759e037b8af0e5f9c9f9cfa7a1050c3
67680 Author: Dave Liu <r63238@freescale.com>
67681 Date:   Wed Aug 1 15:00:59 2007 +0800
67682
67683     mpc83xx: Correct the README for DDR ECC
67684
67685     Update the README for DDR ECC, change the name
67686     to README.mpc83xx.ddrecc.
67687
67688     Signed-off-by: Dave Liu <daveliu@freescale.com>
67689     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
67690
67691 commit daab8c67d2defef73dc26ab07f0c3afd1b05d019
67692 Author: Dave Liu <r63238@freescale.com>
67693 Date:   Wed Aug 1 15:00:15 2007 +0800
67694
67695     mpc83xx: Consolidate the ECC support of 83xx
67696
67697     Remove the duplicated source code of ecc command on the <board>.c,
67698     for reused, move these code to cpu/mpc83xx directory.
67699
67700     Signed-off-by: Dave Liu <daveliu@freescale.com>
67701     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
67702
67703 commit 036575c544cf1b69654d8fb334bda69c6ff3da36
67704 Author: Dave Liu <r63238@freescale.com>
67705 Date:   Sat Aug 4 13:37:39 2007 +0800
67706
67707     mpc83xx: Correct the burst length for DDR2 with 32 bits
67708
67709     The burst length should be 4 for DDR2 with 32 bits bus
67710
67711     Signed-off-by: Dave Liu <daveliu@freescale.com>
67712
67713 commit 1c274c4e05b6dc9b24edc8aa618b02f607ee6eed
67714 Author: Kim Phillips <kim.phillips@freescale.com>
67715 Date:   Wed Jul 25 19:25:33 2007 -0500
67716
67717     mpc83xx: add support for the MPC8323E RDB
67718
67719     MPC8323E based board with 64MB fixed SDRAM, 16MB flash,
67720     five 10/100 ethernet ports connected via an ICPlus IP175C
67721     switch, one PCI slot, and serial.  Features not supported
67722     in this patch are SD card interface, 2 USB ports, and the
67723     two phone ports.
67724
67725     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
67726     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
67727
67728 commit 343d91009d55fc5b3ff8cc940597af6c6aa1d359
67729 Author: Kim Phillips <kim.phillips@freescale.com>
67730 Date:   Wed Jul 25 19:25:28 2007 -0500
67731
67732     mpc83xx: fixup generic pci for libfdt
67733
67734     add libfdt support to the generic 83xx pci code
67735
67736     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
67737
67738 commit f57ac7a7b37109245b69db80839ebee26179966a
67739 Author: Kim Phillips <kim.phillips@freescale.com>
67740 Date:   Wed Jul 25 19:25:22 2007 -0500
67741
67742     mpc83xx: fix 8360 and cpu functions to update fdt being passed
67743
67744     ..and not the global fdt. Rename local fdt vars to blob so as not to
67745     be confused with the global var with the same three-letter name.
67746
67747     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
67748
67749 commit 8be404459a6b7395415a57bb35e8377e3b2b5acb
67750 Author: Jerry Van Baren <gvb.uboot@gmail.com>
67751 Date:   Wed Jul 4 21:34:24 2007 -0400
67752
67753     mpc83xx: Fix errors when CONFIG_OF_LIBFDT is enabled
67754
67755     Several node strings were not correct (trailing slashes and properties
67756       in the strings)
67757     Added setting of the timebase-frequency.
67758     Improved error messages and use debug() instead of printf().
67759
67760     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
67761     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
67762
67763 commit 26d02c9bbac1751c5e19294f000100b48d43a920
67764 Author: Jerry Van Baren <gvb.uboot@gmail.com>
67765 Date:   Wed Jul 4 21:27:30 2007 -0400
67766
67767     mpc83xx: Replace fdt_node_offset() with fdt_find_node_by_path().
67768
67769     The new name matches more closely the kernel's name, which is also
67770     a much better description.
67771
67772     These are the mpc83xx changes made necessary by the function name change.
67773
67774     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
67775     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
67776     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
67777
67778 commit 9be39a67c9f8fef7107f5df09d673005f04d0963
67779 Author: Dave Liu <daveliu@freescale.com>
67780 Date:   Mon Jun 25 10:41:56 2007 +0800
67781
67782     mpc83xx: Add support for the display of reset status
67783
67784     83xx processor family has many reset sources, such as
67785     power on reset, software hard reset, software soft reset,
67786     JTAG, bus monitor, software watchdog, check stop reset,
67787     external hard reset, external software reset.
67788     sometimes, to figure out the fault of system, we need to
67789     know the cause of reset early before the prompt of
67790     u-boot present.
67791
67792     Signed-off-by: Dave Liu <daveliu@freescale.com>
67793     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
67794
67795 commit ff9658d7049bf8c8e8e0a05dbe5e9f7e91aa5a5d
67796 Author: Dave Liu <daveliu@freescale.com>
67797 Date:   Mon Jun 25 10:41:04 2007 +0800
67798
67799     mpc83xx: Fix the align bug of SDMA buffer
67800
67801     According to the latest user manual, the SDMA temporary
67802     buffer base address must be 4KB aligned.
67803
67804     Signed-off-by: Dave Liu <daveliu@freescale.com>
67805     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
67806
67807 commit 66dc2c2dc51f8b88bb8e231bc80cd92eae1d6476
67808 Author: Dave Liu <daveliu@freescale.com>
67809 Date:   Mon Jun 25 13:21:12 2007 +0800
67810
67811     mpc83xx: Revise the MPC8360EMDS readme doc
67812
67813     When the rev2.x silicon mount on the MPC8360EMDS baord,
67814     and if you are using the u-boot version after the commit
67815     3fc0bd159103b536e1c54c6f4457a09b3aba66ca.
67816     to make the ethernet interface usable, we have to setup
67817     the jumpers correctly.
67818
67819     Signed-off-by: Dave Liu <daveliu@freescale.com>
67820     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
67821
67822 commit e739bc95797aac4fefc4c75b55c7c78e59d3ea9c
67823 Author: Timur Tabi <timur@freescale.com>
67824 Date:   Tue Jul 3 13:46:32 2007 -0500
67825
67826     FSL I2C driver programs the two I2C busses differently
67827
67828     The i2c_init() function in fsl_i2c.c programs the two I2C busses differently.
67829     The second I2C bus has its slave address programmed incorrectly and is
67830     missing a 5-us delay.
67831
67832     Signed-off-by: Timur Tabi <timur@freescale.com>
67833     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
67834
67835 commit df33f6b4d6d63693dd9200808b242de1b86cb8e8
67836 Author: Timur Tabi <timur@freescale.com>
67837 Date:   Tue Jul 3 13:04:34 2007 -0500
67838
67839     Update SCCR programming in cpu_init_f() to support all 83xx processors
67840
67841     Update the cpu_init_f() function in cpu/mpc83xx/cpu_init.c to program the
67842     bitfields for all 83xx processors.  The code to update some bitfields was
67843     compiled only on some processors.  Now, the bitfields are programmed as long
67844     as the corresponding CFG_SCCR option is defined in the board header file.
67845     This means that the board header file should not define any CFG_SCCR macros
67846     for bitfields that don't exist on that processor, otherwise the SCCR will be
67847     programmed incorrectly.
67848
67849     Signed-off-by: Timur Tabi <timur@freescale.com>
67850     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
67851
67852 commit 9546266999f0b9b51372636614211b88d90f0f25
67853 Author: Martin Krause <martin.krause@tqs.de>
67854 Date:   Fri Jun 22 13:04:22 2007 +0200
67855
67856     TQM834x: cleanup configuraton
67857
67858     Remove irritating #undef DEBUG
67859
67860     Signed-off-by: Martin Krause <martin.krause@tqs.de>
67861     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
67862
67863 commit 5d497e6bf0f5bf63729b4a47b3fd786d3c77a1bc
67864 Author: david.saada <David.Saada@ecitele.com>
67865 Date:   Mon Jun 18 09:09:53 2007 -0700
67866
67867     MPC83xx: Fix makefile to generate config.h file in the build directory
67868
67869     MPC83xx: Fix the Makefile config sections to generate the include/config.h
67870     file in the build directory instead of the source directory.
67871
67872     Signed-off-by: David Saada <david.saada@ecitele.com>
67873     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
67874
67875 commit 1ded0242e437259366792d52b7e9d1e1931d8fa5
67876 Author: Lee Nipper <Lee.Nipper@freescale.com>
67877 Date:   Thu Jun 14 20:07:33 2007 -0500
67878
67879     mpc83xx: Add support for 8360 silicon revision 2.1
67880
67881     This change adds 8360 silicon revision 2.1 support to u-boot.
67882
67883     Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
67884     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
67885
67886 commit a22806469a8f2b69c829f4fd5361fdebd0cb01b4
67887 Author: Kumar Gala <galak@kernel.crashing.org>
67888 Date:   Wed Aug 8 04:14:28 2007 -0500
67889
67890     Treat ppc64 host as ppc
67891
67892     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
67893
67894 commit 0dc4279b08ff82472bec2e2c90858602459febe8
67895 Author: Jason Jin <Jason.jin@freescale.com>
67896 Date:   Wed Aug 8 09:01:46 2007 +0800
67897
67898     Minor fix for bios emulator makefile
67899
67900     Add $(obj) to LIB avoiding objects be built in the source dir
67901
67902     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
67903
67904 commit ce981dc857adfc8036ca2f6d5d5a06c2a8aa77d6
67905 Author: Jason Jin <Jason.jin@freescale.com>
67906 Date:   Wed Aug 8 08:33:11 2007 +0800
67907
67908     Add CONFIG_BIOSEMU define to guard all the bios emulator code
67909
67910     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
67911
67912     This patch fix the compile issue on the board that did not enable the bios emulator
67913
67914 commit ed8106433522f2ea8933e9808346860d061d7731
67915 Author: Zach Sadecki <Zach.Sadecki@ripcode.com>
67916 Date:   Tue Jul 31 12:27:25 2007 -0500
67917
67918     tsec: fix multiple PHY support
67919
67920     The change entitled "Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx"
67921     broke multiple PHY support in tsec.c.  This fixes it.
67922
67923     Signed-off-by: Zach Sadecki <Zach.Sadecki@ripcode.com>
67924     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
67925
67926 commit dcb84b7208ade0bbebbeb56bec9c2c64f8b2eede
67927 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
67928 Date:   Thu Aug 9 09:08:18 2007 -0500
67929
67930     tsec: Allow Ten Bit Interface address to be configurable
67931
67932     Allow the address of the Ten Bit Interface (TBI) to be changed in the
67933     event of a conflict with another device.
67934
67935     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
67936
67937 commit 3ba4c2d68f6541db4677b4aea12071f56e6ff6e6
67938 Author: Stefan Roese <sr@denx.de>
67939 Date:   Wed Aug 8 09:54:26 2007 +0200
67940
67941     Coding style cleanup
67942
67943     Signed-off-by: Stefan Roese <sr@denx.de>
67944
67945 commit a41de1f0d373e09c782dea558385a06247111ba5
67946 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67947 Date:   Sun Aug 5 05:15:18 2007 -0500
67948
67949     Port enabled for I2C signals and chipselects port configuration.
67950
67951     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67952
67953 commit 1a33ce65a4c51a69190dd8c408f9e1c62a66e94f
67954 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67955 Date:   Sun Aug 5 04:31:18 2007 -0500
67956
67957     Added NAND support
67958
67959     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67960
67961 commit eaf9e447beb3e498818ef8ad0b8c1597cd506149
67962 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67963 Date:   Sun Aug 5 04:11:20 2007 -0500
67964
67965     Added I2C support
67966
67967     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67968
67969 commit 99c03c175d2689093176facf17c58ce2cb320001
67970 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67971 Date:   Sun Aug 5 03:58:52 2007 -0500
67972
67973     Changed CFG_CLK to gd->bus_clk for CFG_TIMER_PRESCALER. Added DECLARE_GLOBAL_DATA_PTR for time.c
67974
67975     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67976
67977 commit 8d1d66af54d305de29d0bbf4aa8c9e6375f7f731
67978 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67979 Date:   Sun Aug 5 03:55:21 2007 -0500
67980
67981     Added uart_gpio_conf() in serial_init(), seperated uart port configuration from cpu_init() to uart_gpio_conf()
67982
67983     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67984
67985 commit 6fde84a44b7e575ea80fe0e2d5be3b6f73d1e630
67986 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67987 Date:   Sun Aug 5 03:43:30 2007 -0500
67988
67989     Moved sync() from board file to include/asm-m68k/io.h
67990
67991     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67992
67993 commit 9e737d8476e7d6a596d16caaf6a3853a9a1190a2
67994 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
67995 Date:   Sun Aug 5 03:30:44 2007 -0500
67996
67997     Declared attributes of void __mii_init(void) as an alias for int mii_init(void)
67998
67999     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68000
68001 commit 9998bd37ead85e93953559720710d3b0685c81e6
68002 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68003 Date:   Sun Aug 5 03:19:10 2007 -0500
68004
68005     Renamed CONFIG_MCFSERIAL to CONFIG_MCFUART
68006
68007     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68008
68009 commit 7c4c3722a38d40b0cf537ddae72b04f4088b190c
68010 Author: Jason Jin <Jason.jin@freescale.com>
68011 Date:   Tue Aug 7 16:17:06 2007 +0800
68012
68013     Add CONFIG_BIOSEMU define to guard all the bios emulator code
68014
68015     This patch fix the compile issue on the board that did not enable the bios emulator
68016
68017 commit bf1060ea4f9eaa7e7d164a70a7d6f28939882053
68018 Author: Wolfgang Denk <wd@denx.de>
68019 Date:   Tue Aug 7 16:02:13 2007 +0200
68020
68021     Fix missing brace error in fs/fat/fat.c
68022     [pointed out by Roderik Wildenburg]
68023
68024     Signed-off-by: Wolfgang Denk <wd@denx.de>
68025
68026 commit 706714d97a0d08d59eda4de2268c39f504688329
68027 Author: Michal Simek <monstr@monstr.eu>
68028 Date:   Mon Aug 6 23:41:53 2007 +0200
68029
68030     [FIX] remove cute code
68031
68032 commit f500d9fdeb576288656dac427052ad2c5ca0ad1a
68033 Author: Michal Simek <monstr@monstr.eu>
68034 Date:   Mon Aug 6 23:35:26 2007 +0200
68035
68036     [FIX] Fix romfs code
68037
68038 commit ab4b956d3143f8f8174089053f5dfabbb04762b0
68039 Author: Michal Simek <monstr@monstr.eu>
68040 Date:   Mon Aug 6 23:31:49 2007 +0200
68041
68042     [FIX] Coding style cleanup - Wolfgang's suggestions
68043
68044 commit 6c33c78557ca6f8da68c01ce33e278695197d3f4
68045 Author: Wolfgang Denk <wd@denx.de>
68046 Date:   Mon Aug 6 23:21:05 2007 +0200
68047
68048     Fixed typo in README (pointed out by Martin Jost).
68049
68050     Signed-off-by: Wolfgang Denk <wd@denx.de>
68051
68052 commit 537223afa61f64480df31ce440a9cb386df4a814
68053 Author: Stefan Roese <sr@denx.de>
68054 Date:   Mon Aug 6 21:10:17 2007 +0200
68055
68056     ppc4xx: Update AMCC Bamboo README doc/README.bamboo
68057
68058     As suggested by Eugene O'Brien <Eugene.O'Brien@advantechamt.com>,
68059     here an updated Bamboo README.
68060
68061     Signed-off-by: Stefan Roese <sr@denx.de>
68062
68063 commit 9c7e4b06214db61bb21f1bcbe57c97519669baae
68064 Author: Wolfgang Denk <wd@denx.de>
68065 Date:   Mon Aug 6 02:17:36 2007 +0200
68066
68067     Coding style cleanup. Update CHANGELOG.
68068
68069     Signed-off-by: Wolfgang Denk <wd@denx.de>
68070
68071 commit 221838cc7eb178370ff62aa05920a582e12ac322
68072 Author: Jason Jin <Jason.jin@freescale.com>
68073 Date:   Tue Jul 10 09:03:22 2007 +0800
68074
68075     Remove the bios emulator from MAI board.
68076
68077     The bios emulator in the MAI board can not pass compile
68078     and have a lot of crap in it. remove it and will have a
68079     clean and small bios emulator in the drivers directory
68080     which can be uesed for every board.
68081
68082     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
68083
68084 commit 5618332409bb96f4448d1712899369fc80c0b489
68085 Author: Jason Jin <Jason.jin@freescale.com>
68086 Date:   Fri Jul 13 12:14:59 2007 +0800
68087
68088     Fix some compile issues for MAI board.
68089
68090     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
68091
68092 commit 0f460a1ee148b648ee242c3157650287d4296260
68093 Author: Jason Jin <Jason.jin@freescale.com>
68094 Date:   Fri Jul 13 12:14:58 2007 +0800
68095
68096     Configurations for ATI video card BIOS emulator
68097
68098     This patch add definition of the BIOS emulator and the ATI framebuffer
68099     driver for MPC8641HPCN board.
68100
68101     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
68102     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
68103
68104 commit ece92f85053b8df613edcf05b26a416cbc3d629c
68105 Author: Jason Jin <Jason.jin@freescale.com>
68106 Date:   Fri Jul 6 08:34:56 2007 +0800
68107
68108     This is a BIOS emulator, porting from SciTech for u-boot, mainly for
68109     ATI video card BIOS. and can be used for x86 code emulation by some
68110     modifications.
68111
68112     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
68113
68114 commit 5072188acabde3178fac7f5a597150e6e74fd40c
68115 Author: Jason Jin <Jason.jin@freescale.com>
68116 Date:   Fri Jul 6 08:33:33 2007 +0800
68117
68118     This is a framebuffer driver for ATI video card, can work for PCI9200,
68119     X300, X700, X800 ATI video cards.
68120
68121     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
68122     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
68123
68124 commit 5728be389e65fd47f34b33c2596271eb4db751ae
68125 Author: Wolfgang Denk <wd@denx.de>
68126 Date:   Mon Aug 6 01:01:49 2007 +0200
68127
68128     Coding style cleanup. Update CHANGELOG.
68129
68130     Signed-off-by: Wolfgang Denk <wd@denx.de>
68131
68132 commit 8092fef4c29b395958bb649647da7e3775731517
68133 Author: Martin Krause <Martin.Krause@tqs.de>
68134 Date:   Tue Dec 12 14:26:01 2006 +0100
68135
68136     Add functions to list of exported functions
68137
68138     Additionally export the following fuctions (to make trab_config build again):
68139     - simple_strtol()
68140     - strcmp()
68141
68142     Also bump the ABI version to reflect this change
68143
68144     Signed-off-by: Martin Krause <martin.krause@tqs.de>
68145
68146 commit 63cec5814fab5d2b1c86982327433807a5ac0249
68147 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
68148 Date:   Thu Aug 2 14:09:49 2007 -0500
68149
68150     Make MPC8641's PCI/PCI-E driver a common driver for many FSL parts.
68151
68152     All of the PCI/PCI-Express driver and initialization code that
68153     was in the MPC8641HPCN port has now been moved into the common
68154     drivers/fsl_pci_init.c.  In a subsequent patch, this will be
68155     utilized by the 85xx ports as well.
68156
68157     Common PCI-E IMMAP register blocks for FSL 85xx/86xx are added.
68158
68159     Also enable the second PCI-Express controller on 8641
68160     by getting its BATS and CFG_ setup right.
68161
68162     Fixed a u16 vendor compiler warning in AHCI driver too.
68163
68164     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
68165     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
68166     Signed-off-by: Jon Loeliger <jdl@freescale.com>
68167
68168 commit a274ca4f6d68830e7c916f897561cff8c4101c38
68169 Author: Michal Simek <monstr@monstr.eu>
68170 Date:   Sun Aug 5 22:33:05 2007 +0200
68171
68172     [FIX] Coding style cleanup
68173
68174 commit af8377d4eb3a0ac5a831830d5ce63fbf65fecb7f
68175 Author: Michal Simek <monstr@monstr.eu>
68176 Date:   Sun Aug 5 16:13:31 2007 +0200
68177
68178     [FIX] Xilinx Uartlite driver
68179     Because PPC405 can use UARTLITE serial interface and
68180     Microblaze can use Uart16550 serial interface not only Uartlite.
68181
68182 commit 98889edd50aadf862071eb5664747ad0d568a20e
68183 Author: Michal Simek <monstr@monstr.eu>
68184 Date:   Sun Aug 5 15:54:53 2007 +0200
68185
68186     [FIX] Change configuration for XUPV2P Microblaze board
68187
68188 commit 537091b4eed9302865d03fef3f7212b4fe5cf28f
68189 Author: Michal Simek <monstr@monstr.eu>
68190 Date:   Sun Aug 5 15:53:50 2007 +0200
68191
68192     [PATCH] Added support for Xilinx Emac community driver
68193
68194 commit 86b116b1b1e165ca4840daefed36d2e3b8460173
68195 Author: Bartlomiej Sieka <tur@semihalf.com>
68196 Date:   Fri Aug 3 12:08:16 2007 +0200
68197
68198     cm1_qp1 -> cm5200: single U-Boot image for modules from the cm5200 family.
68199
68200     Add the ability for modules from the Schindler cm5200 family to use a
68201     single U-Boot image:
68202     - rename cm1_qp1 to cm5200
68203     - add run-time module detection
68204     - parametrize SDRAM configuration according to the module we are running on
68205
68206     Few minor, board-specific fixes included in this patch:
68207     - better MAC address handling
68208     - updated default environment ('update' command uses +{filesize} now)
68209     - improved error messages in the auto-update code
68210     - allow booting U-Boot from RAM (CFG_RAMBOOT)
68211
68212     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
68213     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
68214     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
68215
68216 commit c7e717ebc2b044d7a71062552c9dc0f54ea9b779
68217 Author: Andy Fleming <afleming@freescale.com>
68218 Date:   Fri Aug 3 04:05:25 2007 -0500
68219
68220     Add Marvell 1149 PHY support to the TSEC
68221
68222 commit b1b54e352028ed370c3aa95d6fdeb9d64c5d2f86
68223 Author: Wolfgang Denk <wd@denx.de>
68224 Date:   Thu Aug 2 21:27:46 2007 +0200
68225
68226     Coding style cleanup, update CHANGELOG
68227
68228     Signed-off-by: Wolfgang Denk <wd@denx.de>
68229
68230 commit 63e22764d2f8653f68888c667eb65b3996b52680
68231 Author: Wolfgang Denk <wd@denx.de>
68232 Date:   Thu Aug 2 10:11:18 2007 +0200
68233
68234     Minor cleanup of <board>_nand build rules.
68235
68236 commit 9ca8d79de096c65b9b9c867259b3ff4685f775ef
68237 Author: Stefan Roese <sr@denx.de>
68238 Date:   Thu Aug 2 08:33:56 2007 +0200
68239
68240     ppc4xx: Code cleanup
68241
68242     Signed-off-by: Stefan Roese <sr@denx.de>
68243
68244 commit c92409812206ac67a7fa7aae298539a9c3804a46
68245 Author: Grzegorz Bernacki <gjb@semihalf.com>
68246 Date:   Tue Jul 31 18:51:48 2007 +0200
68247
68248     [ppc440SPe] Graceful recovery from machine check during PCIe configuration
68249
68250     During config transactions on the PCIe bus an attempt to scan for a
68251     non-existent device can lead to a machine check exception with certain
68252     peripheral devices. In order to avoid crashing in such scenarios the
68253     instrumented versions of the config cycle read routines are introduced, so
68254     the exceptions fixups framework can gracefully recover.
68255
68256     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
68257     Acked-by: Rafal Jaworowski <raj@semihalf.com>
68258
68259 commit dec99558b9ea75a37940d07f41a3565a50b54ad1
68260 Author: Rafal Jaworowski <raj@semihalf.com>
68261 Date:   Tue Jul 31 18:19:54 2007 +0200
68262
68263     [ppc4xx] Separate settings for PCIe bus numbering on 440SPe rev.A
68264
68265     This brings back separate settings for PCIe bus numbers depending on chip
68266     revision, which got eliminated in 2b393b0f0af8402ef43b25c1968bfd29714ddffa
68267     commit. 440SPe rev. A does NOT work properly with the same settings as for
68268     the rev. B (no devices are seen on the bus during enumeration).
68269
68270     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
68271
68272 commit cdd917a43da6fa7fc8f54a3cc9f420ce5ecf3197
68273 Author: Wolfgang Denk <wd@denx.de>
68274 Date:   Thu Aug 2 00:48:45 2007 +0200
68275
68276     Fix build errors and warnings / code cleanup.
68277
68278     Signed-off-by: Wolfgang Denk <wd@denx.de>
68279
68280 commit d2f68006627eda6cb6c7f364bddf621dbfd2fc68
68281 Author: Eugene OBrien <eugene.obrien@advantechamt.com>
68282 Date:   Tue Jul 31 10:24:56 2007 +0200
68283
68284     ppc4xx: Update AMCC Bamboo 440EP support
68285
68286     Changed storage type of cfg_simulate_spd_eeprom to const
68287     Changed storage type of gpio_tab to stack storage
68288     (Cannot access global data declarations in .bss until afer code relocation)
68289
68290     Improved SDRAM tests to catch problems where data is not uniquely addressable
68291     (e.g. incorrectly programmed SDRAM row or columns)
68292
68293     Added CONFIG_PROG_SDRAM_TLB to support Bamboo SIMM/DIMM modules
68294     Fixed AM29LV320DT (OpCode Flash) sector map
68295
68296     Signed-off-by: Eugene OBrien <eugene.obrien@advantechamt.com>
68297     Signed-off-by: Stefan Roese <sr@denx.de>
68298
68299 commit ea9f6bce383cc9fbcdee28b5836109b1a6dba574
68300 Author: Stefan Roese <sr@denx.de>
68301 Date:   Tue Jul 31 08:37:01 2007 +0200
68302
68303     ppc4xx: Update 440EPx lwmon5 board support
68304
68305     - Clear ECC status regs after ECC POST test
68306     - Set dcbz for ECC generation with caches enabled as default
68307     - Code cleanup
68308
68309     Signed-off-by: Stefan Roese <sr@denx.de>
68310
68311 commit 27a528fb41433c4c1e2b5d6bd3fd8d78606fc724
68312 Author: Stefan Roese <sr@denx.de>
68313 Date:   Mon Jul 30 11:04:57 2007 +0200
68314
68315     ppc4xx: Only print ECC related info when the error bis are set
68316
68317     Signed-off-by: Stefan Roese <sr@denx.de>
68318
68319 commit e36220a4baf1f188ba60f17e9d0f043069b1362a
68320 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
68321 Date:   Fri Jul 27 16:44:31 2007 +0200
68322
68323     new FPGA image for PLU405 board
68324
68325     new FPGA image for PLU405 board with improved CompactFlash timing
68326
68327     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
68328
68329 commit 8993e54b6f397973794f3d6f47d3b3c0c98dd4f6
68330 Author: Rafal Jaworowski <raj@semihalf.com>
68331 Date:   Fri Jul 27 14:43:59 2007 +0200
68332
68333     [ADS5121] Support for the ADS5121 board
68334
68335     The following MPC5121e subsystems are supported:
68336
68337     - low-level CPU init
68338     - NOR Boot Flash (common CFI driver)
68339     - DDR SDRAM
68340     - FEC
68341     - I2C
68342     - Watchdog
68343
68344     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
68345     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
68346     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
68347
68348 commit 1863cfb7b100ba0ee3401799457a01dc058745f8
68349 Author: Rafal Jaworowski <raj@semihalf.com>
68350 Date:   Fri Jul 27 14:22:04 2007 +0200
68351
68352     [PPC] Remove unused MSR_USER definition
68353
68354     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
68355
68356 commit d4024bb72dd81695ec099b2199eda0d27c623e62
68357 Author: John Otken <john@softadvances.com>
68358 Date:   Thu Jul 26 17:49:11 2007 +0200
68359
68360     ppc4xx: Add support for AMCC 405EP Taihu board
68361
68362     Signed-off-by: John Otken <john@softadvances.com>
68363
68364 commit b66091de6c7390620312c2501db23d8391e7cabb
68365 Author: Anatolij Gustschin <agust@denx.de>
68366 Date:   Thu Jul 26 15:08:01 2007 +0200
68367
68368     ppc4xx: lwmon5: Update Lime initialization
68369
68370     Change Lime SDRAM initialization to now support 100MHz and
68371     133MHz (if enabled). Also the framebuffer is initialized to
68372     display a blue rectangle with a white border.
68373
68374     Signed-off-by: Anatolij Gustschin <agust@denx.de>
68375     Signed-off-by: Stefan Roese <sr@denx.de>
68376
68377 commit 9f24a808f17fc0f37b7fb4805f734741335caecc
68378 Author: Stefan Roese <sr@denx.de>
68379 Date:   Tue Jul 24 09:52:52 2007 +0200
68380
68381     ppc4xx: lwmon5: Support for 128 MByte NOR FLASH added
68382
68383     The used Intel NOR FLASH chips have internally two dies, and are now
68384     treated as two seperate chips.
68385
68386     Signed-off-by: Stefan Roese <sr@denx.de>
68387
68388 commit aedf5bde179ecfbd0a96130d18996a96518b785f
68389 Author: Stefan Roese <sr@denx.de>
68390 Date:   Tue Jul 24 07:20:09 2007 +0200
68391
68392     ppc4xx: Fix lwmon5 interrupt controller setup (polarity, trigger...)
68393
68394     As suggested by Hakan Eryigit, here an updated setup for the lwmon5
68395     interrupt controller.
68396
68397     Signed-off-by: Stefan Roese <sr@denx.de>
68398
68399 commit a71d96eac8130b53a91f93cd10c70fca0db18d52
68400 Author: Stefan Roese <sr@denx.de>
68401 Date:   Fri Jul 20 15:03:44 2007 +0200
68402
68403     ppc4xx: Fix bug with default GPIO output value
68404
68405     As spotted by Matthias Fuchs, the default output values for all GPIO1
68406     outputs were not setup correctly. This patch fixes this issue.
68407
68408     Signed-off-by: Stefan Roese <sr@denx.de>
68409
68410 commit 531e3e8b831f357056448fa573137d5fb37000fd
68411 Author: Pavel Kolesnikov <concord@emcraft.com>
68412 Date:   Fri Jul 20 15:03:03 2007 +0200
68413
68414     POST: Add ECC POST for the lwmon5 board
68415
68416     This patch adds ECC Post test for the Lwmon5 board based
68417     on PPC440EPx to U-Boot.
68418
68419     Signed-off-by: Pavel Kolesnikov <concord@emcraft.com>
68420     Acked-by: Yuri Tikhonov <yur@emcraft.com>
68421     Acked-by: Stefan Roese <sr@denx.de>
68422
68423 commit cc3023b9f95d7ac959a764471a65001062aecf41
68424 Author: Rafal Jaworowski <raj@semihalf.com>
68425 Date:   Thu Jul 19 17:12:28 2007 +0200
68426
68427     Fix breakage of 8xx boards from recent commit.
68428
68429     This patch fixes the negative consequences for 8xx of the recent
68430     "ppc4xx: Clean up 440 exceptions handling" commit.
68431
68432     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
68433
68434 commit c883f6ea32dce91f07670b3aafecf6c99b1e5341
68435 Author: Stefan Roese <sr@denx.de>
68436 Date:   Mon Jul 16 13:11:12 2007 +0200
68437
68438     Coding style cleanup
68439
68440     Signed-off-by: Stefan Roese <sr@denx.de>
68441
68442 commit 8848ec858f74ed6dab06fb6d5ddc933e0a1328bf
68443 Author: Stefan Roese <sr@denx.de>
68444 Date:   Mon Jul 16 10:02:12 2007 +0200
68445
68446     ppc4xx: Code cleanup
68447
68448     Signed-off-by: Stefan Roese <sr@denx.de>
68449
68450 commit 2a49fc17d09020e7ebd9536694d99d20e419fcb8
68451 Author: Stefan Roese <sr@denx.de>
68452 Date:   Mon Jul 16 10:01:38 2007 +0200
68453
68454     ppc4xx: AMCC Luan uses the new boardspecific DDR2 controller setup
68455
68456     Signed-off-by: Stefan Roese <sr@denx.de>
68457
68458 commit df3f17422aeb03fb81a7ac8c78d2b05d05aa4cf9
68459 Author: Stefan Roese <sr@denx.de>
68460 Date:   Mon Jul 16 10:00:43 2007 +0200
68461
68462     ppc4xx: Support for Yucca board with 440SPe Rev A added to 44x_spd_ddr2.c
68463
68464     The new boardspecific DDR2 controller configuration is used for the Yucca
68465     board. Now the Yucca board with 440SPe Rev. A chips is also supported.
68466
68467     Signed-off-by: Stefan Roese <sr@denx.de>
68468
68469 commit 6ed14addf97c8cd8f531e9ae7b2d3e222fffd53e
68470 Author: Stefan Roese <sr@denx.de>
68471 Date:   Mon Jul 16 09:57:00 2007 +0200
68472
68473     ppc4xx: Add new weak functions to support boardspecific DDR2 configuration
68474
68475     The new "weak" functions ddr_wrdtr() and ddr_clktr() are added to better
68476     support non default, boardspecific DDR(2) controller configuration.
68477
68478     Signed-off-by: Stefan Roese <sr@denx.de>
68479
68480 commit 5743a9207a370b90f09b20ebd61167c806b937f3
68481 Author: Stefan Roese <sr@denx.de>
68482 Date:   Mon Jul 16 08:53:51 2007 +0200
68483
68484     ppc4xx: Add remove_tlb() function to remove a mem area from TLB setup
68485
68486     The new function remove_tlb() can be used to remove the TLB's used to
68487     map a specific memory region. This is especially useful for the DDR(2)
68488     setup routines which configure the SDRAM area temporarily as a cached
68489     area (for speedup on auto-calibration and ECC generation) and later
68490     need this area uncached for normal usage.
68491
68492     Signed-off-by: Stefan Roese <sr@denx.de>
68493
68494 commit 0c0a9cda1bde37106520476ed486bd67eb8d30ae
68495 Author: Michal Simek <monstr@monstr.eu>
68496 Date:   Mon Jul 16 00:31:07 2007 +0200
68497
68498     [PATCH] Support for Xilinx EmacLite controller
68499
68500 commit 3a6cab844cf74f76639d795e0be8717e02c86af7
68501 Author: Wolfgang Denk <wd@denx.de>
68502 Date:   Sat Jul 14 22:51:02 2007 +0200
68503
68504     Update CHANGELOG
68505
68506     Signed-off-by: Wolfgang Denk <wd@denx.de>
68507
68508 commit 5280f352c8da33b1d7fbf448768717d9e16ff9a1
68509 Author: Michal Simek <monstr@monstr.eu>
68510 Date:   Sat Jul 14 13:11:28 2007 +0200
68511
68512     [FIX] support for simply measuring time
68513
68514 commit 91bb4ca665d2e0cf7f60c4b5b370990250ec0c43
68515 Author: Michal Simek <monstr@monstr.eu>
68516 Date:   Sat Jul 14 12:41:23 2007 +0200
68517
68518     [FS] Added support for ROMFS
68519
68520 commit 011595307731a7a67a7445d107c279d031e8ab97
68521 Author: Heiko Schocher <hs@pollux.denx.de>
68522 Date:   Sat Jul 14 01:06:58 2007 +0200
68523
68524     [PCS440EP]  - fix compile error, if BUILD_DIR is used
68525
68526 commit 5a2f1098d81ad58b309e5e558d0492643166a799
68527 Author: Michal Simek <monstr@monstr.eu>
68528 Date:   Sat Jul 14 00:18:48 2007 +0200
68529
68530     [PATCH] Support time without timer
68531
68532 commit a476ca2ac2217ddd05a2bf0c514075814b10a3c0
68533 Author: Michal Simek <monstr@monstr.eu>
68534 Date:   Fri Jul 13 21:43:55 2007 +0200
68535
68536     [PATCH] Remove problem with disabled BARREL SHIFTER
68537
68538 commit 55e26ad62107d2f14f757de3ae0b14b9aa7aed94
68539 Author: Michal Simek <monstr@monstr.eu>
68540 Date:   Fri Jul 13 21:41:44 2007 +0200
68541
68542     [FIX] correct help for rspr
68543
68544 commit fad63407154f46246ce80d53a9c669a44362ac67
68545 Author: Heiko Schocher <hs@pollux.denx.de>
68546 Date:   Fri Jul 13 09:54:17 2007 +0200
68547
68548     make show_boot_progress () weak.
68549
68550     Signed-off-by: Heiko Schocher <hs@denx.de>
68551
68552 commit 907902472391b6ca1876ec300687562ecaf459b1
68553 Author: Heiko Schocher <hs@pollux.denx.de>
68554 Date:   Fri Jul 13 08:26:05 2007 +0200
68555
68556     [PCS440EP]  - The DIAG LEDs are now blinking, if an error occur
68557                 - fix compile error, if BUILD_DIR is used
68558
68559     Signed-off-by: Heiko Schocher <hs@denx.de>
68560
68561 commit a2e1c7098cf9574386b0c96841dfc8ea5cc93578
68562 Author: Stefan Roese <sr@denx.de>
68563 Date:   Thu Jul 12 16:32:08 2007 +0200
68564
68565     ppc4xx: Change receive buffer handling in the 4xx emac driver
68566
68567     This change fixes a bug in the receive buffer handling, that
68568     could lead to problems upon high network traffic (broadcasts...).
68569
68570     Signed-off-by: Stefan Roese <sr@denx.de>
68571
68572 commit 239f05ee4dd4cfe0b50f251b533dcebe9e67c360
68573 Author: Wolfgang Denk <wd@denx.de>
68574 Date:   Thu Jul 12 01:45:34 2007 +0200
68575
68576     Update CHANGELOG, minor coding style cleanup.
68577
68578     Signed-off-by: Wolfgang Denk <wd@denx.de>
68579
68580 commit 5a56af3b522ba47fb33a3fee84d23bf1e5429654
68581 Author: Andy Fleming <afleming@freescale.com>
68582 Date:   Fri Jun 8 16:41:18 2007 -0500
68583
68584     Remove erroneous errata code from Marvel 88E1111S driver
68585
68586     The Marvel 88E1111S driver for the TSEC was copied from the
68587     88E1101 driver, and included a fix for an erratum which does not
68588     exist on that part.  Now it is removed
68589
68590     Signed-off-by: Andy Fleming <afleming@freescale.com>
68591
68592 commit 982efcf23fd03647e01e2fbe28a7a36239156cc0
68593 Author: Andy Fleming <afleming@freescale.com>
68594 Date:   Tue Jun 5 16:38:44 2007 -0500
68595
68596     From: eran liberty <eran.liberty@gmail.com>
68597
68598     adds the reset register to 85xx immap
68599
68600     Signed-off-by: Eran Liberty <eran.liberty@gmail.com>
68601     Signed-off-by: Andy Fleming <afleming@freescale.com>
68602
68603 commit d3ec0d943a045bdb99e159e7bbc77430e09f11d7
68604 Author: Andy Fleming <afleming@freescale.com>
68605 Date:   Thu May 10 17:50:01 2007 -0500
68606
68607     Polished the 85xx ADS config files
68608
68609     Made the boot commands use device trees by default.
68610     Also moved the ramdisk to 1000000 (I think the previous address
68611     was getting overridden during boot).
68612
68613     Signed-off-by: Andy Fleming <afleming@freescale.com>
68614
68615 commit bfb37b32d1b0b03f18077dba49cc66a6e76fa038
68616 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
68617 Date:   Wed May 9 11:03:32 2007 -0500
68618
68619     8544ds: Fix Makefile after moving pixis to board/freescale.
68620
68621     The OBJTREE != SRCTREE build scenario was broken.
68622     This fixes it.
68623
68624     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
68625     Signed-off-by: Jon Loeliger <jdl@freescale.com>
68626
68627 commit 2a3cee43c3b71fa5b8d91db19f05067865290f3e
68628 Author: Andy Fleming <afleming@freescale.com>
68629 Date:   Wed May 9 00:54:20 2007 -0500
68630
68631     tsec: Fix PHY code to match first driver
68632
68633     Jarrold Wen noticed that the generic PHY code always matches
68634     under the current implementation.  Change it so the first match
68635     wins, and *only* unknown PHYs trigger the generic driver
68636
68637     Signed-off-by: Andy Fleming <afleming@freescale.com>
68638
68639 commit ccc091aac61a38cd998d575d92f7232e256d6312
68640 Author: Andy Fleming <afleming@freescale.com>
68641 Date:   Tue May 8 17:27:43 2007 -0500
68642
68643     Add support for CPM device tree configuration to 8560 ADS
68644
68645     * Adds code to modify CPM frequencies
68646     * Cleans up the config file to #define TSEC and (for now) #undef FCC
68647     * Adds the MII command for all 8560 ADS configurations
68648     * Updates config file to provide convenience commands for booting
68649       with a device tree
68650
68651     Signed-off-by: Vitaly Bordug <vbordug@ru.mvista.com>
68652     Signed-off-by: Andy Fleming <afleming@freescale.com>
68653
68654 commit 7507d56ccaf7aae1c474342a9a5540165cd7e9d9
68655 Author: Andy Fleming <afleming@freescale.com>
68656 Date:   Tue May 8 17:23:02 2007 -0500
68657
68658     Fix Marvell 88e1145 PHY init code
68659
68660     Fix a bug in the Marvell 88e1145 PHY init code in the TSEC driver
68661     where the reset was being done after the errata code instead of
68662     before.
68663
68664     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
68665     Signed-off-by: Andy Fleming <afleming@freescale.com>
68666
68667 commit 5dc210dec5bace98a50b6ba905347890091a9bb0
68668 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
68669 Date:   Wed Jul 11 14:52:16 2007 -0500
68670
68671     Add simple agent/end-point configuration in PCI AutoConfig for PCI_CLASS_PROCESSOR_POWERPC.
68672
68673     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
68674
68675 commit e8b85f3ba4cd8930e0a2fea2100c815d64201765
68676 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
68677 Date:   Wed Jul 11 14:52:08 2007 -0500
68678
68679     pciauto setup bridge
68680
68681     The P2P bridge bus numbers programmed into the device are relative to
68682     hose->first_busno.
68683
68684     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
68685
68686 commit 571f49fa717004ca4268b4e24057efc7bf9f987b
68687 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
68688 Date:   Wed Jul 11 14:52:01 2007 -0500
68689
68690     Support PCIe extended config registers
68691
68692     FSL PCIe block has extended cfg registers in the 100 and 400 range.
68693     For example, to read the LTSSM register: pci display <busn>.0 404 1
68694
68695     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
68696
68697 commit ba5feb12581bb2912ce301e4866b71f846e9fc07
68698 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
68699 Date:   Wed Jul 11 14:51:48 2007 -0500
68700
68701     Minor improvements to drivers/pci_auto.c
68702
68703     - Make pciauto_{pre,post}scan_setup_bridge non-static
68704     - Added physical address display in debug messages.
68705
68706     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
68707
68708 commit 40e81addab7bb74d20ddf681ce9babc880a828ee
68709 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
68710 Date:   Wed Jul 11 14:51:35 2007 -0500
68711
68712     Start pci hose scan from hose->current_busno.
68713
68714     Ensure hose->current_busno is not less than first_busno.  This fixes
68715     broken board code which leaves current_busno=0 when first_busno is
68716     greater than 0 for the cases with multiple controllers.
68717
68718     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
68719
68720 commit 3865b1fb7843a08ad49a6319a36415752276ff48
68721 Author: Stefan Roese <sr@denx.de>
68722 Date:   Wed Jul 11 12:13:53 2007 +0200
68723
68724     Fix some compile problems introduced by the latest CFG_CMD_xxx cleanup
68725
68726     Signed-off-by: Stefan Roese <sr@denx.de>
68727
68728 commit fa1df308926a6f70e3504c57514ef27ac31fd13a
68729 Author: Bartlomiej Sieka <tur@semihalf.com>
68730 Date:   Wed Jul 11 20:11:07 2007 +0200
68731
68732     CM1.QP1: Support for the Schindler CM1.QP1 board.
68733
68734     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
68735     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
68736
68737 commit 96e1d75be8193ca79e4215a368bf9d7f2362450f
68738 Author: Heiko Schocher <hs@pollux.denx.de>
68739 Date:   Wed Jul 11 18:39:11 2007 +0200
68740
68741     [PCS440EP]  - Show on the DIAG LEDs, if the SHA1 check failed
68742                 - now the Flash ST M29W040B is supported (not tested)
68743                 - fix the "led" command
68744                 - fix compile error, if BUILD_DIR is used
68745
68746     Signed-off-by: Heiko Schocher <hs@denx.de>
68747
68748 commit e9514751cfa5cce61ea699fa0d3eb37898a5eeb5
68749 Author: Stefan Roese <sr@denx.de>
68750 Date:   Sun Jul 8 13:44:27 2007 +0200
68751
68752     Fix malloc problem introduced with the relocation fixup for the PPC platform
68753
68754     The relocation fixup didn't handle the malloc pointer initialization
68755     correctly. This patch fixes this problem. Tested successfully on 4xx.
68756     The relocation fixup patches for 4xx will follow soon.
68757
68758     Signed-off-by: Stefan Roese <sr@denx.de>
68759
68760 commit 0dca874db62718e41253659e60f3a1de7eb418ce
68761 Author: TsiChung <tcliew@Goku.(none)>
68762 Date:   Tue Jul 10 15:45:43 2007 -0500
68763
68764     Cache update and added CFG_UNIFY_CACHE
68765
68766     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.
68767
68768     Signed-off-by: TsiChung <tcliew@Goku.(none)>
68769
68770 commit 52b017604a8f4d4a795880ef6e7861d7f2f1b005
68771 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68772 Date:   Thu Jul 5 23:36:16 2007 -0500
68773
68774     Update header file. Include dtimer_intr_setup(). Changed timer divider to global define.
68775
68776     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
68777
68778     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68779
68780 commit 5cdc07c7ef8f08ea55d3c47ed9221d91aa6d5fac
68781 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68782 Date:   Thu Jul 5 23:31:25 2007 -0500
68783
68784     Update header files
68785
68786     Include immap.h and renamed mcfrtc.h to rtc.h
68787
68788     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68789
68790 commit 2870e98ac8e5553e9187b12a47e5f46babb53990
68791 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68792 Date:   Thu Jul 5 23:29:21 2007 -0500
68793
68794     Add mcffec_initialize()
68795
68796     Added mcffec_initialize() in eth_initialize()
68797
68798     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68799
68800 commit 45a25bfd0c52f8a3fa137216bc94d32f90bedc5d
68801 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68802 Date:   Thu Jul 5 23:27:40 2007 -0500
68803
68804     Update header file and clean up
68805
68806     Include immap.h
68807
68808     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68809
68810 commit 0cee9c66318602c856a899ae5fa7579ccba6443a
68811 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68812 Date:   Thu Jul 5 23:23:15 2007 -0500
68813
68814     New uart structure and defines
68815
68816     Seperated from mcfuart.h
68817
68818     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68819
68820 commit a90e79de8d99e9c9d69d60bfff9f24c337165900
68821 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68822 Date:   Thu Jul 5 23:22:31 2007 -0500
68823
68824     New timer structure and defines
68825
68826     Seperated from mcftimer.h
68827
68828     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68829
68830 commit e04acb2eba4782489417240eff76e20e176aec10
68831 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68832 Date:   Thu Jul 5 23:21:09 2007 -0500
68833
68834     Rename mcfrtc to rtc
68835
68836     Since it is already in m68k folder, un-necessary to pad mcf. Replaced immap_5329.h and m5329.h to immap.h
68837
68838     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68839
68840 commit 2bd806fe4fc23958b8f78778199e7a6e3f8f6ad5
68841 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68842 Date:   Thu Jul 5 23:17:36 2007 -0500
68843
68844     Rename mcfserial.c. Update include header
68845
68846     Renamed mcfserial.c to mcfuart.c. Modified Makefile for mcfuart.o from mcfserial.o. Replace immap_5329.h and m5329.h to immap.h
68847
68848     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68849
68850 commit f2208fbc2eb9de3f4285bfaa021c6ebae16c9b0e
68851 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68852 Date:   Thu Jul 5 23:13:58 2007 -0500
68853
68854     Header file update, clean up and cache handling
68855
68856     Replaced immap_5329.h and m5329.h with immap.h. Included cache_invalid.
68857
68858     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68859
68860 commit 2e3f25ae9082daa9f5d181db45dfbc2e52ce0f97
68861 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68862 Date:   Thu Jul 5 23:10:40 2007 -0500
68863
68864     Create interrupts.c and modify Makefile
68865
68866     interrupt_init() and dtimer_intr_setup() are placed in interrupts.c. Added interrupts.o to Makefile
68867
68868     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68869
68870 commit ddd104f1ed655eda50c06ba636237a83ed943f34
68871 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68872 Date:   Thu Jul 5 23:06:55 2007 -0500
68873
68874     Enable Icache
68875
68876     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68877
68878 commit b9bf3de377b2bae70c983c9b97feae914999e735
68879 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68880 Date:   Thu Jul 5 23:05:31 2007 -0500
68881
68882     Update header file and some clean up
68883
68884     Replaced immap_5329.h and m5329.h with immap.h. Removed whitespaces.
68885
68886     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68887
68888 commit 84a015b52ec820a5ae173717d78516de731c89c2
68889 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68890 Date:   Thu Jul 5 23:03:28 2007 -0500
68891
68892     Update header file and enable icache
68893
68894     Replaced immap_5329.h and m5329.h with immap.h. Enabled icache_enable() in cpu_init_r().
68895
68896     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68897
68898 commit 7a17e759c7a8b58e910daf54df611e94fc8ca074
68899 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68900 Date:   Thu Jul 5 23:01:22 2007 -0500
68901
68902     Update header file and removed interrupt_init()
68903
68904     Replace immap_5329.h and m5329.h with immap.h. Removed interrupt_init() and placed it in interrupts.c
68905
68906     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68907
68908 commit 3b635492c95bd0d6e08f93f699821cba1f602a64
68909 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68910 Date:   Thu Jul 5 22:57:46 2007 -0500
68911
68912     Update for flash.o and mii.o
68913
68914     Removed flash.o and added mii.o
68915
68916     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68917
68918 commit c5ded275d839e4ff79f41718d50a835d989f57bc
68919 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68920 Date:   Thu Jul 5 22:56:19 2007 -0500
68921
68922     MII functions calls.
68923
68924     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68925
68926 commit 427c814104560e29bda14955c67703245aaaa5b4
68927 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68928 Date:   Thu Jul 5 22:54:42 2007 -0500
68929
68930     Removed MII functions and replaced immap_5329.h and m5329.h with immap.h.
68931
68932     The removed MII routines will be placed in mii.c.
68933
68934     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68935
68936 commit 01a793fda09c63df5a496f09dc1c7cb26e6751a2
68937 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68938 Date:   Thu Jul 5 22:51:05 2007 -0500
68939
68940     Duplicate code
68941
68942     There is a Common Flash Interface Driver existed. To use the CFI driver, define CFG_FLASH_CFI in configuration file.
68943
68944     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68945
68946 commit 2744354a8437b8f78db178e30660215688bff570
68947 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68948 Date:   Thu Jul 5 22:46:38 2007 -0500
68949
68950     Seperate old structure defines and new structure defines
68951
68952     Removed new uart structure and defines to uart.h
68953
68954     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68955
68956 commit 2bd58608dbcff8890ca9a0c59e861ac24f8bb230
68957 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68958 Date:   Thu Jul 5 22:45:01 2007 -0500
68959
68960     Seperate old structure defines and new structure defines
68961
68962     New timer structure and defines will move to new timer.h
68963
68964     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68965
68966 commit 8cd5cd6de4ff92e03978338ed7aeb3ce7b7b9784
68967 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68968 Date:   Thu Jul 5 22:42:23 2007 -0500
68969
68970     Clean up
68971
68972     Removed whitespace
68973
68974     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68975
68976 commit 514871f565dd8bd1121e4a3ac1665a790e20b8f2
68977 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68978 Date:   Thu Jul 5 22:41:24 2007 -0500
68979
68980     Clean up
68981
68982     Replaced whitespace with tabs
68983
68984     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68985
68986 commit 48dbfeabc7afffe30609a4489f10c22cb67ef7dd
68987 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68988 Date:   Thu Jul 5 22:39:07 2007 -0500
68989
68990     Create new header file and move peripherals base address from configs file to new header file.
68991
68992     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.
68993
68994     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68995
68996 commit be296e31c4411f96d9cb3d2afc8fcb006867abfa
68997 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
68998 Date:   Thu Jul 5 22:24:58 2007 -0500
68999
69000     Revert file mode
69001
69002     Changed MAKEALL file mode to executable, removed executable file mode from Makefile
69003
69004     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
69005
69006 commit b3aff0cb9ecf236d7e8c93761dd1dadf6837a582
69007 Author: Jon Loeliger <jdl@freescale.com>
69008 Date:   Tue Jul 10 11:19:50 2007 -0500
69009
69010     disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols.
69011
69012     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
69013     Those always evaluated TRUE, and thus were always compiled
69014     even when IDE really wasn't defined/wanted.
69015
69016     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69017
69018 commit ddb5d86f0215bcb6c293510c50eb050e92883b7a
69019 Author: Jon Loeliger <jdl@freescale.com>
69020 Date:   Tue Jul 10 11:13:21 2007 -0500
69021
69022     drivers/: Remove lingering references to CFG_CMD_* symbols.
69023
69024     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
69025     Those always evaluated TRUE, and thus were always compiled
69026     even when IDE really wasn't defined/wanted.
69027
69028     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69029
69030 commit f40a7f3e3888b42a43674b099e5470022c8c544c
69031 Author: Jon Loeliger <jdl@freescale.com>
69032 Date:   Tue Jul 10 11:07:56 2007 -0500
69033
69034     fs/: Remove lingering references to CFG_CMD_* symbols.
69035
69036     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
69037     Those always evaluated TRUE, and thus were always compiled
69038     even when IDE really wasn't defined/wanted.
69039
69040     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69041
69042 commit 610f2e9c28a9c101e09fa1b78143cf5f00ed1593
69043 Author: Jon Loeliger <jdl@freescale.com>
69044 Date:   Tue Jul 10 11:05:02 2007 -0500
69045
69046     net/: Remove lingering references to CFG_CMD_* symbols.
69047
69048     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
69049     Those always evaluated TRUE, and thus were always compiled
69050     even when IDE really wasn't defined/wanted.
69051
69052     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69053
69054 commit 902531788376046da212afd1661cffb62f3daa1c
69055 Author: Jon Loeliger <jdl@freescale.com>
69056 Date:   Tue Jul 10 11:02:44 2007 -0500
69057
69058     common/: Remove lingering references to CFG_CMD_* symbols.
69059
69060     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
69061     Those always evaluated TRUE, and thus were always compiled
69062     even when IDE really wasn't defined/wanted.
69063
69064     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69065
69066 commit d39b57415838c73fb0a37eca84de3c68ba990586
69067 Author: Jon Loeliger <jdl@freescale.com>
69068 Date:   Tue Jul 10 10:48:22 2007 -0500
69069
69070     board/[j-z]*: Remove lingering references to CFG_CMD_* symbols.
69071
69072     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
69073     Those always evaluated TRUE, and thus were always compiled
69074     even when IDE really wasn't defined/wanted.
69075
69076     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69077
69078 commit 77a318545d57aefa844752465b94c7e09a3f26d0
69079 Author: Jon Loeliger <jdl@freescale.com>
69080 Date:   Tue Jul 10 10:39:10 2007 -0500
69081
69082     board/[A-Za-i]*: Remove lingering references to CFG_CMD_* symbols.
69083
69084     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
69085     Those always evaluated TRUE, and thus were always compiled
69086     even when IDE really wasn't defined/wanted.
69087
69088     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69089
69090 commit 068b60a0eb7e73b243ca55399f2a7df76e2c3f3d
69091 Author: Jon Loeliger <jdl@freescale.com>
69092 Date:   Tue Jul 10 10:27:39 2007 -0500
69093
69094     cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols.
69095
69096     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69097
69098 commit 079a136c3588814784561d6e4856970ee82d6e2a
69099 Author: Jon Loeliger <jdl@freescale.com>
69100 Date:   Tue Jul 10 10:12:10 2007 -0500
69101
69102     include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*.
69103
69104     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
69105     used to be included but CONFIG_BOOTP_MASK was not defined.
69106
69107     Remove lingering references to CFG_CMD_* symbols.
69108
69109     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69110
69111 commit 7f5c01577400c74cc5bac74f41dd0d3c79df623c
69112 Author: Jon Loeliger <jdl@freescale.com>
69113 Date:   Tue Jul 10 09:38:02 2007 -0500
69114
69115     include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*.
69116
69117     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
69118     used to be included but CONFIG_BOOTP_MASK was not defined.
69119
69120     Remove lingering references to CFG_CMD_* symbols.
69121
69122     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69123
69124 commit 80ff4f99b84b64edca3fd10da365ec1493be1c95
69125 Author: Jon Loeliger <jdl@freescale.com>
69126 Date:   Tue Jul 10 09:29:01 2007 -0500
69127
69128     include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*.
69129
69130     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
69131     used to be included but CONFIG_BOOTP_MASK was not defined.
69132
69133     Remove lingering references to CFG_CMD_* symbols.
69134
69135     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69136
69137 commit a1aa0bb502e25fd598b5e0ccdfb2c174921d714a
69138 Author: Jon Loeliger <jdl@freescale.com>
69139 Date:   Tue Jul 10 09:22:23 2007 -0500
69140
69141     include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*.
69142
69143     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
69144     used to be included but CONFIG_BOOTP_MASK was not defined.
69145
69146     Remove lingering references to CFG_CMD_* symbols.
69147
69148     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69149
69150 commit 659e2f6736232a08acca8785c206e2b4d9cd07d7
69151 Author: Jon Loeliger <jdl@freescale.com>
69152 Date:   Tue Jul 10 09:10:49 2007 -0500
69153
69154     include/configs/[J-O]*: Cleanup BOOTP and lingering CFG_CMD_*.
69155
69156     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
69157     used to be included but CONFIG_BOOTP_MASK was not defined.
69158
69159     Remove lingering references to CFG_CMD_* symbols.
69160
69161     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69162
69163 commit 11799434c5ff15a612577bb1ad1f4ea1a0595e4b
69164 Author: Jon Loeliger <jdl@freescale.com>
69165 Date:   Tue Jul 10 09:02:57 2007 -0500
69166
69167     include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*.
69168
69169     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
69170     used to be included but CONFIG_BOOTP_MASK was not defined.
69171
69172     Remove lingering references to CFG_CMD_* symbols.
69173
69174     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69175
69176 commit 1fe80d79c5c4e52d3410a7ab4b8515da095cdab3
69177 Author: Jon Loeliger <jdl@freescale.com>
69178 Date:   Mon Jul 9 22:08:34 2007 -0500
69179
69180     Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK!
69181
69182     All of the choices for CONFIG_BOOTP_ are now documented in
69183     the README file.  You must now individually select exactly
69184     the set that you want using a series of
69185         #define CONFIG_BOOTP_<x>
69186     statements in the board port config files now.
69187
69188     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69189
69190 commit d3b8c1a743dcd31625c99e6a44590f207eb00028
69191 Author: Jon Loeliger <jdl@freescale.com>
69192 Date:   Mon Jul 9 21:57:31 2007 -0500
69193
69194     include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
69195
69196     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69197
69198 commit 2fd90ce575b02d189cbf443c85309bcd001aa393
69199 Author: Jon Loeliger <jdl@freescale.com>
69200 Date:   Mon Jul 9 21:48:26 2007 -0500
69201
69202     include/configs/[a-m]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
69203
69204     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69205
69206 commit 37d4bb70586659dedef1658ce1bed071be098aec
69207 Author: Jon Loeliger <jdl@freescale.com>
69208 Date:   Mon Jul 9 21:38:02 2007 -0500
69209
69210     include/configs/[T-Z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
69211
69212     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69213
69214 commit 18225e8dd1950bd6dbf35011e436db7f474c187d
69215 Author: Jon Loeliger <jdl@freescale.com>
69216 Date:   Mon Jul 9 21:31:24 2007 -0500
69217
69218     include/configs/[P-S]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
69219
69220     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69221
69222 commit 7be044e4ea644b0ef1c486dadc1a4c2665b4374d
69223 Author: Jon Loeliger <jdl@freescale.com>
69224 Date:   Mon Jul 9 21:24:19 2007 -0500
69225
69226     include/configs/[H-N]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
69227
69228     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69229
69230 commit 5d2ebe1b3ef0055c661bb1a0d252bf252380069f
69231 Author: Jon Loeliger <jdl@freescale.com>
69232 Date:   Mon Jul 9 21:16:53 2007 -0500
69233
69234     include/configs/[A-G]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
69235
69236     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69237
69238 commit f55f7f8d83f36021ab1f0e3d738f5d8c8083a7e3
69239 Author: Jon Loeliger <jdl@freescale.com>
69240 Date:   Mon Jul 9 19:12:30 2007 -0500
69241
69242     Retire CONFIG_COMMANDS finally.
69243     Strip old CFG_CMD_* symbols out.
69244
69245     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69246
69247 commit b5501f7d720fed99ab0b42c83f5dea52868ce007
69248 Author: Jon Loeliger <jdl@freescale.com>
69249 Date:   Mon Jul 9 19:10:03 2007 -0500
69250
69251     Update README.* to reference new CONFIG_CMD_* names now.
69252
69253     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69254
69255 commit 4431283c7e6d54ae180d466e51bf2d97471a0ad9
69256 Author: Jon Loeliger <jdl@freescale.com>
69257 Date:   Mon Jul 9 19:06:00 2007 -0500
69258
69259     cpu/m*: Remove obsolete references to CONFIG_COMMANDS
69260
69261     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69262
69263 commit 3a1ed1e1f922c419bb71f7df4949d783ade369fa
69264 Author: Jon Loeliger <jdl@freescale.com>
69265 Date:   Mon Jul 9 18:57:22 2007 -0500
69266
69267     cpu/[7a-ln-z]*: Remove obsolete references to CONFIG_COMMANDS
69268
69269     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69270
69271 commit ab3abcbabd840928fb1eb5122118ca466b5e5013
69272 Author: Jon Loeliger <jdl@freescale.com>
69273 Date:   Mon Jul 9 18:45:16 2007 -0500
69274
69275     board/[q-z]*: Remove obsolete references to CONFIG_COMMANDS
69276
69277     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69278
69279 commit 3fe00109a5f12de55b6e25b1f98dfc24bc9090c9
69280 Author: Jon Loeliger <jdl@freescale.com>
69281 Date:   Mon Jul 9 18:38:39 2007 -0500
69282
69283     board/[m-p]*: Remove obsolete references to CONFIG_COMMANDS
69284
69285     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69286
69287 commit c508a4cefd8a953fc64957650506a035e6e3d9d1
69288 Author: Jon Loeliger <jdl@freescale.com>
69289 Date:   Mon Jul 9 18:31:28 2007 -0500
69290
69291     board/[f-l]*: Remove obsolete references to CONFIG_COMMANDS
69292
69293     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69294
69295 commit b9307262f8a9f3b5c9e15a6067eadc17407146f6
69296 Author: Jon Loeliger <jdl@freescale.com>
69297 Date:   Mon Jul 9 18:24:55 2007 -0500
69298
69299     board/[d-e]*: Remove obsolete references to CONFIG_COMMANDS
69300
69301     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69302
69303 commit fcec2eb93e126400009729328e797f12bc94f1fd
69304 Author: Jon Loeliger <jdl@freescale.com>
69305 Date:   Mon Jul 9 18:19:09 2007 -0500
69306
69307     board/[A-Za-c]*: Remove obsolete references to CONFIG_COMMANDS
69308
69309     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69310
69311 commit a593814f2be0c9cdc3133cd550b167b8a988328f
69312 Author: Jon Loeliger <jdl@freescale.com>
69313 Date:   Mon Jul 9 18:10:50 2007 -0500
69314
69315     rtc/: Remove obsolete references to CONFIG_COMMANDS
69316
69317     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69318
69319 commit 67350568f9d46e66c21829f3513b3db0caeb948b
69320 Author: Jon Loeliger <jdl@freescale.com>
69321 Date:   Mon Jul 9 18:05:38 2007 -0500
69322
69323     lib_{arm,avr32,blackfin,generic,i386}/: Remove obsolete references to CONFIG_COMMANDS
69324
69325     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69326
69327 commit 7def6b34f910f08d7ef0a14646da067719237ca2
69328 Author: Jon Loeliger <jdl@freescale.com>
69329 Date:   Mon Jul 9 18:02:11 2007 -0500
69330
69331     lib_{m68k,microblaze,mips,ppc}/: Remove obsolete references to CONFIG_COMMANDS
69332
69333     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69334
69335 commit dd60d1223b99a88a7216f3e041fe40634ad4c2bb
69336 Author: Jon Loeliger <jdl@freescale.com>
69337 Date:   Mon Jul 9 17:56:50 2007 -0500
69338
69339     fs/: Remove obsolete references to CONFIG_COMMANDS
69340
69341     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69342
69343 commit c91898bbc505aff3e12a807af88e76da18efb7ee
69344 Author: Jon Loeliger <jdl@freescale.com>
69345 Date:   Mon Jul 9 17:46:09 2007 -0500
69346
69347     tools/: Remove obsolete references to CONFIG_COMMANDS
69348
69349     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69350
69351 commit 643d1ab23960950b52e0a2803c2d3ea4c558fa01
69352 Author: Jon Loeliger <jdl@freescale.com>
69353 Date:   Mon Jul 9 17:45:14 2007 -0500
69354
69355     net/: Remove obsolete references to CONFIG_COMMANDS
69356
69357     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69358
69359 commit cb51c0bf88f95a1bca68324b0126f8eed8b43273
69360 Author: Jon Loeliger <jdl@freescale.com>
69361 Date:   Mon Jul 9 17:39:42 2007 -0500
69362
69363     drivers/[n-z]*: Remove obsolete references to CONFIG_COMMANDS
69364
69365     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69366
69367 commit 07d38a17e964aec4c7827f0ee9a583bc8cc1ad6b
69368 Author: Jon Loeliger <jdl@freescale.com>
69369 Date:   Mon Jul 9 17:30:01 2007 -0500
69370
69371     drivers/[a-m]*: Remove obsolete references to CONFIG_COMMANDS
69372
69373     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69374
69375 commit cde5c64d17cf4834aa7b5c373f288bc7dad27b29
69376 Author: Jon Loeliger <jdl@freescale.com>
69377 Date:   Mon Jul 9 17:22:37 2007 -0500
69378
69379     disk/: Remove obsolete references to CONFIG_COMMANDS
69380
69381     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69382
69383 commit 639221c76c88215bd55af83ad174fc30d1940f8f
69384 Author: Jon Loeliger <jdl@freescale.com>
69385 Date:   Mon Jul 9 17:15:49 2007 -0500
69386
69387     include/: Remove obsolete references to CONFIG_COMMANDS
69388     Mostly removed from comments here.
69389
69390     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69391
69392 commit 4ef218f6fdf8d747f4589da5252b004e7d2c2876
69393 Author: Wolfgang Denk <wd@denx.de>
69394 Date:   Tue Jul 10 00:01:28 2007 +0200
69395
69396     Coding style cleanup; update CHANGELOG.
69397
69398     Signed-off-by: Wolfgang Denk <wd@denx.de>
69399
69400 commit c8603cfbd4573379a6076c9c208545ba2bbf019a
69401 Author: Stefan Roese <sr@denx.de>
69402 Date:   Mon Jul 9 11:00:24 2007 +0200
69403
69404     Small coding style cleanup
69405
69406     Signed-off-by: Stefan Roese <sr@denx.de>
69407
69408 commit 0f92c7e7c9a62755b1457d3c46f93c8c1f6c19fc
69409 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
69410 Date:   Mon Jul 9 10:10:08 2007 +0200
69411
69412     Migrate esd 405EP boards to new NAND subsystem
69413
69414     Remove unused CFG_NAND_LEGACY define
69415
69416     These boards to not have NAND.
69417
69418     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
69419
69420 commit bd84ee4c2020c3a6861f4bb2e7ea0fb49f82e803
69421 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
69422 Date:   Mon Jul 9 10:10:06 2007 +0200
69423
69424     Migrate esd 405EP boards to new NAND subsystem
69425
69426     Migrate esd 405EP boards to new NAND subsystem
69427
69428     -cleanup
69429     -use correct io accessors (in/out_be32())
69430
69431     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
69432
69433 commit e09f7ab5749c345f924da272bea0521a73af5b11
69434 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
69435 Date:   Mon Jul 9 10:10:04 2007 +0200
69436
69437     Migrate esd 405EP boards to new NAND subsystem
69438
69439     This patch prepares the migration from the legacy NAND driver
69440     to U-Boot's new NAND subsystem for esd boards.
69441
69442     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
69443
69444 commit c3517f919d0f61650cf3027fd4faf0f631142f6c
69445 Author: Jon Loeliger <jdl@freescale.com>
69446 Date:   Sun Jul 8 18:10:08 2007 -0500
69447
69448     common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS
69449
69450     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69451
69452 commit fd9bcaa35be64fe41a4223fdb6ecdbad52470b39
69453 Author: Jon Loeliger <jdl@freescale.com>
69454 Date:   Sun Jul 8 18:05:39 2007 -0500
69455
69456     common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS.
69457
69458     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69459
69460 commit c76fe47425afc7d5d670ff0539823c85d65d9c42
69461 Author: Jon Loeliger <jdl@freescale.com>
69462 Date:   Sun Jul 8 18:02:23 2007 -0500
69463
69464     common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.
69465
69466     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69467
69468 commit baa26db4113679b80970ff447d91cc10217742a6
69469 Author: Jon Loeliger <jdl@freescale.com>
69470 Date:   Sun Jul 8 17:51:39 2007 -0500
69471
69472     common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS.
69473
69474     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69475
69476 commit af075ee96e52dda7b6bca6c937588aeaaec5f2cd
69477 Author: Jon Loeliger <jdl@freescale.com>
69478 Date:   Sun Jul 8 17:02:01 2007 -0500
69479
69480     Clear up confusion over the CMD_POST and POST_DIAG mess.
69481
69482     For some reason, CONFIG_POST permeated as CONFIG_CMD_POST_DIAG
69483     when it really means just CONFIG_CMD_DIAG.  There is no CMD_POST.
69484     Clear this mess up some.
69485
69486     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69487
69488 commit b3631487105a57ab7cbadfc26efbaf9676275018
69489 Author: Jon Loeliger <jdl@freescale.com>
69490 Date:   Sun Jul 8 15:45:08 2007 -0500
69491
69492     Remove references to the old cmd_confdefs.h include file.
69493
69494     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69495
69496 commit a22d4da95e20049b4daa1c2a022f61e8a72f2fb6
69497 Author: Jon Loeliger <jdl@freescale.com>
69498 Date:   Sun Jul 8 15:42:59 2007 -0500
69499
69500     include/configs: Catch some CONFIG_CMD_* conversion stragglers.
69501
69502     Use new CONFIG_CMD_* in lwmon5.h board config file.
69503     Fix CONFIG_CMD_* typo braindamage in omap1510inn.h
69504
69505     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69506
69507 commit a5562901661bd428f7e5feb333f796372cb81019
69508 Author: Jon Loeliger <jdl@freescale.com>
69509 Date:   Sun Jul 8 15:31:57 2007 -0500
69510
69511     include/configs: Use new CONFIG_CMD_* in various [TUVWZYZ]* named board config files.
69512
69513     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69514
69515 commit fe7f782d5b8c64a0195c68c31a0a11d4f641355e
69516 Author: Jon Loeliger <jdl@freescale.com>
69517 Date:   Sun Jul 8 15:02:44 2007 -0500
69518
69519     include/configs: Use new CONFIG_CMD_* in various S* named board config files.
69520
69521     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69522
69523 commit e9a0f8f15c11f337967aa0600ad6e8af33037f50
69524 Author: Jon Loeliger <jdl@freescale.com>
69525 Date:   Sun Jul 8 15:12:40 2007 -0500
69526
69527     include/configs: Use new CONFIG_CMD_* in various R* named board config files.
69528
69529     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69530
69531 commit 12aa9fd23d724bd6ab88e1baa0db35133a27303f
69532 Author: Jon Loeliger <jdl@freescale.com>
69533 Date:   Sun Jul 8 14:55:07 2007 -0500
69534
69535     include/configs: Use new CONFIG_CMD_* in various Q* named board config files.
69536
69537     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69538
69539 commit acf0269779422f3e147d2ddfb499c9f6ff10ad5e
69540 Author: Jon Loeliger <jdl@freescale.com>
69541 Date:   Sun Jul 8 14:49:44 2007 -0500
69542
69543     include/configs: Use new CONFIG_CMD_* in various P* named board config files.
69544
69545     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69546
69547 commit e18a1061a8630cb67995fdf99afd3fb50d1b187d
69548 Author: Jon Loeliger <jdl@freescale.com>
69549 Date:   Sun Jul 8 14:21:43 2007 -0500
69550
69551     include/configs: Use new CONFIG_CMD_* in various [NO]* named board config files.
69552
69553     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69554
69555 commit 8353e139bfad9059c54f5b2421f1a3090e15a2e2
69556 Author: Jon Loeliger <jdl@freescale.com>
69557 Date:   Sun Jul 8 14:14:17 2007 -0500
69558
69559     include/configs: Use new CONFIG_CMD_* in various M* named board config files.
69560
69561     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69562
69563 commit 348f258f24253433e4a2302a0bbceb6740a67246
69564 Author: Jon Loeliger <jdl@freescale.com>
69565 Date:   Sun Jul 8 13:46:18 2007 -0500
69566
69567     include/configs: Use new CONFIG_CMD_* in various [IJKL]* named board config files.
69568
69569     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69570
69571 commit 6c4f4da9bfc9f9403f54fce678ed0364b7c86a6a
69572 Author: Jon Loeliger <jdl@freescale.com>
69573 Date:   Sun Jul 8 10:09:35 2007 -0500
69574
69575     include/configs: Use new CONFIG_CMD_* in various H* named board config files.
69576
69577     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69578
69579 commit 60a0876b5106b34220e459c208bbf648073306c0
69580 Author: Jon Loeliger <jdl@freescale.com>
69581 Date:   Sat Jul 7 21:04:26 2007 -0500
69582
69583     include/configs: Use new CONFIG_CMD_* in various F* and G* named board config files.
69584
69585     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69586
69587 commit dcaa71562826a2466e894c868d132509dcda8444
69588 Author: Jon Loeliger <jdl@freescale.com>
69589 Date:   Sat Jul 7 20:56:05 2007 -0500
69590
69591     include/configs: Use new CONFIG_CMD_* in various E* named board config files.
69592
69593     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69594
69595 commit 3c3227f3c737502311b25b72084573901cbbf17d
69596 Author: Jon Loeliger <jdl@freescale.com>
69597 Date:   Sat Jul 7 20:40:43 2007 -0500
69598
69599     include/configs: Use new CONFIG_CMD_* in various D* named board config files.
69600
69601     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69602
69603 commit 49cf7e8ee7ef943fdfe866ce28410b0bfbf6a26c
69604 Author: Jon Loeliger <jdl@freescale.com>
69605 Date:   Thu Jul 5 19:52:35 2007 -0500
69606
69607     include/configs: Use new CONFIG_CMD_* in various C* named board config files.
69608
69609     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69610
69611 commit de8b2a6e33298dcdb10bdda48db25e53c3089eba
69612 Author: Jon Loeliger <jdl@freescale.com>
69613 Date:   Thu Jul 5 19:32:07 2007 -0500
69614
69615     include/configs: Use new CONFIG_CMD_* in various B* named board config files.
69616
69617     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69618
69619 commit 498ff9a228485bd4b9f23d066bada268f9add1dd
69620 Author: Jon Loeliger <jdl@freescale.com>
69621 Date:   Thu Jul 5 19:13:52 2007 -0500
69622
69623     include/configs: Use new CONFIG_CMD_* in various A* named board config files.
69624
69625     Since ADS860.h includes "board/fads/fads.h" with ramifications
69626     on the CONFIG_COMMAND treatment, it too has to be adjusted to
69627     exclude already configured commands in this same commit.
69628
69629     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69630
69631 commit 10e038932f22ee80ebd53de312531e70e6590a2f
69632 Author: Thomas Knobloch <knobloch@siemens.com>
69633 Date:   Fri Jul 6 14:58:39 2007 +0200
69634
69635     [NAND] Bad block skipping for command nboot
69636
69637     The old implementation of command nboot does not support reading the image from
69638     NAND flash with skipping of bad blocks. The patch implements a new version of
69639     the nboot command: by calling nboot.jffs2 from the u-boot command line the
69640     command will load the image from NAND flash with respect to bad blocks (by using
69641     nand_read_opts()). This is similar to e.g. the NAND read command: "nand
69642     read.jffs2 ...".
69643
69644     Signed-off-by: Thomas Knobloch <knobloch@siemens.com>
69645     Signed-off-by: Stefan Roese <sr@denx.de>
69646
69647 commit 334043f601a90ac53e5ecc846fbb73a1ef38cb1f
69648 Author: Stefan Roese <sr@denx.de>
69649 Date:   Fri Jul 6 12:26:51 2007 +0200
69650
69651     ppc4xx: Update lwmon5 default environment
69652
69653     Signed-off-by: Stefan Roese <sr@denx.de>
69654
69655 commit 5d187430a055d62f17ca84d75e7245439d1f7e75
69656 Author: Stefan Roese <sr@denx.de>
69657 Date:   Fri Jul 6 11:48:24 2007 +0200
69658
69659     ppc4xx: Update lwmon5 board
69660
69661     Add unlock=yes environment variable to default variables to unlock
69662     the CFI flash by default.
69663
69664     Signed-off-by: Stefan Roese <sr@denx.de>
69665
69666 commit 6b0a174a1e6f55e1f5a1fbb223cdad7645a4646e
69667 Author: Stefan Roese <sr@denx.de>
69668 Date:   Fri Jul 6 09:45:47 2007 +0200
69669
69670     Fix problem with get/setdcr commands introduced by cfg patches
69671
69672     Signed-off-by: Stefan Roese <sr@denx.de>
69673
69674 commit f1152f8c28db4a22087c21c618a3f7baa48e9a4f
69675 Author: Wolfgang Denk <wd@denx.de>
69676 Date:   Fri Jul 6 02:50:19 2007 +0200
69677
69678     Code cleanup and default config update for STC GP3 SSA board.
69679
69680     Signed-off-by: Wolfgang Denk <wd@denx.de>
69681
69682 commit e4dbe1b215f5c6c462e76909d240bd96472b84de
69683 Author: Wolfgang Denk <wd@denx.de>
69684 Date:   Thu Jul 5 17:56:27 2007 +0200
69685
69686     Fixing some typos etc. introduced mainly by cfg patches.
69687
69688     Signed-off-by: Wolfgang Denk <wd@denx.de>
69689
69690 commit b6b4684546809f89c8bac72863ca49b5fd8ac0cd
69691 Author: Wolfgang Denk <wd@denx.de>
69692 Date:   Thu Jul 5 11:12:16 2007 +0200
69693
69694     Minor coding style cleanup. Update CHANGELOG.
69695
69696 commit dca3b3d6d6396b67e5e84af53452164923c73443
69697 Author: Jon Loeliger <jdl@jdl.com>
69698 Date:   Wed Jul 4 22:33:46 2007 -0500
69699
69700     include/configs: Use new CONFIG_CMD_* in various [v-z]* named board config files.
69701
69702     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69703
69704 commit 6c18eb9804b525f3e4f3bb3d014dd69a200d9fa7
69705 Author: Jon Loeliger <jdl@jdl.com>
69706 Date:   Wed Jul 4 22:33:38 2007 -0500
69707
69708     include/configs: Use new CONFIG_CMD_* in various t* and u* named board config files.
69709
69710     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69711
69712 commit 46da1e96b7db14f4fcd2c92544e7c0862024bc76
69713 Author: Jon Loeliger <jdl@jdl.com>
69714 Date:   Wed Jul 4 22:33:30 2007 -0500
69715
69716     include/configs: Use new CONFIG_CMD_* in various s* named board config files.
69717
69718     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69719
69720 commit 90cc3eb6d2be856d9ddd81436de9cf343bc6b5c8
69721 Author: Jon Loeliger <jdl@jdl.com>
69722 Date:   Wed Jul 4 22:33:23 2007 -0500
69723
69724     include/configs: Use new CONFIG_CMD_* in various q* and r* named board config files.
69725
69726     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69727
69728 commit 26a34560d56a9df5bc2ae23525d9229736134757
69729 Author: Jon Loeliger <jdl@jdl.com>
69730 Date:   Wed Jul 4 22:33:17 2007 -0500
69731
69732     include/configs: Use new CONFIG_CMD_* in various p* named board config files.
69733
69734     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69735
69736 commit a5cb23092a7d31490a33d4ec871468b63babfa3c
69737 Author: Jon Loeliger <jdl@jdl.com>
69738 Date:   Wed Jul 4 22:33:13 2007 -0500
69739
69740     include/configs: Use new CONFIG_CMD_* in various o* named board config files.
69741
69742     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69743
69744 commit 929a2bfd142737003a8fc32e1b86e1f2c1850257
69745 Author: Jon Loeliger <jdl@jdl.com>
69746 Date:   Wed Jul 4 22:33:07 2007 -0500
69747
69748     include/configs: Use new CONFIG_CMD_* in various n* named board config files.
69749
69750     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69751
69752 commit 5dc11a511960d490f7f01ffd746edfe6277f99b0
69753 Author: Jon Loeliger <jdl@jdl.com>
69754 Date:   Wed Jul 4 22:33:01 2007 -0500
69755
69756     include/configs: Use new CONFIG_CMD_* in various m* named board config files.
69757
69758     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69759
69760 commit 9bbb1c0820c1fbd3811ab6ee4ba0f6c6f76b27e4
69761 Author: Jon Loeliger <jdl@jdl.com>
69762 Date:   Wed Jul 4 22:32:57 2007 -0500
69763
69764     include/configs: Use new CONFIG_CMD_* in various l* named board config files.
69765
69766     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69767
69768 commit bc234c129fa04fb9fa33530930e5cbc6084cd47a
69769 Author: Jon Loeliger <jdl@jdl.com>
69770 Date:   Wed Jul 4 22:32:51 2007 -0500
69771
69772     include/configs: Use new CONFIG_CMD_* in various j* and k* named board config files.
69773
69774     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69775
69776 commit 1d2c6bc491969f8d8fb34c8e30e8bea7a2af9c31
69777 Author: Jon Loeliger <jdl@jdl.com>
69778 Date:   Wed Jul 4 22:32:32 2007 -0500
69779
69780     include/configs: Use new CONFIG_CMD_* in various i* named board config files.
69781
69782     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69783
69784 commit 48d5d102a2f2e619c92050b9aedbb69689185bc0
69785 Author: Jon Loeliger <jdl@jdl.com>
69786 Date:   Wed Jul 4 22:32:25 2007 -0500
69787
69788     include/configs: Use new CONFIG_CMD_* in various h* named board config files.
69789
69790     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69791
69792 commit 72eb0efaed7048afcc61fc6f0085c49394b5dc36
69793 Author: Jon Loeliger <jdl@jdl.com>
69794 Date:   Wed Jul 4 22:32:19 2007 -0500
69795
69796     include/configs: Use new CONFIG_CMD_* in various g* named board config files.
69797
69798     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69799
69800 commit 1bec3d3002d3bbbae6f2468a0f7376db1120d33e
69801 Author: Jon Loeliger <jdl@jdl.com>
69802 Date:   Wed Jul 4 22:32:10 2007 -0500
69803
69804     include/configs: Use new CONFIG_CMD_* in various e* named board config files.
69805
69806     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69807
69808 commit ab999ba1b31ebe78dd16374394a55d7c6e5aa6e4
69809 Author: Jon Loeliger <jdl@jdl.com>
69810 Date:   Wed Jul 4 22:32:03 2007 -0500
69811
69812     include/configs: Use new CONFIG_CMD_* in various d* named board config files.
69813
69814     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69815
69816 commit 37e4f24b87fa255ae456d193b7cd23c18dd1d56b
69817 Author: Jon Loeliger <jdl@jdl.com>
69818 Date:   Wed Jul 4 22:31:56 2007 -0500
69819
69820     include/configs: Use new CONFIG_CMD_* in various c* named board config files.
69821
69822     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69823
69824 commit ba2351f9d1e841bd00ea6dad1e3c16d0259ad264
69825 Author: Jon Loeliger <jdl@jdl.com>
69826 Date:   Wed Jul 4 22:31:49 2007 -0500
69827
69828     include/configs: Use new CONFIG_CMD_* in various b* named board config files.
69829
69830     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69831
69832 commit 0b361c916617aff79e647b40f0e43361e0bbaccf
69833 Author: Jon Loeliger <jdl@jdl.com>
69834 Date:   Wed Jul 4 22:31:42 2007 -0500
69835
69836     include/configs: Use new CONFIG_CMD_* in various a* named board config files.
69837
69838     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69839
69840 commit b730cda82e362df6a22f4c59c0a9b97e885b1014
69841 Author: Jon Loeliger <jdl@jdl.com>
69842 Date:   Wed Jul 4 22:31:35 2007 -0500
69843
69844     include/configs: Use new CONFIG_CMD_* in mpc5xx board config files.
69845
69846     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69847
69848 commit d794cfefead5fc177cf4f41164e80382e9c9484a
69849 Author: Jon Loeliger <jdl@jdl.com>
69850 Date:   Wed Jul 4 22:31:15 2007 -0500
69851
69852     include/configs: Use new CONFIG_CMD_* in various 5200 board config files.
69853
69854     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69855
69856 commit ef0df52ab49eea4a30c15087fd27d54c1d946f2c
69857 Author: Jon Loeliger <jdl@jdl.com>
69858 Date:   Wed Jul 4 22:31:07 2007 -0500
69859
69860     include/configs: Use new CONFIG_CMD_* in STx board config files.
69861
69862     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69863
69864 commit 866e3089bfc826bb4dc74637f8aad87a3bab79fc
69865 Author: Jon Loeliger <jdl@jdl.com>
69866 Date:   Wed Jul 4 22:30:58 2007 -0500
69867
69868     include/configs: Use new CONFIG_CMD_* in sbc* board config files.
69869
69870     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69871
69872 commit 2694690e285acaa34922f55f4b5ae030da60c55a
69873 Author: Jon Loeliger <jdl@jdl.com>
69874 Date:   Wed Jul 4 22:30:50 2007 -0500
69875
69876     include/configs: Use new CONFIG_CMD_* in TQM board config files.
69877
69878     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69879
69880 commit 1cc4c458329765b58e584a19821e796b3c10e976
69881 Author: Jon Loeliger <jdl@jdl.com>
69882 Date:   Wed Jul 4 22:30:28 2007 -0500
69883
69884     include/configs: Use new CONFIG_CMD_* in 82xx board config files.
69885
69886     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69887
69888 commit 8ea5499afdaba0acf60923dd99001c399d4a7c8e
69889 Author: Jon Loeliger <jdl@jdl.com>
69890 Date:   Wed Jul 4 22:30:06 2007 -0500
69891
69892     include/configs: Use new CONFIG_CMD_* in 83xx board config files.
69893
69894     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69895
69896 commit b44896215a09c60fa40cae906f7ed207bbc2c492
69897 Author: Sergei Poselenov <sposelenov@emcraft.com>
69898 Date:   Thu Jul 5 08:17:37 2007 +0200
69899
69900     Merged POST framework with the current TOT.
69901
69902     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
69903
69904 commit b24629fa377214d63bb40d1360e354b6d3e4af56
69905 Author: Jon Loeliger <jdl@jdl.com>
69906 Date:   Wed Jun 13 13:23:15 2007 -0500
69907
69908     mpc86xx: Remove old CFG_CMD_* references.
69909
69910     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69911
69912 commit 46175d9764da129bb4fd341cd2554dc7d55f5b2a
69913 Author: Jon Loeliger <jdl@jdl.com>
69914 Date:   Wed Jun 13 13:22:54 2007 -0500
69915
69916     Add MPC8568MDS to MAKEALL 85xx target.
69917
69918     It was missing from the original port submission.
69919
69920     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69921
69922 commit 2835e518c969e5124ba1174eef3e8375e12fa7d5
69923 Author: Jon Loeliger <jdl@jdl.com>
69924 Date:   Wed Jun 13 13:22:08 2007 -0500
69925
69926     include/configs: Use new CONFIG_CMD_* in 85xx board config files.
69927
69928     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69929
69930 commit 56b304ac2091689506088a9ae67f63fd6300cf16
69931 Author: Jon Loeliger <jdl@jdl.com>
69932 Date:   Wed Jun 13 13:21:37 2007 -0500
69933
69934     Fix #if typo in CONFIG_CMD_* changes.
69935
69936     Signed-off-by: Jon Loeliger <jdl@freescale.com>
69937
69938 commit f780b83316d9af1f61d71cc88b1917b387b9b995
69939 Author: Niklaus Giger <niklausgiger@gmx.ch>
69940 Date:   Wed Jun 27 18:11:38 2007 +0200
69941
69942     resubmit: ppc4xx: Remove sequoia/sequioa.h. Cleanup ppc440.h for PPC440EPX
69943
69944     Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
69945
69946 commit 04e6c38b766eaa2f3287561563c9e215e0c3a0d4
69947 Author: Stefan Roese <sr@denx.de>
69948 Date:   Wed Jul 4 10:06:30 2007 +0200
69949
69950     ppc4xx: Update lwmon5 board
69951
69952     - Add optional ECC generation routine to preserve existing
69953       RAM values. This is needed for the Linux log-buffer support
69954     - Add optional DDR2 setup with CL=4
69955     - GPIO50 not used anymore
69956     - Lime register setup added
69957
69958     Signed-off-by: Stefan Roese <sr@denx.de>
69959
69960 commit 6810a34677dbc446334f5e451f1682426dd33b49
69961 Author: Grant Likely <grant.likely@secretlab.ca>
69962 Date:   Tue Jul 3 00:17:28 2007 -0600
69963
69964     Fix Makefile to use $(MKCONFIG) macro for all board ports
69965
69966     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
69967
69968 commit 90b1b2d69b9396ff2f01165ebc16c9a594eb5926
69969 Author: Grant Likely <grant.likely@secretlab.ca>
69970 Date:   Tue Jul 3 00:17:28 2007 -0600
69971
69972     Fix Makefile to use $(MKCONFIG) macro for all board ports
69973
69974     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
69975
69976 commit 057004f4a4863554d56cc56268bfa7c7d9738e27
69977 Author: Grant Likely <grant.likely@secretlab.ca>
69978 Date:   Tue Jul 3 00:34:49 2007 -0600
69979
69980     Correct fixup relocation for mpc83xx
69981
69982     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
69983
69984 commit 5af61b2f4b838a05f79be274f3e5a66edd2d9c96
69985 Author: Grant Likely <grant.likely@secretlab.ca>
69986 Date:   Tue Jul 3 00:34:44 2007 -0600
69987
69988     Correct fixup relocation for mpc8260
69989
69990     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
69991
69992 commit f3a52fe05923935db86985daf9438e2f70ac39aa
69993 Author: Grant Likely <grant.likely@secretlab.ca>
69994 Date:   Tue Jul 3 00:34:39 2007 -0600
69995
69996     Correct fixup relocation for mpc824x
69997
69998     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
69999
70000 commit a85dd254c0577fca13627c46e93fc2ad4c4f1f00
70001 Author: Grant Likely <grant.likely@secretlab.ca>
70002 Date:   Tue Jul 3 00:34:34 2007 -0600
70003
70004     Correct fixup relocation for mpc8220
70005
70006     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
70007
70008 commit 6f7576b20ecf0d040c3ac3b032b5cbc860e38a90
70009 Author: Grant Likely <grant.likely@secretlab.ca>
70010 Date:   Tue Jul 3 00:34:29 2007 -0600
70011
70012     Correct fixup relocation for MPC5xxx
70013
70014     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
70015
70016 commit 3649cd99ba815b6601868735765602f00ef3692b
70017 Author: Grant Likely <grant.likely@secretlab.ca>
70018 Date:   Tue Jul 3 00:34:24 2007 -0600
70019
70020     Correct relocation fixup for mpc5xx
70021
70022     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
70023
70024 commit f82b3b6304b620ef7e28bfaa1ea887a2ad2fa325
70025 Author: Grant Likely <grant.likely@secretlab.ca>
70026 Date:   Tue Jul 3 00:34:19 2007 -0600
70027
70028     Don't set gd->reloc_off if relocation of .fixup works correctly
70029
70030     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
70031
70032 commit e1a6144c32dc7de73bcdd33995de0148cbd0bd28
70033 Author: Grant Likely <grant.likely@secretlab.ca>
70034 Date:   Tue Jul 3 00:34:14 2007 -0600
70035
70036     Remove obsolete mpc83xx linker scripts
70037
70038     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
70039
70040 commit 17e32fc3908bf7089d3f16fc82a1c3ae674dd65b
70041 Author: Grant Likely <grant.likely@secretlab.ca>
70042 Date:   Tue Jul 3 00:34:09 2007 -0600
70043
70044     Consolidate mpc8260 linker scripts
70045
70046     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
70047
70048 commit af7d38b393690d7eeaf418ac85a1e831a50d5fd0
70049 Author: Grant Likely <grant.likely@secretlab.ca>
70050 Date:   Tue Jul 3 00:34:04 2007 -0600
70051
70052     Remove obsolete mpc824x linker scripts
70053
70054     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
70055
70056 commit f94a3aecebc40ca0939c7d66d010009cf51be9e2
70057 Author: Grant Likely <grant.likely@secretlab.ca>
70058 Date:   Tue Jul 3 00:33:59 2007 -0600
70059
70060     Remove obsolete mpc824x linker scripts (3 of 4)
70061
70062     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
70063
70064 commit a71c084f3ac7fedf144537db2b2da47323068833
70065 Author: Grant Likely <grant.likely@secretlab.ca>
70066 Date:   Tue Jul 3 00:33:53 2007 -0600
70067
70068     Remove obsolete mpc824x linker scripts (2 of 4)
70069
70070     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
70071
70072 commit f670a15468d1365241d40022b9408e1004181f5e
70073 Author: Grant Likely <grant.likely@secretlab.ca>
70074 Date:   Tue Jul 3 00:33:48 2007 -0600
70075
70076     Remove obsolete mpc824x linker scripts (1 of 4)
70077
70078     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
70079
70080 commit 09555bd45a04c0e54f172528d21bc18896550d28
70081 Author: Grant Likely <grant.likely@secretlab.ca>
70082 Date:   Tue Jul 3 00:33:43 2007 -0600
70083
70084     Remove obsolete mpc8220 linker scripts
70085
70086     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
70087
70088 commit 5efb992f046e51225c93d52f80fecbe433abd789
70089 Author: Grant Likely <grant.likely@secretlab.ca>
70090 Date:   Tue Jul 3 00:33:38 2007 -0600
70091
70092     Remove obsolete mpc5xxx linker scripts (3 of 3)
70093
70094     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
70095
70096 commit 07c13dfef65b31647e69d8b61daa1eec598add1a
70097 Author: Grant Likely <grant.likely@secretlab.ca>
70098 Date:   Tue Jul 3 00:33:33 2007 -0600
70099
70100     Remove obsolete mpc5xxx linker scripts (2 of 3)
70101
70102     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
70103
70104 commit b4f67513a624ce85866c66c575bd2d9d7977d7f0
70105 Author: Grant Likely <grant.likely@secretlab.ca>
70106 Date:   Tue Jul 3 00:33:28 2007 -0600
70107
70108     Remove obsolete mpc5xxx linker scripts (1 of 3)
70109
70110     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
70111
70112 commit b7d8e05f8675249b5f208aa73babeed384a4519d
70113 Author: Grant Likely <grant.likely@secretlab.ca>
70114 Date:   Tue Jul 3 00:33:23 2007 -0600
70115
70116     Remove obsolete mpc5xx linker scripts
70117
70118     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
70119
70120 commit 416a0b6d40f6eba3a2fc547253c16bda28d922f7
70121 Author: Grant Likely <grant.likely@secretlab.ca>
70122 Date:   Tue Jul 3 00:33:18 2007 -0600
70123
70124     Consolidate mpc83xx linker scripts
70125
70126     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
70127
70128 commit 5fc59175b92883ed5d2666a04e6bc49e70a4a365
70129 Author: Grant Likely <grant.likely@secretlab.ca>
70130 Date:   Tue Jul 3 00:33:13 2007 -0600
70131
70132     Consolidate mpc8260 linker scripts
70133
70134     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
70135
70136 commit 737f9eb02d7335df2b3e4d7a4d3348784d1da207
70137 Author: Grant Likely <grant.likely@secretlab.ca>
70138 Date:   Tue Jul 3 00:33:08 2007 -0600
70139
70140     Consolidate mpc824x linker scripts
70141
70142     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
70143
70144 commit 9c757b789a59a855db57b448dd825329c4e9c4a0
70145 Author: Grant Likely <grant.likely@secretlab.ca>
70146 Date:   Tue Jul 3 00:33:03 2007 -0600
70147
70148     Consolidate mpc8220 linker scripts
70149
70150     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
70151
70152 commit d181c9a15cd41863fe24840d17848429f27d3c8c
70153 Author: Grant Likely <grant.likely@secretlab.ca>
70154 Date:   Tue Jul 3 00:32:58 2007 -0600
70155
70156     Consolidate mpc5xxx linker scripts
70157
70158     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
70159
70160 commit 287ac924adb7291bebe5086652a362a30ab28b13
70161 Author: Grant Likely <grant.likely@secretlab.ca>
70162 Date:   Tue Jul 3 00:32:53 2007 -0600
70163
70164     Consolidate mpc5xx linker scripts
70165
70166     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
70167
70168 commit 52b8704d0245e589f86d462e9ec25aeb7ecbbbdd
70169 Author: Wolfgang Denk <wd@denx.de>
70170 Date:   Wed Jul 4 00:43:53 2007 +0200
70171
70172     Fix a few file permission problems.
70173
70174     Signed-off-by: Wolfgang Denk <wd@denx.de>
70175
70176 commit 78e0cf2de7be7f1eaeeb622eb61fd50e4d5e205c
70177 Author: Wolfgang Denk <wd@denx.de>
70178 Date:   Wed Jul 4 00:38:38 2007 +0200
70179
70180     Minor coding style cleanup. Rebuild CHANGELOG file.
70181
70182 commit 2f9c19e496acb6bb50d9299e1aab377625d48c38
70183 Author: Jon Loeliger <jdl@jdl.com>
70184 Date:   Mon Jun 11 19:03:44 2007 -0500
70185
70186     configs/ mpc86xx: Rewrite command line options using new CONFIG_CMD-* style.
70187
70188     Signed-off-by: Jon Loeliger <jdl@freescale.com>
70189
70190 commit 602ad3b33d9ceef83dbab46be68646d645d637ee
70191 Author: Jon Loeliger <jdl@jdl.com>
70192 Date:   Mon Jun 11 19:03:39 2007 -0500
70193
70194     README: Rewrite command line config to use CONFIG_CMD_* names.
70195
70196     Signed-off-by: Jon Loeliger <jdl@freescale.com>
70197
70198 commit 72a074cec68e5bad60d63206c050974e08afd804
70199 Author: Jon Loeliger <jdl@jdl.com>
70200 Date:   Mon Jun 11 19:03:34 2007 -0500
70201
70202     include/ non-config: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
70203
70204     This is a compatibility step that allows both the older form
70205     and the new form to co-exist for a while until the older can
70206     be removed entirely.
70207
70208     All transformations are of the form:
70209     Before:
70210         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
70211     After:
70212         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
70213
70214     Signed-off-by: Jon Loeliger <jdl@freescale.com>
70215
70216 commit 5fcf543e0b6628c76ff48705b1b0566bfd11507b
70217 Author: Jon Loeliger <jdl@jdl.com>
70218 Date:   Mon Jun 11 19:03:28 2007 -0500
70219
70220     tools/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
70221
70222     This is a compatibility step that allows both the older form
70223     and the new form to co-exist for a while until the older can
70224     be removed entirely.
70225
70226     All transformations are of the form:
70227     Before:
70228         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
70229     After:
70230         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
70231
70232     Signed-off-by: Jon Loeliger <jdl@freescale.com>
70233
70234 commit 9107ebe0d352420895ab69b715697bdebc8caf50
70235 Author: Jon Loeliger <jdl@jdl.com>
70236 Date:   Mon Jun 11 19:03:23 2007 -0500
70237
70238     board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
70239
70240     This is a compatibility step that allows both the older form
70241     and the new form to co-exist for a while until the older can
70242     be removed entirely.
70243
70244     All transformations are of the form:
70245     Before:
70246         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
70247     After:
70248         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
70249
70250     Signed-off-by: Jon Loeliger <jdl@freescale.com>
70251
70252 commit 5e378003d592ea828ec69d6defcd4de79096dd5c
70253 Author: Jon Loeliger <jdl@jdl.com>
70254 Date:   Mon Jun 11 19:03:19 2007 -0500
70255
70256     board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
70257
70258     This is a compatibility step that allows both the older form
70259     and the new form to co-exist for a while until the older can
70260     be removed entirely.
70261
70262     All transformations are of the form:
70263     Before:
70264         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
70265     After:
70266         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
70267
70268     Signed-off-by: Jon Loeliger <jdl@freescale.com>
70269
70270 commit 737184114ec9c9e0ab94d6713536126073bd2472
70271 Author: Jon Loeliger <jdl@jdl.com>
70272 Date:   Mon Jun 11 19:03:15 2007 -0500
70273
70274     cpu/ non-mpc*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
70275
70276     This is a compatibility step that allows both the older form
70277     and the new form to co-exist for a while until the older can
70278     be removed entirely.
70279
70280     All transformations are of the form:
70281     Before:
70282         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
70283     After:
70284         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
70285
70286     Signed-off-by: Jon Loeliger <jdl@freescale.com>
70287
70288 commit f48070fe5fe440dfb5ee5268c920de70e48ea327
70289 Author: Jon Loeliger <jdl@jdl.com>
70290 Date:   Mon Jun 11 19:03:08 2007 -0500
70291
70292     cpu/mpc*/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
70293
70294     This is a compatibility step that allows both the older form
70295     and the new form to co-exist for a while until the older can
70296     be removed entirely.
70297
70298     All transformations are of the form:
70299     Before:
70300         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
70301     After:
70302         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
70303
70304     Signed-off-by: Jon Loeliger <jdl@freescale.com>
70305
70306 commit 0c505db0a0dc1f670b13ce3b4d3fbf1ec5b3cbd2
70307 Author: Jon Loeliger <jdl@jdl.com>
70308 Date:   Mon Jun 11 19:03:03 2007 -0500
70309
70310     lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
70311
70312     This is a compatibility step that allows both the older form
70313     and the new form to co-exist for a while until the older can
70314     be removed entirely.
70315
70316     All transformations are of the form:
70317     Before:
70318         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
70319     After:
70320         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
70321
70322     Signed-off-by: Jon Loeliger <jdl@freescale.com>
70323
70324 commit 73f032021ec5f13cda8faa4e34b6de80960eb86f
70325 Author: Jon Loeliger <jdl@jdl.com>
70326 Date:   Mon Jun 11 19:02:58 2007 -0500
70327
70328     lib_ppc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
70329
70330     This is a compatibility step that allows both the older form
70331     and the new form to co-exist for a while until the older can
70332     be removed entirely.
70333
70334     All transformations are of the form:
70335     Before:
70336         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
70337     After:
70338         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
70339
70340     Signed-off-by: Jon Loeliger <jdl@freescale.com>
70341
70342 commit 98b79003c21c2578206003256de4e781d6b36ca8
70343 Author: Jon Loeliger <jdl@jdl.com>
70344 Date:   Mon Jun 11 19:02:53 2007 -0500
70345
70346     rtc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
70347
70348     This is a compatibility step that allows both the older form
70349     and the new form to co-exist for a while until the older can
70350     be removed entirely.
70351
70352     All transformations are of the form:
70353     Before:
70354         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
70355     After:
70356         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
70357
70358     Signed-off-by: Jon Loeliger <jdl@freescale.com>
70359
70360 commit 6e2115acb6a892d53a6881bf253ae41d3df39156
70361 Author: Jon Loeliger <jdl@jdl.com>
70362 Date:   Mon Jun 11 19:02:49 2007 -0500
70363
70364     net/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
70365
70366     This is a compatibility step that allows both the older form
70367     and the new form to co-exist for a while until the older can
70368     be removed entirely.
70369
70370     All transformations are of the form:
70371     Before:
70372         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
70373     After:
70374         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
70375
70376     Signed-off-by: Jon Loeliger <jdl@freescale.com>
70377
70378 commit 45cdb9b72c94655c7308b464a2666057c0b286e0
70379 Author: Jon Loeliger <jdl@jdl.com>
70380 Date:   Mon Jun 11 19:02:34 2007 -0500
70381
70382     disk/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
70383
70384     This is a compatibility step that allows both the older form
70385     and the new form to co-exist for a while until the older can
70386     be removed entirely.
70387
70388     All transformations are of the form:
70389     Before:
70390         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
70391     After:
70392         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
70393
70394     Signed-off-by: Jon Loeliger <jdl@freescale.com>
70395
70396 commit 4e109ae98294a5ca7ff848b7652c7bfd4023a94a
70397 Author: Jon Loeliger <jdl@jdl.com>
70398 Date:   Mon Jun 11 19:02:20 2007 -0500
70399
70400     fs/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
70401
70402     This is a compatibility step that allows both the older form
70403     and the new form to co-exist for a while until the older can
70404     be removed entirely.
70405
70406     All transformations are of the form:
70407     Before:
70408         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
70409     After:
70410         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
70411
70412     Signed-off-by: Jon Loeliger <jdl@freescale.com>
70413
70414 commit d5be43de93ff905c465e509d45a3164ef48d26e7
70415 Author: Jon Loeliger <jdl@jdl.com>
70416 Date:   Mon Jun 11 19:02:10 2007 -0500
70417
70418     drivers/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
70419
70420     This is a compatibility step that allows both the older form
70421     and the new form to co-exist for a while until the older can
70422     be removed entirely.
70423
70424     All transformations are of the form:
70425     Before:
70426         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
70427     After:
70428         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
70429
70430     Signed-off-by: Jon Loeliger <jdl@freescale.com>
70431
70432 commit b453960d4fdb87b3970d96119b90df2ed024fc4a
70433 Author: Jon Loeliger <jdl@jdl.com>
70434 Date:   Mon Jun 11 19:02:05 2007 -0500
70435
70436     common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
70437
70438     This is a compatibility step that allows both the older form
70439     and the new form to co-exist for a while until the older can
70440     be removed entirely.
70441
70442     All transformations are of the form:
70443     Before:
70444         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
70445     After:
70446         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
70447
70448     Signed-off-by: Jon Loeliger <jdl@freescale.com>
70449
70450 commit 65c450b47a62659d522cfa8f4fa1e4e5c60dccd0
70451 Author: Jon Loeliger <jdl@jdl.com>
70452 Date:   Mon Jun 11 19:01:54 2007 -0500
70453
70454     common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
70455
70456     This is a compatibility step that allows both the older form
70457     and the new form to co-exist for a while until the older can
70458     be removed entirely.
70459
70460     All transformations are of the form:
70461     Before:
70462         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
70463     After:
70464         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
70465
70466     Signed-off-by: Jon Loeliger <jdl@freescale.com>
70467
70468 commit a76adc8142c1d956385a109e0b70f9319ede4d66
70469 Author: Jon Loeliger <jdl@jdl.com>
70470 Date:   Mon Jun 11 19:01:43 2007 -0500
70471
70472     common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
70473
70474     This is a compatibility step that allows both the older form
70475     and the new form to co-exist for a while until the older can
70476     be removed entirely.
70477
70478     All transformations are of the form:
70479     Before:
70480         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
70481     After:
70482         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
70483
70484     Signed-off-by: Jon Loeliger <jdl@freescale.com>
70485
70486 commit ec63b10b61fd68238d4c15c1cd04c0b38228e2c1
70487 Author: Jon Loeliger <jdl@jdl.com>
70488 Date:   Mon Jun 11 19:01:34 2007 -0500
70489
70490     Introduce initial versions of new Command Config files.
70491
70492     Derive three new files from cmd_confdefs.h:
70493         config_bootp.h - Has BOOTP related config options, not commands
70494         config_cmd_all.h - Has a CONFIG_CMD_* definition for every command
70495         config_cmd_default.h - Has a CONFIG_CMD_* definition for default cmds.
70496
70497     For now, include "config_bootp.h" for compatability until all
70498     users of it directly include it properly.
70499
70500     Signed-off-by: Jon Loeliger <jdl@freescale.com>
70501
70502 commit 1f2a05898658900dc5717761e27abf2052e67e13
70503 Author: Mushtaq Khan <mushtaqk_921@yahoo.co.in>
70504 Date:   Sat Jun 30 18:50:48 2007 +0200
70505
70506     Fix S-ATA support.
70507
70508     Signed-off-by: mushtaq khan <mushtaqk_921@yahoo.co.in>
70509
70510 commit a5d71e290f3673269be8eefb4ec44f53412f9461
70511 Author: Heiko Schocher <hs@pollux.denx.de>
70512 Date:   Mon Jun 25 19:11:37 2007 +0200
70513
70514     [PCS440EP]  get rid of CONFIG_PPC4xx_USE_SPD_DDR_INIT_HANG
70515
70516     Signed-off-by: Heiko Schocher <hs@denx.de>
70517
70518 commit a1bd6200eccd3a02040a955d5f43d3ee1fc9f93b
70519 Author: Niklaus Giger <niklaus.giger@nestal.com>
70520 Date:   Mon Jun 25 17:03:13 2007 +0200
70521
70522     ppc4xx: PPC440EPx Emit DDR0 registers on machine check interrupt
70523
70524     This patch prints the DDR status registers upon machine check
70525     interrupt on the 440EPx/GRx. This can be useful especially when
70526     ECC support is enabled.
70527
70528     I added some small changes to the original patch from Niklaus to
70529     make it compile clean.
70530
70531     Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
70532     Signed-off-by: Stefan Roese <sr@denx.de>
70533
70534 commit 807018fb7faceb429ce0cb47baa2073746b33a4e
70535 Author: Niklaus Giger <niklaus.giger@nestal.com>
70536 Date:   Mon Jun 25 16:50:55 2007 +0200
70537
70538     ppc4xx: Fix O=buildir builds
70539
70540     This patch fixes the problem to assemble cpu/ppc4xx/start.S
70541     experienced last week where building failed having specified
70542     O=../build.sequoia.
70543
70544     Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
70545
70546 commit 466fff1a7bb5fe764a06450626f6098219f446b8
70547 Author: Stefan Roese <sr@denx.de>
70548 Date:   Mon Jun 25 15:57:39 2007 +0200
70549
70550     ppc4xx: Add pci_pre_init() for 405 boards
70551
70552     This patch removes the CFG_PCI_PRE_INIT option completely, since
70553     it's not needed anymore with the patch from Matthias Fuchs with
70554     the "weak" pci_pre_init() implementation.
70555
70556     Signed-off-by: Stefan Roese <sr@denx.de>
70557
70558 commit 6f35c53166213c24a5a0e2390ed861136ff73870
70559 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70560 Date:   Sun Jun 24 17:41:21 2007 +0200
70561
70562     ppc4xx: Maintenance patch for esd's CPCI405 derivats
70563
70564     -add pci_pre_init() for pci interrupt fixup code
70565     -disable phy sleep mode via reset_phy() function
70566     -use correct io accessors
70567     -cleanup
70568
70569     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70570
70571 commit 5a1c9ff0c44305b57cb4d8f9369bba90bcf0e1f8
70572 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70573 Date:   Sun Jun 24 17:23:41 2007 +0200
70574
70575     ppc4xx: Add pci_pre_init() for 405 boards
70576
70577     This patch adds support for calling a plattform dependant
70578     pci_pre_init() function for 405 boards. This can be used to
70579     move the current pci_405gp_fixup_irq() function into the
70580     board code.
70581
70582     This patch also makes the CFG_PCI_PRE_INIT define obsolete.
70583     A default function with 'weak' attribute is used when
70584     a board specific pci_pre_init() is not implemented.
70585
70586     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
70587
70588 commit 1636d1c8529c006d106287cfbc20cd0a246fe1cb
70589 Author: Wolfgang Denk <wd@denx.de>
70590 Date:   Fri Jun 22 23:59:00 2007 +0200
70591
70592     Coding stylke cleanup; rebuild CHANGELOG
70593
70594 commit 2dc64451b4c08ffd619372abfdc2506a2e2363b9
70595 Author: Igor Lisitsin <igor@emcraft.com>
70596 Date:   Wed Apr 18 14:55:19 2007 +0400
70597
70598     Adapt log buffer code to support Linux 2.6
70599
70600     A new environment variable, "logversion", selects the log buffer
70601     behaviour. If it is not set or set to a value other than 2, then the
70602     old, Linux 2.4.4, behaviour is selected.
70603
70604     Signed-off-by: Igor Lisitsin <igor@emcraft.com>
70605     --
70606
70607 commit a11e06965ec91270c51853407ff1261d3c740386
70608 Author: Igor Lisitsin <igor@emcraft.com>
70609 Date:   Wed Mar 28 19:06:19 2007 +0400
70610
70611     Extend POST support for PPC440
70612
70613     Added memory, CPU, UART, I2C and SPR POST tests for PPC440.
70614
70615     Signed-off-by: Igor Lisitsin <igor@emcraft.com>
70616     --
70617
70618 commit 566a494f592ae3b3c0785d90d4e1ba45574880c4
70619 Author: Heiko Schocher <hs@pollux.denx.de>
70620 Date:   Fri Jun 22 19:11:54 2007 +0200
70621
70622     [PCS440EP]      upgrade the PCS440EP board:
70623                     - Show on the Status LEDs, some States of the board.
70624                     - Get the MAC addresses from the EEProm
70625                     - use PREBOOT
70626                     - use the CF on the board.
70627                     - check the U-Boot image in the Flash with a SHA1
70628                       checksum.
70629                     - use dynamic TLB entries generation for the SDRAM
70630
70631     Signed-off-by: Heiko Schocher <hs@denx.de>
70632
70633 commit 3a1f5c81b0b9557817a789bece839905581c2205
70634 Author: Stefan Roese <sr@denx.de>
70635 Date:   Fri Jun 22 16:58:40 2007 +0200
70636
70637     ppc4xx: Fix problem with extended program_tlb() funtion
70638
70639     The recently extended program_tlb() function had a problem when
70640     multiple TLB's had to be setup (for example with 512MB of SDRAM). The
70641     virtual address was not incremented. This patch fixes this issue
70642     and is tested on Katmai with 512MB SDRAM.
70643
70644     Signed-off-by: Stefan Roese <sr@denx.de>
70645
70646 commit 02032e8f14751a1a751b09240a4f1cf9f8a2077f
70647 Author: Rafal Jaworowski <raj@semihalf.com>
70648 Date:   Fri Jun 22 14:58:04 2007 +0200
70649
70650     [ppc] Fix build breakage for all non-4xx PowerPC variants.
70651
70652     - adapt to the more generic EXCEPTION_PROLOG and CRIT_EXCEPTION macros
70653     - minor 4xx cleanup
70654
70655 commit d677b32855f577ae2690dcd64a172cdd706e0ffc
70656 Author: Mike Frysinger <vapier@gentoo.org>
70657 Date:   Fri Jun 22 10:34:12 2007 +0200
70658
70659     [patch] add nand_init() prototype to nand.h
70660
70661     since nand_init() is expected to be called by other parts of u-boot, there
70662     should be a prototype for it in nand.h
70663
70664     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
70665     Signed-off-by: Stefan Roese <sr@denx.de>
70666
70667 commit 83b4cfa3d629dff0264366263c5e94d9a50ad80b
70668 Author: Wolfgang Denk <wd@denx.de>
70669 Date:   Wed Jun 20 18:14:24 2007 +0200
70670
70671     Coding style cleanup. Refresh CHANGELOG.
70672
70673 commit b3f9ec86e388207fd03dcdf7b145b9ed080bf024
70674 Author: Stefan Roese <sr@denx.de>
70675 Date:   Tue Jun 19 17:22:44 2007 +0200
70676
70677     ppc4xx: Add bootstrap command for AMCC Sequoia (440EPx) eval board
70678
70679     This patch adds a board command to configure the I2C bootstrap EEPROM
70680     values. Right now 533 and 667MHz are supported for booting either via NOR
70681     or NAND FLASH. Here the usage:
70682
70683     => bootstrap 533 nor        ;to configure the board for 533MHz NOR booting
70684     => bootstrap 667 nand       ;to configure the board for 667MHz NNAND booting
70685
70686     Signed-off-by: Stefan Roese <sr@denx.de>
70687
70688 commit df8a24cdd30151505cf57bbee5289e91bf53bd1b
70689 Author: Stefan Roese <sr@denx.de>
70690 Date:   Tue Jun 19 16:42:31 2007 +0200
70691
70692     [ppc4xx] Fix problem with NAND booting on AMCC Acadia
70693
70694     The latest changes showed a problem with the location of the NAND-SPL
70695     image in the OCM and the init-data area (incl. cache). This patch
70696     fixes this problem.
70697
70698     Signed-off-by: Stefan Roese <sr@denx.de>
70699
70700 commit 86ba99e34194394052d24c04dc40d1263d29a26f
70701 Author: Stefan Roese <sr@denx.de>
70702 Date:   Tue Jun 19 16:40:58 2007 +0200
70703
70704     [ppc4xx] Change board/amcc/acadia/cpr.c to pll.c
70705
70706     Signed-off-by: Stefan Roese <sr@denx.de>
70707
70708 commit 8e585f02f82c17cc66cd229dbf0fd3066bbbf658
70709 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
70710 Date:   Mon Jun 18 13:50:13 2007 -0500
70711
70712     Added M5329AFEE and M5329BFEE Platforms
70713
70714     Added board/freescale/m5329evb, cpu/mcf532x, drivers/net,
70715     drivers/serial,  immap_5329.h, m5329.h, mcfrtc.h,
70716     include/configs/M5329EVB.h, lib_m68k/interrupts.c, and
70717     rtc/mcfrtc.c
70718
70719     Modified CREDITS, MAKEFILE, Makefile, README, common/cmd_bdinfo.c,
70720     common/cmd_mii.c, include/asm-m68k/byteorder.h, include/asm-m68k/fec.h,
70721     include/asm-m68k/io.h, include/asm-m68k/mcftimer.h,
70722     include/asm-m68k/mcfuart.h, include/asm-m68k/ptrace.h,
70723     include/asm-m68k/u-boot.h, lib_m68k/Makefile, lib_m68k/board.c,
70724     lib_m68k/time.c, net/eth.c and rtc/Makefile
70725
70726     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
70727
70728 commit 093172f08d6afb3f34d8a2f26ee0ee874261cf27
70729 Author: Michal Simek <monstr@monstr.eu>
70730 Date:   Sun Jun 17 19:04:11 2007 +0200
70731
70732     [fix] email reparation
70733
70734 commit 3666afffe7baf859c6ae0ce2bebbc8ab7e512ddc
70735 Author: Michal Simek <monstr@monstr.eu>
70736 Date:   Sun Jun 17 19:03:21 2007 +0200
70737
70738     [FIX] fix microblaze file permitission
70739
70740 commit e73846b7cf1e29ae635bf9bb5570269663df2ee5
70741 Author: Stefan Roese <sr@denx.de>
70742 Date:   Fri Jun 15 11:33:41 2007 +0200
70743
70744     [ppc4xx] Change lwmon5 port to work with recent 440 exception rework
70745
70746     Now CONFIG_440 has to be defined in all PPC440 board config files.
70747
70748     Signed-off-by: Stefan Roese <sr@denx.de>
70749
70750 commit efa35cf12d914d4caba942acd5a6c45f217de302
70751 Author: Grzegorz Bernacki <gjb@semihalf.com>
70752 Date:   Fri Jun 15 11:19:28 2007 +0200
70753
70754     ppc4xx: Clean up 440 exceptions handling
70755
70756     - Introduced dedicated switches for building 440 and 405 images required
70757       for 440-specific machine instructions like 'rfmci' etc.
70758
70759     - Exception vectors moved to the proper location (_start moved away from
70760       the critical exception handler space, which it occupied)
70761
70762     - CriticalInput now serviced (with default handler)
70763
70764     - MachineCheck properly serviced (added a dedicated handler and return
70765       subroutine)
70766
70767     - Overall cleanup of exceptions declared with STD_EXCEPTION macro (unused,
70768       unhandled and those not relevant for 4xx were eliminated)
70769
70770     - Eliminated Linux leftovers, removed dead code
70771
70772     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
70773     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
70774     Signed-off-by: Stefan Roese <sr@denx.de>
70775
70776 commit b765ffb773f5a3cd5aa94ec76b6a05276b8cd5b2
70777 Author: Stefan Roese <sr@denx.de>
70778 Date:   Fri Jun 15 08:18:01 2007 +0200
70779
70780     [ppc4xx] Add initial lwmon5 board support
70781
70782     This patch adds initial support for the Liebherr lwmon5 board euqipped
70783     with an AMCC 440EPx PowerPC.
70784
70785     Signed-off-by: Stefan Roese <sr@denx.de>
70786
70787 commit 85f737376d5ff3d5f0d45a8b657686326d175307
70788 Author: Stefan Roese <sr@denx.de>
70789 Date:   Fri Jun 15 07:39:43 2007 +0200
70790
70791     [ppc4xx] Extend 44x GPIO setup with default output state
70792
70793     The board config array CFG_440_GPIO_TABLE for the ppc440 GPIO setup
70794     is extended with the default GPIO output state (level).
70795
70796     Signed-off-by: Stefan Roese <sr@denx.de>
70797
70798 commit dbca208518e5e7f01a6420588d1cd6e60db74c2b
70799 Author: Stefan Roese <sr@denx.de>
70800 Date:   Thu Jun 14 11:14:32 2007 +0200
70801
70802     [ppc4xx] Extend program_tlb() with virtual & physical addresses
70803
70804     Now program_tlb() allows to program a TLB (or multiple) with
70805     different virtual and physical addresses. With this change, now one
70806     physical region (e.g. SDRAM) can be mapped 2 times, once with caches
70807     diabled and once with caches enabled.
70808
70809     Signed-off-by: Stefan Roese <sr@denx.de>
70810
70811 commit 9912121f7ed804ea58fd62f3f230b5dcfc357d88
70812 Author: Detlev Zundel <dzu@denx.de>
70813 Date:   Wed May 23 19:02:41 2007 +0200
70814
70815     Change 'repeatable' attribute of some commands to sensible values.
70816
70817     Most prominently this changes 'erase' to be non-repeatable.
70818
70819     Signed-off-by: Detlev Zundel <dzu@denx.de>
70820
70821 commit 5afb202093f6a001797db92cf695b93a70ea9ab4
70822 Author: Detlev Zundel <dzu@denx.de>
70823 Date:   Wed May 23 18:47:48 2007 +0200
70824
70825     Fix 'run' not to continue after interrupted command
70826
70827     Signed-off-by: Detlev Zundel <dzu@denx.de>
70828
70829 commit 9b7464a2c88614e1061f509c48930a3d240d1a35
70830 Author: Jason Jin <Jason.jin@freescale.com>
70831 Date:   Mon Jun 11 15:14:24 2007 +0200
70832
70833     USB: This patch fix readl in ohci swap reg access.
70834
70835     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
70836
70837 commit 8f8416fada9faf94b9a92f21fe6000643cb521d5
70838 Author: Bartlomiej Sieka <tur@semihalf.com>
70839 Date:   Fri Jun 8 14:52:22 2007 +0200
70840
70841     TQM5200: Add Flat Device Tree support, update default env. accordingly.
70842
70843     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
70844     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
70845
70846 commit 9045f33c023f698660a2e45d1b2194c0711abebc
70847 Author: Wolfgang Denk <wd@denx.de>
70848 Date:   Fri Jun 8 10:24:58 2007 +0200
70849
70850     Fix config problems on SC3 board; make ide_reset_timeout work.
70851
70852 commit fba3fb0449b8a54542aed1e729de76e7f5a2ff1b
70853 Author: Benoît Monin <bmonin@adeneo.eu>
70854 Date:   Fri Jun 8 09:55:24 2007 +0200
70855
70856     [PATCH] fix gpio setting when using CFG_440_GPIO_TABLE
70857
70858     Set the correct value in GPIOx_TCR when configuring the gpio
70859     with CFG_440_GPIO_TABLE.
70860
70861     Signed-off-by: Benoit Monin <bmonin@adeneo.eu>
70862     Signed-off-by: Stefan Roese <sr@denx.de>
70863
70864 commit f539edc076cfe52bff919dd512ba8d7af0e22092
70865 Author: Vadim Bendebury <vbendeb@google.com>
70866 Date:   Thu May 24 15:52:25 2007 -0700
70867
70868     cosmetic changes to bcm570x driver
70869
70870     This is a cosmetic only changes submission.
70871     It affects files relevant to bcm570x driver.
70872     the commands used to generate this change was
70873
70874     cd drivers
70875     Lindent -pcs -l80  bcm570x.c   bcm570x_lm.h   bcm570x_mm.h  tigon3.c  tigon3.h
70876
70877     The BMW target (the only one using this chip so far) builds cleanly, the
70878     `before and after' generated object files for drivers/bcm570x.c and
70879     drivers/tigon3.o are identical as reported by objdump -d
70880
70881     Signed-off-by: Vadim Bendebury <vbendeb@google.com>
70882     Signed-off-by: Ben Warren <bwarren@qstreams.com>
70883
70884 commit 725671ccd2cd04c9ebc50c9e5a94dd8cbade66b7
70885 Author: Wolfgang Denk <wd@denx.de>
70886 Date:   Wed Jun 6 16:26:56 2007 +0200
70887
70888     Coding Style cleanup; generate new CHANGELOG file.
70889
70890     Signed-off-by: Wolfgang Denk <wd@denx.de>
70891
70892 commit 19d763c35e0b5568eaf0b8adbf7a68ccfe7fa243
70893 Author: Markus Klotzbuecher <mk@denx.de>
70894 Date:   Wed Jun 6 11:49:44 2007 +0200
70895
70896     TRAB, USB: update trab board configuration for use of generic ohci driver
70897
70898 commit dace45acd1c1357daa9322099d07c9a9e08b0024
70899 Author: Markus Klotzbuecher <mk@denx.de>
70900 Date:   Wed Jun 6 11:49:43 2007 +0200
70901
70902     USB: ohci fixes and cleanup for ppc4xx and yosemite board.
70903
70904 commit 72657570b61635c74fa0c3f0e9e7d0671a9d08df
70905 Author: Markus Klotzbuecher <mk@denx.de>
70906 Date:   Wed Jun 6 11:49:43 2007 +0200
70907
70908     USB: ohci fixes and cleanup for mpc5xxx and IceCube board config
70909
70910 commit fc43be478f2aa37ce38acd85355038866e4162af
70911 Author: Markus Klotzbuecher <mk@denx.de>
70912 Date:   Wed Jun 6 11:49:35 2007 +0200
70913
70914     USB/OHCI: endianness cleanup in the generic ohci driver
70915
70916 commit c440bfe6d6d92d66478a7e84402b31f48413617b
70917 Author: Stefan Roese <sr@denx.de>
70918 Date:   Wed Jun 6 11:42:13 2007 +0200
70919
70920     ppc4xx: Add NAND booting support for AMCC Acadia (405EZ) eval board
70921
70922     This patch adds NAND booting support for the AMCC Acadia eval board.
70923
70924     Please make sure to configure jumper J7 to position 2-3 when booting
70925     from NOR, and to position 1-2 when booting for NAND.
70926
70927     I also added a board command to configure the I2C bootstrap EEPROM
70928     values. Right now only 267MHz is support for booting either via NOR
70929     or NAND FLASH. Here the usage:
70930
70931     => bootstrap 267 nor        ;to configure the board for 267MHz NOR booting
70932     => bootstrap 267 nand       ;to configure the board for 267MHz NNAND booting
70933
70934     Signed-off-by: Stefan Roese <sr@denx.de>
70935
70936 commit 18135125f909948b85d1d6881ab4ac0efb4a1c58
70937 Author: Rodolfo Giometti <giometti@linux.it>
70938 Date:   Wed Jun 6 10:08:14 2007 +0200
70939
70940     Files include/linux/byteorder/{big,little}_endian.h define
70941     __BIG_ENDIAN and __LITTLE_ENDIAN.
70942
70943     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
70944
70945 commit a81d1c0b85b13e9d45f2d87de96a51a6e0ef0f82
70946 Author: Zhang Wei <wei.zhang@freescale.com>
70947 Date:   Wed Jun 6 10:08:14 2007 +0200
70948
70949     Add USB PCI-OHCI, USB keyboard and event poll support to the
70950     MPC8641HPCN board config file.
70951
70952     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
70953
70954 commit 4dae14ce8fbdf380017dc54f172218e7d2acc889
70955 Author: Zhang Wei <wei.zhang@freescale.com>
70956 Date:   Wed Jun 6 10:08:14 2007 +0200
70957
70958     USB PCI-OHCI, interrupt pipe and usb event poll support
70959
70960     This patch added USB PCI-OHCI chips support, interrupt pipe support
70961     and usb event poll support. For supporting the USB interrupt pipe, the
70962     globe urb_priv is moved to purb in ed struct. Now, we can process
70963     several urbs at one time. The interrupt pipe support codes are ported
70964     from Linux kernel 2.4.
70965
70966     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
70967
70968 commit fdcfaa1b02268b2899e374b35adf936c911a47eb
70969 Author: Zhang Wei <wei.zhang@freescale.com>
70970 Date:   Wed Jun 6 10:08:13 2007 +0200
70971
70972     USB event poll support
70973
70974     This patch adds USB event poll support, which could be used in usbkbd
70975     and other usb devices driver when the asynchronous interrupt
70976     processing is supported.
70977
70978     Signed-off-by: Zhang Wei <wei.zhang@freescale.com
70979
70980 commit 9a1d00fa47c1e05e3fdb60b33213af4e18d4c18e
70981 Author: Rodolfo Giometti <giometti@linux.it>
70982 Date:   Wed Jun 6 10:08:12 2007 +0200
70983
70984     ISP116x: delay for crappy USB keys
70985
70986     Using some (very) slow USB keys cause the USB host controller buffers
70987     are not ready to be read by the CPU so we need an extra delay before
70988     reading the USB storage data.
70989
70990     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
70991
70992 commit 09444143670c9c2243cb7aba9f70b3713d33bed1
70993 Author: Markus Klotzbuecher <mk@denx.de>
70994 Date:   Wed Jun 6 10:08:12 2007 +0200
70995
70996     Change duplicate usb_cpu_init_fail to usb_board_init_fail
70997
70998     Thanks to Liew Tsi Chung <Tsi-chung.Liew@freescale.com> for pointing
70999     this out.
71000
71001     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
71002
71003 commit 32922cdc470fdfd39bea0c1c4f582d3fb340421e
71004 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
71005 Date:   Tue Jun 5 12:30:52 2007 -0500
71006
71007     mpc8641 image size cleanup
71008
71009     e600 does not have a bootpg restriction.
71010     Move the version string to beginning of image at fff00000.
71011     Resetvec.S is not needed.
71012     Update flash copy instructions.
71013     Add tftpflash env variable
71014
71015     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
71016     Signed-off-by: Jon Loeliger <jdl@freescale.com>
71017
71018 commit e3cbe1f93c5722f8ebbad468e30c069a2b511097
71019 Author: Benoît Monin <bmonin@adeneo.eu>
71020 Date:   Mon Jun 4 08:36:05 2007 +0200
71021
71022     [PATCH] Fix ppc4xx bootstrap letter displayed on startup
71023
71024     The attached patch is mainly cosmetic, allowing u-boot to
71025     display the correct bootstrap option letter according to the
71026     datasheets.
71027
71028     The original patch was extended with 405EZ support by Stefan
71029     Roese.
71030
71031     Signed-off-by: Benoit Monin <bmonin@adeneo.eu>
71032     Signed-off-by: Stefan Roese <sr@denx.de>
71033
71034 commit 5b1313fb2758ffce8b624457f777d8cc6709608d
71035 Author: Nikita V. Youshchenko <yoush@debian.org>
71036 Date:   Wed May 23 12:45:19 2007 +0400
71037
71038     fix compilation problem for mpc8349itx CFG_RAMBOOT
71039
71040     Current include/configs/MPC8349ITX.h does contain some support for building
71041     image that will be started from memory (without putting in into flash).
71042     It could be triggered by building with TEXT_BASE set to a low value.
71043
71044     However, this support is incomplete: using of low TEXT_BASE causes
71045     defining configuration macros in inconsistent way, which later leads
71046     to compilation errors. In particular. flash support is being disabled,
71047     but then flash structures get referenced.
71048
71049     This patch fixes this, making it possible to build with low TEXT_BASE.
71050
71051     Signed-Off-By: Nikita Youshchenko <yoush@debian.org>
71052
71053     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
71054
71055 commit 8a364f0970de49949d635e60accf463c6443ef8c
71056 Author: Nikita V. Youshchenko <yoush@debian.org>
71057 Date:   Wed May 23 12:45:25 2007 +0400
71058
71059     add missing 'console' var to default mpc8349itx config
71060
71061     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
71062
71063 commit 18d156eb37c90fadc8ec7a81a3b89176161f85b7
71064 Author: Stefan Roese <sr@denx.de>
71065 Date:   Fri Jun 1 16:18:17 2007 +0200
71066
71067     ppc4xx: Add missing file for Bamboo NAND booting support
71068
71069     Signed-off-by: Stefan Roese <sr@denx.de>
71070
71071 commit 155a96478a0881e6da96cbbbcf34952d6a3b1b4b
71072 Author: Stefan Roese <sr@denx.de>
71073 Date:   Fri Jun 1 15:58:19 2007 +0200
71074
71075     ppc4xx: Undo Sequoia patch for dynamic EBC speed support of 83MHz
71076
71077     This patch undoes the patch by Jeff Mann with commit-id ada4697d. As
71078     suggested by AMCC it is not recommended to dynamically change the EBC
71079     speed after bootup. So we undo this change to be on the safe side.
71080
71081     Signed-off-by: Stefan Roese <sr@denx.de>
71082
71083 commit 9d9096043e8f713d4bf1743d32e1459e6a11644b
71084 Author: Stefan Roese <sr@denx.de>
71085 Date:   Fri Jun 1 15:29:04 2007 +0200
71086
71087     ppc4xx: Update Sequoia NAND booting support with ECC
71088
71089     Signed-off-by: Stefan Roese <sr@denx.de>
71090
71091 commit cf959c7d6687567c308e366e9581e1a5aff5cc5b
71092 Author: Stefan Roese <sr@denx.de>
71093 Date:   Fri Jun 1 15:27:11 2007 +0200
71094
71095     ppc4xx: Add NAND booting support for AMCC Bamboo (440EP) eval board
71096
71097     This patch adds NAND booting support for the AMCC Bamboo eval board.
71098     Since the NAND-SPL boot image is limited to 4kbytes, this version
71099     only supports the onboard 64MBytes of DDR. The DIMM modules can't be
71100     supported, since the setup code for I2C DIMM autodetection and
71101     configuration is too big for this NAND bootloader.
71102
71103     Signed-off-by: Stefan Roese <sr@denx.de>
71104
71105 commit 42be56f53c8b107868e6125c8524ae84293e95a7
71106 Author: Stefan Roese <sr@denx.de>
71107 Date:   Fri Jun 1 15:23:04 2007 +0200
71108
71109     NAND: Add ECC support to NAND booting support in nand_spl/nand_boot.c
71110
71111     The U-Boot NAND booting support is now extended to support ECC
71112     upon loading of the NAND U-Boot image.
71113
71114     Tested on AMCC Sequoia (440EPx) and Bamboo (440EP).
71115
71116     Signed-off-by: Stefan Roese <sr@denx.de>
71117
71118 commit a471db07fbb65a841ffc9f4f112562b945230f98
71119 Author: Stefan Roese <sr@denx.de>
71120 Date:   Fri Jun 1 15:19:29 2007 +0200
71121
71122     ppc4xx: Prepare Bamboo port for NAND booting support
71123
71124     This patch updates the "normal" Bamboo NOR booting port, so
71125     that it is compatible with the coming soon NAND booting
71126     Bamboo port.
71127
71128     It also enables the 2nd NAND flash on the Bamboo.
71129
71130     Signed-off-by: Stefan Roese <sr@denx.de>
71131
71132 commit 53ad02103fb8be4138a9937a8ab91fcdff7b4987
71133 Author: Stefan Roese <sr@denx.de>
71134 Date:   Fri Jun 1 15:16:58 2007 +0200
71135
71136     ppc4xx: Update in_be32() functions and friends to latest Linux version
71137
71138     Signed-off-by: Stefan Roese <sr@denx.de>
71139
71140 commit 91da09cfbce0c1de05d6d84aa8363d666fa7ea3c
71141 Author: Stefan Roese <sr@denx.de>
71142 Date:   Fri Jun 1 15:15:12 2007 +0200
71143
71144     NAND: Add hardware ECC support to the PPC4xx NAND driver ndfc.c
71145
71146     This patch adds hardware ECC support to the NDFC driver. It also
71147     changes the register access from using the "simple" in32/out32
71148     functions to the in_be32/out_be32 functions, which make sure
71149     that the access is correctly synced. This is the only recommended
71150     access to SoC registers in the current Linux kernel.
71151
71152     Signed-off-by: Stefan Roese <sr@denx.de>
71153
71154 commit 17b5e862287cca76f19dcf8b741e61a7d06617f2
71155 Author: Stefan Roese <sr@denx.de>
71156 Date:   Fri Jun 1 15:12:15 2007 +0200
71157
71158     NAND: Update nand_ecc.c to latest Linux version
71159
71160     This patch updates the nand_ecc code to the latest Linux version.
71161     The main reason for this is the more compact code. This makes
71162     it possible to include the ECC code into the NAND bootloader
71163     image (NAND_SPL) for PPC4xx.
71164
71165     Signed-off-by: Stefan Roese <sr@denx.de>
71166
71167 commit d2d432760d2199d0e8558fdd9d1789b8131abcf7
71168 Author: Stefan Roese <sr@denx.de>
71169 Date:   Fri Jun 1 15:09:50 2007 +0200
71170
71171     ppc4xx: 44x DDR driver code cleanup and small fix for Bamboo
71172
71173     Signed-off-by: Stefan Roese <sr@denx.de>
71174
71175 commit e4bbed2803a2ad0521c7362f5d3e065f99abaedc
71176 Author: Stefan Roese <sr@denx.de>
71177 Date:   Fri Jun 1 13:45:24 2007 +0200
71178
71179     ppc4xx: Change Luan config file to support ECC
71180
71181     With the updated 44x DDR2 driver the Luan board now supports
71182     ECC generation and checking.
71183
71184     Signed-off-by: Stefan Roese <sr@denx.de>
71185
71186 commit 7187db73491c8de0fb56efb5e5134ba5ec443089
71187 Author: Stefan Roese <sr@denx.de>
71188 Date:   Fri Jun 1 13:45:00 2007 +0200
71189
71190     ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
71191
71192     Add config option for 180 degree advance clock control as needed
71193     for the AMCC Luan eval board.
71194
71195     Signed-off-by: Stefan Roese <sr@denx.de>
71196
71197 commit ee1529838abbfaa35f14e3ffbeaaba693159475f
71198 Author: Wolfgang Denk <wd@denx.de>
71199 Date:   Thu May 31 17:20:09 2007 +0200
71200
71201     Add support for STX GP3SSA (stxssa) Board with 4 MiB flash.
71202
71203     Signed-off-by: Wolfgang Denk <wd@denx.de>
71204
71205 commit 7049288fb1f16f1b317140226cdebd07bd416395
71206 Author: Bartlomiej Sieka <tur@semihalf.com>
71207 Date:   Sun May 27 17:26:46 2007 +0200
71208
71209     Motion-PRO: Code cleanup, fix of a typo in OF_STDOUT_PATH.
71210
71211     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
71212
71213 commit 4520fd4d2c450da49637216aa0e53739b61c60ac
71214 Author: Bartlomiej Sieka <tur@semihalf.com>
71215 Date:   Sun May 27 17:06:36 2007 +0200
71216
71217     Motion-PRO: Add support for redundant environment.
71218
71219     Enable redundant environment, add a MTD partition for it; also add env.
71220     variable command for passing MTD partitions to the kernel command line.
71221
71222     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
71223     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
71224
71225 commit a26eabeec31746f06d309103690892805696e344
71226 Author: Bartlomiej Sieka <tur@semihalf.com>
71227 Date:   Sun May 27 17:05:11 2007 +0200
71228
71229     Motion-PRO: Change maximum console buffer size from 256 to 1024 bytes.
71230
71231     Allow passing longer command line to the kernel - useful especially
71232     for passing MTD partition layout.
71233
71234     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
71235     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
71236
71237 commit 9160b96f71483a116de81c68985e8ee306d36764
71238 Author: Bartlomiej Sieka <tur@semihalf.com>
71239 Date:   Sun May 27 17:04:18 2007 +0200
71240
71241     Fix: Add missing NULL termination in strings expanded by macros parser.
71242
71243     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
71244     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
71245
71246 commit 630ec84aef7228fc1dbfb38dec78541403a786cd
71247 Author: Bartlomiej Sieka <tur@semihalf.com>
71248 Date:   Sun May 27 17:03:37 2007 +0200
71249
71250     Motion-PRO: Update EEPROM's page write bits and write delay.
71251
71252     Change EEPROM configuration according to the datasheet: "The 24C01A and 24C02A
71253     have a page write capability of two bytes", and "This device offers fast (1ms)
71254     byte write". Add 3ms of extra delay.
71255
71256     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
71257     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
71258
71259 commit c00125e07c1ebc125bab40e1e18bceed8be0c162
71260 Author: Bartlomiej Sieka <tur@semihalf.com>
71261 Date:   Sun May 27 16:58:45 2007 +0200
71262
71263     MPC5XXX, Motion-PRO: Fix PHY initialization problem.
71264
71265     After being reset in mpc5xxx_fec_init_phy(), PHY goes into FX mode, in which
71266     networking does not function. This commit switches PHY to TX mode by clearing
71267     the FX_SEL bit of Mode Control Register. It also reverses commit
71268     008861a2f3ef2c062744d733787c7e530a1b8761, i.e., a temporary workaround.
71269
71270     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
71271     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
71272
71273 commit 93b78f534a6e708b4cf1a4ffb4d8438c67a007db
71274 Author: Bartlomiej Sieka <tur@semihalf.com>
71275 Date:   Sun May 27 16:57:15 2007 +0200
71276
71277     Motion-PRO: Add support for the temperature sensor.
71278
71279     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
71280     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
71281
71282 commit c75e639630cc132dc19cd1ecda5922c0db0bfbba
71283 Author: Bartlomiej Sieka <tur@semihalf.com>
71284 Date:   Sun May 27 16:55:23 2007 +0200
71285
71286     Motion-PRO: Add displaying of CPLD revision information during boot.
71287
71288     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
71289     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
71290
71291 commit c99512d6bd3973f01ca2fc4896d829b46e68f150
71292 Author: Bartlomiej Sieka <tur@semihalf.com>
71293 Date:   Sun May 27 16:53:43 2007 +0200
71294
71295     MPC5xxx: Change names of defines related to IPB and PCI clocks.
71296
71297     Both CFG_PCISPEED_66 and CFG_IPBSPEED_133 are misnamed, as defining
71298     them does not cause PCI or IPB clocks to run at the specified speed.
71299     Instead, they configure divisors used to calculate said clocks. This
71300     patch renames the defines according to their real function.
71301
71302     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
71303     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
71304
71305 commit a11c0b85dc3664bb3c1e781137118730c8f619ab
71306 Author: Bartlomiej Sieka <tur@semihalf.com>
71307 Date:   Sun May 27 16:51:48 2007 +0200
71308
71309     Motion-PRO: Add LED support.
71310
71311     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
71312     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
71313     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
71314
71315 commit 7ebb4479b07ff294eb4d76e420753a0349f7c93b
71316 Author: Ulf Samuelsson <ulf@atmel.com>
71317 Date:   Thu May 24 12:12:47 2007 +0200
71318
71319     [PATCH][NAND] Define the Vendor Id for Micron NAND Flash
71320
71321     Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
71322     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
71323     Signed-off-by: Stefan Roese <sr@denx.de>
71324
71325 commit d756894722c888d09a9fa1df8323753772d3dcce
71326 Author: Stefan Roese <sr@denx.de>
71327 Date:   Thu May 24 09:49:00 2007 +0200
71328
71329     ppc4xx: Fix small 405EZ OCM initilization bug in start.S
71330
71331     As pointed out by Bruce Adler <bruce.adler@acm.org> this patch
71332     fixes a small bug in the 405EZ OCM initialization. Thanks for
71333     spotting.
71334
71335     Signed-off-by: Stefan Roese <sr@denx.de>
71336
71337 commit 5d4a179013d59a76446462e1eb0a969fba63eb81
71338 Author: Stefan Roese <sr@denx.de>
71339 Date:   Thu May 24 08:22:09 2007 +0200
71340
71341     ppc4xx: Update AMCC Acadia support for board revision 1.1
71342
71343     This patch updates the Acadia (405EZ) support for the new 1.1 board
71344     revision. It also adds support for NAND FLASH via the 4xx NDFC.
71345
71346     Please note that the jumper J7 must be in position 2-3 for this
71347     NAND support. Position 1-2 is for NAND booting only. NAND booting
71348     support will follow later.
71349
71350     Signed-off-by: Stefan Roese <sr@denx.de>
71351
71352 commit 822d55365bb557e084d0e33625a6dedcc866110b
71353 Author: Jon Loeliger <jdl@freescale.com>
71354 Date:   Wed May 23 14:09:46 2007 -0500
71355
71356     Add LIST_86xx MAKEALL target for PowerPC builds.
71357
71358     Signed-off-by: Jon Loeliger <jdl@freescale.com>
71359
71360 commit 9f0077abd69f7a7c756a915b961037302be3e6f2
71361 Author: Stefan Roese <sr@denx.de>
71362 Date:   Tue May 22 12:48:09 2007 +0200
71363
71364     ppc4xx: Use do { ... } while (0) for CPR & SDR access macros
71365
71366     Signed-off-by: Stefan Roese <sr@denx.de>
71367
71368 commit 6f3dfc139a838b0841c151efe00ad47db2366e79
71369 Author: Stefan Roese <sr@denx.de>
71370 Date:   Tue May 22 12:46:10 2007 +0200
71371
71372     ppc4xx: Add 405 support to 4xx NAND driver ndfc.c
71373
71374     This patch adds support for 405 PPC's to the 4xx NAND driver
71375     ndfc.c. This is in preparation for the new AMCC 405EZ.
71376
71377     Signed-off-by: Stefan Roese <sr@denx.de>
71378
71379 commit 10603d76767426be803dadd4fb688b97eb69481c
71380 Author: Stefan Roese <sr@denx.de>
71381 Date:   Mon May 21 07:41:22 2007 +0200
71382
71383     ppc4xx: Fix problem in 405EZ OCM initialization
71384
71385     As spotted by Bruce Adler this patch fixes an initialization problem
71386     for the 405EZ OCM.
71387
71388     Signed-off-by: Stefan Roese <sr@denx.de>
71389
71390 commit 3e3b956906eba9e4ad7931581ecedaad10eccce8
71391 Author: Peter Pearse <peter.pearse@arm.com>
71392 Date:   Fri May 18 16:47:03 2007 +0100
71393
71394     Reduce line lengths to 80 characters max.
71395
71396 commit 93ef45c9ddfdd9fc17c4e74bd8e2f2456580eb72
71397 Author: Peter Pearse <peter.pearse@arm.com>
71398 Date:   Fri May 18 14:34:07 2007 +0100
71399
71400     Makefile permissions
71401
71402 commit 1443a31457d68f7e8f0b9403e9832ec1e79dc59d
71403 Author: Peter Pearse <peter.pearse@arm.com>
71404 Date:   Fri May 18 14:33:11 2007 +0100
71405
71406     Makefile permissions
71407
71408 commit 255a3577c848706441daee0174543efe205a77f8
71409 Author: Kim Phillips <kim.phillips@freescale.com>
71410 Date:   Wed May 16 16:52:19 2007 -0500
71411
71412     Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx
71413
71414     For all practical u-boot purposes, TSECs don't differ throughout the
71415     mpc8[356]xx families; reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx.
71416
71417     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
71418
71419 commit 70124c2602ae2d4c5d3dba05b482d91548242de8
71420 Author: Stefano Babic <sbabic@denx.de>
71421 Date:   Wed May 16 14:49:12 2007 +0200
71422
71423     Fix compile problem cause my Microblaze merge
71424
71425     Signed-off-by: Stefano Babic <sbabic@denx.de>
71426
71427 commit ada4697d0230d6da552867777f98a67ec3ba2579
71428 Author: Jeffrey Mann <mannj@embeddedplanet.com>
71429 Date:   Wed May 16 13:23:10 2007 +0200
71430
71431     [PATCH] Run new sequoia boards with an EBC speed of 83MHz
71432
71433     Because the Sequoia board does not boot with an EBC faster than 66MHz,
71434     the clock divider are changed after the initial boot process.
71435
71436     This allows for maximum clocking speeds  to be achieved on newer boards.
71437     Sequoia boards with 666.66 MHz processors require that the EBC divider
71438     be set to 3 in order to start the initial boot process at a slower EBC
71439     speed. After the initial boot process, the divider can be set back to 2,
71440     which will cause the boards to run at 83.333MHz. This is backward
71441     compatible with boards with 533.33 MHz processors, as these boards will
71442     already be set with an EBC divider of 2.
71443
71444     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
71445
71446 commit a7676ea7732f3c596805079fed7e5c9fac652cfc
71447 Author: Wolfgang Denk <wd@denx.de>
71448 Date:   Wed May 16 01:16:53 2007 +0200
71449
71450     Minor Coding Style cleanup, update CHANGELOG.
71451
71452     Signed-off-by: Wolfgang Denk <wd@denx.de>
71453
71454 commit d62f64cc23a940eafe712c776b3249e4160753d1
71455 Author: Wolfgang Denk <wd@denx.de>
71456 Date:   Wed May 16 00:13:33 2007 +0200
71457
71458     Coding Style Cleanup, new CHANGELOG
71459
71460 commit 3162eb836903c8b247fdc7470dd39bfa6996f495
71461 Author: Wolfgang Denk <wd@denx.de>
71462 Date:   Tue May 15 23:38:05 2007 +0200
71463
71464     Minor coding style cleanup.
71465
71466 commit 66d9dbec1cc27d6398ee6cf84639dbe14971251e
71467 Author: mushtaq khan <mushtaq_k@procsys.com>
71468 Date:   Fri Apr 20 14:23:02 2007 +0530
71469
71470     Add driver for S-ATA-controller on Intel processors with South
71471     Bridge, ICH-5, ICH-6 and ICH-7.
71472
71473     Implementation:
71474
71475     1. Code is divided in to two files. All functions, which are
71476        controller specific are kept in "drivers/ata_piix.c" file and
71477        functions, which are not controller specific, are kept in
71478        "common/cmd_sata.c" file.
71479
71480     2. Reading and Writing from the S-ATA drive is done using PIO method.
71481
71482     3. Driver can be configured for 48-bit addressing by defining macro
71483        CONFIG_LBA48, if this macro is not defined driver uses the 28-bit
71484        addressing.
71485
71486     4. S-ATA read function is hooked to the File system, commands like
71487        ext2ls and ext2load file can be used. This has been tested.
71488
71489     5. U-Boot command "SATA_init" is added, which initializes the S-ATA
71490        controller and identifies the S-ATA drives connected to it.
71491
71492     6. U-Boot command "sata" is added, which is used to read/write, print
71493        partition table and get info about the drives present. This I have
71494        implemented in same way as "ide" command is implemented in U-Boot.
71495
71496     7. This driver is for S-ATA in native mode.
71497
71498     8. This driver does not support the Native command queuing and
71499        Hot-plugging.
71500
71501     Signed-off-by: Mushtaq Khan <mushtaq_k@procsys.com>
71502
71503 commit 644e6fb4eb8be90ea04ba34b643a8bf019d680e0
71504 Author: mushtaq khan <mushtaq_k@procsys.com>
71505 Date:   Mon Apr 30 15:57:22 2007 +0530
71506
71507     Fixes bug clearing the bss section for i386
71508
71509     Hi,
71510     There is a bug in the code of clearing the bss section for processor
71511     i386.(File: cpu/i386/start.S)
71512     In the code, bss_start addr (starting addr of bss section) is put into
71513     the register %eax, but the code which clears the bss section refers to
71514     the addr pointed by %edi.
71515
71516     This patch fixes this bug by putting bss_start into %edi register.
71517
71518     Signed-off-by: Mushtaq Khan <mushtaq_k@procsys.com>
71519
71520 commit c3243cf7b490057277d61acffe4ad0946f9eb4a4
71521 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
71522 Date:   Mon Apr 30 16:47:28 2007 -0500
71523
71524     Add support for BCM5464 Quad Phy
71525
71526     Added support for Broadcom's BCM5464 Quad Phy
71527
71528     Signed-off-by: Joe Hamman <joe.hamman@embeddedspecialties.com>
71529
71530 commit 1b305bdc754c8468e1d5d858f5dcf8a7a0a4bb7a
71531 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
71532 Date:   Wed May 9 08:10:57 2007 +0800
71533
71534     Search the exception table with linear algorithm
71535
71536     Search the exception table with linear algorithm instead of
71537     bisecting algorithm.
71538     Because the exception table might be unsorted.
71539
71540     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
71541
71542 commit 5dfaa50eb819686bfba1927e8c5b8a70a4d65fd3
71543 Author: Aubrey.Li <aubrey.adi@gmail.com>
71544 Date:   Mon May 14 11:47:35 2007 +0800
71545
71546     Fix compilation issues on MACOSX
71547
71548     Singed-off-by: Marc Hoffman <Marc.Hoffman@analog.com>
71549     Signed-off-by: Aubrey Li <aubrey.adi@gmail.com>
71550
71551 commit 56fd7162985c412317bbf763a225fba23c64fd31
71552 Author: Stephen Williams <steve@icarus.com>
71553 Date:   Tue May 15 07:55:42 2007 -0700
71554
71555     Fix for compile of JSE target
71556
71557     The attached patch fixes the compile of the JSE board in the
71558     denx git as of 14 may 2007. It is an extremely simple patch,
71559     it just adds the missing define of CFG_SYSTEMACE_WIDTH.
71560
71561      Fix to compile JSE against 20070514 git of u-boot
71562
71563 commit 69df3c4da0c93017cceb25a366e794570bd0ed98
71564 Author: Nobuhiro Iwamatsu <iwamatsu@rahute.(none)>
71565 Date:   Sun May 13 21:01:03 2007 +0900
71566
71567     sh: MS7750SE support.
71568
71569     This adds support for the Hitachi MS7750SE.
71570
71571     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
71572
71573 commit 0b135cfc2e524dc249b75057b55dd4cc09842e27
71574 Author: Nobuhiro Iwamatsu <iwamatsu@rahute.(none)>
71575 Date:   Sun May 13 20:58:00 2007 +0900
71576
71577     sh: First support code of SuperH.
71578
71579     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
71580
71581 commit 61936667e86a250ae12fd2dc189d3588f0a59e0b
71582 Author: Stefan Roese <sr@denx.de>
71583 Date:   Fri May 11 12:01:49 2007 +0200
71584
71585     ppc4xx: Add mtcpr/mfcpr access macros
71586
71587     Signed-off-by: Stefan Roese <sr@denx.de>
71588
71589 commit 343c48bd84606c4025c8a7c7263fda465d6e284c
71590 Author: Stefan Roese <sr@denx.de>
71591 Date:   Fri May 11 12:01:06 2007 +0200
71592
71593     ppc4xx: Set bd->bi_pci_busfreq on 440EPx/GRx too
71594
71595     Signed-off-by: Stefan Roese <sr@denx.de>
71596
71597 commit 7d98ba770a7eaefa29ce927f31a0956df85bf650
71598 Author: Piotr Kruszynski <ppk@semihalf.com>
71599 Date:   Thu May 10 16:55:52 2007 +0200
71600
71601     [Motion-PRO] Add MTD and JFFS2 support, also add default partition
71602     definition.
71603
71604 commit 65fb6a676e821f9570a2a376dc204bf611ce5f81
71605 Author: Peter Pearse <peter.pearse@arm.com>
71606 Date:   Wed May 9 11:42:44 2007 +0100
71607
71608     Add the board directory for SMN42
71609
71610 commit 160131bf965785419626df6c388729fe0b597992
71611 Author: Peter Pearse <peter.pearse@arm.com>
71612 Date:   Wed May 9 11:41:58 2007 +0100
71613
71614     Add the files for the SMN42 board
71615
71616 commit 5c6d2b5a500f8c49670de8910150b78a41f781fc
71617 Author: Peter Pearse <peter.pearse@arm.com>
71618 Date:   Wed May 9 11:40:34 2007 +0100
71619
71620     Remove the deleted files for the SMN42 patch
71621
71622 commit b0d8f5bf0d215adc9424cb228b2484dbf07f7761
71623 Author: Peter Pearse <peter.pearse@arm.com>
71624 Date:   Wed May 9 11:37:56 2007 +0100
71625
71626     New board SMN42 branch
71627
71628 commit 29f3be0caf0799ca6b89dfd9824c15619a50000f
71629 Author: Peter Pearse <peter.pearse@arm.com>
71630 Date:   Wed May 9 10:24:38 2007 +0100
71631
71632     Makefile permissions
71633
71634 commit b84289b595731e8851df46e893845cc1322c9b9b
71635 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
71636 Date:   Tue May 8 14:17:07 2007 -0500
71637
71638     8641hpcn: Fix Makefile after moving pixis to board/freescale.
71639
71640     The OBJTREE != SRCTREE build scenario was broken.
71641     This fixes it.
71642
71643     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
71644     Signed-off-by: Jon Loeliger <jdl@freescale.com>
71645
71646 commit e69f66c6ebe82bbbd1da766bc4eda40ec7ee5af1
71647 Author: Michal Simek <monstr@monstr.eu>
71648 Date:   Tue May 8 15:57:43 2007 +0200
71649
71650     add: reading special purpose registers
71651
71652 commit 1a50f164beb065f360fbddb76029607d6b099698
71653 Author: Michal Simek <monstr@monstr.eu>
71654 Date:   Tue May 8 14:52:52 2007 +0200
71655
71656     add: Microblaze V5 exception handling
71657
71658 commit ab874d5047e5d30dbc1e517ff26083efffa98ecb
71659 Author: Michal Simek <monstr@monstr.eu>
71660 Date:   Tue May 8 14:39:11 2007 +0200
71661
71662     add: FSL control read and write
71663
71664 commit de1de02a7cbf05e6b63e0d8ffc624f12493f6ba3
71665 Author: Piotr Kruszynski <ppk@semihalf.com>
71666 Date:   Tue May 8 13:05:44 2007 +0200
71667
71668     [Motion-PRO] Add support for I2C, EEPROM and RTC.
71669
71670 commit fa5c2ba123b1bf88455bfc21db5e786ca045029d
71671 Author: Bartlomiej Sieka <tur@semihalf.com>
71672 Date:   Tue May 8 10:23:56 2007 +0200
71673
71674     [Motion-PRO] Add ATA support. Add CF-booting commands to the default
71675     environment.
71676
71677 commit 06241d50a3ab1b20a0b08baeeaffcaa23ae4b839
71678 Author: Bartlomiej Sieka <tur@semihalf.com>
71679 Date:   Tue May 8 09:39:12 2007 +0200
71680
71681     [Motion-PRO] Change IPB clock frequency from 50MHz to 100MHz. This
71682     eliminates networking problems in Linux (timeouts).
71683
71684 commit 1f1369c34b629be94702684d41d3fddf0f6193e7
71685 Author: Bartlomiej Sieka <tur@semihalf.com>
71686 Date:   Tue May 8 09:21:57 2007 +0200
71687
71688     [Motion-PRO] Enable Flat Device Tree support and modify default environment
71689     to allow booting of FDT-expecting kernels.
71690
71691 commit fb05f6da35ea1c15c553abe6f23f656bf18dc5db
71692 Author: Michal Simek <monstr@monstr.eu>
71693 Date:   Mon May 7 23:58:31 2007 +0200
71694
71695     new: USE_MSR_INTR support
71696
71697 commit 008861a2f3ef2c062744d733787c7e530a1b8761
71698 Author: Bartlomiej Sieka <tur@semihalf.com>
71699 Date:   Mon May 7 22:36:15 2007 +0200
71700
71701     [MPC5xxx] There are networking problems on the Motion-PRO board with
71702     current PHY initalization code (tftp timeouts all the time). This commit
71703     temporarily disables PHY initalization sequence to make the networking
71704     operational, until a fix is found.
71705
71706 commit abca901869c3760b6c5fecb825db6c1d91a78a93
71707 Author: Wolfgang Denk <wd@denx.de>
71708 Date:   Mon May 7 22:10:36 2007 +0200
71709
71710     Get rid of duplicated file (see include/configs/sbc8560.h instead)
71711
71712     Signed-off-by: Wolfgang Denk <wd@denx.de>
71713
71714 commit 207b7b2c9d9752e0f6478c30c29b7087f6e6cbb6
71715 Author: Wolfgang Denk <wd@denx.de>
71716 Date:   Mon May 7 22:07:08 2007 +0200
71717
71718     Get rid of duplicated file (see doc/README.SBC8560 instead)
71719
71720     Signed-off-by: Wolfgang Denk <wd@denx.de>
71721
71722 commit a7bac7e9b57ba948051beb19ec5be3a75ce75383
71723 Author: Michal Simek <monstr@monstr.eu>
71724 Date:   Mon May 7 19:43:10 2007 +0200
71725
71726     fix: read and write MSR - repair number of parameters
71727
71728 commit 193b4a3bb3acaddf798da8de0da05d94ba8774ee
71729 Author: Jeffrey Mann <mannj@embeddedplanet.com>
71730 Date:   Mon May 7 19:42:49 2007 +0200
71731
71732     [PATCH] ppc4xx: Fix CONFIG_SYS_CLK_FREQ definition in Sequoia config file
71733
71734     A '3' got cut off in the formatting of the last patch to automatically
71735     change the clock speed of the system clock on sequoia board.
71736
71737     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
71738     Signed-off-by: Stefan Roese <sr@denx.de>
71739
71740 commit 19bf1fbad7f19d5a120be9b1daf136e052fcab39
71741 Author: Michal Simek <monstr@monstr.eu>
71742 Date:   Mon May 7 19:33:51 2007 +0200
71743
71744     new: fsl interrupt support
71745     FSL_Has_data is connected to INTC.
71746
71747 commit 792032baa7d625e34c981ab6df521911bd8dc861
71748 Author: Michal Simek <monstr@monstr.eu>
71749 Date:   Mon May 7 19:30:12 2007 +0200
71750
71751     fix: interrupt handler
71752     remove asm code
71753
71754 commit f3f001a341ef185d0f13841be5b5dc3395aacc31
71755 Author: Michal Simek <monstr@monstr.eu>
71756 Date:   Mon May 7 19:25:08 2007 +0200
71757
71758     fix: remove asm code
71759
71760 commit fb7c2dbef02c9f6f8d7b04ec4c2bfb91418b9c01
71761 Author: Michal Simek <monstr@monstr.eu>
71762 Date:   Mon May 7 19:12:43 2007 +0200
71763
71764     fix: clean interrupt
71765
71766 commit 42efed6130c8fcf7da881385b5427065d2801757
71767 Author: Michal Simek <monstr@monstr.eu>
71768 Date:   Mon May 7 17:22:25 2007 +0200
71769
71770     fix: interrupt handler for multiple sources
71771
71772 commit 48fbd3a4cdabbebc1debd7eed73c00c2caf914f6
71773 Author: Michal Simek <monstr@monstr.eu>
71774 Date:   Mon May 7 17:11:09 2007 +0200
71775
71776     new: add writing to msr register
71777
71778 commit 3a619dd7bed03e8b4d22a3911f90fd12af5376c2
71779 Author: Markus Klotzbuecher <mk@denx.de>
71780 Date:   Mon May 7 16:43:56 2007 +0200
71781
71782     Fix an ancient CHANGELOG conflict
71783
71784 commit ac4cd59d59c9bf3f89cb7a344abf8184d678f562
71785 Author: Timur Tabi <timur@freescale.com>
71786 Date:   Sat May 5 08:12:30 2007 +0200
71787
71788     5xxx: write MAC address to mac-address and local-mac-address
71789
71790     Some device trees have a mac-address property, some have local-mac-address,
71791     and some have both.  To support all of these device trees, ftp_cpu_setup()
71792     should write the MAC address to mac-address and local-mac-address, if they
71793     exist.
71794
71795     Signed-off-by: Timur Tabi <timur@freescale.com>
71796     Acked-by: Grant Likely <grant.likely@secretlab.ca>
71797
71798 commit a9d87e2707dcb249f6bb7f7ff7e00acd8cda9fd2
71799 Author: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
71800 Date:   Sun Apr 29 14:01:54 2007 +0200
71801
71802     [PATCH] Use PVR to distinguish MPC5200B from MPC5200 in boot message
71803
71804     MPC5200B systems are incorrectly reported as MPC5200 in U-Boot start-up
71805     message. Use PVR to distinguish between the two variants, and print proper CPU
71806     information.
71807
71808     Signed-off-by: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
71809     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
71810     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
71811
71812 commit 4ec5bd55ed1ffa91a774af298769621f4fbb18c1
71813 Author: Ladislav Michl <ladis@linux-mips.org>
71814 Date:   Wed Apr 25 16:01:26 2007 +0200
71815
71816     [PATCH] simplify silent console
71817
71818     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
71819     Acked-by: Stefan Roese <sr@denx.de>
71820
71821 commit b7598a43f2b421a713d8135e98a42c37d9eb9df0
71822 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
71823 Date:   Mon Apr 23 15:30:39 2007 +0200
71824
71825     [PATCH] Avoid assigning PCI resources from zero address
71826
71827     If a PCI IDE card happens to get a zero address assigned to it, the Linux IDE
71828     core complains and IDE drivers fails to work.  Also, assigning zero to a BAR
71829     was illegal according to PCI 2.1 (the later revisions seem to have excluded the
71830     sentence about "0" being considered an invalid address) -- so, use a reasonable
71831     starting value of 0x1000 (that's what the most Linux archs are using).
71832
71833     Alternatively, one might have fixed the calls to pci_set_region() individually
71834     (some code even seems to have taken care of this issue) but that would have
71835     been a lot more work. :-)
71836
71837     Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
71838     Acked-by: Stefan Roese <sr@denx.de>
71839
71840 commit 9ffd451afeb08e5be7ddae680487ec962b2bca25
71841 Author: Jeffrey Mann <mannj@embeddedplanet.com>
71842 Date:   Mon Apr 23 14:00:11 2007 +0200
71843
71844     [patch] setenv(...) can delete environmentalvariables
71845
71846     update setenv() function so that entering a NULL value for the
71847     variable's value will delete the environmental variable
71848
71849     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
71850     Acked-by: Stefan Roese <sr@denx.de>
71851
71852 commit ebd0a0ae05a44769c4e27458ad4e9f3438250443
71853 Author: Mike Frysinger <vapier@gentoo.org>
71854 Date:   Mon Apr 23 13:54:24 2007 +0200
71855
71856     [patch] use unsigned char in smc91111 driver for mac
71857
71858     the v_mac variable in the smc91111 driver is declared as a signed char ...
71859     this causes problems when one of the bytes in the MAC is "signed" like 0xE0
71860     because when it gets printed out, you get a display like:
71861     0xFFFFFFE0 and that's no good
71862
71863     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
71864
71865 commit ffc50f9bb194343c6303517a517708457a5eb6b8
71866 Author: Michal Simek <monstr@monstr.eu>
71867 Date:   Sat May 5 18:54:42 2007 +0200
71868
71869     new: FSL and MSR support #2
71870
71871 commit f7e2e0eb0668136305f78bb9c21be79b48a34247
71872 Author: Michal Simek <monstr@monstr.eu>
71873 Date:   Sat May 5 18:27:16 2007 +0200
71874
71875     new: FSL and MSR support
71876
71877 commit 2f15278c2eb911c668b4fe562130b78cf554d139
71878 Author: Wolfgang Denk <wd@denx.de>
71879 Date:   Sat May 5 18:23:11 2007 +0200
71880
71881     Coding stylke cleanup; update CHANGELOG.
71882
71883     Signed-off-by: Wolfgang Denk <wd@denx.de>
71884
71885 commit 885ec89b648a899a2f32393fd3ffd9f7234c4402
71886 Author: Wolfgang Denk <wd@denx.de>
71887 Date:   Sat May 5 18:05:02 2007 +0200
71888
71889     Add STX GP3 SSA board to MAKEALL script; update CHANGELOG.
71890
71891     Signed-off-by: Wolfgang Denk <wd@denx.de>
71892
71893 commit 5499645b3fe17a548af9dfc479ca6e2455f179a2
71894 Author: Wolfgang Denk <wd@denx.de>
71895 Date:   Sat May 5 17:15:50 2007 +0200
71896
71897     Make "file" command happy with some config.mk files; update CHANGELOG
71898
71899 commit e3b8c78bc2489c27ae020986ef0eaca684866cef
71900 Author: Jeffrey Mann <mannj@embeddedplanet.com>
71901 Date:   Sat May 5 08:32:14 2007 +0200
71902
71903     ppc4xx: Detect if the sysclk on Sequoia is 33 or 33.333 MHz
71904
71905     The AMCC Secquoia board has been changed in a new revision from using a
71906     33.000 MHz clock to a 33.333 MHz system clock. A bit in the CPLD
71907     indicates the difference. This patch reads that bit and uses the correct
71908     clock speed for the board. This code is backward compatable will all
71909     prior boards. All prior boards will be read as 33.000.
71910
71911     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
71912     Signed-off-by: Stefan Roese <sr@denx.de>
71913
71914 commit f544ff6656fca263ed1ebe39899b6d95da67c8b8
71915 Author: Stefan Roese <sr@denx.de>
71916 Date:   Sat May 5 08:29:01 2007 +0200
71917
71918     ppc4xx: Sequoia: Remove cpu/ppc4xx/speed.c from NAND booting
71919
71920     Using cpu/ppc4xx/speed.c to calculate the bus frequency is too big
71921     for the 4k NAND boot image so define bus_frequency to 133MHz here
71922     which is save for the refresh counter setup.
71923
71924     Signed-off-by: Stefan Roese <sr@denx.de>
71925
71926 commit 2f550ab976405300f5b07bf2890800840d0aa05f
71927 Author: Timur Tabi <timur@freescale.com>
71928 Date:   Sat May 5 08:12:30 2007 +0200
71929
71930     5xxx: write MAC address to mac-address and local-mac-address
71931
71932     Some device trees have a mac-address property, some have local-mac-address,
71933     and some have both.  To support all of these device trees, ftp_cpu_setup()
71934     should write the MAC address to mac-address and local-mac-address, if they
71935     exist.
71936
71937     Signed-off-by: Timur Tabi <timur@freescale.com>
71938     Acked-by: Grant Likely <grant.likely@secretlab.ca>
71939
71940 commit a79886590593ba1d667c840caa4940c61639f18f
71941 Author: Thomas Knobloch <knobloch@siemens.com>
71942 Date:   Sat May 5 07:04:42 2007 +0200
71943
71944     NAND: Wrong calculation of page number in nand_block_bad()
71945
71946     In case that there is no memory based bad block table available the
71947     function nand_block_checkbad() in drivers/mtd/nand/nand_base.c will call
71948     nand_block_bad() directly. When parameter 'getchip' is set to zero,
71949     nand_block_bad() will not right shift the offset to calculate the
71950     correct page number.
71951
71952     Signed-off-by: Thomas Knobloch <knobloch@siemens.com>
71953     Signed-off-by: Stefan Roese <sr@denx.de>
71954
71955 commit 9877d7dcd1eebe61aa5d8b8ffe9c048ea426e6f6
71956 Author: Wolfgang Denk <wd@denx.de>
71957 Date:   Fri May 4 10:02:33 2007 +0200
71958
71959     Fix initrd length corruption in bootm command.
71960
71961     When using FDT Images, the length of an inital ramdisk was
71962     overwritten (bug introduced by commit 87a449c8, 22 Aug 2006).
71963
71964     Patches by Timur Tabi & Johns Daniel.
71965
71966     Signed-off-by: Wolfgang Denk <wd@denx.de>
71967
71968 commit 068aab660bc3912b930be5540e6b3f3fd6ad3c96
71969 Author: Kim Phillips <kim.phillips@freescale.com>
71970 Date:   Thu May 3 19:43:52 2007 -0500
71971
71972     mpc83xx: fix trivial error in MAKEALL
71973
71974     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
71975
71976 commit c64a89d6ce8584b9fc64f4e85da9ecac3cfc2c2a
71977 Author: Wolfgang Denk <wd@denx.de>
71978 Date:   Thu May 3 16:34:41 2007 +0200
71979
71980     Update board configuration for STX GP3SSA board:
71981
71982     Enable hush shell, environment in flash rather in EEPROM,
71983     more user-friendly default environment, etc.
71984     The simple EEPROM environment can be selected easily in the board
71985     config file.
71986
71987     Signed-off-by: Wolfgang Denk <wd@denx.de>
71988
71989 commit 2c6fb199dc5756fc72f49d1f4de105e089049d65
71990 Author: Wolfgang Denk <wd@denx.de>
71991 Date:   Tue Apr 24 14:37:49 2007 +0200
71992
71993     Cleanup STX GP3SSA code; fix build and compile problems.
71994
71995 commit 35171dc04e028ecacc23ad916a66295472555dbf
71996 Author: Dan Malek <dan@embeddedalley.com>
71997 Date:   Fri Jan 5 09:15:34 2007 +0100
71998
71999     Add support for STX GP3SSA (stxssa) Board
72000
72001     Signed-off-by Dan Malek, <dan@embeddedalley.com>
72002
72003 commit f2134f8e9eb006bdcd729e89f309c07b2fa45180
72004 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
72005 Date:   Wed May 2 13:31:53 2007 +0200
72006
72007     macb: Don't restart autonegotiation if we already have link
72008
72009     Rework macb_phy_init so that it doesn't attempt to re-negotiate if the
72010     link is already up.
72011
72012     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
72013
72014 commit 04fcb5d38bc90779cd9a710d60702075986f0e29
72015 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
72016 Date:   Wed May 2 13:22:38 2007 +0200
72017
72018     macb: Introduce a few barriers when dealing with DMA descriptors
72019
72020     There were a few theoretical possibilities that the compiler might
72021     optimize away DMA descriptor reads and/or writes and thus cause
72022     synchronization problems with the hardware. Insert barriers where
72023     we depend on reads/writes actually hitting memory.
72024
72025     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
72026
72027 commit ffa621a0d12a1ccd81c936c567f8917a213787a8
72028 Author: Andy Fleming <afleming@freescale.com>
72029 Date:   Sat Feb 24 01:08:13 2007 -0600
72030
72031     Cleaned up some 85xx PCI bugs
72032
72033     * Cleaned up the CDS PCI Config Tables and added NULL entries to
72034       the end
72035     * Fixed PCIe LAWBAR assignemt to use the cpu-relative address
72036     * Fixed 85xx PCI code to assign powar region sizes based on the
72037       config values (rather than hard-coding them)
72038     * Fixed the 8548 CDS PCI2 IO to once again have 0 as the base address
72039
72040     Signed-off-by: Andy Fleming <afleming@freescale.com>
72041
72042 commit 6743105988fc44d5b0d30388c790607835aae7a6
72043 Author: Andy Fleming <afleming@freescale.com>
72044 Date:   Mon Apr 23 02:54:25 2007 -0500
72045
72046     Add support for the 8568 MDS board
72047
72048     This included some changes to common files:
72049     * Add 8568 processor SVR to various places
72050     * Add support for setting the qe bus-frequency value in the dts
72051     * Add the 8568MDS target to the Makefile
72052
72053     Signed-off-by: Andy Fleming <afleming@freescale.com>
72054
72055 commit af1c2b84bf27c8565baddc82d1abb93700d10e2e
72056 Author: David Updegraff <dave@cray.com>
72057 Date:   Fri Apr 20 14:34:48 2007 -0500
72058
72059     Add support for treating unknown PHYs as generic PHYs.
72060
72061     When bringing up u-boot on new boards, PHY support sometimes gets
72062     neglected.  Most PHYs don't really need any special support,
72063     though.  By adding a generic entry that always matches if nothing
72064     else does, we can provide support for "unsupported" PHYs for the
72065     tsec.
72066
72067     The generic PHY driver supports most PHYs, including gigabit.
72068
72069     Signed-off-by: David Updegraff <dave@cray.com>
72070     Signed-off-by: Andy Fleming <afleming@freescale.com>
72071
72072 commit a75af9bfd8fff0499efdbb90601cec5a2afef117
72073 Author: James Yang <James.Yang@freescale.com>
72074 Date:   Wed Feb 7 15:28:04 2007 -0600
72075
72076     Conditionalize 8641 Rev1.0 MCM workarounds
72077
72078     Signed-off-by: James Yang <James.Yang@freescale.com>
72079     Signed-off-by: Jon Loeliger <jdl@freescale.com>
72080
72081 commit f64702b7fc8f8df39d31add770df6e372f9e9ce3
72082 Author: Timur Tabi <timur@freescale.com>
72083 Date:   Mon Apr 30 13:59:50 2007 -0500
72084
72085     Fix memory initialization on MPC8349E-mITX
72086
72087     Define CFG_DDR_SDRAM_CLK_CNTL for the MPC8349E-mITX and MPC8349E-mITX-GP.
72088     This allows ddr->sdram_clk_cntl to be properly initialized.  This is necessary
72089     on some ITX boards, notably those with a revision 3.1 CPU.
72090
72091     Also change spd_sdram() in cpu/mpc83xx/spd_sdram.c to not write anything into
72092     ddr->sdram_clk_cntl if CFG_DDR_SDRAM_CLK_CNTL is not defined.
72093
72094     Signed-off-by: Timur Tabi <timur@freescale.com>
72095     Acked-by: Michael Benedict <MBenedict@twacs.com>
72096     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
72097
72098 commit 54b2d434ae9d01787936f34fe1759cf3d7624ae3
72099 Author: Kim Phillips <kim.phillips@freescale.com>
72100 Date:   Mon Apr 30 15:26:21 2007 -0500
72101
72102     mpc83xx: replace elaborate boottime verbosity with 'clocks' command
72103
72104     and fix CPU: to align with Board: display text.
72105
72106     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
72107
72108 commit c1ab82669d9525998c34e802a12cad662723f22a
72109 Author: James Yang <James.Yang@freescale.com>
72110 Date:   Fri Mar 16 13:02:53 2007 -0500
72111
72112     Rewrote picos_to_clk() to avoid rounding errors.
72113     Clarified that conversion is to DRAM clocks rather than platform clocks.
72114     Made function static to spd_sdram.c.
72115
72116     Signed-off-by: James Yang <James.Yang@freescale.com>
72117     Signed-off-by: Jon Loeliger <jdl@freescale.com>
72118
72119 commit 8b39501d28754e72726ce7fb02310e56dbdf116a
72120 Author: Stefan Roese <sr@denx.de>
72121 Date:   Sun Apr 29 14:13:01 2007 +0200
72122
72123     ppc4xx: Bamboo: Use current NAND driver and *not* the legacy driver
72124
72125     Signed-off-by: Stefan Roese <sr@denx.de>
72126
72127 commit 864aa6a6a466fcb92bf32b1d7dba79cd709b52c9
72128 Author: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
72129 Date:   Sun Apr 29 14:01:54 2007 +0200
72130
72131     [PATCH] Use PVR to distinguish MPC5200B from MPC5200 in boot message
72132
72133     MPC5200B systems are incorrectly reported as MPC5200 in U-Boot start-up
72134     message. Use PVR to distinguish between the two variants, and print proper CPU
72135     information.
72136
72137     Signed-off-by: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
72138     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
72139     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
72140
72141 commit 5c5d3242935cf3543af01142627494434834cf98
72142 Author: Kim Phillips <kim.phillips@freescale.com>
72143 Date:   Wed Apr 25 12:34:38 2007 -0500
72144
72145     mpc83xx: minor fixups for 8313rdb introduction
72146
72147 commit ada4d40091f6ed4a4f0040e08d20db21967e4a67
72148 Author: Ladislav Michl <ladis@linux-mips.org>
72149 Date:   Wed Apr 25 16:01:26 2007 +0200
72150
72151     [PATCH] simplify silent console
72152
72153     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
72154     Acked-by: Stefan Roese <sr@denx.de>
72155
72156 commit 144876a380f5756f57412caf74c1d6dc201dd796
72157 Author: Michal Simek <monstr@monstr.eu>
72158 Date:   Tue Apr 24 23:01:02 2007 +0200
72159
72160     [PATCH] MTD partition support, JFFS2 support
72161
72162 commit 37ed6cdd4159195bfad68d8a237f6adda8f482cb
72163 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
72164 Date:   Tue Apr 24 14:03:45 2007 +0200
72165
72166     ppc4xx: setup 440EPx/GRx ZMII/RGMII bridge depending on PFC register content.
72167
72168     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
72169
72170 commit 66ed6cca3f340f7a8a06d9272ae2ef8e96f0273d
72171 Author: Andy Fleming <afleming@freescale.com>
72172 Date:   Mon Apr 23 02:37:47 2007 -0500
72173
72174     Reworked 85xx speed detection code
72175
72176     Changed the code to read the registers and calculate the clock
72177     rates, rather than using a "switch" statement.
72178
72179     Idea from Andrew Klossner <andrew@cesa.opbu.xerox.com>
72180
72181     Signed-off-by: Andy Fleming <afleming@freescale.com>
72182
72183 commit 81f481ca708ed6a56bf9c410e3191dbad581c565
72184 Author: Andy Fleming <afleming@freescale.com>
72185 Date:   Mon Apr 23 02:24:28 2007 -0500
72186
72187     Enable 8544 support
72188
72189     * Add support to the Makefile
72190     * Add 8544 configuration support to the tsec driver
72191     * Add 8544 SVR numbers to processor.h
72192
72193     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
72194     Signed-off-by: Jon Loeliger <jdl@freescale.com>
72195
72196 commit 0d8c3a2096eaff8d7de89d45e9af4d4b0d4868fe
72197 Author: Andy Fleming <afleming@freescale.com>
72198 Date:   Fri Feb 23 17:12:25 2007 -0600
72199
72200     Support 1G size on 8548
72201
72202     e500v2 and newer cores support 1G page sizes.
72203
72204     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
72205     Signed-off-by: Andy Fleming <afleming@freescale.com>
72206
72207 commit 45cef612cc601d2d1c890fbbd7cdc9609a189a46
72208 Author: Andy Fleming <afleming@freescale.com>
72209 Date:   Fri Feb 23 17:11:16 2007 -0600
72210
72211     Changed BOOKE_PAGESZ_nGB to BOOKE_PAGESZ_nG
72212
72213     The other pagesz constants use one letter to specify order of
72214     magnitude.  Also change the one reference to it in mpc8548cds/init.S
72215
72216     Signed-off-by: Andy Fleming <afleming@freescale.com>
72217
72218 commit 1f9a318cea14272edd10d63739e2d326c90f430e
72219 Author: Andy Fleming <afleming@freescale.com>
72220 Date:   Fri Feb 23 16:28:46 2007 -0600
72221
72222     Only set ddrioovcr for 8548 rev1.
72223
72224     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
72225     Signed-off-by: Andy Fleming <afleming@freescale.com>
72226
72227 commit 9343dbf85bc03033f2102d8e8543567c2c1ad2d2
72228 Author: Andy Fleming <afleming@freescale.com>
72229 Date:   Sat Feb 24 01:16:45 2007 -0600
72230
72231     Tweak DDR ECC error counter
72232
72233     Enable single-bit error counter when memory was cleared by ddr controller.
72234
72235     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
72236     Signed-off-by: Andy Fleming <afleming@freescale.com>
72237
72238 commit 85e7c7a45e3dd9c7ce3e722352ba60f8df1a7a4b
72239 Author: Timur Tabi <timur@freescale.com>
72240 Date:   Mon Feb 12 13:34:55 2007 -0600
72241
72242     85xx: write MAC address to mac-address and local-mac-address
72243
72244     Some device trees have a mac-address property, some have local-mac-address,
72245     and some have both.  To support all of these device trees, ftp_cpu_setup()
72246     should write the MAC address to mac-address and local-mac-address, if they
72247     exist.
72248
72249     Signed-off-by: Timur Tabi <timur@freescale.com>
72250
72251 commit 03b81b48eec0ad249ec97a4ae16c36fa2e014ff4
72252 Author: Andy Fleming <afleming@freescale.com>
72253 Date:   Mon Apr 23 01:44:44 2007 -0500
72254
72255     Some 85xx cpu cleanups
72256
72257     * Cleaned up the TSR[WIS] clearing
72258     * Cleaned up DMA initialization
72259
72260     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
72261     Signed-off-by: Jon Loeliger <jdl@freescale.com>
72262     Acked-by: Andy Fleming <afleming@freescale.com>
72263
72264 commit 151d5d992eab8c497b24c816c73dc1ad8bffb4eb
72265 Author: Andy Fleming <afleming@freescale.com>
72266 Date:   Mon Apr 23 01:32:22 2007 -0500
72267
72268     Add cpu support for the 8544
72269
72270     Recognize new SVR values, and add a few register definitions
72271
72272     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
72273     Signed-off-by: Jon Loeliger <jdl@freescale.com>
72274     Acked-by: Andy Fleming <afleming@freescale.com>
72275
72276 commit 25d83d7f4ac65727182d8ddaf7ba42fa74cf65ae
72277 Author: Jon Loeliger <jdl@freescale.com>
72278 Date:   Wed Apr 11 16:51:02 2007 -0500
72279
72280     Add MPC8544DS basic port board files.
72281
72282     Add board port under new board/freescale directory
72283     structure and reuse existing PIXIS FPGA support there.
72284
72285     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
72286     Signed-off-by: Jon Loeliger <jdl@freescale.com>
72287
72288 commit 0cde4b00fc7393b89f379d83a9d436dcb1334bfa
72289 Author: Jon Loeliger <jdl@freescale.com>
72290 Date:   Wed Apr 11 16:50:57 2007 -0500
72291
72292     Add MPC8544DS main configuration file.
72293
72294     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
72295     Signed-off-by: Jon Loeliger <jdl@freescale.com>
72296
72297 commit 362dd83077ac04c0296bca3e824ec2fb3d44d9d6
72298 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
72299 Date:   Wed Dec 27 22:07:15 2006 +0300
72300
72301     Fix PCI I/O space mapping on Freescale MPC85x0ADS
72302
72303     The PCI I/O space mapping for Freescale MPC8540ADS board was broken by commit
72304     52c7a68b8d587ebcf5a6b051b58b3d3ffa377ddc which failed to update the #define's
72305     describing the local address window used for the PCI I/O space accesses -- fix
72306     this and carry over the necessary changes into the MPC8560ADS code since the
72307     PCI I/O space mapping was also broken for this board (by the earlier commit
72308     087454609e47295443af793a282cddcd91a5f49c).  Add the comments clarifying how
72309     the PCI I/O space must be mapped to all the MPC85xx board config. headers.
72310
72311     Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
72312
72313      board/mpc8540ads/init.S      |    4 ++--
72314      board/mpc8560ads/init.S      |    4 ++--
72315      include/configs/MPC8540ADS.h |    5 ++---
72316      include/configs/MPC8541CDS.h |    2 +-
72317      include/configs/MPC8548CDS.h |    2 +-
72318      include/configs/MPC8560ADS.h |    8 ++++----
72319      6 files changed, 12 insertions(+), 13 deletions(-)
72320
72321 commit 96629cbabdb727d4a5e62542deefc01d498db6dc
72322 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
72323 Date:   Tue Dec 5 16:42:30 2006 +0800
72324
72325     u-boot: Fix e500 v2 core reset bug
72326
72327     The following patch fixes the e500 v2 core reset bug.
72328     For e500 v2 core, a new reset control register is added to reset the
72329     processor.
72330
72331     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
72332
72333 commit 63247a5acd58032e6cf33f525bc3923b467bac88
72334 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
72335 Date:   Wed Dec 20 11:01:00 2006 +0800
72336
72337     u-boot: v2: Remove the fixed TLB and LAW entrynubmer
72338
72339     Remove the fixed TLB and LAW entry nubmer. Use actually TLB and LAW
72340     entry number to control the loop.  This can reduce the potential risk
72341     for the 85xx processor increasing its TLB adn LAW entry number.
72342
72343     Signed-off-by: Swarthout Edward <swarthout@freescale.com>
72344     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
72345
72346 commit 0b1934ba12fd408fcc3b8bd9f4b04864c42a42bf
72347 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
72348 Date:   Mon Dec 18 17:01:04 2006 +0800
72349
72350     u-boot: Fix the 85xxcds tsec bug
72351
72352     Fix the 85xxcds tsec bug.
72353     When enable PCI, tsec.o should be added to u-boot.lds to make tsec work.
72354
72355     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
72356
72357 commit 7337b237ffc4aaf1b9467024fe472a880d852598
72358 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
72359 Date:   Fri Dec 15 14:43:31 2006 +0800
72360
72361     u-boot: Fix CPU2 errata on MPC8548CDS board
72362
72363     This patch apply workaround of CPU2 errata on MPC8548CDS board.
72364
72365     Signed-off-by:Ebony Zhu <ebony.zhu@freescale.com>
72366
72367 commit 39b18c4f3e0b6d0dc00f4e68bad2da3766c85f09
72368 Author: ebony.zhu@freescale.com <ebony.zhu@freescale.com>
72369 Date:   Mon Dec 18 16:25:15 2006 +0800
72370
72371     u-boot: Disables MPC8548CDS 2T_TIMING for DDR by default
72372
72373     This patch disables MPC8548CDS 2T_TIMING for DDR by default.
72374
72375     Signed-off-by:Ebony Zhu <ebony.zhu@freescale.com>
72376
72377 commit 41fb7e0f1ec9b91bdae2565bab5f2e3ee15039c7
72378 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
72379 Date:   Thu Dec 14 14:14:55 2006 +0800
72380
72381     u-boot: Enable PCI function and add PEX & rapidio memory map on MPC8548CDS board
72382
72383     Enable PCI function and add PEX & rapidio memory map on MPC8548CDS
72384     board.
72385     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
72386
72387 commit 96b8a05432f346f36493535c85320b70ec9c7c1b
72388 Author: Scott Wood <scottwood@freescale.com>
72389 Date:   Mon Apr 16 14:54:15 2007 -0500
72390
72391     mpc83xx: Add MPC8313ERDB support.
72392
72393     Signed-off-by: Scott Wood <scottwood@freescale.com>
72394
72395 commit 49ea3b6eafe606285ae4d5c378026153dde53200
72396 Author: Scott Wood <scottwood@freescale.com>
72397 Date:   Mon Apr 16 14:34:21 2007 -0500
72398
72399     mpc83xx: Add generic PCI setup code.
72400
72401     Board code can now request the generic setup code rather than having to
72402     copy-and-paste it for themselves.  Boards should be converted to use this
72403     once they're tested with it.
72404
72405     Signed-off-by: Scott Wood <scottwood@freescale.com>
72406
72407 commit 7c98e5193e93df6b9b651851d54b638a61ebb0ea
72408 Author: Scott Wood <scottwood@freescale.com>
72409 Date:   Mon Apr 16 14:34:19 2007 -0500
72410
72411     mpc83xx: Add 831x support to speed.c.
72412
72413     Signed-off-by: Scott Wood <scottwood@freescale.com>
72414
72415 commit 0f253283a32d91e06844d7f87f9b33f4f4fbce8f
72416 Author: Scott Wood <scottwood@freescale.com>
72417 Date:   Mon Apr 16 14:34:18 2007 -0500
72418
72419     mpc83xx: Add 831x support to global_data.h
72420
72421     Signed-off-by: Scott Wood <scottwood@freescale.com>
72422
72423 commit 95e7ef897e54591e615fc1b458b74c286fe1fb06
72424 Author: Scott Wood <scottwood@freescale.com>
72425 Date:   Mon Apr 16 14:34:16 2007 -0500
72426
72427     mpc83xx: Change PVR_83xx to PVR_E300C1-3, and update checkcpu().
72428
72429     Rather than misleadingly define PVR_83xx as the specific type of 83xx
72430     being built for, the PVR of each core revision is defined. checkcpu() now
72431     prints the core that it detects, rather than aborting if it doesn't find
72432     what it thinks it wants.
72433
72434     Signed-off-by: Scott Wood <scottwood@freescale.com>
72435
72436 commit a35b0c4950d84cf9e3a9e32b916135956d1ac636
72437 Author: Scott Wood <scottwood@freescale.com>
72438 Date:   Mon Apr 16 14:34:15 2007 -0500
72439
72440     mpc83xx: Recognize SPR values for MPC8311 and MPC8313.
72441
72442     Signed-off-by: Scott Wood <scottwood@freescale.com>
72443
72444 commit d87c57b201b4572d16f1b642998faa00c9912b16
72445 Author: Scott Wood <scottwood@freescale.com>
72446 Date:   Mon Apr 16 14:31:55 2007 -0500
72447
72448     mpc83xx: Add register definitions for MPC831x.
72449
72450     Signed-off-by: Scott Wood <scottwood@freescale.com>
72451
72452 commit 7fc4c71a143be8666d70803fb25ae60379c95622
72453 Author: Stefan Roese <sr@denx.de>
72454 Date:   Mon Apr 23 15:39:59 2007 +0200
72455
72456     Fix file mode
72457
72458     Signed-off-by: Stefan Roese <sr@denx.de>
72459
72460 commit 38257988abfe74d459ca2ad748b109ca04e4efe1
72461 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
72462 Date:   Mon Apr 23 15:30:39 2007 +0200
72463
72464     [PATCH] Avoid assigning PCI resources from zero address
72465
72466     If a PCI IDE card happens to get a zero address assigned to it, the Linux IDE
72467     core complains and IDE drivers fails to work.  Also, assigning zero to a BAR
72468     was illegal according to PCI 2.1 (the later revisions seem to have excluded the
72469     sentence about "0" being considered an invalid address) -- so, use a reasonable
72470     starting value of 0x1000 (that's what the most Linux archs are using).
72471
72472     Alternatively, one might have fixed the calls to pci_set_region() individually
72473     (some code even seems to have taken care of this issue) but that would have
72474     been a lot more work. :-)
72475
72476     Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
72477     Acked-by: Stefan Roese <sr@denx.de>
72478
72479 commit afb903a2eb9436baa9270ccc0c27082d86497d89
72480 Author: Jeffrey Mann <mannj@embeddedplanet.com>
72481 Date:   Mon Apr 23 14:00:11 2007 +0200
72482
72483     [patch] setenv(...) can delete environmentalvariables
72484
72485     update setenv() function so that entering a NULL value for the
72486     variable's value will delete the environmental variable
72487
72488     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
72489     Acked-by: Stefan Roese <sr@denx.de>
72490
72491 commit 36f104e5caa747d568eff26b369565af57c2ffa6
72492 Author: Mike Frysinger <vapier@gentoo.org>
72493 Date:   Mon Apr 23 13:54:24 2007 +0200
72494
72495     [patch] use unsigned char in smc91111 driver for mac
72496
72497     the v_mac variable in the smc91111 driver is declared as a signed char ...
72498     this causes problems when one of the bytes in the MAC is "signed" like 0xE0
72499     because when it gets printed out, you get a display like:
72500     0xFFFFFFE0 and that's no good
72501
72502     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
72503
72504 commit d98c0885ad617fccf21e7c26ef8cb728fbfb2459
72505 Author: Rodolfo Giometti <giometti@enneenne.com>
72506 Date:   Mon Apr 23 13:10:52 2007 +0200
72507
72508     USB: (Another) delay for crappy USB keys.
72509
72510     Some USB keys are slow in giving back an answer when the Root HUB
72511     enables power lines.
72512
72513     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
72514
72515 commit 323bfa8f436dc3bc57187c9b1488bc3146ff1522
72516 Author: Stefan Roese <sr@denx.de>
72517 Date:   Mon Apr 23 12:00:22 2007 +0200
72518
72519     Remove BOARDLIBS usage completely
72520
72521     Signed-off-by: Stefan Roese <sr@denx.de>
72522
72523 commit 32556443840f127170e4baa8bdd5b567039f6c36
72524 Author: Michal Simek <monstr@monstr.eu>
72525 Date:   Sat Apr 21 21:07:22 2007 +0200
72526
72527     [PATCH] SystemACE support for Microblaze
72528
72529 commit 0643631aa1036cd746bf5d15f5a34bc7bc01ea4f
72530 Author: Michal Simek <monstr@monstr.eu>
72531 Date:   Sat Apr 21 21:02:40 2007 +0200
72532
72533     16bit read/write little endian
72534
72535 commit 9d1d6a34d26c5933bc097ce73c9348f95573cdd4
72536 Author: Michal Simek <monstr@monstr.eu>
72537 Date:   Sat Apr 21 20:53:31 2007 +0200
72538
72539     Change ML401 parameters - Xilinx BSP
72540
72541 commit 2e343b9a57f32e1bd08c35c9976910333fb4e13d
72542 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
72543 Date:   Wed Feb 28 05:37:29 2007 -0600
72544
72545     mpc8641hpcn: Fix LAW and TLB setup to use the IO_PHYS #defines.
72546
72547     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
72548
72549 commit 79cb47391eebef85acadb3f6961ef6c55cace6ac
72550 Author: Zhang Wei <wei.zhang@freescale.com>
72551 Date:   Fri Jan 19 10:42:37 2007 +0800
72552
72553     Enable LAWs for MPC8641 PCI-Ex2.
72554
72555     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
72556     Signed-off-by: Jon Loeliger <jdl@freescale.com>
72557
72558 commit bd7851ce1e1f140665b520026abf1042968b1102
72559 Author: Jon Loeliger <jdl@freescale.com>
72560 Date:   Fri Apr 20 14:12:26 2007 -0500
72561
72562     mpc86xx; Write MAC address to mac-address and local-mac-address
72563
72564     Some device trees have a mac-address property, some have local-mac-address,
72565     and some have both.  To support all of these device trees, ftp_cpu_setup()
72566     should write the MAC address to mac-address and local-mac-address, if they
72567     exist.
72568
72569     Signed-off-by: Timur Tabi <timur@freescale.com>
72570     Signed-off-by: Jon Loeliger <jdl@freescale.com>
72571
72572 commit 7dbdf28b8bd855a8530dc3292e4982575a197060
72573 Author: Jon Loeliger <jdl@freescale.com>
72574 Date:   Fri Apr 20 14:11:38 2007 -0500
72575
72576     mpc86xx: protect memcpy to bad address if a mac-address is missing from dt
72577
72578     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
72579     Signed-off-by: Jon Loeliger <jdl@freescale.com>
72580
72581 commit 14da5f7675bbb427c469e3f45006e027b6e21db9
72582 Author: Wolfgang Denk <wd@denx.de>
72583 Date:   Fri Apr 20 17:43:28 2007 +0200
72584
72585     Cleanup compiler warnings, update CHANGELOG
72586
72587     Signed-off-by: Wolfgang Denk <wd@denx.de>
72588
72589 commit 6923565db12af34fd5e02d354ee65a8c78ac460f
72590 Author: Detlev Zundel <dzu@denx.de>
72591 Date:   Fri Apr 20 12:01:47 2007 +0200
72592
72593     Fix breakage of NC650 board with respect to nand support.
72594
72595     Signed-off-by: Detlev Zundel <dzu@denx.de>
72596
72597 commit 39f23cd90947639ac278a18ff277ec786b5ac167
72598 Author: Domen Puncer <domen.puncer@telargo.com>
72599 Date:   Fri Apr 20 11:13:16 2007 +0200
72600
72601     [RFC PATCH] icecube/lite5200b: fix OF_TBCLK (timebase-frequency) calculation
72602
72603     G2 core reference manual says decrementer and time base
72604     are decreasing/increasing once every 4 bus clock cycles.
72605     Lets fix it, so time in Linux won't run twice as fast
72606
72607     Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
72608     Acked-by: Grant Likely <grant.likely@secretlab.ca>
72609
72610 commit 7651f8bdbba03bb0b4f241e2d2c4cb65b230bd56
72611 Author: Gerald Van Baren <vanbaren@cideas.com>
72612 Date:   Thu Apr 19 23:14:39 2007 -0400
72613
72614     Fix serious pointer bug with bootm and reserve map.
72615
72616     What was suppose to be a stack variable was declared as a pointer,
72617       overwriting random memory.
72618     Also moved the libfdt.a requirement into the main Makefile.  That is
72619       The U-Boot Way.
72620
72621 commit d21686263574e95cb3e9e9b0496f968b1b897fdb
72622 Author: Stefan Roese <sr@denx.de>
72623 Date:   Thu Apr 19 09:53:52 2007 +0200
72624
72625     ppc4xx: Fix chip select timing for SysACE access on AMCC Katmai
72626
72627     Previous versions used full wait states for the chip select #1 which
72628     is connected to the Xilinix SystemACE controller on the AMCC Katmai
72629     evaluation board. This leads to really slow access and therefore low
72630     performance. This patch now sets up the chip select a lot faster
72631     resulting in much better read/write performance of the Linux driver.
72632
72633     Signed-off-by: Stefan Roese <sr@denx.de>
72634
72635 commit 37837828d89084879bee2f2b8c7c68d4695940df
72636 Author: Wolfgang Denk <wd@denx.de>
72637 Date:   Wed Apr 18 17:49:29 2007 +0200
72638
72639     Clenaup, update CHANGELOG
72640
72641     Signed-off-by: Wolfgang Denk <wd@denx.de>
72642
72643 commit fd094c6379e2ef8a4d0ceb5640b24cb0c8d04449
72644 Author: Wolfgang Denk <wd@denx.de>
72645 Date:   Wed Apr 18 17:20:58 2007 +0200
72646
72647     Update CHANGELOG
72648
72649     Signed-off-by: Wolfgang Denk <wd@denx.de>
72650
72651 commit 2a26ec4732efd7a308d0bbc97714c1d75ef1173b
72652 Author: Wolfgang Denk <wd@denx.de>
72653 Date:   Wed Apr 18 17:07:26 2007 +0200
72654
72655     Cleanup, update CHANGELOG
72656
72657     Sigend-off-by: Wolfgang Denk <wd@denx.de>
72658
72659 commit 5f6c732affea9647762d27a4617a2ae64c52dceb
72660 Author: Wolfgang Denk <wd@denx.de>
72661 Date:   Wed Apr 18 16:17:46 2007 +0200
72662
72663     Update CHANGELOG
72664
72665 commit ad4eb555671d97f96dc56eab55103b1f86874b01
72666 Author: Wolfgang Denk <wd@denx.de>
72667 Date:   Wed Apr 18 14:30:39 2007 +0200
72668
72669     MCC200 board: remove warning which is obsolete after PSoC firmware changes
72670
72671     Signed-off-by: Wolfgang Denk <wd@denx.de>
72672
72673 commit 3747a3f010b2b1442dec3e871c69788b6017aaae
72674 Author: Domen Puncer <domen.puncer@telargo.com>
72675 Date:   Wed Apr 18 12:11:05 2007 +0200
72676
72677     [PATCH] icecube/lite5200b: document wakeup from low-power support
72678
72679     Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
72680
72681 commit e673226ff9d6aa91b47ceac74b8c13770b06bb37
72682 Author: Stefan Roese <sr@denx.de>
72683 Date:   Wed Apr 18 12:07:47 2007 +0200
72684
72685     ppc4xx: Update Acadia to not setup PLL when booting via bootstrap EEPROM
72686
72687     Signed-off-by: Stefan Roese <sr@denx.de>
72688
72689 commit 90e6f41cf09fc98f6ccb510e183d53ab8546cf2f
72690 Author: Stefan Roese <sr@denx.de>
72691 Date:   Wed Apr 18 12:05:59 2007 +0200
72692
72693     ppc4xx: Add output for bootrom location to 405EZ ports
72694
72695     Now 405EZ ports also show upon bootup from which boot device
72696     they are configured to boot:
72697
72698     U-Boot 1.2.0-gd3832e8f-dirty (Apr 18 2007 - 07:47:05)
72699
72700     CPU:   AMCC PowerPC 405EZ Rev. A at 199.999 MHz (PLB=133, OPB=66, EBC=66 MHz)
72701            Bootstrap Option E - Boot ROM Location EBC (32 bits)
72702            16 kB I-Cache 16 kB D-Cache
72703     Board: Acadia - AMCC PPC405EZ Evaluation Board
72704
72705     Signed-off-by: Stefan Roese <sr@denx.de>
72706
72707 commit 9c00dfb0bf89c8c23e8af5b5bdf49cf66d769f85
72708 Author: Peter Pearse <peter.pearse@arm.com>
72709 Date:   Tue Apr 17 13:30:33 2007 +0100
72710
72711     Move ppearse to ARM board list
72712     Add Konstantin Kletschke for scb9328.
72713     Signed-off-by: Peter Pearse <peter.pearse@arm.com>
72714
72715 commit d3832e8fe1b214ec62424eac36cfda9fc56d21b3
72716 Author: Domen Puncer <domen.puncer@telargo.com>
72717 Date:   Mon Apr 16 14:00:13 2007 +0200
72718
72719     [PATCH] icecube/lite5200b: wakeup from low-power support
72720
72721     U-Boot part of Lite5200b low power mode support.
72722     Puts SDRAM out of self-refresh and transfers control to
72723     address saved at physical 0x0.
72724
72725     Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
72726     Acked-by: Grant Likely <grant.likely@secretlab.ca>
72727
72728 commit f35a53fc7b0c79fcfe7bdc01163c4b34aaba1460
72729 Author: Gerald Van Baren <vanbaren@cideas.com>
72730 Date:   Sun Apr 15 13:54:26 2007 -0400
72731
72732     Fix the ft_cpu_setup() property settings.
72733
72734     Use "setter" functions instead of flags, cleaner and more flexible.
72735     It also fixes the problem noted by Timur Tabi that the ethernet MAC
72736     addresses were all being set incorrectly to the same MAC address.
72737
72738 commit c28abb9c614f65ce2096cc4a66fc886c77d0e5a4
72739 Author: Gerald Van Baren <vanbaren@cideas.com>
72740 Date:   Sat Apr 14 22:51:24 2007 -0400
72741
72742     Improve the bootm command for CONFIG_OF_LIBFDT
72743
72744     In bootm, create the "/chosen" node only if it doesn't already exist
72745       (better matches the previous behavior).
72746     Update for proper reserved memory map handling for initrd.
72747
72748 commit 3f9f08cf91c8a6949a5d78a18bd3d8df7b86d888
72749 Author: Gerald Van Baren <vanbaren@cideas.com>
72750 Date:   Sat Apr 14 22:46:41 2007 -0400
72751
72752     Add some utilities to manipulate the reserved memory map.
72753
72754 commit 8048cdd56f04a756eeea4951f402bf5cc33785db
72755 Author: Wolfgang Denk <wd@denx.de>
72756 Date:   Sat Apr 14 21:16:54 2007 +0200
72757
72758     Update CHANGELOG
72759
72760 commit 8e6875183cdca91c134408d119d4abcd48ef6856
72761 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
72762 Date:   Sun Dec 17 18:56:46 2006 +0100
72763
72764     AVR32: Enable MMC support
72765
72766     Set up the portmux for the MMC interface and enable the MMC driver
72767     along with support for DOS partitions, ext2 and FAT filesystems.
72768
72769     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
72770
72771 commit fc26c97bb6df41b4a95662c34054fe912387bf38
72772 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
72773 Date:   Fri Jan 20 10:03:53 2006 +0100
72774
72775     Atmel MCI driver
72776
72777     Driver for the Atmel MCI controller (MMC interface) for AT32AP CPUs.
72778
72779     The AT91 ARM-based CPUs use basically the same hardware, so it should
72780     be possible to share this driver, but no effort has been made so far.
72781
72782     Hardware documentation can be found in the AT32AP7000 data sheet,
72783     which can be downloaded from
72784
72785     http://www.atmel.com/dyn/products/datasheets.asp?family_id=682
72786
72787     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
72788
72789 commit 05fdab1ef6a10d049a50021a86f1226f444d9b9f
72790 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
72791 Date:   Sun Dec 17 18:55:37 2006 +0100
72792
72793     AVR32: Add clk and gpio infrastructure for mmci
72794
72795     Implement functions for configuring the mmci pins, as well as
72796     functions for getting the clock rate of the mmci controller.
72797
72798     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
72799
72800 commit 7fac3f69e9f05c5e5326681976c35d129324c4de
72801 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
72802 Date:   Sun Dec 17 18:53:56 2006 +0100
72803
72804     Enable partition support with MMC
72805
72806     Include implementations of init_part() and get_partition_info() when
72807     CONFIG_MMC is set.
72808
72809     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
72810
72811 commit 9a24f477a1ed5bb0f74377c985d754ebbfa44872
72812 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
72813 Date:   Sun Dec 17 17:14:30 2006 +0100
72814
72815     AVR32: Enable networking
72816
72817     Implement MACB initialization for AVR32 and ATSTK1000, and turn
72818     everything on, including the MACB driver.
72819
72820     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
72821
72822 commit 5c1fe1ffffd1750a7e47e5a2e2cd600c00e4f009
72823 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
72824 Date:   Fri Jan 20 10:03:34 2006 +0100
72825
72826     Atmel MACB ethernet driver
72827
72828     Driver for the Atmel MACB on-chip ethernet controller.
72829
72830     This driver has been tested on the ATSTK1000 board with a AT32AP7000
72831     CPU. It should probably work on AT91SAM926x as well with some minor
72832     modifications.
72833
72834     Hardware documentation can be found in the AT32AP7000 data sheet,
72835     which can be downloaded from
72836
72837     http://www.atmel.com/dyn/products/datasheets.asp?family_id=682
72838
72839     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
72840
72841 commit b4ec9c2d43d894729bb633bfdbdfa95a962c1556
72842 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
72843 Date:   Sun Dec 17 16:56:14 2006 +0100
72844
72845     AVR32: Add clk and gpio infrastructure for macb0 and macb1
72846
72847     Implement functions for configuring the macb0 and macb1 pins, as
72848     well as functions for getting the clock rate of the various
72849     busses the macb ethernet controllers are connected to.
72850
72851     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
72852
72853 commit d5acb95b16a0a74c643524342c3437e765426d05
72854 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
72855 Date:   Sun Dec 17 15:39:15 2006 +0100
72856
72857     AVR32: Implement simple DMA memory allocator
72858
72859     Implement dma_alloc_coherent() which returns cache-aligned
72860     uncacheable memory.
72861
72862     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
72863
72864 commit 91975b0fea773c9e681fea8cf3349669f27685ee
72865 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
72866 Date:   Sun Dec 17 15:46:02 2006 +0100
72867
72868     Import <linux/mii.h> from the Linux kernel
72869
72870     Instead of creating yet another set of MII register definitions
72871     in the macb driver, here's a complete set of definitions for everyone
72872     to use.
72873
72874     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
72875
72876 commit 1b804b229556a4d862da93c0ec94e79419364b2c
72877 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
72878 Date:   Wed Mar 21 19:47:36 2007 +0100
72879
72880     AVR32: Include more commands for ATSTK1000
72881
72882     Include the imi, imls and jffs commands sets by default on ATSTK1000.
72883     Also define CONFIG_BOOTARGS to something more useful, define
72884     CONFIG_BOOTCOMMAND and enable autoboot by default.
72885
72886     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
72887
72888 commit 9c0deb5ae3ea0189f2e08ac29ef1316f1fb8548d
72889 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
72890 Date:   Wed Mar 21 19:44:48 2007 +0100
72891
72892     AVR32: Provide a definition of struct stat
72893
72894     Copy the definition of struct stat from the Linux kernel.
72895
72896     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
72897
72898 commit 12f099c08167a7a51aeee623bc16dafd0841271c
72899 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
72900 Date:   Sun Dec 17 14:46:06 2006 +0100
72901
72902     AVR32: Use initdram() instead of board_init_memories()
72903
72904     Conform to the "standard" interface and use initdram() instead of
72905     board_init_memories() on AVR32. This enables us to get rid of the
72906     sdram_size member of the global_data struct as well.
72907
72908     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
72909
72910 commit 1f4f2121c2685182eb87fa9a9b799d1917387a1c
72911 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
72912 Date:   Mon Nov 20 15:53:10 2006 +0100
72913
72914     AVR32: Relocate u-boot to SDRAM
72915
72916     Relocate the u-boot image into SDRAM like everyone else does. This
72917     means that we can handle much larger .data and .bss than we used to.
72918
72919     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
72920
72921 commit df548d3c3e2bbc40258713167859ffc2ce99a900
72922 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
72923 Date:   Sun Nov 19 18:06:53 2006 +0100
72924
72925     AVR32: Resource management rewrite
72926
72927     Rewrite the resource management code (i.e. I/O memory, clock gating,
72928     gpio) so it doesn't depend on any global state. This is necessary
72929     because this code is heavily used before relocation to RAM, so we
72930     can't write to any global variables.
72931
72932     As an added bonus, this makes u-boot's memory footprint a bit smaller,
72933     although some functionality has been left out; all clocks are enabled
72934     all the time, and there's no checking for gpio line conflicts.
72935
72936     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
72937
72938 commit 03d1e1365796cd15d1726e8a51fd8b5be50b2fe9
72939 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
72940 Date:   Sat Nov 18 18:01:13 2006 +0100
72941
72942     AVR32: Clean up memory-map.h for at32ap7000
72943
72944     Convert spaces to tabs (must have missed this one last time around),
72945     sort the entries by address and group them together by bus
72946     connectivity.
72947
72948     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
72949
72950 commit 28c699ef69f4b6cdf252e4747b7b590028a88981
72951 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
72952 Date:   Sat Nov 18 17:32:31 2006 +0100
72953
72954     AVR32: Build position-independent u-boot
72955
72956     Add -fPIC -mno-init-got to the avr32-specific CFLAGS to make u-boot
72957     position independent. This will make relocation a lot easier.
72958
72959     -mno-init-got means that gcc shouldn't emit code to load the GOT
72960     address into r6 in every function prologue. We do it once and for
72961     all in the early startup assembly code, so enabling this option
72962     makes u-boot a bit faster and smaller.
72963
72964     The assembly parts have always been position-independent, so no code
72965     changes should be necessary.
72966
72967     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
72968
72969 commit 5374b36de91d006d1df9536259fa9f66b01aa3aa
72970 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
72971 Date:   Sat Nov 18 17:24:31 2006 +0100
72972
72973     AVR32: Use avr32-linux- cross-compilation prefix by default
72974
72975     It doesn't really matter which toolchain you use to compile u-boot,
72976     but the avr32-linux one is probably what most people have installed.
72977
72978     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
72979
72980 commit c841beeddebece0039e724fb27f4d1a39ee1c6b6
72981 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
72982 Date:   Sat Nov 18 17:15:30 2006 +0100
72983
72984     AVR32: Split start_u_boot into board_init_f and board_init_r
72985
72986     Split the avr32 initialization code into a function to run before
72987     relocation, board_init_f and a function to run after relocation,
72988     board_init_r. For now, board_init_f simply calls board_init_r
72989     at the end.
72990
72991     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
72992
72993 commit 37403005cfe6bb13964d450f6a48a0b0f2f7017e
72994 Author: Heiko Schocher <hs@pollux.denx.de>
72995 Date:   Sat Apr 14 05:26:48 2007 +0200
72996
72997     [Fix]       Set the LED status register on the UC101 for the LXT971 PHY.
72998             clear the Display after reset.
72999
73000     Signed-off-by: Heiko Schocher <hs@denx.de>
73001
73002 commit 7882751c78b7ecabfd49b0eff8de27661c71f16c
73003 Author: Denis Peter <d.peter@mpl.ch>
73004 Date:   Fri Apr 13 09:13:33 2007 +0200
73005
73006     [PATCH] Fix bugs in cmd_ide.c and cmd_scsi.c
73007
73008     Fix bug introduced by "Fix get_partition_info() parameter error in all
73009     other calls" from 2005-03-04 in cmd_ide.c and cmd_scsi.c, which prevented
73010     to use diskboot or scsiboot form another device than 0.
73011
73012     Signed-off-by: Denis Peter <d.peter@mpl.ch>
73013
73014 commit 0b94504d22e70f537c17a0d38c87edb6e370977d
73015 Author: Greg Lopp <lopp@pobox.com>
73016 Date:   Fri Apr 13 08:02:24 2007 +0200
73017
73018     [PATCH] Fix use of "void *" for block dev read/write buffer pointers
73019
73020     Signed-of-by: Greg Lopp <lopp@pobox.com>
73021     Acked-by: Grant Likely <grant.likely@secretlab.ca>
73022
73023 commit 6fbf261f8df294e589cfadebebe5468e3c0f29e9
73024 Author: Xie Xiaobo <r63061@freescale.com>
73025 Date:   Fri Mar 9 19:08:25 2007 +0800
73026
73027     Fix two bugs for MPC83xx DDR2 controller SPD Init
73028
73029     There are a few bugs in the cpu/mpc83xx/spd_sdram.c
73030     the first bug is that the picos_to_clk routine introduces a huge
73031     rounding error in 83xx.
73032     the second bug is that the mode register write recovery field is
73033     tWR-1, not tWR >> 1.
73034
73035 commit 2ad3aba01d37b72e7c957b07e102fccd64fe6d13
73036 Author: Jeffrey Mann <mannj@embeddedplanet.com>
73037 Date:   Thu Apr 12 14:15:59 2007 +0200
73038
73039     ppc4xx: Fix i2c divisor calcularion for PPC4xx
73040
73041     This patch fixes changes the i2c_init(...) function to use the function
73042     get_OPB_freq() rather than calculating the OPB speed by
73043     sysInfo.freqPLB/sysInfo.pllOpbDiv. The get_OPB_freq() function is
73044     specific per processor. The prior method was not and so was calculating
73045     the wrong speed for some PPC4xx processors.
73046
73047     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
73048     Signed-off-by: Stefan Roese <sr@denx.de>
73049
73050 commit 6c9ba919375db977aaad9146bf320c7afd07ae7a
73051 Author: Wolfgang Denk <wd@denx.de>
73052 Date:   Wed Apr 11 17:25:01 2007 +0200
73053
73054     Update CHANGELOG
73055
73056     Signed-off-by: Wolfgang Denk <wd@denx.de>
73057
73058 commit 51056dd9863e6a1bc363afbbe1775c58cd967418
73059 Author: Wolfgang Denk <wd@denx.de>
73060 Date:   Wed Apr 11 17:22:55 2007 +0200
73061
73062     Update for SC3 board
73063
73064     * Make IDE timeout configurable through ide_reset_timeout variable.
73065     * Use Newline as "password" string
73066     * Use just a single partition in NAND flash
73067
73068 commit 3d98b85800c80dc68227c8f10bf5c93456d6d054
73069 Author: Haiying Wang <haiying.wang@freescale.com>
73070 Date:   Mon Jan 22 12:37:30 2007 -0600
73071
73072     Add PIXIS FPGA support for MPC8641HPCN board.
73073
73074     Move the 8641HPCN's PIXIS code to the new directory
73075     board/freescale/common/ as it will be shared by
73076     future boards not in the same processor family.
73077
73078     Write a "pixis_reset" command that utilizes the FPGA
73079     reset sequencer to support alternate soft-reset options
73080     such as using the "alternate" flash bank, enabling
73081     the watch dog, or choosing different CPU frequencies.
73082
73083     Add documentation for the pixis_reset to README.mpc8641hpcn.
73084
73085     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
73086     Signed-off-by: Jon Loeliger <jdl@freescale.com>
73087
73088 commit 64dbbd40c58349b64f43fd33dbb5ca0adb67d642
73089 Author: Gerald Van Baren <vanbaren@cideas.com>
73090 Date:   Fri Apr 6 14:19:43 2007 -0400
73091
73092     Moved fdt command support code to fdt_support.c
73093
73094     ...in preparation for improving the bootm command's handling of fdt blobs.
73095     Also cleaned up some coding sloppiness.
73096
73097 commit 6679f9299534e488a171a9bb8f9bb891de247aab
73098 Author: Gerald Van Baren <vanbaren@cideas.com>
73099 Date:   Fri Apr 6 14:17:14 2007 -0400
73100
73101     libfdt: Make fdt_check_header() public
73102
73103     Changed _fdt_check_header() to fdt_check_header() and made it part of
73104     the interface - it is a useful routine.
73105
73106     Also did some asthetics cleanup to the include files (headers).
73107
73108 commit c0707ce65677650b5ceab0500ee50ae5168afef2
73109 Author: Aubrey Li <aubrey.adi@gmail.com>
73110 Date:   Thu Apr 5 18:34:06 2007 +0800
73111
73112     [Blackfin][PATCH] Kill off a bunch of common local prototypes
73113
73114 commit 7b7e30aa64bb6657a1bfd32fdbdbfeb561e6a48d
73115 Author: Aubrey Li <aubrey.adi@gmail.com>
73116 Date:   Thu Apr 5 18:33:04 2007 +0800
73117
73118     [Blackfin][PATCH] Fix dynamic CPLB generation issue
73119
73120 commit 0445e3a264251d75b1be45ef713c70726a2952f0
73121 Author: Aubrey Li <aubrey.adi@gmail.com>
73122 Date:   Thu Apr 5 18:31:47 2007 +0800
73123
73124     [Blackfin][PATCH] minior cleanup
73125
73126 commit 155fd766573981090e638b493d5857562151862e
73127 Author: Aubrey Li <aubrey.adi@gmail.com>
73128 Date:   Thu Apr 5 18:31:18 2007 +0800
73129
73130     [Blackfin][PATCH] Fix copyright and update license
73131
73132 commit 9fd437bbd75d282f899e1da50be20a2bf38450bc
73133 Author: Aubrey Li <aubrey.adi@gmail.com>
73134 Date:   Thu Apr 5 18:30:25 2007 +0800
73135
73136     [Blackfin][PATCH] Add BF537 EMAC driver initialization
73137
73138 commit 889256e8604e0c68db1d866d720894dffede9df6
73139 Author: Aubrey Li <aubrey.adi@gmail.com>
73140 Date:   Thu Apr 5 18:29:55 2007 +0800
73141
73142     [Blackfin][PATCH] call real the system synchronize instruction
73143
73144 commit e0df1c921b788289564e4c1ee7120a6a9cd3ab05
73145 Author: Aubrey Li <aubrey.adi@gmail.com>
73146 Date:   Thu Apr 5 18:29:17 2007 +0800
73147
73148     [Blackfin][PATCH] remove asm/page.h as we do not actually use/want any of these definitions nor does any other arch include it
73149
73150 commit dfeeab2cd680df047e68e723b246adf6f33bb556
73151 Author: Aubrey Li <aubrey.adi@gmail.com>
73152 Date:   Thu Apr 5 18:28:34 2007 +0800
73153
73154     [Blackfin][PATCH]: fix flash unaligned copy issue
73155
73156 commit 443feb740584e406efa203af909fe2926608e8d5
73157 Author: Igor Marnat <marny@rambler.ru>
73158 Date:   Wed Mar 21 09:55:01 2007 +0300
73159
73160     Update usage of 'nc' in README.NetConsole
73161
73162     Added information about usage of NetConsole on systems where the -l and -p
73163     switches are mutually exclusive.
73164
73165     Signed-off-by: Igor Marnat <marny@rambler.ru>
73166     Signed-off-by: Ben Warren <bwarren@qstreams.com>
73167
73168 commit 31c98a88228021b314c89ebb8104fb6473da4471
73169 Author: Wolfgang Denk <wd@denx.de>
73170 Date:   Wed Apr 4 02:09:30 2007 +0200
73171
73172     Minor coding style cleanup.
73173
73174 commit 94abd7c0583ebe01e799b25f451201deeaab550d
73175 Author: Wolfgang Denk <wd@denx.de>
73176 Date:   Wed Apr 4 01:49:15 2007 +0200
73177
73178     Minor cleanup.
73179
73180 commit 822af351ad2babc7d99033361a5fcacd30f6bc78
73181 Author: Rodolfo Giometti <giometti@enneenne.com>
73182 Date:   Tue Apr 3 14:27:18 2007 +0200
73183
73184     Support for the Philips ISP116x HCD (Host Controller Driver)
73185
73186     Signed-off-by: Rodolfo Giometti <giometti@enneenne.com>
73187
73188 commit edf5851be6c17c031d4f71dd5b0a12040b7c50c8
73189 Author: Markus Klotzbuecher <mk@denx.de>
73190 Date:   Tue Apr 3 14:27:08 2007 +0200
73191
73192     USB: cleanup monahans usb support. Remove dead code.
73193
73194     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
73195
73196 commit a65c5768e5537530bd1780af3d3fddc3113a163c
73197 Author: Stefan Roese <sr@denx.de>
73198 Date:   Mon Apr 2 10:09:30 2007 +0200
73199
73200     ppc4xx: Change SysACE address on Katmai
73201
73202     With this new base address of the Xilinx SystemACE controller
73203     the Linux driver will be easier to adapt, since it can now be
73204     mapped via the "normal" ioremap() call.
73205
73206     Signed-off-by: Stefan Roese <sr@denx.de>
73207
73208 commit aea03c4e8c3a21ce43d3faf48a6e6d474c8bdf73
73209 Author: Gerald Van Baren <vanbaren@cideas.com>
73210 Date:   Sat Mar 31 14:30:53 2007 -0400
73211
73212     Fix some minor whitespace violations.
73213
73214 commit 213bf8c822de8eecaf69860684469cdaba2e9e6a
73215 Author: Gerald Van Baren <vanbaren@cideas.com>
73216 Date:   Sat Mar 31 12:23:51 2007 -0400
73217
73218     Add a flattened device tree (fdt) command (2 of 2)
73219
73220     Modifications to the existing code to support the new fdt command.
73221
73222 commit 781e09ee6e3e3e392ab362c1f0ef1068adc76e3e
73223 Author: Gerald Van Baren <vanbaren@cideas.com>
73224 Date:   Sat Mar 31 12:22:10 2007 -0400
73225
73226     Add a flattened device tree (fdt) command (1 of 2)
73227
73228     The fdt command uses David Gibson's libfdt library to manipulate as well
73229     as print the flattened device tree.  This patch is the new command,
73230     the second part is the modifications to the existing code.
73231
73232 commit 3af0d587d93e0be5f96e1b30fa41e662f8b0803e
73233 Author: Gerald Van Baren <vanbaren@cideas.com>
73234 Date:   Sat Mar 31 12:13:43 2007 -0400
73235
73236     libfdt: Enhanced and published fdt_next_tag()
73237
73238     Enhanced the formerly private function _fdt_next_tag() to allow stepping
73239       through the tree, used to produce a human-readable dump, and made
73240       it part of the published interface.
73241     Also added some comments.
73242
73243 commit fa3a74cec73dfd06a5ae35a9a3368200273aaa71
73244 Author: Gerald Van Baren <vanbaren@cideas.com>
73245 Date:   Sat Mar 31 12:05:39 2007 -0400
73246
73247     libfdt: Customizations for use by u-boot.
73248
73249     Changes to David Gibson's original source to fit into u-boot's
73250     environment.  No functionality changes.
73251
73252 commit 35748177c64a4a83a00057e93bb33e40278a2a96
73253 Author: Gerald Van Baren <vanbaren@cideas.com>
73254 Date:   Sat Mar 31 12:00:56 2007 -0400
73255
73256     libfdt: Import libfdt source (2 of 2)
73257
73258     This adds the applicable libfdt source files (unmodified) and a README
73259     to explain where the source came from.
73260
73261 commit 7cd5da0fe877e7171a4cdd44880bce783132871a
73262 Author: Gerald Van Baren <vanbaren@cideas.com>
73263 Date:   Sat Mar 31 11:59:59 2007 -0400
73264
73265     libfdt: Import libfdt source (1 of 2)
73266
73267     This adds the applicable libfdt source files (unmodified) and a README
73268     to explain where the source came from.
73269
73270 commit da6ebc1bc082cbe3b6bbde079cafe09f7ebbad4b
73271 Author: Stefan Roese <sr@denx.de>
73272 Date:   Sat Mar 31 13:16:23 2007 +0200
73273
73274     ppc4xx: Update Katmai bootstrap command
73275
73276     Now the DDR2 frequency is also 2*PLB frequency when 166MHz PLB
73277     is selected.
73278
73279     Signed-off-by: Stefan Roese <sr@denx.de>
73280
73281 commit cabee756a6532986729477c3cc1ea16ef8517ad2
73282 Author: Stefan Roese <sr@denx.de>
73283 Date:   Sat Mar 31 13:15:06 2007 +0200
73284
73285     ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
73286
73287     Additional RAM information is now printed upon powerup, like
73288     DDR2 frequency and CAS latency.
73289
73290     Signed-off-by: Stefan Roese <sr@denx.de>
73291
73292 commit 60723803431ac75cad085690789e433d5ab9174e
73293 Author: Stefan Roese <sr@denx.de>
73294 Date:   Sat Mar 31 08:48:36 2007 +0200
73295
73296     ppc4xx: Change Yucca config file to support ECC
73297
73298     With the updated 44x DDR2 driver the Yucca board now supports
73299     ECC generation and checking.
73300
73301     Signed-off-by: Stefan Roese <sr@denx.de>
73302
73303 commit 490e5730c674b20d708b783a2c5ffd7208f83873
73304 Author: Stefan Roese <sr@denx.de>
73305 Date:   Sat Mar 31 08:47:34 2007 +0200
73306
73307     ppc4xx: Fix "bootstrap" command for Katmai board
73308
73309     The board specific "bootstrap" command is now fixed and can
73310     be used for the AMCC Katmai board to configure different
73311     CPU/PLB/OPB frequencies.
73312
73313     Signed-off-by: Stefan Roese <sr@denx.de>
73314
73315 commit 94f54703c3a776ec23e427ca2a16e0a79a5d50c1
73316 Author: Stefan Roese <sr@denx.de>
73317 Date:   Sat Mar 31 08:46:08 2007 +0200
73318
73319     ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
73320
73321     Fix a bug in the auto calibration routine. This driver now runs
73322     more reliable with the tested modules. It's also tested with
73323     167MHz PLB frequency (667MHz DDR2 frequency) on the Katmai.
73324
73325     Signed-off-by: Stefan Roese <sr@denx.de>
73326
73327 commit 342cd097be1e7affe82f42ab3da220959a699e64
73328 Author: Michal Simek <monstr@monstr.eu>
73329 Date:   Fri Mar 30 22:52:09 2007 +0200
73330
73331     [PATCH] Clean include dependence
73332
73333 commit 6f934210fb293fde2cfb4251c6d96fdc58b6a906
73334 Author: Michal Simek <monstr@monstr.eu>
73335 Date:   Fri Mar 30 22:42:45 2007 +0200
73336
73337     [CLEAN] Remove inefficient Suzaku code
73338
73339 commit 430f1b0f9a670c2f13eaa52e66a10db96dd3647d
73340 Author: Stefan Roese <sr@denx.de>
73341 Date:   Wed Mar 28 15:03:16 2007 +0200
73342
73343     Merge some AMCC make targets to keep the top-level Makefile smaller
73344
73345     Signed-off-by: Stefan Roese <sr@denx.de>
73346
73347 commit 0c75c9d84307a9f1cbe1ff0c4d8937ee3a96475e
73348 Author: Stefan Roese <sr@denx.de>
73349 Date:   Wed Mar 28 14:52:12 2007 +0200
73350
73351     i2c: Enable "old" i2c commands even when CONFIG_I2C_CMD_TREE is defined
73352
73353     The "old" i2c commands (iprobe, imd...) are now compiled in again,
73354     even when the i2c command tree is enabled via the CONFIG_I2C_CMD_TREE
73355     config option.
73356
73357     Signed-off-by: Stefan Roese <sr@denx.de>
73358
73359 commit 5da048adf44bea5e3b94080d02903c2e3fe7aa4a
73360 Author: Michal Simek <monstr@monstr.eu>
73361 Date:   Tue Mar 27 00:32:16 2007 +0200
73362
73363     PATCH: Resolve GPL license problem
73364
73365 commit ae00bb4b2944dc64a485ed72a19754b11af7c223
73366 Author: Rodolfo Giometti <giometti@enneenne.com>
73367 Date:   Mon Mar 26 12:03:36 2007 +0200
73368
73369     PXA: pxa27x USB OHCI support
73370
73371     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
73372
73373 commit ae79f60677c208326535647dcbd5c3ec40dbcb0b
73374 Author: Markus Klotzbuecher <mk@denx.de>
73375 Date:   Mon Mar 26 11:21:05 2007 +0200
73376
73377     USB: remove the S3C24X0_merge #define, which was introduced while
73378     merging OHCI drivers.
73379
73380     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
73381
73382 commit 1798049522f594013aea29457d46794298c6ae15
73383 Author: Michal Simek <root@monstr.eu>
73384 Date:   Mon Mar 26 01:39:07 2007 +0200
73385
73386     Support for XUPV2P board
73387     Reset support
73388     BSP autoconfig support
73389
73390 commit 0d974d5297349504a2ddfa09314be573b5df320a
73391 Author: Stefan Roese <sr@denx.de>
73392 Date:   Sat Mar 24 15:57:09 2007 +0100
73393
73394     [PATCH] Add 4xx GPIO functions
73395
73396     This patch adds some 4xx GPIO functions. It also moves some of the
73397     common code and defines into a common 4xx GPIO header file.
73398
73399     Signed-off-by: Stefan Roese <sr@denx.de>
73400
73401 commit 2db633658bbf366ab0c8dad7a0727e1fb2ae6b11
73402 Author: Stefan Roese <sr@denx.de>
73403 Date:   Sat Mar 24 15:55:58 2007 +0100
73404
73405     [PATCH] Small Sequoia cleanup
73406
73407     Signed-off-by: Stefan Roese <sr@denx.de>
73408
73409 commit 3cb86f3e40d2a80356177434a99f75bc8baa9caf
73410 Author: Stefan Roese <sr@denx.de>
73411 Date:   Sat Mar 24 15:45:34 2007 +0100
73412
73413     [PATCH] Clean up 40EZ/Acadia support
73414
73415     This patch cleans up all the open issue of the preliminary
73416     Acadia support.
73417
73418     Signed-off-by: Stefan Roese <sr@denx.de>
73419
73420 commit 6eb1df835191d8ce4b81d5af40fa8e0fbe78e997
73421 Author: Jon Loeliger <jdl@freescale.com>
73422 Date:   Tue Dec 12 11:02:20 2006 -0600
73423
73424     Fix 8641HPCN problem with ld version 2.16
73425
73426     (Dot outside sections problem).
73427
73428     This fix is in the spirit of 807d5d7319330e336ab34a5623c5e0d73b87d540.
73429
73430     Signed-off-by: Jon Loeliger <jdl@freescale.com>
73431
73432 commit 9964a4dd0d4ef5a037febaebf1aa494b1a72991c
73433 Author: Haiying Wang <haiying.wang@freescale.com>
73434 Date:   Thu Dec 7 10:35:55 2006 -0600
73435
73436     Set Rev 2.x 86xx PIC in mixed mode.
73437
73438     Prevent false interrupt from hanging Linux as MSR[EE] is set
73439     to enable interrupts by changing the PIC out of the default
73440     pass through mode into mixed mode.
73441
73442     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
73443     Signed-off-by: Jon Loeliger <jdl@freescale.com>
73444
73445 commit 5a58a73ceb0a4059c42ef64cedbc1a45e0aaa00e
73446 Author: Jason Jin <jason.jin@freescale.com>
73447 Date:   Thu Dec 7 10:32:35 2006 -0600
73448
73449     Add flash cmd function to 8641HPCN ramboot
73450
73451     Also fixes some commmand for 8641 HPCN ramboot case.
73452
73453     Signed-off-by: Jason Jin <jason.jin@freescale.com>
73454     Signed-off-by: Jon Loeliger <jdl@freescale.com>
73455
73456 commit 2ccceacc04b009d923afb7c26189ba2f8a2a5d46
73457 Author: Ed Swarthout <ed.swarthout@freescale.com>
73458 Date:   Thu Dec 7 10:34:14 2006 -0600
73459
73460     Add support for 8641 Rev 2 silicon.
73461
73462     Without this patch, I am unable to get to the prompt on rev 2 silicon.
73463     Only set ddrioovcr for rev1.
73464
73465     Signed-off-by: Ed Swarthout<ed.swarthout@freescale.com>
73466     Signed-off-by: Jon Loeliger <jdl@freescale.com>
73467
73468 commit 44ba464b99001f8bd1c456a1e9d59726252f707a
73469 Author: Wolfgang Denk <wd@denx.de>
73470 Date:   Thu Mar 22 00:13:12 2007 +0100
73471
73472     Code cleanup / re-insert previous Copyright entries.
73473
73474     Signed-off-by: Wolfgang Denk <wd@denx.de>
73475
73476 commit 2a8dfe08359a1b663418b2faa1da1d7bce34d302
73477 Author: Wolfgang Denk <wd@denx.de>
73478 Date:   Wed Mar 21 23:26:15 2007 +0100
73479
73480     Code cleanup. Update CHANGELOG
73481
73482 commit e6615ecf4eaf4dd52696934aed8f5c6474cfd286
73483 Author: Stefan Roese <sr@denx.de>
73484 Date:   Wed Mar 21 14:54:29 2007 +0100
73485
73486     ppc4xx: Fix file mode of include/configs/acadia.h
73487
73488     Signed-off-by: Stefan Roese <sr@denx.de>
73489
73490 commit d5f4614c9350d9333e575100fb250aab774d0258
73491 Author: Markus Klotzbuecher <mk@denx.de>
73492 Date:   Wed Mar 21 14:41:46 2007 +0100
73493
73494     SPC1920: fix small clock routing bug
73495
73496     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
73497
73498 commit 16c0cc1c82081a493ab87c51980b28336ce1bce8
73499 Author: Stefan Roese <sr@denx.de>
73500 Date:   Wed Mar 21 13:39:57 2007 +0100
73501
73502     [PATCH] Add AMCC Acadia (405EZ) eval board support
73503
73504     This patch adds support for the new AMCC Acadia eval board.
73505
73506     Please note that this Acadia/405EZ support is still in a beta stage.
73507     Still lot's of cleanup needed but we need a preliminary release now.
73508
73509     Signed-off-by: Stefan Roese <sr@denx.de>
73510
73511 commit e01bd218b00af73499331a1a701625a852cd286f
73512 Author: Stefan Roese <sr@denx.de>
73513 Date:   Wed Mar 21 13:38:59 2007 +0100
73514
73515     [PATCH] Add AMCC PPC405EZ support
73516
73517     This patch adds support for the new AMCC 405EZ PPC. It is in
73518     preparation for the AMCC Acadia board support.
73519
73520     Please note that this Acadia/405EZ support is still in a beta stage.
73521     Still lot's of cleanup needed but we need a preliminary release now.
73522
73523     Signed-off-by: Stefan Roese <sr@denx.de>
73524
73525 commit 07e82cb2e284a893df6693f2a1337ab2c47bf6a1
73526 Author: Heiko Schocher <hs@pollux.denx.de>
73527 Date:   Wed Mar 21 08:45:17 2007 +0100
73528
73529     [PATCH] TQM8272: dont change the bits given from the HRCW
73530                      for the SIUMCR and BCR Register.
73531                      Fix the calculation for the EEprom Size
73532
73533     Signed-off-by: Heiko Schocher <hs@denx.de>
73534
73535 commit 654589873dbafcf104dff133ce0d03a4506e9cc3
73536 Author: Aubrey Li <aubrey.adi@gmail.com>
73537 Date:   Tue Mar 20 18:16:24 2007 +0800
73538
73539     [Blackfin][PATCH] Add BF561 EZKIT board support
73540
73541 commit a6154fd1cfd020f6da8527e0365b1020a11a71d0
73542 Author: Aubrey Li <aubrey.adi@gmail.com>
73543 Date:   Mon Mar 19 22:55:58 2007 +0800
73544
73545     [Blackfin][PATCH] minor cleanup
73546
73547 commit 389b6bb50f745bf5038ce030300d8a8512e96f79
73548 Author: Wolfgang Denk <wd@denx.de>
73549 Date:   Mon Mar 19 13:10:08 2007 +0100
73550
73551     Remove obsoleted POST files.
73552
73553     Signed-off-by: Wolfgang Denk <wd@denx.de>
73554
73555 commit 8e709bbb2636b5670a8f2b575e138eb1f55773f6
73556 Author: Aubrey Li <aubrey.adi@gmail.com>
73557 Date:   Mon Mar 19 01:26:11 2007 +0800
73558
73559     [PATCH] Add flash chip M29W320ET/B support
73560
73561 commit 26bf7deca364a5b33f39e8f14ddd3f4081345015
73562 Author: Aubrey Li <aubrey.adi@gmail.com>
73563 Date:   Mon Mar 19 01:24:52 2007 +0800
73564
73565     [Blackfin][PATCH] Add BF537 stamp board support
73566
73567 commit 8423e5e31a7235d05a482627315fb11d49c17bd7
73568 Author: Stefan Roese <sr@denx.de>
73569 Date:   Fri Mar 16 21:11:42 2007 +0100
73570
73571     [PATCH] Use dynamic SDRAM TLB setup on AMCC Ebony eval board
73572
73573     Define CONFIG_PROG_SDRAM_TLB so that the TLB entries for the
73574     DDR memory are dynamically programmed matching the total size
73575     of the equipped memory (DIMM modules).
73576
73577     Signed-off-by: Stefan Roese <sr@denx.de>
73578
73579 commit 76d1466f918b881cda2d259254761e73885093c2
73580 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
73581 Date:   Tue Mar 13 13:38:05 2007 +0100
73582
73583     [PATCH] renamed environment variable 'addcon' to 'addcons' for PCI405
73584             boards in terms of unification.
73585
73586     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
73587
73588 commit a7090b993d3d4d2221ac3f33e6cb1d1b2ccc6bf0
73589 Author: Wolfgang Denk <wd@denx.de>
73590 Date:   Tue Mar 13 16:05:55 2007 +0100
73591
73592     Make SC3 board build with 'make O='; use 'addcons' consistently
73593     (SC3 and Jupiter used to use 'addcon' instead).
73594
73595     Signed-off-by: Wolfgang Denk wd@denx.de
73596
73597 commit 8502e30a28e492c756ea2d7df0ace026388fce4b
73598 Author: Heiko Schocher <hs@pollux.denx.de>
73599 Date:   Tue Mar 13 09:40:59 2007 +0100
73600
73601     [PATCH] update board config for jupiter Board:
73602             added Hush Shell,
73603                   CONFIG_CMDLINE_EDITING,
73604                   CFG_ENV_ADDR_REDUND activated
73605
73606     Signed-off-by: Heiko Schocher <hs@denx.de>
73607
73608 commit 0d93de11449390a5984b0236c3612e50f6dbb7e8
73609 Author: Aubrey Li <aubrey.adi@gmail.com>
73610 Date:   Mon Mar 12 12:11:55 2007 +0800
73611
73612     [Blackfin][PATCH] minor cleanup
73613
73614 commit bfa5754a58477ac917d21527cd0f079d87cf188e
73615 Author: Aubrey Li <aubrey.adi@gmail.com>
73616 Date:   Mon Mar 12 01:42:06 2007 +0800
73617
73618     [Blackfin][PATCH] Fix BUILD_DIR option of MAKEALL building issue
73619
73620 commit 8440bb14581a294375c34b91b42512f9753d1130
73621 Author: Aubrey Li <aubrey.adi@gmail.com>
73622 Date:   Mon Mar 12 00:25:14 2007 +0800
73623
73624     [Blackfin][PATCH] code cleanup
73625
73626 commit cfc67116a706fd18b8f6a9c11a16753c5626d689
73627 Author: Michal Simek <monstr@monstr.eu>
73628 Date:   Sun Mar 11 13:48:24 2007 +0100
73629
73630     [Microblaze][PATCH] part 2
73631     timer support
73632     interrupt controller support
73633     flash support
73634     ethernet support
73635     cache support
73636     board information support
73637     env support
73638     booting image support
73639
73640     adding support for Xilinx ML401
73641
73642 commit 76316a318de91f6184e7c22a10e02d275ade2441
73643 Author: Michal Simek <monstr@monstr.eu>
73644 Date:   Sun Mar 11 13:42:58 2007 +0100
73645
73646     [Microblaze][PATCH]
73647     timer support
73648     interrupt controller support
73649     flash support
73650     ethernet support
73651     cache support
73652     board information support
73653     env support
73654     booting image support
73655
73656     adding support for Xilinx ML401
73657
73658 commit 8db13d63157811c839d15a313d9f2d2f5fd10af3
73659 Author: Aubrey Li <aubrey.adi@gmail.com>
73660 Date:   Sat Mar 10 23:49:29 2007 +0800
73661
73662     [Blackfin][PATCH] code cleanup
73663
73664 commit ef26a08fef928b7bc11ae2c109e638dc3a016d91
73665 Author: Aubrey.Li <aubrey.adi@gmail.com>
73666 Date:   Fri Mar 9 13:40:56 2007 +0800
73667
73668     [Blackfin][PATCH-2/2] Common files changed to support bf533 platform
73669
73670 commit 3f0606ad0b5639f7f22848fe5b4574e754d0470f
73671 Author: Aubrey.Li <aubrey.adi@gmail.com>
73672 Date:   Fri Mar 9 13:38:44 2007 +0800
73673
73674     [Blackfin]PATCH-1/2]: Remove obsolete blackfin port and add bf533 platform support
73675
73676 commit 992423ab43c2bcf6b704853bd00af77450915e20
73677 Author: Stefan Roese <sr@denx.de>
73678 Date:   Thu Mar 8 23:00:08 2007 +0100
73679
73680     ppc4xx: Fix file mode of sequoia.c
73681
73682     Signed-off-by: Stefan Roese <sr@denx.de>
73683
73684 commit eb92f613556800f7483666db09d9a237ad911d4a
73685 Author: Wolfgang Denk <wd@pollux.denx.de>
73686 Date:   Thu Mar 8 22:52:51 2007 +0100
73687
73688     Minor cleanup.
73689
73690 commit 8ce16f55c7b9752af3d8bed84521aec5337e2de1
73691 Author: John Otken john@softadvances.com <john@softadvances.com>
73692 Date:   Thu Mar 8 09:39:48 2007 -0600
73693
73694     ppc4xx: Clear Sequoia/Rainier security engine reset bits
73695
73696     Signed-off-by: John Otken john@softadvances.com <john@softadvances.com>
73697
73698 commit 650a330dd2539130c8c324791e2f9f75aed79d4e
73699 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
73700 Date:   Thu Mar 8 16:26:52 2007 +0100
73701
73702     [PATCH] I2C: add some more SPD eeprom decoding for DDR2 modules
73703
73704     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
73705
73706 commit d9fc703246840c4b268debf48c334ba55c597dc0
73707 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
73708 Date:   Thu Mar 8 16:25:47 2007 +0100
73709
73710     [PATCH] I2C: disable flat i2c commands when CONFIG_I2C_CMD_TREE is defined
73711
73712     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
73713
73714 commit ced5b9029043397348cdc88e0cfcd6b1f629250b
73715 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
73716 Date:   Thu Mar 8 16:23:11 2007 +0100
73717
73718     [PATCH] 4xx: allow CONFIG_I2C_CMD_TREE without CONFIG_I2C_MULTI_BUS
73719
73720     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
73721
73722 commit d8a8ea5c476d37006fc7f85b7f903142795c8b14
73723 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
73724 Date:   Thu Mar 8 16:20:32 2007 +0100
73725
73726     [PATCH] I2C: Add missing default CFG_SPD_BUS_NUM
73727
73728     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
73729
73730 commit f9fc6a5852a6335840882fa2111925010eea1abe
73731 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
73732 Date:   Wed Mar 7 15:32:01 2007 +0100
73733
73734     fixed ethernet phy configuration for plu405 board
73735
73736     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
73737
73738 commit 769104c9356594deb2092e204a39c05b33202d6c
73739 Author: Wolfgang Denk <wd@pollux.denx.de>
73740 Date:   Thu Mar 8 21:49:27 2007 +0100
73741
73742     Minor cleanup
73743
73744 commit 00cdb4ce5e1b42248e7e6522ad0da3421b988afa
73745 Author: Stefan Roese <sr@denx.de>
73746 Date:   Thu Mar 8 10:13:16 2007 +0100
73747
73748     [PATCH] Update AMCC Luan 440SP eval board support
73749
73750     The AMCC Luan now uses the common 440SP(e) DDR SPD code for DDR
73751     inititializition. This includes DDR auto calibration and support
73752     for different DIMM modules, instead of the fixed setup used in
73753     the earlier version.
73754
73755     This patch also enables the cache in FLASH for the startup
73756     phase of U-Boot (while running from FLASH). After relocating to
73757     SDRAM the cache is disabled again. This will speed up the boot
73758     process, especially the SDRAM setup, since there are some loops
73759     for memory testing (auto calibration).
73760
73761     Signed-off-by: Stefan Roese <sr@denx.de>
73762
73763 commit 2f5df47351910a2936c7741cf111855829200943
73764 Author: Stefan Roese <sr@denx.de>
73765 Date:   Thu Mar 8 10:10:18 2007 +0100
73766
73767     [PATCH] Update AMCC Yucca 440SPe eval board support
73768
73769     The AMCC Yucca now uses the common 440SP(e) DDR SPD code for DDR
73770     inititializition. This includes DDR auto calibration and support
73771     for different DIMM modules, instead of the fixed setup used in
73772     the earlier version.
73773
73774     Signed-off-by: Stefan Roese <sr@denx.de>
73775
73776 commit 2721a68a9ea91f1e494649ce68b2577261f578e2
73777 Author: Stefan Roese <sr@denx.de>
73778 Date:   Thu Mar 8 10:07:18 2007 +0100
73779
73780     ppc4xx: Small AMCC Katmai 440SPe update
73781
73782     Signed-off-by: Stefan Roese <sr@denx.de>
73783
73784 commit df294497479b1dca6dd86318b2a912f72fede0df
73785 Author: Stefan Roese <sr@denx.de>
73786 Date:   Thu Mar 8 10:06:09 2007 +0100
73787
73788     ppc4xx: Update 440SP/440SPe DDR SPD setup code to support 440SP
73789
73790     Signed-off-by: Stefan Roese <sr@denx.de>
73791
73792 commit 83853178bd36bca6f0f8f1331476620c84a587fc
73793 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
73794 Date:   Wed Mar 7 12:14:50 2007 -0600
73795
73796     net - Support ping reply when processing net-loop
73797
73798     Add ICMP_ECHO_REQUEST packet support by responding with a ICMP_ECHO_REPLY.
73799
73800     This permits the ping command to test the phy interface when the phy
73801     is put in loopback mode (typically by setting register 0 bit 14).
73802
73803     It also allows the port to respond to an external ping when u-boot is
73804     processing some other net command (such as tftp).  This is useful when
73805     tftp appears to hang.
73806
73807     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
73808     Signed-off-by: Ben Warren <bwarren@qstreams.com>
73809
73810 commit fa1aef15bcd47736687be1af544506e90fba545d
73811 Author: Stefan Roese <sr@denx.de>
73812 Date:   Wed Mar 7 16:43:00 2007 +0100
73813
73814     [PATCH] Use dynamic SDRAM TLB setup on AMCC Ocotea eval board
73815
73816     Define CONFIG_PROG_SDRAM_TLB so that the TLB entries for the
73817     DDR memory are dynamically programmed matching the total size
73818     of the equipped memory (DIMM modules).
73819
73820     Signed-off-by: Stefan Roese <sr@denx.de>
73821
73822 commit e2ebe696818939e2b974628be9c921ea3fe9de13
73823 Author: Stefan Roese <sr@denx.de>
73824 Date:   Wed Mar 7 16:39:36 2007 +0100
73825
73826     [PATCH] Fix AMCC 44x SPD SDRAM init code to support 2 DIMM's
73827
73828     This patch fixes a problem that occurs when 2 DIMM's are
73829     used. This problem was first spotted and fixed by Gerald Jackson
73830     <gerald.jackson@reaonixsecurity.com> but this patch fixes the
73831     problem in a little more clever way.
73832
73833     This patch also adds the nice functionality to dynamically
73834     create the TLB entries for the SDRAM (tlb.c). So we should
73835     never run into such problems with wrong (too short) TLB
73836     initialization again on these platforms.
73837
73838     As this feature is new to the "old" 44x SPD DDR driver, it
73839     has to be enabled via the CONFIG_PROG_SDRAM_TLB define.
73840
73841     Signed-off-by: Stefan Roese <sr@denx.de>
73842
73843 commit 39218433983417b9df087976a79e3f80dd5e83d6
73844 Author: Wolfgang Denk <wd@denx.de>
73845 Date:   Wed Mar 7 16:33:44 2007 +0100
73846
73847     UC101: fix compiler warnings
73848
73849 commit 8d7e2732221bc2d64df14f700c64c23e0a4c3dce
73850 Author: Wolfgang Denk <wd@pollux.denx.de>
73851 Date:   Wed Mar 7 16:19:46 2007 +0100
73852
73853     HMI1001: fix build error, cleanup compiler warnings.
73854
73855 commit ad5bb451ade552c44bef9119d907929ebc2c126f
73856 Author: Wolfgang Denk <wd@pollux.denx.de>
73857 Date:   Tue Mar 6 18:08:43 2007 +0100
73858
73859     Restructure POST directory to support of other CPUs, boards, etc.
73860
73861 commit a5284efd125967675b2e9c6ef7b95832268ad360
73862 Author: Wolfgang Denk <wd@pollux.denx.de>
73863 Date:   Tue Mar 6 18:01:47 2007 +0100
73864
73865     Fix HOSTARCH handling.
73866     Patch by Mike Frysinger, Mar 05 2007
73867
73868 commit 07b7b0037aac5102939917d7cbe561b5c0d5aa44
73869 Author: Stefan Roese <sr@denx.de>
73870 Date:   Tue Mar 6 07:47:04 2007 +0100
73871
73872     [PATCH] Speed optimization of AMCC Sequoia/Rainier DDR2 setup
73873
73874     As provided by the AMCC applications team, this patch optimizes the
73875     DDR2 setup for 166MHz bus speed. The values provided are also save
73876     to use on a "normal" 133MHz PLB bus system. Only the refresh counter
73877     setup has to be adjusted as done in this patch.
73878
73879     For this the NAND booting version had to include the "speed.c" file
73880     from the cpu/ppc4xx directory. With this addition the NAND SPL image
73881     will just fit into the 4kbytes of program space. gcc version 4.x as
73882     provided with ELDK 4.x is needed to generate this optimized code.
73883
73884     Signed-off-by: Stefan Roese <sr@denx.de>
73885
73886 commit 647d3c3eed0da1d1505eecabe0b0fab96f956e68
73887 Author: Wolfgang Denk <wd@pollux.denx.de>
73888 Date:   Sun Mar 4 01:36:05 2007 +0100
73889
73890     Some code cleanup.
73891
73892 commit 781e026c8aa6f7e9eb5f0e72cc4d20971219b148
73893 Author: Kim Phillips <kim.phillips@freescale.com>
73894 Date:   Wed Feb 28 00:02:04 2007 -0600
73895
73896     mpc83xx: fix implicit declaration of function 'ft_get_prop' warnings
73897
73898     (cherry picked from c5bf13b02284c3204a723566a9bab700e5059659 commit)
73899
73900 commit 4feab4de7bfc2cb2fed36ad76f93c3a69659bbaf
73901 Author: Kumar Gala <galak@kernel.crashing.org>
73902 Date:   Tue Feb 27 23:51:42 2007 -0600
73903
73904     mpc83xx: Fix config of Arbiter, System Priority, and Clock Mode
73905
73906     The config value for:
73907     * CFG_ACR_PIPE_DEP
73908     * CFG_ACR_RPTCNT
73909     * CFG_SPCR_TSEC1EP
73910     * CFG_SPCR_TSEC2EP
73911     * CFG_SCCR_TSEC1CM
73912     * CFG_SCCR_TSEC2CM
73913
73914     Were not being used when setting the appropriate register
73915
73916     Added:
73917     * CFG_SCCR_USBMPHCM
73918     * CFG_SCCR_USBDRCM
73919     * CFG_SCCR_PCICM
73920     * CFG_SCCR_ENCCM
73921
73922     To allow full config of the SCCR.
73923
73924     Also removed random CFG_SCCR settings in MPC8349EMDS, TQM834x, and sbc8349
73925     that were just bogus.
73926
73927     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
73928
73929 commit d51b3cf371cd441030460ef19d36b2924c361b1a
73930 Author: Kim Phillips <kim.phillips@freescale.com>
73931 Date:   Thu Feb 22 20:06:57 2007 -0600
73932
73933     mpc83xx: update [local-]mac-address properties on UEC based devices
73934
73935     8360 and 832x weren't updating their [local-]mac-address
73936     properties. This patch fixes that.
73937
73938     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
73939
73940 commit 61f4f912acbe60776c5e00df1ec94094ce672957
73941 Author: Timur Tabi <timur@freescale.com>
73942 Date:   Tue Feb 13 10:41:42 2007 -0600
73943
73944     mpc83xx: write MAC address to mac-address and local-mac-address
73945
73946     Some device trees have a mac-address property, some have local-mac-address,
73947     and some have both.  To support all of these device trees, this patch
73948     updates ftp_cpu_setup() to write the MAC address to mac-address if it exists.
73949     This function already updates local-mac-address.
73950
73951     Signed-off-by: Timur Tabi <timur@freescale.com>
73952
73953 commit 22d71a71f57fd5d38b27ac3848e50d790360a598
73954 Author: Kim Phillips <kim.phillips@freescale.com>
73955 Date:   Tue Feb 27 18:41:08 2007 -0600
73956
73957     mpc83xx: add command line editing by default
73958
73959 commit 3fc0bd159103b536e1c54c6f4457a09b3aba66ca
73960 Author: Kim Phillips <kim.phillips@freescale.com>
73961 Date:   Wed Feb 14 19:50:53 2007 -0600
73962
73963     mpc83xx: Disable G1TXCLK, G2TXCLK h/w buffers
73964
73965     Disable G1TXCLK, G2TXCLK h/w buffers. This patch
73966     fixes a networking timeout issue with MPC8360EA (Rev.2) PBs.
73967
73968     Verified on Rev. 1.1, Rev. 1.2, and Rev. 2.0 boards.
73969
73970     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
73971     Signed-off-by: Emilian Medve <Emilian.Medve@freescale.com>
73972
73973 commit d61853cf2472e0b8bcbd131461a93d1c49ff0c1f
73974 Author: Xie Xiaobo <r63061@freescale.com>
73975 Date:   Wed Feb 14 18:27:17 2007 +0800
73976
73977     mpc83xx: Add DDR2 controller fixed/SPD Init for MPC83xx
73978
73979     The code supply fixed and SPD initialization for MPC83xx DDR2 Controller.
73980     it pass DDR/DDR2 compliance tests.
73981
73982     Signed-off-by: Xie Xiaobo <X.Xie@freescale.com>
73983
73984 commit b110f40bd180c6b560276589beedf753e97c46ce
73985 Author: Xie Xiaobo <r63061@freescale.com>
73986 Date:   Wed Feb 14 18:27:06 2007 +0800
73987
73988     mpc83xx: Add the cpu specific code for MPC8360E rev2.0 MDS
73989
73990     MPC8360E rev2.0 have new spridr,and PVR value,
73991     The MDS board for MPC8360E rev2.0 has 32M bytes Flash and 256M DDR2 DIMM.
73992
73993     Signed-off-by: Xie Xiaobo <X.Xie@freescale.com>
73994
73995 commit 8d172c0f0d85998a256a95b7459a5403a30380ed
73996 Author: Xie Xiaobo <r63061@freescale.com>
73997 Date:   Wed Feb 14 18:26:44 2007 +0800
73998
73999     mpc83xx: Add the cpu and board specific code for MPC8349E rev3.1 MDS
74000
74001     MPC8349E rev3.1 have new spridr,and PVR value,
74002     The MDS board for MPC8349E rev3.1 has 32M bytes Flash and 256M DDR2 DIMM.
74003
74004     Signed-off-by: Xie Xiaobo<X.Xie@freescale.com>
74005
74006 commit f6f5f709e5c8e4564c4dfeecfdf2279244f9c83b
74007 Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
74008 Date:   Wed Jan 31 11:04:19 2007 +0100
74009
74010     mpc83xx: Fix empty i2c reads/writes in fsl_i2c.c
74011
74012     Fix empty i2c reads/writes, i2c_write(0x50, 0x00, 0, NULL, 0)
74013     which is used to se if an slave will ACK after receiving its address.
74014
74015     Correct i2c probing to use this method as the old method could upset
74016     a slave as it wrote a data byte to it.
74017
74018     Add a small delay in i2c_init() to let the controller
74019     shutdown any ongoing I2C activity.
74020
74021     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
74022
74023 commit 7a78f148d6a7298e4fface680dc7eacd877b1aba
74024 Author: Timur Tabi <timur@freescale.com>
74025 Date:   Wed Jan 31 15:54:29 2007 -0600
74026
74027     mpc83xx: Add support for the MPC8349E-mITX-GP
74028
74029     Add support for the MPC8349E-mITX-GP, a stripped-down version of the
74030     MPC8349E-mITX.  Bonus features include support for low-boot (BMS bit in
74031     HRCW is 0) for the ITX and a README for the ITX and the ITX-GP.
74032
74033     Signed-off-by: Timur Tabi <timur@freescale.com>
74034
74035 commit fab16807adad350f618024350c6950165c247c72
74036 Author: Timur Tabi <timur@freescale.com>
74037 Date:   Wed Jan 31 15:54:20 2007 -0600
74038
74039     mpc83xx: Delete sdram_init() for MPC8349E-mITX
74040
74041     There is no SDRAM on any of the 8349 ITX variants, so function sdram_init()
74042     never does anything.  This patch deletes it.
74043
74044     Signed-off-by: Timur Tabi <timur@freescale.com>
74045
74046 commit a87c856eb411b9365937d0d4b9c21e46adbe1c14
74047 Author: Dave Liu <daveliu@freescale.com>
74048 Date:   Fri Jan 19 10:43:26 2007 +0800
74049
74050     mpc83xx: Fix the LAW1/3 bug
74051
74052     The patch solves the alignment problem of the local bus access windows to
74053     render accessible the memory bank and PHY registers of UPC 1 (starting at
74054     0xf801 0000). What we actually did was to adjust the sizes of the bus
74055     access windows so that the base address alignment requirement would be met.
74056
74057     Signed-off-by: Chereji Marian <marian.chereji@freescale.com>
74058     Signed-off-by: Gridish Shlomi <gridish@freescale.com>
74059     Signed-off-by: Dave Liu <daveliu@freescale.com>
74060
74061 commit 97c4b397dce236a7318b304667bf89e59d08b17c
74062 Author: Kim Phillips <kim.phillips@freescale.com>
74063 Date:   Tue Jan 30 16:15:31 2007 -0600
74064
74065     mpc83xx: don't hang if watchdog configured on 8360, 832x
74066
74067     don't hang if watchdog configured on 8360, 832x
74068
74069     The watchdog programming model is the same across all 83xx devices;
74070     make the code reflect that.
74071
74072 commit b70047478570e371ce7223be342ce98afea0f7d6
74073 Author: Kim Phillips <kim.phillips@freescale.com>
74074 Date:   Tue Jan 30 16:15:21 2007 -0600
74075
74076     mpc83xx: protect memcpy to bad address if a local-mac-address is missing from dt
74077
74078     protect memcpy to bad address if a local-mac-address is missing from dt
74079
74080 commit 6752ed088c75c26a89b70c46b7326a4cd6015f29
74081 Author: Kim Phillips <kim.phillips@freescale.com>
74082 Date:   Tue Jan 30 16:15:04 2007 -0600
74083
74084     mpc83xx: make 8360 default environment fdt be 8360 (not 8349)
74085
74086     make 8360 default environment fdt be 8360 (not 8349)
74087
74088 commit a28899c910024a0226331df07207b1038c300c93
74089 Author: Emilian Medve <Emilian.Medve@freescale.com>
74090 Date:   Tue Jan 30 16:14:50 2007 -0600
74091
74092     mpc83xx: Fix alternating tx error / tx buffer not ready bug in QE UEC
74093
74094     The problem is not gcc4 but the code itself. The BD_STATUS() macro can't
74095     be used for busy-waiting since it strips the 'volatile' property from
74096     the bd variable. gcc3 was working by pure luck.
74097
74098     This is a follow on patch to "Fix the UEC driver bug of QE"
74099
74100 commit 3e78a31cfe3d3022f46f67eb88e1281d5cc2eb89
74101 Author: Kumar Gala <galak@kernel.crashing.org>
74102 Date:   Tue Jan 30 14:08:30 2007 -0600
74103
74104     mpc83xx: Replace CONFIG_MPC8349 and use CONFIG_MPC834X instead
74105
74106     The code that is ifdef'd with CONFIG_MPC8349 is actually applicable to all
74107     MPC834X class processors.  Change the protections from CONFIG_MPC8349 to
74108     CONFIG_MPC834X so they are more generic.
74109
74110     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
74111
74112 commit ae246dc6c1937c291014eadd90b6d48c438c7cb0
74113 Author: Kim Phillips <kim.phillips@freescale.com>
74114 Date:   Thu Jan 25 13:40:55 2007 -0600
74115
74116     mpc83xx: add MPC832XEMDS and sbc8349 to MAKEALL
74117
74118 commit 4decd84e8f04279c5cfff7f8e907465ef8d8a3fb
74119 Author: Kim Phillips <kim.phillips@freescale.com>
74120 Date:   Wed Jan 24 17:18:37 2007 -0600
74121
74122     mpc83xx: sort Makefile targets
74123
74124     reordered targets alphabetically
74125
74126 commit 91e25769771c1164ed63ffca0add49f934ae3343
74127 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
74128 Date:   Tue Jan 16 11:38:14 2007 -0500
74129
74130     mpc83xx: U-Boot support for Wind River SBC8349
74131
74132     I've redone the SBC8349 support to match git-current, which
74133     incorporates all the MPC834x updates from Freescale since the 1.1.6
74134     release,  including the DDR changes.
74135
74136     I've kept all the SBC8349 files as parallel as possible to the
74137     MPC8349EMDS ones for ease of maintenance and to allow for easy
74138     inspection of what was changed to support this board.  Hence the SBC8349
74139     U-Boot has FDT support and everything else that the MPC8349EMDS has.
74140
74141     Fortunately the Freescale updates added support for boards using CS0,
74142     but I had to change spd_sdram.c to allow for board specific settings for
74143     the sdram_clk_cntl (it is/was hard coded to zero, and that remains the
74144     default if the board doesn't specify a value.)
74145
74146     Hopefully this should be mergeable as-is and require no whitespace
74147     cleanups or similar, but if something doesn't measure up then let me
74148     know and I'll fix it.
74149
74150     Thanks,
74151     Paul.
74152
74153 commit 05031db456ab227f3e3752f37b9b812b65bb83ad
74154 Author: Sam Song <samsongshu@yahoo.com.cn>
74155 Date:   Thu Dec 14 19:03:21 2006 +0800
74156
74157     mpc83xx: Remove a redundant semicolon in mpc8349itx.c
74158
74159     A redundant semicolon existed in mpc8349itx.c
74160     should be removed.
74161
74162     Signed-off-by: Sam Song <samsongshu@yahoo.com.cn>
74163
74164 commit f35f358241c549be3f75cfe2eaa642914275b7ba
74165 Author: Jerry Van Baren <gerald.vanbaren@comcast.net>
74166 Date:   Wed Dec 6 21:23:55 2006 -0500
74167
74168     mpc83xx: Put the version (and magic) after the HRCW.
74169
74170     Put the version (and magic) after the HRCW.  This puts it in a fixed
74171     location in flash, not at the start of flash but as close as we can get.
74172
74173     Signed-off-by: Jerry Van Baren <vanbaren@cideas.com>
74174
74175 commit 48aecd969171a6e99a55fae04933857787f9a5bd
74176 Author: Dave Liu <r63238@freescale.com>
74177 Date:   Thu Dec 7 21:14:51 2006 +0800
74178
74179     mpc83xx: Add the MPC832XEMDS board readme
74180
74181     Add the MPC832XEMDS board readme
74182
74183     Signed-off-by: Dave Liu <daveliu@freescale.com>
74184
74185 commit 24c3aca3f1358b113d3215adb5433b156e99f72b
74186 Author: Dave Liu <r63238@freescale.com>
74187 Date:   Thu Dec 7 21:13:15 2006 +0800
74188
74189     mpc83xx: Add support for the MPC832XEMDS board
74190
74191     This patch supports DUART, ETH3/4 and PCI etc.
74192
74193     Signed-off-by: Dave Liu <daveliu@freescale.com>
74194
74195 commit e080313c32322e15ab5a18eb896a252858c57284
74196 Author: Dave Liu <r63238@freescale.com>
74197 Date:   Thu Dec 7 21:11:58 2006 +0800
74198
74199     mpc83xx: streamline the 83xx immr head file
74200
74201     For better format and style, I streamlined the 83xx head files,
74202     including immap_83xx.h and mpc83xx.h. In the old head files, 1)
74203     duplicated macro definition appear in the both files; 2) the structure
74204     of QE immr is duplicated in the immap_83xx.h and immap_qe.h; 3) The
74205     macro definition put inside the each structure. So, I cleaned up the
74206     structure of QE immr from immap_83xx.h, deleted the duplicated stuff and
74207     moved the macro definition to mpc83xx.h, Just like MPC8260.
74208
74209     CHANGELOG
74210
74211     *streamline the 83xx immr head file
74212
74213     Signed-off-by: Dave Liu <daveliu@freescale.com>
74214
74215 commit ddd02492f43db5408f5ab9f823b0ba5796e28ef0
74216 Author: Dave Liu <r63238@freescale.com>
74217 Date:   Wed Dec 6 11:38:17 2006 +0800
74218
74219     mpc83xx: Fix the UEC driver bug of QE
74220
74221     The patch prevents the GCC tool chain from striping useful code for
74222     optimization. It will make UEC ethernet driver workable, Otherwise the
74223     UEC will fail in tx when you are using gcc4.x. but the driver can work
74224     when using gcc3.4.3.
74225
74226     CHANGELOG
74227
74228     *Prevent the GCC from striping code for optimization, Otherwise the UEC
74229     will tx failed when you are using gcc4.x.
74230
74231     Signed-off-by: Dave Liu <daveliu@freescale.com>
74232
74233 commit ba58e4c9a9a917ce795dd16d4ec8d515f9f7aa35
74234 Author: Stefan Roese <sr@denx.de>
74235 Date:   Thu Mar 1 21:11:36 2007 +0100
74236
74237     [PATCH] Update AMCC Katmai 440SPe eval board support
74238
74239     This patch updates the recently added Katmai board support. The biggest
74240     change is the support of ECC DIMM modules in the 440SP(e) SPD DDR2
74241     driver.
74242
74243     Please note, that still some problems are left with some memory
74244     configurations. See the driver for more details.
74245
74246     Signed-off-by: Stefan Roese <sr@denx.de>
74247
74248 commit 8c12045a3b06c5b6675d3fe02fbc9f545988129a
74249 Author: Stefan Roese <sr@denx.de>
74250 Date:   Thu Mar 1 07:03:25 2007 +0100
74251
74252     [PATCH] I2C: Add missing default CFG_RTC_BUS_NUM & CFG_DTT_BUS_NUM
74253
74254     Signed-off-by: Stefan Roese <sr@denx.de>
74255
74256 commit ccbc7036648e465697ca298ba51e0e76dda352a0
74257 Author: Wolfgang Denk <wd@pollux.denx.de>
74258 Date:   Wed Feb 28 01:28:53 2007 +0100
74259
74260     SC3: fix typo in default environment
74261
74262 commit e344568b1b46af85ec32d815586f91bc115d6223
74263 Author: Sergei Poselenov <sposelenov@emcraft.com>
74264 Date:   Tue Feb 27 20:15:30 2007 +0300
74265
74266     MCC200: Fixes for update procedure
74267
74268     - fix logic error in image type handling
74269     - make sure file system images (cramfs etc.) get stored in flash
74270       with image header stripped so they can be mounted through MTD
74271
74272 commit 743571145b37182757d4e688a77860b36ee77573
74273 Author: Wolfgang Denk <wd@pollux.denx.de>
74274 Date:   Tue Feb 27 14:26:04 2007 +0100
74275
74276     Minor code cleanup.
74277
74278 commit 638dd1458bbdc2a55d4b9e25c5c4e1f838a5dc72
74279 Author: Sergei Poselenov <sposelenov@emcraft.com>
74280 Date:   Tue Feb 27 12:40:16 2007 +0300
74281
74282     MCC200 update - add LCD Progress Indicator
74283
74284 commit 6c7cac8c4fce0ea2bf8e15ed8658d87974155b44
74285 Author: Stefan Roese <sr@denx.de>
74286 Date:   Thu Feb 22 07:43:34 2007 +0100
74287
74288     [PATCH] get_dev() now unconditionally uses manual relocation
74289
74290     Since the relocation fix is not included yet and we're not sure how
74291     it will be added, this patch removes code that required relocation
74292     to be fixed for now.
74293
74294     Signed-off-by: Stefan Roese <sr@denx.de>
74295
74296 commit 8274ec0bd01d2feb2c7f095eba78d42ea009798b
74297 Author: Stefan Roese <sr@denx.de>
74298 Date:   Thu Feb 22 07:40:23 2007 +0100
74299
74300     [PATCH] Change systemace driver to select 8 & 16bit mode
74301
74302     As suggested by Grant Likely this patch enables the Xilinx SystemACE
74303     driver to select 8 or 16bit mode upon startup.
74304
74305     Signed-off-by: Stefan Roese <sr@denx.de>
74306
74307 commit 3a197b2fe49d6fa03978e60af2394efe9c70b527
74308 Author: Haiying Wang <Haiying.Wang@freescale.com>
74309 Date:   Wed Feb 21 16:52:31 2007 +0100
74310
74311     [PATCH v3] Add sync to ensure flash_write_cmd is fully finished
74312
74313     Some CPUs like PPC, BLACKFIN need sync() to ensure cfi flash write command
74314     is fully finished. The sync() is defined in each CPU's io.h file. For
74315     those CPUs which do not need sync for now, a dummy sync() is defined in
74316     their io.h as well.
74317
74318     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
74319
74320 commit da04995c7dc6772013a9a0dc5c767f190c402478
74321 Author: Stefan Roese <sr@denx.de>
74322 Date:   Wed Feb 21 13:44:34 2007 +0100
74323
74324     [PATCH] Fix problem in systemace driver (ace_writew instead of ace_write)
74325
74326     Signed-off-by: Stefan Roese <sr@denx.de>
74327
74328 commit 751bb57107d78978ae08e697c3deba816f5be091
74329 Author: Stefan Roese <sr@denx.de>
74330 Date:   Tue Feb 20 13:21:57 2007 +0100
74331
74332     [PATCH] Fix relocation problem with "new" get_dev() function
74333
74334     This patch enables the "new" get_dev() function for block devices
74335     introduced by Grant Likely to be used on systems that still suffer
74336     from the relocation problems (manual relocation neede because of
74337     problems with linker script).
74338
74339     Hopefully we can resolve this relocation issue soon for all platform
74340     so we don't need this additional code anymore.
74341
74342     Signed-off-by: Stefan Roese <sr@denx.de>
74343
74344 commit d93e2212f962668b3dce091ff5edc33f2347fe37
74345 Author: Stefan Roese <sr@denx.de>
74346 Date:   Tue Feb 20 13:17:42 2007 +0100
74347
74348     [PATCH] Update SystemACE driver for 16bit access
74349
74350     This patch removes some problems when the Xilinx SystemACE driver
74351     is used with 16bit access on an big endian platform (like the
74352     AMCC Katmai).
74353
74354     Signed-off-by: Stefan Roese <sr@denx.de>
74355
74356 commit 874bb7b88fe9b4648e1288a387af2e31014a72f3
74357 Author: Stefan Roese <sr@denx.de>
74358 Date:   Tue Feb 20 13:15:40 2007 +0100
74359
74360     [PATCH] Clean up Katmai (440SPe) linker script
74361
74362     Signed-off-by: Stefan Roese <sr@denx.de>
74363
74364 commit 4745acaa1a603b67f6b9b7970365ebadd7d6586f
74365 Author: Stefan Roese <sr@denx.de>
74366 Date:   Tue Feb 20 10:57:08 2007 +0100
74367
74368     [PATCH] Add support for the AMCC Katmai (440SPe) eval board
74369
74370     Signed-off-by: Stefan Roese <sr@denx.de>
74371
74372 commit 0dc018ece13effc689e47479ea9ebf1c98a507f5
74373 Author: Stefan Roese <sr@denx.de>
74374 Date:   Tue Feb 20 10:51:26 2007 +0100
74375
74376     [PATCH] I2C: Add support for multiple I2C busses for RTC & DTT
74377
74378     This patch switches to the desired I2C bus when the date/dtt
74379     commands are called. This can be configured using the
74380     CFG_RTC_BUS_NUM and/or CFG_DTT_BUS_NUM defines.
74381
74382     Signed-off-by: Stefan Roese <sr@denx.de>
74383
74384 commit 4037ed3b63923cfcec27f784a89057c3cbabcedb
74385 Author: Stefan Roese <sr@denx.de>
74386 Date:   Tue Feb 20 10:43:34 2007 +0100
74387
74388     [PATCH] PPC4xx: Add 440SP(e) DDR2 SPD DIMM support
74389
74390     This patch adds support for the DDR2 controller used on the
74391     440SP and 440SPe. It is tested on the Katmai (440SPe) eval
74392     board and works fine with the following DIMM modules:
74393
74394     - Corsair CM2X512-5400C4 (512MByte per DIMM)
74395     - Kingston ValueRAM KVR667D2N5/512 (512MByte per DIMM)
74396     - Kingston ValueRAM KVR667D2N5K2/2G (1GByte per DIMM)
74397
74398     This patch also adds the nice functionality to dynamically
74399     create the TLB entries for the SDRAM (tlb.c). So we should
74400     never run into such problems with wrong (too short) TLB
74401     initialization again on these platforms.
74402
74403     Signed-off-by: Stefan Roese <sr@denx.de>
74404
74405 commit 36d830c9830379045f5daa9f542ac1c990c70068
74406 Author: Stefan Roese <sr@denx.de>
74407 Date:   Tue Feb 20 10:35:42 2007 +0100
74408
74409     [PATCH] PPC4xx: Split 4xx SPD SDRAM init routines into 2 files
74410
74411     Since the existing 4xx SPD SDRAM initialization routines for the
74412     405 SDRAM controller and the 440 DDR controller don't have much in
74413     common this patch splits both drivers into different files.
74414
74415     This is in preparation for the 440 DDR2 controller support (440SP/e).
74416
74417     Signed-off-by: Stefan Roese <sr@denx.de>
74418
74419 commit 79b2d0bb2eae09602448f7a7cb56530d2f31e6c6
74420 Author: Stefan Roese <sr@denx.de>
74421 Date:   Tue Feb 20 10:27:08 2007 +0100
74422
74423     [PATCH] PPC4xx: Add support for multiple I2C busses
74424
74425     This patch adds support for multiple I2C busses on the PPC4xx
74426     platforms. Define CONFIG_I2C_MULTI_BUS in the board config file
74427     to make use of this feature.
74428
74429     It also merges the 405 and 440 i2c header files into one common
74430     file 4xx_i2c.h.
74431
74432     Also the 4xx i2c reset procedure is reworked since I experienced
74433     some problems with the first access on the 440SPe Katmai board.
74434
74435     Signed-off-by: Stefan Roese <sr@denx.de>
74436
74437 commit eb867a76238fb38e952c37871b16d0d7fd61c95f
74438 Author: Grant Likely <grant.likely@secretlab.ca>
74439 Date:   Tue Feb 20 09:05:45 2007 +0100
74440
74441     [PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffer pointers
74442
74443     Block device read/write is anonymous data; there is no need to use a
74444     typed pointer.  void * is fine.  Also add a hook for block_read functions
74445
74446     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
74447
74448 commit 53758fa20e935cc87eeb0519ed365df753a6f289
74449 Author: Grant Likely <grant.likely@secretlab.ca>
74450 Date:   Tue Feb 20 09:05:38 2007 +0100
74451
74452     [PATCH 8_9] Add block_write hook to block_dev_desc_t
74453
74454     Preparation for future patches which support block device writing
74455
74456     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
74457
74458 commit f4852ebe6ca946a509667eb68be42026f837be76
74459 Author: Grant Likely <grant.likely@secretlab.ca>
74460 Date:   Tue Feb 20 09:05:31 2007 +0100
74461
74462     [PATCH 7_9] Replace ace_readw_ace_writeb functions with macros
74463
74464     Register read/write does not need to be wrapped in a full function.  The
74465     patch replaces them with macros.
74466
74467     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
74468
74469 commit 3a8ce9af6fcb5744a7851b4440c07688acc40844
74470 Author: Grant Likely <grant.likely@secretlab.ca>
74471 Date:   Tue Feb 20 09:05:23 2007 +0100
74472
74473     [PATCH 6_9] Move common_cmd_ace.c to drivers_systemace.c
74474
74475     The code in this file is not a command; it is a device driver.  Put it in
74476     the correct place.  There are zero functional changes in this patch, it
74477     only moves the file.
74478
74479     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
74480
74481 commit 984618f3e7794c783ec8d1511e74c6ee2d69bfe4
74482 Author: Grant Likely <grant.likely@secretlab.ca>
74483 Date:   Tue Feb 20 09:05:16 2007 +0100
74484
74485     [PATCH 5_9] Whitespace fixup on common_cmd_ace.c (using Lindent)
74486
74487     This patch is in preparation of additional changes to the sysace driver.
74488     May as well take this opportunity to fixup the inconsistent whitespace since
74489     this file is about to undergo major changes anyway.
74490
74491     There are zero functional changes in this patch.  It only cleans up the
74492     the whitespace.
74493
74494     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
74495
74496 commit 80ba981d940471fe7e539e64fa3d2bd80002beda
74497 Author: Grant Likely <grant.likely@secretlab.ca>
74498 Date:   Tue Feb 20 09:05:07 2007 +0100
74499
74500     [PATCH 4_4] Remove local implementation of isprint() in ft_build.c
74501
74502     isprint is already defined in ctype.c
74503
74504     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
74505
74506 commit c95c4280d751ca078c2ff58228d2f2b44ccf0600
74507 Author: Grant Likely <grant.likely@secretlab.ca>
74508 Date:   Tue Feb 20 09:05:00 2007 +0100
74509
74510     [PATCH 3_9] Move buffer print code from md command to common function
74511
74512     Printing a buffer is a darn useful thing.  Move the buffer print code
74513     into print_buffer() in lib_generic/
74514
74515     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
74516
74517 commit 99b0f0fd3fbf2572ae1a7723dd90cffc8e85130a
74518 Author: Grant Likely <grant.likely@secretlab.ca>
74519 Date:   Tue Feb 20 09:04:52 2007 +0100
74520
74521     [PATCH 2_4] Use config.h, not xparameters.h, for xilinx targets
74522
74523     Change the xilinx device drivers and board code to include config.h
74524     instead of xparameters.h directly.  config.h always includes the
74525     correct xparameters file.  This change reduces the posibility of
74526     including the wrong file when adding a new xilinx board port
74527
74528     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
74529
74530 commit 735dd97b1b20e777d059c7b389fe9d70cd3f80c7
74531 Author: Grant Likely <grant.likely@secretlab.ca>
74532 Date:   Tue Feb 20 09:04:34 2007 +0100
74533
74534     [PATCH 1_4] Merge common get_dev() routines for block devices
74535
74536     Each of the filesystem drivers duplicate the get_dev routine.  This change
74537     merges them into a single function in part.c
74538
74539     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
74540
74541 commit f5fcc3c20b65554e98a165542c36ee0c610a2d81
74542 Author: Wolfgang Denk <wd@pollux.denx.de>
74543 Date:   Mon Feb 19 23:09:51 2007 +0100
74544
74545     MCC200: Software Updater: allow both "ramdisk" and "filesystem" types
74546     as root file system images.
74547
74548 commit 489c696ae7211218961d159e43e722d74c36fcbc
74549 Author: Sergei Poselenov <sposelenov@emcraft.com>
74550 Date:   Wed Feb 14 14:30:28 2007 +0300
74551
74552     MCC200: Extensions to Software Update Mechanism
74553
74554     Update / extend Software Update Mechanism for MCC200 board:
74555
74556     - Add support for rootfs image added. The environment variables
74557       "rootfs_st" and "rootfs_nd" can be used to override the default
74558       values of the image start and end.
74559     - Remove excessive key check code.
74560     - Code cleanup.
74561
74562 commit 4be23a12f23f1372634edc3215137b09768b7949
74563 Author: Stefan Roese <sr@denx.de>
74564 Date:   Mon Feb 19 08:23:15 2007 +0100
74565
74566     [PATCH] Update Sequoia EBC configuration (NOR FLASH)
74567
74568     As spotted by Matthias Fuchs, the READY input should not be
74569     enabled for the NOR FLASH on the Sequoia board.
74570
74571     Signed-off-by: Stefan Roese <sr@denx.de>
74572
74573 commit 2605e90bf676d48123afe5719a846d2b52b24aac
74574 Author: Heiko Schocher <hs@pollux.denx.de>
74575 Date:   Fri Feb 16 07:57:42 2007 +0100
74576
74577     [PATCH] Added support for the jupiter board.
74578
74579     Signed-off-by: Heiko Schocher <hs@denx.de>
74580
74581 commit 497d012e5be0194e1084073d0081eb1a844796b2
74582 Author: Gary Jennejohn <garyj@pollux.denx.de>
74583 Date:   Mon Feb 12 13:11:50 2007 +0100
74584
74585     LPC2292: patch from Siemens.
74586
74587 commit b0b1a920aebead0d44146e73676ae9d80fffc8e2
74588 Author: Stefan Roese <sr@denx.de>
74589 Date:   Sat Feb 10 08:49:31 2007 +0100
74590
74591     [PATCH] Add missing p3mx.h file to repository (ups)
74592
74593     Signed-off-by: Stefan Roese <sr@denx.de>
74594
74595 commit 53d4a4983fb9b3ae5f7b2f10c599aca2b1b4034a
74596 Author: Bartlomiej Sieka <tur@semihalf.com>
74597 Date:   Fri Feb 9 10:45:42 2007 +0100
74598
74599     [Motion-PRO] Preliminary support for the Motion-PRO board.
74600
74601 commit 5a753f98c6a01bd1c61a9a3f95e8329a35f62994
74602 Author: Stefan Roese <sr@denx.de>
74603 Date:   Wed Feb 7 16:51:08 2007 +0100
74604
74605     [PATCH] Update some AMCC 4xx board config files (set initrd_high)
74606
74607     Some boards that can have more than 768MBytes of SDRAM need to
74608     set "initrd_high", so that the initrd can be accessed by the
74609     Linux kernel.
74610
74611     Signed-off-by: Stefan Roese <sr@denx.de>
74612
74613 commit 7372ca68227930d03cffa548310524cad5b96733
74614 Author: Stefan Roese <sr@denx.de>
74615 Date:   Fri Feb 2 12:44:22 2007 +0100
74616
74617     [PATCH] Correctly display PCI arbiter en-/disabled on some 4xx boards
74618
74619     Previously the strapping DCR/SDR was read to determine if the internal PCI
74620     arbiter is enabled or not. This strapping bit can be overridden, so now
74621     the current status is read from the correct DCR/SDR register.
74622
74623     Signed-off-by: Stefan Roese <sr@denx.de>
74624
74625 commit 2aa54f651a42d198673318f07a20c89a43e4d197
74626 Author: Stefan Roese <sr@denx.de>
74627 Date:   Fri Feb 2 12:42:08 2007 +0100
74628
74629     [PATCH] Change configuration output of Sycamore, Yellowstone & Rainier
74630
74631     Signed-off-by: Stefan Roese <sr@denx.de>
74632
74633 commit 23744d6b5bf17592eb6a0ef4f318f6089f55993b
74634 Author: Stefan Roese <sr@denx.de>
74635 Date:   Thu Feb 1 13:22:41 2007 +0100
74636
74637     [PATCH] Remove PCI-PNP configuration from Sequoia/Rainier config file
74638
74639     When PCI PNP is enabled the pci pnp configuration routine is called
74640     which sets the PCI_CACHE_SIZE_LINE to 8. This seems to generate some
74641     problems with some PCI cards. For now disable the PCI PNP configuration.
74642
74643     Signed-off-by: Stefan Roese <sr@denx.de>
74644
74645 commit 2902fadade3be7659467e8d074048c6b7068f5c0
74646 Author: Stefan Roese <sr@denx.de>
74647 Date:   Wed Jan 31 16:56:10 2007 +0100
74648
74649     [PATCH] Update 440EPx/440GRx cpu detection
74650
74651     Signed-off-by: Stefan Roese <sr@denx.de>
74652
74653 commit d5ea287b02a6945c3977410e364a879dd1a555c8
74654 Author: Stefan Roese <sr@denx.de>
74655 Date:   Wed Jan 31 16:38:04 2007 +0100
74656
74657     [PATCH] Update esd cpci5200 files
74658
74659     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
74660
74661 commit 8b7d1f0ab7d7c4fe3160bbf74a7e9690d9f3a3ab
74662 Author: Stefan Roese <sr@denx.de>
74663 Date:   Wed Jan 31 16:37:34 2007 +0100
74664
74665     [PATCH] Add support for esd mecp5200 board
74666
74667     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
74668
74669 commit 71a4e5fda8b60044ab9f46069fa1cfa26bdd07ff
74670 Author: Stefan Roese <sr@denx.de>
74671 Date:   Wed Jan 31 12:38:50 2007 +0100
74672
74673     [PATCH] Remove unneccessary yellowstone board config file
74674
74675     Signed-off-by: Stefan Roese <sr@denx.de>
74676
74677 commit e802594b6fa1b166308820c276b96dc0d7cc731c
74678 Author: Stefan Roese <sr@denx.de>
74679 Date:   Tue Jan 30 17:06:10 2007 +0100
74680
74681     [PATCH] Update Sequoia (440EPx) config file
74682
74683     The config file now handles the 2nd target, the Rainier (440GRx)
74684     evaluation board better. Additionally the PPC input clock was
74685     adjusted to match the correct value of 33.0 MHz.
74686
74687     Signed-off-by: Stefan Roese <sr@denx.de>
74688
74689 commit 700200c67e73b83751418abe7815840dca8fd6cb
74690 Author: Stefan Roese <sr@denx.de>
74691 Date:   Tue Jan 30 17:04:19 2007 +0100
74692
74693     [PATCH] Merge Yosemite & Yellowstone board ports
74694
74695     Now the AMCC eval boards Yosemite (440EP) and Yellowstone (440GR)
74696     share one config file and all board specific files. This way we
74697     don't have to maintain two different sets of files for nearly
74698     identical boards.
74699
74700     Signed-off-by: Stefan Roese <sr@denx.de>
74701
74702 commit 1bbf5eae322f5f1f6427ecc3ac13a0cb7dba8ad6
74703 Author: Stefan Roese <sr@denx.de>
74704 Date:   Tue Jan 30 15:01:49 2007 +0100
74705
74706     [PATCH] Update Prodrive SCPU (PDNB3 variant) board
74707
74708     SCPU doesn't use redundant environment in flash.
74709
74710     Signed-off-by: Stefan Roese <sr@denx.de>
74711
74712 commit 6304430ed642ea8fa15c9e5af965ac2e033eec45
74713 Author: Stefan Roese <sr@denx.de>
74714 Date:   Tue Jan 30 12:51:07 2007 +0100
74715
74716     [PATCH] alpr: Update alpr board config file
74717
74718     Signed-off-by: Stefan Roese <sr@denx.de>
74719
74720 commit f8db84f132b1e335f20f96138a1f09ed97b08664
74721 Author: Wolfgang Denk <wd@pollux.denx.de>
74722 Date:   Tue Jan 30 00:50:40 2007 +0100
74723
74724     LPC2292 SODIMM port coding style cleanup.
74725
74726 commit 6bd2447ee47ee23c18d2b3c7ccd5a20f7626f5b3
74727 Author: Gary Jennejohn <garyj@pollux.denx.de>
74728 Date:   Wed Jan 24 12:16:56 2007 +0100
74729
74730     Add port for the lpc2292sodimm evaluation board from EmbeddedArtists
74731
74732 commit 2daf046ba627f85f44195815778140039636244e
74733 Author: Bartlomiej Sieka <tur@semihalf.com>
74734 Date:   Tue Jan 23 17:22:06 2007 +0100
74735
74736     [iDMR] Add MTD and JFFS2 support, also add default partition definition.
74737
74738 commit f7db33101fbc9c8f0a10738ce87034875a17aeb9
74739 Author: Bartlomiej Sieka <tur@semihalf.com>
74740 Date:   Tue Jan 23 14:21:14 2007 +0100
74741
74742     [iDMR] Flash driver on initialisation write-protects some sectors,
74743     currently sectors 0-3. Sector 3 does not need to be protected, though
74744     (U-boot occupies sectors 0-1 and the environment sector 2). This commit
74745     fixes this, i.e., only sectors 0-2 are protected.
74746
74747 commit 0ed47bb119cd2c4c16edb2548789148f9e6dc9de
74748 Author: Bartlomiej Sieka <tur@semihalf.com>
74749 Date:   Tue Jan 23 14:11:22 2007 +0100
74750
74751     [iDMR] Using MII-related commands on iDRM board doesn't work now (e.g.,
74752     "mii device" results in "Unexpected exception"). Fixing this properly
74753     requires some clean-up in the FEC drivers infrastructure for ColdFire, so
74754     this commit disables MII commads for now.
74755
74756 commit 363d1d8f9c99b63daef81f5985cab3fc00edde5c
74757 Author: Bartlomiej Sieka <tur@semihalf.com>
74758 Date:   Tue Jan 23 13:25:22 2007 +0100
74759
74760     [ColdFire MCF5271 family] Add CPU detection based on the value of Chip
74761     Identification Register (CIR).
74762
74763 commit fdef388758506765d4d6a7155c8f1584c63ff581
74764 Author: roy zang <tie-fei.zang@freescale.com>
74765 Date:   Mon Jan 22 13:19:21 2007 +0800
74766
74767     use  CFG_WRITE_SWAPPED_DATA define instead of define CFG_FLASH_CFI_SWAP
74768     The patch by Heiko Schocher <hs@pollux.denx.de> on Jan, 19, 2007
74769     fixes cfi_driver bug for mpc7448hpc2 board. The default cfi_driver can support
74770     mpc7448hpc2 board.
74771
74772 commit a4012396645533aef218354eeba754dff0deace8
74773 Author: Wolfgang Denk <wd@pollux.denx.de>
74774 Date:   Fri Jan 19 23:08:39 2007 +0100
74775
74776     Minor code cleanup.
74777
74778 commit f539b7ba7d7ef6dd187c8209609001cb1cd95e39
74779 Author: Heiko Schocher <hs@pollux.denx.de>
74780 Date:   Fri Jan 19 19:57:10 2007 +0100
74781
74782     [PATCH] SC3 board: added CFG_CMD_AUTOSCRIPT.
74783
74784     Signed-off-by: Heiko Schocher <hs@denx.de>
74785
74786 commit d0b6e14087ddd8789f224a48e1d33f2a5df4d167
74787 Author: Heiko Schocher <hs@pollux.denx.de>
74788 Date:   Fri Jan 19 18:05:26 2007 +0100
74789
74790     [PATCH] CFI: define CFG_WRITE_SWAPPED_DATA for the CFI-Flash driver
74791                  if you must swap the bytes between reading/writing.
74792                  (Needed for the SC3 board)
74793
74794     Signed-off-by: Heiko Schocher <hs@denx.de>
74795
74796 commit 9d8d5a5bfb64768f29a0cb47fc37cd6f4c40e276
74797 Author: Stefan Roese <sr@denx.de>
74798 Date:   Thu Jan 18 16:05:47 2007 +0100
74799
74800     [PATCH] Add support for Prodrive SCPU (PDNB3 variant) board
74801
74802     Signed-off-by: Stefan Roese <sr@denx.de>
74803
74804 commit 0057d758e3e874cbe7f24745d0cce8c1cb6c207e
74805 Author: Stefan Roese <sr@denx.de>
74806 Date:   Thu Jan 18 11:54:52 2007 +0100
74807
74808     [PATCH] Update Prodrive P3Mx support
74809
74810     Signed-off-by: Stefan Roese <sr@denx.de>
74811
74812 commit 34167a36c29ee946b727465db5c014746a08e978
74813 Author: Stefan Roese <sr@denx.de>
74814 Date:   Thu Jan 18 11:48:10 2007 +0100
74815
74816     [PATCH] Add missing Taishan config file
74817
74818     Signed-off-by: Stefan Roese <sr@denx.de>
74819
74820 commit cb4820725e9fc409c5cbc8e83054a6ed522d2111
74821 Author: Heiko Schocher <hs@pollux.denx.de>
74822 Date:   Thu Jan 18 11:28:51 2007 +0100
74823
74824     [PATCH] Fix: Compilerwarnings for SC3 board.
74825                  The EBC Configuration Register is now by CFG_EBC_CFG definable
74826                  Added JFFS2 support for the SC3 board.
74827
74828     Signed-off-by: Heiko Schocher <hs@denx.de>
74829
74830 commit 5fb692cae57d1710c8f52a427cf7f39a37383fcd
74831 Author: Stefan Roese <sr@denx.de>
74832 Date:   Thu Jan 18 10:25:34 2007 +0100
74833
74834     [PATCH] Add support for AMCC Taishan PPC440GX eval board
74835
74836     Signed-off-by: Stefan Roese <sr@denx.de>
74837
74838 commit 6d3e0107235aa0e6a6dcb77f9884497280bf85ad
74839 Author: Wolfgang Denk <wd@pollux.denx.de>
74840 Date:   Tue Jan 16 18:30:50 2007 +0100
74841
74842     Raname solidcard3 into sc3; add redundant env for sc3
74843
74844 commit 1bbbbdd20fcec9933697000dcf55ff7972622596
74845 Author: Wolfgang Denk <wd@pollux.denx.de>
74846 Date:   Tue Jan 16 12:46:35 2007 +0100
74847
74848     Update default environment for Solidcard3
74849
74850 commit 5a5c56986a9ccf71642c8b6374eb18487b15fecd
74851 Author: Stefan Roese <sr@denx.de>
74852 Date:   Mon Jan 15 09:46:29 2007 +0100
74853
74854     [PATCH] Fix 440SPe rev B detection from previous patch
74855
74856     Signed-off-by: Stefan Roese <sr@denx.de>
74857
74858 commit a443d31410c571ee8f970da819a44d698fdd6b1f
74859 Author: Heiko Schocher <hs@pollux.denx.de>
74860 Date:   Sun Jan 14 13:35:31 2007 +0100
74861
74862         [FIX] correct I2C Writes for the LM81 Sensor.
74863
74864         Signed-off-by: Heiko Schocher <hs@denx.de>
74865
74866 commit 0bba5452835f19a61204edcda3a58112fd8e2208
74867 Author: Wolfgang Denk <wd@pollux.denx.de>
74868 Date:   Sat Jan 13 11:17:10 2007 +0100
74869
74870     Undo commit 3033ebb2: reset command does not take any arguments
74871
74872     Haiying Wang's modification to the reset command was broken, undo it.
74873
74874     Signed-off-by: Wolfgang Denk <wd@denx.de>
74875
74876 commit 95981778cff0038fd9941044d6a3eda810e33258
74877 Author: Stefan Roese <sr@denx.de>
74878 Date:   Sat Jan 13 08:01:03 2007 +0100
74879
74880     [PATCH] Update 440SP(e) cpu revisions
74881
74882     Also display enabled/disabled RAID 6 support for 440SP/440SPe PPC's.
74883
74884     Signed-off-by: Stefan Roese <sr@denx.de>
74885
74886 commit 77ddc5b9afb325262fd88752ba430a1dded1f0c7
74887 Author: Stefan Roese <sr@denx.de>
74888 Date:   Sat Jan 13 07:59:56 2007 +0100
74889
74890     [PATCH] Update Yellowstone (440GR) to display board rev and PCI bus speed
74891
74892     Now the board revision and the current PCI bus speed are printed after
74893     the board message.
74894
74895     Also the EBC initialising is now done via defines in the board config
74896     file.
74897
74898     Signed-off-by: Stefan Roese <sr@denx.de>
74899
74900 commit 36adff362c2c0141ff8a810d42a7e478f779130f
74901 Author: Stefan Roese <sr@denx.de>
74902 Date:   Sat Jan 13 07:59:19 2007 +0100
74903
74904     [PATCH] Update Yosemite (440EP) to display board rev and PCI bus speed
74905
74906     Now the board revision and the current PCI bus speed are printed after
74907     the board message.
74908
74909     Also the EBC initialising is now done via defines in the board config
74910     file.
74911
74912     Signed-off-by: Stefan Roese <sr@denx.de>
74913
74914 commit e0b9ea8c8a294de6a5350ae638879d24b5b709d6
74915 Author: Stefan Roese <sr@denx.de>
74916 Date:   Sat Jan 13 07:57:51 2007 +0100
74917
74918     [PATCH] Update Sequoia (440EPx) to display board rev and PCI bus speed
74919
74920     Now the board revision and the current PCI bus speed are printed after
74921     the board message.
74922
74923     Signed-off-by: Stefan Roese <sr@denx.de>
74924
74925 commit ca43ba18e910206ef8063e4b22d282630bff3fd2
74926 Author: Heiko Schocher <hs@pollux.denx.de>
74927 Date:   Thu Jan 11 15:44:44 2007 +0100
74928
74929         Added support for the SOLIDCARD III board from Eurodesign
74930
74931         Signed-off-by: Heiko Schocher <hs@denx.de>
74932
74933 commit 6abaee42621c07e81a2cd189ad4368b5e8c50280
74934 Author: Reinhard Thies <Reinhard.Thies@web.de>
74935 Date:   Wed Jan 10 14:41:14 2007 +0100
74936
74937     Adjusted default environment for cam5200 board.
74938
74939 commit bab5a90d4ccc1a46a8127b867fa59028cc623ad9
74940 Author: Wolfgang Denk <wd@pollux.denx.de>
74941 Date:   Wed Jan 10 15:35:52 2007 +0100
74942
74943     Update CHANGELOG
74944
74945 commit 787fa15860a57833e50bd30555079a9cd4e519b8
74946 Author: Wolfgang Denk <wd@pollux.denx.de>
74947 Date:   Wed Jan 10 01:28:39 2007 +0100
74948
74949     Fix auto_update for MCC200 board.
74950
74951     The invocation of do_auto_update() is moved to the end of the
74952     misc_init_r() function, after the flash mappings have been
74953     initialized. Please find attached a patch that implements that
74954     change.
74955
74956     Also correct the decoding of the keypad status. With this update, the
74957     key that will trigger the update is Column 2, Row 2.
74958
74959 commit d9384de2f571046e71081bae22b49e3d5ca2e3d5
74960 Author: Marian Balakowicz <m8@semihalf.com>
74961 Date:   Wed Jan 10 00:26:15 2007 +0100
74962
74963     CAM5200 flash driver modifications:
74964     - use CFI driver (replaces custom flash driver) for main 'cam5200' target
74965     - add second build target 'cam5200_niosflash' which still uses custom driver
74966
74967 commit 67fea022fa957f59653b5238c7496f80a6b70432
74968 Author: Markus Klotzbuecher <mk@denx.de>
74969 Date:   Tue Jan 9 16:02:48 2007 +0100
74970
74971     SPC1920: cleanup memory contoller setup
74972
74973 commit 8fc2102faa23593c80381437c09f7745a14deb40
74974 Author: Markus Klotzbuecher <mk@denx.de>
74975 Date:   Tue Jan 9 14:57:14 2007 +0100
74976
74977     Fix the cpu speed setup to work with all boards.
74978
74979 commit 9295acb77481cf099ef9b40e1fa2d145b3c7490c
74980 Author: Markus Klotzbuecher <mk@denx.de>
74981 Date:   Tue Jan 9 14:57:13 2007 +0100
74982
74983     SPC1920: add support for the FM18L08 Ramtron FRAM
74984
74985 commit 38ccd2fdf3364a53fe80e9b365303ecdafc9e223
74986 Author: Markus Klotzbuecher <mk@denx.de>
74987 Date:   Tue Jan 9 14:57:13 2007 +0100
74988
74989     SPC1920: update the HPI register addresses to work with the second
74990     generation of hardware
74991
74992 commit 5921e5313fc3eadd42770c2b99badd7fae5ecf1e
74993 Author: Markus Klotzbuecher <mk@creamnet.de>
74994 Date:   Tue Jan 9 14:57:13 2007 +0100
74995
74996     Miscellanious spc1920 related cleanups
74997
74998 commit e4c2d37adc8bb1bf69dcf600cbc6c75f916a6120
74999 Author: Markus Klotzbuecher <mk@denx.de>
75000 Date:   Tue Jan 9 14:57:12 2007 +0100
75001
75002     SPC1920 GO/NOGO led should be set to color red in U-Boot
75003
75004 commit 0be62728aac459ba268d6d752ed49ec0e2bc7348
75005 Author: Markus Klotzbuecher <mk@creamnet.de>
75006 Date:   Tue Jan 9 14:57:12 2007 +0100
75007
75008     Add support for the DS3231 RTC
75009
75010 commit 8139567b60d678584b05f0718a681f2047c5e14f
75011 Author: Markus Klotzbuecher <mk@creamnet.de>
75012 Date:   Tue Jan 9 14:57:11 2007 +0100
75013
75014     SMC1 uses external CLK4 instead of BRG on spc1920
75015
75016 commit d8d9de1a02fbd880b613d607143d1f57342affc7
75017 Author: Markus Klotzbuecher <mk@creamnet.de>
75018 Date:   Tue Jan 9 14:57:10 2007 +0100
75019
75020     Update the SPC1920 CMB PLD driver
75021
75022 commit 3f34f869162750e5e999fd140f884f5de952bcfe
75023 Author: Markus Klotzbuecher <mk@creamnet.de>
75024 Date:   Tue Jan 9 14:57:10 2007 +0100
75025
75026     Add / enable I2C support on the spc1920 board
75027
75028 commit d28707dbce1e9ac2017ad051da4133bf22b4204f
75029 Author: Markus Klotzbuecher <mk@creamnet.de>
75030 Date:   Tue Jan 9 14:57:10 2007 +0100
75031
75032     Add support for the tms320671x host port interface (HPI)
75033
75034 commit f4eb54529bb3664c3a562e488b460fe075f79d67
75035 Author: Wolfgang Denk <wd@pollux.denx.de>
75036 Date:   Sun Jan 7 00:13:11 2007 +0100
75037
75038     Prepare for release 1.2.0
75039
75040 commit f07ae7a9daef27a3d0213a4f3fe39d5342173c02
75041 Author: Stefan Roese <sr@denx.de>
75042 Date:   Sat Jan 6 15:58:09 2007 +0100
75043
75044     [PATCH] 44x: Fix problem with DDR controller setup (refresh rate)
75045
75046     This patch fixes a problem with an incorrect setup for the refresh
75047     timer of the 44x DDR controller in the file cpu/ppc4xx/sdram.c
75048
75049     Signed-off-by: Stefan Roese <sr@denx.de>
75050
75051 commit f16c1da9577f06c5fc08651a4065537407de4635
75052 Author: Stefan Roese <sr@denx.de>
75053 Date:   Sat Jan 6 15:56:13 2007 +0100
75054
75055     [PATCH] Update ALPR board files
75056
75057     This update brings the ALPR board support to the newest version.
75058     It also fixes a problem with the NAND driver.
75059
75060     Signed-off-by: Stefan Roese <sr@denx.de>
75061
75062 commit cd1d937f90250a32988c37b2b4af8364d25de8ed
75063 Author: Stefan Roese <sr@denx.de>
75064 Date:   Fri Jan 5 11:46:05 2007 +0100
75065
75066     [PATCH] nand: Fix problem with oobsize calculation
75067
75068     Here the description from Brian Brelsford <Brian_Brelsford@dell.com>:
75069
75070     The Hynix part returns a 0x1d in the 4th ID byte. The Samsung part
75071     returns a 0x15. In the code fragment below bits [1:0] determine the
75072     page size, it is ANDed via "(extid & 0x3)" then shifted out. The
75073     next field is also ANDed with 0x3. However this is a one bit field
75074     as defined in the Hynix and Samsung parts in the 4th ID byte that
75075     determins the oobsize, not a two bit field. It works on Samsung as
75076     bits[3:2] are 01. However for the Hynix there is a 11 in these two
75077     bits, so the oob size gets messed up.
75078
75079     I checked the correct linux code and the suggested fix from Brian is
75080     also available in the linux nand mtd driver.
75081
75082     Signed-off-by: Stefan Roese <sr@denx.de>
75083
75084 commit a78bc443ae5a4a8ba87590587d5e35bf5a787b2e
75085 Author: Stefan Roese <sr@denx.de>
75086 Date:   Fri Jan 5 10:40:36 2007 +0100
75087
75088     [PATCH] Clear PLB4A0_ACR[WRP] on Sequoia (440EPx)
75089
75090     This fix will make the MAL burst disabling patch for the Linux
75091     EMAC driver obsolete.
75092
75093     Signed-off-by: Stefan Roese <sr@denx.de>
75094
75095 commit 023889838282b6237b401664f22dd22dfba2c066
75096 Author: Stefan Roese <sr@denx.de>
75097 Date:   Fri Jan 5 10:38:05 2007 +0100
75098
75099     [PATCH] Add DDR2 optimization code for Sequoia (440EPx) board
75100
75101     This code will optimize the DDR2 controller setup on a board specific
75102     basis.
75103
75104     Note: This code doesn't work right now on the NAND booting image for the
75105     Sequoia board, since it doesn't fit into the 4kBytes for the SPL image.
75106
75107     Signed-off-by: Stefan Roese <sr@denx.de>
75108
75109 commit cce4acbb68398634b8d011ed7bb0d12269c84230
75110 Author: Bartlomiej Sieka <tur@semihalf.com>
75111 Date:   Thu Dec 28 19:08:21 2006 +0100
75112
75113     Few V38B changes:
75114       - fix a typo in V38B config file
75115       - move watchdog initialisation earlier in the boot process
75116       - add "wdt=off" to default kernel command line (disables kernel watchdog)
75117
75118 commit 92eb729bad876725aeea908d2addba0800620840
75119 Author: Wolfgang Denk <wd@pollux.denx.de>
75120 Date:   Wed Dec 27 01:26:13 2006 +0100
75121
75122     Fix bug in adaption of Stefano Babic's CFI driver patch.
75123
75124 commit 9c0f42ecfe25f7ffce8ec7a815f03864d723ffe3
75125 Author: Wolfgang Denk <wd@pollux.denx.de>
75126 Date:   Sun Dec 24 01:42:57 2006 +0100
75127
75128     Minor code cleanup.
75129
75130 commit d784fdb05900ada3686d5778783e1fb328e9fb66
75131 Author: Stefano Babic <sbabic@denx.de>
75132 Date:   Tue Dec 12 00:22:42 2006 +0100
75133
75134     Fix cfi failure with Spansion Flash (Spansion Flash Devices have a different offset to go into CFI mode)
75135
75136 commit 1b3c360c235dc684ec06c2d5f183f0a282ce45e2
75137 Author: Stefan Roese <sr@denx.de>
75138 Date:   Fri Dec 22 14:29:40 2006 +0100
75139
75140     [PATCH] Fix sequoia flash autodetection (finally correct)
75141
75142     Now 32MByte and 64MByte FLASH is know to work and other
75143     configurations should work too.
75144
75145     Signed-off-by: Stefan Roese <sr@denx.de>
75146
75147 commit 82e5236a8b719543643fd26d5827938ab2b94818
75148 Author: Wolfgang Denk <wd@pollux.denx.de>
75149 Date:   Fri Dec 22 10:30:26 2006 +0100
75150
75151     Minor code cleanup; update CHANGELOG.
75152
75153 commit fa23044564091f05d9695beb7b5b9a931e7f41a4
75154 Author: Heiko Schocher <hs@pollux.denx.de>
75155 Date:   Thu Dec 21 17:17:02 2006 +0100
75156
75157     Added support for the TQM8272 board from TQ
75158
75159     Signed-off-by: Heiko Schocher <hs@denx.de>
75160
75161 commit 6dedf3d49dd14c3bf541c8ecee7ffaac5f0e1d6c
75162 Author: Heiko Schocher <hs@pollux.denx.de>
75163 Date:   Thu Dec 21 16:14:48 2006 +0100
75164
75165     [PATCH] Add support for the UC101 board from MAN.
75166
75167     Signed-off-by: Heiko Schocher <hs@denx.de>
75168
75169 commit c84bad0ef60e7055ab0bd49b93069509cecc382a
75170 Author: Bartlomiej Sieka <tur@semihalf.com>
75171 Date:   Wed Dec 20 00:29:43 2006 +0100
75172
75173     Fix to make the baudrate changes immediate for the MCF52x2 family.
75174
75175 commit daa6e418bcc0c717752e8de939c213c790286096
75176 Author: Bartlomiej Sieka <tur@semihalf.com>
75177 Date:   Wed Dec 20 00:27:32 2006 +0100
75178
75179     Preliminary support for the iDMR board (ColdFire).
75180
75181 commit cdb97a6678826f85e7c69eae6a1c113d034c9b10
75182 Author: Andrei Safronov <safronov@pollux.denx.de>
75183 Date:   Fri Dec 8 16:23:08 2006 +0100
75184
75185     automatic update mechanism
75186
75187 commit 9d27b3a0685ff99fc477983f315c04d49f657a8a
75188 Author: roy zang <tie-fei.zang@freescale.com>
75189 Date:   Mon Dec 4 17:56:59 2006 +0800
75190
75191     Slight code clean up.
75192     Add comments, delete duplicate define and remove spaces.
75193     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
75194
75195 commit 4dbcd69e3e2776ea334590d5768e3692c5fae5c1
75196 Author: roy zang <tie-fei.zang@freescale.com>
75197 Date:   Mon Dec 4 17:54:21 2006 +0800
75198
75199     Introduce PLL_CFG[0:4] table for processor 7448/7447A/7455/7457. The original
75200     multiplier table can not refect the real PLL clock behavior of these
75201     processors. Please refer to the hardware specification for detailed
75202     information of the corresponding processors.
75203     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
75204
75205 commit 4efe20c9579011d9987f62ed7d35ee8cdc1cf0e0
75206 Author: roy zang <tie-fei.zang@freescale.com>
75207 Date:   Mon Dec 4 14:46:23 2006 +0800
75208
75209     Remove the static MAC address, ip address, server ip, netmask and
75210     gateway ip for network setting.
75211     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
75212
75213 commit 6f12c61cf31ed73d72ddfcfc712a854a3a177aaf
75214 Author: roy zang <tie-fei.zang@freescale.com>
75215 Date:   Mon Dec 4 14:33:08 2006 +0800
75216
75217     Remove the duplicate memory test code for mpc744ihpc2 board.
75218     If a memory test is needed, please use the functions in
75219     post/memory.c or memtest command.
75220     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
75221
75222 commit c9c1eeed7dd193fa65fb194654132040d49d4d3a
75223 Author: roy zang <tie-fei.zang@freescale.com>
75224 Date:   Fri Dec 1 19:01:25 2006 +0800
75225
75226     Fix the exception occuring in RAM table search issue.
75227     The original search_one_table() function code can only processes the search
75228     for the exception occurring in FLASH/ROM, because the exception and fixup
75229     table usually locate in FLASH. If the exception address is also in
75230     FLASH, it will be OK.
75231     If the exception occurs in RAM, after the u-boot relocation, a
75232     relocation offset should be added.
75233
75234     clean up the code in cpu/74xx_7xx/cpu.c
75235
75236     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
75237
75238 commit ee311214e0d216f904feea269599d0934bf71f23
75239 Author: roy zang <tie-fei.zang@freescale.com>
75240 Date:   Fri Dec 1 11:47:36 2006 +0800
75241
75242     Clean up the code according to codestyle:
75243     (1) remove some C++ comments.
75244     (2) remove trailing white space.
75245     (3) remove trailing empty line.
75246     (4) Indentation by table.
75247     (5) remove {} in one line condition.
75248     (6) add space before '(' in function call.
75249     Remove some weird printf () output.
75250     Add necessary comments.
75251     Modified Makefile to support building in a separate directory.
75252
75253 commit dd520bf314c7add4183c5191692180f576f96b60
75254 Author: Wolfgang Denk <wd@pollux.denx.de>
75255 Date:   Thu Nov 30 18:02:20 2006 +0100
75256
75257     Code cleanup.
75258
75259 commit 8d9a8610b8256331132227e9e6585c6bd5742787
75260 Author: Wolfgang Denk <wd@pollux.denx.de>
75261 Date:   Thu Nov 30 01:54:07 2006 +0100
75262
75263     Code cleanup. Update CHANGELOG.
75264
75265 commit 726e90aacf0b1ecb0e7055be574622fbe3e450ba
75266 Author: Grant Likely <grant.likely@secretlab.ca>
75267 Date:   Wed Nov 29 16:23:42 2006 +0100
75268
75269     [PATCH] [MPC52xx] Use IPB bus frequency for SOC peripherals
75270
75271     The soc node of the mpc52xx needs to be loaded with the IPB bus frequency,
75272     not the XLB frequency.
75273
75274     This patch depends on the previous patches for MPC52xx device tree support
75275
75276     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
75277     Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
75278
75279 commit 1eac2a71417b6675b11aace72102a2e7fde8f5c6
75280 Author: Stefan Roese <sr@denx.de>
75281 Date:   Wed Nov 29 15:42:37 2006 +0100
75282
75283     [PATCH] Add support for Prodrive P3M750 & P3M7448 (P3Mx) boards
75284
75285     This patch adds support for the Prodrive P3M750 (PPC750 & MV64460)
75286     and the P3M7448 (MPC7448 & MV64460) PMC modules. Both modules are
75287     quite similar and share the same board directory "prodrive/p3mx"
75288     and the same config file "p3mx.h".
75289
75290     Signed-off-by: Stefan Roese <sr@denx.de>
75291
75292 commit 1bdd46832aeb569f5e04b1f20f64318525b6525a
75293 Author: Stefan Roese <sr@denx.de>
75294 Date:   Wed Nov 29 12:53:15 2006 +0100
75295
75296     [PATCH] common/cmd_elf.c: Enable loadaddr as parameter in bootvx command
75297
75298     In the bootvx command the load address was only read from the env
75299     variable "loadaddr" and not optionally passed as paramter as described
75300     in the help. This is fixed with this patch. The behaviour is now the
75301     same as in the bootelf command.
75302
75303     Signed-off-by: Stefan Roese <sr@denx.de>
75304
75305 commit 4e26f1074c3ac1bd8fd094f0dc4a1c4a0b15a592
75306 Author: Stefan Roese <sr@denx.de>
75307 Date:   Wed Nov 29 12:03:57 2006 +0100
75308
75309     [PATCH] include/ppc440.h minor error affecting interrupts
75310
75311     Fixed include/ppc440.c for UIC address Bug
75312
75313     Corrects bug affecting the addresses for the universal interrupt
75314     controller UIC2 and UIC3 on the PPC440 Epx, GRx, and SPE chips.
75315
75316     Signed-off-by: Jeff Mann <mannj@embeddedplanet.com>
75317     Signed-off-by: Stefan Roese <sr@denx.de>
75318
75319 commit 1939d969443ccf316cab2bf32ab1027d4db5ba1a
75320 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
75321 Date:   Tue Nov 28 16:17:27 2006 -0600
75322
75323     Make fsl-i2c not conflict with SOFT I2C
75324
75325     Signed-off-by: Timur Tabi <timur@freescale.com>
75326
75327 commit 14198bf768fdc958e3c1afd2404e5262208e98d7
75328 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
75329 Date:   Tue Nov 28 16:17:18 2006 -0600
75330
75331     Fix I2C master address initialization.
75332
75333     Signed-off-by: Timur Tabi <timur@freescale.com>
75334
75335 commit cf3d045e51ca8dcc6cf759827140861d6ac25c04
75336 Author: Kim Phillips <kim.phillips@freescale.com>
75337 Date:   Tue Nov 28 23:31:19 2006 -0600
75338
75339     Assign maintainers for mpc8349emds and mpc8360emds
75340
75341     Dave for mpc8360emds, and me for mpc8349emds.
75342
75343 commit 1aa934c81b77f2080d3ca4b226eab67b17a33961
75344 Author: Kim Phillips <kim.phillips@freescale.com>
75345 Date:   Tue Nov 28 23:28:33 2006 -0600
75346
75347     Eliminate gcc 4 'used uninitialized' warnings in drivers/qe/uccf.c
75348
75349     give initial values for reg_num, shift, p_cmxucr in ucc_set_clk_src
75350     since they are passed by reference to ucc_get_cmxucr_reg and assigned.
75351
75352 commit e857a5bdb3954b896c0920cb9d8d2b1b9c107ce5
75353 Author: Timur Tabi <timur@freescale.com>
75354 Date:   Tue Nov 28 12:09:35 2006 -0600
75355
75356     mpc83xx: Miscellaneous code style fixes
75357
75358     Implement various code style fixes and similar changes.
75359
75360     Signed-off-by: Timur Tabi <timur@freescale.com>
75361
75362 commit e59581c56ab5d6e0207ddac3b2c1d55cb36ec706
75363 Author: Stefan Roese <sr@denx.de>
75364 Date:   Tue Nov 28 17:55:49 2006 +0100
75365
75366     [PATCH] Enable the IceCube/lite5200 variants to pass a device tree to Linux.
75367
75368     This patch adds the code and configuration necessary to boot with an
75369     arch/powerpc Linux kernel.
75370
75371     Signed-off-by: Grant Likely <grant.likely@gmail.com>
75372     Acked-by: Jon Loeliger <jdl@freescale.com>
75373
75374 commit e732faec95a83cb468b4850ae807c8301dde8f6a
75375 Author: Stefan Roese <sr@denx.de>
75376 Date:   Tue Nov 28 16:09:24 2006 +0100
75377
75378     [PATCH] PPC4xx: 440SP Rev. C detection added
75379
75380     Signed-off-by: Stefan Roese <sr@denx.de>
75381
75382 commit e7f3e9ff01fbd7fa72eb42a9675fbed6bc4736b0
75383 Author: Stefan Roese <sr@denx.de>
75384 Date:   Tue Nov 28 11:04:45 2006 +0100
75385
75386     [PATCH] nand: Fix patch merge problem
75387
75388     Signed-off-by: Stefan Roese <sr@denx.de>
75389
75390 commit 58e3b14c18ed3288ceef8d086946dbf3df64ccf2
75391 Author: Stefan Roese <sr@denx.de>
75392 Date:   Tue Nov 28 11:04:45 2006 +0100
75393
75394     [PATCH] nand: Fix patch merge problem
75395
75396     Signed-off-by: Stefan Roese <sr@denx.de>
75397
75398 commit 4f4b602ec7524a032bdf3c6d28c7f525a4a67eaa
75399 Author: Wolfgang Denk <wd@pollux.denx.de>
75400 Date:   Mon Nov 27 22:53:53 2006 +0100
75401
75402     Update CHANGELOG
75403
75404 commit f6e495f54cdb8fe340b9c03deab40ad746d52fae
75405 Author: Stefan Roese <sr@denx.de>
75406 Date:   Mon Nov 27 17:43:25 2006 +0100
75407
75408     [PATCH] 4xx_enet.c: Correct the setting of zmiifer register
75409
75410     Patch below corrects the setting of the zmiifer register, it was
75411     overwritting the register rather than ORing the settings.
75412
75413     Signed-off-by: Neil Wilson <NWilson@airspan.com>
75414     Signed-off-by: Stefan Roese <sr@denx.de>
75415
75416 commit d1a72545296800b7e219f93104ad5836f0003d66
75417 Author: Stefan Roese <sr@denx.de>
75418 Date:   Mon Nov 27 17:34:10 2006 +0100
75419
75420     [PATCH] Select NAND embedded environment from board configuration
75421
75422     The current NAND Bootloader setup forces the environment
75423     variables to be in line with the bootloader. This change
75424     enables the configuration to be made in the board include
75425     file instead so that it can be individually enabled.
75426
75427     Signed-off-by: Nick Spence <nick.spence@freescale.com>
75428     Signed-off-by: Stefan Roese <sr@denx.de>
75429
75430 commit 15784862857c3c2214498defcfed84ff137fb81e
75431 Author: Stefan Roese <sr@denx.de>
75432 Date:   Mon Nov 27 17:22:19 2006 +0100
75433
75434     [PATCH] nand_wait() timeout fixes
75435
75436     Two fixes for the nand_wait() function in
75437     drivers/nand/nand_base.c:
75438
75439     1. Use correct timeouts. The original timeouts in Linux
75440     source are 400ms and 20ms not 40s and 20s
75441
75442     2. Return correct error value in case of timeout. 0 is
75443     interpreted as OK.
75444
75445     Signed-off-by: Rui Sousa <rui.sousa@laposte.net>
75446     Signed-off-by: Stefan Roese <sr@denx.de>
75447
75448 commit da5553b095bf04f4f109ad7e565dae3aba47b230
75449 Author: Stefan Roese <sr@denx.de>
75450 Date:   Mon Nov 27 17:04:06 2006 +0100
75451
75452     [PATCH] Allow CONFIG_OF_FLAT_TREE to boot a non-arch/powerpc kernel
75453
75454     This patch allows an arch/ppc kernel to be booted by just passing 1 or 2
75455     arguments to bootm.  It removes the getenv("disable_of") test that used
75456     to be used for this purpose.
75457
75458     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
75459     Acked-by: Jon Loeliger <jdl@freescale.com>
75460
75461 commit a9398e018593782c5fa7d0741955fc1256b34c1e
75462 Author: Wolfgang Denk <wd@pollux.denx.de>
75463 Date:   Mon Nov 27 15:32:42 2006 +0100
75464
75465     Minor code cleanup. Update CHANGELOG.
75466
75467 commit 1729b92cde575476684bffe819d0b7791b57bff2
75468 Author: Stefan Roese <sr@denx.de>
75469 Date:   Mon Nov 27 14:52:04 2006 +0100
75470
75471     [PATCH] 4xx: Fix problem with board specific reset code (now for real)
75472
75473     Signed-off-by: Stefan Roese <sr@denx.de>
75474
75475 commit cc5ee8a92a0e3ca6f727af71b8fd206460c7afd7
75476 Author: Stefan Roese <sr@denx.de>
75477 Date:   Mon Nov 27 14:49:51 2006 +0100
75478
75479     [PATCH] alpr: remove unused board specific flash driver
75480
75481     Signed-off-by: Stefan Roese <sr@denx.de>
75482
75483 commit 1f94d162e2b5f0edc28d9fb11482502c44d218e1
75484 Author: Stefan Roese <sr@denx.de>
75485 Date:   Mon Nov 27 14:48:41 2006 +0100
75486
75487     [PATCH] 4xx: Fix problem with board specific reset code
75488
75489     Signed-off-by: Stefan Roese <sr@denx.de>
75490
75491 commit ec0c2ec725aec9524a177a77ce75559e644a931a
75492 Author: Stefan Roese <sr@denx.de>
75493 Date:   Mon Nov 27 14:46:06 2006 +0100
75494
75495     [PATCH] Remove testing 4xx enet PHY setup
75496
75497     Signed-off-by: Stefan Roese <sr@denx.de>
75498
75499 commit 1c2ce2262069510f31c7d3fd7efd3d58b8c0c148
75500 Author: Stefan Roese <sr@denx.de>
75501 Date:   Mon Nov 27 14:12:17 2006 +0100
75502
75503     [PATCH] Update Prodrive ALPR board support (440GX)
75504
75505     Signed-off-by: Stefan Roese <sr@denx.de>
75506
75507 commit 58b485776698c3d71ec5a215e392123b4c15afa3
75508 Author: Markus Klotzbuecher <mk@denx.de>
75509 Date:   Mon Nov 27 11:51:21 2006 +0100
75510
75511     Add a small README with information on the generic ohci driver.
75512
75513 commit ae3b770e4eae8e98b6e9e29662e18c47fdf0171f
75514 Author: Markus Klotzbuecher <mk@denx.de>
75515 Date:   Mon Nov 27 11:46:46 2006 +0100
75516
75517     Fix some endianness issues related to the generic ohci driver
75518
75519 commit 7b59b3c7a8ce2e4b567abf99c1cd667bf35b9418
75520 Author: Markus Klotzbuecher <mk@denx.de>
75521 Date:   Mon Nov 27 11:44:58 2006 +0100
75522
75523     Introduced the configuration option CONFIG_USB_OHCI_NEW in order to be able
75524     to choose between the old and the generic OHCI drivers.
75525
75526 commit 53e336e9ffc51035bdc4e5867631b3378761b4df
75527 Author: Markus Klotzbuecher <mk@denx.de>
75528 Date:   Mon Nov 27 11:43:09 2006 +0100
75529
75530     Modified the mpc5xxx and the ppc4xx cpu to use the generic OHCI driver
75531     and adapted board configs TQM5200 and yosemite accordingly. This commit
75532     also makes the maximum number of root hub ports configurable
75533     (CFG_USB_OHCI_MAX_ROOT_PORTS).
75534
75535 commit 78d620ebb5871d252270dedfad60c6568993b780
75536 Author: Wolfgang Denk <wd@atlas.denx.de>
75537 Date:   Thu Nov 23 22:58:58 2006 +0100
75538
75539     Updates for TQM5200 modules:
75540     - fix off-by-one error in board/tqm5200/cam5200_flash.c error message
75541     - simplify "udate" definitions
75542
75543 commit 2053283304eeddf250d109e6791eb6fa4cad14f7
75544 Author: Stefan Roese <sr@denx.de>
75545 Date:   Wed Nov 22 13:20:50 2006 +0100
75546
75547     [PATCH] PPC4xx start.S: Fix for processor errata
75548
75549     Fixed cpu/ppc4xx/start.S for 440EPx Errata: further corrects PPC440EPx
75550     errata 1.12: 440_33 by moving patch up in code.
75551
75552     Signed-off-by: Jeff Mann <mannj@embeddedplanet.com>
75553     Signed-off-by: Stefan Roese <sr@denx.de>
75554
75555 commit 4ef6251403f637841000e0fef9e832aa01339822
75556 Author: Stefan Roese <sr@denx.de>
75557 Date:   Mon Nov 20 20:39:52 2006 +0100
75558
75559     [PATCH] Update AMCC Sequoia config file to support 64MByte NOR FLASH
75560
75561     Signed-off-by: Stefan Roese <sr@denx.de>
75562
75563 commit e4bbd8da164b976d38616bd9c69c5e86e193cdf0
75564 Author: Wolfgang Denk <wd@pollux.denx.de>
75565 Date:   Mon Nov 20 10:28:30 2006 +0100
75566
75567     Update CHANGELOG
75568
75569 commit 260421a21e934a68d31fb6125b0fbd2631a8ca20
75570 Author: Stefan Roese <sr@denx.de>
75571 Date:   Mon Nov 13 13:55:24 2006 +0100
75572
75573     [PATCH] CFI driver AMD Command Set Top boot geometry reversal, etc. [Updated]
75574
75575        * Adds support for AMD command set Top Boot flash geometry reversal
75576        * Adds support for reading JEDEC Manufacturer ID and Device ID
75577        * Adds support for displaying command set, manufacturer id and
75578          device ids (flinfo)
75579        * Makes flinfo output to be consistent when CFG_FLASH_EMPTY_INFO defined
75580        * Removes outdated change history (refer to git log instead)
75581
75582     Signed-off-by: Tolunay Orkun <listmember@orkun.us>
75583     Signed-off-by: Stefan Roese <sr@denx.de>
75584
75585 commit b21b511d4c50408f4853f46f06b601272196223f
75586 Author: Wolfgang Denk <wd@pollux.denx.de>
75587 Date:   Sun Nov 12 21:13:23 2006 +0100
75588
75589     Update CHANGELOG
75590
75591 commit ce3f1a40c507afbab06c5eb58ccdc6713eda3245
75592 Author: Bartlomiej Sieka <tur@semihalf.com>
75593 Date:   Sat Nov 11 22:48:22 2006 +0100
75594
75595     Disable the watchdog in the default config for the V38B board.
75596
75597 commit 44a47e6db2694841211f1c8fdbafd36992e9cd1a
75598 Author: Bartlomiej Sieka <tur@semihalf.com>
75599 Date:   Sat Nov 11 22:43:00 2006 +0100
75600
75601     Change the GPIO pin multiplexing configuration for V38B. The USB GPIO pin
75602     group is enabled for USB earlier (in cpu_init_f() instead of
75603     usb_lowlevel_init()).
75604
75605 commit 91650b3e4de688038d4f71279c44858e3e2c6870
75606 Author: Wolfgang Denk <wd@pollux.denx.de>
75607 Date:   Mon Nov 6 17:06:36 2006 +0100
75608
75609     Sequential accesses to non-existent memory must be synchronized,
75610     at least on G2 cores.
75611
75612     This fixes get_ram_size() problems on MPC5200 Rev. B boards.
75613
75614 commit be5e61815d5a1fac290ce9c0ef09cb6a8e4288fa
75615 Author: Timur Tabi <timur@freescale.com>
75616 Date:   Fri Nov 3 19:15:00 2006 -0600
75617
75618     mpc83xx: Update 83xx to use fsl_i2c.c
75619
75620     Update the 83xx tree to use I2C support in drivers/fsl_i2c.c.  Delete
75621     cpu/mpc83xx/i2c.c, include/asm-ppc/i2c.h, and all references to those files.
75622     Added multiple I2C bus support to fsl_i2c.c.
75623
75624     Signed-off-by: Timur Tabi <timur@freescale.com>
75625
75626 commit d239d74b1c937984bc519083a8e7de373a390f06
75627 Author: Timur Tabi <timur@freescale.com>
75628 Date:   Fri Nov 3 12:00:28 2006 -0600
75629
75630     mpc83xx: Replace CFG_IMMRBAR with CFG_IMMR
75631
75632     Replace all instances of CFG_IMMRBAR with CFG_IMMR, so that the 83xx
75633     tree matches the other 8xxx trees.
75634
75635     Signed-off-by: Timur Tabi <timur@freescale.com>
75636
75637 commit f7fb2e703ec9688541416962724adff70a7322cb
75638 Author: Kim Phillips <kim.phillips@freescale.com>
75639 Date:   Thu Nov 2 19:47:11 2006 -0600
75640
75641     mpc83xx: Lindent and clean up cpu/mpc83xx/speed.c
75642
75643 commit 90f30a710a3c619b5405860a686c4ddfc495d4b6
75644 Author: Dave Liu <daveliu@freescale.com>
75645 Date:   Thu Nov 2 18:05:50 2006 -0600
75646
75647     mpc83xx: Fix the incorrect dcbz operation
75648
75649     The 834x rev1.x silicon has one CPU5 errata.
75650
75651     The issue is when the data cache locked with
75652     HID0[DLOCK], the dcbz instruction looks like no-op inst.
75653
75654     The right behavior of the data cache is when the data cache
75655     Locked with HID0[DLOCK], the dcbz instruction allocates
75656     new tags in cache.
75657
75658     The 834x rev3.0 and later and 8360 have not this bug inside.
75659
75660     So, when 834x rev3.0/8360 are working with ECC, the dcbz
75661     instruction will corrupt the stack in cache, the processor will
75662     checkstop reset.
75663
75664     However, the 834x rev1.x can work with ECC with these code,
75665     because the sillicon has this cache bug. The dcbz will not
75666     corrupt the stack in cache.
75667     Really, it is the fault code running on fault sillicon.
75668
75669     This patch fix the incorrect dcbz operation. Instead of
75670     CPU FP writing to initialise the ECC.
75671
75672     CHANGELOG:
75673     * Fix the incorrect dcbz operation instead of CPU FP
75674     writing to initialise the ECC memory. Otherwise, it
75675     will corrupt the stack in cache, The processor will checkstop
75676     reset.
75677
75678     Signed-off-by: Dave Liu <daveliu@freescale.com>
75679
75680 commit bf0b542d6773a5a1cbce77691f009b06d9aeb57d
75681 Author: Kim Phillips <kim.phillips@freescale.com>
75682 Date:   Wed Nov 1 00:10:40 2006 -0600
75683
75684     mpc83xx: add OF_FLAT_TREE bits to 83xx boards
75685
75686     add ft_pci_setup, OF_CPU, OF_SOC, OF_TBCLK, and
75687     STDOUT_PATH configuration bits to mpc8349emds,
75688     mpc8349itx, and mpc8360emds board code.
75689
75690     redo environment to use bootm with the fdtaddr
75691     for booting ARCH=powerpc kernels by default,
75692     and provide default fdtaddr values.
75693
75694 commit 48041365b3420589ad464ebc7752e0053538b729
75695 Author: Kim Phillips <kim.phillips@freescale.com>
75696 Date:   Wed Nov 1 00:07:25 2006 -0600
75697
75698     mpc83xx: change ft code to modify local-mac-address property
75699
75700     Update 83xx OF code to update local-mac-address properties
75701     for ethernet instead of the obsolete 'address' property.
75702
75703 commit 9ca880a250870a7d55754291b5591d2b5fe89b54
75704 Author: Timur Tabi <timur@freescale.com>
75705 Date:   Tue Oct 31 21:23:16 2006 -0600
75706
75707     mpc83xx: Fix dual I2C support for the MPC8349ITX, MPC8349EMDS, TQM834x, and MPC8360EMDS
75708
75709     This patch also adds an improved I2C set_speed(), which handles all clock
75710     frequencies.
75711
75712     Signed-off-by: Timur Tabi <timur@freescale.com>
75713
75714 commit ac4b5622ce050b5ee1e154b98df630d778661632
75715 Author: Dave Liu <daveliu@freescale.com>
75716 Date:   Tue Oct 31 19:54:59 2006 -0600
75717
75718     mpc83xx: add the README.mpc8360emds
75719
75720     add doc/README.mpc8360emds to accompany the new board support
75721
75722 commit 7737d5c658c606f999dfbe3e86b0fed49e5c50ef
75723 Author: Dave Liu <daveliu@freescale.com>
75724 Date:   Fri Nov 3 12:11:15 2006 -0600
75725
75726     mpc83xx: add QE ethernet support
75727
75728     this patch adds support for the QUICC Engine based UCC gigabit ethernet device.
75729
75730 commit 5f8204394e39bbe8cd9f08b8f8d145b6c01f7c73
75731 Author: Dave Liu <daveliu@freescale.com>
75732 Date:   Fri Nov 3 19:33:44 2006 -0600
75733
75734     mpc83xx: Add MPC8360EMDS basic board support
75735
75736     Add support for the Freescale MPC8360EMDS board.
75737     Includes DDR, DUART, Local Bus, PCI.
75738
75739 commit 23892e49352de74f7fac36ff90bb1be143d195e3
75740 Author: Dave Liu <daveliu@freescale.com>
75741 Date:   Tue Oct 31 19:30:40 2006 -0600
75742
75743     mpc83xx: add the QUICC Engine (QE) immap file
75744
75745     common QE immap file.  Also required for 8360.
75746
75747 commit b701652a4992bdcc62fb1a6038a85beef9e55da4
75748 Author: Dave Liu <daveliu@freescale.com>
75749 Date:   Tue Oct 31 19:25:38 2006 -0600
75750
75751     mpc83xx: Add 8360 specifics to 83xx immap
75752
75753     Mainly add QE device dependencies, with appropriate 8360 protection.
75754     Lindent also run.
75755
75756 commit 988833324a7fda482c8ac3ca23eb539f8232e404
75757 Author: Timur Tabi <timur@freescale.com>
75758 Date:   Tue Oct 31 19:14:41 2006 -0600
75759
75760     mpc83xx: Fix PCI, USB, bootargs for MPC8349E-mITX
75761
75762     PREREQUISITE PATCHES:
75763
75764     * This patch can only be applied after the following patches have been applied:
75765
75766       1) DNX#2006092142000015 "Add support for the MPC8349E-mITX  1/2"
75767       2) DNX#2006092142000024 "Add support for the MPC8349E-mITX  2/2"
75768
75769     CHANGELOG:
75770
75771     * For the 8349E-mITX, fix some size values in pci_init_board(), enable
75772       the clock for the 2nd USB board (Linux kernel will hang otherwise),
75773       and fix the CONFIG_BOOTARGS macro.
75774
75775     Signed-off-by: Timur Tabi <timur@freescale.com>
75776
75777 commit 2ad6b513b31070bd0c003792ed1c3e7f5d740357
75778 Author: Timur Tabi <timur@freescale.com>
75779 Date:   Tue Oct 31 18:44:42 2006 -0600
75780
75781     mpc83xx: Add support for the MPC8349E-mITX
75782
75783     PREREQUISITE PATCHES:
75784
75785     * This patch can only be applied after the following patches have been applied:
75786
75787       1) DNX#2006090742000024 "Add support for multiple I2C buses"
75788       2) DNX#2006090742000033 "Multi-bus I2C implementation of MPC834x"
75789       3) DNX#2006091242000041 "Additional MPC8349 support for multibus i2c"
75790       4) DNX#2006091242000078 "Add support for variable flash memory sizes on 83xx systems"
75791       5) DNX#2006091242000069 "Add support for Errata DDR6 on MPC 834x systems"
75792
75793     CHANGELOG:
75794
75795     * Add support for the Freescale MPC8349E-mITX reference design platform.
75796       The second TSEC (Vitesse 7385 switch) is not supported at this time.
75797
75798     Signed-off-by: Timur Tabi <timur@freescale.com>
75799
75800 commit 183da6d9b446cc12123455844ad1187e2375626f
75801 Author: Ben Warren <bwarren@qstreams.com>
75802 Date:   Tue Sep 12 10:15:53 2006 -0400
75803
75804     Additional MPC8349 support for multibus i2c
75805
75806     Hello,
75807
75808     Here is a patch for a file that was accidentally left out of a previous
75809     attempt.
75810
75811     It accompanies the patch with ticket DNX#2006090742000024
75812
75813     CHANGELOG:
75814             Change PCI initialization to use new multi-bus I2C API.
75815
75816     regards,
75817     Ben
75818
75819 commit b24f119d672b709d153ff2ac091d4aa63ec6877d
75820 Author: Ben Warren <bwarren@qstreams.com>
75821 Date:   Thu Sep 7 16:51:04 2006 -0400
75822
75823     Multi-bus I2C implementation of MPC834x
75824
75825     Hello,
75826
75827     Attached is a patch implementing multiple I2C buses on the MPC834x CPU
75828     family and the MPC8349EMDS board in particular.
75829     This patch requires Patch 1 (Add support for multiple I2C buses).
75830     Testing was performed on a 533MHz board.
75831
75832     /*** Note: This patch replaces ticket DNX#2006083042000027 ***/
75833
75834     Signed-off-by: Ben Warren <bwarren@qstreams.com>
75835
75836     CHANGELOG:
75837             Implemented driver-level code to support two I2C buses on the
75838     MPC834x CPU family and the MPC8349EMDS board.  Available I2C bus speeds
75839     are 50kHz, 100kHz and 400kHz on each bus.
75840
75841     regards,
75842     Ben
75843
75844 commit bb99ad6d8257bf828f150d40f507b30d80a4a7ae
75845 Author: Ben Warren <bwarren@qstreams.com>
75846 Date:   Thu Sep 7 16:50:54 2006 -0400
75847
75848     Add support for multiple I2C buses
75849
75850     Hello,
75851
75852     Attached is a patch providing support for multiple I2C buses at the
75853     command level.  The second part of the patch includes an implementation
75854     for the MPC834x CPU and MPC8349EMDS board.
75855
75856     /*** Note: This patch replaces ticket DNX#2006083042000018 ***/
75857
75858     Signed-off-by: Ben Warren <bwarren@qstreams.com>
75859
75860     Overview:
75861
75862     1. Include new 'i2c' command (based on USB implementation) using
75863     CONFIG_I2C_CMD_TREE.
75864
75865     2. Allow multiple buses by defining CONFIG_I2C_MULTI_BUS.  Note that
75866     the commands to change bus number and speed are only available under the
75867     new 'i2c' command mentioned in the first bullet.
75868
75869     3. The option CFG_I2C_NOPROBES has been expanded to work in multi-bus
75870     systems.  When CONFIG_I2C_MULTI_BUS is used, this option takes the form
75871     of an array of bus-device pairs.  Otherwise, it is an array of uchar.
75872
75873     CHANGELOG:
75874             Added new 'i2c' master command for all I2C interaction.  This is
75875     conditionally compiled with CONFIG_I2C_CMD_TREE.  New commands added for
75876     setting I2C bus speed as well as changing the active bus if the board
75877     has more than one (conditionally compiled with
75878     CONFIG_I2C_MULTI_BUS).  Updated NOPROBE logic to handle multiple buses.
75879     Updated README.
75880
75881     regards,
75882     Ben
75883
75884 commit bed85caf872714ebf53013967a695c9d63acfc68
75885 Author: Timur Tabi <timur@freescale.com>
75886 Date:   Tue Oct 31 18:13:36 2006 -0600
75887
75888     mpc83xx: Add support for Errata DDR6 on MPC 834x systems
75889
75890     CHANGELOG:
75891
75892     * Errata DDR6, which affects all current MPC 834x processors, lists changes
75893       required to maintain compatibility with various types of DDR memory.  This
75894       patch implements those changes.
75895
75896     Signed-off-by: Timur Tabi <timur@freescale.com>
75897
75898 commit afd6e470f639883002c7c59d562690a5cb0f4865
75899 Author: Timur Tabi <timur@freescale.com>
75900 Date:   Wed Oct 25 18:45:23 2006 -0500
75901
75902     mpc83xx: fix TQM build by defining a CFG_FLASH_SIZE for it
75903
75904 commit 31068b7c4abeefcb2c8fd4fbeccc8ec6c6d0475a
75905 Author: Timur Tabi <timur@freescale.com>
75906 Date:   Tue Aug 22 17:07:00 2006 -0500
75907
75908     mpc83xx: Add support for variable flash memory sizes on 83xx systems
75909
75910     CHANGELOG:
75911
75912     * On 83xx systems, use the CFG_FLASH_SIZE macro to program the LBC local access
75913        window registers, instead of using a hard-coded value of 8MB.
75914
75915     Signed-off-by: Timur Tabi <timur@freescale.com>
75916
75917 commit 2fc34ae66e73fa7841d1a006dc1b5dcbc1f78965
75918 Author: Tanya Jiang <tanya.jiang@freescale.com>
75919 Date:   Thu Aug 3 18:38:13 2006 +0800
75920
75921     mpc83xx: Unified TQM834x variable names with 83xx and consolidated macros
75922
75923     Unified TQM834x variable names with 83xx and consolidated macro
75924     in preparation for the 8360 and other upcoming 83xx devices.
75925
75926     Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
75927
75928 commit f6eda7f80ccc13d658020268c507d7173cf2e8aa
75929 Author: Dave Liu <daveliu@freescale.com>
75930 Date:   Wed Oct 25 14:41:21 2006 -0500
75931
75932     mpc83xx: Changed to unified mpx83xx names and added common 83xx changes
75933
75934     Incorporated the common unified variable names and the changes in preparation
75935     for releasing mpc8360 patches.
75936
75937     Signed-off-by: Dave Liu <daveliu@freescale.com>
75938
75939 commit 3894c46c27c64891f93ac04edde86a9fa9758d92
75940 Author: Tanya Jiang <tanya.jiang@freescale.com>
75941 Date:   Thu Aug 3 18:36:02 2006 +0800
75942
75943     mpc83xx: Fix missing build for mpc8349emds pci.c
75944
75945     Make pci build for mpc8349emds
75946
75947     Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
75948
75949 commit 09a81ff740b29deea1e2ab08a3c2ac136c2e6219
75950 Author: Tanya Jiang <tanya.jiang@freescale.com>
75951 Date:   Thu Aug 3 18:39:49 2006 +0800
75952
75953     mpc83xx: Removed unused file resetvec.S for mpc83xx cpu
75954
75955     Removed unused file resetvec.S for mpc83xx cpu
75956
75957     Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
75958
75959 commit 04f899fc465c3e44f2b55ecc70618f5696fc0ddf
75960 Author: Nick Spence <Nick.Spence@freescale.com>
75961 Date:   Sat Sep 30 00:32:59 2006 -0700
75962
75963     NAND Flash verify across block boundaries
75964
75965     This patch addresses a problem when CONFIG_MTD_NAND_VERIFY_WRITE is
75966     defined
75967     and the write crosses a block boundary. The pointer to the verification
75968     buffer (bufstart) is not being updated to reflect the starting of the
75969     new
75970     block so the verification of the second block fails.
75971
75972     CHANGELOG:
75973
75974     * Fix NAND FLASH page verification across block boundaries
75975
75976 commit f484dc791a3932537213c43c654cc1295c64b84c
75977 Author: Nick Spence <nick.spence@freescale.com>
75978 Date:   Thu Sep 7 07:39:46 2006 -0700
75979
75980     Added RGMII support to the TSECs and Marvell 881111 Phy
75981
75982     Added a phy initialization to adjust the RGMII RX and TX timing
75983     Always set the R100 bit in 100 BaseT mode regardless of the TSEC mode
75984
75985     Signed-off-by: Nick Spence <nick.spence@freescale.com>
75986
75987 commit 4831c8b8a97799da77923d6bbb4c260c0d45521c
75988 Author: roy zang <tie-fei.zang@freescale.com>
75989 Date:   Fri Nov 3 13:10:00 2006 +0800
75990
75991     Remove some unused CFG define.
75992     undef CFG_DRAM_TEST
75993
75994 commit 99c09c4dec34f77c243bf51bea532e3f339410ad
75995 Author: roy zang <tie-fei.zang@freescale.com>
75996 Date:   Fri Nov 3 13:07:36 2006 +0800
75997
75998     Change the TEXT_BASE from 0xFFF00000 to 0xFF000000.
75999     Both work. 0xFF000000 seems more reasonable.
76000
76001 commit c59200443072353044aa4bf737a5a60f9a9af231
76002 Author: Wolfgang Denk <wd@pollux.denx.de>
76003 Date:   Thu Nov 2 15:15:01 2006 +0100
76004
76005     Release U-Boot 1.1.6
76006
76007 commit c1fbe4103a0d6c8957f912af902d705ba67836f2
76008 Author: roy zang <tie-fei.zang@freescale.com>
76009 Date:   Thu Nov 2 19:14:48 2006 +0800
76010
76011     This patch comes from Yuli's posted patch on 8/8/2006
76012     titled "CFI Driver Little-Endian write Issue".
76013
76014     http://sourceforge.net/mailarchive/message.php?msg_id=36311999
76015
76016     If that patch applied, please discard this one.
76017     Until now , I do not see his patch is applied. So please apply this one.
76018
76019     Signed-off-by: Yuli Barcohen <yuli@arabellasw.com>
76020     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
76021
76022 commit b825f158e449e1e9cf74c08e572955e122394c96
76023 Author: roy zang <tie-fei.zang@freescale.com>
76024 Date:   Thu Nov 2 19:12:31 2006 +0800
76025
76026     Tsi108 on chip i2c support.
76027
76028     The i2c  Interface provides a master-only, serial interface that can be
76029     used for initializing Tsi108/Tsi109 registers from an EEPROM after a
76030     device reset.
76031
76032     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
76033     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
76034
76035 commit 9226e7d6f09b9a1ac074cd918c81225a4689bba8
76036 Author: roy zang <tie-fei.zang@freescale.com>
76037 Date:   Thu Nov 2 19:11:06 2006 +0800
76038
76039     Tsi108 on chip pci controller support.
76040
76041     If there is no pci card, the tsi108/109 pci configure read will
76042     cause a machine check exception to the processor. PCI error should
76043     also be cleared after the read.
76044
76045     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
76046     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
76047
76048 commit d1927cee977126e547ceeba23e4f978f377cfb8f
76049 Author: roy zang <tie-fei.zang@freescale.com>
76050 Date:   Thu Nov 2 19:08:55 2006 +0800
76051
76052     Tundra tsi108 on chip Ethernet controller support.
76053
76054     The following is a brief description of the Ethernet controller:
76055     The Tsi108/9 Ethernet Controller connects Switch Fabric to two independent
76056     Gigabit Ethernet ports,E0 and E1.  It uses a single Management interface
76057     to manage the two physical connection devices (PHYs).  Each Ethernet port
76058     has its own statistics monitor that tracks and reports key interface
76059     statistics.  Each port supports a 256-entry hash table for address
76060     filtering.  In addition, each port is bridged to the Switch Fabric
76061     through a 2-Kbyte transmit FIFO and a 4-Kbyte Receive FIFO.
76062
76063     Each Ethernet port also has a pair of internal Ethernet DMA channels to
76064     support the transmit and receive data flows.  The Ethernet DMA channels
76065     use descriptors set up in memory, the memory map of the device, and
76066     access via the Switch Fabric.  The Ethernet Controller?s DMA arbiter
76067     handles arbitration for the Switch Fabric.  The Controller also
76068     has a register businterface for register accesses and status monitor
76069     control.
76070
76071     The PMD (Physical Media Device) interface operates in MII, GMII, or TBI
76072     modes.  The MII mode is used for connecting with 10 or 100 Mbit/s PMDs.
76073     The GMII and TBI modes are used to connect with Gigabit PMDs.  Internal
76074     data flows to and from the Ethernet Controller through the Switch Fabric.
76075
76076     Each Ethernet port uses its transmit and receive DMA channels to manage
76077     data flows through buffer descriptors that are predefined by the
76078     system (the descriptors can exist anywhere in the system memory map).
76079     These descriptors are data structures that point to buffers filled
76080     with data ready to transmit over Ethernet, or they point to empty
76081     buffers ready to receive data from Ethernet.
76082
76083     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
76084     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
76085
76086 commit 78aa0c3427f3ecdeb34aabfbbe2dd23b6ad8f40e
76087 Author: roy zang <tie-fei.zang@freescale.com>
76088 Date:   Thu Nov 2 19:01:33 2006 +0800
76089
76090     Tundra tsi108 header file.
76091
76092     The Tundra Semiconductor Corporation (Tundra) Tsi108 is a host bridge for
76093     PowerPC processors that offers numerous system interconnect options for
76094     embedded application designers. The Tsi108 can interconnect 60x or
76095     MPX processors to PCI/X peripherals, DDR2-400 memory, Gigabit Ethernet,
76096     and Flash. Provided the macro define for tsi108 chip.
76097
76098     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
76099     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
76100
76101 commit 87c4db09699c6b89176b31004afcb83eb1585d47
76102 Author: roy zang <tie-fei.zang@freescale.com>
76103 Date:   Thu Nov 2 18:59:15 2006 +0800
76104
76105     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
76106     mpc7448hpc2 board support high level code:tsi108 init + mpc7448hpc2.
76107
76108     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
76109     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
76110
76111 commit 27801b8ab11c61b577e45742a515bb3b23b80241
76112 Author: roy zang <tie-fei.zang@freescale.com>
76113 Date:   Thu Nov 2 18:57:21 2006 +0800
76114
76115     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
76116     Make ,config.mk and link file for the mpc7448hpc2 board.
76117
76118     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
76119     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
76120
76121 commit c6411c0c3bbc79f9ba8aef58296a42d8f9d8a0a6
76122 Author: roy zang <tie-fei.zang@freescale.com>
76123 Date:   Thu Nov 2 18:55:04 2006 +0800
76124
76125     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
76126     The mpc7448hpc2 board support header file.
76127
76128     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
76129     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
76130
76131 commit 625bb5ddb50b243f931262ca8c46956409471917
76132 Author: roy zang <tie-fei.zang@freescale.com>
76133 Date:   Thu Nov 2 18:52:21 2006 +0800
76134
76135     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
76136     The mpc7448hpc2 board support low level assemble language init code.
76137
76138     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
76139     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
76140
76141 commit 4c52783b3d024e153c4972b97332e314bc3bdc46
76142 Author: roy zang <tie-fei.zang@freescale.com>
76143 Date:   Thu Nov 2 18:49:51 2006 +0800
76144
76145     General code modification for mpc7448hpc2 board support.
76146     1. Add 7447A and 7448 processor support.
76147     2. Add the following flags.
76148
76149     CFG_CONFIG_BUS_CLK : If the 74xx bus frequency can be configured dynamically
76150     (such as by switch on board), this flag should be set.
76151
76152     CFG_EXCEPTION_AFTER_RELOCATE: If an exception occurs after the u-boot
76153     relocates to RAM, this flag should be set.
76154
76155     CFG_SERIAL_HANG_IN_EXCEPTION: If the print out function will cause the
76156     system hang in exception, this flag should be set.
76157
76158     There is a design issue for tsi108/109 pci configure  read. When pci scan
76159     the slots, if there is no pci card, the tsi108/9 will cause a machine
76160     check exception for mpc7448 processor.
76161
76162     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
76163     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
76164
76165 commit 69366bf42f22d67efce8da3f8c40a43d4a3c2695
76166 Author: roy zang <tie-fei.zang@freescale.com>
76167 Date:   Thu Nov 2 18:34:47 2006 +0800
76168
76169     Add README file for mpc7448hpc2 board.
76170     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
76171
76172 commit 25721b5cec2be4bce79cfade17ec8f6aa1e67526
76173 Author: Bartlomiej Sieka <tur@semihalf.com>
76174 Date:   Wed Nov 1 02:04:38 2006 +0100
76175
76176     Finish up support for MarelV38B board
76177      - add watchdog support
76178      - enable GPIO_WKUP_7 pin for input
76179      - code cleanup
76180
76181 commit ffa150bc90c943ca265170bd1be3f293674dd5c7
76182 Author: Bartlomiej Sieka <tur@semihalf.com>
76183 Date:   Wed Nov 1 01:45:46 2006 +0100
76184
76185     - Fix issues related to the use of ELDK 4 when compiling for MarelV38B:
76186           * remove warnings when compiling ethaddr.c
76187           * adjust linker script (fixes a crash resulting from incorrect
76188           definition of __u_boot_cmd_start)
76189     - Some MarelV38B code cleanup.
76190
76191 commit dae80f3caf9754a6dd3ddf3cf903d0c46cbd4385
76192 Author: Bartlomiej Sieka <tur@semihalf.com>
76193 Date:   Wed Nov 1 01:38:16 2006 +0100
76194
76195     - Add MPC5XXX register definition MPC5XXX_WU_GPIO_DATA_I and change the
76196       MPC5XXX_WU_GPIO_DATA macro to MPC5XXX_WU_GPIO_DATA_O (per MPC5200 User's
76197       Manual). Replace the uses of MPC5XXX_WU_GPIO_DATA with
76198       MPC5XXX_WU_GPIO_DATA_O for affected boards.
76199
76200     - Add defintions for some MPC5XXX GPIO pins.
76201
76202 commit 82d9c9ec29a1bec1b03ba616425ebaed231072c8
76203 Author: Bartlomiej Sieka <tur@semihalf.com>
76204 Date:   Wed Nov 1 01:34:29 2006 +0100
76205
76206     Changed MarelV38B board make target to lowercase. Config file cleanup.
76207
76208 commit 1954be6e9c9421b45d0a9d05b10356acc7563150
76209 Author: Wolfgang Denk <wd@pollux.denx.de>
76210 Date:   Sun Oct 29 01:03:51 2006 +0200
76211
76212     Automatically adjust ARFLAGS so "make -s" is really silent.
76213
76214 commit fae684e89844856383bdf101440889557df3e6b1
76215 Author: Stefan Roese <sr@denx.de>
76216 Date:   Sat Oct 28 16:45:00 2006 +0200
76217
76218     [PATCH] omap925.c: Remove unused functions
76219
76220     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
76221     Signed-off-by: Stefan Roese <sr@denx.de>
76222
76223 commit 1265581502ab8ea8c08e8edbe9bf64fbd62fd776
76224 Author: Stefan Roese <sr@denx.de>
76225 Date:   Sat Oct 28 17:12:58 2006 +0200
76226
76227     [PATCH] Add some missing machtypes for netstar & voiceblue boards
76228
76229     Use MACH_TYPE_NETSTAR and MACH_TYPE_VOICEBLUE defines instead of
76230     numbers in code.
76231
76232     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
76233     Signed-off-by: Stefan Roese <sr@denx.de>
76234
76235 commit 856f054410cef52d868feb330168b2a4c4091328
76236 Author: Stefan Roese <sr@denx.de>
76237 Date:   Sat Oct 28 15:55:52 2006 +0200
76238
76239     [PATCH] NAND: Partition name support added to NAND subsystem
76240
76241     chpart, nboot and NAND subsystem related commands now accept also partition
76242     name to specify offset.
76243
76244     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
76245     Signed-off-by: Stefan Roese <sr@denx.de>
76246
76247 commit 07a69a18c2ecfda904231fdf23e2523ea7792eb6
76248 Author: Wolfgang Denk <wd@pollux.denx.de>
76249 Date:   Sat Oct 28 02:29:44 2006 +0200
76250
76251     Update CHANGELOG.
76252
76253 commit 2751a95abd1b96911081c357e96a12fa97b40dee
76254 Author: Wolfgang Denk <wd@pollux.denx.de>
76255 Date:   Sat Oct 28 02:29:14 2006 +0200
76256
76257     Enable commandline editing and hush shell on all TQM boards.
76258
76259 commit 8078f1a5f63a739b8533478f6c2b62fb1e2f79d7
76260 Author: Wolfgang Denk <wd@pollux.denx.de>
76261 Date:   Sat Oct 28 02:28:02 2006 +0200
76262
76263     README says CFG_AUTO_COMPLETE, but ocde uses CONFIG_AUTO_COMPLETE
76264
76265 commit 471a7be7a042e95e440f5de969c9765214ae8d6e
76266 Author: Wolfgang Denk <wd@denx.de>
76267 Date:   Sat Oct 28 01:14:32 2006 +0200
76268
76269     Check for illegal character '=' in environment variable names.
76270
76271     Make sure the string passed as variable name does not contain a '='
76272     character. This not only prevents the common error or typing
76273     "setenv foo=bar" instead of "setenv foo bar", but (more importantly)
76274     also closes a backdoor which allowed to delete write-protected
76275     environment variables, for example by using "setenv ethaddr=".
76276
76277 commit 19973b6ad9863a56f5c5fbcfd90e20ab2490a2c2
76278 Author: Wolfgang Denk <wd@pollux.denx.de>
76279 Date:   Sat Oct 28 00:38:39 2006 +0200
76280
76281     Minor code cleanup.
76282
76283 commit e11887a77d81077416a2d1c5e0354916fee8c034
76284 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
76285 Date:   Thu Oct 26 17:55:31 2006 +0200
76286
76287     Don't pass any debug options directly to the assembler
76288
76289     When passing the -g option to gcc, gcc automatically selects a
76290     suitable --g<format> option to pass on to the assembler.
76291     Thus, there's no point in forcing a specific debug option on the
76292     assembler using the -Wa mechanism.
76293
76294     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
76295
76296 commit ea08ff6e14f9ebb8c07cfa79c51ef540eb087393
76297 Author: Jon Loeliger <jdl@freescale.com>
76298 Date:   Fri Oct 27 07:47:22 2006 -0500
76299
76300     MPC86xx: Cleaned up unused and conditionally used local variables.
76301
76302     Signed-off-by: Jon Loeliger <jdl@freescale.com>
76303
76304 commit d38936cdae46bfd2623ff83f6ce9b616d36ab0f9
76305 Author: Wolfgang Denk <wd@pollux.denx.de>
76306 Date:   Fri Oct 27 11:55:21 2006 +0200
76307
76308     Fix "ar" flags in some Makefiles to allow for silent "make -s"
76309
76310 commit 4653f91c13ed51c21cc4c3855745d69a3fb1817f
76311 Author: Ben Warren <bwarren@qstreams.com>
76312 Date:   Thu Oct 26 14:38:25 2006 -0400
76313
76314     Fix TSEC driver (now for real): avoid crashes if PHY is not attached
76315     to a TSEC (e.g. a switch is connected via RMII) or
76316     if the PHY is defective/incorrectly configured.
76317
76318     Signed-off-by: Ben Warren <bwarren@qstreams.com>
76319
76320 commit b985b5d6e4fb88f508f7aa0f126c2e27ada2b999
76321 Author: Ben Warren <bwarren@qstreams.com>
76322 Date:   Thu Oct 26 14:38:25 2006 -0400
76323
76324     Fix TSEC driver: avoid crashes if PHY is not attached
76325     to a TSEC (e.g. a switch is connected via RMII) or
76326     if the PHY is defective/incorrectly configured.
76327
76328     Signed-off-by: Ben Warren <bwarren@qstreams.com>
76329
76330 commit 2b2a40bebbf1822506e80e631d7253e60f0e0fe6
76331 Author: Wolfgang Denk <wd@pollux.denx.de>
76332 Date:   Thu Oct 26 16:24:31 2006 +0200
76333
76334     Code cleanup.
76335
76336 commit 5e3b0bc19f07ed277d85324ad0427642c8981baf
76337 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
76338 Date:   Wed Oct 25 15:48:59 2006 +0200
76339
76340     Finish up support for the ATSTK1000/ATSTK1002 boards
76341
76342     Add atstk1002_config target to Makefile and move the AVR32 section
76343     down below Blackfin so that it doesn't end up in the middle of
76344     MIPS.
76345
76346     Drop the autogenerated linker script thing for now. Will have to
76347     revisit how to handle chips with different flash and RAM layout
76348     later.
76349
76350     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
76351
76352 commit c76f951a747cfb87ba826ef45b5aea82d5b5dbb4
76353 Author: Kumar Gala <galak@kernel.crashing.org>
76354 Date:   Tue Oct 24 23:47:37 2006 -0500
76355
76356     Added support for Multi-Image files that contain a device tree
76357
76358     If a Multi-Image file contains a third image we try to use it as a
76359     device tree.  The device tree image is assumed to be uncompressed in the
76360     image file.  We automatically allocate space for the device tree in memory
76361     and provide an 8k pad to allow more than a reasonable amount of growth.
76362
76363     Additionally, a device tree that was contained in flash will now automatically
76364     get copied to system memory as part of boot.  Previously an error was
76365     reported if one tried to boot a device tree that was in flash.
76366
76367     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
76368
76369 commit 7c52c4b943ff52bbe8796a7e2d3e476ceaf3f512
76370 Author: Wolfgang Denk <wd@denx.de>
76371 Date:   Tue Oct 24 21:35:55 2006 +0200
76372
76373     Switch to automatically generated CHANGELOG file.
76374     (use "make CHANGELOG" to update it from time to time)
76375
76376 commit 7ade0c634a979c32fa91a74e8f5775f24651fbe6
76377 Author: Stefan Roese <sr@denx.de>
76378 Date:   Tue Oct 24 18:06:48 2006 +0200
76379
76380     Fix bug in PPC440 NAND driver cpu/ppc4xx/ndfc.c
76381     Patch by Stefan Roese, 24 Oct 2006
76382
76383 commit 8ae3b713b2286e0c3213b7802062e4c1599010de
76384 Author: Wolfgang Denk <wd@pollux.denx.de>
76385 Date:   Tue Oct 24 17:24:55 2006 +0200
76386
76387     Merge with /home/wd/git/u-boot/master
76388
76389 commit 47a6989c10685d2ab3efcf95228ce50d2a496d3e
76390 Author: Wolfgang Denk <wd@pollux.denx.de>
76391 Date:   Tue Oct 24 15:32:57 2006 +0200
76392
76393     Code cleanup
76394
76395 commit 3a78e3e75b633ecb6413114ffd11e2f000c4f11e
76396 Author: Wolfgang Denk <wd@pollux.denx.de>
76397 Date:   Tue Oct 24 14:51:36 2006 +0200
76398
76399     Move atstk1000 files into vendor specific directory.
76400     Patch by Haavard Skinnemoen, 12 Sep 2006
76401
76402 commit 6ccec4492e77428fd6eafd3dfe94fbdf08e91d37
76403 Author: Wolfgang Denk <wd@pollux.denx.de>
76404 Date:   Tue Oct 24 14:42:37 2006 +0200
76405
76406     Add ATSTK1000 and ATSTK1002 board support
76407     Patch by Haavard Skinnemoen, 06 Sep 2006
76408
76409     This patch adds support for the ATSTK1000 with the ATSTK1002 CPU
76410     daughterboard.
76411
76412     ATSTK1000 is a full-featured development board for AT32AP CPUs. It
76413     has two ethernet ports, a high quality QVGA LCD panel, a loudspeaker,
76414     and connectors for USART, PS/2, VGA, USB, MMC/SD cards and
76415     CompactFlash cards. For more information, please see this page:
76416
76417     http://www.atmel.com/dyn/products/tools.asp?family_id=682
76418
76419     The ATSTK1002 is a daughterboard for the ATSTK1000 supporting the
76420     AT32AP7000 chip.
76421
76422     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
76423
76424 commit f93ae788c3640fcde5db383471d45548ff4060d0
76425 Author: Wolfgang Denk <wd@pollux.denx.de>
76426 Date:   Tue Oct 24 14:31:24 2006 +0200
76427
76428     Add common serial driver for Atmel AT32 and AT91 chips
76429     Patch by Haavard Skinnemoen, 06 Sep 2006
76430
76431     This is a first attempt at creating a common serial driver for Atmel
76432     chips. For now, it supports the AT32AP7000 AVR32 chip, but it should
76433     be possible to support AT91RM9200 and other ARM-based chips with some
76434     minor modifications.
76435
76436     There's nothing fundamentally AVR32-specific in this driver, but it
76437     does use some features which are currently only defined for the
76438     AT32AP CPU port:
76439       * pm_get_clock_freq: Obtain the clock frequency of a given domain
76440       * gd->console_uart: A "struct device" containing information about
76441         register mappings, gpio resources and clocks associated with the
76442         UART device.
76443
76444     For more information about these features, please see the "AT32AP
76445     CPU" patch.
76446
76447 commit 72a087e04705c26cad982879ebd06b5281bf825a
76448 Author: Wolfgang Denk <wd@pollux.denx.de>
76449 Date:   Tue Oct 24 14:27:35 2006 +0200
76450
76451     Add AT32AP CPU and AT32AP7000 SoC support
76452     Patch by Haavard Skinnemoen, 06 Sep 2006
76453
76454     This patch adds support for the AT32AP CPU family and the AT32AP7000
76455     chip, which is the first chip implementing the AVR32 architecture.
76456
76457     The AT32AP CPU core is a high-performance implementation featuring a
76458     7-stage pipeline, separate instruction- and data caches, and a MMU.
76459     For more information, please see the "AVR32 AP Technical Reference":
76460
76461     http://www.atmel.com/dyn/resources/prod_documents/doc32001.pdf
76462
76463     In addition to this, the AT32AP7000 chip comes with a large set of
76464     integrated peripherals, many of which are shared with the AT91 series
76465     of ARM-based microcontrollers from Atmel. Full data sheet is
76466     available here:
76467
76468     http://www.atmel.com/dyn/resources/prod_documents/doc32003.pdf
76469
76470     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
76471
76472 commit 7b64fef33c66be648826c0ff9758298ef13d0604
76473 Author: Wolfgang Denk <wd@pollux.denx.de>
76474 Date:   Tue Oct 24 14:21:16 2006 +0200
76475
76476     Add AVR32 architecture support
76477     Patch by Haavard Skinnemoen, 6 Sep 2006 16:23:02 +0200
76478
76479     This patch adds common infrastructure code for the Atmel AVR32
76480     architecture. See doc/README.AVR32 for details.
76481
76482     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
76483
76484 commit 2da2d9a4766063b9848f3a35ad6025499cf87265
76485 Author: Wolfgang Denk <wd@pollux.denx.de>
76486 Date:   Tue Oct 24 13:57:33 2006 +0200
76487
76488     Use -g instead of -gstabs in AFLAGS_DEBUG
76489     Patch by Haavard Skinnemoen, 30 Aug 2006
76490
76491     In config.mk, -Wa,-gstabs is unconditionally appended to AFLAGS no
76492     matter what the target's preferred debugging format is. This patch
76493     simply replaces -gstabs with -g, so that the default debugging format
76494     for the architecture is used.
76495
76496 commit 965829872169c2996023840d98e1d85ad148d629
76497 Author: Wolfgang Denk <wd@pollux.denx.de>
76498 Date:   Tue Oct 24 13:55:18 2006 +0200
76499
76500     Fix/workaround broken dependency handling with make 3.81
76501     Based on patch by Haavard Skinnemoen, 29 Aug 2006 11:20:39 +0200
76502
76503 commit 8318fbf8cc30418b621ea9f39b84b4c1a08f003a
76504 Author: Marian Balakowicz <m8@semihalf.com>
76505 Date:   Mon Oct 23 22:17:05 2006 +0200
76506
76507     Fix sequoia separate object direcory building problems.
76508
76509 commit 3dfa9cfdcee78b30da3432318b32821ffabe974b
76510 Author: Jon Loeliger <jdl@freescale.com>
76511 Date:   Fri Oct 20 17:16:35 2006 -0500
76512
76513     Use generic I2C register block on 85xx and 86xx.
76514
76515     Replace private IMMAP I2C structures with generic reg block
76516     and allow 86xx to have multiple I2C device busses.
76517
76518     Signed-off-by: Jon Loeliger <jdl@freescale.com>
76519
76520 commit f5012827df11ca0c9be1df5f8b153e188dc2fa7c
76521 Author: Jon Loeliger <jdl@freescale.com>
76522 Date:   Fri Oct 20 15:54:34 2006 -0500
76523
76524     Fix compilation warnings on a few 85xx boards.
76525
76526     Signed-off-by: Jon Loeliger <jdl@freescale.com>
76527
76528 commit 2047672684cf85cb6f96a1fbc993180aaaf19a99
76529 Author: Jon Loeliger <jdl@freescale.com>
76530 Date:   Fri Oct 20 15:50:15 2006 -0500
76531
76532     Converted all 85xx boards to use a common FSL I2C driver.
76533     Introduced COFIG_FSL_I2C to select the common FSL I2C driver.
76534     And removed hard i2c path from a few u-boot.lds scipts too.
76535     Minor whitespace cleanups along the way.
76536
76537     Signed-off-by: Jon Loeliger <jdl@freescale.com>
76538
76539 commit 4d45f69e362b05892c9e92a7907e5820995612aa
76540 Author: Jon Loeliger <jdl@freescale.com>
76541 Date:   Thu Oct 19 12:02:24 2006 -0500
76542
76543     Rewrite a series of goto statements as a sequences of
76544     conditional expressions instead.
76545
76546     Use consistent return code 0/-1 for good/bad indicators.
76547
76548     Include one fewer file if the driver isn't used at all.
76549
76550     Signed-off-by: Jon Loeliger <jdl@freescale.com>
76551
76552 commit 7237c033b02fe295880435f1eb80819a0c987532
76553 Author: Jon Loeliger <jdl@freescale.com>
76554 Date:   Thu Oct 19 11:02:16 2006 -0500
76555
76556     Moved i2c driver out of cpu/mpc86xx/i2c.c into drivers/fsl_i2c.c
76557
76558     in an effort to begin to unify the umpteen FSL I2C drivers that
76559     are all otherwise very similar.
76560
76561     Signed-off-by: Jon Loeliger <jdl@freescale.com>
76562
76563 commit 13a7fcdf37f6ea9429ae04c9df67f893364cfe4b
76564 Author: Jon Loeliger <jdl@freescale.com>
76565 Date:   Thu Oct 19 11:33:52 2006 -0500
76566
76567     * Fix a bunch of compiler warnings for gcc 4.0
76568
76569     Signed-off-by: Matthew McClintock <msm@freescale.com>
76570
76571 commit af9e1f5b9e6f9ce810f5e8bf2961c9542a5865c2
76572 Author: Stefan Roese <sr@denx.de>
76573 Date:   Tue Oct 17 06:14:31 2006 +0200
76574
76575     Add monitor functions for indirect access to PPC440 DCR's
76576     Patch by Leonid Baryudin, 12 Oct 2006
76577
76578 commit 5f3249a0a168e446a4cc9669b2bce0bc456f0a09
76579 Author: Jon Loeliger <jdl@freescale.com>
76580 Date:   Fri Oct 13 16:47:53 2006 -0500
76581
76582     Fixed leading whitespace issues.
76583     Removed spurious LAWAR thing.
76584
76585     Signed-off-by: Jon Loeliger <jdl@freescale.com>
76586
76587 commit 0ee90cb77e01d6e8ccd37e1bd96678597875c391
76588 Author: Jon Loeliger <jdl@freescale.com>
76589 Date:   Thu Oct 12 10:42:36 2006 -0500
76590
76591     Remove unneeded include files and local variable.
76592
76593     Signed-off-by: Jon Loeliger <jdl@freescale.com>
76594
76595 commit 1eaf3a5ff4960a46f3a9063568ba2af7883f07c5
76596 Author: Grant Likely <grant.likely@secretlab.ca>
76597 Date:   Tue Oct 10 00:23:32 2006 -0600
76598
76599     Fix possible uninitialized variable compiler warning.
76600
76601     When CONFIG_OF_FLAG_TREE is set, the compiler complains that 'len' in
76602     do_bootm_linux() may be uninitialized.  There is no possibility in the
76603     current code that len will get used uninitialized, but this fix follows
76604     the existing convention of setting both len and data to zero at the same
76605     time.
76606
76607     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
76608
76609 commit 7376eb87aaa601f728f9b8e5e9cd2711a67f529e
76610 Author: Matthew McClintock <msm@freescale.com>
76611 Date:   Wed Oct 11 15:13:01 2006 -0500
76612
76613     * Fix a bunch of compiler warnings for gcc 4.0
76614
76615     Signed-off-by: Matthew McClintock <msm@freescale.com>
76616
76617 commit bf651baa365e5447246aad6a633ccd667cf24a39
76618 Author: Jon Loeliger <jdl@freescale.com>
76619 Date:   Wed Oct 11 10:10:43 2006 -0500
76620
76621     Move "ar" flags to config.mk to allow for silent "make -s"
76622
76623 commit 1fd5699a4a24f5c1dab1b32f480bace1ebb9fc3e
76624 Author: Jon Loeliger <jdl@freescale.com>
76625 Date:   Tue Oct 10 17:19:03 2006 -0500
76626
76627     Coding style changes to remove local varible blocks
76628     and reformat a bit nicer.
76629
76630 commit 8b283dbb3a08d1b8d406bc15f119e081b3e2606a
76631 Author: Jon Loeliger <jdl@freescale.com>
76632 Date:   Tue Oct 10 17:16:04 2006 -0500
76633
76634     Fix whitespace issues.
76635
76636 commit 7b382b7125f2397cce63253df62f183e3dfa2770
76637 Author: Jon Loeliger <jdl@freescale.com>
76638 Date:   Tue Oct 10 17:14:45 2006 -0500
76639
76640     Fix whitespace issues.
76641
76642 commit e10390ddd736b0dad1528eec4b0fe35c0827139a
76643 Author: Jon Loeliger <jdl@freescale.com>
76644 Date:   Tue Oct 10 17:06:53 2006 -0500
76645
76646     Fix whitespace issues.
76647
76648 commit 89875e96ba3f023157bf50d5f8e33bf254964a76
76649 Author: Jon Loeliger <jdl@freescale.com>
76650 Date:   Tue Oct 10 17:03:43 2006 -0500
76651
76652     Ran lindent and cleaned up whitespace issues.
76653     Format for 80-columns too.
76654
76655 commit 333961ae7095fc66d8a041fce1ac9ee873b09d86
76656 Author: Jon Loeliger <jdl@freescale.com>
76657 Date:   Tue Oct 10 17:02:22 2006 -0500
76658
76659     Fix whitespace and 80-col issues.
76660
76661 commit 5c912cb1c31266c66ca59b36f9b6f87296421d75
76662 Author: Stefan Roese <sr@denx.de>
76663 Date:   Sat Oct 7 11:36:51 2006 +0200
76664
76665     CFG_NAND_QUIET_TEST added to not warn upon missing NAND device
76666     Patch by Stefan Roese, 07 Oct 2006
76667
76668 commit 5bc528fa4da751d472397b308137238a6465afd2
76669 Author: Stefan Roese <sr@denx.de>
76670 Date:   Sat Oct 7 11:35:25 2006 +0200
76671
76672     Update ALPR code (NAND support working now)
76673     Patch by Stefan Roese, 07 Oct 2006
76674
76675 commit 77d5034847d328753b80c46b83f960a14a26f40e
76676 Author: Stefan Roese <sr@denx.de>
76677 Date:   Sat Oct 7 11:33:03 2006 +0200
76678
76679     Remove compile warnings in fpga code
76680     Patch by Stefan Roese, 07 Oct 2006
76681
76682 commit f3443867e90d2979a7dd1c65b0d537777e1f9850
76683 Author: Stefan Roese <sr@denx.de>
76684 Date:   Sat Oct 7 11:30:52 2006 +0200
76685
76686     Add CONFIG_BOARD_RESET to configure board specific reset function
76687     Patch by Stefan Roese, 07 Oct 2006
76688
76689 commit f55df18187e7a45cb73fec4370d12135e6691ae1
76690 Author: John Traill <john.traill@freescale.com>
76691 Date:   Fri Sep 29 08:23:12 2006 +0100
76692
76693     Fix missing tCycle/modfreq calculation.
76694
76695     Signed-off-by: John Traill <john.traill@freescale.com>
76696
76697 commit 8272dc2f58f2473d8995fcc9b916440cfba080f0
76698 Author: Andy Fleming <afleming@freescale.com>
76699 Date:   Wed Sep 13 10:33:35 2006 -0500
76700
76701     Updated config headers to add default FDT-based booting
76702
76703 commit 09f3e09e9ebcfa7919ca8931a4b5504fadd1f1d3
76704 Author: Andy Fleming <afleming@freescale.com>
76705 Date:   Wed Sep 13 10:34:18 2006 -0500
76706
76707     Add support for eTSEC 3 & 4 on 8548 CDS
76708
76709     * Added support for using eTSEC 3 and eTSEC 4 on the 8548 CDS.
76710       This will only work on rev 1.3 boards (but doesn't break older boards)
76711     * Cleaned up some comments to reflect the expanded role of tsec
76712       in other systems
76713
76714 commit 084d648b109c8984f83674043c1a7fa3885ef801
76715 Author: Andy Fleming <afleming@freescale.com>
76716 Date:   Wed Sep 13 10:33:56 2006 -0500
76717
76718     Added code to support 2.6.18 PCI changes in u-boot
76719
76720     * Added code to swizzle the IRQ map for the PCI
76721
76722 commit afbdc649f8751e4f4f1a6f527edfe139773f2c15
76723 Author: Jon Loeliger <jdl@freescale.com>
76724 Date:   Tue Sep 19 09:34:10 2006 -0500
76725
76726     Modified makefile for new build mechanism.
76727
76728     Signed-off-by: Jon Loeliger <jdl@freescale.com>
76729
76730 commit d14ba6a798beb753e7a864500414fcc2d198b8bc
76731 Author: Jon Loeliger <jdl@freescale.com>
76732 Date:   Thu Sep 14 08:40:36 2006 -0500
76733
76734     Handle 86xx SVR values according to the new Reference Manual.
76735     Both 8641 and 8641D have SVR == 0x8090, and are distinguished
76736     by the byte in bits 16-23 instead.
76737     Thanks to Jason Jin for noticing.
76738
76739     Signed-off-by: Jon Loeliger <jdl@freescale.com>
76740
76741 commit 88c8f4921fc47fb0eb2384b16586f1bd7f275be7
76742 Author: Zhang Wei <wei.zhang@freescale.com>
76743 Date:   Mon Aug 28 14:25:31 2006 +0800
76744
76745     Fixed an OF-tree off-by-one bug when adding a new property name.
76746     This bug will cause the kernel booting to pause a long time.
76747
76748     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
76749     (cherry picked from 2f15776ccc6dc32377d8ba9652b8f58059c27c6d commit)
76750
76751 commit 9bff7a69a885adebbd2bd45990494ec4cf998a30
76752 Author: Jon Loeliger <jdl@freescale.com>
76753 Date:   Tue Aug 29 11:05:09 2006 -0500
76754
76755     Remove trailing empty lines.
76756
76757 commit cd6d73d5b895a5935ac4fde0a356288142a584e0
76758 Author: Jon Loeliger <jdl@freescale.com>
76759 Date:   Tue Aug 29 09:48:49 2006 -0500
76760
76761     Remove bogus msync and use volatile asm.
76762
76763 commit 778d45049ce5927b65b3ff1d8e6692b654bdd49e
76764 Author: Jon Loeliger <jdl@freescale.com>
76765 Date:   Tue Aug 29 08:17:14 2006 -0500
76766
76767     Add myself as maintainer for MPC8641HPCN.
76768
76769 commit 2f15776ccc6dc32377d8ba9652b8f58059c27c6d
76770 Author: Zhang Wei <wei.zhang@freescale.com>
76771 Date:   Mon Aug 28 14:25:31 2006 +0800
76772
76773     Fixed an OF-tree off-by-one bug when adding a new property name.
76774     This bug will cause the kernel booting to pause a long time.
76775
76776     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
76777
76778 commit 5567806b67d0ae83493aa8823ad3b6c914f581d7
76779 Author: Haiying Wang <haiying.wang@freescale.com>
76780 Date:   Fri Aug 25 14:38:34 2006 -0400
76781
76782     Change ramdiskaddr and dtbaddr
76783     Remove PEX fluff commands.
76784
76785     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
76786     Signed-off-by: Jon Loeliger <jdl@freescale.com>
76787
76788 commit b2b78421d9db49c21a821af8a19c21c1f7dfb29e
76789 Author: Matthew McClintock <msm@freescale.com>
76790 Date:   Wed Aug 23 13:32:45 2006 -0500
76791
76792     * Another small fix for booting with disable_of
76793
76794     Signed-off-by: Matthew McClintock <msm@freescale.com>
76795
76796 commit 4a7cc0f21918e6ecf07ed57075d67df2c4a1299c
76797 Author: Jon Loeliger <jdl@freescale.com>
76798 Date:   Wed Aug 23 11:04:43 2006 -0500
76799
76800     Cleanup and lindent new AHCI driver.
76801
76802 commit dabf9ef8c10b4dead5ef2106ef742b1c06b542de
76803 Author: Jin Zhengxiong <jason@bus.ap.freescale.net>
76804 Date:   Wed Aug 23 19:15:12 2006 +0800
76805
76806     Add AHCI define and sata support for MPC8641HPCN board.
76807
76808     Signed-off-by:Jason Jin<jason.jin@freescale.com>
76809
76810 commit 4782ac80b02f0d01afd309e2200dd3c7037f2ba4
76811 Author: Jin Zhengxiong <jason@bus.ap.freescale.net>
76812 Date:   Wed Aug 23 19:10:44 2006 +0800
76813
76814     Add AHCI support to u-boot
76815
76816     Add AHCI support in u-boot, enable the sata disk controllers which
76817     following the AHCI protocol.
76818
76819     Signed-off-by:Jason Jin<jason.jin@freescale.com>
76820
76821 commit d8ea2acf5f137cae99417df4f573d036ee384668
76822 Author: Zhang Wei <wei.zhang@freescale.com>
76823 Date:   Wed Aug 23 17:54:32 2006 +0800
76824
76825     Add dtb boot-up parameter to default boot commands.
76826
76827     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
76828
76829 commit b93775c2036b99baa390ea425c4771895bbc63c4
76830 Author: Jon Loeliger <jdl@freescale.com>
76831 Date:   Tue Aug 22 18:26:08 2006 -0500
76832
76833     Cleanup even more poorly introduced whitespace.
76834
76835 commit ae6241685cbcf0c79a3636530d2ceab1fb291a94
76836 Author: Jon Loeliger <jdl@freescale.com>
76837 Date:   Tue Aug 22 18:07:00 2006 -0500
76838
76839     Cleanup more poorly introduced whitespace.
76840
76841 commit 2c33e8a1c535b3ae91cf0b284480600bf3f57c57
76842 Author: Jon Loeliger <jdl@freescale.com>
76843 Date:   Tue Aug 22 17:54:05 2006 -0500
76844
76845     Cleanup poorly introduced whitespace.
76846
76847 commit 80e955c7dd98f4b4fd23c2113caf75ed2b77b5b3
76848 Author: Jon Loeliger <jdl@freescale.com>
76849 Date:   Tue Aug 22 12:25:27 2006 -0500
76850
76851     General indent and whitespace cleanups.
76852
76853 commit ffff3ae56f5842ca3679e4ce7922b819a87aad9f
76854 Author: Jon Loeliger <jdl@freescale.com>
76855 Date:   Tue Aug 22 12:06:18 2006 -0500
76856
76857     General indent and whitespace cleanups.
76858
76859 commit 41a0e8b304d3ff55fe27a230507aac79684016ac
76860 Author: Jon Loeliger <jdl@freescale.com>
76861 Date:   Tue Aug 22 10:42:21 2006 -0500
76862
76863     Cleanup compiler warnings.
76864
76865 commit 5de62c47a8628b3da4d73f7c07027f32a3342d40
76866 Author: Matthew McClintock <msm@freescale.com>
76867 Date:   Tue Aug 22 09:31:59 2006 -0500
76868
76869     Fix disable_of booting
76870
76871     Signed-off-by: Matthew McClintock <msm@freescale.com>
76872
76873 commit 87a449c8ac396420cb24260f717ea9e6faa82047
76874 Author: Matthew McClintock <msm@freescale.com>
76875 Date:   Tue Aug 22 09:23:55 2006 -0500
76876
76877     Support for FDT in uImage format, error when using FDT from flash
76878
76879     Signed-off-by: Matthew McClintock <msm@freescale.com>
76880
76881 commit 75c299c38369d01addd5e054b8a16217b70f4a86
76882 Author: Haiying Wang <haiying.wang@freescale.com>
76883 Date:   Tue Aug 15 15:12:55 2006 -0400
76884
76885     Unlock cache before kernel starts up for MPC86xx
76886
76887 commit 67256678f00c09b0a7f19e862e5c1847553d31bc
76888 Author: Haiying Wang <haiying.wang@freescale.com>
76889 Date:   Tue Aug 15 15:13:15 2006 -0400
76890
76891     Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTR
76892
76893 commit 1c8f6d8fb028f156094d05f2d14298e6479364ac
76894 Author: Haiying Wang <haiying.wang@freescale.com>
76895 Date:   Tue Aug 15 15:12:55 2006 -0400
76896
76897     Unlock cache before kernel starts up for MPC86xx
76898
76899 commit 0d9ccc55edf9a7f3c5b2b6263580a6ea8d702a04
76900 Author: Haiying Wang <haiying.wang@freescale.com>
76901 Date:   Tue Aug 15 15:13:15 2006 -0400
76902
76903     Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTR
76904
76905 commit 86c8e17f25e972a7e272950a0735fad84e082b88
76906 Author: Matthew McClintock <msm@freescale.com>
76907 Date:   Wed Aug 16 13:59:47 2006 -0500
76908
76909     * Fix disable_of booting
76910
76911     Signed-off-by: Matthew McClintock <msm@freescale.com>
76912
76913 commit 25c751e9adc86e22fe3b5b47cf2806379b575db7
76914 Author: Matthew McClintock <msm@freescale.com>
76915 Date:   Wed Aug 16 10:54:09 2006 -0500
76916
76917     * Support for FDT in uImage format, error when using FDT from flash
76918
76919     Signed-off-by: Matthew McClintock <msm@freescale.com>
76920
76921 commit 899620c2d66d4eef3b2a0034d062e71d45d886c9
76922 Author: Stefan Roese <sr@denx.de>
76923 Date:   Tue Aug 15 14:22:35 2006 +0200
76924
76925     Add initial support for the ALPR board from Prodrive
76926     NAND needs some additional testing
76927     Patch by Heiko Schocher, 15 Aug 2006
76928
76929 commit f0ff4692ff3372dec55074a8eb444943ab095abb
76930 Author: Stefan Roese <sr@denx.de>
76931 Date:   Tue Aug 15 14:15:51 2006 +0200
76932
76933     Add FPGA Altera Cyclone 2 support
76934     Patch by Heiko Schocher, 15 Aug 2006
76935
76936 commit fecf1c7e4de1b2779edc18742b91c22bdc32b68b
76937 Author: Jon Loeliger <jdl@freescale.com>
76938 Date:   Mon Aug 14 15:33:38 2006 -0500
76939
76940     Fix BAT0 to actually be cacheable, non-guarded as documented.
76941
76942     Signed-off-by: Jon Loeliger <jdl@freescale.com>
76943
76944 commit 40bc83559db5745681909fd7382ae509567e116d
76945 Author: Jon Loeliger <jdl@freescale.com>
76946 Date:   Wed Aug 9 15:32:16 2006 -0500
76947
76948     Removed MPC8641HPCN DTS source file from build.
76949     It is no longer linked into U-Boot; its sources are
76950     now located in the kernel tree.
76951
76952     Signed-off-by: Jon Loeliger <jdl@freescale.com>
76953
76954 commit 34c3c0e01dbf1f8cc2bd08de92f2b89ba84921eb
76955 Author: Matthew McClintock <msm@freescale.com>
76956 Date:   Wed Jun 28 10:47:03 2006 -0500
76957
76958     * Switched default PCI speed for 8540 ADS back to 33MHz
76959
76960     * Added comments and a printf to warn that PCI-X won't
76961       work at 33MHz
76962       Patch by Andy Fleming 17-Mar-2006
76963
76964     Signed-off-by: Andy Fleming <afleming@freescale.com>
76965
76966 commit b6c5e1373b6ea0bb37a18e4aeecec00613d1cd39
76967 Author: Matthew McClintock <msm@freescale.com>
76968 Date:   Wed Jun 28 10:46:35 2006 -0500
76969
76970     * Fixed a bug where 8555 PCI code used the old variable and function names Patch by Andy Fleming 17-Mar-2006
76971
76972     Signed-off-by: Andy Fleming <afleming@freescale.com>
76973
76974 commit bf1dfffd8c26f8ecdd630a0ae4c834e751e4e452
76975 Author: Matthew McClintock <msm@freescale.com>
76976 Date:   Wed Jun 28 10:46:13 2006 -0500
76977
76978     * Added VIA configuration table
76979
76980     * Added support for PCI2 on CDS
76981       Patch by Andy Fleming 17-Mar-2006
76982
76983     Signed-off-by: Andy Fleming <afleming@freescale.com>
76984
76985 commit c88f9fe66b64247e5b6a38410ba315ca25596d16
76986 Author: Matthew McClintock <msm@freescale.com>
76987 Date:   Wed Jun 28 10:45:41 2006 -0500
76988
76989     * Fixed PCI memory definitions Patch by Andy Fleming 17-Mar-2006
76990
76991     Signed-off-by: Andy Fleming <afleming@freescale.com>
76992
76993 commit 97074ed9655309b64231bc2cee69fe85399f8055
76994 Author: Matthew McClintock <msm@freescale.com>
76995 Date:   Wed Jun 28 10:45:17 2006 -0500
76996
76997     * Added support for initializing second PCI bus on 85xx Patch by Andy Fleming 17-Mar-2006
76998
76999     Signed-off-by: Andy Fleming <afleming@freescale.com>
77000
77001 commit f0e6f57f71b3c4fdd13028eb03c3f3e91926dda2
77002 Author: Matthew McClintock <msm@freescale.com>
77003 Date:   Wed Jun 28 10:44:49 2006 -0500
77004
77005     * Added PCI-X #defines for PCI-X initialization Patch by Andy Fleming on 17-Mar-2006
77006
77007     Signed-off-by: Andy Fleming <afleming@freescale.com>
77008
77009 commit a4e11558b810ef2cddffdf7b9d86bc1130441960
77010 Author: Matthew McClintock <msm@freescale.com>
77011 Date:   Wed Jun 28 10:44:23 2006 -0500
77012
77013     * 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
77014
77015     Signed-off-by: Andy Fleming <afleming@freescale.com>
77016
77017 commit 0e16387db1d4aacd5bf35cb6d7c1942765c0347b
77018 Author: Matthew McClintock <msm@freescale.com>
77019 Date:   Wed Jun 28 10:43:36 2006 -0500
77020
77021     * Add Flat Dev Tree construction for MPC85xx ADS and CDS boards Patch by Jon Loeliger 17-Jan-2006
77022
77023     Signed-off-by: Jon Loeliger <jdl@freescale.com>
77024
77025 commit 855e6fb073f9d04fe4a7f06c107ecbac6344ddd4
77026 Author: Matthew McClintock <msm@freescale.com>
77027 Date:   Wed Jun 28 10:43:00 2006 -0500
77028
77029     * 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
77030
77031 commit 5498d90312aad9f6bdbf047986027c35b03cd163
77032 Author: Matthew McClintock <msm@freescale.com>
77033 Date:   Wed Jun 28 10:42:24 2006 -0500
77034
77035     * Patch to modify ft_build.c to update flat device trees in place Patch by Matthew McClintock 26-June-2006
77036
77037 commit 0267768eddc5ca7bc1865bc40c866829ac5efbfe
77038 Author: Matthew McClintock <msm@freescale.com>
77039 Date:   Wed Jun 28 10:41:37 2006 -0500
77040
77041     * Modify bootm command to support booting with flat device trees Patch by Matthew McClintock 26-June-2006
77042
77043 commit 8fc8bd2cc479b6cd188fdede4010e0e052970b8a
77044 Author: John Traill <john.traill@freescale.com>
77045 Date:   Wed Aug 9 14:33:50 2006 +0100
77046
77047     Add Rapidio support for the MPC8641HPCN
77048
77049     Signed-off-by: John Traill <john.traill@freescale.com>
77050
77051 commit 91a414c7d1fb0eac912592cd995b30c9f23045c9
77052 Author: John Traill <john.traill@freescale.com>
77053 Date:   Tue Aug 8 11:32:43 2006 +0100
77054
77055     Fix caslat calculation
77056
77057     Signed-off-by: John Traill <john.traill@freescale.com>
77058
77059 commit 709d3073e74153278e7904a70819bbef7df50e1a
77060 Author: Jon Loeliger <jdl@freescale.com>
77061 Date:   Thu Aug 3 16:17:56 2006 -0500
77062
77063     Convert to mac-address in ethernet nodes.
77064
77065 commit 71748af833ca1017edf1415be376366ff2937d17
77066 Author: Haiying Wang <haiying.wang@freescale.com>
77067 Date:   Fri Jul 28 12:41:35 2006 -0400
77068
77069     Correct the irq value of DUART2
77070
77071 commit 9cb3e8816ae4d854e7dc22128c3eea3d70bb982c
77072 Author: Haiying Wang <haiying.wang@freescale.com>
77073 Date:   Fri Jul 28 12:41:41 2006 -0400
77074
77075     Change the space size of PEX IO in README
77076
77077 commit 239db37c94f7a92941c4465feceb867c609241c5
77078 Author: Haiying Wang <haiying.wang@freescale.com>
77079 Date:   Fri Jul 28 12:41:18 2006 -0400
77080
77081     Move get_board_sys_clk to board directory
77082
77083 commit 492900b985439fbce1a118afde1e35def870db03
77084 Author: John Traill <john.traill@freescale.com>
77085 Date:   Fri Jul 28 09:03:54 2006 +0100
77086
77087     Fix 8641HPCN pollution
77088
77089 commit 515ab8a62e8574e2babc6e8dcc43544ad221c5b2
77090 Author: John Traill <john.traill@freescale.com>
77091 Date:   Fri Jul 28 08:16:06 2006 +0100
77092
77093     Fix 8641HPCN timebase
77094
77095 commit c86360b830f1eecd7a72208575dde4f57879faea
77096 Author: Zhang Wei <wei.zhang@freescale.com>
77097 Date:   Fri Jul 28 00:01:34 2006 +0800
77098
77099     Fixed OF device tree of mpc86xxhpcn board.
77100
77101     The changes works in with kernel irq mapping rework.
77102
77103     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
77104
77105 commit bea3f28d285942bf3f7ab339ce85178ded544225
77106 Author: Haiying Wang <haiying.wang@freescale.com>
77107 Date:   Wed Jul 12 10:48:05 2006 -0400
77108
77109     Add support for reading and writing mac addresses to or from ID EEPROM.
77110
77111     Added code for reading and writing Mac addresses to/from ID EEPROM(0x57).
77112     With attached patch, we can use command "mac/mac read/mac save/"
77113     to read and write EEPROM under u-boot prompt.
77114
77115     U-boot will calculate the checksum of EEPROM while bootup,
77116     if it is right, then u-boot will check whether the mac address
77117     of eTSEC0/1/2/3 is availalbe (non-zero).
77118
77119     If there is mac address availabe in EEPROM, u-boot will use it,
77120     otherewise, u-boot will use the mac address defined in
77121     MPC8641HPCN.h. This matches the requirement to set unique mac address
77122     for each TSEC port.
77123
77124     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
77125     Signed-off-by: York Sun <yorksun@freescale.com>
77126
77127 commit fcb28e763415e0e4e66b0f45842d1557ae198e5e
77128 Author: Jin Zhengxiong <Jason.Jin@freescale.com>
77129 Date:   Thu Jul 13 10:35:10 2006 -0500
77130
77131     Fixed initrd issue by define big RAM
77132
77133     Signed-off-by:Jason Jin <Jason.jin@freescale.com>
77134
77135 commit e6cd2a1785d74ec3d30a86f1cb360be8de478151
77136 Author: Jason Jin <Jason.jin@freescale.com>
77137 Date:   Fri Jul 7 10:01:45 2006 -0500
77138
77139     We made a u-boot patch to fix the hang up issue
77140     when booting filesystem from ramdisk.
77141
77142     Signed-off-by:Jason Jin <Jason.jin@freescale.com>
77143
77144 commit 38433ccc5850ee70549af0b2bc5b920355ef5388
77145 Author: Matthew McClintock <msm@freescale.com>
77146 Date:   Wed Jun 28 10:47:03 2006 -0500
77147
77148     * Switched default PCI speed for 8540 ADS back to 33MHz
77149     * Added comments and a printf to warn that PCI-X won't
77150       work at 33MHz
77151       Patch by Andy Fleming 17-Mar-2006
77152
77153     Signed-off-by: Andy Fleming <afleming@freescale.com>
77154
77155 commit e4c2a0eb0c3e3ffbf824800184ee42bdc99d5b19
77156 Author: Matthew McClintock <msm@freescale.com>
77157 Date:   Wed Jun 28 10:46:35 2006 -0500
77158
77159     * Fixed a bug where 8555 PCI code used the old variable and
77160       function names
77161       Patch by Andy Fleming 17-Mar-2006
77162
77163     Signed-off-by: Andy Fleming <afleming@freescale.com>
77164
77165 commit cbfc7ce756b88eb26e5537bc7b625c445c6dcfac
77166 Author: Matthew McClintock <msm@freescale.com>
77167 Date:   Wed Jun 28 10:46:13 2006 -0500
77168
77169     * Added VIA configuration table
77170     * Added support for PCI2 on CDS
77171       Patch by Andy Fleming 17-Mar-2006
77172
77173     Signed-off-by: Andy Fleming <afleming@freescale.com>
77174
77175 commit 52c7a68b8d587ebcf5a6b051b58b3d3ffa377ddc
77176 Author: Matthew McClintock <msm@freescale.com>
77177 Date:   Wed Jun 28 10:45:41 2006 -0500
77178
77179     * Fixed PCI memory definitions
77180       Patch by Andy Fleming 17-Mar-2006
77181
77182     Signed-off-by: Andy Fleming <afleming@freescale.com>
77183
77184 commit 087454609e47295443af793a282cddcd91a5f49c
77185 Author: Matthew McClintock <msm@freescale.com>
77186 Date:   Wed Jun 28 10:45:17 2006 -0500
77187
77188     * Added support for initializing second PCI bus on 85xx
77189       Patch by Andy Fleming 17-Mar-2006
77190
77191     Signed-off-by: Andy Fleming <afleming@freescale.com>
77192
77193 commit b636aaeb6fd516a442fb611bbeeddf3077a687fb
77194 Author: Matthew McClintock <msm@freescale.com>
77195 Date:   Wed Jun 28 10:44:49 2006 -0500
77196
77197     * Added PCI-X #defines for PCI-X initialization
77198       Patch by Andy Fleming on 17-Mar-2006
77199
77200     Signed-off-by: Andy Fleming <afleming@freescale.com>
77201
77202 commit 20abbc6fffa115690107cc942c7abf84bdc03a1b
77203 Author: Matthew McClintock <msm@freescale.com>
77204 Date:   Wed Jun 28 10:44:23 2006 -0500
77205
77206     * Made sure the code which disables prefetch for PCI devices
77207       sets the size of the prefetch region to 0
77208       Patch by Andy Fleming on 17-Mar-2006
77209
77210     Signed-off-by: Andy Fleming <afleming@freescale.com>
77211
77212 commit 40d5fa35d02df22580593bf0039ab173367e8ef0
77213 Author: Matthew McClintock <msm@freescale.com>
77214 Date:   Wed Jun 28 10:43:36 2006 -0500
77215
77216     * Add Flat Dev Tree construction for MPC85xx ADS and CDS boards
77217       Patch by Jon Loeliger 17-Jan-2006
77218
77219     Signed-off-by: Jon Loeliger <jdl@freescale.com>
77220
77221 commit be7e8b0cb5a0c49dc180075b96df296a893bf146
77222 Author: Matthew McClintock <msm@freescale.com>
77223 Date:   Wed Jun 28 10:43:00 2006 -0500
77224
77225     * Removed the oftree.dts for stxxtx in light of the changes
77226       to the flat device tree handling code
77227       Patch by Matthew McClintock 26-June-2006
77228
77229 commit 1b380ec225665e73959677f3893dc658c5925e05
77230 Author: Matthew McClintock <msm@freescale.com>
77231 Date:   Wed Jun 28 10:42:24 2006 -0500
77232
77233     * Patch to modify ft_build.c to update flat device trees in place
77234       Patch by Matthew McClintock 26-June-2006
77235
77236 commit 98a9c4d468a942a09ebe8979bec508017f3e4462
77237 Author: Matthew McClintock <msm@freescale.com>
77238 Date:   Wed Jun 28 10:41:37 2006 -0500
77239
77240     * Modify bootm command to support booting with flat device trees
77241       Patch by Matthew McClintock 26-June-2006
77242
77243 commit da012ab661fd4ab169dd7b9b32201a4df62cf34a
77244 Author: Jin Zhengxiong <Jason.Jin@freescale.com>
77245 Date:   Wed Jun 28 08:43:56 2006 -0500
77246
77247     Change Id to symbolic name for RTL8139
77248
77249     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
77250
77251 commit bc09cf3c2bfb8d54c659cbb332f79d0950982fd0
77252 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
77253 Date:   Tue Jun 27 18:12:10 2006 +0800
77254
77255     Fix RTL8139 in big endian
77256
77257     signed-off-by: Jason Jin <Jason.Jin@freescale.com>
77258     signed-off-by: Wei Zhang <wei.zhang@freescale.com>
77259
77260 commit fcfb9a57947fc203b99fe81ab0578f7286261f9f
77261 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
77262 Date:   Tue Jun 27 18:12:23 2006 +0800
77263
77264     Fix Tsec bug when no link
77265
77266      When tftp a non-exist file from the tftp server, u-boot will check
77267      the link of all eth port. The original file will return wrong link
77268      state on the no link ports.
77269
77270     signed-off-by: Jason Jin <Jason.Jin@freescale.com>
77271
77272 commit bd22c2b97514fbfb0e03bd9c72b3445e4dbd57e2
77273 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
77274 Date:   Tue Jun 27 18:12:02 2006 +0800
77275
77276     Fix bug for io_bar size during pci scan
77277
77278     During the pci scan process, Some devices return bar_reponse with the
77279     highest bytes 0, such as the pci bridge in uli1575 return bar_response
77280     with 0xffffff, So the bar_size should be manually set under 64K.
77281
77282     Signed-off-by: Jason Jin <jason.jin@freescale.com>
77283
77284 commit fa7db9c377bc2353a17bf1d381d65a6c418728f0
77285 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
77286 Date:   Tue Jun 27 18:11:54 2006 +0800
77287
77288     Enable PCIE1 for MPC8641HPCN board
77289
77290     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
77291
77292 commit 99d70e3a47affb9bae041a2caece7cd516e213b3
77293 Author: Wolfgang Denk <wd@pollux.denx.de>
77294 Date:   Mon Jun 26 11:06:00 2006 +0200
77295
77296     More code cleanup
77297
77298 commit 684623ce92c5fd32e7db2d6e016945a67c5ffaba
77299 Author: Jon Loeliger <jdl@freescale.com>
77300 Date:   Thu Jun 22 08:51:46 2006 -0500
77301
77302     Fix bug in 8641hpcn reset command with no args.
77303
77304     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
77305     Acked-by: Jon Loeliger <jdl@freescale.com>
77306
77307 commit 8be429a5ddbf0ebe2d94174ba58fcfc7a24285dc
77308 Author: Zhang Wei <wei.zhang@freescale.com>
77309 Date:   Tue Jun 20 17:47:15 2006 +0800
77310
77311     Reworked IRQ mapping in OF-tree.
77312
77313 commit 0e4c2a17ca34001ed36d259f13cb88ada4611a8c
77314 Author: Jon Loeliger <jdl@freescale.com>
77315 Date:   Thu Jun 15 21:33:37 2006 -0500
77316
77317     Do not enable address translation on secondary CPUs.
77318     Do not set up BATs on secondary CPUs.  Let Linux do the nasty.
77319
77320     Signed-off-by: Jon Loeliger <jdl@freescale.com>
77321
77322 commit 386eda022473394ad8f36b86f2bdc9b4cb816291
77323 Author: Wolfgang Denk <wd@pollux.denx.de>
77324 Date:   Wed Jun 14 18:14:56 2006 +0200
77325
77326     Code cleanup
77327
77328 commit 16c8d5e76ae0f78f39a60608574adfe0feb9cc70
77329 Author: Wolfgang Denk <wd@pollux.denx.de>
77330 Date:   Wed Jun 14 17:45:53 2006 +0200
77331
77332     Various USB related patches
77333     - Add support for mpc8xx USB device.
77334     - Add support for Common Device Class - Abstract Control Model USB console.
77335     - Add support for flow control in USB slave devices.
77336     - Add support for switching between gserial and cdc_acm using environment.
77337     - Minor changes to usbdcore_omap1510.c usbdcore_omap1510.h
77338     - Update usbcore slightly to ease host enumeration.
77339     - Fix non-portable endian problems in usbdcore and usbdcore_ep0.
77340     - Add AdderUSB_config as a defconfig to enable usage of the USB console
77341       by default with the Adder87x U-Boot port.
77342     Patches by Bryan O'Donoghue <bodonoghue@codehermit.ie>, 29 May 2006
77343
77344 commit 8ecc971618f56029ad99d3516f8b297a6ed58971
77345 Author: Jon Loeliger <jdl@jdl.com>
77346 Date:   Wed Jun 7 10:53:55 2006 -0500
77347
77348     Fix a get_board_sys_clk() use-before-def warning.
77349
77350     Signed-off-by: Jon Loeliger <jdl@jdl.com>
77351
77352 commit d9bf4858fca5aa4d651b283270f77da72ebadfd5
77353 Author: Jon Loeliger <jdl@jdl.com>
77354 Date:   Wed Jun 7 10:52:49 2006 -0500
77355
77356     Allow DTC path to be passed in.
77357
77358     Signed-off-by: Jon Loeliger <jdl@jdl.com>
77359
77360 commit c83ae9ea6d93abbe751bf8a3396236a084e56f87
77361 Author: Haiying Wang <haiying.wang@freescale.com>
77362 Date:   Tue Jun 6 16:54:29 2006 -0400
77363
77364     Modify the IRQ of DUART2
77365
77366 commit c934f655f9aeca70a5c5f88b465d9e9d57a8d22e
77367 Author: Jon Loeliger <jdl@jdl.com>
77368 Date:   Wed May 31 13:55:35 2006 -0500
77369
77370     Review cleanups.
77371
77372     Signed-off-by: Jon Loeliger <jdl@freescale.com>
77373
77374 commit cb5965fb95b77a49f4e6af95248e0c849f4af03e
77375 Author: Jon Loeliger <jdl@jdl.com>
77376 Date:   Wed May 31 12:44:44 2006 -0500
77377
77378     White space cleanup.
77379     Some 80-column cleanups.
77380     Convert printf() to puts() where possible.
77381     Use #include "spd_sdram.h" as needed.
77382     Enhanced reset command usage message a bit.
77383
77384     Signed-off-by: Jon Loeliger <jdl@freescale.com>
77385
77386 commit 3d5c5be547445dd3bd2eb7368d80df03ea437970
77387 Author: Jon Loeliger <jdl@jdl.com>
77388 Date:   Wed May 31 11:39:34 2006 -0500
77389
77390     Removed unneeded local_bus_init() from 8641HPCN board.
77391
77392     Signed-off-by: Jon Loeliger <jdl@freescale.com>
77393
77394 commit 4d3d729c16c392d2982d3266b659d333c927697d
77395 Author: Jon Loeliger <jdl@jdl.com>
77396 Date:   Wed May 31 11:24:28 2006 -0500
77397
77398     Moved mpc8641hpcn_board_reset() out of cpu/ into board/.
77399
77400     Signed-off-by: Jon Loeliger <jdl@freescale.com>
77401
77402 commit b2a941de060350ad15878d8219825f4950e9bb8e
77403 Author: Jon Loeliger <jdl@jdl.com>
77404 Date:   Wed May 31 10:07:28 2006 -0500
77405
77406     Remove dead debug code.
77407
77408     Signed-off-by: Jon Loeliger <jdl@jdl.com>
77409
77410 commit 126aa70f10ba3d20e0a6f4d32328250513b77770
77411 Author: Jon Loeliger <jdl@freescale.com>
77412 Date:   Tue May 30 17:47:00 2006 -0500
77413
77414     Move mpc86xx PIXIS code to board directory
77415
77416     First cut at moving the PIXIS platform code out of
77417     the 86xx cpu directory and into board/mpc8641hpcn
77418     where it belongs.
77419
77420     Signed-off-by: Jon Loeliger <jdl@freescale.com>
77421
77422 commit ddf83a2fcef1a670c45fc585119dcc1fe062c4a9
77423 Author: Markus Klotzbuecher <mk@denx.de>
77424 Date:   Tue May 30 16:56:14 2006 +0200
77425
77426     Support generic OHCI support for the s3c24x0 cpu.
77427
77428 commit 38cee12dcfcc257371c901c7e13e58ecab0a35d8
77429 Author: Haiying Wang <Haiying.Wang@freescale.com>
77430 Date:   Tue May 30 09:10:32 2006 -0500
77431
77432     Improve "reset" command's interaction with watchdog.
77433
77434         "reset altbank" will reset another bank WITHOUT watch dog timer enabled
77435         "reset altbank wd" will reset another bank WITH watch dog enabled
77436         "diswd" will disable watch dog after u-boot boots up successfully
77437
77438     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
77439
77440 commit 70205e5a6ddc8528b11db9eb4d3fa0209d9fce2a
77441 Author: Haiying Wang <Haiying.Wang@freescale.com>
77442 Date:   Tue May 30 08:51:19 2006 -0500
77443
77444     Fix two SDRAM setup bugs.
77445
77446         Fix ECC setup bug.
77447         Enable 1T/2T based on number of DIMMs present.
77448
77449     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
77450
77451 commit d11fec5015334deb2010e36ce00bb118cc5429a5
77452 Author: Haiying Wang <Haiying.Wang@freescale.com>
77453 Date:   Fri May 26 10:24:48 2006 -0500
77454
77455     Add first draft of the MPC8641HPCN doc/README.
77456
77457     Signed-off-by: Jon Loeliger <jdl@jdl.com>
77458
77459 commit ed45d6c930b5939718a87ee12e25cf9a05978d4a
77460 Author: Haiying Wang <Haiying.Wang@freescale.com>
77461 Date:   Fri May 26 10:13:04 2006 -0500
77462
77463     Added pci@8000 block.
77464     Updated ethernet interrupt mappings (moved up 48).
77465     Cleaned up a few comments.
77466
77467     Signed-off-by: Jon Loeliger <jdl@jdl.com>
77468
77469 commit 3033ebb20fd7c372c7bca3c9955a4692bb2240b7
77470 Author: Haiying Wang <Haiying.Wang@freescale.com>
77471 Date:   Fri May 26 10:01:16 2006 -0500
77472
77473     Allow args on reset command.
77474
77475     Signed-off-by: Jon Loeliger <jdl@jdl.com>
77476
77477 commit 301f1aa384d0edcae6a22fd9adb933ad71695ecc
77478 Author: Markus Klotzbuecher <mk@denx.de>
77479 Date:   Tue May 23 13:38:35 2006 +0200
77480
77481     Changed the mp2usb (at91rm9200) board to use the generic OHCI driver. Some
77482     fixes to the latter.
77483
77484 commit 24e37645e7378b20fa8f20e2996c8fb8e90c70c9
77485 Author: Markus Klotzbuecher <mk@denx.de>
77486 Date:   Tue May 23 10:33:11 2006 +0200
77487
77488     More cleanup for the delta board and the generic usb_ohci driver. Added
77489     CFG_USB_BOARD_INIT and CFG_USB_CPU_INIT for enabling board and cpu specific
77490     initialization and cleanup hooks respectively.
77491
77492 commit 3e326ece9eba8184f5d48aa4fb87760a8f6f0f10
77493 Author: Markus Klotzbuecher <mk@denx.de>
77494 Date:   Mon May 22 16:33:54 2006 +0200
77495
77496     This patch adds USB storage support for the delta board. This is the first
77497     board to make use of a generic OHCI driver, that calls hooks for board
77498     dependant initialization.
77499
77500 commit 14e37081ff3cac7ebe6e93836523429853b6b292
77501 Author: Jon Loeliger <jdl@jdl.com>
77502 Date:   Fri May 19 13:28:39 2006 -0500
77503
77504     Change arbitration to round-robin for SMP linux.
77505
77506 commit 9a655876e5995be80f49054e2509500e871e4d3a
77507 Author: Jon Loeliger <jdl@jdl.com>
77508 Date:   Fri May 19 13:26:34 2006 -0500
77509
77510     Enable dual DDR controllers and interleaving.
77511
77512 commit 586d1d5abd3e525f1e1d9b81e5a61a4da6b2fa3c
77513 Author: Jon Loeliger <jdl@jdl.com>
77514 Date:   Fri May 19 13:22:44 2006 -0500
77515
77516     Update 86xx address map and LAWBARs.
77517
77518 commit cccce5d0581bb0ba4602799a4b5112e58d1579cb
77519 Author: Jon Loeliger <jdl@jdl.com>
77520 Date:   Fri May 19 13:14:15 2006 -0500
77521
77522     Remove L2 Cache invalidate polling.
77523
77524 commit f35ec68fb066cec0e36294bfe07dec2d4e8ad3a8
77525 Author: Jon Loeliger <jdl@jdl.com>
77526 Date:   Fri May 19 12:33:09 2006 -0500
77527
77528     Enable 2nd CPU and I2C.
77529
77530 commit bf690dcb512d34c4fceec0eb1e5c0e88a9db5d54
77531 Author: Jon Loeliger <jdl@freescale.com>
77532 Date:   Mon May 15 07:26:56 2006 -0500
77533
77534     Update interrupt mapping.
77535
77536 commit 6cfea33477b04b63ed47386ed1629529484c33ba
77537 Author: Haiying Wang <Haiying.Wang@freescale.com>
77538 Date:   Wed May 10 09:38:06 2006 -0500
77539
77540     Remove unneeded INIT_RAM_LOCK cache twiddling.
77541     Correctly tracks r29 as global data pointer now.
77542
77543     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
77544
77545 commit d4dd317b58c126a2a7e73f4764ecc1a7c97f876c
77546 Author: Jon Loeliger <jdl@freescale.com>
77547 Date:   Wed May 10 09:33:07 2006 -0500
77548
77549     Remove unnecessary flash.c file.
77550
77551 commit 18b6c8cd8af6cc7f35180cedc4adb3236cc1a1b8
77552 Author: Jon Loeliger <jdl@freescale.com>
77553 Date:   Tue May 9 08:23:49 2006 -0500
77554
77555     Get MPC8641HPCN flash images working.
77556
77557         Enable the CFI driver.
77558         Remove bogus LAWBAR7 cruft.
77559         Use correct TEXT_BASE, Fixup load script.
77560         Enable SPD EEPROM during DDR setup.
77561         Use generic RFC 1918 IP addresses by default.
77562
77563 commit 5c9efb36a6b5431423f52888a0e3b4b515fe7eca
77564 Author: Jon Loeliger <jdl@freescale.com>
77565 Date:   Thu Apr 27 10:15:16 2006 -0500
77566
77567     Cleanup whitespaces and style issues.
77568     Removed //-style comments.
77569     Use 80-column lines.
77570     Remove trailing whitespace.
77571     Remove dead code and debug cruft.
77572
77573 commit a2320a6bf8113a09544c42d160d10ac69d049a03
77574 Author: Jon Loeliger <jdl@freescale.com>
77575 Date:   Thu Apr 27 08:22:39 2006 -0500
77576
77577     Revert bad PCI prefetch limit change.
77578
77579 commit debb7354d1ea4f694154818df5e5b523f5c1cc1d
77580 Author: Jon Loeliger <jdl@freescale.com>
77581 Date:   Wed Apr 26 17:58:56 2006 -0500
77582
77583     Initial support for MPC8641 HPCN board.